@charset "UTF-8";
/*-----------------------------------------------
fv_sec
----------------------------------------------------*/
.fv_sec {
  height: 717px;
  background: url(../images/top/fv_bg02.png);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat; }

.fv_sec .box_h1 {
  padding: 40px 0 0 0;
  line-height: 1;
  text-align: center; }

.fv_sec .area_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 380px;
  margin: auto;
  font-weight: bold;
  margin-bottom: 20px; }

.fv_sec .area {
  width: 110px;
  height: 35px;
  font-weight: 800;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  border: solid #2C62A6 2px;
  border-radius: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #2C62A6; }

.fv_sec .line01 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #2C62A6;
  text-shadow: 0 0 10px #fff; }

.fv_sec .line02 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2C62A6;
  text-shadow: 0 0 10px #fff; }

.fv_sec h1 {
  text-shadow: 0 0 10px #fff; }

.fv_sec h1 .big {
  font-size: 68px;
  font-weight: 800; }

.fv_sec h1 .small {
  font-size: 50px;
  font-weight: 800; }

@media only screen and (max-width: 750px) {
  .fv_sec {
    height: auto;
    background: #2C62A6;
    position: relative; }

  .fv_sec .box_h1 {
    padding: 0;
    line-height: 1;
    text-align: left;
    position: absolute;
    top: 10px;
    right: 0;
    width: 80%; }

  .fv_sec .area_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    font-weight: bold;
    margin-bottom: 10px; }

  .fv_sec .area {
    width: 90px;
    height: 30px;
    font-weight: 800;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    border: solid #2C62A6 2px;
    border-radius: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #2C62A6; }

  .fv_sec .line01 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2C62A6;
    text-shadow: 0 0 10px #fff; }

  .fv_sec .line02 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2C62A6;
    text-shadow: 0 0 10px #fff; }

  .fv_sec h1 {
    text-align: left; }

  .fv_sec h1 .big {
    font-size: 60px;
    font-weight: 800; }

  .fv_sec h1 .small {
    font-size: 40px;
    font-weight: 800; } }
/*-----------------------------------------------
donnna
----------------------------------------------------*/
.what_sec {
  background: #2C62A6;
  position: relative;
  text-align: center;
  height: 450px;
  padding-bottom: 30px; }

.what_sec img {
  width: 1289px;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  display: block;
  margin: auto; }

@media only screen and (max-width: 1289px) {
  .what_sec {
    background: #2C62A6;
    position: relative;
    text-align: center;
    height: 450px; }

  .what_sec img {
    width: 95%;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    display: block;
    margin: auto; } }
@media only screen and (max-width: 750px) {
  .what_sec {
    display: none; } }
/*-----------------------------------------------
movie
----------------------------------------------------*/
.movie_sec {
  padding: 60px 0 60px 0;
  background: #203876; }
  .movie_sec .movie_box {
    width: 900px;
    margin: auto; }
  .movie_sec video {
    width: 100%; }
  .movie_sec .line01 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px; }

@media only screen and (max-width: 1000px) {
  .movie_sec {
    padding: 30px 0 30px 0;
    background: #203876; }
    .movie_sec .movie_box {
      width: 90%;
      margin: auto; }
    .movie_sec video {
      width: 100%; }
    .movie_sec .line01 {
      font-weight: bold;
      color: #fff;
      text-align: center;
      font-size: 14px;
      margin-bottom: 10px; } }
/*-----------------------------------------------
bnr
----------------------------------------------------*/
.bnr_sec {
  background: #2C62A6;
  padding: 30px 0 30px 0; }

.bnr_sec img {
  width: 880px;
  display: block;
  margin: auto; }

@media only screen and (max-width: 880px) {
  .bnr_sec {
    background: #2C62A6;
    padding: 30px 0 30px 0; }

  .bnr_sec img {
    width: 90%;
    display: block;
    margin: auto; } }
/*-----------------------------------------------
sec-news
----------------------------------------------------*/
.news_sec {
  padding: 30px 0 30px 0; }
  .news_sec .img-news {
    width: 141px; }
  .news_sec h2 {
    font-weight: bold;
    font-size: 18px; }
  .news_sec .box-news {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 20px 0 20px 0;
    min-height: 130px; }
  .news_sec .fl-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 60px 0 60px 0; }
  .news_sec .col-l {
    width: 36%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center; }
  .news_sec .col-l .line1 {
    font-size: 36px;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%; }
  .news_sec .col-l .line2 {
    font-size: 24px;
    display: block;
    text-align: center;
    width: 100%; }
  .news_sec .line {
    margin-bottom: 10px; }
  .news_sec .col-r {
    width: 60%;
    margin-bottom: 30px; }
  .news_sec .col-r img {
    margin-bottom: 10px; }
  .news_sec .col-r img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .news_sec .col-in {
    width: 90%;
    margin: auto;
    padding: 10px 0 10px 0; }
  .news_sec .day {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    margin-right: 10px; }

@media only screen and (max-width: 1000px) {
  .news_sec .section-in {
    width: 90%; }
  .news_sec .col-l {
    width: 60%;
    margin-bottom: 30px; }
  .news_sec .line {
    margin-bottom: 10px; }
  .news_sec .col-r {
    width: 35%;
    margin-bottom: 30px; } }
@media only screen and (max-width: 750px) {
  .news_sec .section-in {
    width: 90%; }
  .news_sec .col-l {
    width: 100%; }
  .news_sec .col-r {
    width: 100%; }
  .news_sec .day {
    display: inline-block;
    width: 80px;
    font-weight: bold;
    margin-right: 10px; } }
/*-----------------------------------------------
top_h2_box
----------------------------------------------------*/
.top_h2_box {
  text-align: center; }

.top_h2_box h2 {
  font-weight: 800;
  font-size: 34px; }

.top_h2_box .top_h2_slug {
  font-family: 'PT Serif', serif;
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  background: #8e5609;
  background: linear-gradient(45deg, #8e5609 0%, #905909 3%, #9a600c 5%, #fba52a 28%, #fba52a 43%, #b8731d 59%, #ab691b 62%, #704912 75%, #704912 84%, #8b5316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media only screen and (max-width: 750px) {
  .top_h2_box {
    text-align: center; }

  .top_h2_box h2 {
    font-weight: bold;
    font-size: 24px; } }
/*-----------------------------------------------
area_sec
----------------------------------------------------*/
.area_sec {
  height: 510px;
  background: url(../images/top/area_bg.png);
  background-size: 1920px;
  background-repeat: repeat; }
  .area_sec .sec_in {
    padding: 60px 0 60px 0; }
  .area_sec h2 {
    color: #fff;
    margin-bottom: 30px; }
  .area_sec .area_boxcity {
    width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    margin: 0 auto 20px auto; }
  .area_sec .area_boxcity .col_l {
    width: 150px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3; }
  .area_sec .area_boxcity .col_r {
    width: 630px;
    text-align: left;
    font-size: 12px; }
  .area_sec .area_boxMan {
    width: 602px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .area_sec .area_boxMan .col_l {
    width: 100px; }
  .area_sec .area_boxMan .col_r {
    width: 480px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

@media only screen and (max-width: 750px) {
  .area_sec {
    height: auto;
    background: url(../images/top/area_bg.png);
    background-size: cover;
    background-repeat: repeat; }
    .area_sec .sec_in {
      padding: 30px 0 30px 0; }
    .area_sec h2 {
      color: #fff;
      margin-bottom: 30px; }
    .area_sec .area_boxcity {
      width: 90%;
      margin: auto;
      display: block;
      color: #fff;
      margin: 0 auto 20px auto; }
    .area_sec .area_boxcity .col_l {
      width: 100%;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      text-align: left; }
    .area_sec .area_boxcity .col_r {
      width: 100%;
      text-align: left; }
    .area_sec .area_boxMan {
      width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .area_sec .area_boxMan .col_l {
      width: 20%; }
    .area_sec .area_boxMan .col_r {
      width: 80%;
      font-weight: 800;
      font-size: 14px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
/*-----------------------------------------------
cases
----------------------------------------------------*/
.cases_sec {
  background: url(../images/common/bg_dot.png);
  background-size: 1920px;
  background-repeat: repeat; }
  .cases_sec .sec_in {
    padding: 60px 0 60px 0; }

.top_h2_box {
  margin-bottom: 60px; }

/*-----------------------------------------------
reason_sec
----------------------------------------------------*/
.reason_sec {
  padding-top: 60px; }
  .reason_sec h2 {
    margin-bottom: 60px; }
  .reason_sec .reason_block_in {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 480px; }
  .reason_sec .reason_block_in_01 {
    justify-content: flex-end; }
  .reason_sec .reason_block_in_02 {
    justify-content: flex-start; }
  .reason_sec .textBox {
    width: 450px;
    height: 480px;
    text-align: left;
    padding-top: 90px; }
  .reason_sec .promiss_kouka {
    width: 192px;
    display: block;
    padding-top: 20px; }
  .reason_sec .block01 {
    background: url(../images/top/reason01.png);
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat; }
  .reason_sec .block01 .textBox {
    background: url(../images/top/promiss01.png);
    background-size: 402px;
    background-position: top 30px left 0;
    background-repeat: no-repeat; }
  .reason_sec .block02 {
    background: url(../images/top/reason02.png);
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat; }
  .reason_sec .block02 .textBox {
    background: url(../images/top/promiss02.png);
    background-size: 427px;
    background-position: top 30px left 0;
    background-repeat: no-repeat; }
  .reason_sec .block03 {
    background: url(../images/top/reason03.png);
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat; }
  .reason_sec .block03 .textBox {
    background: url(../images/top/promiss03.png);
    background-size: 422px;
    background-position: top 30px left 0;
    background-repeat: no-repeat; }
  .reason_sec .line01 {
    font-size: 30px;
    font-weight: 800; }
  .reason_sec .line02 {
    font-size: 20px;
    font-weight: 800;
    color: #2C62A6;
    margin-bottom: 10px; }
  .reason_sec .line03 {
    font-size: 13px; }

@media only screen and (max-width: 750px) {
  .reason_sec {
    padding-top: 60px; }
    .reason_sec h2 {
      margin-bottom: 60px; }
    .reason_sec .reason_block {
      background: #E9F2F9 !important;
      overflow: auto;
      padding-bottom: 60px; }
    .reason_sec .reason_block_in {
      width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: auto; }
    .reason_sec .reason_block_in_01 {
      justify-content: flex-end; }
    .reason_sec .reason_block_in_02 {
      justify-content: flex-start; }
    .reason_sec .textBox {
      width: 100%;
      height: auto;
      text-align: left;
      padding-top: 90px; }
    .reason_sec .promiss_kouka {
      width: 192px;
      display: block;
      padding-top: 20px; }
    .reason_sec .block01 {
      background: none; }
    .reason_sec .block01 .textBox {
      background: url(../images/top/promiss01.png);
      background-size: 90%;
      background-position: top 30px left 0;
      background-repeat: no-repeat; }
    .reason_sec .block02 {
      background: none; }
    .reason_sec .block02 .textBox {
      background: url(../images/top/promiss02.png);
      background-size: 90%;
      background-position: top 30px left 0;
      background-repeat: no-repeat; }
    .reason_sec .block03 {
      background: none; }
    .reason_sec .block03 .textBox {
      background: url(../images/top/promiss03.png);
      background-size: 90%;
      background-position: top 30px left 0;
      background-repeat: no-repeat; }
    .reason_sec .line01 {
      font-size: 22px;
      font-weight: 800;
      line-height: 1.5; }
    .reason_sec .line02 {
      font-size: 18px;
      font-weight: 800;
      color: #2C62A6;
      margin-bottom: 10px; }
    .reason_sec .line03 {
      font-size: 13px; } }
/*-----------------------------------------------
flow_sec
----------------------------------------------------*/
.flow_sec {
  background: #E9F2F9;
  padding: 60px 0 60px 0; }
  .flow_sec .top_h2_box {
    background: #fff;
    width: 600px;
    height: 450px;
    padding-top: 40px;
    margin: 0 auto -400px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
  .flow_sec .flow_wrBox {
    width: 1000px;
    margin: auto;
    padding: 90px 0 60px 0;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; }
  .flow_sec .flow_flBox {
    width: 840px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
  .flow_sec .flow_flBox .col_l {
    width: 253px; }
  .flow_sec .flow_flBox .col_r {
    width: 530px;
    padding-top: 30px; }
  .flow_sec .flow_flBox .col_r .title {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px; }
  .flow_sec .flow_flBox .col_r .text {
    font-size: 16px; }
  .flow_sec .flow_tel a {
    font-weight: bold;
    font-size: 16px; }

@media only screen and (max-width: 750px) {
  .flow_sec {
    background: #E9F2F9;
    padding: 60px 0 60px 0; }
    .flow_sec .top_h2_box {
      background: #fff;
      width: 90%;
      height: 450px;
      padding-top: 40px;
      margin: 0 auto -450px auto;
      border-radius: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 15px; }
    .flow_sec .flow_wrBox {
      width: 100%;
      margin: auto;
      padding: 90px 0 60px 0;
      background: #fff;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px; }
    .flow_sec .flow_flBox {
      width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 30px; }
    .flow_sec .flow_flBox .col_l {
      width: 100%; }
    .flow_sec .flow_flBox .col_r {
      width: 100%;
      padding-top: 10px; }
    .flow_sec .flow_flBox .col_r .title {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 0; }
    .flow_sec .flow_flBox .col_r .text {
      font-size: 13px; } }
/*------------------------------------------------------------
地域タクソノミーアーカイブ
-------------------------------------------------------------*/
.areaAdd_sec {
  padding: 60px 0 60px 0;
  background: #E9F2F9; }
  .areaAdd_sec h2 {
    font-weight: 800;
    font-size: 34px;
    text-align: center; }
  .areaAdd_sec .landmark_name {
    font-weight: bold;
    font-size: 18px; }
  .areaAdd_sec .area_box {
    background: #fff;
    padding: 20px; }
  .areaAdd_sec .arename_line {
    font-weight: bold;
    text-align: center; }
  .areaAdd_sec .area_box .line {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #2C62A6;
    margin-bottom: 30px;
    padding: 10px 0 10px 0; }
  .areaAdd_sec .area_box .col_in {
    padding: 20px; }
  .areaAdd_sec iframe {
    width: 100%;
    height: 350px; }

@media only screen and (max-width: 750px) {
  .areaIntro_sec {
    padding: 60px 0 60px 0;
    background: #E9F2F9; }
    .areaIntro_sec h2 {
      font-weight: 800;
      font-size: 34px;
      text-align: center; }
    .areaIntro_sec .company {
      font-weight: 800;
      font-size: 34px;
      text-align: center;
      color: #2C62A6;
      margin-bottom: 30px; }
    .areaIntro_sec .areaName_box {
      background: #fff;
      padding: 20px; }
    .areaIntro_sec .arename_line {
      font-weight: bold;
      text-align: center; }
    .areaIntro_sec .areaIntro_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .areaIntro_sec .areaIntro_flBox .line {
      text-align: center;
      font-weight: bold;
      color: #fff;
      background: #2C62A6;
      margin-bottom: 30px;
      padding: 10px 0 10px 0; }
    .areaIntro_sec .areaIntro_flBox .col_l {
      width: 100%;
      background: #fff; }
    .areaIntro_sec .areaIntro_flBox .col_r {
      width: 100%;
      background: #fff; }
    .areaIntro_sec .areaIntro_flBox .col_in {
      padding: 20px; }
    .areaIntro_sec iframe {
      width: 100%;
      height: 350px; } }
