@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
a:hover {
  opacity: 0.7;
}

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

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #272727;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.f-nova {
  font-family: "Nova Round", cursive;
}

.f-ubuntu {
  font-family: "Ubuntu", sans-serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  position: absolute;
  z-index: 9990;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-header__logo img {
  width: 160px;
  display: block;
}
.l-header__logo-txt {
  margin: 30px 0 0 40px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.2em;
}
.l-header-joblist {
  overflow: hidden;
  position: fixed;
  top: 100px;
  right: 0;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.l-header-joblist a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  background: #F86E6E;
}
.l-header-joblist a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #272727 transparent transparent transparent;
  position: absolute;
  right: -9px;
  bottom: -2px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .l-header-joblist a:hover {
    opacity: 1;
    background: #f75b5b;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 60px;
  }
  .l-header__logo-txt {
    margin: 11px 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .l-header-joblist {
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
    font-size: 11px;
  }
  .l-header-joblist a:before {
    border-width: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__logo-txt {
    margin: 14px 0 0 5px;
    font-size: 10px;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  background: #272727;
}
.l-footer p, .l-footer li {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.l-footer a, .l-footer span {
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
}
.l-footer a, .l-footer li, .l-footer div, .l-footer span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-inner {
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}
.l-footer-nav {
  overflow: hidden;
  display: table;
  margin: 0 auto 25px;
  padding: 0;
}
.l-footer-nav__item {
  color: #fff;
  float: left;
  text-align: center;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
}
.l-footer-nav__item + .l-footer-nav__item {
  position: relative;
  margin-left: 25px;
  padding-left: 25px;
}
.l-footer-nav__item + .l-footer-nav__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #fff;
  margin: auto;
}
.l-footer-nav__item a {
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-copyright {
  color: #9B9B9B;
  font-size: 13px;
  text-align: center;
  font-family: "Nova Round", cursive !important;
}
@media screen and (min-width: 769px) {
  .l-footer .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .hidden-sp {
    display: none;
  }
  .l-footer-inner {
    padding: 17px 25px 40px;
  }
  .l-footer-nav {
    display: block;
    margin: 0 auto 30px;
  }
  .l-footer-nav__item {
    float: none;
    border-bottom: 1px solid #9B9B9B;
    font-size: 13px;
    text-align: left;
  }
  .l-footer-nav__item a {
    display: block;
    padding: 14px 0;
  }
  .l-footer-nav__item + .l-footer-nav__item {
    padding-left: 0;
    margin-left: 0;
  }
  .l-footer-nav__item + .l-footer-nav__item:before {
    content: none;
  }
  .l-footer-copyright {
    text-align: left;
    font-size: 10px;
  }
}

.pagetop {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 100px;
  height: 100px;
  z-index: 9992;
  position: fixed;
  top: 0;
  right: 0;
  background: #272727;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gnavBtn:hover {
  opacity: 0.7;
}
.gnavBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gnavBtn span:nth-of-type(1) {
  top: 34px;
}
.gnavBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.gnavBtn span:nth-of-type(3) {
  bottom: 34px;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
          transform: translateY(15px) rotate(-45deg);
}
.gnavBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.gnavBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
          transform: translateY(-15px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    width: 60px;
    height: 60px;
  }
  .gnavBtn span {
    width: 30px;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 20px;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 20px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
}

.l-nav {
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 9991;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-nav.is-open {
  right: 0;
}
.l-nav.is-open .l-nav-overlay {
  left: 0;
  width: 100%;
}
.l-nav-inner {
  width: 100%;
  height: 100%;
  padding: 150px 45px;
  background: url("../img/bg_gradation01.png") no-repeat right top/cover;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
.l-nav-list__item {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
}
.l-nav-list__item-en {
  display: block;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}
.l-nav-joblist {
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
  color: #fff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.2em;
}
.l-nav-joblist a {
  position: relative;
  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: 80px;
  background: #F86E6E;
}
.l-nav-joblist a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #272727 transparent transparent transparent;
  position: absolute;
  right: -9px;
  bottom: -2px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-nav-overlay {
  cursor: pointer;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
  background: rgba(39, 39, 39, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-nav-joblist a:hover {
    opacity: 1;
    background: #f75b5b;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    right: -280px;
    width: 280px;
  }
  .l-nav-inner {
    padding: 105px 20px 30px;
  }
  .l-nav-list__item {
    margin-bottom: 32px;
    font-size: 12px;
  }
  .l-nav-list__item-en {
    font-size: 32px;
  }
  .l-nav-joblist {
    max-width: 240px;
    margin-top: 40px;
    font-size: 18px;
  }
  .l-nav-joblist a {
    height: 56px;
  }
  .l-nav-joblist a:before {
    border-width: 10px 10px 0 10px;
  }
}

/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
  margin-bottom: 200px;
  padding: 0 0 40px;
  background: url("../img/bg_mv01.jpg") repeat-x center bottom;
  background-size: auto 40px;
}
.l-mv__txt {
  position: absolute;
  z-index: 2;
  width: 50%;
  left: 100px;
  max-width: 764px;
  bottom: 40px;
}
.l-mv-imgBox {
  width: calc(100% - 100px);
  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;
}
.l-mv-imgBox img {
  width: 25%;
  height: 96vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-mv-imgBox img:first-child {
  background: #FF9C47;
}
.l-mv-imgBox img:nth-child(2) {
  background: #FFD349;
}
.l-mv-imgBox img:nth-child(3) {
  background: #97DB5A;
}
.l-mv-imgBox img:nth-child(4) {
  background: #6DB9EB;
}
.l-mv-scroll {
  width: 20px;
  line-height: 22px;
  height: 280px;
  color: #F86E6E;
  position: absolute;
  right: 37px;
  bottom: 40px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.l-mv-scroll span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.l-mv-scroll:before {
  content: "";
  width: 1px;
  height: 165px;
  background: #F86E6E;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: arrow 3s infinite;
  animation: arrow 3s infinite;
}
@media screen and (max-width: 768px) {
  .l-mv {
    margin-bottom: 30px;
    padding: 0 0 16px;
    background-size: auto 16px;
  }
  .l-mv__txt {
    width: 80%;
    top: 37%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
  }
  .l-mv-imgBox {
    width: 100%;
  }
  .l-mv-imgBox img {
    width: 100%;
    height: auto;
  }
}

@-webkit-keyframes arrow {
  0%, 100% {
    height: 0;
    bottom: 165px;
  }
  35% {
    height: 165px;
    bottom: 0;
  }
  70% {
    height: 0;
    bottom: 0;
  }
}
@keyframes arrow {
  0%, 100% {
    height: 0;
    bottom: 165px;
  }
  35% {
    height: 165px;
    bottom: 0;
  }
  70% {
    height: 0;
    bottom: 0;
  }
}
/*============================================================================================================
	main
============================================================================================================*/
.c-tit01 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.c-tit01__en {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 100px;
  font-family: "Nova Round", cursive;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.c-tit01__en.is-purple {
  color: #6542B5;
}
.c-tit01__en.is-orange {
  color: #ED6D00;
}
.c-tit01__en.is-green {
  color: #6EB92B;
}
.c-tit01.is-white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    font-size: 14px;
  }
  .c-tit01__en {
    margin-bottom: 9px;
    font-size: 40px;
  }
}

/*------------------------------------------
	.secMessage
------------------------------------------*/
.secMessage {
  margin-bottom: 180px;
}
.secMessage-inner {
  position: relative;
  max-width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 170px;
}
.secMessage__tit {
  position: absolute;
  top: 0;
  left: -10px;
  color: #FAE2E2;
  font-size: 100px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.secMessage-txtBox {
  width: 40.5%;
  min-width: 570px;
  margin: 0 auto 0 0;
}
.secMessage__lead {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 900;
  font-size: 44px;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
.secMessage__lead-bg {
  display: table;
  padding: 14px;
  background: #F86E6E;
}
.secMessage__lead-bg + .secMessage__lead-bg {
  margin-top: 25px;
}
.secMessage__lead-img {
  width: 311px;
  margin: 0 20px;
}
.secMessage__txt01 {
  width: 395px;
  margin: -55px auto 0 215px;
}
.secMessage__txt02 {
  font-weight: 700;
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .secMessage-imgBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 44.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .secMessage-imgBox img {
    width: calc(50% - 6px);
  }
  .secMessage-imgBox img:first-of-type {
    width: 100%;
  }
  .secMessage-imgBox img:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  .secMessage-inner {
    padding-left: 140px;
  }
  .secMessage-txtBox {
    width: 47%;
    min-width: auto;
  }
  .secMessage__lead {
    font-size: 30px;
  }
  .secMessage__lead-img {
    width: 230px;
  }
  .secMessage__txt01 {
    width: 260px;
    margin: -33px auto 0 150px;
  }
  .secMessage__txt02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .secMessage {
    margin-bottom: 0;
    padding: 50px 0 15px;
  }
  .secMessage-inner {
    display: block;
    padding-left: 30px;
  }
  .secMessage__tit {
    position: absolute;
    top: 0;
    left: 18px;
    margin: 0;
    font-size: 30px;
  }
  .secMessage-txtBox {
    width: 100%;
    min-width: auto;
  }
  .secMessage__lead {
    font-size: 16px;
    margin: 0 0 0 45px;
  }
  .secMessage__lead-bg {
    padding: 5px 9px;
  }
  .secMessage__lead-bg + .secMessage__lead-bg {
    margin-top: 5px;
  }
  .secMessage__lead-img {
    width: 116px;
    margin: 0 10px 0;
  }
  .secMessage__txt01 {
    width: 180px;
    margin: -21px auto 14px 147px;
  }
  .secMessage__txt02 {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.3;
  }
  .secMessage-imgBox {
    overflow: hidden;
    margin: 0 auto 25px;
  }
  .secMessage-imgBox img {
    width: 29%;
    float: left;
  }
  .secMessage-imgBox img:first-of-type {
    width: 69%;
    margin-right: 5px;
  }
  .secMessage-imgBox img:nth-of-type(3) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  .secMessage__lead {
    margin-left: 0;
    font-size: 21px;
  }
  .secMessage__lead-img {
    width: 150px;
  }
  .secMessage__txt01 {
    width: 160px;
    margin: -18px auto 25px 95px;
  }
}

/* animation */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
.passing .passing-box {
  display: block;
}

@media screen and (max-width: 768px) {
  .passing .passing-box {
    margin-left: 35px;
  }
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #F86E6E;
}

.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease 0.5s 1 normal forwards;
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

/*------------------------------------------
	.secAbout
------------------------------------------*/
.secAbout {
  padding: 30px 0 0;
  background: linear-gradient(to bottom, transparent 440px, #8061C9 440px);
  position: relative;
  z-index: 1;
}
.secAbout__tit {
  margin-bottom: 75px;
}
.secAbout-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 70px;
}
.secAbout-list__item {
  width: 25%;
  padding: 50px 10px;
}
.secAbout-list__item:nth-of-type(1) {
  background: #FF9C47;
}
.secAbout-list__item:nth-of-type(2) {
  background: #FFD349;
}
.secAbout-list__item:nth-of-type(3) {
  background: #97DB5A;
}
.secAbout-list__item:nth-of-type(4) {
  background: #6DB9EB;
}
.secAbout-list__txt {
  height: 70px;
  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;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  line-height: 1.55;
}
.secAbout-list__img {
  width: 150px;
  display: block;
  margin: 0 auto 20px;
}
.secAbout__txt {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 5px;
  color: #fff;
  font-weight: 700;
  line-height: 2.59;
}
.secAbout__btn {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  -webkit-transform: translateY(65px);
          transform: translateY(65px);
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2em;
}
.secAbout__btn a {
  position: relative;
  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: 130px;
  background: #F86E6E;
}
.secAbout__btn a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #272727 transparent transparent transparent;
  position: absolute;
  right: -9px;
  bottom: -2px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .secAbout__btn a:hover {
    opacity: 1;
    background: #f75b5b;
  }
}
@media screen and (max-width: 768px) {
  .secAbout {
    padding: 60px 0 0;
    background: linear-gradient(to bottom, transparent 235px, #8061C9 235px);
  }
  .secAbout__tit {
    margin-bottom: 35px;
  }
  .secAbout-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .secAbout-list__item {
    width: 50%;
    padding: 30px 2px 25px;
  }
  .secAbout-list__txt {
    height: auto;
    min-height: 40px;
    font-size: 12px;
  }
  .secAbout-list__img {
    width: 82px;
    margin-bottom: 10px;
  }
  .secAbout__txt {
    max-width: none;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.86;
  }
  .secAbout__btn {
    max-width: 205px;
    font-size: 18px;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
  .secAbout__btn a {
    height: 56px;
  }
  .secAbout__btn a:before {
    border-width: 10px 10px 0 10px;
  }
}

/*------------------------------------------
	.secInterview
------------------------------------------*/
.secInterview {
  padding: 265px 0 0;
  background: url("../img/interview/bg_interview01.png") no-repeat right top;
  position: relative;
  z-index: 0;
}
.secInterview__catch {
  width: 504px;
  margin: 0 auto 10px;
}
.secInterview__tit {
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) and (max-width: 1920px) {
  .secInterview {
    background-position: right calc(50% - 370px) top;
  }
}
@media screen and (max-width: 768px) {
  .secInterview {
    padding: 108px 0 0;
    background-size: 188px;
  }
  .secInterview__catch {
    width: 90%;
    max-width: 257px;
  }
  .secInterview__tit {
    margin-bottom: 55px;
  }
}

.secInterview-top {
  padding-bottom: 25px;
  background: url("../img/interview/bg_interview02.png") no-repeat left bottom;
}
.secInterview-top__img {
  display: block;
  width: 368px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1920px) {
  .secInterview-top {
    background-position: left calc(50% - 570px) bottom;
  }
}
@media screen and (max-width: 768px) {
  .secInterview-top {
    padding-bottom: 0;
    background-size: 188px;
  }
  .secInterview-top__img {
    width: 186px;
  }
}

.secInterview-front__item img {
  width: 100%;
}
.secInterview-front__item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .secInterview-front {
    margin-bottom: 210px !important;
  }
  .secInterview-front__item {
    width: 480px !important;
  }
}
@media screen and (max-width: 768px) {
  .secInterview-front {
    margin-bottom: 80px !important;
  }
  .secInterview-front__item {
    width: 240px !important;
  }
}

.secInterview-content {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 10px 80px;
  background: #fff;
}
.secInterview-content-top {
  margin-bottom: 60px;
}
.secInterview-content-top img {
  width: 100%;
}
.secInterview-content-comment {
  margin: 0 auto 20px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.secInterview-content-comment-box {
  width: 47.5%;
  margin-bottom: 40px;
}
.secInterview-content-comment__tit {
  position: relative;
  margin-bottom: 20px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 5px 83px;
  border-bottom: 1px solid #272727;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
}
.secInterview-content-comment__tit:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #272727;
  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;
  content: "Q";
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  font-family: "Nova Round", cursive;
}
.secInterview-content-comment__bigTxt {
  padding: 5px;
  border: 2px solid #272727;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
}
.secInterview-content-comment__bigTxt-small {
  display: inline-block;
  font-size: 12px;
}
.secInterview-content-comment__txt {
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .secInterview-content {
    padding: 5px 5px 50px;
  }
  .secInterview-content-top {
    margin-bottom: 30px;
  }
  .secInterview-content-comment {
    display: block;
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .secInterview-content-comment-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .secInterview-content-comment__tit {
    margin-bottom: 10px;
    padding-left: 65px;
    font-size: 14px;
    min-height: 50px;
  }
  .secInterview-content-comment__tit:before {
    width: 50px;
    font-size: 24px;
  }
  .secInterview-content-comment__bigTxt {
    font-size: 18px;
  }
  .secInterview-content-comment__bigTxt-small {
    font-size: 10px;
  }
  .secInterview-content-comment__txt {
    font-size: 12px;
  }
}

/* slider - js */
.js-interview-slider .slick-slide {
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.js-interview-slider .slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* popup - js */
body .mfp-bg {
  z-index: 9993;
  opacity: 0.45;
  background: #000;
}

body .mfp-wrap {
  z-index: 9994;
}

body .mfp-container {
  padding: 0;
}

body .mfp-content {
  position: static;
  padding: 40px 15px;
}
@media screen and (max-width: 768px) {
  body .mfp-content {
    padding: 15px;
  }
}

.mfp-close.modalClose01,
.mfp-close.modalClose02 {
  cursor: pointer;
  opacity: 1;
  z-index: 3;
}

.mfp-close.modalClose01 {
  position: absolute;
  top: 20px !important;
  right: 20px;
  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;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #fff !important;
  background: #272727;
  border-radius: 50%;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .mfp-close.modalClose01 {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: 10px !important;
    right: 10px;
  }
}

.mfp-close.modalClose02 {
  overflow: hidden;
  position: relative;
  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;
  width: 320px;
  max-width: 90%;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #272727;
  color: #272727 !important;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-family: "Nova Round", cursive;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-close.modalClose02:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #272727 transparent transparent transparent;
  position: absolute;
  right: -10px;
  bottom: -3px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .mfp-close.modalClose02:hover {
    background-color: #F86E6E;
    color: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .mfp-close.modalClose02 {
    height: 56px;
  }
  .mfp-close.modalClose02:before {
    border-width: 10px 10px 0 10px;
  }
}

/*	.secInterview-questionnaire
------------------------------------------*/
.secInterview-questionnaire {
  padding: 0 0 105px;
  background: url("../img/interview/bg_interview03.jpg") no-repeat center/cover;
}
.secInterview-questionnaire__tit {
  width: 640px;
  margin: 0 auto 20px;
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}
.secInterview-questionnaire-list {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.secInterview-questionnaire-list__item {
  width: 46.5%;
  margin-bottom: 20px;
}
.secInterview-questionnaire-list__item:nth-of-type(even) {
  margin-top: 55px;
}
.secInterview-questionnaire-list__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secInterview-questionnaire {
    padding-bottom: 35px;
  }
  .secInterview-questionnaire__tit {
    width: 100%;
    max-width: 325px;
    margin-bottom: 10px;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .secInterview-questionnaire-list {
    display: block;
  }
  .secInterview-questionnaire-list__item {
    width: 67%;
    margin-bottom: 10px;
  }
  .secInterview-questionnaire-list__item:nth-of-type(even) {
    margin-top: 0;
    margin-left: auto;
  }
}

/*------------------------------------------
	.secOffice
------------------------------------------*/
.secOffice {
  padding: 180px 0;
}
.secOffice__tit {
  margin-bottom: 77px;
}
.secOffice-box {
  border: 4px solid #272727;
  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;
}
.secOffice-box + .secOffice-box {
  margin-top: 40px;
}
.secOffice-box-mapBox {
  width: 45%;
  height: 390px;
}
.secOffice-box-mapBox iframe {
  width: 100%;
  height: 100%;
}
.secOffice-box-csBox {
  width: 100%;
  height: 398px;
}
.secOffice-box-txtBox {
  width: 48.5%;
}
.secOffice-box__tit {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
}
.secOffice-box__txt {
  margin-bottom: 35px;
}
.secOffice-box__txt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .secOffice {
    padding: 80px 0;
  }
  .secOffice__tit {
    margin-bottom: 37px;
  }
  .secOffice-box {
    display: block;
    border-width: 2px;
  }
  .secOffice-box + .secOffice-box {
    margin-top: 20px;
  }
  .secOffice-box-mapBox {
    width: 100%;
    height: 200px;
  }
  .secOffice-box-csBox {
    width: 100%;
    height: auto;
  }
  .secOffice-box-txtBox {
    width: 100%;
    padding: 28px 30px;
  }
  .secOffice-box__tit {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .secOffice-box__txt {
    margin-bottom: 32px;
    font-size: 13px;
  }
}

.go-list-btn {
  overflow: hidden;
  width: 640px;
  margin: 85px auto 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2em;
}
.go-list-btn a {
  position: relative;
  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: 130px;
  background: #F86E6E;
}
.go-list-btn a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #272727 transparent transparent transparent;
  position: absolute;
  right: -9px;
  bottom: -2px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .go-list-btn a:hover {
    opacity: 1;
    background: #f75b5b;
  }
}
@media screen and (max-width: 768px) {
  .go-list-btn {
    width: 205px;
    margin-top: 32px;
    font-size: 18px;
  }
  .go-list-btn a {
    height: 56px;
  }
  .go-list-btn a:before {
    border-width: 10px 10px 0 10px;
  }
}

/*------------------------------------------
	.secProfile
------------------------------------------*/
.secProfile {
  padding: 100px 0 87px;
  background: url("../img/bg_gradation02.png") no-repeat center/cover;
}
.secProfile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.secProfile__tit {
  width: 40%;
}
.secProfile-data {
  width: 39%;
}
.secProfile-data table th, .secProfile-data table td {
  padding: 11px 0;
  color: #fff;
  vertical-align: top;
}
.secProfile-data table th {
  width: 135px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .secProfile__tit {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .secProfile {
    padding: 60px 0 45px;
    background-image: url("../img/bg_gradation02.png");
  }
  .secProfile-inner {
    display: block;
  }
  .secProfile__tit {
    width: 100%;
    margin: 0 auto 21px;
  }
  .secProfile-data {
    width: 100%;
  }
  .secProfile-data table th, .secProfile-data table td {
    padding: 14px 0;
    font-size: 14px;
  }
  .secProfile-data table th {
    width: 80px;
  }
}

/*------------------------------------------
	scrool action
------------------------------------------*/
.js-view {
  -webkit-transition: opacity 1s ease, -webkit-transform 1.5s ease;
  transition: opacity 1s ease, -webkit-transform 1.5s ease;
  transition: opacity 1s ease, transform 1.5s ease;
  transition: opacity 1s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.js-view.is-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-view.is-fadeInUp.is-scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .js-view.is-fadeInUp {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .js-view.is-sp-off {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=style.css.map */