/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #251e1c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    min-width: auto;
  }

  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

small,
em {
  font-size: 100%;
  font-style: normal;
}

img {
  border: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 100;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 4rem;
  margin: auto;
  width: 100%;
  max-width: 148rem;
  height: 13rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    padding: 0 0 0 1.5rem;
    height: 4.4rem;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  width: 34rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 62.7%;
  }
}

.header__logo a {
  width: 53%;
}

.header__logo span {
  width: 40%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-right: 2.5rem;
}

.header__link li:not(:last-child) {
  border-right: 1px solid #251e1c;
}

.header__link a {
  padding: 0 1.5rem;
  color: #251e1c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.header__instalink {
  width: 13%;
}
@media screen and (max-width: 768px) {
  .header__instalink {
    width: 4.4rem;
    height: 100%;
    background-color: #000;
  }
}

.header__btn {
  position: relative;
  width: 4.4rem;
  height: 100%;
  background-color: #000;
}

.header__btn span {
  display: inline-block;
  position: absolute;
  left: 0.8rem;
  width: 2.8rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header__btn span:nth-child(1) {
  top: 1.5rem;
}

.header__btn.open span:nth-child(1) {
  top: 2.1rem;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.header__btn span:nth-child(2) {
  top: 2.1rem;
}

.header__btn.open span:nth-child(2) {
  opacity: 0;
}

.header__btn span:nth-child(3) {
  top: 2.7rem;
}

.header__btn.open span:nth-child(3) {
  top: 2.1rem;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 9.2rem;
  background-color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 768px) {
  nav {
    display: block;
    position: absolute;
    height: auto;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

nav.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 140rem;
}
@media screen and (max-width: 768px) {
  .nav__list {
    display: block;
  }
}

.nav__item {
  position: relative;
  width: 19%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav__item {
    width: 100%;
  }

  .nav__item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

.nav__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 4.7rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .nav__item:not(:last-child)::after {
    content: none;
  }
}

.nav__item a {
  display: block;
  padding: 1.5rem;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .nav__item a {
    padding: 2rem 3rem;
    font-size: 1.8rem;
    text-align: left;
  }
}

/* フッター */
footer {
  padding: 2rem 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1rem 0;
  }
}

.footer__text {
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 1rem;
  }
}

main {
  margin-top: 22.2rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 4.4rem;
  }
}

main#comic {
  margin-top: 2rem;
}

.fv__border {
  background-color: #000;
  width: 100%;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .fv__border {
    height: 1rem;
  }
}

.target {
  position: relative;
  z-index: -1;
  padding-top: 22.2rem;
  margin-top: -22.2rem;
}
@media screen and (max-width: 768px) {
  .target {
    padding-top: 4.4rem;
    margin-top: -4.4rem;
  }
}

.bg {
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg {
    padding: 5rem 0;
  }
}

.bg--pattern01 {
  background-image: url(../img/recruit/bg_pattern01.png);
}
@media screen and (max-width: 768px) {
  .bg--pattern01 {
    background-image: url(../img/recruit/bg_pattern01_sp.png);
  }
}

.bg--pattern02 {
  background-image: url(../img/recruit/bg_pattern02.png);
}
@media screen and (min-width: 769px) {
  .bg--pattern02 {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .bg--pattern02 {
    background-image: url(../img/recruit/bg_pattern02_sp.png);
  }
}

.bg--pattern03 {
  background-image: url(../img/recruit/bg_pattern03.png);
}
@media screen and (max-width: 768px) {
  .bg--pattern03 {
    background-image: url(../img/recruit/bg_pattern03_sp.png);
  }
}

.bg--blue {
  background-color: #15c0da;
}

.bg--black {
  background-color: #231815;
}

@media screen and (min-width: 769px) {
  .bg--contact {
    padding: 9rem 0 6rem;
  }
}

.container {
  padding: 0 1.5rem;
  margin: auto;
  width: 100%;
  max-width: 114rem;
}

.container--small {
  max-width: 104rem;
}

.title {
  color: #9d9d9e;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 3.5rem;
  }
}

.title span {
  color: #15c0da;
}

.title--color2 {
  color: #6c7477;
}

.title--color2 span {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .title--small {
    font-size: 4rem;
  }
}

.title__text {
  color: #15c0da;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title__text {
    font-size: 1.2rem;
  }
}

.title__text--white {
  color: #fff;
}

.content {
  position: relative;
  padding: 3rem 0;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .content {
    position: relative;
    padding: 0;
    margin-top: 2.5rem;
  }
}

.content--magb90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .content--magb90 {
    margin-bottom: 4.5rem;
  }
}

.content__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  background-image: url(../img/recruit/bg_message.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .content__image {
    position: static;
    width: 84%;
    height: 18rem;
  }
}

.content--reverse .content__image {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .content--reverse .content__image {
    margin-left: auto;
  }
}

.content__image--business {
  background-image: url(../img/recruit/bg_business.jpg);
  background-position: center;
}

.content__inner {
  padding: 0 1.5rem;
  margin: auto;
  width: 100%;
  max-width: 117rem;
}

.content__text {
  margin-left: auto;
  width: 51.3%;
}
@media screen and (max-width: 768px) {
  .content__text {
    width: 100%;
  }
}

.content--reverse .content__text {
  margin-left: 0;
  margin-right: auto;
}

.content__caption {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .content__caption {
    margin: 3rem 0 1rem;
    font-size: 1.5rem;
  }
}

.content__description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .content__description {
    font-size: 1.2rem;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  width: 21rem;
  height: 4em;
  background-color: #15c0da;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .button {
    margin: 4rem auto 0;
  }
}

.button--white {
  background-color: #fff;
}

.button--center {
  margin-left: auto;
  margin-right: auto;
}

.button--magt40 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .button--magt40 {
    margin-top: 5rem;
  }
}

.button--magt50 {
  margin-top: 5rem;
}

.button--comic {
  margin: 5rem auto;
}

.button:hover span::before, .button:hover span::after {
  right: -1rem;
}

.button span {
  position: relative;
  padding-right: 2em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
}

.button--white span {
  color: #15c0da;
}

.button span::before, .button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.button span::before {
  width: 2rem;
  height: 1px;
  background-color: #fff;
}

.button--white span::before {
  background-color: #15c0da;
}

.button span::after {
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: top right;
}

.button--white span::after {
  border-top: 1px solid #15c0da;
  border-right: 1px solid #15c0da;
}

.data__text {
  margin: 4rem 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .data__text {
    margin: 3rem 0;
    font-size: 1.5rem;
  }
}

.interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .interview__list {
    margin-top: 4rem;
  }
}

.interview__item {
  width: calc(100% / 5 - 25px);
  margin: 0 .7%;
}
@media screen and (max-width: 768px) {
  .interview__item {
    width: 45.5%;
    margin-left: 2.25%;
    margin-right: 2.25%;
    margin-bottom: 3rem;
  }
  /* .interview__item:nth-child(-n + 2) {
    margin-bottom: 3rem;
  } */
}

/* .interview__item:nth-child(n + 5) {
  margin-top: 0 .7%;
}

 @media screen and (max-width: 768px) {
  .interview__item:nth-child(n + 5) {
    margin-top: 0 .7%;
  }
} */

.interview__content dt {
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.interview__content dt img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.interview__item a:hover .interview__content dt img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.interview__content dd {
  margin: 1rem 0;
  color: #251e1c;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview__content dd {
    margin: 0.5rem 0;
    font-size: 1.2rem;
  }
}

.interview__content small {
  font-weight: 300;
}

.interview__content em {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .interview__content em {
    font-size: 2rem;
  }
}

.link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media screen and (max-width: 768px) {
  .link__list {
    display: block;
  }
}

.link__list--employment {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .link__list--employment {
    margin-top: 4.5rem;
  }
}

.link__item {
  position: relative;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .link__item {
    width: 100%;
  }

  .link__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.link__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.link__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.link__item a:hover::after {
  background-color: rgba(255, 255, 255, 0.4);
}

.link__item .closed {
  position: absolute;
  left: 50%;
  bottom: 12.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff799;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .link__item .closed {
    font-size: 1.2rem;
  }
}

.insta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .insta__list {
    padding: 0 1.5rem;
  }
}

.insta__item {
  width: 23.6%;
}
@media screen and (max-width: 768px) {
  .insta__item {
    width: 47.6%;
  }

  .insta__item:nth-child(-n + 2) {
    margin-bottom: 1.5rem;
  }
}

.contact__title {
  color: #000;
  font-family: 'Abel', sans-serif;
  font-size: 7.2rem;
  line-height: 0.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 3.3rem;
  }
}

.contact__title span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contact__title span {
    font-size: 1rem;
  }
}

.contact__text {
  margin: 3rem 0;
  color: #000;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin: 1.5rem 0;
    font-size: 1.2rem;
  }
}

.contact__text small {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact__text small {
    font-size: 1rem;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: top;
    -webkit-transform-origin: top;
  }
}

.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin: 0 auto 5rem;
  width: 100%;
  max-width: 66rem;
  height: 7rem;
  border: 3px solid #000;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    margin: 3rem auto;
    width: 80%;
    height: 4rem;
    border: 2px solid #000;
  }
}

.contact__btn:hover {
  background-color: #000;
  color: #fff;
}

.contact__btn span {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .contact__btn span {
    font-size: 1.2rem;
  }
}

.contact__logo {
  width: 16rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact__logo {
    width: 7.5rem;
  }
}

.opening-soon {
  padding: 10rem 0 30rem;
}
@media screen and (max-width: 768px) {
  .opening-soon {
    padding-bottom: 20rem;
  }
}

.opening-soon h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .opening-soon h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.opening-soon p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .opening-soon p {
    font-size: 1.2rem;
  }
}

.jobintroduction {
  width: 100%;
  background-color: aliceblue;
  padding: 80px 0;
}

.jobintroduction-menu {
  margin: 40px 0;
}

.jobintroduction-menu dt {
  position: relative;
}

.jobintroduction-menu dt::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 40px;
  border-top: 3px #FFF solid;
  border-right: 3px #FFF solid;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  transition: 0.3s;
}

.jobintroduction-menu dt.active::after {
  transform: rotate(315deg) translateY(-50%);
}

.jobintroduction-menu dd {
  display: inline-block;
  margin-bottom: 40px;
}

.jobintroduction-title {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
  color: #fff;
  background-color: #15c0da;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .jobintroduction-title {
    font-size: 1.6rem;
  }
}

.jobintroduction-title:hover {
  background-color: #000;
  cursor: pointer;
}

.jobintroduction-img {
  float: right;
  shape-outside: inset(-10%);
  width: 450px;
  margin: 10px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .jobintroduction-img {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.jobintroduction-text {
  font-size: 18px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jobintroduction-text {
    font-size: 12px;
  }
}

.comic_bnr {
  display: block;
  margin: 0 auto 50px;
  width: 322px;
}
@media screen and (max-width: 768px) {
  .comic_bnr {
    width: 100%;
  }
}

/* 福利厚生 */
.enviroment-fv {
  padding: 15rem 0;
  background: url(../../assets/img/enviroment/bg_fv.jpg) no-repeat center / cover;
  background-image: image-set(url(../../assets/img/enviroment/bg_fv.jpg) 1x, url(../../assets/img/enviroment/bg_fv@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../../assets/img/enviroment/bg_fv.jpg) 1x, url(../../assets/img/enviroment/bg_fv@2x.jpg) 2x);
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-fv {
    padding: 7.5rem 0 8rem;
    margin-bottom: 4rem;
    background-image: url(../../assets/img/enviroment/bg_fv_sp.jpg);
    font-size: 2.5rem;
  }
}

.container--enviroment {
  max-width: 103.7rem;
}

.container--enviroment-large {
  max-width: 112.5rem;
}

.enviroment-text {
  margin: 3rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-text {
    font-size: 1.5rem;
  }
}

.enviroment-anker {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .enviroment-anker {
    margin: 5.5rem 0 6rem;
  }
}

.enviroment-anker li {
  width: 49.4%;
  height: 4.8rem;
}
@media screen and (max-width: 768px) {
  .enviroment-anker li {
    height: 4.1rem;
  }
}

.enviroment-anker li:nth-of-type(1) {
  background: #43c7e1;
}

.enviroment-anker li:nth-of-type(2) {
  background: #6ec87d;
}

.enviroment-anker li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-anker li a {
    font-size: 1.5rem;
  }
}

.enviroment-title {
  position: relative;
  margin-bottom: 5rem;
  color: #43c7e1;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-title {
    margin-bottom: 4.5rem;
    font-size: 2.5rem;
  }
}

.enviroment-title::before {
  content: "";
  position: absolute;
  top: calc(100% + 2.5rem);
  left: 50%;
  width: 4.5rem;
  height: .3rem;
  background: #43c7e1;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .enviroment-title::before {
    top: calc(100% + 2rem);
  }
}

.enviroment-title--green {
  color: #6ec87d;
}

.enviroment-title--green::before {
  background-color: #6ec87d;
}

@media screen and (max-width: 768px) {
  .enviroment-inner {
    padding: 0 20px;
  }
}

.enviroment-head {
  padding: .5rem;
  margin-bottom: 3rem;
  background: #43c7e1;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-head {
    padding: .7rem;
    font-size: 1.8rem;
  }
}

.enviroment-head--green {
  background-color: #6ec87d;
}

.enviroment-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .enviroment-wrap {
    display: block;
    margin-bottom: 6rem;
  }
}

.enviroment-wrap--mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .enviroment-wrap--mt70 {
    margin-top: 40px;
  }
}

.enviroment-dlist {
  width: 23%;
}
.enviroment-wrap--trio .enviroment-dlist {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .enviroment-dlist {
    margin-bottom: 4rem;
  }

  .enviroment-dlist, .enviroment-wrap--trio .enviroment-dlist {
    width: 100%;
  }
}

.enviroment-dlist dt {
  padding-bottom: 1rem;
  border-bottom: 3px solid #43c7e1;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.enviroment-dlist dt::before {
  content: "●";
  color: #43c7e1;
  font-size: 2rem;
}

.enviroment-dlist--green dt {
  border-bottom-color: #6ec87d;
}

.enviroment-dlist--green dt::before {
  color: #6ec87d;
}

.enviroment-dlist dd {
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .enviroment-dlist dd {
    font-size: 1.8rem;
    line-height: 2.1;
  }
}

.enviroment-dlist dd::before {
  content: "○";
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .enviroment-dlist dd::before {
    font-size: 1.8rem;
  }
}

.enviroment-sub-head {
  margin-bottom: 3rem;
  color: #43c7e1;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-sub-head {
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
  }
}

.enviroment-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.1rem;
}
@media screen and (max-width: 768px) {
  .enviroment-list {
    display: block;
    margin-bottom: 5rem;
  }
}

.enviroment-list li {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #15c0da;
  width: 23.8%;
  color: #43c7e1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-list li {
    border-width: 3px;
    width: 100%;
    height: 100px;
    min-height: 18.3rem;
  }

  .enviroment-list li:not(:last-of-type) {
    margin-bottom: 2.2rem;
  }
}

.enviroment-list__description {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}

.enviroment-list__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 3em);
}

.enviroment-list__date {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .enviroment-list__date {
    font-size: 3.5rem;
    line-height: 1;
  }
}

.enviroment-list__date em {
  font-family: 'Roboto', sans-serif;
  font-size: 5.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .enviroment-list__date em {
    font-size: 7.5rem;
  }
}

.enviroment-list__date--jp {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .enviroment-list__date--jp {
    font-size: 2.2rem;
  }
}

.enviroment-list__date--jp em {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  .enviroment-list__date--jp em {
    font-size: 3.8rem;
  }
}

.enviroment-kyosai {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.enviroment-kyosai span {
  color: #15c0da;
}

.enviroment-kyosai-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16.7rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .enviroment-kyosai-list {
    margin-bottom: 3rem;
  }
}

.enviroment-kyosai-list li {
  margin-bottom: 2rem;
  min-width: 24rem;
}
@media screen and (min-width: 1057px) {
  .enviroment-kyosai-list li:nth-of-type(2) {
    margin-right: auto;
  }

  .enviroment-kyosai-list li:last-of-type {
    margin-left: .7rem;
  }
}

.enviroment-kyosai-list li span {
  display: inline-block;
  padding-bottom: .5rem;
  border-bottom: 1px solid #251e1c;
}

.enviroment-bg {
  padding: 7rem 0 12rem;
  background: #e9eaea;
}
@media screen and (max-width: 768px) {
  .enviroment-bg {
    padding: 5rem 0 2rem;
  }
}

.enviroment-image-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .enviroment-image-list {
    display: block;
  }
}

.enviroment-image-list li {
  position: relative;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .enviroment-image-list li {
    width: 100%;
  }

  .enviroment-image-list li:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}

.enviroment-image-list__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  min-width: 16.4rem;
  background: #6ec87d;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .enviroment-image-list__text {
    padding: 0 5rem;
    min-width: 14rem;
    font-size: 1.5rem;
  }
}

.enviroment-image-attn {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .enviroment-image-attn {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}