@charset "UTF-8";
/*===============================================================

  2015/7/17

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

blockquote, q {
  quotes: none;
}

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

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

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

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

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

/* iOS3.1のhtml5対応 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* body
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #333;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #36C;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}

a:hover {
  color: #39F;
}

img {
  width: 100%;
  height: 100%;
}

.cb {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* スムーススクロール
----------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

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

                        コンテンツスタート

----------------------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              ヘッダー
----------------------------------------------------------------*
----------------------------------------------------------------*/
.header {
  width: 1200px;
  margin: 0 auto;
}
.header .header__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 6px #000;
}
.header .header__title::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 74px;
  width: 1200px;
  margin: 0 auto;
}
.header .header__title h1 {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 25.2px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .header__title .header__text--left {
  width: 300px;
}
.header .header__title .header__text--left p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  padding-top: 35px;
}
.header .header__title .header__text--left p span {
  display: none;
}
.header .header__title .header__text--right {
  width: 300px;
}
.header .header__title .header__text--right p {
  color: #000;
  text-align: right;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: right;
  letter-spacing: normal;
  line-height: normal;
  padding-top: 35px;
}

.pc-header__menu {
  width: 100%;
}
.pc-header__menu .pc-header__menu-list {
  width: 642px;
  height: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 18px;
}
.pc-header__menu .pc-header__menu-list .pc-header__menu-item a {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.2px;
  box-shadow: inset 0 0 0 0 #000;
  transition: color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.pc-header__menu .pc-header__menu-list .pc-header__menu-item a:hover {
  color: #FFF;
  box-shadow: inset 200px 0 0 0 #000;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              フッター
----------------------------------------------------------------*
----------------------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #383838;
  padding-top: 90px;
  padding-bottom: 128px;
}
.footer .footer__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.footer .footer__inner .footer__logo p {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 28.8px;
}
.footer .footer__inner .pc-footer__privacy {
  margin-left: 60px;
}
.footer .footer__inner .pc-footer__privacy a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #fff;
  transition: color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.footer .footer__inner .pc-footer__privacy a:hover {
  color: #000;
  box-shadow: inset 200px 0 0 0 #fff;
}
.footer .footer__inner .pc-footer__menu {
  margin-left: 530px;
}
.footer .footer__inner .pc-footer__menu .pc-footer__menu-list .pc-footer__menu-item a {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 250% */
  letter-spacing: 3.2px;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #fff;
  transition: color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.footer .footer__inner .pc-footer__menu .pc-footer__menu-list .pc-footer__menu-item a:hover {
  color: #000;
  box-shadow: inset 200px 0 0 0 #fff;
}
.footer .copyright {
  margin-top: 128px;
}
.footer .copyright p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
}

/*コンテンツ
----------------------------------------------------------------*/
/*----------------------------------------------------------------
----------------------------------------------------------------*
                              top
----------------------------------------------------------------*
----------------------------------------------------------------*/
.section-wrap {
  width: 1200px;
  margin: 0px auto;
}

.top-image {
  width: 100%;
  max-width: 100%;
  height: 720px;
  margin: 0 auto;
  background: url("../img/top/top.jpg"), no-repeat;
  position: relative;
}
.top-image .top-image__text h2 {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 6.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-image__news {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-left: -70vw;
  margin-right: 50%;
  background-color: #000;
  height: 60px;
  position: absolute;
  bottom: -30px;
}
.top-image__news p {
  color: #FFF;
  padding-right: 46px;
  line-height: 60px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}
.top-image__news .top-image__news--category {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 2px;
  padding-right: 30px;
}
.top-image__news .top-image__news--date {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 1.6px;
  padding-right: 30px;
}

/*アバウト
----------------------------------------------------------------*/
.top-about-us {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
.top-about-us .top-about-us__content {
  width: 510px;
  height: 700px;
  padding-right: 50px;
  border-right: 1px solid #000;
  margin-top: 80px;
}
.top-about-us .top-about-us__content h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.top-about-us .top-about-us__content .top-about-us__content--inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.top-about-us .top-about-us__content .top-about-us__content--inner h4 {
  color: #000;
  font-feature-settings: "vrt2" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
  letter-spacing: 4px;
  writing-mode: vertical-rl;
}
.top-about-us .top-about-us__content .top-about-us__content--inner p {
  width: 400px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
  letter-spacing: 2px;
}
.top-about-us .top-about-us__content .top-about-us__button a {
  position: relative;
  display: inline-block;
  margin-left: 120px;
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.6px;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-about-us .top-about-us__content .top-about-us__button a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-about-us .top-about-us__content .top-about-us__button a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #000;
}
.top-about-us .top-about-us__img {
  margin-top: 80px;
  width: 580px;
  height: 700px;
}

/*バナー
----------------------------------------------------------------*/
.top-banner {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.top-banner a:hover img {
  transform: scale(1.1);
}
.top-banner a img {
  transition: 0.3s;
  width: 100%;
}

/*スライダー
----------------------------------------------------------------*/
.top-slider {
  width: 100%;
  display: flex;
  margin-top: 60px;
}
.top-slider .top-slider__slide {
  width: 340px;
  height: 500px;
  margin-left: 30px;
}
.top-slider .top-slider__slide img {
  width: 100%;
  height: auto;
}

/*xit times
----------------------------------------------------------------*/
.section-wrap .section-xittimes {
  margin-top: 50px;
  width: 100%;
  display: inline-block;
  border-top: solid 1px #000;
  position: relative;
  padding-top: 8px;
}
.section-wrap .section-xittimes .xittimes-title {
  margin-top: 50px;
  display: flex;
}
.section-wrap .section-xittimes .xittimes-title .xittimes-title__left {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 123.077% */
  width: 112px;
  height: 96px;
  flex-shrink: 0;
  font-size: 26px;
  line-height: 32px;
}
.section-wrap .section-xittimes .xittimes-title .xittimes-title__right {
  color: #000;
  text-align: right;
  font-family: "Helvetica Neue";
  font-size: 53px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-wrap .section-xittimes .xittimes-title .xittimes-title__right span {
  color: #000;
  text-align: right;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  display: block;
}
.section-wrap .section-xittimes .xittimes-title h3 {
  text-align: center;
  width: 860px;
  margin: 0 auto;
  border-left: solid #000 1px;
  border-right: solid #000 1px;
}
.section-wrap .section-xittimes .xittimes-title h3 .big-text {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 110px; /* 29.091% */
  letter-spacing: 7.7px;
  margin-left: 20px;
}
.section-wrap .section-xittimes .xittimes-title h3 .small-text {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 110px; /* 84.211% */
  letter-spacing: 3.8px;
}
.section-wrap .section-xittimes::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
}
.section-wrap .xittimes-list {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 1030px;
  display: flex;
}
.section-wrap .xittimes-list .xittimes-list__column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section-wrap .xittimes-list .xittimes-list__column a {
  text-decoration: none;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item {
  text-align: center;
  margin-bottom: 10px; /* 要素間の間隔を設定 */
  border: solid 1px #000;
  padding: 30px;
  transition: 0.5s;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item:hover {
  border: solid 10px #000;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item h4 {
  color: #000;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px; /* 115.625% */
  text-align: left;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__date {
  width: 100%;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  position: relative;
  display: inline-block;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__date::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 180px;
  height: 1px;
  background-color: #000;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__readmore {
  width: 278px;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__readmore p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 100px;
}
.section-wrap .xittimes-list .xittimes-list__column a .xittimes-list__grid-item .xittimes-list__readmore p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 {
  width: 278px;
  height: 957px;
  background: url("../img/top/xittimes-list__01.png");
  background-repeat: no-repeat;
  background-size: 280px;
  background-position: 29px 457px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__text {
  margin-top: 12px;
  width: 280px;
  height: 260px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__date {
  padding-right: 30px;
  margin-top: 20px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__date::after {
  top: 50%;
  right: 30px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__01 .xittimes-list__readmore {
  margin-top: 550px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 {
  height: 358px;
  width: 358px;
  margin-left: 10px;
  background: url("../img/top/xittimes-list__02.png");
  background-repeat: no-repeat;
  background-size: 360px;
  background-position: 14px 180px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner {
  display: flex;
  justify-content: space-between;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner h4 {
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner .xittimes-list__date {
  width: 24px;
  height: 24px;
  line-height: 24px;
  transform: rotate(90deg);
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner .xittimes-list__date::after {
  top: 50%;
  left: 97px;
  width: 50px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__inner .xittimes-list__text {
  height: 150px;
  width: 270px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__02 .xittimes-list__readmore {
  margin-top: 40px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 {
  height: 527px;
  width: 358px;
  margin-left: 10px;
  background: url("../img/top/xittimes-list__03.png");
  background-size: 360px;
  background-repeat: no-repeat;
  background-position: 26px 32px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 h4 {
  margin-top: 266px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__date {
  padding-right: 30px;
  margin-top: 12px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__date::after {
  top: 50%;
  right: 110px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__text {
  height: 98px;
  width: 360px;
  margin-top: 15px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__03 .xittimes-list__readmore {
  margin-top: 57px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 {
  height: 527px;
  margin-left: 10px;
  background: url("../img/top/xittimes-list__04.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 28px 353px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap {
  display: flex;
  justify-content: space-between;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap h4 {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner h4 {
  writing-mode: inherit;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner .xittimes-list__text {
  width: 323px;
  height: 200px;
  margin-top: 30px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner .xittimes-list__date {
  padding-right: 30px;
  margin-top: 12px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__wrap .xittimes-list__inner .xittimes-list__date::after {
  top: 50%;
  right: 48px;
  width: 203px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__04 .xittimes-list__readmore {
  margin-top: 214px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 {
  height: 358px;
  width: 358px;
  margin-left: 10px;
  background: url("../img/top/xittimes-list__05.png");
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 75px 35px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner {
  display: flex;
  justify-content: space-between;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner h4 {
  font-size: 23px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__date {
  width: 24px;
  height: 24px;
  line-height: 24px;
  transform: rotate(90deg);
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__date span {
  padding-left: 170px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__date::after {
  top: 50%;
  left: 262px;
  width: 50px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__inner .xittimes-list__text {
  height: 150px;
  width: 270px;
  margin-top: 162px;
}
.section-wrap .xittimes-list .xittimes-list__column .xittimes-list__05 .xittimes-list__readmore {
  margin-top: 17px;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                            共通
----------------------------------------------------------------*
----------------------------------------------------------------*/
/*title
----------------------------------------------------------------*/
.title {
  background-size: cover;
  height: 260px;
  width: 100%;
  margin: 0 auto;
  background: url("../img/about/about-top.jpg"), lightgray 0px -444.853px/100% 206.751% no-repeat;
  background-size: cover;
  position: relative;
}
.title h2 {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*ourmission
----------------------------------------------------------------*/
.ourmission {
  width: 100%;
  height: 700px;
  margin: 0px auto;
  border-top: solid 4px #000;
  padding-top: 60px;
}
.ourmission .ourmission__content--sp {
  display: none;
}
.ourmission .ourmission__inner {
  width: 100%;
  height: 700px;
  background: url("../img/ourmission.jpg"), no-repeat;
  background-size: cover;
}
.ourmission .ourmission__inner .ourmission__content {
  width: 1000px;
  height: 210px;
  margin: 0 auto;
  flex-shrink: 0;
  padding-top: 170px;
}
.ourmission .ourmission__inner .ourmission__content h3 {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 9.6px;
}
.ourmission .ourmission__inner .ourmission__content h3 span {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
}
.ourmission .ourmission__inner .ourmission__content p {
  margin: 0 auto;
  margin-top: 100px;
  width: 900px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 180% */
}

/*foot-section
----------------------------------------------------------------*/
.foot-section {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  border-top: solid 1px hsl(0, 0%, 0%);
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
  margin-bottom: 66px;
  position: relative;
}
.foot-section::before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #000;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  margin: 0 auto;
}
.foot-section .foot-section__content {
  width: 540px;
}
.foot-section .foot-section__content h3 {
  margin-top: 50px;
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
}
.foot-section .foot-section__content h3 span {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 4px;
  border-bottom: #000 1px solid;
  padding-right: 10px;
  padding-bottom: 30px;
}
.foot-section .foot-section__content p {
  margin-top: 60px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  height: 165px;
}
.foot-section .foot-section__content .foot-section__content--img {
  height: 500px;
  margin-top: 30px;
}
.foot-section .foot-section__content .foot-section__content--img img {
  width: 100%;
}
.foot-section .foot-section__content .foot-section__button {
  width: 278px;
  margin-top: 20px;
}
.foot-section .foot-section__content .foot-section__button a {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2px;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 120px;
}
.foot-section .foot-section__content .foot-section__button a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #000;
}
.foot-section .foot-section__content .foot-section__button a:hover {
  animation: zoom 0.3s;
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

.foot-section__content:nth-child(1) {
  border-right: solid 1px #000;
  padding-right: 60px;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              about
----------------------------------------------------------------*
----------------------------------------------------------------*/
/*intro
----------------------------------------------------------------*/
.about-intro {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  border-top: solid 1px #000;
  padding-top: 60px;
}
.about-intro h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
  vertical-align: middle;
  position: relative;
}
.about-intro h3 span {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  top: 30%;
  left: 495px;
}
.about-intro .about-intro_inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.about-intro .about-intro_inner h4 {
  color: #000;
  font-feature-settings: "vrt2" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 100% */
  letter-spacing: 4.6px;
  writing-mode: vertical-rl; /* Display text vertically */
}
.about-intro .about-intro_inner .about-intro_inner__img {
  width: 424px;
  height: 565px;
  background: #D9D9D9;
  flex-shrink: 0;
}
.about-intro .about-intro_inner .about-intro_inner__content {
  width: 600px;
}
.about-intro .about-intro_inner .about-intro_inner__content p {
  height: auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
  letter-spacing: 2px;
}
.about-intro .about-intro_inner .about-intro_inner__content .about-intro_inner__content--name {
  margin-top: 40px;
}
.about-intro .about-intro_inner .about-intro_inner__content .about-intro_inner__content--name p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 3.6px;
}
.about-intro .about-intro_inner .about-intro_inner__content .about-intro_inner__content--name p span {
  padding-top: 40px;
  width: 120px;
  display: block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  border-top: #000 1px solid;
}

/*member
----------------------------------------------------------------*/
.about-member {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #000;
  position: relative;
}
.about-member::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}
.about-member h3 {
  color: #000;
  text-align: right;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
  position: relative;
}
.about-member h3 span {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  top: 30%;
  right: 515px;
}
.about-member .about-member__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.about-member .about-member__inner .about-member__content {
  width: 540px;
}
.about-member .about-member__inner .about-member__content p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -2px;
}
.about-member .about-member__inner .about-member__content .about-member__content--img {
  margin-top: 40px;
  width: 540px;
  height: 326px;
  flex-shrink: 0;
  background: #D9D9D9;
}
.about-member .about-member__inner .about-member__text {
  width: 540px;
  margin-top: 80px;
}
.about-member .about-member__inner .about-member__text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px; /* 183.333% */
  height: auto;
  overflow: hidden;
}
.about-member .about-member__inner .about-member__text .about-intro_inner__content--name {
  margin-top: 40px;
}
.about-member .about-member__inner .about-member__text .about-intro_inner__content--name p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
}
.about-member .about-member__inner .about-member__text .about-intro_inner__content--name p span {
  padding-top: 40px;
  width: 220px;
  display: block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  border-top: #000 1px solid;
}

/*company
----------------------------------------------------------------*/
.about-company {
  margin-top: 60px;
  padding-top: 100px;
  border-top: solid 4px #000;
  margin-bottom: 200px;
}
.about-company h3 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
  margin-bottom: 55px;
}
.about-company table {
  width: 100%;
  border-top: #000 1px solid;
}
.about-company table tr {
  padding: 50px;
  border-bottom: #000 1px solid;
  display: block;
  padding: 50px 0;
}
.about-company table th {
  width: 360px;
}
.about-company table th p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
}
.about-company table td {
  width: 840px;
}
.about-company table td .googlemap {
  margin-top: 20px;
}
.about-company table td p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              WORK
----------------------------------------------------------------*
----------------------------------------------------------------*/
/*title
----------------------------------------------------------------*/
.work-wrap .title {
  background: url("../img/work/work-top.jpg"), no-repeat;
  background-size: cover;
}

/*intro
----------------------------------------------------------------*/
.work-intro {
  width: 100%;
  margin-top: 60px;
}
.work-intro .work-scroll__tabs {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.work-intro .work-scroll__tabs li {
  width: 400px;
}
.work-intro .work-scroll__tabs li a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.work-intro .work-scroll__tabs li a p {
  margin: 30px 0 30px 0;
  height: 86px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  border-left: solid 1px #000;
}
.work-intro .work-scroll__tabs li a p span {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
}
.work-intro .work-scroll__tabs li a::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  content: "";
  width: 0;
  height: 8px;
  background-color: #000;
  transition: 0.3s;
  transform: translateX(-50%);
}
.work-intro .work-scroll__tabs li a:hover {
  border-bottom: none;
}
.work-intro .work-scroll__tabs li a:hover::after {
  width: 100%;
}
.work-intro .work-scroll__tabs li:first-child a p {
  border-left: none;
}
.work-intro h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 50px;
}
.work-intro h4 {
  margin-top: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  padding-bottom: 20px;
  position: relative;
}
.work-intro h4::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  top: 50px;
  width: 100px;
  margin: 0 auto;
}
.work-intro .work-intro__inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.work-intro .work-intro__inner .work-intro__inner--img {
  width: 530px;
  height: 360px;
  background: #D9D9D9;
}
.work-intro .work-intro__inner .work-intro__inner--txt {
  width: 600px;
  height: auto;
  overflow: hidden;
}
.work-intro .work-intro__inner .work-intro__inner--txt p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 180% */
  letter-spacing: 2px;
}

/*tab
----------------------------------------------------------------*/
.work__delivery {
  margin-top: 90px;
}
.work__delivery .work__tabs {
  list-style-type: none;
}
.work__delivery ul {
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
}
.work__delivery ul li {
  transition: 1s; /* カラーの変化に0.3秒かける */
}
.work__delivery ul li a {
  cursor: pointer; /* カーソルを指に変える */
  height: auto;
  width: 400px;
  border-left: solid 1px #000;
  display: block;
  text-decoration: none;
}
.work__delivery ul li a p {
  margin: 30px 0 30px 0;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.work__delivery ul li a p span {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 12px;
}
.work__delivery ul li a p .arrow-svg {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='22' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='black' stroke-width='2'/></svg>");
  width: 42px; /* SVGの幅に合わせる */
  height: 22px; /* SVGの高さに合わせる */
  display: inline-block;
  vertical-align: middle; /* 矢印をテキストと中央揃えにする */
}
.work__delivery ul li:hover {
  background-color: #000;
}
.work__delivery ul li:hover p {
  color: #fff;
}
.work__delivery ul li:hover p span {
  color: #fff;
}
.work__delivery ul li:hover p .arrow-svg {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='22' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='white' stroke-width='2'/></svg>");
  width: 42px; /* SVGの幅に合わせる */
  height: 22px; /* SVGの高さに合わせる */
  display: inline-block;
  vertical-align: middle; /* 矢印をテキストと中央揃えにする */
}
.work__delivery ul li:nth-child(1) a {
  border: none;
}
.work__delivery ul .js-work__check {
  background-color: #000;
}
.work__delivery ul .js-work__check a {
  border: none;
}
.work__delivery ul .js-work__check a:hover {
  opacity: 1;
}
.work__delivery ul .js-work__check p {
  color: #fff;
}
.work__delivery ul .js-work__check p span {
  color: #fff;
}
.work__delivery ul .js-work__check p .arrow-svg {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='22' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='white' stroke-width='2'/></svg>");
  width: 42px; /* SVGの幅に合わせる */
  height: 22px; /* SVGの高さに合わせる */
  display: inline-block;
  vertical-align: middle; /* 矢印をテキストと中央揃えにする */
}
.work__delivery ul .js-work__border-no a {
  border: none;
}
.work__delivery .js-work__tab-section {
  display: none;
}
.work__delivery h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 50px;
}
.work__delivery h4 {
  margin-top: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  position: relative;
}
.work__delivery h4::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  top: 50px;
  width: 100px;
  margin: 0 auto;
}

.tab-section__inner {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tab-section__inner .tab-section__inner--img {
  display: block;
  width: 530px;
  height: 360px;
  background-color: #D9D9D9;
}
.tab-section__inner .tab-section__inner--txt {
  width: 600px;
  height: auto;
  flex-shrink: 0;
}
.tab-section__inner .tab-section__inner--txt p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
  letter-spacing: 2px;
}

.tab-section__graph h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  border-bottom: solid 4px #000;
  margin-top: 50px;
}
.tab-section__graph h3 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  position: absolute;
  top: 50px;
  right: 0;
}
.tab-section__graph .tab-section__graph--img-wrap {
  position: relative;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img01 {
  position: absolute;
  top: -181px;
  right: -280px;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img01 img {
  width: 50%;
  height: auto;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img02 {
  position: absolute;
  top: -71px;
  right: -416px;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img02 img {
  width: 50%;
  height: auto;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img03 {
  position: absolute;
  top: 169px;
  right: -374px;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img03 img {
  width: 50%;
  height: auto;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img04 {
  position: absolute;
  top: -231px;
  right: -299px;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img04 img {
  width: 50%;
  height: auto;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img05 {
  position: absolute;
  top: -30px;
  right: -414px;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img05 img {
  width: 50%;
  height: auto;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img06 {
  position: absolute;
  top: -101px;
  right: -374px;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img06 img {
  width: 50%;
  height: auto;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img07 {
  position: absolute;
  top: 30px;
  right: -299px;
}
.tab-section__graph .tab-section__graph--img-wrap .tab-section__graph--img07 img {
  width: 50%;
  height: auto;
}
.tab-section__graph tr {
  border-top: solid 1px #D9D9D9;
}
.tab-section__graph td p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 7.2px;
  padding: 40px 40px 40px 0;
}
.tab-section__graph td:nth-child(2) p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.4px;
}
.tab-section__graph td:nth-child(3) {
  width: 782px;
}
.tab-section__graph td:nth-child(3) p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1.6px;
}

.work__management {
  margin-top: 60px;
  border-top: solid 1px #000;
  position: relative;
}
.work__management::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}
.work__management .work-intro {
  margin-top: 60px;
  border-top: solid 1px #000;
  position: relative;
}
.work__management .work-intro::before {
  content: "";
  position: absolute;
  border-top: solid 8px #000;
  left: 34%;
  top: -8px;
  width: 400px;
  margin: 0 auto;
}
.work__management .tab-section__graph table {
  background-position: top;
}

.work__office {
  margin-top: 60px;
  border-top: solid 1px #000;
  position: relative;
}
.work__office::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}
.work__office .work-intro {
  margin-top: 60px;
  border-top: solid 1px #000;
  position: relative;
}
.work__office .work-intro::before {
  content: "";
  position: absolute;
  border-top: solid 8px #000;
  right: 0;
  top: -8px;
  width: 400px;
  margin: 0 auto;
}
.work__office .tab-section__graph table {
  background-position: top;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                          interview
----------------------------------------------------------------*
----------------------------------------------------------------*/
/*title
----------------------------------------------------------------*/
.interview-wrap .title {
  background: url("../img/interview/interview-top.jpg"), no-repeat;
  background-size: cover;
}
.interview-wrap .foot-section {
  position: relative;
}
.interview-wrap .foot-section::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}

/*intro
----------------------------------------------------------------*/
.interview-intro {
  width: 100%;
  margin-top: 60px;
}
.interview-intro h3 {
  color: #000;
  text-align: right;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
  position: relative;
}
.interview-intro h3 span {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  top: 30%;
  left: 392px;
}
.interview-intro .interview-intro_inner {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: solid 4px #000;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.interview-intro .interview-intro_inner:last-child {
  border: none;
}
.interview-intro .interview-intro_inner h4 {
  color: #000;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 108.333% */
  letter-spacing: 4.8px;
}
.interview-intro .interview-intro_inner h4 span {
  color: #000;
  font-feature-settings: "vrt2" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 115% */
  letter-spacing: 2px;
}
.interview-intro .interview-intro_inner .interview-intro_inner__img {
  width: 30%;
  height: 30%;
  flex-shrink: 0;
}
.interview-intro .interview-intro_inner .interview-intro_inner__content {
  border-left: #000 1px solid;
  padding-left: 40px;
  width: 587px;
}
.interview-intro .interview-intro_inner .interview-intro_inner__content p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 177.778% */
  letter-spacing: 1.8px;
}
.interview-intro .interview-intro_inner .interview-intro_inner__content p span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 128.571% */
  padding-bottom: 20px;
  display: block;
  letter-spacing: -1px;
}
.interview-intro .interview-intro_inner .interview-intro_inner__content .interview-intro_inner__content--img {
  margin: 0 auto;
  margin-top: 20px;
  width: 60%;
  height: auto;
  margin-bottom: 60px;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              recruit
----------------------------------------------------------------*
----------------------------------------------------------------*/
/*title
----------------------------------------------------------------*/
.recruit-wrap .title {
  background: url("../img/recruit/recruit-top.jpg"), no-repeat;
  background-size: cover;
}

/*recruit-intro
----------------------------------------------------------------*/
.recruit-intro {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #000;
}
.recruit-intro h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.recruit-intro p {
  margin-top: 26px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 78.261% */
}
.recruit-intro .recruit-intro__inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.recruit-intro .recruit-intro__inner .recruit-intro__img {
  width: 514px;
  height: 574px;
  flex-shrink: 0;
  background: #D9D9D9;
}
.recruit-intro .recruit-intro__text {
  width: 570px;
}
.recruit-intro .recruit-intro__text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 177.778% */
  letter-spacing: 1.8px;
  margin-top: 16px;
}
.recruit-intro .recruit-intro__text p:nth-child(1) {
  margin-top: 0px;
}
.recruit-intro .recruit-intro__text p span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 2.4px;
}

/*recruit-flow
----------------------------------------------------------------*/
.recruit-flow {
  margin-top: 90px;
  padding-top: 60px;
  border-top: 4px solid #000;
}
.recruit-flow .recruit-flow__inner h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.recruit-flow .recruit-flow__inner h3 span {
  position: absolute;
  color: #000;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  top: 37%;
  right: 0;
}
.recruit-flow .recruit-flow__inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.recruit-flow .recruit-flow__inner ul li {
  width: 280px;
  position: relative;
}
.recruit-flow .recruit-flow__inner ul li::before {
  content: "";
  position: absolute;
  width: 98px;
  height: 98px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98' height='98' viewBox='0 0 98 98' fill='none'%3E%3Cpath d='M24.5 19.6L73.5 49L24.5 78.4V19.6Z' fill='%23383838'/%3E%3C/svg%3E");
  top: 15%;
  left: -60px;
}
.recruit-flow .recruit-flow__inner ul li:nth-child(1)::before {
  background-image: none;
}
.recruit-flow .recruit-flow__inner ul li .recruit-flow__text {
  margin-top: 14px;
}
.recruit-flow .recruit-flow__inner ul li .recruit-flow__text h4 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  letter-spacing: 4px;
}
.recruit-flow .recruit-flow__inner ul li .recruit-flow__text h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 4.8px;
}
.recruit-flow .recruit-flow__inner ul li .recruit-flow__text h4::after {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  bottom: 74px;
  width: 120px;
  margin: 0 auto;
}
.recruit-flow .recruit-flow__inner ul li .recruit-flow__text p {
  margin-top: 40px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/*recruit-offer-details
----------------------------------------------------------------*/
.recruit-offer-details {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000;
  position: relative;
}
.recruit-offer-details::after {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}
.recruit-offer-details h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.recruit-offer-details h3 span {
  color: #000;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  position: absolute;
  top: 35%;
  right: 0;
}
.recruit-offer-details h4 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
  border-top: 4px solid #000;
  margin-top: 20px;
  padding-top: 60px;
}
.recruit-offer-details table {
  width: 100%;
  margin-top: 60px;
  border-top: solid 1px #000;
  margin-bottom: 60px;
}
.recruit-offer-details table th {
  vertical-align: middle;
  border-bottom: solid 1px #000;
}
.recruit-offer-details table th p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
}
.recruit-offer-details table td {
  width: 890px;
  padding: 20px 0;
  border-bottom: solid 1px #000;
}
.recruit-offer-details table td p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 4px;
}

.recruit-entry__wrap {
  margin-top: 100px;
  margin-bottom: 66px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  position: relative;
  width: 1200px;
  height: 300px;
  overflow: hidden;
}
.recruit-entry__wrap::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}
.recruit-entry__wrap::after {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  margin: 0 auto;
}
.recruit-entry__wrap .recruit-entry {
  display: block;
  width: 1200px;
  height: 300px;
  flex-shrink: 0;
  background: url("../img/recruit/recruit-entry.jpg") no-repeat;
  background-size: cover;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}
.recruit-entry__wrap .recruit-entry:hover {
  transform: scale(1.1);
}
.recruit-entry__wrap .recruit-entry .recruit-entry__inner {
  background: rgba(56, 56, 56, 0.5);
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__left {
  padding: 100px 72px 0 72px;
}
.recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__left p {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}
.recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__left p span {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 4px;
}
.recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__right {
  padding: 89px 100px 89px 0;
}
.recruit-entry__wrap .recruit-entry .recruit-entry__inner .recruit-entry__right p {
  width: 455px;
  height: 127px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 33px; /* 183.333% */
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              b2b
----------------------------------------------------------------*
----------------------------------------------------------------*/
/*title
----------------------------------------------------------------*/
.b2b-wrap .title {
  background: url("../img/b2b/b2b-top.jpg"), no-repeat;
  background-size: cover;
}

/*intro
----------------------------------------------------------------*/
.b2b-intro {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #000;
}
.b2b-intro h3 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
}
.b2b-intro h3 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 78.261% */
}
.b2b-intro .b2b-intro__inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.b2b-intro .b2b-intro__inner .b2b-intro__img {
  width: 630px;
  height: 360px;
  background: #D9D9D9;
}
.b2b-intro .b2b-intro__text {
  width: 500px;
}
.b2b-intro .b2b-intro__text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 177.778% */
  letter-spacing: 1.8px;
}

/*contents
----------------------------------------------------------------*/
.b2b-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding-top: 90px;
  border-top: solid 4px #000;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 4px #000;
}
.b2b-contents .b2b-contents__item {
  border-left: solid 1px #000;
  width: 340px;
  padding-left: 45px;
}
.b2b-contents .b2b-contents__item:first-child {
  border: none;
  padding-left: 0;
}
.b2b-contents .b2b-contents__item h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 120% */
}
.b2b-contents .b2b-contents__item p {
  margin-top: 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 177.778% */
  letter-spacing: 1.8px;
}

/*faq
----------------------------------------------------------------*/
.b2b-faq .b2b-faq__title {
  width: 100%;
  height: 360px;
  flex-shrink: 0;
  background: url("../img/b2b/b2b-faq.jpg") no-repeat;
}
.b2b-faq .b2b-faq__title .b2b-faq__title--inner {
  background: rgba(56, 56, 56, 0.75);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2b-faq .b2b-faq__title .b2b-faq__title--inner h4 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 72% */
}
.b2b-faq .js-b2b-faq__contents {
  margin-top: 90px;
  padding-top: 90px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  position: relative;
}
.b2b-faq .js-b2b-faq__contents::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 1200px;
  margin: 0 auto;
}
.b2b-faq .js-b2b-faq__contents h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 16px;
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner {
  margin-top: 50px;
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .js-b2b-faq__contents--question {
  cursor: pointer;
  position: relative;
  border-top: solid 1px #000;
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .js-b2b-faq__contents--question p {
  padding: 36px;
  padding-left: 126px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
  letter-spacing: 3.6px;
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .js-b2b-faq__contents--question p span {
  position: absolute;
  color: #383838;
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 66.667% */
  letter-spacing: 7.2px;
  top: 40%;
  left: 36px;
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .js-b2b-faq__contents--question p::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='17' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='black' stroke-width='2'/></svg>");
  width: 30px; /* SVGの幅に合わせる */
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  top: 40%;
  right: 36px; /* 矢印をテキストと中央揃えにする */
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .faq__active p::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='17' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='black' stroke-width='2'/></svg>");
  width: 30px; /* SVGの幅に合わせる */
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  top: 40%;
  right: 36px; /* 矢印をテキストと中央揃えにする */
  transform: scale(1, -1);
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .js-b2b-faq__contents--answer {
  display: none;
  overflow: hidden;
  background: #E5E5E5;
  border-top: solid 1px #000;
  position: relative;
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .js-b2b-faq__contents--answer p {
  padding: 36px;
  padding-left: 126px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
  letter-spacing: 3.6px;
}
.b2b-faq .js-b2b-faq__contents .js-b2b-faq__contents--inner .js-b2b-faq__contents--answer p span {
  position: absolute;
  color: #383838;
  font-family: "Helvetica Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 66.667% */
  letter-spacing: 7.2px;
  top: 40%;
  left: 36px;
}

/*form
----------------------------------------------------------------*/
.b2b-form {
  margin-top: 90px;
  padding-top: 90px;
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-top: solid 1px #000;
  position: relative;
  border-bottom: solid 1px #000;
}
.b2b-form::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}
.b2b-form::after {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  margin: 0 auto;
}

.b2b-form__entry h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
}

.b2b-form__entry--warp {
  width: 870px;
  margin: 0 auto;
  margin-top: 50px;
  display: table;
}
.b2b-form__entry--warp dl {
  display: table-row;
}
.b2b-form__entry--warp dl dt, .b2b-form__entry--warp dl dd {
  display: table-cell;
  padding-bottom: 40px;
}
.b2b-form__entry--warp dl dt {
  vertical-align: middle;
  width: 40%;
}
.b2b-form__entry--warp dl dt label {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  padding: 30px 0;
}
.b2b-form__entry--warp dl dd {
  width: 30%;
}
.b2b-form__entry--warp dl dd input {
  width: 540px;
  height: 84px;
  background: #EAEAEA;
  border: none;
  padding: 0 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
}
.b2b-form__entry--warp dl dd textarea {
  width: 540px;
  height: 300px;
  flex-shrink: 0;
  background: #EAEAEA;
  color: #898989;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
  padding: 30px;
  border: none;
}

.b2b-form__entry--checkbox {
  display: flex;
  justify-content: space-between;
  width: 380px;
  margin: 0 auto;
  margin-top: 40px;
}
.b2b-form__entry--checkbox p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.b2b-form__entry--checkbox p a {
  text-decoration-line: underline;
  color: #000;
}
.b2b-form__entry--checkbox .checkbox-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50px;
  height: 50px;
}
.b2b-form__entry--checkbox .checkbox-container .checkbox-input {
  opacity: 0;
  position: absolute;
}
.b2b-form__entry--checkbox .checkbox-container .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.b2b-form__entry--checkbox .checkbox-container .checkbox-custom__active {
  cursor: pointer;
}
.b2b-form__entry--checkbox .checkbox-container .checkbox-custom__active::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #1ABD00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.b2b-form__entry--submit {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.b2b-form__entry--submit input {
  width: 400px;
  height: 84px;
  background: #383838;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: 8px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.b2b-form__entry--submit input:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  letter-spacing: 18px;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              entry
----------------------------------------------------------------*
----------------------------------------------------------------*/
.entry-wrap .title {
  background: url("../img/entry/entry-top.jpg"), no-repeat;
  background-size: cover;
}

.entry-intro {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000;
  position: relative;
}
.entry-intro h3 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 6.4px;
}
.entry-intro p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 200% */
  letter-spacing: 2.8px;
}

/*form
----------------------------------------------------------------*/
.entry-form {
  margin-top: 90px;
  padding-top: 90px;
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-top: solid 1px #000;
  position: relative;
  border-bottom: solid 1px #000;
}
.entry-form::before {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  margin: 0 auto;
}
.entry-form::after {
  content: "";
  position: absolute;
  border-top: solid 1px #000;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  margin: 0 auto;
}

.entry-form__entry--flow {
  width: 460px;
  margin: 0 auto;
  margin-top: 60px;
}
.entry-form__entry--flow ul {
  display: flex;
  justify-content: space-between;
}
.entry-form__entry--flow ul li {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: relative;
}
.entry-form__entry--flow ul li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1747 22.9916C12.7191 22.536 12.7191 21.7973 13.1747 21.3417L19.3498 15.1667L5.83301 15.1667C5.18867 15.1667 4.66634 14.6443 4.66634 14C4.66634 13.3557 5.18867 12.8333 5.83301 12.8333L19.3498 12.8333L13.1747 6.65827C12.7191 6.20265 12.7191 5.46396 13.1747 5.00835C13.6303 4.55274 14.369 4.55274 14.8246 5.00835L22.9913 13.175C23.2101 13.3938 23.333 13.6906 23.333 14C23.333 14.3094 23.2101 14.6062 22.9913 14.825L14.8246 22.9916C14.369 23.4472 13.6303 23.4472 13.1747 22.9916Z' fill='black'/%3E%3C/svg%3E");
  width: 28px; /* SVGの幅 */
  height: 28px; /* SVGの高さ */
  top: calc(50% - 14px);
  left: -55px;
}
.entry-form__entry--flow ul li:first-child::before {
  background-image: none;
}
.entry-form__entry--flow ul li p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 9px;
  padding-left: 9px;
}
.entry-form__entry--flow ul .entry--flow__active {
  background-color: #383838;
}
.entry-form__entry--flow ul .entry--flow__active p {
  color: #FFF;
}

.entry-form__entry h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
}

.entry-form__entry--warp {
  width: 870px;
  margin: 0 auto;
  margin-top: 50px;
  display: table;
}
.entry-form__entry--warp dl {
  display: table-row;
}
.entry-form__entry--warp dl dt, .entry-form__entry--warp dl dd {
  display: table-cell;
  padding-bottom: 40px;
}
.entry-form__entry--warp dl dt {
  vertical-align: middle;
  width: 40%;
}
.entry-form__entry--warp dl dt label {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
  padding: 30px 0;
}
.entry-form__entry--warp dl dd {
  width: 30%;
}
.entry-form__entry--warp dl dd .entry-form__entry--radio {
  width: 540px;
  display: flex;
  justify-content: space-between;
}
.entry-form__entry--warp dl dd .entry-form__entry--radio label {
  width: auto;
  font-size: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s linear;
  position: relative;
}
.entry-form__entry--warp dl dd .entry-form__entry--radio label span {
  display: block;
  position: absolute;
  border: 3px solid #000;
  border-radius: 100%;
  height: 34px;
  width: 34px;
  top: calc(50% - 20px);
  right: -60px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.entry-form__entry--warp dl dd .entry-form__entry--radio label .js-entry--radio__check::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
}
.entry-form__entry--warp dl dd .entry-form__entry--radio input[type=radio] {
  display: none;
}
.entry-form__entry--warp dl dd input {
  width: 540px;
  height: 84px;
  background: #EAEAEA;
  border: none;
  padding: 0 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
}
.entry-form__entry--warp dl dd select {
  appearance: none;
  width: 600px;
  height: 84px;
  background: #EAEAEA;
  border: none;
  padding: 0 30px;
  color: #898989;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
  border-radius: 0;
}
.entry-form__entry--warp dl dd .entry-form__entry--select {
  position: relative;
}
.entry-form__entry--warp dl dd .entry-form__entry--select::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='22' viewBox='0 0 42 22' fill='none'><path d='M1 1L21 20.4872L41 1' stroke='black' stroke-width='2'/></svg>");
  width: 42px; /* SVGの幅に合わせる */
  height: 22px; /* SVGの高さに合わせる */
  display: inline-block;
  vertical-align: middle; /* 矢印をテキストと中央揃えにする */
  top: calc(50% - 11px);
  right: 30px;
}
.entry-form__entry--warp dl dd textarea {
  width: 540px;
  height: 300px;
  flex-shrink: 0;
  background: #EAEAEA;
  color: #898989;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
  padding: 30px;
  border: none;
}
.entry-form__entry--warp dl .entry-form__entry--file {
  position: relative;
  display: inline-block;
}
.entry-form__entry--warp dl .entry-form__entry--file .custom-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.entry-form__entry--warp dl .entry-form__entry--file .custom-file-input-label {
  display: inline-block;
  width: 510px;
  background: #EAEAEA;
  border: none;
  padding: 30px;
  color: #898989;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
  cursor: pointer;
  position: relative;
  padding-left: 90px;
  padding-right: 0px;
}
.entry-form__entry--warp dl .entry-form__entry--file .custom-file-input-label::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9997 29.7499C24.0413 29.7499 29.7497 24.0416 29.7497 16.9999C29.7497 9.95829 24.0413 4.24992 16.9997 4.24992C9.95804 4.24992 4.24968 9.95829 4.24968 16.9999C4.24968 24.0416 9.95805 29.7499 16.9997 29.7499ZM32.583 16.9999C32.583 25.6064 25.6061 32.5833 16.9997 32.5833C8.39324 32.5833 1.41634 25.6064 1.41634 16.9999C1.41634 8.39349 8.39324 1.41659 16.9997 1.41659C25.6061 1.41659 32.583 8.39348 32.583 16.9999ZM16.9997 24.0833C16.2173 24.0833 15.583 23.449 15.583 22.6666L15.583 14.7534L12.3347 18.0017C11.7815 18.5549 10.8845 18.5549 10.3313 18.0017C9.77803 17.4484 9.77803 16.5515 10.3313 15.9982L15.9979 10.3315C16.2636 10.0659 16.624 9.91661 16.9997 9.91661C17.3754 9.91661 17.7357 10.0659 18.0014 10.3315L23.6681 15.9982C24.2213 16.5515 24.2213 17.4484 23.6681 18.0017C23.1148 18.5549 22.2178 18.5549 21.6646 18.0017L18.4163 14.7534L18.4164 22.6666C18.4164 23.449 17.7821 24.0833 16.9997 24.0833Z' fill='%23646464'/%3E%3C/svg%3E");
  width: 34px; /* SVGの幅 */
  height: 34px; /* SVGの高さ */
  top: 50%;
  left: 45px;
  transform: translate(-50%, -50%);
}

.wpcf7-not-valid-tip {
  color: #FF8F8F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  position: relative;
}
.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.0003 4.2499C9.9587 4.2499 4.25033 9.95827 4.25033 16.9999C4.25033 24.0415 9.9587 29.7499 17.0003 29.7499C24.042 29.7499 29.7503 24.0415 29.7503 16.9999C29.7503 9.95827 24.042 4.2499 17.0003 4.2499ZM1.41699 16.9999C1.41699 8.39346 8.39389 1.41656 17.0003 1.41656C25.6068 1.41656 32.5837 8.39346 32.5837 16.9999C32.5837 25.6063 25.6068 32.5832 17.0003 32.5832C8.39389 32.5832 1.41699 25.6063 1.41699 16.9999ZM17.0003 9.91656C17.7827 9.91656 18.417 10.5508 18.417 11.3332V16.9999C18.417 17.7823 17.7827 18.4166 17.0003 18.4166C16.2179 18.4166 15.5836 17.7823 15.5836 16.9999V11.3332C15.5836 10.5508 16.2179 9.91656 17.0003 9.91656ZM17.0003 21.25C16.2179 21.25 15.5836 21.8842 15.5836 22.6667C15.5836 23.4491 16.2179 24.0833 17.0003 24.0833H17.0145C17.7969 24.0833 18.4311 23.4491 18.4311 22.6667C18.4311 21.8842 17.7969 21.25 17.0145 21.25H17.0003Z" fill="%23FF8F8F"/></svg>');
  width: 34px;
  height: 34px;
  right: 30px;
  top: -60px;
}

.entry-form__entry--window {
  width: 870px;
  height: 160px;
  flex-shrink: 0;
  overflow-y: scroll;
  border: solid 1px #000;
  margin: 0 auto;
}
.entry-form__entry--window p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 25px;
}

.entry-form__entry--checkbox {
  display: flex;
  justify-content: space-between;
  width: 380px;
  margin: 0 auto;
  margin-top: 40px;
}
.entry-form__entry--checkbox p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.entry-form__entry--checkbox p a {
  text-decoration-line: underline;
  color: #000;
}
.entry-form__entry--checkbox .checkbox-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50px;
  height: 50px;
}
.entry-form__entry--checkbox .checkbox-container .checkbox-input {
  opacity: 0;
  position: absolute;
}
.entry-form__entry--checkbox .checkbox-container .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.entry-form__entry--checkbox .checkbox-container .checkbox-custom__active {
  cursor: pointer;
}
.entry-form__entry--checkbox .checkbox-container .checkbox-custom__active::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #1ABD00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.entry-form__entry--submit {
  width: 870px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  /*確認用*/
  /*確認用*/
}
.entry-form__entry--submit input {
  width: 400px;
  height: 84px;
  background: #383838;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: 8px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.entry-form__entry--submit input:hover {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  letter-spacing: 18px;
}
.entry-form__entry--submit a {
  display: block;
  width: 400px;
  height: 84px;
  margin: 0 auto;
  text-decoration: none;
  background: #383838;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: 8px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.entry-form__entry--submit a:hover {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  letter-spacing: 18px;
}

.entry-form__check dl dd p {
  display: block;
  width: 540px;
  height: 54px;
  background: #EAEAEA;
  border: none;
  padding: 30px 30px 0px 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 4px;
  text-align: left;
}
.entry-form__check dl .entry-form__check--text p {
  height: 300px;
}
.entry-form__check .entry-form__entry--checkbox p {
  position: relative;
  padding-left: 70px;
}
.entry-form__check .entry-form__entry--checkbox p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 50%;
}
.entry-form__check .entry-form__entry--checkbox p::after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: #383838;
  border-radius: 50%;
  top: 14px;
  left: 14px;
}

.entry-form__return {
  /*確認用*/
}
.entry-form__return input {
  background: #898989;
}
.entry-form__return a {
  background: #898989;
}

.entry-form__check {
  margin-top: 80px;
}
.entry-form__check p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 200% */
  letter-spacing: 2.8px;
}/*# sourceMappingURL=common.css.map */