@charset "UTF-8";
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}
.sp{
  display: none;
}
select,button,input,textarea,button {
	border: 1px solid #333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*table,td,th {
	border: 1px solid #333;
}*/
td,th {
	line-height: 1.5;
	padding: 0.3em 0.4em;
}
th {
	font-weight: bold;
	font-size: 1.05em;
}
html {
	font-size: 100%;
	background-color: #ffffff;
	word-break: break-word;
}
body {
	min-height: 100vh;
	color: #000000;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
	background-color: #ffffff;
}
hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 1em 0;
	height: 0;
	border-top: 1px solid #ccc;
}
button:disabled {
	cursor: default;
}
a,a:active,a:link,a:visited {
	text-decoration: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,dialog,hr,img {
	display: block;
}
audio,canvas,iframe,img,svg,video {
	display: inline-block;
	vertical-align: middle;
}
[hidden],dialog:not([open]),template {
	display: none;
}
button,input,select,textarea {
	font-family: inherit;
	border-radius: 0;
}
textarea {
	resize: vertical;
}
audio,canvas,progress,video {
	display: inline-block;
}
input,select {
	vertical-align: middle;
}
button {
	vertical-align: inherit;
	line-height: inherit;
	cursor: pointer;
}
button,select {
	text-transform: none;
}
code,kbd,pre,samp {
	font-family: monospace, sans-serif;
	font-size: 1em;
}
mark {
	background-color: #ff0;
}
small {
	font-size: 80%;
}
sub,sup {
	position: relative;
	font-size: 70%;
	line-height: 0;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
ul {
	list-style: none;
}
picture,img {
	width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
svg:not(:root) {
	overflow: hidden;
}
a{
	color: inherit;
		-moz-transition: all 0.26s ease-out;
	-o-transition: all 0.26s ease-out;
	-webkit-transition: all 0.26s ease-out;
	-ms-transition: all 0.26s ease-out;
}
a:hover{
	opacity: 0.5;
	-moz-transition: all 0.26s ease-out;
	-o-transition: all 0.26s ease-out;
	-webkit-transition: all 0.26s ease-out;
	-ms-transition: all 0.26s ease-out;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef{
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
html {
  width: 100%;
  font-size: calc(100vw / 1366 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 428 * 10);
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.15em;
  background-color: #fff;
  color: #272727;
}

@media only screen and (min-width: 900px) {
::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #421e0c;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #421e0c;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !important; }
.is_tb_wt { display: block !important; }
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
}

.f_en{
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_blue{color: #84AFBC;}
.c_orange{color: #F7BA33;}
.c_pink{color: #F54A34;}

.f_blue{fill: #84AFBC;}
.f_orange{fill: #F7BA33;}
.f_pink{fill: #F54A34;}
/*-----------------------------------------------------------

Loading

-------------------------------------------------------------*/
.body_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: #f4ed52;
  transition: opacity .8s, visibility .8s;
  z-index: 10000;
}
.is-loaded .js-loader{
    visibility: hidden;
    opacity: 0;
  }
.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 43rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.js-loader-progress .js-loader{
  visibility: hidden;
  opacity: 0;
}
.loaderInnerL{
  width: 7.7rem;
  margin-bottom: 4rem;
}
.loaderInnerR{
  width: 32rem;
}
.loaderInnerR_txt{
  font-size: 1rem;
  margin-bottom: 1rem;
}
.loaderInnerRProgressWrap{
  height: 0.2rem;
  border-radius: 50px;
  background: #fff;
}
.js-loader-progress-bar {
  height: 100%;
  border-radius: 50px;
  background: #000;
  width: 0;
  transition: width .4s;
}
.js-loader-progress-number {
  display: none;
}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
.header{
  position: relative;
  z-index: 1000;
}
.h_logo{
  position: absolute;
  left: 10rem;
  top: 2rem;
  width: 5rem;
  display: block;
}
.navFixed{
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 6rem;
  background: #f4ed52;
}
.navTglOpen{
  line-height: 1;
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.navTglOpen p{
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.navTglOpen p:before {
  content: "";
  width: 1px;
  height: 10rem;
  background: #000;
  position: absolute;
  left: 0.6rem;
  top: -11rem;
}
.navTglOpen p:after {
  content: "";
  width: 1px;
  height: 10rem;
  background: #000;
  position: absolute;
  left: 0.6rem;
  bottom: -11rem;
}

/* hmb menu */
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  left: -200rem;
  width: 50%;
  height: 100%;
  opacity: 1;
  transition: 2s ease-out;
  padding-bottom: 0rem;
  display: block;
  background: #f4ed52;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #000;
  left: 0;
  top: 0;
  margin: auto;
  transition: 0.8s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  display: block;
}
.navTglClose{
  width: 6rem;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  right: 1rem;
}
.navBoxInner{
  width: 90%;
  margin: 0 auto;
}
.navBoxLogo{
  display: block;
  width: 5rem;
  position: relative;
  top: 2rem;
}
.navBoxInnerList{
  width: 80%;
  margin: 7rem auto;
}
.navBoxInnerList_item{
  margin-bottom: 5rem;
}
.navBoxInnerList_itemLink{
  display: block;
  line-height: 1;
}
.navBoxInnerList_itemLink_en{
  font-size: 3rem;
  margin-bottom: 1rem;
}
.navBoxInnerList_itemLink_jp{
  font-size: 2rem;
}
.navBoxInnerBtmList{
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}
.navBoxInnerBtmList li{
  width: 2rem;
  margin-right: 4rem;
}
.navBoxInnerBtmList li:nth-child(2){
  width: 1.5rem;
}
.navBoxInnerBtmList li a{
  display: block;
  line-height: 1;
}
.navBoxInnerBtmList li.navEntry{
  width: 40%;
  margin-left: 3rem;
}
.navBoxInnerBtmList li.navEntry a{
  width: 100%;
}
.navBoxInnerBtmList li.navEntry button{
  width: 100%;
  background-color: #000;
  color: #f4ed52;
  padding: 1.5rem;
  width: 100%;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer{
  background: #f4ed52;
  padding: 4rem 0;
}
.footerInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerInnerL{
  width: 60%;
  display: flex;
  align-items: center;
}
.footerInnerL_logo{
  width: 5rem;
  display: block;
  margin-right: 2rem;
}
.footerInnerL_txtbox{
  font-weight: 500;
}
.footerInnerL_txt01{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.footerInnerL_txt02{
  font-size: 1.3rem;
  line-height: 1.4;
}

.footerInnerR{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
  margin: 0 auto;
}
.footerInnerR li{
  width: 2rem;
  margin-left: 4rem;
}
.footerInnerR li:nth-child(2){
  width: 1.5rem;
}
.footerInnerR li a{
  display: block;
  line-height: 1;
}
.copyRight{
  position: fixed;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 0.2em;
  right: 2rem;
  bottom: 6rem;
  font-size: 1.2rem;
  color: #999999;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  left: -200rem;
  width: 50%;
  height: 100%;
  opacity: 1;
  transition: 2s ease-out;
  padding-bottom: 3rem;
  display: block;
  background: #f4ed52;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.header{
  position: relative;
  z-index: 1000;
}
.h_logo{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20rem;
  width: 8rem;
  display: block;
}
.navFixed{
  position: fixed;
  height: auto;
  left: unset;
  right: 2rem;
  top: 2rem;
  width: 5rem;
  background: #f4ed52;
}
.navTglOpen{
  line-height: 1;
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.navTglOpen p{
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 0.2em;
  width: 100%;
}
.navTglOpen p:before {
  content: "";
  width: 1px;
  height: 10rem;
  background: #000;
  position: absolute;
  left: 0.6rem;
  top: -11rem;
  display: none;
}
.navTglOpen p:after {
  content: "";
  width: 1px;
  height: 10rem;
  background: #000;
  position: absolute;
  left: 0.6rem;
  bottom: -11rem;
  display: none;
}

/* hmb menu */
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: -200rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 2s ease-out;
  padding-bottom: 0rem;
  display: block;
  background: #f4ed52;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  color: #000;
  left: 0;
  top: 0;
  margin: auto;
  transition: 0.8s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  display: block;
}
.navTglClose{
  width: 4rem;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  right: 3rem;
  top: 3rem;
}
.navBoxInner{
  width: 90%;
  margin: 0 auto;
}
.navBoxLogo{
  display: block;
  width: 5rem;
  position: relative;
  top: 2rem;
}
.navBoxInnerList{
  width: 80%;
  margin: 7rem auto;
}
.navBoxInnerList_item{
  margin-bottom: 3rem;
}
.navBoxInnerList_itemLink{
  display: block;
  line-height: 1;
}
.navBoxInnerList_itemLink_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.navBoxInnerList_itemLink_jp{
  font-size: 1.7rem;
}
.navBoxInnerBtmList{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.navBoxInnerBtmList li{
  width: 2rem;
  margin-right: 0rem;
}
.navBoxInnerBtmList li:nth-child(2){
  width: 1.5rem;
}
.navBoxInnerBtmList li a{
  display: block;
  line-height: 1;
}
.navBoxInnerBtmList li.navEntry{
  width: 50%;
  margin-left: 0;
}
.footer{
  background: #f4ed52;
  padding: 4rem 0;
}
.footerInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footerInnerL{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
.footerInnerL_logo{
  width: 5rem;
  display: block;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.footerInnerL_txtbox{
  font-weight: 500;

}
.footerInnerL_txt01{
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-align: center;
}
.footerInnerL_txt02{
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}

.footerInnerR{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.footerInnerR li{
  width: 2rem;
  margin:0 3rem;
}
.footerInnerR li:nth-child(2){
  width: 1.5rem;
}
.footerInnerR li a{
  display: block;
  line-height: 1;
}
.copyRight{
  position: relative;
  -ms-writing-mode: unset;
  writing-mode: unset;
  font-weight: 400;
  letter-spacing: 0.2em;
  right: 0;
  bottom: 0rem;
  font-size: 1rem;
  color: #000;
  background: #f4ed52;
  text-align: center;
  padding-bottom: 1rem;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainV{
  position: relative;
  z-index: 300;
}
.main_slide{
  height: unset;
}
.main_slide img{
  position: absolute;
  width: auto!important;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: auto;
  transform: scale(1);
}
.mainVTxtBox{
  position: absolute;
  left: 20rem;
  top: 40%;
}
.mainVTxtBox_ttl{
  display: flex;
  flex-direction: column;
}
.mainVTxtBox_ttl_en{
  font-size: 6.7rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.mainVTxtBox_ttl_enTop{

}
.mainVTxtBox_ttl_enBtm{
  padding-left: 6.5rem;
}
.mainVTxtBox_ttl_jp{
  font-size: 3.3rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
}

.mainVTxtBox_ttl span span span{
  opacity: 0;
  transform: scale(0, 1);
  display: inline-block;
  transform-origin: top left;
}
.is-loaded .expandLeft {
  animation-name:expandLeftAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  animation-delay: 0.6s;
}
@keyframes expandLeftAnime{
  from {
    opacity: 0;
    transform: scale(0, 1);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.topAbout{
  padding: 10rem 0;
  padding-left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.topAbout:after{
  content: "";
  position: absolute;
  right: 0;
  width: 50rem;
  height: 100%;
  background: #f4ed52;
}
.topAboutL{
  width: 48%;
  position: relative;
  z-index: 1;
}
.topAboutL_txt{
  line-height: 2.2;
}
.topAboutR{
  width: 48%;
  position: relative;
  z-index: 1;
}
.cmnTtl01Wrap{
  display: flex;
  margin-bottom: 3rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 7rem;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  font-size: 2rem;
  font-weight: 500;
}
.topService{
  padding: 8rem 0;
  background: #f7f6f2;
}
.cmnTtl01Wrap--topService{
  justify-content: center;
  margin-bottom: 8rem;
}
.cmnTtl01Wrap--topService .cmnTtl01{
  align-items: center;
}
.cmnTtl01 .cmnTtl01_en span{
  opacity: 0;
  
  display: inline-block;
  transform-origin: bottom left;
}
.cmnTtl01 .cmnTtl01_jp span{
  opacity: 0;
  
  display: inline-block;
  transform-origin: bottom left;
}
.expandBtm {
  animation-name:expandBtmAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes expandBtmAnime{
  from {
    opacity: 0;
    transform: scale(1, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.topServiceInner{
  width: 80%;
  margin: 0 auto 8rem;
}
.topServiceInner01{
  margin-bottom: 16rem;
}
.cmnSubTtl01{
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  border-left: 1.5rem solid #f4ed52;
  line-height: 1;
  position: relative;
  margin-bottom: 3rem;
}
.cmnSubTtl01.on{
  opacity: 1;
}
.cmnSubTtl01:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #f4ed52;
  position: absolute;
  left: 0;
}
.cmnSubTtl01.on:before{
  content: "";
  width: 0;
  animation-name:cmnSubTtl01Anim;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.6s;
  transition: 0.7s ease;
}
@keyframes cmnSubTtl01Anim{
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 1;
    transform: scale(0, 0);
  }
}

.cmnSubTtl01_en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.cmnSubTtl01_jp{
  font-size: 2rem;
  font-weight: 500;
}
.topServiceInner_lead{
  margin-bottom: 3rem;
}
.topServiceInnerList{
  display: flex;
  justify-content: space-between;
}
.topServiceInnerList_item{
  width: 29%;
  opacity: 0;
}
.topServiceInnerList_itemTop{
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 5rem;
}
.topServiceInnerList_itemTop_img{
  
}
.topServiceInnerList_itemTop_num{
  text-align: center;
  font-size: 8.7rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.topServiceInnerList_itemTtl{
  border-top: 0.7rem solid #f4ed52;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.topServiceInner02 .topServiceInnerList_itemTop_num{
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
}
.topCompany{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 12rem;
}
.topCompanyL{
  width: 40%;
}
.topCompanyR{
  width: 60%;
  background: #f4ed52;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topCompanyRInner{
  width: 70%;
  margin: 0 auto;
}
.cmnSubTtl01--topCompany{
  border-left: 1.5rem solid #000;
}
.cmnSubTtl01--topCompany:before{
  background: #000;
}
.topCompanyRInnerList{
  margin-top: 6rem;
}
.topCompanyRInnerList li{
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.topCompanyRInnerList li h4{
  width: 25%;
}
.topCompanyRInnerList li p{
  width: 75%;
}
.topRecruit{
  background: #f7f6f2;
  padding: 0 0 8rem;
}
.topRecruitInner{
  width: 50%;
  border: solid 0.1rem black;
  border-radius: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  padding: 2rem;
}
.topRecruitText{
  font-size: 2.5rem;
  line-height: 1.5;
}
.topRecruitBtn{
  font-size: 2rem;
  color: #F4ED52;
  text-decoration: none;
  background-color: black;
  border-radius: 1rem;
  padding: 0.5rem 2.5rem;
  cursor: pointer
}
.topContact{
  margin-bottom: 10rem;
}
.cmnTtl01Wrap--topContact{
  justify-content: center;
  margin-bottom: 4rem;
}
.cmnTtl01Wrap--topContact .cmnTtl01{
  align-items: center;
}
.topContactInner{
  width: 50%;
  margin: 0 auto;
}
.topContactInnerList{
  margin-bottom: 2rem;
}
.topContactInnerList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.topContactInnerList_itemL{
  width: 30%;
  padding-top: 0.6rem;
}
.topContactInnerList_itemR{
  width: 70%;
  
}
.topContactInnerList_itemR input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #B1B1B1;
}
.topContactInnerList_itemR textarea {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #B1B1B1;
  height: 28rem;
}
.sendBtn {
  position: relative;
  width: 20rem;
  margin: 0 auto;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #f4ed52;
    border: 1px solid #f4ed52;
    text-align: center;
    padding: 1.4rem 0;
    color: #000;
    position: relative;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1;
}
.sendBtnLesson .button{
  background: #f4ed52;
}
.sendBtn:hover:after {
    opacity: 0.6;
}
.button:hover{
  opacity: 0.7;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.pc{
  display: none;
}
.sp{
  display: block;
}
.mainVTxtBox {
  position: absolute;
  left: 12rem;
  top: 30%;
}
.mainVTxtBox_ttl_en {
  font-size: 7.7rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.mainVTxtBox_ttl_jp {
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
}
.topAbout {
  padding: 10rem 0;
  padding-left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column-reverse;
}
.topAbout {
  padding: 10rem 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column-reverse;
}
.topAboutR {
  width: 58%;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.topAboutL {
  width: 75%;
  position: relative;
  z-index: 1;
}
.topServiceInner {
  width: 75%;
  margin: 0 auto 8rem;
}
.topServiceInnerList_item {
  width: 31%;
  opacity: 0;
}
.topServiceInnerList_itemTtl {
  border-top: 0.7rem solid #f4ed52;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.topCompanyRInner {
  width: 86%;
  margin: 0 auto;
}
.topCompanyRInnerList {
  margin-top: 2rem;
}
.topCompanyRInnerList li {
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.topContactInner {
  width: 70%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.pc{
  display: none;
}
.sp{
  display: block;
}
.mainV{
  position: relative;
  z-index: 300;
}
.main_slide{
  height: unset;
}
.main_slide img{
  position: absolute;
  width: auto!important;
  max-width: none!important;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  top: 0!important;
  margin: auto;
  transform: scale(1);
}
.mainVTxtBox{
  position: absolute;
  left: 0rem;
  top: 50%;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mainVTxtBox_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainVTxtBox_ttl_en{
  font-size: 3.7rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.mainVTxtBox_ttl_enTop{

}
.mainVTxtBox_ttl_enBtm{
  padding-left: 0rem;
}
.mainVTxtBox_ttl_jp{
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  padding-left: 0rem;
  display: flex;
  flex-direction: column;
}

.mainVTxtBox_ttl span span span{
  opacity: 0;
  transform: scale(0, 1);
  display: inline-block;
  transform-origin: top left;
}

.topAbout{
  padding: 4rem 0;
  padding-left: 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column-reverse;
}
.topAbout:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 35rem;
  background: #f4ed52;
}
.topAboutL{
  width: 85%;
  position: relative;
  z-index: 1;
}
.topAboutL_txt{
  line-height: 2.2;
}
.topAboutR{
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 15%;
  margin-bottom: 3rem;
}
.cmnTtl01Wrap{
  display: flex;
  margin-bottom: 3rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_en{
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.cmnTtl01_jp{
  font-size: 1.5rem;
  font-weight: 500;
}
.topService{
  padding: 4rem 0;
  background: #f7f6f2;
}
.cmnTtl01Wrap--topService{
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl01Wrap--topService .cmnTtl01{
  align-items: center;
}
.cmnTtl01 .cmnTtl01_en span{
  opacity: 0;
  
  display: inline-block;
  transform-origin: bottom left;
}
.cmnTtl01 .cmnTtl01_jp span{
  opacity: 0;
  
  display: inline-block;
  transform-origin: bottom left;
}

.topServiceInner{
  width: 85%;
  margin: 0 auto 2rem;
}
.topServiceInner01{
  margin-bottom: 6rem;
}
.cmnSubTtl01{
  display: flex;
  flex-direction: column;
  padding-left: 1.4rem;
  border-left: 0.7rem solid #f4ed52;
  line-height: 1;
  position: relative;
  margin-bottom: 3rem;
}
.cmnSubTtl01.on{
  opacity: 1;
}
.cmnSubTtl01:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #f4ed52;
  position: absolute;
  left: 0;
}
.cmnSubTtl01.on:before{
  content: "";
  width: 0;
  animation-name:cmnSubTtl01Anim;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0.6s;
  transition: 0.7s ease;
}
@keyframes cmnSubTtl01Anim{
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 1;
    transform: scale(0, 0);
  }
}

.cmnSubTtl01_en{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.cmnSubTtl01_jp{
  font-size: 1.5rem;
  font-weight: 500;
}
.topServiceInner_lead{
  margin-bottom: 3rem;
}
.topServiceInnerList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topServiceInnerList_item{
  width: 100%;
  opacity: 0;
  margin-bottom: 4rem;
}
.topServiceInnerList_itemTop{
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 5rem;
}
.topServiceInnerList_itemTop_img{
  
}
.topServiceInnerList_itemTop_num{
  text-align: center;
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.topServiceInnerList_itemTtl{
  border-top: 0.7rem solid #f4ed52;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.topServiceInner02 .topServiceInnerList_itemTop_num{
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
}
.topCompany{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -16rem;
  flex-direction: column;
}
.topCompanyL{
  width: 100%;
}
.topCompanyR{
  width: 85%;
  background: #f4ed52;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3rem;
  position: relative;
  top: -23rem;
}
.topCompanyRInner{
  width: 100%;
  margin: 0 auto;
}
.cmnSubTtl01--topCompany{
  border-left: 0.7rem solid #000;
}
.cmnSubTtl01--topCompany:before{
  background: #000;
}
.topCompanyRInnerList{
  margin-top: 2rem;
}
.topCompanyRInnerList li{
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.topCompanyRInnerList li h4{
  width: 25%;
}
.topCompanyRInnerList li p{
  width: 75%;
}
.topRecruitInner{
  flex-direction: column;
  width: 90%;
  gap: 1.5rem;
}
.topRecruitText{
  text-align: center;
  font-size: 1.8rem;
}
.topContact{
  margin-bottom: 10rem;
}
.cmnTtl01Wrap--topContact{
  justify-content: center;
  margin-bottom: 4rem;
}
.cmnTtl01Wrap--topContact .cmnTtl01{
  align-items: center;
}
.topContactInner{
  width: 85%;
  margin: 0 auto;
}
.topContactInnerList{
  margin-bottom: 2rem;
}
.topContactInnerList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.topContactInnerList_itemL{
  width: 100%;
  padding-top: 0.6rem;
}
.topContactInnerList_itemR{
  width: 100%;
  
}
.topContactInnerList_itemR input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #B1B1B1;
}
.topContactInnerList_itemR textarea {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #B1B1B1;
  height: 28rem;
}
.sendBtn {
  position: relative;
  width: 20rem;
  margin: 0 auto;
}
.sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #f4ed52;
    border: 1px solid #f4ed52;
    text-align: center;
    padding: 1.4rem 0;
    color: #000;
    position: relative;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1;
}
.sendBtnLesson .button{
  background: #f4ed52;
}
.sendBtn:hover:after {
    opacity: 0.6;
}
.button:hover{
  opacity: 0.7;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
}
/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(6rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.7s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*------------- top　---------------*/
