@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.osw {
	font-family: "Oswald", sans-serif;
}
.fixForm .error {
    display: none;
    color: #ff0000;
    font-size: 1.4rem;
}
.errorTxt {
	color: #ff0000;
    font-size: 1.4rem;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
    content
------------------------------------------------------------*/
.content {
    max-width: 104rem;
    margin: 0 auto;
    padding: 0 2rem;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit !important;
    }
}
/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 4.3rem;
    text-align: center;
}
.headLine01 .en {
    margin-bottom: -3.4rem;
    display: block;
    color: #D9D9EC;
    font-weight: 600;
    font-size: 7.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
    font-family: "Oswald", sans-serif;
}
.headLine01 .jp {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.headLine01 .out {
	margin-bottom: -1rem;
    display: block;
    text-align: center;
}
.headLine01 .out > .sml {
	padding: 1rem 2.2rem;
    display: inline-block;
    color: #F58700;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    background: url(../img/common/icon01.png) no-repeat left top 1.4rem / 1.1rem, url(../img/common/icon02.png) no-repeat right top 1.4rem / 1.1rem;
}
@media all and (max-width: 896px) {
    .headLine01 .en {
        font-size: 6rem;
    }
    .headLine01 .jp {
        font-size: 2.3rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	position: relative;
	margin: -2.6rem auto -0.5rem;
	width: fit-content;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
}
.headLine02::before {
	position: absolute;
	top: 0;
	left: 1rem;
	right: 1rem;
	bottom: 0;
	background-color: #FFF;
	content: '';
}
.headLine02 span {
	padding: 0 3.3rem;
	display: inline-block;
	position: relative;
	z-index: 5;
	background: url(../img/common/icon21.png) no-repeat left top 0.3rem / 2.5rem,url(../img/common/icon21.png) no-repeat right top 0.3rem / 2.5rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: -2rem auto 2rem !important;
		font-size: 2rem !important;
	}
	.headLine02 span {
		padding: 0 2.2rem 0 3.3rem !important;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	padding: 1.8rem 1rem 1.7rem 2rem;
	display: block;
	color: #FFF;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 3.3rem;
	border: 0.2rem solid #FFF;
	box-shadow : 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.25);
	background : url(../img/common/icon17.png) no-repeat left 10.6rem top calc(50% + 0.1rem) / 2.6rem,url(../img/common/icon04.png) no-repeat right 4rem center / 2.3rem,linear-gradient(0deg, rgba(245, 135, 0, 1) 0%, rgba(251, 176, 59, 1) 100%);
}
.comBtn.style01 a {
	background : url(../img/common/icon16.png) no-repeat left 9rem top calc(50% + 0.2rem) / 2.8rem,url(../img/common/icon04.png) no-repeat right 3.6rem top calc(50% - 0.1rem) / 2.3rem,linear-gradient(0deg, rgba(0, 0, 128, 1) 0%, rgba(0, 113, 188, 1) 100%);
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 1.5rem;
		background : url(../img/common/icon17.png) no-repeat left 6rem top calc(50% + 0.1rem) / 2.6rem,url(../img/common/icon04.png) no-repeat right 3rem center / 2.3rem,linear-gradient(0deg, rgba(245, 135, 0, 1) 0%, rgba(251, 176, 59, 1) 100%);
	}
	.comBtn.style01 a {
		background : url(../img/common/icon16.png) no-repeat left 6rem top calc(50% + 0.2rem) / 2.8rem,url(../img/common/icon04.png) no-repeat right 3rem top calc(50% - 0.1rem) / 2.3rem,linear-gradient(0deg, rgba(0, 0, 128, 1) 0%, rgba(0, 113, 188, 1) 100%);
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 3.4rem;
	text-align: center;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comCtaBox
------------------------------------------------------------*/
.comCtaBox {
	padding: 3.3rem 0 3.2rem;
	background: url(../img/common/com_bg01.jpg) no-repeat center center / cover;
}
.comCtaBox .content {
	max-width: 86.2rem;
}
.comCtaBox .title {
	margin: 0 0 1rem 8.7rem;
	padding: 0.4rem 0 0.5rem;
	max-width: 61.9rem;
	color: #F58700;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #FFF;
	border-radius: 1.9rem;
	box-sizing: border-box;
}
.comCtaBox .textBox {
	margin-bottom: 2.5rem;
	padding-left: 18.4rem;
	position: relative;
}
.comCtaBox .textBox::before {
	position: absolute;
	top: -6rem;
	left: 1.4rem;
	width: 16.1rem;
	height: 19.5rem;
	background: url(../img/common/com_img01.png) no-repeat left top / 100%;
	content: '';
}
.comCtaBox .textBox h2 {
	margin-bottom: 0.6rem;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.06em;
}
.comCtaBox .textBox h2 .sml {
	font-size: 2.6rem;
}
.comCtaBox .textBox .smlText {
	display: block;
	padding-left: 8rem;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.comCtaBox .linkList li {
	width: calc((100% - 2.5rem) / 2);
}
.comCtaBox .linkList li .txt {
	margin-bottom: 0.5rem;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
}
.comCtaBox .linkList li .txt span {
	padding: 0 2rem;
	display: inline-block;
	background: url(../img/common/icon14.png) no-repeat left top / 1.5rem,url(../img/common/icon15.png) no-repeat right top / 1.5rem;
}

.comCtaBox .innBox {
	margin: 0 auto;
  margin-bottom: 3.3rem;
	padding: 1.6rem 0 2.1rem;
	max-width: 75rem;
	background-color: #FFF;
	border-radius: 1rem;
	box-sizing: border-box;
}
.comCtaBox .innBox .title {
	margin-bottom: 0.1rem;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
  color: #333;
}
.comCtaBox .innBox .innText {
	font-size: 2rem;
	line-height: 1.55;
	text-align: center;
	letter-spacing: 0.04em;
}
.comCtaBox .innBox .innText .col {
	color: #F58700;
	font-weight: 700;
}

@media all and (max-width: 896px) {
	.comCtaBox {
		padding: 3.3rem 0;
	}
	.comCtaBox .content {
		max-width: inherit;
	}
	.comCtaBox .title {
		margin: 0 auto 1rem;
		padding: 1rem 2rem;
		font-size: 1.6rem;
		max-width: inherit;
	}
	.comCtaBox .textBox {
		margin: 0 auto 2.5rem;
		padding-left: 10rem;
		max-width: 33.5rem;
		position: relative;
		box-sizing: border-box;
	}
	.comCtaBox .textBox::before {
		top: -2rem;
		left: 1.4rem;
		width: 8rem;
		height: 9.8rem;
	}
	.comCtaBox .textBox h2 {
		margin: 0 -1.5rem 0.6rem 0;
		font-size: 2rem;
	}
	.comCtaBox .textBox h2 .sml {
		font-size: 1.6rem;
	}
	.comCtaBox .textBox .smlText {
		padding-left: 0rem;
	}
	.comCtaBox .linkList {
		display: block;
	}
	.comCtaBox .linkList li {
		margin: 0 auto 2rem;
		width: auto;
		max-width: 33.5rem;
	}
	.comCtaBox .linkList li:last-child {
		margin-bottom: 0;
	}
  
	.comCtaBox .innBox {
		margin: 0;
		padding: 2rem;
		max-width: inherit;
	}
	.comCtaBox .innBox .title {
		font-size: 2rem;
	}
	.comCtaBox .innBox .innText {
		font-size: 1.4rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
    confrim/thanks
------------------------------------------------------------*/
body.other #gHeader {
    min-height: 11rem;
    background: url(../img/common/bg01.jpg) no-repeat center top / cover;
}
body.other #gFooter {
	margin-right: 0;
}
body.other #main {
    padding-top: 20rem;
    display: block;
    width: 100%;
}
body.other #main .contact th {
    padding-top: 1.3rem;
}
body.other #main .contact table {
    margin-bottom: 5rem;
}
body.other #main .thanksBox .headLine01 {
    margin-bottom: 5rem;
}
body.other #main .thanksBox p {
    margin-bottom: 3rem;
    text-align: center;
    line-height: 2;
}
body.other #main .thanksBox .back {
	margin: 0 auto;
	max-width: 33.5rem;
    text-align: center;
}
body.other #main .thanksBox .back a {
    margin: 0 auto;
}
body.other #main .thanksBox .back a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
    body.other #gHeader {
        padding: 1rem;
        min-height: inherit;
        background: linear-gradient(45deg,rgba(102, 102, 179, 1) 0%,rgba(0, 0, 128, 1) 99%);
    }
    body.other #main {
        padding-top: 12rem;
    }
    body.other #main .contact {
        padding: 0;
    }
	body.other #gFooter {
	margin-top: 8rem;
	padding-bottom: 0;
	}
}
/*------------------------------------------------------------
	fixLinkList
------------------------------------------------------------*/
.fixLinkList {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s;
}
.fixLinkList.on {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.fixLinkList li {
	width: calc(100% / 3);
}
.fixLinkList li a {
	padding: 0.9rem 0 0.4rem;
	display: block;
	text-align: center;
	background-color: #F58700;
}
.fixLinkList li:nth-child(2n) a {
	background-color: #000080;
}
.fixLinkList li a .pho {
	margin: 0 auto;
	width: 3.5rem;
	display: block;
}
.fixLinkList li a .txt {
	color: #FFF;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {

}