@charset "UTF-8";
/* 変数ファイルインポート */

a:hover {
  opacity: 0.5;
  transition: ease-in-out; }

a:link {
  opacity: 1;
  transition: 0.3s; }

button:hover {
  opacity: 0.8; }
	.sp_br{
		display: none;
	}

.sp-top{
	display: none;
}

.googlemap{
	margin: 20px auto;
	padding: 0 20px;
}

@media (max-width: 980px) {
  .googlemap {
    width: 100%;

  }

}

@media (max-width: 620px){
	.sp_br{
		display: block;
	}
	.sp-top{
	display: block;
}
	.pc-top{
		display: none;
	}
	}



.wrapper {
  max-width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: auto;
  margin-right: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
	color: #3C3A3A;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	  scroll-behavior: smooth;

}



body {
  font-family: "Roboto", sans-serif;
}



section{
	display: block;
	clear: both;
}




.brand{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-size: 29px;
	color: #5D5D5D;
	margin-bottom: 10px;
}



.site-header__wrapper  a {
    opacity: 1;
}

.site-header__wrapper  a:hover {
    opacity: 0.8;
}


  .nav__wrapper a {
    color: #000;
    opacity: 1;
}


.site-header {
	position: fixed; 
	z-index: 10;
	width: 100%;
	height: 100px;
	padding: 20px 0;
	color: #fff;
}

.site-header-box{
	position: fixed; 
	z-index: -1;
	min-width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background-color: #fff; 
}



.site-header__wrapper {
	display: flex;
	align-items: center;
}

@media (min-width: 920px) {
    .site-header__wrapper {
      justify-content: initial; } }
@media (min-width: 920px) {
  .site-header__middle {
    margin-left: auto; } }

@media (max-width: 920px) {
  .site-header__end {
    padding-right: 4rem; } }

@media (min-width: 920px) {
  .nav__wrapper {
    display: flex; } }

@media (max-width: 920px) {
  .nav__wrapper {
	  position: fixed;
	  width: 180px;
	  height: 100%;
	  top: 0px;
	  right: 0;
	  z-index: 3;
	  background-color: #fff;
	  visibility: hidden;
	  opacity: 0;
	  transform: translateX(100%);
	  transition: transform 0.3s ease-out, opacity 0.3s ease-out; }


		
.site-header-box {
	height: 100px;
}
}


.nav__item a {
  display: block;
	color: #fff;	
}

.nav__toggle {
  display: none; }


.drawer_hidden {
  display: none;
}


  @media (max-width: 920px) {
.drawer_open {
  display: block;
  height: 60px;
  width: 60px;
  align-items: center;
  position: absolute;
	right: 0;
	
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

	  
/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #303030;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#nav__toggle:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav__toggle:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#nav__toggle:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
	  }
	  /* アイコンがクリックされたらメニューを表示 */
#nav__toggle:checked ~ .nav__wrapper {
	  visibility: visible;
      opacity: 1;
      transform: translateY(0); } 
}



.site-header__middle ul{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
}

.site-header__middle li{
	width: 122px;
	background-color: #B4B4B4;
	text-align: center;
	border-radius: 20px;
	padding: 8px;
	margin-right: 40px;
}


@media (max-width: 920px) {
	.button{
		font-size:15px;
		background-size: 18px;
		background-position: left 10px center;
		padding: 5px 10px 5px 35px;
	}



.site-header__middle li{
	width: 100%;
	padding: 20px;
	text-align:left;
	background-color: #fff;
}
	
	.nav__item a {
	color: #828181;	
}}

@media (max-width: 400px) {
	
	.not-br{
		display: none;
	}
	
	
	.button{
		font-size:12px;
		background-size: 15px;
  background-position: left 10px center;
		padding: 5px 10px 5px 30px;
	}



	.site-header__middle li{
	background-color: #fff;
}
	
	.nav__item a {
	color: #828181;	
}

}



/*フッター*/
footer{
	padding: 60px 20px;
}


.site-footer{
	max-width: 1150px;
	margin: 0 auto;
	}

.site-footer img{
	float: left;
	margin-right: 40px;
}


.brand-footer img{
	max-width: 100%;
	height: 100px;
}


.address{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 17px;
	color: #5D5D5D;
	margin-top: 5px;
	padding: 0;
}

.copy_footer{
	font-size: 17px;
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	margin-top: 5px;
	color: #5D5D5D;
}







/*トップページ*/
#top{
	background-color: #FFFDA3;
	padding: 100px 0px;
}

#top-re{
	background-color: #FFFDA3;
	padding: 0px 30px;
}

#top img{
	min-width: 100%;
	margin-bottom: 100px;
	overflow: hidden;
}

.top-recruit{
	margin-bottom: 0px!important;
}

.recruit-top{
	max-width: 1150px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 20px;
	padding: 40px 40px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


.recruit-intro h1{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #60C9FF;
	max-width: 530px;
	border-radius: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0 auto;
	text-align: center;
}


.recruit-intro p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 22px;
	line-height: 47px;
	color: #525252;
	max-width: 530px;
	margin: 20px auto 20px;
}

.recruit-bt {
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	background-color: #60C9FF;
	max-width: 455px;
	border-radius: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.recruit-bt p{
	font-size: 33px;
	color: #FFFDA3;
	text-align: center;
	margin-bottom: 5px;
}
.recruit-bt .big{
	font-size: 43px;
	color: #FFFDA3;
	text-align: center;
}

.recruit-bt-all img{
	margin: 0;
}


#company,#topic{
	background-image: url("../img/background.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 30px;
	position: relative;
}

#topic h2{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 46px;
	letter-spacing: 5px;
	color: #5D5D5D;
	background-color: #fff;
	max-width: 399px;
	border-radius: 30px 30px 0 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}

#topic h3{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 19px;
	color: #fff;
	background-color: #B2B2B2;
	max-width: 186px;
	border-radius: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto 25px;
	text-align: center;
}

.topic-insta{
	border-right: 10px #A5A5A5 solid;
	padding-right: 55px;
	margin-right: 55px;
}

.topic-LINE{
		margin-left: 0px;

}

#instagram{
	width: 100%;
}


#instagram ul{
	max-width: 550px;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}

#instagram li{
	border: 10px solid #707070;
	max-width: 265px;
	padding: 10px;
	height: 387px;
	overflow: scroll;
}


#instagram .h3ttlinsta{
	max-width: 100%;
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 10px;
	line-height: 15px;
	color: #525252;	
	background-color: #fff;
	border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 0;
	margin: 0;
	text-align: start;
}

.imginsta{
	margin-bottom: 10px;
}

.insta-timestamp,.writer{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-size: 14px;
	margin-right: 10px;
}


.topic-all{
	display: flex;
	background-color: #fff;
	max-width: 1150px;
	padding: 50px 20px;
	margin: 0 auto;
	border-radius: 30px;
	justify-content: space-around;
	flex-wrap: wrap;
}


@media (max-width: 1000px) {
#top img{
	margin-bottom: 30px;
}
	
.recruit-intro h1{
	font-size: 16px;
}


.recruit-intro p{
	font-size: 12px;
	line-height: 28px;
}

.recruit-bt .big{
	font-size: 24px;
}

.recruit-bt p{
	font-size: 18px;
}

.recruit-bt {
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}	
	
#topic h2{
	font-size: 24px;
	max-width: 240px;
}

#instagram li{
	max-width: 100%;
	margin: 0 auto;
	}

#instagram li:first-child{
	margin-bottom: 30px;
	}
	
	.topic-insta{
	border-right: none;
	border-bottom: 10px #A5A5A5 solid;
	padding-right: 0px;
	padding-bottom: 55px;
	margin-bottom: 55px;
	margin-right: 0px;
}

.site-footer img{
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}	
	
.site-footer{
	margin: 0 auto;
	text-align: center;
}	
	
	
}



/*会社案内*/
.company-info{
	max-width: 1150px;
	margin: 100px auto;
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 2px;
	position: relative;
}

.company-info img{
	border-radius: 20px 0px 0 0;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}


.company-tittle{
	background-color: #60C8FF;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	margin-bottom: 16px;
}


.company-ilust{
	position: absolute;
	right: -60px;
	top: 20%;
}

.company-ilust02{
	position: absolute;
	right: -100px;
	top: 30%;
}


.company-tittle h3{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 33px;
	color: #FFFDA3;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.company-add{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 21px;
	color: #fff;
	line-height: 1.5;
}

.company-info h4{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 26px;
	color: #2CB8FF;
	letter-spacing: 1px;
}

.company-tel{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 25px;
	color: #525252;
	margin-bottom: 12px;
}

.company-text{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 20px;
	color: #525252;
	margin-bottom: 12px;
	line-height: 1.65;
}

.company-arakawa {
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	display: flex;
	justify-content:flex-start;
	align-items:center;
}

.company-arakawa p{
	font-size: 25px;
	color: #FFFDA3;
	line-height: 1.5;
	margin: 20px 25px 20px 0;
}

.company-bt {
	background-color: #FFFDA3;
	max-width: 272px;
	border-radius: 20px;
	padding: 15px 30px;
}

.company-bt p{
	font-size: 25px;
	color: #3ABAFD;
	text-align: center;
	margin: 0;
	line-height: 1.3;
}

.company-bt .big{
	font-size: 35px;
	color: #3ABAFD;
	text-align: center;
}

.company-profile{
	margin-bottom: 150px;
}

.company-profile h2{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 40px;
	color: #36BBFF;
	letter-spacing: 2px;
	text-align: center
}

.company-profile-box{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	max-width: 1055px;
	margin: 0px auto;
	background-color: #36BBFF;
	border-radius: 20px;
	padding: 30px;
}

.company-profile-box p{
	font-size: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

.company-profile-table{
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	border-radius: 20px;
	margin-top: 30px;
}

.profile-table{
	font-size: 36px;
	color: #60C8FF;
	margin: 0 auto;
}

.profile-table th{
	letter-spacing: 3px;
}

.profile-table td{
	letter-spacing: 3px;
}


.company-ilust03{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
}


@media (max-width: 480px) {
.company-ilust{
	width: 50%;
	position: absolute;
	right: -50px;
	top: 25%;
}

.company-ilust02{
	width: 60%;
	position: absolute;
	right: -50px;
	top: 27%;
}
	
.company-info{
	margin: 50px auto;
}	

.company-tel-all{
	padding-right: 20px;
	padding-left: 20px;
}	
	
.company-tittle h3{
	font-size: 16px;
}

.company-add{
	font-size: 9px;
}

.company-info h4{
	font-size: 13px;
}

.company-tel{
	font-size: 12px;
}

.company-text{
	font-size: 10px;
}

.company-arakawa p{
	font-size: 10px;
	margin: 10px 24px 10px 0;
}

.company-bt p{
	font-size: 12px;
	line-height: 0;
	margin: 0;
}

.company-bt .big{
	font-size: 18px;
	margin-top: 18px;
}

.company-profile h2{
	font-size: 20px;
}

.company-bt {
	max-width: 160px;
	border-radius: 15px;
	padding: 15px;
	margin-top: 5px;
}

.company-profile-box p{
	font-size: 14px;
	line-height: 24px;
}

.profile-table{
	font-size: 18px;
}
.company-profile-table{
	margin-top: 15px;
	padding: 10px;
}

.profile-table th,
.profile-table td{
        display: block;
        text-align: center;
    }	

	.company-profile{
	margin-bottom: 0px;
}
.company-profile-box{
	padding: 20px;
}

}


/*サービス*/
#service-1{
	background-color: #60C8FF;
	padding: 100px 30px;
	position: relative;
}

#service-2{
	background-color: #FFFDA3;
	padding: 100px 30px;
	position: relative;
}


#service-1 h2{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 5px;
	color: #3ABAFD;
	background-color: #fff;
	max-width: 700px;
	border-radius: 30px 30px 0 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 100px auto 0;
	text-align: center;
	font-feature-settings: "palt" 1;
}

#service-1 h2 span {
    background: linear-gradient(transparent 60%, #FFFDA3 60%);
	padding: 0 15px;
}
	
#service-2 h2{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: 5px;
	color: #3ABAFD;
	background-color: #fff;
	max-width: 700px;
	border-radius: 30px 30px 0 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px auto 0;
	text-align: center;
	font-feature-settings: "palt" 1;
}

#service-2 h2 span {
    background: linear-gradient(transparent 60%, #FFFDA3 60%);
	padding: 0 15px;
}

.service-box{
	background-color: #FFFFFF;
	max-width: 1150px;
	border-radius: 30px;
	padding: 30px 40px;
	margin: 0 auto;
	position: relative;
}

.service-text{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-size: 22px;
	color: #6A6A6A;
	line-height: 42px;
	margin-bottom: 32px;
}

.service-flex{
	display: flex;
	flex-wrap: wrap;
	column-gap: 45px;
}

.service-flexbox{
	width: 510px;
	background-color: #FFFDA3;
	padding: 24px;
	margin-bottom: 16px;
	position: relative;
}

.service-flexbox h4{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 25px;
	color: #3ABAFD;
	margin-bottom: 16px;
}

.service-flexbox p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-size: 21px;
	color: #6A6A6A;
	line-height: 30px;
}

.service-bluebox{
	background-color: #60C8FF;
	max-width: 100%;
	padding: 24px;
	margin-bottom: 16px;
}

.service-bluebox h4{
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-size: 25px;
	color: #FFFDA3;
	margin-bottom: 16px;
	text-align: center;
}

.service-bluebox p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}

.service-ilust01{
	position: absolute;
	right: 2%;
	bottom: 43%;
}

.service-ilust02{
	position: absolute;
	right: 51%;
	bottom: 16%;
}

.service-ilust03{
	position: absolute;
	right: 3%;
	bottom: 61%;
}

.service-ilust04{
	position: absolute;
	right: 81%;
	bottom: 0;
}


@media (max-width: 480px) {

#service-1{
	padding: 100px 20px 50px;
}
	
	
#service-2{
	padding: 50px 20px;
}
	
#service-1 h2{
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 50px auto 0;
	max-width: 260px;
	border-radius: 15px 15px 0 0;
}

#service-1 h2 span {
    background: linear-gradient(transparent 60%, #FFFDA3 60%);
	padding: 0 5px;
}
	
#service-2 h2{
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px auto 0;
	max-width: 280px;
	border-radius: 15px 15px 0 0;
}

#service-2 h2 span {
    background: linear-gradient(transparent 60%, #FFFDA3 60%);
	padding: 0 5px;
}

.service-box{
	border-radius: 10px;
	padding: 14px 18px;
}

.service-text{
	font-size: 13px;
	line-height: 28px;
	margin-bottom: 16px;
}

.service-flex{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.service-flexbox{
	width: 510px;
	background-color: #FFFDA3;
	padding: 18px;
	margin-bottom: 16px;
	position: relative;
}

.service-flexbox h4{
	font-size: 15px;
	margin-bottom: 16px;
}

.service-flexbox p{
	font-size: 13px;
	line-height: 20px;
}

.service-bluebox{
	padding: 10px;
	margin-bottom: 16px;
}

.service-bluebox h4{
	font-size: 15px;
	margin-bottom: 16px;
}

.service-bluebox p{
	font-size: 13px;
	line-height: 20px;
}

.service-ilust01{
	width: 35%;
	position: absolute;
	right: 2%;
	bottom: 50%;
}

.service-ilust02{
	width: 30%;
	position: absolute;
	right: -3%;
	bottom: 25%;
}

.service-ilust03{
	width: 25%;
	position: absolute;
	right: 0%;
	bottom: -15%;
}

.service-ilust04{
	width: 25%;
	position: absolute;
	left: 0%;
	bottom: -15%;
}
}



/*採用情報*/
#recruit-1{
	background-color: #FFFDA3;
	padding: 100px 30px;
	position: relative;
}

#recruit-2{
	background-color: #60C8FF;
	padding: 100px 30px;
	position: relative;
}

#recruit-1 h2{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 65px;
	letter-spacing: 5px;
	color: #3ABAFD;
	background-color: #fff;
	max-width: 700px;
	border-radius: 30px 30px 0 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 100px auto 0;
	text-align: center;
	font-feature-settings: "palt" 1;
}

#recruit-1 h2 span {
    background: linear-gradient(transparent 60%, #FFFDA3 60%);
}

.recruit-box{
	background-color: #FFFFFF;
	max-width: 1150px;
	border-radius: 30px;
	padding: 30px 40px;
	margin: 0 auto;
	position: relative;
}

.recruit-table{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
	font-size: 25px;
	display: flex;
	justify-content: space-between;
}

.recruit-Cont th{
	color: #FFFFFF;
	background-color: #60C8FF;	
	width: 81px;
	height: 77px;
	border-radius: 20px;
	text-align: center;
	align-content: center;
}

.recruit-Cont td{
	color: #0AAAFF;
	line-height: 35px;
	padding-left: 15px;
}

.recurit-staff h3{
	font-family: "Noto sans JP", sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #36BBFF;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 4px;
}

.recurit-staff-box{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	max-width: 1055px;
	margin: 0px auto;
	background-color: #36BBFF;
	border-radius: 20px;
	padding: 12px;
}


.recurit-staff-table{
	font-family: "Noto sans JP", sans-serif;
	font-weight: 600;
	width: 100%;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.staff-table{
	font-size: 22px;
	color: #FFFFFF;
	line-height: 36px;
	letter-spacing: 2px;
}

.staff-table th{
	text-align-last: justify;
	vertical-align: top;
}

.staff-table td{
	vertical-align: top;
}

.recurit-schedule h5{
	font-family: "Noto sans JP", sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #36BBFF;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px;
	background-color: #FFFDA3;
}

.recurit-schedule p{
	font-family: "Noto sans JP", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #8B8B8B;
	padding: 0 12px 24px;
	line-height: 24px;
}



.recurit-schedule{
	min-width: 315px;
	height: 100%;
	font-family: "Noto sans JP", sans-serif;
	font-weight: 600;
	background-color: #fff;
}

.schedule-table{
	font-size: 20px;
	color: #0EAAFF;
	line-height: 30px;
	margin: 12px;
	padding-bottom: 10px;
}

.schedule-table th{
	text-align: right;
	vertical-align: top;
	padding: 0px 6px;
	letter-spacing: 2px;
}

.schedule-table td{
	vertical-align: top;
	padding: 0px 6px;
	letter-spacing: 2px;
}

.recruit-charm{
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}


.recruit-charm-box{
	display: flex;
	justify-content:flex-start;
	margin-bottom: 100px;
	align-items: center;
}

.recruit-charm-text{
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
}

.recruit-charm-text h4{
	font-size: 24px;
	line-height: 34px;
	color: #60C8FF;
	background-color: #fff;
	padding: 14px;
	border-radius: 20px;
	display: inline-block;
}

.recruit-charm-text p{
	width: 640px;
	font-size: 21px;
	line-height: 34px;
	color: #fff;
	letter-spacing: 2px;
	margin-top: 10px;
}

.recruit-ilust01,.recruit-ilust02{
	position: absolute;
	right: -90px;
	bottom: -50px;
}


.recruit-ilust03{
	margin-right: 40px;
}

.recruit-ilust05{
	margin-right: 40px;
	margin-left: 240px;
}

.recruit-ilust07{
	margin-right: 40px;
	margin-left: 500px;
}

.recruit-ilust04{
	position: absolute;
	right: -60px;
}

.recruit-ilust06{
	position: absolute;
	left: -60px;
}

.recruit-contact{
	text-align: center;
}

.recruit-contact a{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	font-feature-settings: "palt" 1;
}


@media (max-width: 480px) {
	
#recruit-1{
	padding: 100px 20px 50px;
}

#recruit-2{
	background-color: #60C8FF;
	padding: 50px 20px;
	position: relative;
}

#recruit-1 h2{
	font-size: 24px;
	letter-spacing: 2px;
	max-width: 270px;
	border-radius: 15px 15px 0 0;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 30px auto 0;
}


	
.recruit-box{
	background-color: #FFFFFF;
	max-width: 1150px;
	border-radius: 15px;
	padding: 15px 15px;
	margin: 0 auto;
	position: relative;
}

.recruit-table{
	font-size: 12px;
	display: block;
	}

	.recruit-Cont{
	margin-bottom: 10px;
	}	
	
.recruit-Cont th{
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

.recruit-Cont td{
	line-height: 20px;
	padding-left: 5px;
}

.recurit-staff h3{
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 30px;
}

.recurit-staff-box{
	max-width: 1055px;
	margin: 0px auto;
	background-color: #36BBFF;
	border-radius: 10px;
	padding: 12px;
}


.recurit-staff-table{
	padding: 0px;
	border-radius: 10px;
	display: block;
	margin: 0px auto;
}

.staff-table{
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0px;
}

.staff-table th{
	text-align-last: justify;
	vertical-align: top;
}

.staff-table td{
	vertical-align: top;
}

.recurit-schedule h5{
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px;
}

.recurit-schedule p{
	font-size: 10px;
	padding: 0 12px 12px;
	line-height: 14px;
}



.recurit-schedule{
	min-width: 200px;
	height: 100%;
	margin-top: 10px;
}

.schedule-table{
	font-size: 10px;
	color: #0EAAFF;
	line-height: 16px;
}

.schedule-table th{
	text-align: right;
	vertical-align: top;
	padding: 6px 6px;
	letter-spacing: 2px;
}

.schedule-table td{
	vertical-align: top;
	padding: 6px 6px;
	letter-spacing: 2px;
}

.recruit-charm{
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}


.recruit-charm-box{
	display: block;
	margin-bottom: 50px;
	align-items: center;
}

.recruit-charm-text{
	width: 100%;
}

.recruit-charm-text h4{
	font-size: 16px;
	line-height: 24px;
	color: #60C8FF;
	background-color: #fff;
	padding: 14px;
	border-radius: 20px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.recruit-charm-text p{
	width: 100%;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0px;
	margin-top: 10px;
}

.recruit-ilust01,.recruit-ilust02{
	width: 45%;
	position: absolute;
	right: -30px;
	bottom: -30px;
}


.recruit-ilust03{
	display: block;
	margin: 0 auto 15px;
	}

.recruit-ilust05{
	display: block;
	margin: 0 auto 15px;
}

.recruit-ilust07{
	display: block;
	margin: 0 auto 15px;
	right: 0px;
}

.recruit-ilust04{
	position: relative;
	margin: 20px auto 0;
}

.recruit-ilust06{
	position: relative;
	margin: 20px auto;
	left: 0px;
}



.recruit-contact a{
	font-size: 20px;
}
	
}






/*おといあわせ*/
#contact-1{
	background-color: #FFFDA3;
	padding: 100px 30px;
	position: relative;
}

#contact-2{
	background-color: #60C8FF;
	padding: 100px 30px 90px;
	position: relative;
}

@media only screen and (max-width: 768px) {
     #contact-2 {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        padding: 20px; } }

.contact-LINE{
	margin: 100px auto 0;
	text-align: center;
}

.contact-box{
	max-width: 900px;
	background-color: #fff;
	margin: 0 auto;
	padding: 24px;
	border-radius: 20px;
}

.contact-box h1{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;	
	font-size: 52px;
	color: #60C8FF;
	text-align: center;
	margin-bottom: 40px;
}

.contact_boxttl{
	font-family: "Noto sans JP", sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #60C8FF;
	padding: 20px 0;
}


.center{
	text-align: center;
}



   #contact-2 .contact_read {
      text-align: center;
      margin-bottom: 50px;
      color: #FFFFFF;
      font-size: 25px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased; }
   #contact-2 .contact_rapper {
      max-width: 800px;
      margin: 0 auto; }
     #contact-2 .contact_rapper span {
		 font-size: 16px;
		 color: red; }
     #contact-2 .contact_rapper .flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
         #contact-2 .contact_rapper .flex {
            /*　画面サイズ $spWidth まではここを読み込む　*/
            flex-direction: column; } }
       #contact-2 .contact_rapper .flex .contact_box_ttl {
          width: 40%;
          color: #FFFFFF; }
          @media only screen and (max-width: 768px) {
           #contact-2 .contact_rapper .flex .contact_box_ttl {
              /*　画面サイズ $spWidth まではここを読み込む　*/
              width: 100%; } }
       #contact-2 .contact_rapper .flex .contact_box_normal,#contact-2 .contact_rapper .flex .contact_box_textarea {
		   width: 65%;
		   padding: 20px;
		   border: #60C8FF 3px solid;
	border-radius: 20px;
}
          @media only screen and (max-width: 768px) {
           #contact-2 .contact_rapper .flex .contact_box_normal,#contact-2 .contact_rapper .flex .contact_box_textarea {
              /*　画面サイズ $spWidth まではここを読み込む　*/
              width: 100%; } }


   #contact-2 .privacy_ttl_1 {
      font-size: 20px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 10px; }
   #contact-2 .privacy_wrap .privacy_ttl {
      font-size: 18px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 10px; }
   #contact-2 .privacy_wrap .privacy_txt {
      margin-bottom: 10px; }
   #contact-2 .privacy_wrap .privacy_h {
      font-size: 16px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 5px; }
   #contact-2 .btn-mail {
      padding: 20px 60px;
      border-radius: 20px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      font-size: 28px;
      position: relative;
      margin: 30px auto 0;
      color: #60C8FF;
      text-align: center;
      background-color: #FFFFFF;
}

   #contact-2 .btn_return {
      background-color: #A5A5A5;
      padding: 20px;
      width: 200px;
      border-radius: 10px;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      font-size: 30px;
      position: relative;
      margin: 0 auto;
      color: #fff;
      text-align: center;
      margin-top: 10px;
      }
 #contact-2 .privacy_wrap {
    height: 250px;
    border: none;
    overflow-y: scroll;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
    padding: 16px;
    box-sizing: border-box;
    margin: 50px auto;
    background-color: #ededed; }
 #contact-2 p.privacy {
    line-height: 1.7; }
 #contact-2 .privacy_strong_title {
    font-weight: bold; }
 #contact-2 .contact_field {
    display: none; }

#contact2{
position: relative;
}

.contact-ilust01{
	position: absolute;
	bottom: 0;
	right: 28%;
}


@media (max-width: 768px) {
 #contact-2 .contact_read {
     font-size: 20px;
	  }
.contact-box h1{
	font-size: 32px;
	margin-bottom: 40px;
}

.contact_boxttl{
	font-size: 20px;
	padding: 10px 0;
}

.contact-ilust01{
	width: 30%;
	right: 5%;
}
	
	
.copy_footer{
	font-size: 12px;
}
	


.address{
	font-size: 13px;
}


}




/* ボタン全体 */
#page_top {
width: 50px;
height: 50px;
position: fixed;
right: 30px;
bottom: 30px;
background: #164687;
opacity: 1;
border-radius: 50%;
z-index: 99;
}

/* Font Awesome */
#page_top::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 30px;
color: #ffffff;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}


