@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

a:hover {
  opacity: 0.7;
}

/* フォント */
@font-face {
  font-family: "jost";
  src: url("../font/jost/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "jost";
  src: url("../font/jost/Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "jost";
  src: url("../font/jost/Jost-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "jost";
  src: url("../font/jost/Jost-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("../font/Avenir/Avenir-Light-07.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 1050px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .is-sp {
    display: none;
  }
}
/* ========================================================
common
=========================================================*/
body {
  font-family: "Avenir", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #fff;
  font-weight: normal;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .inner {
    width: 670px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media (min-width: 1050px) {
  .is-sp {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .is-sp {
    display: none !important;
  }
}
.container__left {
  position: relative;
}
.container__left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background: #ffff6d;
  z-index: -1;
}
.container__left.container--left--on::after {
  z-index: 1;
}

.container--right {
  position: relative;
}
.container--right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 100%;
  background: #ffff6d;
  z-index: -1;
}
.container--right.container--right--on::after {
  z-index: 1;
}

.container--bg {
  background: #f3f2ee;
}

.section-title .en {
  display: block;
  font-size: 3.4rem;
  line-height: 1.4705882353;
  font-weight: 400;
  letter-spacing: 0.42em;
  font-family: "jost";
}
.section-title .ja {
  display: block;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  letter-spacing: 0.44em;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .section-title .en {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

.section-title--center {
  text-align: center;
}

.page-title {
  text-align: center;
}
.page-title .en {
  font-size: 6.1rem;
  line-height: 1.1967213115;
  font-family: "jost";
  letter-spacing: 0.2em;
}
.page-title .ja {
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .page-title .en {
    font-size: 8vw;
  }
}

.section-container {
  padding: 112px 0 113px;
  position: relative;
}
.section-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #000;
}
@media (max-width: 767px) {
  .section-container {
    padding: 0;
  }
  .section-container::after {
    top: 46%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
  }
}

.section-container__inner {
  width: 1130px;
}
@media (max-width: 767px) {
  .section-container__inner {
    width: 100%;
  }
}

.section-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-wrapper {
    display: block;
  }
}

/* ========================================================
header
=========================================================*/
header {
  padding-top: 43px;
}
@media (max-width: 767px) {
  header {
    padding: 37.5px 0;
  }
}

.header__logo {
  width: 141px;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .header__logo {
    width: 13.3vw;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 18.8vw;
    min-width: 80px;
  }
}

.header__inner {
  width: 1260px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__inner {
    width: 635px;
  }
}

.drawer-icon p {
  font-size: 1.7rem;
  font-family: "jost";
  font-weight: 400;
  text-align: center;
  padding-top: 0.5em;
}
.drawer-icon p.close {
  display: none;
}
.drawer-icon.is-active {
  position: fixed;
  top: 33px;
  right: 82px;
  z-index: 300;
}
.drawer-icon.is-active p {
  padding-top: 0;
  color: #fff;
}
.drawer-icon.is-active p.open {
  display: none;
}
.drawer-icon.is-active p.close {
  display: block;
}
.drawer-icon.is-active .drawer-icon__bars {
  width: 46px;
  height: 28px;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-30deg);
  top: 8px;
  width: 46px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(30deg);
  top: 8px;
  width: 46px;
  background: #fff;
}
@media (max-width: 767px) {
  .drawer-icon p {
    font-size: max(2.2vw, 14px);
  }
  .drawer-icon.is-active {
    right: 6.6%;
    top: 2.5%;
  }
}

.drawer-icon__bars {
  width: 54px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 54px;
  height: 2px;
  background: #000;
  top: 0;
}

.drawer-icon__bar1 {
  top: 0;
  right: 0;
  width: 22px;
}

.drawer-icon__bar2 {
  top: 12px;
}

.drawer-icon__bar3 {
  top: 22px;
  width: 22px;
  left: 0;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.87);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding: 14.6%;
  overflow: auto;
}
.drawer-content.is-active {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .drawer-content {
    padding: 21.3% 15%;
  }
}

.drawer-content__item {
  border-bottom: 4px solid #fff;
}
.drawer-content__item:nth-child(n+2) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .drawer-content__item:nth-child(n+2) {
    padding-top: 9%;
  }
}

.drawer-content__item-link {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  text-decoration: none;
  color: #fff;
}
.drawer-content__item-link .en {
  display: block;
  font-size: min(2.4890190337vw, 34px);
  letter-spacing: 0.42em;
  font-family: "jost";
}
.drawer-content__item-link .ja {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.42em;
  padding-left: 2.8em;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .drawer-content__item-link .en {
    font-size: 3vw;
  }
  .drawer-content__item-link .ja {
    font-size: 1.9vw;
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .drawer-content__item-link {
    display: block;
    padding-bottom: 6.4%;
  }
  .drawer-content__item-link .en {
    font-size: 4.5vw;
  }
  .drawer-content__item-link .ja {
    font-size: 2.6vw;
    padding-left: 0;
    padding-top: 1em;
  }
}

.drawer__btn {
  margin-top: 80px;
  text-align: center;
}
.drawer__btn a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  width: 506px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  padding: 0.8em 0;
  position: relative;
}
.drawer__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.3em;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_black.png) no-repeat center center/contain;
  width: 0.45em;
  aspect-ratio: 10/17;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .drawer__btn a {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  .drawer__btn a {
    width: 67.4vw;
    font-size: 3.4vw;
  }
}

/* ========================================================
about
=========================================================*/
.about {
  padding: 100px 0 153px;
}
@media (max-width: 767px) {
  .about {
    padding: 0 0 23.4%;
  }
}

.about__slider {
  width: 100%;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 2.6%;
  transform: translateY(-50%);
  z-index: 10;
  width: 10px;
  aspect-ratio: 20/27;
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: 2.6%;
  transform: translateY(-50%);
  z-index: 10;
  width: 10px;
  aspect-ratio: 20/27;
}

.about__inner {
  width: 1200px;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .about__inner {
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .about__inner {
    box-sizing: border-box;
    width: 600px;
    margin-top: -3%;
    padding: 0 15px;
  }
}

.about__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about__content {
    display: block;
  }
}

.about__images {
  width: 32%;
  margin-left: 4.3%;
}
.about__images img {
  width: 384px;
  aspect-ratio: 384/382;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__images img:nth-child(n+2) {
  margin-top: 28px;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .about__images {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about__images {
    display: none;
  }
}

.about__body {
  width: 57%;
  padding-top: 19%;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .about__body {
    margin-left: 0;
    width: 62%;
  }
}
@media (max-width: 767px) {
  .about__body {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}

.about__title--en {
  font-size: 3.4rem;
  font-family: "jost";
  font-weight: 500;
  letter-spacing: 0.07em;
}

.about__text--en {
  font-size: 1.2rem;
  line-height: 2.5;
  font-weight: 400;
  font-family: "jost";
  padding-top: 46px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .about__text--en {
    padding-top: 4%;
    line-height: 1.8;
  }
}

.about__heading {
  font-size: 6.1rem;
  line-height: 1.2131147541;
  font-weight: 500;
  font-family: "jost";
  letter-spacing: 0.17em;
  position: relative;
  text-align: right;
  margin-top: 173px;
}
.about__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_heading-border.png) no-repeat center center/100%;
  width: 100%;
  aspect-ratio: 1423/217;
  z-index: -1;
}
@media (min-width: 1050px) {
  .about__heading::after {
    left: unset;
    right: max(-25px - (50vw - 600px), -385px);
    width: 54vw;
    max-width: 100%;
  }
}
.about__heading span {
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .about__heading {
    font-size: 5.8vw;
  }
}
@media (max-width: 767px) {
  .about__heading {
    font-size: 8.1vw;
    margin-top: 19.6%;
  }
}

.about__text {
  font-size: 1.7rem;
  line-height: 2.8235294118;
  letter-spacing: 0.06em;
  text-align: right;
  padding-top: 76px;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .about__text {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .about__text {
    font-size: max(2.2vw, 14px);
    padding-top: 8%;
  }
}
@media screen and (max-width: 400px) {
  .about__text {
    font-size: 11px;
  }
}
@media screen and (min-width: 511px) {
  .about__text .br--u510 {
    display: none;
  }
}

/* ========================================================
company
=========================================================*/
.company {
  background: #f3f2ee;
  padding: 104px 0 113px;
}
@media (max-width: 767px) {
  .company {
    padding: 11% 0 16%;
  }
}

.company__inner {
  width: 1130px;
}
@media (max-width: 767px) {
  .company__inner {
    width: 79%;
  }
}
@media screen and (max-width: 500px) {
  .company__inner {
    width: 100%;
  }
}

.company__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company__content {
    display: block;
  }
}

.company__title {
  width: 30%;
}
@media (max-width: 767px) {
  .company__title {
    width: 100%;
  }
}

.company__info {
  width: 56%;
}
@media (max-width: 767px) {
  .company__info {
    width: 100%;
    margin-top: 12.4%;
  }
}

.company__info-item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.company__info-item dt {
  border-bottom: 3px solid #000;
  width: 34%;
  padding: 0.8em 1em;
  line-height: 1.2;
}
.company__info-item dd {
  width: 67%;
  padding: 0.8em 0 0.8em 1.5em;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .company__info-item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .company__info-item {
    font-size: max(2.2vw, 14px);
  }
}
@media screen and (max-width: 500px) {
  .company__info-item dt, .company__info-item dd {
    font-size: 13px;
  }
  .company__info-item dt {
    padding-left: 1em;
    padding-right: 0;
    width: 31%;
  }
  .company__info-item dd {
    padding-left: 0.5em;
  }
}

/* ========================================================

=========================================================*/
.vision {
  padding: 97px 0 99px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .vision {
    padding: 11% 0 16%;
  }
}

.vision__heading {
  padding-top: 27px;
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: "palt";
}
.vision__heading span {
  position: relative;
  font-family: "jost";
  font-style: italic;
  font-size: 6.9rem;
}
.vision__heading span::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/bg_circle.png) no-repeat center center/contain;
  width: 2em;
  aspect-ratio: 137/112;
  z-index: -1;
}
@media (max-width: 767px) {
  .vision__heading {
    font-size: max(5.9vw, 25px);
    padding-top: 7%;
  }
  .vision__heading span {
    font-size: 4rem;
  }
}

.vision__text {
  font-size: 1.7rem;
  line-height: 2.8235294118;
  letter-spacing: 0.12em;
  text-align: center;
  padding-top: 31px;
}
@media (max-width: 767px) {
  .vision__text {
    font-size: max(2.2vw, 12px);
  }
}

/* ========================================================
service
=========================================================*/
.service {
  padding: 112px 0 109px;
  background: #f3f2ee;
}
@media (max-width: 767px) {
  .service {
    padding: 11% 0 16%;
  }
}

.service__inner {
  width: 1200px;
}
@media (max-width: 767px) {
  .service__inner {
    width: 570px;
  }
}

.service__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service__content {
    display: block;
  }
}

.service__title {
  margin-left: 36px;
  width: 26%;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .service__title {
    margin-left: 4.1%;
  }
}
@media (max-width: 767px) {
  .service__title {
    width: 100%;
    margin-left: 0;
  }
}

.service__btn {
  margin-top: 87px;
  position: relative;
  z-index: 2;
}
.service__btn a {
  display: inline-block;
  width: 251px;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  background: #000;
  border-radius: 18px;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.08em;
  position: relative;
}
.service__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.png) no-repeat center center/contain;
  width: 8px;
  aspect-ratio: 5/8;
}
@media (max-width: 767px) {
  .service__btn {
    text-align: center;
    margin-top: 20%;
  }
  .service__btn a {
    max-width: 322px;
    min-width: 251px;
    width: 42.9vw;
    font-size: 2.8vw;
  }
}

.service__items {
  display: flex;
  justify-content: space-between;
  width: 63%;
}
@media (max-width: 767px) {
  .service__items {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 12.5%;
  }
}

.service__item {
  width: 30%;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .service__item {
    width: 30.3666666667%;
  }
  .service__item:nth-child(n+2) {
    margin-left: 6.4%;
  }
}
@media (max-width: 767px) {
  .service__item {
    width: 42.7%;
  }
  .service__item:nth-child(n+2) {
    margin-left: 0;
  }
  .service__item:nth-child(n+3) {
    margin-top: 14.6%;
  }
}

.service__item-title {
  font-size: 2.3rem;
  line-height: 2.1739130435;
  letter-spacing: 0.42em;
  font-family: "jost";
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .service__item-title {
    font-size: 2.1vw;
  }
}
@media (max-width: 767px) {
  .service__item-title {
    font-size: max(2.9vw, 14px);
  }
}

.service__item-list {
  padding-top: 25px;
}
.service__item-list li {
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .service__item-list{
    padding-top: 20px;
  }
  .service__item-list li {
    font-size: 15px;
    line-height: 1.75;
  }
}
.service__item-list a {
  text-decoration: none;
  color: #000;
}

/* ========================================================
recruit
=========================================================*/
.recruit {
  width: 50%;
}
@media (max-width: 767px) {
  .recruit {
    width: 100%;
    padding: 13% 0 12%;
  }
}

.recruit__content {
  padding-top: 33px;
}
@media (max-width: 767px) {
  .recruit__content {
    display: flex;
    justify-content: space-between;
  }
}

.recruit__link {
  font-size: 1.7rem;
  line-height: 2.3529411765;
  letter-spacing: 0.12em;
}
.recruit__link a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding-right: 2em;
  position: relative;
}
.recruit__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_black.png) no-repeat center center/contain;
  width: 0.5em;
  aspect-ratio: 5/10;
}
@media (max-width: 767px) {
  .recruit__link {
    width: 40%;
    font-size: max(2.8vw, 14px);
  }
  .recruit__link a {
    font-size: max(2.8vw, 14px);
  }
}

/* ========================================================
group
=========================================================*/
.group {
  width: 50%;
  padding-left: 140px;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .group {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  .group {
    width: 100%;
    padding-left: 0;
    padding: 9.6% 0 15.4%;
  }
}

.group__list {
  padding-top: 40px;
}
.group__list li {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 2.3529411765;
  letter-spacing: 0.12em;
  padding-right: 2.5em;
  position: relative;
}
.group__list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/icon_group-company.png) no-repeat center center/contain;
  width: 1.5em;
  aspect-ratio: 26/18;
}
.group__list a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .group__list {
    display: flex;
    justify-content: space-between;
  }
  .group__list li {
    font-size: max(2.6666666667vw, 15px);
    padding-right: 1.7em;
    letter-spacing: 0.08em;
    width: 45%;
    line-height: normal;
  }
  .group__list li::after {
    transform: unset;
    top: 0;
  }
}

/* ========================================================
footer
=========================================================*/
footer {
  padding: 54px 0 24px;
  background: #f3f2ee;
}
@media (max-width: 767px) {
  footer {
    padding: 9.6% 0 3%;
  }
}

.footer__logo {
  text-align: center;
  position: relative;
  z-index: 2;
}
.footer__logo img {
  width: 100px;
}

.footer__copy {
  font-size: 1.1rem;
  letter-spacing: 0.42em;
  font-weight: 400;
  text-align: center;
  padding-top: 1em;
  position: relative;
  z-index: 2;
}

/* ========================================================
contact
=========================================================*/
.contact {
  padding: 196px 0 140px;
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact {
    padding: 14.3% 0 10.2%;
  }
}

.contact .page-title .ja {
  margin-top: 1em;
}

.contact__list {
  margin-top: 62px;
}
.contact__list input[type=radio] {
  width: 28px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .contact__list input[type=radio] {
    width: 4.5vw;
    max-width: 28px;
  }
}

.contact__item:nth-child(n+2) {
  margin-top: 25px;
}
.contact__item:nth-child(n+5) {
  margin-top: 80px;
}

.contact__item-title {
  font-size: 2.3rem;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .contact__item-title {
    font-size: max(3.4vw, 15px);
  }
}

.contact__item-input {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.contact__item-input input[type=text],
.contact__item-input input[type=email],
.contact__item-input input[type=tel],
.contact__item-input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #414852;
  border-radius: 5px;
  font-size: 2rem;
  padding: 1.2em 0.5em;
}
.contact__item-input input[type=text] {
  width: 48%;
}
.contact__item-input input[type=email],
.contact__item-input input[type=tel] {
  width: 100%;
}
.contact__item-input textarea {
  width: 100%;
  height: 375px;
  font-size: 2rem;
}

.contact__item-input--block {
  display: block;
}
.contact__item-input--block span {
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: 0.04em;
}

.contact__service-items {
  margin-top: 35px;
}

.contact__service-item:nth-child(n+2) {
  margin-top: 60px;
}

.contact__service-title {
  position: relative;
}
.contact__service-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #000;
  width: 100%;
  height: 1px;
}
.contact__service-title span {
  display: inline-block;
  background: #f3f2ee;
  font-size: 2.2rem;
  letter-spacing: 0.42em;
  font-family: "jost";
  position: relative;
}

.contact__service-list {
  display: flex;
  padding-top: 28px;
}
.contact__service-list li {
  font-size: 2.3rem;
  letter-spacing: 0.22em;
  display: flex;
  align-items: center;
}
.contact__service-list li:nth-child(n+2) {
  margin-left: 6.2%;
}
@media (max-width: 767px) {
  .contact__service-list {
    padding-top: 4.2%;
  }
  .contact__service-list li {
    font-size: 3.2vw;
  }
  .contact__service-list li:nth-child(n+2) {
    margin-left: 2.28%;
  }
}

.contact__privacy {
  margin-top: 89px;
  font-size: 2.3rem;
  letter-spacing: 0.22em;
  text-align: center;
}
.contact__privacy a {
  font-size: 2.3rem;
  color: #000;
}
@media (max-width: 767px) {
  .contact__privacy {
    font-size: max(3.4vw, 15px);
  }
  .contact__privacy a {
    font-size: max(3.4vw, 15px);
  }
}

.contact__submit {
  position: relative;
  text-align: center;
  margin-top: 35px;
  width: 59%;
  margin: 7% auto 0;
}
.contact__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.png) no-repeat center center/contain;
  width: 10px;
  aspect-ratio: 5/8;
}
.contact__submit input[type=submit] {
  font-size: 2.7rem;
  color: #fff;
  width: 100%;
  background: #000;
  border-radius: 30px;
  letter-spacing: 0.5em;
  padding: 0.2em 0;
}
.contact__submit input[type=submit]:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .contact__submit input[type=submit] {
    font-size: 4vw;
  }
}

.contact__text {
  margin-top: 75px;
  font-size: 2.3rem;
  line-height: 1.6086956522;
  letter-spacing: 0.22em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__text {
    font-size: max(3.4vw, 15px);
  }
}

/* ========================================================
privacy
=========================================================*/
.privacy {
  padding: 196px 0 270px;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .privacy {
    padding: 14.3% 0 19.7%;
  }
}

.privacy .page-title .ja {
  margin-top: 1em;
}

.privacy__content {
  width: 870px;
  max-width: 100%;
  margin: 85px auto 0;
}
@media (max-width: 767px) {
  .privacy__content {
    margin: 9.7% auto 0;
  }
}

.privacy__text {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .privacy__text {
    font-size: max(2.3vw, 16px);
  }
}

.privacy__item {
  margin-top: 33px;
}

.privacy__item-title {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.22em;
  font-weight: 900;
}
@media (max-width: 767px) {
  .privacy__item-title {
    font-size: max(2.3vw, 16px);
  }
}

.privacy__item-text {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .privacy__item-text {
    font-size: max(2.3vw, 16px);
  }
}

.privacy__item-list {
  margin-top: 16px;
}
.privacy__item-list li {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.1em;
  list-style: inside;
}
.privacy__item-list li::marker {
  margin: 0;
}
@media (max-width: 767px) {
  .privacy__item-list li {
    font-size: max(2.3vw, 16px);
  }
}

.privacy__item-info {
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.22em;
  padding-top: 1.9em;
}
@media (max-width: 767px) {
  .privacy__item-info {
    font-size: max(2.3vw, 16px);
  }
}

/* ========================================================
thanks
=========================================================*/
.thanks {
  font-size: 26px;
  text-align: center;
  padding-top: 200px;
  line-height: 1.5;
}

.thanks-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f3f2ee;
}