@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #B98E31; }
a:active { text-decoration: none; color: #B98E31; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}
body {
	background: #fff;
	color: #333333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	vertical-align:top;
}
.sp_only {
	display: none;
}

/* -------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
#container {
	overflow: hidden;
}
.ContWrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.ContInner {
	padding-right: 4%;
	padding-left: 4%;
}

.mvCont {
	height: 720px;
	background: url(img/mv_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 30px;
}

header {
	max-width: 1200px;
	width: calc(100% - 4%);
	border-radius: 60px;
	margin: 0 auto;
	background: #fff;
}
.headerInner {
	display: flex;
	width: calc(100% - 2%);
	justify-content: space-between;
	margin-right: 2%;
	margin-left: 2%;
	padding: 20px 3%;
}
.headerLogo {
	display: flex;
	gap: 10px;
}
.headerLogoImg {
	width: 210px;
	height: 55px;
}
.headerLogoTxt {
	display: inline-block;
	font-size: 1.4rem;
    padding-top: 20px;
}

.headerNav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	height: 60px;
}
.headerNavContact, .headerNavCatalog {
	a {
		display: inline-block;
		height: 60px;
		padding: 17px 50px;
		border-radius: 30px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		transition: .6s;

		&:hover {
			opacity: .6;
		}
	}

}

.headerNavContact a {
	background: #010B17;

	&::after {
	  content: url(img/head_mail.svg);
	  vertical-align: middle;
	  padding-left: 10px;
	}
}
.headerNavCatalog a {
	background: #003791;

	&::after {
	  content: url(img/head_catalog.svg);
	  vertical-align: middle;
	  padding-left: 10px;
	}
}

.mvContInner {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	height: calc(100% - 100px);
}

.mvContTtl {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	-webkit- transform: translateY(0%) translateX(-50%);
	width: 46%;
}

.mvContTxt {
	position: absolute;
    top: 265px;
    left: 4%;
    width: 40%;
}

.mvContDevice {
	position: absolute;
	right: 120px;
	bottom: -45px;
	width: 55%;
}

.mainMessage {

}

.mainMessageInner {
	padding: 116px 0;
	text-align: center;
}

.mainMessageTxt {
	margin-bottom: 35px;
	font-size: 4.0rem;
	font-weight: bold;

	span {
		font-size: 4.8rem;
	}
	span.mainMessageTxtCoror01 {
		color: #003791;
	}
	span.mainMessageTxtCoror02 {
		color: #707070;
	}
}

.mainMessageImg {
	width: 65%;
	margin: 0 auto;
}

.mainFeature {
	padding: 66px 0;
	background-image: url(img/main_cont_bg.jpg);
}

.mainFeatureInner {
	margin: 0 auto;	
}

.mainFeatureFrame {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px;
	padding: 32px;
}
.mainFeatureFrame::before,
.mainFeatureFrame::after {
    position: absolute;
    width: 200px;
    height: 100px;
    content: '';
}

.mainFeatureFrame::before {
    border-left: solid 2px #003791;
    border-top: solid 2px #003791;
    top: 0;
    left: 0;
}

.mainFeatureFrame::after {
    border-right: solid 2px #003791;
    border-bottom: solid 2px #003791;
    bottom: 0;
    right: 0;
}

.mainFeatureFrameTtl {
	padding: 20px;
	font-size: 4.0rem;
	font-weight: bold;
	color: #003791;
	background: #fff;
	text-align: center;
}
.mainFeatureArea {
	margin-bottom: 100px;
}

.mainFeatureCont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.mainFeatureTxtbox {
	width: 45%;
}

.mainFeaturePoint {
	color: #003791;
	font-size: 2.0rem;
	font-weight: bold;

	span {
		font-size: 4.0rem;
		font-weight: bold;
	}
}

.mainFeatureTtl {
	margin-bottom: 30px;
	font-size: 4.0rem;
	font-weight: bold;
}

.mainFeatureTxt {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.mainFeatureImgbox {
	width: 50%;
}

.mainFeatureCont:nth-last-of-type(even) .mainFeatureTxtbox {
	order: 2;
}

.mainFeatureCont:nth-last-of-type(even) .mainFeatureImgbox {
	order: 1;
}

.mainOther {
    width: 100%;
    border-radius: 30px;
    background: #fff;
    padding: 0 60px 60px;
}

.mainOtherTtl {
	padding: 25px 20px;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	border-radius: 0 0 30px 30px;
	background: #003791;
}

.mainOtherInner {
	display: flex;
	padding: 35px 0 60px;
}

.mainOtherPro {
	width: 50%;
	padding: 0 45px;
}

.mainOtherProLogo {
	width: 256px;
	height: 80px;
	margin: 0 auto 20px;
}

.mainOtherProTxt {
	margin-bottom: 25px;
	text-align: center;	
}

.mainOtherProImg {
	margin-bottom: 10px;
}

.mainOtherProNotes {
	font-size: 1.3rem;
}

.mainOtherSelf {
	width: 50%;
}

.mainOtherSelfLogo {
	width: 262px;
	height: 80px;
	margin: 0 auto 20px;
}

.mainOtherSelfTxt {
	margin-bottom: 25px;
	text-align: center;
}

.mainOtherSelfImg {
	width: 200px;
	height: 232px;
	margin: 0 auto;
}

.mainFaq {
	margin: 0 auto;
	padding: 160px 0;
}

.mainFaqTtl {
	margin-bottom: 50px;
	font-size: 4.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;

	span {
		font-size: 2.4rem;
		color: #003791;
	}
}

.mainFaqCont {
	margin-bottom: 20px;
}

.mainFaqContTtl {
	height:120px;
	padding: 45px;
	background: #f5f7f8;
	font-size: 2.2rem;
	font-weight: bold;
	border-radius: 20px;
}

.mainFaqContTxt {
	margin-top: -30px;
	padding: 50px 50px 25px;
	border: 4px solid #f5f7f8;
	border-radius: 20px;
	font-size: 1.8rem;
}

.mainFaqCont summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mainFaqCont summary::-webkit-details-marker {
    display: none;
}

.mainFaqCont summary::after {
    transform: translateY(0%) rotate(180deg);
    content: '';
    background-image: url('img/arrow.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    transition: transform .3s;
}

.mainFaqCont[open] summary::after {
    transform: rotate(0deg);
}

.mainFaqCont p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}

.mainFaqCont[open] p {
    transform: none;
    opacity: 1;
}

footer {
	border-top: 1px solid #8f8f8f;
}

.footerInner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.footerLogo {
	width: 300px;
}

.footerTopBack {
    position: absolute;
    top: -50px;
    right: 0;
	transform: rotate(180deg);
	width: 50px;
	height: 50px;

	a {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		background: #003791;
		transition: .6s;

		img {
			width: 18px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			-webkit- transform: translateY(-50%) translateX(-50%);
		}

		&:hover {
			opacity: 0.6;
		}
	}
}

.footerCoryright {
	padding: 16px 0;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	background: #000;
}

/* --------------------------------------------------
/* PC */
/* -------------------------------------------------- */
@media only screen and (min-width:1024px) {
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
	.headerLogo {
		gap: 0px;
		flex-direction: column;
	}
	.headerLogoImg {
	    width: 167px;
	    height: auto;
	}
	.headerLogoTxt {
	    display: inline-block;
	    font-size: 1.1rem;
	    padding-top: 0px;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.sp_only {
		display: inline;
	}
	.headerInner {
	    padding: 20px 5%;
	}
	.headerNavContact, .headerNavCatalog {
		a {
	        width: 60px;
	        height: 60px;
	        padding: 17px 0px;
		}
	}
	.headerNavContact, .headerNavCatalog {
		span {
			display: none;
		}
	}
	.headerNavContact a {
		&::after {
		  padding-left: 0px;
		}
	}
	.headerNavCatalog a {
		&::after {
		  padding-left: 0px;
		}
	}
	.headerNav {
	    display: flex;
	    justify-content: space-between;
	    gap: 10px;
	    height: 60px;
	}
	.mvContTtl {
	    width: 50%;
	}
	.mvContTxt {
	    position: absolute;
	    top: 200px;
	    left: 50%;
	    width: 50%;
	    transform: translateX(-50%);
	}
	.mvContDevice {
	    position: absolute;
	    top: 370px;
	    right: 50%;
	    bottom: 0;
	    width: 60%;
	    transform: translateX(50%);
	}
	.mainMessageInner {
	    padding: 60px 0;
	    text-align: center;
	}
	.mainMessageTxt {
	    margin-bottom: 15px;
	    font-size: 2.5rem;
	    font-weight: bold;
	}
	.mainMessageTxt {
	    span {
	        font-size: 3.3rem;
	    }
	}
	.mainMessageImg {
	    width: 85%;
	    margin: 0 auto;
	}
	.mainFeatureFrameTtl {
	    padding: 20px;
	    font-size: 6.4vw;
	    font-weight: bold;
	    color: #003791;
	    background: #fff;
	    text-align: center;
	}

	.mainFeatureCont {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    margin-bottom: 100px;
	}
	.mainFeatureTxtbox {
		width: 100%;
	}
	.mainFeatureImgbox {
		width: 100%;
	}
	.mainFeatureTtl {
	    margin-bottom: 30px;
	    font-size: 7vw;
	    font-weight: bold;
	}
	.mainFeatureCont:nth-last-of-type(even) .mainFeatureTxtbox {
	    order: 1;
	}
	.mainFeatureCont:nth-last-of-type(even) .mainFeatureImgbox {
	    order: 2;
	}
	.mainOtherTtl {
	    padding: 25px 20px;
	    text-align: center;
	    font-size: 4.8vw;
	    font-weight: bold;
	    color: #fff;
	    border-radius: 0 0 30px 30px;
	    background: #003791;
	}

	.mainOtherInner {
	    display: flex;
	    flex-direction: column;
	    padding: 40px 0 0;
	}
	.mainOtherPro {
		width: 100%;
		padding: 0 20px 40px;
	    margin-bottom: 40px;
	    border-bottom: 1px solid #f1f1f1;
	}
	.mainOther {
	    width: 100%;
	    border-radius: 30px;
	    background: #fff;
	    padding: 0 0 60px;
	}
	.mainOtherSelf {
		width: 100%;
	}

	.mainFaq {
	    margin: 0 auto;
	    padding: 60px 0;
	}
	.mainFaqContTtl {
	    height: 120px;
	    padding: 16px;
	    background: #f5f7f8;
	    font-size: 2rem;
	    font-weight: bold;
	    border-radius: 20px;
	}
	.mainFaqContTtl span {
		width: 80%;
	}
	.mainFaqContTxt {
	    margin-top: -30px;
	    padding: 40px 20px 20px;
	    border: 4px solid #f5f7f8;
	    border-radius: 20px;
	    font-size: 1.8rem;
	}
	.footerInner {
	    position: relative;
	    width: 100%;
	    margin: 0 auto;
	    padding: 50px 0;
	}
	.footerLogo {
	    width: 80%;
	    margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	.mvContTtl {
        top: 40px;
	    width: 70%;
	}
	.mvContTxt {
	    position: absolute;
	    top: 190px;
	    left: 50%;
	    width: 70%;
	    transform: translateX(-50%);
	}
	.mvContDevice {
        position: absolute;
        top: 360px;
        right: 50%;
        bottom: 0;
        width: 80%;
        transform: translateX(50%);
	}
}

@media screen and (max-width: 480px) {
	.mvContTtl {
	    width: 80%;
	}
	.mvContTxt {
	    position: absolute;
	    top: 180px;
	    left: 50%;
	    width: 80%;
	    transform: translateX(-50%);
	}
	.mvContDevice {
	    position: absolute;
	    top: 320px;
	    right: 50%;
	    bottom: 0;
	    width: 90%;
	    transform: translateX(50%);
	}
}
