@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("../font/icomoon.woff") format("woff"), url("../font/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon-arrow-up::before { content: "\e91a"; }
.icon-arrow-down::before { content: "\e917"; }
.icon-arrow-next::before { content: "\e918"; }
.icon-arrow-prev::before { content: "\e919"; }
.icon-arrow-up-round::before { content: "\e933"; }
.icon-arrow-down-round::before { content: "\e91d"; }
.icon-arrow-next-round::before { content: "\e931"; }
.icon-arrow-prev-round::before { content: "\e932"; }
.icon-arrow-up-circle::before { content: "\e916"; }
.icon-arrow-down-circle::before { content: "\e908"; }
.icon-arrow-next-circle::before { content: "\e914"; }
.icon-arrow-prev-circle::before { content: "\e915"; }
.icon-arrow-up-circle2::before { content: "\e92d"; }
.icon-arrow-down-circle2::before { content: "\e92a"; }
.icon-arrow-next-circle2::before { content: "\e92b"; }
.icon-arrow-prev-circle2::before { content: "\e92c"; }
.icon-angle1-up::before { content: "\e903"; }
.icon-angle1-down::before { content: "\e900"; }
.icon-angle1-next::before { content: "\e901"; }
.icon-angle1-prev::before { content: "\e902"; }
.icon-angle2-up::before { content: "\e907"; }
.icon-angle2-down::before { content: "\e906"; }
.icon-angle2-next::before { content: "\e91f"; }
.icon-angle2-prev::before { content: "\e91e"; }
.icon-angle2-double-next::before { content: "\e904"; }
.icon-angle2-double-prev::before { content: "\e905"; }
.icon-broom::before { content: "\e909"; }
.icon-car::before { content: "\e90a"; }
.icon-car-side::before { content: "\e929"; }
.icon-home::before { content: "\e91b"; }
.icon-check::before { content: "\e90b"; }
.icon-close::before { content: "\e90c"; }
.icon-freetel::before { content: "\e90e"; }
.icon-tel::before { content: "\e921"; }
.icon-fax::before { content: "\e913"; }
.icon-mail:before { content: "\e90e1"; }
.icon-mail-black::before { content: "\e90d"; }
.icon-note::before { content: "\e90f"; }
.icon-profile::before { content: "\e92e"; }
.icon-download::before { content: "\e922"; }
.icon-minus::before { content: "\e912"; }
.icon-plus::before { content: "\e911"; }
.icon-en::before { content: "\e920"; }
.icon-search::before { content: "\e91c"; }
.icon-search-global::before { content: "\e923"; }
.icon-tire::before { content: "\e924"; }
.icon-exclamation::before { content: "\e925"; }
.icon-return::before { content: "\e926"; }
.icon-bookmark::before { content: "\e927"; }
.icon-diamond::before { content: "\e928"; }
.icon-hamburger::before { content: "\e92f"; }
.icon-gear::before { content: "\e930"; }
.icon-book::before { content: "\e941"; }
.icon-member::before { content: "\e940"; }

/* top 新規追加 */
.icon-angle-next-circle::before { content: "\e910"; }
.icon-angle3-next::before { content: "\e935"; }
.icon-angle3-next-triple::before { content: "\e934"; }
.icon-close2::before { content: "\e936"; }
.icon-hamburger2::before { content: "\e937"; }
.icon-minus2::before { content: "\e938"; }
.icon-plus2::before { content: "\e939"; }
.icon-tel2::before { content: "\e93a"; }

/* icomoondefault */
.icon-menu::before { content: "\e9bd"; }
.icon-checkmark::before { content: "\ea10"; }
.icon-facebook::before { content: "\ea90"; }
.icon-facebook2::before { content: "\ea91"; }
.icon-twitter::before { content: "\ea96"; }

[class^="icon-"], [class*=" icon-"] {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* reset */
*, *::before, *::after { box-sizing: border-box; }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, form, input, textarea, fieldset, pre, blockquote, figure, figcaption {
  padding: 0;
  margin: 0;
}
body {
  overscroll-behavior-y: none;
  font-feature-settings: "palt";
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}
header, footer, nav, menu, main, article, aside, section, details, figcaption, figure {
  display: block;
}
h1, h2, h3, h4, h5, h6, th { font-weight: normal; }
ul, ol { list-style: none; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th { text-align: left; }
img { vertical-align: bottom; }
a img { border: none; }
a:hover img { text-decoration: none; }
i { font-style: normal; }
@media only screen and (min-width: 768px), print {
  a[href^=tel]:hover {
    text-decoration: none;
  }
}
input, textarea, select, option { font-size: 16px; }

/* ***************************************** */
/* --- 初期設定 --- */
/* ***************************************** */
/* 初期設定 -------------------------------- */
html {
  font-size: 14px;
  color: #000;
}
@media only screen and (min-width: 768px), print {
  html { font-size: 16px; }
}
h1 { line-height: 1; }
h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.3;
}
p, li, dt, dd, th, td { line-height: 1.7; }
a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:hover img { text-decoration: none; }
img {
  width: 100%;
  height: auto;
}

/* reCAPTCHA非表示 */
.grecaptcha-badge { display: none; }

/* カラー変数 ------------------------------ */
:root {
  --c-red1: #d93924;
  --c-blue1: #13327B;
  --c-blue2: #10A3E7;
  --c-blue3: #e8eefc;;
  --c-gray1: #f4f4f4;
}
.m-red1{ color: var(--c-red1); }
.m-blue1{ color: var(--c-blue1); }
.m-blue2{ color: var(--c-blue2); }
.m-blue3{ color: var(--c-blue3); }



/* ***************************************** */
/* --- メインモジュール --- */
/* ***************************************** */
@media only screen and (max-width: 767px) {
  .m-hidden-sp { display: none !important; }
}
@media only screen and (min-width: 768px), print {
  .m-hidden-pc { display: none !important; }
}

.m-small{
  display: block;
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.5;
}

/* 見出し ---------------------------------- */
/* m-heading-a */
.m-heading-a{
  position: relative;
  padding: 0 5%;
  margin-bottom: 50px;
  text-align: center;
  font-size: 6vmin;
}
.m-heading-a::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  display: block;
  content: "";
  width: 16%;
  height: 3px;
  border-radius: 1px;
  background-color: var(--c-blue1);
}
.m-heading-a span{
  display: inline-block;
  line-height: 1.4;
  font-size: 0.7em;
}
@media screen and (min-width: 768px), print{
  .m-heading-a{
    padding: 0;
    margin-bottom: 65px;
    font-size: 34px;
  }
  .m-heading-a span{ font-size: 22px; }
  .m-heading-a::after{
    bottom: -20px;
    width: 64px;
    height: 4px;
    border-radius: 2px;
  }
}

/* m-heading-b */
.m-heading-b{
  padding: 0.2em 0 0.3em;
  border-radius: 9999px;
  background-color: var(--c-blue1);
  text-align: center;
  font-size: 4.5vmin;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .m-heading-b{ font-size: 22px; }
}


/* ボタン ---------------------------------- */
/* コンバージョン */
.btn-wrap{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 90%;
  margin: auto;
}
.btn-siryo,
.btn-inquiry{
  position: relative;
  z-index: 2;
  border-radius: 9999px;
}
.btn-siryo::before,
.btn-inquiry::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 9999px;
}
.btn-siryo a,
.btn-inquiry a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 9999px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.btn-siryo a{
  background-color: #10A3E7;
}
.btn-inquiry a{
  position: relative;
  background: #D93924;
}
.btn-siryo a::before,
.btn-inquiry a::before,
.btn-siryo a::after,
.btn-inquiry a::after{
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
}
.btn-siryo a::before{ box-shadow: inset 4px 4px 4px rgba(202, 255, 249, 0.4); }
.btn-siryo a::after{ box-shadow: inset 0 -5px 14px rgba(0, 0, 0, 0.39); }
.btn-inquiry a::before{ box-shadow: inset 4px 4px 4px rgba(255, 249, 97, 0.4); }
.btn-inquiry a::after{ box-shadow: inset 0 -5px 14px rgba(0, 0, 0, 0.39); }
.m-angle-anime{
  display: flex;
  position: absolute;
  transform: scale(0.8, 1);
  right: 5%;
  top: 50%;
  translate: 0 -50%;
  font-size: 0.8em;
}
.m-angle-anime i::before{
  font-family: icomoon;
  content: "\e91f";
}
.m-angle-anime i{
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
}
.m-angle-anime i:nth-of-type(2){
  animation-delay: 0.6s
}
.m-angle-anime i:nth-of-type(1){
  animation-delay: 1.2s
}
@keyframes fade{
  0%{ opacity: 1; }
  100%{ opacity: 0; }
}

.tel-btn{
  position: absolute;
  right: 3%;
  bottom: 25vmin;
  z-index: 2;
  width: 20vmin;
}
.tel-btn::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
}
.tel-btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vmin;
  padding: 2vmin 0;
  background-color: #EFEBEB;
  border-radius: 50%;
}
.tel-btn a::before,
.tel-btn a::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tel-btn a::before{ box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.4); }
.tel-btn a::after{ box-shadow: inset -1px -1px 4px rgba(0, 0, 0, 0.45); }
.tel-btn img{ width: 52%; }
@media screen and (min-width: 768px), print{
  .btn-wrap{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 0 20px;
    width: min(100%, 940px);
  }
  .btn-siryo,
  .btn-inquiry{
    width: 48%;
  }
  .btn-siryo::before,
  .btn-inquiry::before{
    top: 6px;
  }
  .btn-siryo a,
  .btn-inquiry a{
    height: 64px;
    border-radius: 32px;
    font-size: 17px;
  }
  .btn-siryo{ order: 1; }
  
  .tel-btn{
    right: 0;
    bottom: 90px;
    width: 90px;
  }
  .tel-btn::before{ top: 6px; }
  .tel-btn a{
    display: block;
    height: 90px;
    padding-top: 20px;
    border-radius: 45px;
    text-align: center;
  }
  .tel-btn img{ width: 40px; }
  .btn-siryo a,
  .btn-inquiry a,
  .tel-btn a{
    transition: transform 0.1s;
  }
  .btn-siryo a:hover,
  .btn-inquiry a:hover,
  .tel-btn a:hover{
    transform: translateY(6px);
  }
}

/* conversion-footer */
@media screen and (max-width: 767px){
  .conversion-footer{
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    /* transition: opcity 0.2s;
    opacity: 0; */
  }
  /* .conversion-footer.on{ opacity: 1; } */
  .conversion-footer .btn-wrap{
    padding: 0 3% 5vmin;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
  .conversion-footer .btn-wrap li{
    width: 48%;
    border-radius: 5px;
  }
  .conversion-footer .btn-wrap li::before{
    border-radius: 5px;
  }
  .conversion-footer .btn-wrap li a{
    height: auto;
    padding: 0.6em 0.5em;
    border-radius: 5px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.59);
    text-align: center;
    line-height: 1.3;
    font-size: 4vmin;
  }
  .conversion-footer .btn-wrap li a::before,
  .conversion-footer .btn-wrap li a::after{
    border-radius: 5px;
  }
  .conversion-footer .btn-wrap li::before{ display: none; }
}
@media screen and (min-width: 768px), print{
  .conversion-footer{
    position: fixed;
    z-index: 10;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
    transition: opcity 0.3s;
    opacity: 0;
  }
  .conversion-footer.on{ opacity: 1; }
  .conversion-footer-inner {
    position: relative;
    width: min(100%, 1000px);
    margin: auto;
  }
  .conversion-footer .btn-wrap li::before{ display: block; }
}

/* toggleボタン */
.toggle-wrap{
  border-radius: 5px;
  background-color: #fff;
  margin: 0 5%;
  color: #000;
}
.toggle{
  display: none;
  padding: 30px 5% 40px;
}
.toggle-btn{
  position: relative;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  color: var(--c-blue1);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4.5vmin;
  cursor: pointer;
  /* background-color: var(--c-gray1); */
}
.toggle-btn::after{
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: icomoon;
  content: "\e939";
  transition: background-color 0.3s;
}
.toggle-btn.on{ background-color: var(--c-gray1); }
.toggle-btn.on::after{ content: "\e938"; }
@media screen and (min-width: 768px), print{
  .toggle-wrap{
    border-radius: 10px;
    width: min(100%, 1000px);
    margin: 0 auto;
  }
  .toggle{
    display: none;
    padding: 50px 60px;
  }
  .toggle-btn{
    padding: 20px 0;
    border-radius: 10px;
    font-size: 17px;
    transition: background-color 0.3s;
  }
  .toggle-btn:hover{ background-color: var(--c-gray1); }
}

/* .toggle{ display: block !important;} */
/* toggle-close */
.toggle-close{
  width: 152px;
  margin: 30px auto 0;
}
.toggle-close a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px), print{
  .toggle-close{ transition: background-color 0.3s; }
  .toggle-close:hover{ background-color: var(--c-gray1); }
}


/* ***************************************** */
/* --- キービジュアル --- */
/* ***************************************** */
@media screen and (min-width: 768px), print{
 h1{
  position: relative;
  background-image: linear-gradient(#0F599F, #13327B);
  text-align: center;
 }
 h1::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(#13327B, #0F599F);
 }
 h1 img{
  position: relative;
  z-index: 2;
  width: min(100%, 1160px);
 }
}


/* ***************************************** */
/* --- header-conversion --- */
/* ***************************************** */
.header-conversion{
  padding: 30px 0;
  background-color: var(--c-gray1);
}
/* Bパターン */
.header-conversion-white{
  padding: 30px 0;
}
@media screen and (min-width: 768px), print{
  .header-conversion{ padding: 50px 0; }
  /* Bパターン */
  .header-conversion-white{ padding: 50px 0; }
}


/* ***************************************** */
/* --- Bパターン --- */
/* --- header-sec --- */
/* ***************************************** */
.header-sec{
  padding: 60px 5%;
  background-color: var(--c-gray1);
}
.header-sec dl{
  margin-top: 30px;
}
.header-sec dt{
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  color: var(--c-blue1);
  font-weight: 700;
  font-size: 15px;
}
.header-sec dt img{
  width: auto;
  height: 1.4em;
  margin-right: 0.3em;
  vertical-align: -2px;
}
.header-sec dd{
  margin-bottom: 20px;
  text-align: center;
}
.header-sec dd span{
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px), print{
  .header-sec{
    padding: 80px 20px;
  }
  .header-sec p{
    margin: 80px 0 60px;
    text-align: center;
  }
  .header-sec div{
    display: flex;
    justify-content: space-between;
    width: min(100%, 1000px);
    margin: auto;
  }
  .header-sec dl{
    width: 48%;
    margin-top: 0;
  }
  .header-sec dt{
    font-size: 17px;
  }
  .header-sec dt img{
    height: 1.8em;
    margin-right: 0.3em;
    vertical-align: -4px;
  }
  .header-sec dd{
    margin-bottom: 40px;
  }
  .header-sec dd:last-of-type{
    margin-bottom: 0;
  }
}



/* ***************************************** */
/* --- sec1 --- */
/* ***************************************** */
.sec1{
  padding: 60px 0;
  background-image:
    repeating-linear-gradient(transparent, transparent 24px, #f6f6f6 24px, #f6f6f6 25px),
    repeating-linear-gradient(90deg, transparent, transparent 24px, #f6f6f6 24px, #f6f6f6 25px);
  background-color: #fff;
}
@media screen and (min-width: 768px), print{
  .sec1{
    padding: 80px 0;
    background-image:
      repeating-linear-gradient(transparent, transparent 35px, rgba(0, 0, 0, 0.08) 35px, rgba(0, 0, 0, 0.08) 36px),
      repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(0, 0, 0, 0.08) 35px, rgba(0, 0, 0, 0.08) 36px);
    background-color: #fff;
  }
  .sec1-inner{
    display: flex;
    justify-content: space-between;
    width: min(100%, 1040px);
    margin: auto;
    padding: 0 20px;
  }
}

/* sec1 head ------------------------------- */
.sec1-inner h2{
  width: 95%;
  transform: translateX(-2px);
  margin-bottom: 18px;
}
.sec1-read1,
.sec1-read2{
  margin: 0 5%;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.sec1-read1{ font-size: 5vmin; }
.sec1-read1 i{ font-size: 0.6em; }
.sec1-read2{
  margin-bottom: 15px;
  color: var(--c-blue1);
  font-size: 6.5vmin;
}
.sec1-read2 span{ font-size: 0.7em; }
.sec1-prof{ margin: 0 5%; }
.sec1-prof div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 8px;
}
.sec1-prof dt{
  width: 40%;
  padding: 2px 0;
  border-radius: 5px;
  background-color: #13327B;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 4vmin;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .sec1-inner{ margin-bottom: 80px; }
  .sec1-inner h2{
    width: 48%;
    transform: translateX(-2px);
    margin-bottom: 18px;
  }
  .sec1-inner > div{ width: 48%; }
  .sec1-read1,
  .sec1-read2{
    margin: 0;
  }
  .sec1-read1{
    margin-top: 40px;
    font-size: 22px;
  }
  .sec1-read1 i{ font-size: 0.6em; }
  .sec1-read2{
    margin-bottom: 15px;
    font-size: 32px;
  }
  .sec1-read2 span{ font-size: 0.7em; }
  .sec1-prof{ margin: 0; }
  .sec1-prof div{
    gap: 1em;
    margin-bottom: 11px;
  }
  .sec1-prof dt{
    width: 122px;
    padding: 2px 0;
    border-radius: 5px;
    font-size: 17px;
  }
}

/* sec1-item ------------------------------- */
.sec1-item{
  position: relative;
  width: 90%;
  margin: 50px auto 0;
}
.sec1-item::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 2px;
  background-color: var(--c-blue1);
}
.sec1-item > img{
  display: block;
  width: 43%;
  margin-bottom: 16px;
}
.sec1-item h3{
  margin-bottom: 10px;
  font-size: 9.5vmin;
  color: var(--c-blue1);
}
.sec1-item p{
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4.5vmin;
}
.sec1-item li{
  /* margin-top: 8px; */
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.sec1-item li::before{
  content: "■";
  margin-right: 0.1em;
  color: var(--c-blue1);
  font-size: 1.5em;
}
.sec1-item div img{
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print{
  .sec1-item{
    width: min(100%, 1040px);
    margin: 24px auto 0;
    padding: 0 20px;
  }
  .sec1-item::before{
    width: calc(100% - 210px);
    height: 2px;
  }
  .sec1-item::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: calc(100% - 50px);
    background-color: var(--c-blue1);
  }
  .sec1-item section{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .sec1-item > img{
    display: block;
    width: auto;
    transform: translate(-22px, 0);
    margin-bottom: 16px;
  }
  .sec1-item h3{
    margin-bottom: 15px;
    font-size: 44px;
  }
  .sec1-item p{
    margin-bottom: 10px;
    font-size: 22px;
  }
  .sec1-item li{
    margin-top: 0;
    line-height: 1.5;
  }
  .sec1-item div img{ width: 266px; }
}

/* sec1-bottom ----------------------------- */
.sec1-bottom{ margin: 45px 0 40px; }
@media screen and (min-width: 768px), print{
  .sec1-bottom{
    width: min(100%, 1040px);
    margin: 45px auto 65px;
    padding-left: 40px;
    padding-right: 20px;
  }
}


/* ***************************************** */
/* --- sec2 --- */
/* --- sec3 --- */
/* ***************************************** */
.sec2-3-bg{
  padding: 65px 5%;
  background-color: var(--c-gray1);
}
@media screen and (min-width: 768px), print{
  .sec2-3-bg{ padding: 120px 20px; }
}


/* ***************************************** */
/* --- sec2 --- */
/* ***************************************** */
.sec2{ margin-bottom: 60px; }
.sec2-item{ margin-top: 60px; }
.sec2-item h3{ margin-bottom: 24px; }
.sec2-item-inner .left{ margin-bottom: 30px; }
.sec2-item-inner .right li{
  margin-top: 10px;
  padding-left: 1.5em;
  background: url(../img/icon-check.svg) no-repeat left 4px / auto 1em;
}
.sec2-item-inner .right dl{
  margin-top: 24px;
  padding: 30px 8%;
  padding-right: 28%;
  border-radius: 5px;
  background: #fff url(../img/sec2-lady.png) no-repeat right 3% bottom / 22% auto;
}
.sec2-item-inner .right dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: var(--c-blue1);
}
@media screen and (min-width: 768px), print{
  .sec2{
    width: min(100%, 1000px);
    margin: 0 auto 115px;
  }
  .sec2-item{ margin-top: 80px; }
  .sec2-item h3{ margin-bottom: 50px; }
  .sec2-item-inner{
    display: flex;
    justify-content: space-between;
  }
  .sec2-item-inner > *{ width: 47%; }
  .sec2-item-inner .left{ margin-bottom: 0; }
  .sec2-item-inner .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sec2-item-inner .right ul{ margin-top: -12px; }
  .sec2-item-inner .right li{
    background: url(../img/icon-check.svg) no-repeat left 5px / auto 1em;
  }
  .sec2-item .right dl{
    margin-top: 24px;
    padding: 26px 10%;
    padding-right: 28%;
    border-radius: 10px;
    background: #fff url(../img/sec2-lady.png) no-repeat right 5% bottom / 18% auto;
  }
}


/* ***************************************** */
/* --- sec3 --- */
/* ***************************************** */
.sec3 h2{ margin-bottom: 20px;}
.sec3-read1{
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 4.5vmin;
}
.sec3-read2{ margin-bottom: 16px; }
.sec3-img{
  width: 80%;
  margin: auto;
}
.sec3-item{
  /* margin: 0 5%; */
  padding: 30px 10%;
  border-radius: 10px;
  background-color: #fff;
}
.sec3-item-read{
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 4.5vmin;
}
.sec3-item > section:first-of-type{ margin-bottom: 30px; }
.sec3-item-inner{
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.sec3-item-inner > div{ width: 30%; }
.sec3-item-inner > dl{ width: 65%; }
.sec3-item-inner dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: var(--c-blue1);
}
@media screen and (min-width: 768px), print{
  .sec3{
    width: min(100%, 1000px);
    margin: auto;
  }
  .sec3 h2{
    width: 612px;
    margin: 0 auto 56px;
  }
  .sec3-read-wrap{
    display: flex;
    justify-content: space-between;
  }
  .sec3-read-wrap div:nth-of-type(1){ width: 48%; }
  .sec3-read-wrap div:nth-of-type(2){ width: 48%; }
  .sec3-read1{
    margin-bottom: 0;
    text-align: left;
    font-size: 22px;
  }
  .sec3-read2{ margin-bottom: 16px; }
  .sec3-img{ width: 100%; }
  .sec3-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 60px;
    border-radius: 20px;
  }
  .sec3-item-read{
    width: 100%;
    margin-bottom: 25px;
    font-size: 22px;
  }
  .sec3-item section{ width: 47%; }
  .sec3-item > section:first-of-type{ margin-bottom: 0; }
}


/* ***************************************** */
/* --- sec-conversion --- */
/* ***************************************** */
.sec-conversion-bg{
  padding: 70px 5% 60px;
  background:
    url(../img/sec-conversion-lady-sp.png) no-repeat top 20px right / 33% auto,
    linear-gradient(#0F599F 60%, #13327B);
}
.sec-conversion h2{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
}
.sec-conversion h2 span{ display: table; }
.sec-conversion h2 span:nth-of-type(1){
  margin-bottom: 10px;
  padding-bottom: 22px;
  background: url(../img/sec-conversion-border.svg) no-repeat left bottom / 100% auto;
  font-size: 4.5vmin;
}
.sec-conversion h2 span:nth-of-type(2){
  margin-bottom: 40px;
  font-size: 6vmin;
}
.sec-conversion-inner section{
  margin-top: 20px;
  padding: 30px 10%;
  border-radius: 10px;
  background-color: #fff;
}
.sec-conversion-inner section h3{
  margin-bottom: 10px;
  text-align: center;
  font-size: 4.5vmin;
}
.sec-conversion-inner .btn-inquiry{ margin-top: 15px; }
.sec-conversion-inner .btn-siryo{ margin-top: -8px; }
@media screen and (min-width: 768px), print{
  .sec-conversion-bg{
    padding: 100px 20px 120px;
    background:
      url(../img/sec-conversion-lady-pc.png) no-repeat top 20px right 5vw / 20% auto,
      linear-gradient(#0F599F 60%, #13327B);
  }
  .sec-conversion{
    width: min(100%, 1000px);
    margin: auto;
  }
  .sec-conversion h2 span{ margin: auto; }
  .sec-conversion h2 span:nth-of-type(1){
    margin-bottom: 15px;
    padding: 0 0.5em 30px;
    background: url(../img/sec-conversion-border.svg) no-repeat left bottom / 100% auto;
    font-size: 22px;
  }
  .sec-conversion h2 span:nth-of-type(2){
    margin-bottom: 50px;
    font-size: 34px;
  }
  .sec-conversion-inner{
    display: flex;
    justify-content: space-between;
  }
  .sec-conversion-inner section{
    width: 48%;
    margin-top: 0;
    padding: 50px;
    border-radius: 10px;
  }
  .sec-conversion-inner section h3{
    margin-bottom: 10px;
    font-size: 22px;
  }
  .sec-conversion-inner .btn-inquiry{
    width: 100%;
    margin-top: 20px; }
  .sec-conversion-inner .btn-siryo{
    width: 100%;
    margin-top: 0px;
  }
}


/* ***************************************** */
/* --- sec4 --- */
/* ***************************************** */
.sec4-bg{
  padding: 65px 5%;
  background-color: var(--c-gray1);
}
.sec4-inner section{ margin-top: 30px; }
.sec4-inner div{ margin-bottom: 15px; }
.sec4-inner h3{
  display: flex;
  align-items: center;
  gap: 0.3em;
  margin-bottom: 10px;
  font-size: 4.5vmin;
  color: var(--c-blue1);
}
.sec4-inner h3 img{
  width: auto;
  height: 6.5vmin;
}
.sec4-inner p{
  margin-top: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px), print{
  .sec4-bg{ padding: 125px 20px; }
  .sec4{
    width: min(100%, 1000px);
    margin: auto;
  }
  .sec4-read{
    margin-bottom: 55px;
    text-align: center;
  }
  .sec4-inner{
    display: flex;
    justify-content: space-between;
  }
  .sec4-inner section{
    width: 48%;
    margin-top: 0;
  }
  .sec4-inner div{ margin-bottom: 35px; }
  .sec4-inner section div:last-child{ margin-bottom: 0; }
  .sec4-inner h3{
    gap: 0.3em;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .sec4-inner h3 img{
    width: auto;
    height: 30px;
  }
  .sec4-inner p{ margin-top: 0.4em; }
}


/* ***************************************** */
/* --- sec5 --- */
/* ***************************************** */
.sec5{ padding-top: 65px; }
.sec5 p{ margin: 0 5% 20px; }
.sec5 .slick-slide{ margin-right: 0.5em; }
@media screen and (min-width: 768px), print{
  .sec5{ padding-top: 125px; }
  .sec5 p{
    margin: 0 0 55px;
    text-align: center;
  }
}


/* ***************************************** */
/* --- sec6 --- */
/* --- sec10 --- */
/* ***************************************** */
.sec6-wrap,
.sec10-wrap{
  padding: 65px 5%;
}
.sec6 h2,
.sec10-heading{
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 6vmin;
  line-height: 1.3;
}
.sec6-read,
.sec10-read{
  position: relative;
  margin-bottom: 30px;
  padding: 20px 5%;
  border-radius: 5px;
  background-color: var(--c-blue3);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4.6vmin;
}
.sec6-read::after,
.sec10-read::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 19px solid var(--c-blue3);
  border-bottom: 0;
}
.sec6 .left div,
.sec10 .left div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec6 .left div img,
.sec10 .left div img{
  width: 30%;
}
.sec6 .left div p,
.sec10 .left div p{
  width: 65%;
}
.sec6 .left div p span,
.sec10 .left div p span{
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 4vmin;
}

/* sec6 only */
.sec6-wrap .btn-wrap{ margin-top: 40px; }
.sec6 .right .m-heading-b{ margin: 40px 0 20px; }

/* sec10 only */
.sec10-wrap{
  padding-bottom: 0;
  background-image: linear-gradient(var(--c-blue3) 220vmin, #fff 220vmin);
}
.sec10-read{ background-color: #fff; }
.sec10-read::after{ border-top: 19px solid #fff; }
.sec10 .right{ margin-bottom: 20px; }

@media screen and (min-width: 768px), print{
  .sec6-wrap,
  .sec10-wrap{
    width: min(100%, 1040px);
    margin: auto;
    padding: 125px 20px;
  }
  .sec6,
  .sec10{
    display: flex;
    justify-content: space-between;
  }
  .sec6 > *,
  .sec10 > *{
    width: 48%;
  }
  .sec6 h2,
  .sec10-heading{
    margin-bottom: 30px;
    font-size: 34px;
  }
  .sec6-read,
  .sec10-read{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    font-size: 22px;
  }
  .sec6-read::after,
  .sec10-read::after{
    bottom: -25px;
    border-style: solid;
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
    border-top: 25px solid var(--c-blue3);
    border-bottom: 0;
  }
  .sec6 .left div img,
  .sec10 .left div img{
    width: 30%;
  }
  .sec6 .left div p,
  .sec10 .left div p{
    width: 65%;
  }
  .sec6 .left div p span,
  .sec10 .left div p span{
    font-size: 18px;
  }

  /* sec6 only */
  .sec6-wrap .btn-wrap{ margin-top: 60px; }
  .sec6 .right .m-heading-b{ margin: 0 0 20px; }

  /* sec10 only */
  .sec10-wrap{
    width: 100%;
    padding-bottom: 0;
    background-image: linear-gradient(var(--c-blue3) 86vw, #fff 86vw);
  }
  .sec10{
    width: min(100%, 1000px);
    margin: auto;
  }
  .sec10-read::after{ border-top: 25px solid #fff; }
  .sec10 .right{ order: 1; }
}
@media screen and (min-width: 1040px), print{
  .sec10-wrap{
    background-image: linear-gradient(var(--c-blue3) 940px, #fff 940px);
  }
}


/* ***************************************** */
/* --- sec10-list --- */
/* ***************************************** */
.sec10-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  padding: 5%;
}
.sec10-item{
  padding: 30px 8%;
  border-radius: 10px;
  border: 2px solid var(--c-blue1);
  background-color: #fff;
}
.sec10-item h3{
  margin-bottom: 20px;
  text-align: center;
  font-size: 6vmin;
}
.sec10-item h3 span{
  display: block;
  font-size: 0.8em;
}
.sec10-item section{ margin-top: 18px; }
.sec10-item h4{
  margin-bottom: 0.3em;
  font-size: 4vmin;
  color: var(--c-blue1);
}
.sec10-item li{
  padding-left: 14px;
  text-indent: -14px;
}
.sec10-item li::before{ content: "・ "; }
.sec10-item ul.flex{
  display: flex;
  flex-wrap: wrap;
}
.sec10-item ul.flex li{ width: 47%; }
.sec10-item ul.flex li:nth-of-type(2n+1){ width: 53%; }
@media screen and (min-width: 768px), print{
  .sec10-list{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 1240px);
    margin: 60px auto 0;
    padding: 0 20px;
  }
  .sec10-item{
    width: 32%;
    padding: 30px 3%;
  }
  .sec10-item h3{
    margin-bottom: 20px;
    font-size: 2.9vw;
  }
  .sec10-item h3 span{ font-size: 0.7em; }
  .sec10-item section{ margin-top: 18px; }
  .sec10-item h4{ font-size: 19px; }
  .sec10-item3-img{ padding-top: 9px; }
}
@media screen and (min-width: 1040px), print{
  .sec10-item h3{ font-size: 32px; }
}


/* ***************************************** */
/* --- sec7 --- */
/* ***************************************** */
.sec7-bg{
  position: relative;
  padding: 65px 17%;
  background-color: var(--c-blue3);
}
.sec7-bg::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 30px solid var(--c-blue3);
  border-bottom: 0;
}
.sec7 ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec7 img{
  display: block;
  width: 55%;
  margin: 0 auto 5px;
}
.sec7 h3{
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 4.5vmin;
  color: var(--c-blue1);
}
@media screen and (min-width: 768px), print{
  .sec7-bg{ padding: 125px 20px; }
  .sec7-bg::after{
    bottom: -61px;
    border-style: solid;
    border-right: 98px solid transparent;
    border-left: 98px solid transparent;
    border-top: 61px solid var(--c-blue3);
    border-bottom: 0;
  }
  .sec7{
    width: min(100%, 1000px);
    margin: auto;
  }
  .sec7 ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 10px;
  }
  .sec7 li{ width: 30%; }
  .sec7 img{ width: 50%; }
  .sec7 h3{ font-size: 22px; }
}


/* ***************************************** */
/* --- sec8 --- */
/* ***************************************** */
.sec8{ padding: 65px 5%; }
.sec8-item{
  position: relative;
  width: 90%;
  margin: 50px auto 0;
}
.sec8-item::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  height: 2px;
  background-color: var(--c-blue1);
}
.sec8-item > img{
  display: block;
  width: 38%;
  margin-bottom: 16px;
}
.sec8-item h3{
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 4vmin;
}
.sec8-item li{
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 8px;
}
.sec8-item li::before{
  content: "■";
  margin-right: 0.2em;
  font-size: 1.4em;
  color: var(--c-blue1);
}
.sec8-item .right{ margin-top: 20px; }
.sec8-fukidashi{
  margin-top: 15px;
  padding: 20px 5% 32%;
  border-radius: 10px;
  background: var(--c-blue3) url(../img/sec8-img1-small.png) no-repeat center bottom 10px / 60% auto;
}
.sec8 .js-scrollable{ overflow-x: scroll; }
.sec8 .js-scrollable img{ width: 205%; }
@media screen and (min-width: 768px), print{
  .sec8{ padding: 125px 5%; }
  .sec8-item{
    width: min(100%, 1040px);
    margin: 24px auto 0;
    padding: 0 20px;
  }
  .sec8-item::before{
    width: calc(100% - 180px);
    height: 2px;
  }
  .sec8-item::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: calc(100% - 50px);
    background-color: var(--c-blue1);
  }
  .sec8-item section{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .sec8-item section > *{ width: 47%; }
  .sec8-item > img{
    display: block;
    width: auto;
    transform: translate(-22px, 0);
    margin-bottom: 16px;
  }
  .sec8-item h3{
    margin-bottom: 0.5em;
    font-size: 22px;
  }
  .sec8-item li{
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 5px;
  }
  .sec8-item .right{ margin-top: 0; }
  .sec8-item .m-small{ margin-top: 0; }
  .sec8-fukidashi{
    margin-top: 20px;
    padding: 16px 20px;
    padding-right: 50%;
    border-radius: 10px;
    background: var(--c-blue3) url(../img/sec8-img1-small.png) no-repeat right 20px center / 40% auto;
  }
  .sec8 .js-scrollable{ overflow-x: hidden; }
  .sec8 .js-scrollable img{ width: 100%; }
}


/* ***************************************** */
/* --- sec9 --- */
/* ***************************************** */
.sec9-bg{
  padding: 50px 0 65px;
  background-color: var(--c-gray1);
}
.sec9-item{ margin-top: 40px; }
.sec9-item .flex > div:nth-of-type(2),
.sec9-item .sec9-item-graph,
.sec9-item .m-small{
  padding: 0 5%;
}
.sec9-item-owner{
  padding: 0;
  margin-bottom: 30px;
}
.sec9-item h3{
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--c-blue1);
}
.sec9-item h3 span{
  font-weight: 400;
  font-size: 0.7em;
}
.sec9-item dl{ margin-bottom: 25px; }
.sec9-item dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 18px;
}
.sec9-item dd{
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 8px;
}
.sec9-item dd span{
  width: 33%;
  border-radius: 5px;
  background-color: var(--c-blue1);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.sec9-item-graph{
  position: relative;
  padding: 0;
  margin: 0 5% 5px;
  background-color: #fff;
}
.sec9-item-graph .btn-inquiry{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.sec9-item-graph .btn-inquiry i{ color: #FFF500;}
@media screen and (min-width: 768px), print{
  .sec9-bg{ padding: 125px 20px; }
  .sec9-item{
    width: min(100%, 1000px);
    margin: 80px auto 0;
  }
  .sec9-item .flex > div:nth-of-type(2),
  .sec9-item .sec9-item-graph,
  .sec9-item .m-small{
    padding: 0;
  }
  .sec9-item .flex{
    display: flex;
    align-items: center;
    gap: 3%;
  }
  .sec9-item-owner{ width: 43%; }
  .sec9-item h3{
    margin-bottom: 10px;
    font-size: 22px;
  }
  .sec9-item dl{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 25px;
  }
  .sec9-item dt{
    width: 100%;
    font-size: 22px;
  }
  .sec9-item dt span{ font-size: 0.8em; }
  .sec9-item dd{
    gap: 0.5em;
    margin-top: -8px;
    white-space: nowrap;
  }
  .sec9-item dd span{
    width: auto;
    padding: 0 1em;
    border-radius: 5px;
    font-size: 15px;
  }
  .sec9-item-graph{
    margin: 0 0 5px;
    margin-left: 1.6%;
    background-color: #fff;
  }
  .sec9-item-graph .btn-inquiry{
    width: 434px;
  }
  .sec9-item .m-small{ text-align: right; }
}



/* ***************************************** */
/* --- sec10は、sec6参照 --- */
/* ***************************************** */


/* ***************************************** */
/* --- sec11 --- */
/* ***************************************** */
.sec11{ padding: 65px 5%; }
.sec11 .m-heading-b{ margin-bottom: 30px; }
.sec11-item1 div{
  width: 60%;
  margin: auto;
}
.sec11-item2{ margin-top: 50px; }
.sec11-item2 div{
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px), print{
  .sec11{
    width: min(100%, 1040px);
    margin: auto;
    padding: 125px 20px;
  }
  .sec11 .m-heading-b{ margin-bottom: 50px; }
  .sec11-item1 div{ width: 80%; }
  .sec11-item2{ margin-top: 80px; }
  .sec11-item2 div{ width: 70%; }
}



/* ***************************************** */
/* --- sec12 --- */
/* ***************************************** */
.sec12{ padding: 65px 5%; }
.sec12 > p{ text-align: center; }
@media screen and (min-width: 768px), print{
  .sec12{ padding: 125px 20px; }
}

/* sec12-inner ----------------------------- */
.sec12-inner:first-of-type{ margin: 20px 0 40px; }
.sec12-inner > h3{
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  background-color: var(--c-blue1);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
@media screen and (min-width: 768px), print{
  .sec12-inner{
    width: min(100%, 1000px);
    margin: auto;
  }
  .sec12-inner:first-of-type{ margin: 80px auto; }
  .sec12-inner > h3{
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 22px;
  }
}

/* sec12-service ----------------------------- */
.sec12-service{ margin-top: 20px; }
.sec12-service h4{
  margin-bottom: 0.3em;
  font-size: 1.1em;
}
.sec12-service h4::before{
  content: "■";
  color: var(--c-blue1);
}
.sec12-service p{ margin-bottom: 1em; }
@media screen and (min-width: 768px), print{
  .sec12-service{ margin-top: 55px; }
  .sec12-service h4{ font-size: 22px; }
  .sec12-service h4::before{ display: none; }
}

/* sec12 flex -------------------------------- */
@media screen and (min-width: 768px), print{
  .sec12{
    background-color: var(--c-gray1);
  }
  .sec12 .flex{
    display: flex;
    justify-content: space-between;
  }
  .sec12 .flex > *{ width: 48%; }

  .sec12 .flex2{
    display: flex;
    flex-direction: column;
  }
  .sec12 .flex2 > .mt-auto{ margin-top: auto; }
  .sec12 .m-hidden-sp li:first-of-type{ margin-bottom: 30px; }
}


/* ***************************************** */
/* --- sec13--- */
/* ***************************************** */
/* sec13-wrap ------------------------------ */
.sec13{ padding: 0 5% 40px; }
.sec13-img{
  position: relative;
  display: block;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px), print{
  .sec13{ padding: 0; }
  .sec13-img{ display: none; }
  .sec13-wrap{
    padding: 120px 20px;
    background: url(../img/sec13-bg-pc.jpg) no-repeat center top;
  }
}

/* sec13-inner ------------------------------ */
.sec13-inner{ margin-bottom: 20px; }
.sec13-inner h2 span{
  display: block;
  text-align: center;
}
.sec13-inner h2 span:first-of-type{
  position: relative;
  z-index: -1;
  margin-top: -3vmin;
  font-family: "Roboto", sans-serif;
  font-size: 23vmin;
  text-indent: -3vmin;
  color: var(--c-gray1);
  line-height: 1;
}
.sec13-inner h2 span:last-of-type{
  margin-bottom: 1em;
  font-size: 6vmin;
}
@media screen and (min-width: 768px), print{
  .sec13-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1000px);
    margin: 0 auto 30px;
  }
  .sec13-inner > div{ width: 48%; }
  .sec13-inner h2 span{ text-align: left; }
  .sec13-inner h2 span:first-of-type{
    position: static;
    margin-top: 0;
    font-size: 111px;
    text-indent: 0;
    line-height: 1;
  }
  .sec13-inner h2 span:last-of-type{
    margin: -35px 0 1em;
    font-size: 34px;
  }
}

/* sec13 toggle ----------------------------- */
.sec13 .toggle-wrap{ margin: 0; }
.sec13 .toggle-btn{
  border: 1px solid #000;
  color: #000;
}
.sec13 .toggle-btn.on{ background-color: var(--c-gray1); }
.sec13-toggle{ margin-bottom: 20px; }
.sec13-toggle div{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D3D3D3;
}
.sec13-toggle div:first-of-type{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.sec13-toggle dt{
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
}
.sec13 .toggle img{
  position: relative;
  left: -11%;
  width: 122%;
}
@media screen and (min-width: 768px), print{
  .sec13 .toggle-wrap{ margin: 0 auto; }
  .sec13 .toggle-btn:hover{ background-color: var(--c-gray1); }
  .sec13-toggle{ margin-bottom: 40px; }
  .sec13-toggle div{
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 20px 1em 0;
    border-top: 1px solid #D3D3D3;
  }
  .sec13-toggle div:first-of-type{ padding-top: 0; }
  .sec13-toggle dt{ margin-right: 2em; }
  .sec13 .toggle img{
    left: 0;
    width: 100%;
  }
}


/* ***************************************** */
/* --- sec14 --- */
/* ***************************************** */
.sec14{
  padding: 60px 5%;
  background-color: var(--c-gray1);
}
.sec14-inner ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec14 .toggle-wrap{ margin: 0; }
.sec14 .toggle-btn{
  display: flex;
  align-items: center;
  height: 14vmin;
  padding: 0 13%;
  text-align: left;
  font-size: 4vmin;
  color: #000;
}
.sec14 .toggle-btn.on{ background-color: #fff; }
.sec14 .toggle-btn::before{
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "Q";
  font-size: 4.2vmin;
}
.sec14 .toggle-btn::before,
.sec14 .toggle-btn::after{
  color: var(--c-blue1);
}

.sec14 .toggle{ padding: 0 5% 20px; }
.sec14 .toggle p{
  display: flex;
  gap: 3.5vmin;
}
.sec14 .toggle p::before{
  margin-top: -1.3vmin;
  padding-left: 0.4vmin;
  content: "A";
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: 700;
  color: var(--c-blue1);
  font-size: 4.2vmin;
}
@media screen and (min-width: 768px), print{
  .sec14{ padding: 120px 20px; }
  .sec14-inner ul{
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: min(100%, 1200px);
    margin: 80px auto 0;
  }
  .sec14-inner li{
    width: 32%;
    padding: 30px 40px;
    border-radius: 10px;
    background-color: #fff;
  }
  .sec14 .toggle-btn{
    height: 70px;
    margin-bottom: 16px;
    padding: 0;
    padding-left: 37px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #B8B8B8;
    font-size: 17px;
    cursor: default;
  }
  .sec14 .toggle-btn:hover{ background-color: #fff; }
  .sec14 .toggle-btn::before{
    left: 0;
    font-size: 19px;
  }
  .sec14 .toggle-btn::after{ display: none; }

  .sec14 .toggle{
    display: block !important;
    padding: 0;
  }
  .sec14 .toggle p{
    display: flex;
    gap: 1em;
  }
  .sec14 .toggle p::before{
    margin-top: -3px;
    padding-left: 3px;
    font-size: 19px;
  }
}


/* ***************************************** */
/* --- sec15 --- */
/* ***************************************** */
.sec15{ padding: 60px 0 140px; }
.sec15 h2{
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 5vmin;
}
.sec15 p{ padding: 0 5%; }
.sec15 picture{
  display: block;
  margin: 12px 0 40px;
}
@media screen and (min-width: 768px), print{
  .sec15{ padding: 120px 20px 200px; }
  .sec15-inner > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 1000px);
    margin: 0 auto 80px;
  }
  .sec15-inner > div div{ width: 48%; }
  .sec15 h2{
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 22px;
  }
  .sec15 p{ padding: 0; }
  .sec15 picture{ margin: 0; }
}


/* ***************************************** */
/* --- footer --- */
/* ***************************************** */
footer{
  padding: 30px 5%;
  padding-bottom: 45vmin;
  background-color: #000;
  color: #fff;
}
footer ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
footer li:first-of-type{
  margin-right: 1.5em;
  padding-right: 1.5em;
  border-right: 1px solid #fff;
  line-height: 1;
}
footer p{
  text-align: center;
  font-size: 3.5vmin;
}
@media screen and (min-width: 768px), print{
  footer { padding-bottom: 140px; }
  footer p{ font-size: 12px; }
}
