@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px; }
  html:focus {
    outline: none; }

body {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  margin: 0;
  background: #F8F8F8; }

address {
  font-style: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  padding-left: 1em;
  margin: 0; }
  ol li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 220%;
    letter-spacing: 0.7px; }

img {
  vertical-align: bottom;
  flex-shrink: 0; }

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500; }

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1211px) {
    .container {
      max-width: 1030px; } }
  @media screen and (min-width: 768px) and (max-width: 1210px) {
    .container {
      max-width: 1000px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* pc sp 表示非表示
/* ----------------------------------- */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  transition: all ease .3s;
  text-decoration: none;
  color: #fff; }
  a:hover, a:focus {
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

a.blank::after {
  content: "";
  width: 11.5px;
  height: 12px;
  background-image: url("images/gaibu_link_icon.svg");
  background-size: cover;
  display: inline-block;
  margin-left: 4.5px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: attr(width)/attr(height); }

/* ----------------------------------- */
/* header
/* ----------------------------------- */
#header_top {
  height: 80px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 12px 15px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 50; }
  header .headerCnt {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    header .headerCnt #logoArea {
      width: auto;
      max-width: 364px;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 3px; }
      header .headerCnt #logoArea a {
        transition: all ease .3s; }
        header .headerCnt #logoArea a h1 {
          margin: 0; }
          header .headerCnt #logoArea a h1 img {
            transition: all ease .3s; }
    header .headerCnt #headerContact {
      width: 524px;
      display: flex;
      flex-wrap: wrap; }
      header .headerCnt #headerContact .h_btn {
        padding: 20px 0 20px 26px;
        color: var(--SA_color, #073567);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 16px */
        background: url("images/svg/header_login.svg") no-repeat;
        background-size: 24px;
        background-position: center left;
        margin-right: 20px; }
        @media screen and (min-width: 767px) {
          header .headerCnt #headerContact .h_btn:hover {
            opacity: 0.6; } }
      header .headerCnt #headerContact .h_btn2 {
        display: flex;
        width: 200px;
        padding: 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 40px;
        background: var(--accent, #C58009);
        border: 2px solid var(--accent, #C58009);
        color: var(--white, #FFF);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 16px */
        height: 48px;
        margin-right: 12px;
        margin-top: 6px; }
        @media screen and (min-width: 767px) {
          header .headerCnt #headerContact .h_btn2:hover {
            background: #fff;
            color: #C58009; } }
      header .headerCnt #headerContact .h_btn3 {
        display: flex;
        width: 200px;
        padding: 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 40px;
        border: 2px solid var(--accent, #C58009);
        background: var(--white, #FFF);
        color: var(--accent, #C58009);
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 18px */
        height: 48px;
        margin-top: 6px; }
        @media screen and (min-width: 767px) {
          header .headerCnt #headerContact .h_btn3:hover {
            background: #C58009;
            color: #fff; } }

@media screen and (max-width: 936px) {
  header .headerCnt #headerContact {
    width: 114px; }
    header .headerCnt #headerContact .h_btn2 {
      display: none; }
    header .headerCnt #headerContact .h_btn3 {
      display: none; } }
@media screen and (max-width: 768px) {
  header .headerCnt {
    width: 100%; }
    header .headerCnt #logoArea {
      max-width: 526px;
      width: 100%;
      padding-right: 162px;
      display: table; }
      header .headerCnt #logoArea a {
        display: table-cell;
        vertical-align: middle; }
        header .headerCnt #logoArea a h1 {
          display: flex; }
          header .headerCnt #logoArea a h1 img {
            width: 100%; }
    header .headerCnt #headerContact .h_btn {
      position: fixed;
      top: 12px;
      right: 46px; } }
/* ----------------------------------- */
/* #main
/* ----------------------------------- */
#main {
  overflow: hidden; }

/* ----------------------------------- */
/* footer
/* ----------------------------------- */
footer {
  width: 100%;
  padding: 60px 15px 0;
  background: #fff; }
  footer .container {
    position: relative; }
  footer .footer_logo {
    max-width: 383px; }
    footer .footer_logo img {
      width: 100%; }
  footer .page_top {
    position: absolute;
    top: 0;
    right: 0; }
  footer .footer_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 0 35px; }
    footer .footer_menu li {
      margin-right: 30px; }
      footer .footer_menu li a {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 16px */ }
  footer .copyright {
    padding: 24px 0;
    border-top: 1px solid #EDEDED; }
  footer p {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 25.6px;
    letter-spacing: 1.2px;
    text-align: left;
    margin: 0; }

@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 64px;
    padding: 97px 15px 0; }
    footer .container {
      position: relative; }
    footer .footer_logo {
      max-width: 383px;
      margin: 0 auto; }
    footer .page_top {
      position: absolute;
      top: -67px;
      right: 50%;
      margin-right: -18px; }
    footer .footer_menu {
      display: flex;
      flex-wrap: wrap;
      margin: 48px 0 35px; }
      footer .footer_menu li {
        margin-right: 30px;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 1em; }
        footer .footer_menu li a {
          color: var(--logo_text, #222);
          font-family: "Noto Sans JP";
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          /* 16px */ }
    footer .copyright {
      padding: 24px 0;
      border-top: none; }
    footer p {
      text-align: center; } }
/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

/* ----------------------------------- */
/* タイトル */
/* ----------------------------------- */
.title_type_1 {
  color: #222;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; }

.title_d_text {
  color: var(--logo_text, #222);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 16px */
  text-align: center; }

@media screen and (max-width: 768px) {
  .title_type_1 {
    font-size: 32px; } }
/* ----------------------------------- */
/* fv_area */
/* ----------------------------------- */
#fv_area {
  margin-top: 56px;
  padding: 0 15px 48px; }
  #fv_area .fv_container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #fv_area .fv_container .img_box_sp {
      display: none; }
    #fv_area .fv_container .text_box {
      width: 624px; }
      #fv_area .fv_container .text_box .c_cp_text {
        background: #073567;
        padding: 8px 16px;
        color: var(--white, #FFF);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 24px */
        letter-spacing: 4%; }
        #fv_area .fv_container .text_box .c_cp_text span {
          font-size: 16px; }
      #fv_area .fv_container .text_box h2 {
        position: relative;
        display: block;
        color: #073567;
        font-family: "Noto Sans JP";
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        /* 89.6px */
        margin: 27px 0 45px; }
        #fv_area .fv_container .text_box h2::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: #073567; }
        #fv_area .fv_container .text_box h2::after {
          content: "";
          position: absolute;
          bottom: -4px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #073567; }
        #fv_area .fv_container .text_box h2 .m_text {
          background: linear-gradient(transparent 0px, transparent 70px, #DCB572 70px, #DCB572 85px, transparent 80px); }
          #fv_area .fv_container .text_box h2 .m_text.i_text::after {
            content: "";
            background: url("images/svg/fv_copy.svg") no-repeat;
            background-position: bottom left;
            background-size: contain;
            display: inline-block;
            width: 28px;
            height: 59px;
            margin-bottom: -6px;
            margin-left: 10px; }
        #fv_area .fv_container .text_box h2 .fs48 {
          font-size: 48px;
          color: #222; }
    #fv_area .fv_container .img_box {
      width: 0;
      position: relative; }
      #fv_area .fv_container .img_box img {
        position: absolute;
        top: 0;
        left: 30px;
        width: 816px;
        max-width: 816px; }
    @media screen and (max-width: 970px) {
      #fv_area .fv_container .text_box {
        width: 100%;
        max-width: 345px; }
        #fv_area .fv_container .text_box .c_cp_text {
          background: #073567;
          padding: 6px 10px;
          font-size: 12px; }
          #fv_area .fv_container .text_box .c_cp_text span {
            font-size: 10px; }
        #fv_area .fv_container .text_box h2 {
          font-size: 35px;
          margin-top: 10px;
          margin-bottom: 16px; }
          #fv_area .fv_container .text_box h2 .m_text {
            background: linear-gradient(transparent 0px, transparent 38px, #DCB572 38px, #DCB572 46px, transparent 45px); }
            #fv_area .fv_container .text_box h2 .m_text.i_text::after {
              content: "";
              background: url("images/svg/fv_copy.svg") no-repeat;
              background-position: bottom left;
              background-size: contain;
              display: inline-block;
              width: 28px;
              height: 37px;
              margin-bottom: -6px;
              margin-left: 10px; }
          #fv_area .fv_container .text_box h2 .fs48 {
            font-size: 24px; } }

@media screen and (max-width: 768px) {
  #fv_area {
    margin-top: 10px;
    padding: 0 15px 18px; }
    #fv_area .fv_container {
      max-width: 645px; }
      #fv_area .fv_container .img_box_sp {
        display: block;
        width: 100%;
        max-width: 545px;
        margin: 0 auto -75px; }
      #fv_area .fv_container .text_box {
        width: 100%;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto; }
        #fv_area .fv_container .text_box .c_cp_text {
          background: #073567;
          padding: 6px 10px;
          font-size: 12px; }
          #fv_area .fv_container .text_box .c_cp_text span {
            font-size: 10px; }
        #fv_area .fv_container .text_box h2 {
          font-size: 35px;
          margin-top: 10px;
          margin-bottom: 16px; }
          #fv_area .fv_container .text_box h2 .m_text {
            background: linear-gradient(transparent 0px, transparent 38px, #DCB572 38px, #DCB572 46px, transparent 45px); }
            #fv_area .fv_container .text_box h2 .m_text.i_text::after {
              content: "";
              background: url("images/svg/fv_copy.svg") no-repeat;
              background-position: bottom left;
              background-size: contain;
              display: inline-block;
              width: 28px;
              height: 37px;
              margin-bottom: -6px;
              margin-left: 10px; }
          #fv_area .fv_container .text_box h2 .fs48 {
            font-size: 24px; }
      #fv_area .fv_container .img_box {
        display: none; } }
@media screen and (max-width: 400px) {
  #fv_area .fv_container {
    max-width: 345px; }
    #fv_area .fv_container .img_box_sp {
      display: block;
      width: 100%;
      max-width: 345px;
      margin: 0 auto -75px; } }
.fv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .fv_list .c_box {
    width: calc( ( 100% - ( 12px * ( 3 - 1) ) ) / 3 );
    background: #fff;
    padding: 24px 24px 16px;
    position: relative; }
    .fv_list .c_box::after {
      content: "";
      position: absolute;
      top: -30px;
      left: 50%;
      width: 56px;
      height: 56px;
      border-radius: 28px;
      background: #fff;
      margin-left: -28px; }
    .fv_list .c_box:nth-child(1)::after {
      background: #fff url("images/svg/fv_point01.svg") no-repeat;
      background-size: 28px;
      background-position: center; }
    .fv_list .c_box:nth-child(2)::after {
      background: #fff url("images/svg/fv_point02.svg") no-repeat;
      background-size: 28px;
      background-position: center; }
    .fv_list .c_box:nth-child(3)::after {
      background: #fff url("images/svg/fv_point03.svg") no-repeat;
      background-size: 28px;
      background-position: center; }
    .fv_list .c_box p {
      color: var(--logo_text, #222);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      /* 20px */
      margin: 0; }
      .fv_list .c_box p .text2 {
        color: var(--SA_color, #073567);
        font-family: "Noto Sans JP";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; }
      .fv_list .c_box p .text3 {
        font-size: 28px; }

@media screen and (max-width: 970px) {
  .fv_list {
    margin-bottom: 40px;
    padding: 16px 24px;
    background: #fff;
    margin-bottom: 16px; }
    .fv_list .c_box {
      width: 100%;
      background: #fff;
      padding: 16px 0 16px;
      border-bottom: 1px solid #EDEDED;
      position: relative; }
      .fv_list .c_box::after {
        content: "";
        position: absolute;
        top: 13px;
        left: 21px;
        width: 40px;
        height: 40px;
        border-radius: 28px;
        background: #fff;
        margin-left: -28px; }
      .fv_list .c_box:nth-child(3) {
        border: none; }
      .fv_list .c_box p {
        font-size: 16px;
        text-align: left;
        padding-left: 36px; }
        .fv_list .c_box p br {
          display: none; }
        .fv_list .c_box p .text2 {
          font-size: 24px; }
        .fv_list .c_box p .text3 {
          font-size: 16px; } }
.fv_text {
  color: var(--logo_text, #222);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */ }
  .fv_text::before {
    content: "";
    background: url("images/svg/fv_cta_strongleft.svg") no-repeat;
    background-size: 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px; }
  .fv_text::after {
    content: "";
    background: url("images/svg/fv_cta_strongright.svg") no-repeat;
    background-size: 16px;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px; }

@media screen and (max-width: 970px) {
  .fv_text {
    font-size: 14px;
    display: table;
    padding: 0 24px;
    position: relative;
    margin: 0 auto 16px; }
    .fv_text::before {
      position: absolute;
      bottom: 0;
      left: 0; }
    .fv_text::after {
      position: absolute;
      bottom: 0;
      right: 0; } }
.fv_text2 {
  color: var(--logo_text, #222);
  font-family: "Noto Sans JP";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */ }

.fv_btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media screen and (max-width: 970px) {
  .fv_btn_box {
    width: 100%;
    max-width: 345px; }
    .fv_btn_box a {
      width: 100%; } }
/* ----------------------------------- */
/* service_area */
/* ----------------------------------- */
#service_area {
  padding: 0 0 95px; }
  #service_area .w_box {
    border-radius: 8px;
    background: var(--white, #FFF);
    padding: 40px 60px; }
    #service_area .w_box h2 {
      color: #222;
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%;
      /* 41.6px */
      margin: 0; }
      #service_area .w_box h2 span {
        color: var(--SA_color, #073567); }
    #service_area .w_box img {
      margin: 24px auto;
      display: block;
      max-width: 504px; }
    #service_area .w_box p {
      color: var(--logo_text, #222);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
      /* 28.8px */ }

@media screen and (max-width: 768px) {
  #service_area {
    padding: 0 0 70px; }
    #service_area .w_box {
      border-radius: 8px;
      background: var(--white, #FFF);
      padding: 24px 16px; }
      #service_area .w_box h2 {
        font-size: 18px; }
      #service_area .w_box img {
        margin: 24px auto;
        display: block;
        max-width: 180px; }
      #service_area .w_box p {
        font-size: 14px; }
        #service_area .w_box p.fs14 {
          font-size: 12px; } }
/* ----------------------------------- */
/* about_area */
/* ----------------------------------- */
#about_area h2 {
  color: var(--logo_text, #222);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  margin-top: 0;
  margin-bottom: 80px; }
  #about_area h2 img {
    max-width: 585px;
    width: 100%;
    margin-bottom: -25px; }
    #about_area h2 img.pc {
      display: inline-block !important; }
    #about_area h2 img.sp {
      display: none !important; }

@media screen and (max-width: 768px) {
  #about_area h2 {
    font-size: 32px;
    margin-bottom: 40px; }
    #about_area h2 img {
      max-width: 345px;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 0; }
      #about_area h2 img.pc {
        display: none !important; }
      #about_area h2 img.sp {
        display: block !important; } }
.problem_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px; }
  .problem_box .c_box {
    border-radius: 4px;
    background: #073567;
    width: calc( ( 100% - ( 17px * ( 3 - 1) ) ) / 3 );
    padding: 12px 12px 12px 75px;
    position: relative; }
    .problem_box .c_box p {
      color: var(--white, #FFF);
      font-family: "Noto Sans JP";
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      /* 28.8px */
      margin: 0; }
    .problem_box .c_box::after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: 32px;
      width: 32px;
      height: 24px;
      background: url("images/svg/onayami_01_sankaku.svg") no-repeat;
      background-size: 32px;
      background-position: top center; }
    .problem_box .c_box::before {
      content: "";
      position: absolute;
      top: 16px;
      left: 13px;
      width: 48px;
      height: 48px;
      background: #fff url("images/svg/onayami_icon01.svg") no-repeat;
      background-position: center;
      background-size: 28px;
      border-radius: 24px; }
    .problem_box .c_box:nth-child(2)::after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: 50%;
      margin-right: -16px;
      width: 32px;
      height: 24px;
      background: url("images/svg/onayami_02_sankaku.svg") no-repeat;
      background-size: 32px;
      background-position: top center; }
    .problem_box .c_box:nth-child(2)::before {
      background: #fff url("images/svg/onayami_icon02.svg") no-repeat;
      background-position: center;
      background-size: 28px;
      border-radius: 24px; }
    .problem_box .c_box:nth-child(3)::after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: auto;
      left: 32px;
      width: 32px;
      height: 24px;
      background: url("images/svg/onayami_03_sankaku.svg") no-repeat;
      background-size: 32px;
      background-position: top center; }
    .problem_box .c_box:nth-child(3)::before {
      background: #fff url("images/svg/onayami_icon03.svg") no-repeat;
      background-position: center;
      background-size: 28px;
      border-radius: 24px; }

@media screen and (max-width: 768px) {
  .problem_box {
    max-width: 345px;
    margin: 0 auto;
    display: block; }
    .problem_box .c_box {
      width: 307px;
      margin-bottom: 25px; }
      .problem_box .c_box p {
        font-size: 16px; }
      .problem_box .c_box:nth-child(1)::after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 50%;
        left: 32px;
        margin-right: 0;
        width: 32px;
        height: 24px;
        background: url("images/svg/onayami_01_sankaku.svg") no-repeat;
        background-size: 32px;
        background-position: top center; }
      .problem_box .c_box:nth-child(2) {
        margin-left: 17px; }
        .problem_box .c_box:nth-child(2)::after {
          content: "";
          position: absolute;
          bottom: -20px;
          right: 50%;
          left: 32px;
          margin-right: 0;
          width: 32px;
          height: 24px;
          background: url("images/svg/onayami_01_sankaku.svg") no-repeat;
          background-size: 32px;
          background-position: top center; }
      .problem_box .c_box:nth-child(3) {
        margin-left: 34px; }
        .problem_box .c_box:nth-child(3)::after {
          content: "";
          position: absolute;
          bottom: -20px;
          right: auto;
          left: 32px;
          width: 32px;
          height: 24px;
          background: url("images/svg/onayami_01_sankaku.svg") no-repeat;
          background-size: 32px;
          background-position: top center; } }
.about_text_box {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0 16px; }
  .about_text_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    border: 3px solid #073567;
    border-right: none; }
  .about_text_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    border: 3px solid #073567;
    border-left: none; }
  .about_text_box .text1 {
    border-radius: 2px;
    background: var(--accent, #C58009);
    color: var(--white, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    padding: 8px 16px;
    display: table;
    margin: 0 auto; }
  .about_text_box .text2 {
    color: var(--SA_color, #073567);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 51.2px */
    margin-top: 16px; }

@media screen and (max-width: 768px) {
  .about_text_box {
    margin-top: 100px; }
    .about_text_box .text1 {
      position: absolute;
      top: -52px;
      left: 50%;
      width: 294px;
      margin-left: -147px;
      font-size: 17px; }
      .about_text_box .text1 span {
        font-size: 14px; }
    .about_text_box .text2 {
      font-size: 26px; } }
.about_column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px; }
  .about_column_box .img_box {
    width: calc( ( 100% - ( 24px * ( 2 - 1) ) ) / 2 ); }
  .about_column_box .text_box {
    width: calc( ( 100% - ( 24px * ( 2 - 1) ) ) / 2 );
    padding-top: 64px; }
    .about_column_box .text_box p {
      color: var(--logo_text, #222);
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
      /* 28.8px */ }

@media screen and (max-width: 768px) {
  .about_column_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px; }
    .about_column_box .img_box {
      width: 100%; }
    .about_column_box .text_box {
      width: 100%;
      padding-top: 0; } }
/* ----------------------------------- */
/* point_area */
/* ----------------------------------- */
#point_area {
  padding: 100px 0 0;
  background: #fff; }
  #point_area h2 {
    margin-top: 0; }

@media screen and (max-width: 768px) {
  #point_area {
    padding: 100px 0 50px; } }
.point_column_box {
  margin-top: 50px; }
  .point_column_box .swiper-slide {
    height: auto; }
  .point_column_box .c_box {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #F8F8F8 url("images/svg/fv_point01.svg") no-repeat;
    background-position: top 24px center;
    background-size: 56px;
    padding: 92px 16px 16px;
    position: relative; }
    .point_column_box .c_box.type2 {
      background: #F8F8F8 url("images/svg/fv_point02.svg") no-repeat;
      background-position: top 24px center;
      background-size: 56px; }
    .point_column_box .c_box.type3 {
      background: #F8F8F8 url("images/svg/fv_point03.svg") no-repeat;
      background-position: top 24px center;
      background-size: 56px; }
    .point_column_box .c_box .n_text {
      position: absolute;
      top: -36px;
      left: 16px;
      color: var(--accent, #C58009);
      font-family: "Oswald", sans-serif;
      font-size: 64px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 64px */
      opacity: 0.4; }
    .point_column_box .c_box h3 {
      margin-top: 0;
      color: var(--logo_text, #222);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%;
      /* 44.8px */
      display: table;
      width: 100%;
      height: 90px;
      margin-bottom: 16px; }
      .point_column_box .c_box h3 span {
        display: table-cell;
        vertical-align: middle; }
    .point_column_box .c_box ul {
      border-top: 1px solid #EDEDED;
      padding-top: 16px;
      padding-left: 40px; }
      .point_column_box .c_box ul li {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 28.8px */
        margin-bottom: 16px;
        position: relative; }
        .point_column_box .c_box ul li::after {
          content: "";
          position: absolute;
          width: 32px;
          height: 32px;
          top: 0;
          left: -37px;
          background: url("images/svg/point_section_chack.svg") no-repeat;
          background-size: 32px;
          background-position: center; }

/* ----------------------------------- */
/* cta_area */
/* ----------------------------------- */
.cta_area {
  background: #073567;
  padding: 60px 0; }

/* ----------------------------------- */
/* flow_area */
/* ----------------------------------- */
#flow_area {
  padding: 100px 0 0; }
  #flow_area h2 {
    margin-top: 0; }

.flow_w_box {
  border-radius: 8px;
  background: var(--white, #FFF);
  padding: 60px;
  margin-top: 32px; }
  .flow_w_box .flow_c_box {
    margin-bottom: 64px;
    padding-left: 108px;
    position: relative; }
    .flow_w_box .flow_c_box::after {
      content: "";
      background: #C58009;
      position: absolute;
      top: 90px;
      left: 40px;
      width: 1px;
      height: calc( 100% - 80px ); }
    .flow_w_box .flow_c_box:last-child::after {
      content: none; }
    .flow_w_box .flow_c_box .n_text {
      width: 80px;
      height: 80px;
      background: #C58009;
      border-radius: 40px;
      position: absolute;
      top: 0;
      left: 0;
      color: var(--white, #FFF);
      font-family: Oswald;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 20px */
      text-align: center;
      padding-top: 9px; }
      .flow_w_box .flow_c_box .n_text span {
        font-size: 40px;
        display: block;
        line-height: 40px; }
    .flow_w_box .flow_c_box h3 {
      color: var(--SA_color, #073567);
      font-family: "Noto Sans JP";
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      /* 32px */
      padding-top: 20px; }
    .flow_w_box .flow_c_box p {
      color: var(--logo_text, #222);
      font-family: "Noto Sans JP";
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
      /* 28.8px */ }
      .flow_w_box .flow_c_box p span {
        color: #C58009; }

@media screen and (max-width: 768px) {
  .flow_w_box {
    padding: 48px 16px; }
    .flow_w_box .flow_c_box {
      padding-left: 0;
      margin-bottom: 47px; }
      .flow_w_box .flow_c_box::after {
        content: none; }
      .flow_w_box .flow_c_box .n_text {
        width: 64px;
        height: 64px;
        font-size: 16px;
        padding-top: 11px; }
        .flow_w_box .flow_c_box .n_text span {
          font-size: 28px;
          display: block;
          line-height: 28px; }
      .flow_w_box .flow_c_box h3 {
        padding-left: 80px;
        font-size: 28px;
        padding-top: 17px;
        padding-bottom: 5px;
        margin-top: 0; }
      .flow_w_box .flow_c_box p {
        color: var(--logo_text, #222);
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 28.8px */ }
        .flow_w_box .flow_c_box p span {
          color: #C58009; } }
.flow_column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flow_column_box .c_box {
    width: calc( ( 100% - ( 40px * ( 2 - 1) ) ) / 2 );
    margin-bottom: 24px; }

@media screen and (max-width: 950px) {
  .flow_column_box .c_box {
    width: 100%; } }
.s_c_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .s_c_box .img_box {
    width: 100px; }
  .s_c_box .text_box {
    width: calc( 100% - 116px ); }
    .s_c_box .text_box h4 {
      color: var(--SA_color, #073567);
      font-family: "Noto Sans JP";
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      /* 22px */
      margin-top: 0;
      margin-bottom: 16px; }
    .s_c_box .text_box p {
      color: var(--logo_text, #222);
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      /* 22.4px */ }

@media screen and (max-width: 950px) {
  .s_c_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .s_c_box .img_box {
      width: 80px; }
    .s_c_box .text_box {
      width: calc( 100% - 96px ); }
      .s_c_box .text_box h4 {
        font-size: 20px; } }
.flow_tt_box {
  display: flex;
  padding: 16px 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: var(--light_gray, #F8F8F8); }
  .flow_tt_box .img_box {
    width: 260px; }
  .flow_tt_box .text_box {
    width: calc( 100% - 276px ); }
    .flow_tt_box .text_box h4 {
      color: var(--SA_color, #073567);
      font-family: "Noto Sans JP";
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      /* 22px */
      padding-left: 40px;
      background: url("images/svg/flow_attention.svg") no-repeat;
      background-size: 29px;
      background-position: center left;
      padding: 10px 0 10px 40px;
      margin: 0 0 10px; }
    .flow_tt_box .text_box p {
      color: var(--logo_text, #222);
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      /* 22.4px */
      margin-top: 10px; }

@media screen and (max-width: 768px) {
  .flow_tt_box {
    padding: 16px 16px;
    display: block; }
    .flow_tt_box .img_box {
      width: 100%; }
      .flow_tt_box .img_box img {
        max-width: 257px;
        margin: 0 auto;
        display: block; }
    .flow_tt_box .text_box {
      width: 100%; }
      .flow_tt_box .text_box h4 {
        font-size: 20px;
        background: url("images/svg/flow_attention.svg") no-repeat;
        background-size: 26px;
        background-position: center left;
        padding: 10px 0 10px 35px; } }
/* ----------------------------------- */
/* faq_area */
/* ----------------------------------- */
#faq_area {
  padding: 100px 0 0;
  background: #F8F8F8; }
  #faq_area h2 {
    margin-top: 0; }

/* ----------------------------------- */
/* ハンバーガーメニュー */
/* ----------------------------------- */
/* ハンバーガーメニューボタン（デフォルトは非表示） */
.hamburger-btn {
  display: none;
  position: fixed;
  top: 11px;
  right: 0;
  width: 56px;
  height: 56px;
  background: none;
  cursor: pointer;
  z-index: 1001;
  border: none; }

/* ハンバーガーアイコン */
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.hamburger-line {
  width: 20px;
  height: 2px;
  background: #333;
  margin: 2px 0;
  transition: all 0.3s ease;
  transform-origin: center; }

/* ハンバーガーメニューが開いている時のアニメーション */
.hamburger-btn.open .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(3.5px, 5px); }

.hamburger-btn.open .hamburger-line:nth-child(2) {
  opacity: 0; }

.hamburger-btn.open .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(3.5px, -5px); }

/* モバイル用メニューオーバーレイ */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }

.mobile-menu-overlay.show {
  opacity: 1;
  pointer-events: auto; }

/* スマートフォン用スタイル */
@media screen and (max-width: 768px) {
  /* デスクトップ版を非表示 */
  .sticky-menu-wrapper {
    display: none; }

  /* ハンバーガーボタンを表示 */
  .hamburger-btn {
    display: block; }

  /* モバイルメニューオーバーレイを表示 */
  .mobile-menu-overlay {
    display: block; }

  /* モバイル用メニュー */
  .mobile-menu {
    position: fixed;
    top: 80px;
    right: -100%;
    max-width: 320px;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    transition: right 0.8s ease;
    padding: 30px 22px; }
    .mobile-menu::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.9;
      background: #fff;
      backdrop-filter: blur(32px); }
    .mobile-menu .menu-list {
      position: relative;
      z-index: 2; }
      .mobile-menu .menu-list .menu-item {
        margin-bottom: 12px; }
        .mobile-menu .menu-list .menu-item a {
          color: #222222;
          font-size: 20px;
          font-weight: 600; }

  .mobile-menu.show {
    right: 0; } }
@media screen and (min-width: 767px) {
  #mobileMenu {
    display: none; } }
.hamburger_btn {
  padding-top: 40px;
  position: relative;
  z-index: 2; }
  .hamburger_btn a {
    width: 100%;
    max-width: 300px;
    padding: 16px;
    height: 48px;
    opacity: 1 !important; }

.fixedBtn {
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease; }
  .fixedBtn a {
    width: 50%;
    height: 64px;
    background: #C58009;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    padding: 22px 5px;
    float: left; }
    .fixedBtn a:last-child {
      background: #fff;
      color: #C58009;
      border: 2px solid var(--accent, #C58009);
      font-family: "Oswald", sans-serif;
      font-size: 18px; }
  .fixedBtn.show {
    transform: translateY(0);
    opacity: 1; }

@media screen and (max-width: 768px) {
  .fixedBtn {
    display: block; } }
@media screen and (min-width: 769px) {
  .fixedBtn {
    display: none; } }
.column2_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px; }
  .column2_box .column_box {
    width: calc( ( 100% - ( 26px * ( 2 - 1) ) ) / 2 );
    margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .column2_box .column_box {
    width: 100%; } }
.faq_card {
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .faq_card .q_title {
    background: var(--SA_color, #073567);
    padding: 24px 24px 24px 52px;
    height: 96px;
    position: relative;
    display: table;
    width: 100%; }
    .faq_card .q_title::before {
      content: "Q.";
      position: absolute;
      top: 34px;
      left: 24px;
      color: #FFF;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 24px;
      line-height: 100%;
      /* 24px */ }
    .faq_card .q_title h3 {
      color: #FFF;
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      /* 22.4px */
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .faq_card .a_text {
    padding: 24px 24px 24px 52px;
    position: relative; }
    .faq_card .a_text::before {
      content: "A.";
      position: absolute;
      top: 24px;
      left: 24px;
      color: #073567;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 24px;
      line-height: 100%;
      /* 24px */ }
    .faq_card .a_text p {
      color: #222;
      font-family: "Noto Sans JP";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.2px;
      /* 180% */
      margin: 0; }

.btn {
  display: flex;
  max-width: 325px;
  width: 100%;
  height: 74px;
  padding: 28px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid var(--SA_color, #073567);
  background: var(--white, #FFF) url("images/svg/arrow_icon_new.svg") no-repeat;
  background-size: 24px;
  background-position: center right 16px;
  color: var(--SA_color, #073567);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  margin: 0 auto 100px; }

@media screen and (min-width: 767px) {
  .btn:hover {
    background: #073567 url("images/svg/cta_arrow_white.svg") no-repeat;
    background-size: 24px;
    background-position: center right 16px;
    color: #fff; } }
.btn2 {
  display: flex;
  width: 300px;
  height: 74px;
  padding: 28px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: var(--accent, #C58009) url("images/svg/cta_arrow_white.svg") no-repeat;
  background-size: 24px;
  background-position: center right 16px;
  color: var(--white, #FFF);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  border: 3px solid var(--accent, #C58009);
  margin-bottom: 12px; }
  @media screen and (min-width: 767px) {
    .btn2:hover {
      background: #fff url("images/svg/cta_arrow_golde.svg") no-repeat;
      background-size: 24px;
      background-position: center right 16px;
      color: #C58009; } }

.btn3 {
  display: flex;
  width: 300px;
  height: 74px;
  padding: 28px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: #fff url("images/svg/cta_arrow_golde.svg") no-repeat;
  background-size: 24px;
  background-position: center right 16px;
  color: #C58009;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 24px */
  border: 3px solid var(--accent, #C58009); }
  @media screen and (min-width: 767px) {
    .btn3:hover {
      background: var(--accent, #C58009) url("images/svg/cta_arrow_white.svg") no-repeat;
      background-size: 24px;
      background-position: center right 16px;
      color: var(--white, #FFF); } }

.cta_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cta_box .text_box {
    width: calc( 100% - 315px ); }
    .cta_box .text_box h2 {
      color: #FFF;
      font-family: "Noto Sans JP";
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      /* 67.2px */
      position: relative;
      display: table;
      padding-bottom: 5px;
      margin: 0 0 24px; }
      .cta_box .text_box h2::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff; }
      .cta_box .text_box h2::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff; }
      .cta_box .text_box h2 .in_text {
        position: relative; }
        .cta_box .text_box h2 .in_text::after {
          content: "";
          background: url("images/svg/cta_copy.svg") no-repeat;
          background-position: bottom left;
          background-size: contain;
          display: inline-block;
          width: 18px;
          height: 45px;
          margin-bottom: -3px;
          margin-left: 10px; }
      .cta_box .text_box h2 .fs38 {
        font-size: 38px; }
    .cta_box .text_box p {
      color: #FFF;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
      /* 36px */ }
      .cta_box .text_box p .fs14 {
        font-size: 14px; }
  .cta_box .btn_box {
    width: 300px; }
  .cta_box .text_box2 {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-top: 25px; }
    .cta_box .text_box2 p {
      color: var(--logo_text, #222);
      text-align: center;
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
      /* 28.8px */
      margin: 0; }

@media screen and (max-width: 768px) {
  .cta_box .text_box {
    width: 100%;
    max-width: 345px;
    margin: 0 auto 12px; }
    .cta_box .text_box h2 {
      font-size: 34px;
      display: table;
      margin: 0 auto; }
      .cta_box .text_box h2 .in_text {
        position: relative; }
        .cta_box .text_box h2 .in_text::after {
          content: "";
          background: url("images/svg/cta_copy.svg") no-repeat;
          background-position: bottom left;
          background-size: contain;
          display: inline-block;
          width: 18px;
          height: 33px;
          margin-bottom: -3px;
          margin-left: 10px; }
      .cta_box .text_box h2 .fs38 {
        font-size: 24px; }
    .cta_box .text_box p {
      font-size: 20px; }
      .cta_box .text_box p .fs14 {
        font-size: 12px; }
  .cta_box .btn_box {
    width: 100%; }
    .cta_box .btn_box a {
      margin: 0 auto 12px; } }
.swiper_type1 {
  position: relative;
  padding-bottom: 90px;
  padding-top: 30px;
  overflow: hidden; }
  .swiper_type1 .swiper-wrapper {
    height: 100%; }
    .swiper_type1 .swiper-wrapper .swiper-slide {
      height: auto; }
      .swiper_type1 .swiper-wrapper .swiper-slide .common_box {
        height: 100%; }
  .swiper_type1 .pagination_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px; }
    .swiper_type1 .pagination_area .inner {
      display: block;
      width: 200px;
      margin: 0 auto;
      position: relative; }
      .swiper_type1 .pagination_area .inner .swiper-pagination .swiper-pagination-bullet {
        background: #EDEDED;
        opacity: 1;
        margin: 0 10px; }
      .swiper_type1 .pagination_area .inner .swiper-pagination .swiper-pagination-bullet-active {
        background: #073567;
        opacity: 1; }
      .swiper_type1 .pagination_area .inner .swiper-button-prev {
        color: #fff;
        background: #073567;
        font-size: 20px;
        top: -15px;
        width: 40px;
        height: 40px;
        border-radius: 20px; }
        .swiper_type1 .pagination_area .inner .swiper-button-prev::after {
          font-size: 17px; }
      .swiper_type1 .pagination_area .inner .swiper-button-next {
        color: #fff;
        background: #073567;
        font-size: 20px;
        top: -15px;
        width: 40px;
        height: 40px;
        border-radius: 20px; }
        .swiper_type1 .pagination_area .inner .swiper-button-next::after {
          font-size: 17px; }

@media screen and (max-width: 768px) {
  .swiper_type1 {
    margin-bottom: 0; } }
.swiper_type2 {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 50px;
  margin-top: 16px;
  overflow: hidden; }
  .swiper_type2 .swiper-wrapper {
    height: 100%; }
    .swiper_type2 .swiper-wrapper .swiper-slide {
      height: auto; }
      .swiper_type2 .swiper-wrapper .swiper-slide .common_box {
        height: 100%; }
  .swiper_type2 .pagination_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px; }
    .swiper_type2 .pagination_area .inner {
      display: block;
      width: 300px;
      margin: 0 auto;
      position: relative; }
      .swiper_type2 .pagination_area .inner .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: 1; }
      .swiper_type2 .pagination_area .inner .swiper-pagination .swiper-pagination-bullet-active {
        background: #C4A123;
        opacity: 1; }
      .swiper_type2 .pagination_area .inner .swiper-button-prev {
        color: #fff;
        font-size: 20px;
        top: -15px; }
        .swiper_type2 .pagination_area .inner .swiper-button-prev::after {
          font-size: 17px; }
      .swiper_type2 .pagination_area .inner .swiper-button-next {
        color: #fff;
        font-size: 20px;
        top: -15px; }
        .swiper_type2 .pagination_area .inner .swiper-button-next::after {
          font-size: 17px; }

@media screen and (min-width: 767px) {
  .mb0_pc {
    margin-bottom: 0; } }
