@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 62.5%;
  }
}

img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

main {
  padding-top: 8.5rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 520px) {
  main {
    padding-top: 6rem;
  }
}

input {
  cursor: pointer;
}

[data-bluranim] {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

[data-boundanim] {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes boundanim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes boundanim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 8.5rem;
  background-color: white;
  z-index: 1000;
}
.l-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 4px 4px 8px #F1F1F1;
          box-shadow: 4px 4px 8px #F1F1F1;
  z-index: -1;
  mix-blend-mode: multiply; /* 乗算ブレンド */
}
@media screen and (max-width: 960px) {
  .l-header {
    border: 0.5px solid #DCDCDC;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
@media screen and (max-width: 520px) {
  .l-header {
    height: 6rem;
  }
}
.l-header .container {
  width: 115.4rem;
  height: 100%;
  max-width: calc(100% - 2.6rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .l-header .container {
    width: 100%;
    padding-left: 2.1rem;
    padding-right: 1.3rem;
    height: 6rem;
  }
}
.l-header .container .logobox {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 3rem;
  border-right: 2px solid #DEDEDE;
}
@media screen and (max-width: 960px) {
  .l-header .container .logobox {
    padding: 0rem;
    border: 0px solid transparent;
  }
}
.l-header .container .logobox .logo {
  width: 23.1rem;
  aspect-ratio: 231/44;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-header .container .logobox .logo {
    width: 14.1rem;
  }
}
.l-header .container .logobox .logo:hover {
  opacity: 0.6;
}
.l-header .container .logobox .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .container .nav {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.2rem;
}
@media screen and (max-width: 960px) {
  .l-header .container .nav {
    display: none;
  }
}
.l-header .container .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 3.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header .container .nav ul .inner {
  height: 100%;
  padding-right: 2.05rem;
  padding-left: 2.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.l-header .container .nav ul .inner .item {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #424242;
  letter-spacing: 0.04em;
  line-height: 1.25;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color font-weight;
  transition-property: color font-weight;
}
.l-header .container .nav ul .inner .item::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #27B1A0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scaleX(0%);
          transform: scaleX(0%);
}
.l-header .container .nav ul .inner .item:hover {
  color: #27B1A0;
  font-weight: bold;
}
.l-header .container .nav ul .inner .item:hover::after {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}
.l-header .container .nav .recruit-btn {
  width: 23.8rem;
  height: 5.3rem;
  background-color: #27B1A0;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #27B1A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .container .nav .recruit-btn:hover {
  background-color: white;
}
.l-header .container .nav .recruit-btn:hover .text {
  color: #27B1A0;
}
.l-header .container .nav .recruit-btn:hover .icon {
  background-color: #27B1A0;
  color: white;
}
.l-header .container .nav .recruit-btn .text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  letter-spacing: -2.2%;
  line-height: 1;
  width: 12rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .container .nav .recruit-btn .icon {
  width: 2.5rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #27B1A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .container .ham {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  aspect-ratio: 1/1;
  background-color: #27B1A0;
  border-radius: 0.8rem;
  position: relative;
  gap: 0.6rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-header .container .ham {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .container .ham::after {
  content: "";
  width: 1.7rem;
  height: 0.2rem;
  background-color: white;
  border-radius: 0.1rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  top: 1.7rem;
}
.l-header .container .ham::before {
  content: "";
  width: 1.7rem;
  height: 0.2rem;
  background-color: white;
  border-radius: 0.1rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  bottom: 1.7rem;
}

.ham-btn-active::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
  top: 2.1rem !important;
}
.ham-btn-active::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: absolute;
  bottom: 2.1rem !important;
}

.ham-body {
  position: fixed;
  height: calc(100vh - 8.5rem);
  top: 8.5rem;
  left: 0;
  width: 100%;
  background-image: url(../img/ham-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .ham-body {
    height: calc(100vh - 6rem);
    top: 6rem;
  }
}
.ham-body .ham-container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: 3rem;
}
.ham-body .ham-container .ham-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ham-body .ham-container .ham-contents .item {
  width: 100%;
  padding-bottom: 1.6rem;
  padding-top: 1rem;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ham-body .ham-container .ham-contents .item .textbox .ja {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  letter-spacing: 0.08em;
  line-height: 2.3076923077;
}
.ham-body .ham-container .ham-contents .item .textbox .en {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: white;
  letter-spacing: 0.16em;
  line-height: 1;
}
.ham-body .ham-container .ham-contents .item .icon {
  width: 2.6rem;
  aspect-ratio: 1/1;
  background-color: #27B1A0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ham-body .ham-container .rec-btn {
  width: 100%;
  height: 7.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.8rem;
  padding-right: 4.5rem;
  margin-top: 3.2rem;
  position: relative;
  overflow: hidden;
}
.ham-body .ham-container .rec-btn .rec-btn-text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.ham-body .ham-container .rec-btn .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #27B1A0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.ham-body .ham-container .rec-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.ham-active {
  opacity: 1;
  pointer-events: auto;
}

.body-ham-active {
  overflow: hidden;
}

.l-footer-rec {
  width: 100%;
  background-image: url(../img/footer-rec-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-footer-rec .container {
  max-width: 98rem;
  margin: 0 auto;
  padding-top: 4.8rem;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 960px) {
  .l-footer-rec .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container {
    padding-top: 3.6rem;
    padding-bottom: 3.507rem;
  }
}
.l-footer-rec .container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.4rem;
  }
}
.l-footer-rec .container .above .titlebox {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container .above .titlebox {
    margin-bottom: 2.7rem;
  }
}
.l-footer-rec .container .above .titlebox .ja {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin-bottom: 1.016rem;
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container .above .titlebox .ja {
    font-size: 1.3rem;
    line-height: 2.3076923077;
  }
}
.l-footer-rec .container .above .titlebox .en {
  font-size: 5.6rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: white;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container .above .titlebox .en {
    font-size: 3.2rem;
  }
}
.l-footer-rec .container .above .text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  line-height: 2.8;
  padding-left: 5.1rem;
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container .above .text {
    font-size: 1.3rem;
    line-height: 1.8;
    padding-left: 0;
  }
}
.l-footer-rec .container .below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10.9rem;
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container .below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.3rem;
  }
}
.l-footer-rec .container .below .img {
  width: 34.8rem;
  aspect-ratio: 348/249;
}
@media screen and (max-width: 520px) {
  .l-footer-rec .container .below .img {
    width: 20.8rem;
  }
}
.l-footer-rec .container .below .rec-btn {
  width: 48rem;
  height: 10.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  border-radius: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.8rem;
  padding-right: 4.5rem;
  margin-top: 5.4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .l-footer-rec .container .below .rec-btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .l-footer-rec .container .below .rec-btn {
    width: 100%;
    height: 7.2rem;
  }
}
.l-footer-rec .container .below .rec-btn .rec-btn-text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-footer-rec .container .below .rec-btn .rec-btn-text {
    font-size: 1.4rem;
  }
}
.l-footer-rec .container .below .rec-btn .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #27B1A0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-footer-rec .container .below .rec-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.l-footer-rec .container .below .rec-btn:hover .rec-btn-text {
  color: white;
}
.l-footer-rec .container .below .rec-btn:hover .icon {
  color: #27B1A0;
  background-color: white;
}
.l-footer-rec .container .below .rec-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 520px) {
  .l-footer-rec .container .below .rec-btn:hover .rec-btn-text {
    color: #3E3D3D;
  }
  .l-footer-rec .container .below .rec-btn:hover .icon {
    background-color: #27B1A0;
    color: white;
  }
  .l-footer-rec .container .below .rec-btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.l-footer {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: white;
}
.l-footer .container {
  max-width: 108rem;
  margin: 0 auto;
  width: 100%;
}
.l-footer .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4.6rem;
  padding-bottom: 4.4rem;
  padding-left: 5.3rem;
  padding-right: 4.8rem;
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 769px) {
  .l-footer .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.4rem;
    gap: 3.292rem;
  }
}
.l-footer .above .logo {
  width: 32.4rem;
  aspect-ratio: 324/62;
}
@media screen and (max-width: 769px) {
  .l-footer .above .logo {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 520px) {
  .l-footer .above .logo {
    width: 19.4rem;
  }
}
.l-footer .above .detail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 769px) {
  .l-footer .above .detail-box {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-right: 1rem;
    gap: 1.7rem;
  }
}
.l-footer .above .detail-box .add {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #3E3D3D;
}
@media screen and (max-width: 520px) {
  .l-footer .above .detail-box .add {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.l-footer .above .detail-box .hp-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 23.8rem;
  height: 4.8rem;
  background-color: white;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2.3rem;
  padding-right: 2.3rem;
  border: 1.7px solid #27B1A0;
  position: relative;
  overflow: hidden;
}
.l-footer .above .detail-box .hp-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.l-footer .above .detail-box .hp-btn .hp-btn-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: -0.022em;
  position: relative;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 520px) {
  .l-footer .above .detail-box .hp-btn .hp-btn-text {
    font-size: 1.3rem;
  }
}
.l-footer .above .detail-box .hp-btn .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #27B1A0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-footer .above .detail-box .hp-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.l-footer .above .detail-box .hp-btn:hover .hp-btn-text {
  color: white;
}
.l-footer .above .detail-box .hp-btn:hover .icon {
  background-color: white;
  color: #27B1A0;
}
@media screen and (max-width: 520px) {
  .l-footer .above .detail-box .hp-btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-footer .above .detail-box .hp-btn:hover .hp-btn-text {
    color: #27B1A0;
  }
  .l-footer .above .detail-box .hp-btn:hover .icon {
    background-color: #27B1A0;
    color: white;
  }
}
.l-footer .below {
  padding-top: 1.7rem;
  padding-bottom: 2.4rem;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 769px) {
  .l-footer .below {
    padding-top: 2.4rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.l-footer .below .below-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 769px) {
  .l-footer .below .below-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.l-footer .below .below-container .privacy {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3E3D3D;
  letter-spacing: 0.08em;
  line-height: 1.8461538462;
  color: #707070;
}
@media screen and (max-width: 520px) {
  .l-footer .below .below-container .privacy {
    font-size: 1rem;
  }
}
.l-footer .below .below-container small {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #707070;
  letter-spacing: 0.08em;
  line-height: 1.8461538462;
}
@media screen and (max-width: 520px) {
  .l-footer .below .below-container small {
    font-size: 1rem;
  }
}

.form {
  padding-bottom: 14rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .form {
    padding-bottom: 12em;
  }
}
.form .container {
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.form .title {
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.08em;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #27B1A0;
  color: #27B1A0;
}
@media screen and (max-width: 520px) {
  .form .title {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    padding-bottom: 1.6rem;
  }
}
.form .form-container {
  padding-top: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 769px) {
  .form .form-container {
    padding-top: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.form .form-container .sp-use-text {
  display: none;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #2E2F30;
  line-height: 2;
  letter-spacing: 0.02em;
}
.form .form-container .sp-use-text:nth-child(2 of .sp-use-text) {
  margin-top: 1rem;
}
.form .form-container .sp-use-text:nth-child(3 of .sp-use-text) {
  margin-top: 2.9rem;
}
@media screen and (max-width: 769px) {
  .form .form-container .sp-use-text {
    display: block;
  }
  .form .form-container .sp-use-text .req {
    margin-right: 1.2rem;
  }
}
.form .form-container .step-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: 24rem;
  margin-top: 14rem;
}
@media screen and (max-width: 769px) {
  .form .form-container .step-box {
    margin-top: 3.1rem;
    gap: 1.6rem;
  }
}
.form .form-container .step-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  width: 100%;
}
.form .form-container .step-box .item .step {
  width: 8.1rem;
  height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Ubuntu", serif;
  color: #A7A7A7;
}
.form .form-container .step-box .item .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #A7A7A7;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .form .form-container .step-box .item .text {
    font-size: 1.3rem;
  }
}
.form .form-container .step-box .active .step {
  background-color: #27B1A0;
  color: white;
  border-radius: 11rem;
}
.form .form-container .step-box .active .text {
  color: #27B1A0;
}
.form .form-container .main-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .form .form-container .main-box {
    margin-top: 3.7rem;
    width: 100%;
  }
}
.form .form-container .main-box .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #2E2F30;
  letter-spacing: 0.02em;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .form .form-container .main-box .text {
    display: none;
  }
}
.form .form-container .main-box .text .req {
  margin-right: 1.2rem;
}
.form .form-container .main-box .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 769px) {
  .form .form-container .main-box .form-box {
    margin-top: 0;
  }
}
.form .form-container .main-box .form-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .form .form-container .main-box .form-box .item {
    gap: 1rem;
  }
}
.form .form-container .main-box .form-box .item .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  color: #2E2F30;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .form .form-container .main-box .form-box .item .label {
    font-size: 1.3rem;
  }
}
.form .form-container .main-box .form-box .item .text-input {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #424242;
  letter-spacing: 0.02em;
  line-height: 2;
  border: 1px solid #b5b5b5;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .form .form-container .main-box .form-box .item .text-input {
    font-size: 1.4rem;
    padding-top: 1.9rem;
    padding-bottom: 2rem;
    line-height: 1;
    max-height: 5.6rem;
  }
}
.form .form-container .main-box .form-box .item .select {
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
}
.form .form-container .main-box .form-box .item .select select {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #424242;
  letter-spacing: 0.02em;
  line-height: 2;
  width: 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.form .form-container .main-box .form-box .item .select .icon {
  width: 1.299rem;
  aspect-ratio: 12.99/15.5;
  position: absolute;
  right: 3.351rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .form .form-container .main-box .form-box .item .select .icon {
    right: 1.344rem;
  }
}
.form .form-container .main-box .form-box .item .textarea {
  width: 100%;
  height: 20rem;
  padding: 1.3rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #424242;
  letter-spacing: 0.02em;
  line-height: 2;
  border: 1px solid #b5b5b5;
}
@media screen and (max-width: 769px) {
  .form .form-container .main-box .form-box .item .textarea {
    height: 29.7rem;
  }
}
.form .form-container .main-box .line {
  width: 100%;
  border-top: 1px dashed #BEBEBE;
  display: block;
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 769px) {
  .form .form-container .main-box .line {
    margin-top: 3.2rem;
    margin-bottom: 2.6rem;
  }
}
.form .form-container .main-box .submit-box {
  width: 100%;
  max-width: 50.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
.form .form-container .main-box .submit-box .check-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form-container .main-box .submit-box .check-container .check {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #B5B5B5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form .form-container .main-box .submit-box .check-container .check::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #27B1A0;
  display: none;
}
.form .form-container .main-box .submit-box .check-container .check:checked::before {
  display: block;
}
.form .form-container .main-box .submit-box .check-container .check:focus {
  outline: none;
}
.form .form-container .main-box .submit-box .check-container .privacy {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  color: #27B1A0;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .form .form-container .main-box .submit-box .check-container .privacy {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.form .form-container .main-box .submit-box .check-container .privacy-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  color: #2E2F30;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-right: 1.4rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .main-box .submit-box .check-container .privacy-text {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.form .form-container .main-box .description-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #2E2F30;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 0.7rem;
}
@media screen and (max-width: 520px) {
  .form .form-container .main-box .description-text {
    font-size: 1.3rem;
  }
}
.form .form-container .main-box .submit-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.03em;
  color: white;
  border-radius: 4px;
  background-color: #27B1A0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 6rem;
  margin-top: 4rem;
  position: relative;
  z-index: auto;
  overflow: hidden;
  border: 1px solid #27B1A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form .form-container .main-box .submit-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.form .form-container .main-box .submit-btn span {
  position: relative;
  z-index: 3;
}
.form .form-container .main-box .submit-btn:hover {
  color: #27B1A0;
}
.form .form-container .main-box .submit-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 520px) {
  .form .form-container .main-box .submit-btn:hover {
    color: white;
  }
  .form .form-container .main-box .submit-btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.form .req {
  color: white;
  background-color: #27B1A0;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.02em;
  line-height: 2;
  width: 4.7rem;
  min-height: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .form .req {
    width: 4.5rem;
    height: 2.4rem;
    min-height: unset;
    font-size: 1.2rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.submit-box .wpcf7-form-control-wrap {
  width: unset;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-not-valid {
  border: 1px solid #D74848 !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
  padding-top: 1rem !important;
}

.c-titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.916rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-titlebox {
    gap: 0.51rem;
  }
}
.c-titlebox .above-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  padding-left: 6.104rem;
  padding-top: 3.298rem;
}
@media screen and (max-width: 520px) {
  .c-titlebox .above-title {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    padding-top: 2.117rem;
    padding-left: 5.116rem;
  }
}
.c-titlebox .below-title {
  font-size: 5.6rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.16em;
  line-height: 1;
  padding-left: 5.335rem;
}
@media screen and (max-width: 520px) {
  .c-titlebox .below-title {
    padding-left: 5.1rem;
    font-size: 3.2rem;
  }
}
.c-titlebox .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.076rem;
  height: 7.076rem;
}
@media screen and (max-width: 520px) {
  .c-titlebox .num {
    width: 4.851rem;
    height: 4.851rem;
  }
}
.c-titlebox .num .num-circle {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.c-titlebox .num .num-circle circle {
  stroke: #000000;
  stroke-width: 1px;
  fill: transparent;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 520px) {
  .c-titlebox .num .num-circle circle {
    stroke-width: 2px;
  }
}
.c-titlebox .num .num-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 520px) {
  .c-titlebox .num .num-text {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@-webkit-keyframes numact {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
  }
  70% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes numact {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
  }
  70% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.c-more-btn {
  width: 25.1rem;
  height: 5.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  background-color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .c-more-btn {
    width: 100%;
  }
}
.c-more-btn .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 520px) {
  .c-more-btn .icon {
    margin-left: 3.65rem;
  }
}
.c-more-btn .inner-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: -0.022em;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 520px) {
  .c-more-btn .inner-text {
    font-size: 1.4rem;
    padding-right: 3.65rem;
  }
}

.c-top-container {
  max-width: 128rem;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .c-sp-lg-none {
    display: none;
  }
}

.c-sp-sm-use {
  display: none;
}
@media screen and (max-width: 520px) {
  .c-sp-sm-use {
    display: block;
  }
}

.c-sub-top {
  background-image: url(../img/sub-top-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48.5rem;
  width: 100%;
  position: fixed;
  top: 8.5rem;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .c-sub-top {
    height: 22.9rem;
    top: 6rem;
  }
}
.c-sub-top .container {
  max-width: 128rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-sub-top .c-sub-top-titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.416rem;
  position: relative;
  margin-left: 9.965rem;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 520px) {
  .c-sub-top .c-sub-top-titlebox {
    gap: 0.51rem;
    margin-left: 1.953rem;
    margin-bottom: 4.8rem;
  }
}
.c-sub-top .c-sub-top-titlebox .above-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  padding-left: 6.104rem;
  padding-top: 3.298rem;
  color: white;
}
@media screen and (max-width: 520px) {
  .c-sub-top .c-sub-top-titlebox .above-title {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    padding-top: 2.117rem;
    padding-left: 5.116rem;
  }
}
.c-sub-top .c-sub-top-titlebox .below-title {
  font-size: 6.6rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.16em;
  line-height: 1;
  padding-left: 5.335rem;
  color: white;
}
@media screen and (max-width: 520px) {
  .c-sub-top .c-sub-top-titlebox .below-title {
    padding-left: 5.1rem;
    font-size: 3.2rem;
  }
}
.c-sub-top .c-sub-top-titlebox .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.076rem;
  height: 7.076rem;
}
@media screen and (max-width: 520px) {
  .c-sub-top .c-sub-top-titlebox .num {
    width: 4.851rem;
    height: 4.851rem;
  }
}
.c-sub-top .c-sub-top-titlebox .num .num-circle {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.c-sub-top .c-sub-top-titlebox .num .num-circle circle {
  stroke: white;
  stroke-width: 1px;
  fill: transparent;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 520px) {
  .c-sub-top .c-sub-top-titlebox .num .num-circle circle {
    stroke-width: 2px;
  }
}
.c-sub-top .c-sub-top-titlebox .num .num-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: white;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 520px) {
  .c-sub-top .c-sub-top-titlebox .num .num-text {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@keyframes numact {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
            transform: translateX(-50%) translateY(-50%) scale(0);
  }
  70% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
            transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.sub-article-top {
  position: relative;
}
.sub-article-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: white;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .sub-article-top::before {
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    height: 1.4rem;
  }
}

.subpage-subtitle {
  font-size: 5.6rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.02em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.4rem;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 520px) {
  .subpage-subtitle {
    font-size: 3.2rem;
    gap: 1.2rem;
  }
}
.subpage-subtitle .ja {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 520px) {
  .subpage-subtitle .ja {
    font-size: 1.3rem;
    line-height: 2.3076923077;
  }
}

.top .mv {
  width: 100%;
  position: relative;
}
.top .mv .container {
  width: 100%;
  aspect-ratio: 1280/747;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 0;
}
@media screen and (max-width: 960px) {
  .top .mv .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}
.top .mv .container .item {
  aspect-ratio: 255.6/249;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .top .mv .container .item {
    aspect-ratio: 125/167;
  }
}
.top .mv .container .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.top .mv .container [data-randact] {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .mv .container .item-center {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  aspect-ratio: unset;
  background-image: url(../img/mv-center.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .top .mv .container .item-center {
    grid-column-start: 1;
    grid-column-end: 4;
    aspect-ratio: 375/275;
    background-image: unset;
    position: relative;
    z-index: 1;
  }
  .top .mv .container .item-center::before {
    content: "";
    background-image: url(../img/mv-center-sp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% + 0.2rem);
    top: -0.1rem;
    left: 0;
  }
}
.top .mv .container .item-center .catch {
  width: calc(100% - 4.64rem - 4.44rem);
  margin: 0 auto;
  margin-top: 4.2rem;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 960px) {
  .top .mv .container .item-center .catch {
    width: calc(100% - 14rem);
    margin-top: 2.525rem;
  }
}
.top .mv .container .item-center .text {
  width: calc(100% - 11.14rem - 11.24rem);
  margin: 0 auto;
  margin-top: 2rem;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media screen and (max-width: 960px) {
  .top .mv .container .item-center .text {
    width: calc(100% - 2.6rem);
    margin-top: 2.507rem;
  }
}
@media screen and (max-width: 520px) {
  .top .mv .container .item-center .text {
    max-width: 29.673rem;
    margin-top: 2.387rem;
  }
}
@media screen and (max-width: 960px) {
  .top .mv .container .sp-none {
    display: none;
  }
}
.top .mv .scroll {
  width: 14.9rem;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 2.1rem;
  right: 3.1rem;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .mv .scroll {
    display: none;
  }
}
.top .mv .scroll:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  background-color: rgba(255, 255, 255, 0.9);
}
.top .mv .scroll:hover .handwriting_mask_line {
  -webkit-animation-name: handwritings;
          animation-name: handwritings;
}
.top .mv .scroll:hover .arrow {
  -webkit-animation-name: arrowmove;
          animation-name: arrowmove;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes handwritings {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwritings {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes arrowmove {
  0% {
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.top .mv .scroll-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .mv .scroll-container .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 3.15rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.top .mv .scroll-container .circle {
  aspect-ratio: 1/1;
  width: 10.337rem;
  -webkit-animation-name: scrollrotate;
          animation-name: scrollrotate;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes scrollrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes scrollrotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.top .about {
  background-color: #EDF4EF;
  padding-top: 13.9rem;
  padding-bottom: 17.5rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.top .about .c-titlebox .above-title {
  color: #FB9955;
}
.top .about .c-titlebox .below-title {
  color: #FB9955;
}
.top .about .c-titlebox .num-circle circle {
  stroke: #FB9955;
}
.top .about .c-titlebox .num-text {
  color: #FB9955;
}
@media screen and (max-width: 520px) {
  .top .about {
    padding-top: 6.167rem;
    padding-bottom: 8.167rem;
  }
}
.top .about .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .top .about .container {
    width: 100%;
  }
}
.top .about .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 7.6rem;
}
@media screen and (max-width: 960px) {
  .top .about .textbox {
    padding-left: 0;
  }
}
.top .about .textbox .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin-top: 6.75rem;
}
@media screen and (max-width: 960px) {
  .top .about .textbox .text {
    width: calc(100% - 6.1rem);
    margin: 0 auto;
    margin-top: 2.1rem;
  }
}
@media screen and (max-width: 520px) {
  .top .about .textbox .text {
    font-size: 1.3rem;
  }
}
.top .about .textbox .menu {
  margin-top: 2.95rem;
  background-color: white;
  border-radius: 1.6rem;
  width: 63rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3.2rem;
  padding-bottom: 3.3rem;
  padding-left: 3.3rem;
  padding-right: 5.5rem;
  position: relative;
}
.top .about .textbox .menu .c-more-btn {
  border: 0.14rem solid #FB9955;
  margin-top: 3.2rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-size;
  transition-property: background-size;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top .about .textbox .menu .c-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.top .about .textbox .menu .c-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FB9955;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.top .about .textbox .menu .c-more-btn:hover {
  background-size: 100% 100%;
  background-position: left;
}
.top .about .textbox .menu .c-more-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.top .about .textbox .menu .c-more-btn:hover .icon {
  background-color: white;
  color: #FB9955;
}
.top .about .textbox .menu .c-more-btn:hover .inner-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .top .about .textbox .menu .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .top .about .textbox .menu .c-more-btn:hover .icon {
    background-color: #FB9955;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .top .about .textbox .menu .c-more-btn:hover .inner-text {
    color: #FB9955;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.top .about .textbox .menu .c-more-btn .icon {
  background-color: #FB9955;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top .about .textbox .menu .c-more-btn .inner-text {
  color: #FB9955;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
  .top .about .textbox .menu {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu {
    padding: 2rem 1rem;
    border-radius: 1rem;
    margin-top: 7rem;
  }
  .top .about .textbox .menu .c-more-btn {
    border: 0.14rem solid #FB9955;
    margin-top: 2.4rem;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-size;
    transition-property: background-size;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .top .about .textbox .menu .c-more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1;
  }
  .top .about .textbox .menu .c-more-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FB9955;
    z-index: -1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .top .about .textbox .menu .c-more-btn:hover {
    background-size: 100% 100%;
    background-position: left;
  }
  .top .about .textbox .menu .c-more-btn:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .top .about .textbox .menu .c-more-btn:hover .icon {
    background-color: white;
    color: #FB9955;
  }
  .top .about .textbox .menu .c-more-btn:hover .inner-text {
    color: white;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .top .about .textbox .menu .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .top .about .textbox .menu .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .top .about .textbox .menu .c-more-btn:hover .icon {
    background-color: #FB9955;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .top .about .textbox .menu .c-more-btn:hover .inner-text {
    color: #FB9955;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu .c-more-btn .icon {
    background-color: #FB9955;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .top .about .textbox .menu .c-more-btn .inner-text {
    color: #FB9955;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.top .about .textbox .menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem 2.2rem;
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu-container {
    gap: 1rem 0.6rem;
  }
}
.top .about .textbox .menu-container .item {
  width: calc((100% - 2.2rem) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D4D4D4;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu-container .item {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    width: calc((100% - 0.6rem) / 2);
  }
}
.top .about .textbox .menu-container .item:hover .menu-text {
  color: #FB9955;
}
.top .about .textbox .menu-container .item:hover .icon {
  -webkit-transform: scale(1.15) rotate(-45deg);
          transform: scale(1.15) rotate(-45deg);
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu-container .item:hover .menu-text {
    color: #3E3D3D;
  }
  .top .about .textbox .menu-container .item:hover .icon {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
}
.top .about .textbox .menu-container .item .menu-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  line-height: 1.875;
  letter-spacing: 0.08em;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu-container .item .menu-text {
    font-size: 1.3rem;
    line-height: 1.6;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    letter-spacing: 0.04em;
  }
}
.top .about .textbox .menu-container .item .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #FB9955;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top .about .textbox .menu .menu-inner-img {
  position: absolute;
  width: 11.6rem;
  aspect-ratio: 116/147;
  right: 2rem;
  bottom: -4.6rem;
}
@media screen and (max-width: 520px) {
  .top .about .textbox .menu .menu-inner-img {
    top: -7.6rem;
    bottom: unset;
    right: 1.1rem;
    width: 7.8rem;
  }
}
.top .about .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.3rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media screen and (max-width: 960px) {
  .top .about .title-box {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-bottom: 2.3rem;
    gap: 2.331rem;
    margin-left: 1.553rem;
  }
}
.top .about .title-box .title-img {
  width: 18.9rem;
  aspect-ratio: 189/141;
  padding-top: 3.114rem;
}
@media screen and (max-width: 520px) {
  .top .about .title-box .title-img {
    width: 11.8rem;
    padding-top: 0.733rem;
  }
}
.top .about .imgbox {
  margin-right: -1rem;
  width: 51.8rem;
  aspect-ratio: 518/540;
  padding-top: 4.114rem;
}
@media screen and (max-width: 960px) {
  .top .about .imgbox {
    display: none;
  }
}
.top .about .sp-use-imgbox {
  display: none;
}
@media screen and (max-width: 960px) {
  .top .about .sp-use-imgbox {
    display: block;
    width: 81.0666666667%;
    aspect-ratio: 304/200;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.top .welfare {
  background-color: #EDF4EF;
  padding-bottom: 13.1rem;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-top: unset;
}
.top .welfare .c-more-btn {
  border: 0.14rem solid #67B4EF;
  margin-top: 3.2rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-size;
  transition-property: background-size;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top .welfare .c-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.top .welfare .c-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #67B4EF;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.top .welfare .c-more-btn:hover {
  background-size: 100% 100%;
  background-position: left;
}
.top .welfare .c-more-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.top .welfare .c-more-btn:hover .icon {
  background-color: white;
  color: #67B4EF;
}
.top .welfare .c-more-btn:hover .inner-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .top .welfare .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .top .welfare .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .top .welfare .c-more-btn:hover .icon {
    background-color: #67B4EF;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .top .welfare .c-more-btn:hover .inner-text {
    color: #67B4EF;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.top .welfare .c-more-btn .icon {
  background-color: #67B4EF;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top .welfare .c-more-btn .inner-text {
  color: #67B4EF;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
  .top .welfare {
    padding-bottom: 8.167rem;
  }
}
.top .welfare .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.top .welfare .container .imgbox {
  aspect-ratio: 362/433;
  max-width: 36.2rem;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4.014rem;
  position: relative;
  z-index: 3;
  padding-left: 5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .imgbox {
    display: none;
  }
}
.top .welfare .container .textbox .sp-use-imgbox {
  display: none;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .textbox .sp-use-imgbox {
    display: block;
    max-width: 51.7333333333%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-left: 2.1rem;
    position: relative;
    z-index: 3;
  }
}
.top .welfare .container .textbox .titlebox {
  padding-left: 2.265rem;
}
.top .welfare .container .textbox .titlebox .c-titlebox .above-title {
  color: #67B4EF;
}
.top .welfare .container .textbox .titlebox .c-titlebox .below-title {
  color: #67B4EF;
}
.top .welfare .container .textbox .titlebox .c-titlebox .num-circle circle {
  stroke: #67B4EF;
}
.top .welfare .container .textbox .titlebox .c-titlebox .num-text {
  color: #67B4EF;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .textbox .titlebox {
    padding-left: 2.153rem;
  }
}
.top .welfare .container .textbox .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin-top: 4.1rem;
  padding-left: 9.5rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .textbox .text {
    margin-top: 1.8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .top .welfare .container .textbox .text {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    padding-left: 3.3rem;
  }
}
.top .welfare .container .textbox .menu {
  background-color: white;
  padding: 3.2rem 5.3rem;
  padding-left: 7.3rem;
  border-radius: 2rem;
  width: 66.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .textbox .menu {
    width: calc(100% - 1.8rem);
    padding-right: 1rem;
    padding-left: 2rem;
    border-radius: 1rem;
    padding-top: 1.2rem;
    padding-bottom: 2rem;
  }
}
.top .welfare .container .textbox .menu::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: 1;
  right: calc(100% - 2rem);
  top: 0;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .textbox .menu::before {
    right: 0;
    border-top-right-radius: 1rem;
    top: -2rem;
  }
}
.top .welfare .container .textbox .menu .menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem 2.2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .textbox .menu .menu-container {
    width: calc(100% - 1.4rem);
    gap: 0.6rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top .welfare .container .textbox .menu .item {
  width: calc((100% - 2.2rem) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D4D4D4;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 520px) {
  .top .welfare .container .textbox .menu .item {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    width: calc((100% - 0.6rem) / 2);
    width: 49.0445859873%;
  }
}
.top .welfare .container .textbox .menu .item:hover .menu-text {
  color: #67B4EF;
}
.top .welfare .container .textbox .menu .item:hover .icon {
  -webkit-transform: scale(1.15) rotate(-45deg);
          transform: scale(1.15) rotate(-45deg);
}
@media screen and (max-width: 520px) {
  .top .welfare .container .textbox .menu .item:hover .menu-text {
    color: #3E3D3D;
  }
  .top .welfare .container .textbox .menu .item:hover .icon {
    -webkit-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg);
  }
}
.top .welfare .container .textbox .menu .item .menu-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  line-height: 1.875;
  letter-spacing: 0.08em;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 520px) {
  .top .welfare .container .textbox .menu .item .menu-text {
    font-size: 1.3rem;
    line-height: 1.6;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    letter-spacing: 0.04em;
  }
}
.top .welfare .container .textbox .menu .item .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #67B4EF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top .welfare .container .textbox .menu .menu-inner-img {
  position: absolute;
  width: 10.4rem;
  aspect-ratio: 104/139.44;
  bottom: 100%;
  right: 8.2rem;
}
@media screen and (max-width: 960px) {
  .top .welfare .container .textbox .menu .menu-inner-img {
    right: 0;
    border-top-right-radius: 1rem;
    bottom: calc(100% + 2rem);
    right: 0.832rem;
  }
}
@media screen and (max-width: 520px) {
  .top .welfare .container .textbox .menu .c-more-btn {
    max-width: calc(100% - 1.5rem);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}
.top .member {
  background-color: #EDF4EF;
  position: relative;
  overflow: hidden;
  border-left: 1px solid white;
  border-right: 1px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: unset;
}
.top .member .c-titlebox .above-title {
  color: #FA8778;
}
.top .member .c-titlebox .below-title {
  color: #FA8778;
}
.top .member .c-titlebox .num-circle circle {
  stroke: #FA8778;
}
.top .member .c-titlebox .num-text {
  color: #FA8778;
}
@media screen and (max-width: 520px) {
  .top .member {
    overflow: visible;
  }
}
.top .member::before {
  content: "";
  width: 100%;
  height: 35.2rem;
  background-color: white;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .top .member::before {
    height: 27.8rem;
  }
}
.top .member .container {
  margin: 0 auto;
  width: calc(100% - 19.72rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .top .member .container {
    width: 100%;
  }
}
.top .member .container .titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.931rem;
  max-width: 128rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  padding-left: 9.865rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .top .member .container .titlebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 1.953rem;
    gap: 1.8rem;
    margin-bottom: 3.1rem;
    padding-left: 0;
  }
}
.top .member .container .titlebox .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .top .member .container .titlebox .text {
    padding-left: 1.347rem;
  }
}
@media screen and (max-width: 520px) {
  .top .member .container .titlebox .text {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.top .member .container .contentbox {
  width: 100%;
  padding-bottom: 10.3rem;
  max-width: 76.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 769px) {
  .top .member .container .contentbox {
    max-width: 72.2666666667%;
    padding-bottom: 8.8rem;
  }
}
.top .member .container .contentbox .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #FA8778;
  overflow: hidden;
  background-color: #FA8778;
}
.top .member .container .contentbox .item:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item:hover .img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top .member .container .contentbox .item .img {
  aspect-ratio: 765/230;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .img {
    aspect-ratio: 271/175;
  }
}
.top .member .container .contentbox .item .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .member .container .contentbox .item .item-textbox {
  background-color: #FA8778;
  width: 100%;
  padding-bottom: 2.7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox {
    padding-bottom: 2rem;
  }
}
.top .member .container .contentbox .item .item-textbox .center-icon {
  width: 11rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-4.4rem);
          transform: translateX(-50%) translateY(-4.4rem);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox .center-icon {
    width: 8.3rem;
    -webkit-transform: translateX(-50%) translateY(-3.3rem);
            transform: translateX(-50%) translateY(-3.3rem);
  }
}
.top .member .container .contentbox .item .item-textbox .item-inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 2.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox .item-inner {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.top .member .container .contentbox .item .item-textbox .item-inner .above-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: left;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox .item-inner .above-text {
    font-size: 1.3rem;
    line-height: 2.3076923077;
    letter-spacing: 0.08em;
  }
}
.top .member .container .contentbox .item .item-textbox .item-inner .below-text {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: white;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox .item-inner .below-text {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.16em;
  }
}
.top .member .container .contentbox .item .item-textbox .more-btn {
  width: 25.1rem;
  color: #FA8778;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  height: 5.8rem;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox .more-btn {
    width: 21.7rem;
    height: 4.3rem;
  }
}
.top .member .container .contentbox .item .item-textbox .more-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  right: 0;
  top: 0;
}
.top .member .container .contentbox .item .item-textbox .more-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FA8778;
  z-index: 1;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.top .member .container .contentbox .item .item-textbox .more-btn .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #FA8778;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox .more-btn .icon {
    margin-left: 3.85rem;
  }
}
.top .member .container .contentbox .item .item-textbox .more-btn .inner-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: -0.022em;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .top .member .container .contentbox .item .item-textbox .more-btn .inner-text {
    font-size: 1.3rem;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1.5rem;
  }
}
.top .member .container .contentbox .member-img {
  width: 20.3rem;
  aspect-ratio: 203/196;
  position: absolute;
  bottom: 5rem;
  right: -16.9rem;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .top .member .container .contentbox .member-img {
    width: 11.9rem;
    right: -4.6rem;
    bottom: -1.2rem;
  }
}
.top .event {
  background-color: #EDF4EF;
  padding-top: 15.6rem;
  padding-bottom: 14.7rem;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.top .event .c-titlebox .above-title {
  color: #8578FA;
}
.top .event .c-titlebox .below-title {
  color: #8578FA;
}
.top .event .c-titlebox .num-circle circle {
  stroke: #8578FA;
}
.top .event .c-titlebox .num-text {
  color: #8578FA;
}
.top .event .c-more-btn {
  border: 0.14rem solid #8578FA;
  margin-top: 3.2rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-size;
  transition-property: background-size;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top .event .c-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.top .event .c-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8578FA;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.top .event .c-more-btn:hover {
  background-size: 100% 100%;
  background-position: left;
}
.top .event .c-more-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.top .event .c-more-btn:hover .icon {
  background-color: white;
  color: #8578FA;
}
.top .event .c-more-btn:hover .inner-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .top .event .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .top .event .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .top .event .c-more-btn:hover .icon {
    background-color: #8578FA;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .top .event .c-more-btn:hover .inner-text {
    color: #8578FA;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.top .event .c-more-btn .icon {
  background-color: #8578FA;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top .event .c-more-btn .inner-text {
  color: #8578FA;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
  .top .event {
    padding-top: 8.167rem;
    padding-bottom: 7.6rem;
  }
}
.top .event .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.365rem;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .top .event .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.top .event .img {
  width: 100%;
  max-width: 65.6rem;
  aspect-ratio: 656/773;
  margin-left: 4.1rem;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 769px) {
  .top .event .img {
    max-width: calc(100% - 4.4rem);
    margin: 0 auto;
    aspect-ratio: 331/393;
  }
}
.top .event .img img {
  position: relative;
  z-index: 3;
}
.top .event .img::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 57.6972833118%;
  background-color: white;
  top: 19.9rem;
  right: 15.1rem;
  z-index: 1;
  border-radius: 2rem;
}
@media screen and (max-width: 769px) {
  .top .event .img::before {
    width: 100vw;
    height: 86.5139949109%;
    top: 2rem;
    right: 6rem;
  }
}
.top .event .textbox {
  padding-top: 18.286rem;
}
@media screen and (max-width: 769px) {
  .top .event .textbox {
    margin-left: 2.153rem;
    padding-top: 0;
  }
}
.top .event .textbox .text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3D3D;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin-top: 4.7rem;
  margin-bottom: 5rem;
  margin-left: 4.935rem;
}
@media screen and (max-width: 769px) {
  .top .event .textbox .text {
    margin-left: 1.147rem;
    margin-top: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .top .event .textbox .text {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 769px) {
  .top .event .sp-none-morebtn {
    display: none;
  }
}
.top .event .sp-use-morebtn {
  display: none;
}
@media screen and (max-width: 769px) {
  .top .event .sp-use-morebtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.top .event .c-more-btn {
  margin-left: 4.935rem;
}
@media screen and (max-width: 769px) {
  .top .event .c-more-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .top .event .c-more-btn {
    max-width: 89.0666666667%;
  }
}
.top .faq {
  padding-top: 13.9rem;
  padding-bottom: 13.4rem;
}
.top .faq .c-more-btn {
  border: 0.14rem solid #27B1A0;
  margin-top: 3.2rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-size;
  transition-property: background-size;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top .faq .c-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.top .faq .c-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.top .faq .c-more-btn:hover {
  background-size: 100% 100%;
  background-position: left;
}
.top .faq .c-more-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.top .faq .c-more-btn:hover .icon {
  background-color: white;
  color: #27B1A0;
}
.top .faq .c-more-btn:hover .inner-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .top .faq .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .top .faq .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .top .faq .c-more-btn:hover .icon {
    background-color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .top .faq .c-more-btn:hover .inner-text {
    color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.top .faq .c-more-btn .icon {
  background-color: #27B1A0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top .faq .c-more-btn .inner-text {
  color: #27B1A0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top .faq .c-titlebox .above-title {
  color: #27B1A0;
}
.top .faq .c-titlebox .below-title {
  color: #27B1A0;
}
.top .faq .c-titlebox .num-circle circle {
  stroke: #27B1A0;
}
.top .faq .c-titlebox .num-text {
  color: #27B1A0;
}
@media screen and (max-width: 769px) {
  .top .faq {
    padding-top: 5.367rem;
    padding-bottom: 5.7rem;
  }
  .top .faq .c-more-btn {
    border: 0.14rem solid #27B1A0;
    margin-top: 0.2rem;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-size;
    transition-property: background-size;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .top .faq .c-more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1;
  }
  .top .faq .c-more-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #27B1A0;
    z-index: -1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .top .faq .c-more-btn:hover {
    background-size: 100% 100%;
    background-position: left;
  }
  .top .faq .c-more-btn:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .top .faq .c-more-btn:hover .icon {
    background-color: white;
    color: #27B1A0;
  }
  .top .faq .c-more-btn:hover .inner-text {
    color: white;
  }
}
@media screen and (max-width: 769px) and (max-width: 520px) {
  .top .faq .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .top .faq .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .top .faq .c-more-btn:hover .icon {
    background-color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .top .faq .c-more-btn:hover .inner-text {
    color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (max-width: 769px) {
  .top .faq .c-more-btn .icon {
    background-color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .top .faq .c-more-btn .inner-text {
    color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.top .faq .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.365rem;
  max-width: 128rem;
  margin: 0 auto;
  gap: 5.6rem;
  max-width: 128rem;
  padding-left: 9.8rem;
  padding-right: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .top .faq .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 9.8rem;
  }
}
@media screen and (max-width: 769px) {
  .top .faq .container {
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 3rem;
  }
}
.top .faq .contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.414rem;
}
@media screen and (max-width: 769px) {
  .top .faq .contents {
    gap: 1.2rem;
  }
}
.top .faq .contents .item {
  border: 1px solid #27B1A0;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .faq .contents .item .item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .faq .contents .item .item-container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8.8rem;
  width: 100%;
}
.top .faq .contents .item .item-container .above .item-icon {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.16em;
  color: #27B1A0;
  padding-left: 2.574rem;
  padding-right: 2.574rem;
}
@media screen and (max-width: 520px) {
  .top .faq .contents .item .item-container .above .item-icon {
    font-size: 3.2rem;
    padding-left: 1.086rem;
    padding-right: 1.014rem;
  }
}
.top .faq .contents .item .item-container .above .item-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 1.3;
  padding-top: 2.4rem;
  padding-bottom: 2.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  padding-left: 3.72rem;
  padding-right: 1.816rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 520px) {
  .top .faq .contents .item .item-container .above .item-text {
    font-size: 1.3rem;
    line-height: 1.6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.top .faq .contents .item .item-container .above .item-text::before {
  content: "";
  display: block;
  height: calc(100% - 2rem);
  width: 1px;
  background-color: #27B1A0;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media screen and (max-width: 520px) {
  .top .faq .contents .item .item-container .above .item-text::before {
    height: calc(100% - 2.672rem);
    top: 1.336rem;
  }
}
.top .faq .contents .item .item-container .above .pm-icon {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin-left: auto;
  margin-right: 2.359rem;
}
@media screen and (max-width: 520px) {
  .top .faq .contents .item .item-container .above .pm-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.top .faq .contents .item .item-container .above .pm-icon::before {
  content: "";
  width: 1.5px;
  height: 100%;
  background-color: #27B1A0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.top .faq .contents .item .item-container .above .pm-icon::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background-color: #27B1A0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .faq .contents .item .item-container .below {
  width: calc(100% - 4.6rem);
  margin: 0 auto;
  border-top: 1px solid #27B1A0;
  padding-bottom: 1.7rem;
  padding-top: 1.6rem;
  display: block;
}
.top .faq .contents .item .item-container .below .below-text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 2;
}
.top .faq .contents .active .item-container .above .pm-icon::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.top .faq .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.6rem;
}
.top .faq .title-box .c-titlebox {
  margin-left: 0.765rem;
}
@media screen and (max-width: 960px) {
  .top .faq .title-box .sp-none-morebtn {
    display: none;
  }
}
.top .faq .sp-use-morebtn {
  display: none;
}
@media screen and (max-width: 960px) {
  .top .faq .sp-use-morebtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.about {
  padding-top: 57rem;
}
@media screen and (max-width: 520px) {
  .about {
    padding-top: 28.9rem;
  }
}
.about .philo {
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 11.6rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .about .philo {
    padding-top: 2.6rem;
    padding-bottom: 6.4rem;
  }
}
.about .philo .container {
  max-width: 97.7rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.about .philo .btns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .about .philo .btns-container {
    gap: 0.8rem 1rem;
  }
}
.about .philo .btns-container .item {
  width: calc((100% - 4.8rem) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7F7F7F;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 769px) {
  .about .philo .btns-container .item {
    width: calc((100% - 1rem) / 2);
    border-radius: 4px;
  }
}
.about .philo .btns-container .item:hover {
  border: 1.4px solid #27B1A0;
  color: #27B1A0;
  cursor: pointer;
}
.about .philo .btns-container .item .text {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .about .philo .btns-container .item .text {
    font-size: 1.4rem;
  }
}
.about .philo .btns-container .about-top-btn-active {
  border: 1.4px solid #27B1A0;
  color: #27B1A0;
  cursor: pointer;
}
.about .philo .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 769px) {
  .about .philo .contents {
    padding-top: 6rem;
    gap: 1.4rem;
  }
}
.about .philo .contents .item {
  background-color: #f7f7f7;
  width: 100%;
  padding: 3.2rem 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .about .philo .contents .item {
    padding-top: 2rem;
    padding-bottom: 2.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.about .philo .contents .item .title {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #27B1A0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 520px) {
  .about .philo .contents .item .title {
    font-size: 2.4rem;
  }
}
.about .philo .contents .item .title .ja {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 520px) {
  .about .philo .contents .item .title .ja {
    font-size: 1.3rem;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.about .philo .contents .item .text {
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  border-bottom: 1px solid #BCDCD8;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 520px) {
  .about .philo .contents .item .text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
  }
}
.about .philo .contents .item .text-small {
  font-size: 2rem;
}
@media screen and (max-width: 520px) {
  .about .philo .contents .item .text-small {
    font-size: 1.5rem;
  }
}
.about .message {
  position: relative;
  background-color: #EDF4EF;
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}
.about .message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .about .message::before {
    height: 1.6rem;
  }
}
.about .message::after {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  z-index: 2;
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .about .message::after {
    height: 1.6rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
@media screen and (max-width: 769px) {
  .about .message {
    padding-top: 6.2rem;
  }
}
.about .message .container {
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.about .message .titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 769px) {
  .about .message .titlebox {
    margin-bottom: 4.4rem;
  }
}
.about .message .titlebox .name {
  padding-right: 11.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #424242;
}
.about .message .titlebox .name .small {
  font-size: 1.8rem;
}
.about .message .titlebox .name .large {
  font-size: 2.8rem;
}
.about .message .catch {
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #424242;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #BCDCD8;
  padding-bottom: 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .about .message .catch {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .about .message .catch {
    font-size: 1.6rem;
  }
}
.about .message .text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  padding-top: 4.3rem;
}
@media screen and (max-width: 769px) {
  .about .message .text-container {
    padding-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.about .message .text-container .text {
  width: calc((100% - 4rem) / 2);
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #424242;
}
@media screen and (max-width: 769px) {
  .about .message .text-container .text {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .about .message .text-container .text {
    font-size: 1.3rem;
  }
}
.about .message .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.3rem;
  padding-right: 2.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .about .message .name {
    gap: 2rem;
    padding-right: 0;
    margin-top: 2.4rem;
  }
}
.about .message .name .small {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #424242;
}
@media screen and (max-width: 520px) {
  .about .message .name .small {
    font-size: 1.4rem;
  }
}
.about .message .name .large {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #424242;
}
@media screen and (max-width: 520px) {
  .about .message .name .large {
    font-size: 2rem;
  }
}
.about .history {
  background-color: #EDF4EF;
  padding-bottom: 11.5rem;
  padding-top: 12rem;
}
@media screen and (max-width: 769px) {
  .about .history {
    padding-bottom: 6rem;
    padding-top: 8rem;
  }
}
.about .history .container {
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.about .history .subpage-subtitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  .about .history .subpage-subtitle {
    margin-bottom: 4rem;
  }
}
.about .history .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1rem;
  background-color: white;
  padding: 6rem 5.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .about .history .contents {
    gap: 2.4rem;
    padding-top: 3.2rem;
    padding-left: 0.6rem;
    padding-right: 1.4rem;
    padding-bottom: 3.2rem;
  }
}
.about .history .contents .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 6rem;
  position: relative;
  z-index: 2;
}
.about .history .contents .item::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 100%;
  background-color: #E2F1EE;
  top: 1.3rem;
  left: 1.4rem;
}
@media screen and (max-width: 769px) {
  .about .history .contents .item::before {
    top: 2.2rem;
    height: calc(100% + 1.5rem);
  }
}
@media screen and (max-width: 520px) {
  .about .history .contents .item::before {
    left: 1.1rem;
  }
}
.about .history .contents .item:nth-last-child(1) {
  min-height: unset;
}
.about .history .contents .item:nth-last-child(1)::before {
  content: none;
}
.about .history .contents .item .item-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .about .history .contents .item .item-textbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.about .history .contents .item .circle {
  width: 3.1rem;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #27B1A0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4.5rem;
  position: relative;
  z-index: 3;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .about .history .contents .item .circle {
    width: 2.5rem;
    margin-right: 2.3rem;
  }
}
.about .history .contents .item .circle::before {
  content: "";
  width: 54.8387096774%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #27B1A0;
  display: block;
}
@media screen and (max-width: 520px) {
  .about .history .contents .item .circle::before {
    width: 1.371rem;
  }
}
.about .history .contents .item .year {
  width: 13.2rem;
  height: 3.1rem;
  border-radius: 6rem;
  border: 1px solid #27B1A0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 1.2rem;
}
@media screen and (max-width: 520px) {
  .about .history .contents .item .year {
    font-size: 1.3rem;
    width: 12.4rem;
    height: 2.5rem;
    margin-right: 0;
  }
}
.about .history .contents .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  letter-spacing: 0.08em;
  line-height: 1.875;
}
@media screen and (max-width: 520px) {
  .about .history .contents .item .text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.about .works {
  background-color: white;
  position: relative;
  padding-top: 11rem;
  padding-bottom: 14rem;
}
.about .works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: #EDF4EF;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .about .works::before {
    height: 1.6rem;
  }
}
.about .works::after {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  z-index: 2;
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .about .works::after {
    height: 1.6rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
@media screen and (max-width: 769px) {
  .about .works {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.about .works .container {
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.about .works .subpage-subtitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 520px) {
  .about .works .subpage-subtitle {
    margin-bottom: 4rem;
  }
}
.about .works .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem 1.9rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .about .works .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .about .works .contents {
    gap: 2rem;
  }
}
.about .works .contents .item {
  width: calc((100% - 1.9rem) / 2);
  border-radius: 1.6rem;
  border: 1px solid #27B1A0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .about .works .contents .item {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .about .works .contents .item {
    border-radius: 1rem;
  }
}
.about .works .contents .item:nth-child(1) .above .above-textbox .builname {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item:nth-child(1) .above .above-textbox .builname {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.about .works .contents .item .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #EDF4EF;
  align-items: center;
  padding: 1.6rem;
  padding-right: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  gap: 1.6rem;
  border-bottom: 1px dashed #27B1A0;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .above {
    padding-top: 1rem;
    padding-left: 1.1rem;
    padding-bottom: 1.2rem;
    gap: 0.8rem;
  }
}
.about .works .contents .item .above .img {
  width: 21.7rem;
  aspect-ratio: 217/190;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .above .img {
    width: 16.3rem;
    aspect-ratio: 163/109;
  }
}
.about .works .contents .item .above .above-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .works .contents .item .above .above-textbox .builname {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
  color: #27B1A0;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .above .above-textbox .builname {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.2727272727;
  }
}
.about .works .contents .item .above .above-textbox .builname-5 {
  letter-spacing: -0.03em;
  white-space: nowrap;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .above .above-textbox .builname-5 {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.2727272727;
  }
}
.about .works .contents .item .above .above-textbox .name {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #27B1A0;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .above .above-textbox .name {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.about .works .contents .item .below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.2rem;
  padding-left: 3.35rem;
  padding-right: 3.35rem;
  padding-bottom: 1.1rem;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .below {
    padding-top: 1.5rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-bottom: 2rem;
  }
}
.about .works .contents .item .below .title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.9rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #27B1A0;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .below .title {
    font-size: 1.3rem;
    line-height: 2.3076923077;
  }
}
.about .works .contents .item .below .title .icon {
  width: 2.288rem;
  aspect-ratio: 22.88/24;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .below .title .icon {
    width: 1.856rem;
  }
}
.about .works .contents .item .below .text {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  color: #424242;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .below .text {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    margin-bottom: 1.4rem;
  }
}
.about .works .contents .item .below .btn {
  width: calc(100% - 9.2rem);
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  border: 1.4px solid #27B1A0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.8rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .below .btn {
    width: calc(100% - 2.6rem);
    height: 4.8rem;
  }
}
.about .works .contents .item .below .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.about .works .contents .item .below .btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.about .works .contents .item .below .btn:hover .icon {
  background-color: white;
  color: #27B1A0;
}
.about .works .contents .item .below .btn:hover .btn-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .below .btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .about .works .contents .item .below .btn:hover .icon {
    background-color: #27B1A0;
    color: white;
  }
  .about .works .contents .item .below .btn:hover .btn-text {
    color: #27B1A0;
  }
}
.about .works .contents .item .below .btn .icon {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 2.6rem;
  aspect-ratio: 1/1;
  background-color: #27B1A0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  z-index: 3;
}
.about .works .contents .item .below .btn .btn-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: -0.022em;
  line-height: 1;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .about .works .contents .item .below .btn .btn-text {
    font-size: 1.3rem;
  }
}
.about .works .under-btn {
  width: 32rem;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 0;
  border: 1.4px solid #27B1A0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.8rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .about .works .under-btn {
    width: 100%;
    height: 5.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about .works .under-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.about .works .under-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.about .works .under-btn:hover .icon {
  background-color: white;
  color: #27B1A0;
}
.about .works .under-btn:hover .btn-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .about .works .under-btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .about .works .under-btn:hover .icon {
    background-color: #27B1A0;
    color: white;
  }
  .about .works .under-btn:hover .btn-text {
    color: #27B1A0;
  }
}
.about .works .under-btn .icon {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 2.6rem;
  aspect-ratio: 1/1;
  background-color: #27B1A0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .about .works .under-btn .icon {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.about .works .under-btn .btn-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: -0.022em;
  line-height: 1;
  position: relative;
  z-index: 3;
  padding-left: 7.4rem;
}
@media screen and (max-width: 520px) {
  .about .works .under-btn .btn-text {
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.about .profile {
  background-color: #EDF4EF;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
.about .profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .about .profile::before {
    height: 1.6rem;
  }
}
.about .profile::after {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  z-index: 2;
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .about .profile::after {
    height: 1.6rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .about .profile {
    padding-top: 4.6rem;
  }
}
.about .profile .container {
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.about .profile .subpage-subtitle {
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .about .profile .subpage-subtitle {
    margin-bottom: 3.1rem;
  }
}
.about .profile .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border-radius: 1.6rem;
  padding: 2.4rem 3.7rem;
}
@media screen and (max-width: 520px) {
  .about .profile .contents {
    padding: 2rem 1.1rem;
  }
}
.about .profile .contents .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 769px) {
  .about .profile .contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .profile .contents .item:nth-child(1) {
  border-top: 1px solid #f7f7f7;
}
.about .profile .contents .item .head {
  width: 23rem;
  background-color: #f7f7f7;
  color: #27B1A0;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  padding-left: 3rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 520px) {
  .about .profile .contents .item .head {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.85rem 2rem;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.about .profile .contents .item .body {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2E3032;
  line-height: 1.5;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
}
@media screen and (max-width: 520px) {
  .about .profile .contents .item .body {
    padding: 2.2rem 2rem;
    font-size: 1.3rem;
  }
}

.welfare {
  padding-top: 57rem;
}
@media screen and (max-width: 520px) {
  .welfare {
    padding-top: 28.9rem;
  }
}
.welfare .data {
  padding-top: 6.8rem;
  padding-bottom: 32.1rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .welfare .data {
    padding-top: 2.6rem;
    padding-bottom: 20rem;
  }
}
.welfare .data .container {
  max-width: 98rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
}
.welfare .data .subpage-subtitle {
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .welfare .data .subpage-subtitle {
    margin-bottom: 3.1rem;
  }
}
.welfare .data .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4rem 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .welfare .data .contents {
    gap: 2rem 1.9rem;
  }
}
.welfare .data .contents .item {
  width: calc((100% - 4rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36rem;
  border: 1.5px solid #27B1A0;
  border-radius: 1.6rem 1.6rem 1rem 1rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .welfare .data .contents .item {
    width: calc((100% - 1.9rem) / 2);
  }
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item {
    height: 20.9rem;
    border-radius: 8px;
  }
}
.welfare .data .contents .item .title {
  height: 5.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5.1rem;
  padding-right: 5.1rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background-color: #27B1A0;
  color: white;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.3636363636;
  border-bottom-right-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .title {
    min-width: 8.673rem;
    height: 3.367rem;
    font-size: 1.4rem;
    padding-right: 1.337rem;
    padding-left: 1.337rem;
    border-bottom-right-radius: 8px;
  }
}
.welfare .data .contents .item .icon {
  width: 17.4rem;
  height: 13.3rem;
  margin-top: 3.3rem;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .icon {
    margin-top: 1.7rem;
    height: 7.3rem;
    width: 9.9rem;
  }
}
.welfare .data .contents .item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.welfare .data .contents .item .numbox {
  height: 10.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #E2F1EE;
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1.5px solid #27B1A0;
}
@media screen and (max-width: 769px) {
  .welfare .data .contents .item .numbox {
    height: 6.3rem;
    position: relative;
  }
}
.welfare .data .contents .item .numbox .numbox-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 769px) {
  .welfare .data .contents .item .numbox .numbox-inner {
    margin-bottom: 1rem;
  }
}
.welfare .data .contents .item .numbox .sex {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .numbox .sex {
    font-size: 1.3rem;
    position: absolute;
    top: 0;
  }
  .welfare .data .contents .item .numbox .sex:nth-of-type(1) {
    left: 20%;
  }
  .welfare .data .contents .item .numbox .sex:nth-of-type(4) {
    right: 25%;
  }
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .numbox .sex-pc {
    display: none;
  }
}
.welfare .data .contents .item .numbox .sex-sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .numbox .sex-sp {
    display: block;
    position: absolute;
    top: -1.7rem;
    left: 50%;
  }
}
.welfare .data .contents .item .numbox .num {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .welfare .data .contents .item .numbox .num {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 769px) {
  .welfare .data .contents .item .numbox .ratio-num {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .numbox .ratio-num {
    position: relative;
  }
}
.welfare .data .contents .item .numbox .unit {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin-left: 0.7rem;
}
@media screen and (max-width: 769px) {
  .welfare .data .contents .item .numbox .unit {
    font-size: 2.2rem;
  }
}
.welfare .data .contents .item .old_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
  margin-top: 1.1rem;
  width: 21.4rem;
  margin-left: 4.72rem;
  margin-right: auto;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .old_contents {
    width: 12.9rem;
    margin-left: 1.6rem;
    margin-top: 0.5rem;
    gap: 0.3rem;
  }
}
.welfare .data .contents .item .old_contents .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #27B1A0;
  width: 100%;
}
.welfare .data .contents .item .old_contents .inner .old-year {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin-right: 1.3rem;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .old_contents .inner .old-year {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.welfare .data .contents .item .old_contents .inner .old-num {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 0.5rem;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .old_contents .inner .old-num {
    font-size: 2.3rem;
  }
}
.welfare .data .contents .item .old_contents .inner .old-unit {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 520px) {
  .welfare .data .contents .item .old_contents .inner .old-unit {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.welfare .data .img {
  position: absolute;
  width: 34.9rem;
  aspect-ratio: 349/267;
  right: 1.133rem;
  bottom: -24.1rem;
}
@media screen and (max-width: 960px) {
  .welfare .data .img {
    width: 18.5rem;
    right: 0;
    bottom: -18.7rem;
  }
}
.welfare .benefits {
  position: relative;
  background-color: #EDF4EF;
  padding-top: 10rem;
  padding-bottom: 33.2rem;
}
.welfare .benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .welfare .benefits::before {
    height: 1.6rem;
  }
}
.welfare .benefits::after {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  z-index: 2;
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .welfare .benefits::after {
    height: 1.6rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
@media screen and (max-width: 769px) {
  .welfare .benefits {
    padding-bottom: 27.2rem;
    padding-top: 5.5rem;
  }
}
.welfare .benefits .container {
  max-width: 97.8rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
}
.welfare .benefits .subpage-subtitle {
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .welfare .benefits .subpage-subtitle {
    margin-bottom: 4rem;
  }
}
.welfare .benefits .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  .welfare .benefits .contents {
    gap: 2rem 1.8rem;
  }
}
.welfare .benefits .contents .item {
  width: calc((100% - 4rem) / 3);
  aspect-ratio: 312.33/222;
}
@media screen and (max-width: 769px) {
  .welfare .benefits .contents .item {
    width: calc((100% - 1.8rem) / 2);
    aspect-ratio: 158/240;
  }
}
.welfare .benefits .img {
  width: 50rem;
  aspect-ratio: 500.97/188.18;
  right: 5.636rem;
  bottom: -25.3rem;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .welfare .benefits .img {
    width: 34.3rem;
    aspect-ratio: 343/194;
    right: 0;
    bottom: -18.3rem;
  }
}

.member {
  width: 100%;
  padding-top: 57rem;
}
@media screen and (max-width: 520px) {
  .member {
    padding-top: 28.9rem;
  }
}
.member .interview {
  padding-top: 7.1rem;
  padding-bottom: 14.85rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .member .interview {
    padding-top: 2.6rem;
    padding-bottom: 6rem;
  }
}
.member .interview .container {
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
}
.member .interview .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 6.4rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .member .interview .btns {
    margin-bottom: 6rem;
  }
}
.member .interview .btns .item {
  width: calc((100% - 4.8rem) / 4);
  height: 6rem;
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .member .interview .btns .item {
    width: calc((100% - 1.6rem) / 2);
  }
}
@media screen and (max-width: 520px) {
  .member .interview .btns .item {
    height: 5rem;
  }
}
.member .interview .btns .item .text {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #7f7f7f;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 520px) {
  .member .interview .btns .item .text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.member .interview .btns .item .small {
  font-size: 1.5rem;
}
.member .interview .btns .item:hover {
  border: 1.5px solid #27B1A0;
}
.member .interview .btns .item:hover .text {
  color: #27B1A0;
}
.member .interview .btns .member-top-btn-active {
  border: 1.4px solid #27B1A0;
  color: #27B1A0;
  cursor: pointer;
}
.member .interview .btns .member-top-btn-active .text {
  color: #27B1A0;
}
.member .interview .subpage-subtitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 769px) {
  .member .interview .subpage-subtitle {
    margin-bottom: 4.3rem;
  }
}
.member .interview .contents {
  margin-top: 10rem;
}
@media screen and (max-width: 520px) {
  .member .interview .contents {
    margin-top: 6rem;
  }
}
.member .interview .contents:nth-child(1 of .contents) {
  margin-top: 0;
}
.member .interview .contents .contents-title {
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.25;
  padding-bottom: 2.4rem;
  color: #27B1A0;
  border-bottom: 1px solid #27B1A0;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 520px) {
  .member .interview .contents .contents-title {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
    margin-bottom: 3.3rem;
  }
}
.member .interview .contents .contents-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem 1.85rem;
}
@media screen and (max-width: 769px) {
  .member .interview .contents .contents-container {
    gap: 2rem 1.9rem;
  }
}
.member .interview .contents .contents-container .item {
  width: calc((100% - 5.55rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.member .interview .contents .contents-container .item:hover .img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.member .interview .contents .contents-container .item:hover .arrow-icon {
  background-color: white;
}
.member .interview .contents .contents-container .item:hover .arrow-icon .fa-arrow-right {
  color: #27B1A0;
}
@media screen and (max-width: 520px) {
  .member .interview .contents .contents-container .item:hover .img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .member .interview .contents .contents-container .item:hover .arrow-icon {
    background-color: #27B1A0;
  }
  .member .interview .contents .contents-container .item:hover .arrow-icon .fa-arrow-right {
    color: white;
  }
}
@media screen and (max-width: 769px) {
  .member .interview .contents .contents-container .item {
    width: calc((100% - 1.9rem) / 2);
  }
}
.member .interview .contents .contents-container .item .img {
  width: 100%;
  aspect-ratio: 312/265;
  overflow: hidden;
  border-radius: 1rem;
}
.member .interview .contents .contents-container .item .img img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 769px) {
  .member .interview .contents .contents-container .item .img {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  .member .interview .contents .contents-container .item .img {
    aspect-ratio: 157/196;
  }
}
.member .interview .contents .contents-container .item .line {
  border-bottom: 2px solid #D4D4D4;
  padding-bottom: 2.15rem;
  margin-bottom: 2.15rem;
  margin-top: auto;
}
@media screen and (max-width: 769px) {
  .member .interview .contents .contents-container .item .line {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #D4D4D4;
  }
}
.member .interview .contents .contents-container .item .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6rem;
}
@media screen and (max-width: 769px) {
  .member .interview .contents .contents-container .item .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
  }
}
.member .interview .contents .contents-container .item .detail .occ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.294rem;
}
.member .interview .contents .contents-container .item .detail .occ .person-icon {
  width: 1.4rem;
  aspect-ratio: 1/1;
}
.member .interview .contents .contents-container .item .detail .occ .occ-text {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
  color: #292F4A;
  line-height: 1.3861386139;
}
@media screen and (max-width: 520px) {
  .member .interview .contents .contents-container .item .detail .occ .occ-text {
    font-size: 1.2rem;
    line-height: 1.5166666667;
  }
}
.member .interview .contents .contents-container .item .detail .cate {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #292F4A;
  line-height: 1.3861386139;
  letter-spacing: 0.5px;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 100px;
}
@media screen and (max-width: 520px) {
  .member .interview .contents .contents-container .item .detail .cate {
    font-size: 1.2rem;
    padding: 0.25rem 0.7rem;
    border-radius: 1.2rem;
    max-height: 2.4rem;
  }
}
.member .interview .contents .contents-container .item .name {
  font-size: 1.922rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 1.2rem;
  width: 100%;
  padding-bottom: 2.3rem;
  border-bottom: 2px solid #D4D4D4;
  margin-bottom: 2.15rem;
}
@media screen and (max-width: 520px) {
  .member .interview .contents .contents-container .item .name {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #D4D4D4;
  }
}
.member .interview .contents .contents-container .item .name .san {
  margin-left: 0.7rem;
  font-size: 1.313rem;
  font-weight: 500;
  font-family: "Inter", serif;
}
.member .interview .contents .contents-container .item .arrow-icon {
  width: 4.2rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #27B1A0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: auto;
  margin-right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 1px solid #27B1A0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .member .interview .contents .contents-container .item .arrow-icon {
    width: 3.2rem;
  }
}
.member .interview .contents .contents-container .item .arrow-icon .fa-arrow-right {
  color: #fff;
  font-size: 1.4rem;
}

.single-member {
  padding-top: 57rem;
}
@media screen and (max-width: 520px) {
  .single-member {
    padding-top: 28.9rem;
  }
}
.single-member .c-sub-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .single-member .c-sub-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.single-member .c-sub-top .catch {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-left: 15.1rem;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 960px) {
  .single-member .c-sub-top .catch {
    margin-bottom: 1.2rem;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .single-member .c-sub-top .catch {
    font-size: 1.6rem;
  }
}
.single-member .c-sub-top .namebox {
  margin-bottom: 7.53rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 15.6rem;
}
@media screen and (max-width: 960px) {
  .single-member .c-sub-top .namebox {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .single-member .c-sub-top .namebox {
    margin-bottom: 3.6rem;
  }
}
.single-member .c-sub-top .namebox .occ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.294rem;
  margin-bottom: 0.55rem;
}
@media screen and (max-width: 520px) {
  .single-member .c-sub-top .namebox .occ {
    margin-bottom: 0.6rem;
  }
}
.single-member .c-sub-top .namebox .occ .icon {
  width: 1.406rem;
  aspect-ratio: 1406/1402;
}
.single-member .c-sub-top .namebox .occ .occ-text {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.5px;
  line-height: 1.3861386139;
}
@media screen and (max-width: 520px) {
  .single-member .c-sub-top .namebox .occ .occ-text {
    font-size: 1.3rem;
  }
}
.single-member .c-sub-top .namebox .name {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 520px) {
  .single-member .c-sub-top .namebox .name {
    font-size: 2rem;
  }
}
.single-member .c-sub-top .namebox .name .san {
  margin-left: 0.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", serif;
  color: white;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 520px) {
  .single-member .c-sub-top .namebox .name .san {
    font-size: 1.3rem;
  }
}
.single-member .single-member-contents {
  padding-top: 7.1rem;
  padding-bottom: 12rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .single-member .single-member-contents {
    padding-top: 2.6rem;
    padding-bottom: 7.8rem;
  }
}
.single-member .single-member-contents .container {
  max-width: 97.6rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 769px) {
  .single-member .single-member-contents .container {
    gap: 3.2rem;
  }
}
.single-member .single-member-contents .img-block {
  width: 100%;
}
.single-member .single-member-contents .img-block .img-title {
  position: relative;
  aspect-ratio: 976/483;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .single-member .single-member-contents .img-block .img-title {
    aspect-ratio: 335/233;
  }
}
.single-member .single-member-contents .img-block .img-title .img {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .single-member .single-member-contents .img-block .img-title .img {
    border-radius: 0.8rem;
  }
}
.single-member .single-member-contents .img-block .img-title .title {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  padding-top: 2.5rem;
  padding-left: 5.2rem;
  padding-right: 7.2rem;
  padding-bottom: 0.4rem;
  border-radius: 1.6rem 0 0 0;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #424242;
}
@media screen and (max-width: 520px) {
  .single-member .single-member-contents .img-block .img-title .title {
    font-size: 1.3rem;
    padding: 1.5rem 1.75rem;
  }
}
.single-member .single-member-contents .img-block .img-title .title .curve {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}
@media screen and (max-width: 520px) {
  .single-member .single-member-contents .img-block .img-title .title .curve {
    display: none;
  }
}
.single-member .single-member-contents .img-block .img-title .title .curve img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}
.single-member .single-member-contents .img-block .text {
  padding-top: 4.8rem;
  padding-left: 9.4rem;
  padding-right: 9.4rem;
  padding-bottom: 6rem;
  border-radius: 1rem;
  background-color: #F7F7F7;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .single-member .single-member-contents .img-block .text {
    padding: 2rem 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .single-member .single-member-contents .img-block .text {
    margin-top: 3.2rem;
    font-size: 1.3rem;
  }
}
.single-member .single-member-contents .text-block {
  padding-top: 4.8rem;
  padding-left: 6.8rem;
  padding-right: 6.8rem;
  padding-bottom: 6rem;
  border-radius: 1rem;
  background-color: #F7F7F7;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .single-member .single-member-contents .text-block {
    padding: 2rem 2.5rem;
  }
}
.single-member .single-member-contents .text-block .title {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 1.8;
  letter-spacing: 0.08em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.9rem;
  border-bottom: 1px solid #BCDCD8;
}
@media screen and (max-width: 520px) {
  .single-member .single-member-contents .text-block .title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.single-member .single-member-contents .text-block .text {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #424242;
  padding-top: 2.8rem;
}
@media screen and (max-width: 520px) {
  .single-member .single-member-contents .text-block .text {
    padding-top: 2rem;
    font-size: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.single-member .other {
  padding-top: 10rem;
  position: relative;
  background-color: #EDF4EF;
  padding-bottom: 10rem;
}
.single-member .other::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .single-member .other::before {
    height: 1.6rem;
  }
}
.single-member .other::after {
  content: "";
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.2rem;
  z-index: 2;
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
}
@media screen and (max-width: 520px) {
  .single-member .other::after {
    height: 1.6rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .single-member .other {
    padding-top: 5.3rem;
    padding-bottom: 12rem;
  }
}
.single-member .other .c-more-btn {
  margin: 0 auto;
}
.single-member .other .c-more-btn {
  border: 0.14rem solid #27B1A0;
  margin-top: 4rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-size;
  transition-property: background-size;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.single-member .other .c-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.single-member .other .c-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.single-member .other .c-more-btn:hover {
  background-size: 100% 100%;
  background-position: left;
}
.single-member .other .c-more-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.single-member .other .c-more-btn:hover .icon {
  background-color: white;
  color: #27B1A0;
}
.single-member .other .c-more-btn:hover .inner-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .single-member .other .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .single-member .other .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .single-member .other .c-more-btn:hover .icon {
    background-color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .single-member .other .c-more-btn:hover .inner-text {
    color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.single-member .other .c-more-btn .icon {
  background-color: #27B1A0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.single-member .other .c-more-btn .inner-text {
  color: #27B1A0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.single-member .other .container {
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
}
.single-member .other .container .subpage-subtitle {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 769px) {
  .single-member .other .container .subpage-subtitle {
    margin-bottom: 4rem;
  }
}
.single-member .other .contents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem 1.85rem;
}
@media screen and (max-width: 769px) {
  .single-member .other .contents {
    gap: 2rem 1.9rem;
  }
}
.single-member .other .contents .item {
  width: calc((100% - 5.55rem) / 3);
}
@media screen and (max-width: 769px) {
  .single-member .other .contents .item {
    width: calc((100% - 1.9rem) / 2);
  }
}
.single-member .other .contents .item .img {
  width: 100%;
  aspect-ratio: 312/265;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 769px) {
  .single-member .other .contents .item .img {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  .single-member .other .contents .item .img {
    aspect-ratio: 157/196;
  }
}
.single-member .other .contents .item .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.6rem;
}
@media screen and (max-width: 769px) {
  .single-member .other .contents .item .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
  }
}
.single-member .other .contents .item .detail .occ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.294rem;
}
.single-member .other .contents .item .detail .occ .person-icon {
  width: 1.4rem;
  aspect-ratio: 1/1;
}
.single-member .other .contents .item .detail .occ .occ-text {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
  color: #292F4A;
  line-height: 1.3861386139;
}
@media screen and (max-width: 520px) {
  .single-member .other .contents .item .detail .occ .occ-text {
    font-size: 1.2rem;
    line-height: 1.5166666667;
  }
}
.single-member .other .contents .item .detail .cate {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #292F4A;
  line-height: 1.3861386139;
  letter-spacing: 0.5px;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 100px;
}
@media screen and (max-width: 520px) {
  .single-member .other .contents .item .detail .cate {
    font-size: 1.2rem;
    padding: 0.25rem 0.7rem;
    border-radius: 1.2rem;
    max-height: 2.4rem;
  }
}
.single-member .other .contents .item .name {
  font-size: 1.922rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 1.2rem;
  width: 100%;
  padding-bottom: 2.3rem;
  border-bottom: 2px solid #D4D4D4;
  margin-bottom: 2.15rem;
}
@media screen and (max-width: 520px) {
  .single-member .other .contents .item .name {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #D4D4D4;
  }
}
.single-member .other .contents .item .name .san {
  margin-left: 0.7rem;
  font-size: 1.313rem;
  font-weight: 500;
  font-family: "Inter", serif;
}
.single-member .other .contents .item .line {
  border-bottom: 2px solid #D4D4D4;
  padding-bottom: 2.15rem;
  margin-bottom: 2.15rem;
  margin-top: auto;
}
@media screen and (max-width: 769px) {
  .single-member .other .contents .item .line {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #D4D4D4;
  }
}
.single-member .other .contents .item .arrow-icon {
  width: 4.2rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #27B1A0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 520px) {
  .single-member .other .contents .item .arrow-icon {
    width: 3.2rem;
  }
}
.single-member .other .contents .item .arrow-icon .fa-arrow-right {
  color: #fff;
  font-size: 1.4rem;
}

.event {
  padding-top: 57rem;
}
@media screen and (max-width: 520px) {
  .event {
    padding-top: 28.9rem;
  }
}
.event .top-textblock {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .event .top-textblock {
    padding-top: 2.8rem;
    padding-bottom: 4rem;
  }
}
.event .top-textblock .container {
  max-width: 96.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.event .top-textblock .top-text {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #424242;
}
@media screen and (max-width: 520px) {
  .event .top-textblock .top-text {
    font-size: 1.3rem;
  }
}
.event .slide {
  height: 50.5rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .event .slide {
    height: 27.1rem;
  }
}
.event .slide .slide-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.event .slide .slide-container .frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  height: 100%;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.event .slide .slide-container .frame .item {
  height: 100%;
  aspect-ratio: 1657/505;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.event .flow {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .event .flow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.event .flow .contents {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 97.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.2rem 2.4rem;
  background-color: #EDF4EF;
  border: 1px solid #27B1A0;
  border-radius: 1rem;
}
.event .flow .contents .title {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #27B1A0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .event .flow .contents .title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.4rem;
  }
}
.event .flow .contents .title .ja {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 520px) {
  .event .flow .contents .title .ja {
    font-size: 1.3rem;
  }
}

.faq {
  padding-top: 57rem;
}
@media screen and (max-width: 520px) {
  .faq {
    padding-top: 28.9rem;
  }
}
.faq .faq-container {
  padding-top: 7.1rem;
  padding-bottom: 14rem;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .faq .faq-container {
    padding-top: 2.6rem;
    padding-bottom: 12rem;
  }
}
.faq .faq-container .contents {
  max-width: 98rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 769px) {
  .faq .faq-container .contents {
    gap: 1.2rem;
  }
}
.faq .faq-container .contents .item {
  border: 1px solid #27B1A0;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.faq .faq-container .contents .item .item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq .faq-container .contents .item .item-container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8.8rem;
  width: 100%;
}
.faq .faq-container .contents .item .item-container .above .item-icon {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.16em;
  color: #27B1A0;
  padding-left: 2.574rem;
  padding-right: 2.574rem;
}
@media screen and (max-width: 520px) {
  .faq .faq-container .contents .item .item-container .above .item-icon {
    font-size: 3.2rem;
    padding-left: 1.086rem;
    padding-right: 1.014rem;
  }
}
.faq .faq-container .contents .item .item-container .above .item-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 1.3;
  padding-top: 2.4rem;
  padding-bottom: 2.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  padding-left: 3.72rem;
  padding-right: 1.816rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 520px) {
  .faq .faq-container .contents .item .item-container .above .item-text {
    font-size: 1.3rem;
    line-height: 1.6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.faq .faq-container .contents .item .item-container .above .item-text::before {
  content: "";
  display: block;
  height: calc(100% - 2rem);
  width: 1px;
  background-color: #27B1A0;
  position: absolute;
  left: 0;
  top: 1rem;
}
@media screen and (max-width: 520px) {
  .faq .faq-container .contents .item .item-container .above .item-text::before {
    height: calc(100% - 2.672rem);
    top: 1.336rem;
  }
}
.faq .faq-container .contents .item .item-container .above .pm-icon {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin-left: auto;
  margin-right: 2.359rem;
}
@media screen and (max-width: 520px) {
  .faq .faq-container .contents .item .item-container .above .pm-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.faq .faq-container .contents .item .item-container .above .pm-icon::before {
  content: "";
  width: 1.5px;
  height: 100%;
  background-color: #27B1A0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.faq .faq-container .contents .item .item-container .above .pm-icon::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background-color: #27B1A0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .faq-container .contents .item .item-container .below {
  width: calc(100% - 4.6rem);
  margin: 0 auto;
  border-top: 1px solid #27B1A0;
  padding-bottom: 1.7rem;
  padding-top: 1.6rem;
  display: block;
}
.faq .faq-container .contents .item .item-container .below .below-text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #424242;
  line-height: 2;
}
.faq .faq-container .contents .active .item-container .above .pm-icon::after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.recruit {
  padding-top: 57rem;
}
@media screen and (max-width: 520px) {
  .recruit {
    padding-top: 28.9rem;
  }
}
@media screen and (max-width: 520px) {
  .recruit .c-sub-top-titlebox {
    margin-left: 2.1rem;
  }
  .recruit .c-sub-top-titlebox .above-title {
    padding-left: 0;
  }
  .recruit .c-sub-top-titlebox .below-title {
    padding-left: 0;
  }
}
.recruit .search {
  padding-top: 7.1rem;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .recruit .search {
    padding-top: 2.6rem;
  }
}
.recruit .search .container {
  max-width: 97.7rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 4rem 3.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #27B1A0;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .recruit .search .container {
    padding-top: 2.4rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 2.4rem;
  }
}
.recruit .search .container .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.6rem;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .recruit .search .container .contents {
    gap: 2.4rem;
  }
}
.recruit .search .container .contents .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit .search .container .contents .item .title {
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #46463E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ECECEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 520px) {
  .recruit .search .container .contents .item .title {
    font-size: 1.4rem;
  }
}
.recruit .search .container .contents .item .title::before {
  content: "";
  width: 0.355rem;
  height: 1.848rem;
  background-color: #27B1A0;
  margin-right: 0.9rem;
  border-radius: 0.889rem;
}
.recruit .search .container .contents .item .check-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6rem;
}
.recruit .search .container .contents .item .check-block .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
}
.recruit .search .container .contents .item .check-block .inner input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.834rem;
  height: 1.834rem;
  border: 1px solid #dadad8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .search .container .contents .item .check-block .inner input:checked::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #27B1A0;
}
.recruit .search .container .contents .item .check-block .inner .inner-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #46463E;
}
@media screen and (max-width: 520px) {
  .recruit .search .container .contents .item .check-block .inner .inner-text {
    font-size: 1.3rem;
  }
}
.recruit .search .container .contents .item .select-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #46463E;
  margin-bottom: 0.8rem;
}
.recruit .search .container .contents .item .select {
  width: 32.8rem;
  border: 1px solid #CBCBCB;
  position: relative;
  border-radius: 0.4rem;
}
@media screen and (max-width: 520px) {
  .recruit .search .container .contents .item .select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.recruit .search .container .contents .item .select select {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #362D2D;
  letter-spacing: 0.04em;
  line-height: 1.1;
  padding-left: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 5rem;
}
.recruit .search .container .contents .item .select .icon {
  width: 1.3rem;
  height: 1.1rem;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit .search .container .contents .item .select .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
}
.recruit .search .container .contents .item .free {
  width: 100%;
}
.recruit .search .container .contents .item .free input {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.04em;
  width: 43.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b0b0b0;
  padding: 2rem;
  border-radius: 4px;
  height: 4.8rem;
}
@media screen and (max-width: 520px) {
  .recruit .search .container .contents .item .free input {
    width: 100%;
    height: 5rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
  }
}
.recruit .search .container .search-btn {
  width: 32rem;
  height: 6.222rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 4rem;
  background-color: #27B1A0;
  color: white;
  border-radius: 3.556rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  border: 1px solid #27B1A0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .recruit .search .container .search-btn {
    margin-top: 2.4rem;
    width: 28.3rem;
    height: 5.1rem;
  }
}
.recruit .search .container .search-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 2;
}
.recruit .search .container .search-btn:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.recruit .search .container .search-btn:hover .text {
  color: #27B1A0;
}
.recruit .search .container .search-btn:hover .icon {
  background-image: url(../img/p-search-icon-green.png);
}
@media screen and (max-width: 520px) {
  .recruit .search .container .search-btn:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .recruit .search .container .search-btn:hover .icon {
    background-image: url(../img/p-search-icon.png);
  }
  .recruit .search .container .search-btn:hover .text {
    color: white;
  }
}
.recruit .search .container .search-btn .icon {
  width: 1.9rem;
  aspect-ratio: 1/1;
  margin-right: 0.8rem;
  background-image: url(../img/p-search-icon.png);
  background-size: contain;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  z-index: 3;
}
.recruit .search .container .search-btn .text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 1.07px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  z-index: 3;
}
.recruit .archive {
  padding-top: 4rem;
  padding-bottom: 14rem;
  background-color: white;
}
@media screen and (max-width: 520px) {
  .recruit .archive {
    padding-bottom: 12rem;
  }
}
.recruit .archive .container {
  max-width: 97.7rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.recruit .archive .num-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #2E2F30;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .recruit .archive .num-text {
    font-size: 1.3rem;
  }
}
.recruit .archive .num-text .num {
  font-size: 2.4rem;
  color: #27B1A0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 520px) {
  .recruit .archive .num-text .num {
    font-size: 2rem;
  }
}
.recruit .archive .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  gap: 2rem;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents {
    margin-top: 0.8rem;
  }
}
.recruit .archive .contents .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 1.4rem;
  padding-right: 2rem;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.9rem;
    padding-left: 0.6rem;
    padding-bottom: 0.7rem;
    padding-right: 0.6rem;
  }
}
.recruit .archive .contents .item .img {
  width: 22.8rem;
  aspect-ratio: 228/216;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .img {
    display: none;
  }
}
.recruit .archive .contents .item .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit .archive .contents .item .textbox .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .textbox .above {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0.9rem;
  }
}
.recruit .archive .contents .item .textbox .above .sp-use-img {
  display: none;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .textbox .above .sp-use-img {
    display: block;
    width: 7.9rem;
    aspect-ratio: 79/72;
    overflow: hidden;
    margin-right: 0.6rem;
  }
}
.recruit .archive .contents .item .textbox .above .above-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit .archive .contents .item .textbox .above .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #46463E;
  line-height: 1.425;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .textbox .above .title {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
    line-height: 1.7538461538;
  }
}
.recruit .archive .contents .item .textbox .above .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .textbox .above .tags {
    gap: 0.7rem;
  }
}
.recruit .archive .contents .item .textbox .above .tags .tag {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3861386139;
  color: #292F4A;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D4D4D4;
  border-radius: 1.5rem;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .textbox .above .tags .tag {
    font-size: 1.2rem;
    padding: 0.25rem 1rem;
  }
}
.recruit .archive .contents .item .textbox .below {
  margin-top: 1.1rem;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .textbox .below {
    margin-top: 0.5rem;
  }
}
.recruit .archive .contents .item .textbox .below .text {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #46463E;
  line-height: 1.7538461538;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .textbox .below .text {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    -webkit-line-clamp: 5;
  }
}
.recruit .archive .contents .item .icon {
  width: 4.2rem;
  aspect-ratio: 1/1;
  color: white;
  background-color: #27B1A0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 1.4rem;
}
@media screen and (max-width: 520px) {
  .recruit .archive .contents .item .icon {
    width: 3.3rem;
  }
}
.recruit .info {
  padding-top: 7.1rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .recruit .info {
    padding-top: 2.6rem;
    padding-bottom: 5.3rem;
  }
}
.recruit .info .container {
  max-width: 108.4rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.recruit .info .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  .recruit .info .tags {
    gap: 0.7rem;
  }
}
.recruit .info .tags .tag {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3861386139;
  color: #292F4A;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D4D4D4;
  border-radius: 1.5rem;
}
@media screen and (max-width: 520px) {
  .recruit .info .tags .tag {
    font-size: 1.2rem;
    padding: 0.25rem 1rem;
  }
}
.recruit .info .title {
  font-size: 3.73rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #46463E;
  line-height: 1.4021447721;
  letter-spacing: 2.24px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 520px) {
  .recruit .info .title {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    margin-bottom: 3rem;
    margin-top: 0.8rem;
  }
}
.recruit .info .contents {
  background-color: #EDF4EF;
  border-radius: 8.89px;
  padding: 8.3rem 10.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .recruit .info .contents {
    padding: 4rem 1.3rem;
  }
}
.recruit .info .contents .img {
  width: 100%;
  aspect-ratio: 880/426;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .img {
    aspect-ratio: 309/155;
    margin-bottom: 2rem;
  }
}
.recruit .info .contents .sub-title {
  font-size: 2.49rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #46463E;
  line-height: 1;
  letter-spacing: 2.74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .sub-title {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.recruit .info .contents .sub-title::before {
  content: "";
  height: 3.234rem;
  width: 3.55px;
  border-radius: 8.89px;
  background-color: #27B1A0;
  margin-right: 0.9rem;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .sub-title::before {
    height: 1.848rem;
  }
}
.recruit .info .contents .list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit .info .contents .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit .info .contents .list .item .head {
  width: 20rem;
  background-color: #F8F8F8;
  padding-top: 2.2rem;
  padding-left: 3.3rem;
  padding-bottom: 2.2rem;
  padding-right: 3.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .list .item .head {
    width: 100%;
    padding: 1.85rem 2rem;
  }
}
.recruit .info .contents .list .item .head .head-text {
  font-size: 1.42rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #46463E;
  line-height: 2.1267605634;
  letter-spacing: 1.42px;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .list .item .head .head-text {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.recruit .info .contents .list .item .body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  padding-top: 2.2rem;
  padding-left: 2rem;
  padding-bottom: 2.2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ECECEB;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .list .item .body {
    width: 100%;
    padding: 2.2rem 2rem;
  }
}
.recruit .info .contents .list .item .body .body-text {
  font-size: 1.42rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #46463E;
  line-height: 2.1267605634;
  letter-spacing: 1.42px;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .list .item .body .body-text {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.recruit .info .contents .list .item .body .mapbox {
  max-width: 46rem;
  width: 100%;
  aspect-ratio: 460/240;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.recruit .info .contents .list .item .body .maplink {
  font-size: 1.313rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  line-height: 1.3861386139;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #27B1A0;
  border-radius: 1.5rem;
}
@media screen and (max-width: 520px) {
  .recruit .info .contents .list .item .body .maplink {
    font-size: 1.2rem;
    padding: 0.4rem 0.75rem;
  }
}
.recruit .info .c-more-btn {
  border: 0.14rem solid #27B1A0;
  margin-top: 4rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-size;
  transition-property: background-size;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recruit .info .c-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.recruit .info .c-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27B1A0;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.recruit .info .c-more-btn:hover {
  background-size: 100% 100%;
  background-position: left;
}
.recruit .info .c-more-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.recruit .info .c-more-btn:hover .icon {
  background-color: white;
  color: #27B1A0;
}
.recruit .info .c-more-btn:hover .inner-text {
  color: white;
}
@media screen and (max-width: 520px) {
  .recruit .info .c-more-btn:hover {
    background-size: 0% 0%;
  }
  .recruit .info .c-more-btn:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .recruit .info .c-more-btn:hover .icon {
    background-color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: white;
  }
  .recruit .info .c-more-btn:hover .inner-text {
    color: #27B1A0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.recruit .info .c-more-btn .icon {
  background-color: #27B1A0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.recruit .info .c-more-btn .inner-text {
  color: #27B1A0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.recruit .info .c-more-btn {
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .recruit .info .c-more-btn {
    max-width: calc(100% - 4rem);
  }
}
.recruit .confirm {
  padding-top: 6.8rem;
}
@media screen and (max-width: 520px) {
  .recruit .confirm .title {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .recruit .confirm {
    padding-top: 2.6rem;
  }
}
@media screen and (max-width: 520px) {
  .recruit .confirm .form-container {
    padding-top: 0rem;
  }
}
.recruit .confirm .form-container .step-box {
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  .recruit .confirm .main-box {
    width: 100%;
    margin-top: 5.6rem;
  }
}
.recruit .confirm .main-box .form-box {
  margin-top: 0;
}
.recruit .confirm .main-box .confirm-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruit .confirm .main-box .confirm-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4.6rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #D0D0D0;
  width: 100%;
}
.recruit .confirm .main-box .confirm-box .item:nth-child(1) {
  padding-top: 0;
}
.recruit .confirm .main-box .confirm-box .item .confirm-title {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #321200;
  line-height: 2;
  letter-spacing: 0.02em;
  width: 16.4rem;
  padding-right: 2rem;
}
@media screen and (max-width: 520px) {
  .recruit .confirm .main-box .confirm-box .item .confirm-title {
    font-size: 1.4rem;
    font-weight: 500;
    width: 9.2rem;
  }
}
.recruit .confirm .main-box .confirm-box .item .confirm-value {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #321200;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 520px) {
  .recruit .confirm .main-box .confirm-box .item .confirm-value {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 520px) {
  .recruit .thanks .title {
    display: none;
  }
}
.recruit .thanks .form-container {
  padding-top: 4rem;
  gap: 1.1rem;
}
@media screen and (max-width: 520px) {
  .recruit .thanks .form-container {
    gap: 0;
    padding-top: 2.6rem;
  }
}
.recruit .thanks .form-container .step-box {
  margin-top: 0;
}
.recruit .thanks .main-box .thanks-box .lg-text {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 520px) {
  .recruit .thanks .main-box .thanks-box .lg-text {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.recruit .thanks .main-box .thanks-box .mid {
  margin-top: 2.8rem;
}
@media screen and (max-width: 520px) {
  .recruit .thanks .main-box .thanks-box .mid {
    margin-top: 2.4rem;
  }
}
.recruit .thanks .main-box .thanks-box .sm-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #2E2F30;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 520px) {
  .recruit .thanks .main-box .thanks-box .sm-text {
    font-size: 1.4rem;
  }
}
.recruit .thanks .main-box .thanks-box .sm-text .re-contact {
  color: #27B1A0;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
}

.privacy .title {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  line-height: 1.0714285714;
  letter-spacing: 0.08em;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #27B1A0;
  max-width: 97.9rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: 10.8rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 520px) {
  .privacy .title {
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
  }
}
.privacy .container {
  max-width: 88.3rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.privacy .container .top {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #27B1A0;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 520px) {
  .privacy .container .top {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.privacy .container .text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #46463E;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 12rem;
}
@media screen and (max-width: 520px) {
  .privacy .container .text {
    font-size: 1.3rem;
    margin-bottom: 6.4rem;
  }
}