@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

/*-----------------------

         COMMON

-----------------------*/
/* リセット */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

:root {
  --mainColor: #78cdd2;
  --main15Color: #ebf7f8;
  --main50Color:#bbe6e8;
  --baseColor: #252525;
  --colorW: #fff;
  --subColor: #ebf7f8;
  --accentColor: #f4f4f4;
}

html {
  scroll-padding-top: 12rem;
  font-size: 0.6944444444vw;
}
@media only screen and (max-width: 559px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 559px) {
  body {
    font-size: 1.4rem;
  }
}

.wrapper {
  width: 96rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .wrapper {
    width: 100%;
    padding-inline: 2.5rem;
  }
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.pc {
  display: block;
}
@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

.sec {
  padding: 11.5rem 0;
}
@media only screen and (max-width: 559px) {
  .sec {
    padding: 4.5rem 0;
  }
}

.bg {
  background-color: var(--accentColor);
}

.primary__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .primary__text {
    line-height: 1.5;
  }
}
.primary__text:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .primary__text:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.primary-ttl {
  font-size: 3.8rem;
  font-weight: 500;
  color: var(--mainColor);
  line-height: 1;
  padding-right: 2.5rem;
  border-right: 1px solid var(--mainColor);
  width: fit-content;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl {
    font-size: 2.6rem;
    padding-right: 0;
    border-right: 0;
  }
}
.primary-ttl__en {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__en {
    display: none;
  }
}
.primary-ttl__area {
  display: flex;
  align-items: center;
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__area {
    margin-bottom: 2.5rem;
  }
}
.primary-ttl__area--center {
  justify-content: center;
}
.primary-ttl__area img {
  margin-right: 1rem;
  width: 2.3rem;
  height: 3.2rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__area img {
    margin-right: 1rem;
    width: 1.7rem;
    height: 2.4rem;
  }
}

.secondary__text {
  font-size: 1.6rem;
  line-height: 1.25;
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--5wrap {
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .o-card--5wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 559px) {
  .o-flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
@media only screen and (max-width: 559px) {
  .o-flex--rev {
    flex-direction: column-reverse;
  }
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
  .o-flex__item {
    width: 100%;
  }
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.hamburger {
  position: fixed;
  width: 4rem;
  height: 2.6rem;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
  right: 1.5rem;
  top: 2rem;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 4rem;
  height: 0.2rem;
  background-color: var(--colorW);
  background-color: var(--mainColor);
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 1rem;
}
.hamburger span:nth-child(3) {
  top: 2rem;
}
.hamburger.is-active span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
  background-color: var(--mainColor);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
  background-color: var(--mainColor);
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 90;
  padding-top: 6rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer-menu.is-active {
  transform: translateX(0);
}
.drawer-menu ul {
  list-style: none;
  padding: 0 40px;
}
.drawer-menu ul li {
  text-align: center;
}
.drawer-menu ul li a {
  text-decoration: none;
  color: var(--baseColor);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 80;
}
.drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.faq {
  margin-bottom: 10.5rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 6rem;
  }
}
.faq::before {
  content: "";
  background: url(../images/hana.webp) no-repeat center center/contain;
  width: 12.2rem;
  height: 13.2rem;
  position: absolute;
  top: 24.3rem;
  right: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .faq::before {
    display: none;
  }
}
.faq::after {
  content: "";
  background: url(../images/taiya.webp) no-repeat center center/contain;
  width: 35.2rem;
  height: 9.6rem;
  position: absolute;
  top: 56.5rem;
  left: 4.3rem;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .faq::after {
    display: none;
  }
}
.faq__list {
  margin-top: -0.9rem;
}
.faq__listitem:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .faq__listitem:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}
.faq__question {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1.6rem 5rem 1.6rem 3.2rem;
  border-radius: 0.5rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  line-height: 180%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .faq__question {
    font-size: 1.6rem;
    padding: 1rem 4rem 1rem 2rem;
  }
}
.faq__question span {
  padding-right: 1rem;
  font-weight: 500;
}
.faq__question::after {
  content: "";
  background: url(../images/arrow-d.webp) no-repeat center center/contain;
  width: 1.8rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .faq__question::after {
    right: 1.2rem;
  }
}
.faq details[open] .faq__question::after {
  content: "";
  background: url(../images/arrow-u.webp) no-repeat center center/contain;
}
.faq__answer {
  margin-top: 0.5rem;
  background-color: var(--colorW);
  padding: 2.4rem 3.2rem;
  border-radius: 0.5rem;
  line-height: 180%;
}
.faq__text {
  display: flex;
  font-weight: 500;
}
.faq__text span {
  padding-right: 1rem;
  font-weight: 500;
}
.faq .wave {
  transform: rotate(180deg);
  position: absolute;
  top: -4rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .faq .wave {
    transform: inherit;
  }
}

.l-hdr {
  position: relative;
}
.l-hdr__logo {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    padding: 0;
    margin-bottom: 0;
  }
}
.l-hdr__logo--hm {
  text-align: center;
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo--under {
    position: relative;
    text-align: left;
    width: fit-content;
    top: 1rem;
    left: 1rem;
  }
}
.l-hdr__logoimg {
  width: 13.4rem;
  height: 6.6rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logoimg {
    width: 8.5rem;
    height: 4.2rem;
  }
}
.l-hdr__logoimg--hm {
  width: 21rem;
  height: 10.4rem;
}
.l-hdr__navlist {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.2rem;
}
.l-hdr__navlink {
  font-size: 1.6rem;
  font-weight: 500;
}
.l-hdr__navitem:not(:last-child) {
  margin-right: 3rem;
  border-right: 1px solid;
  padding-right: 3rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__navitem:not(:last-child) {
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid;
    padding-right: 0;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.l-hdr__subarea {
  position: fixed;
  top: 0;
  right: 0;
  width: 20rem;
  height: 7.5rem;
  background-color: var(--mainColor);
  border-radius: 0 0 0 0.7rem;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subarea {
    width: 100%;
    bottom: 0;
    top: inherit;
    border-radius: 0;
    border-top: 1px solid var(--colorW);
  }
}
.l-hdr__contactlink {
  color: var(--colorW);
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-hdr__contactlink:hover {
  color: var(--colorW);
}
.l-hdr__contactlink img {
  width: 2.4rem;
  height: 1.6rem;
}

.l-ftr {
  background-color: var(--mainColor);
  padding: 4rem 0;
}
@media only screen and (max-width: 559px) {
  .l-ftr {
    padding-bottom: 12rem;
  }
}
.l-ftr__copy {
  text-align: center;
  font-size: 1rem;
  color: var(--colorW);
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}

.hero {
  position: relative;
}
.hero__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hero__ttl {
  text-align: center;
  color: var(--colorW);
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.025em;
  margin-bottom: 2.5rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 559px) {
  .hero__ttl {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.hero__subttl {
  text-align: center;
  color: var(--colorW);
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 559px) {
  .hero__subttl {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.hero__role {
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--colorW);
  position: absolute;
  bottom: 3rem;
  right: 12rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 559px) {
  .hero__role {
    font-size: 1.4rem;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.hero__figure {
  padding-inline: 5.5%;
}
@media only screen and (max-width: 559px) {
  .hero__figure {
    padding: 0;
  }
}

.thought {
  padding: 11rem 0 14rem;
  margin-top: 6rem;
  border-top: 1px dashed;
  padding: 5rem 0 4.5rem;
}
@media only screen and (max-width: 559px) {
  .thought {
    border-top: none;
    padding-top: 0;
  }
}
.thought__ttl {
  color: var(--mainColor);
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 7rem;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .thought__ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
.thought__ttl::after {
  content: "";
  background: url(../images/icon__tsubame.webp) no-repeat center center/contain;
  width: 13.3rem;
  height: 7.5rem;
  position: relative;
  right: -14rem;
  display: inline-block;
}
@media only screen and (max-width: 559px) {
  .thought__ttl::after {
    width: 7rem;
    height: 4.4rem;
    right: -1rem;
    top: 1rem;
  }
}
.thought__subttl {
  color: var(--mainColor);
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .thought__subttl {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}

.visu img {
  width: 100%;
  height: auto;
}

.service {
  padding: 13rem 0;
}
@media only screen and (max-width: 559px) {
  .service {
    padding: 4.8rem 0 4.5rem;
  }
}
.service__flex {
  display: flex;
  gap: 12rem;
}
@media only screen and (max-width: 559px) {
  .service__flex {
    gap: 0rem;
    flex-direction: column;
  }
}
.service__cont {
  padding-top: 6rem;
  width: calc(100% - 36rem - 12rem);
}
@media only screen and (max-width: 559px) {
  .service__cont {
    width: 100%;
    display: contents;
  }
}
@media only screen and (max-width: 559px) {
  .service__figure {
    order: 2;
    margin-bottom: 3rem;
  }
}
.service__img {
  width: 36rem;
  height: 55rem;
}
@media only screen and (max-width: 559px) {
  .service__img {
    width: 100%;
    height: auto;
  }
}
.service__textarea {
  order: 3;
}
@media only screen and (max-width: 559px) {
  .service .primary-ttl__area {
    order: 1;
  }
}

.recommend__subttl {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: calc(infinity * 1px);
  border: 1px solid;
  line-height: 1;
  padding-block: 2.5rem;
  font-weight: 500;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .recommend__subttl {
    font-size: 1.9rem;
    padding-block: 2rem;
    margin-bottom: 4rem;
  }
}
.recommend__flex {
  display: flex;
  gap: 5.5rem 6.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 9.5rem;
}
@media only screen and (max-width: 559px) {
  .recommend__flex {
    gap: 3rem;
    margin-bottom: 5rem;
  }
}
.recommend__cont {
  background-color: var(--colorW);
  border-radius: 0.7rem;
  width: calc((100% - 13rem) / 3);
  text-align: center;
  padding-bottom: 3.5rem;
  padding-top: 0.8rem;
}
@media only screen and (max-width: 559px) {
  .recommend__cont {
    width: 27.5rem;
  }
}
.recommend__figure {
  margin-bottom: 3rem;
}
.recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 559px) {
  .recommend__list {
    grid-template-columns: repeat(1, 1fr);
    width: 27rem;
    margin-inline: auto;
  }
}
.recommend__item {
  text-align: center;
  position: relative;
  z-index: 0;
  min-height: 14rem;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend__item:not(:last-child) {
  border-right: 1px solid;
}
@media only screen and (max-width: 559px) {
  .recommend__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid;
  }
}
.recommend__item::before {
  content: "";
  background: url(../images/icon__batsu.webp) no-repeat center center/contain;
  width: 10.2rem;
  height: 10.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.profile {
  padding: 12rem 0 14rem;
  background: url(../images/visu__img02.webp) no-repeat bottom center/contain;
}
@media only screen and (max-width: 559px) {
  .profile {
    padding: 4.8rem 0 10.5rem;
    background: url(../images/visu__img02_sp.webp) no-repeat bottom center/contain;
  }
}
.profile__figure {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .profile__figure {
    margin-bottom: 3.5rem;
  }
}
.profile__img {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .profile__img {
    width: 22rem;
    height: 22rem;
  }
}
.profile__wrap {
  width: 72.5rem;
  margin-inline: auto;
  margin-bottom: 8.5rem;
}
@media only screen and (max-width: 559px) {
  .profile__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 559px) and (max-width: 559px) {
  .profile__wrap {
    margin-bottom: 5rem;
  }
}
.profile__textarea {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .profile__textarea {
    margin-bottom: 2.8rem;
  }
}
.profile__name {
  text-align: right;
  font-weight: 500;
}
.profile__subttl {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: calc(infinity * 1px);
  line-height: 1;
  padding-block: 2.5rem;
  font-weight: 500;
  margin-bottom: 4.5rem;
  background-color: var(--mainColor);
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .profile__subttl {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
}
.profile__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 559px) {
  .profile__grid {
    grid-template-columns: repeat(1, 1fr);
    width: 27.5rem;
    margin-inline: auto;
  }
}
.profile__item {
  text-align: center;
  padding-inline: 2rem;
}
.profile__item:not(:last-child) {
  border-right: 1px solid;
}
@media only screen and (max-width: 559px) {
  .profile__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid;
    padding-bottom: 3rem;
    margin-bottom: 3.5rem;
  }
}
.profile__number {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2rem;
}
.profile__gridttl {
  color: var(--mainColor);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.profile__text {
  background-color: var(--accentColor);
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 2rem;
  border-radius: 0.6rem;
  text-align: left;
  min-height: 12rem;
}

.flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem 4rem;
  width: 86rem;
  margin-inline: auto;
  margin-top: 10rem;
}
@media only screen and (max-width: 559px) {
  .flow__list {
    grid-template-columns: repeat(9, 1fr);
    width: auto;
    overflow-x: scroll;
    margin-top: 5rem;
    padding-top: 3rem;
    scrollbar-width: thin;
    scrollbar-color: var(--mainColor) #f0f0f0;
  }
  .flow__list::-webkit-scrollbar {
    height: 10px;
    display: block;
  }
  .flow__list::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
    border-radius: 100px;
  }
  .flow__list::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: calc(infinity * 1px);
  }
}
.flow__item {
  border: 1px solid var(--mainColor);
  border-radius: 1rem;
  padding-inline: 3rem;
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .flow__item {
    width: 26rem;
    margin-bottom: 2rem;
  }
}
.flow__item:not(:nth-child(3n))::after {
  content: "";
  background: url(../images/icon__arrow.webp) no-repeat center center/contain;
  width: 7.5rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6rem;
}
@media only screen and (max-width: 559px) {
  .flow__item:not(:nth-child(3n))::after {
    display: none;
  }
}
.flow__subttl {
  text-align: center;
  color: var(--mainColor);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4444444444;
  min-height: 4.5rem;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.flow__number {
  color: var(--colorW);
  background-color: var(--mainColor);
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}
.flow__number span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.flow__scroll {
  text-align: center;
  margin-top: 1rem;
}

.fee__container {
  background-color: var(--colorW);
  border-radius: 1rem;
  padding: 4.5rem 2rem 4.5rem 4.5rem;
}
@media only screen and (max-width: 559px) {
  .fee__container {
    padding: 2rem;
  }
}
.fee__row {
  display: grid;
  grid-template-columns: 17.5rem auto;
  gap: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .fee__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.fee__row:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .fee__row:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.fee__label {
  text-align: center;
  color: var(--mainColor);
  height: 100%;
  background-color: var(--main15Color);
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding-block: 1.5rem;
}
.fee__label-column {
  width: 17.5rem;
}
@media only screen and (max-width: 559px) {
  .fee__label-column {
    width: 100%;
  }
}
.fee__content-column {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0;
}
@media only screen and (max-width: 559px) {
  .fee__content-column {
    line-height: 1.5;
  }
}
.fee__list-item {
  position: relative;
  padding-left: 1.2em;
}
@media only screen and (max-width: 559px) {
  .fee__list-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.fee__list-item::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--main50Color);
}
.fee__note {
  color: var(--mainColor);
  display: block;
}
@media only screen and (max-width: 559px) {
  .fee__note {
    margin-top: 1rem;
  }
  .fee__note:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.voice__item {
  display: grid;
  grid-template-columns: 26rem auto;
}
@media only screen and (max-width: 559px) {
  .voice__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.voice__item:not(:last-child) {
  margin-bottom: 5.5rem;
}
@media only screen and (max-width: 559px) {
  .voice__item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.voice__item--others {
  border: 1px solid var(--mainColor);
  border-radius: 1rem;
  padding-block: 2.5rem;
}
.voice__item--others .voice__side {
  background: transparent;
  color: var(--mainColor);
  border-right: 1px solid var(--mainColor);
  min-height: inherit;
}
@media only screen and (max-width: 559px) {
  .voice__item--others .voice__side {
    border-right: none;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-inline: 2rem;
  }
}
.voice__item--others .voice__main {
  background: transparent;
  padding-block: 0;
}
.voice__item--others .voice__list-item {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  padding-left: 1.2em;
}
@media only screen and (max-width: 559px) {
  .voice__item--others .voice__list-item {
    line-height: 1.5;
  }
}
.voice__item--others .voice__list-item::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .voice__item--others .voice__list-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.voice__side {
  background-color: var(--mainColor);
  color: var(--colorW);
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 1rem 0 0 1rem;
  min-height: 28.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .voice__side {
    min-height: 4.5rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.voice__category {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
.voice__main {
  flex-grow: 1;
  background-color: var(--colorW);
  border-radius: 0 1rem 1rem 0;
  padding: 2.5rem 3.5rem;
}
@media only screen and (max-width: 559px) {
  .voice__main {
    border-radius: 0 0 1rem 1rem;
    padding: 2rem;
  }
}
.voice__client {
  font-size: 1.8rem;
  color: var(--mainColor);
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--baseColor);
  line-height: 1.3;
}
.voice__client span {
  display: inline-block;
}
@media only screen and (max-width: 559px) {
  .voice__client span {
    display: none;
  }
}
.voice__label {
  background-color: var(--main15Color);
  color: var(--mainColor);
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
  display: block;
  width: fit-content;
  font-weight: 500;
}
.voice__text {
  font-size: 1.6rem;
  line-height: 1.375;
}
.voice__section:not(:last-child) {
  margin-bottom: 1.5rem;
}
.voice__work {
  text-align: right;
  padding-top: 1.5rem;
}
.voice__work a {
  text-decoration: underline;
}

.top-contact {
  padding: 10rem 0 11.5rem;
}
@media only screen and (max-width: 559px) {
  .top-contact {
    padding: 4rem 0 5rem;
  }
}
@media only screen and (max-width: 559px) {
  .top-contact .primary-ttl__area--center {
    justify-content: flex-start;
  }
}
.top-contact__btn {
  display: flex;
  justify-content: center;
}
.top-contact__btnlink {
  background-color: var(--mainColor);
  color: var(--colorW);
  font-size: 1.6rem;
  width: 35rem;
  height: 6rem;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(infinity * 1px);
  position: relative;
  line-height: 1;
  gap: 1rem;
}
.top-contact__btnlink::after {
  content: "▷";
  color: var(--colorW);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 1.2rem;
}
.top-contact__btnlink:hover {
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .top-contact__btnlink {
    width: 100%;
  }
}
.top-contact__btnlink img {
  width: 2.4rem;
  height: 1.6rem;
  position: relative;
  top: 0.2rem;
}

.contact__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6875;
  margin-bottom: 4rem;
}

.under-ttl__area {
  background-color: var(--mainColor);
  padding-block: 4.5rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .under-ttl__area {
    padding-block: 2.5rem;
    margin-bottom: 4rem;
    margin-top: 3rem;
  }
}
.under-ttl__area .primary-ttl {
  color: var(--colorW);
  border-right: 1px solid var(--colorW);
}
@media only screen and (max-width: 559px) {
  .under-ttl__area .primary-ttl {
    border-right: none;
  }
}
.under-ttl__area .primary-ttl__en {
  color: var(--colorW);
}
.under-ttl__area .primary-ttl__area {
  margin-bottom: 0;
}
.under-ttl__area img {
  filter: brightness(0) invert(1);
}

.contact {
  max-width: 96rem;
  margin-inline: auto;
  margin-bottom: 13.5rem;
}
@media only screen and (max-width: 559px) {
  .contact {
    max-width: 100%;
    padding-inline: 2.5rem;
    margin-bottom: 7rem;
  }
}
.contact__title {
  color: var(--mainColor);
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .contact__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.contact__item {
  display: grid;
  grid-template-columns: auto 60rem;
  margin-bottom: 3.5rem;
  align-items: flex-start;
}
@media only screen and (max-width: 559px) {
  .contact__item {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3rem;
  }
}
.contact__item--vertical {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
  .contact__item--vertical {
    margin-bottom: 4.5rem;
  }
}
.contact__label-group {
  width: 25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .contact__label-group {
    width: 100%;
  }
}
.contact__label {
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .contact__label {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.contact__required {
  color: #f60000;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #f60000;
  line-height: 1;
}
.contact__input-wrapper {
  flex: 1;
  width: 100%;
}
.contact__input {
  height: 6.5rem;
}
.contact__textarea {
  height: 30rem;
}
.contact__input, .contact__textarea {
  width: 100%;
  border: 1px solid #787878;
  border-radius: 0.7rem;
  padding: 1rem;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.contact__radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact__radio-group label {
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .contact__radio-group label {
    font-size: 1.8rem;
  }
}
.contact__btn-area {
  text-align: center;
  margin-top: 4rem;
}
.contact__submit {
  background-color: #88ced3;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: opacity 0.3s;
  letter-spacing: 0.5em;
  font-size: 2rem;
  width: 50rem;
  height: 8rem;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .contact__submit {
    width: 100%;
    height: 6rem;
  }
}
.contact__thanks-text {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .contact__thanks-text {
    font-size: 1.4rem;
    margin-bottom: 3.5rem;
    line-height: 1.75;
    margin-bottom: 0.5rem;
  }
}
.contact__btnlink {
  background-color: var(--mainColor);
  color: var(--colorW);
  border-radius: 0.5rem;
  width: 50rem;
  height: 7rem;
}
@media only screen and (max-width: 559px) {
  .contact__btnlink {
    width: 100%;
  }
}
.contact input[type=email] {
  border-radius: 0.5rem;
}

/* ラジオボタンのグループ全体 */
.contact__radio-group {
  display: flex;
  flex-direction: column; /* 縦並び。横並びなら row */
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .contact__radio-group {
    margin-bottom: 0.5rem;
  }
}

/* ラベル全体のスタイル */
/* デフォルトのラジオボタンを隠す */
.contact__radio-group input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 559px) {
  .contact__radio-group input[type=radio] {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}

/* チェックされた時の外枠 */
.contact__radio-group input[type=radio]:checked {
  border-color: var(--mainColor); /* メインカラー（お好みで変更） */
}

/* チェックされた時の中心の点 */
.contact__radio-group input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--mainColor);
  border-radius: 50%;
}

/* ホバー時の挙動 */
.contact__radio-group label:hover input[type=radio] {
  border-color: var(--mainColor);
  background-color: #f0f7ff;
}

table.formTable {
  margin-bottom: 6rem;
}

table.formTable th {
  background: var(--mainColor);
  color: var(--colorW);
}

table.formTable td,
table.formTable th {
  border: none;
}

.contact__btn2nd {
  margin-bottom: 13rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .contact__btn2nd {
    margin-bottom: 6rem;
  }
}
.contact__btn2nd input[type=submit],
.contact__btn2nd input[type=button] {
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .contact__btn2nd input[type=submit],
  .contact__btn2nd input[type=button] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
  }
}
.contact__btn2nd input[type=submit] {
  background: var(--mainColor);
  color: white;
}
.contact__btn2nd input[type=button] {
  background: var(--main15Color);
}

@media only screen and (max-width: 559px) {
  table.formTable td {
    border-bottom: none;
  }
}
/*# sourceMappingURL=style.css.map */
