﻿@charset "UTF-8";

/* ########### 採用サイト｜ヤマケン株式会社  ########### */
/*
 * "Zen Kaku Gothic" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/*
 * "Cormorant" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2025 採用サイト｜ヤマケン株式会社 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */


body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font: 16px/1.5 "ZenKakuGothicNew", "Meiryo", "Helvetica Neue", "Arial", "verdana", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

html {
  text-align: justify;
  overflow-x: hidden;
  color: #464646;
  font-size: 16px;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #464646 !important;
}

.lightblue {
  color: #2cbce6 !important;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #464646 !important;
}

.back--lightblue {
  background-color: #2cbce6 !important;
}

.border {
  border: 1px solid #464646;
}

.border-lightblue {
  border: 1px solid #2cbce6;
}

/* ################## 共通 ################## */

.borderbottom1,
.borderbottom-black {
  border-bottom: 1px solid #464646;
}

.borderbottom2,
.borderbottom-black {
  border-bottom: 2px solid #464646;
}

.borderbottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid #ffffff;
}

.borderbottom-lightblue {
  border-bottom: 1px solid #2cbce6;
}

.borderbottom-lightblue2 {
  border-bottom: 2px solid #2cbce6;
}

.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.zindex-999 {
  z-index: -999;
}

.zindex-1999 {
  z-index: 1999;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  src: url("font/ZenKakuGothicNew-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  src: url("font/ZenKakuGothicNew-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 500;
  src: url("font/ZenKakuGothicNew-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 700;
  src: url("font/ZenKakuGothicNew-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 900;
  src: url("font/ZenKakuGothicNew-Black.woff") format("woff");
  font-display: swap;
}

.ZenKakuGothicNew {
  font-family: "ZenKakuGothicNew";
}

.sans {
  font-family: "ZenKakuGothicNew", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  src: url("font/Cormorant-VariableFont_wght.woff") format("woff");
  font-display: swap;
}

.cormorant {
  font-family: "Cormorant", sans-serif;
}

@font-face {
  font-family: "Kadwa";
  font-style: normal;
  font-weight: 500;
  src: url("font/Kadwa-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Kadwa";
  font-style: normal;
  font-weight: 600;
  src: url("font/Kadwa-Bold.woff") format("woff");
  font-display: swap;
}

.kadwa {
  font-family: "Kadwa";
}


.pretty {
  text-wrap: pretty !important;
}

.balance {
  text-wrap: balance !important;
}

.wrap2 {
  text-wrap: wrap !important;
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464646;
  letter-spacing: 0.35px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #464646;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  position: relative;
}

ul,
li {
  list-style: none;
}

#article ul li {
  list-style: initial !important;
}

#article ol li {
  list-style-type: decimal !important;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  max-width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.ws-wrap {
  white-space: wrap !important;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-top01 {
  margin-top: 0.1em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top4 {
  margin-top: 4em !important;
}

.margin-top-075 {
  margin-top: -0.75em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-bottom-1 {
  margin-bottom: -1em !important;
}

.margin-bottom0 {
  margin-bottom: 0em !important;
}

.margin-bottom-05 {
  margin-bottom: -0.5em !important;
}

.margin-bottom01 {
  margin-bottom: 0.1em !important;
}

.margin-bottom015 {
  margin-bottom: 0.15em !important;
}

.margin-bottom02 {
  margin-bottom: 0.2em !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom075 {
  margin-bottom: 0.75em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom15 {
  margin-bottom: 1.5em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom75 {
  margin-bottom: 75px !important;
}

.margin-right05 {
  margin-right: 0.5em !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.padding-right05 {
  padding-right: 0.5em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-bottom01 {
  padding-bottom: 0.1em !important;
}

.padding-bottom075 {
  padding-bottom: 0.75em !important;
}

.padding-bottom025 {
  padding-bottom: 0.25em !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.bold900 {
  font-weight: 900;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.v-sub {
  vertical-align: sub;
}

.v-sub img {
  vertical-align: sub;
}

.v-middle {
  vertical-align: middle;
}

.v-middle img {
  vertical-align: middle;
}

.v-baseline {
  vertical-align: baseline;
}

.v-baseline img {
  vertical-align: baseline;
}


.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.inline-flex {
  display: inline-flex;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.07em;
  text-indent: -1.07em;
}

.text-indent125 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent13 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-iawf {
  margin-inline: auto;
  width: fit-content;
}

.margin-inline-auto {
  margin-inline: auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.letterspacing-m5 {
  letter-spacing: -5px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.fadeUpTrigger6 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .35s forwards;
  will-change: transform
}

@keyframes EffectFade {

  0% {
    opacity: 0;
    transform: translate(0px, 15px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blurTrigger {
  opacity: 0;
}

/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.effectfade {
  animation-delay: 0.2s;
}

@media (max-width: 479px) {
  .effectfade.second {
    animation-delay: 0.4s;
  }

  .effectfade.third {
    animation-delay: 0.2s;
  }

  .effectfade.fourth {
    animation-delay: 0.4s;
  }

  .effectfade.fifth {
    animation-delay: 0.2s;
  }

  .effectfade.sixth {
    animation-delay: 0.4s;
  }

  .effectfade.seventh {
    animation-delay: 0.2s;
  }

  .effectfade.eighth {
    animation-delay: 0.4s;
  }

  .effectfade.ninth {
    animation-delay: 0.2s;
  }

  .effectfade.tenth {
    animation-delay: 0.4s;
  }

}

@media (min-width: 480px) {
  .effectfade.second {
    animation-delay: 0.4s;
  }

  .effectfade.third {
    animation-delay: 0.6s;
  }

  .effectfade.fourth {
    animation-delay: 0.8s;
  }

  .effectfade.fifth {
    animation-delay: 1.0s;
  }

  .effectfade.sixth {
    animation-delay: 1.2s;
  }

  .effectfade.seventh {
    animation-delay: 1.4s;
  }

  .effectfade.eighth {
    animation-delay: 1.6s;
  }

  .effectfade.ninth {
    animation-delay: 1.8s;
  }

  .effectfade.tenth {
    animation-delay: 2.0s;
  }
}

.effectfade.second2 {
  animation-delay: 0.6s;
}

.effectfade.third2 {
  animation-delay: 0.9s;
}

.effectfade.fourth2 {
  animation-delay: 1.2s;
}

@media (min-width: 1100px) {
  .effectfade.second3 {
    animation-delay: 0.6s;
  }
}

.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}

.animated-text2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}

@keyframes popUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

.animated-text2 {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text2.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.5s forwards;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.anime-up.displayed span {
  display: inline-block;
}

.anime-up.displayed>span {
  overflow: hidden;
}

.anime-up.displayed>span>span {
  animation: showText 0.5s backwards;
  will-change: transform;
}

/*text animetions*/
@keyframes showText {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.h2-margin-bottom {
  margin-bottom: 80px;
}

.h2-margin-bottom2 {
  margin-bottom: 40px;
}

.h2-margin-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h2-main {
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: clamp(80px, calc(100vw / 1260 * 100), 100px);
  line-height: 1;
  font-weight: 500;
  display: block;
  color: #2cbce6;
}

.h2-main2.white {
  font-weight: 400;
}

.h2-main-ja {
  display: inline-flex;
  align-items: center;
  text-align: initial;
  font-size: clamp(20px, calc(100vw / 1260 * 24), 24px);
  line-height: 1.5;
  font-weight: 900;
}

.h2-main-ja img {
  margin-right: 10px;
  width: 45px;
}

.h2-main-en {
  display: block;
  color: #2cbce6;
  font-family: "Cormorant";
  font-size: clamp(40px, calc(100vw / 1260 * 52), 52px);
  line-height: 1.15;
  font-weight: 900 !important;
  margin-bottom: 10px;
}

.h3-common {
  font-size: clamp(13px, calc(100vw / 1260 * 18), 18px);
  line-height: 1.5;
  font-weight: 900;
}

.common-margin-top {
  margin-top: 30px;
}

.h2-hr {
  border: none;
  border-top: 1px solid #464646;
  margin-top: 8px;
  margin-bottom: 13px;
}

.h2-hr2 {
  border: none;
  border-top: 1px solid #464646;
  margin-top: 15px;
  margin-bottom: 10px;
}

.h2-hr-white {
  border: none;
  border-top: 1px solid #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-hr {
  border: none;
  border-top: 1px solid #464646;
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-hr-top {
  border: none;
  border-top: 1px solid #464646;
  margin-bottom: 80px;
}

.common-margin-bottom {
  margin-bottom: 30px !important;
}

label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select,
div {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.blogtext {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}


.blogtext p {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext img {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-cs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-ws {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-w {
  display: flex;
  flex-wrap: wrap;
}

.flex-wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-wjc {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.flex-wsas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-wss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-wsst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

/* ###### table ###### */
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ###### ブレンド ###### */

.multiply {
  mix-blend-mode: multiply;
}

.top-blend.swiper-wrapper::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(117, 144, 186, 0.5);
}

.noblend::after {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1);
}


/* ########### トップ-メイン ########### */

/* スライダー画像がない時 */
.swiper-slide:has(img[src=""]) {
  display: none;
}

#main,
#thanks {
  position: relative;
  padding-top: 0px;
  z-index: 1;
}

.main__title3 {
  color: white;
  font-family: "ZenKakuGothicNew";
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
}

.main__subtitle {
  color: white;
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 15px;
}

.main__block-text2 {
  text-align: left;
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  position: absolute;
  padding: 0px;
  bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  align-items: flex-start;
  min-height: 596px;
}

/* 上部スライダー */
.main-slider {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 596px;
}

.main-slider img {
  object-position: center 50%;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 596px;
}

.zoom-outer {
  width: 100%;
}

.main-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

/*　共通ボタン　*/
.button-common {
  position: relative;
}

.button-common a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 30px 6px;
  min-width: 260px;
  min-height: 55px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  font-family: "Kadwa";
  color: #8190a4;
  background-color: #ffffff;
  border: #8190a4 1px solid;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  transition: all .25s ease 0s;
}

.button-eventcampaign .button-common a {
  width: 360px;
}

.button-common.white a {
  color: #ffffff;
  background-color: transparent;
  border: #ffffff 1px solid;
}

@media(hover: hover) {

  .btn-line a:hover::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    right: -30px;
  }
}

/*　View Moreボタン　*/

.btn-line a::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #8190a4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  transition: all .25s ease 0s;
}

.btn-line.white a::before {
  background: #ffffff;
}

@media(hover: hover) {}

/* ###### 下層共通 ###### */

.underlayer__top {
  position: relative;
  padding-top: 90px;
}

.underlayer-common {
  z-index: -1;
  overflow: hidden;
}

.underlayer-top__text {
  left: 0;
  right: 0;
  max-width: 1760px;
  margin: auto;
  padding: 70px 30px 30px;
  height: 405px;
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: center;
}

.underlayer-top__back::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(35, 64, 141, 0.5);
}


.underlayer-top__back img {
  width: 100%;
  height: 405px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: relative;
  z-index: -999;
}

.underlayer-top__back.right__back img {
  object-position: 90% 55%;
}

.underlayer-top__back.ub-thanks img {
  object-position: 50% 100%;
}

.underlayer-top__back.ub-recruit img {
  object-position: 50% 55%;
}

.margin-photo {
  margin-top: 45px;
}

.wt li {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.works-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.works-table {
  flex: 1;
  display: flex;
}

/* ########### 下層-CONTACT ########### */

input[type=radio] {
  width: 19px;
  height: 19px;
  vertical-align: sub;
  display: inline-block;
  margin-right: 5px;
}

input[type=checkbox] {
  width: 19px;
  height: 19px;
  vertical-align: sub;
  display: inline-block;
  margin-right: 5px;

}

.douitext {
  font-size: 16px;
  margin-top: -2px;
}

.douitext a {
  font-size: inherit;
}

label {
  display: inline-block;
  line-height: 2;
  text-wrap: pretty;
}


label:not(:first-child) {
  margin-top: 5px;
}

::placeholder {
  font-size: 13px;
  -webkit-text-fill-color: #d6d6d6 !important;
}

.contacttable::placeholder {
  font-size: 13px;
  font-weight: 400;
  -webkit-text-fill-color: #d6d6d6 !important;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  line-height: 1;
}

.radiotext a {
  font-size: inherit !important;
}

.contacttable .hitusu {
  position: absolute;
  top: 20px;
  right: 25px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 3px;
  line-height: 1.35;
  padding: 3px 5px 2px;
  font-weight: 700;
  color: #d83333;
  border: #d83333 1px solid;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 600;
  width: 270px;
  padding: 20px 0px 0px 0px;
  color: #464646;
  position: relative;
}

.contacttable th::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 28px;
  margin-bottom: 2px;
  margin-right: 12px;
  background-color: transparent;
}
.contacttable td {
  padding: 14px 0px;
  font-weight: 500;
}

.contacttable td input[type=text],
.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td select {
  font-size: 16px;
  width: 100%;
  padding: 8px 15px 8px;
  font-weight: 500;
  border: #eaeaea 0px solid;
  background-color: #eaeaea;
  -webkit-text-fill-color: #464646 !important;
}

.contacttable td select {
  width: 298px;
  max-width: 100%;
  appearance: none;
  /* ブラウザデフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' style='fill:none;stroke:darkgray;stroke-width:2'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}

.contacttable td textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  margin-bottom: 16px;
  width: 100%;
  height: 135px;
  border: #eaeaea 0px solid;
  background-color: #eaeaea;
  -webkit-text-fill-color: #464646 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #eaeaea inset;
}

/* ###### BUTTON INPUT 確認画面用 ###### */

.formTable {
  border-top: rgb(50, 50, 50) 0px solid;
}

.formTable th {
  padding: 15px 20px 15px 0px;
  border-bottom: rgb(50, 50, 50) 0px solid;
  text-align: left;
  width: 290px;
  color: rgb(50, 50, 50);
  font-size: 16px;
  position: relative;
}

.formTable td {
  font-size: 16px;
  padding: 8px 12px;
  border-bottom: rgb(50, 50, 50) 0px solid;
  width: 100%;
  text-align: left;
  font-weight: 500;
}

.mail--back {
  background-color: #ffffff !important;
}

.formTable td {
  border-top: #ffffff 10px solid;
  border-bottom: #ffffff 10px solid;
}

p.error_messe {
  margin: 5px 0;
  color: #4279b8;
}

.button-outer.ad2 {
  text-align: center;
  width: 520px;
  margin-inline: auto;
}

.flex-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.button-outer input {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block !important;
  margin-inline: auto;
  position: relative;
  padding: 8px 20px 7px;
  width: 245px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  background-color: #2cbce6;
  border: 2px solid #2cbce6;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  transition: all .5s ease 0s;
}

.button-outer button {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block !important;
  margin-inline: auto;
  position: relative;
  padding: 10px 20px 9px;
  width: 325px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
  background-color: #2cbce6;
  border: 2px solid #2cbce6;
  color: rgb(255, 255, 255);
  transition: all .5s ease 0s;
}

.button-outer button::after {
  content: "";
  background: url(image/icon-submit-white.svg) no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.button-outer .back-button {
  background-color: rgb(191, 191, 191);
  border: 2px solid rgb(191, 191, 191);
  color: rgb(255, 255, 255);
}

@media(hover: hover) {
  .button-outer button:hover {
    color: #2cbce6;
    background-color: rgb(255, 255, 255);
  }

  .button-outer input:hover {
    color: #2cbce6;
    background-color: rgb(255, 255, 255);
  }

  .button-outer .back-button:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(191, 191, 191);
    color: rgb(191, 191, 191);
  }

  .button-outer button:hover::after {
    background: url(image/icon-submit-blue.svg) no-repeat;
  }

}

.infobox {
  margin: 15px 0 15px;
  padding: 15px;
  height: 165px;
  overflow-y: scroll;
  border: #8aa5b3 1px solid;
  background-color: rgb(255, 255, 255);
  text-align: left;
  text-align: justify;
}

.policytitle {
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 15px;
  margin-block: 15px;
  color: #2cbce6;
  border-bottom: #dedede 1px solid;
}

.policytext {
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

.policytext li {
  line-height: 2;
  list-style: initial !important;
  margin-left: 1.5em;
}

.policytitle.small {
  font-size: 18px;
}

.policytext.small {
  font-size: 14px;
}

/* ########### トップ-リンク4カ所 ########### */

.flex-top-common {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}



.flex-top-photo {
  width: 52.5%;
  height: 500px;
}

.flex-top-text {
  width: 52.5%;
  min-height: 400px;
  z-index: 1;
  position: relative;
  background-color: white;
  padding: 45px;
  display: grid;
  align-content: center;
}

.right-ver {
  margin-right: -5%;
}

.left-ver {
  margin-left: -5%;
}

.flex-top-photo img {
  object-position: center 50%;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 500px;
}

#top-link {
  background: url(image/gradation-top1.jpg) 50% 50% / cover no-repeat;
}

#underlayer-back {
  background: url(image/gradation-underlayer.jpg) 50% 50% / cover no-repeat;
}


.link-entry::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(44, 188, 230, 0.85);
}

.link-entry {
  position: relative;
  z-index: 0;
  padding: 50px 100px;
  /* 子要素より後ろに配置するための準備 */
  background: url(image/link-entry.jpg) 50% 50% / cover no-repeat;
}


.link-eventcampaign::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.85);
}

.link-eventcampaign {
  position: relative;
  z-index: 0;
  padding: 50px 100px;
  background: url(image/link-insta.jpg) 50% 50% / cover no-repeat;
}

/* ########### トップ-アイコン ########### */
.flex-icon h3 {
  margin-top: 0.75em;
  text-align: center;
}

.flex-icon li {
  text-align: center;
}

.flex-icon {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
}

.flex-support {
  justify-content: center;
}

/* ########### 下層-メッセージ ########### */

.flex-message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.message-left {
  flex: 1;
  padding-right: 60px;
}

.message-right {
  width: 390px;
}

.photo-wrap {
  position: relative;
  display: inline-block;
}

.photo-wrap img:nth-child(1) {
  position: relative;
  z-index: 1;
  width: 360px;
}

.photo-wrap img:nth-child(2) {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 360px;
  z-index: 0;
}

/* ########### 下層-募集概要 ########### */

.table-com {
  border-top: rgb(50, 50, 50) 1px solid;
  border-bottom: rgb(50, 50, 50) 1px solid;
}

.table-com th {
  color: rgb(50, 50, 50);
  padding: 23px 0px 20px 0px;
  font-weight: 700;
  text-align: left;
  width: 160px;
  font-size: 16px;
  border-top: rgb(50, 50, 50) 1px solid;
  border-bottom: rgb(50, 50, 50) 1px solid;
  line-height: 2;
}

.table-com td {
  padding: 23px 10px 20px 25px;
  width: 100%;
  text-align: left;
  color: rgb(50, 50, 50);
  font-size: 16px;
  font-weight: 500;
  border-top: rgb(50, 50, 50) 1px solid;
  border-bottom: rgb(50, 50, 50) 1px solid;
  line-height: 2;
}

.table-com td li {
  font-size: 16px;
  list-style: initial !important;
  line-height: 1.5;
}

.table-com td ul {
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.5em;
}

/* ###### パンくず ###### */

.breadcrumb__list {
  top: 0;
  position: absolute;
  margin-top: 30px;
  display: block;
  text-align: right;
  line-height: 1.15;
  font-size: 12px;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  font-size: 12px;
  font-weight: 500;
}

.breadcrumb__item a {
  font-size: inherit;
  font-weight: inherit;
}

/* ###### スクロールバー ###### */

.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 30px;
  color: #bfd6e1;
  font-size: 11px;
  font-family: serif;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}

.scrollbar_05 {
  position: relative;
  top: 0;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #bfd6e1;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {


  html {
    font-size: 14px;
  }

  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 45px 15px;
  }

  .contents.ul-top1 {
    padding-top: 0px;
  }

  .contents.half {
    padding-block: 35px;
  }

  .contents.main-contents {
    padding: 0px 15px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }


  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 14px;
  }

  .text12 {
    font-size: 11px;
  }

  .text13 {
    font-size: 11px;
  }

  .text14 {
    font-size: 12px;
  }

  .text15 {
    font-size: 13px;
  }

  .text16 {
    font-size: 14px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 16px;
  }

  .text19 {
    font-size: 16px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .blogtext img {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .h2-main {
    font-size: clamp(40px, calc(100vw / 479 * 60), 60px);
  }

  .h2-main2 {
    font-size: clamp(35px, calc(100vw / 479 * 50), 50px);
  }

  .h2-main-ja {
    font-size: clamp(16px, calc(100vw / 479 * 20), 20px);
  }

  .h2-main-ja img {
    margin-right: 5px;
    width: 30px;
  }

  .h2-main-en {
    font-size: clamp(26px, calc(100vw / 479 * 32), 32px);
  }

  .h3-common {
    font-size: clamp(14px, calc(100vw / 479 * 15), 15px);
  }


  .flex-h2-main2 img {
    padding-right: 5px;
    width: 50px;
    padding-top: 5px;
  }

  .section-hr {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .h2-margin-bottom {
    margin-bottom: 45px;
  }

  .h2-margin-bottom2 {
    margin-bottom: 25px;
  }

  .h2-margin-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .common-margin-top {
    margin-top: 15px;
  }

  .common-margin-top2 {
    margin-top: 30px !important;
  }

  .common-margin-bottom {
    margin-bottom: 15px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 30px;
  }


  /* ###### 共通 ####### */

  /*　共通ボタン　*/
  .button-common a {
    padding: 9px 10px 5px;
    min-width: 225px;
    min-height: 40px;
    font-size: 13px;
  }

  .button-eventcampaign .button-common a {
    width: 225px;
  }

  /*　View Moreボタン　*/

  .btn-line a::before {
    width: 25px;
    right: -15px;
  }

  @media(hover: hover) {

    .btn-line a:hover::before {
      width: 25px;
      right: -20px;
    }
  }

  /* ###### 下層共通 ###### */

  .underlayer-top__text {
    padding: 60px 15px 15px;
    height: 340px;
  }

  .underlayer-top__back img {
    height: 340px;
  }

  .margin-photo {
    margin-top: 30px;
  }

  /* ########### トップ-メイン ########### */

  .main__title3 {
    font-size: clamp(28px, calc(100vw / 479 * 40), 40px);
    line-height: 1.25;
  }

  .main__subtitle {
    font-size: clamp(13px, calc(100vw / 479 * 14), 14px);
    margin-bottom: 5px;
  }

  .main__block-text2 {
    height: clamp(400px, calc(100vw / 479 * 450), 450px);
    min-height: clamp(400px, calc(100vw / 479 * 450), 450px);
    bottom: 15px;
  }

  .main-slider {
    height: clamp(400px, calc(100vw / 479 * 450), 450px);
    min-height: clamp(400px, calc(100vw / 479 * 450), 450px);
  }

  .main-slider img {
    height: clamp(400px, calc(100vw / 479 * 450), 450px);
    min-height: clamp(400px, calc(100vw / 479 * 450), 450px);
  }


  /* ########### 下層-CONTACT ########### */

  .contacttable th {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 3px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable ::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 18px;
    right: 0px
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 14px;
    width: 100%;
    padding: 7px 15px 7px;
  }

  .contacttable td textarea {
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  .contacttable td.side-input input[type=text],
  .contacttable td.side-input input[type=tel],
  .contacttable td.side-input input[type=email] {
    font-size: 14px;
    padding: 8px 10px 8px;
    margin-block: 20px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 13px;
  }

  /* ###### BUTTON INPUT 確認画面用 ###### */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 270px;
    margin-inline: auto;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .button-outer button {
    max-width: 270px;
    margin-inline: auto;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .button-outer button::after {
    width: 18px;
    height: 18px;
    right: 15px;
    top: 13px;
  }

  .formTable th {
    width: 100%;
    padding: 7px 0 0 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-align: left;
  }

  .formTable td {
    min-height: 33px !important;
    font-size: 14px;
    padding: 7px 0px;
    margin-top: 3px;
    margin-bottom: 6px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .infobox {
    margin: 10px 0 10px;
    padding: 10px;
    height: 185px;
  }

  .policytitle {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .policytext {
    font-size: 14px;
  }

  .policytitle.small {
    font-size: 15px;
  }

  .policytext.small {
    font-size: 13px;
  }

  /* ###### パンくず ###### */

  .breadcrumb__list {
    margin-top: 15px;
  }

  .breadcrumb__item {
    font-size: 10px;
  }


  /* ###### スクロールバー ###### */

  .scrollbar-text_05 {
    top: 35px;
    right: 15px;
    font-size: 10px;
  }

  .scrollbar_05::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
  }

  /* ########### トップ-リンク4カ所 ########### */

  .h2-hr2 {
    border: none;
    border-top: 1px solid #464646;
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .right-ver {
    margin-right: 0%;
  }

  .left-ver {
    margin-left: 0%;
  }

  .flex-top-photo {
    margin-left: auto;
    width: 95%;
    height: 250px;
    order: 1;
  }

  .flex-top-photo img {
    height: 250px;
  }

  .flex-top-photo.person img {
    object-position: center 0%;
  }

  .flex-top-text {
    width: 95%;
    min-height: 200px;
    padding: 20px;
    order: 2;
    margin-top: -75px;
  }

  .ul-top1 .flex-top-photo {
    width: 95%;
    margin-left: calc(50% - 50vw);
  }

  .ul-top1 .flex-top-text {
    width: 95%;
    min-height: 150px;
    order: 2;
    margin-left: auto;
    margin-top: -75px;
  }

  #top-link {
    background: url(image/gradation-top1-sf.jpg) 50% 50% / cover no-repeat;
  }

  #underlayer-back {
    background: url(image/gradation-underlayer-sf.jpg) 50% 50% / cover no-repeat;
  }

  .link-entry {
    padding: 30px 15px;
    background: url(image/link-entry-sf.jpg) 50% 50% / cover no-repeat;
  }

  .link-eventcampaign {
    padding: 30px 15px;
    background: url(image/link-insta-sf.jpg) 50% 50% / cover no-repeat;
  }

  .link-entry {
    padding: 30px 15px;
    background: url(image/link-entry-sf.jpg) 50% 50% / cover no-repeat;
  }

  /* ########### トップ-アイコン ########### */


  .flex-icon {
    max-width: 340px;
  }

  .flex-icon li img {
    width: clamp(110px, calc(100vw / 340 * 135), 135px);
  }

  .flex-icon li {
    width: 48%;
    text-align: center;
  }

  .flex-icon li:nth-child(n + 3) {
    margin-top: 5%;
  }

  .flex-icon li:not(:nth-child(2n + 1)) {
    margin-left: 4%;
  }

  /* ########### 下層-メッセージ ########### */

  .message-left {
    padding-right: 0px;
    width: 100%;
    flex: auto;
  }

  .message-right {
    width: 195px;
    margin-inline: auto;
    margin-top: 20px;
  }

  .photo-wrap img:nth-child(1) {
    width: 180px;
  }

  .photo-wrap img:nth-child(2) {
    bottom: -15px;
    right: -15px;
    width: 180px;
  }

  /* ########### 下層-募集概要 ########### */

  .table-com th {
    display: block;
    padding: 14px 8px 0px;
    width: 100%;
    font-size: 15px;
    border-top: rgb(50, 50, 50) 0px solid;
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 8px 10px;
    width: 100%;
    font-size: 14px;
    border-top: rgb(50, 50, 50) 0px solid;
  }

  .table-com td li {
    font-size: 14px;
  }

  .table-com tr:first-child td {
    border-top: rgb(50, 50, 50) 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

}

/* ################################################## 480px以上768px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {

  html {
    font-size: 15px;
  }

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }


  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 60px 20px;
  }

  .contents.ul-top1 {
    padding-top: 0px;
  }

  .contents.half {
    padding-block: 55px;
  }

  .contents.main-contents {
    padding: 0px 20px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 15px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 12px;
  }

  .text14 {
    font-size: 13px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 15px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .h2-main {
    font-size: clamp(60px, calc(100vw / 768 * 80), 80px);
  }

  .h2-main2 {
    font-size: clamp(50px, calc(100vw / 768 * 70), 70px);
  }

  .flex-h2-main2 img {
    padding-right: 8px;
    padding-top: 5px;
    width: 80px;
  }

  .h2-main-ja {
    font-size: clamp(20px, calc(100vw / 768 * 22), 22px);
  }

  .h2-main-ja img {
    margin-right: 5px;
    width: 40px;
  }

  .h2-main-en {
    font-size: clamp(32px, calc(100vw / 768 * 40), 40px);
  }

  .h3-common {
    font-size: clamp(13px, calc(100vw / 768 * 16), 16px);
  }

  .section-hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-hr-top {
    border: none;
    border-top: 1px solid #464646;
    margin-bottom: 80px;
  }

  .h2-margin-bottom {
    margin-bottom: 60px;
  }

  .h2-margin-bottom2 {
    margin-bottom: 30px;
  }

  .h2-margin-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .common-margin-top {
    margin-top: 25px;
  }

  .common-margin-top2 {
    margin-top: 40px !important;
  }

  .common-margin-bottom {
    margin-bottom: 25px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 40px;
  }

  /* ###### 共通 ####### */

  /*　共通ボタン　*/
  .button-common a {
    padding: 9px 25px 5px;
    min-width: 235px;
    min-height: 45px;
    font-size: 17px;
  }

  .button-eventcampaign .button-common a {
    width: 320px;
  }

  /*　View Moreボタン　*/



  /* ###### 下層共通 ###### */

  .underlayer-top__text {
    padding: 70px 20px 20px;
    height: 360px;
  }

  .underlayer-top__back img {
    height: 360px;
  }

  .margin-photo {
    margin-top: 30px;
  }

  /* ########### トップ-メイン ########### */

  .main__title3 {
    font-size: clamp(30px, calc(100vw / 767 * 50), 50px);
  }

  .main__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .main__block-text2 {
    height: 450px;
    min-height: 450px;
    bottom: 20px;
  }

  .main-slider {
    height: 450px;
    min-height: 450px
  }

  .main-slider img {
    height: 450px;
    min-height: 450px
  }

  /* ########### 下層-CONTACT ########### */

  .contacttable th {
    font-size: 15px;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 5px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 18px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td [type=tel],
  .contacttable td [type=email] {
    font-size: 15px;
    width: 100%;
    padding: 7px 15px 7px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 14px;
  }

  /* ###### BUTTON INPUT 確認画面用 ###### */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 340px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .button-outer button {
    max-width: 340px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .formTable th {
    width: 100%;
    padding: 7px 0 0 0px;
    text-align: left;
    font-size: 15px;
    display: block;
    text-align: left;
  }

  .formTable td {
    min-height: 35px !important;
    font-size: 15px;
    padding: 7px 0px;
    margin-top: 3px;
    margin-bottom: 6px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .policytitle {
    font-size: 18px;
  }

  .policytext {
    font-size: 15px;
  }

  .policytitle.small {
    font-size: 16px;
  }

  .policytext.small {
    font-size: 13px;
  }

  /* ###### パンくず ###### */

  .breadcrumb__list {
    margin-top: 20px;
  }

  .breadcrumb__item {
    font-size: 11px;
  }

  /* ###### スクロールバー ###### */

  .scrollbar-text_05 {
    top: 35px;
    right: 20px;
    font-size: 10px;
  }

  .scrollbar_05::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 75px;
  }

  /* ########### トップ-リンク4カ所 ########### */

  .right-ver {
    margin-right: 0%;
  }

  .left-ver {
    margin-left: 0%;
  }

  .flex-top-photo {
    margin-left: auto;
    width: 90%;
    height: 300px;
    order: 1;
  }

  .flex-top-photo img {
    height: 300px;
  }

  .flex-top-photo.person img {
    object-position: center 0%;
  }

  .flex-top-text {
    width: 90%;
    min-height: 300px;
    padding: 25px;
    order: 2;
    margin-top: -75px;
  }

  .link-entry {
    padding: 30px;
  }

  .link-eventcampaign {
    padding: 30px;
  }

  .ul-top1 .flex-top-photo {
    width: 92%;
    height: 350px;
    margin-left: calc(50% - 50vw);
  }

  .ul-top1 .flex-top-photo img {
    height: 350px;
  }

  .ul-top1 .flex-top-text {
    width: 85%;
    min-height: 250px;
    order: 2;
    margin-left: auto;
    margin-top: -100px;
  }

  /* ########### トップ-アイコン ########### */

  .flex-icon {
    max-width: 550px;
  }

  .flex-icon li {
    width: 30%;
    text-align: center;
  }

  .flex-icon li img {
    width: clamp(120px, calc(100vw / 600 * 150), 150px);
  }

  .flex-icon li:nth-child(n + 4) {
    margin-top: 3.333%;
  }

  .flex-icon li:not(:nth-child(3n + 1)) {
    margin-left: 3.33%;
  }


  /* ########### 下層-メッセージ ########### */

  .message-left {
    padding-right: 0px;
    width: 100%;
    flex: auto;
  }

  .message-right {
    width: 260px;
    margin-inline: auto;
    margin-top: 30px;
  }

  .photo-wrap img:nth-child(1) {
    width: 240px;
  }

  .photo-wrap img:nth-child(2) {
    bottom: -20px;
    right: -20px;
    width: 240px;
  }

  /* ########### 下層-募集概要 ########### */

  .table-com th {
    display: block;
    padding: 14px 8px 0px;
    width: 100%;
    font-size: 15px;
    border-top: rgb(50, 50, 50) 0px solid;
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 8px 10px;
    width: 100%;
    font-size: 14px;
    border-top: rgb(50, 50, 50) 0px solid;
    border-bottom: rgb(50, 50, 50) 1px solid;
  }

  .table-com td li {
    font-size: 14px;
  }

  .table-com tr:first-child td {
    border-top: rgb(50, 50, 50) 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .contents-720 {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
  }

  /* ########### 下層-CONTACT ########### */
  /* ###### BUTTON INPUT 確認画面用 ###### */

  /* ########### トップ-リンク4カ所 ########### */
  /* ########### トップ-アイコン ########### */

  /* ###### 下層-募集概要 ###### */

}

/* ################################################## 調整 ################################################## */

@media (min-width: 768px) and (max-width: 1099px) {

  .contents {
    padding: 80px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents.ul-top1 {
    padding-top: 0px;
  }

  .contents.half {
    padding-block: 95px;
  }

  .contents.main-contents {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1760px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }



  /* ###### メイン ###### */

  .main__title3 {
    font-size: clamp(50px, calc(100vw / 1100 * 60), 60px);
  }

  .main__subtitle {
    font-size: 18px;
  }

  .main__block-text2 {
    height: 596px;
    bottom: 30px;
  }

  .main-slider {
    height: 596px;
  }

  .main-slider img {
    height: 596px;
  }

  /* ########### 下層-CONTACT ########### */

  /* ########### トップ-リンク4カ所 ########### */


  .right-ver {
    margin-right: 0%;
  }

  .left-ver {
    margin-left: 0%;
  }

  .flex-top-photo {
    margin-left: auto;
    width: 80%;
    height: 350px;
    order: 1;
  }

  .flex-top-photo img {
    height: 350px;
  }

  .flex-top-photo.person img {
    object-position: center 0%;
  }

  .flex-top-text {
    width: 80%;
    min-height: 350px;
    padding: 35px;
    order: 2;
    margin-top: -100px;
  }

  .link-entry {
    padding: 50px;
  }

  .link-eventcampaign {
    padding: 50px;
  }

  .ul-top1 .flex-top-photo {
    width: 55%;
    height: 325px;
    margin-left: calc(50% - 50vw);
  }

  .ul-top1 .flex-top-photo img {
    height: 325px;
  }

  .ul-top1 .flex-top-text {
    width: 55%;
    min-height: 250px;
    padding: 35px;
    order: 2;
    position: absolute;
    right: 0;
    margin-top: 0px;
  }

  /* ########### トップ-アイコン ########### */

  .flex-icon {
    max-width: 900px;
  }

  .flex-icon li {
    width: 18%;
    text-align: center;
  }

  .flex-icon li:nth-child(n + 6) {
    margin-top: 2.5%;
  }

  .flex-icon li:not(:nth-child(5n + 1)) {
    margin-left: 2.5%;
  }

  /* ########### 下層-メッセージ ########### */
  .message-left {
    padding-right: 45px;
  }

  .message-right {
    width: 300px;
  }

  .photo-wrap img:nth-child(1) {
    width: 270px;
  }

  .photo-wrap img:nth-child(2) {
    bottom: -30px;
    right: -30px;
    width: 270px;
  }

}

@media (min-width: 1100px) {


  .contents {
    padding: 80px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents.ul-top1 {
    padding-top: 0px;
  }

  .contents.half {
    padding-block: 95px;
  }

  .contents.main-contents {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1560px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1160 {
    max-width: 1160px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }


  /* ########### トップ-リンク4カ所 ########### */

  .ul-top1 .flex-top-text {
    position: absolute;
    right: 0;
    min-height: 300px;
  }

  .ul-top1 .flex-top-photo {
    left: 0;
    margin-left: calc(50% - 50vw);
    width: 55vw;
    height: 400px;
  }

  .ul-top1 .flex-top-photo img {
    object-position: center 50%;
    height: 400px;
  }

  /* ########### トップ-アイコン ########### */

  .flex-icon li {
    width: 18%;
    text-align: center;
  }

  .flex-icon li:nth-child(n + 6) {
    margin-top: 2.5%;
  }

  .flex-icon li:not(:nth-child(5n + 1)) {
    margin-left: 2.5%;
  }

  /* ########### 下層-メッセージ ########### */
  /* ###### 下層-募集概要 ###### */

  /* ###### 共通 ####### */

  .background-attachment-fixed {
    background-attachment: fixed;
  }

}