@charset "UTF-8";
/* color
-------------------------------------------- */
/* gradient
-------------------------------------------- */
/* img path
-------------------------------------------- */
/* font size base
-------------------------------------------- */
/* break point
-------------------------------------------- */
/*
.button {
  font-size: 20px; // PCデフォルト（768px 以上）

  @include sp-layout() {
    font-size: 16px; // スマホ（768px 未満）
  }

  @include sm-layout() {
    font-size: 17px; // 小さめのタブレット（768px 〜 999px）
  }

  @include md-layout() {
    font-size: 18px; // 大きめのタブレット（1000px 〜 1199px）
  }

  @include lg-layout() {
    font-size: 24px; // ワイドスクリーン（1441px 以上）
  }
}
*/
/*
.container {
  width: 80%; // PCデフォルト

  @include sp-layout() {
    width: 100%; // スマホ時は幅いっぱい（768px 未満）
  }
}
*/
/* -------------------------------------- */
body {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #222222;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :before,
  :after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

.p0 {
  padding: 0 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.d-flex {
  display: flex;
}

.d-flex-pc {
  display: flex !important;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.preline {
  white-space: pre-line;
}

.position-relative {
  position: relative;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

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

@media (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

.block-center {
  display: block;
  text-align: center;
}

.text-white {
  color: #fff;
}

@media (max-width: 767px) {
  .text-white-sp {
    color: #fff;
  }
}

.text-nowrap {
  white-space: nowrap;
}

.h-10 {
  display: block;
  height: 0.5208333333vw;
}
@media (max-width: 767px) {
  .h-10 {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1921px) {
  .h-10 {
    height: 10px;
  }
}

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

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

.clearfix {
  display: block;
}

@media (min-width: 768px) {
  .show-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.show {
  display: initial !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  color: #222222;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

html {
  letter-spacing: 0.02em;
  scroll-padding-top: 70px;
  overflow-wrap: anywhere;
}

ul li {
  list-style: none;
}

a,
a:visited {
  color: #222222;
}

a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

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

em {
  font-style: normal;
}

.button_01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13.6363636364px, 0.78125vw, 15px);
  padding: clamp(6.1538461538px, 0.4166666667vw, 8px) clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  color: #ffffff;
  background-color: #347ABE;
  border-radius: 4px;
}
.button_01::after {
  display: inline-block;
  content: "";
  margin-left: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url("../assets/img/common/icon_btn_arrow.svg");
  mask-image: url("../assets/img/common/icon_btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.button_01:visited {
  color: #ffffff;
}

.button_02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13.6363636364px, 0.78125vw, 15px);
  min-width: 160px;
  padding: clamp(10.9090909091px, 0.625vw, 12px) clamp(13.8461538462px, 0.9375vw, 18px);
  font-weight: 500;
  color: #ffffff;
  background-color: #347ABE;
  border-radius: 50px;
}
.button_02:visited {
  color: #ffffff;
}

.section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: calc(1760px + clamp(40px, 4.1666666667vw, 80px) * 2);
  padding: clamp(45.7142857143px, 3.3333333333vw, 64px) clamp(40px, 4.1666666667vw, 80px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section .inner {
    width: 100%;
    padding-inline: 24px;
  }
}
.section .inner.fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.section .inner .container {
  width: 100%;
  margin-top: clamp(20px, 2.0833333333vw, 40px);
}
.section .inner .heading {
  color: #222222;
  width: 100%;
}
.section .inner .heading .title {
  font-weight: 600;
  font-size: clamp(21.3333333333px, 1.6666666667vw, 32px);
  line-height: 1.4;
  letter-spacing: 0.6rem;
}
.section .inner .heading .sub {
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(18.6666666667px, 1.4583333333vw, 28px);
  letter-spacing: 0.1rem;
  color: #347ABE;
}
.section .inner .heading .shoulder_copy {
  font-weight: 500;
  font-size: 16px;
}
.section .inner .heading .lead {
  color: #222222;
  line-height: 2;
  margin-top: clamp(13.986013986px, 1.0416666667vw, 20px);
}

header#main_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  width: 100%;
  height: 90px;
  background-color: transparent;
  transition: opacity 1.2s ease, height 0.2s ease, background-color 0.2s ease !important;
  overflow: visible !important;
}
header#main_header.disable-transition {
  transition: none !important;
}
@media (max-width: 767px) {
  header#main_header {
    height: 54px;
  }
}
body:not(.loaded) header#main_header {
  opacity: 0;
}
body.resize-lock header#main_header {
  opacity: 1 !important;
}
header#main_header.scroll_down {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
header#main_header .inner {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 clamp(26.6666666667px, 1.6666666667vw, 32px);
  margin: 0 auto;
  font-size: clamp(13.6363636364px, 0.78125vw, 15px);
  border-bottom: none;
  transition: 0.2s;
}
@media (max-width: 1199px) {
  header#main_header .inner {
    font-size: 16px;
  }
}
header#main_header .inner .contents {
  text-align: left;
}
header#main_header .inner > .logo {
  flex-shrink: 0;
  display: block;
  transition: 0.2s;
  width: clamp(125px, 7.8125vw, 150px);
}
@media (max-width: 1199px) {
  header#main_header .inner > .logo {
    position: relative;
    z-index: 999;
    width: 112px;
  }
}
header#main_header .inner > .logo:hover {
  opacity: 1;
}
header#main_header .inner > .logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
header#main_header .inner .headcopy {
  display: none;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  header#main_header .inner .headcopy {
    display: inline-block;
  }
}
header#main_header .inner .head_nav {
  margin-left: auto;
  padding-right: clamp(93.3333333333px, 5.8333333333vw, 112px);
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 0;
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    opacity: 0;
    /*動き*/
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}
@media (max-width: 767px) {
  header#main_header .inner .head_nav {
    padding-bottom: calc(env(safe-area-inset-bottom) + 40px);
  }
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav.panelactive {
    opacity: 1;
    visibility: visible;
  }
  header#main_header .inner .head_nav.panelactive .head_nav__inner {
    display: flex;
  }
}
header#main_header .inner .head_nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav__inner {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px 24px;
    height: calc(100vh - 54px);
    overflow: hidden;
    overflow-y: auto;
  }
}
header#main_header .inner .head_nav__inner a:hover {
  opacity: initial;
}
header#main_header .inner .head_nav__main {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav__main {
    flex-direction: column;
    width: 90%;
    margin-top: clamp(44.7552447552px, 3.3333333333vw, 64px);
  }
}
header#main_header .inner .head_nav__main > li {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #347ABE;
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav__main > li {
    width: 100%;
  }
}
header#main_header .inner .head_nav__main > li:not(:last-of-type) {
  margin-right: clamp(23.3333333333px, 1.4583333333vw, 28px);
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav__main > li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
header#main_header .inner .head_nav__main > li a {
  position: relative;
  display: block;
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav__main > li a {
    width: 100%;
    font-size: 18px;
  }
}
header#main_header .inner .head_nav__main > li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #347ABE;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: left;
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav__main > li a::after {
    content: none;
  }
}
header#main_header .inner .head_nav__main > li a.current::after, header#main_header .inner .head_nav__main > li a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
header#main_header .inner .head_nav__main > li a.nav_contact {
  display: flex;
  align-items: center;
}
header#main_header .inner .head_nav__main > li a.nav_contact i {
  display: inline-block;
  width: 24px;
  margin-left: 8px;
}
header#main_header .inner .head_nav__main > li a.nav_contact i img {
  vertical-align: middle;
}
header#main_header .inner .head_nav__main li a {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #222222;
}
@media (max-width: 1199px) {
  header#main_header .inner .head_nav__main li a {
    color: #347ABE;
    padding: 8px;
    border-bottom: 1px solid rgba(154, 154, 154, 0.3);
  }
}
header#main_header .inner .head_nav__main li a.active {
  border-bottom: none;
}

/* CSSやSCSSの中で */
.disable-transition {
  transition: none !important;
}

.openbtn {
  display: none;
}
@media (max-width: 1199px) {
  .openbtn {
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 26px;
    height: 18px;
    margin: auto;
    cursor: pointer;
    /*×に変化*/
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #222222;
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 0;
  }
  .openbtn span:nth-of-type(2) {
    top: 9px;
  }
  .openbtn span:nth-of-type(3) {
    top: 18px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 0;
    left: 0;
    transform: translateY(8px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 16px;
    left: 0;
    transform: translateY(-8px) rotate(45deg);
  }
}

/*====================================================
    footer
======================================================*/
footer .inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: calc(1760px + clamp(40px, 4.1666666667vw, 80px) * 2);
  padding: clamp(45.7142857143px, 3.3333333333vw, 64px) clamp(40px, 4.1666666667vw, 80px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .inner {
    flex-direction: column;
    width: 100%;
    padding-inline: 24px;
  }
}
footer .inner .f-add {
  flex: 4;
  font-size: clamp(14.1666666667px, 0.8854166667vw, 17px);
  margin-right: auto;
}
@media (max-width: 767px) {
  footer .inner .f-add {
    margin-bottom: 24px;
  }
}
footer .inner .f-add .copy {
  display: block;
  font-size: clamp(10.8333333333px, 0.6770833333vw, 13px);
  margin-top: clamp(13.3333333333px, 0.8333333333vw, 16px);
}
footer .inner .f-logo {
  flex: 2;
  text-align: center;
}
@media (max-width: 767px) {
  footer .inner .f-logo {
    margin-bottom: 12px;
  }
}
footer .inner .f-logo img {
  width: clamp(103.3333333333px, 6.4583333333vw, 124px);
}
footer .inner .f-text {
  flex: 4;
  text-align: right;
  margin-left: auto;
}
footer .inner .f-text img {
  width: clamp(241.6666666667px, 15.1041666667vw, 290px);
}
@media (max-width: 767px) {
  footer .inner .f-text img {
    width: 240px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 2.6041666667vw;
  right: 2.6041666667vw;
  border-radius: 50px;
  text-align: center;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #222222;
  bottom: 0.5208333333vw;
  right: 0.5208333333vw;
}
@media (min-width: 1921px) {
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}
#pagetop a {
  color: #ffffff;
  display: block;
  line-height: 2;
  font-size: clamp(24px / 1.1, 1.25vw, 24px);
  width: clamp(50px / 1.1, 2.6041666667vw, 50px);
  height: clamp(50px / 1.1, 2.6041666667vw, 50px);
}

/*====================================================
    main
======================================================*/
/*====================================================
    Opening Animation
======================================================*/
#opening {
  position: fixed;
  inset: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#opening.hidden {
  opacity: 0;
  pointer-events: none;
}

#opening-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(31.1111111111px, 2.9166666667vw, 56px);
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.1;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  overflow: hidden;
}
#opening-catch span {
  display: inline-block;
  transform: translateY(100%);
  animation: fadeUp 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
#opening-catch span.fade-down {
  animation: fadeDown 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
  animation-delay: var(--delay);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  to {
    transform: translateY(100%);
  }
}
#opening-logo {
  width: clamp(177.7777777778px, 16.6666666667vw, 320px);
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease, transform 1.6s ease;
}
#opening-logo.fade-out {
  transition: opacity 0.5s ease, transform 1.6s ease;
}

main,
footer {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
body.loaded main,
body.loaded footer {
  opacity: 1;
  transform: translateY(0);
}
body.loaded-no-header-fade main,
body.loaded-no-header-fade footer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease-out;
}
body.page-leave main,
body.page-leave footer {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.3s ease, transform 0.3s ease-out;
}

main.animating,
footer.animating {
  overflow: hidden;
}

body.opening-active {
  overflow: hidden;
}

.fv {
  position: relative;
  background-color: #fff;
  height: clamp(511.1111111111px, 47.9166666667vw, 920px);
  padding-inline: clamp(40px, 4.1666666667vw, 80px);
}
.fv__copy {
  opacity: 0;
  position: absolute;
  left: clamp(20px, 2.0833333333vw, 40px);
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - clamp(40px, 4.1666666667vw, 80px));
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media (max-width: 767px) {
  .fv__copy {
    padding-right: 20px;
  }
}
.fv__copy .logomark {
  position: absolute;
  left: 0;
  bottom: clamp(-110px, -5.7291666667vw, -78.5714285714px);
  width: clamp(192.8571428571px, 14.0625vw, 270px);
}
.fv__copy .text-scroll {
  position: absolute;
  right: 0;
  bottom: clamp(-110px, -5.7291666667vw, -91.6666666667px);
  font-family: serif;
  font-size: clamp(11.6666666667px, 0.7291666667vw, 14px);
  text-align: right;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .fv__copy .text-scroll {
    bottom: -120px;
    width: 100%;
    padding-left: 20px;
  }
}
.fv__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 20s ease;
}
.fv.animate .fv__bg {
  clip-path: inset(0 0 0 0);
}
.fv.animate .fv__bg img {
  animation: zoomInOut 32s ease-in-out infinite;
}
.fv.animate .fv__copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.fv.animate .fv__copy .title {
  font-size: clamp(26.6666666667px, 1.6666666667vw, 32px);
  font-weight: 600;
  letter-spacing: 0.35em;
}
.fv.animate .fv__copy .lead {
  font-size: clamp(13.3333333333px, 0.8333333333vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-top: clamp(23.3333333333px, 1.4583333333vw, 28px);
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.16);
  }
  100% {
    transform: scale(1);
  }
}

.title-block {
  flex: 1;
  flex-shrink: 0;
  min-width: 200px;
}
@media (max-width: 1199px) {
  .title-block {
    min-width: initial;
    width: 100%;
  }
}

.contents__message {
  margin-top: clamp(200px, 15.625vw, 300px);
}
.contents__message .inner {
  display: flex;
  gap: clamp(40px, 4.1666666667vw, 80px);
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .contents__message .inner {
    flex-direction: column;
  }
}
.contents__message .inner .container {
  flex: 5;
  width: 100%;
  margin-top: 0;
}
.contents__message .inner .container__box {
  display: flex;
  gap: clamp(56px, 5.8333333333vw, 112px);
  align-items: center;
}
@media (max-width: 1199px) {
  .contents__message .inner .container__box {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .contents__message .inner .container__box {
    flex-direction: column;
    align-items: center;
  }
}
.contents__message .inner .container__box .message-photo {
  flex-shrink: 0;
  width: 40%;
  height: fit-content;
  min-width: 280px;
  max-width: clamp(377.6223776224px, 28.125vw, 540px);
  aspect-ratio: 7/8;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contents__message .inner .container__box .message-photo {
    text-align: center;
    border-radius: 24px;
  }
}
.contents__message .inner .container__box .message-text .title {
  font-size: clamp(17.3333333333px, 1.3541666667vw, 26px);
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.contents__message .inner .container__box .message-text .text {
  font-size: clamp(13.3333333333px, 0.8333333333vw, 16px);
  line-height: 2;
  transform: translateY(-0.8em);
  margin-top: clamp(46.6666666667px, 2.9166666667vw, 56px);
}
.contents__message .inner .container__box .message-text .signature {
  display: flex;
  gap: clamp(13.3333333333px, 0.8333333333vw, 16px);
  align-items: flex-end;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 600;
  line-height: 1;
  margin-top: clamp(60px, 3.75vw, 72px);
}
@media (max-width: 767px) {
  .contents__message .inner .container__box .message-text {
    line-height: 2;
    transform: none;
  }
}
.contents__company .inner .inner_wrap {
  display: flex;
  gap: clamp(40px, 4.1666666667vw, 80px);
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
@media (max-width: 1199px) {
  .contents__company .inner .inner_wrap {
    flex-direction: column;
  }
}
.contents__company .inner .inner_wrap .title-block {
  padding-top: clamp(33.3333333333px, 2.0833333333vw, 40px);
}
.contents__company .inner .inner_wrap .container {
  flex: 5;
  width: 100%;
  margin-top: 0;
}
.contents__company .inner .inner_wrap .container__box {
  display: flex;
  gap: clamp(56px, 5.8333333333vw, 112px);
  align-items: center;
}
@media (max-width: 1199px) {
  .contents__company .inner .inner_wrap .container__box {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .contents__company .inner .inner_wrap .container__box {
    flex-direction: column;
    align-items: center;
  }
}
.contents__company .inner .inner_wrap .container__box .profile-info {
  width: 100%;
}
.contents__company .inner .inner_wrap .container__box .profile-info table {
  width: 100%;
}
.contents__company .inner .inner_wrap .container__box .profile-info table tbody th,
.contents__company .inner .inner_wrap .container__box .profile-info table tbody td {
  vertical-align: top;
  font-feature-settings: "palt";
  font-size: clamp(14.2857142857px, 1.0416666667vw, 20px);
  line-height: 1.8;
  text-align: left;
  padding-block: clamp(28.5714285714px, 2.0833333333vw, 40px);
  border-bottom: 1px solid #b8b8b8;
}
.contents__company .inner .inner_wrap .container__box .profile-info table tbody th {
  font-weight: 500;
  width: clamp(122.2222222222px, 11.4583333333vw, 220px);
  padding-right: clamp(16.6666666667px, 1.0416666667vw, 20px);
}
.contents__company .inner .inner_wrap .container__box .profile-info table tbody td .certificate {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 2.5vw, 48px);
}
.contents__company .inner .inner_wrap .container__box .profile-info table tbody td .certificate .img {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
.contents__company .inner .inner_wrap .container__box .profile-info table tbody tr:last-child th,
.contents__company .inner .inner_wrap .container__box .profile-info table tbody tr:last-child td {
  border-bottom: none;
}
.contents__exterior {
  background: url("../../assets/img/top/company-img.png") no-repeat center;
  background-size: cover;
  height: clamp(282.6666666667px, 44.1666666667vw, 848px);
  margin-top: clamp(68px, 7.0833333333vw, 136px);
}
.contents__recruit {
  position: relative;
}
.contents__recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5d5c57;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.contents__recruit::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: url("../../assets/img/top/recruit-bg.png") no-repeat center;
  background-size: cover;
}
.contents__recruit .inner {
  padding-block: clamp(85.7142857143px, 6.25vw, 120px) clamp(97.1428571429px, 7.0833333333vw, 136px);
}
.contents__recruit .inner .inner_wrap {
  display: flex;
  gap: clamp(72.7272727273px, 4.1666666667vw, 80px);
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1199px) {
  .contents__recruit .inner .inner_wrap {
    flex-direction: column;
  }
}
.contents__recruit .inner .inner_wrap .title-block {
  padding-top: clamp(28.5714285714px, 2.0833333333vw, 40px);
}
.contents__recruit .inner .inner_wrap .title-block .heading .title {
  color: #ffffff;
}
.contents__recruit .inner .inner_wrap .title-block .message {
  color: #ffffff;
  margin-top: clamp(80px, 5.8333333333vw, 112px);
}
.contents__recruit .inner .inner_wrap .title-block .message .title {
  font-size: clamp(18.6666666667px, 1.4583333333vw, 28px);
  letter-spacing: 0.3em;
}
.contents__recruit .inner .inner_wrap .title-block .message .text {
  font-size: clamp(14.1666666667px, 0.8854166667vw, 17px);
  line-height: 2.3;
  margin-top: clamp(53.3333333333px, 3.3333333333vw, 64px);
}
.contents__recruit .inner .inner_wrap .title-block .message .tel-num {
  width: clamp(250px, 20.8333333333vw, 400px);
  margin-top: clamp(56px, 5.8333333333vw, 112px);
}
.contents__recruit .inner .inner_wrap .container {
  flex: 1;
  width: 100%;
  margin-top: 0;
}
.contents__recruit .inner .inner_wrap .container__box {
  display: flex;
  gap: clamp(56px, 5.8333333333vw, 112px);
  align-items: center;
}
@media (max-width: 1199px) {
  .contents__recruit .inner .inner_wrap .container__box {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .contents__recruit .inner .inner_wrap .container__box {
    flex-direction: column;
    align-items: center;
  }
}
.contents__recruit .inner .inner_wrap .container__box .profile-info {
  width: 100%;
}
.contents__recruit .inner .inner_wrap .container__box .profile-info table {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}
.contents__recruit .inner .inner_wrap .container__box .profile-info table tbody th,
.contents__recruit .inner .inner_wrap .container__box .profile-info table tbody td {
  vertical-align: top;
  font-feature-settings: "palt";
  font-size: clamp(14.2857142857px, 1.0416666667vw, 20px);
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
  padding-block: clamp(28.5714285714px, 2.0833333333vw, 40px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.contents__recruit .inner .inner_wrap .container__box .profile-info table tbody th {
  font-weight: 500;
  width: clamp(122.2222222222px, 11.4583333333vw, 220px);
  padding-right: clamp(16.6666666667px, 1.0416666667vw, 20px);
}
.contents__recruit .inner .inner_wrap .container__box .profile-info table tbody td .certificate {
  display: flex;
  gap: clamp(33.5664335664px, 2.5vw, 48px);
}
.contents__recruit .inner .inner_wrap .container__box .profile-info table tbody td .certificate .img {
  width: clamp(349.6503496503px, 26.0416666667vw, 500px);
  margin-left: auto;
}
.contents__works .works-img {
  display: flex;
}
.contents__works .works-img .img {
  width: 33.3333333333%;
  aspect-ratio: 6/4;
}
@media (max-width: 767px) {
  .contents__works .works-img .img {
    aspect-ratio: 4/6;
  }
}
.contents__works .works-img .img.img-01 {
  background: url("../../assets/img/top/working-01.png") no-repeat center;
  background-size: cover;
}
.contents__works .works-img .img.img-02 {
  background: url("../../assets/img/top/working-02.png") no-repeat center;
  background-size: cover;
}
.contents__works .works-img .img.img-03 {
  background: url("../../assets/img/top/working-03.png") no-repeat center;
  background-size: cover;
}
.contents__access .map {
  width: 100%;
  height: clamp(700px, 43.75vw, 840px);
}
@media (max-width: 767px) {
  .contents__access .map {
    height: 320px;
  }
}
.contents__access .map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=top.css.map */