@charset "UTF-8";

/*================================
bace css
================================*/
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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
  display: block;
}
/* input,
select {
    vertical-align: middle;
} */

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-size: 15px;
  width: 100%;
  overflow-x: scroll;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #f7f6f0;
  z-index: -2;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
ul,
li,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  letter-spacing: normal;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
}
li::marker {
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
  opacity: .5;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
label {
  cursor: pointer;
}
main {
  overflow: hidden;
}
.alc {
  text-align: center !important;
}
.all {
  text-align: left !important;
}
.alr {
  text-align: right !important;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clr {
  zoom: 1;
}
.clr:after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
.clearboth {
  clear: both !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.not_btn{
  pointer-events: none
}
h2 {
  font-size: 36px;
  font-family: 'Zen Kaku Gothic New', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
h4 {
  font-weight: normal;
}
/*================================
common css
================================*/
.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
main {
  display: block;
  position: relative;
  padding: 0;
  z-index: 0;
}
/* inviewContents関連
=======================*/
.inviewContents {
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.inviewRight {
  opacity: 0;
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.inviewLeft {
  opacity: 0;
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.fadein {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* header
============================================*/
header .pc .flex{
  position: fixed;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
header .logo{
  width: 18%;
  max-width: 260px;
  min-width: 180px;
  margin-left: 4%;
}
header .nav_sp{
  display: none;
}
header .nav_pc{
  width: 80%;
}
header .nav_pc .nav01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
header .nav_pc .nav01 > li{
  margin-right: 5%;
  position: relative;
}
header .nav_pc .nav01 > li.ntt_logo{
  width: 8%;
  padding: 0;
  margin-right: 5%;
  min-width: 100px;
}
header .nav_pc .nav01 > li .menu02 {
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
header .nav_pc .nav01 > li:hover .menu02{
  visibility: visible;
  opacity: 1;
}
header .nav_pc .nav01 > li .menu02 .menu02Wrap li{
  background: rgba(255,255,255,0.9);
  border-bottom: 3px solid #faa708;
  padding: 10px 15px;
}
header .nav_pc .nav01 > li a{
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
header .nav_pc .nav01 > li .menu02 .menu02Wrap{
  position: absolute;
  width: 230px;
  top: 47px;
  left: -15px;
}
header .nav_entry{
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}
header .nav_entry .nav02{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header .nav_entry .nav02 li{
  width: 50%;
}
header .nav_entry .nav02 li a{
  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;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  background: #fe7d4b;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  border: 3px solid #fff;
  border-right: none;
}
header .nav_entry .nav02 li:last-child a{
  background: #00e3c0;
  border-top: none;
}
@media screen and (max-width: 768px){
  header .nav_entry .nav02 li:last-child a{
    border: 3px solid #fff;
  }
}
.top_btn {
  position: fixed;
  width: 60px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.active {
  opacity: 1;
  visibility: visible;
}
.recruit{
  background: url("../img/recruit_bg.jpg") no-repeat top center / cover;
  color: #fff;
  padding: 80px 0;
}
.recruit a{
  color: #fff;
}
.recruit h2{
  font-size: 62px;
  letter-spacing: 2px;
}
.recruit h3{
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.recruit .btn_list01, .btn_list02{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recruit .btn_list01{
  margin-bottom: 40px;
}
.recruit .btn_list01 li{
  width: 30%;
}
.recruit .btn_list01 li a{
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  background: #000;
  padding: 20px 60px 20px 20px;
  position: relative;
}
.recruit .btn_list01 li:first-child a{
  font-size: 24px;
}
.recruit .btn_list01 li a::after, .recruit .btn_list02 a::after{
  content: "";
  position: absolute;
  background: url("../../common/img/arrow01_white.png") no-repeat center center / contain;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
}
.recruit .btn_list01 li a span{
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.recruit .btn_list02 li{
  width: 48%;
}
.recruit .btn_list02 li a{
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  background: #fe7d4b;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.recruit .btn_list02 li:last-child a{
  background: #00e3c0;
}
footer {
  padding: 45px 0 20px;
}
footer h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}
footer h2 a {
  color: #fe7d4b;
}
footer .footer_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
footer .footer_list ul {
  width: 20%;
}
footer .footer_list ul li {
  margin-bottom: 10px;
}
footer .footer_list ul li:first-child a {
  color: #fe7d4b;
}
/* footer .footer_list ul:last-of-type {
  text-align: center;
} */
/* footer .footer_list ul:last-of-type li:first-child a {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  color: #fe7d4b;
  border: 1px solid #fe7d4b;
  padding: 15px;
} */
footer .footer_list ul:last-of-type li:last-child a {
  position: relative;
}
footer .footer_list ul:last-of-type li:last-child a::after {
  content: "";
  position: absolute;
  background: url("../img/icon01.png") no-repeat center center / contain;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -20px;
}
.footer_copy {
  font-size: 12px;
  text-align: center;
  padding: 5px 0 0;
}
/*==================================================
背景色が伸びて出現（テキストアニメーション）
===================================*/
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
  animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
  animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
  animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #faa708;
  /*伸びる背景色の設定*/
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}
/*================================
画像アニメーション
================================*/
.Item-Box {
  overflow: hidden;
}
.Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.Item-Box-ImgBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.Item-Box.isShow .Item-Box-ImgBox:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.Item-Box-ImgBox-Img {
  width: 100%;
  padding-top: 62.5%;
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
/*================================
背景色アニメーション
================================*/
.Item-bg {
  overflow: hidden;
}
.Item-Box-ImgBox-Img {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.Item-bg.isActive .Item-Box-ImgBox-Img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.Item-Box-ImgBox-Img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  /*黒ブロックの色指定*/
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.Item-bg.isActive .Item-Box-ImgBox-Img:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.Item-Box-ImgBox-Img-Img {
  width: 100%;
  padding-top: 62.5%;
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -o-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}


@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    min-width: 320px;
    overflow-x: hidden;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  /*================================
    header
    ================================*/
  header .nav_pc{
    display: none;
  }
  .navOpen{
    overflow: hidden;
  }
  header{
    position: fixed;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #fff;
    z-index: 9999;
  }
  header .sp_header {
    height: 60px;
    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;
    max-width: 86%;
  }
  header h1{
    width: 58%;
    max-width: 190px;
    margin-left: 5%;
  }
  header .sp_header .ntt_logo{
    width: 28%;
    max-width: 95px;
    margin-left: 15px;
  }
  header .menuBtn{
    display: block;
    width: 30px;
    height: 22px;
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 9999;
  }
  .open header .menuBtn{
    display: block;
    line-height: 30px;
    text-align: center;
    z-index: 999;
  }
  header .menuBtn span{
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    border-radius: 5px;
    transition: all 0.3s;
    transform: rotate(0deg);
  }
  header .menuBtn span.middle{
    transform: translateY(6px);
  }
  header .menuBtn span.bottom{
    transform: translateY(12px);
  }
  .navOpen header .menuBtn span{
    background: #000;
  }
  .navOpen header .menuBtn span.middle{
    background: rgba(255, 255, 255, 0);
  }
  .navOpen header .menuBtn span.top{
    transform: rotate(-45deg) translate(-5px,9px);
  }
  .navOpen header .menuBtn span.bottom{
    transform: rotate(45deg) translate(6px,2px);
  }
  header nav {
    width: 100%;
    padding: 0;
    border: none;
  }
  header nav > ul{
    width: 100%;
    height: 100%;
  }
  header nav > ul > li{
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #000;
    font-weight: bold;
  }
  header nav > ul > li:first-child{
    border-top: 1px solid #000;
  }
  header nav ul li a{
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6em;
    color: #000; 
    position: relative;
  }
  header nav ul li ul.submenu {
    display: none;
    position: relative;
    padding: 0;
    z-index: 1001;
  }
  header nav ul li ul.submenu li{
    border-top: 1px solid #3c3c3c;
  }
  header nav ul li ul.submenu li a {
    padding: 10px 0 10px 30px;
    font-size: 12px;
    position: relative;
  }
  header nav ul li a .nav_arrow{
    position: relative;
  }
  header nav ul li a .nav_arrow::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    right: -15px;
    top: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(45deg);
  }
  header nav ul li .submenuBtn{
    color: #555;
    background: #faa708;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 10;
    width: 42px;
    height: 42px;
    text-align: center;
  }
  header nav ul li .submenuBtn::after{
    display: block;
    content: "";
    width: 12px;
    height:12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8.5px 0 0 -6px;
    transition: all 0.3s;
  }
  header nav ul li .submenuBtn.open::after{
    transform: rotate(135deg);
    margin-top: -3px;
  }
  header nav ul li .submenuBtn02 .submenuBtn.open::after{
    transform: rotate(135deg);
    margin-top: -3px;
  }
  header nav ul li .submenuBtn02.open .submenuBtn::after{
    transform: rotate(135deg);
    margin-top: -3px;
  }
  header .menuBG{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateX(100%);
    background: rgba(255,255,255,0.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 100;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px;
  }
  /* 開閉用ボタンがクリックされた時のスタイル */
  .navOpen header .menuBG {
    transform: translateX(0%);
  }
  header nav .btn_list_sp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto;
  }
  header nav .btn_list_sp li{
    width: 45%;
    border-top: none !important;
    border-bottom: none;
    text-align: center;
  }
  header nav .btn_list_sp li a{
    display: block;
    color: #fff;
    padding: 20px 0;
    background: #fe7d4b;
  }
  header nav .btn_list_sp li:last-child a{
    background: #00e3c0;
  }
  header #nav_entry{
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  header #nav_entry.active {
    opacity: 1;
    visibility: visible;
  }
  header .nav_entry .nav02{
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  header .nav_entry .nav02 li a{
    padding: 16px;
  }
  .top_btn {
    position: absolute;
    width: 50px;
    right: 10px;
    top: -60px;
    z-index: 999;
  }
  .recruit{
    background: url("../img/recruit_bg_sp.jpg") no-repeat bottom center / cover;
    padding: 60px 0;
  }
  .recruit{
    color: #fff;
    padding: 80px 0;
  }
  .recruit h2 {
    font-size: 34px;
  }
  .recruit h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .recruit .btn_list01, .recruit .btn_list02{
    display: block;
  }
  .recruit .btn_list01:last-child{
    margin-bottom: 0;
  }
  .recruit .btn_list01 li, .recruit .btn_list02 li{
    width: 100%;
    margin-bottom: 30px;
  }
  .recruit .btn_list02 li a{
    padding: 30px 0;
  }
  .recruit .btn_list01 li a::after, .recruit .btn_list02 a::after{
    width: 30px;
    height: 30px;
  }
  footer {
    padding: 40px 0 70px;
  }
  footer h2 a{
    font-weight: bold;
  }
  footer .footer_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  footer .footer_list ul{
    width: 48%;
    margin-bottom: 30px;
  }
  footer .footer_list ul:last-of-type{
    width: 100%;
  }
  footer .footer_list ul li:first-child a{
    font-weight: bold;
  }
  footer .footer_list ul:last-of-type li:first-child a{
    width: 100%;
  }
  footer .footer_copy {
    font-size: 12px;
  }
}