@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

html {
  font-size: 16px;
  line-height: 1.6;
  color: #595757;
  word-break: break-all;
  background: #fff;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media only screen and (min-width: 835px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  margin: 0;
  background: #fff;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
  border: 0;
}

picture {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  picture._sp {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  picture._pc {
    display: none;
  }
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #595757;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  color: #595757;
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 834px) {
  body {
    position: relative;
    font-size: 14px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.wf-loading {
  opacity: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__logo {
  position: relative;
  width: 100%;
}
.header__logo a {
  display: block;
}
@media only screen and (min-width: 835px) {
  .header__logo {
    max-width: 157px;
  }
}
@media only screen and (max-width: 834px) {
  .header__logo {
    width: 34%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 834px) {
  .header__logo svg {
    width: 100%;
    fill: #fff;
  }
}
.headerLink {
  display: flex;
  gap: 73px;
  margin-top: 5px;
  margin-left: auto;
}
@media only screen and (max-width: 834px) {
  .headerLink {
    display: none;
  }
}
@media only screen and (min-width: 835px) and (max-width: 980px) {
  .headerLink {
    gap: 20px;
    margin-right: 0;
  }
}
.headerLink__item {
  font: 20px/35px roboto, sans-serif;
  letter-spacing: 0.05em;
}
.headerLink__item a {
  position: relative;
  display: block;
  text-decoration: none;
}
.headerLink__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #595757;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.headerLink__item a:hover::after {
  transform: scale(1, 1);
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: #595757;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 835px) {
  .drawerWrap {
    display: none;
    pointer-events: none;
    opacity: 0;
  }
}
.drawerList {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background: #595757;
}
.drawerList__item {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font: 400 30px/52.5px roboto, sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}
.drawerList__item a {
  color: #fff;
}
._active .drawer {
  pointer-events: auto;
  opacity: 1;
}
.drawer__logo {
  position: absolute;
  top: 12.5px;
  left: 5%;
  width: 30.74%;
}
.drawer__logo svg {
  width: 100%;
}
.drawerButton {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 80px;
  height: 80px;
}
.drawerButton__inner {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  margin: auto;
  border: 1px solid #595757;
  border-radius: 4px;
}
._active .drawerButton__inner {
  background: #fff;
  border-color: #fff;
}
.drawerButton__top {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s;
  transform: translateX(-50%);
}
._active .drawerButton__top {
  left: 13px;
  transform: translateY(14px) rotate(45deg) translateX(-50%);
}
.drawerButton__med {
  position: absolute;
  top: 17px;
  left: 50%;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s;
  transform: translateX(-50%);
}
._active .drawerButton__med {
  opacity: 0;
}
.drawerButton__bottom {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s;
  transform: translateX(-50%);
}
._active .drawerButton__bottom {
  left: 13px;
  transform: translateY(-15px) rotate(-45deg) translateX(-50%);
}

body._drawerOpen {
  overflow: hidden;
}

.footer {
  display: flex;
  align-items: center;
  height: 120px;
  background: #dbe7ed;
}
@media only screen and (max-width: 834px) {
  .footer {
    height: 130px;
  }
}
.footer__inner {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .footer__inner {
    display: block;
    width: auto !important;
  }
}
.footerLink a {
  display: inline-block;
  padding-bottom: 5px;
  font: 13px/22.75px roboto, sans-serif;
  border-bottom: 1px solid #595757;
}
@media only screen and (max-width: 834px) {
  .footerLink a {
    font: 13px/21px roboto, sans-serif;
  }
}
.footerCopy {
  margin-left: auto;
  font: 13px/22.75px roboto, sans-serif;
}
@media only screen and (max-width: 834px) {
  .footerCopy {
    margin-top: 15px;
    font: 13px/21px roboto, sans-serif;
  }
}

.pagetop {
  position: sticky;
  bottom: 90px;
  z-index: 3;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.pagetop._show {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 834px) {
  .pagetop {
    bottom: 145px;
  }
}
.pagetop a {
  position: absolute;
  top: -24px;
  right: 32px;
  display: inline-block;
  width: 28px;
  height: 70px;
  transition: visibility 0.3s, opacity 0.3s;
}
.pagetop a img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 834px) {
  .pagetop a {
    top: -5px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}

.inner {
  width: min(91%, 1620px);
  margin-inline: auto;
}
@media only screen and (max-width: 834px) {
  .inner {
    width: min(90%, 1620px);
  }
}
.inner._small {
  width: min(87%, 1260px);
}
@media only screen and (max-width: 834px) {
  .inner._small {
    width: min(85%, 1260px);
  }
}
.inner._header {
  width: min(87%, 1660px);
}
@media only screen and (max-width: 834px) {
  .inner._header {
    width: min(90%, 1460px);
  }
}
.inner._toRight {
  width: min(93%, 1590px);
  margin-inline: 0;
  margin-left: auto;
}
@media only screen and (max-width: 834px) {
  .inner._toRight {
    width: min(90%, 1590px);
  }
}
.inner._w100 {
  width: min(100%, 1260px);
}

.mv {
  position: relative;
}
@media only screen and (max-width: 834px) {
  .mv {
    padding-bottom: 170px;
  }
}
.mv__title {
  position: absolute;
  width: 29%;
  padding-top: 42px;
  margin-left: 4.7%;
}
@media only screen and (max-width: 834px) {
  .mv__title {
    width: 14.3%;
    padding-top: 5%;
    margin-left: 16%;
  }
}
.mv__img {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .mv__img {
    width: 96%;
    aspect-ratio: 1520/910;
    padding-top: 10px;
    margin-left: 2.3%;
  }
}
@media only screen and (max-width: 834px) {
  .mv__img {
    width: 94%;
    aspect-ratio: 335/560;
    padding-top: 5%;
    margin-left: 3%;
  }
}
.section {
  position: relative;
  z-index: 1;
}
.section__title {
  margin-right: auto;
  margin-left: auto;
}
.section._top {
  margin-top: 120px;
}
@media only screen and (max-width: 834px) {
  .section._top {
    margin-top: 80px;
  }
}
.section._concept {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 200px;
}
@media only screen and (max-width: 834px) {
  .section._concept {
    margin-top: 107px;
  }
}
.section._service {
  z-index: 2;
  margin-top: 220px;
}
@media only screen and (max-width: 834px) {
  .section._service {
    margin-top: 120px;
  }
}
.section._company {
  padding-top: 384px;
  margin-top: 170px;
  overflow-x: hidden;
}
@media only screen and (min-width: 835px) {
  .section._company {
    z-index: 3;
  }
}
@media only screen and (max-width: 834px) {
  .section._company {
    padding-top: 110px;
    margin-top: 0;
    overflow: visible;
    background-size: 48% auto;
  }
}
.section._contact {
  overflow: hidden;
}
@media only screen and (min-width: 835px) {
  .section._contact {
    padding-top: 390px;
    margin-top: -390px;
  }
}
@media only screen and (max-width: 834px) {
  .section._contact {
    padding-top: 183px;
  }
}
.section._bg {
  margin-top: 305px;
  background-color: #dbe7ed;
  transform: skew(0deg, 20deg);
}
@media only screen and (min-width: 835px) {
  .section._bg {
    margin-bottom: 350px;
  }
}
@media only screen and (max-width: 834px) {
  .section._bg {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 834px) {
  .section._bg #staffVoice {
    scroll-margin-top: 50px;
  }
}

.voice__container {
  padding-top: 120px;
  padding-bottom: 50px;
  transform: skew(0deg, -20deg);
}
@media only screen and (min-width: 835px) and (max-width: 900px) {
  .voice__container {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .voice__container {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 835px) {
  .concept {
    display: grid;
    grid-template-columns: auto 58.5%;
    gap: 5%;
  }
}
.concept__texts {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
@media only screen and (max-width: 834px) {
  .concept__texts {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 51%;
    min-width: 270px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 835px) {
  .concept__title {
    width: 100%;
    max-width: 373px;
  }
}
@media only screen and (max-width: 834px) {
  .concept__title {
    width: 56%;
  }
}
.concept__text {
  margin-top: 56px;
}
@media only screen and (min-width: 835px) {
  .concept__text {
    max-width: 316px;
  }
}
@media only screen and (max-width: 834px) {
  .concept__text {
    width: 92%;
    margin-top: 10%;
  }
}
.concept__img {
  aspect-ratio: 797/746;
}
@media only screen and (max-width: 834px) {
  .concept__img {
    width: 73%;
    aspect-ratio: 250/660;
    margin-left: auto;
  }
}

.service__title {
  width: 100%;
  max-width: 255px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .service__title {
    max-width: 182px;
  }
}
.service__text {
  margin-top: 20px;
  font: 16px/32px yu-gothic-pr6n, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .service__text {
    margin-top: 23px;
    font: 13px/20px yu-gothic-pr6n, sans-serif;
  }
}

.company {
  position: relative;
  display: grid;
}
.company::before {
  position: absolute;
  top: -385px;
  left: 1100px;
  z-index: -1;
  width: 490px;
  height: 620px;
  content: "";
  background: url("../img/bg_company.png") no-repeat center center/contain;
}
@media only screen and (max-width: 834px) {
  .company::before {
    top: -250px;
    right: -8.5%;
    left: auto;
    width: 240px;
    height: 310px;
  }
}
@media only screen and (min-width: 700px) {
  .company {
    grid-template-columns: 55% auto;
    gap: 9%;
  }
}
@media only screen and (max-width: 834px) {
  .company__texts {
    margin-top: 44px;
  }
}
@media only screen and (min-width: 700px) {
  .company__texts {
    margin-top: 12px;
  }
}
.company__name {
  font: 25px/40px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .company__name {
    font: 20px/21px yu-gothic-pr6n, sans-serif;
  }
}
.company__dls {
  padding: 42px 0;
  font: 13px/25px yu-gothic-pr6n, sans-serif;
}
.company__dls + .company__dls {
  border-top: 1px solid #595757;
}
@media only screen and (max-width: 834px) {
  .company__dls {
    padding: 20px 0;
    font: 13px/20px yu-gothic-pr6n, sans-serif;
  }
}
.company__dls dl {
  display: grid;
}
@media only screen and (min-width: 835px) {
  .company__dls dl {
    grid-template-columns: 22% auto;
  }
}
@media only screen and (max-width: 834px) {
  .company__dls dl {
    gap: 13px;
  }
  .company__dls dl:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .company__dls dt {
    font: 15px/21px yu-gothic-pr6n, sans-serif;
  }
}
@media only screen and (max-width: 834px) {
  .company__dls dd {
    font: 13px/21px yu-gothic-pr6n, sans-serif;
  }
}
.company__dls dd ul:not(:first-child) {
  margin-top: 1em;
}
.company__dls dd ul li:not(._top) {
  position: relative;
  padding-left: 1em;
}
.company__dls dd ul li:not(._top)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.company__title {
  width: 100%;
  max-width: 321px;
}
@media only screen and (max-width: 834px) {
  .company__title {
    max-width: 229px;
  }
}
@media only screen and (min-width: 700px) {
  .company__title.sp {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .company__title.pc {
    display: block !important;
  }
}
@media only screen and (min-width: 835px) {
  .company__img {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 834px) {
  .company__img {
    max-width: 336px;
  }
}
.company__access {
  margin-top: 20px;
}
@media only screen and (min-width: 835px) {
  .company__access {
    font: 13px/25px yu-gothic-pr6n, sans-serif;
    text-align: right;
  }
}
@media only screen and (max-width: 834px) {
  .company__access {
    margin-top: 17px;
    font: 12.5px/20px yu-gothic-pr6n, sans-serif;
  }
}
.company__btn {
  margin-top: 22px;
  text-align: right;
}
@media only screen and (max-width: 834px) {
  .company__btn {
    text-align: center;
  }
}

.voice {
  display: grid;
}
@media only screen and (min-width: 835px) {
  .voice {
    grid-template-columns: 31% auto;
    gap: 3%;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 834px) {
  .voice {
    gap: 40px;
  }
}
.voice__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .voice__inner {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 835px) {
  .voice__box {
    margin-top: 35%;
  }
}
.voice__box__texts {
  text-align: center;
}
.voice__title {
  width: 100%;
  max-width: 194px;
}
@media only screen and (max-width: 834px) {
  .voice__title {
    max-width: 273px;
    margin-bottom: 20px;
  }
}
.voice__text {
  margin-top: 14%;
  font: 16px/32px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .voice__text {
    margin-top: 3%;
    font: 13px/21px yu-gothic-pr6n, sans-serif;
  }
}
.voice__btn {
  margin-top: 14%;
}
@media only screen and (max-width: 834px) {
  .voice__btn {
    margin-top: 5%;
  }
}
.voice__img {
  aspect-ratio: 660/800;
}
@media only screen and (max-width: 834px) {
  .voice__img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 835px) {
  .voice__bg {
    position: absolute;
    top: -60px;
    left: 4%;
    z-index: 2;
    width: 8.5%;
    max-width: 150px;
    transform: skew(0deg, -20deg);
  }
  .voice__bg::before {
    display: block;
    padding-top: 450%;
    content: "";
  }
  .voice__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 834px) {
  .voice__bg {
    display: none;
  }
}

.contact {
  position: relative;
  padding-bottom: 250px;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .contact {
    padding-bottom: 227px;
  }
}
.contact__title {
  width: 100%;
  max-width: 270px;
}
@media only screen and (max-width: 834px) {
  .contact__title {
    max-width: 192px;
  }
}
.contact__text {
  margin-top: 54px;
  font: 20px/32px yu-gothic-pr6n, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .contact__text {
    margin-top: 22px;
    font: 16px/26px yu-gothic-pr6n, sans-serif;
  }
}
.contact__btn {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .contact__btn {
    margin-top: 28px;
  }
}
.contact__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
}
@media only screen and (max-width: 834px) {
  .contact__img {
    width: 200%;
    height: 100%;
  }
}

.form._confirm .form__dl {
  gap: 15px;
  padding-bottom: 0;
}
.form._confirm .form__dd {
  padding-bottom: 5px;
  font-size: 23px;
  border-bottom: 1px solid #595757;
}
@media only screen and (min-width: 835px) {
  .form._confirm .form__dd:not(._w100) {
    width: 32%;
    min-width: 400px;
  }
  .form._confirm .form__dd._email {
    width: 62%;
    min-width: 700px;
  }
}
@media only screen and (max-width: 834px) {
  .form._confirm .form__dd {
    font-size: 16px;
  }
}

.form__dl:not(:first-child) {
  margin-top: 67px;
}
@media only screen and (max-width: 834px) {
  .form__dl:not(:first-child) {
    margin-top: 20px;
  }
}
._confirm .form__dl {
  display: grid;
  gap: 30px;
  padding: 30px 0;
  margin-top: 0;
}
@media only screen and (max-width: 834px) {
  ._confirm .form__dl {
    padding: 20px 0;
  }
}

.form__dt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .form__dt {
    font-size: 13px;
  }
}

.form__dd {
  margin-top: 25px;
}
@media only screen and (max-width: 834px) {
  .form__dd {
    margin-top: 15px;
  }
}
.form__dd input[type=text],
.form__dd input[type=tel],
.form__dd input[type=email],
.form__dd textarea {
  width: 32%;
  padding: 0 12px;
  overflow: auto;
  font-size: 23px;
  border-bottom: 1px solid #595757;
}
@media only screen and (min-width: 835px) {
  .form__dd input[type=text],
  .form__dd input[type=tel],
  .form__dd input[type=email],
  .form__dd textarea {
    min-width: 400px;
  }
}
@media only screen and (max-width: 834px) {
  .form__dd input[type=text],
  .form__dd input[type=tel],
  .form__dd input[type=email],
  .form__dd textarea {
    width: 100%;
    font-size: 16px;
  }
}
.form__dd input[type=email] {
  width: 62%;
}
@media only screen and (min-width: 835px) {
  .form__dd input[type=email] {
    min-width: 700px;
  }
}
@media only screen and (max-width: 834px) {
  .form__dd input[type=email] {
    width: 100%;
  }
}
.form__dd textarea {
  width: 100%;
  height: 10em;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.2;
  resize: none;
  border: 1px solid #595757;
}
@media only screen and (max-width: 834px) {
  .form__dd textarea {
    height: 8.9em;
  }
}
._confirm .form__dd {
  margin-top: 0;
  font-size: 16px;
}
@media only screen and (max-width: 834px) {
  ._confirm .form__dd {
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #595757;
  }
}

.error {
  font-size: 16px;
  color: #b80000;
}
@media only screen and (max-width: 834px) {
  .error {
    display: block;
  }
}
.error._check {
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 834px) {
  .error._check {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 835px) {
  .error._margin {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 834px) {
  .error {
    font-size: 13px;
  }
  .error._center {
    display: block;
    text-align: center;
  }
}

.form__btn {
  margin-top: 22px;
  text-align: center;
}

.privacyPolicy__wrap {
  position: relative;
  margin-top: 57px;
}
@media only screen and (max-width: 834px) {
  .privacyPolicy__wrap {
    margin-top: 16px;
    text-align: center;
  }
}
.privacyPolicy__check {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 834px) {
  .privacyPolicy__check {
    padding-left: 30px;
    font-size: 13px;
  }
}
.privacyPolicy__check a {
  font-size: 16px;
  text-decoration: underline;
}
@media only screen and (max-width: 834px) {
  .privacyPolicy__check a {
    font-size: 13px;
  }
}

.form_check_error_box {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.form_check_error_box .c-form_error_text {
  margin-top: 0;
}
:not(.is-error) + .form_check_error_box {
  display: none;
}

.privacyPolicy__check input {
  display: none;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #595757;
  transform: translateY(-50%);
}

.checkmark::after {
  position: absolute;
  top: 0;
  left: 7px;
  width: 8px;
  height: 16px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.privacyPolicy__check input:checked + .checkmark::after {
  border-color: #595757;
  opacity: 1;
}

.contactThanks {
  margin-bottom: 68px;
  text-align: center;
}

.radiolist {
  max-width: 600px;
}
.radiolist + .radiolist {
  margin-top: 30px;
}
.radiolist__title {
  margin-bottom: 15px;
}
.radiolist__link {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.radiolist__item {
  line-height: 1;
}
.radiolist__itemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
@media only screen and (max-width: 834px) {
  .radiolist__itemWrap {
    display: block;
    display: grid;
    gap: 20px;
  }
}
.radiolist__item label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  .radiolist__item label {
    display: flex;
  }
}
.radiolist__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  .radiolist__text {
    font-size: 13px;
  }
}
.radiolist__text::before {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  content: "";
  border: 1px solid #595757;
}
.radiolist__text::after {
  position: absolute;
  top: 2px;
  left: 8px;
  width: 8px;
  height: 16px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
:checked + .radiolist__text::after {
  border-color: #595757;
  opacity: 1;
}

.form__btns {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 834px) {
  .form__btns {
    display: block;
  }
}

.confirm__text {
  margin-bottom: 43px;
  font-size: 22px;
}
@media only screen and (max-width: 834px) {
  .confirm__text {
    margin-bottom: 60px;
    font-size: 15px;
  }
}

.thanks__title {
  font-size: 40px;
}
@media only screen and (max-width: 834px) {
  .thanks__title {
    font-size: 21px;
  }
}
.thanks__text {
  margin-top: 40px;
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  .thanks__text {
    margin-top: 20px;
    font-size: 13px;
  }
}
.thanks__btn {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .thanks__btn {
    margin-top: 40px;
  }
}

.btn {
  display: inline-block;
  padding: 10px 40px;
  font: 20px/37px yu-gothic-pr6n, sans-serif;
  text-align: center;
  border: 1px solid #595757;
  border-radius: 8px;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 834px) {
  .btn {
    padding: 10px 20px;
    font: 16px/20px yu-gothic-pr6n, sans-serif;
  }
}
.btn:hover {
  color: #fff;
  background-color: #595757;
}
.btn._arrow {
  padding: 40px 44px;
}
@media only screen and (max-width: 834px) {
  .btn._arrow {
    padding: 20px 30px 40px;
  }
}
.btn._arrow span {
  position: relative;
  padding-right: 120px;
}
@media only screen and (max-width: 834px) {
  .btn._arrow span {
    padding-right: 0;
    padding-bottom: 28px;
  }
}
.btn._arrow span::after {
  position: absolute;
  right: 0;
  width: 105px;
  height: 20px;
  content: "";
  background: url("../img/arrow_btn.png") no-repeat center center/contain;
  transition: right 0.3s;
}
@media only screen and (max-width: 834px) {
  .btn._arrow span::after {
    right: auto;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 12px;
    transform: translateX(-50%);
  }
}
.btn._arrow:hover {
  color: #595757;
  background: #fff;
}
.btn._arrow:hover span::after {
  right: -10px;
}

.tab {
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 834px) {
  .tab {
    margin-top: 25px;
  }
}
.tabList {
  position: relative;
  z-index: 1;
  width: 100%;
}
.tabList__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
.tabList::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 99.9%;
  content: "";
  background: #dbe7ed;
}
@media only screen and (min-width: 835px) {
  .tabList {
    padding-top: 25px;
  }
}
.tabList._01active::after {
  border-radius: 0 24px 0 0;
}
.tabList._02active::after {
  border-radius: 24px 24px 0 0;
}
.tabList._03active::after {
  border-radius: 24px 0 0;
}
@media only screen and (max-width: 834px) {
  .tabList {
    padding-top: 10px;
  }
}
.tabList button {
  color: #595757;
}
.tabList__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5px;
  font: 25px/25px roboto, sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-radius: 24px 24px 0 0;
}
@media only screen and (min-width: 835px) {
  .tabList__item {
    position: relative;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 834px) {
  .tabList__item {
    padding: 14px 5px;
    font: 18px/18px roboto, sans-serif;
    border-radius: 8px 8px 0 0;
  }
}
.tabList__item[aria-selected=true] {
  background-color: #fff;
}
@media only screen and (min-width: 835px) {
  .tabList__item:nth-child(1)[aria-selected=true]::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    max-width: 1260px;
    height: 45px;
    content: "";
    background: #fff;
    border-radius: 0 24px 0 0;
  }
  .tabList__item:nth-child(2)[aria-selected=true]::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    width: 100vw;
    max-width: 1260px;
    height: 45px;
    content: "";
    background: #fff;
    border-radius: 24px 24px 0 0;
    transform: translateX(-50%);
  }
  .tabList__item:nth-child(3)[aria-selected=true]::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    max-width: 1260px;
    height: 45px;
    content: "";
    background: #fff;
    border-radius: 24px 0 0;
  }
}
.tab__content {
  position: relative;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 835px) {
  .tab__content {
    padding: 80px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 834px) {
  .tab__content {
    padding: 35px 0 30%;
  }
}
@media only screen and (max-width: 699px) {
  .tab__content {
    padding: 35px 0 60%;
  }
}
.tab__texts {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 65%;
}
@media only screen and (min-width: 835px) {
  .tab__texts {
    height: 330px;
  }
}
@media only screen and (max-width: 834px) {
  .tab__texts {
    width: min(86%, 1260px);
    max-width: none;
    height: 270px;
    margin-inline: auto;
  }
}
.tab__title {
  font: 22px/39px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .tab__title {
    font: 13px/21px yu-gothic-pr6n, sans-serif;
  }
}
.tab__text {
  margin-top: 30px;
  font: 16px/29px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .tab__text {
    margin-top: 20px;
    font: 13px/20px yu-gothic-pr6n, sans-serif;
  }
}
.tab__img {
  position: absolute;
  top: 0;
  right: 9%;
  width: 118%;
  aspect-ratio: 1480/1025;
}
@media only screen and (max-width: 699px) {
  .tab__img {
    top: 150px;
    right: 0;
  }
}

@media only screen and (max-width: 834px) {
  br.pc {
    display: none;
  }
}
@media only screen and (min-width: 835px) {
  br.sp {
    display: none;
  }
}

._wbr {
  word-break: keep-all;
}

.delay__10s {
  animation-delay: 1s !important;
}
.delay__15s {
  animation-delay: 1.5s !important;
}
.delay__20s {
  animation-delay: 2s !important;
}
.delay__25s {
  animation-delay: 2s !important;
}
.delay__30s {
  animation-delay: 3s !important;
}
.delay__40s {
  animation-delay: 4s !important;
}
.delay__50s {
  animation-delay: 5s !important;
}
.delay__60s {
  animation-delay: 6s !important;
}

.duration__15s {
  animation-duration: 1.5s !important;
}
.duration__20s {
  animation-duration: 2s !important;
}

.Animation__blur.-inview {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}

.Animation__fadeBlur {
  opacity: 0;
}
.Animation__fadeBlur.-inview {
  animation: fadeInBlurOut 1s ease-in-out forwards;
}
@keyframes fadeInBlurOut {
  0% {
    filter: blur(10px);
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}

.Animation__fadeUp {
  display: block;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.Animation__fadeUp.-inview {
  animation-name: fadeUpAnime;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Animation__arrow {
  animation-name: arrowMove;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes arrowMove {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

.mv.-inview .mv__scrollWrap {
  opacity: 0;
  animation: fadeInBlurOut 1s ease-in forwards;
}
.mv.js-inview .mv__title {
  opacity: 0;
}
.mv.-inview._lottieLoaded .mv__title {
  animation: fadeInBlurOut 1s ease-in-out forwards;
  animation-delay: 1.5s;
}
.mv__img {
  animation-delay: 3s;
}

.member__inner {
  padding: 2.6% 0;
}
@media only screen and (min-width: 835px) {
  .member__inner {
    width: min(87%, 1260px) !important;
  }
}
@media only screen and (min-width: 835px) {
  .member__top {
    padding: 0 5.3%;
  }
}
@media only screen and (max-width: 834px) {
  .member__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9% 8%;
  }
}
.member__title {
  font: 100px/100px roboto, sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 835px) {
  .member__title {
    max-width: 386px;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 834px) {
  .member__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91%;
    font: 50px/50px roboto, sans-serif;
  }
}
.memberList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11%;
  margin-top: 71px;
}
@media only screen and (max-width: 834px) {
  .memberList {
    display: contents;
  }
}
@media only screen and (max-width: 834px) {
  .memberList__img {
    width: 89%;
  }
}
.memberList__btn {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 835px) {
  .memberList__btn a {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 834px) {
  .memberList__btn a {
    width: 76%;
    max-width: 115px;
    padding: 9px 0;
  }
}
@media only screen and (max-width: 834px) {
  .memberList__btn {
    margin-top: 10px;
  }
}
.memberList__btn button {
  color: #595757;
}
.memberDetail {
  position: relative;
  z-index: 2;
}
.memberDetailWrap {
  margin-top: 284px;
  overflow-x: hidden;
}
@media only screen and (max-width: 834px) {
  .memberDetailWrap {
    margin-top: 140px;
  }
}
.memberDetail:not(:first-child) {
  margin-top: 230px;
}
@media only screen and (max-width: 834px) {
  .memberDetail:not(:first-child) {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 834px) {
  .memberDetail__inner {
    padding: 0 1%;
  }
}
.memberDetail:nth-child(1) {
  padding-bottom: 555px;
}
.memberDetail:nth-child(1)::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 35vw, 100% 0, 100% calc(100% - 35vw), 0 100%);
          clip-path: polygon(0 35vw, 100% 0, 100% calc(100% - 35vw), 0 100%);
  content: "";
  background: #dbe7ed;
}
@media only screen and (max-width: 834px) {
  .memberDetail:nth-child(1)::after {
    top: 11%;
    height: 70%;
  }
}
.memberDetail:nth-child(2) {
  z-index: 3;
  margin-top: -280px;
}
@media only screen and (max-width: 834px) {
  .memberDetail:nth-child(2) {
    margin-top: -400px;
  }
}
.memberDetail:nth-child(3) {
  padding-top: 400px;
  padding-bottom: 170px;
  margin-top: -80px;
  margin-bottom: 60px;
}
.memberDetail:nth-child(3)::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 35vw, 100% 0, 100% calc(100% - 35vw), 0 100%);
          clip-path: polygon(0 35vw, 100% 0, 100% calc(100% - 35vw), 0 100%);
  content: "";
  background: #dbe7ed;
}
@media only screen and (max-width: 834px) {
  .memberDetail:nth-child(3)::after {
    height: 95%;
  }
}
@media only screen and (max-width: 834px) {
  .memberDetail:nth-child(3) {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 150px;
  }
}
@media only screen and (min-width: 835px) {
  .memberDetail__top {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 5%;
    align-items: center;
  }
}
@media only screen and (max-width: 834px) {
  .memberDetail__top__tile {
    display: grid;
    grid-template-columns: 57% auto;
    align-items: flex-end;
  }
}
.member__img {
  position: relative;
}
.member__img::before {
  position: absolute;
  top: 0;
  left: -140px;
  z-index: -1;
  width: 130px;
  height: 110px;
  content: "";
}
@media only screen and (max-width: 834px) {
  .member__img::before {
    left: -55%;
    width: 55%;
    height: 29%;
  }
}
.member__img._01::before {
  background: url("../img/decorate01.png") no-repeat center center/contain;
}
.member__img._02::before {
  background: url("../img/decorate02.png") no-repeat center center/contain;
}
.member__img._03::before {
  background: url("../img/decorate03.png") no-repeat center center/contain;
}
@media only screen and (max-width: 834px) {
  .member__img {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (max-width: 834px) {
  .member__texts {
    display: contents;
  }
}
.member__role {
  font: 30px/45px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .member__role {
    grid-area: 1/1/2/2;
    font: 25px/25px yu-gothic-pr6n, sans-serif;
  }
}
.member__dlWrap {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media only screen and (max-width: 834px) {
  .member__dlWrap {
    grid-area: 2/1/3/3;
    margin-top: 27px;
  }
}
.member__dlWrap dl {
  display: grid;
  padding: 12px 0;
  font: 13px/20px yu-gothic-pr6n, sans-serif;
}
@media only screen and (min-width: 835px) {
  .member__dlWrap dl {
    grid-template-columns: 80px auto;
    gap: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .member__dlWrap dl {
    padding: 9px 0;
  }
}
.memberQA dl {
  margin-top: 50px;
}
@media only screen and (max-width: 834px) {
  .memberQA dl {
    margin-top: 30px;
  }
}
.memberQA dt {
  position: relative;
  padding-left: 40px;
  font: 20px/43px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .memberQA dt {
    padding-left: 28px;
    font: 16px/28px yu-gothic-pr6n, sans-serif;
  }
}
.memberQA dt::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #4653a2;
  content: "Q";
}
@media only screen and (max-width: 834px) {
  .memberQA dt::before {
    font-size: 16px;
  }
}
.memberQA dd {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  font: 13px/27px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .memberQA dd {
    padding-left: 28px;
    margin-top: 4px;
    font: 13px/20px yu-gothic-pr6n, sans-serif;
  }
}
.memberQA dd::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #88abda;
  content: "A";
}
@media only screen and (max-width: 834px) {
  .memberQA dd::before {
    font-size: 16px;
  }
}

.scroll {
  position: relative;
  height: 100%;
}
.scrollWrap._mv {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.scrollWrap._member {
  margin-top: 210px;
}
.scroll span {
  position: absolute;
  bottom: 0;
  left: 50%;
  font: 20px/35px roboto, sans-serif;
  color: #595757;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .scroll span {
    font: 18px/31.5px roboto, sans-serif;
  }
}
.scroll::before {
  position: absolute;
  right: calc(50% - 8px);
  bottom: 40px;
  width: 2px;
  height: 20px;
  content: "";
  background: #595757;
  transform: skewX(-31deg) translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .scroll::before {
    right: calc(50% - 6px);
    height: 10px;
  }
}
.scroll::after {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 50%;
  width: 2px;
  height: 70px;
  content: "";
  background: #595757;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .scroll::after {
    height: 40px;
  }
}

.privacypolicy__text {
  font: 13px/25px yu-gothic-pr6n, sans-serif;
}
@media only screen and (max-width: 834px) {
  .privacypolicy__text {
    font: 13px/22px yu-gothic-pr6n, sans-serif;
  }
}

.lower__title {
  padding-top: 7px;
  margin-bottom: 51px;
  font: 85px/85px roboto, sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}
.lower__title._privacypolicy {
  padding-top: 20px;
  font: 70px/70px roboto, sans-serif;
}
@media only screen and (max-width: 834px) {
  .lower__title._privacypolicy {
    font: 45px/45px roboto, sans-serif;
  }
}
@media only screen and (max-width: 834px) {
  .lower__title {
    padding-top: 12px;
    margin-bottom: 26px;
    font: 45px/45px roboto, sans-serif;
  }
}
.lower__content {
  position: relative;
  padding: 82px 0;
}
@media only screen and (max-width: 834px) {
  .lower__content {
    padding: 36px 8%;
  }
  .lower__content._wide {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.lower__content::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  content: "";
  box-shadow: 0 0 0 100vmax #595757;
}
.lower__content._confirm {
  padding-top: 127px;
}
@media only screen and (max-width: 834px) {
  .lower__content._privacypolicy {
    padding-right: 1%;
    padding-left: 1%;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */