@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html{
  font-size: 62.5%;
  scroll-behavior: smooth;
  position: relative;
  scroll-padding-top: 110px;
}
html.wf-active,
html.loading-delay {
}
html.android{
  font-size: 55%;
}
body {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  margin: 0 auto;
  padding: 0;
  font-size:1.6rem;/* 16px*/
  line-height: 2;
  position: relative;
  min-width: 1080px;
  -webkit-font-smoothing:auto;
  letter-spacing: 0.1em;
  font-smoothing:auto;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  color: #2f2f2f;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type:none;
}
*:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}
img{
  font-size: 0;
  vertical-align: middle;
}

/*===== 共通パーツ =====*/

.cb{
  clear:both;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-j-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-j-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-a-ctr {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-a-stt {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.flex-a-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.flex-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-flow: row-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.line0{line-height: 0;}
.line09{line-height: 0.9;}
.line1{line-height: 1;}
.pc-arrival{display: block;}
.sp-arrival,.sp-1440,.sp-1000,.sp-600,.sp-425,.sp-375{display: none;}
.place-left p.mouse {
  display: inline-block;
}
.place-left p.tap {
  display: none;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.inner-s {
  width: 1000px;
  margin: 0 auto;
}

.ie-fix {
  display: none;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.jost-b {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/*===== 共通パーツ =====*/

/*===== ヘッダー =====*/

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all .3s ease .0s;
  width: 100%;
}
.header-wrapper {
  padding: 35px 60px;
  transition: all .3s ease .0s;
}
.header-left {
  position: relative;
  font-size:0;
}
.logo {
}
.logo a {
  width: 362px;
  height: auto;
  display: block;
  transition: all .3s ease .0s;
}
.is-fixed {
  background: #fff;
  box-shadow: 0px .4rem 2rem rgba(66, 66, 66, .1);
}
.is-fixed .header-wrapper {
  padding: 20px 60px;
  transition: all .3s ease .0s;
}
.is-fixed .logo {
  padding: 0;
  transition: all .3s ease .0s;
}
.is-fixed .logo a {
  width: 362px;
  height: auto;
  transition: all .3s ease .0s;
}
.logo img {
  width: 100%;
  height: 100%;
}
.logo a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}
.header-right a {
  padding: 0 0 5px;
  display: block;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  margin: 0 0 0 50px;
  background-image: linear-gradient(#f08200, #f08200);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: color 0.3s ease, background-size 0.3s ease;
}
.header-right li:first-of-type a {
  margin: 0;
}
.header-right a:hover {
  color:#f08200;
  transition: color 0.3s ease, background-size 0.3s ease;
  background-position: bottom left;
  background-size: 100% 1px;
}
.nav-wrap nav {
  justify-content: flex-start;
  flex-direction: column-reverse;
  gap: 15px 0;
}
.nav-list2 li a {
  color:#757575;
  margin: 0 0 0 40px;
}
/*===== ヘッダー =====*/

/*===== メイン =====*/

.bosyu {
  position: fixed;
  right: 0;
  top: 38%;
  z-index: 20;
}
.bosyu a {
  transition: all .3s ease .0s;
  position: relative;
  display: block;
}
.bosyu a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}


main {
  position: relative;
}
.main-arrow {
  position: absolute;
  top: 95rem;
  z-index: 10;
  right: 5rem;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: .4rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-arrow p {
  font-size: 1.4rem;
  line-height: 1;
  writing-mode: vertical-rl;
}
figure img {
  width: 100%;
  height: auto;
}
.hero {
  position: relative;
}
.hero-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc((100% - 162rem) / 2);
  width: 660px;
  overflow: hidden;
}
.swiper0 .swiper-slide img {
  width: 100%;
  height: auto;
}
.hero-map {
  position: absolute;
  z-index: 1;
  top: 12rem;
  right: calc((100% - 65rem) / 2);
  width: 524px;
  translate: 0 1rem;
  transition: opacity .8s .4s ease, translate .8s .4s ease;
}
.hero-img2 {
  position: absolute;
  z-index: 1;
  bottom: -255px;
  left: calc((100% - 135rem) / 2);
  width: 418px;
  overflow: hidden;
}
.hero-in {
  padding: 270px 0 0;
  position: relative;
  z-index: 2;
  width: 1320px;
  margin: 0 auto;
}
.hero-copy {
  font-size: 3.6rem;
  letter-spacing: 0.46em;
  line-height:8rem;
  font-weight:400;
}
.hero-copy span {
  padding-top: .4em;
  background-position: top left -8px;
  background-repeat: repeat-x;
  background-size: 1.46em 0.8em;
  background-image: radial-gradient(2px 2px at center center,#fff100,#fff100 100%,transparent);
}
.hero-en {
  font-size: 19.8rem;
  line-height: 23.9rem;
  margin-top: 11.5rem;
  margin-left: -15.5rem;
  letter-spacing: .045em;
  white-space: nowrap;
}
.gra {
  display: inline-block;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0,0,0,0);
}
.hero-en .hero-blue {
  background-image: linear-gradient(160deg, #48a5da 0%, #4882da 100%);
}
.hero-en .hero-orange {
  background-image: linear-gradient(-30deg, #db8015 0%, #e7da17 100%);
}
.hero-en .hero-green {
  background-image: linear-gradient(-30deg, #2a9f54 0%, #e6df20 100%);
}
.hero-span {position: relative;}
.hero-span:after {
  content: "";
  position: absolute;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-en .hero-blue:after {
  top: 20px;
  left: 40px;
  width: 85px;
  aspect-ratio: 123 / 300;
  background: url(../img/M.webp) no-repeat;
  background-size: 100%;
}
.hero-en .hero-orange:after {    
  top: -13px;
  left: -30px;
  width: 74px;
  aspect-ratio: 123 / 300;
  background: url(../img/H.webp) no-repeat;
  background-size: 100%;
}
.hero-en .hero-green:after {
  top: 30px;
  left: 30px;
  width: 71px;
  aspect-ratio: 123 / 300;
  background: url(../img/D.webp) no-repeat;
  background-size: 100%;
}
.hero-person1 {
  position: absolute;
  top: 18rem;
  left: 51rem;
  width: 110px;
  height: auto;
}
.hero-person2 {
  position: absolute;
  top: 93.5rem;
  left: 22.8rem;
  width: 61px;
  height: auto;
}
.hero-person3 {
  position: absolute;
  top: 127.8rem;
  left: 49.8rem;
  width: 189px;
  height: auto;
}
.main-message {
  position: absolute;
  bottom: 64px;
  right: -112px;
}
.main-message p {
  font-size:3.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.main-message p:first-of-type {
  color:#faab00;
  margin: 0 0 42px;
}
.main-message p:last-of-type {
  color:#f08200;
}

/*===== メイン =====*/

.top01 {
  margin:250px 0 0;
  position: relative;
}
.intro {
  text-align: center;
  position: relative;
  font-size: 0;
}
.intro-en {
  color: #00a9e3;
  line-height: 1;
  font-size: 9rem;
  letter-spacing: 0;
}
.intro-img {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.intro-jp {
  margin: 50px 0 0;
  padding: 0 0 15px;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
}
.intro-jp:after {
  content:"";
  width: 100%;
  height: 3px;
  background: #fff100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.intro + p {    
  font-size: 2rem;
  font-weight: 300;
  line-height: 5rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 10px 0 0;
}
.top01-box-swiper {
  margin: 60px 0 0;
}
.top01-box-swiper h3 {
  font-size: 2.5rem;
  line-height: 6rem;
  letter-spacing: 0.1em;
  font-weight:500;
  margin: -20px 40px 0 0;
}
.top01-box-swiper h3 span {
  display: block;
  position: relative;
  display: inline-block;
}
.top01-box-swiper h3 span:first-of-type {
  background: url(../img/job-line1.webp) no-repeat;
  background-size: 100% 2px;
  background-position: left bottom;
}
.top01-box-swiper h3 span:last-of-type {
  background: url(../img/job-line2.webp) no-repeat;
  background-size: 100% 2px;
  background-position: left bottom;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear !important; /* ← これが重要 */
}
.swiper .swiper-slide {
  width: 214px !important; /* 必ず固定値を与える */
}
.issue {
  width: 1180px;
  overflow: hidden;
  position: relative;
}
.issue .swiper-slide {
  width: 214px;
  height: 78px;
  font-size: 2rem;
  font-weight:500;
}
.circle1 {
  background: url(../img/job-circle1.webp) no-repeat;
  background-size: cover;
}
.circle2 {
  background: url(../img/job-circle2.webp) no-repeat;
  background-size: cover;
  color: #fff;
}
.circle3 {
  background: url(../img/job-circle3.webp) no-repeat;
  background-size: cover;
}
.swiper1 {
  padding: 0 0 0 50px;
}
.swiper2 {
  margin: 20px 0 0;
}
.issue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 176px;
  background-image: linear-gradient(-90deg, transparent 0 60%, #FFF 100%);
  z-index: 10;
}
.issue:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 176px;
  background-image: linear-gradient(90deg, transparent 0 60%, #FFF 100%);
  z-index: 1;
}
.top01-hero-img {
  position: absolute;
  width: 300px;
  height: auto;
  top: -75px;
  right: 0;
}
.top01-hero-img2 {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: -65px;
  left: 0;
}
.top01 .btn, .top01 .btn:link, .top01 .btn:visited {
  margin: 25px auto 0;
  background: #00a9e3;
}
.top01 .btn:hover {
  background: #2f2f2f;
  transition: all .3s ease .0s;
}


.top02 {
  padding: 150px 0;
  position: relative;
}
/*.news-box-left:after {
  content: "";
  width: 102px;
  height: 190px;
  background: url(../img/small05.webp) no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  bottom: 0;
}*/
.news-box-left {
  position: relative;
}
.news-box-left h2 span {
  display: block;
  line-height: 1;
}
.news-box-left h2 span:first-of-type {
  font-size: 2.4rem;
}
.news-box-left h2 span:last-of-type {
  font-size: 1.8rem;
  color: #00a9e3;
  letter-spacing: 0;
  margin: 20px 0 0;
}
.news-box-right {
  width: 1005px;
}
.news-item {
  font-size: 0;
  margin: 40px 0 0;
  border-bottom: 1px solid #e1e1e1;
}
.news-item:first-of-type {
  margin: 0;
}
.news-item time {
  font-size: 1.5rem;
  color: #00a9e3;
  letter-spacing: 0;
  line-height: 1;
}
.top-news-box a,.news-body p {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-weight:300;
  transition: all .3s ease .0s;
}
.top-news-box > a {
  padding: 15px 0 35px;
  display: block;
  width: 100%;
  position: relative;
}
.top-news-box > a:hover {
  color: #f08200;
  transition: all .3s ease .0s;
}
.top-news-box > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 34px;
  height: 34px;
  background: #00a9e3;
  border-radius: 100%;
  transition: all .3s ease .0s;
}
.top-news-box > a:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 26px;
  width: 12px;
  height: 8px;
  background: url(../img/arrow-w.webp) no-repeat;
  background-size: 100%;
  transition: all .3s ease .0s;
}
.top-news-box > a:hover:before {
  content: "";
  position: absolute;
  background: #f08200;
  background-size: 100%;
  transition: all .3s ease .0s;
}
.news-body {
  display: none;
}
.news-body-content {
  padding: 0 50px 30px 0;
  transition: all .3s ease .0s;
}
.news-body-content p {
  margin: 0 0 10px;
}
.news-body-content p:last-of-type {
  margin: 0;
}
.news-body-content p img {
  max-width: 100%;
}
.top-news-box > a.active {
  padding: 15px 50px 15px 0;
  transition: all .3s ease .0s;
}
.top-news-box > a.active:after {/* 開いている時 */
  transform:rotate(180deg);
  transition: all .3s ease .0s;
}
.news-body-content a {
  color: #f08200;
  font-weight: 400;
  transition: all .3s ease .0s;
  border-bottom: 1px solid #f08200;
}
.news-body-content a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}

.bg-block-orange {
  background: url(../img/message-bg.webp) no-repeat;
  background-size: 100%;
  background-position: top 50px center;
  position: relative;
}
.top03 {
  margin: 0 0 80px;
}
.top03:before {
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
  position: absolute;
  top:0;
}
.top03 .inner {
  position: relative;
}
.top03 .inner:before {
  content: "";
  width: 102px;
  height: 190px;
  background: url(../img/small05.webp) no-repeat;
  background-size: cover;
  position: absolute;
  left: -20px;
  top: -10%;
}
.intro-orange .intro-en {
  color: #f08200;
}
.top03 .intro-img {
  position: absolute;
  top: 52px;
}
.top03 .intro + p {
  font-size: 1.6rem;
  line-height: 1;
  margin: 25px 0 0;
  font-weight: 400;
  text-align: center;
}
.modal-video-body {
  max-width: 1400px!important;
}
.top03-movie {
  padding: 45px 0 40px;
}
.top03-movie li {
  width: calc(100% / 2);
}
.top03-movie li:first-of-type {
  margin: 0 80px 0 0;
}
.top03-movie li a {
  display: block;
  transition: all .3s ease .0s;
}
.top03-movie li a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}
.top03-movie li img {
  width: 100%;
  height: 100%;
}
.samplemodal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.samplemodal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.samplemodal-wrap::-webkit-scrollbar {
  display: none;
}
.samplemodal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.samplemodal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.samplemodal-box {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.samplemodal-box .inner-youtube {
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.samplemodal-box .inner-youtube > :first-child {
  margin-top: 0;
}
.samplemodal-box .samplemodal-close {
  cursor: pointer;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.movie-open {
  font-size: 1.5rem;
  font-weight: 300;  
  line-height: 4rem;
  letter-spacing: 0;
  color: #f08200;
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  border: 1px solid #f08200;
  border-radius: 100%;
  position: relative;
  transition: all .3s ease .0s;
}
.movie-open:hover {
  transition: all .3s ease .0s;
  color: #fff;
  background: #f08200;
}
.movie-open:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url(../img/arrow-o.webp) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  transition: all .3s ease .0s;
}
.movie-open:hover:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url(../img/arrow-w.webp) no-repeat;
  background-size: cover;
  transition: all .3s ease .0s;
}
.mm {
  display: none;
}
.movie-open.active:after {
  transform:rotate(180deg);
  transition: all .3s ease .0s;
}
.btn, .btn:link, .btn:visited {
  width: 375px;
  margin: 40px auto 0;
  padding: 22px 0;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #f08200;
  border-radius: 34px;
  transition: all .3s ease .0s;
}
.btn:hover {
  background: #2f2f2f;
  transition: all .3s ease .0s;
}

.top04-box {
  padding: 80px 0;
  border-top: 1px dashed #000;
  position: relative;
}
.interview-left {
  width: 420px;
  margin: 0 60px 0 0;
}
.interview-right {
  width: calc(100% - 480px);
}
.swiper3, .swiper4 {
  position: relative;
}
.swiper3:after {
  content: "";
  background: url(../img/nishida.webp) no-repeat;
  background-size: 100%;
  width: 170px;
  height: 124px;
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 1;
}
.swiper4:after {
  content: "";
  background: url(../img/Sakamoto.webp) no-repeat;
  background-size: 100%;
  width: 170px;
  height: 139px;
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 1;
}
.swiper3 .swiper-slide img,
.swiper4 .swiper-slide img {
  width: 420px;
  height: 540px;
  border-radius: 210px;
}
.swiper3 .swiper-wrapper,
.swiper4 .swiper-wrapper {
  overflow: hidden;
}
/* 前へ次への矢印カスタマイズ */
.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next,
.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next {
  position: absolute;
}
.swiper3 .swiper-button-prev,
.swiper4 .swiper-button-prev {
  left: 0;
}
.swiper3 .swiper-button-next,
.swiper4 .swiper-button-next {
  right: 0;
}
/* 前へ次への矢印カスタマイズ */
.swiper3 .swiper-button-prev::after,
.swiper3 .swiper-button-next::after,
.swiper4 .swiper-button-prev::after,
.swiper4 .swiper-button-next::after {
  content: "";
  margin: auto;
  width: 12px;
  height: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* 前への矢印カスタマイズ */
.swiper3 .swiper-button-prev::after,
.swiper4 .swiper-button-prev::after {
  transform:rotate(90deg);
  background: url(../img/arrow-w.webp) no-repeat;
  background-size: cover;
}
/* 次への矢印カスタマイズ */
.swiper3 .swiper-button-next::after,
.swiper4 .swiper-button-next::after {
  transform:rotate(-90deg);
  background: url(../img/arrow-w.webp) no-repeat;
  background-size: cover;
}
.interview-left-txt {
  text-align: center;
}
.interview-left-txt h3 {
  color: #00a9e3;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 24px 0 14px;
}
.interview-left-txt h3 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
.interview-left-txt h2 {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 500;
}
.interview-left-txt h2 span {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin: 14px 0 0;
}
.interview-right-box dt {
  color: #00a9e3;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;    
  margin: -5px 0 0;
}
.interview-right-box dd {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 18px 0 40px;
}
.interview-right-box:last-of-type dd {
  margin: 18px 0 0;
}
.top04-box:last-of-type {
  flex-direction: row-reverse;
}
.top04-box:last-of-type .interview-left {
  margin: 0 0 0 60px;
}
.top04-box:last-of-type:before {
  content: "";
  width: 101px;
  height: 150px;
  background: url(../img/person5.webp) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: -95px;
}
.interview-btn {
  width: 100%;
}
.top04 .btn, .top04 .btn:link, .top04 .btn:visited {
  margin: 40px auto 0;
  color: #00a9e3;
  background: #fff;
  border: 2px solid #00a9e3;
}
.top04 .btn:hover {
  color: #fff;
  background: #00a9e3;
  transition: all .3s ease .0s;
}

.top05 {
  position: relative;
  margin: 0 0 80px;
}
.top05 .inner {
  padding: 70px 0;
  border-radius: 5px;
  background: url(../img/schedule-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.top05 .inner:after {
  content: "";
  width: 56px;
  height: 172px;
  background: url(../img/small06.webp) no-repeat;
  background-size: cover;
  position: absolute;
  left: -25px;
  bottom: -95px;    
  z-index: 10;
}
.top05 .intro-en {
  color: #f08200;
  font-size: 6rem;
}
.top05 .intro-jp {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin: 15px 0 0;
}
.top05 .intro-jp:after {display: none;}
.top05-hero-img {
  position: absolute;
  width: 300px;
  height: auto;
  top: -155px;
  left: 0;
}
.top05-hero-img2 {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: -135px;
  right: 0;
  z-index: 10;
}
.schedule {
  margin: 34px 0 0;
}
.schedule-left {
  margin: 0 80px 0 0;
}
.schedule dl {
  padding: 0 0 30px;
  position: relative;
}
.schedule dl:last-of-type {
  padding: 0;
}
.schedule dl:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 65px;
  width: 1px;
  height: 100%;
  background: #f08200;
}
.schedule dl:last-of-type:before{
  display: none;
}
.schedule dl:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 58px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #f08200;
}
.schedule dl dt,
.schedule dl dd {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
}
.schedule dl dt {
  margin: 0 45px 0 0;
}

.top06 {
  padding: 80px 0;
  border-radius: 5px;
  background: url(../img/path-bg.webp) no-repeat;
  background-size: 100%;
  position: relative;
}
.top06:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(180deg, transparent 0 60%, #FFF 100%);
  z-index: 10;
}
.top06 .intro-img {
  top: 55px;
}
.top06 .intro-jp {
  margin: 35px 0 0;
}
.top06 .intro + p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 30px 0 0;
}
.top06 h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 40px 0 20px;
}

.top07 {
  background: url(../img/place-bg2.webp);
  background-size: 552px 1300px;
  background-repeat: repeat;
  background-position: left center;
  position: relative;
}
.top07:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(0deg, transparent 0 60%, #FFF 100%);
  z-index: 10;
}
.top07:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: linear-gradient(180deg, transparent 0 60%, #FFF 100%);
  z-index: 0;
}
.top07 .inner-s {
  background: #fff;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.top07 .inner-s:before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0 60%, #FFF 100%);
  z-index: 10;
}
.top07 .inner-s:after {
  content: '';
  position: absolute;
  top: 0;
  right: -80px;
  width: 80px;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 0 60%, #FFF 100%);
  z-index: 100;
}
.top07 .intro {
  margin: 10px 0 0;
}
.top07 .intro-jp {
  margin: 50px 0 0;
}
.top07 .intro-en {
  margin: -15px 0 0;
}
.top07 .intro-img {
  top: 42px;
}
.place {
  margin: 40px 0 0;
}
.place-left {
  width: 488px;
  text-align: center;
}
.place-left img {
  width: 100%;
  height: 100%;
}
.place-map {
  position: relative;
  z-index: 100;
}
.tooltip {
  position: relative;
  display: inline-block;
  transition: all .3s ease .0s;
}
.tooltip:before {
  position: absolute;
  display: none;
  content: "";
  bottom: 105%;
  right: 0;
  left: 0;
  margin: 0 auto -1rem;
  border: 1rem solid transparent;
  border-top-color: #2f2f2f;
  height: 0;
  width: 0;
  transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}
.tooltip:after {
  content: attr(aria-label);
  display: none;
  position: absolute;
  bottom: 105%;
  left: -30%;
  font-size: 1.3rem;
  line-height: 1.8rem;
  background-color: #2f2f2f;
  color: #fff;
  margin-bottom: 0.4rem;
  border-radius: 5px;
  padding: 7px 10px 9px;
  width: 12rem;
  text-align: center;
  transition: all .3s ease .0s;
}
.tooltip:hover:before,
.tooltip:focus:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 105%;
  right: 0;
  left: 0;
  margin: 0 auto -1rem;
  border: 1rem solid transparent;
  border-top-color: #2f2f2f;
  height: 0;
  width: 0;
  transition: all .3s ease .0s;
}
.tooltip:hover:after,
.tooltip:focus:after {
  content: attr(aria-label);
  display: block;
  position: absolute;
  bottom: 105%;
  left: -30%;
  font-size: 1.3rem;
  line-height: 1.8rem;
  background-color: #2f2f2f;
  color: #fff;
  margin-bottom: 0.4rem;
  border-radius: 5px;
  padding: 7px 10px 9px;
  width: 12rem;
  text-align: center;
  transition: all .3s ease .0s;
}
.tag {
  font-size: 0;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
}
.tag1 {
  top: 0;
  left: 124px;
}
.tag2 {
  top: 138px;
  left: 100px;
}
.tag3 {
  top: 267px;
  left: 0;
}
.tag4 {
  top: 408px;
  left: 35px;
}
.tag5 {
  top: 506px;
  left: 114px;
}
.tag6 {
  top: 35px;
  right: 0px;
}
.tag7 {
  top: 233px;
  right: 48px;
}
.tag8 {
  top: 330px;
  right: 78px;
}
.tag9 {
  top: 394px;
  right: 18px;
}
.tag10 {
  top: 446px;
  right: 88px;
}
.tag11 {
  top: 520px;
  right: 126px;
}
.place-left p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 300;
  margin: 20px 0 0;
  padding: 12px 25px;
  background: #fdf1d1;
  border-radius: 5px;
  display: inline-block;
}
.place-right {
  width: calc(100% - 538px);
}
.place-body {
  display: none;
}
.place-body .swiper8,
.place-body .swiper9 {
  opacity: 0;
  transition: all .3s ease .0s;
}
.place-body .swiper8.swiper-initialized,
.place-body .swiper9.swiper-initialized {
  opacity: 1;
}
.top-place-box a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  padding: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
}
.top-place-box a:hover {
  color: #f08200;
  transition: all .3s ease .0s;
}
.top-place-box a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 12px;
  height: 8px;
  background: url(../img/arrow-o.webp) no-repeat;
  background-size: 100%;
  transition: all .3s ease .0s;
}
.top-place-box a.active:after {
  transform:rotate(180deg);
  transition: all .3s ease .0s;
}
.place-body {
  background: #fdf1d1;
  padding: 20px;
}
.place-body-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.place-body img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.place-body-content p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 12px 0;
}
.top-place-box:last-of-type .place-body-content p {
  margin: -5px 0;
}
.place-list {
  gap: 13px 0;
  margin: 15px 0 0;
}
.place-list li {
  text-align: center;
  background: #f4f4f4;
  width: calc(100% / 2 - 10px);
  border-radius: 5px;
}
.place-list2 li {
  width: calc(100%);
}
.place-list li a {
  font-size: 1.6rem;
  font-weight: 400;
  border: none;
  padding: 8px 0;
  color: #2f2f2f;
  transition: all .3s ease .0s;
}
.place-list li a:before,
.place-list li a:after {
  display: none;
}
.hero-person7 {
  position: absolute;
  top: 17rem;
  left: -77.5%;
  right: 0;
  margin: 0 auto;
  width: 209px;
  height: auto;
  z-index: 1;
}
.hero-person8 {
  position: absolute;
  top: 47rem;
  left: -85%;
  right: 0;
  margin: 0 auto;
  width: 107px;
  height: auto;
  z-index: 1;
}
.hero-person9 {
  position: absolute;
  top: 88.5rem;
  left: -77%;
  right: 0;
  margin: 0 auto;
  width: 112px;
  height: auto;
  z-index: 1;
}
.hero-person10 {
  position: absolute;
  top: 16rem;
  right: -80.5%;
  left: 0;
  margin: 0 auto;
  width: 150px;
  height: auto;
  z-index: 1;
}
.hero-person11 {
  position: absolute;
  top: 45.5rem;
  right: -86.5%;
  left: 0;
  margin: 0 auto;
  width: 58px;
  height: auto;
  z-index: 1;
}
.hero-person12 {
  position: absolute;
  top: 87.5rem;
  right: -76.5%;
  left: 0;
  margin: 0 auto;
  width: 146px;
  height: auto;
  z-index: 1;
}
.place-slide {
  position: relative;
}
.swiper8 .swiper-button-prev,
.swiper9 .swiper-button-prev {
  left: 0;
}
.swiper8 .swiper-button-next,
.swiper9 .swiper-button-next {
  right: 0;
}
/* 前へ次への矢印カスタマイズ */
.swiper8 .swiper-button-prev::after,
.swiper8 .swiper-button-next::after,
.swiper9 .swiper-button-prev::after,
.swiper9 .swiper-button-next::after {
  content: "";
  margin: auto;
  width: 12px;
  height: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* 前への矢印カスタマイズ */
.swiper8 .swiper-button-prev::after,
.swiper9 .swiper-button-prev::after {
  transform:rotate(90deg);
  background: url(../img/arrow-w.webp) no-repeat;
  background-size: cover;
}
/* 次への矢印カスタマイズ */
.swiper8 .swiper-button-next::after,
.swiper9 .swiper-button-next::after {
  transform:rotate(-90deg);
  background: url(../img/arrow-w.webp) no-repeat;
  background-size: cover;
}

.top08 {
  background: url(../img/path-bg.webp) no-repeat;
  background-size: 100%;
  position: relative;
  padding: 80px 0;
}
.top08 .intro-en {
  margin: -5px 0 0;
}
.top08 .intro-img {
  top: 40px;
}
.conditions-box {
  margin: 40px 0 0;
  padding: 80px 100px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.cc-left {
  width: 115px;
}
.cc-right {
  width: calc(100% - 120px);
}
.conditions-box h3 {
  font-size: 1.6rem;
  color: #00a9e3;
  line-height: 1;
}
.conditions-content {
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}
.conditions-content:first-of-type {
  padding: 0 0 30px;
  border-top: transparent;
}
.conditions-content:last-of-type {
  border-bottom: transparent;
}
.cc-right p:first-of-type {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: -10px 0;
}
.cc-right p.ajust {
  margin: 15px 0 -10px;
}
.cc-right p span {
  color: #818181;
}
.cc-right a {
  color: #f08200;
  border-bottom: 1px solid;
}
.top08 .btn, .top08 .btn:link, .top08 .btn:visited {
  margin: 20px auto 0;
  background: #00a9e3;
}
.top08 .btn:hover {
  background: #2f2f2f;
  transition: all .3s ease .0s;
}

.top07add {
  background: url(../img/message-bg.webp) no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
}
.top07add .intro + p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px 0 0;
}
.top07add .intro-jp {
  margin: 50px 0 0;
}
.top07add .intro-img {
  top: 48px;
}
.life-link {
  margin: 35px 0 0;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0 3rem rgba(240, 130, 0, .1);
}
.life-link ul li:first-of-type {
  margin: 0 30px 0 0;
}
.life-link ul li a p {
  text-align: center;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  margin: 20px 0 0;
}
.life-link ul li a,.life-link ul li a img {
  transition: all .3s ease .0s;
}
.life-link ul li a:hover {
  color: #f08200;
  transition: all .3s ease .0s;
}
.life-link ul li a:hover img {
  opacity: 0.7;
  transition: all .3s ease .0s;
}

.top09 {
  padding: 0 0 80px;
}
.top09-box {
  position: relative;
}
.skill-left {
  width: 620px;
  padding: 0 90px 0 0;
}
.top09 .intro {
  text-align: left;
}
.top09 .intro-jp {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1bb254;
  margin: 25px 0 0;
}
.top09 .intro-jp:after{
  display: none;
}
.top09 .intro-img {
  top: 70px;
}
.top09-slogan {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 73px 0 0;
  letter-spacing: 0.1em;
}
.top09-slogan span {
  color: #1bb254;
}
.top09-slogan span img {
  display: inline-block;
  margin: 0 6px 10px 0;
}
.top09-slogan + p {
  margin: 10px 0 0;
  line-height: 3rem;
}
.skill-box {
  margin: 24px 0;
}
.skill-box-content:first-of-type {
  border-top: 1px solid #e1e1e1;
}
.skill-box-content a {
  font-size: 1.6rem;
  transition: all .3s ease .0s;
}
.skill-box-content a:hover {
  color: #1bb254;
  transition: all .3s ease .0s;
}
.top09 .top-place-box a:after {
  background: url(../img/arrow-g.webp) no-repeat;
  background-size: 100%;
}
.skill-body-content {
  background: #f4f4f4;
  padding: 15px 20px;
}
.skill-body-content p {
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.09em;
}
.skill-right {
  width: 940px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 calc((100vw - 1200px) / 2 * -1) 0 0;
}
.skill-right-outer {
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}
.skill-slide-box {
  position: relative; 
  max-height: 620px;
}
.skill-right p {
  position: absolute;
  font-size: 6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  bottom: -30px;
  left: 120px;
  color: #1bb254;
  z-index: 10;
}
.swiper5,.swiper6 {
  width: 50%;
  margin: 0;
}
.swiper5 .swiper-slide,.swiper6 .swiper-slide {
  width: 100%!important;
}
.swiper5 img,.swiper6 img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
.top10 {
  background: url(../img/fix.webp),url(../img/fix2.webp)
              ,url(../img/recruit05.webp),url(../img/recruit01.webp)
              ,url(../img/recruit03.webp),url(../img/recruit06.webp)
              ,url(../img/recruit04.webp),url(../img/recruit02.webp)
              ,url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-position: top center,bottom -1px center
                      ,left 11.5vw top -8vw,left 17vw center
                      ,left 11.5vw bottom -8vw,right 11.5vw top -8vw
                      ,right 17vw center,right 11.5vw bottom -8vw
                      ,top center;
  background-size: 100% 50px,100% 50px
                  ,250px 330px,250px 330px
                  ,250px 330px,250px 330px
                  ,250px 330px,250px 330px
                  ,100%;
  padding: 100px 0;
  position: relative;
}*/
.top10 {
  background: url(../img/fix.webp), url(../img/fix2.webp)
            , url(../img/recruit05.webp), url(../img/recruit01.webp)
            , url(../img/recruit04.webp), url(../img/recruit02.webp)
            , url(../img/message-bg.webp);
  background-repeat: no-repeat;
  background-position: top center, bottom -1px center
                      , left 17vw top, left 9.5vw bottom 0, right 17vw top
                      , right 9.5vw bottom 0, top center;
  background-size: 100% 50px, 100% 50px
                  , 250px 330px, 250px 330px
                  , 250px 330px, 250px 330px
                  , 100%;
  padding: 100px 0;
  position: relative;
}
.boshu-left .intro-jp {
  font-size: 5rem;
  color: #f08200;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.boshu-left .intro-jp:after {
  display: none;
}
.boshu-left .intro-img {
  top: 40px;
  right: 5px;
}
.boshu-left .intro + p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 50px 0 0;
  letter-spacing: 0.1em;
}
.boshu-left .intro + p span {
  font-weight: 500;
}
.recruit-box {
  background: #fff;
  border-radius: 20px;
  max-width: 530px;
  margin: 25px auto 0;
  padding: 20px 30px;
}
.recruit-box dl {
  margin: 5px 0;
  pointer-events: none!important;
}
.recruit-box dl dt {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #f08200;
  font-weight: 500;
  width: 75px;
}
.recruit-box dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #2f2f2f;
  letter-spacing: 0;
  text-decoration: none;
  pointer-events: none!important;
}
.recruit-box dl dd a {
  text-decoration: none;
  pointer-events: none!important;
}
.recruit-box dl:first-of-type dd {
  letter-spacing: 0.1em;
}
.recruit-tel {
  background: #fff;
  border-radius: 50px;
  max-width: 540px;
  margin: 30px auto 0;
  padding: 15px 40px;
}
.telephone {
  width: 60px;
  height: 60px;
  background: #f08200;
  border-radius: 100%;
}
.tel-item {
  margin: 0 0 0 20px;
  text-align: center;
}
.tel-item p {
  margin: 5px 0 9px;
}
.tel-item a {
  font-size: 3rem;
  color: #f08200;
  letter-spacing: 0.015em;
  font-weight: 300;
  pointer-events: none;
}
.tel-item a,
.tel-item p {
  line-height: 1;
}
.tel-right {
  position: relative;
  text-align: center;
  margin: 0 0 0 60px;
}
.tel-right p {
  margin: 7px 0;
  line-height: 1;
}
.tel-right p:last-of-type {
  font-size: 2rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  pointer-events: none!important;
}
.tel-right:before {
  content: "";
  width: 1px;
  height: 88%;
  background: #cecece;
  position: absolute;
  left: -30px;
  top: 6%;
}

.top11 {
  padding: 100px 0;
}
.faq-box-left {
  width: 190px;
  position: relative;
}
.faq-box-left:after {
  content: "";
  width: 121px;
  height: 187px;
  background: url(../img/small03.webp) no-repeat;
  background-size: cover;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.faq-box-left .intro-jp {
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00a9e3;
}
.faq-box-left .intro-jp:after {
  display: none;
}
.faq-box-left .intro-img {
  top: 22px;
}
.faq-box-right {
  width: calc(100% - 300px);
}
.faq-item {
  margin: 0 0 15px;
}
.faq-item:last-of-type {
  margin: 0;
}
.top-faq-box {
  border: 1px solid #ececec;
  box-shadow: 0px 0 2rem rgba(224, 224, 224, .1);
  border-radius: 5px;
  transition: all .3s ease .0s;
}
.top-faq-box a {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 7px 20px;
  display: block;
  position: relative;
}
.top-faq-box a span {
  font-size: 2rem;
  color: #00a9e3;
}
.faq-body {
  display: none;
}
.faq-body p {
  background: #ececec;
  margin: 6px 20px 18px;
  padding: 12px 25px;
  border-radius: 5px;
}
.top-faq-box:hover {
  transition: all .3s ease .0s;
  border: 1px solid #00a9e3;
}
.top-faq-box a:after {
  content: "";
  width: 12px;
  height: 8px;
  background: url(../img/arrow-b.webp) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0 auto;
  transition: all .3s ease .0s;
}
.top-faq-box a.active:after {
  transform:rotate(180deg);
  transition: all .3s ease .0s;
}

footer {
  background: url(../img/footer-bg.webp) repeat-x;
  background-size: cover;
  padding: 80px 0 0;
}
.footer-top {
  margin: 0 0 30px;
}
.footer-top-left a {
  display: block;
  transition: all .3s ease .0s;
}
.footer-top-left a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}
.footer-top-right-box ul {
  justify-content: flex-end;
}
.footer-top-right-box li {
  font-size: 0;
  margin: 0 0 0 30px;
}
.footer-top-right-box li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: transparent;
  background: linear-gradient(to right, #fff100 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  letter-spacing: 0.05em;
}
.footer-top-right-box li a:hover {
  background-position: 0 100%;
  transition: all .3s ease .0s;
}
.footer-top-right-box li a span {
  font-size: 1.2rem;
  color: #fff100;
  display: block;
  margin: 0 0 10px;
}
.ftrb-right {
  margin: 0 0 40px;
}
.footer-bottom {
  align-items: flex-end;
}
.footer-bottom-left {
  color: #fff;
}
address {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin: 0 0 5px;
}
.footer-bottom-left {
  margin: -5px 0;
}
.footer-bottom-left p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
}
.footer-bottom-left p a {
  color: #fff;
  pointer-events: none;
}
.footer-bottom-right a {
  position: relative;
  color: #f08200;
  font-size: 1.6rem;
  line-height: 1;
  width: 210px;
  display: block;
  background: #fff;
  padding:20px;
  border-radius: 30px;
  transition: all .3s ease .0s;
}
.footer-bottom-right a:before {
  content: "";
  background: #f08200;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 100%;
}
.footer-bottom-right a:after {
  content: "";
  background: url(../img/arrow-w.webp) no-repeat;
  background-size: cover;
  transform:rotate(180deg);
  width: 12px;
  height: 8px;
  position: absolute;
  right: 21px;
  top: 23px;
}
.footer-bottom-right a:hover {
  color: #fff;
  background: #f08200;
  transition: all .3s ease .0s;
}
.footer-link {
  background: #fff;
  margin: 30px 0 0;
  padding: 40px;
  border-radius: 20px;
}
.footer-link ul li {
  width: calc(100% / 5 - 18px);
}
.footer-link ul li a {
  display: block;
  transition: all .3s ease .0s;
}
.footer-link ul li a:hover {
  color: #f08200;
}
.footer-link ul li a img {
  width: 100%;
  height: auto;
  border: 1px solid #ececec;
  border-radius: 5px;
  transition: all .3s ease .0s;
}
.footer-link ul li a:hover img {
  opacity: 0.7; 
  transition: all .3s ease .0s;
}
.footer-link ul li a p {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin: 10px 0 0;
}
small {
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin: 40px 0;
  letter-spacing: 0.05em;
}


@media print,screen and (min-width: 1901px){
  .skill-right {
    width: 50vw;
  }
  .swiper5 img, .swiper6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media print,screen and (max-width: 1900px){

  .header-wrapper {
    padding: 40px 4vw;
  }
  .is-fixed .header-wrapper {
    padding: 20px 4vw;
  }
  .main-arrow {
    top: 65rem;
  }
  .hero-copy {
    padding: 0 0 0 100px;
  }
  .hero-img {
    right: 2vw;
    width: 40vw;
  }
  .hero-map {
    right: calc((100% - 34vw) / 2);
    width: 30vw;
  }
  .hero-in {
    padding: 18vw 4vw 0;
    width: 100%;
  }
  .hero-en {    
    font-size: 10.8vw;
    line-height: 13vw;
    margin-top: 11.5rem;
    margin-left: 0;
  }
  .main-message {
    bottom: 64px;
    right: 4vw;
  }
  .main-message p {
    font-size:3.2rem;
  }
  .hero-person1 {
    left: 38vw;
    width: 7vw;
    top: 11vw;
  }
  .hero-person2 {
    top: auto;
    bottom: 12vw;
    left: 25vw;
    width: 3.5vw;
  }
  .hero-person3 {
    top: auto;
    bottom: -4vw;
    left: 39.8vw;
    width: 11vw;
  }

  /*===== メイン =====*/

  .top01-hero-img {
    width: 15vw;
  }
  .top01-hero-img2 {
    width: 15vw;
    height: auto;
    bottom: 15vw;
    left: 0;
  }

  .top05-hero-img {
    position: absolute;
    width: 16vw;
    height: auto;
    top: -155px;
    left: 0;
  }
  .top05-hero-img2 {
    position: absolute;
    width: 16vw;
    height: auto;
    bottom: -135px;
    right: 0;
    z-index: 10;
  }

  .hero-person {
    pointer-events: none;
  }
  .hero-person7 {
    left: -77.5vw;
    width: 10vw;
  }
  .hero-person8 {
    left: -85vw;
    width: 7vw;
  }
  .hero-person9 {
    left: -77vw;
    width: 7vw;
  }
  .hero-person10 {
    right: -83.5vw;
    width: 8vw;
  }
  .hero-person11 {
    right: -86.5vw;
    width: 3.5vw;
  }
  .hero-person12 {
    right: -82.5vw;
    width: 8vw;
  }

  .skill-right {
    width: 50vw;
  }

}

@media print,screen and (max-width: 1800px){

  .swiper5 img, .swiper6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
  }
  .skill-right p {
    font-size: 3.6vw;
    bottom: -1.5vw;
    left: 3vw;
  }

  /*.top10 {
    background: url(../img/fix.webp),url(../img/fix2.webp)
              ,url(../img/recruit05.webp),url(../img/recruit01.webp)
              ,url(../img/recruit03.webp),url(../img/recruit06.webp)
              ,url(../img/recruit04.webp),url(../img/recruit02.webp)
              ,url(../img/message-bg.webp);    background-repeat: no-repeat;
    background-position: top center
                        ,bottom -1px center, left 6.5vw top -4vw
                        ,left 12vw center, left 6.5vw bottom -4vw
                        ,right 6.5vw top -4vw, right 12vw center
                        ,right 6.5vw bottom -4vw, top center;
    background-size: 100% 50px
                    ,100% 50px, 200px auto
                    ,200px auto, 200px auto
                    ,200px auto, 200px auto
                    ,200px auto, 100%;
    padding: 100px 0;
    position: relative;
  }*/
  .top10 {
    background: url(../img/fix.webp), url(../img/fix2.webp)
            , url(../img/recruit05.webp), url(../img/recruit01.webp)
            , url(../img/recruit04.webp), url(../img/recruit02.webp)
            , url(../img/message-bg.webp);
    background-repeat: no-repeat;
    background-position: top center, bottom -1px center
                        , left 12vw top, left 4.5vw bottom 0, right 12vw top
                        , right 4.5vw bottom 0, top center;
    background-size: 100% 50px, 100% 50px
                    , 240px auto, 240px auto
                    , 240px auto, 240px auto
                    , 100%;
    padding: 100px 0;
    position: relative;
  }


  .skill-right {
    margin: 0 calc((100vw - 1220px) / 2 * -1) 0 0;
  }
  
}


@media print,screen and (max-width: 1440px){

  .sp-1440 {
    display: block;
  }
  .inner {
    width: 1000px;
  }
  .hero-in {
    padding: 18vw 8vw 0;
  }
  .hero-en {
    margin-top: 7.5rem;
    font-size: 10.4vw;
    line-height: 12.5vw;
  }
  .hero-copy {
    font-size: 2.6vw;
    line-height: 6vw;
  }
  .hero-copy {
    padding: 0;
  }
  .main-arrow {
    top: 42vw;
  }
  .hero-en .hero-blue:after {
    top: 15px;
    left: 30px;
    width: 5vw;
  }
  .hero-en .hero-orange:after {
    top: -13px;
    left: -15px;
    width: 4vw;
  }
  .hero-en .hero-green:after {
    top: 20px;
    left: 20px;
    width: 4vw;
  }
  .hero-person2 {
    left: 28vw;
  }
  .hero-person3 {
    top: auto;
    bottom: -5vw;
    left: 38.8vw;
    width: 9vw;
  }
  .main-message {
    bottom: 2.4vw;
    right: 4vw;
  }
  .main-message p {
    font-size: 2.2vw;
  }
  .hero-person2 {
    left: 28vw;
  }
  .hero-person3 {
    top: auto;
    bottom: -5vw;
    left: 38.8vw;
    width: 9vw;
  }
  .hero-img2 {
    width: 28vw;
  }
  .issue {
    width: 1120px;
  }
  .news-box-right {
    width: 800px;
  }
  .top05-hero-img,.top05-hero-img2 {
    width: 17vw;
  }
  .schedule-left {
    margin: 0 60px 0 0;
  }
  .skill-right {
    width: 43vw;
    margin: 0 calc((100vw - 1000px) / 2 * -1) 0 0;
  }
  .skill-right p {
    font-size: 3vw;
  }
  .top05-hero-img2 {
    bottom: -20vw;
  }
  .hero-person8 {
    left: -90vw;
  }
  .hero-person9 {
    left: -82vw;
  }
  .hero-person11 {
    right: -94.5vw;
    width: 3.5vw;
  }
  .hero-person12 {
    right: -84.5vw;
    width: 8vw;
  }
  /*.top10 {
    background: url(../img/fix.webp),url(../img/fix2.webp)
              ,url(../img/recruit05.webp),url(../img/recruit01.webp)
              ,url(../img/recruit03.webp),url(../img/recruit06.webp)
              ,url(../img/recruit04.webp),url(../img/recruit02.webp)
              ,url(../img/message-bg.webp);    background-repeat: no-repeat;
    background-position: top center
                        ,bottom -1px center, left 2.5vw top -2vw
                        ,left 8vw center, left 2.5vw bottom -2vw
                        ,right 2.5vw top -2vw, right 8vw center
                        ,right 2.5vw bottom -2vw, top center;
    background-size: 100% 50px
                    ,100% 50px, 180px auto
                    ,180px auto, 180px auto
                    ,180px auto, 180px auto
                    ,180px auto, 200%;
    padding: 100px 0;
    position: relative;
  }*/

  .top10 {
    background: url(../img/fix.webp), url(../img/fix2.webp)
            , url(../img/recruit05.webp), url(../img/recruit01.webp)
            , url(../img/recruit04.webp), url(../img/recruit02.webp)
            , url(../img/message-bg.webp);
    background-repeat: no-repeat;
    background-position: top center, bottom -1px center
                        , left 12vw top, left 4.5vw bottom 0, right 12vw top
                        , right 4.5vw bottom 0, top center;
    background-size: 100% 50px, 100% 50px
                    , 200px auto, 200px auto
                    , 200px auto, 200px auto
                    , 100%;
    padding: 100px 0;
    position: relative;
  }

}

  
@media print, screen and (max-width: 1300px) {
  .hero-person9 {
    top: 105.5rem;
  }
  .hero-person12 {
    top: 108.5rem;
  }
}

@media print,screen and (max-width: 1200px){

  .hero-in {
    padding: 210px 4vw 0;
  }
  .main-arrow {
    top: 38vw;
  }
  .logo a,.is-fixed .logo a {
    width: 300px;
  }
  .header-right a,.nav-list2 li a {
    margin: 0 0 0 30px
  }
  .top07 .inner-s:before {
    width: 40px;
    left: -40px;
  }
  .top07 .inner-s:after {
    width: 40px;
    right: -40px;
  }
  .hero-person8,.hero-person11 {
    display: none;
  }
  .hero-person9 {
    left: -90vw;
  }
  .hero-person9,.hero-person12 {
    top: auto;
    bottom: -6vw;
  }
  /*.top10 {
    background: url(../img/fix.webp),url(../img/fix2.webp)
              ,url(../img/recruit05.webp),url(../img/recruit01.webp)
              ,url(../img/recruit03.webp),url(../img/recruit06.webp)
              ,url(../img/recruit04.webp),url(../img/recruit02.webp)
              ,url(../img/message-bg.webp);    background-repeat: no-repeat;
    background-position: top center
                        ,bottom -1px center, left -4vw top -4vw
                        ,left 3vw center, left -1vw bottom -5vw
                        ,right -1vw top -4vw, right 3vw center
                        ,right -1vw bottom -5vw, top center;
    background-size: 100% 50px
                    ,100% 50px, 180px auto
                    ,180px auto, 180px auto
                    ,180px auto, 180px auto
                    ,180px auto, 100%;
    padding: 100px 0;
    position: relative;
  }*/


  .top10 {
    background: url(../img/fix.webp), url(../img/fix2.webp)
            , url(../img/recruit05.webp), url(../img/recruit01.webp)
            , url(../img/recruit04.webp), url(../img/recruit02.webp)
            , url(../img/message-bg.webp);
    background-repeat: no-repeat;
    background-position: top center, bottom -1px center
                        , left 10vw top, left 4vw bottom 0, right 10vw top
                        , right 4vw bottom 0, top center;
    background-size: 100% 50px, 100% 50px
                    , 190px auto, 190px auto
                    , 190px auto, 190px auto
                    , 100%;
    padding: 100px 0;
    position: relative;
  }
  .top03 .inner:after {
    width: 80px;
    height: 149px;
    left: 0px;
  }
  .top04-box:last-of-type:before {
    width: 81px;
    height: 120px;
  }
  .top05 .inner:after {
    width: 45px;
    height: 139px;
  }
  .faq-box-left:after {
    width: 95px;
    height: 147px;
  }
}


@media print,screen and (max-width: 1100px){
  .skill-right {
    width: 45%;
    margin: 0 -40px 0 0;
  }
  .skill-slide-box {
    max-height: 760px;
  }

  .hero-person1 {
    left: 41vw;
    width: 7vw;
    top: 14vw;
  }
}

@media print,screen and (max-width: 1024px){
  
}

@media print,screen and (max-width: 1000px){
  

}











