@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* break point */
/* color setting */
/* font setting */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: url("./font/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url("./font/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  src: url("./font/NotoSansCJKjp-Black.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url("./font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Overpassdl';
  font-weight: 700;
  src: url("./font/Overpass-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Overpassdl';
  font-weight: 600;
  src: url("./font/Overpass-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Overpassdl';
  font-weight: 400;
  src: url("./font/Overpass-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Overpassdl';
  font-weight: 300;
  src: url("./font/Overpass-Light.woff") format("woff");
}

@font-face {
  font-family: 'Notoserif';
  font-weight: 300;
  src: url("./font/Notoserif-light.woff") format("woff");
}

@font-face {
  font-family: 'Notoserif';
  font-weight: 500;
  src: url("./font/Notoserif-medium.woff") format("woff");
}

@font-face {
  font-family: 'Myfont';
  font-weight: 500;
  src: url("./font/Myfont.woff") format("woff");
}

@font-face {
  font-family: 'Garamond';
  font-weight: 500;
  src: url("./font/Garamond.woff") format("woff");
}

/* base setting */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 1;
}

body.fixed {
  overflow: hidden;
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

picture {
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 768px) {
  .no-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
  }
}

.no-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .no-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
  }
}

.l-header {
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color .4s ease;
  width: 100%;
  z-index: 10;
}

.l-header.is-page {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 120px;
  }
}

.l-header.js-color {
  background-color: rgba(255, 255, 255, 0.9);
}

.l-header__inner {
  align-items: center;
  background: transparent;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

.l-header__tit {
  font-family: 'Myfont','Noto Sans JP',sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 10px;
}

@media screen and (min-width: 360px) {
  .l-header__tit {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header__tit {
    font-size: 1.4rem;
  }
}

.l-header__logo a {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  transition: opacity .4s ease;
}

.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: .7;
}

.l-header__img {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .l-header__img {
    width: 181px;
  }
}

.l-header__nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
    flex-basis: auto;
    margin-left: auto;
  }
}

.l-header__items {
  display: flex;
}

.l-header__item {
  margin-left: 45px;
}

.l-header__item:first-child {
  margin-left: 0;
}

.l-header__item a {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 10px 0;
  position: relative;
  text-transform: capitalize;
}

.l-header__item a::after {
  border-bottom: 3px solid #000;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .4s ease;
  width: 100%;
}

.l-header__item a:hover::after, .l-header__item a:focus::after {
  opacity: 1;
}

.l-header__item.current a {
  color: #79ACAC;
  pointer-events: none;
}

.l-header__item.current a::after {
  border-color: #79ACAC;
  opacity: 1;
}

.l-header__hamburger {
  cursor: pointer;
  height: 40px;
  margin-left: auto;
  position: relative;
  width: 40px;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-header__hamburger .bar {
  background-color: #000;
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  width: 100%;
}

.l-header__hamburger .bar-top {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.l-header__hamburger .bar-top.closed {
  -webkit-transform: translateY(0) rotate(10deg);
  transform: translateY(0) rotate(10deg);
}

.l-header__hamburger .bar-bottom {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.l-header__hamburger .bar-bottom.closed {
  -webkit-transform: translateY(0) rotate(-10deg);
  transform: translateY(0) rotate(-10deg);
}

.l-modal {
  -webkit-transform: translateX(100%);
  background: #E8EFF3;
  height: 100vh;
  padding-top: 140px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 65vw;
  z-index: 100;
}

.l-modal.is-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-modal__item {
  border-bottom: 1px solid #fff;
}

.l-modal__item a {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  height: 58px;
  letter-spacing: 0.08em;
  line-height: 58px;
  padding-left: 25px;
  text-transform: capitalize;
  transition: color .4s ease;
}

.l-modal__item a:hover, .l-modal__item a:focus {
  color: #79ACAC;
}

.l-modal__logo {
  margin-bottom: 12px;
  margin-left: 25px;
  width: 100px;
}

.l-modal__logo a {
  display: block;
  transition: opacity .4s ease;
}

.l-modal__logo a:hover, .l-modal__logo a:focus {
  opacity: .7;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .4s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.bg-dark.closed {
  opacity: 1;
  visibility: visible;
}

.is-page .l-header__item a:hover, .is-page .l-header__item a:focus {
  color: #79ACAC;
}

.is-page .l-header__item a:hover::after, .is-page .l-header__item a:focus::after {
  border-color: #79ACAC;
  opacity: 1;
}

.l-fv {
  background: url(../img/02_fv/bg-green-sp.jpg) no-repeat center center/cover;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 17.6vh;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .l-fv {
    background-image: url(../img/02_fv/bg-green-pc.jpg);
    padding-bottom: 20px;
    padding-top: 34vh;
  }
}

.l-fv__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
  z-index: 3;
}

.l-fv__en {
  color: #79ACAC;
  font-family: 'Overpassdl',sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-fv__en {
    font-size: 3.7rem;
  }
}

.l-fv__darken {
  color: #3F6364;
}

.l-fv__tit {
  font-family: 'Notoserif',serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.4;
  line-height: calc(42/30);
  margin-bottom: 16px;
}

.l-fv__tit span {
  letter-spacing: -20px;
}

@media screen and (min-width: 360px) {
  .l-fv__tit {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-fv__tit {
    font-size: 6.8rem;
    line-height: 1.4;
    line-height: calc(96/68);
  }
}

.l-fv__txt {
  font-family: 'Notoserif',serif;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 2.36;
  line-height: calc(26/11);
}

@media screen and (min-width: 360px) {
  .l-fv__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .l-fv__txt {
    font-size: 1.7rem;
    line-height: 2.35;
    line-height: calc(40/17);
  }
}

.l-fv__btn {
  bottom: 20px;
  height: 100px;
  left: 5px;
  position: absolute;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .l-fv__btn {
    bottom: 40PX;
    height: 150px;
    width: 15px;
  }
}

@media screen and (min-width: 1260px) {
  .l-fv__btn {
    left: calc(25vw - 300px);
  }
}

.l-fv__btn a {
  transition: opacity .4s ease;
}

.l-fv__btn a:hover, .l-fv__btn a:focus {
  opacity: .7;
}

.l-fv__btn a:hover .l-fv__img, .l-fv__btn a:focus .l-fv__img {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media screen and (min-width: 768px) {
  .l-fv__btn a:hover .l-fv__img, .l-fv__btn a:focus .l-fv__img {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.l-fv__btntxt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 10px;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .l-fv__btntxt {
    font-size: 1.3rem;
  }
}

.l-fv__img {
  -webkit-animation: bounce 2s ease infinite normal;
  animation: bounce 2s ease infinite normal;
  height: 48px;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

@media screen and (min-width: 768px) {
  .l-fv__img {
    height: 88px;
  }
}

.l-fv__img img {
  display: block;
  left: 1px;
  position: relative;
  width: 2px;
}

@media screen and (min-width: 768px) {
  .l-fv__img img {
    width: 5px;
  }
}

.l-fv__bg {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.webp .l-fv__bg.fv01 {
  -webkit-animation: slide-right 18s ease infinite normal;
  animation: slide-right 18s ease infinite normal;
  background: url(../img/02_fv/bg01-sp.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .webp .l-fv__bg.fv01 {
    background-image: url(../img/02_fv/bg01-pc.webp);
  }
}

.no-webp .l-fv__bg.fv01 {
  -webkit-animation: slide-right 18s ease infinite normal;
  animation: slide-right 18s ease infinite normal;
  background: url(../img/02_fv/bg01-sp.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .no-webp .l-fv__bg.fv01 {
    background-image: url(../img/02_fv/bg01-pc.png);
  }
}

.webp .l-fv__bg.fv02 {
  -webkit-animation: slide-left 18s ease infinite normal;
  -webkit-animation-delay: 6s;
  animation: slide-left 18s ease infinite normal;
  animation-delay: 6s;
  background: url(../img/02_fv/bg02-sp.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .webp .l-fv__bg.fv02 {
    background-image: url(../img/02_fv/bg02-pc.webp);
  }
}

.no-webp .l-fv__bg.fv02 {
  -webkit-animation: slide-left 18s ease infinite normal;
  -webkit-animation-delay: 6s;
  animation: slide-left 18s ease infinite normal;
  animation-delay: 6s;
  background: url(../img/02_fv/bg02-sp.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .no-webp .l-fv__bg.fv02 {
    background-image: url(../img/02_fv/bg02-pc.png);
  }
}

.webp .l-fv__bg.fv03 {
  -webkit-animation: slide-right 18s ease infinite normal;
  -webkit-animation-delay: 12s;
  animation: slide-right 18s ease infinite normal;
  animation-delay: 12s;
  background: url(../img/02_fv/bg03-sp.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .webp .l-fv__bg.fv03 {
    background-image: url(../img/02_fv/bg03-pc.webp);
  }
}

.no-webp .l-fv__bg.fv03 {
  -webkit-animation: slide-right 18s ease infinite normal;
  -webkit-animation-delay: 12s;
  animation: slide-right 18s ease infinite normal;
  animation-delay: 12s;
  background: url(../img/02_fv/bg03-sp.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .no-webp .l-fv__bg.fv03 {
    background-image: url(../img/02_fv/bg03-pc.png);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0;
    transform: scale(0.9);
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0;
    transform: scale(0.9);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 0;
    transform: translateY(0);
  }
}

.l-about {
  -ms-overflow-style: none;
  margin: 0 auto;
  /* Firefox 対応 */
  max-width: 1366px;
  overflow: scroll;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}

.l-about::-webkit-scrollbar {
  display: none;
}

.l-about__inner {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.l-about__inner > .flex > .flex {
  flex: 0 0 44.3%;
}

@media screen and (min-width: 768px) {
  .l-about__inner {
    padding-bottom: 140px;
    padding-top: 115px;
  }
}

.l-about__logo {
  width: 25px;
}

@media screen and (min-width: 768px) {
  .l-about__logo {
    flex: 0 0  38px;
    margin-right: 25px;
    margin-top: 9px;
  }
}

.l-about__tit {
  color: #79ACAC;
  font-family: 'Notoserif',sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: calc(31 / 19);
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .l-about__tit {
    font-size: 3.2rem;
    line-height: 1.6;
    line-height: calc(51 / 32);
    margin-bottom: 24px;
  }
}

.l-about__txt {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (min-width: 360px) {
  .l-about__txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-about__txt {
    font-size: 1.8rem;
    line-height: 2.1;
    line-height: calc(38 / 18);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-about__container {
    flex: 0 0 50%;
    margin-left: 5.7%;
  }
}

.l-about__img {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .l-about__img {
    margin-left: 0;
  }
}

@media screen and (min-width: 1260px) {
  .l-about__img {
    margin-right: calc(580px - 50vw);
    max-width: 687px;
  }
}

.l-company {
  padding-bottom: 24px;
  position: relative;
}

.l-company:hover .l-company__link, .l-company:focus .l-company__link {
  -webkit-animation: index .4s ease forwards;
  animation: index .4s ease forwards;
}

.l-company:hover .l-company__link::after, .l-company:focus .l-company__link::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.l-company:hover .l-company__link span, .l-company:focus .l-company__link span {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-company {
    flex-shrink: 0;
    margin-right: 2px;
    padding-bottom: 135px;
    width: calc(50% - 1px);
  }
}

.l-company__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-company__inner {
    padding: 0;
  }
}

.l-company__link {
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  z-index: -1;
}

.l-company__link span {
  opacity: 0;
  transition: opacity .4s ease;
}

.l-company__link::after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color .4s ease;
  width: 100%;
}

.l-company__link:hover::after, .l-company__link:focus::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.l-company__link:hover span, .l-company__link:focus span {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-company__link {
    margin-bottom: 50px;
  }
}

.l-company__btn {
  -webkit-transform: translate(-50%, -50%);
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  height: 40px;
  left: 50%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 152px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .l-company__btn {
    height: 62px;
    line-height: 62px;
    width: 235px;
  }
}

.l-company__btn:hover::after, .l-company__btn:focus::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

@media screen and (min-width: 768px) {
  .l-company__btn:hover::after, .l-company__btn:focus::after {
    -webkit-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
  }
}

.l-company__btn::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/01_common/arrow-right.svg) no-repeat center center/contain;
  content: '';
  height: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 18px;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .l-company__btn::after {
    height: 30px;
    width: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-company__btn {
    font-size: 1.5rem;
  }
}

.l-company__img {
  overflow: hidden;
  padding-top: 57.8%;
  position: relative;
  width: 100%;
}

.l-company__img img {
  -o-object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-height: 101%;
  max-width: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-company__logo {
  margin-bottom: 15px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .l-company__logo {
    flex: 0 0 47px;
    margin-right: 22px;
    margin-top: 8px;
  }
}

.l-company__sub {
  color: #79ACAC;
  font-family: 'Overpassdl', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .l-company__sub {
    font-size: 5.8rem;
    margin-bottom: 15px;
  }
}

.l-company__tit {
  color: #79ACAC;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

@media screen and (min-width: 360px) {
  .l-company__tit {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-company__tit {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.l-company__txt {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (min-width: 360px) {
  .l-company__txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-company__txt {
    font-size: 1.5rem;
    max-width: 425px;
  }
}

@-webkit-keyframes index {
  0% {
    z-index: -1;
  }
  100% {
    z-index: 1;
  }
}

@keyframes index {
  0% {
    z-index: -1;
  }
  100% {
    z-index: 1;
  }
}

.l-business {
  padding-bottom: 29px;
}

.l-business:hover .l-business__link, .l-business:focus .l-business__link {
  -webkit-animation: index .4s ease forwards;
  animation: index .4s ease forwards;
}

.l-business:hover .l-business__link::after, .l-business:focus .l-business__link::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.l-business:hover .l-business__link span, .l-business:focus .l-business__link span {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-business {
    flex-shrink: 0;
    padding-bottom: 135px;
    width: calc(50% - 1px);
  }
}

.l-business__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-business__inner {
    padding: 0;
  }
}

.l-business__link {
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.l-business__link span {
  opacity: 0;
  transition: opacity .4s ease;
}

.l-business__link::after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color .4s ease;
  width: 100%;
}

.l-business__link:hover::after, .l-business__link:focus::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.l-business__link:hover span, .l-business__link:focus span {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .l-business__link {
    margin-bottom: 50px;
  }
}

.l-business__btn {
  -webkit-transform: translate(-50%, -50%);
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  height: 40px;
  left: 50%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 152px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .l-business__btn {
    height: 62px;
    line-height: 62px;
    width: 235px;
  }
}

.l-business__btn:hover::after, .l-business__btn:focus::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

@media screen and (min-width: 768px) {
  .l-business__btn:hover::after, .l-business__btn:focus::after {
    -webkit-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
  }
}

.l-business__btn::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/01_common/arrow-right.svg) no-repeat center center/contain;
  content: '';
  height: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 18px;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .l-business__btn::after {
    height: 30px;
    width: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-business__btn {
    font-size: 1.5rem;
  }
}

.l-business__img {
  overflow: hidden;
  padding-top: 57.8%;
  position: relative;
}

.l-business__img img {
  -o-object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-height: 101%;
  max-width: 101%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-business__logo {
  margin-bottom: 15px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .l-business__logo {
    flex: 0 0 47px;
    margin-right: 22px;
    margin-top: 8px;
  }
}

.l-business__sub {
  color: #79ACAC;
  font-family: 'Overpassdl', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .l-business__sub {
    font-size: 5.8rem;
    margin-bottom: 15px;
  }
}

.l-business__tit {
  color: #79ACAC;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

@media screen and (min-width: 360px) {
  .l-business__tit {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-business__tit {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.l-business__txt {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (min-width: 360px) {
  .l-business__txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-business__txt {
    font-size: 1.5rem;
    max-width: 425px;
  }
}

.l-recruit__link {
  background: url(../img/06_recruit/bg-pc.jpg) no-repeat center center/cover;
  color: #fff;
  display: block;
  padding-bottom: 50px;
  padding-top: 35px;
  position: relative;
}

.l-recruit__link::after {
  background-color: transparent;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color .4s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-recruit__link {
    background-image: url(../img/06_recruit/bg-pc.jpg);
    padding-bottom: 65px;
    padding-top: 60px;
  }
}

.l-recruit__link:hover::after, .l-recruit__link:focus::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.l-recruit__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.l-recruit__logo {
  margin-bottom: 15px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .l-recruit__logo {
    flex: 0 0 47px;
    margin-right: 22px;
    margin-top: 8px;
  }
}

.l-recruit__sub {
  color: #fff;
  font-family: 'Overpassdl', sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .l-recruit__sub {
    font-size: 5.8rem;
    margin-bottom: 15px;
  }
}

.l-recruit__tit {
  color: #79ACAC;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

@media screen and (min-width: 360px) {
  .l-recruit__tit {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-recruit__tit {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.l-recruit__txt {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  line-height: calc(21 / 11);
  margin-bottom: 12px;
}

@media screen and (min-width: 360px) {
  .l-recruit__txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-recruit__txt {
    font-size: 1.5rem;
    margin-bottom: 25px;
    width: 380px;
  }
}

.l-recruit__btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 152px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .l-recruit__btn {
    font-size: 1.5rem;
    height: 62px;
    line-height: 62px;
    margin-left: 69px;
    width: 235px;
  }
}

.l-recruit__btn:hover::after, .l-recruit__btn:focus::after {
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
}

.l-recruit__btn::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/01_common/arrow-right.svg) no-repeat center center/contain;
  content: '';
  height: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 18px;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .l-recruit__btn::after {
    height: 30px;
    width: 30px;
  }
}

.l-topbtn {
  height: 58px;
}

.l-topbtn.is-page {
  background-color: rgba(162, 196, 192, 0.1);
}

@media screen and (min-width: 768px) {
  .l-topbtn {
    height: 82px;
  }
}

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

.l-topbtn__btn a {
  color: #000;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 58px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  width: 150px;
}

@media screen and (min-width: 360px) {
  .l-topbtn__btn a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-topbtn__btn a {
    font-size: 1.4rem;
    line-height: 82px;
  }
}

.l-topbtn__btn a:hover::before, .l-topbtn__btn a:focus::before {
  -webkit-transform: translate(-50px, -10px);
  transform: translate(-50px, -10px);
}

@media screen and (min-width: 768px) {
  .l-topbtn__btn a:hover::before, .l-topbtn__btn a:focus::before {
    -webkit-transform: translate(-60px, -15px);
    transform: translate(-60px, -15px);
  }
}

.l-topbtn__btn a::before {
  -webkit-transform: translate(-50px, -50%);
  background: url(../img/01_common/arrow-up.svg) no-repeat center center/contain;
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50px, -50%);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 12px;
}

@media screen and (min-width: 768px) {
  .l-topbtn__btn a::before {
    -webkit-transform: translate(-60px, -50%);
    height: 15px;
    transform: translate(-60px, -50%);
    width: 15px;
  }
}

.l-footer {
  background: #79ACAC;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 60px;
    padding-top: 65px;
  }
}

.l-footer__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 315px;
}

@media screen and (min-width: 768px) {
  .l-footer__items {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
  }
}

.l-footer__item {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex: 0 0 50%;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 50%;
  transition: opacity .4s ease;
}

@media screen and (min-width: 768px) {
  .l-footer__item {
    flex: 0 0 130px;
    max-width: 130px;
  }
  .l-footer__item:nth-child(2) {
    border-right: none;
  }
}

.l-footer__item:hover, .l-footer__item:focus {
  opacity: .7;
}

.l-footer__item:nth-child(2n) {
  border-left: none;
}

.l-footer__item a {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 360px) {
  .l-footer__item a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__item a {
    font-size: 1.4rem;
  }
}

.l-footer__link {
  display: block;
  transition: opacity .4s ease;
}

.l-footer__link:hover, .l-footer__link:focus {
  opacity: .7;
}

.l-footer__logo {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 127px;
}

@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin: 0;
    margin-bottom: 15px;
    width: 200px;
  }
}

.l-footer__sub {
  color: #fff;
  font-family: 'Myfont','Noto Sans JP',sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 22px;
}

@media screen and (min-width: 360px) {
  .l-footer__sub {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__sub {
    font-size: 1.4rem;
    margin-bottom: 45px;
    text-align: left;
  }
}

.l-footer__address {
  font-size: 1rem;
  line-height: 2;
  line-height: calc(21 / 10);
}

@media screen and (min-width: 360px) {
  .l-footer__address {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__address {
    font-size: 1.3rem;
    line-height: 2;
    line-height: calc(28 / 13);
    text-align: left;
  }
}

.l-footer__info {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-footer__info {
    margin-bottom: 0;
  }
}

.l-footer__img {
  margin: 0 auto;
  margin-bottom: 13px;
  width: 132px;
}

@media screen and (min-width: 768px) {
  .l-footer__img {
    margin: 0 0 13px auto;
    width: 207px;
  }
}

.l-footer__txt {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
  .l-footer__txt {
    font-size: 1.3rem;
    margin-bottom: 35px;
  }
}

.l-footer__copy {
  font-size: 1rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .l-footer .flex {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__bottom {
    bottom: 0;
    position: absolute;
    right: 20px;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__box {
    margin-right: auto;
  }
}

.l-contact {
  background-color: #E8EFF3;
  padding-bottom: 47px;
  padding-top: 113px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-contact {
    padding-bottom: 85px;
    padding-top: 205px;
  }
}

.l-contact__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

.l-contact__en {
  color: #79ACAC;
  font-family: 'Overpassdl',serif;
  font-size: 4.5rem;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .l-contact__en {
    font-size: 7rem;
  }
}

.l-contact__tit {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .l-contact__tit {
    font-size: 1.8rem;
  }
}

.l-contact__page {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  display: none;
  height: 45px;
  padding-left: 20px;
  padding-top: 15px;
  position: absolute;
  right: 0;
  width: 250px;
}

@media screen and (min-width: 768px) {
  .l-contact__page {
    display: flex;
  }
}

.l-contact__top {
  position: relative;
}

.l-contact__top a {
  color: #878787;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding-right: 66px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
}

.l-contact__top::after {
  background-color: #878787;
  content: '';
  height: 1px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 53px;
}

.l-contact__current {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.l-mail {
  padding-bottom: 72px;
  padding-top: 55px;
}

@media screen and (min-width: 768px) {
  .l-mail {
    padding-bottom: 120px;
    padding-top: 100px;
  }
}

.l-mail__inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 20px;
  width: 100%;
}

.l-mail__sub {
  color: #898989;
  font-size: 1rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-mail__sub {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }
}

.l-mail__tit {
  color: #79ACAC;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.47;
  line-height: calc(28 / 19);
  margin-bottom: 14px;
}

.l-mail__tit span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-mail__tit {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 6.2rem;
  }
}

.l-mail__txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.16;
  line-height: calc(26 / 12);
  margin-bottom: 17px;
}

.l-mail__txt span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-mail__txt {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}

.l-mail__btn {
  margin-bottom: 37px;
}

.l-mail__btn a {
  background-color: #A8BFC7;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  height: 65px;
  letter-spacing: 0.25em;
  line-height: 65px;
  position: relative;
  text-align: center;
  transition: opacity .4s ease;
  width: 280px;
}

.l-mail__btn a:hover, .l-mail__btn a:focus {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .l-mail__btn a {
    font-size: 2rem;
    height: 90px;
    line-height: 90px;
    width: 524px;
  }
}

.l-mail__btn a::before {
  background: transparent url(../img/contact/mail.svg) no-repeat center center/cover;
  content: '';
  display: inline-block;
  height: 17px;
  margin-right: 14px;
  position: relative;
  top: 3px;
  width: 25px;
}

@media screen and (min-width: 768px) {
  .l-mail__btn a::before {
    height: 23px;
    margin-right: 20px;
    top: 4px;
    width: 35px;
  }
}

.l-mail__btn a::after {
  background: transparent url(../img/contact/arrow.svg) no-repeat center center/cover;
  content: '';
  height: 3px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .l-mail__btn a::after {
    height: 5px;
    width: 30px;
  }
}

.l-mail__dial {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -20px;
}

.l-mail__number {
  color: #000;
  font-family: 'Overpassdl',serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.43;
  line-height: calc(40 / 28);
  margin-bottom: 8px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .l-mail__number {
    font-size: 4.4rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-mail__number:first-child {
    margin-right: 54px;
  }
}

.l-mail__number a {
  color: #000;
  font-family: 'Overpassdl',serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.43;
  line-height: calc(40 / 28);
}

@media screen and (min-width: 768px) {
  .l-mail__number a {
    cursor: text;
    font-size: 4.4rem;
    pointer-events: none;
  }
}

.l-facility {
  overflow: hidden;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .l-facility {
    padding-top: 55px;
  }
}

.l-facility__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

.l-facility__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-facility__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

.l-facility__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-facility__tit {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-facility__tit {
    margin-bottom: 60px;
  }
}

.l-facility__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
}

@media screen and (min-width: 768px) {
  .l-facility__cards {
    flex-direction: row;
    margin-right: -61px;
  }
}

.l-facility__card {
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-facility__card {
    flex: 0 0 346px;
    margin-right: 61px;
    max-width: calc(50% - 20px);
  }
}

.l-facility__img {
  cursor: pointer;
  margin-bottom: 25px;
  position: relative;
  transition: opacity .4s ease;
}

.l-facility__img:hover, .l-facility__img:focus {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .l-facility__img {
    margin-bottom: 30px;
  }
}

.l-facility__img::after {
  background: url(../img/jigyo/search.svg);
  bottom: 0;
  content: '';
  height: 35px;
  position: absolute;
  right: 0;
  width: 35px;
}

@media screen and (min-width: 768px) {
  .l-facility__img::after {
    height: 43px;
    width: 43px;
  }
}

.l-facility__pic {
  overflow: hidden;
  padding-top: 53%;
  position: relative;
}

.l-facility__pic img {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-facility__name {
  font-family: 'Notoserif',serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: 18px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-facility__name {
    margin-bottom: 23px;
  }
}

@media screen and (min-width: 768px) {
  .l-facility__name {
    font-size: 2.2rem;
  }
}

.l-facility__name span {
  bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .l-facility__name span {
    font-size: 1.6rem;
  }
}

.l-facility__txt {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .008em;
  line-height: 2.16;
  line-height: calc(26 / 12);
}

@media screen and (min-width: 768px) {
  .l-facility__txt {
    font-size: 1.5rem;
    line-height: 2;
    line-height: calc(30 / 15);
  }
}

#modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#modal .l-modal__bg {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#modal .l-modal__pic {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  left: 50%;
  max-width: 840px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 11;
}

#modal .close-btn {
  background-color: rgba(0, 0, 0, 0.7);
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  #modal .close-btn {
    height: 40px;
    width: 40px;
  }
}

#modal .close-btn span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 90%;
}

@media screen and (min-width: 768px) {
  #modal .close-btn span {
    height: 5px;
  }
}

#modal .close-btn span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-others {
  padding-bottom: 70px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .l-others {
    padding-bottom: 125px;
    padding-top: 120px;
  }
}

.l-others__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-others__inner {
    display: flex;
  }
}

.l-others__top {
  flex: 0 0 35%;
}

.l-others__bottom {
  flex: 0 0 65%;
}

.l-others__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-others__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

.l-others__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .l-others__tit {
    font-size: 3rem;
  }
}

.l-others__table {
  width: 100%;
}

.l-others__th, .l-others__td {
  font-size: 1.2rem;
  font-weight: 400;
  height: 50px;
  letter-spacing: .08em;
  line-height: 50px;
}

@media screen and (min-width: 768px) {
  .l-others__th, .l-others__td {
    font-size: 1.5rem;
    height: 62px;
    line-height: 2.2;
    line-height: calc(33/15);
    line-height: 62px;
  }
}

.l-others__th {
  text-align: left;
}

.l-others__td {
  text-align: right;
}

.l-others__tr {
  border-bottom: 1px solid #C9CACA;
}

.l-sheet,
.l-case {
  -ms-overflow-style: none;
  margin: 0 auto;
  max-width: 1366px;
  overflow-x: scroll;
  padding-top: 65px;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.l-sheet::-webkit-scrollbar,
.l-case::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-sheet,
  .l-case {
    align-items: center;
    display: flex;
    padding-top: 132px;
  }
}

.l-sheet__img,
.l-case__img {
  flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
  .l-sheet__img,
  .l-case__img {
    flex: 0 0 50%;
  }
}

.l-sheet__en,
.l-case__en {
  color: #79ACAC;
  font-family: 'Overpassdl',serif;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 10px;
  position: relative;
  top: -12px;
}

@media screen and (min-width: 768px) {
  .l-sheet__en,
  .l-case__en {
    font-size: 2rem;
  }
}

.l-sheet__body,
.l-case__body {
  background-color: #E8EFF3;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -30px;
  padding: 68px 20px 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-sheet__body,
  .l-case__body {
    flex: 0 1 54.7%;
    margin: 45px 0;
    margin-left: -4.7%;
    margin-right: 0;
    padding: 80px 128px 65px 80px;
  }
}

.l-sheet__head,
.l-case__head {
  align-items: flex-end;
  display: flex;
  position: absolute;
  right: 0;
  top: -32px;
}

@media screen and (min-width: 768px) {
  .l-sheet__head,
  .l-case__head {
    right: 128px;
    top: -48px;
  }
}

.l-sheet__num,
.l-case__num {
  color: #79ACAC;
  font-family: 'Overpassdl',serif;
  font-size: 8rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .l-sheet__num,
  .l-case__num {
    font-size: 11rem;
  }
}

.l-sheet__tit,
.l-case__tit {
  font-family: 'Notoserif',serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .l-sheet__tit,
  .l-case__tit {
    font-size: 2.7rem;
  }
}

.l-sheet__des,
.l-case__des {
  font-size: 1.3rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2.17;
  line-height: calc(26/12);
}

@media screen and (min-width: 768px) {
  .l-sheet__des,
  .l-case__des {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33/15);
  }
}

.l-case {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .l-case {
    flex-direction: row-reverse;
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .l-case__body {
    margin: 45px 0;
    margin-left: 0;
    margin-right: -4.7%;
    padding: 80px 128px 65px 80px;
  }
}

.l-kigyo,
.l-jigyo,
.l-saiyo {
  background: url(../img/kigyo/bg.jpg) no-repeat center center/cover;
  padding-bottom: 97px;
  padding-top: 147px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-kigyo,
  .l-jigyo,
  .l-saiyo {
    background-image: url(../img/kigyo/bg.jpg);
    padding-bottom: 150px;
    padding-top: 280px;
  }
}

.l-kigyo__en,
.l-jigyo__en,
.l-saiyo__en {
  color: #fff;
  font-family: 'Overpassdl',serif;
  font-size: 4.5rem;
  margin-bottom: 28px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .l-kigyo__en,
  .l-jigyo__en,
  .l-saiyo__en {
    font-size: 11rem;
  }
}

.l-kigyo__tit,
.l-jigyo__tit,
.l-saiyo__tit {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .l-kigyo__tit,
  .l-jigyo__tit,
  .l-saiyo__tit {
    font-size: 1.8rem;
  }
}

.l-kigyo__inner,
.l-jigyo__inner,
.l-saiyo__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.l-kigyo__img,
.l-jigyo__img,
.l-saiyo__img {
  bottom: 10px;
  position: absolute;
  right: 20px;
  width: 125px;
}

@media screen and (min-width: 768px) {
  .l-kigyo__img,
  .l-jigyo__img,
  .l-saiyo__img {
    bottom: 58px;
    right: 25px;
  }
}

.l-kigyo__page,
.l-jigyo__page,
.l-saiyo__page {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  display: none;
  height: 45px;
  padding-left: 20px;
  padding-top: 15px;
  position: absolute;
  right: 0;
  width: 250px;
}

@media screen and (min-width: 768px) {
  .l-kigyo__page,
  .l-jigyo__page,
  .l-saiyo__page {
    display: flex;
  }
}

.l-kigyo__top,
.l-jigyo__top,
.l-saiyo__top {
  position: relative;
}

.l-kigyo__top a,
.l-jigyo__top a,
.l-saiyo__top a {
  color: #878787;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding-right: 66px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
}

.l-kigyo__top::after,
.l-jigyo__top::after,
.l-saiyo__top::after {
  background-color: #878787;
  content: '';
  height: 1px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 53px;
}

.l-kigyo__current,
.l-jigyo__current,
.l-saiyo__current {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.l-kigyo__icon,
.l-jigyo__icon,
.l-saiyo__icon {
  background: #79ACAC url(../img/kigyo/icon.svg) no-repeat center center/29px 21px;
  background-color: #79ACAC;
  border-radius: 50%;
  bottom: -125px;
  height: 57px;
  left: 20px;
  position: absolute;
  width: 57px;
}

@media screen and (min-width: 768px) {
  .l-kigyo__icon,
  .l-jigyo__icon,
  .l-saiyo__icon {
    background-size: 57px 42px;
    bottom: -205px;
    height: 111px;
    width: 111px;
  }
}

.l-jigyo {
  background-image: url(../img/jigyo/bg.jpg);
}

@media screen and (min-width: 768px) {
  .l-jigyo {
    background-image: url(../img/jigyo/bg.jpg);
  }
}

.l-jigyo__icon {
  background-image: url(../img/jigyo/icon.svg);
}

.l-saiyo {
  background-image: url(../img/saiyo/bg.jpg);
}

@media screen and (min-width: 768px) {
  .l-saiyo {
    background-image: url(../img/saiyo/bg.jpg);
  }
}

.l-saiyo__icon {
  background-image: url(../img/saiyo/icon.svg);
}

.l-environment {
  padding-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .l-environment {
    padding-bottom: 175px;
  }
}

.l-environment__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-environment__inner {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .l-environment__top {
    flex: 0 0 26%;
  }
}

@media screen and (min-width: 768px) {
  .l-environment__bottom {
    display: flex;
    flex: 0 0 74%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.l-environment__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-environment__tit {
    font-size: 3rem;
  }
}

.l-environment__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-environment__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

.l-environment__des {
  font-size: 1.3rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2.17;
  line-height: calc(26/12);
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-environment__des {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33/15);
  }
}

@media screen and (min-width: 768px) {
  .l-environment__des {
    flex: 0 0 446px;
  }
}

.l-environment__icons {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-environment__icons {
    flex: 0 0 412px;
  }
}

@media screen and (min-width: 768px) {
  .l-environment__img {
    width: 100%;
  }
}

.l-history {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .l-history {
    padding-bottom: 130px;
  }
}

.l-history__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-history__inner {
    display: flex;
  }
}

.l-history__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-history__tit {
    font-size: 3rem;
  }
}

.l-history__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-history__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 768px) {
  .l-history__top {
    flex: 0 0 28%;
  }
}

@media screen and (min-width: 768px) {
  .l-history__bottom {
    flex: 0 0 72%;
  }
}

.l-history__item {
  display: flex;
  margin-bottom: 11px;
}

@media screen and (min-width: 768px) {
  .l-history__item {
    margin-bottom: 14px;
  }
}

.l-history__dt, .l-history__dd {
  border-bottom: 1px solid #C9CACA;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2.17;
  line-height: calc(26/12);
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .l-history__dt, .l-history__dd {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33/15);
  }
}

@media screen and (min-width: 768px) {
  .l-history__dt, .l-history__dd {
    padding-bottom: 11px;
  }
}

.l-history__dt {
  flex: 0 0 27.8%;
  margin-right: 3.6%;
}

.l-history__dt span {
  display: inline-block;
}

.l-history__dd {
  flex: 0 0 68.6%;
}

.l-history__dd span {
  display: inline-block;
}

.l-message {
  padding-bottom: 50px;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .l-message {
    padding-bottom: 100px;
    padding-top: 135px;
  }
}

.l-message__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-message__inner {
    display: flex;
    justify-content: space-between;
  }
}

.l-message__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-message__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

.l-message__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-message__tit {
    font-size: 3rem;
  }
}

.l-message__tit span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .l-message__top {
    flex: 0 0 28%;
  }
}

@media screen and (min-width: 768px) {
  .l-message__bottom {
    flex: 0 0 72%;
  }
}

.l-message__wrap {
  position: relative;
}

.l-message__img {
  margin-bottom: 20px;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .l-message__img {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1260px) {
  .l-message__img {
    margin-right: calc(580px - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .l-message__name {
    bottom: 0;
    left: 40px;
    position: absolute;
  }
}

.l-message__company, .l-message__role {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .l-message__company, .l-message__role {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.l-message__role {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .l-message__role {
    margin-bottom: 25px;
  }
}

.l-message__jap {
  font-family: 'Noto Serif JP',serif;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .l-message__jap {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}

.l-message__ita {
  font-family: 'Garamond',serif;
  font-size: 1.1rem;
  letter-spacing: .2em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-message__ita {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 38px;
  }
}

.l-message__catch {
  font-family: 'Notoserif',serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.63;
  line-height: calc(31 / 19);
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .l-message__catch {
    font-size: 2.7rem;
  }
}

.l-message__body {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .078em;
  line-height: 2.2;
  line-height: calc(26.4 / 12);
}

@media screen and (min-width: 768px) {
  .l-message__body {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33 / 15);
    padding-right: 90px;
  }
}

.l-profile {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .l-profile {
    padding-bottom: 100px;
  }
}

.l-profile__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-profile__inner {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .l-profile__top {
    flex: 0 0 28%;
  }
}

@media screen and (min-width: 768px) {
  .l-profile__bottom {
    flex: 0 0 72%;
  }
}

.l-profile__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-profile__tit {
    font-size: 3rem;
  }
}

.l-profile__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-profile__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

.l-profile__img {
  margin-bottom: 30px;
  margin-right: -20px;
  position: relative;
}

@media screen and (min-width: 1260px) {
  .l-profile__img {
    margin-bottom: 50px;
    margin-right: calc(580px - 50vw);
  }
}

.l-profile__copy {
  bottom: 10px;
  position: absolute;
  right: 20px;
  width: 120px;
}

@media screen and (min-width: 768px) {
  .l-profile__copy {
    right: 25px;
  }
}

.l-profile__item {
  display: flex;
  margin-bottom: 11px;
}

@media screen and (min-width: 768px) {
  .l-profile__item {
    margin-bottom: 14px;
  }
}

.l-profile__dt, .l-profile__dd {
  border-bottom: 1px solid #C9CACA;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2.17;
  line-height: calc(26/12);
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .l-profile__dt, .l-profile__dd {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33/15);
  }
}

@media screen and (min-width: 768px) {
  .l-profile__dt, .l-profile__dd {
    padding-bottom: 11px;
  }
}

.l-profile__dt {
  flex: 0 0 27.8%;
  margin-right: 3.6%;
}

.l-profile__dd {
  flex: 0 0 68.6%;
}

.l-career {
  padding-bottom: 70px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .l-career {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}

.l-career__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-career__inner {
    display: flex;
  }
}

.l-career__top {
  flex: 0 0 26%;
}

.l-career__bottom {
  flex: 0 0 74%;
}

.l-career__not {
  color: #79ACAC;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .l-career__not {
    font-size: 1.5rem;
    margin-bottom: 45px;
  }
}

.l-career__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-career__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

.l-career__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-career__tit {
    font-size: 3rem;
  }
}

.l-career__card {
  padding-bottom: 40px;
}

.l-career__dl {
  margin-bottom: -11px;
}

@media screen and (min-width: 768px) {
  .l-career__dl {
    margin-bottom: -28px;
  }
}

.l-career__item {
  display: flex;
  margin-bottom: 11px;
}

@media screen and (min-width: 768px) {
  .l-career__item {
    margin-bottom: 28px;
  }
}

.l-career__dt, .l-career__dd {
  border-bottom: 1px solid #C9CACA;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2.17;
  line-height: calc(26/12);
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .l-career__dt, .l-career__dd {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33/15);
  }
}

@media screen and (min-width: 768px) {
  .l-career__dt, .l-career__dd {
    padding-bottom: 19px;
  }
}

.l-career__dt {
  flex: 0 0 30%;
  margin-right: 5%;
}

.l-career__dd {
  flex: 0 0 65%;
}

.l-career__dd span {
  display: inline-block;
}

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

.l-career__btn a {
  background-color: #A8BFC7;
  color: #fff;
  display: inline-block;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  height: 65px;
  letter-spacing: 0.25em;
  line-height: 65px;
  position: relative;
  text-align: center;
  transition: opacity .4s ease;
  width: 280px;
}

.l-career__btn a:hover, .l-career__btn a:focus {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .l-career__btn a {
    font-size: 2rem;
    height: 90px;
    line-height: 90px;
    width: 524px;
  }
}

.l-career__btn a::before {
  background: transparent url(../img/contact/mail.svg) no-repeat center center/cover;
  content: '';
  display: inline-block;
  height: 17px;
  margin-right: 14px;
  position: relative;
  top: 3px;
  width: 25px;
}

@media screen and (min-width: 768px) {
  .l-career__btn a::before {
    height: 23px;
    margin-right: 20px;
    top: 4px;
    width: 35px;
  }
}

.l-career__btn a::after {
  background: transparent url(../img/contact/arrow.svg) no-repeat center center/cover;
  content: '';
  height: 3px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .l-career__btn a::after {
    height: 5px;
    width: 30px;
  }
}

.l-menu {
  padding-bottom: 55px;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .l-menu {
    padding-bottom: 115px;
    padding-top: 125px;
  }
}

.l-menu__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

.l-menu__items {
  display: flex;
}

@media screen and (min-width: 768px) {
  .l-menu__items {
    width: 335px;
  }
}

.l-menu__item {
  border-bottom: 1px solid #000;
  flex: 0 0 46%;
  position: relative;
}

.l-menu__item:first-child {
  margin-right: 8%;
}

.l-menu__item a {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  padding-bottom: 28px;
  transition: opacity .4s ease;
}

@media screen and (min-width: 768px) {
  .l-menu__item a {
    padding-bottom: 35px;
  }
}

.l-menu__item a::after {
  background: url(../img/saiyo/arrow.svg) no-repeat center center/cover;
  content: '';
  height: 10px;
  position: absolute;
  right: 7px;
  top: 0px;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 3px;
}

@media screen and (min-width: 768px) {
  .l-menu__item a::after {
    height: 13px;
    width: 3px;
  }
}

.l-menu__item a:hover, .l-menu__item a:focus {
  opacity: .7;
}

.l-menu__item a:hover::after, .l-menu__item a:focus::after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media screen and (min-width: 768px) {
  .l-menu__item a {
    font-size: 1.6rem;
  }
}

.l-recruitment__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .l-recruitment__inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.l-recruitment__inner::before {
  -webkit-transform: translateX(-50%);
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  bottom: -20px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.l-recruitment__en {
  color: #898989;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-recruitment__en {
    font-size: 1.3rem;
    margin-bottom: 17px;
  }
}

.l-recruitment__tit {
  color: #79ACAC;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-recruitment__tit {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-recruitment__tit {
    margin-bottom: 68px;
  }
}

.l-recruitment__txt {
  font-size: 1.3rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2.17;
  line-height: calc(26/12);
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-recruitment__txt {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33/15);
  }
}

@media screen and (min-width: 768px) {
  .l-recruitment__txt {
    letter-spacing: .08em;
    line-height: 2;
    line-height: calc(30 / 15);
  }
}

.l-recruitment__top {
  flex: 1 0 310px;
}

.l-recruitment__flow {
  -webkit-overflow-scrolling: touch;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-recruitment__flow {
    flex: 1 0 850px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    overflow: visible;
  }
}

.l-recruitment__flow .btn-right {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 5px solid #e8eff3;
  border-style: solid;
  border-top: 5px solid #e8eff3;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 20px;
  top: calc(50% - 38px);
  transform: translateY(-50%) rotate(45deg);
  width: 40px;
  z-index: 12;
}

@media screen and (min-width: 768px) {
  .l-recruitment__flow .btn-right {
    display: none;
  }
}

.l-recruitment__flow .btn-left {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-left: 5px solid #e8eff3;
  border-top: 5px solid #e8eff3;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  left: 20px;
  position: absolute;
  top: calc(50% - 38px);
  transform: translateY(-50%) rotate(-45deg);
  width: 40px;
  z-index: 12;
}

@media screen and (min-width: 768px) {
  .l-recruitment__flow .btn-left {
    display: none;
  }
}

.l-recruitment__bottom {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 38px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-recruitment__bottom {
    justify-content: space-between;
    padding-bottom: 68px;
    width: 100%;
  }
}

.l-recruitment .current {
  pointer-events: none;
}

.l-recruitment .current .l-recruitment__img {
  box-shadow: 0 0 0 5px rgba(93, 165, 147, 0.3);
}

.l-recruitment .current .l-recruitment__depart {
  color: #79ACAC;
}

.l-recruitment__card {
  cursor: pointer;
  flex: 0 0 100%;
  margin: 0 auto 22px;
  padding-top: 10px;
  text-align: center;
  transition: all .4s ease;
}

.l-recruitment__card:hover .l-recruitment__img, .l-recruitment__card:focus .l-recruitment__img {
  box-shadow: 0 0 0 5px rgba(93, 165, 147, 0.3);
  opacity: .7;
}

.l-recruitment__card:hover .l-recruitment__depart, .l-recruitment__card:focus .l-recruitment__depart {
  color: #79ACAC;
}

@media screen and (min-width: 768px) {
  .l-recruitment__card {
    flex: 0 0 26%;
    margin: 0 25px;
  }
}

.l-recruitment__img {
  border-radius: 50%;
  height: auto;
  margin: 0 auto 22px;
  transition: opacity,box-shadow .4s ease;
  width: 180px;
}

@media screen and (min-width: 768px) {
  .l-recruitment__img {
    margin: 0 0 22px 0;
    width: 100%;
  }
}

.l-recruitment__depart {
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .25em;
  transition: color .4s ease;
}

@media screen and (min-width: 768px) {
  .l-recruitment__depart {
    font-size: 2.1rem;
  }
}

.l-recruitment__up {
  flex: 0 0 25%;
  min-width: 290px;
}

.l-recruitment__down {
  flex: 0 1 75%;
}

.l-recruitment__des {
  background-color: #E8EFF3;
  padding-top: 45px;
  position: relative;
  transition: opacity 1s ease;
}

@media screen and (min-width: 768px) {
  .l-recruitment__des {
    padding-bottom: 20px;
    padding-top: 80px;
  }
}

.l-recruitment__des.is-show {
  display: block;
}

.l-recruitment__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  transition: opacity 1.5s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-recruitment__wrapper {
    display: flex;
  }
}

.l-recruitment__box {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-recruitment__box {
    display: flex;
    padding-bottom: 50px;
  }
}

.l-recruitment__sales {
  color: #79ACAC;
  font-family: 'Overpassdl',serif;
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 10px;
  padding-right: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .l-recruitment__sales {
    font-size: 3.5rem;
  }
}

.l-recruitment__tit2 {
  color: #79ACAC;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .25em;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .l-recruitment__tit2 {
    font-size: 2rem;
  }
}

.l-recruitment__term {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: 35px;
  padding-left: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-recruitment__term {
    flex: 0 0 190px;
  }
}

.l-recruitment__term::before {
  background-color: #000;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .l-recruitment__term::before {
    top: 11px;
  }
}

@media screen and (min-width: 768px) {
  .l-recruitment__term {
    font-size: 2.2rem;
  }
}

.l-recruitment__contents {
  font-size: 1.3rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2.17;
  line-height: calc(26/12);
}

@media screen and (min-width: 768px) {
  .l-recruitment__contents {
    font-size: 1.5rem;
    line-height: 2.2;
    line-height: calc(33/15);
  }
}

@media screen and (min-width: 768px) {
  .l-recruitment__contents {
    margin-top: -9px;
  }
}

.l-recruitment__tab {
  overflow: hidden;
}

.l-recruitment__description {
  display: flex;
  flex-wrap: nowrap;
}

.l-recruitment__des {
  flex: 0 0 100%;
  max-width: 100%;
}

.l-recruitment__des .l-recruitment__wrapper {
  opacity: 0;
}

#first.mid {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#second.mid {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

#second.mid .l-recruitment__wrapper {
  opacity: 1;
}

#third.mid {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

#first.left {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

#second.left {
  -webkit-transform: translatex(-200%);
  transform: translatex(-200%);
}

#third.left {
  -webkit-transform: translatex(-200%);
  transform: translatex(-200%);
}

#third.left .l-recruitment__wrapper {
  opacity: 1;
}

#first.right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#first.right .l-recruitment__wrapper {
  opacity: 1;
}

#second.right {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

#third.right {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.first.mid {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.second.mid {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.third.mid {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.first.left {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.second.left {
  -webkit-transform: translatex(-200%);
  transform: translatex(-200%);
}

.third.left {
  -webkit-transform: translatex(-200%);
  transform: translatex(-200%);
}

.first.right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.second.right {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.third.right {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}
/*# sourceMappingURL=sourcemaps/style.css.map */


.fv-wrap {
  position: relative;
}
.corona_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: 300px;
  height: 80px;
  border: 2px solid #3F6364;
  z-index: 2;
}
.corona_box:hover {
  opacity: 0.6;
}
.corona_box_text {
  font-size: 16px;
  color: #3F6364;
  font-weight: 500;
  line-height: 1.5;
}
.corona_box_img {
  width: 16px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .corona_box {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 30px auto;
  }
}
