@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 {
  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;
  font-feature-settings: "palt";
  word-break: break-word;
  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: #333;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.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%;
}

.color01 {
  color: #ea7c3f;
}

.color02 {
  color: #28a5a3;
}

.color03 {
  color: #686868;
}

.blue {
  color: #28a5a3;
}

.blue2 {
  color: #28a5a3;
}

.yellow {
  color: #FCFF8A;
}

.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;
    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: flex;
    align-items: center;
    justify-content: center;
  }
  .cnt_l {
    left: 0;
  }
  .cnt_l .contact {
    width: 344px;
    padding: 33px 12px 12px;
    background: linear-gradient(0deg, #eaf3ff 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 0 8px 5px rgba(5, 16, 43, 0.14);
  }
  .cnt_l .contact *:not(.cta_btn *) {
    font-weight: 700;
    color: #28a5a3;
    text-align: center;
  }
  .cnt_l .contact .box {
    padding: 4px 0 18px;
    border: 1px solid #fff;
  }
  .cnt_l .contact .logo {
    width: 282px;
    margin: 0 auto;
  }
  .cnt_l .contact .ttl {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-top: 10px;
  }
  .cnt_l .contact .ttl span {
    color: #ea7c3f;
    font-weight: 900;
  }
  .cnt_l .contact .txt {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
  .cnt_l .contact .cta_btn {
    width: 290px;
    margin: 10px auto 0;
  }
  .cnt_l .contact .cta_btn a {
    height: 76px;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(176, 30, 88, 0.2);
  }
  .cnt_l .contact .cta_btn a::before {
    content: "";
    width: 67px;
    height: 50px;
    background: url(../img/btn_mail.png) no-repeat center/100% auto;
    position: absolute;
    left: 13px;
    top: calc(50% - 25px);
  }
  .cnt_l .contact .cta_btn a p {
    font-size: 25px;
    letter-spacing: -0.01em;
  }
  .cnt_l .contact .cta_btn a p .time {
    font-size: 14.5px;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
  .cnt_l .contact .tel {
    width: 245px;
    padding-bottom: 8px;
    border-bottom: 1px solid #686868;
    margin: 15px auto 0;
  }
  .cnt_l .contact .tel .ttl_s {
    color: #333;
    font-size: 17px;
    line-height: 1.7647058824;
  }
  .cnt_l .contact .tel .num {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.02em;
    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 {
    width: fit-content;
    margin: 2px auto 0;
    color: #333;
    font-size: 13px;
    line-height: 1.3076923077;
    letter-spacing: 0.04em;
    text-align: right;
  }
  .cnt_l .contact .place {
    width: fit-content;
    margin: 8px auto 0;
  }
  .cnt_l .contact .txt02 {
    color: #333;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }
  .cnt_l .contact .txt03 {
    color: #333;
  }
  .cnt_l .contact .txt04 {
    color: #333;
    font-size: 80%;
  }
  .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: #28a5a3;
  }
  .cnt_r .menu nav {
    margin-top: 10px;
  }
  .cnt_r .menu nav ul li {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .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 #28a5a3;
    border-bottom: 2px solid #28a5a3;
    position: absolute;
    right: 3px;
    top: 20px;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 921px) and (max-width: 1366px) {
  .cnt_l .contact {
    width: 25.1830161054vw;
    padding: 2.4158125915vw 0.878477306vw 0.878477306vw;
  }
  .cnt_l .contact .box {
    padding: 0.2928257687vw 1.0248901903vw 1.317715959vw;
  }
  .cnt_l .contact .logo {
    width: 20.6442166911vw;
  }
  .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;
    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.9355783309vw;
    padding-bottom: 0.5856515373vw;
    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.1464128843vw;
  }
  .cnt_l .contact .place {
    margin-top: 0.5856515373vw;
  }
  .cnt_l .contact .txt02 {
    font-size: 1.2445095168vw;
    gap: 0.439238653vw;
  }
  .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 #28a5a3;
    border-bottom: 0.1464128843vw solid #28a5a3;
    right: 0.439238653vw;
    top: 1.4641288433vw;
  }
}
/* ---------------------------------------
  main
-----------------------------------------*/
/* common
--------------------------------*/
.bg_grid {
  background: url(../img/bg_grid.png) repeat center/7.2rem auto;
}

.sec_ttl {
  color: #333;
  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;
  letter-spacing: 0.03em;
}

.cta_btn {
  margin-top: 4.5rem;
}
.cta_btn a {
  position: relative;
  height: 14.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 2.8rem;
  background: linear-gradient(180deg, #f0795b 0%, #f0795b 48%, #d4512f 52%, #f0795b 90%);
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(176, 30, 88, 0.2);
}
.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;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 2.5rem;
  top: calc(50% - 1.4rem);
}
.cta_btn a .arw::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0px 0.8rem 1.3rem;
  border-color: transparent transparent transparent #ea7c3f;
  position: absolute;
  right: 0.6rem;
  top: calc(50% - 0.8rem);
}

/* merit
--------------------------------*/
#sec_merit {
  padding: 3.4rem 0 5rem;
  background-color: #28a5a3;
}
#sec_merit .sec_ttl {
  width: 69.4rem;
}
#sec_merit .merit_list {
  margin-top: 3rem;
}
#sec_merit .merit_list .item {
  display: flex;
  align-items: flex-start;
  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 {
  flex: 1;
  padding-top: 1rem;
}
#sec_merit .merit_list .item .txt_wrap .ttl {
  color: #ea7c3f;
  font-weight: 700;
  font-size: 4.7rem;
  line-height: 1.0638297872;
  letter-spacing: 0.09em;
}
#sec_merit .merit_list .item .txt_wrap .txt {
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  margin-top: 0.5rem;
}
#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 5.5rem;
  background-image: url(../img/intro_bg01.png), url(../img/intro_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top, center bottom;
}
#sec_intro .trouble .sec_ttl {
  font-weight: 700;
  color: #fff;
  font-size: 6rem;
  line-height: 1.2833333333;
}
#sec_intro .trouble .sec_ttl .bg {
  display: block;
  width: 38rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.09em;
  padding: 1.1rem;
  background-color: #fff;
  margin: 0 auto 1rem;
}
#sec_intro .trouble .sec_ttl .small {
  font-size: 80%;
}
#sec_intro .trouble .box {
  position: relative;
  padding: 4rem 4.8rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 3.3rem;
}
#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: 2rem;
}
#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: 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.2rem;
}
#sec_intro .solution {
  margin-top: 5rem;
}
#sec_intro .solution .sec_ttl {
  font-weight: 700;
  color: #333;
  font-size: 6rem;
  line-height: 1.6666666667;
}
#sec_intro .solution .sec_ttl img {
  width: 51.1rem;
}
#sec_intro .solution .sec_ttl .small {
  margin-left: 1rem;
  font-weight: 900;
  color: #686868;
  font-size: 4.2rem;
  vertical-align: bottom;
  line-height: 1.3;
}
#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 #333;
  margin-right: 1rem;
}
#sec_intro .solution .sec_ttl .bg::before {
  content: "";
  display: inline-block;
  width: 5.7rem;
  height: 5.1rem;
  margin-right: 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;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
}
#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 .color01 {
  font-size: 130%;
  line-height: 1;
  background: linear-gradient(transparent 80%, #FCFF8A 80%);
}
#sec_intro .solution .box .illust {
  width: 10.4rem;
  position: absolute;
  right: -1rem;
  top: -3.7rem;
}
#sec_intro .solution .message {
  position: relative;
  margin-top: 4rem;
}
#sec_intro .solution .message .ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
#sec_intro .solution .message .ttl .fukidashi {
  position: relative;
  display: block;
  padding: 0 3rem;
}
#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: #28a5a3;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0;
}
#sec_intro .solution .message .ttl .fukidashi::before {
  left: 0;
  transform: rotate(-23deg);
}
#sec_intro .solution .message .ttl .fukidashi::after {
  right: 0;
  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.09em;
  padding: 1.1rem 0.5rem 1.5rem 6rem;
  background-color: #ebf7f7;
  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: 2rem;
}
#sec_intro .point {
  margin-top: 7.5rem;
}
#sec_intro .point .box {
  position: relative;
  padding: 5rem 3rem 0;
  background-color: #fff;
  border-radius: 2rem;
  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;
  letter-spacing: 0.19em;
  padding: 1.1rem;
  background-color: #28a5a3;
  border-radius: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: -3.3rem;
  margin: 0 auto;
}
#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: 3.5rem;
}

/* plan
--------------------------------*/
#sec_plan {
  padding: 7rem 0 7.7rem;
}
#sec_plan .sec_ttl {
  line-height: 1;
}
#sec_plan .sec_ttl span {
  color: #28a5a3;
  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;
  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: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 7.8rem;
  line-height: 1;
  background-color: #28a5a3;
  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: #28a5a3;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.1489361702;
  letter-spacing: -0.05em;
  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 #333;
  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: #28a5a3;
  border-radius: 0.15rem;
  vertical-align: -1rem;
}
#sec_plan .plan_list .item .txt_wrap .fukidashi span::before {
  transform: rotate(-23deg);
  margin-right: 2.5rem;
}
#sec_plan .plan_list .item .txt_wrap .fukidashi span::after {
  transform: rotate(23deg);
  margin-left: 2.5rem;
}
#sec_plan .plan_list .item .txt_wrap ul {
  padding-left: 2rem;
  margin-top: 2.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: 2rem;
}
#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: #ebf7f7;
  border-radius: 1rem;
}
#sec_plan .message .illust {
  width: 17.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* plan_detail
--------------------------------*/
.sec_plan_detail {
  background-color: #ebf7f7;
}
.sec_plan_detail .lead_box {
  position: relative;
  text-align: center;
  padding: 3rem 3.5rem 0.5rem;
  background-color: #28a5a3;
  margin-bottom: 11rem;
}
.sec_plan_detail .lead_box::after {
  content: "";
  width: calc(100% + 2rem);
  height: 8.2rem;
  background-color: #28a5a3;
  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 .txt_l {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09em;
}
.sec_plan_detail .lead_box .txt span,
.sec_plan_detail .lead_box .txt_l span {
  color: #FCFF8A;
}
.sec_plan_detail .sec_ttl {
  color: #28a5a3;
  font-weight: 600;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, #32c6c4 0%, #1b9695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.sec_plan_detail .sec_ttl_sub {
  color: #28a5a3;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #32c6c4 0%, #1b9695 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-top: 0.5rem;
}
.sec_plan_detail .box01 {
  padding: 4rem 2rem;
  background-color: #fff;
  border-radius: 2rem;
  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 .img._01 {
  padding: 0 2rem;
}
.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;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
}
.sec_plan_detail .box02::before {
  pointer-events: none;
  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: #28a5a3;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.1111111111;
}
.sec_plan_detail .box02 .ttl_wrap .ttl.color03 {
  color: #686868;
}
.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-color: #28a5a3;
  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::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 .list_wrap ul li span {
  background: linear-gradient(transparent 85%, #FCFF8A 85%);
}
.sec_plan_detail .box02 .txt_wrap .point {
  position: relative;
  padding: 3rem 1.8rem;
  background-color: #ebf7f7;
  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-color: #28a5a3;
  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 .txt + .img {
  margin-top: 3rem;
}

/* plan01
--------------------------------*/
#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;
  margin-top: 1rem;
}
#sec_plan01 .sec_ttl {
  font-size: 8.8rem;
  line-height: 1.1363636364;
}
#sec_plan01 .box01 .img._02 {
  width: 71.8rem;
  margin: 7.5rem -3.9rem 0;
}
#sec_plan01 .box01 .note {
  margin-top: -1.8rem;
}
#sec_plan01 .box02 .ttl_wrap .ttl span {
  font-size: 6.8rem;
  letter-spacing: -0.025em;
}
#sec_plan01 .reason {
  padding: 6rem 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: 11rem;
  background-color: #28a5a3;
  border-radius: 0.2rem;
  position: absolute;
  bottom: 0;
}
#sec_plan01 .reason .ttl_l .fukidashi::before {
  left: 0;
  transform: rotate(-23deg);
}
#sec_plan01 .reason .ttl_l .fukidashi::after {
  right: 0;
  transform: rotate(23deg);
}
#sec_plan01 .reason .ttl_l .fukidashi .big {
  font-size: 6rem;
}
#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;
  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: #28a5a3;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.1777777778;
  letter-spacing: -0.02em;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #333;
}
#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 .txt_wrap .txt span {
  font-weight: 700;
}
#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 {
  position: relative;
  text-align: left;
  font-size: 3.3rem;
  line-height: 1.3636363636;
  padding-left: 7rem;
}
#sec_plan02 .lead_box .txt::before {
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  background: url(../img/ico_check_y.svg) no-repeat center/contain;
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
}
#sec_plan02 .lead_box .txt:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #fff;
  margin-bottom: 2.5rem;
}
#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;
}

/* plan03
--------------------------------*/
#sec_plan03 {
  padding-bottom: 8rem;
}
#sec_plan03 .lead_box {
  padding: 2.5rem 3.5rem 1.5rem;
}
#sec_plan03 .lead_box .txt {
  font-size: 3.7rem;
  line-height: 1.0810810811;
}
#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;
}

/* sec_case
--------------------------------*/
#sec_case {
  padding: 6rem 0 8rem;
}
#sec_case .sec_ttl {
  color: #333;
}
#sec_case .case_list {
  margin-top: 6rem;
}
#sec_case .case_list .item {
  position: relative;
  padding: 3rem 3rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
  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.025em;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #333;
  margin: 0 -0.4rem;
}
#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: #28a5a3;
  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: 2rem -1rem 0;
}
#sec_case .case_list .item .txt_wrap dl {
  display: flex;
  flex-wrap: wrap;
  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: #333;
}
#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: 6.5rem 0 8rem;
  background-color: #28a5a3;
}
#sec_feature .sec_ttl {
  color: #fff;
}
#sec_feature .feature_list {
  margin-top: 5rem;
}
#sec_feature .feature_list .item {
  background-color: #fff;
}
#sec_feature .feature_list .item + .item {
  margin-top: 4rem;
}
#sec_feature .feature_list .item .txt_wrap {
  padding: 3rem 3.5rem 2.5rem;
}
#sec_feature .feature_list .item .txt_wrap .ttl {
  color: #28a5a3;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: -0.05em;
  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: 6.5rem 0 8rem;
  background-color: #ffffe9;
}
#sec_reason .reason_list {
  margin-top: 5.3rem;
}
#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: #ea7c3f;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: -0.05em;
  margin: 0 -0.5rem;
}
#sec_reason .reason_list .item .txt_wrap .ttl span {
  background: linear-gradient(transparent 90%, #FCFF8A 90%);
}
#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 .fukidashi {
  font-weight: 700;
  font-size: 5.266rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  margin-top: 3.5rem;
}
#sec_price .fukidashi > span {
  position: relative;
  display: inline-block;
  padding: 0 3rem 1.5rem;
  background: url(../img/price_fukidashi_line.png) no-repeat center bottom/35.6rem auto;
}
#sec_price .fukidashi > span::before, #sec_price .fukidashi > span::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 8rem;
  background-color: #333;
  border-radius: 0.25rem;
  position: absolute;
  bottom: 0.3rem;
}
#sec_price .fukidashi > span::before {
  left: 0;
  transform: rotate(-23deg);
}
#sec_price .fukidashi > span::after {
  right: 0;
  transform: rotate(23deg);
}
#sec_price .box01 {
  padding: 3rem;
  background-color: #fff;
  border-radius: 2rem;
  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: #ebf7f7;
  border-radius: 1rem;
  margin: 1.5rem 0.6rem 0;
}
#sec_price .box01 .about .ttl_s {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.25;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #333;
}
#sec_price .box01 .about .txt {
  padding: 0;
}
#sec_price .box02 {
  position: relative;
  padding: 4rem 2.9rem;
  background-color: #fff;
  border: 0.7rem solid #D7F0FF;
  border-radius: 2rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  margin-top: 3rem;
}
#sec_price .box02::before {
  pointer-events: none;
  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: #28a5a3;
  border-radius: 100vh;
}
#sec_price .box02 .item .price {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #333;
  margin: 3.4rem auto 0;
}
#sec_price .box02 .item._01 .price img {
  width: 53.4rem;
}
#sec_price .box02 .item._02 .price img {
  width: 48.2rem;
}
#sec_price .box02 .item .txt {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
#sec_price .note {
  color: #4D4D4D;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 3.7rem;
}

/* sec_caution
--------------------------------*/
#sec_caution {
  padding: 7rem 0 8rem;
  background-color: #28a5a3;
}
#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;
  transform: rotate(-23deg);
}
#sec_caution .sec_ttl .fukidashi::after {
  right: 1.5rem;
  transform: rotate(23deg);
}
#sec_caution .caution_list {
  margin-top: 4rem;
}
#sec_caution .caution_list .item {
  padding: 3rem 3.4rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
  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: #28a5a3;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: -0.07em;
  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.03em;
}
#sec_caution .caution_list .item .img {
  margin-top: 2rem;
}

/* sec_message
--------------------------------*/
#sec_message {
  padding: 6.5rem 0 8rem;
  background-image: url(../img/message_bg01.png), url(../img/message_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top, center bottom;
}
#sec_message .sec_ttl {
  letter-spacing: -0.05em;
}
#sec_message .message_list {
  margin-top: 7rem;
}
#sec_message .message_list .item {
  padding: 0 3.5rem;
}
#sec_message .message_list .item + .item {
  margin-top: 4.5rem;
}
#sec_message .message_list .item .img_wrap {
  position: relative;
  padding-bottom: 5.4rem;
}
#sec_message .message_list .item .img_wrap .img {
  width: 50.3rem;
  margin: 0 auto;
}
#sec_message .message_list .item .img_wrap .profile {
  min-width: 35.8rem;
  padding: 1.8rem 2rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
#sec_message .message_list .item .img_wrap .profile.num2 {
  right: -3.5rem;
}
#sec_message .message_list .item .img_wrap .profile.num2 .aff {
  padding: 0 1rem;
  font-size: 2.5rem;
  letter-spacing: -0.07em;
}
#sec_message .message_list .item .img_wrap .profile.num2 .name {
  text-align: center;
}
#sec_message .message_list .item .img_wrap .profile.num3 {
  min-width: 42.8rem;
  right: -3.5rem;
}
#sec_message .message_list .item .img_wrap .profile p {
  font-weight: 700;
  font-size: 2.88rem;
  line-height: 1.3888888889;
  padding: 0 1.5rem;
}
#sec_message .message_list .item .img_wrap .profile .aff {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #686868;
}
#sec_message .message_list .item .img_wrap .profile .name {
  margin-top: 0.5rem;
}
#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: 1.5rem;
}
#sec_message .message_list .item .block + .block {
  margin-top: 3.5rem;
}
#sec_message .message_list .item .block .ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}
#sec_message .message_list .item .block .career {
  margin-top: 0.5rem;
  margin-right: -0.5rem;
}
#sec_message .message_list .item .block .career .txt {
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.01em;
  margin-top: 0;
  display: flex;
}
#sec_message .message_list .item .block .career .txt span {
  margin-right: 2.5rem;
  flex-shrink: 0;
}
#sec_message .message_list .item .block .txt {
  text-align: justify;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
}
#sec_message .cta_btn {
  margin-top: 6.5rem;
}

/* sec_voice
--------------------------------*/
#sec_voice {
  padding: 6.2rem 0 8rem;
  background-color: #FCF7E0;
}
#sec_voice .voice_list {
  margin-top: 3.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 .color01 {
  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: #333;
  border-radius: 0.25rem;
  position: absolute;
  bottom: -1rem;
}
#sec_voice .voice_list .ttl .fukidashi::before {
  left: 3rem;
  transform: rotate(-23deg);
}
#sec_voice .voice_list .ttl .fukidashi::after {
  right: 3rem;
  transform: rotate(23deg);
}
#sec_voice .voice_list + .voice_list {
  margin-top: 3.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: 5rem 0 8rem;
}
#sec_flow .flow_list {
  margin-top: 5rem;
}
#sec_flow .flow_list .item {
  position: relative;
  background-color: #fff;
  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: -8rem;
  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;
  letter-spacing: 0.1em;
  padding: 1.1rem;
  background-color: #28a5a3;
}
#sec_flow .flow_list .item .txt_wrap {
  padding: 2rem 3rem 2.4rem;
}
#sec_flow .flow_list .item .txt_wrap .ttl {
  color: #28a5a3;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: -0.08em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333;
}
#sec_flow .flow_list .item .txt_wrap .txt {
  text-align: justify;
  letter-spacing: 0.02em;
  word-break: break-word;
  margin-top: 0.5rem;
}
#sec_flow .flow_list .item .txt_wrap .txt a {
  color: #28a5a3;
  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 9rem;
  background-color: #F4F4F4;
}
#sec_faq .sec_ttl {
  letter-spacing: -0.08em;
}
#sec_faq .faq_list {
  margin-top: 5.3rem;
}
#sec_faq .faq_list .item {
  position: relative;
  padding: 5rem 3rem 2.7rem;
  background-color: #fff;
  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: #28a5a3;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.35;
  letter-spacing: -0.08em;
  padding: 0 0 2rem 6.3rem;
  border-bottom: 1px solid #333;
  margin-right: -0.3rem;
}
#sec_faq .faq_list .item .ttl::before {
  content: "Q";
  width: 5.7rem;
  height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
  background-color: #28a5a3;
  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: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 1;
  padding-bottom: 0.8rem;
  background-color: #ea7c3f;
  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-color: #28a5a3;
}
#sec_about .ttl {
  color: #28a5a3;
  font-weight: 700;
  font-size: 4.3rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-top: 4rem;
  padding-bottom: 1.3rem;
  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: #28a5a3;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#sec_about .info_wrap dl dt.color03 {
  color: #686868;
}
#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: 67.4rem;
  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 -1rem 0;
}
#sec_about .map {
  margin-top: 3.3rem;
}
#sec_about .facility {
  display: grid;
  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;
  margin-top: 0;
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer {
  position: relative;
  padding: 3rem 0 13rem;
  background-color: #333;
}
@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 {
  justify-content: center;
  gap: 0 1rem;
}
#footer .fixed_btn .btn {
  width: 36rem;
}
#footer .fixed_btn .btn a {
  position: relative;
  height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  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: linear-gradient(0deg, rgb(86, 176, 23) 9.71%, rgb(0, 145, 12) 48%, rgb(86, 176, 23) 51%, rgb(86, 176, 23) 100%);
  box-shadow: 0 0 0.5rem rgba(5, 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._tel a .time {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
#footer .fixed_btn .btn._mail a {
  background: linear-gradient(0deg, #f0795b 9.71%, #d4512f 48%, #f0795b 51%, #f0795b 100%);
  box-shadow: 0 0 0.5rem rgba(202, 22, 14, 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 */
