@charset "UTF-8";
/*header*/
header.header {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 6px rgba(178, 177, 177, 0.2);
  box-shadow: 0px 3px 6px rgba(178, 177, 177, 0.2); }
  header.header.fixed {
    background-color: rgba(255, 255, 255, 0.8); }
  header.header .header_warp {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 86px; }
  header.header .heaer_logo {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 92px; }
    header.header .heaer_logo a {
      display: block; }
  header.header .menu .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header.header .menu .menu_list li:nth-child(2) {
      margin: 0 30px; }
    header.header .menu .menu_list li a {
      display: block;
      font-size: 17px; }

/*メインビジュアル*/
.mv {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mv .mv_logo {
    max-width: 330px;
    width: 100%;
    margin: auto; }
  .mv .mv_sub_text {
    margin: 70px 0 50px; }
  .mv .seb_text {
    font-size: 18px;
    text-align: center;
    line-height: 2.4; }
  .mv .mv_navi {
    max-width: 770px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mv .mv_navi .nav_link {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 251px;
      flex: 0 0 251px; }

/*sec01*/
.sec01 {
  padding: 120px 0 300px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec_bk_2405.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

.sec_01_title {
  max-width: 333px;
  width: 100%;
  margin: 0 auto 80px; }

.sec01_text_area .text {
  line-height: 2.7;
  text-align: center; }

/*sec02*/
.sec02 {
  padding: 82px 0; }

.sec_title {
  text-align: center;
  font-size: 36px;
  color: #324697;
  font-weight: bold; }

#thought {
  margin-top: -165px;
  padding-top: 165px; }

/*sec03*/
.sec03 {
  position: relative;
  padding: 100px 0;
  background: #aad0df url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec3_bk_2604.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  height: 416px; }

.sec_left_title {
  font-size: 28px;
  line-height: 1.7; }

.link_btn {
  display: block;
  margin-top: 40px;
  max-width: 250px;
  width: 100%; }

/*sec04*/
.sec04 {
  padding: 90px 0; }

.content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px; }
  .content_box.last_box {
    margin-bottom: 0; }
  .content_box .conten_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%; }
    .content_box .conten_left img {
      border-radius: 7px;
      -webkit-box-shadow: 2px 2px 4px #b2b1b1;
      box-shadow: 2px 2px 4px #b2b1b1; }
    .content_box .conten_left .figcaption {
      margin-top: 5px;
      display: block;
      font-size: 12px; }
  .content_box .contetn_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%; }
    .content_box .contetn_right .content_title {
      font-size: 28px;
      color: #324697;
      line-height: 1.7;
      margin-top: 20px; }
    .content_box .contetn_right .sub_title {
      font-size: 21px;
      margin: 20px 0; }

/*sec05*/
/*.sec05 {
  padding: 100px 0;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec5_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 416px; }*/
/*2503追記*/
@media only screen and (min-width: 768px){
.sec05 {
  background: #aad0df url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec5_bk01.jpg)no-repeat;
  background-position: center;
  position: relative;
  height: 620px;
  background-size:cover;
}
}
.sec05 .link_btn.pcv {
  position: absolute;
  top: 72%;
  right: 31%;
}
.content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .content_flex .left, .content_flex .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .content_flex .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .content_flex .right .right_img {
      width: 100%;
      max-width: 278px; }

/*sec06*/
.sec06 {
  padding: 90px 0; }

/*sec07*/
.sec07 {
  border-top: 1px solid #dbdbdb;
  padding: 80px 0; }

#online {
  margin-top: -165px;
  padding-top: 165px; }

/*sec08*/
.sec08 {
  padding: 100px 0 90px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec8_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .merit_box .merit_list {
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    border-radius: 7px;
    margin-bottom: 1%;
    -webkit-box-shadow: 2px 2px 8px rgba(114, 114, 114, 0.6);
    box-shadow: 2px 2px 8px rgba(114, 114, 114, 0.6); }
    .merit_box .merit_list:nth-child(2) {
      margin: 0 0.5% 1%; }
    .merit_box .merit_list:nth-child(4) {
      margin-right: 0.5%;
      margin-bottom: 0; }
    .merit_box .merit_list:nth-child(5) {
      margin-bottom: 0; }
    .merit_box .merit_list .merit_pic img {
      border-radius: 7px 7px 0 0; }
    .merit_box .merit_list .merit_text {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px; }
    .merit_box .merit_list .merit_title {
      font-size: 21px;
      color: #324697;
      text-align: center;
      margin-bottom: 30px; }

/*sec09*/
.sec09 {
  padding: 100px 0 90px;
  background: #f1f2f6 url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec9_bk.jpg);
  background-repeat: no-repeat;
  background-size: 826px 624px;
  background-position: right;
  height: 624px; }

.contact_title {
  font-size: 40px;
  text-align: center;
  color: #324697;
  font-weight: bold; }

.contacat_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #324697;
  border-bottom: 1px solid #324697;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 60px;
  margin-top: 100px; }
  .contacat_area .left_contact {
    padding: 30px;
    padding-right: 60px;
    border-right: 1px solid #324697;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contacat_area .right_contact {
    padding: 30px;
    padding-left: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contacat_area .contact_name {
    font-size: 21px;
    text-align: center;
    border: 1px solid #324697;
    color: #324697;
    margin-bottom: 40px; }
  .contacat_area .tel_number {
    max-width: 375px;
    margin: 0 auto 25px;
    width: 100%;
    display: block; }
  .contacat_area .contact_time {
    font-size: 16px;
    text-align: center;
    color: #324697; }

/*sec10*/
.sec10 {
  padding: 95px 0; }

#recomend_item {
  margin-top: -165px;
  padding-top: 165px; }

.item_area {
  margin-top: 50px; }
  .item_area .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item_area .item_list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
      flex: 0 0 16%;
      margin-bottom: 48px; }
      .item_area .item_list li a {
        display: block; }
    .item_area .item_list .item_name {
      font-size: 15px;
      text-align: center;
      margin-top: 10px;
      line-height: 1.3; }
    .item_area .item_list .button {
      display: block;
      background: #324697 url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/item_link_arrow.png);
      background-repeat: no-repeat;
      background-size: 11.5px 12px;
      background-position: 95% center;
      color: #fff;
      text-align: center;
      border-radius: 7px;
      max-width: 126px;
      width: 100%;
      margin: 10px auto 0;
      font-size: 12px;
      padding: 9.5px 0; }

/*footer*/
footer .first_footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  footer .first_footer .footer_nav li:last-child a {
    border-right: none; }
  footer .first_footer .footer_nav li a {
    display: block;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    color: #324697;
    border-right: 1px solid #324697; }
footer .second_footer {
  background: #324697;
  padding: 23px 0; }
  footer .second_footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 17px; }

@media (min-width: 1px) and (max-width: 1130px) {
  .item_area .item_list .item_name {
    font-size: 14px; } }
@media (min-width: 1px) and (max-width: 1075px) {
  .contacat_area .left_contact {
    padding: 25px; }
  .contacat_area .right_contact {
    padding: 25px; }
  .contacat_area .contact_time {
    font-size: 14px; } }
@media (min-width: 1px) and (max-width: 1000px) {
  .item_area .item_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 025%;
    flex: 0 025%; }
  .item_area .item_list .item_name {
    font-size: 15px; }

  footer .first_footer .footer_nav li:nth-child(3) a {
    border-right: none; }
  footer .first_footer .footer_nav li a {
    font-size: 15px;
    text-align: center; } }
@media (min-width: 1px) and (max-width: 900px) {
  .merit_box .merit_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%; }
    .merit_box .merit_list:nth-child(2), .merit_box .merit_list:nth-child(4) {
      margin: 0 0 1%; }
    .merit_box .merit_list:nth-child(odd) {
      margin-right: 1%; }
    .merit_box .merit_list:last-child {
      margin: 0; }

  .sec09 {
    background: #f2f3f8;
    height: auto; }

  .contacat_area {
    display: block; }
    .contacat_area .left_contact {
      border-right: none;
      border-bottom: 1px solid #324697; }

  footer .first_footer .footer_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .first_footer .footer_nav li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      margin-bottom: 10px; } }
@media (min-width: 1px) and (max-width: 850px) {
  .content_box {
    display: block; }
    .content_box .contetn_right {
      margin-top: 20px; } }
@media (min-width: 1px) and (max-width: 840px) {
  .mv .mv_navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .mv .mv_navi .nav_link {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 276px;
      margin-bottom: 10px; } }
@media (min-width: 1px) and (max-width: 767px) {
  header.header .header_warp {
    height: 53px; }
  header.header .heaer_logo {
    max-width: 69px;
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  header.header .menu {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 53px;
    right: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef; }
    header.header .menu .menu_list {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      header.header .menu .menu_list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%; }
        header.header .menu .menu_list li a {
          color: #324697;
          padding: 5px 0px 5px;
          font-size: 10px;
          text-align: center;
          line-height: 1.6; }
        header.header .menu .menu_list li:nth-child(2) {
          margin: 0 0px 0;
          border-left: 1px solid #fff;
          border-right: 1px solid #fff; }

  .mv {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px; }
    .mv .mv_area {
      margin: auto; }
    .mv .mv_logo {
      max-width: 184px; }
    .mv .mv_sub_text {
      margin: 40px 0; }
    .mv .seb_text {
      font-size: 12px; }
    .mv .mv_navi .nav_link {
      max-width: 280px; }

  .sec01 {
    padding: 60px 0 220px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec_bk_sp_2405.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom; }

  .sec_01_title {
    max-width: 199px;
    margin-bottom: 50px; }

  .sec01_text_area .text {
    font-size: 12px; }

  .sec02 {
    padding: 40px 0; }

  #thought {
    margin-top: -120px;
    padding-top: 120px; }

  .sec_title {
    font-size: 20px; }

  .sec03 {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec3_bk_sp_202304.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top 20%;
    height: 400px;
    margin-bottom: 160px; }
    .sec03 .wrap.sec03-wrap {
      position: absolute;
      bottom: -115px;
      left: 50%;
      transform: translateX(-50%); }
    .sec03 .sec_left_title {
      margin-top: 190px;
      font-size: 16px; }
    .sec03 .link_btn {
      max-width: 279px;
      margin: 15px auto 0; }

  .sec04 {
    padding: 40px 0; }

  .content_box .contetn_right .content_title {
    font-size: 18px; }
  .content_box .contetn_right .sub_title {
    font-size: 16px; }

  .sec05 {
    /*padding: 80px 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec5_bk_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 265px;*/
    margin-bottom: 10px; }

  .content_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .content_flex .right {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 95px; }
      .content_flex .right .right_img {
        max-width: 164px; }

  .sec_left_title {
    font-size: 16px; }

  .link_btn {
    max-width: 281px;
    margin: 15px auto 0; }

  .sec06 {
    padding: 40px 0; }

  .sec07 {
    padding: 40px 0; }

  #online {
    margin-top: -120px;
    padding-top: 120px; }

  .sec08 {
    padding: 40px 0; }

  .merit_box .merit_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px; }
    .merit_box .merit_list:nth-child(odd) {
      margin-right: 0; }
    .merit_box .merit_list:nth-child(2), .merit_box .merit_list:nth-child(4) {
      margin-bottom: 10px; }
    .merit_box .merit_list .merit_text {
      padding: 30px 15px; }
    .merit_box .merit_list .merit_title {
      font-size: 18px; }

  .sec09 {
    padding: 40px 0; }

  .contact_title {
    font-size: 20px; }

  .contacat_area {
    margin-top: 40px;
    padding: 10px 0;
    border-top: none;
    border-bottom: none; }
    .contacat_area .left_contact {
      padding: 10px;
      padding-bottom: 20px; }
    .contacat_area .right_contact {
      padding: 10px;
      padding-top: 20px; }
    .contacat_area .contact_name {
      font-size: 14px;
      margin-bottom: 20px;
      padding: 1px 0; }
    .contacat_area .contact_time {
      font-size: 12px; }
    .contacat_area .tel_number {
      max-width: 292px;
      margin-bottom: 15px; }

  .sec10 {
    padding: 40px 0; }

  #recomend_item {
    margin-top: -120px;
    padding-top: 120px; }

  .item_area .item_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%; }
  .item_area .item_list .item_name {
    font-size: 10px; }
  .item_area .item_list .button {
    font-size: 11px;
    max-width: 98px; }

  footer .first_footer .footer_nav {
    margin-bottom: 5px; }
    footer .first_footer .footer_nav li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-bottom: 15px; }
      footer .first_footer .footer_nav li a {
        font-size: 11px; }
  footer .second_footer {
    padding: 18.5px 0; }
    footer .second_footer .copyright {
      font-size: 10px; } }
@media (min-width: 1px) and (max-width: 350px) {
  .mv {
    margin-top: 95px; }
    .mv .mv_logo {
      max-width: 159px; }
    .mv .mv_sub_text {
      margin: 20px 0; }
    .mv .seb_text {
      line-height: 2; }

  footer .first_footer .footer_nav li:nth-child(3) a {
    border-right: 1px solid #324697; }
  footer .first_footer .footer_nav li:nth-child(2) a {
    border-right: none; }
  footer .first_footer .footer_nav li:nth-child(4) a {
    border-right: none; } }

/*2502追記*/
/*sec03*/
.sec03 {
  background: #aad0df url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/official/common/css/../img/sec3_bk_2604.jpg");
  background-position: center;
  background-size: cover;
}
.sec03 .sec_left_title {
  position: absolute;
  top: 27%;
  right: 21%;
}
.sec03 .link_btn.pcv {
  position: absolute;
  top: 60%;
  right: 22%;
}
@media (min-width: 1px) and (max-width: 767px) {
  .sec03 {
    background: unset;
    padding: unset;
    margin-bottom: 8vw;
    height: unset;
  }
}