@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

:root {
	--main-color: #FFF079;
	--sub-color: #D6C221;
	--sub-color2: #9F8E0B;
	--dark-color: #551E00;
}
a{
	text-decoration: none;
}

body{
	position: relative;
	overflow-x: hidden;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
*{
	font-family: mochiy-pop, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	line-height: 1.8;
	letter-spacing: 4px;
	box-sizing: border-box;
}
.mochiy{
	font-family: mochiy-pop, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.text{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	letter-spacing: 0;
}
.only_pc{
	display: block;
}
.only_sp{
	display: none;
}
ul{
	list-style: none;
}

@media only screen and (max-width: 768px) {
	body{
		width: 100%;
		max-width: 100%;
	}
	.inner{
		width: 90%;
	}
	.only_pc{
		display: none;
	}
	.only_sp{
		display: block;
	}
}

/*  header  */

header{
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}
header .inner{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.head__logo{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("img/head_logo_back.svg") no-repeat;
	background-size: 220px auto;
	width: 220px;
	height: 162px;
	position: absolute;
	top: 0;
	left: 0;
}
.head__logo img{
	width: 170px;
	margin-top: -16px;
}
.nav{
	opacity: 1;
	visibility: visible;
}
.nav ul{
	display: flex;
	margin-top: 20px;
}
.nav li{
	margin-left: 20px;
	font-size: 16px;
}
.nav li a, .nav li a:link, .nav li a:visited{
	color: var(--sub-color2);
}
.nav li a:hover{
	text-decoration: underline;
}
.hamburger{
	display: none;
}

@media only screen and (max-width: 768px){
	.head__logo{
		z-index: 10;
		width: 120px;
		background-size: 120px auto;
		height: 100px;
	}
	.head__logo img{
		width: 100px;
		margin-top: -13px;
	}
	.nav{
		background: rgba(214, 194, 33, 0.8);
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 40;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
	}
	.nav.show{
		opacity: 1;
		visibility: visible;
	}
	.nav ul{
		padding-top: 60px;
		display: block;
	}
	.nav li{
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.nav li a, .nav li a:link, .nav li a:visited{
		color: #fff;
	}
	.hamburger{
		width: 30px;
		height: 24px;
		position: fixed;
		display: block;
		top: 16px;
		right: 16px;
		z-index: 50;
		cursor: pointer;
	}
	.hamburger__box{
		width: 100%;
		height: 24px;
		position: relative;
	}
	.hamburger__box span{
		width: 100%;
		height: 3px;
		background: var(--sub-color2);
		position: absolute;
		transition: .3s;
	}
	.hamburger span:first-of-type{
		top: 0;
		left: 0;
	}
	.hamburger span:nth-of-type(2){
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.hamburger span:nth-of-type(3){
		bottom: 0;
		left: 0;
	}
	.hamburger.show .hamburger__box span{
		background: #fff;
	}
	/* .hamburger.show span:first-of-type{
		top: 50%;
		left: 0;
		transform: rotate(45deg) translateY(-50%);
	}
	.hamburger.show span:nth-of-type(2){
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: none;
	}
	.hamburger.show span:nth-of-type(3){
		bottom: 50%;
		left: 0;
		transform: rotate(-45deg) translateY(-50%);
	} */
}


/*  mv  */

.top__main{
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 80px;
}
.mv{
	margin-bottom: 40px;
}
.mv .inner{
	position: relative;
}
.mv__text{
	position: absolute;
	top: 200px;
	left: 0;
	transform: rotate(-8deg);
}
.mv__text--big{
	font-size: 36px;
	line-height: 1.3;
	background: #fff;
	margin-bottom: 20px;
	display: inline-block;
	width: 457px;
	padding: 0 0 0 10px;
}
.mv__text--small{
	font-size: 20px;
	line-height: 1.3;
	background: #fff;
	display: inline-block;
	padding: 4px 10px;
}
.mv__bg--top{
	position: absolute;
	top: -470px;
	left: 50%;
	margin: auto;
	width: 2500px;
	height: 200px;
	background: var(--main-color);
	z-index: -1;
	transform: rotate(-8deg) translateX(-50%);
}
.mv__bg--bottom{
	position: absolute;
	top: -120px;
	left: 50%;
	margin: auto;
	width: 2500px;
	height: 310px;
	background: var(--main-color);
	z-index: -1;
	transform: rotate(-8deg) translateX(-50%);
}
.mv__bg--star{
	width: 160px;
	position: absolute;
	top: 420px;
	left: 50%;
	transform: translateX(-300%);
}

@media only screen and (max-width: 768px){
	.mv{
		margin-bottom: 100px;
	}
	.mv__bg--top{
		top: -423px;
	}
	.mv__bg--bottom{
		top: -160px;
	}
	.mv__bg--star{
		top: 296px;
		left: 50%;
		transform: translateX(-140%);
	}
	.mv__text{
		top: 57%;
	}
	.mv__text--big{
		font-size: 30px;
		width: 400px;
		margin-bottom: 10px;
	}
	.mv__text--small{
		font-size: 18px;
	}
	.mv__bg--bottom{
		height: 260px;
	}
}
@media only screen and (max-width: 768px){
	.mv__text--big{
		font-size: 22px;
		width: 300px;
	}
	.mv__text--small{
		font-size: 14px;
	}
}

/*  top__about  */

.top__about{
	margin-bottom: 100px;
}
.top__about .inner{
	display: flex;
}
.section__title{
	position: relative;
	width: fit-content;
	margin-right: 150px;
	height: 30px;
}
.section__title::after{
	content: "";
	width: 28px;
	height: 36px;
	background: url(img/midashi_icon.svg) no-repeat;
	background-size: 28px auto;
	position: absolute;
	top: -8px;
	right: -24px;
}
.section__title h2{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}
.section__title--sub{
	position: absolute;
	bottom: -36px;
	right: -90px;
}
.section__title--sub p{
	font-size: 12px;
	line-height: 1.4;
	position: relative;
	padding-top: 10px;
	
}
.section__title--sub::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #000;
}

@media only screen and (max-width: 768px){
	.top__about{
		margin-bottom: 30px;
	}
	.top__about .inner{
		display: block;
	}
	.section__title{
		margin-bottom: 60px;
	}
}


/*  top__doki  */

.top__doki{
	margin-bottom: 80px;
}
.top__doki .inner{
	display: flex;
	padding: 30px;
	border: 10px solid var(--main-color);
	border-radius: 26px;
	gap: 20px;
}
.top__doki__left{
	width: 50%;
}
.top__doki__left h3{
	font-size: 30px;
	line-height: 1;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--sub-color);
	display: inline-block;
	color: var(--sub-color);
	margin-bottom: 20px;
}
.top__doki__left .text{
	margin-bottom: 30px;
}
.link{
	background: var(--sub-color);
	min-width: 160px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	position: relative;
	transition: 0.3s;
}
.link:hover{
	background: var(--sub-color2);
}
.link::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -6px;
	left: -6px;
	z-index: -1;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
.link::after{
	content: "";
	width: 24px;
	height: 8px;
	background: url(img/link_arrow.svg) no-repeat;
	background-size: 24px auto;
	position: absolute;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	transition: 0.3s;
}
.link:hover::after{
	right: -20px;
}

.top__doki__right{

}
.top__doki__right img{
	transform: rotate(-8deg);
	margin-top: 30px;
	width: 100%;
}

@media only screen and (max-width: 768px){
	.top__doki .inner{
		flex-wrap: wrap;
		padding: 20px 20px 30px 20px;
		gap: 0;
	}
	.top__doki__left{
		width: 100%;
		order: 2;
	}
	.top__doki__right{
		width: 100%;
		order: 1;
		margin-bottom: 40px;
	}
	.top__doki__right img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
}


/*  top__liver  */

.top__liver{
	margin-bottom: 80px;
}
.liver__slider{
	margin-top: 80px;
}
.liver__slider li{
	padding: 0 10px;
}
.liver--img{
	margin-bottom: 10px;
	box-shadow: 10px 10px 0px 0 var(--main-color);
	border-radius: 36px;
}
.liver--name{
	text-align: center;
}

/*  top__news  */

.top__news{
	margin-bottom: 80px;
}
.top__news .inner{
	display: flex;
}
.top__news .section__title--sub{
	right: -20px;
}
.top__news .top__news__con{
	width: 100%;
}
.top__news__box{
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}
.top__news__box:last-of-type{
	border-bottom: none;
	margin-bottom: 30px;
}
.top__news--date{
	width: 18%;
}
.top__news--text{
	width: 100%;
}
.top__news--text a{
	color: #000;
}
.top__news--text a:link, .top__news--text a:visited{
	color: #000;
}
.top__news--text a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 768px){
	.top__news .inner{
		display: block;
	}
	.top__news__box{
		display: block;
	}
	.top__news--date{
		font-size: 12px;
	}
	.top__news--text{
		font-size: 14px;
	}
}


/*  top__partner  */

.top__partner{
	margin-bottom: 80px;
}
.top__partner .inner{

}
.top__partner .section__title--sub{
	right: -20px;
}


/*  top__recruit  */

.top__separate{
	margin-bottom: 80px;
}
.top__separate .inner{
	display: flex;
	justify-content: space-between;
}

.top__recruit{
	width: 48%;
	position: relative;
}
.top__recruit .section__title--sub{
	right: -115px;
}
.top__recruit .section__title{
	margin-bottom: 80px;
}
.top__recruit__con p{
	margin-bottom: 50px;
}
.top__recruit--bg{
	position: absolute;
	right: 20px;
	top: 80px;
	height: 80px;
}
.top__recruit--sankaku{
	position: absolute;
	right: 0;
	top: 0;
}

/*  top__qa  */

.top__qa{
	width: 48%;
	position: relative;
}
.top__qa .section__title--sub{
	right: -54px;
}
.top__qa .section__title{
	margin-bottom: 80px;
}
.top__qa__con p{
	margin-bottom: 50px;
}
.top__qa--bg{
	position: absolute;
	right: 20px;
	top: 80px;
	height: 80px;
}
.top__qa--sankaku{
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (max-width: 768px){
	.top__separate .inner{
		display: block;
	}
	.top__recruit{
		width: 100%;
		margin-bottom: 80px;
	}
	.top__qa{
		width: 100%;
	}
}


/*  footer  */

footer{
	background: var(--main-color);
	padding: 60px 0;
}
footer .inner{
	display: flex;
	justify-content: space-between;
}
.footer__left{

}
.footer__left img{
	width: 180px;
}
.footer__left p{

}

.footer__right{
	font-size: 12px;
}
.footer__right a, .footer__right a:link, .footer__right a:visited{
	color: var(--sub-color2);
}
.footer__nav1{
	display: flex;
	margin-bottom: 10px;
}
.footer__nav1 li{
	margin-left: 20px;
}
.footer__nav2{

}
.footer__nav2 li{
	text-align: right;
}
.copy{
	font-size: 12px;
}

@media only screen and (max-width: 768px){
	footer .inner{
		
	}
	.footer__left{
		width: 48%;
	}
	.footer__left img{
		width: 120px;
		display: block;
		margin: 0 auto 10px auto;
	}
	.copy{
		text-align: center;
	}
	.footer__right{
		width: 52%;
	}
	.footer__nav1{
		display: block;
		width: 100%;
	}
	.footer__nav1 li{
		text-align: left;
		width: 100%;
		margin: 0 0 10px 0;

	}
	.footer__nav2 li{
		text-align: left;
		width: 100%;
	}
}