@charset "utf-8";


/* Top */
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-wrapper {
}
.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sloverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: url(../images/overlays.png) 0 0;
	z-index: 9;
}
.mlogo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	transform: translate(-80%, 10%);
	z-index: 10;
}
.mlogo img {
	width: 100%;
	height: auto;
}
#slide .slideImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#slide .slick-list, #slide .slick-track {
	height: 100%;
}
.swiper-container .bgImage {
	min-height: 100%;
	width: 100%;
	background-size: cover !important;
}
.swiper-container .slide1 {
	background: url(../../common/photo/01.jpg) center center no-repeat;
}
.swiper-container .slide2 {
	background: url(../../common/photo/02.jpg) center center no-repeat;
}
.swiper-container .slide3 {
	background: url(../../common/photo/03.jpg) center center no-repeat;
}

/* Arrow */
.arrowArea {
	position: absolute;
	bottom: 10px;
	width: 10px;
	right: 50px;
	z-index: 12;
}
.arrowArea img {
	width: 36px;
	height: auto;
}
.arrowArea a .hoverTarget,
.pgTop a .hoverTarget {
	transition: .5s ;
	transform: rotateY( 0deg ) ;
}
.arrowArea a:hover .hoverTarget,
.pgTop a:hover .hoverTarget {
	transform: rotateY( 360deg ) ;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: 'alpha( opacity=50 )';
}


@media only screen and (max-width: 896px){

.swiper-container .slide1 {
	background: url(../../common/photo/s01.jpg) center top no-repeat;
}
.swiper-container .slide2 {
	background: url(../../common/photo/s02.jpg) center top no-repeat;
}
.swiper-container .slide3 {
	background: url(../../common/photo/s03.jpg) center top no-repeat;
}

}



.ixbox {
	width: 100%;
}



/* topcopy
---------------------------------------------------- */

#topcopy {
	width: 100%;
	padding: 100px 0 50px;
	line-height: 1.0em;
	text-align: center;
}
#topcopy .topcopy01 {
	padding: 0 0 40px;
	font-size: 1.9em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-weight: 700;
}
#topcopy .topcopy02 {
	padding: 0 0 50px;
	font-size: 2.2em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-weight: 700;
}
.tc01 {
	margin: 0 5px 0 0;
	font-size: 1.4em;
	color: #cb1d1d;
	font-weight: 700;
}
.tc02 {
	margin: 0 0 0 5px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	text-shadow:
		0 0 0.05em #ffd900,
		0 0 0.10em #ffd900,
		0 0 0.15em #ffd900,
		0 0 0.30em #ffd900;
	filter: saturate(80%);
}
#topcopy .txtbox {
	padding: 0 0 50px;
	font-size: 1.1em;
	color: #fff;
	line-height: 2.0em;
}

/* ixnews
---------------------------------------------------- */

#ixnews {
	padding: 100px 0;
	position: relative;
	background: #000 url(../../common/images/bg_ixnews.jpg) repeat-y center top;
	background-size: cover;
}
#ixnews .newsframe {
	width: 96%;
	margin: 0 2%;
}
.newsframe .newsbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 12px 0 8px;
}
.newsframe .newsbox a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	cursor: pointer;
}
.newsframe .newsbox .newsdate {
	width: 14%;
}
.newsframe .newsbox .newscomm {
	width: 86%;
	text-align: left;
	text-decoration: underline;
}
.newsframe .newsbox:hover .newscomm {
	text-decoration: none;
}
.newsframe .newsbox .newscomm img {
	vertical-align: middle;
	margin:0 0 1px 6px;
	width: 32px;
	height: 11px;
}
#ixnews .box .morebtnbox {
	width: 26%;
	margin: 0 37%;
	padding: 50px 0 0;
}

/* cont01
---------------------------------------------------- */

#cont01 {
	margin: 0 0 30px;
	padding: 100px 0;
}
.mv_items {
	position: relative;
	width: calc(100% - 20vw);
	margin: 0 auto;
	display: block;
}
#cont01 .phbox {
	text-align: right;
}
.phbox img {
	width: 70%;
	height: auto;
}
#cont01 .phbox2 {
	position: absolute;
	bottom: -20%;
	right: 0;
	text-align: right;
}
.phbox2 img {
	width: 240px;
	height: auto;
}
#cont01 .wbdrbox {
	position: absolute;
	width: 64%;
	top: 14%;
}
.wbdrbox .txtbox {
	padding: 50px 57px;
	font-size: 1.1em;
	color: #ddd;
	line-height: 2.0em;
}


.mvitem_s1 { transition: 2.2s; }
.mvitem_s2 { transition: 0.6s; }
.mvitem_s3 { transition: 3.6s; }
.mvitem_s4 { transition: 6.6s; }
.mvitem_s5 { transition: 4.6s; }
.mvitem_s6 { transition: 5.6s; }
.mvitem {
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.mvitem2 {
	opacity: 0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.mvitem3 {
	opacity: 0;
	transform: translate(0,-60px);
	-webkit-transform: translate(0,-60px);
}
.mvitemadd {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}


.wbdrbox a {
	display: inline-block;
	text-decoration: none;
}
.chbdr01 {
	width: 100%;
	border: none;
	color: #ccc;
	position: relative;
}
#cont01 .chbdr01 {
	padding: 80px 30px 80px 90px;
	line-height: 2.0em;
}
.chbdr01::after,
.chbdr01::before,
.chbdr01__inner::after,
.chbdr01__inner::before {
	background-color: #999;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	color: #ccc;
	transition: all 1.3s ease;
	-webkit-transition: all 1.3s ease;
}
.chbdr01::after {
	height: 1px;
	left: -1px;
	top: -1px;
	width: 0px;
}
.chbdr01::before {
	bottom: -1px;
	height: 1px;
	right: -1px;
	width: 0px;
}
.chbdr01__inner::after {
	bottom: -1px;
	height: 0px;
	left: -1px;
	width: 1px;
}
.chbdr01__inner::before {
	height: 0px;
	right: -1px;
	top: -1px;
	width: 1px;
}
.mvitemadd .chbdr01::after,
.mvitemadd .chbdr01::before {
	width: 100%;
	width: calc(100% + 1px);
}
.mvitemadd .chbdr01 .chbdr01__inner::after,
.mvitemadd .chbdr01 .chbdr01__inner::before {
	height: 100%;
	height: calc(100% + 1px);
}

.chbdr01__inner h3 {
	padding: 0 0 20px;
	font-size: 1.6em;
	color: #ccc;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#cont01 h2.jp_copy {
	position: absolute;
	top: -70px;
	left: 28px;
	writing-mode: vertical-rl;
}
h2.jp_copy span {
	padding: 0 0 4px;
	font-size: 1.8em;
	color: #fecccd;
}
h4.jp_copy_sp {
	display: none;
}



/* cont02
---------------------------------------------------- */

#cont02 {
	margin: 0 0 30px;
	padding: 100px 0;
}
#cont02 .phbox {
	text-align: left;
}
#cont02 .wbdrbox {
	position: absolute;
	width: 64%;
	top: 14%;
	right: 0;
	z-index: 9;
}
#cont02 .hd-wbdrbox {
	position: relative;
	opacity: 0;
	right: 0;
	width: 64%;
	margin-top: -18%;
	padding: 80px 90px 80px 30px;
	z-index: -99;
}
#cont02 .chbdr01 {
	padding: 60px 90px 60px 30px;
	line-height: 2.0em;
}
#cont02 h2.jp_copy {
	position: absolute;
	top: -80px;
	right: 28px;
	writing-mode: vertical-rl;
}


.mvitem_ph1 { transition: 1.0s; }
.mvitem_ph2 { transition: 2.0s; }
.mvitem_ph3 { transition: 3.4s; }
.mvitem_ph4 { transition: 5.0s; }



/* cont03
---------------------------------------------------- */

#cont03 {
	padding: 100px 0;
	position: relative;
}
#cont03 .aboutbox {
	padding: 50px 50px;
	line-height: 1.8em;
	box-sizing: border-box;
	border: solid 1px #fff;
}
#cont03 .aboutbox .grid01 {
	width: 66%;
}
#cont03 .aboutbox .grid01 h1 {
	display: block;
	margin-bottom: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2em;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#cont03 .aboutbox .grid01 h6 {
	display: block;
	margin-bottom: 36px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4em;
	color: #cb1d1d;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#cont03 .aboutbox .grid01 .txtbox {
	line-height: 2.6em;
}
#cont03 .aboutbox .grid02 {
	width: 30%;
	margin-left: 4%;
	text-align: right;
}

#cont03 .aboutnv {
	text-align: left;
}
#cont03 .aboutnv ul {
	display: flex;
	justify-content: space-between;
}
#cont03 .aboutnv ul li {
	margin: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#cont03 .aboutnv ul li a {
	padding: 24px 0 0 0;
	font-size: 1.2em;
	color: #fff;
	background: url(../../common/images/icon_tel.png) no-repeat center top;
	background-size: 20px 20px;
}

/* cont04
---------------------------------------------------- */

#cont04 {
	margin: 0;
	padding: 80px 0;
	background: #000;
}
#cont04 .jointoptxt {
	width: 1100px;
	margin: 0 auto 60px;
	font-size: 1.0em;
	color: #fff;
	text-align: center;
}
#cont04 .joinbox {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#cont04 .joinbox .join_item {
	width: 50%;
}
#cont04 .joinbox .join_item .inbox {
	width: 90%;
	margin: 0 0 0 10%;
}
#cont04 .joinbox .join_item:first-child {
	border-right: 1px solid #999;
}
#cont04 .joinbox .join_item:first-child .inbox {
	margin: 0 10% 0 0;
}
#cont04 .joinbox .join_item .inbox h1 {
	padding: 20px 0 10px;
	font-size: 1.2em;
}
#cont04 .joinbox .join_item .inbox .txtbox {
	padding: 10px;
}
#cont04 .morebtnbox {
	width: 50%;
	margin: 0 0 0 50%;
	padding: 20px 0;
}

/* cont05
---------------------------------------------------- */

#cont05 {
	margin: 0;
	padding: 80px 0;
	background: url(../../common/images/bg_cont05.jpg) no-repeat center bottom;
	background-size: cover;
}
#cont05 .subctg{
	margin: 0 0 50px;
}
#cont05 .ssflex {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	justify-content: space-between;
}
#cont05 .ssflex > div {
	width: 33%;
	margin: 0 20px;
	padding: 10px 0px;
	background: #fff;
}
#cont05 .ssflex > div img {
	width: 70%;
	height: auto;
	transition-duration: 0.3s;
}
.ssflex > div img:hover {
	transform: scale(1.04);
}

.ssflex > div p {
	padding: 0.5em 0 0;
	font-size: 0.7em;
	color: #ccc;
	text-align: center;
}
.ptnrbox {
	width: 76%;
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 1.7em;
	text-align: left;
}
.ptnrbox span a {
	color: #fff;
	text-decoration: underline;
}
.ptnrbox span a:hover {
	color: #fff;
	text-decoration: none;
}
.ptnrbox span {
	position: relative;
	display: inline-block;
	padding: 0 16px;
}
.ptnrbox span:first-child {
	padding: 0 16px 0 0;
}
.ptnrbox span:before {
	position: absolute;
	content: "/";
	left: -4px;
	display: block;
}
.ptnrbox span:first-child:before {
	content: "";
	left: 0;
}
#cont05 .morebtnbox {
    width: 26%;
    margin: 0 37%;
    padding: 50px 0 0;
}


/* cont06
---------------------------------------------------- */

#cont06 {
	margin: 0;
	padding: 80px 0;
}
#cont06 .joinbox {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#cont06 .joinbox .join_item {
	width: 50%;
}
#cont06 .joinbox .join_item .inbox {
	width: 90%;
	margin: 0 0 0 10%;
}
#cont06 .joinbox .join_item:first-child {
	border-right: 1px solid #999;
}
#cont06 .joinbox .join_item:first-child .inbox {
	margin: 0 10% 0 0;
}






/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #2871d7;
}

table.table tr:first-child th,table.table tr:first-child td{
border-top:#2871d7 4px solid
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#134091;
}


/* ----------------------------- max 1100px ------------------------------------------------------------*/

@media only screen and (max-width: 1100px){

.topcopy {
	width: 80%;
	margin: -60px auto 0;
}

h2.jp_copy {
	display: none;
}
h4.jp_copy_sp {
	display: block;
	padding: 0 0 20px;
	font-size: 1.4em;
	color: #fecccd;
}
/* cont01
---------------------------------------------------- */

#cont01 {
	margin: 0px;
	padding: 60px 0;
}
.phbox {
	text-align: center;
}
.phbox img {
	width: 100%;
	height: auto;
}
#cont01 .phbox2 {
	position: relative;
	margin: -100px auto 0;
}
#cont01 .wbdrbox,
#cont02 .wbdrbox {
	position: relative;
	width: 96%;
	margin: -30px auto 0;
	top: auto;
}
#cont01 .chbdr01 {
	padding: 30px 20px;
}
.wbdrbox .txtbox {
	padding: 50px 57px;
	font-size: 1.1em;
	color: #ddd;
	line-height: 2.0em;
}


/* cont02
---------------------------------------------------- */

#cont02 {
	margin: 0px;
	padding: 60px 0;
}
#cont02 .chbdr01 {
	padding: 30px 20px;
}

#cont02 .hd-wbdrbox {
	display: none;
}
#cont02 .facphbox {
	width: 100%;
	margin: 10px auto 0;
	padding: 10px 16px 10px;
}
.faphgly {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px 0;
}
.faphgly .faph_item {
	width: 50%;
	padding: 20px 15px;
	box-sizing: border-box;
}
.faphgly .faph_item img {
	width: 100%;
	height: auto;
}


/* cont03
---------------------------------------------------- */

#cont03 {
	padding: 50px 0;
}


/* cont03
---------------------------------------------------- */

#cont03 {
	padding: 100px 0;
	position: relative;
}
#cont03 .aboutbox {
	padding: 30px;
	line-height: 1.8em;
	box-sizing: border-box;
	border: solid 1px #fff;
}
#cont03 .aboutbox .grid01 .txtbox {
	line-height: 2.0em;
}


/* cont04
---------------------------------------------------- */

#cont04 {
	padding: 80px 0;
}
#cont04 .jointoptxt {
	width: 94%;
	margin: 0 auto 60px;
	font-size: 1.0em;
	color: #fff;
	text-align: center;
}
#cont04 .joinbox {
	position: relative;
	display: block;
	width: 94%;
	margin: 0 auto;
}
#cont04 .joinbox .join_item {
	width: 100%;
}
#cont04 .joinbox .join_item .inbox {
	width: 90%;
	margin: 0 5%;
}
#cont04 .joinbox .join_item:first-child {
	border-right: none;
}
#cont04 .joinbox .join_item:first-child .inbox {
	width: 90%;
	padding: 0 0 40px;
	margin: 0 5% 40px;
	border-bottom: solid 1px #999;
}

/* cont05
---------------------------------------------------- */

/* cont06
---------------------------------------------------- */

#cont06 .joinbox {
	width: 100%;
	margin: 0 auto;
}

}

/* ----------------------------- max 896px ------------------------------------------------------------*/

@media only screen and (max-width: 896px){


.mlogo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-60%, 20%);
	z-index: 10;
}
.mlogo img {
	width: 100%;
	height: auto;
}

/* cont01
---------------------------------------------------- */

.mv_items {
	position: relative;
	width: calc(100% - 5vw);
	margin: 0 auto;
	display: block;
}

.chbdr01 {
	padding: 40px 30px;
	position: relative;
}
.chbdr01__inner h3 {
	padding: 0 0 10px;
	font-size: 1.8em;
	color: #ccc;
	font-weight: 600;
	letter-spacing: 0.2em;
}
.chbdr01__inner h3 {
	letter-spacing: 0.1em;
}

/* topcopy
---------------------------------------------------- */

#topcopy {
	width: 94%;
	margin: 0 auto;
	padding: 60px 0 30px;
	line-height: 1.0em;
	text-align: center;
}
#topcopy .topcopy01 {
	padding: 0 0 30px;
	font-size: 3.0vw;
}
#topcopy .topcopy02 {
	padding: 0 0 40px;
	font-size: 4.0vw;
}
#topcopy .txtbox {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
	font-size: 2.4vw;
	color: #fff;
	line-height: 2.0em;
}

/* ixnews
---------------------------------------------------- */

#ixnews {
	padding: 60px 0;
	position: relative;
	background: #000 url(../../common/images/bg_ixnews.jpg) repeat-y center top;
	background-size: cover;
}
#ixnews .newsframe {
	width: 90%;
	margin: 0 5%;
}
.newsframe .newsbox a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	cursor: pointer;
}
.newsframe .newsbox .newsdate {
	display: block;
	width: 100%;
}
.newsframe .newsbox .newscomm {
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: underline;
}
#ixnews .box .morebtnbox {
	width: 40%;
	margin: 0 30%;
	padding: 40px 0 0;
}



/* cont03
---------------------------------------------------- */

#cont03 .aboutbox .grid01 {
	width: 94%;
	margin: 0 3% 20px;
}
#cont03 .aboutbox .grid01 h1 {
	display: block;
	margin-bottom: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.2em;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#cont03 .aboutbox .grid01 h6 {
	display: block;
	margin-bottom: 36px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4em;
	color: #cb1d1d;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#cont03 .aboutbox .grid01 .txtbox {
	line-height: 2.6em;
}
#cont03 .aboutbox .grid02 {
	width: 94%;
	margin: 0 3%;
	text-align: left;
}

#cont03 .aboutnv {
	text-align: left;
}
#cont03 .aboutnv ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
#cont03 .aboutnv ul li {
	width: 48%;
	margin: 6px 0 10px;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}

#cont03 .aboutnv ul li a {
	padding: 0 0 0 24px;
	font-size: 1.2em;
	color: #fff;
	background: url(../../common/images/icon_tel.png) no-repeat left top;
	background-size: 20px 20px;
}


/* cont05
---------------------------------------------------- */

#cont05 .ssflex {
	width: 100%;
	margin: 0 auto;
}
#cont05 .morebtnbox {
	width: 40%;
	margin: 0 30%;
	padding: 40px 0 0;
}

/* cont06
---------------------------------------------------- */

#cont06 {
	margin: 0;
	padding: 80px 0;
}
#cont06 .joinbox {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
#cont06 .joinbox .join_item {
	width: 80%;
	margin: 0 10% 30px;
}
#cont06 .joinbox .join_item .inbox {
	width: 80%;
	max-width: 500px;
	margin: 0 auto 30px;
}
#cont06 .joinbox .join_item:first-child {
	border-right: none;
}
#cont06 .joinbox .join_item:first-child .inbox {
	margin: 0 5%;
}


}


/* ----------------------------- max 640px ------------------------------------------------------------*/

@media only screen and (max-width: 640px){


/* ixnews
---------------------------------------------------- */

#ixnews {
	padding: 60px 0;
	position: relative;
	background: #000 url(../../common/images/bg_ixnews.jpg) repeat-y left 20% top;
	background-size: cover;
}

#topcopy .topcopy01 {
	font-size: 4.0vw;
}
#topcopy .txtbox {
	font-size: 3.6vw;
}


/* cont05
---------------------------------------------------- */

#cont05 .ssflex {
	width: 70%;
	margin: 0 auto;
	padding: 30px 0 10px;
	display: block;
}
#cont05 .ssflex > div {
	width: 100%;
	margin: 0 0 30px;
	padding: 0px;
}


}

/* ----------------------------- max 480px ------------------------------------------------------------*/

@media only screen and (max-width: 480px){


/* ixnews
---------------------------------------------------- */

#ixnews .box .morebtnbox {
	width: 60%;
	margin: 0 20%;
	padding: 40px 0 0;
}

/* cont04
---------------------------------------------------- */

#cont04 .morebtnbox {
	width: 60%;
	margin: 0 0 0 40%;
}

/* cont05
---------------------------------------------------- */

#cont05 .ssflex {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 10px;
	display: block;
}
#cont05 .ssflex > div {
	width: 100%;
	margin: 0 0 30px;
	padding: 0px;
}
#cont05 .morebtnbox {
	width: 60%;
	margin: 0 0 0 40%;
}


/* cont07
---------------------------------------------------- */

#cont07 .acctext {
	position: relative;
	width: 90%;
	margin: 0 auto 40px;
	padding: 20px 0 20px 20px;
}

}