﻿@charset "UTF-8";
/*============================================================

 layout

============================================================*/

main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "sans-serif";
}
.linkRecruitGroup {
    color: #435B67!important;
    font-weight: bold;
}
.scrollWrap {
    position: fixed;
    z-index: 300;
    right: 20px;
    display: block;
    min-width: 85px;
    height: 85px;
    cursor: pointer;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
wrapper {
    min-width: 320px;
    color: #414141;
    overflow: hidden;
}
.headerBelt {
    padding: 7px 0 0;
}
.snsShare {
    margin: 0 auto;
}
.snsShare li {
    text-align: center
}
.snsShare .snsShareTw {
    margin-right: 5px;
}
.socialBtnList {
    margin: 20px 0;
    text-align: center;
}
.socialBtnList > li {
    display: inline-block;
}
.socialBtnList > li + li {
    margin-left: 10px;
    vertical-align: bottom;
}
.socialBtnList > li img {
    width: 32px;
}
.linkRecruitGroup {
    margin: 8px 10px;
}
#top_sp {
    background: url("../images/sp/mv_back.png") no-repeat bottom center;
    background-size: cover;
}
#top_sp h1 {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
}
#top_sp ul li {
    width: 100%;
    margin: 0 auto;
    padding: 3% 8% 0;
}
#top_sp ul li:last-child {
    margin: 3% auto 0;
}
#top_sp p {
    width: 84%;
	font-size: 11px;
	color: #FFFFFF;
    margin: 0 auto ;
	padding: 0 0 3%;
}
#top_sp p a {
	color: #FFFFFF;
	text-decoration: underline;
}
.quickSearchWrap {
    width: 100%;
    margin: 3% auto 25%;
}
form {
    width: 80%;
    margin: 0 auto;
}
form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 80%;
    height: auto;
    border: solid #aaaaaa 1px;
    outline: none;
    border-radius: 5px;
    padding: 10px 0 9px 12px;
    background: #fff url("../images/arrow.png") no-repeat;
    background-position: 97% 50%;
    position: absolute;
    color: #999999;
    font-size: 15px;
    letter-spacing: 0.1rem;
}
select::-ms-expand {
 display: none;
}
.button {
	-webkit-appearance: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    padding: 0;
    background-color: #00b7ee;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	border-radius: 30px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 55px;
}
section {
    margin: 10% 0 0;
}
section h3 {
    background-color: #f8f3ee;
    padding: 5% 20%;
    margin: 0 0 5%;
}
section ul {
    width: 80%;
    margin: 0 auto;
}
.sec01 ul.sp li:last-child p{
	width: 100%;
	margin: 0 auto;
	padding: 0 8% 7% 9%;
	font-size: 3vw;
	color: #555555;
	background-color: #f7f7f7;
}
.sec01 ul.sp li:last-child p a{
	color: #555555;
	text-decoration: underline;
}
section .sec_btn a {
    display: block;
    width: 75%;
    margin: 5% auto 0;
    padding: 15px 0;
    text-align: center;
    color: #00b7ee;
    font-size: 14px;
    border: solid #00b7ee 1px;
    border-radius: 30px;
}
.sec02 .txt {
    font-size: 14px;
    color: #555555;
	width: 87%;
	line-height: 2rem;
	margin: 0 auto;
}
.sec02>p:nth-child(2){text-align: center;}
.sec02>div {
    padding: 6% 7% 5%;
}
.info {
    padding: 0 0 5%;
}
.info a {
    color: #555555;
    text-decoration: underline;
}
.info a:hover {
    color: #ADADAD;
}
.info h4 {
    background-color: #f8f3ee;
    padding: 3% 0;
    font-size: 20px;
    color: #555555;
    text-align: center;
}
.info div {
    width: 80%;
    margin: 5% auto 0;
    font-size: 14px;
    color: #555555;
}
.info div h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.info div p {
    line-height: 2.2rem;
    margin-bottom: 10px;
}
.info div p small {
    display: block;
    font-size: 12px;
    line-height: 2rem;
}
/*共通お知らせ読み込み用*/
.info-point-use {
	text-align: left!important;
	margin: 20px 6% 0!important;
}
.info-point-use p:nth-child(2) {
	text-align: left;
}
.info-point-use div {
	padding: 0!important;
}
@media screen and (min-width: 769px) {
/*PC only
--------------------------------------------------*/
.pc {
    display: block;
}
.sp {
    display: none;
}
.header-sns {
    clear: right;
    float: right;
    position: relative;
    top: 30px;
}
.header-sns ul li {
    font-size: 0;
    display: inline-block;
    position: relative;
}
#main {
    width: 900px;
    margin: auto;
    font-size: 12px;
}
/*	top  */
#top {
    background: url("../images/top_back.png") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 533px!important;
    margin: 15px 0 0;
}
#top h1 {
    position: relative;
    top: 20px;
}
#top h1 img {
    display: block;
    padding: 35px 0;
    margin: 0 auto;
    animation: fadeInUp 0.8s both;
    animation-delay: 0.4s;
}
@keyframes fadeInUp {
 0% {opacity: 0; transform: translateY(20px);}
 100% {opacity: 1; transform: translateY(0);}
	}
#top #icon {
    margin: 0 auto -80px;
    text-align: center;
}
#top #icon > p {
    position: relative;
    display: inline-block;
    animation: swing 0.8s ease;
    animation-delay: 1.5s;
}
#top #icon > p:hover {
    display: inline-block;
    animation: swing 1s ease infinite;
    animation-delay: 0;
}
#top #icon .spoon {
    right: 310px;
    bottom: 130px;
}
#top #icon .cop {
    right: 310px;
    bottom: 70px;
}
#top #icon .knife {
    left: 310px;
    bottom: 70px;
}
#top #icon .fork {
    left: 310px;
    bottom: 130px;
}
@keyframes swing {
 20% {transform: rotate(15deg);}
 40% {transform: rotate(-10deg);}
 60% {transform: rotate(5deg);}
 80% {transform: rotate(-5deg);}
 100% {transform: rotate(0deg);}
}
#top ul {
    width: 885px;
    margin: 0 auto;
    padding: 65px 0 0;
}
#top ul li {
    float: left;
    background-color: #FFFFFF;
    width: 430px;
    height: 204px;
    text-align: center;
}
#top ul li > img {
    margin: 30px 0 0 30px;
    text-align: center;
    animation: fadeInUp 0.8s both;
    animation-delay: 0.4s;
}
#top ul li:last-child > img {
    margin: 33px 10px 0 0;
}
#top ul li:last-child {
    margin-left: 25px;
}
#top .pepa{
	position: relative;
	bottom: 55px;
	right: 28px;
	width: 76px;
	height: 109px;
}
#top .ponta{
	position: relative;
	bottom: 45px;
	left:370px;
	width: 88px;
	height: 96px;
}
#top > p {
    margin: 35px 0 0;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}
	#top > p a {
    color: #FFFFFF;
		text-decoration: underline;
}
/*  /top  */
	

h2 {
    position: relative;
    background-color: #d04548;
    color: #FFFFFF;
    text-align: center;
}
h2:after {
    border: 17px solid transparent;
    border-top-color: #d04548;
    border-bottom-width: 0;
    bottom: -17px;
    content: "";
    display: block;
    left: 49%;
    position: absolute;
    width: 0;
}
h2 p {
    padding: 35px 0 30px;
    margin: 0 auto;
}
.quickSearchWrap {
    width: 699px;
    margin: 40px auto ;
}
form{
	width: 699px;
}
form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 587px;
    height: 60px;
    border: solid #aaaaaa 1px;
    outline: none;
    border-radius: 10px 0 0 10px;
    padding: 8px 0 9px 20px;
    background: #fff url("../images/arrow.png") no-repeat;
    background-position: 97% 50%;
    position: absolute;
    color: #999999;
    font-size: 16px;
    letter-spacing: 0.1rem;
}
select::-ms-expand {
 display: none;
}
input.button {
	-webkit-appearance: none;
    display: block;
    width: 112px;
    height: 60px;
    padding: 0;
    background-color: #00b7ee;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    left: 290px;
	top: 0;
}
input.button:hover {
    background-color: #008CB6;
}
section{
	margin: 0;
}
section h3 {
    background-color: #f8f3ee;
    padding: 41px 0;
	margin: 0 0 35px;
}
section h3 img{
	margin: 0 auto;
}
.sec01 ul {
    width: 885px;
    margin: 40px auto 0;
}
.sec01 ul li {
    float: left;
    font-size: 18px;
    color: #555555;
    line-height: 2.6rem;
}
.sec01 ul li p small {
    font-size: 14px;
    line-height: 1rem;
}
.sec01 ul li:first-child {
    background: url("../images/sec01_li1_img.png") no-repeat;
    width: 430px;
    height: 269px;
}
.sec01 ul li:first-child p {
    width: 340px;
    position: relative;
    top: 88px;
    left: 45px;
}
.sec01 ul li:last-child {
    background: url("../images/sec01_li2_img.png") no-repeat;
    width: 454px;
    height: 269px;
}
.sec01 ul li:last-child p {
    width: 368px;
    position: relative;
    top: 88px;
    left: 60px;
}
	.sec01 ul li:last-child p a {
    color: #555555;
	text-decoration: underline;
}
.sec02 {
    margin: 60px 0 0;
    text-align: center;
}
.sec02>div{
	padding: 35px 0;
}
.sec02 .txt {
    font-size: 20px;
    color: #555555;
	width: 100%;
	line-height: 3rem;
	text-align: center;
}
section .sec_btn a {
    display: block;
    width: 500px;
    margin: 40px auto 0;
    padding: 15px 0;
    text-align: center;
    color: #00b7ee;
    font-size: 22px;
    border: solid #00b7ee 1px;
    border-radius: 30px;
}
section .sec_btn a:hover {
    color: #3ED2FF;
    border-color: #3ED2FF;
    text-decoration: none;
}
.info {
    padding: 60px 0 50px;
    border-bottom: solid 1px #cccccc;
}
.info a {
    color: #555555;
    text-decoration: underline;
}
.info a:hover {
    color: #ADADAD;
}
.info h4 {
    background-color: #f8f3ee;
    padding: 20px 0 18px;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    text-align: center;
}
.info div {
    width: 800px;
    margin: 40px auto 0;
    font-size: 14px;
    color: #555555;
}
.info div h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.info div p {
    line-height: 2.2rem;
    margin-bottom: 10px;
}
.info div p small {
    display: block;
    font-size: 12px;
    line-height: 2rem;
}
/*共通お知らせ読み込み用*/
.info-point-use {
		margin: 40px auto 0!important;
		width: 800px!important;
	}
/*=====================================

* footer

====================================*/
#footer {
    width: 900px;
    margin: 30px auto 10px;
    background: rgb(255, 255, 255);
}
.linkRecruitGroup {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
    font-size: 10px;
    text-decoration: underline;
}
.footerLink {
    border: none;
    padding: 0;
    margin: 0;
    float: right;
}
.footerLink > li {
    display: inline;
    padding: 0 5px;
}
.footerLink > li + li {
    border-left: 1px solid rgb(204, 204, 204);
}
}