@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
  overflow-y: scroll;
}
@media screen and (min-width: 921px) {
  html {
    font-size: 41.67%;
  }
  html.safari.mac {
    font-size: 6.67px;
  }
}
@media screen and (max-width: 920px) {
  html {
    font-size: 1.3333333333vw;
  }
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  letter-spacing: 0;
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

img,
object {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 921px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 920px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
body {
  color: #313819;
  font-size: 1rem;
  text-align: left;
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

.wrap {
  position: relative;
  width: 68rem;
  margin: 0 auto;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 3rem;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bold,
strong {
  font-weight: bold;
  font-weight: 700;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blue {
  color: #0071BC;
}

.blue2 {
  color: #0096df;
}

.yellow {
  color: #FCFF8A;
}

.navy {
  color: #00468b;
}

.min {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 921px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
  }
}
/* ---------------------------------------
  contents_wrap
-----------------------------------------*/
.contents_wrap {
  position: relative;
  width: 100%;
}

.contents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media screen and (min-width: 921px) {
  .bg_main {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/main_bg.png) no-repeat center top/cover;
  }
  .contents {
    max-width: 500px;
  }
  .cnt_l,
  .cnt_r {
    width: calc((100% - 500px) / 2);
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cnt_l {
    left: 0;
  }
  .cnt_l .contact {
    width: 344px;
    padding: 32px 12px 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .cnt_l .contact *:not(.cta_btn *) {
    font-weight: 700;
    color: #313819;
    text-align: center;
  }
  .cnt_l .contact .box {
    padding: 4px 0 18px;
    border: 1px solid #fff;
  }
  .cnt_l .contact .logo {
    width: 295px;
    margin: 0 auto;
  }
  .cnt_l .contact .ttl {
    width: 285px;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 24px auto 0;
  }
  .cnt_l .contact .ttl span {
    color: #B74250;
  }
  .cnt_l .contact .txt {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.07em;
    border-top: solid 1px #313819;
    border-bottom: solid 1px #313819;
    margin-top: 13px;
    color: #313819;
  }
  .cnt_l .contact .cta_btn {
    width: 290px;
    margin: 22px auto 0;
    position: relative;
  }
  .cnt_l .contact .cta_btn::after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 3px 3px 3px rgba(145, 145, 145, 0.2);
            box-shadow: 3px 3px 3px rgba(145, 145, 145, 0.2);
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cnt_l .contact .cta_btn a {
    height: 76px;
    padding: 10px 15px 10px 55px;
    border-radius: 10px;
    z-index: 1;
  }
  .cnt_l .contact .cta_btn a::before {
    content: "";
    width: 29px;
    height: 21px;
    background: url(../img/btn_mail_main.png) no-repeat center/100% auto;
    position: absolute;
    left: 20px;
    top: 19px;
  }
  .cnt_l .contact .cta_btn a p {
    font-size: 21.5px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  .cnt_l .contact .cta_btn a p .small {
    font-size: 70%;
  }
  .cnt_l .contact .cta_btn a p .time {
    font-size: 14.32px;
    margin-top: 0;
    padding-left: 18px;
  }
  .cnt_l .contact .tel {
    width: 250px;
    padding-bottom: 10px;
    border-bottom: 1px solid #313819;
    margin: 15px auto 0;
  }
  .cnt_l .contact .tel .ttl_s {
    font-size: 15.3px;
    line-height: 1.7503267974;
  }
  .cnt_l .contact .tel .num {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
    margin-top: 4px;
  }
  .cnt_l .contact .tel .num::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/ico_tel.svg) no-repeat center/contain;
    margin-right: 3px;
  }
  .cnt_l .contact .tel .time {
    font-size: 11.66px;
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: 0.04em;
    margin-top: 5px;
  }
  .cnt_l .contact .txt02 {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .cnt_r {
    right: 0;
  }
  .cnt_r .menu {
    max-width: 309px;
  }
  .cnt_r .menu .ttl {
    color: #fff;
    font-weight: 900;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 7px;
    background-color: #0096df;
  }
  .cnt_r .menu nav {
    margin-top: 10px;
  }
  .cnt_r .menu nav ul li {
    font-weight: 700;
    color: #3A3A3A;
    font-size: 18px;
    line-height: 1.5;
  }
  .cnt_r .menu nav ul li a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #B3CCE0;
  }
  .cnt_r .menu nav ul li a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #313819;
    border-bottom: 2px solid #313819;
    position: absolute;
    right: 6px;
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cnt_r .menu nav ul li:nth-last-of-type(1) a {
    border-bottom: none;
  }
}
@media screen and (min-width: 921px) and (max-width: 1366px) {
  .cnt_l .contact {
    width: 25.1830161054vw;
    padding: 0.878477306vw;
  }
  .cnt_l .contact .box {
    padding: 0.2928257687vw 1.0248901903vw 1.317715959vw;
  }
  .cnt_l .contact .logo {
    width: 21.2298682284vw;
  }
  .cnt_l .contact .ttl {
    font-size: 2.3426061493vw;
    margin-top: 0.7320644217vw;
  }
  .cnt_l .contact .txt {
    font-size: 1.4641288433vw;
  }
  .cnt_l .contact .cta_btn {
    width: 21.2298682284vw;
    margin-top: 0.7320644217vw;
  }
  .cnt_l .contact .cta_btn a {
    height: 5.5636896047vw;
    padding: 0.7320644217vw 1.0980966325vw;
    border-radius: 0.7320644217vw;
    -webkit-box-shadow: 0 0 0.3660322108vw rgba(176, 30, 88, 0.2);
            box-shadow: 0 0 0.3660322108vw rgba(176, 30, 88, 0.2);
  }
  .cnt_l .contact .cta_btn a::before {
    width: 4.9048316252vw;
    height: 3.6603221083vw;
    left: 0.9516837482vw;
    top: calc(50% - 1.6vw);
  }
  .cnt_l .contact .cta_btn a p {
    font-size: 1.8301610542vw;
  }
  .cnt_l .contact .cta_btn a p .time {
    font-size: 1.0614934114vw;
  }
  .cnt_l .contact .tel {
    width: 17.6427525622vw;
    padding-bottom: 0.7320644217vw;
    margin: 1.0980966325vw auto 0;
  }
  .cnt_l .contact .tel .ttl_s {
    font-size: 1.2445095168vw;
  }
  .cnt_l .contact .tel .num {
    font-size: 2.4890190337vw;
    margin-top: 0.2928257687vw;
  }
  .cnt_l .contact .tel .num::before {
    width: 2.0497803807vw;
    height: 2.0497803807vw;
    margin-right: 0.2196193265vw;
  }
  .cnt_l .contact .tel .time {
    font-size: 0.9516837482vw;
    margin-top: 0.3660322108vw;
  }
  .cnt_l .contact .txt02 {
    font-size: 1.2445095168vw;
    margin-top: 0.3660322108vw;
  }
  .cnt_r .menu {
    width: 22.6207906296vw;
  }
  .cnt_r .menu .ttl {
    font-size: 1.5373352855vw;
    padding: 0.5124450952vw;
  }
  .cnt_r .menu nav {
    margin-top: 0.7320644217vw;
  }
  .cnt_r .menu nav ul li {
    font-size: 1.317715959vw;
  }
  .cnt_r .menu nav ul li a {
    padding: 0.7320644217vw 2.196193265vw 0.7320644217vw 0;
  }
  .cnt_r .menu nav ul li a::after {
    width: 0.6588579795vw;
    height: 0.6588579795vw;
    border-right: 0.1464128843vw solid #0096df;
    border-bottom: 0.1464128843vw solid #0096df;
    right: 0.439238653vw;
    top: 1.4641288433vw;
  }
}
/* ---------------------------------------
  main
-----------------------------------------*/
/* common
--------------------------------*/
.bg_grid {
  background: url(../img/bg_grid.png) repeat center/7.2rem auto;
}

.sec_ttl {
  color: #00468b;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.296875;
}

.cta {
  text-align: center;
  margin-top: 4.5rem;
}
.cta .txt {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
}

.cta_btn {
  margin-top: 4.5rem;
}
.cta_btn a {
  position: relative;
  height: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2.8rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgb(236, 93, 12)), color-stop(48%, rgb(202, 75, 1)), color-stop(51%, rgb(236, 93, 12)), to(rgb(236, 93, 12)));
  background: linear-gradient(0deg, rgb(236, 93, 12) 9%, rgb(202, 75, 1) 48%, rgb(236, 93, 12) 51%, rgb(236, 93, 12) 100%);
}
.cta_btn a p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 4.1rem;
  line-height: 1.3170731707;
}
.cta_btn a p .small {
  font-size: 80%;
}
.cta_btn a p .time {
  display: block;
  font-size: 2.7rem;
  margin-top: 0.5rem;
}
.cta_btn a .arw {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat top/cover;
}

/* campaign
--------------------------------*/
#bnr_campaign {
  background: url(../img/bg_campaign.png) repeat;
  padding: 3.3rem 0 5.3rem;
}
#bnr_campaign .bnr_box {
  width: 72.2rem;
  margin: 0 auto;
}
#bnr_campaign .txt {
  margin-top: 3.2rem;
}
#bnr_campaign .txt .orange {
  color: #f45a37;
}

/* merit
--------------------------------*/
#sec_merit {
  padding: 3.4rem 0 5rem;
  background-color: #0096df;
}
#sec_merit .sec_ttl {
  width: 69.4rem;
}
#sec_merit .merit_list {
  margin-top: 3rem;
}
#sec_merit .merit_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.4rem;
  padding: 2rem 2rem 2rem 5rem;
  background-color: #fff;
  border-radius: 2rem;
}
#sec_merit .merit_list .item + .item {
  margin-top: 2.6rem;
}
#sec_merit .merit_list .item .ico {
  width: 13.6rem;
}
#sec_merit .merit_list .item .txt_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#sec_merit .merit_list .item .txt_wrap .ttl {
  color: #00468b;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.1363636364;
  letter-spacing: 0.09em;
}
#sec_merit .merit_list .item .txt_wrap .txt {
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 1.0344827586;
  letter-spacing: 0.09em;
  margin-top: 1rem;
}
#sec_merit .note {
  color: #fff;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.11em;
  margin-top: 3rem;
}

/* intro
--------------------------------*/
#sec_intro {
  padding: 8rem 0 6.5rem;
  background: url(../img/intro_bg02.png) center bottom/100% auto no-repeat, url(../img/intro_bg01.png) center top/100% auto no-repeat;
}
#sec_intro .trouble .sec_ttl {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2833333333;
}
#sec_intro .trouble .sec_ttl .bg {
  display: block;
  width: 38rem;
  color: #313819;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.09em;
  padding: 1.1rem;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  margin: 0 auto 1rem;
}
#sec_intro .trouble .sec_ttl .small {
  font-size: 80%;
}
#sec_intro .trouble .box {
  position: relative;
  padding: 5.2rem 4.8rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
}
#sec_intro .trouble .box::after {
  content: "";
  width: 38rem;
  height: 6.6rem;
  background: url(../img/intro_trouble_arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.3rem;
  margin: 0 auto;
}
#sec_intro .trouble .box ul li {
  position: relative;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  padding-left: 5rem;
}
#sec_intro .trouble .box ul li + li {
  margin-top: 1.5rem;
}
#sec_intro .trouble .box ul li::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/ico_check_b.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
#sec_intro .trouble .box ul li .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #EDEDED));
  background: linear-gradient(transparent 80%, #EDEDED 80%);
}
#sec_intro .trouble .box ul li .dot {
  line-height: 1;
  vertical-align: text-bottom;
}
#sec_intro .trouble .box .illust {
  width: 14.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sec_intro .solution {
  margin-top: 3rem;
}
#sec_intro .solution .sec_ttl .bg {
  position: relative;
  display: inline-block;
  width: 23.5rem;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 1;
  padding: 0.7rem 1rem 1.2rem;
  border: 0.3rem solid #313819;
  margin-right: 1rem;
}
#sec_intro .solution .sec_ttl .bg::before {
  content: "";
  display: inline-block;
  width: 5.7rem;
  height: 5.1rem;
  background: url(../img/intro_solution_ttl_check.svg) no-repeat center/contain;
}
#sec_intro .solution .box {
  position: relative;
  padding: 4.5rem 3rem 4.5rem 4rem;
  background-color: #fff;
  border: 0.7rem solid #D7F0FF;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
}
#sec_intro .solution .box::before {
  content: "";
  width: 65rem;
  height: calc(100% - 1.6rem);
  border: 0.2rem solid #D7F0FF;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8rem;
  margin: 0 auto;
}
#sec_intro .solution .box ul li {
  position: relative;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 5rem;
}
#sec_intro .solution .box ul li + li {
  margin-top: 1.5rem;
}
#sec_intro .solution .box ul li::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/ico_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
#sec_intro .solution .box ul li .blue {
  font-size: 130%;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #FCFF8A;
  text-underline-offset: -0.2rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#sec_intro .solution .box .illust {
  width: 10.4rem;
  position: absolute;
  right: 0;
  top: -3.7rem;
}
#sec_intro .solution .message {
  position: relative;
  margin-top: 4rem;
}
#sec_intro .solution .message .ttl {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.4210526316;
  letter-spacing: 0.03em;
}
#sec_intro .solution .message .ttl .fukidashi {
  position: relative;
  display: inline-block;
  padding: 0 4rem;
}
#sec_intro .solution .message .ttl .fukidashi::before, #sec_intro .solution .message .ttl .fukidashi::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 9rem;
  background-color: #0071BC;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0;
}
#sec_intro .solution .message .ttl .fukidashi::before {
  left: 0;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
#sec_intro .solution .message .ttl .fukidashi::after {
  right: 0;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
#sec_intro .solution .message .txt {
  width: 62.3rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  padding: 1.5rem 3.5rem 1.5rem 6rem;
  background-color: #F0F9FF;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: -3.5rem;
  margin-top: 4rem;
}
#sec_intro .solution .message .illust {
  width: 17.8rem;
  position: absolute;
  left: -3.5rem;
  bottom: 0;
}
#sec_intro .point {
  margin-top: 7.5rem;
}
#sec_intro .point .box {
  position: relative;
  padding: 6rem 3rem 0;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_intro .point .box .txt_point {
  width: 41.3rem;
  color: #fff;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  padding: 0.8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 223)), to(rgb(84, 194, 240)));
  background: linear-gradient(90deg, rgb(0, 150, 223) 0%, rgb(84, 194, 240) 100%);
  border-radius: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: -3.3rem;
  margin: 0 auto;
  letter-spacing: 0.19em;
}
#sec_intro .point .box .ttl {
  position: relative;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  padding-bottom: 3rem;
}
#sec_intro .point .box .ttl::after {
  content: "";
  width: 62.3rem;
  height: 1.1rem;
  background: url(../img/ttl_line_blue.svg) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: -0.15rem;
}
#sec_intro .point .box .img {
  position: relative;
  width: 63.6rem;
  margin-left: auto;
  margin: -2rem -1.6rem 0 auto;
}
#sec_intro .point .txt {
  text-align: justify;
  letter-spacing: 0.06em;
  margin-top: 4rem;
}

/* plan
--------------------------------*/
#sec_plan {
  padding: 7rem 0 7.7rem;
}
#sec_plan .sec_ttl {
  color: #0096df;
  line-height: 1;
}
#sec_plan .sec_ttl span {
  color: #0071BC;
  font-size: 140%;
  line-height: 1;
}
#sec_plan .plan_list {
  margin-top: 5rem;
}
#sec_plan .plan_list .item {
  position: relative;
  padding: 3.5rem 2.9rem 5rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_plan .plan_list .item + .item {
  margin-top: 6.5rem;
}
#sec_plan .plan_list .item .num {
  width: 12.8rem;
  height: 12.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 7.8rem;
  line-height: 1;
  background-color: #0096df;
  border-radius: 50%;
  position: absolute;
  left: -1.6rem;
  top: -3rem;
}
#sec_plan .plan_list .item .ttl_wrap {
  margin-top: 2.5rem;
  margin: 2.5rem -2.9rem 0;
}
#sec_plan .plan_list .item .ttl_wrap .ttl {
  color: #0096df;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
#sec_plan .plan_list .item .ttl_wrap .lead {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.4705882353;
  letter-spacing: 0.08em;
  margin-top: 1.2rem;
}
#sec_plan .plan_list .item .txt_wrap {
  padding-top: 3rem;
  border-top: 1px solid #313819;
  margin-top: 3rem;
}
#sec_plan .plan_list .item .txt_wrap .fukidashi {
  font-weight: 700;
  font-size: 3.162rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
#sec_plan .plan_list .item .txt_wrap .fukidashi span {
  position: relative;
  display: inline-block;
}
#sec_plan .plan_list .item .txt_wrap .fukidashi span::before, #sec_plan .plan_list .item .txt_wrap .fukidashi span::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 4rem;
  background-color: #0071BC;
  border-radius: 0.15rem;
  vertical-align: -1rem;
}
#sec_plan .plan_list .item .txt_wrap .fukidashi span::before {
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
  margin-right: 2.5rem;
}
#sec_plan .plan_list .item .txt_wrap .fukidashi span::after {
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  margin-left: 2.5rem;
}
#sec_plan .plan_list .item .txt_wrap ul {
  padding-left: 2rem;
  margin-top: 3.4rem;
}
#sec_plan .plan_list .item .txt_wrap ul li {
  position: relative;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  padding-left: 5rem;
}
#sec_plan .plan_list .item .txt_wrap ul li + li {
  margin-top: 1.5rem;
}
#sec_plan .plan_list .item .txt_wrap ul li::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/ico_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
#sec_plan .message {
  position: relative;
  margin-top: 4rem;
}
#sec_plan .message .txt {
  width: 62.3rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  padding: 1.5rem 5rem 1.5rem 3.5rem;
  background-color: #F0F9FF;
  border-radius: 1rem;
}
#sec_plan .message .illust {
  width: 17.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* plan_detail
--------------------------------*/
.sec_plan_detail {
  background-color: #F0F9FF;
}
.sec_plan_detail .lead_box {
  position: relative;
  text-align: center;
  padding: 3rem 3.5rem 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 223)), to(rgb(84, 194, 240)));
  background: linear-gradient(90deg, rgb(0, 150, 223) 0%, rgb(84, 194, 240) 100%);
  margin-bottom: 11rem;
}
.sec_plan_detail .lead_box::after {
  content: "";
  width: calc(100% + 2rem);
  height: 8.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 223)), to(rgb(84, 194, 240)));
  background: linear-gradient(90deg, rgb(0, 150, 223) 0%, rgb(84, 194, 240) 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -8rem;
  left: -1rem;
}
.sec_plan_detail .lead_box .txt,
.sec_plan_detail .lead_box .txt2,
.sec_plan_detail .lead_box .txt_l {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09em;
}
.sec_plan_detail .sec_ttl {
  color: #0055A8;
  font-weight: 600;
  letter-spacing: -0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 143, 222)), color-stop(50%, rgb(0, 85, 168)), to(rgb(0, 66, 130)));
  background: linear-gradient(180deg, rgb(51, 143, 222) 0%, rgb(0, 85, 168) 50%, rgb(0, 66, 130));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.sec_plan_detail .sec_ttl_sub {
  color: #0055A8;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 143, 222)), color-stop(50%, rgb(0, 85, 168)), to(rgb(0, 66, 130)));
  background: linear-gradient(180deg, rgb(51, 143, 222) 0%, rgb(0, 85, 168) 50%, rgb(0, 66, 130));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-top: 0.5rem;
}
.sec_plan_detail .box01 {
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 3.5rem;
}
.sec_plan_detail .box01 .img {
  margin: 0 auto;
}
.sec_plan_detail .box01 .note {
  color: #4D4D4D;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.11em;
  margin-top: 1em;
}
.sec_plan_detail .box02 {
  position: relative;
  padding: 3rem 2.3rem;
  background-color: #fff;
  border: 0.7rem solid #D7F0FF;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
}
.sec_plan_detail .box02::before {
  content: "";
  width: 65rem;
  height: calc(100% - 1.6rem);
  border: 0.2rem solid #D7F0FF;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8rem;
  margin: 0 auto;
}
.sec_plan_detail .box02 .ttl_wrap {
  position: relative;
  padding: 0 0 3rem 8rem;
}
.sec_plan_detail .box02 .ttl_wrap::after {
  content: "";
  width: 62.3rem;
  height: 1.1rem;
  background: url(../img/ttl_line.svg) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: -0.15rem;
}
.sec_plan_detail .box02 .ttl_wrap .ttl {
  color: #0096df;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.1111111111;
}
.sec_plan_detail .box02 .ttl_wrap .illust {
  width: 14.6rem;
  position: absolute;
  left: -6.2rem;
  bottom: 1.1rem;
}
.sec_plan_detail .box02 .txt_wrap {
  padding: 0 1.5rem;
}
.sec_plan_detail .box02 .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
.sec_plan_detail .box02 .txt_wrap .list_wrap {
  text-align: center;
  padding: 3rem 1.8rem;
  background-color: #F7F7F7;
  border-radius: 1rem;
  margin-top: 3rem;
}
.sec_plan_detail .box02 .txt_wrap .list_wrap .ttl {
  width: 54.4rem;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  padding: 1rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 223)), to(rgb(84, 194, 240)));
  background: linear-gradient(90deg, rgb(0, 150, 223) 0%, rgb(84, 194, 240) 100%);
  border-radius: 100vh;
  margin-bottom: 2rem;
}
.sec_plan_detail .box02 .txt_wrap .list_wrap ul {
  display: inline-block;
}
.sec_plan_detail .box02 .txt_wrap .list_wrap ul li {
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  padding-left: 5rem;
}
.sec_plan_detail .box02 .txt_wrap .list_wrap ul li + li {
  margin-top: 1.5rem;
}
.sec_plan_detail .box02 .txt_wrap .list_wrap ul li span {
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #FCFF8A;
  text-underline-offset: -0.2rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.sec_plan_detail .box02 .txt_wrap .list_wrap ul li::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/ico_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
.sec_plan_detail .box02 .txt_wrap .point {
  position: relative;
  padding: 3rem 1.8rem;
  background-color: #F0F9FF;
  border-radius: 1rem;
  margin-top: 5.5rem;
}
.sec_plan_detail .box02 .txt_wrap .point .ttl {
  width: 41.3rem;
  color: #fff;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.19em;
  padding: 0.8rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 223)), to(rgb(84, 194, 240)));
  background: linear-gradient(90deg, rgb(0, 150, 223) 0%, rgb(84, 194, 240) 100%);
  border-radius: 100vh;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_plan_detail .box02 .txt_wrap .point .txt {
  text-align: center;
  letter-spacing: 0.09em;
}
.sec_plan_detail .box02 .txt_wrap .point + .txt {
  margin-top: 2rem;
}
.sec_plan_detail .box02 .txt_wrap .img {
  margin-top: 2rem;
}
.sec_plan_detail .box02 .txt_wrap .movie {
  width: 100%;
  aspect-ratio: 560/315;
  margin-top: 2rem;
}
.sec_plan_detail .box02 .txt_wrap .movie iframe {
  width: 100%;
  height: 100%;
}
.sec_plan_detail .box02 .txt_wrap .txt + .img {
  margin-top: 3rem;
}
.sec_plan_detail .box02.noborder {
  border: none;
}
.sec_plan_detail .box02.noborder::before {
  display: none;
}

/* plan03
--------------------------------*/
#sec_plan03 {
  padding-bottom: 8rem;
}
#sec_plan03 .lead_box {
  padding: 2.5rem 3.5rem 1.5rem;
}
#sec_plan03 .lead_box > .txt {
  font-size: 3rem;
  line-height: 1.0810810811;
  position: relative;
  display: inline-block;
}
#sec_plan03 .lead_box > .txt::before, #sec_plan03 .lead_box > .txt::after {
  content: "";
  width: 0.47rem;
  height: 3rem;
  position: absolute;
  background-color: #fff;
}
#sec_plan03 .lead_box > .txt::before {
  left: -3rem;
  top: 0.1rem;
  rotate: -23deg;
}
#sec_plan03 .lead_box > .txt::after {
  right: -2.5rem;
  top: 0.1rem;
  rotate: 23deg;
}
#sec_plan03 .lead_box .txt_l {
  font-size: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
  margin-top: 1.7rem;
}
#sec_plan03 .lead_box .txt_l .bg {
  display: inline-block;
  padding: 1rem 0.8rem;
  background-color: #fff;
  color: #00468b;
  font-size: 4.5rem;
  line-height: 1;
}
#sec_plan03 .lead_box .txt2 {
  font-size: 3.8rem;
  margin-top: -1rem;
}
#sec_plan03 .sec_ttl {
  font-size: 8.84rem;
  line-height: 1.1312217195;
}
#sec_plan03 .box01 .img {
  width: 59rem;
}
#sec_plan03 .box01 .txt {
  text-align: justify;
  letter-spacing: 0.02em;
  padding: 0 2.4rem;
  margin-top: 1.5rem;
}
#sec_plan03 .box02 .ttl_wrap {
  padding-left: 0;
}
#sec_plan03 .box02 .ttl_wrap .ttl {
  font-size: 5.3rem;
}
#sec_plan03 .box02 .ttl_wrap .ttl span {
  font-size: 70%;
}
#sec_plan03 .box02 .txt_wrap .point .ttl {
  width: 54.4rem;
  font-size: 4rem;
  letter-spacing: 0.07em;
}

/* plan01
--------------------------------*/
#sec_plan01 {
  padding-bottom: 8rem;
}
#sec_plan01 .lead_box .txt {
  font-size: 3rem;
  line-height: 1.4;
}
#sec_plan01 .lead_box .txt_l {
  font-size: 4.7rem;
  line-height: 1.2765957447;
  letter-spacing: 0.09em;
  margin-top: 1rem;
}
#sec_plan01 .sec_ttl {
  font-size: 8.8rem;
  line-height: 1.1363636364;
}
#sec_plan01 .box01 .img._02 {
  width: 71.8rem;
  margin: 0 -3.9rem;
}
#sec_plan01 .box01 .note {
  margin-top: 0;
}
#sec_plan01 .box02 .ttl_wrap .ttl span {
  font-size: 6.8rem;
  letter-spacing: -0.025em;
}
#sec_plan01 .reason {
  padding: 7rem 0 8rem;
  background-color: #fff;
  margin-top: 7.8rem;
}
#sec_plan01 .reason .ttl_l {
  position: relative;
  font-weight: 600;
  font-size: 5.5rem;
  line-height: 1.2545454545;
}
#sec_plan01 .reason .ttl_l .fukidashi {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
}
#sec_plan01 .reason .ttl_l .fukidashi::before, #sec_plan01 .reason .ttl_l .fukidashi::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 7.5rem;
  background-color: #0071BC;
  border-radius: 0.2rem;
  position: absolute;
  top: 55%;
  translate: 0 -50%;
}
#sec_plan01 .reason .ttl_l .fukidashi::before {
  left: -1.6rem;
  rotate: -23deg;
}
#sec_plan01 .reason .ttl_l .fukidashi::after {
  right: -1.6rem;
  rotate: 23deg;
}
#sec_plan01 .reason .ttl_l .blue2 {
  font-size: 6rem;
}
#sec_plan01 .reason .ttl_l .small {
  font-size: 3.9rem;
}
#sec_plan01 .reason .img01 {
  margin-top: 2.8rem;
}
#sec_plan01 .reason .reason_list {
  margin-top: 4rem;
}
#sec_plan01 .reason .reason_list .item {
  position: relative;
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_plan01 .reason .reason_list .item + .item {
  margin-top: 4rem;
}
#sec_plan01 .reason .reason_list .item .ttl {
  color: #0096df;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.1777777778;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #313819;
}
#sec_plan01 .reason .reason_list .item .txt_wrap {
  padding: 2rem 1.5rem 0;
}
#sec_plan01 .reason .reason_list .item .txt_wrap .txt {
  text-align: justify;
}
#sec_plan01 .reason .reason_list .item:nth-child(3) .txt_wrap .txt {
  letter-spacing: -0.025em;
}
#sec_plan01 .reason .img02 {
  margin-top: 6rem;
}
#sec_plan01 .cta {
  margin-top: 3.5rem;
}
#sec_plan01 .cta .ttl {
  width: 52.8rem;
  margin: 0 auto;
}
#sec_plan01 .cta .txt {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 1.5rem;
}
#sec_plan01 .cta .cta_btn {
  margin-top: 3rem;
}

/* plan02
--------------------------------*/
#sec_plan02 {
  padding-bottom: 8rem;
}
#sec_plan02 .lead_box .txt {
  font-size: 3.3rem;
  line-height: 1.3636363636;
  text-align: left;
  padding-left: 7.1rem;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 2px #fff;
}
#sec_plan02 .lead_box .txt::before {
  content: "";
  width: 3.9rem;
  height: 3.9rem;
  background: url(../img/ico_check_yellow.svg) no-repeat top/contain;
  position: absolute;
  left: 1.6rem;
  top: 0.5rem;
}
#sec_plan02 .lead_box .txt:nth-last-of-type(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#sec_plan02 .sec_ttl {
  font-size: 7.1rem;
  line-height: 1.1363636364;
  letter-spacing: -0.08em;
}
#sec_plan02 .box01 .img {
  width: 62rem;
}
#sec_plan02 .box02 .ttl_wrap .ttl span {
  font-size: 5.4rem;
  letter-spacing: -0.025em;
}

/* sec_case
--------------------------------*/
#sec_case {
  padding: 7rem 0 8rem;
}
#sec_case .case_list {
  margin-top: 6rem;
}
#sec_case .case_list .item {
  position: relative;
  padding: 3.5rem 3rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_case .case_list .item + .item {
  margin-top: 4rem;
}
#sec_case .case_list .item .ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #313819;
}
#sec_case .case_list .item .txt_wrap {
  margin-top: 3.5rem;
}
#sec_case .case_list .item .txt_wrap .ttl_s {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 1rem;
  background-color: #0071BC;
  border-radius: 100vh;
}
#sec_case .case_list .item .txt_wrap .txt {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
}
#sec_case .case_list .item .txt_wrap .img {
  margin-top: 1.5rem;
}
#sec_case .case_list .item .txt_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 3rem;
  margin-top: 3rem;
}
#sec_case .case_list .item .txt_wrap dl dt {
  width: 19.6rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 1rem;
  background-color: #313819;
}
#sec_case .case_list .item .txt_wrap dl dd {
  width: calc(100% - 22.6rem);
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}

/* sec_feature
--------------------------------*/
#sec_feature {
  padding: 7rem 0 8rem;
  background-color: #0096df;
}
#sec_feature .sec_ttl {
  width: 31.7rem;
  margin: 0 auto;
}
#sec_feature .feature_list {
  margin-top: 6rem;
}
#sec_feature .feature_list .item {
  background-color: #fff;
}
#sec_feature .feature_list .item + .item {
  margin-top: 4.5rem;
}
#sec_feature .feature_list .item .txt_wrap {
  padding: 3rem 3.5rem;
}
#sec_feature .feature_list .item .txt_wrap .ttl {
  color: #00468b;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
#sec_feature .feature_list .item .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}

/* sec_reason
--------------------------------*/
#sec_reason {
  padding: 7rem 0 8rem;
  background-color: #F0F9FF;
}
#sec_reason .sec_ttl {
  width: 56.3rem;
  margin: 0 auto;
}
#sec_reason .reason_list {
  margin-top: 6rem;
}
#sec_reason .reason_list .item {
  background-color: #fff;
}
#sec_reason .reason_list .item + .item {
  margin-top: 4.5rem;
}
#sec_reason .reason_list .item .txt_wrap {
  padding: 3rem 3.5rem;
}
#sec_reason .reason_list .item .txt_wrap .ttl {
  color: #00468b;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: -0.05em;
}
#sec_reason .reason_list .item .txt_wrap .ttl span {
  text-decoration: underline;
  text-decoration-thickness: 0.7rem;
  text-decoration-color: #FCFF8A;
  text-underline-offset: -0.2rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#sec_reason .reason_list .item .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
#sec_reason .reason_list .item .txt_wrap .note {
  color: #4D4D4D;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.11em;
  margin-top: 1em;
}

/* sec_price
--------------------------------*/
#sec_price {
  padding: 7rem 0 8rem;
}
#sec_price .sec_ttl {
  width: 43.9rem;
  margin: 0 auto;
}
#sec_price .fukidashi {
  font-weight: 700;
  font-size: 5.266rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  margin-top: 5rem;
  position: relative;
}
#sec_price .fukidashi::before {
  content: "";
  width: 35.6rem;
  height: 2.9rem;
  background: url(../img/price_fukidashi_line.png) no-repeat top/contain;
  position: absolute;
  left: 15.3rem;
  top: 6rem;
  display: block;
}
#sec_price .fukidashi > span {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}
#sec_price .fukidashi > span::before, #sec_price .fukidashi > span::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 7.5rem;
  background-color: #313819;
  border-radius: 0.25rem;
  position: absolute;
  bottom: -1rem;
}
#sec_price .fukidashi > span::before {
  left: 0;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
#sec_price .fukidashi > span::after {
  right: 0;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
#sec_price .box01 {
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 6.5rem;
}
#sec_price .box01 + .box01 {
  margin-top: 4.5rem;
}
#sec_price .box01 .ttl {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 1.3rem;
  background-color: #6B6B6B;
  border-radius: 100vh;
}
#sec_price .box01 .txt {
  text-align: justify;
  letter-spacing: 0.04em;
  padding: 0 0.6rem;
  margin-top: 1.5rem;
}
#sec_price .box01 .card_img {
  width: 61.3rem;
  margin: 2rem auto 0;
}
#sec_price .box01 .about {
  padding: 2rem 3rem;
  background-color: #F0F9FF;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
#sec_price .box01 .about .ttl_s {
  color: #15275b;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.25;
  padding-bottom: 2rem;
  border-bottom: 1px solid #313819;
}
#sec_price .box02 {
  position: relative;
  padding: 4rem 2.9rem 4.5rem;
  background-color: #fff;
  border: 0.7rem solid #D7F0FF;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
}
#sec_price .box02::before {
  content: "";
  width: 65rem;
  height: calc(100% - 1.6rem);
  border: 0.2rem solid #D7F0FF;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8rem;
  margin: 0 auto;
}
#sec_price .box02 .item + .item {
  margin-top: 4.5rem;
}
#sec_price .box02 .item .ttl {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 2rem;
  background-color: #0096df;
  border-radius: 100vh;
}
#sec_price .box02 .item .price {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #313819;
  margin: 3.4rem auto 0;
  font-size: 8.2rem;
  font-weight: 700;
  color: #15275b;
  line-height: 1;
}
#sec_price .box02 .item .price span {
  font-size: 3.2rem;
}
#sec_price .box02 .item .price.noborder {
  padding-bottom: 0;
  border-bottom: none;
}
#sec_price .box02 .item._01 .price img {
  width: 53.9rem;
}
#sec_price .box02 .item._02 .price img {
  width: 46rem;
}
#sec_price .box02 .item .txt {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
#sec_price .box02 .item._03 .txt {
  font-size: 3rem;
}
#sec_price .note {
  color: #4D4D4D;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 4.5rem;
}

/* sec_caution
--------------------------------*/
#sec_caution {
  padding: 7rem 0 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 223)), to(rgb(84, 194, 240)));
  background: linear-gradient(90deg, rgb(0, 150, 223) 0%, rgb(84, 194, 240) 100%);
}
#sec_caution .sec_ttl {
  color: #fff;
  font-size: 4rem;
  line-height: 1.225;
}
#sec_caution .sec_ttl .fukidashi {
  position: relative;
  display: block;
  padding: 0 2rem;
}
#sec_caution .sec_ttl .fukidashi::before, #sec_caution .sec_ttl .fukidashi::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 9rem;
  background-color: #fff;
  border-radius: 0.25rem;
  position: absolute;
  bottom: -0.5rem;
}
#sec_caution .sec_ttl .fukidashi::before {
  left: 1.5rem;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
#sec_caution .sec_ttl .fukidashi::after {
  right: 1.5rem;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
#sec_caution .caution_list {
  margin-top: 4.5rem;
}
#sec_caution .caution_list .item {
  padding: 3.4rem;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_caution .caution_list .item + .item {
  margin-top: 4.5rem;
}
#sec_caution .caution_list .item .ttl {
  position: relative;
  color: #00468b;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.4210526316;
  letter-spacing: 0.03em;
  padding: 0 0 3rem;
}
#sec_caution .caution_list .item .ttl::after {
  content: "";
  width: 62.3rem;
  height: 1.1rem;
  background: url(../img/ttl_line.svg) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: -0.55rem;
}
#sec_caution .caution_list .item .txt {
  text-align: justify;
  letter-spacing: -0.01em;
}
#sec_caution .caution_list .item .img {
  margin-top: 2rem;
}

/* sec_message
--------------------------------*/
#sec_message {
  padding: 7rem 0 8rem;
  background-image: url(../img/message_bg01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#sec_message .sec_ttl {
  width: 65.2rem;
  margin: 0 auto;
}
#sec_message .message_list {
  margin-top: 7rem;
}
#sec_message .message_list .item {
  padding: 0 3.5rem;
}
#sec_message .message_list .item + .item {
  margin-top: 6.3rem;
}
#sec_message .message_list .item .img_wrap {
  position: relative;
  padding-bottom: 16rem;
}
#sec_message .message_list .item .img_wrap .img {
  width: 50.3rem;
  margin: 0 auto;
}
#sec_message .message_list .item .img_wrap .profile {
  min-width: 58.4rem;
  padding: 2.9rem 3.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  bottom: 0rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec_message .message_list .item .img_wrap .profile p {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  padding: 0 1.5rem;
  text-align: center;
}
#sec_message .message_list .item .img_wrap .profile .aff {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #313819;
}
#sec_message .message_list .item .img_wrap .profile .name {
  margin-top: 0.5rem;
  font-size: 4.5rem;
  font-weight: 700;
}
#sec_message .message_list .item .img_wrap .profile .name span {
  font-size: 4.6rem;
  letter-spacing: 0.01em;
  margin-left: 2rem;
}
#sec_message .message_list .item .block {
  margin-top: 4.7rem;
}
#sec_message .message_list .item .block + .block {
  margin-top: 4.5rem;
}
#sec_message .message_list .item .block .ttl {
  color: #00468b;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #313819;
  text-align: center;
}
#sec_message .message_list .item .block .message_ttl {
  width: 100%;
  height: 6.8rem;
  line-height: 6.8rem;
  border-radius: 3.4rem;
  background-color: #192b38;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
#sec_message .message_list .item .block .career {
  margin-top: 1rem;
}
#sec_message .message_list .item .block .career .txt {
  letter-spacing: -0.01em;
  padding-left: 4.3em;
  text-indent: -4.3em;
}
#sec_message .message_list .item .block .career .txt span {
  margin-right: 2.5rem;
}
#sec_message .message_list .item .block .txt {
  text-align: justify;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  line-height: 1.8;
}
#sec_message .message_list .item .block.message {
  width: 68rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 4rem 3rem 3rem 3rem;
  margin-left: -3.5rem;
}
#sec_message .message_list .item .block.message .txt {
  font-size: 2.5rem;
  line-height: 1.8;
  margin-top: 2.7rem;
}
#sec_message .cta_btn {
  margin-top: 6.5rem;
}

/* sec_voice
--------------------------------*/
#sec_voice {
  padding: 7rem 0 8rem;
  background-color: #FCF7E0;
}
#sec_voice .voice_list {
  margin-top: 4.5rem;
}
#sec_voice .voice_list .ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.225;
  letter-spacing: 0.05em;
}
#sec_voice .voice_list .ttl .blue2 {
  font-size: 130%;
}
#sec_voice .voice_list .ttl .fukidashi {
  position: relative;
  display: block;
  padding: 0 5rem;
}
#sec_voice .voice_list .ttl .fukidashi::before, #sec_voice .voice_list .ttl .fukidashi::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 11rem;
  background-color: #313819;
  border-radius: 0.25rem;
  position: absolute;
  bottom: -0.5rem;
}
#sec_voice .voice_list .ttl .fukidashi::before {
  left: 3rem;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
#sec_voice .voice_list .ttl .fukidashi::after {
  right: 3rem;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
#sec_voice .voice_list + .voice_list {
  margin-top: 4.5rem;
}
#sec_voice .voice_list .img {
  width: 66.4rem;
  margin: 2.5rem auto 0;
}
#sec_voice .voice_list .img + .img {
  margin-top: 4rem;
}

/* sec_flow
--------------------------------*/
#sec_flow {
  padding: 7rem 0 8rem;
}
#sec_flow .sec_ttl {
  width: 31.6rem;
  margin: 0 auto;
}
#sec_flow .flow_list {
  margin-top: 6rem;
}
#sec_flow .flow_list .item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_flow .flow_list .item + .item {
  margin-top: 9.6rem;
}
#sec_flow .flow_list .item:not(:last-child)::after {
  content: "";
  width: 38rem;
  height: 6.6rem;
  background: url(../img/flow_arw.png) no-repeat center/contain;
  position: absolute;
  bottom: -7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sec_flow .flow_list .item .step {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  padding: 1.1rem;
  background-color: #0096df;
  letter-spacing: 0.1em;
}
#sec_flow .flow_list .item .txt_wrap {
  padding: 1.5rem 3rem 3.4rem;
}
#sec_flow .flow_list .item .txt_wrap .ttl {
  color: #00468b;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: -0.025em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #313819;
}
#sec_flow .flow_list .item .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}
#sec_flow .flow_list .item .txt_wrap .txt a {
  color: #0071BC;
  text-decoration: underline;
}
#sec_flow .cta .txt_s {
  font-size: 3rem;
}
#sec_flow .cta .txt {
  margin-top: 1rem;
}

/* sec_faq
--------------------------------*/
#sec_faq {
  padding: 7rem 0 8rem;
  background-color: #F4F4F4;
}
#sec_faq .sec_ttl {
  width: 34.7rem;
  margin: 0 auto;
}
#sec_faq .faq_list {
  margin-top: 6rem;
}
#sec_faq .faq_list .item {
  position: relative;
  padding: 5rem 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
}
#sec_faq .faq_list .item + .item {
  margin-top: 4.5rem;
}
#sec_faq .faq_list .item .ttl {
  position: relative;
  color: #00468b;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.325;
  padding: 0 0 2rem 6.3rem;
  border-bottom: 1px solid #313819;
}
#sec_faq .faq_list .item .ttl::before {
  content: "Q";
  width: 5.7rem;
  height: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background-color: #00468b;
  padding-bottom: 0.8rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#sec_faq .faq_list .item .txt {
  position: relative;
  text-align: justify;
  letter-spacing: 0.04em;
  padding: 0 0 0 6.3rem;
  margin-top: 1.5rem;
}
#sec_faq .faq_list .item .txt::before {
  content: "A";
  width: 5.7rem;
  height: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.4rem;
  background-color: #c92d2d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

/* sec_about
--------------------------------*/
#sec_about {
  padding: 0 0 8rem;
}
#sec_about .sec_ttl {
  color: #fff;
  padding: 5.2rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 150, 223)), to(rgb(84, 194, 240)));
  background: linear-gradient(90deg, rgb(0, 150, 223) 0%, rgb(84, 194, 240) 100%);
}
#sec_about .sec_ttl img {
  width: 38.4rem;
  margin: 0 auto;
  display: block;
}
#sec_about .ttl {
  color: #0096df;
  font-weight: 700;
  font-size: 4.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #686868;
}
#sec_about .info_wrap {
  border-top: 1px solid #686868;
  margin-top: 1rem;
}
#sec_about .info_wrap dl {
  padding: 2.5rem 1rem 3rem;
  border-bottom: 1px solid #686868;
}
#sec_about .info_wrap dl dt {
  color: #0096df;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#sec_about .info_wrap dl dd {
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
#sec_about .info_wrap dl dd .time {
  width: calc(100% + 2rem);
  margin: 3.5rem 0 0 -1rem;
}
#sec_about .info_wrap dl dd .note {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
  margin: 1rem 0 0 -1rem;
}
#sec_about .map {
  margin-top: 3.3rem;
  width: 100%;
  aspect-ratio: 1/1;
}
#sec_about .map iframe {
  width: 100%;
  height: 100%;
}
#sec_about .facility {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
  margin-top: 4rem;
}
#sec_about .facility .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.04em;
  padding: 2rem 1rem;
  background-color: #686868;
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer {
  position: relative;
  padding: 3rem 0 13rem;
  background-color: #192b38;
}
@media screen and (min-width: 921px) {
  #footer {
    padding-bottom: 3rem;
  }
}
#footer .fixed_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
#footer .fixed_btn .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
#footer .fixed_btn .btn {
  width: 36rem;
  margin-top: 4.5rem;
}
#footer .fixed_btn .btn a {
  position: relative;
  height: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2.8rem;
  border-radius: 1rem;
}
#footer .fixed_btn .btn a::before {
  content: "";
  position: absolute;
  left: 1.4rem;
}
#footer .fixed_btn .btn a p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.3225806452;
}
#footer .fixed_btn .btn a p .small {
  font-size: 80%;
}
#footer .fixed_btn .btn a p .time {
  display: block;
  font-size: 1.8rem;
}
#footer .fixed_btn .btn._tel a {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.71%, rgb(34, 153, 200)), color-stop(48%, rgb(53, 121, 169)), color-stop(51%, rgb(34, 153, 200)), to(rgb(34, 153, 200)));
  background: linear-gradient(0deg, rgb(34, 153, 200) 9.71%, rgb(53, 121, 169) 48%, rgb(34, 153, 200) 51%, rgb(34, 153, 200) 100%);
  -webkit-box-shadow: 0 0 0.5rem rgba(175, 16, 43, 0.2);
          box-shadow: 0 0 0.5rem rgba(175, 16, 43, 0.2);
}
#footer .fixed_btn .btn._tel a::before {
  width: 7.4rem;
  height: 7.4rem;
  background: url(../img/btn_tel.png) no-repeat center/100% auto;
  top: calc(50% - 3.7rem);
}
#footer .fixed_btn .btn._mail a {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.71%, rgb(236, 93, 12)), color-stop(48%, rgb(202, 75, 1)), color-stop(51%, rgb(236, 93, 12)), to(rgb(236, 93, 12)));
  background: linear-gradient(0deg, rgb(236, 93, 12) 9.71%, rgb(202, 75, 1) 48%, rgb(236, 93, 12) 51%, rgb(236, 93, 12) 100%);
  -webkit-box-shadow: 0 0 0.5rem rgba(176, 30, 88, 0.2);
          box-shadow: 0 0 0.5rem rgba(176, 30, 88, 0.2);
}
#footer .fixed_btn .btn._mail a::before {
  width: 8.2rem;
  height: 6rem;
  background: url(../img/btn_mail.png) no-repeat center/100% auto;
  top: calc(50% - 3rem);
}
#footer .copyright {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */