  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
html {
  background-color: transparent;
  background-image: none;
}
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.8;
  color: #000;
}
body a {
  color: #000;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
/*----------------------------------------------------- */
/*  common           */
/*----------------------------------------------------- */
.sp_only {
  display: none;
}
.bold {
  font-weight: bold;
}
.u_line {
  display: block;
  text-decoration: underline;
}
.u_line:hover {
  text-decoration: none;
}
.inner {
  box-sizing: content-box;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
}
#anchor {
  margin-top: -80px;
  padding-top: 80px;
}
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
/* ------ タイトル ------ */
.cmn_ttl_01 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.cmn_ttl_01 span {
  display: block;
  font-size: 14px;
  color: #36318f;
  font-style: italic;
}
.cmn_ttl_02 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.cmn_ttl_02 span {
  font-size: 16px;
  font-weight: normal;
}
.cmn_ttl_02::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #36318f;
}
/* ------ ボタン ------ */
.cmn_btn_01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background: #36318f;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 400px;
  transition: 0.3s ease-in-out;
}
.cmn_btn_01::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn_btn_01:hover {
  text-decoration: none !important;
  opacity: .7;
}
/* ------ local_nav ------ */
.local_nav {
  background: #eeeeef;
  padding: 40px 0;
}
.local_nav ul {
  display: flex;
  justify-content: space-between;
}
.local_nav li {
  width: 19.5%;
}
.local_nav .cmn_btn_01 {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.local_nav .cmn_btn_01::after {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ------ table ------ */
.cmn_table_01 {
  width: 100%;
}
.cmn_table_01 tr {
  border-bottom: 1px solid #ccc;
}
.cmn_table_01 th {
  font-weight: bold;
  padding: 12px 0;
  vertical-align: top;
}
.cmn_table_01 td {
  padding: 12px 0;
}
.cmn_table_01 td em {
  font-weight: bold;
}
.arrow {
  background: url(/social/reconstruction/0311/images/ico_arrow.png) top 44% center no-repeat;
  background-size: 23px;
}
/* ------ pic ------ */
.cmn_pic_01 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px;
}
.cmn_pic_01 li {
  width: 47%;
}
.cmn_pic_01 p {
  margin-top: 5px;
}
.cmn_pic_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}
.cmn_pic_02 li {
  width: 32%;
  margin-bottom: 20px;
}
.cmn_pic_02 p {
  margin-top: 5px;
}
.cmn_pic_02_center {
  justify-content: center;
}
.cmn_pic_02_center li {
  margin: 0 2%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  /* ------ タイトル ------ */
  .cmn_ttl_01 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .cmn_ttl_01 span {
    font-size: 12px;
  }
  .cmn_ttl_02 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .cmn_ttl_02 span {
    font-size: 12px;
    display: block;
  }
  .cmn_ttl_02::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: #36318f;
  }
  .local_nav {
    padding: 20px 0;
  }
  .local_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .local_nav li {
    width: 49%;
    margin-bottom: 1.5%;
  }
  .local_nav .cmn_btn_01 {
    height: auto;
    line-height: 1.4;
    font-size: 12px;
    padding: 10px 0;
  }
  /* ------ pic ------ */
  .cmn_pic_01 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px;
  }
  .cmn_pic_01 li {
    width: 48%;
  }
  .cmn_pic_01 p {
    margin-top: 0px;
    font-size: 12px;
  }
  .cmn_pic_02 {
    margin: 20px 0 40px;
  }
  .cmn_pic_02 li {
    width: 32%;
  }
  .cmn_pic_02 p {
    margin-top: 0px;
    font-size: 12px;
  }
  .cmn_pic_02_center {
    justify-content: center;
  }
  .cmn_pic_02_center li {
    margin: 0 2%;
  }
  .arrow {
    background: url(/social/reconstruction/0311/images/ico_arrow.png) top 44% center no-repeat;
    background-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .cmn_ttl_01 {
    font-size: 18px;
  }
  .cmn_ttl_02 {
    font-size: 18px;
  }
}
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 769px) {
  .header {
    height: 80px;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 3%;
  }
  .header_logo {
    width: 85px;
  }
  .header_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header_nav > li > a {
    display: block;
    height: 80px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-size: 15px;
  }
  .header_nav > li > a:hover {
    opacity: .7;
  }
  .header_nav .link {
    margin-left: 20px;
    padding: 20px 0;
  }
  .header_nav .link a {
    background: #000;
    color: #fff;
    height: 40px;
    font-size: 14px;
  }
  .header_nav .accordion > a {
    position: relative;
  }
  .header_nav .accordion > a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_toggle {
    display: none;
  }
  .sub_nav {
    display: none;
    position: absolute;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
  }
  .sub_nav a {
    display: block;
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    background-size: 14px;
    transition: .3s;
  }
  .sub_nav a:hover {
    opacity: .7;
  }
  .accordion > a {
    pointer-events: none;
  }
  .accordion:hover > .sub_nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 3%;
  }
  .header_logo {
    width: 60px;
  }
  .menu_wrap {
    background-color: #eeeeef;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: 0 3% 20px;
    opacity: 0;
    visibility: hidden;
  }
  .header_nav > li {
    border-bottom: 1px solid #ccc;
  }
  .header_nav a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 15px 0;
  }
  .header_nav a br {
    display: none;
  }
  .menu_toggle {
    z-index: 1000;
    display: block;
    position: absolute;
    top: 19px;
    right: 3%;
    height: 32px;
    cursor: pointer;
  }
  .menu_toggle div {
    position: relative;
    width: 30px;
  }
  .menu_toggle span {
    width: 100%;
    height: 2px;
    right: 0;
    display: block;
    background: #36318f;
    position: absolute;
    transition: all .3s ease-out;
  }
  .menu_toggle span:nth-child(1) {
    top: 0;
  }
  .menu_toggle span:nth-child(2) {
    top: 10px;
  }
  .menu_toggle span:nth-child(3) {
    top: 20px;
  }
  .is-open {
    overflow: hidden;
  }
  .is-open .menu_toggle span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .is-open .menu_toggle span:nth-child(2) {
    opacity: 0;
  }
  .is-open .menu_toggle span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
  }
  .is-open .menu_wrap {
    visibility: visible;
    opacity: 1;
    transition: opacity .6s ease, visibility .6s ease;
    overflow-y: scroll;
  }
  .sub_nav {
    display: none;
  }
  .sub_nav .wrap ul li {
    border-top: 1px solid #ccc;
  }
  .sub_nav .wrap ul li > a {
    padding-left: 1em;
  }
  .accordion > a {
    position: relative;
  }
  .accordion > a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -8px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease-out;
  }
  .accordion > a.active::after {
    margin-top: -4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  padding: 40px 0;
  background: #36318f;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
}
.footer .copy {
  color: #fff;
  font-size: 12px;
}
.footer_info {
  display: flex;
  align-items: center;
}
.footer_logo {
  width: 150px;
  margin-right: 20px;
}
.footer_text {
  color: #fff;
  line-height: 1.4;
}
.footer_nav ul {
  display: flex;
}
.footer_nav a {
  font-size: 14px;
  color: #fff;
  padding-right: 20px;
  background: url(/social/reconstruction/0311/images/ico_ex_01.png) right center no-repeat;
  background-size: 11px;
}
.footer_nav a:hover {
  text-decoration: underline;
}
.footer_nav li + li {
  margin-left: 30px;
}
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  position: relative;
}
#page-top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(50%) translateY(-25%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  #page-top:hover {
    transition: 0.3s ease-in-out;
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer .inner {
    flex-direction: column;
  }
  .footer .copy {
    color: #fff;
    font-size: 10px;
  }
  .footer_info {
    margin-bottom: 20px;
  }
  .footer_logo {
    width: 100px;
    margin-right: 20px;
  }
  .footer_text {
    font-size: 12px;
  }
  .footer_nav a {
    font-size: 12px;
  }
  .footer_nav li + li {
    margin-left: 20px;
  }
  #page-top {
    position: fixed;
    bottom: 2%;
    right: 3%;
  }
  #page-top a {
    display: block;
    width: 40px;
    height: 40px;
  }
}
/*----------------------------------------------------- */
/*  kv           */
/*----------------------------------------------------- */
/* ------ kv ------ */
.kv {
  margin-top: 80px;
  background: #36318f;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 60px;
    padding: 5%;
  }
}
/* ------ sub ------ */
.kv_sub {
  margin-top: 80px;
  background: #36318f;
  padding: 40px;
}
.kv_sub .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
}
.kv_sub h1 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.kv_sub h1 em {
  display: block;
  color: #36318f;
  font-size: 36px;
  font-weight: bold;
}
.miyagi .kv_sub .wrap {
  background: url(/social/reconstruction/0311/area/miyagi/images/bg.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .kv_sub {
    margin-top: 60px;
    padding: 5%;
  }
  .kv_sub .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
  }
  .kv_sub h1 {
    padding: 10px;
    text-align: center;
    font-size: 18px;
  }
  .kv_sub h1 em {
    font-size: 24px;
  }
}
@media screen and (max-width:480px) {
  .kv_sub h1 em {
    font-size: 18px;
  }
}
/*----------------------------------------------------- */
/*  top           */
/*----------------------------------------------------- */
/* ------ top_greeting ------ */
.top_greeting {
  padding: 60px 0 80px;
}
.top_greeting .inner {
  max-width: 800px;
}
.top_greeting p {
  margin-top: 30px;
}
.top_greeting a:hover {
  opacity: 0.5;
  transition: 0.5s;
  text-decoration: none;
}
.top_greeting .box {
  margin-top: 30px;
  border: 2px solid #36318f;
  padding: 40px;
}
.top_greeting .box ul {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
.top_greeting .box ul li {
  width: 20%;
  text-align: center;
}
.top_greeting .box ul li p {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 5px;
}
.top_greeting .box ul img {
  height: 80px;
}
.top_greeting .box .cmn_btn_01 {
  height: 50px;
  line-height: 50px;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .top_greeting {
    padding: 30px 0 40px;
  }
  .top_greeting p {
    margin-top: 20px;
  }
  .top_greeting .box {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .top_greeting .box ul {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
  }
  .top_greeting .box ul li {
    width: 23%;
    text-align: center;
  }
  .top_greeting .box ul li p {
    font-size: 14px;
  }
  .top_greeting .box ul img {
    height: 50px;
  }
  .top_greeting .box .cmn_btn_01 {
    height: 50px;
    line-height: 50px;
    max-width: 240px;
  }
}
/* ------ reconstruction ------ */
.reconstruction {
  padding: 60px 0 80px;
  background: #eeeeef;
}
.reconstruction .txt_01 {
  text-align: center;
  margin-bottom: 40px;
}
.reconstruction .wrap {
  display: flex;
  justify-content: space-between;
}
.reconstruction .wrap .map {
  width: 53%;
}
.reconstruction .wrap .links {
  width: 47%;
}
.reconstruction .wrap .links li:not(:last-child) {
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .reconstruction {
    padding: 30px 0 40px;
  }
  .reconstruction .txt_01 {
    margin-bottom: 20px;
  }
  .reconstruction .wrap {
    display: flex;
    justify-content: space-between;
  }
  .reconstruction .wrap .map {
    width: 53.5%;
  }
  .reconstruction .wrap .links {
    width: 46.5%;
  }
}
/* ------ top_links ------ */
.top_links {
  padding: 60px 0 80px;
}
.top_links .inner {
  max-width: 800px;
}
.top_links ul {
  display: flex;
  justify-content: space-between;
}
.top_links ul li {
  display: flex;
  flex-direction: column;
  width: 47%;
}
@media all and (-ms-high-contrast: none) {
 .top_links ul li {
  display: block;
}
}
.top_links figure {
  margin-bottom: 5px;
}
.top_links .cmn_ttl_02 {
  margin-bottom: 10px;
}
.top_links .text_link {
  margin-bottom: 10px;
}
.top_links .cmn_btn_01 {
  margin: auto 0 0 0;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .top_links {
    padding: 30px 0 40px;
  }
  .top_links ul {
    flex-direction: column;
  }
  .top_links ul li {
    width: 100%;
  }
  .top_links ul li + li {
    margin-top: 30px;
  }
  .top_links .cmn_btn_01 {
    max-width: 100%;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 10px 0 0 0;
  }
}
/* ------ top_bnr ------ */
.top_bnr {
  background: #eeeeef;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .top_bnr {
    padding: 30px 0;
  }
}
.top_bnr .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_bnr .inner {
    display: block;
  }
}
.top_bnr a {
  display: block;
  width: 476px;
  box-sizing: border-box;
}
.top_bnr a:nth-of-type(2n) {
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .top_bnr a {
    width: 100%;
    box-sizing: border-box;
  }
  .top_bnr a:nth-of-type(2n) {
    margin: 20px 0 0;
  }
}
/*----------------------------------------------------- */
/*  area           */
/*----------------------------------------------------- */
/* ------ area_greeting ------ */
.area_greeting {
  padding: 60px 0 80px;
}
.area_greeting .inner {
  max-width: 800px;
}
.area_greeting figure {
  max-width: 300px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .area_greeting {
    padding: 30px 0 40px;
  }
  .area_greeting figure {
    width: 60%;
    margin: 0 auto 20px;
  }
}
/* ------ overview ------ */
.overview {
  padding: 60px 0 80px;
  background: #eeeeef;
}
.overview .wrap {
  display: flex;
  justify-content: space-between;
}
.overview .wrap > div {
  width: 47%;
}
.overview .cmn_table_01 th {
  width: 110px;
}
.overview .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 620px;
  overflow: hidden;
}
.overview .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 30px 0 40px;
  }
  .overview .wrap {
    flex-direction: column;
  }
  .overview .wrap > div {
    width: 100%;
  }
  .overview .cmn_table_01 {
    margin-bottom: 30px;
  }
  .overview .cmn_table_01 th {
    width: 100px;
  }
  .overview .map {
    padding-bottom: 240px;
  }
}
/* ------ initiatives ------ */
.initiatives {
  padding: 60px 0 80px;
}
.initiatives .inner {
  max-width: 800px;
}
.initiatives .intro {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .initiatives {
    padding: 30px 0 40px;
  }
  .initiatives .intro {
    text-align: left;
    margin-bottom: 30px;
  }
}
/* ------ challenge ------ */
.challenge {
  background: #eeeeef;
  padding: 60px 0 20px;
}
.challenge .inner {
  max-width: 800px;
}
.challenge .txt_01 {
  text-align: center;
  margin-bottom: 40px;
}
.challenge .pic_01 {
  max-width: 300px;
  margin: 0 auto 20px;
}
.challenge .name {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.challenge .name span {
  font-size: 14px;
  font-weight: normal;
}
.challenge .name + p {
  text-align: center;
  margin-bottom: 40px;
}
.challenge .box {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.challenge .box h3 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .challenge {
    padding: 30px 0 1px;
  }
  .challenge .txt_01 {
    text-align: left;
    margin-bottom: 20px;
  }
  .challenge .pic_01 {
    width: 60%;
  }
  .challenge .name {
    font-size: 18px;
  }
  .challenge .name span {
    font-size: 12px;
  }
  .challenge .box {
    padding: 5%;
    margin-bottom: 30px;
  }
}
/* ------ experience ------ */
.experience {
  padding: 60px 0 80px;
}
.experience .inner {
  max-width: 800px;
}
.experience .txt_01 {
  text-align: center;
  margin-bottom: 40px;
}
.experience .map {
  width: 100%;
  height: 600px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.experience .collaborator h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.experience .collaborator ul {
  display: flex;
  justify-content: space-between;
}
.experience .collaborator ul li {
  width: 47%;
  display: flex;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none){
	.experience .collaborator ul li {
  display: block;
}
}
.experience .collaborator ul li figure {
  width: 120px;
  margin-right: 20px;
}
.experience .collaborator ul li div {
  flex: 1;
}
.experience .collaborator ul li h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.experience .collaborator ul li h4 span {
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .experience {
    padding: 30px 0 40px;
  }
  .experience .txt_01 {
    text-align: left;
    margin-bottom: 30px;
  }
  .experience .map {
    height: 300px;
    margin-bottom: 30px;
  }
  .experience .collaborator h3 {
    margin-bottom: 20px;
  }
  .experience .collaborator ul {
    flex-direction: column;
  }
  .experience .collaborator ul li {
    width: 100%;
  }
  .experience .collaborator ul li figure {
    width: 100px;
    margin-right: 20px;
  }
  .experience .collaborator ul li h4 {
    font-weight: bold;
    margin: -5px 0 5px;
  }
  .experience .collaborator ul li + li {
    margin-top: 20px;
  }
}
/*----------------------------------------------------- */
/*  top           */
/*----------------------------------------------------- */
/* ------ kv ------ */