@charset "UTF-8";
.header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 999;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
}
.header .logo a {
  display: block;
}

@media (min-width: 1025px) {
  .header {
    justify-content: space-between;
    height: 80px;
    padding: 0 30px 0 10px;
    margin: 0 auto;
  }
  .header .nav .btn-wrap {
    gap: 12px;
  }
  .header .nav .btn-wrap .btn {
    gap: 6px;
    width: 194px;
    height: 44px;
    font-size: 15px;
  }
  .header .nav .btn-wrap .btn img {
    width: 22px;
  }
  .header-wrap {
    width: 100%;
    height: 61.5vw;
    padding: 2.6vw 5.1vw;
    gap: 50%;
  }
}
.ul-y {
  background: linear-gradient(transparent 80%, #FDD000 20%);
  display: inline;
}

/*========= ナビゲーション ===============*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.6s;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #333;
}

@media (min-width: 1025px) {
  #g-nav {
    position: inherit;
    display: block;
    height: auto;
    background: inherit;
    transition: none;
  }
  #g-nav ul {
    position: inherit;
    display: flex;
    transform: inherit;
    align-items: center;
    gap: 36px;
  }
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    font-size: 15px;
    padding: 0;
  }
  .gnav-cta {
    width: 140px;
    height: 60px;
    border-radius: 40px;
    background: #000;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
/*========= ナビゲーション ===============*/
/*========= ハンバーガー ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 50px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  height: 1px;
  background: #000;
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 25px;
}

.openbtn span:nth-of-type(3) {
  top: 33px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

@media (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}
/*========= ハンバーガー ===============*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  list-style: none;
}

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

body {
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-feature-settings: "palt";
  color: #333;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
h2.main_ttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 48px;
}
h2.main_ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #FCCF00;
  margin: 44px auto 0;
}
@media screen and (max-width: 768px) {
  h2.main_ttl {
    font-size: 24px;
    margin-bottom: 32px;
  }
  h2.main_ttl::after {
    margin: 36px auto 0;
  }
}

h2.sub {
  font-size: 20px;
}

h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.num {
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  width: 100%;
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 56px 0;
  }
}

.in {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.btn-wrap .btn {
  display: flex;
  width: 232px;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  box-shadow: 8px 12px 36px 0px rgba(0, 0, 0, 0.4);
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: 0.2s;
}
.btn-wrap .btn:hover {
  opacity: 0.9;
}
.btn-wrap .btn01 {
  background-color: #ffe363;
}
.btn-wrap .btn02 {
  background-color: #b2f5b4;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    flex-direction: column;
    gap: 25px;
  }
  .btn-wrap .btn {
    width: 200px;
    height: 48px;
    gap: 7px;
    border-radius: 34.483px;
    box-shadow: 6.897px 10.345px 31.034px 0px rgba(0, 0, 0, 0.4);
    font-size: 14px;
  }
  .btn-wrap .btn img {
    width: 22px;
  }
}

.header #g-nav ul li a {
  transition: 0.3s;
}
.header #g-nav ul li a:hover {
  opacity: 0.8;
}
.header .btn-wrap .btn {
  box-shadow: none;
}
.header .btn-wrap .btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) and (max-width: 1349px) {
  .header {
    padding: 0 12px 0 0;
  }
  .header .nav .btn-wrap .btn {
    width: 160px;
    font-size: 13px;
    line-height: 1.5;
  }
  .header #g-nav ul {
    gap: 12px;
  }
  .header #g-nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header {
    height: 80px;
    padding: 0 12px 0 0;
  }
  .header .openbtn {
    top: 15px;
  }
  .header .btn-wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    padding: 0 20px 0 0;
  }
  .header .logo {
    width: 200px;
  }
  .header .logo a img {
    vertical-align: middle;
  }
  .header .panelactive .nav-logo {
    margin: 0 auto 56px;
  }
  .header .panelactive .nav-logo a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header .panelactive .nav li a {
    font-size: 16px;
    font-weight: 400;
  }
  .header .panelactive .nav .btn-wrap {
    margin-top: 40px;
  }
  .header .panelactive .nav .btn-wrap .btn {
    width: 270px;
  }
}

.kv {
  padding-top: 80px;
}
.kv-cont {
  background-image: url(../images/bg-kv_pc.jpg);
  background-image: image-set(url(../images/bg-kv_pc.jpg) 1x, url(../images/bg-kv_pc@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/bg-kv_pc.jpg) 1x, url(../images/bg-kv_pc@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  height: 48vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8vw;
}
.kv-ttl {
  margin-top: 4vw;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.kv-ttl .sub {
  font-size: 3.26vw;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-bottom: 1.2vw;
  border-bottom: 2px solid #fff;
  margin-bottom: 1.2vw;
}
.kv-ttl .sub span {
  display: block;
  font-size: 2vw;
  font-weight: 600;
}
.kv-ttl h1 {
  font-size: 1.875vw;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.kv-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
.kv-point .point {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 10.5vw;
  height: 10.5vw;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.kv-point .point p {
  font-weight: 700;
  font-size: 1.2vw;
  line-height: 1.3;
}
.kv-point .point p b,
.kv-point .point p span {
  display: block;
  color: #47e019;
  font-weight: 700;
}
.kv-point .point p b {
  font-size: 1.8vw;
}
.kv-point .point p span {
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 50px;
  }
  .kv-cont {
    background-image: url(../images/bg-kv_sp.jpg);
    background-image: image-set(url(../images/bg-kv_sp.jpg) 1x, url(../images/bg-kv_sp@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/bg-kv_sp.jpg) 1x, url(../images/bg-kv_sp@2x.jpg) 2x);
    height: 140vw;
    gap: 4vw;
  }
  .kv-ttl {
    margin-top: 18vw;
  }
  .kv-ttl .sub {
    font-size: 7.46vw;
    line-height: 1.5;
    padding-bottom: 2.4vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 2.4vw;
  }
  .kv-ttl .sub span {
    font-size: 4.8vw;
  }
  .kv-ttl h1 {
    font-size: 4.26vw;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .kv-point {
    gap: 2.5vw;
  }
  .kv-point .point {
    width: 28.5vw;
    height: 28.5vw;
  }
  .kv-point .point p {
    font-size: 3.2vw;
  }
  .kv-point .point p b {
    font-size: 4.8vw;
  }
  .kv-point .point p span {
    font-size: 3vw;
  }
  .kv .btn-wrap {
    gap: 3vw;
  }
}
@media screen and (max-width: 375px) {
  .kv-cont {
    height: 80vh;
  }
}

.merit {
  padding: 72px 0 1px;
}
.merit::before {
  position: absolute;
  content: "";
  background: url(../images/ellipse.svg) no-repeat center/cover;
  width: 490px;
  height: 490px;
  top: -130px;
  left: -130px;
  z-index: -1;
}
.merit::after {
  position: absolute;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 100%;
  height: 200px;
  bottom: -200px;
  left: 0;
  z-index: 1;
}
.merit h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 88px;
  letter-spacing: 0.1em;
}
.merit h2 .sub {
  font-size: 20px;
  display: block;
  letter-spacing: 0.05em;
}
.merit h2 .num {
  color: #FCCF00;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-top: -8px;
}
.merit .box {
  position: relative;
  margin-bottom: 94px;
  z-index: 4;
}
.merit .box ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.merit .box ul li {
  position: relative;
  width: 29%;
}
.merit .box ul li .num {
  position: absolute;
  color: #FCCF00;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  left: -10px;
  top: -38px;
}
.merit .box ul li .img {
  margin-bottom: 28px;
}
.merit .box ul li .img img {
  box-shadow: 16px 16px 0px 0px #ffe363;
}
.merit .box ul li .tx h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
.merit .lead {
  position: absolute;
  bottom: -146px;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.merit .lead p {
  text-align: center;
}
.merit .lead .tx01 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.merit .lead .tx02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.merit .lead .tx02 p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  font-size: 28px;
  font-weight: 500;
}
.merit .lead .tx02 p b {
  display: block;
  background: url(../images/img-merit-Subtract.svg) no-repeat center/contain;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 13px 37px 17px 44px;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 56px 0 1px;
  }
  .merit::before {
    width: 110px;
    height: 110px;
    top: -20px;
    left: -20px;
  }
  .merit::after {
    height: 100px;
    bottom: -100px;
  }
  .merit h2 {
    font-size: 28px;
    margin-bottom: 48px;
  }
  .merit h2 .sub {
    font-size: 16px;
  }
  .merit h2 .num {
    font-size: 48px;
  }
  .merit .box {
    margin-bottom: 76px;
  }
  .merit .box ul {
    flex-direction: column;
    align-items: center;
    gap: 72px;
  }
  .merit .box ul li {
    max-width: 370px;
    width: 100%;
  }
  .merit .box ul li .img {
    width: 95%;
  }
  .merit .box ul li .tx h3 {
    font-size: 20px;
  }
  .merit .lead {
    bottom: -122px;
  }
  .merit .lead .tx01 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .merit .lead .tx02 {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .merit .lead .tx02 p {
    gap: 9px;
    font-size: 16px;
  }
  .merit .lead .tx02 p b {
    font-size: 20px;
    padding: 7px 20px 9px 23px;
  }
}

.service {
  padding: 346px 0 96px;
  background-image: url(../images/bg-service.jpg);
  background-image: image-set(url(../images/bg-service.jpg) 1x, url(../images/bg-service@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/bg-service.jpg) 1x, url(../images/bg-service@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  overflow-x: clip;
}
.service::before {
  position: absolute;
  content: "";
  background: url(../images/ellipse.svg) no-repeat center/cover;
  width: 490px;
  height: 490px;
  top: -220px;
  right: -216px;
  z-index: 3;
}
.service .box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.1);
  padding: 100px 80px 92px 80px;
  text-align: center;
}
.service .box h3 {
  position: relative;
  max-width: 762px;
  width: 100%;
  height: 182px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -200px auto 52px;
}
.service .box h3::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: -30px;
  left: calc(50% - 30px);
  background: linear-gradient(88deg, #FFD513 7.27%, #47F225 94.24%);
}
.service .box .bx p {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.service .box .bx p span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  background-image: linear-gradient(88deg, #FFD513 7.27%, #47F225 94.24%);
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 192px 0 56px;
  }
  .service::before {
    width: 173px;
    height: 173px;
    right: -74px;
  }
  .service .box {
    padding: 30px 5.35% 52px;
  }
  .service .box h3 {
    width: 100%;
    height: 118px;
    font-size: 16px;
    margin: -60px auto 52px;
  }
  .service .box h3::after {
    width: 40px;
    height: 16px;
    bottom: -16px;
    left: calc(50% - 20px);
  }
  .service .box .bx p {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .service .box .bx p span {
    font-size: 20px;
  }
}

.feature {
  background: linear-gradient(180deg, #fff 0%, #f2ffe9 101.92%);
}
.feature::before {
  position: absolute;
  content: "";
  background: url(../images/ellipse.svg) no-repeat center/cover;
  width: 490px;
  height: 490px;
  top: -54px;
  left: -147px;
}
.feature .in {
  position: relative;
}
.feature .box {
  margin-top: 98px;
}
.feature .box ul {
  display: flex;
  gap: 6.6%;
}
.feature .box ul li {
  background: linear-gradient(88deg, #FFD513 7.27%, #47F225 94.24%);
  padding: 7px;
  border-radius: 24px;
  width: 28.8%;
}
.feature .box ul li .bx {
  background-color: #fff;
  border-radius: 17px;
  padding: 50px 10%;
  height: 100%;
}
.feature .box ul li .bx .img {
  width: 129px;
  height: 129px;
  background: linear-gradient(88deg, #FFD513 7.27%, #47F225 94.24%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -100px auto 0;
}
.feature .box ul li .bx .img .bg {
  width: 115px;
  height: 115px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature .box ul li .bx .tx h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 28px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .feature::before {
    width: 192px;
    height: 192px;
    top: -39px;
    left: -77px;
  }
  .feature .box {
    margin-top: 74px;
  }
  .feature .box ul {
    flex-direction: column;
    gap: 80px;
  }
  .feature .box ul li {
    padding: 6px;
    width: 100%;
  }
  .feature .box ul li .bx {
    border-radius: 18px;
    padding: 42px 10% 40px;
  }
  .feature .box ul li .bx .img {
    width: 100px;
    height: 100px;
    margin: -84px auto 0;
  }
  .feature .box ul li .bx .img .bg {
    width: 88px;
    height: 88px;
  }
  .feature .box ul li .bx .img .bg img {
    width: 64px;
  }
  .feature .box ul li .bx .tx h3 {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 16px;
  }
}

.pattern::after {
  position: absolute;
  content: "";
  background: #ffe87e;
  width: 100%;
  height: 363px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pattern .box h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  height: 150px;
  border-radius: 80px;
  background: #fcfcfc;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07) inset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 58px 0 234px;
  margin-left: -234px;
}
.pattern .box h3 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.pattern .box .bx ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.pattern .box .bx ul li {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.pattern .box .bx ul li .ttl {
  font-size: min(18px, 1.25vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.pattern .box .bx ul li .ttl span {
  font-size: min(14px, 0.97vw);
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
.pattern .box .bx.bx01 {
  margin-top: -30px;
  margin-bottom: 28px;
}
.pattern .box .bx.bx01 ul {
  margin-bottom: 16px;
}
.pattern .box .bx.bx01 ul li {
  position: relative;
  width: 15%;
  text-align: center;
  padding: 0 16px 28px;
}
.pattern .box .bx.bx01 ul li:nth-child(4) {
  width: 30%;
}
.pattern .box .bx.bx01 ul li::after {
  position: absolute;
  content: "";
  background: linear-gradient(88deg, #FFD513 7.27%, #47F225 94.24%);
  width: 1.4vw;
  height: 48px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  bottom: calc(50% - 24px);
  right: -1.4vw;
}
.pattern .box .bx.bx01 ul li:last-child::after {
  content: none;
}
.pattern .box .bx.bx01 ul li .ttl {
  padding: 20px 0;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 18px;
}
.pattern .box .bx.bx01 ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 70px);
}
.pattern .box .bx.bx01 .small {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pattern .box .bx.bx02 ul li {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
  padding: 16px 0;
}
.pattern .box .bx.bx02 ul li .ttl {
  width: 25%;
  border-right: 1px solid #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.pattern .box .bx.bx02 ul li .txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.pattern .box .bx.bx02 ul li .txt p {
  font-weight: 500;
  padding-right: 20px;
}
@media screen and (min-width: 1441px) {
  .pattern .box h3 {
    padding: 0 58px;
    margin-left: -58px;
  }
}
@media screen and (max-width: 768px) {
  .pattern::after {
    height: 408px;
  }
  .pattern .box h3 {
    font-size: 18px;
    height: 94px;
    border-radius: 50px;
    box-shadow: 0px 2.513px 2.513px 0px rgba(0, 0, 0, 0.07) inset;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0 38px 0 234px;
  }
  .pattern .box h3 span {
    font-size: 12px;
  }
  .pattern .box .bx ul li .ttl {
    font-size: 18px;
  }
  .pattern .box .bx ul li .ttl span {
    font-size: 14px;
  }
  .pattern .box .bx.bx01 {
    margin-top: -10px;
    margin-bottom: 18px;
  }
  .pattern .box .bx.bx01 ul {
    flex-direction: column;
    gap: 36px;
  }
  .pattern .box .bx.bx01 ul li {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 4.5% 16px;
  }
  .pattern .box .bx.bx01 ul li:nth-child(4) {
    width: 100%;
  }
  .pattern .box .bx.bx01 ul li::after {
    width: 48px;
    height: 24px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    bottom: -24px;
    right: calc(50% - 24px);
  }
  .pattern .box .bx.bx01 ul li:last-child::after {
    content: none;
  }
  .pattern .box .bx.bx01 ul li .ttl {
    padding: 20px 0 14px;
    margin-bottom: 8px;
  }
  .pattern .box .bx.bx01 ul li .img {
    height: 100%;
  }
  .pattern .box .bx.bx02 ul {
    flex-direction: column;
    gap: 20px;
  }
  .pattern .box .bx.bx02 ul li {
    width: 100%;
    gap: 16px;
  }
  .pattern .box .bx.bx02 ul li .ttl {
    width: 40%;
  }
  .pattern .box .bx.bx02 ul li .txt {
    gap: 16px;
  }
}

.spec .in {
  max-width: 1000px;
}
.spec .box dl {
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D4D4D4;
}
.spec .box dl dt {
  width: 14%;
  font-size: 22px;
  font-weight: 600;
}
.spec .box dl dd {
  width: 78%;
  font-size: 20px;
}
.spec .box dl dd span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .spec .box dl {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .spec .box dl dt {
    width: 100%;
    font-size: 20px;
  }
  .spec .box dl dd {
    width: 100%;
    font-size: 16px;
  }
  .spec .box dl dd span {
    font-size: 12px;
  }
}

.option {
  background: #ffec93;
  padding: 96px 0 176px;
  position: relative;
}
.option::before {
  position: absolute;
  content: "";
  background: url(../images/plus.svg) no-repeat center/cover;
  width: 108px;
  height: 108px;
  top: -66px;
  left: calc(50% - 54px);
}
.option .in {
  max-width: 1056px;
}
.option h3 {
  text-align: center;
  margin-bottom: 36px;
}
.option .box dl {
  background: #fff;
  border-radius: 16px;
  padding: 28px 0 28px 16px;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}
.option .box dl:last-child {
  margin-bottom: 0;
}
.option .box dl dt {
  width: 18%;
  padding: 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.option .box dl dd {
  width: 76%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 32px;
  border-left: 1px solid #D4D4D4;
}
.option .box dl dd span {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .option {
    padding: 80px 0 112px;
  }
  .option::before {
    width: 96px;
    height: 96px;
    top: -48px;
    left: calc(50% - 48px);
  }
  .option h3 {
    font-size: 24px;
  }
  .option .box dl {
    flex-direction: column;
    border-radius: 16px;
    padding: 28px 6%;
    margin-bottom: 20px;
  }
  .option .box dl dt,
.option .box dl dd {
    width: 100%;
  }
  .option .box dl dt {
    padding: 0;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
  }
  .option .box dl dd {
    font-size: 16px;
    padding: 10px 0 0;
    border-left: none;
    border-top: 1px solid #D4D4D4;
  }
  .option .box dl dd span {
    font-size: 14px;
  }
}

.case {
  border-radius: 80px;
  background: #F8F8F8;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.13);
  margin-top: -80px;
}
.case .box .bx {
  border-radius: 40px;
  background: #fff;
  padding: 86px 7% 80px;
  margin-bottom: 138px;
}
.case .box .bx:first-child {
  margin-top: 98px;
}
.case .box .bx:last-child {
  margin-bottom: 0;
}
.case .box .bx h3 {
  width: 127px;
  height: 127px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #FCCF00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCCF00;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.6;
  margin: -136px auto 0;
}
.case .box .bx h3 span {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  display: contents;
}
.case .box .bx .txt {
  margin-bottom: 48px;
}
.case .box .bx .txt dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 16px;
}
.case .box .bx .txt dl:last-child {
  margin-bottom: 0;
}
.case .box .bx .txt dl dt,
.case .box .bx .txt dl dd {
  font-size: 18px;
  line-height: 1.6;
}
.case .box .bx .txt dl dt {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 120px;
  height: 33px;
  background: #ffe363;
  text-align: center;
  padding: 2px 10px;
}
.case .box .bx .txt dl dt::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.6px 10px;
  border-color: transparent transparent transparent #ffe363;
  bottom: 0;
  right: -10px;
}
.case .box .bx .txt dl dd {
  font-weight: 400;
  width: calc(100% - 150px);
}
.case .box .bx .imgbx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case .box .bx .imgbx .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(37.5px, 2.75vw) 0 min(37.5px, 2.75vw) min(65px, 4.5vw);
  border-color: transparent transparent transparent #FCCF00;
}
.case .box .bx .imgbx .img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .case {
    border-radius: 40px;
    margin-top: -40px;
  }
  .case .box .bx {
    border-radius: 24px;
    padding: 29px 4.5% 24px;
    margin-bottom: 56px;
  }
  .case .box .bx:first-child {
    margin-top: 61px;
  }
  .case .box .bx h3 {
    width: 79px;
    height: 79px;
    border: 1px solid #FCCF00;
    font-size: 36px;
    margin: -58px auto 0;
  }
  .case .box .bx h3 span {
    font-size: 18px;
  }
  .case .box .bx .txt {
    margin-bottom: 24px;
    margin-top: 14px;
  }
  .case .box .bx .txt dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 20px;
  }
  .case .box .bx .txt dl dt {
    font-size: 16px;
    line-height: 1.8;
  }
  .case .box .bx .txt dl dt::after {
    right: -9.5px;
  }
  .case .box .bx .txt dl dd {
    font-size: 14px;
    width: 100%;
  }
  .case .box .bx .imgbx {
    flex-direction: column;
    gap: 10px;
  }
  .case .box .bx .imgbx .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34.6px 20px 0 20px;
    border-color: #FCCF00 transparent transparent transparent;
  }
  .case .box .bx .imgbx .img {
    width: 100%;
    text-align: center;
  }
}

.flow .in {
  max-width: 980px;
}
.flow .box ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 72px;
  border: 2px solid #FCCF00;
  padding: 16px 56px 16px 32px;
  margin-bottom: 44px;
}
.flow .box ul li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 25px 0 25px;
  border-color: #FCCF00 transparent transparent transparent;
  bottom: -28px;
  left: calc(50% - 25px);
}
.flow .box ul li:last-child {
  margin-bottom: 0;
}
.flow .box ul li:last-child::after {
  content: none;
}
.flow .box ul li.complete {
  justify-content: center;
  gap: 24px;
  padding: 0 0 24px;
  border: none;
}
.flow .box ul li.complete p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-indent: -59px;
}
.flow .box ul li.complete p::before {
  content: "";
  background: url(../images/img-flow-icon.svg) no-repeat center/cover;
  width: 35px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.flow .box ul li .img {
  width: 78px;
}
.flow .box ul li .tx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  width: calc(100% - 78px);
}
.flow .box ul li .tx .ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 198px;
}
.flow .box ul li .tx .ttl .num {
  color: #777;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.flow .box ul li .tx .ttl h3 {
  font-size: 20px;
}
.flow .box ul li .tx .txt {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .flow .box ul li {
    gap: 8px;
    border-radius: 32px;
    padding: 16px 3%;
  }
  .flow .box ul li.complete {
    padding: 0 0 16px;
  }
  .flow .box ul li.complete p {
    font-size: 18px;
    line-height: 2;
    text-indent: -44px;
  }
  .flow .box ul li.complete p::before {
    width: 32.5px;
    height: 31px;
    margin-right: 15px;
  }
  .flow .box ul li .img {
    width: 52px;
  }
  .flow .box ul li .tx {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: calc(100% - 60px);
  }
  .flow .box ul li .tx .ttl {
    gap: 8px;
    width: 100%;
  }
  .flow .box ul li .tx .ttl .num {
    font-size: 32px;
  }
  .flow .box ul li .tx .ttl h3 {
    font-size: 18px;
  }
  .flow .box ul li .tx .txt {
    width: 100%;
  }
}

.faq {
  background: #F8F8F8;
}
.faq .in {
  max-width: 980px;
}
.faq .box {
  background: #fff;
  padding: 56px 56px 96px;
}
.faq .box ul li {
  padding-bottom: 48px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 38px;
}
.faq .box ul li:last-child {
  margin-bottom: 0;
}
.faq .box ul li .faq-q,
.faq .box ul li .faq-a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
.faq .box ul li .faq-q .mark,
.faq .box ul li .faq-a .mark {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
}
.faq .box ul li .faq-q .txt,
.faq .box ul li .faq-a .txt {
  width: calc(100% - 67px);
}
.faq .box ul li .faq-q {
  margin-bottom: 18px;
}
.faq .box ul li .faq-q .mark {
  background: #ffe363;
}
.faq .box ul li .faq-q .txt {
  font-size: 18px;
  font-weight: 500;
}
.faq .box ul li .faq-a .mark {
  background: #b2f5b4;
}
@media screen and (max-width: 768px) {
  .faq .box {
    padding: 32px 4.8% 48px;
  }
  .faq .box ul li {
    padding-bottom: 24px;
    margin-bottom: 28px;
  }
  .faq .box ul li .faq-q,
.faq .box ul li .faq-a {
    gap: 12px;
  }
  .faq .box ul li .faq-q .mark,
.faq .box ul li .faq-a .mark {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    font-size: 20px;
  }
  .faq .box ul li .faq-q .txt,
.faq .box ul li .faq-a .txt {
    width: calc(100% - 44px);
  }
  .faq .box ul li .faq-q {
    margin-bottom: 14px;
  }
  .faq .box ul li .faq-q .txt {
    font-size: 16px;
  }
}

.cta {
  background-image: url(../images/bg-cta_pc.jpg);
  background-image: image-set(url(../images/bg-cta_pc.jpg) 1x, url(../images/bg-cta_pc@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/bg-cta_pc.jpg) 1x, url(../images/bg-cta_pc@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  padding: 88px 0;
  color: #fff;
  text-align: center;
}
.cta h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
}
.cta p {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .cta {
    background-image: url(../images/bg-cta_sp.jpg);
    background-image: image-set(url(../images/bg-cta_sp.jpg) 1x, url(../images/bg-cta_sp@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/bg-cta_sp.jpg) 1x, url(../images/bg-cta_sp@2x.jpg) 2x);
    padding: 68px 0 56px;
  }
  .cta h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .cta p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

footer {
  padding-top: 96px;
}
footer a {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin-bottom: 24px;
}
footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 50px;
  }
  footer p {
    margin-bottom: 28px;
  }
}

/*# sourceMappingURL=style.css.map */