@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
body {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.5;
  font-size: 18px;
  min-height: 0vw;
  letter-spacing: 0.05em;
  color: #000000;
  /*	viewport
  ------------------------------*/
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 479px) {
  body {
    font-size: 2.9333333333vw;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

html {
  width: 100%;
  height: 100%;
}

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

a {
  text-decoration: underline;
  outline: none;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a :hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.85;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*---pc---*/
@media (min-width: 479px) {
  .sp {
    display: none !important;
  }
}
/*---tab---*/
@media (min-width: 769px) {
  .tab {
    display: none !important;
  }
}
/*---sp---*/
@media (max-width: 478px) {
  .pc {
    display: none !important;
  }
}
.inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.header__wrap {
  position: relative;
}
.header__logo a {
  position: absolute;
  top: 24px;
  left: 25px;
  margin: auto;
  width: 340px;
  height: 38px;
  background: url("../images/logo.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .header__logo a {
    top: 11px;
    width: 280px;
    height: 31px;
    background: url("../images/logo.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 479px) {
  .header__logo a {
    width: 59.375vw;
    height: 6.625vw;
    background: url("../images/logo.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    z-index: 1005;
    top: 3vw;
    left: 3.75vw;
  }
}
.header__nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.4s;
  z-index: 1000;
}
.header__nav.panelactive {
  top: 0;
}
.header__nav__list {
  max-width: 900px;
  width: 92%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__nav__list {
    flex-direction: column;
    margin: 12.5vw auto;
  }
}
.header__nav__list li {
  padding: 20px;
  font-size: 21px;
  border: 1px solid #cccccc;
  position: relative;
  width: 49.5%;
  margin-bottom: 20px;
  text-indent: 20%;
}
@media (max-width: 1024px) {
  .header__nav__list li {
    padding: 20px 12px;
    font-size: 18px;
    text-indent: 18%;
  }
}
@media (max-width: 768px) {
  .header__nav__list li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.5vw;
    padding: 2.5vw 1.5vw;
  }
}
@media (max-width: 479px) {
  .header__nav__list li {
    width: 100%;
    text-indent: 20%;
  }
}
.header__nav__list li::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 12px;
  width: 12px;
  transform: rotate(-45deg);
  border-color: #084ea0;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.header__nav__list li a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.header__nav__list li img {
  width: 18%;
  top: 0;
  bottom: 0;
  left: 2%;
  margin: auto;
  position: absolute;
}
@media (max-width: 1024px) {
  .header__nav__list li img {
    width: 16%;
    left: 1%;
  }
}
@media (max-width: 768px) {
  .header__nav__list li img {
    width: 14%;
  }
}
@media (max-width: 479px) {
  .header__nav__list li img {
    left: 2%;
  }
}

.openbtn {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1012;
  width: 115px;
  height: 115px;
  border-radius: 0px 0px 0px 100%;
  background: #ffdb55;
}
@media (max-width: 768px) {
  .openbtn {
    width: 11.875vw;
    height: 11.875vw;
  }
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 5px;
  right: 10px;
  background: #323333;
}
@media (max-width: 768px) {
  .openbtn span {
    height: 0.625vw;
    right: 1.25vw;
  }
}

.openbtn span:nth-of-type(1) {
  width: 65px;
  top: 27px;
}
@media (max-width: 768px) {
  .openbtn span:nth-of-type(1) {
    width: 6.5vw;
    top: 2.5vw;
  }
}

.openbtn span:nth-of-type(2) {
  width: 50px;
  top: 48px;
}
@media (max-width: 768px) {
  .openbtn span:nth-of-type(2) {
    width: 4.75vw;
    top: 4.75vw;
  }
}

.openbtn span:nth-of-type(3) {
  width: 35px;
  top: 69px;
}
@media (max-width: 768px) {
  .openbtn span:nth-of-type(3) {
    width: 3vw;
    top: 7vw;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 40px;
  right: 10px;
  transform: translateY(0) rotate(-45deg);
}
@media (max-width: 768px) {
  .openbtn.active span:nth-of-type(1) {
    top: 5vw;
    right: 0.75vw;
  }
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 40px;
  right: 10px;
  width: 65px;
  transform: translateY(0) rotate(45deg);
}
@media (max-width: 768px) {
  .openbtn.active span:nth-of-type(3) {
    top: 5vw;
    right: 0.75vw;
    width: 6.5vw;
  }
}

.main_visual {
  background-color: #F8F8F8;
  width: 100%;
  overflow: hidden;
}
.main_visual__contents {
  max-width: 1600px;
  height: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .main_visual__contents {
    height: 57.2916666667vw;
  }
}
@media (max-width: 479px) {
  .main_visual__contents {
    height: 170vw;
  }
}
.main_visual__heading {
  position: absolute;
  top: 136px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 12;
  width: 950px;
  height: 250px;
  background: url("../images/main_ttl_pc.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .main_visual__heading {
    top: 7.0833333333vw;
    width: 49.4791666667vw;
    height: 13.0208333333vw;
    background: url("../images/main_ttl_pc.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 479px) {
  .main_visual__heading {
    top: 16.5vw;
    width: 93.75vw;
    height: 45.25vw;
    background: url("../images/main_ttl_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.main_visual__img {
  width: 600px;
  position: absolute;
  margin: auto;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 30px;
}
@media (max-width: 1024px) {
  .main_visual__img {
    width: 31.25vw;
    bottom: 1.5625vw;
  }
}
@media (max-width: 479px) {
  .main_visual__img {
    width: 53.75vw;
    bottom: 36vw;
  }
}
.main_visual__figure_01 {
  width: 270px;
  position: absolute;
  top: 314px;
  left: 10px;
}
@media (max-width: 1024px) {
  .main_visual__figure_01 {
    width: 19.2708333333vw;
    top: 16.3541666667vw;
    left: 0.5208333333vw;
  }
}
@media (max-width: 479px) {
  .main_visual__figure_01 {
    width: 36.5vw;
    top: 62.5vw;
    left: 1.25vw;
  }
}
.main_visual__figure_02 {
  width: 345px;
  position: absolute;
  top: 350px;
  right: 0;
}
@media (max-width: 1024px) {
  .main_visual__figure_02 {
    width: 23.1770833333vw;
    top: 18.2291666667vw;
  }
}
@media (max-width: 479px) {
  .main_visual__figure_02 {
    width: 37.5vw;
    top: 64.75vw;
  }
}
.main_visual__figure_03 {
  width: 256px;
  position: absolute;
  top: 695px;
  left: 44px;
  z-index: 11;
}
@media (max-width: 1024px) {
  .main_visual__figure_03 {
    width: 18.5416666667vw;
    top: 36.1979166667vw;
    left: 2.2916666667vw;
  }
}
@media (max-width: 479px) {
  .main_visual__figure_03 {
    width: 31.875vw;
    top: 123.25vw;
    left: 0;
  }
}
.main_visual__figure_04 {
  width: 330px;
  position: absolute;
  top: 750px;
  right: 0;
  z-index: 11;
}
@media (max-width: 1024px) {
  .main_visual__figure_04 {
    width: 22.3958333333vw;
    top: 40.625vw;
  }
}
@media (max-width: 479px) {
  .main_visual__figure_04 {
    width: 44.375vw;
    top: 134.625vw;
    right: -6.25vw;
  }
}
.main_visual__figure_05 {
  width: 87px;
  position: absolute;
  top: 470px;
  left: 347px;
  z-index: 11;
}
@media (max-width: 1440px) {
  .main_visual__figure_05 {
    left: 300px;
  }
}
@media (max-width: 1220px) {
  .main_visual__figure_05 {
    left: 20.3125vw;
    width: 6.09375vw;
  }
}
@media (max-width: 1024px) {
  .main_visual__figure_05 {
    width: 6.09375vw;
    top: 24.4791666667vw;
    left: 20.3125vw;
  }
}
@media (max-width: 479px) {
  .main_visual__figure_05 {
    width: 10.875vw;
    top: 97.5vw;
    left: 3.75vw;
  }
}
.main_visual__figure_06 {
  width: 160px;
  position: absolute;
  top: 638px;
  right: 368px;
  z-index: 11;
}
@media (max-width: 1440px) {
  .main_visual__figure_06 {
    width: 140px;
    right: 20.8333333333vw;
  }
}
@media (max-width: 1220px) {
  .main_visual__figure_06 {
    width: 130px;
    right: 20.8333333333vw;
    top: 610px;
  }
}
@media (max-width: 1024px) {
  .main_visual__figure_06 {
    width: 7.2916666667vw;
    top: 36.4583333333vw;
    right: 26.0416666667vw;
  }
}
@media (max-width: 479px) {
  .main_visual__figure_06 {
    width: 22.5vw;
    top: 99.375vw;
    right: 5vw;
  }
}
.main_visual__figure_07 {
  width: 180px;
  position: absolute;
  top: 797px;
  left: 402px;
  z-index: 11;
}
@media (max-width: 1440px) {
  .main_visual__figure_07 {
    top: 820px;
    left: 320px;
    width: 10.9375vw;
  }
}
@media (max-width: 1220px) {
  .main_visual__figure_07 {
    top: 78.125vw;
    left: 25vw;
    width: 9.375vw;
  }
}
@media (max-width: 1024px) {
  .main_visual__figure_07 {
    top: 41.5104166667vw;
    left: 25vw;
  }
}
@media (max-width: 479px) {
  .main_visual__figure_07 {
    width: 20vw;
    top: 133.75vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.vision__wrap {
  background: url(../images/bg_vision_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .vision__wrap {
    background: url(../images/bg_vision_sp.jpg) no-repeat;
    background-size: cover;
    padding: 7.5vw 0;
  }
}
.vision__heading {
  width: 540px;
  height: 156px;
  background: url("../images/mttl_vision.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .vision__heading {
    width: 58.75vw;
    height: 17vw;
    background: url("../images/mttl_vision.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.vision__text {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 3.16;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .vision__text {
    font-size: 2vw;
    padding-top: 3.75vw;
  }
}
@media (max-width: 479px) {
  .vision__text {
    font-size: 3.0666666667vw;
  }
}

.section_ttl {
  border-top: #ffdb55 solid 15px;
  padding: 100px 0 80px 0;
}
@media (max-width: 768px) {
  .section_ttl {
    border-top: #ffdb55 solid 1.875vw;
    padding: 6.875vw 0 5.625vw 0;
  }
}

.job__heading {
  width: 433px;
  height: 203px;
  background: url("../images/mttl_job_pc.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .job__heading {
    width: 40vw;
    height: 20.75vw;
    background: url("../images/mttl_job_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.job__heading__wrap {
  background: url(../images/mttl_bg_job.png) repeat;
}
.job__heading__wrap .inner {
  position: relative;
}
.job__heading__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .job__heading__img {
    width: 46.25vw;
    top: -8.75vw;
    right: -3.75vw;
  }
}
@media (max-width: 768px) {
  .job__heading__img {
    width: 46.25vw;
    top: -12.5vw;
    right: -3.75vw;
  }
}
.job__sttl {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  padding-top: 30px;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .job__sttl {
    font-size: 3.3333333333vw;
    padding-top: 1.25vw;
    padding-left: 2.5vw;
  }
}
.job__sttl span {
  color: #f11c23;
  font-size: 29px;
}
@media (max-width: 768px) {
  .job__sttl span {
    font-size: 4vw;
  }
}
.job__contents {
  background-color: #4dc4ff;
  padding: 50px 0 50px 0;
}
@media (max-width: 768px) {
  .job__contents {
    padding: 5vw 0 5vw 0;
  }
}
.job__contents__flow {
  color: #FFFFFF;
  font-size: 19px;
  width: 1200px;
  line-height: 2;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .job__contents__flow {
    width: 92%;
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .job__contents__flow {
    font-size: 2.9333333333vw;
    line-height: 1.6;
  }
}
.job__contents__flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .job__contents__flow__list {
    margin-top: 6.25vw;
  }
}
.job__contents__flow__list_group {
  width: 570px;
  height: 540px;
  background: url(../images/job_flow_box_pc.png) no-repeat;
  background-size: contain;
  margin-bottom: 45px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1220px) {
  .job__contents__flow__list_group {
    width: 48%;
    height: 41.6666666667vw;
  }
}
@media (max-width: 768px) {
  .job__contents__flow__list_group {
    background: url(../images/job_flow_box_sp.png) no-repeat;
    background-size: contain;
    height: 52.5vw;
    margin-bottom: 6.25vw;
    width: 49%;
  }
}
.job__contents__flow__list_group__ttl {
  height: 124px;
  position: relative;
}
@media (max-width: 1220px) {
  .job__contents__flow__list_group__ttl {
    height: 9.375vw;
  }
}
@media (max-width: 768px) {
  .job__contents__flow__list_group__ttl {
    height: 7.25vw;
  }
}
.job__contents__flow__list_group__ttl h3 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.job__contents__flow__list_group__ttl h3.flow_01 {
  width: 195px;
  height: 40px;
  background: url("../images/tit_flow_01.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .job__contents__flow__list_group__ttl h3.flow_01 {
    width: 18.75vw;
    height: 3.75vw;
    background: url("../images/tit_flow_01.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.job__contents__flow__list_group__ttl h3.flow_02 {
  width: 193px;
  height: 40px;
  background: url("../images/tit_flow_02.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .job__contents__flow__list_group__ttl h3.flow_02 {
    width: 18.75vw;
    height: 3.75vw;
    background: url("../images/tit_flow_02.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.job__contents__flow__list_group__ttl h3.flow_03 {
  width: 92px;
  height: 40px;
  background: url("../images/tit_flow_03.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .job__contents__flow__list_group__ttl h3.flow_03 {
    width: 8.625vw;
    height: 3.75vw;
    background: url("../images/tit_flow_03.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.job__contents__flow__list_group__ttl h3.flow_04 {
  width: 322px;
  height: 40px;
  background: url("../images/tit_flow_04.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .job__contents__flow__list_group__ttl h3.flow_04 {
    width: 30.25vw;
    height: 3.75vw;
    background: url("../images/tit_flow_04.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.job__contents__flow__list_group__img {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1220px) {
  .job__contents__flow__list_group__img {
    height: 27.0833333333vw;
  }
  .job__contents__flow__list_group__img img {
    max-height: 25vw;
    width: auto;
  }
}
@media (max-width: 768px) {
  .job__contents__flow__list_group__img {
    height: 31.5vw;
    margin-top: 2.5vw;
  }
}
.job__contents__movie {
  max-width: 1200px;
  width: 92%;
  margin: 50px auto 0 auto;
  position: relative;
  min-height: 705px;
}
@media (max-width: 1220px) {
  .job__contents__movie {
    min-height: 60vw;
  }
}
@media (max-width: 479px) {
  .job__contents__movie {
    margin: 6.25vw auto 0 auto;
    min-height: 100vw;
  }
}
.job__contents__movie__heading {
  width: 812px;
  height: 117px;
  background: url("../images/tit_job_movie.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 1024px) {
  .job__contents__movie__heading {
    width: 600px;
    height: 86px;
    background: url("../images/tit_job_movie.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 768px) {
  .job__contents__movie__heading {
    width: 83.75vw;
    height: 11.875vw;
    background: url("../images/tit_job_movie.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.job__contents__movie__thumbnail {
  position: absolute;
  right: 0;
  top: 145px;
}
@media (max-width: 1220px) {
  .job__contents__movie__thumbnail {
    top: 13vw;
    width: 80%;
  }
}
@media (max-width: 479px) {
  .job__contents__movie__thumbnail {
    width: 100%;
    top: 15vw;
  }
}
.job__contents__movie__img {
  position: absolute;
  left: 0;
  top: 40px;
  width: 400px;
}
@media (max-width: 1220px) {
  .job__contents__movie__img {
    width: 25%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 479px) {
  .job__contents__movie__img {
    width: 80%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.interview__heading {
  width: 872px;
  height: 200px;
  background: url("../images/mttl_interview_pc.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .interview__heading {
    width: 62.5vw;
    height: 14.3229166667vw;
    background: url("../images/mttl_interview_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 768px) {
  .interview__heading {
    width: 87.5vw;
    height: 20.125vw;
    background: url("../images/mttl_interview_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.interview__heading__wrap {
  background: url(../images/mttl_bg_interview.png) repeat;
}
.interview__heading__wrap .inner {
  position: relative;
}
.interview__heading__img {
  position: absolute;
  bottom: -80px;
  right: 0;
}
@media (max-width: 1024px) {
  .interview__heading__img {
    width: 25vw;
    bottom: -5.7291666667vw;
  }
}
@media (max-width: 768px) {
  .interview__heading__img {
    width: 28.75vw;
    bottom: -5.625vw;
  }
}
.interview__sttl {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  padding-top: 30px;
  padding-left: 100px;
}
@media (max-width: 1024px) {
  .interview__sttl {
    padding-left: 3.125vw;
  }
}
@media (max-width: 768px) {
  .interview__sttl {
    font-size: 3.3333333333vw;
    padding-top: 1.25vw;
    padding-left: 2.5vw;
  }
}
.interview__wrap {
  background-color: #0b8d96;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .interview__wrap {
    padding: 5vw 0 1.25vw 0;
  }
}
.interview__list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .interview__list {
    flex-wrap: wrap;
  }
}
.interview__list__group {
  width: 24%;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .interview__list__group {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
.interview__list__group__thumbnail {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .interview__list__group__thumbnail {
    margin-bottom: 2.5vw;
  }
}
.interview__list__group__profile {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .interview__list__group__profile {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .interview__list__group__profile {
    font-size: 2.6666666667vw;
  }
}
.interview__list__group__name {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .interview__list__group__name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .interview__list__group__name {
    font-size: 2.9333333333vw;
  }
}

.work__heading {
  width: 595px;
  height: 210px;
  background: url("../images/mttl_work_pc.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .work__heading {
    width: 56.25vw;
    height: 20.75vw;
    background: url("../images/mttl_work_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.work__heading__wrap {
  background: url(../images/mttl_bg_job.png) repeat;
}
.work__heading__wrap .inner {
  position: relative;
}
.work__heading__img_01 {
  position: absolute;
  top: -50px;
  right: calc(50% - 320px);
}
@media (max-width: 1024px) {
  .work__heading__img_01 {
    width: 16.6666666667vw;
    top: -5.2083333333vw;
    right: 25%;
  }
}
@media (max-width: 768px) {
  .work__heading__img_01 {
    width: 18.75vw;
    top: -7.5vw;
    right: -3.75vw;
  }
}
.work__heading__img_02 {
  position: absolute;
  top: 190px;
  right: -50px;
}
@media (max-width: 1024px) {
  .work__heading__img_02 {
    width: 23.4375vw;
    top: 5.2083333333vw;
    right: -2.6041666667vw;
  }
}
@media (max-width: 768px) {
  .work__heading__img_02 {
    width: 27.5vw;
    top: 1.25vw;
    right: 12.5vw;
  }
}
.work__sttl {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  padding-top: 30px;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .work__sttl {
    font-size: 3.3333333333vw;
    padding-top: 1.25vw;
    padding-left: 2.5vw;
  }
}
.work__sttl span {
  display: block;
  color: #f11c23;
  font-size: 29px;
}
@media (max-width: 768px) {
  .work__sttl span {
    font-size: 4vw;
  }
}
.work__wrap {
  background-color: #47acff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .work__wrap {
    padding: 6.25vw 0 2.5vw 0;
  }
}
.work__list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .work__list {
    flex-wrap: wrap;
  }
}
.work__list__group {
  width: 33%;
}
@media (max-width: 1024px) {
  .work__list__group {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .work__list__group {
    width: 100%;
    margin-bottom: 2.5vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    padding: 3.75vw 0;
  }
  .work__list__group:last-child {
    border-bottom: none;
  }
}
.work__list__group__icon {
  margin-bottom: 20px;
}
.work__list__group__icon img {
  max-width: 252px;
  margin: auto;
}
@media (max-width: 1024px) {
  .work__list__group__icon img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .work__list__group__icon {
    margin-bottom: 2.5vw;
    width: 27%;
    margin-right: 3%;
  }
}
.work__list__group__text {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .work__list__group__text {
    font-size: 16px;
    text-align: left;
  }
  .work__list__group__text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .work__list__group__text {
    width: 70%;
    font-size: 2.9333333333vw;
  }
}
.work__list__group__text span {
  font-size: 15px;
  display: block;
}
@media (max-width: 1024px) {
  .work__list__group__text span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .work__list__group__text span {
    font-size: 2.6666666667vw;
  }
}
.work__place {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .work__place {
    padding: 6.25vw 0 1.25vw 0;
  }
}
.work__place__heading {
  width: 592px;
  height: 103px;
  background: url("../images/mttl_work_01.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .work__place__heading {
    width: 74vw;
    height: 12.875vw;
    background: url("../images/mttl_work_01.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 auto 3.125vw;
  }
}
.work__place__mttl {
  width: 298px;
}
@media (max-width: 768px) {
  .work__place__mttl {
    width: 37.25vw;
  }
}
.work__place__wrap {
  border: 5px solid #3d3c39;
  padding: 45px;
}
@media (max-width: 768px) {
  .work__place__wrap {
    padding: 3.125vw;
    border: 3px solid #3d3c39;
  }
}
.work__place__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .work__place__list {
    flex-direction: column;
  }
}
.work__place__list__group {
  width: 505px;
}
@media (max-width: 1024px) {
  .work__place__list__group {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .work__place__list__group {
    width: 100%;
    margin-bottom: 3.125vw;
  }
  .work__place__list__group:last-child {
    margin-bottom: 0;
  }
}
.work__place__list__tit {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .work__place__list__tit {
    margin-bottom: 3.125vw;
  }
}
.work__place__list__tit::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_map.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .work__place__list__tit {
    font-size: 4vw;
  }
}
.work__place__list__img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .work__place__list__img {
    margin-bottom: 3.125vw;
  }
}
.work__place__list__li li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.work__place__list__li li::before {
  content: "●";
}
.work__place .note {
  font-size: 14px;
  text-align: right;
}
@media (max-width: 768px) {
  .work__place .note {
    font-size: 2.6666666667vw;
  }
}
.work__content {
  margin: 50px auto 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .work__content {
    margin: 6.25vw auto 0;
    flex-wrap: wrap;
  }
}
.work__content__item {
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .work__content__item {
    width: 26%;
    margin-bottom: 6.25vw;
    padding: 3.75vw 0;
    height: 40.625vw;
  }
}
@media (max-width: 1024px) {
  .work__content__item img {
    width: 80%;
  }
}
.work__content__list {
  padding-left: 1%;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .work__content__list {
    padding-left: 2%;
    width: 72%;
    height: 40.625vw;
  }
}
.work__content__list:nth-of-type(2) {
  width: 36%;
}
@media (max-width: 1220px) {
  .work__content__list:nth-of-type(2) {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .work__content__list:nth-of-type(2) {
    width: 73%;
  }
}
.work__content__list li {
  line-height: 1.8;
  font-size: 18px;
  text-align: left;
  padding-left: 3em;
  text-indent: -3em;
}
@media (max-width: 768px) {
  .work__content__list li {
    font-size: 2.9333333333vw;
  }
}
.work__welfare {
  padding-bottom: 90px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .work__welfare {
    padding: 2.5vw 0 6.25vw 0;
  }
}
.work__welfare__heading {
  width: 437px;
  height: 84px;
  background: url("../images/mttl_work_02.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 100px auto 0 auto;
}
@media (max-width: 768px) {
  .work__welfare__heading {
    width: 54.625vw;
    height: 10.5vw;
    background: url("../images/mttl_work_02.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 5vw auto 0 auto;
  }
}
.work__welfare__img {
  position: absolute;
  width: 400px;
  top: 0;
  left: calc(50% + 220px);
}
@media (max-width: 768px) {
  .work__welfare__img {
    width: 35vw;
    right: -12.5vw;
    left: auto;
  }
}
.work__welfare__photo_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  left: -5%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .work__welfare__photo_top {
    margin-top: 6.25vw;
  }
}
.work__welfare__photo_top li {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .work__welfare__photo_top {
    display: none;
  }
}
.work__welfare__photo_bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  right: -5%;
  margin-top: 20px;
}
.work__welfare__photo_bottom li {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .work__welfare__photo_bottom {
    display: none;
  }
}
@media (max-width: 768px) {
  .work__welfare__photo {
    display: block;
    margin-top: 6.25vw;
  }
  .work__welfare__photo li {
    padding: 0 10px;
  }
}
.work__welfare__content {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .work__welfare__content {
    flex-direction: column;
    margin: 0 auto 6.25vw;
  }
}
.work__welfare__content_group {
  width: 48%;
}
@media (max-width: 768px) {
  .work__welfare__content_group {
    width: 100%;
  }
  .work__welfare__content_group:nth-child(1) {
    margin-bottom: 3.75vw;
  }
}
.work__welfare__content_group_ttl {
  background-color: #084ea0;
  border-radius: 30px 30px 0px 0px;
  color: #FFFFFF;
  text-align: center;
  font-size: 31px;
  line-height: 72px;
}
@media (max-width: 768px) {
  .work__welfare__content_group_ttl {
    border-radius: 20px 20px 0px 0px;
    font-size: 4vw;
    line-height: 12.5vw;
  }
}
.work__welfare__content_group_box {
  border: 3px solid #084ea0;
  border-radius: 0px 0px 30px 30px;
  background-color: #fff;
  padding: 50px 30px 30px 30px;
}
@media (max-width: 768px) {
  .work__welfare__content_group_box {
    border-radius: 0px 0px 20px 20px;
    padding: 6.25vw 3.75vw 3.75vw 3.75vw;
  }
}
.work__welfare__content_group_box__img {
  max-width: 100px;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .work__welfare__content_group_box__img {
    margin: 0 auto 3.75vw auto;
  }
}
.work__welfare__content_group_box__text {
  line-height: 1.8;
}

.message {
  background-color: #29abe2;
}
.message__heading {
  width: 872px;
  height: 291px;
  background: url("../images/mttl_message_pc.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .message__heading {
    width: 62.5vw;
    height: 14.3229166667vw;
    background: url("../images/mttl_message_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 768px) {
  .message__heading {
    width: 87.5vw;
    height: 28.625vw;
    background: url("../images/mttl_message_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.message__heading__wrap {
  background: url(../images/mttl_bg_job.png) repeat;
}
.message__heading__wrap .inner {
  position: relative;
}
.message__heading__wrap.section_ttl {
  padding: 80px 0 200px 0;
}
@media (max-width: 768px) {
  .message__heading__wrap.section_ttl {
    padding: 12.5vw 0 25vw 0;
  }
}
.message__heading__img {
  position: absolute;
  top: 100px;
  right: 50px;
}
@media (max-width: 768px) {
  .message__heading__img {
    top: 12.5vw;
    width: 21.25vw;
    right: 0;
  }
}
.message__block {
  background: #29abe2;
  height: 420px;
  position: relative;
  z-index: 1;
  top: 0;
}
@media (max-width: 768px) {
  .message__block {
    height: 90vw;
    background: url(../images/bg_message_sp.png) no-repeat;
    background-size: 100%;
    background-position: center top;
    width: 100%;
    top: -15vw;
  }
}
.message__block::before {
  content: "";
  position: absolute;
  border-radius: 50% 50% 50% 50%/80% 80% 0% 0%;
  background-color: #29abe2;
  width: 100%;
  height: 120px;
  z-index: 1;
  top: -120px;
}
@media (max-width: 768px) {
  .message__block::before {
    content: none;
  }
}
.message__block::after {
  position: absolute;
  width: 80px;
  height: 111px;
  top: -180px;
  left: 25%;
  background: url(../images/message_box_arrow.png) no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 768px) {
  .message__block::after {
    content: none;
  }
}
.message__block__tit {
  color: #f7f769;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .message__block__tit {
    top: 12.5vw;
    font-size: 4.2666666667vw;
  }
}
.message__block__text {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .message__block__text {
    font-size: 2.9333333333vw;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 18.75vw;
  }
}

.contact__heading {
  width: 900px;
  height: 210px;
  background: url("../images/mttl_contact_pc.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .contact__heading {
    width: 87.5vw;
    height: 21vw;
    background: url("../images/mttl_contact_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.contact__heading__wrap {
  background: url(../images/mttl_bg_interview.png) repeat;
}
.contact__heading__wrap .inner {
  position: relative;
}
.contact__heading__img {
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media (max-width: 768px) {
  .contact__heading__img {
    width: 20vw;
    bottom: -5vw;
  }
}
.contact__wrap {
  background-color: #0b8d96;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .contact__wrap {
    padding: 6.25vw 0;
  }
}
.contact__list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  border: 3px solid #000000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .contact__list {
    flex-direction: column;
    border-top: none;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
  }
}
.contact__list__group {
  border-right: 3px solid #000000;
  width: 33.3333333%;
  padding-bottom: 30px;
}
.contact__list__group:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .contact__list__group {
    width: 100%;
    border-right: none;
    padding: 0 0 3.75vw 0;
  }
  .contact__list__group:last-child {
    border-bottom: none;
  }
}
.contact__list__group__tit {
  background-color: #ffdc62;
  line-height: 80px;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  border-bottom: 3px solid #000000;
  position: relative;
}
@media (max-width: 1024px) {
  .contact__list__group__tit {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .contact__list__group__tit {
    width: 100%;
    font-size: 4vw;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    line-height: 9.375vw;
  }
}
.contact__list__group__tit::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffdc62;
  z-index: 2;
}
@media (max-width: 768px) {
  .contact__list__group__tit::before {
    bottom: -12px;
    margin-left: -7.5px;
    border: 6px solid transparent;
    border-top: 6px solid #ffdc62;
  }
}
.contact__list__group__tit::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000000;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact__list__group__tit::after {
    bottom: -15px;
    margin-left: -8.5px;
    border: 7px solid transparent;
    border-top: 7px solid #000000;
  }
}
@media (max-width: 768px) {
  .contact__list__group__box {
    display: flex;
    align-items: center;
    width: 94%;
    margin: 0 auto;
  }
}
.contact__list__group__icon {
  padding: 40px 0 20px 0;
}
@media (max-width: 768px) {
  .contact__list__group__icon {
    width: 28%;
    margin-right: 2%;
    padding: 3.125vw 0 2.5vw 0;
  }
}
.contact__list__group__icon img {
  max-width: 85px;
  margin: auto;
}
.contact__list__group__text {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .contact__list__group__text {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .contact__list__group__text {
    font-size: 3.2vw;
    width: 70%;
    text-align: left;
  }
  .contact__list__group__text br {
    display: none;
  }
}
.contact__group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .contact__group {
    flex-direction: column;
  }
}
.contact__group h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .contact__group h3 {
    font-size: 3.7333333333vw;
  }
}
.contact__group_tosu {
  width: 50%;
  height: 445px;
  background: url(../images/bg_contact01.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact__group_tosu {
    width: 100%;
    height: 55.625vw;
  }
}
.contact__group_kitakyushu {
  width: 50%;
  height: 445px;
  background: url(../images/bg_contact02.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact__group_kitakyushu {
    width: 100%;
    height: 55.625vw;
  }
}
.contact__group_phone {
  background-color: #fff;
  border-radius: 50px;
  line-height: 77px;
  width: 460px;
  text-align: center;
  position: relative;
  margin-top: 20px;
  font-family: "Sen", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
}
@media (max-width: 768px) {
  .contact__group_phone {
    line-height: 9vw;
    width: 80%;
    font-size: 4.9333333333vw;
    margin-top: 2.5vw;
  }
}
.contact__group_phone::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_phone.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  margin: auto;
}
.contact__group_phone a {
  display: block;
  text-decoration: none;
}
.contact__group_mail {
  background-color: #fff;
  border-radius: 50px;
  line-height: 77px;
  width: 460px;
  text-align: center;
  position: relative;
  margin-top: 20px;
  font-family: "Sen", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
}
@media (max-width: 768px) {
  .contact__group_mail {
    line-height: 9vw;
    width: 80%;
    font-size: 3.3333333333vw;
    margin-top: 2.5vw;
  }
}
.contact__group_mail::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon_mail.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  margin: auto;
}
.contact__group_mail a {
  display: block;
  text-decoration: none;
}

.faq__heading {
  width: 625px;
  height: 200px;
  background: url("../images/mttl_faq_pc.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .faq__heading {
    width: 57.25vw;
    height: 20vw;
    background: url("../images/mttl_faq_sp.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    z-index: 2;
  }
}
.faq__heading__wrap {
  background: url(../images/mttl_bg_job.png) repeat;
}
.faq__heading__wrap .inner {
  position: relative;
}
.faq__heading__img {
  position: absolute;
  bottom: -80px;
  right: 0;
}
@media (max-width: 768px) {
  .faq__heading__img {
    width: 26.25vw;
    bottom: -5vw;
    right: 0;
  }
}
.faq__contents {
  background-color: #4dc4ff;
  padding: 50px 0 100px 0;
}
@media (max-width: 768px) {
  .faq__contents {
    padding: 5vw 0 12.5vw 0;
  }
}

.faq__wrap {
  background: #47acff;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .faq__wrap {
    padding: 6.25vw 0;
  }
}
.faq__wrap__inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.faq__menu {
  display: flex;
  flex-wrap: wrap;
}
.faq__menu li {
  width: 50%;
}
.faq__menu li a {
  display: block;
  width: 100%;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #000000;
  background: url(../images/faq_menu_pc.png) no-repeat;
  background-size: contain;
  text-decoration: none;
  font-weight: 700;
  font-size: 38px;
  color: #054f9f;
  text-indent: -2em;
}
@media (max-width: 1220px) {
  .faq__menu li a {
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    background-size: cover;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .faq__menu li a {
    background: url(../images/faq_menu_sp.png) no-repeat;
    background-size: contain;
    text-decoration: none;
    height: 15vw;
    line-height: 15vw;
    font-size: 4.6666666667vw;
    text-indent: -1em;
  }
}
.faq__menu li.active a {
  background: url(../images/faq_menu_current_pc.png) no-repeat;
  background-size: contain;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .faq__menu li.active a {
    background: url(../images/faq_menu_current_sp.png) no-repeat;
    background-size: contain;
  }
}
.faq__area {
  margin-top: -2px;
  border-top: 2px solid #054f9f;
  border-right: 4px solid #054f9f;
  border-left: 4px solid #054f9f;
  border-bottom: 4px solid #054f9f;
  display: none;
  opacity: 0;
  background: #fff;
  padding: 50px 20px;
}
@media (max-width: 768px) {
  .faq__area {
    margin-top: -3px;
    padding: 3.75vw 2.5vw;
    border-top: 1px solid #054f9f;
    border-right: 2px solid #054f9f;
    border-left: 2px solid #054f9f;
    border-bottom: 2px solid #054f9f;
  }
}
.faq__area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion-area {
  list-style: none;
  width: 96%;
  margin: 0 auto;
}
.accordion-area li {
  margin: 15px 0;
}
@media (max-width: 768px) {
  .accordion-area li {
    margin: 2.5vw 0;
  }
}
.accordion-area__box {
  display: none;
  background-color: #F2F2F2;
  padding: 30px;
}
@media (max-width: 1024px) {
  .accordion-area__box {
    padding: 2.5vw;
  }
}
.accordion-area table {
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.accordion-area table th {
  padding: 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}
.accordion-area table td {
  padding: 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.accordion-area table td a {
  text-decoration: none;
}
.accordion-area__block {
  padding-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .accordion-area__block {
    padding-bottom: 2.5vw;
  }
}
.accordion-area__block h4 {
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 768px) {
  .accordion-area__block h4 {
    font-size: 3.2vw;
  }
}
.accordion-area p a {
  text-decoration: none;
}

.faq_ttl {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  padding: 3% 0 3% 6%;
  transition: all 0.5s ease;
  background-color: #0a78c3;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .faq_ttl {
    font-size: 2.9333333333vw;
    padding: 5% 6.25vw 5% 9%;
    letter-spacing: 0;
  }
}
.faq_ttl span {
  font-size: 200%;
  position: absolute;
  top: 20%;
  left: 20px;
}
@media (max-width: 768px) {
  .faq_ttl span {
    font-size: 5.6vw;
    left: 2.5vw;
  }
}
.faq_ttl::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .faq_ttl::before {
    width: 5vw;
    height: 0.625vw;
    right: 2.5vw;
  }
}
.faq_ttl::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.4s;
}
@media (max-width: 768px) {
  .faq_ttl::after {
    right: 2.5vw;
    width: 5vw;
    height: 0.625vw;
  }
}
.faq_ttl.close::after {
  opacity: 0;
}

#page_top {
  position: fixed;
  right: 1%;
  z-index: 100;
  bottom: 10%;
  max-width: 80px;
}
@media (max-width: 479px) {
  #page_top {
    max-width: 10vw;
  }
}

.footer {
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 479px) {
  .footer {
    padding: 5vw 0;
  }
}

.copyright {
  font-size: 14px;
}
@media (max-width: 479px) {
  .copyright {
    font-size: 2.4vw;
  }
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

.loading img {
  width: 100px !important;
}

.hide-area {
  display: none;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}