@charset "utf-8";
@import url("https://use.typekit.net/hei1izq.css");

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
----- 目次 -----

共通項目

PC_共通
　ー@PC_header
　ー@PC_footer
　ー@PC_下層ページ
PC_top
　ー@PC_top_main
　ー@PC_top_philosophy
　ー@PC_top_company
　ー@PC_top_recruit
PC_TOP_レスポンシブ調整
PC_recruit
PC_contact
PC_privacy

SP_共通
　ー@SP_header
　ー@SP_footer
　ー@SP_下層ページ
SP_top
　ー@SP_top_main
　ー@SP_top_philosophy
　ー@SP_top_company
　ー@SP_top_recruit
SP_TOP_レスポンシブ調整
SP_recruit
SP_contact
SP_privacy
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　共通項目ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html{
  scroll-behavior: smooth;
}

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
   padding-bottom: 0;
   scroll-behavior: smooth;
}

body,header,main,footer{
  width: 100%;
}

h1,h2,h3,h4,p,a,ol,ul,li{
  color: #404040;
}

a,a:hover,a:active, a:visited{
  text-decoration: none;
	color: inherit;
}

img{
  width: 100%;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@PC_共通 ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (min-width:769px) {

.pc { display: block; }
.sp { display: none; }

.inner_wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
  padding: 0 15px;
}

/* ----- @PC_header ----- */
header{
	width: 100%;
	position: relative;
  position: fixed;
  z-index: 9999;
}

header .inner_wrap{
  display: flex;
  justify-content: flex-end;
}

.h_logo{
  width: 8%;
	position: absolute;
	top: 45px;
	left: 70px;
}

.nav{
	margin-top: 45px;
	display: flex;
	flex-direction: row;
}

.nav li{
	margin-right: 50px;
}

.nav li:last-child{
	margin-right: 0;
}

.nav li a{
	font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
	color: #FF8480;
  padding: 7px 30px;
  margin: 1px;
  xborder: 1px solid #fff;
  border-radius: 30px;
}

.nav li a:hover{
  margin: 0;
  padding: 7px 30px;
  border: 1px solid #FF8480;
  border-radius: 30px;
}

.nav li:last-child a{
  margin: 0;
  padding: 7px 30px;
	background-color: #F1524C;
  border: 1px solid #F1524C;
  color: #fff;
  border-radius: 30px;
}

.nav li:last-child a:hover{
  margin: 0;
  background-color: #fff;
  color: #F1524C;
  transition: 0.7s;
}


/* ----- @PC_footer ----- */

.gotop{
  position: fixed;
  bottom: 50px;
  right: 50px;
}

.gotop a{
  width: 60px;
  height: 65px;
  border-radius: 5px;
  background-color: #fff;
  color: #FF8480;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  opacity: 0.85;
}

.gotop a::after{
  content: "▲";
  font-size: 1.2em;
}

.footer{
  width: 100%;
  height: 210px;
  padding: 40px 0 0;
  box-sizing: border-box;
  background-color: #4E92DF;
}

.f_nav{
  width: 410px;
  display: flex;
  flex-direction: row;
  color: #fff;
  margin: 0 auto;
}

.f_nav li{
  display: inline-block;
  margin-right: 40px;
}

.f_nav li:last-child{
  margin-right: 0px;
}

.f_nav li a{
  color: #fff;
}

small{
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
  color: #fff;
}

small span .privacy_link{
  margin-left: 10px;
  color: #FF8480;
}


/* ----- @PC_下層ページ ----- */

#recruit::after,
#contact::after,
#privacy::after{
  content: "";
  display: inline-block;
  background-image: url(../images/pc_header_bg.png);
  background-size: contain;
  width: 80%;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
}

#recruit main,
#contact main,
#privacy main{
  padding: 250px 0 120px;
}

#recruit h2,
#contact h2,
#privacy h2{
  font-size: 4em;
  color: #4E92DF;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

#recruit h2 span,
#contact h2 span,
#privacy h2 span{
  display: block;
  font-size: 0.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin-left: 20px;
}

#recruit h2 span::before,
#contact h2 span::before,
#privacy h2 span::before{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 15px 0;
  background: #4E92DF;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@PC_TOP ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (min-width:769px) {

/* ----- @PC_top_main ----- */

#main_visual{
  background-color: #4E92DF;
  position: relative;
  padding-bottom: 100px;
}

 .main_visual_img{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main_visual_img img{
  width: 85%;
}

.main_text{
  position: absolute;
  top: 25%;
  left: 20%;
}

.main_text p:first-child{
  font-size: 2.5em;
  line-height: 1.3;
  font-weight: bold;
  color: #F1524C;
  margin-bottom: 45px;
}

.main_text p:last-child{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  color: #FF8480;
  margin-left: 20px;
}

.scroll{
  position: absolute;
  bottom: 100px;
  left: 20px;
  writing-mode: vertical-rl;
　-ms-writing-mode: tb-rl;
  font-size: 1.1em;
  color: #fff;
}

.scroll::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 150px;
  background: #fff;
  margin-bottom: 20px;
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* ----- @PC_top_philosophy ----- */
#top_philosophy{
  background-color: #4E92DF;
  padding-bottom: 100px;
}

#top_philosophy .inner_wrap{
  position: relative;
}

#top_philosophy h2{
  font-size: 4em;
  color: #fff;
  font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#top_philosophy h2 span{
  display: block;
  font-size: 0.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin-left: 20px;
}

#top_philosophy h2 span::before{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 15px 0;
  background: #fff;
}

.philosophy_img_wrap{
  width: 50%;
  margin-top: 12%;
}

.philosophy_wrap{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: absolute;
  top:15px;
  right: 0;
}

.keywords{
  height: 710px;
    margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.keywords p{
  font-size: 2.5em;
  color: #fff;
}

.alphabet{
  height: 757px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.alphabet p{
  font-size: 7em;
  color: #fff;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alphabet p.alphabet_red{
  color: #FF8480;
}


/* ----- @PC_top_company ----- */
#top_company {
  padding: 100px 0;
}

#top_company h2{
  font-size: 4em;
  color: #4E92DF;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

#top_company h2 span{
  display: block;
  font-size: 0.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin-left: 20px;
}

#top_company h2 span::before{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 15px 0;
  background: #4E92DF;
}

.company_wrap{
  width: 80%;
  margin-left: 20%;
  margin-top: 30px;
  padding: 50px 0 50px 100px;
  background-color: #4E92DF;
  border-radius: 50px 0 0 50px;
  position: relative;
}

.company_parts{
  margin-bottom: 30px;
}

.parts_ttl{
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.parts_text{
  font-size: 1em;
  margin-left: 10px;
  color: #fff;
}

.company_img_wrap{
  width: 50%;
  position: absolute;
  top: -120px;
  right: 35px;
}

/* ----- @PC_top_recruit ----- */

#top_recruit{
  padding: 40px 0;
  xbackground-color: #ccc;
  background-image: url(../images/pc_recruit.jpg);
}

#top_recruit .inner_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#top_recruit h2{
  font-size: 4em;
  color: #4E92DF;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

#top_recruit h2 span{
  display: block;
  font-size: 0.6em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

#top_recruit h2 span::before{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 15px auto;
  background: #4E92DF;
}

#top_recruit a{
  margin-top: 50px;
  position: relative;
}

#top_recruit a p{
  width: 490px;
  height: 70px;
  padding: 0 50px;
  background-color: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  font-size: 1.5em;
  color:#F1524C;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

#top_recruit a::before{
  content: '';
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #F1524C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
}

#top_recruit a::after {
  content: '';
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #F1524C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}

#top_recruit a:hover p{
  background-color: #F1524C;
  color:#fff;
  transition: 0.7s;
}

#top_recruit a:hover:before{
  background: #fff;
}

#top_recruit a:hover:after{
  border: 1px solid #fff;
}


}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　@PC_TOP_レスポンシブ調整
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (max-width:1200px) {
  .main_text p:first-child{
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: bold;
    color: #F1524C;
    margin-bottom: 30px;
  }

  .main_text p:last-child{
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    color: #FF8480;
    margin-left: 20px;
  }

  .philosophy_img_wrap{
    margin-top: 20%;
  }

  .keywords{
    height: 600px;
  }

  .alphabet{
    height: 666px;
  }

  .company_wrap{
    width: 90%;
    margin-left: 10%;
    padding: 50px 0 50px 50px;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@PC_recruit ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (min-width:769px) {

#recruit .recruit_list{
  margin: 100px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit_list a{
  display: block;
  width: 80%;
  margin-bottom: 20px;
}

.recruit_list_item{
  border: 1px solid #4E92DF;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit_list a:hover .recruit_list_item{
  background-color: #4E92DF;
  transition : 0.7s;
}

.recruit_list a:hover .recruit_list_item p{
  color: #fff;
  transition : 0.7s;
}

.recruit_list_item p:first-of-type{
  margin-bottom: 5px;
  font-size: 1.1em;
  color: #4E92DF;
}

.recruit_list_item p:last-of-type{
  color: #4E92DF;
  font-size: 2em;
  font-weight: bold;
}

.recruit_top_contents{
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.recruit_top_contents_text{
  margin-left: 20px;
  width: 45%;
}

.recruit_top_contents_text h3{
  width: fit-content;
  font-size: 1.6em;
  color: #4E92DF;
  font-weight: bold;
  border-bottom: 1px solid #4E92DF;
  padding-bottom: 20px;
}

.recruit_top_contents_text h3 span{
  font-size: 0.7em;
  font-weight: normal;
}

.recruit_top_contents_text article{
  margin-top: 50px;
}

.recruit_top_contents_text article h4{
  font-size: 1.4em;
  margin-bottom: 25px;
}

.recruit_top_contents_img{
  width: 45%;
}

.recruit_detail{
  margin-top: 70px;
  width: 100%;
  border: 3px solid #4E92DF;
  border-radius: 10px;
}

.recruit_detail h3{
  height: 130px;
  background-color: #4E92DF;
  color: #fff;
  font-size: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_detail_parts{
  margin: 40px 100px 0px;
  padding-bottom: 30px;
  display: flex;
  border-bottom: 2px solid #4E92DF;
}

.recruit_detail_parts:first-of-type{
  margin-top: 80px;
}

.recruit_detail_parts:last-of-type{
  margin-bottom: 80px;
  padding-bottom: 0;
  border-bottom: none;
}

.recruit_detail_ttl{
  width: 30%;
  font-size: 1.1em;
  font-weight: bold;
  color: #4E92DF;
}

.recruit_detail_text{
  width: 70%;
  font-size: 1.1em;
}

.recruit_detail_list{
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.recruit_detail_list li{
  color: #4E92DF;
  border: 1px solid #4E92DF;
  padding: 2px 20px;
  margin: 0 10px 10px 0;
  border-radius: 20px;
  font-weight: bold;
}

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@PC_contact ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (min-width:769px) {
.contact_lead{
  margin: 50px auto;
  text-align: center;
}

.form{
  width: 80%;
  margin: 0 auto 50px;
}

.form tr{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1px;
}

.form th{
  width: 30%;
  background-color: #4E92DF;
  padding: 30px 15px;
  color: #fff;
  font-size: 1.1em;
  display: flex;
  justify-content: space-between;
}

.form span{
  background-color: #fff;
  color: #F1524C;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.9em;
  font-weight: bold;
}

.form td{
  width: 70%;
  padding: 0 20px;
}

.form td input,
.form td textarea{
  width: 100%;
  border: 2px solid #4e92df;
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 5px 10px;
}

form .btn{
  margin: 0 auto;
}

form .btn button{
  width: 400px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4e92df;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #4e92df;
  border-radius: 35px;
}

form .btn button:hover{
  background-color: #fff;
  color: #4e92df;
  transition: 0.7s;
}

.send tr td input{
  background-color: #fff;
  font-size: 1em;
}

.btn_wrap{
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn_wrap button{
  width: 55%;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4e92df;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #4e92df;
  border-radius: 35px;
}

.btn_wrap button.btn_back{
  width: 35%;
  background-color: #fff;
  color: #4e92df;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@PC_privacy ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (min-width:769px) {

#privacy section{
  margin-top: 50px;
}

#privacy section h3{
  font-size: 1.4em;
  border-bottom: 1px solid #4e92df;
  color: #4e92df;
  padding: 0 0 5px 10px;
  margin-bottom: 20px;
}

#privacy section p,
#privacy section ol,
#privacy section article{
  margin-bottom: 15px;
  padding-left: 10px;
}

#privacy section article h4{
  color: #4e92df;
  margin-bottom: 5px;
}

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@SP_共通 ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (max-width:768px) {

.pc { display: none; }
.sp { display: block; }

.inner_wrap{
	width: 100%;
  padding: 0 15px;
}

/* ----- @SP_header ----- */
header{
  width: 100%;
  padding-top: 40px;
  position: fixed;
  z-index: 9999;
}

header .inner_wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.h_logo{
  width: 80px;
}

.nav{
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FF8480;
  position:fixed;
  top: 0;
  left: 0;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav.fade {
	visibility: visible;
	opacity: 0.9;
}

.nav li{
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #fff;
  font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.nav li:last-child{
  padding: 5px 30px;
  background-color: #fff;
  color: #FF8480;
  border-radius: 30px;
}

.nav_btn{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.nav_btn span:first-child{
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  margin-bottom: 10px;
  background: #FF8480;
}

.nav_btn span:nth-child(2){
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 10px;
  background: #FF8480;
}

.nav_btn span:last-child{
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #FF8480;
}

.nav_btn.close span:first-child{
  background: #fff;
  transform: translate(0%,12.5px) rotate(45deg);
  transition: transform .5s;
}

.nav_btn.close span:nth-child(2){
  background: #fff;
  opacity: 0;
  transition: opacity .5s;
}

.nav_btn.close span:last-child{
  background: #fff;
  transform: translate(0%,-15px) rotate(-45deg);
  transition: transform .5s;
  width: 45px;
}


/* ----- @SP_footer ----- */
.gotop{
  position: fixed;
  bottom: 45px;
  right: 7px;
}

.gotop a{
  width: 50px;
  height: 55px;
  border-radius: 5px;
  background-color: #fff;
  color: #FF8480;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  opacity: 0.85;
}

.gotop a::after{
  content: "▲";
  font-size: 1.2em;
}

.footer{
  width: 100%;
  height: 100px;
  padding: 45px 0 15px;
  background-color: #4E92DF;
}

small{
  display: block;
  font-size: 0.7em;
  color: #fff;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

small span .privacy_link{
  color: #FF8480;
}


/* ----- @SP_下層ページ ----- */

#recruit::after,
#contact::after,
#privacy::after{
  content: "";
  display: inline-block;
  background-image: url(../images/sp_header_bg.png);
  background-size: contain;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
}

#recruit main,
#contact main,
#privacy main{
  padding: 160px 0 100px;
}

#recruit h2,
#contact h2,
#privacy h2{
  font-size: 2.8em;
  color: #4E92DF;
  font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#recruit h2 span,
#contact h2 span,
#privacy h2 span{
  display: block;
  font-size: 0.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin-left: 20px;
}

#recruit h2 span::before,
#contact h2 span::before,
#privacy h2 span::before{
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin: 10px 0;
  background: #4E92DF;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@SP_TOP ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (max-width:768px){

/* ----- @SP_top_main ----- */

#main_visual{
  width: 100%;
  height: 100vh;
  background-color: #4E92DF;
}

.main_text{
  position: absolute;
  top: 170px;
  left: 30px;
}

.main_text p:first-child{
  margin-bottom: 15px;
}

.scroll{
  position: absolute;
  bottom: 45px;
  left: 7px;
  writing-mode: vertical-rl;
　-ms-writing-mode: tb-rl;
  font-size: 0.9em;
  color: #fff;
}

.scroll::before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background: #fafafa;
  margin-bottom: 15px;
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
0% {
  transform: scale(1, 0);
  transform-origin: 0 0;
}
35% {
  transform: scale(1, 1);
  transform-origin: 0 0;
}
35.1% {
  transform: scale(1, 1);
  transform-origin: 0 100%;
}
70%, 100% {
  transform: scale(1, 0);
  transform-origin: 0 100%;
}
}

/* ----- @SP_top_philosophy ----- */
#top_philosophy{
  background-color: #4E92DF;
  height: 90vh;
}

#top_philosophy .inner_wrap{
  height: 90vh;
  position: relative;
}

#top_philosophy h2{
  font-size: 2.8em;
  color: #fff;
  font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#top_philosophy h2 span{
  display: block;
  font-size: 0.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin-left: 20px;
}

#top_philosophy h2 span::before{
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin: 10px 0;
  background: #fff;
}

.philosophy_img_wrap{
  width: 85%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: -75px;
}

.philosophy_wrap{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 0;
}

.keywords{
  height: 430px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.keywords p{
  font-size: 1.3em;
  color: #fff;
}

.alphabet{
  height: 485px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.alphabet p{
  font-size: 5em;
  color: #fff;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alphabet p.alphabet_red{
  color: #FF8480;
}


/* ----- @SP_top_company ----- */
#top_company{
  padding: 45px 0 150px;
  position: relative;
}

#top_company h2{
  font-size: 2.8em;
  color: #4E92DF;
  font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#top_company h2 span{
  display: block;
  font-size: 0.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin-left: 20px;
}

#top_company h2 span::before{
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin: 10px 0;
  background: #4E92DF;
}

.company_wrap{
  margin: 40px 0 0 5%;
  width: 95%;
  padding: 40px 0 175px 30px;
  background-color: #4E92DF;
  border-radius: 10px 0 0 10px;
}

.company_parts{
  margin-bottom: 30px;
}

.parts_ttl{
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.parts_text{
  font-size: 1em;
  margin-left: 10px;
  color: #fff;
}

.company_img_wrap{
  width: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ----- @SP_top_recruit ----- */
#top_recruit {
  padding: 40px 0;
  background-image: url(../images/pc_recruit.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#top_recruit h2{
  font-size: 2.8em;
  color: #4E92DF;
  font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
  text-align: center;
}

#top_recruit h2 span{
  display: block;
  font-size: 0.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin: 0 auto 25px;
}

#top_recruit h2 span::before{
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin: 10px auto;
  background: #4E92DF;
}

#top_recruit a{
  position: relative;
}

#top_recruit a p{
  width: 340px;
  height: 45px;
  padding: 0 75px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  color:#F1524C;
  font-family: futura-pt, 'Century Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
}

#top_recruit a::before{
  content: '';
  display: inline-block;
  width: 90px;
  height: 1px;
  background: #F1524C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
}

#top_recruit a::after {
  content: '';
  display: inline-block;
  background-size: contain;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #F1524C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 68px;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@SP_recruit ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width:768px){
#recruit main{
  padding: 160px 0 100px;
}

#recruit h2{
  font-size: 2.8em;
  color: #4E92DF;
  font-family: futura-pt, 'Century Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
}

#recruit h2 span{
  display: block;
  font-size: 0.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
  margin-left: 20px;
}

#recruit h2 span::before{
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin: 10px 0;
  background: #4E92DF;
}

#recruit .recruit_list{
  margin-top: 50px;
}

.recruit_list a{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.recruit_list_item{
  border: 1px solid #4E92DF;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit_list_item p:first-of-type{
  margin-bottom: 5px;
  color: #4E92DF;
}

.recruit_list_item p:last-of-type{
  color: #4E92DF;
  font-size: 1.3em;
  font-weight: bold;
}

.recruit_top_contents{
  display: flex;
  flex-direction: column-reverse;
}

.recruit_top_contents_img{
  margin-top: 50px;
}

.recruit_top_contents_text{
  margin-top: 20px;
}

.recruit_top_contents h3{
  width: fit-content;
  font-size: 1.3em;
  color: #4E92DF;
  padding-bottom: 10px;
  border-bottom: 1px solid #4E92DF;
}

.recruit_top_contents h3 span{
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: normal;
}

.recruit_top_contents article{
  margin: 30px 0 50px;
}

.recruit_top_contents article h4{
  font-size: 1.1em;
  margin-bottom: 20px;
}

.recruit_top_contents article p{
  font-size: 0.9em;
}

.recruit_detail{
  width: 100%;
  border: 1px solid #4E92DF;
  border-radius: 5px;
}

.recruit_detail h3{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #4E92DF;
  font-size: 1.3em;
}

.recruit_detail_parts{
   margin: 20px;
}

.recruit_detail_parts:first-of-type{
   margin-top: 30px;
}

.recruit_detail_ttl{
  width: 100%;
  border-bottom: 2px solid #4E92DF;
  color: #4E92DF;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 0 5px 10px;
}

.recruit_detail_text{
  padding: 15px 0 0 15px;
}

.recruit_detail_list{
  padding: 15px 0 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.recruit_detail_list li{
  margin: 0 5px 5px 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #4E92DF;
  border: 1px solid #4E92DF;
  border-radius: 15px;
  padding: 2px 10px;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@SP_contact ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width:768px){

.contact_lead{
  font-size: 0.9em;
  margin: 50px 0;
}

.form{
  width: 100%;
}

.form tr{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form th{
  width: 100%;
  padding: 5px 20px;
  background-color: #4e92df;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form span{
  background-color: #fff;
  color: #F1524C;
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 0.9em;
  font-weight: bold;
}

.form td{
  width: 100%;
  margin-top: 10px;
}

.form td input,
.form td textarea{
  width: 100%;
  border: 2px solid #4e92df;
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 5px 10px;
}

form .btn{
  margin: 0 auto;
}

form .btn button{
  width: 275px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4e92df;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #4e92df;
  border-radius: 30px;
}

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　　　　　　@SP_privacy ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

@media screen and (max-width:768px) {

#privacy section{
  margin-top: 50px;
}

#privacy section h3{
  font-size: 1.4em;
  border-bottom: 1px solid #4e92df;
  color: #4e92df;
  padding: 0 0 5px 10px;
  margin-bottom: 20px;
}

#privacy section p,
#privacy section ol,
#privacy section article{
  margin-bottom: 15px;
  padding-left: 10px;
}

#privacy section article h4{
  color: #4e92df;
  margin-bottom: 5px;
}

}
