@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- break point ----- */
.js-parallax-img,
.js-parallax-video {
  overflow: hidden;
}
.js-parallax-img img,
.js-parallax-img video,
.js-parallax-video img,
.js-parallax-video video {
  will-change: transform;
}

.js-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}
.js-wrap .js-pin {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  will-change: transform;
}

.body_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.body_bg .layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(12px);
  transform: scale(1.05);
  transition: opacity 800ms ease, filter 800ms ease, transform 800ms ease;
  will-change: opacity, filter, transform;
}
.body_bg .layer.current {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer.next.show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer img,
.body_bg .layer video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: none;
}

@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
a {
  color: #231815;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
a img {
  transition: all 1s cubic-bezier(0.24, 1, 0.34, 1);
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0s;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

svg {
  transition: all 0s;
}
svg path {
  transition: all 0s;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  line-height: 1.6;
  position: relative;
  font-family: "FOT-筑紫Aヴィンテージ明S Pr6N R", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  color: #231815;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-weight: normal;
}

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

main {
  position: relative;
  z-index: 1;
}

.common-recruit {
  position: relative;
  padding: calc(24 * 100vw / 1440) calc(24 * 100vw / 1440);
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .common-recruit {
    padding-bottom: calc(80 * 100vw / 375);
  }
}
.common-recruit .container {
  display: flex;
  align-items: center;
  gap: calc(120 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container {
    flex-direction: column;
    gap: calc(40 * 100vw / 375);
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.common-recruit .container .img {
  flex: 3;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .img {
    flex: initial;
    height: initial;
  }
}
.common-recruit .container .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .img img {
    height: initial;
  }
}
.common-recruit .container .txt {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: calc(24 * 100vw / 1440);
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt {
    flex: initial;
    gap: calc(24 * 100vw / 375);
    width: 100%;
  }
}
.common-recruit .container .txt .title1 .title1_ja {
  font-size: calc(48 * 100vw / 1440);
  transform: translate3d(calc(-6 * 100vw / 1440), 0, 0);
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt .title1 .title1_ja {
    font-size: calc(40 * 100vw / 375);
    transform: translate3d(calc(-4 * 100vw / 375), 0, 0);
  }
}
.common-recruit .container .txt .title1 .title_en {
  font-size: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt .title1 .title_en {
    font-size: calc(12 * 100vw / 375);
  }
}
.common-recruit .container .txt .msg {
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt .msg {
    font-size: calc(14 * 100vw / 375);
  }
}
.common-recruit .container .txt .link {
  text-align: right;
  padding-right: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt .link {
    padding-right: 0;
  }
}
.common-recruit .container .txt .link .btn1 {
  display: inline-block;
  position: relative;
}
@media (hover: hover) {
  .common-recruit .container .txt .link .btn1:hover:before {
    transform: scale(1, 1);
  }
}
@media (hover: none) {
  .common-recruit .container .txt .link .btn1:active:before {
    transform: scale(1, 1);
  }
}
.common-recruit .container .txt .link .btn1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  transform: scale(0, 1);
  background-color: #fff;
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.common-recruit .container .txt .link .btn1 .btn1_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt .link .btn1 .btn1_inner {
    gap: calc(4 * 100vw / 375);
  }
}
.common-recruit .container .txt .link .btn1 .btn1_inner .btn1_txt {
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt .link .btn1 .btn1_inner .btn1_txt {
    font-size: calc(14 * 100vw / 375);
  }
}
.common-recruit .container .txt .link .btn1 .btn1_inner .btn1_icon {
  width: calc(12 * 100vw / 1440);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, calc(1 * 100vw / 1440), 0);
}
@media only screen and (max-width: 1024px) {
  .common-recruit .container .txt .link .btn1 .btn1_inner .btn1_icon {
    width: calc(10 * 100vw / 375);
    transform: translate3d(0, calc(1 * 100vw / 375), 0);
  }
}
.common-recruit .container .txt .link .btn1 .btn1_inner .btn1_icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.common-recruit .container .txt .link .btn1:before {
  background-color: #231815;
}
.common-recruit .container .txt .link .btn1 .btn1_inner .btn1_txt {
  color: #231815;
}

.header {
  position: fixed;
  z-index: 6;
  width: 100%;
  height: calc(80 * 100vw / 1440);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header {
    height: initial;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375) calc(4 * 100vw / 375);
    align-items: stretch;
  }
}
.header .underline {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .underline.is-active {
  background-color: #231815;
}
.header .header_bg {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_bg.is-active {
  opacity: 1;
}
.header .header_left {
  padding-bottom: calc(8 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_left {
    padding-bottom: 0;
  }
}
.header .header_left .logo {
  width: calc(308 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header .header_left .logo {
    width: calc(180 * 100vw / 375);
  }
}
.header .header_left .logo .logo_link {
  display: block;
  width: 100%;
  position: relative;
}
.header .header_left .logo .logo_link img {
  width: 100%;
  height: auto;
}
.header .header_left .logo .logo_link img.logo_black {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_black.is-active {
  opacity: 1;
}
.header .header_left .logo .logo_link img.logo_white {
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_white.is-active {
  opacity: 0;
}
.header .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(48 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .gnav {
    display: none;
  }
}
.header .header_right .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
.header .header_right .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media (hover: hover) {
  .header .header_right .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media (hover: none) {
  .header .header_right .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
.header .header_right .gnav .list .item .item_link.is-active {
  color: #231815;
}
.header .header_right .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .cv {
    display: none;
  }
}
.header .header_right .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
.header .header_right .cv .cv_link.is-active {
  color: #231815;
  border-top: 0.5px solid #231815;
  border-left: 0.5px solid #231815;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link.is-active:hover {
    background-color: #231815;
    color: #fff;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link.is-active:active {
    background-color: #231815;
    color: #fff;
  }
}
.header .header_right .hamburger {
  display: none;
  width: calc(64 * 100vw / 375);
}
@media only screen and (max-width: 1024px) {
  .header .header_right .hamburger {
    display: block;
    height: 100%;
  }
}
.header .header_right .hamburger .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_right .hamburger .line.line2 {
  margin-top: 4px;
}
.header .header_right .hamburger .line.is-active {
  background-color: #231815;
}
.header .sp_menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: none;
  background-color: #434343;
}
.header .sp_menu::-webkit-scrollbar {
  display: none;
}
.header .sp_menu .sp_menu_inner {
  padding: calc(80 * 100vw / 375) 0 calc(32 * 100vw / 375);
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(16 * 100vw / 375);
  padding: calc(4 * 100vw / 375) 0;
  border: none;
  text-align: left;
  width: 100%;
  padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
  position: relative;
}
@media (hover: hover) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .cr {
  display: block;
  padding-top: calc(32 * 100vw / 375);
  text-align: center;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 375);
}

.footer {
  background-color: #434343;
  padding: calc(120 * 100vw / 1440) calc(40 * 100vw / 1440) calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(96 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: calc(80 * 100vw / 375) calc(20 * 100vw / 375) calc(32 * 100vw / 375);
    gap: calc(64 * 100vw / 375);
  }
}
.footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .footer .top {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    gap: calc(40 * 100vw / 375);
  }
}
.footer .top .copy {
  font-size: calc(40 * 100vw / 1440);
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1024px) {
  .footer .top .copy {
    font-size: calc(32 * 100vw / 375);
  }
}
.footer .top .info .logo_link {
  display: block;
  width: calc(388 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .logo_link {
    width: calc(280 * 100vw / 375);
  }
}
.footer .top .info .logo_link img {
  width: 100%;
  height: auto;
}
.footer .top .info .corp_info {
  margin-top: calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info {
    gap: calc(6 * 100vw / 375);
    margin-top: calc(16 * 100vw / 375);
  }
}
.footer .top .info .corp_info p {
  color: #fff;
  font-size: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info p {
    font-size: calc(12 * 100vw / 375);
  }
}
.footer .bottom .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(32 * 100vw / 1440);
  margin: 0 calc(-40 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu {
    margin: 0 calc(-20 * 100vw / 375);
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu:before {
    display: none;
  }
}
.footer .bottom .menu .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list {
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 1;
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #231815;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:before {
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border: 0.5px solid #fff;
  border-right: none;
  border-bottom: none;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    width: calc(80 * 100vw / 375);
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .cv .cv_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:before {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:last-of-type {
  border-right: 0.5px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:last-of-type {
    border: none;
  }
}
.footer .bottom .cr {
  display: block;
  margin-top: calc(24 * 100vw / 1440);
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .cr {
    font-size: calc(10 * 100vw / 375);
    margin-top: calc(32 * 100vw / 375);
    text-align: center;
  }
}

.main .s_wrap .about-fv {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv {
    padding: calc(80 * 100vw / 375) 0;
  }
}
.main .s_wrap .about-fv .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .s_wrap .about-fv .container .copy1 {
  display: inline-block;
  color: #fff;
  font-size: calc(20 * 100vw / 1440);
  line-height: 1;
  padding-right: calc(40 * 100vw / 1440);
  border-bottom: 0.5px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .container .copy1 {
    font-size: calc(18 * 100vw / 375);
    padding-right: calc(40 * 100vw / 375);
  }
}
.main .s_wrap .about-fv .container .copy2 {
  margin-top: calc(56 * 100vw / 1440);
  color: #fff;
  font-size: calc(80 * 100vw / 1440);
  line-height: 1.2;
  margin-left: calc(-4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .container .copy2 {
    font-size: calc(48 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .container .copy2 {
    margin-top: calc(40 * 100vw / 375);
    margin-left: calc(-4 * 100vw / 375);
  }
}
.main .s_wrap .about-fv .container .copy3 {
  margin-top: calc(24 * 100vw / 1440);
  color: #fff;
  font-size: calc(32 * 100vw / 1440);
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .container .copy3 {
    font-size: calc(24 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .container .copy3 {
    margin-top: calc(16 * 100vw / 375);
  }
}
.main .s_wrap .about-fv .scroll {
  position: absolute;
  z-index: 3;
  right: calc(24 * 100vw / 1440);
  bottom: calc(40 * 100vw / 1440);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .scroll {
    gap: calc(4 * 100vw / 375);
    right: calc(12 * 100vw / 375);
    bottom: calc(20 * 100vw / 375);
  }
}
.main .s_wrap .about-fv .scroll .scroll_txt {
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .scroll .scroll_txt {
    font-size: calc(10 * 100vw / 375);
  }
}
.main .s_wrap .about-fv .scroll .scroll_img {
  width: calc(12 * 100vw / 1440);
  transform: translate3d(calc(4 * 100vw / 1440), 0, 0);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-fv .scroll .scroll_img {
    width: calc(8 * 100vw / 375);
    transform: translate3d(calc(2 * 100vw / 375), 0, 0);
  }
}
.main .s_wrap .about-fv .scroll .scroll_img img {
  width: 100%;
  height: auto;
}
.main .s_wrap .about-thought {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: calc(160 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought {
    padding: calc(80 * 100vw / 375) 0;
  }
}
.main .s_wrap .about-thought .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .s_wrap .about-thought .container .copy1 {
  color: #fff;
  font-size: calc(80 * 100vw / 1440);
  line-height: 1.2;
  margin-left: calc(-4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought .container .copy1 {
    font-size: calc(48 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought .container .copy1 {
    margin-left: calc(-4 * 100vw / 375);
  }
}
.main .s_wrap .about-thought .container .copy2 {
  margin-top: calc(56 * 100vw / 1440);
  color: #fff;
  font-size: calc(32 * 100vw / 1440);
  line-height: 1.4;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought .container .copy2 {
    font-size: calc(24 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought .container .copy2 {
    margin-top: calc(40 * 100vw / 375);
  }
}
.main .s_wrap .about-thought .container .msg {
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
  color: #fff;
  margin-top: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought .container .msg {
    font-size: calc(14 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-thought .container .msg {
    margin-top: calc(12 * 100vw / 375);
  }
}
.main .s_wrap .about-item {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(160 * 100vw / 1440) 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item {
    padding: calc(80 * 100vw / 375) 0;
    align-items: flex-start;
  }
}
.main .s_wrap .about-item .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 56%;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
}
.main .s_wrap .about-item .container .title4 {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .title4 {
    display: inline-block;
  }
}
.main .s_wrap .about-item .container .title4 .title4_en {
  height: calc(64 * 100vw / 1440);
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .title4 .title4_en {
    height: calc(48 * 100vw / 375);
  }
}
.main .s_wrap .about-item .container .title4 .title4_en img {
  width: auto;
  height: 100%;
}
.main .s_wrap .about-item .container .title4 .title4_ja {
  font-size: calc(20 * 100vw / 1440);
  color: #fff;
  text-align: left;
  position: relative;
  margin-top: calc(8 * 100vw / 1440);
}
.main .s_wrap .about-item .container .title4 .title4_ja:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(-20 * 100vw / 1440);
  right: 0;
  width: 100vh;
  height: 0.5px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .title4 .title4_ja:before {
    top: calc(-12 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .title4 .title4_ja {
    font-size: calc(18 * 100vw / 375);
    margin-top: calc(4 * 100vw / 375);
  }
}
.main .s_wrap .about-item .container .title4 .title4_ja.price {
  padding-top: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .title4 .title4_ja.price {
    padding-top: calc(12 * 100vw / 375);
  }
}
.main .s_wrap .about-item .container .title4 .title4_ja.price:before {
  top: calc(-4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .title4 .title4_ja.price:before {
    top: calc(0 * 100vw / 375);
  }
}
.main .s_wrap .about-item .container .copy1 {
  margin-top: calc(80 * 100vw / 1440);
  color: #fff;
  font-size: calc(32 * 100vw / 1440);
  line-height: 1.4;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .copy1 {
    font-size: calc(24 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .copy1 {
    margin-top: calc(64 * 100vw / 375);
  }
}
.main .s_wrap .about-item .container .msg {
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
  color: #fff;
  margin-top: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .msg {
    font-size: calc(14 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .s_wrap .about-item .container .msg {
    margin-top: calc(12 * 100vw / 375);
  }
}
.main .about-greeting {
  padding-top: calc(200 * 100vw / 1440);
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting {
    padding-top: calc(80 * 100vw / 375);
  }
}
.main .about-greeting .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: calc(80 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(40 * 100vw / 375);
    flex-direction: column;
  }
}
.main .about-greeting .container .title {
  font-size: calc(48 * 100vw / 1440);
  transform: translate3d(calc(-6 * 100vw / 1440), 0, 0);
  flex: 1;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting .container .title {
    font-size: calc(32 * 100vw / 375);
    transform: translate3d(calc(-4 * 100vw / 375), 0, 0);
  }
}
.main .about-greeting .container .txt {
  flex: 1;
  padding-top: calc(120 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting .container .txt {
    padding-top: 0;
  }
}
.main .about-greeting .container .txt .msg {
  font-size: calc(14 * 100vw / 1440);
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting .container .txt .msg {
    font-size: calc(14 * 100vw / 375);
  }
}
.main .about-greeting .container .txt .president {
  margin-top: calc(24 * 100vw / 1440);
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting .container .txt .president {
    margin-top: calc(24 * 100vw / 375);
  }
}
.main .about-greeting .container .txt .president .sign {
  display: inline-block;
  text-align: left;
}
.main .about-greeting .container .txt .president .sign .role {
  font-size: calc(10 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting .container .txt .president .sign .role {
    font-size: calc(10 * 100vw / 375);
  }
}
.main .about-greeting .container .txt .president .sign .name {
  width: calc(140 * 100vw / 1440);
  margin-top: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-greeting .container .txt .president .sign .name {
    width: calc(96 * 100vw / 375);
    margin-top: calc(8 * 100vw / 375);
  }
}
.main .about-greeting .container .txt .president .sign .name img {
  width: 100%;
  height: auto;
}
.main .about-table {
  padding-top: calc(200 * 100vw / 1440);
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .main .about-table {
    padding-top: calc(80 * 100vw / 375);
  }
}
.main .about-table.history {
  padding-bottom: calc(200 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-table.history {
    padding-bottom: calc(80 * 100vw / 375);
  }
}
.main .about-table .container {
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: calc(80 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-table .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(40 * 100vw / 375);
    flex-direction: column;
  }
}
.main .about-table .container .title1 {
  width: calc(400 * 100vw / 1440);
  padding-top: calc(120 * 100vw / 1440);
}
.main .about-table .container .title1 .title1_ja {
  font-size: calc(48 * 100vw / 1440);
  transform: translate3d(calc(-6 * 100vw / 1440), 0, 0);
}
@media only screen and (max-width: 1024px) {
  .main .about-table .container .title1 .title1_ja {
    font-size: calc(40 * 100vw / 375);
    transform: translate3d(calc(-4 * 100vw / 375), 0, 0);
  }
}
.main .about-table .container .title1 .title_en {
  font-size: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-table .container .title1 .title_en {
    font-size: calc(12 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .main .about-table .container .title1 {
    width: 100%;
    padding-top: 0;
  }
}
.main .about-table .container .table {
  flex: 1;
}
.main .about-table .container .table .tbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.main .about-table .container .table .tbl tbody tr {
  border-top: 0.5px solid #231815;
  display: flex;
  align-items: flex-start;
}
.main .about-table .container .table .tbl tbody tr:last-of-type {
  border-bottom: 0.5px solid #231815;
}
.main .about-table .container .table .tbl tbody tr th {
  width: calc(200 * 100vw / 1440);
  text-align: left;
  padding: calc(24 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .about-table .container .table .tbl tbody tr th {
    width: calc(80 * 100vw / 375);
    padding: calc(16 * 100vw / 375) 0;
  }
}
.main .about-table .container .table .tbl tbody tr td {
  flex: 1;
  text-align: left;
  padding: calc(24 * 100vw / 1440) 0;
}
@media only screen and (max-width: 1024px) {
  .main .about-table .container .table .tbl tbody tr td {
    padding: calc(16 * 100vw / 375) 0 calc(16 * 100vw / 375) calc(8 * 100vw / 375);
  }
}/*# sourceMappingURL=about.css.map */