@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
}
.mainSP{
	display: none;
}
.mainTab{
	display: none;
}
.wrapper{
	width: 100%;
}
.clear{
	clear:both;
}
.imgSP{
	display:none;
}
.hide{
	display:none;
}
.column2_right p.caution2{
	position:relative;
	height:0;
	padding-top:12px;
	margin-top:-12px;
	font-size:12px;
	font-weight:normal;
	padding-left:0;
}
.header{
	width: 100%;
	background-color: #1e275d;
	height: 554px;
}
.headerInner{
	max-width: 100%;
	background-image:url("../images/main_img.png");
	background-repeat: no-repeat;
	background-position: center 80%;
	margin: 0 auto;
	min-height: 554px;
	background-size: contain;
	position: relative;
}
.headerTriLeft{
	content:"";
	width:176px;
	height:176px;
	position:absolute;
	left:0;
	top:0;
	background-image:url("../images/tri_green_big.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
}
.headerTriRight{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 176px 176px;
	border-color: transparent transparent #111946 transparent;
	animation: gradationTest 15s infinite;
}
 
@keyframes gradationTest {
0% { border-color: transparent transparent #111946 transparent; }
20% { border-color: transparent transparent #2963a8 transparent; }
40% { border-color: transparent transparent #2ada89 transparent; }
60% { border-color: transparent transparent #da7209 transparent; }
80% { border-color: transparent transparent #682452 transparent; }
100% { border-color: transparent transparent #111946 transparent; }
} 


.mainArea{
	position: absolute;
	left: 94px;
	top:38px;
	width: 486px;
	text-align: center;
	color: #fff;
	background-image:url("../images/dotBack.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:80% 80%;
}
.logo{
	background-image:url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	height: 86px;
	width: 89px;
	background-size: contain;
	text-indent: -9999px;
	margin-bottom: 26px;
}
.catch{
	display: none;
}
h2.ttl{
	display: none;
}
h1.itemName{
	background-image:url("../images/item_name.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	height: 158px;
	width: 420px;
	background-size: contain;
	text-indent: -9999px;
	margin-bottom: 28px;
}
p.itemText{
	background-image:url("../images/lead_text.svg");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	height: 65px;
	width: 374px;
	background-size: contain;
	text-indent: -9999px;
	margin-bottom: 28px;
}

a.linkBtn{
	display: block;
	max-width: 375px;
	width: 98%;
	height: 48px;
	background-color: #2ada89;
	border-radius: 8px;
	color: #1e275d;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 48px;
	font-size: 18px;
	position: relative;
	margin: 0 auto;
	padding-right: 20px;
}
a.linkBtn:hover{
	opacity: 0.8;
}
a.linkBtn:before{
	content: " ";
	display: block;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 30px;
	height: 30px;
	background-image:url("../images/right_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/* コンテンツ */
.section{
	width: 100%;
	margin: 0 0;
	padding: 0 0;
}
.blue{
	background-color: #1e275d;
}
.green{
	background-color: #d9e4e4;
}
.gray{
	background-color: #efefef;
}
.green2{
	background-color: #2ada89;
}
.textGreen{
	color: #2ada89;
}
.textLightBlue{
	color:#d9e4e4;
}
.textWhite{
	color: #fff;
}
.textBlue{
	color: #1e275d;
}
.textCenter{
	text-align:center !important;
}
.blue h3{
	color:#fff;
}
.blue h3.textGreen{
	color: #2ada89;
}
.lead2{
	line-height:1.5;
	margin-bottom:30px;
}
.section .inner{
	max-width: 1200px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 60px 100px;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #1e275d;
}
.section .inner.lineupInner{
	padding: 20px 100px;
}
.inner img{
	width: 100%;
}
.inner video{
	width: 100%;
	object-fit: cover;
}
.inner.video_back{
	width:1200px;
	height:704px;
	margin:0 auto;
	background-image:url("../images/video_back.png");
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
.inner .sample{
	position:absolute;
	width:790px;
	height:438px;
	left:219px;
	top:150px;
}
.inner .name{
	font-size: 24px;
	margin-bottom: 28px;
}
.inner h3{
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 28px;
	line-height: 1.25;
	text-align:center;
	margin:28px auto 28px auto;
}
.inner p.lead{
	text-align: left;
	margin: 12px auto 28px auto;
	font-size: 1.2em;
	line-height: 1.25;
	letter-spacing: 2px;
}
.inner p.lead2{
	font-size:0.8em;
}
.inner p.lead3{
	text-align: center;
	margin: 12px auto 28px auto;
	font-size: 1.2em;
	line-height: 1.25;
	letter-spacing: 1px;
	max-width:72%;
	font-weight:bold;
}
.inner p.lead.center{
	text-align: left;
}
.inner div.note{
	width: 100%;
	margin: 40px auto;
	text-align: left;
	font-size: 0.78em;
	line-height: 1.25;
	color: #727171;
	padding-left: 1em;
}
.inner div.note p{
	text-indent: -1em;
	margin-bottom: 4px;
}
.caution{
	text-align:left;
	margin-top:30px;
	line-height:1.75;
	font-size:0.70em;
}
.photos img{
	width:50%;
	float:left;
}
.greenBox{
	font-size:16px;
	display:inline-block;
	margin-left:30px;
	line-height:1;
	font-weight:bold;
	background-color: #2ada89;
	padding:12px 20px;
	vertical-align:middle;
}
.inner .lineUpArea{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.inner .lineUpArea a{
	cursor: pointer;
	width: 20%;
}
.inner .lineUpArea a:hover{
	opacity: 0.8;
}
.inner .lineUpArea div{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.inner .lineUpArea div img{
	width: 40%;
}
.lineUpTtl{
	background-image: url("../images/lineup.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 200px;
	height: 28px;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
}
.lineUpArea div p{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	width: 58%;
	margin-left: 2%;
	padding-top: 20%;
	text-indent: -9999px;
}
.lineUpArea div p.ttl_irtd08{
	background-image: url("../images/lineupTtl_irtd08.svg");
}
.lineUpArea div p.ttl_f100{
	background-image: url("../images/lineupTtl_f100.svg");
}
.lineUpArea div p.ttl_dc77{
	background-image: url("../images/lineupTtl_dc77.svg");
}
.lineUpArea div p.ttl_d10{
	background-image: url("../images/lineupTtl_d10.svg");
}
.lineUpArea div p.ttl_dc506{
	background-image: url("../images/lineupTtl_dc506.svg");
}
.column3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin: 40px auto;
}
.column3.point{
	margin-bottom:0;
}
.column3 div{
	width: 28%;
	margin-bottom: 40px;
}
.point div img{
	width: 50%;
	margin-bottom: 16px;
}
.point div p.pointTtl{
	margin-bottom: 12px;
	font-weight: bold;
}
.point div p.pointText{
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5;
}
.column3 div.photo img{
	margin-bottom: 12px;
}
.column3 div.photo p{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}
.column3 div.video{
	margin-top: 40px;
}
.column3 div.video video{
	margin-bottom: 12px;
}
.column3 div.video p{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}
.itemImg {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.inner .itemImg img.item01{
	display: block;
	width: 39%;
	margin-right: 2%;
}
.inner .itemImg img.item02{
	display: block;
	width: 59%;
	margin-right: 0%;
}
.column2{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.column2 div.column2_left{
	width: 48.5%;
	margin-right: 1.5%;
}
.column2 div.column2_right{
	width: 48.5%;
	margin-left: 1.5%;
}

.column2_left p:first-child{
	margin-top:30px;
	padding: 20px;
	margin-bottom: 10px;
	font-size:1.3em;
	line-height:1.5;
	font-weight: bold;
	text-align: left;
	background-image:url("../images/tri_white.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 78px 78px;
}
.column2_left p.blueTri{
	background-image:url("../images/tri_blue.svg");
}
.column2_left p.greenTri{
	background-image:url("../images/tri_green.svg");
}
.column2_right p:first-child{
	margin-top:30px;
	padding: 20px;
	margin-bottom: 10px;
	font-size:1.3em;
	line-height:1.5;
	font-weight: bold;
	text-align: left;
	background-image:url("../images/tri_white.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 78px 78px;
}
.column2_right p.blueTri{
	background-image:url("../images/tri_blue.svg");
}
.column2_right p.greenTri{
	background-image:url("../images/tri_green.svg");
}
.column2_left p{
	padding:0 20px;
	text-align:left;
	line-height:1.75;
	font-size:0.9em;
	font-weight:bold;
}
.column2_right p{
	padding:0 20px;
	text-align:left;
	line-height:1.75;
	font-size:0.9em;
	font-weight:bold;
}
.column2_right ul{
	padding:0 20px 0 20px;
	text-align:left;
	line-height:1.75;
	font-size:0.9em;
	font-weight:bold;
}
.column2_right ul li{
	padding:0;
	line-height:1.75;
	font-size:0.9em;
	font-weight:bold;
}
.contactArea{
	align-items: stretch;
}
.column3 .contact{
	background-color: #1e275d;
	color: #fff;
	padding: 20px 0;
	border-radius: 0px;
	margin: 30px auto 0px auto;
}
.column3 .contact p{
	display:none;
}
.column3 .contact1{
	width:31%;
	height:100%;
	background-image:url("../images/access_tel.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:22%;
}
.column3 .contact2{
	width:31%;
	height:100%;
	background-image:url("../images/access_fax.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:22%;
}
.column3 .contact3{
	width:31%;
	height:100%;
	background-image:url("../images/access_mail.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:22%;
}
.contact p.tel{
	width: 60px;
	height: 62px;
	margin: 0 auto 10px auto;
	background-image:url("../images/icon_tel.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}
.contact p.fax{
	width: 64px;
	height: 58px;
	margin: 0 auto 10px auto;
	background-image:url("../images/icon_fax.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}
.contact p.email{
	width: 124px;
	height: 54px;
	margin: 0 auto 10px auto;
	background-image:url("../images/icon_email.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}
.contact a{
	display: block;
	color:#fff;
	padding: 8px 0px;
	margin: 16px auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	border-radius: 6px;
}

.contact a.emailLink{
	transform: scale(0.9, 1);
	text-align:center;
}

.contact a:hover{
	opacity: 0.9;
}
.contact p{
	line-height: 1.5;
	font-size: 0.8em;
	text-align: left;
	padding: 0 20px;
}

.footer .inner{
	text-align: center;
	padding: 40px 0;
}
.footTtl{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 40px;
}
.footlogo{
	width: 450px;
	height: 72px;
	margin: 0 auto 40px auto;
	background-image:url("../images/fotter_logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}
.companyName{
	letter-spacing: 3px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.companyInfo{
	font-size: 0.9em;
	line-height: 1.75;
	letter-spacing: 1px;
}
@media screen and (max-width : 1240px){
    /* ここに幅1200px以下の CSS を記述する */
.section .inner{
	max-width: auto;
	width: 96%;
	margin: 0 auto;
	padding: 60px 2%;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.headerInner{
	background-position: right bottom;
	background-size: cover;
}
.inner .sample{
	position:relative;
	width:790px;
	height:438px;
	left:15px;
	margin:0 auto;
	top:12px;
}
}
@media screen and (max-width : 1023px){
.header{
	height: auto;
	padding: 0px 0 0 0;
}
.headerInner{
	background-image: none;
}
.mainArea{
	position: relative;
	left: auto;
	top:auto;
	width: 92%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding:30px 0 0 0;
	background-color: rgba(12,161,145,0) ;
}
.mainTab{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fadeRight{
	width:calc(100% - 30px);
	overflow-x: hidden;
}
}
@media screen and (max-width : 912px){
.inner .sample{
	position:relative;
	width:100%;
	height:auto;
	left:auto;
	margin:0 auto;
	top:auto;
}
.inner.video_back{
	width:100%;
	height:auto;
	margin:0 auto;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
}
.contactArea div{
	width:48%;
	margin:20px auto;
	text-align:center;
}
.contactArea div p{
	text-align:center;
}
.contactArea div:last-child{
	width:98%;
	margin:20px auto;
}
.section .inner.lineupInner{
	padding: 20px 20px;
}
}
@media screen and (max-width : 767px){
    /* ここに幅1200px以下の CSS を記述する */
.column3 div{
	width: 48%;
	margin: 40px auto;
}
.column3 div.contact:last-child{
	width: 100%;
}
.column2{
	flex-wrap: wrap;
}
.column2 div.column2_left{
	width: 96%;
	margin: 30px auto;
}
.column2 div.column2_right{
	width: 96%;
	margin: 30px auto;
}
}
@media screen and (max-width : 680px){
.mainArea{
	position: relative;
	left: auto;
	top:auto;
	width: 92%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.inner .itemImg img.item01{
	display: block;
	width: 96%;
	margin: 30px auto;
}
.inner .itemImg{
	display: block;
}
.inner .itemImg img.item02{
	display: block;
	width: 96%;
	margin: 30px auto;
}
h2.ttl{
	margin: 0 auto 20px auto;
	height: 100px;
	width: 96%;
}
h1.itemName{
	margin: 0 auto 20px auto;
	height: 140px;
	width: 96%;
}
p.itemText{
	background-image:none;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	height: auto;
	width: 96%;
	background-size: contain;
	text-indent: 0px;
	margin-bottom: 28px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
}

a.linkBtn{
	display: block;
	max-width: 375px;
	width: 98%;
	height: 48px;
	background-color: #fff;
	border-radius: 8px;
	color: #0CA191;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 48px;
	font-size: 16px;
	position: relative;
	margin: 0 auto;
	padding-right: 36px;
}
.headerTriLeft{
	width:80px;
	height:80px;
}
.headerTriRight{
	border-width: 0 0 80px 80px;
}
.point div p.pointText{
	text-align:center;
}
.column3 .contact1{
	width:48%;
	height:100%;
	background-image:url("../images/access_tel.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:22%;
}
.column3 .contact2{
	width:48%;
	height:100%;
	background-image:url("../images/access_fax.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:22%;
}
.column3 .contact3{
	width:100%;
	height:100%;
	background-image:url("../images/access_mail.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:22%;
}
.inner .lineUpArea{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.inner .lineUpArea a{
	width: 40%;
	margin-bottom: 20px;
}
	.inner .lineUpArea a div{
		display: flex;
	justify-content: space-between;
	align-items: center;
	}
.section .inner.narrow {
    padding: 20px 0px;
}
}
@media screen and (max-width : 474px){
    /* ここに幅1200px以下の CSS を記述する */
.column3 div{
	width: 96%;
	margin: 40px auto;
}
.footlogo{
	width: 96%;
	height: 72px;
	margin: 0 auto 40px auto;
	background-image:url("../images/fotter_logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
}
.inner h3{
	font-size: 26px;
	text-align:center;
	width:96%;
	margin:10px auto 30px auto;
}

.marginTop30{
	margin-top:30px;
}

br.forPC{
	display:none;
}
 .greenBox{
	font-size:16px;
	display:block;
	width:14em;
	text-align:center;
	margin:20px auto;
	line-height:1;
	font-weight:bold;
	background-color: #2ada89;
	padding:12px 20px;
	vertical-align:middle;
}
.imgSP{
	display:block;
}
.imgPC{
	display:none;
}
.photos img{
	display:block;
	width:96%;
	float:none;
	text-align:center;
	margin:0 auto;
}
.column3 .contact1{
	width:96%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:73%;
}
.column3 .contact2{
	width:96%;
	height:100%;
	background-image:url("../images/access_fax.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:73%;
}
.column3 .contact3{
	width:96%;
	height:100%;
	background-image:url("../images/access_mail.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	text-indent:-9999px;
	padding-top:73%;
}
.column2_right p.caution2{
	font-size:10px;
}
}
@media screen and (max-width : 375px){
    /* ここに幅1200px以下の CSS を記述する */
.column2 div div.threeImg{
	width:100%;
	display: block;
	justify-content: space-between;
	align-items: flex-start;
	margin: 20px auto;
}
.column2 div div.threeImg div{
	width: 100%;
}
	.column2 div div.threeImg div img{
		margin-bottom: 6px;
	}
.column2 div div.threeImg div p{
		margin-bottom: 30px;
		font-size: 1.1em;
}
.headerInner{
	max-width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 auto;
	min-height: 554px;
	height: auto;
	overflow: hidden;
	background-size: cover;
	padding: 0 0 0 0;
}

.header{
	height: auto;
}
.mainArea {
		position: static;
}
.mainTab{
	display: none;
}
.mainSP{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
	.column3 div.cotact a{
		word-break: break-all;
	}
}