@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  display: block;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1368px;
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body * {
  box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}

.l-body-inner {
  overflow-x: clip;
}

.l-container {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 16px;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.c-item-box-wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .c-item-box-wrapper {
    flex-wrap: wrap;
  }
}

.c-item-box {
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .c-item-box {
    width: 100%;
  }
}

.c-item-box__header {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.c-item-box__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  padding: 40px 24px 24px;
  border-radius: 10px;
  background: #9ad2cb;
}
@media (max-width: 768px) {
  .c-item-box__inner {
    padding: 20px 24px 28px;
  }
}

.c-item-box__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .c-item-box__title {
    font-size: 16px;
  }
}

.c-item-box__img {
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .c-item-box__img {
    margin-top: 14px;
  }
}
.c-item-box__img img {
  margin: 0 auto;
}

.c-item-box__desc {
  font-size: 17px;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-item-box__desc {
    font-size: 14px;
    margin-top: 14px;
  }
}

.c-check-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-check-list__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-left: 44px;
  letter-spacing: 0.04em;
  color: #00949f;
}
@media (max-width: 768px) {
  .c-check-list__item {
    font-size: 16px;
    padding-left: 32px;
  }
}
.c-check-list__item::before {
  position: absolute;
  z-index: 0;
  top: 16px;
  left: 0;
  width: 32px;
  height: 32px;
  content: "";
  transform: translateY(-50%);
  background: url(../../assets/img/ico_check02.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-check-list__item::before {
    width: 24px;
    height: 24px;
  }
}

.c-number-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (max-width: 768px) {
  .c-number-list {
    gap: 24px;
  }
}

.c-number-item {
  position: relative;
  padding-left: 64px;
}

.c-number-item__title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 12px;
  color: #00949f;
}
.c-number-item__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-number-item__desc {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 12px;
  }
}

.c-number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8.8235294118%;
  aspect-ratio: 0.75;
}
@media (max-width: 768px) {
  .c-number {
    width: 48px;
  }
}
.c-number--1 {
  background: url(../../assets/img/ico_number01.svg) center center/contain no-repeat;
}
.c-number--2 {
  background: url(../../assets/img/ico_number02.svg) center center/contain no-repeat;
}
.c-number--3 {
  background: url(../../assets/img/ico_number03.svg) center center/contain no-repeat;
}
.c-number--4 {
  background: url(../../assets/img/ico_number04.svg) center center/contain no-repeat;
}

.c-circle {
  position: absolute;
  z-index: -1;
  display: block;
  width: 320px;
  background: url(../../assets/img/img_circle01.png) center center/contain no-repeat;
  aspect-ratio: 1;
}

/* c-header */
.c-header {
  position: relative;
  padding-top: 90px;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .c-header {
    padding-top: 65px;
    padding-left: 0;
  }
}

.c-header__en {
  font-family: "Source Sans 3", sans-serif;
  font-size: 116px;
  font-weight: 200;
  line-height: 1;
  text-transform: capitalize;
  color: #00949f;
}
@media (max-width: 768px) {
  .c-header__en {
    font-size: 64px;
  }
}

.c-header__en--sub {
  font-family: "Calligraffitti", cursive;
  font-size: 66px;
  line-height: 1.5757575758;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(-13deg);
  text-transform: capitalize;
  color: #d2dde6;
}
@media (max-width: 768px) {
  .c-header__en--sub {
    font-size: 46px;
    top: 0;
    left: 1px;
  }
}

.c-header__jp {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-top: 40px;
  padding-left: 134px;
  color: #00949f;
}
@media (max-width: 768px) {
  .c-header__jp {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 70px;
  }
}
.c-header__jp::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 110px;
  height: 1px;
  content: "";
  transform: translateY(-50%);
  background-color: #00949f;
}
@media (max-width: 768px) {
  .c-header__jp::before {
    width: 70px;
  }
}

.c-section-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 1512px;
  margin: 0 auto;
  padding-left: 8.5978835979%;
  gap: 1.5873015873%;
}
@media (max-width: 768px) {
  .c-section-inner {
    flex-wrap: wrap;
    padding: 0 16px;
  }
}

.c-section-left {
  position: sticky;
  top: 0;
  align-self: flex-start;
  width: 49.0593342981%;
}
@media (max-width: 768px) {
  .c-section-left {
    position: relative;
    width: 100%;
  }
}

.c-section-left-inner {
  padding-left: 9.9431818182%;
}
@media (max-width: 768px) {
  .c-section-left-inner {
    padding-left: 0;
  }
}

.c-section-right {
  width: 50.9406657019%;
}
@media (max-width: 768px) {
  .c-section-right {
    width: 100%;
  }
}

.c-section-inner-item {
  padding: 60px 12.5% 40px 10.2272727273%;
  border-radius: 15px 0 0 15px;
}
@media (max-width: 768px) {
  .c-section-inner-item {
    padding: 32px 20px 36px;
  }
}

.c-header--pencil span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 34px;
  letter-spacing: 0.04em;
  color: #00949f;
}
@media (max-width: 768px) {
  .c-header--pencil span {
    font-size: 16px;
    padding-left: 28px;
  }
}
.c-header--pencil span::before {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  background: url(../../assets/img/ico_pencil01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-header--pencil span::before {
    top: 12px;
    width: 20px;
    height: 20px;
  }
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 1368px;
  margin: 0 auto;
  padding: 16px 3.1746031746%;
  transform: translateX(-50%);
  opacity: background-color 0.3s;
}
@media screen and (max-width: 1400px) {
  .l-header {
    left: 0%;
  }
}
.l-header.is-bg {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .l-header.is-bg {
    background-color: initial;
  }
}

@media (max-width: 768px) {
  .l-header {
    top: 0;
    left: 0;
    justify-content: flex-end;
    width: 100%;
    min-width: auto;
    margin-top: 12px;
    padding: 0 12px;
    background-color: initial;
  }
}

.l-header__logo {
  width: 183px;
}
@media (max-width: 768px) {
  .l-header__logo {
    display: none;
  }
}

.l-header__btn {
  z-index: 99;
  display: none;
  width: 40px;
  height: 40px;
  padding: 14px 10px;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 768px) {
  .l-header__btn {
    display: block;
  }
}

.l-header__btn-inner {
  position: relative;
  display: block;
  height: 100%;
  widows: 100%;
}

.l-header__btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  transition: 0.3s ease;
  background-color: #ffffff;
}
.l-header__btn span:nth-child(1) {
  top: 0;
  left: 0;
}
.l-header__btn span:nth-child(2) {
  top: 6px;
  left: 0;
}
.l-header__btn span:nth-child(3) {
  top: 12px;
  left: 0;
}

.l-header__btn.is-open span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.l-header__btn.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__btn.is-open span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .l-header__btn.is-open + .l-header__content {
    position: absolute;
    z-index: 98;
    top: -12px;
    left: 0;
    width: 100%;
    height: 100svh;
    background: #ffffff;
    gap: 24px;
  }
}
.l-header__btn.is-open + .l-header__content .l-header__content-inner {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 69.465648855%;
  height: 100%;
  padding: 52px 32px 40px;
  background: url(../../assets/img/bg_sp_menu.png) center center/cover no-repeat;
}
.l-header__btn.is-open + .l-header__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  content: "";
  background: #ffffff;
}
.l-header__btn.is-open + .l-header__content .l-header__nav,
.l-header__btn.is-open + .l-header__content .l-header__link {
  flex-direction: column;
  gap: 16px;
}
.l-header__btn.is-open + .l-header__content nav {
  flex-grow: 1;
  width: 100%;
}
.l-header__btn.is-open + .l-header__content .l-header__nav {
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.l-header__btn.is-open + .l-header__content .l-header__nav a {
  position: relative;
  padding-left: 40px;
}
.l-header__btn.is-open + .l-header__content .l-header__nav a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 1px;
  content: "";
  transform: translateY(-50%);
  background-color: #00949f;
}
.l-header__btn.is-open + .l-header__content .l-header__link {
  width: 100%;
  margin-top: auto;
}
.l-header__btn.is-open + .l-header__content .l-header__link li,
.l-header__btn.is-open + .l-header__content .l-header__link a {
  width: 100%;
  text-align: center;
}

.l-header__content .l-header__content-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 768px) {
  .l-header__content .l-header__content-inner {
    display: none;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: 48px;
}
.l-header__nav li a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.08em;
  color: #00949f;
  transition: all 0.3s ease;
}
.l-header__nav li a.hv1:hover {
  opacity: 0.7;
}
.l-header__link {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-header__link li:nth-child(1) a {
  padding: 13px 48px;
  color: #00949f;
  border: 1px solid #00949f;
}
.l-header__link li:nth-child(1) a:hover {
  background: #2EBFCE;
  color: white;
  border: 1px solid #2EBFCE;
}
.l-header__link li:nth-child(2) a {
  padding: 14px 36px;
  color: #ffffff;
  background: #00949f;
}
.l-header__link li:nth-child(2) a:hover {
  background: #005B62;
}

.l-header__link li a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  padding: 14px 48px;
  text-decoration: none;
  letter-spacing: 0.08em;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.l-footer {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 64px 0 24px;
  background-color: #00949f;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 60px 20px 48px;
  }
}
.l-footer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/bg_footer01.svg) top center/cover no-repeat;
  aspect-ratio: 3.5492957746;
}

.l-footer__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .l-footer__inner {
    align-items: flex-start;
  }
}

.l-footer__logo {
  width: 275px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
    max-width: 360px;
  }
}

.l-footer__copyright {
  font-size: 15px;
  margin-top: 60px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
    position: relative;
    width: calc(100% + 72px);
    margin-left: -36px;
    white-space: nowrap;
  }
}

.l-footer-menu {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-footer-menu {
    flex-direction: column;
    width: 100%;
    margin-top: 44px;
  }
}

.l-footer-menu-item__header {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #00949f;
}
@media (max-width: 768px) {
  .l-footer-menu-item__header {
    padding-bottom: 12px;
    border-bottom: 1px solid #00949f;
  }
}

.l-footer-menu-item__list {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding-left: 30px;
  gap: 16px;
}
@media (max-width: 768px) {
  .l-footer-menu-item__list {
    padding-left: 0;
  }
}
.l-footer-menu-item__list::before {
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  content: "";
  background: #00949f;
}
@media (max-width: 768px) {
  .l-footer-menu-item__list::before {
    display: none;
  }
}
.l-footer-menu-item__list a {
  text-decoration: none;
  color: #00949f;
}

/****************************
common
****************************/
/****************************
KV
****************************/
.p-kv {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  height: 100svh;
  min-height: 650px;
  max-height: 800px;
  padding: 0 90px;
  background: url(../../assets/img/bg_kv01.png) center center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1050px) {
  .p-kv {
    height: 100%;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .p-kv {
    height: 100%;
    max-height: none;
    min-height: auto;
    padding: 0;
    z-index: -3;
  }
}

.p-kv__inner {
  width: 100%;
  padding-top: 144px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-kv__inner {
    padding: 80px 14px 208px;
    padding-bottom: 0;
  }
}

.p-kv__logo {
  width: 47.758887%;
  max-width: 730px;
}
@media (max-width: 768px) {
  .p-kv__logo {
    width: 100%;
  }
}

.p-kv__copy {
  display: block;
  width: 47.199382%;
  margin-top: 48px;
  margin-left: 40px;
  max-width: 720px;
}
@media (max-width: 768px) {
  .p-kv__copy {
    width: 94%;
    margin: 48px 3% 24px 3%;
  }
}

.p-kv__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 63px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-kv__desc {
    font-size: 15px;
    margin-top: 24px;
    text-align: center;
    white-space: nowrap;
    margin-left: 0;
  }
}

.mv1 {
  position: absolute;
  right: 0;
  top: 150px;
  width: 53%;
  max-width: 868px;
}
@media all and (max-width: 768px) {
  .mv1 {
    display: none;
  }
}

.mv2 {
  max-width: 280px;
  min-width: 280px;
  position: absolute;
  width: 18.5%;
  right: 6%;
  bottom: -95px;
}
.mv2 video {
  width: 100%;
}
.mv2 .bg {
  position: relative;
  z-index: 2;
  max-width: 280px;
}
.mv2 .vd {
  overflow: hidden;
  position: absolute;
  top: 13px;
  width: 92%;
  left: 4%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .mv2 {
    position: relative;
    margin: 36px auto 0 auto;
    max-width: 220px;
    min-width: 220px;
    width: 100%;
    right: unset;
    bottom: unset;
    height: 374px;
    overflow: hidden;
  }
  .mv2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 2.5%;
    width: 95%;
    height: 100%;
    background: white;
    z-index: -2;
    border-radius: 30px 30px 0 0;
  }
  .mv2 .bg {
    z-index: 10;
    transform: translateZ(1px); /* 回避手段 */
  }
  .mv2 video {
    width: 100%;
  }
  .mv2 .vd {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: 20px;
    width: 90%;
    left: 5%;
    z-index: -1;
  }
}

/****************************
process
****************************/
.p-process {
  position: relative;
  z-index: 1;
  margin-top: 200px;
  padding-bottom: 240px;
}
@media (max-width: 768px) {
  .p-process {
    margin-top: 55px;
    padding-bottom: 64px;
  }
}
.p-process::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  background: url(../../assets/img/bg_process01.png) center center/contain no-repeat;
  aspect-ratio: 1.7283105023;
}
@media screen and (max-width: 768px) {
  .p-process::before {
    width: 100%;
    height: auto;
    background: url(../../assets/img/bg_process01_sp.png) center center/100% 100% no-repeat;
    aspect-ratio: 0.512;
  }
}
@media screen and (max-width: 400px) {
  .p-process::before {
    background: url(../../assets/img/bg_process01_sp.png) center center/100% 100% no-repeat;
    aspect-ratio: 0.2588932806;
  }
}
.p-process .c-circle--1 {
  top: 220px;
  left: -8.0026455026%;
  width: 21.164021164%;
  max-width: 320px;
}
@media (max-width: 768px) {
  .p-process .c-circle--1 {
    top: 630px;
    left: -10.4325699746%;
    width: 35.6234096692%;
    max-width: 150px;
  }
}
.p-process .c-circle--2 {
  top: -30px;
  right: -3.1084656085%;
  width: 35.7142857143%;
  max-width: 560px;
}
@media (max-width: 768px) {
  .p-process .c-circle--2 {
    top: 140px;
    right: -19.5928753181%;
    width: 54.4529262087%;
    max-width: 230px;
  }
}

/* top部分 */
.p-process-top {
  display: flex;
  padding-left: 3.1478770132%;
  gap: 61px;
}
@media (max-width: 768px) {
  .p-process-top {
    flex-wrap: wrap;
    padding-left: 0;
  }
}

.p-process-top__inner {
  padding-top: 98px;
}
@media (max-width: 768px) {
  .p-process-top__inner {
    width: 100%;
    margin-top: 64px;
    padding: 0 20px;
  }
}

.p-process-top__copy {
  font-weight: 600;
}
.p-process-top__copy--1 {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-process-top__copy--1 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 390px) {
  .p-process-top__copy--1 {
    font-size: 15px;
  }
}

.p-process-top__copy--2 {
  font-size: 20px;
  position: relative;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .p-process-top__copy--2 {
    font-size: 16px;
    margin-top: 172px;
  }
}
.p-process-top__copy--2 span {
  position: relative;
}
.p-process-top__copy--2 span::after {
  position: absolute;
  top: 50%;
  left: -22px;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #00949f;
}
@media (max-width: 768px) {
  .p-process-top__copy--2 span::after {
    top: 12px;
    left: -18px;
  }
}
.p-process-top__copy--2::before {
  position: absolute;
  top: -100px;
  left: 237px;
  width: 1px;
  height: 134px;
  content: "";
  transform: translate(-50%, -50%);
  background: #00949f;
}
@media (max-width: 768px) {
  .p-process-top__copy--2::before {
    top: -86px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes dropAndReset {
  0% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
  }
  89% {
    transform: translate(-50%, -50%) translateY(134px);
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 0;
  }
}
.p-process-top__copy--2::after {
  position: absolute;
  top: -167px;
  left: 237px;
  width: 10px;
  height: 10px;
  content: "";
  transform: translate(-50%, -50%);
  animation: dropAndReset 2s ease-in-out infinite;
  border-radius: 50%;
  background: #00949f;
}
@media (max-width: 768px) {
  .p-process-top__copy--2::after {
    top: -153px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-process-top__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .p-process-top__desc {
    font-size: 15px;
    margin-top: 18px;
  }
}

/* reasonブロック */
.p-process-reason {
  display: flex;
  max-width: 1086px;
  margin: 0 auto;
  margin-top: 100px;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-process-reason {
    flex-wrap: wrap;
    margin-top: 48px;
    gap: 28px;
  }
}

.p-process-reason-item {
  position: relative;
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 32px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .p-process-reason-item {
    width: 100%;
    padding: 20px 20px 32px;
  }
}
.p-process-reason-item:nth-child(1) {
  background: #9ad2cb;
}
.p-process-reason-item:nth-child(2) {
  background: #eeede9;
}
.p-process-reason-item:nth-child(3) {
  background: #e7caa2;
}

.p-process-reason-item__header {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.p-process-reason-item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 148px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-process-reason-item__title {
    font-size: 16px;
    margin-top: 100px;
  }
}

.p-process-reason-item__desc {
  font-size: 15px;
  line-height: 1.8666666667;
  margin-top: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-process-reason-item__desc {
    margin-top: 16px;
  }
}

.p-process-reason-item__img {
  position: absolute;
  top: -19px;
  right: 8px;
}
.p-process-reason-item__img img {
  width: auto;
}
@media (max-width: 768px) {
  .p-process-reason-item__img img {
    width: 140px;
    height: 140px;
    object-fit: contain;
  }
}

/* pointブロック */
.p-process-point {
  display: flex;
  max-width: 1086px;
  margin: 74px auto 0;
  padding: 30px 30px 60px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  gap: 11px;
}
@media (max-width: 768px) {
  .p-process-point {
    flex-wrap: wrap;
    padding: 40px 20px 32px;
    gap: 32px;
  }
}

.p-process-point-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(50% - 5.5px);
  padding: 36px 49px 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .p-process-point-item {
    width: 100%;
    padding: 40px 20px 24px;
  }
}
.p-process-point-item:nth-child(1) li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  background: url(../../assets/img/ico_check01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-process-point-item:nth-child(1) li::before {
    top: 10.3125px;
    width: 20px;
    height: 20px;
  }
}
.p-process-point-item:nth-child(1) .p-process-point-item__header::before {
  background: url(../../assets/img/ico_maru01.svg) center center/contain no-repeat;
}
.p-process-point-item:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-process-point-item:nth-child(2) li {
  padding-left: 48px;
  color: #636363;
}
@media (max-width: 768px) {
  .p-process-point-item:nth-child(2) li {
    padding-left: 23px;
  }
}
.p-process-point-item:nth-child(2) li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 32px;
  height: 32px;
  content: "";
  transform: translateY(-50%);
  background: url(../../assets/img/ico_batsu01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-process-point-item:nth-child(2) li::before {
    top: 10.3125px;
    width: 20px;
    height: 15px;
  }
}
.p-process-point-item:nth-child(2) .p-process-point-item__header::before {
  background: url(../../assets/img/ico_batsu02.svg) center center/contain no-repeat;
}
.p-process-point-item:nth-child(2) .p-process-point-item__result {
  border: 3px solid #dbdbdb;
  background-color: #dbdbdb;
}

.p-process-point-item__header {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-process-point-item__header {
    font-size: 15px;
  }
}
.p-process-point-item__header::before {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: -75px;
  width: 65px;
  height: 61px;
  content: "";
}
@media (max-width: 768px) {
  .p-process-point-item__header::before {
    top: -56px;
    left: -47px;
    width: 52px;
    height: 48px;
  }
}

.p-process-point-item__list {
  display: inline-flex;
  flex-direction: column;
  width: auto;
  margin-top: 28px;
  gap: 22px;
}
@media (max-width: 768px) {
  .p-process-point-item__list {
    margin-top: 24px;
    gap: 12px;
  }
}

.p-process-point-item__list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  position: relative;
  display: inline-block;
  padding-left: 36px;
  color: #00949f;
}
@media (max-width: 768px) {
  .p-process-point-item__list li {
    font-size: 15px;
    padding-left: 28px;
  }
}

.p-process-point-item__result {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-top: 24px;
  margin-bottom: -20px;
  padding: 24px 32px;
  text-align: center;
  color: #00949f;
  border: 3px solid #00949f;
  border-radius: 5px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-process-point-item__result {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 12px;
  }
}

/****************************
method
****************************/
.p-method {
  position: relative;
  margin-top: -132px;
  padding: 256px 0 220px;
  background: url(../../assets/img/bg_method01.png) center center/100% 100% no-repeat;
}
@media (max-width: 768px) {
  .p-method {
    margin-top: -24px;
    padding: 64px 0;
    background: url(../../assets/img/bg_method01_sp.png) center center/100% 100% no-repeat;
  }
}
@media (max-width: 768px) {
  .p-method .c-section-right {
    margin-top: 20px;
  }
}

.p-method-text {
  margin-top: 96px;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .p-method-text {
    margin-top: 40px;
    padding: 0;
  }
}

.p-method-copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-method-copy {
    font-size: 15px;
  }
}
.p-method-copy span {
  font-size: 48px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .p-method-copy span {
    font-size: 24px;
  }
}

.p-method-desc {
  font-size: 16px;
  line-height: 2.5;
  max-width: 544px;
  margin-top: 64px;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .p-method-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 28px;
  }
}

/* method item 共通ブロック */
.p-method-item {
  background: #ffffff;
}
.p-method-item:nth-child(2) .p-method-item__desc {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.p-method-item:nth-child(2) .p-method-item__desc span {
  font-weight: 500;
  color: #00949f;
}
.p-method-item + .p-method-item {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-method-item + .p-method-item {
    margin-top: 32px;
  }
}

.p-method-item__img {
  display: block;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-method-item__img {
    margin-top: 14px;
  }
}

.p-method-content {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .p-method-content {
    margin-top: 16px;
  }
}
.p-method-content .c-item-box__desc {
  font-size: 14px;
}
.p-method-content .c-item-box__inner {
  padding: 20px 12px 28px;
}
.p-method-content .c-item-box__header {
  color: #00949f;
}

.p-method-item__desc {
  font-size: 15px;
  line-height: 2.1333333333;
  margin-top: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-method-item__desc {
    line-height: 1.6;
    margin-top: 12px;
  }
}

/****************************
solution
****************************/
.p-solution {
  position: relative;
  padding-top: 111px;
}
@media (max-width: 768px) {
  .p-solution {
    padding-top: 76px;
  }
}
.p-solution .c-section-inner-item {
  background-color: #fafafa;
}
.p-solution .c-item-box__header {
  color: #e7caa2;
}
.p-solution .c-item-box__inner {
  background-color: #e7caa2;
}
.p-solution .c-section-right {
  margin-top: 590px;
}
@media (max-width: 768px) {
  .p-solution .c-section-right {
    margin-top: 32px;
  }
}
.p-solution .c-circle--1 {
  top: 230px;
  right: -2.0502645503%;
  width: 22.2883597884%;
  max-width: 337px;
}
@media (max-width: 768px) {
  .p-solution .c-circle--1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-solution .c-section-left-inner {
    padding: 0 20px;
  }
}

.p-solution-copy {
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-solution-copy {
    font-size: 15px;
    margin-top: 40px;
  }
}
.p-solution-copy span {
  font-size: 34px;
}
@media (max-width: 768px) {
  .p-solution-copy span {
    font-size: 24px;
  }
}

.p-solution-desc {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 64px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-solution-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 28px;
  }
}

.p-solution-list {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-solution-list {
    margin-top: 28px;
  }
}

/****************************
Feature
****************************/
.p-features {
  margin-top: 136px;
  padding: 110px 0 156px;
  background: url(../../assets/img/bg_feature01.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-features {
    margin-top: 80px;
    padding: 50px 0 64px;
    background: url(../../assets/img/bg_feature01_sp.svg) center center/cover repeat-x;
  }
}

.p-features-content {
  display: flex;
  justify-content: center;
  width: 102.2727272727%;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-features-content {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
    padding: 0 20px;
    gap: 16px;
  }
}
.p-features-content + .p-features-content {
  margin-top: -30px;
}
@media (max-width: 768px) {
  .p-features-content + .p-features-content {
    margin-top: 16px;
  }
}

.p-features-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(50% - 10px);
  padding-top: 96px;
  border-radius: 50%;
  background: url(../../assets/img/bg_feature01.png) center center/cover no-repeat;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .p-features-item {
    width: 100%;
    max-width: 400px;
    padding-top: 80px;
  }
}

.p-features-item__number {
  top: -62px;
  left: -44px;
  width: 48px;
  height: 64px;
}
@media (max-width: 768px) {
  .p-features-item__number {
    top: -40px;
    left: -49px;
  }
}
.p-features-item__number.c-number--1 {
  background: url(../../assets/img/ico_number_whitw01.svg) center center/contain no-repeat;
}
.p-features-item__number.c-number--2 {
  background: url(../../assets/img/ico_number_whitw02.svg) center center/contain no-repeat;
}
.p-features-item__number.c-number--3 {
  background: url(../../assets/img/ico_number_whitw03.svg) center center/contain no-repeat;
}

.p-features-item__copy {
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #00949f;
}
.p-features-item__desc {
  font-size: 14px;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}
.p-features-monoxer {
  margin-top: 80px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-features-monoxer {
    margin-top: 40px;
  }
}

.p-features-monoxer__header {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-features-monoxer__header {
    font-size: 16px;
  }
}
.p-features-monoxer__header span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-features-monoxer__header span {
    font-size: 14px;
  }
}

.p-features-monoxer__img {
  display: block;
  width: 85.6617647059%;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .p-features-monoxer__img {
    width: 100%;
    max-width: 360px;
  }
}

.p-features-monoxer__text {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-features-monoxer__text {
    margin-top: 36px;
    gap: 24px;
  }
}
.p-features-monoxer__text span {
  font-weight: bold;
  color: #00949f;
}

.p-features-monoxer__desc {
  font-size: 15px;
  line-height: 2;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
/****************************
Expect
****************************/
.p-expect {
  margin-top: 80px;
}
.p-expect-img {
  display: block;
  width: 47.300885%;
  margin: 60px auto 0 120px;
}
@media (max-width: 768px) {
  .p-expect-img {
    width: 80%;
    margin: 40px auto 0 auto;
  }
}

.p-expect-item {
  position: relative;
  padding-top: 0;
  border-radius: 10px 0 0 10px;
  background-color: #fcfcfc;
}
@media (max-width: 768px) {
  .p-expect-item {
    margin-top: 56px;
  }
}
.p-expect-item + .p-expect-item {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .p-expect-item + .p-expect-item {
    margin-top: 32px;
  }
}
.p-expect-item:nth-child(1) .p-expect-item__header {
  text-align: center;
}
.p-expect-item:nth-child(1) .p-expect-item__desc {
  text-align: center;
}

.p-expect-item__header {
  padding: 20px 12.5% 20px 10.2272727273%;
  background: url(../../assets/img/bg_expect01.png) center center/cover no-repeat;
}
.p-expect-item__inner {
  padding: 44px 12.5% 64px 10.2272727273%;
}
@media (max-width: 768px) {
  .p-expect-item__inner {
    padding: 32px 20px;
  }
}

.p-expect-item__desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-expect-item__desc {
    line-height: 1.6;
  }
}

.p-expect-item__figure {
  display: block;
  width: 68.9338235294%;
  margin: 36px auto 0;
}
@media (max-width: 768px) {
  .p-expect-item__figure {
    width: 100%;
  }
}

.p-expect-item__img {
  position: absolute;
  right: 33px;
  bottom: 64px;
  width: 26.8465909091%;
}
@media (max-width: 768px) {
  .p-expect-item__img {
    position: relative;
    right: initial;
    bottom: initial;
    display: block;
    width: 140px;
    margin: 28px auto 0;
  }
}

.p-expect-feature {
  margin-top: 46px;
  padding: 24px 30px;
  border: 1px solid #00949f;
}
@media (max-width: 768px) {
  .p-expect-feature {
    margin-top: 32px;
    padding: 24px 20px;
  }
}

.p-expect-feature__header {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #00949f;
}
@media (max-width: 768px) {
  .p-expect-feature__header {
    font-size: 16px;
    text-align: center;
  }
}
.p-expect-feature__header span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .p-expect-feature__header span {
    width: 100%;
    padding-right: 0;
    padding-bottom: 14px;
  }
}
.p-expect-feature__header span::before {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 282px;
  height: 1px;
  content: "";
  background: #00949f;
}
@media (max-width: 768px) {
  .p-expect-feature__header span::before {
    right: initial;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}

.p-expect-list {
  margin-top: 28px;
}
.p-expect-feature__dl {
  margin-top: 28px;
}
.p-expect-feature__dl dt {
  line-height: 1.25;
  padding-left: 28px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-expect-feature__dl dt {
    line-height: 1.6;
  }
}
.p-expect-feature__dl dt::before {
  top: 10px;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .p-expect-feature__dl dt::before {
    top: 12.8px;
  }
}
.p-expect-feature__dl dd {
  font-size: 15px;
  line-height: 1.25;
  margin-top: 16px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-expect-feature__dl dd {
    line-height: 1.6;
    margin-top: 10px;
  }
}
.p-expect-feature__dl dd + dt {
  margin-top: 20px;
}

.p-expect-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/****************************
Merit
****************************/
.p-merit {
  position: relative;
  margin-top: 120px;
  padding: 220px 0 102px;
  background: url(../../assets/img/bg_merit01.png) center center/100% 100% no-repeat;
}
@media (max-width: 768px) {
  .p-merit {
    margin-top: 80px;
    padding: 80px 0;
    background: url(../../assets/img/bg_merit01_sp.png) center center/100% 100% no-repeat;
  }
}
.p-merit .c-section-inner-item {
  background-color: #ffffff;
}
.p-merit .c-section-inner-item + .c-section-inner-item {
  margin-top: 40px;
}

.p-merit-list {
  margin-top: 32px;
}
.p-merit-list__header {
  font-size: 20px;
  font-weight: bold;
  margin-top: 92px;
  letter-spacing: 0.04em;
}

.p-merit-list__item {
  font-size: 16px;
  font-weight: bold;
}
.p-merit-list__item span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 12px;
}

.p-merit-day {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-merit-day {
    flex-direction: column;
    margin-top: 40px;
  }
}

.p-merit-day__flow {
  width: 36.9485294118%;
}
@media (max-width: 768px) {
  .p-merit-day__flow {
    width: 55.6786703601%;
    margin: 0 auto;
  }
}

.p-merit-day__img {
  position: absolute;
  top: 29px;
  right: 32px;
  width: 33.8068181818%;
  aspect-ratio: 0.9916666667;
}
@media (max-width: 768px) {
  .p-merit-day__img {
    position: relative;
    top: initial;
    right: initial;
    width: 140px;
    margin: 32px auto 0;
  }
}

.p-merit-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-merit-content-item {
  width: 100%;
}
.p-merit-content-item__title {
  font-size: 18px;
  color: #00949f;
}
.p-merit-content-item__inner {
  padding: 20px 20px 40px;
}
.p-merit-content-item__list {
  margin-top: 18px;
}
.p-merit-content-item__list li {
  font-size: 14px;
  line-height: 1.7142857143;
  position: relative;
  padding-left: 14px;
  text-align: left;
  letter-spacing: 0.04em;
}
.p-merit-content-item__list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "・";
  transform: translateY(-50%);
}

/****************************
voice
****************************/
.p-voice {
  position: relative;
  margin-top: 220px;
}
@media (max-width: 768px) {
  .p-voice {
    margin-top: 80px;
  }
}
.p-voice .c-section-inner-item {
  padding-right: 8.2386363636%;
  background-color: #fafafa;
}
.p-voice .c-section-right {
  margin-top: 550px;
}
@media (max-width: 768px) {
  .p-voice .c-section-right {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .p-voice .c-section-left-inner {
    padding: 0 20px;
  }
}
.p-voice .c-circle--1 {
  top: 110px;
  right: -2.0502645503%;
  width: 22.2883597884%;
  max-width: 337px;
}
@media (max-width: 768px) {
  .p-voice .c-circle--1 {
    top: 40px;
    right: -13.7404580153%;
    width: 61.0687022901%;
    max-width: 260px;
  }
}

.p-voice-copy {
  font-size: 24px;
  font-weight: bold;
  margin-top: 92px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-voice-copy {
    font-size: 15px;
    margin-top: 40px;
  }
}

.p-voice-desc {
  font-size: 16px;
  margin-top: 64px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-voice-desc {
    font-size: 15px;
    margin-top: 28px;
  }
}

.p-voice-item + .p-voice-item {
  margin-top: 32px;
}

.p-voice-item__header {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  padding-left: 32px;
  letter-spacing: 0.04em;
  color: #00949f;
}
.p-voice-item__header::before {
  position: absolute;
  z-index: 0;
  top: 16px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  background: url(../../assets/img/ico_baloon01.svg) center center/contain no-repeat;
}

.p-voice-item__desc {
  font-size: 15px;
  line-height: 1.8666666667;
  position: relative;
  margin-top: 12px;
  padding-left: 32px;
  letter-spacing: 0.04em;
}
.p-voice-item__desc::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 12px;
  width: 1px;
  height: 100%;
  content: "";
  background: #00949f;
}

/****************************
Step
****************************/
.p-step {
  position: relative;
  z-index: 1;
  margin-top: 120px;
  padding: 114px 0 178px;
}
@media (max-width: 768px) {
  .p-step {
    margin-top: 110px;
    padding: 73px 0 104px;
  }
}
.p-step::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/bg_step01.png) center center/100% 100% no-repeat;
}
@media (max-width: 768px) {
  .p-step::before {
    background: url(../../assets/img/bg_step01_sp.png) center center/100% 100% no-repeat;
  }
}
.p-step .c-section-inner-item {
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-step .c-section-right {
    margin-top: 40px;
  }
}

/****************************
FAQ
****************************/
.p-faq {
  position: relative;
  z-index: 0;
  margin-top: -80px;
  padding: 240px 0 178px;
  background: url(../../assets/img/bg_faq01.png) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-faq {
    margin-top: -24px;
    padding: 80px 0 80px;
  }
}
.p-faq .c-section-inner-item {
  margin-top: 90px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-faq .c-section-inner-item {
    margin-top: 40px;
  }
}

.p-faq-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-faq-item dt,
.p-faq-item dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 40px;
}
.p-faq-item dt {
  position: relative;
  padding-right: 36px;
}
.p-faq-item dt:hover {
  cursor: pointer;
}
.p-faq-item dt::before {
  position: absolute;
  z-index: 0;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateY(-50%);
  background: url(../../assets/img/ico_fukidashi01.svg) center center/contain no-repeat;
}
.p-faq-item dt::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 20px;
  height: 10px;
  content: "";
  transition: transform 0.3s;
  transform: translateY(-50%) rotate(-180deg);
  background: url(../../assets/img/ico_arrow01.svg) center center/contain no-repeat;
}
.p-faq-item dt.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-faq-item dd {
  font-weight: normal;
  display: none;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-faq-item dd {
    margin-top: 20px;
  }
}
.p-faq-item dd.is-open {
  display: block;
}

.p-faq-item__inner {
  padding-bottom: 24px;
  border-bottom: 1px solid #9d9d9d;
}

/****************************
contact
****************************/
.p-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 68px 0 145px;
  color: #ffffff;
  background: #00949f;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 80px 30px 75px;
  }
}

.p-contact__copy {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 768px) {
  .p-contact__copy {
    font-size: 16px;
  }
}
.p-contact__copy span {
  font-family: "Source Sans 3", sans-serif;
  font-size: 116px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.p-contact__desc {
  font-size: 16px;
  margin-top: 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-contact__desc {
    font-size: 15px;
    line-height: 2;
    margin-top: 40px;
    text-align: center;
  }
}

.p-contact__btn-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}
.p-contact__btn {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.p-contact__btn:hover {
  background: white;
  color: #00949f;
  border: 1px solid #00949f;
}
.p-contact__btn:hover:after {
  background: url(../../assets/img/ico_arrow02_w.svg) center center/contain no-repeat;
}
.p-contact__btn::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 19px;
  width: 22px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  background: url(../../assets/img/ico_arrow02.svg) center center/contain no-repeat;
}

.p-contact-tel {
  font-size: 18px;
  line-height: 2.2222222222;
  margin-top: 28px;
}
.p-contact-tel__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2222222222;
  text-align: center;
}
.p-contact-tel__inner {
  display: flex;
  gap: 0;
}
.p-contact-tel__numebr {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.p-contact-tel__numebr:hover {
  opacity: 0.7;
}

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