@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (min-width: 897px) {
	.comMenu .topMenu {
		margin-bottom: 30px !important;
	}
}
#gHeader {
	z-index: inherit;
}
#gHeader .btn {
	padding-right: 235px;
	margin-right: 30px;
	z-index: 304;
}
#main {
    margin-top: 0;
	background: none;
	padding: 0;
	z-index: 306;
}
.mainVisual .infoBox {
	width: 73.3%;
	float: right;
	position: relative;
}
.mainVisual .infoBox .imgList {
    width: 95.5%;
	position: relative;
	z-index: 303;
}
.mainVisual .infoBox .imgList li {
	float: left;
}
.mainVisual .infoBox .imgList li img {
    width: 100%;
		aspect-ratio: 500/303;
		object-fit: contain;
}
.mainVisual .infoBox .title {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 117px 93px 0 94px;
	background: #fff0db;
	z-index: 303;
	box-sizing: border-box;
}
.comMenu {
	position: relative;
	z-index: 310;
}
.newsSec {
	position: relative;
	z-index: 100;
}
.newsSec:before {
	position: absolute;
	left: 0;
	top: -41px;
	width: 100%;
	height: 41px;
	background: url("img/index/bg01.png") no-repeat left top;
	background-size: 100% auto;
	content: "";
	z-index: 100;
}
.newsSec .infoBg {
	padding: 45px 0 103px;
	background: #FAFAFA;
}
.newsSec .content {
	width: 820px;
}
.serviceSec {
	padding: 82px 0 99px;
	background-image: -moz-linear-gradient( 91deg, rgb(247,216,158) 0%, rgba(248,183,59,0.99608) 100%);
	background-image: -webkit-linear-gradient( 91deg, rgb(247,216,158) 0%, rgba(248,183,59,0.99608) 100%);
	background-image: -ms-linear-gradient( 91deg, rgb(247,216,158) 0%, rgba(248,183,59,0.99608) 100%);
}
.serviceSec .headLine01 {
	margin-bottom: 16px;
}
.serviceSec .headLine01 .en {
	color: #fff0da;
}
.serviceSec .txt {
	margin-bottom: 76px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
    font-family:"fot-tsukuardgothic-std",sans-serif;
}
.serviceSec .listUl {
	margin-top: -50px;
}
.serviceSec .listUl > li {
	width: 285px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 100px;
	margin: 50px 10px 0;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 18px rgba(0,0,0,0.2);
}
.serviceSec .listUl > li .pho {
	margin-bottom: 20px;
	display: block;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.serviceSec .listUl > li .ttl {
	margin: 0 15px 22px;
	padding-bottom: 5px;
	color: #f25f15;
	display: block;
    font-family: "fot-tsukuardgothic-std",sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	background: url("img/index/line01.png") repeat-x left bottom;
}
.serviceSec .listUl > li .txtSpan {
	display: block;
	margin: 0 20px;
	color: #333;
	text-align: center;
	line-height: 1.8;
}
.serviceSec .listUl > li .linkList {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
}
.serviceSec .listUl > li .linkList li {
	margin: 0 auto 10px;
}
.serviceSec .listUl > li .linkList li:last-child {
	margin-bottom: 0;
}
.serviceSec .listUl > li .linkList .comBtn01 a {
	font-size: 1.6rem;
}
.messageSec {
	padding: 100px 0;
	background: url("img/index/message_bg.jpg") no-repeat center center;
	background-size: cover;
}
.messageSec .messageBox {
	margin: 0 106px;
	padding: 45px 74px 60px;
	background: #fff0db;
	border-radius: 20px;
	box-shadow: 1.462px 4.782px 20px 0px rgba(0, 0, 0, 0.1);
}
.messageSec .messageBox .headLine01 {
	margin-bottom: 50px;
}
.messageSec .inner {
	margin-bottom: 60px;
}
.messageSec .inner .photoBox {
	margin-top: -8px;
	padding-right: 36px;
	float: right;
}
.messageSec .inner .textBox {
	float: left;
	width: 354px;
}
.messageSec .inner .textBox p {
	margin-bottom: 27px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.messageSec .inner .textBox p:last-child {
	margin-bottom: 0;
}
.messageSec .inner01 .photoBox {
	margin: -84px -38px 0 0;
}
.messageSec .inner01 .textBox {
	width: 460px;
}
.aboutSec {
	padding: 85px 0 160px;
}
.aboutSec img {
	border-radius: 20px;
}
.aboutSec .headLine01 {
	margin-bottom: 75px;
}
.aboutSec .listUl li {
	margin-right: 50px;
	width: 380px;
	text-align: center;
}
.aboutSec .listUl li:nth-child(3n) {
	margin-right: 0;
}
.aboutSec .listUl li a {
	padding: 30px 30px 34px;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #FAFAFA;
	box-sizing: border-box;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	border-radius: 20px;
}
.aboutSec .listUl li .pho {
	display: block;
	margin-bottom: 28px;
}
.aboutSec .listUl li .txt {
	display: block;
	color: #f25f15;
	font-size: 3.2rem;
	font-weight: 700;
    font-family: "fot-tsukuardgothic-std",sans-serif;
}
.aboutSec .listUl li a:hover {
	opacity: 0.7;
}
.recruitSec {
	padding: 84px 0 20px;
	background: #fff0db;
}
.recruitSec .headLine01 {
    margin-bottom: 73px;
}
.recruitSec .linkBox {
    width: 1028px;
    margin: 0 auto 90px;
    position: relative;
    text-align: center;
}
.recruitSec .linkBox:before {
    position: absolute;
    right: -10px;
    left: 10px;
    top: 10px;
    bottom: -10px;
    border-radius: 20px;
    background: #f8b63b;
    content: "";
    z-index: 1;
}
.recruitSec .infoBox {
    display: block;
    position: relative;
    z-index: 2;
	background: #fff;
	border-radius: 20px;
}
.recruitSec .linkBox .btn {
    position: absolute;
    left: 0;
    bottom: 76px;
    z-index: 2;
}
.recruitSec .linkBox a {
	display: block;
}
.recruitSec .linkBox a:hover {
	opacity: 0.7;
}
.recruitSec .linkList {
    margin-bottom: 170px;
	align-items: center;
}
.recruitSec .linkList li {
    margin: 0 26px;
}
.recruitSec .linkList li a {
    padding: 4px 6px 8px;
    display: block;
    width: 350px;
    color: #f25f15;
    font-size: 3.2rem;
    font-family: "fot-tsukuardgothic-std",sans-serif;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border: 5px solid #f25f15;
    border-radius: 50px;
    box-sizing: border-box;
}
.recruitSec .linkList li a:hover {
    color: #fff;
    background: #f25f15;
}
.recruitSec .linkList li a.recruit{
	border: 1px solid #F8B645;
	background-color: #f8b63b;
	color: #fff;
	border-radius: 20px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-size: 2.5rem;
}
.recruitSec .linkList li a.recruit:hover{
	background-color: #fff;
	color: #f8b63b;
}
.recruitSec .enTxt {
    text-align: center;
}
.voiceSec {
    position: relative;
    margin-top: -39px;
    padding: 90px 0 0;
    background: url("img/index/bg02.png") repeat-x left top;
}
.voiceSec h2 {
    margin-bottom: 90px;
    color: #f25f15;
    font-family: "fot-tsukuardgothic-std",sans-serif;
    font-size: 3.2rem;
    text-align: center;
}
.voiceSec h2 .info {
    padding-bottom: 7px;
    display: inline;
    border-bottom: 1px solid #f8b63b;
}
.voiceSec .listUl {
    margin-left: 330px;
}
.voiceSec .listUl li {
    margin: 0 30px 0 0;
    width: 268px;
}
.voiceSec .listUl li span {
    display: block;
}
.voiceSec .listUl li .pho {
    margin: 0 auto 20px;
    width: 160px;
	padding-bottom: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}
.voiceSec .listUl li .ttl {
    margin: 0 34px 20px;
    color: #f25f15;
    font-size: 2rem;
    font-family: "fot-tsukuardgothic-std",sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
}
.voiceSec .listUl li .txtSpan {
	margin-bottom: 23px;
    line-height: 1.8;
}
.voiceSec .listUl li .comBtn {
    width: 150px;
    margin: 0 auto;
}
.voiceSec .listUl li .comBtn a {
	padding: 4px 10px 7px;
}
@media all and (max-width: 896px) {
	#main {
		margin-top: 0;
		background: none;
		padding: 0;
	}
	.mainVisual .infoBox {
		width: 100%;
		float: none;
	}
    .mainVisual .infoBox .imgList {
		width: 97.5%;
    }
	.mainVisual .infoBox .title {
		width: 87px;
		padding: 11% 2px 100px 40px;
		background: url("img/index/sp_title_bg.png") no-repeat right top;
		background-size: 87px 100%;
		box-sizing: border-box;
	}
	.mainVisual .infoBox .imgList li img {
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	.newsSec:before {
		top: -30px;
    	height: 30px;
		background: url("img/index/sp_bg01.png") no-repeat left top;
		background-size: cover;
	}
	.newsSec .infoBg {
		padding: 36px 0 54px;
	}
	.newsSec .content {
		width: auto;
	}
	.serviceSec {
		padding: 37px 0 31px;
	}
	.serviceSec .headLine01 {
		margin-bottom: 8px;
	}
	.serviceSec .txt {
		margin-bottom: 32px;
		font-size: 1.6rem;
        line-height: 1.75;
	}
	.serviceSec .listUl {
		margin: 0 5px;
        justify-content: space-between;
	}
    .serviceSec .listUl > li:first-child {
        width: 100%;
    }
	.serviceSec .listUl > li {
		width: 48%;
        display: block;
		padding-bottom: 15px;
		margin: 0 0 20px 0;
		border-radius: 10px;
        text-align: center;
		box-shadow: 0 0 18px rgba(0,0,0,0.2);
	}
	.serviceSec .listUl > li:nth-child(3n) {
		margin-right: 0;
	}
	.serviceSec .listUl > li .pho {
		margin-bottom: 10px;
		border-radius: 10px 10px 0 0;
	}
	.serviceSec .listUl > li .pho img {
		width: 100%;
	}
	.serviceSec .listUl > li .ttl {
		margin: 0 10px;
		padding-bottom: 0;
        display: inline-block;
		font-size: 1.4rem;
		line-height: 1.35;
		background: url("img/index/line01.png") repeat-x left bottom;
        background-size: auto 4px;
	}
	.serviceSec .listUl > li .txtSpan {
        display: none;
	}
	.serviceSec .listUl > li .linkList {
		padding: 16px 10px 0;
		position: static;
        width: auto;
	}
	.serviceSec .listUl > li .linkList li {
		margin: 0 auto;
        width: 100%;
	}
	.serviceSec .listUl > li:first-child .linkList01 li {
	  width: 47%;
	}
	.serviceSec .listUl > li:first-child .linkList {
		display: flex;
		justify-content: space-between;
	}
	.serviceSec .listUl > li:last-child .linkList li {
		margin-bottom: 6px;
	}
	.serviceSec .listUl > li .linkList li:last-child {
		margin-bottom: 0 !important;
	}
	.serviceSec .listUl > li .linkList .comBtn01 a {
		font-size: 1.1rem;
	}
	.messageSec {
		padding: 50px 0;
		background: url("img/index/message_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.messageSec .messageBox {
		margin: 0 8px;
		padding: 37px 23px;
		border-radius: 10px;
	}
	.messageSec .messageBox .headLine01 {
		margin-bottom: 33px;
	}
	.messageSec .inner {
		margin-bottom: 25px;
	}
	.messageSec .inner .photoBox {
		margin: 0 auto 17px;
		padding-right: 0;
		float: none;
		text-align: center;
	}
	.messageSec .inner .textBox {
		float: none;
		width: auto;
	}
	.messageSec .inner01 .photoBox {
		margin: 16px auto 0;
		text-align: center;
	}
	.messageSec .inner01 .textBox {
		width: auto;
	}
	.aboutSec {
		padding: 40px 3px 50px;
	}
	.aboutSec img {
		border-radius: 10px;
	}
	.aboutSec .headLine01 {
		margin-bottom: 33px;
	}
	.aboutSec .listUl li {
		margin-right: 6.5%;
		width: 29%;
	}
	.aboutSec .listUl li:nth-child(3n) {
		margin-right: 0;
	}
	.aboutSec .listUl li a {
		padding: 8px;
		box-shadow: 0 0 6px rgba(0,0,0,0.2);
		border-radius: 10px;
	}
	.aboutSec .listUl li .pho {
		margin-bottom: 7px;
	}
	.aboutSec .listUl li .pho img {
		width: 100%;
	}
	.aboutSec .listUl li .txt {
		font-size: 1.2rem;
        margin: 0 -10px;
	}
    .aboutSec .listUl li .txt01 {
        font-size: 1rem;
    }
	.recruitSec {
		padding: 44px 0 20px;
	}
	.recruitSec .infoBox {
		border-radius: 10px;
	}
	.recruitSec .headLine01 {
		margin-bottom: 37px;
	}
	.recruitSec .linkBox {
		width: auto;
		margin: 0 auto 45px;
	}
	.recruitSec .linkBox:before {
		right: -4px;
		left: 4px;
		top: 4px;
		bottom: -4px;
		border-radius: 10px;
	}
	.recruitSec .linkBox .btn {
        width: 210px;
		bottom: 16px;
	}
	.recruitSec .linkList {
		margin: 0 22px 50px;
        display: block;
        width: auto;
	}
	.recruitSec .linkList li {
		margin: 0 0 20px;
	}
    .recruitSec .linkList li:last-child {
        margin-bottom: 0;
    }
	.recruitSec .linkList li a {
		padding: 7px 6px 9px;
		width: 100%;
		margin: 0 auto;
        max-width: 350px;
		font-size: 1.8rem;
		border: 4px solid #f25f15;
		border-radius: 50px;
		box-sizing: border-box;
	}
	.recruitSec .linkList li a.recruit{
		border: 1px solid #F8B645;
		background-color: #f8b63b;
		color: #fff;
		border-radius: 20px;
		padding-top: 0.75em;
		padding-bottom: 0.75em;
		font-size: 1.8rem;
	}
	.recruitSec .linkList li a.recruit:hover{
		background-color: #fff;
		color: #f8b63b;
	}
	.recruitSec .linkList li a:hover {
		color: #f25f15;
		background: #fff;
	}
	.recruitSec .enTxt img {
	}
	.voiceSec {
		position: relative;
		margin-top: -32px;
		padding: 20px 0 0;
		background: url("img/index/sp_bg02.png") no-repeat left top;
        background-size: 100% auto;
	}
    .voiceSec .infoBg {
        padding: 30px 0 0;
        background: #fff;
    }
	.voiceSec h2 {
		margin: 0 20px 30px;
		font-size: 2rem;
	}
	.voiceSec h2 .info {
        display: block;
		padding-bottom: 7px;
	}
	.voiceSec .listUl {
		margin: 0;
	}
	.voiceSec .listUl li {
		margin: 0 15px 0 0;
		width: 145px;
	}
	.voiceSec .listUl li .pho {
		margin: 0 auto 20px;
		padding-bottom: 100px;
		width: 100px;
	}
	.voiceSec .listUl li .ttl {
		margin: 0 0 5px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.voiceSec .listUl li .comBtn {
		width: 100%;
	}
	.voiceSec .listUl li .comBtn a {
		padding: 6px 10px 7px;
	}
}
@media all and (max-width: 374px) {
	.serviceSec .listUl > li .ttl {
		margin: 0 5px;
		font-size: 1.2rem;
	}
}
@media all and (-ms-high-contrast:none){
	.recruitSec .linkList li a {
		padding: 15px 6px 5px
	}
	.voiceSec .listUl li .comBtn a {
		padding: 9px 10px 5px;
	}
}
@media all and (min-width: 1721px) and (max-width: 1800px) {
    .mainVisual .infoBox .title {
        padding: 50px 93px 0 94px;
    }
}
@media all and (min-width: 1521px) and (max-width: 1720px) {
    .mainVisual .infoBox .title {
        padding: 50px 93px 0 94px;
    }
    .mainVisual .infoBox .title img {
        width: 38px;
    }
    .mainVisual .infoBox {
        width: 72%;
    }
}
@media all and (min-width: 1341px) and (max-width: 1520px) {
    .mainVisual .infoBox .title {
        padding: 20px 93px 0 94px;
    }
    .mainVisual .infoBox .title img {
        width: 38px;
    }
    .mainVisual .infoBox {
        width: 68%;
    }
}
@media all and (min-width: 897px) and (max-width: 1340px) {
    .mainVisual .infoBox .title {
        padding: 13px 93px 0 94px;
    }
    .mainVisual .infoBox .title img {
        width: 38px;
    }
    .mainVisual .infoBox {
        width: 68%;
    }
}