@charset "UTF-8";

/* contents
===================================*/
#contents.oem{
    /*padding-bottom: 4em;*/
}

@media screen and (max-width: 768px) {
#contents.oem{
    /*padding-bottom: 2em;*/
}
}

#contents h3 span.sec{
	display: block;
	font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
#contents h3 span.sec{
	font-size: 2.0rem;
}
}


/* mainimage
===================================*/

#mainimage.oem{
    background-image: url("../images/oem/MainVisual.png");
	height: 580px;
}

@media screen and (max-width: 768px) {
#mainimage.oem {
	height: 330px;
  }
}

#mainimage.oem_{
    background-image: url("../images/oem/_MainVisual.png");
	height: 580px;
}

@media screen and (max-width: 768px) {
#mainimage.oem_ {
	height: 330px;
  }
}

/* not */

#mainimage.oem.not{
    position: relative;
}

#mainimage.oem.not::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 5px solid #FF0004;
	z-index: 3;
}



#mainimage.oem::before{
    position: absolute;
	content:'';
	width: 100%;
	height: 260px;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(00,00,00,0.80), rgba(00,00,00,0.00));
	background-blend-mode: multiply;
}

#mainimage.oem::after{
    position: absolute;
	content:'';
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.00), rgba(255,255,255,1.00));
	background-blend-mode: multiply;
}

#mainimage .ttl{
    position: absolute;
    max-width: 1100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 38%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	z-index: 33;
}

/* intro-wrap
===================================*/

.intro-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.intro-wrap {
}
}

.intro-wrap .inner {
    /*max-width: 1280px; /*1200px*/
	max-width: 1430px; /*1350*/
	padding-top: 4em;
	padding-bottom: 4em;
}
@media only screen and (max-width:768px){
.intro-wrap .inner {
	padding-top: 2em;
	padding-bottom: 2em;
}
}

.intro-wrap h2{
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
.intro-wrap h2{
    margin-bottom: 1em;
}
}

.intro-wrap h3 {
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
}

.intro-wrap h3 span.eng {
  display: block;
  font-size: 1.4rem;
	color: #4E4E4E;
	letter-spacing: 0.05em;
	padding-top: 5px;
}

@media only screen and (min-width:1px) and (max-width:768px) {
  .intro-wrap h3 {
    font-size: 2.0rem;
  }
  .intro-wrap h3 span.eng {
    font-size: 1.2rem;
  }
} /*@mediaEnd*/


.intro-wrap p.lead{
	font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
	margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
.intro-wrap p.lead{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
.intro-wrap p.lead{
	text-align: justify;
}
}

.intro-wrap ul{
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.intro-wrap li{
	width: 29%;
	margin: 0 2%;
	text-align: center;
}

.intro-wrap li .maru{
	max-width: 234px;
	margin: 20px auto;
}
@media only screen and (max-width: 480px) {
.intro-wrap li .maru{
	margin: 10px auto;
}
}

.intro-wrap li .maru img{
	max-width: 100%;
	border-radius: 50vh;	
}

.intro-wrap p{
	text-align: center;
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
.intro-wrap p{
	font-size: 1.2rem;
}
}

/* flow_wrap
==================================*/
.flow_wrap {
	width: 100%;
    padding: 6em 0 3em;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
.flow_wrap {
    padding: 3em 0 1.5em;
}
}

.flow {
	max-width: 1000px;
	margin: 0 auto;
	/* not */
	/*border: 5px solid #FF0004;*/
}

.flow.not {
	border: 5px solid #FF0004;
}

.flow dl{
	position: relative;
	width: 100%;
	background-color: #EDEDE4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.flow dl:after{
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	width: 46px;
	height: 50px;
	background-image: url(../images/oem/arrow.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 3;
}
@media only screen and (max-width: 768px) {
.flow dl:after{
	background-size: 36px auto;
}
}
.flow dl:last-child:after{
	display: none;
}

.flow dt,
.flow dd{
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.flow dt,
.flow dd{
	padding: 20px;
}
}

.flow dt{
	width: 240px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media only screen and (max-width: 768px) {
.flow dt{
	width: 100%;
	font-size: 1.6rem;
}
}
.flow dt:after{
	position: absolute;
	content:'';
	right: 0;
	bottom: 0;
	width: 1px;
	height: 70%;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
.flow dt:after{
	position: absolute;
	content:'';
	right: auto;
	left: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background-color: #FFFFFF;
}
}

.flow dd{
	width: calc( 100% - 240px);
	position: relative;
}
@media only screen and (max-width: 768px) {
.flow dd{
	width: 100%;
	font-size: 1.4rem;
}
}

.flow dt span{
	font-size: 3.0rem;
	letter-spacing: 0;
	margin-right: 20px;
}
@media only screen and (max-width: 768px) {
.flow dt span{
	font-size: 2.4rem;
	margin-right: 16px;
}
}


/* faq_wrap
======================================================================*/

.faq_wrap {
    width: 100%;
    padding: 3em 0 6em;
	overflow: hidden;
	background-color: #F7F7F7;
}

@media only screen and (max-width:768px){
.faq_wrap {
    padding: 1.5em 0 3em;
}
}

.faq_sec {
	max-width: 1000px;
	margin: 0 auto;
	/* not */
	/*border: 5px solid #FF0004;*/
}

.faq_sec.not {
	/* not */
	border: 5px solid #FF0004;
}

.faq_wrap dl.faq{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #707070;
}

.faq_wrap dl.faq dt{
	width: 100%;
	padding: 20px 60px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: left;
	background-image: url(../images/oem/faq_open.svg);
	background-repeat: no-repeat;
	background-position: right center;
	/*回り込み回避*/
	display: flex;
	align-items: flex-start;
	align-items: center;
}
@media only screen and (max-width:768px){
.faq_wrap dl.faq dt{
    padding: 14px 40px 14px 0px;
    font-size: 1.4rem;
}
}

.faq_wrap dl.faq dt span{
	font-size: 3.0rem;
	letter-spacing: 0;
	margin-right: 20px;
	/*回り込み回避*/
	flex: 0 0 auto;             
	display: inline-block;
	line-height: 1;
}
@media only screen and (max-width:768px){
.faq_wrap dl.faq dt span{
	font-size: 2.4rem;
	margin-right: 16px;
}
}
/*
.faq_wrap dl.faq dt img{
     position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}
*/
.faq_wrap dl.faq dd{
    width: 100%;
	padding-left: 40px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: justify;
}

@media only screen and (max-width:768px){
.faq_wrap dl.faq dd{
    padding-bottom: 20px;
    font-size: 1.3rem;
}
}

/*** accordion ***/

.faq_wrap dl .ac-parent {
    position: relative;
    cursor: pointer;
}

.faq_wrap dl .ac-parent:after {
    content: none;
}

/* オープン時にopenクラスを付与 */
.faq_wrap dl.faq dt.open{
    background-image: url(../images/oem/faq_close.svg);
}
/*.faq_wrap dl.faq dt.open img{
    top: 40%;
    transform: rotate(90deg);
}*/

/* 初期状態を閉じる */
.faq_wrap dl .ac-child {
  display: none;
}

.faq_wrap .option{
	width: 100%;
	background-color: #FFFFFF;
	padding: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 4em;
}

@media only screen and (max-width:768px){
.faq_wrap .option{
	padding: 2em;
	border-radius: 12px;
	margin-top: 2em;
}
}

.faq_wrap h5{
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 1.5em;
}

@media only screen and (max-width:768px){
.faq_wrap h5{
	font-size: 1.6rem;
}
}

@media only screen and (max-width:768px){
.faq_wrap .option p{
	font-size: 1.4rem;
	text-align: justify;
}
}


/* form_wrap
======================================================================*/

.form_wrap {
    width: 100%;
    padding: 6em 0;
	overflow: hidden;
	background-color: #EDEDE4;
}

@media only screen and (max-width:768px){
.form_wrap {
    padding: 3em 0;
}
}

/* form_set
===================================*/

#form_set {
    width: 100%;
	max-width: 1000px;
   margin: 0 auto;
    overflow: hidden;
}

#form_set .ttlbox {
	padding-bottm: 2em;
}

#form_set p{
	text-align: left;
	margin-bottom: 3em;
}

#form_set p.thanks{
	text-align: center;
	margin-bottom: 3em;
}

#form_set p.status{
	margin-bottom: 30px;	
}

#form_set p.status img{
	height: auto;
	width: 100%;	
}

#form_set p#agree_check{
	text-align: center;
	margin-top: 40px;
    margin-bottom: 20px;
}

.table_inside{
	/*max-width: 1020px;
	margin-right: auto;
	margin-left: auto;*/
	background-color: #FFF;
	padding: 70px;
}

#form_set table{
	width: 100%;
	background-color: #FFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#form_set table p{
	margin-bottom: 0.5em;	
}

#form_set tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;	
}

#form_set th{
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	width: 25%;
	font-size: 16px;
	color: #000;
	background-color: #F2F6F9;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_set td{
	margin: 0;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form_set td input,
#form_set td select{
	vertical-align:middle;
}

#form_set td.job{
	font-size: 16px;
	font-weight: bold;
}

input.error,
textarea.error{
	background-color: #FFFFBF;
}

input{
	font-size: 16px;
}

input.w010{
	width: 8%;
	padding: 1%;
	font-size: 16px;
}

input.w015{
	width: 13%;
	padding: 1%;
	font-size: 16px;
}

input.w030{
	width: 28%;
	padding: 1%;
	font-size: 16px;
}

input.w050{
	width: 48%;
	padding: 1%;
	font-size: 16px;
}

input.w100{
	width: 98%;
	padding: 1%;
	font-size: 16px;
}

textarea.w100{
	width: 98%;
	padding: 1%;
	font-size: 16px;
}

.icon{
	vertical-align: middle;
	padding-right: 10px;
}

/*
.required{
	color: #E41E00;
	margin-bottom: 10px;
}
*/

p.caution{
    color: #E41E00;
}
/*
#remarks {
	width: 100%;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#remarks p{
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin-bottom: 1em;
}

#remarks p.link{
	background-image: url(../../contact/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	display: inline-block;
}
*/
#btn_set{
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	width: 100%;
}

#btn_set ul{
	text-align: center;
	overflow: hidden;
}

#btn_set li{
	display: inline-block;
	margin: 10px;
}

#btn_set .check {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	background-color: #F2F6F9;
	border: 1px solid #CCC;
	margin-bottom: 2em;
	padding: 2em;
}

/*応募フォーム*/

#form_set table.detail{
	margin-bottom: 4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
}

#form_set table.detail th{
	padding: 1em;
	background-color: #EDF5F4;
}

#form_set table.detail td{
	padding: 1em;
}


#form_set table.entry{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}


/* ft_tel
===================================*/

.ft_tel {
    width: 100%;
    padding-top: 2em;
    border-top: 1px solid #cccccc;
}

.ft_tel p.lead{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
}

.ft_tel p.tel{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    /*font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;*/
    text-align: center;
    padding: 0;
    background-image: none;
}

.ft_tel p.tel span{
    font-size: 24px;
    margin-right: 10px;
}

.ft_tel p.sub{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #5D4F39;
}

@media only screen and (min-width:1px) and (max-width:768px) {
.ft_tel p.lead{
    font-size: 18px;
}

.ft_tel p.tel{
    font-size: 30px;
}

.ft_tel p.tel span{
    font-size: 20px;
    margin-right: 10px;
}

.ft_tel p.sub{
    font-size: 12px;
}
}




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

[Media Queries] smart phone : Landscape

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

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

/* form_set
===================================*/

.table_inside{
	background-color: #FFF;
	padding: 20px;
}

#form_set table{
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#form_set th{
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;
	background-color: #FFF;
}

#form_set td{
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;
}

#remarks p{
	font-size: 14px;
}

input.w015{
	width: 28%;
	padding: 1%;
	font-size: 16px;
}

input.w030{
	width: 48%;
	padding: 1%;
	font-size: 16px;
}

} /*@mediaEnd*/


/* tab-wrap
===================================*/

.tab-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
	overflow: hidden;
}

.tab-wrap .inner {
    /*max-width: 1280px; /*1200px*/
	max-width: 1430px; /*1350*/
}
@media only screen and (max-width: 768px) {
.tab-wrap .inner {
    padding: 0 10px;
}
}

.tab-wrap ul{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*background-color: #F7F7F7;*/
}

.tab-wrap li{
	width: 33%;
	margin: 0;
	text-align: center;
}

.tab-wrap li .maru{
	/*max-width: 234px;*/
	max-width: 200px;
	margin: 20px auto;
}
@media only screen and (max-width: 480px) {
.tab-wrap li .maru{
	margin: 10px auto;
}
}

.tab-wrap li .maru img{
	max-width: 100%;
	border-radius: 50vh;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.tab-wrap li .maru img{
	margin-bottom: 10px;
}
}

.tab-wrap li a span{
	position: relative;
	text-align: center;
	font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 2.0rem;
	line-height: 1.4;
	color: #000;
}
@media screen and (max-width: 768px) {
.tab-wrap li a span{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
.tab-wrap li a span{
	font-size: 1.2rem;
}
}
.tab-wrap li a:hover span::after,
.tab-wrap li.active a span::after {
	position: absolute;
	content: '';
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate( -50%, -25%) rotate(135deg);
	left: 50%;
	bottom: -20px;
}

@media only screen and (max-width: 480px) {
.tab-wrap span{
	font-size: 1.4rem;
}
}


/* tab
======================================================================*/

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
	display: block;
	padding: 20px;
	border-radius: 20px 20px 0px 0px;
	background-color: #FFFFFF;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
.tab li a{
	padding: 10px;
}
}

.tab-wrap li a:hover  {
	opacity: 0.6;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background-color: #F7F7F7;
}

.tab li.active a:hover{
	opacity: 1.0;
}

/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background-color: #F7F7F7;
	padding: 0px 0px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}