@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: #2a4a9a;
  --baseColor: #000041;
  --colorW: #fff;
  --subColor: #e6e6e6;
  --accentColor: #f2f2f2;
  --fugaz: "Fugaz One", sans-serif;
}

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

body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
}

.fugaz {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

main {
  overflow: hidden;
}

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

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

.grd {
  background: #2a4a9a;
  background: linear-gradient(135deg, rgb(42, 74, 154) 16%, rgb(152, 212, 248) 100%);
}

.wrapper {
  margin-inline: 4rem;
}
@media only screen and (max-width: 559px) {
  .wrapper {
    margin-inline: 6%;
  }
}

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

.cm__textarea p {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.75;
}
@media only screen and (max-width: 559px) {
  .cm__textarea p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 559px) and (max-width: 559px) {
  .cm__textarea p {
    line-height: 2;
  }
}
.cm__carditem {
  border: 1px solid var(--subColor);
  min-height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cm__carditem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 2rem 0 0;
  border-color: var(--subColor) transparent transparent;
}
.cm__carditem--small {
  border: none;
  background-color: var(--accentColor);
  min-height: 9rem;
}
.cm__carditem--small::before {
  border-color: var(--mainColor) transparent transparent;
}
.cm__carditem--large {
  flex-direction: column;
  min-height: 14.5rem;
}
@media only screen and (max-width: 559px) {
  .cm__carditem--large {
    min-height: 11rem;
  }
}
.cm__carditem--large::before {
  border-width: 2.5rem 2.5rem 0 0;
}
.cm__cardtext {
  color: var(--subColor);
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 559px) {
  .cm__cardtext {
    font-size: 1.4rem;
  }
}
.cm__cardtext--small {
  color: var(--baseColor);
}
.cm__cardtext--large {
  line-height: 1.3;
}
.cm__cardtext span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .cm__cardtext span {
    font-size: 1.2rem;
  }
}
.cm__cardttl {
  font-size: 2rem;
  font-weight: 600;
  color: var(--subColor);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .cm__cardttl {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
}

.cm-contact {
  background-color: var(--mainColor);
  padding: 10rem 0;
}
@media only screen and (max-width: 559px) {
  .cm-contact {
    padding: 5rem 0;
  }
}
.cm-contact__text {
  color: var(--subColor);
  text-align: center;
  line-height: 1.7;
  margin-bottom: 6rem;
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .cm-contact__text {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.cm-contact__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .cm-contact__flex {
    gap: 2rem;
    margin-bottom: 4.5rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 559px) {
  .cm-contact__item {
    width: 100%;
  }
}
.cm-contact__link {
  color: var(--subColor);
  text-align: center;
  border: 1px solid var(--subColor);
  line-height: 1.35;
  letter-spacing: 0.05em;
  width: 40rem;
  display: block;
  height: 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  transition: 0.5s;
}
@media only screen and (max-width: 559px) {
  .cm-contact__link {
    width: 100%;
    height: 7rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 600px) {
  .cm-contact__link:hover {
    color: var(--mainColor);
    background-color: var(--subColor);
    opacity: 1;
  }
}

.under .l-hdr {
  background-color: var(--subColor);
}
.under .l-hdr__navitem {
  color: var(--mainColor);
}
.under .l-hdr__subtext {
  background-color: var(--mainColor);
  color: var(--subColor);
}
@media only screen and (max-width: 559px) {
  .under .l-hdr__subtext {
    background-color: var(--colorW);
    color: var(--mainColor);
    font-weight: 500;
  }
}
.under .l-hdr__subarea {
  color: var(--mainColor);
  margin-block: 1rem;
}
@media only screen and (max-width: 559px) {
  .under .l-hdr__subarea {
    margin: 0;
  }
}
.under__ttlarea {
  background-color: var(--mainColor);
  height: 33rem;
  position: relative;
  margin-top: var(--header-height);
}
@media only screen and (max-width: 559px) {
  .under__ttlarea {
    height: 15rem;
  }
}
.under__ttlinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.under__ttlen {
  font-family: var(--fugaz);
  color: var(--subColor);
  text-align: center;
  font-size: 7rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .under__ttlen {
    font-size: 3.5rem;
  }
}
.under__ttl {
  color: var(--subColor);
  text-align: center;
}
.under__sec {
  padding: 10rem 0;
}
@media only screen and (max-width: 559px) {
  .under__sec {
    padding: 5rem 0;
  }
}

.primary-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .primary-ttl {
    font-size: 1.5rem;
  }
}
.primary-ttl--center {
  text-align: center;
}
.primary-ttl__area {
  color: var(--subColor);
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__area {
    margin-bottom: 4rem;
  }
}
.primary-ttl__area--b {
  color: var(--mainColor);
}
.primary-ttl__en {
  font-family: var(--fugaz);
  line-height: 1;
  font-size: 5rem;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 559px) {
  .primary-ttl__en {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
}
.primary-ttl__en--center {
  text-align: center;
}

.secondary-ttl {
  font-size: 4rem;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .secondary-ttl {
    font-size: 3rem;
  }
}
.secondary-ttl--w {
  color: var(--subColor);
}
.secondary-ttl__en {
  font-size: 1.4rem;
  text-align: center;
  color: var(--mainColor);
  font-family: var(--fugaz);
}
@media only screen and (max-width: 559px) {
  .secondary-ttl__en {
    font-size: 1.2rem;
  }
}
.secondary-ttl__en--w {
  color: var(--subColor);
}
.secondary-ttl__area {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .secondary-ttl__area {
    margin-bottom: 4rem;
  }
}

.o-btn__link {
  position: relative;
  display: inline-block;
  color: var(--mainColor);
  background-color: #f3f3f3;
  border-radius: calc(infinity * 1px);
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease;
  border: 1px solid var(--subColor);
  width: 25rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  transition: 0.8s;
  /* ---------------------
     反転バージョン
  --------------------- */
}
@media only screen and (max-width: 559px) {
  .o-btn__link {
    width: 100%;
    height: 5rem;
  }
}
.o-btn__link span {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .o-btn__link span {
    font-size: 1.4rem;
  }
}
.o-btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background-color: var(--mainColor);
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .o-btn__link:hover {
    color: var(--subColor);
  }
  .o-btn__link:hover::after {
    width: 200%;
    height: 400%;
    right: -50%;
    border-radius: 0;
    background-color: var(--mainColor);
    transform: translateY(-50%) scale(1);
    transition: all 0.6s ease;
  }
}
.o-btn__link--re {
  background-color: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
}
.o-btn__link--re::after {
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  .o-btn__link--re:hover {
    color: var(--mainColor);
  }
  .o-btn__link--re:hover::after {
    background-color: #fff;
  }
}

.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 {
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 1000;
}

.hamburger span {
  display: block;
  height: 2px;
  background-color: var(--mainColor);
  border-radius: 2px;
  transition: all 0.3s ease;
  position: absolute;
  width: 4rem;
  left: 50%;
  transform: translateX(-50%);
}

.top .hamburger span {
  background-color: var(--colorW);
}

.modal-open .top .hamburger span {
  background-color: var(--mainColor);
}

.hamburger span:first-child {
  top: 20px;
}

.hamburger span:last-child {
  bottom: 20px;
}

.hamburger.active span {
  left: 47%;
}

.hamburger.active span:first-child {
  transform: rotate(30deg) translateX(-50%);
  top: 35px;
}

.hamburger.active span:last-child {
  transform: rotate(-30deg) translateX(-50%);
  top: 15px;
}

.nav-menu {
  box-sizing: border-box;
  display: none;
  background-color: var(--accentColor);
  padding: 3rem 2rem 3rem;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.js-nav .l-hdr__navlist {
  flex-direction: column;
  gap: 5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media only screen and (max-width: 559px) {
  .js-nav .l-hdr__navlist {
    gap: 3rem;
  }
}
.js-nav .l-hdr__navlink {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--baseColor);
  letter-spacing: 0.05em;
}

.hamburger__logo {
  text-align: center;
  margin-top: 10rem;
}

.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 {
  background-color: var(--mainColor);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-hdr__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 4rem 3rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__inner {
    padding: 2rem 1rem;
  }
}
.l-hdr__flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__flex {
    display: none;
  }
}
.l-hdr__navlist {
  display: flex;
}
.l-hdr__navitem {
  color: var(--subColor);
}
@media only screen and (max-width: 559px) {
  .l-hdr__navitem {
    text-align: center;
  }
}
.l-hdr__navitem {
  position: relative;
}
.l-hdr__navitem:not(:last-child)::after {
  content: "/";
  padding-inline: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__navitem:not(:last-child)::after {
    display: none;
  }
}
.l-hdr__navlink {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.l-hdr__subarea {
  color: var(--subColor);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subarea {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 3rem 0;
    background-color: var(--mainColor);
    margin: 0;
  }
}
.l-hdr__subtext {
  width: fit-content;
  margin-inline: auto;
  border: 0.3rem solid var(--subColor);
  border-radius: calc(infinity * 1px);
  text-align: center;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subtext {
    background-color: var(--colorW);
    color: var(--mainColor);
    border: none;
  }
}
.l-hdr__subtel {
  font-size: 2.5rem;
  font-family: var(--fugaz);
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subtel {
    color: var(--colorW);
  }
}
.l-hdr__subtime {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .l-hdr__subtime {
    color: var(--colorW);
  }
}
.l-hdr__logoimg {
  width: 22rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logoimg {
    width: 13.8rem;
  }
}

.l-ftr {
  background-color: var(--mainColor);
  padding: 6rem 0 1rem;
  border-top: 5px solid var(--subColor);
}
.l-ftr__nav {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__nav {
    display: none;
  }
}
.l-ftr__navlist {
  display: flex;
  justify-content: flex-end;
}
.l-ftr__navitem {
  position: relative;
  color: var(--subColor);
}
.l-ftr__navitem:not(:last-child)::after {
  content: "/";
  padding-inline: 2rem;
}
.l-ftr__navlink {
  color: var(--subColor);
}
.l-ftr__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
  }
}
.l-ftr__cont p {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: var(--subColor);
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .l-ftr__cont p {
    font-size: 1.3rem;
  }
}
.l-ftr__logo {
  margin-bottom: 2rem;
}
.l-ftr__img {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
.l-ftr__img div {
  background-color: var(--colorW);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-ftr__copy {
  text-align: center;
}
.l-ftr__copy small {
  font-size: 1.2rem;
  color: var(--subColor);
}
@media only screen and (max-width: 559px) {
  .l-ftr__copy small {
    font-size: 1rem;
  }
}

.hero {
  height: var(--hero-height);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-top: var(--header-height);
  background-color: var(--mainColor);
}
.hero__catch {
  font-size: 16rem;
  font-family: var(--fugaz);
  color: var(--subColor);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 559px) {
  .hero__catch {
    font-size: 7.6rem;
    line-height: 0.8;
    padding-top: 0.4rem;
  }
}
.hero__visu {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 4rem;
  z-index: 0;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .hero__visu {
    padding-inline: 6%;
    top: 3rem;
  }
}
.hero__img {
  width: 100%;
  height: calc(var(--hero-height) - 15rem);
  object-fit: cover;
}
.hero__text {
  color: var(--subColor);
  position: absolute;
  left: 4rem;
  bottom: 20%;
}
@media only screen and (max-width: 559px) {
  .hero__text {
    left: 6%;
    bottom: 9%;
  }
}
.hero__text span {
  display: block;
  background-color: var(--mainColor);
  padding: 1.2rem 1.5rem;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
  .hero__text span {
    font-size: 1.4rem;
    padding: 0.7rem 1.2rem;
  }
}
.hero__text span:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .hero__text span:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.hero__copy {
  color: var(--subColor);
  text-align: center;
  font-size: 9.7rem;
  margin-top: -3rem;
  font-weight: 900;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .hero__copy {
    font-size: 3.8rem;
    margin-bottom: 5.6rem;
  }
}
.hero__copy span {
  font-weight: 900;
}

.top-about {
  background-color: var(--mainColor);
  position: relative;
  padding: 14rem 0;
}
@media only screen and (max-width: 559px) {
  .top-about {
    padding: 0 0 7rem;
    margin-top: -3rem;
  }
}
.top-about__text {
  color: var(--subColor);
}
.top-about__text p {
  line-height: 2;
}
@media only screen and (max-width: 559px) {
  .top-about__text p {
    line-height: 1.75;
  }
}
.top-about__text p:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .top-about__text p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.top-about__cont {
  width: 60%;
}
@media only screen and (max-width: 559px) {
  .top-about__cont {
    width: 100%;
  }
}
.top-about__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 559px) {
  .top-about__inner {
    flex-direction: column;
  }
}
.top-about__img {
  position: relative;
  right: -4rem;
}
@media only screen and (max-width: 559px) {
  .top-about__img {
    position: absolute;
    bottom: 5rem;
    right: 0;
  }
}
.top-about__img img {
  width: 70rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .top-about__img img {
    width: 37rem;
  }
}
.top-about__catch {
  color: var(--colorW);
  font-weight: 700;
  font-size: 3.3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .top-about__catch {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}

.top-intro {
  background-color: var(--mainColor);
  padding-bottom: 14rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .top-intro {
    padding-bottom: 3rem;
  }
}
.top-intro::after {
  content: "";
  width: 100%;
  height: 27rem;
  background-color: var(--mainColor);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27rem;
}
.top-intro__ttl {
  text-align: center;
  color: var(--subColor);
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6666666667;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .top-intro__ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.top-intro__card {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .top-intro__card {
    margin-bottom: 3rem;
  }
}
.top-intro__textarea {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .top-intro__textarea {
    margin-bottom: 3rem;
  }
}
.top-intro__textarea p {
  color: var(--subColor);
  text-align: center;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .top-intro__textarea p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.top-business {
  background-color: var(--subColor);
  padding: 19rem 0;
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
  position: relative;
}
@media only screen and (max-width: 559px) {
  .top-business {
    padding: 9rem 0;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  }
}
.top-business__text {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .top-business__text {
    margin-bottom: 3rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.top-business__wrap {
  width: 100rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .top-business__wrap {
    width: 100%;
  }
}
.top-business__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .top-business__list {
    gap: 0 2rem;
    margin-bottom: 4rem;
  }
}
.top-business__list::before {
  content: "";
  width: 30rem;
  height: 30rem;
  background-color: color-mix(in srgb, var(--subColor) 80%, transparent);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .top-business__list::before {
    width: 9rem;
    height: 9rem;
  }
}
.top-business__list::after {
  content: "";
  background: url(../images/logo-b.svg) no-repeat center center/contain;
  width: 20rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 54%;
}
@media only screen and (max-width: 559px) {
  .top-business__list::after {
    width: 8rem;
    height: 0.9rem;
  }
}
.top-business__item {
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 559px) {
  .top-business__item {
    width: 15rem;
    height: 15rem;
  }
}
.top-business__item:nth-child(1) {
  grid-column: 1/3;
  justify-self: center;
}
.top-business__item a {
  width: 45rem;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 559px) {
  .top-business__item a {
    width: 15rem;
    height: 15rem;
    position: relative;
  }
}
.top-business__number {
  font-size: 7rem;
  font-family: var(--fugaz);
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--subColor);
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .top-business__number {
    font-size: 3rem;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translate(-50%);
    color: var(--colorW);
    margin-bottom: 0;
  }
}
.top-business__subttl {
  color: var(--subColor);
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .top-business__subttl {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.top-business__subtext {
  text-align: center;
  color: var(--subColor);
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .top-business__subtext {
    font-size: 1.2rem;
    letter-spacing: 0.025em;
  }
}

.top-point {
  background-color: var(--colorW);
  position: relative;
  padding-top: 25rem;
  z-index: -1;
  margin-top: -25rem;
  padding-bottom: 14rem;
}
@media only screen and (max-width: 559px) {
  .top-point {
    padding-bottom: 7rem;
  }
}
.top-point::before {
  content: "";
  background: url(../images/top-point02.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  pointer-events: none;
  z-index: -1;
  opacity: 0.25;
}
@media only screen and (max-width: 559px) {
  .top-point::before {
    background: url(../images/top-point02_sp.webp) no-repeat center center/cover;
  }
}
@media only screen and (max-width: 559px) {
  .top-point .o-card--3wrap {
    width: 80%;
    margin-inline: auto;
  }
}

.experience {
  background-color: var(--accentColor);
  padding: 6rem 0;
}
.experience__mv {
  width: 50rem;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .experience__mv {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.experience__mv img {
  width: 100%;
  height: auto;
}
.experience__subttl {
  text-align: center;
  color: var(--mainColor);
  font-size: 3.3rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .experience__subttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
.experience__textarea {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .experience__textarea {
    margin-bottom: 2rem;
  }
}
.experience__textarea p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .experience__textarea p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.experience__textarea p span {
  font-weight: 700;
  color: var(--mainColor);
}
.experience__subtext {
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.025em;
  color: var(--mainColor);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .experience__subtext {
    font-size: 1.8rem;
  }
}
.experience__list {
  background: #e9f1ff;
  padding: 3rem 5rem;
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .experience__list {
    padding: 2rem 2rem;
  }
}
.experience__item {
  color: var(--mainColor);
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .experience__item {
    font-size: 1.4rem;
    display: flex;
    line-height: 1.3;
  }
}
.experience__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .experience__item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.point__carditem {
  flex-direction: column;
  padding: 3rem 2.5rem;
  border: none;
  background-color: var(--accentColor);
  min-height: 9rem;
}
@media only screen and (max-width: 559px) {
  .point__carditem {
    padding: 2rem;
  }
}
.point__carditem::before {
  border-width: 3rem 3rem 0 0;
  border-color: var(--mainColor) transparent transparent;
}
@media only screen and (max-width: 559px) {
  .point__carditem::before {
    border-width: 2rem 2rem 0 0;
  }
}
.point__cardttl {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .point__cardttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.point__cardsubttl {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .point__cardsubttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    line-height: 1.4;
  }
}
.point__cardtext {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .point__cardtext {
    font-size: 1.2rem;
  }
}

.greeting {
  background-color: #fcfffb;
}
.greeting__flex {
  width: 110rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .greeting__flex {
    width: 100%;
  }
}
.greeting__img {
  margin-bottom: 6rem;
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .greeting__img {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.greeting__cont img {
  width: 100%;
  height: auto;
}
.greeting__name {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.greeting__name span {
  font-size: 2.5rem;
  font-weight: 500;
}

.philosophy {
  background-color: var(--accentColor);
  padding: 10rem 0 6rem;
}
@media only screen and (max-width: 559px) {
  .philosophy {
    padding: 5rem 0 3rem;
  }
}
.philosophy__ttlarea {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 559px) {
  .philosophy__ttlarea {
    margin-bottom: 6rem;
  }
}
.philosophy__cont {
  position: relative;
  z-index: 0;
}
.philosophy__cont::before {
  content: "";
  width: 50rem;
  height: 50rem;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e8e8e8;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .philosophy__cont::before {
    width: 30rem;
    height: 30rem;
  }
}
.philosophy__logo {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .philosophy__logo {
    margin-bottom: 2rem;
  }
}
.philosophy__logo img {
  width: 27rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .philosophy__logo img {
    width: 15rem;
  }
}
.philosophy__text {
  text-align: center;
  color: var(--mainColor);
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.9696969697;
}
@media only screen and (max-width: 559px) {
  .philosophy__text {
    font-size: 2rem;
    line-height: 1.75;
  }
}

.management {
  background-color: var(--accentColor);
}
.management__text {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .management__text {
    margin-bottom: 3rem;
  }
}
.management__img {
  text-align: center;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 559px) {
  .management__img {
    margin-bottom: 5rem;
  }
}
.management__img img {
  width: 79rem;
  height: 71rem;
}
@media only screen and (max-width: 559px) {
  .management__img img {
    width: 100%;
    height: auto;
  }
}
.management__list {
  width: 64rem;
  margin-inline: auto;
  margin-bottom: 9.5rem;
}
@media only screen and (max-width: 559px) {
  .management__list {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.management__item {
  background: var(--colorW);
  width: 100%;
  padding-bottom: 3rem;
}
.management__item:not(:last-child) {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .management__item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.management__itemen {
  text-align: center;
  position: relative;
  top: -2.5rem;
}
@media only screen and (max-width: 559px) {
  .management__itemen {
    top: -1.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .management__itemen img {
    height: 3rem;
    width: auto;
  }
}
.management__itemttl {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.3636363636;
  text-align: center;
  color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .management__itemttl {
    font-size: 1.8rem;
  }
}
.management__subttl {
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 3.3rem;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .management__subttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.management__subcont {
  background-color: var(--colorW);
  padding: 3rem 4rem;
}
@media only screen and (max-width: 559px) {
  .management__subcont {
    padding: 1.5rem 2rem;
  }
}
.management__subtext {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .management__subtext {
    font-size: 1.4rem;
  }
}

.reason {
  background-color: var(--mainColor);
}
.reason .holder {
  width: 120rem;
}
@media only screen and (max-width: 559px) {
  .reason .holder {
    width: 100%;
  }
}
.reason__card {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
.reason .o-card__item {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 559px) {
  .reason .o-card__item {
    gap: 2rem;
  }
}
.reason .point__carditem {
  width: calc((100% - 6rem) / 3);
  background: transparent;
  border: 1px solid var(--colorW);
}
@media only screen and (max-width: 559px) {
  .reason .point__carditem {
    width: 100%;
  }
}
.reason .point__carditem::before {
  border-color: var(--colorW) transparent transparent;
}
.reason .point__cardttl, .reason .point__cardsubttl, .reason .point__cardtext {
  color: var(--colorW);
}

.about-catch {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .about-catch {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.about-catch img {
  width: 100%;
}

.summary {
  background-color: var(--subColor);
}
.summary__ttl {
  text-align: center;
  color: var(--mainColor);
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5151515152;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .summary__ttl {
    font-size: 2.4rem;
  }
}
.summary__box {
  background-color: var(--colorW);
  padding: 5rem 6.5rem;
}
@media only screen and (max-width: 559px) {
  .summary__box {
    padding: 2.5rem 2rem;
  }
}
.summary__list {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.summary__list--left {
  justify-content: flex-start;
  gap: 1rem 0.5rem;
  margin-bottom: 0;
}
.summary__list--left2 {
  justify-content: flex-start;
  gap: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--mainColor);
}
.summary__listitem {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .summary__listitem {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.summary__listitem span {
  color: var(--mainColor);
  font-size: 1.6rem;
}
@media only screen and (max-width: 559px) {
  .summary__listitem span {
    font-size: 1.2rem;
  }
}
.summary__listitem--large {
  font-size: 2.2rem;
}
@media only screen and (max-width: 559px) {
  .summary__listitem--large {
    font-size: 1.6rem;
  }
}
.summary__listitem--large span {
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .summary__listitem--large span {
    font-size: 1.8rem;
  }
}
.summary__text {
  font-size: 1.8rem;
  margin-top: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .summary__text {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.summary__text:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--mainColor);
}
.summary__text span {
  display: block;
  font-size: 1.6rem;
  margin-top: 1rem;
  font-weight: 500;
  color: var(--mainColor);
  background: #e9f1ff;
  padding: 1rem 2.5rem;
  width: fit-content;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .summary__text span {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.summary__subttl {
  background-color: var(--mainColor);
  width: fit-content;
  color: var(--subColor);
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .summary__subttl {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding: 0.7rem 1.5rem;
  }
}
.summary__subtext {
  margin-bottom: 2rem;
}
.summary__grid {
  display: grid;
  grid-template-columns: 16% 84%;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .summary__grid {
    font-size: 1.4rem;
    grid-template-columns: 30% 70%;
  }
}
.summary__grid dt {
  background: #e9f1ff;
  color: var(--mainColor);
  min-height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .summary__grid dt {
    text-align: center;
    line-height: 1.2;
  }
}
.summary__grid dt:first-child {
  background-color: var(--mainColor);
  color: var(--colorW);
}
.summary__grid dd {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--mainColor);
  padding: 2rem;
}
@media only screen and (max-width: 559px) {
  .summary__grid dd {
    padding: 1rem;
  }
}
.summary__grid dd:nth-of-type(1) {
  justify-content: center;
  border-top: 1px solid var(--mainColor);
}
.summary__outline {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.summary__subcont {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.025em;
}
.summary__table {
  margin-bottom: 5rem;
}
.summary__table tr {
  min-height: 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-inline: 1px solid;
}
@media only screen and (max-width: 559px) {
  .summary__table tr {
    font-size: 1.4rem;
  }
}
.summary__table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 2rem 1.5rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 559px) {
  .summary__table td {
    font-size: 1.2rem;
  }
}
.summary__table td:first-child {
  width: 22%;
}
.summary__table td:not(:last-child) {
  border-right: 1px solid;
}
.summary__table td:nth-child(2) {
  width: 25%;
}
.summary__table td li {
  text-align-last: left;
  display: flex;
}
.summary__table td li:not(:last-child) {
  margin-bottom: 1rem;
}
.summary__tablettl {
  background-color: var(--mainColor);
  color: var(--colorW);
  text-align: center;
  height: 5rem;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-right: 1px solid var(--baseColor);
}
@media only screen and (max-width: 559px) {
  .summary__tablettl {
    font-size: 1.6rem;
    height: 4rem;
  }
}
.summary__tablesubttl th {
  text-align: center;
  vertical-align: middle;
  height: 4rem;
  background: #e9f1ff;
  border-bottom: 1px solid;
}
.summary__tablesubttl th:not(:last-child) {
  border-right: 1px solid var(--mainColor);
}

.company__list {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
.company__row {
  display: grid;
  grid-template-columns: 30% 70%;
  padding: 1.6rem 0;
}
@media only screen and (max-width: 559px) {
  .company__row {
    display: block;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
  }
}
.company__row:not(:last-child) {
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 559px) {
  .company__row dt {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
.company__row dd {
  padding-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .company__row dd {
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.company__row dd span {
  background-color: #e9f1ff;
  width: 6rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media only screen and (max-width: 559px) {
  .company__row dd span {
    height: 2rem;
  }
}

.respo {
  /* 🌸スマホ対応 */
}
.respo__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.respo__item {
  border: 1px solid var(--mainColor);
}
.respo__title {
  background-color: var(--mainColor);
  color: var(--colorW);
  text-align: center;
  padding: 1rem;
  font-weight: 500;
}
.respo__row {
  display: flex;
  flex-wrap: wrap;
}
.respo__label {
  width: 25%;
  font-weight: bold;
  color: var(--mainColor);
  min-width: 10rem;
}
.respo__content {
  width: 75%;
}
@media screen and (max-width: 559px) {
  .respo__row {
    display: block;
  }
  .respo__label {
    width: 100%;
    margin-bottom: 5px;
    color: var(--mainColor);
    font-size: 1.4rem;
    background: #e9f1ff;
    text-align: center;
    padding: 0.5rem;
    font-weight: 500;
  }
  .respo__content {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem;
    line-height: 1.2;
  }
  .respo__content ul li {
    font-size: 1.4rem;
    display: flex;
  }
  .respo__content ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

#work .summary__list {
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
#work .summary__list li {
  width: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.business__ttl {
  width: fit-content;
  margin-inline: auto;
  background-color: var(--mainColor);
  color: var(--subColor);
  padding: 1rem 2rem;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .business__ttl {
    font-size: 2rem;
  }
}
.business__ttl span {
  font-family: var(--fugaz);
}
.business__text {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .business__text {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.business__wrap {
  background-color: var(--subColor);
}
.business__card {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .business__card {
    margin-bottom: 3rem;
    width: 80%;
    margin-inline: auto;
  }
}

.business-head__catch {
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1.5151515152;
  margin-bottom: 3rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .business-head__catch {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.service {
  padding: 6rem 0;
}
@media only screen and (max-width: 559px) {
  .service {
    padding: 3rem 0;
  }
}
.service__wrap {
  width: 80rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .service__wrap {
    width: 100%;
  }
}
.service__mv {
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .service__mv {
    margin-bottom: 3rem;
  }
}
.service__mv img {
  width: 80rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .service__mv img {
    width: 100%;
  }
}
.service__subttl {
  text-align: center;
  color: var(--mainColor);
  letter-spacing: 0.025em;
  font-size: 3.3rem;
  line-height: 1.5151515152;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .service__subttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
.service__box {
  background-color: var(--colorW);
  padding: 2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .service__box {
    margin-bottom: 3rem;
  }
}
.service__boxtext {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .service__boxtext {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.service__record {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
.service__record::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}
.service__record span {
  color: var(--mainColor);
  font-size: 3.3rem;
  letter-spacing: 0.025em;
  background-color: var(--subColor);
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .service__record span {
    font-size: 2rem;
  }
}
.service__cardttl {
  background-color: var(--mainColor);
  color: var(--subColor);
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-block: 0.7rem;
}
@media only screen and (max-width: 559px) {
  .service__cardttl {
    font-size: 1.4rem;
    padding-block: 0.5rem;
  }
}
.service__cardfigure img {
  aspect-ratio: 16/11;
  width: 100%;
  object-fit: cover;
}
.service .o-card--4wrap {
  gap: 2rem;
}
.service .o-card--3wrap {
  gap: 2rem;
}
@media only screen and (max-width: 559px) {
  .service .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media only screen and (max-width: 559px) {
  .business-page .top-business__list {
    margin-bottom: 0;
  }
}

.flow {
  background-color: var(--accentColor);
}
.flow__ttl {
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1.5;
  margin-bottom: 5rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .flow__ttl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.flow__item {
  background: #d2dcec;
  padding: 4rem 10rem;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .flow__item {
    padding: 2rem 3rem 2rem 5rem;
  }
}
.flow__item:not(:last-child) {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 559px) {
  .flow__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.flow__number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
  font-size: 2rem;
  font-family: var(--fugaz);
  background-color: var(--mainColor);
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .flow__number {
    width: 6rem;
    height: 6rem;
    font-size: 1rem;
    left: -2rem;
  }
}
.flow__number span {
  font-size: 4rem;
}
@media only screen and (max-width: 559px) {
  .flow__number span {
    font-size: 1.6rem;
  }
}
.flow__subttl {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 3.3rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .flow__subttl {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.flow__text {
  color: #252525;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 559px) {
  .flow__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.contact {
  background-color: var(--accentColor);
}
.contact__text {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .contact__text {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
  }
}
.contact__text:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .contact__text:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.contact__textarea {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .contact__textarea {
    margin-bottom: 3rem;
  }
}
.contact__wrap {
  width: 90rem;
  margin-inline: auto;
  background-color: var(--colorW);
  padding: 5.5rem 7rem;
}
@media only screen and (max-width: 559px) {
  .contact__wrap {
    width: 100%;
    padding: 2.5rem 2rem;
  }
}
.contact__note {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .contact__note {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.form__group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 559px) {
  .form__group {
    flex-direction: column;
    gap: 0.8rem;
  }
}

.form__label {
  width: 30%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 559px) {
  .form__label {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}

.required {
  font-size: 1.4rem;
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
}
@media only screen and (max-width: 559px) {
  .required {
    font-size: 1.2rem;
  }
}

.form__group input[type=text],
.form__group input[type=email],
.form__group input[type=tel],
.form__group textarea,
.form__group select {
  width: 70%;
  background: #f5f5f5;
  border: none;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
}
@media only screen and (max-width: 559px) {
  .form__group input[type=text],
  .form__group input[type=email],
  .form__group input[type=tel],
  .form__group textarea,
  .form__group select {
    width: 100%;
    font-size: 1.4rem;
  }
}
.form__group input[type=text]::placeholder,
.form__group input[type=email]::placeholder,
.form__group input[type=tel]::placeholder,
.form__group textarea::placeholder,
.form__group select::placeholder {
  color: #888;
}
.form__group input[type=text]:focus,
.form__group input[type=email]:focus,
.form__group input[type=tel]:focus,
.form__group textarea:focus,
.form__group select:focus {
  outline: 2px solid var(--mainColor);
}

textarea {
  height: 160px;
  resize: vertical;
}

/* ラジオボタン行 */
.form__type .form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 70%;
  flex-direction: column;
}
@media only screen and (max-width: 559px) {
  .form__type .form__radios {
    width: 100%;
    gap: 1rem;
  }
}
.form__type .form__radios label {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
@media only screen and (max-width: 559px) {
  .form__type .form__radios label {
    font-size: 1.3rem;
    gap: 0.5rem;
  }
}
.form__type .form__radios input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 559px) {
  .form__type .form__radios input[type=radio] {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form__type .form__radios input[type=radio]:checked {
  border-color: var(--mainColor);
}
.form__type .form__radios input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: var(--mainColor);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 559px) {
  .form__type .form__radios input[type=radio]:checked::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}

/* プライバシーポリシー */
.form__privacy {
  justify-content: center;
  text-align: center;
}
.form__privacy label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  cursor: pointer;
}
@media only screen and (max-width: 559px) {
  .form__privacy label {
    font-size: 1.2rem;
  }
}
.form__privacy label a {
  color: var(--mainColor);
  text-decoration: underline;
}
.form__privacy label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  background-color: var(--accentColor);
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
}
.form__privacy label input[type=checkbox]:checked {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.form__privacy label input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  font-size: 1.2rem;
  color: #fff;
}

/* ボタン */
.form__submit {
  text-align: center;
  justify-content: center;
}
.form__submit button {
  background-color: var(--mainColor);
  color: #fff;
  width: 30rem;
  height: 6rem;
  border: none;
  border-radius: 6px;
  font-size: 1.8rem;
  border-radius: calc(infinity * 1px);
  cursor: pointer;
  transition: 0.3s;
}
.form__submit button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .form__submit button {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
  }
}

.p-404__text {
  text-align: center;
  line-height: 1.9;
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .p-404__text {
    font-size: 1.4rem;
  }
}
.p-404__text p {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .p-404__text p {
    margin-bottom: 2.5rem;
  }
}

.pp {
  padding: 12rem 0;
}
@media only screen and (max-width: 559px) {
  .pp {
    padding: 6rem 0;
  }
}
.pp__catch {
  margin-bottom: 5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .pp__catch {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.pp__subttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
  .pp__subttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
}
.pp__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .pp__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.pp__item li,
.pp__item p {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media only screen and (max-width: 559px) {
  .pp__item li,
  .pp__item p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.pp__item li {
  padding-left: 2rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .pp__item li {
    padding-left: 1rem;
    padding-top: 0.5rem;
  }
}

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

.r-ttl {
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 4rem;
}
@media only screen and (max-width: 559px) {
  .r-ttl {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}
.r-ttl span {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
  .r-ttl span {
    font-size: 2rem;
  }
}
.r-ttl__sub {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .r-ttl__sub {
    font-size: 1.6rem;
  }
}
.r-ttl__area {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .r-ttl__area {
    margin-bottom: 3rem;
  }
}

.r-label {
  background-color: var(--mainColor);
  color: var(--colorW);
  width: 25rem;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .r-label {
    font-size: 1.6rem;
    width: fit-content;
    padding-inline: 1rem;
  }
}
.r-label--small {
  width: fit-content;
  padding-inline: 2rem;
}

.r-section {
  padding: 5rem 0;
}
@media only screen and (max-width: 559px) {
  .r-section {
    padding: 2.5rem 0;
  }
}

.r-subttl {
  color: var(--mainColor);
  font-size: 2.5rem;
  letter-spacing: 0.025em;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .r-subttl {
    font-size: 1.8rem;
  }
}
.r-subttl--small {
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .r-subttl--small {
    min-height: auto;
  }
}
.r-subttl--one {
  text-align: center;
  margin-bottom: 0;
}
.r-subttl--center {
  text-align: center;
  line-height: 1.4;
}
.r-subttl span {
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .r-subttl span {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.r-text {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .r-text {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.r-text:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .r-text:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.r-subtext {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 559px) {
  .r-subtext {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.r-inner {
  width: 74rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .r-inner {
    width: 100%;
  }
}

.r-nav {
  padding: 6rem 0;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .r-nav {
    padding: 3rem 0;
    margin-bottom: 1rem;
  }
}
.r-nav__list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 559px) {
  .r-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.r-nav__link {
  background-color: var(--mainColor);
  color: var(--colorW);
  display: inline-flex;
  width: 100%;
  height: 5.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 559px) {
  .r-nav__link {
    font-size: 1.4rem;
    height: 4.5rem;
    padding-inline: 2rem;
  }
}
.r-nav__link:hover {
  color: var(--colorW);
  background-color: var(--mainColor);
}

.r-info__img {
  width: 48.5rem;
  height: 67rem;
}

.r-head {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .r-head {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 559px) {
  .r-mission .o-card {
    margin-top: 3rem;
  }
}

.r-work__info {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .r-work__info {
    margin-bottom: 2.5rem;
  }
}
.r-work__item:not(:last-child) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .r-work__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.r-up__img {
  width: 100%;
}
.r-up__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .r-up__list {
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 559px) {
  .r-up__item:nth-child(even) .o-flex {
    flex-direction: column-reverse;
  }
}

.r-evaluation__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.r-pass {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .r-pass {
    margin-bottom: 2rem;
  }
}
.r-pass__ttl {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 559px) {
  .r-pass__ttl {
    font-size: 1.6rem;
  }
}
.r-pass__text {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .r-pass__text {
    font-size: 1.4rem;
  }
}

.r-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.r-model__figure {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .r-model__figure {
    margin-bottom: 2.5rem;
  }
}
.r-model__img {
  width: 100%;
  height: auto;
}
.r-model__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.r-model__count {
  font-size: 2.4rem;
  color: var(--mainColor);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
  .r-model__count {
    font-size: 2rem;
  }
}
.r-model__head {
  margin-bottom: 2rem;
}
.r-model__text {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  display: flex;
}
@media only screen and (max-width: 559px) {
  .r-model__text {
    font-size: 1.4rem;
  }
}
.r-model__text:not(:last-child) {
  margin-bottom: 1rem;
}
.r-model__text span {
  color: var(--mainColor);
  font-size: 1.8rem;
  padding-top: 0.3rem;
  padding-right: 0.3rem;
}
@media only screen and (max-width: 559px) {
  .r-model__text span {
    font-size: 1.2rem;
  }
}
.r-model .r-subttl {
  font-size: 1.6rem;
}

.r-detail__box {
  background-color: var(--colorW);
  margin-top: 8.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .r-detail__box {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.r-detail__inner {
  width: 87rem;
  padding: 5rem 8rem;
}
@media only screen and (max-width: 559px) {
  .r-detail__inner {
    width: 100%;
    padding: 2.5rem 2rem;
  }
}
.r-detail__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 559px) {
  .r-detail__list {
    flex-direction: column;
    gap: 0;
  }
}
.r-detail__ttl, .r-detail__cont {
  margin-bottom: 2rem;
}
.r-detail__ttl {
  width: 16rem;
  background-color: var(--mainColor);
  color: var(--colorW);
  font-weight: 700;
  font-size: 1.8rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 559px) {
  .r-detail__ttl {
    width: fit-content;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    height: auto;
  }
}
.r-detail__cont {
  width: calc(100% - 16rem);
  padding-left: 1rem;
}
@media only screen and (max-width: 559px) {
  .r-detail__cont {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.r-detail__cont p,
.r-detail__cont li {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media only screen and (max-width: 559px) {
  .r-detail__cont p,
  .r-detail__cont li {
    font-size: 1.4rem;
  }
}
.r-detail__cont p span,
.r-detail__cont li span {
  color: var(--mainColor);
  padding-left: 2rem;
}
@media only screen and (max-width: 559px) {
  .r-detail__cont p span,
  .r-detail__cont li span {
    padding: 0;
  }
}
.r-detail__cont p .one,
.r-detail__cont li .one {
  padding-left: 0;
  display: block;
}
.r-detail__cont--summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 559px) {
  .r-detail__cont--summary {
    gap: 0.5rem;
  }
}
.r-detail__cont--summary li:not(:last-child) {
  margin-bottom: 1rem;
}
.r-detail .o-btn {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
  .r-detail .o-btn {
    margin-bottom: 3rem;
  }
}

.recruit {
  background-color: var(--accentColor);
}
@media only screen and (max-width: 559px) {
  .recruit .holder {
    padding-inline: 6%;
  }
}
.recruit .o-card {
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .recruit .o-card {
    gap: 2rem;
  }
}
.recruit .o-card img {
  width: 100%;
}
.recruit .o-card__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.recruit .flow__subttl {
  font-size: 2.5rem;
  line-height: 1.3;
}
@media only screen and (max-width: 559px) {
  .recruit .flow__subttl {
    font-size: 1.6rem;
  }
}
.recruit .flow__item {
  padding-inline: 8rem;
}
@media only screen and (max-width: 559px) {
  .recruit .flow__item {
    padding-inline: 1.5rem;
    padding-top: 6rem;
  }
}
.recruit .flow__text {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .recruit .flow__text {
    font-size: 1.4rem;
  }
}
.recruit .flow__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .recruit .flow__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 559px) {
  .recruit .flow__number {
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit .flow__number--small {
  font-size: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .recruit .flow__number--small {
    font-size: 1rem;
  }
}

.r-work__box {
  background-color: var(--colorW);
  padding: 5rem 10rem;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media only screen and (max-width: 559px) {
  .r-work__box {
    padding: 2rem 1.5rem;
  }
}
.r-work__box table {
  width: 100%;
}
.r-work__box th,
.r-work__box td {
  padding: 0.6em 1em;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid var(--mainColor);
  height: 5.5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .r-work__box th,
  .r-work__box td {
    font-size: 1.2rem;
    padding: 0.5rem 0.4rem;
  }
}
.r-work__box th:first-child {
  width: 15%;
  white-space: nowrap;
  background-color: #1e4fa3;
  color: #fff;
  border-right: 1px solid var(--mainColor);
}
.r-work__box th:nth-child(2) {
  width: 33%;
  border-right: 1px solid var(--mainColor);
}
.r-work__box th:nth-child(3) {
  width: 52%;
}
.r-work__box td:first-child {
  background: #e3efff;
  color: var(--mainColor);
}
.r-work__box td:nth-child(2) {
  border-right: 1px solid var(--mainColor);
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .r-work__box td:nth-child(2) span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .r-work__box td:nth-child(2) {
    text-align: center;
  }
}
.r-work__box td:nth-child(3) {
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .r-work__box td:nth-child(3) {
    text-align: center;
  }
}
.r-work__box--evaluation {
  margin-top: 3rem;
}
.r-work__box--evaluation th:first-child {
  width: 16%;
}
.r-work__box--evaluation th:nth-child(2) {
  width: 42%;
}
.r-work__box--evaluation th:nth-child(3) {
  width: 42%;
}
.r-work__box--evaluation td:not(:first-child) {
  line-height: 1.5;
  text-align: left;
}
/*# sourceMappingURL=style.css.map */
