@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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
------------------------------------------------------------*/
.en {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.fadeInUp {
    opacity: 0;
    transform: translate(0, 100px);
    -webkit-transition: all 2s;
    transition: all 2s;
}
.fadeInUp.on {
    opacity: 1;
    transform: translate(0, 0);
}
.fancybox-container {
    z-index: 100001;
}
.fancybox-bg {
	background: rgba(245, 245, 245, 0.9);
}
.fancybox-slide--video .fancybox-content {
    background: rgba(0, 0, 0, 0);
}
.fancybox-button {
	background-color: rgba(245, 245, 245, 1.0);
}
.fancybox-button--close {
	color: #000000;
}
.fancybox-button,.fancybox-button:visited {
    color: #000000;
}
.fancybox-button:hover {
    color: #000000;
}
/* fix banner */
.fixBanner {
	width: 200px;
	position: fixed;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	right: 24px;
	bottom: 12px;
	z-index: 100000;
}
.fixBanner.none {
	display: none;
}
.fixBanner .close {
	width: 32px;
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
    z-index: 1;
}
.fixBanner .close:hover {
	opacity: 0.9;
}
.fixBanner .fixInner {
	padding: 0;
}
.fixBanner .fixInner img {
	width: 100%;
}

.fixBanner_sp {
	width: 260px;
	margin: -20px auto 70px;
}
.fixBanner_sp img {
	width: 100%;
}

/* content */
.content {
    margin: 0 auto;
    max-width: 1080px;
}
@media all and (max-width: 767px) {
    .content {
        margin: 0 32px;
    }
		.content.content01 {
			margin: 0 16px;
		}
/* fix banner */
.fixBanner {
	width: 34%;
	position: fixed;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	right: 20px;
	bottom: 80px;
}
.fixBanner .close {
	width: 24px;
}
}
/* comBtn */
.comBtn a {
    margin: 0 auto;
    max-width: 380px;
	/*max-width: 185px;*/
    position: relative;
    z-index: 1;
    height: 72px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}
.comBtn a.dispable {
    pointer-events: none;
}
.comBtn a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
    background-image: linear-gradient(to right, #18a9e5 0%, #5221d5 100%);
    content: "";
}
.comBtn a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: .3s;
    background-image: linear-gradient(to right, #1eb9f1 0%, #582bde 100%);
    content: "";
}
.comBtn a span {
    padding-right: 45px;
    display: inline-block;
    background: url("../../image/common/video_icon.png") no-repeat right center;
}
.comBtn.inquire a span {
	background: url("../../image/common/cotact-icon.png") no-repeat right center;
}
.comBtn.btn01 {
	position: relative;
	max-width: 400px;
}
.comBtn.btn01 a {
	width: 100%;
	max-width: inherit;
	position: relative;
	background-size: auto;
	background-image: linear-gradient(90deg, #9bb1e8 0%, #aa97ea 100%);
}
.comBtn.btn01 a::before {
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 4px;
	background-image: linear-gradient(90deg, #f5f5f7 0%, #fff 100%);
	background-size: 180% auto;
	content: "";
}
.comBtn.btn01 a::after {
	
	left: 3px;
	top: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 4px;
}
.comBtn.btn01 a span {
	padding-right: 0;
	position: relative;
	z-index: 1;
	background-image: -webkit-linear-gradient(left, #18abe6, #2d49cc 40%, #5122d5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comBtn02 {
    /*margin-left: 45px;*/
    text-align: center;
}
.comBtn02 a {
    min-width: 212px;
    padding: 11px 0;
    position: relative;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    display: inline-block;
    text-align: left;
    border-bottom: 2px solid #a9aed4;
}
.comBtn02 a.dispable {
    pointer-events: none;
}
.comBtn02 a:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 18px;
    height: 2px;
    transition: .3s;
    background-color: #3308af;
    content: "";
}
.comBtn02 a:after {
    margin-top: -4px;
    position: absolute;
    right: 2px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #484848;
    border-right: 1px solid #484848;
    transform: rotate(45deg);
    content: "";
}
.comBtn03 {
	margin: 0 auto;
	width: 320px;
}
.comBtn03 a {
	padding: 13px 10px 14px;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 4px;
  background-color: rgb(23, 26, 47);
}
@media all and (min-width: 768px) {
    .comBtn a:hover:before {
        opacity: 0;
    }
    .comBtn02 a:hover:before {
        width: 100%;
    }
		.comBtn.btn01 a:hover span {
			background-image: -webkit-linear-gradient(left, #fff, #fff 40%, #fff);
		}
		.comBtn03 a:hover {
			opacity: 0.7;
		}
}
@media all and (max-width: 767px) {
    .comBtn a {
        padding-left: 10px;
        font-size: 1.8rem;
    }
    .comBtn a span {
        padding-right: 35px;
    }
	.comBtn.btn01{
		margin: 0 auto;
		max-width: 295px;
	}
	.comBtn.btn01 a {
		height: 64px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.comBtn.btn01 a::before {
		left: 2px;
		top: 2px;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
	}
	.comBtn.btn01 a::after {
		left: 2px;
		top: 2px;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
    .comBtn02 {
        margin-left: 0;
    }
	.comBtn03 {
		width: auto;
		max-width: 309px;
	}
	.comBtn03 a {
		padding: 19px 10px;
		letter-spacing: 0.04em;
	}
}
@media all and (max-width: 359px) {
    .comBtn a {
        font-size: 1.6rem;
    }
    .comBtn a span {
        padding-top: 2px;
    }
}
/* headLine01 */
.headLine01 {
    margin-bottom: 23px;
    padding-bottom: 15px;
    color: #1c85d9;
    font-size: 1.2rem;
    position: relative;
    letter-spacing: 0.05em;
}
.headLine01 .large {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1.25;
    letter-spacing: 0.03em;
    background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.headLine01:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #91d1f0 0%, #9AAAE7 55%, #aa97ea 100%);
    content: "";
}
@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 23px;
        padding-bottom: 24px;
    }
    .headLine01 .large {
        margin-bottom: 7px;
        font-size: 2.5rem;
    }
}
/* headLine02 */
.headLine02 {
    margin-bottom: 67px;
    font-size: 6.4rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
}
.headLine02 .en {
    font-size: 7rem;
}
@media all and (max-width: 767px) {
    .headLine02 {
        margin-bottom: 32px;
        font-size: 4.8rem;
        text-align: left;
        line-height: 1.25;
    }
    .headLine02 .en {
        font-size: 5.3rem;
    }
}
/* headLine03 */
.headLine03 {
	margin-bottom: 40px;
	padding-bottom: 26px;
	position: relative;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.12em;
}
.headLine03::after {
	width: 60px;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
  background-image: -webkit-linear-gradient( -180deg, rgb(226,61,224) 0%, rgb(135,77,221) 26%, rgb(44,93,217) 54%, rgb(25,143,221) 83%, rgb(6,192,225) 100%);
	content: '';
}
@media all and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 48px;
		padding-bottom: 20px;
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}
	.headLine03::after {
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
}
/* headLine04 */
.headLine04 {
	margin-bottom: 39px;
	color: #fff;
	font-size: 5.6rem;
	line-height: 1.29;
	letter-spacing: 0.08em;
}
.headLine04 span {
	margin-bottom: 15px;
	display: block;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}
@media all and (max-width: 767px) {
	.headLine04 {
		margin-bottom: 25px;
		font-size: 3.2rem;
		line-height: 1.41;
		letter-spacing: 0.04em;
		text-align: center;
	}
	.headLine04 span {
		margin-bottom: 20px;
		font-size: 2rem;
		letter-spacing: 0.08em;
	}
}
/* headLine05 */
.headLine05 {
	margin-bottom: 37px;
	font-size: 1.6rem;
	letter-spacing: 0.16em;
}
.headLine05 span {
	margin-bottom: 3px;
	display: block;
	font-size: 4.4rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}
@media all and (max-width: 767px) {
	.headLine05 {
		margin-bottom: 31px;
		font-size: 1.4rem;
		letter-spacing: 0;
		text-align: center;
	}
	.headLine05 span {
		margin-bottom: 2px;
		font-size: 3.5rem;
		letter-spacing: 0.08em;
	}
}
/* contactBox */
.contactBox {
    padding: 117px 0 97px;
    color: #fff;
    background: url("../../image/index/contact_bg.jpg") no-repeat center top/cover;
}
.contactBox h2 {
	margin-bottom: 60px;
    letter-spacing: 0.03em;
}
.contactBox .inner {
    display: flex;
    justify-content: space-between;
}
.contactBox .lBox {
    margin-top: -5px;
    width: 50%;
    color: #fff;
}
.contactBox .lBox p {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
.contactBox .lBox .txtList {
    margin-bottom: 14px;
}
.contactBox .lBox .txtList li {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
.contactBox .rBox {
    width: 44.5%;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.contactBox .rBox dl {
	margin-bottom: 18px;
}
.contactBox .rBox dt {
    margin-top: 2px;
    float: left;
}
.contactBox .rBox dt .must {
	margin-right: 8px;
	padding: 3px 0;
	font-size: 1rem;
	width: 33px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	background: rgba(200, 49, 49,1);
}
.contactBox .rBox dd {
    padding: 0 0 8px 11.4em;
}
.contactBox .rBox input[type="text"], .contactBox .rBox input[type="email"], .contactBox .rBox input[type="tel"] {
    padding: 5px 10px;
    width: 100%;
    height: 33px;
    color: #333;
    font-size: 1.4rem;
    border-radius: 4px;
    background-color: #fff;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.contactBox .rBox input.error {
    border: 2px solid #E2656A;
}
.contactBox .rBox input[type="text"]::placeholder, .contactBox .rBox input[type="email"]::placeholder, .contactBox .rBox input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}
.contactBox .rBox input[type="text"]:-ms-input-placeholder, .contactBox .rBox input[type="email"]:-ms-input-placeholder, .contactBox .rBox input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
.contactBox .rBox input[type="text"]::-ms-input-placeholder, .contactBox .rBox input[type="email"]::-ms-input-placeholder, .contactBox .rBox input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}
.contactBox .rBox .link {
    margin-bottom: 10px;
}
.contactBox .rBox .link a {
    color: #fff;
    text-decoration: underline;
}
.contactBox .rBox .agree {
    margin-bottom: 28px;
}
.contactBox .rBox .agree input {
    display: none;
}
.contactBox .rBox .agree input + span {
    padding-left: 28px;
    display: inline-block;
    background: url("../../image/index/check_bg.png") no-repeat left center;
	background-size: 16px auto; 
}
.contactBox .rBox .agree input:checked + span {
    background-image: url("../../image/index/check_on_bg.png");
}
.contactBox .rBox .comBtn,
.priceBox .rBox .comBtn  {
    position: relative;
}
.contactBox .rBox .comBtn a,
.priceBox .rBox .comBtn a {
    width: 100%;
    max-width: inherit;
    position: relative;
    background-size: auto;
    background-image: linear-gradient(90deg, #9bb1e8 0%, #aa97ea 100%);
}
.contactBox .rBox .comBtn a:before,
.priceBox .rBox .comBtn a:before {
    position: absolute;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 4px;
    background-image: linear-gradient(90deg, #f5f5f7 0%, #fff 100%);
    background-size: 180% auto;
    content: "";
}
.contactBox .rBox .comBtn a:after,
.priceBox .rBox .comBtn a:after {
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 4px;
}
.contactBox .rBox .comBtn a span,
.priceBox .rBox .comBtn a span {
    position: relative;
    z-index: 1;
    background-image: -webkit-linear-gradient(left, #18abe6, #2d49cc 40%, #5122d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactBox .rBox .comBtn a span:after,
.priceBox .rBox .comBtn a span:after {
    position: absolute;
    right: 0;
    top: 6px;
    width: 26px;
    height: 20px;
    background: url("../../image/common/video_icon02.png") no-repeat left top;
    content: "";
}
.contactBox .rBox .comBtn .finishMsg{
    display: none;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
}
.contactBox .bannerBox {
	margin-top: 50px;
	text-align: center;
}
.contactBox .bannerBox a {
	display: inline-block;
	padding: 0 10px;
}
.contactSec {
	color: #333;
}
.contactSec .whiteBox {
	width: 1280px;
	padding: 63px 104px 45px;
	margin: 80px auto 0;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
}
.contactSec .whiteBox .headLine02 {
	margin-bottom: 48px;
	font-size: 3.6rem;
	letter-spacing: 0.03em;
}
.contactSec .whiteBox .headLine02 span {
	display: inline-block;
    background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.contactSec .whiteBox .infoBox .lBox {
	width: 520px;
}
.contactSec .whiteBox .infoBox .pho {
	margin-bottom: 15px;
}
.contactSec .whiteBox .infoBox .txt {
	margin-bottom: 0;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 2;
}
.contactSec .whiteBox .infoBox .rBox {
	width: 477px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.contactSec .whiteBox .infoBox .rBox dl {
	margin-bottom: 10px;
}
.contactSec .whiteBox .infoBox .rBox dt {
    margin-top: 2px;
    float: left;
}
.contactSec .whiteBox .infoBox .rBox dt .must {
	margin-right: 8px;
	padding: 3px 0;
	font-size: 1rem;
	color: #fff;
	width: 33px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	background: rgba(200, 49, 49,1);
}
.contactSec .whiteBox .infoBox .rBox dd {
    padding: 0 0 8px 11.4em;
}
.contactSec .whiteBox .infoBox .rBox input[type="text"],
.contactSec .whiteBox .infoBox .rBox input[type="email"],
.contactSec .whiteBox .infoBox .rBox input[type="tel"] {
    padding: 5px 10px;
    width: 100%;
    height: 33px;
    color: #333;
    font-size: 1.4rem;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.contactSec .whiteBox .infoBox .rBox input.error {
    border: 2px solid #E2656A;
}
.contactSec .whiteBox .infoBox .rBox input[type="text"]::placeholder,
.contactSec .whiteBox .infoBox .rBox input[type="email"]::placeholder,
.contactSec .whiteBox .infoBox .rBox input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}
.contactSec .whiteBox .infoBox .rBox input[type="text"]:-ms-input-placeholder,
.contactSec .whiteBox .infoBox .rBox input[type="email"]:-ms-input-placeholder,
.contactSec .whiteBox .infoBox .rBox input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
.contactSec .whiteBox .infoBox .rBox input[type="text"]::-ms-input-placeholder,
.contactSec .whiteBox .infoBox .rBox input[type="email"]::-ms-input-placeholder,
.contactSec .whiteBox .infoBox .rBox input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}
.contactSec .whiteBox .infoBox .rBox .link {
    margin-bottom: 10px;
}
.contactSec .whiteBox .infoBox .rBox .link a {
    color: #333;
    text-decoration: underline;
}
.contactSec .whiteBox .infoBox .rBox .agree {
    margin-bottom: 28px;
}
.contactSec .whiteBox .infoBox .rBox .agree input {
    display: none;
}
.contactSec .whiteBox .infoBox .rBox .agree input + span {
    padding-left: 28px;
    display: inline-block;
    background: url("../../image/index/check_bg.png") no-repeat left center;
	background-size: 16px auto; 
}
.contactSec .whiteBox .infoBox .rBox .agree input:checked + span {
    background-image: url("../../image/index/check_on_bg.png");
}
.contactSec .whiteBox .infoBox .rBox .comBtn02 {
	text-align: left;
	margin: 0;
}
.contactSec .whiteBox .infoBox .rBox .comBtn02 a {
	font-size: 1.6rem;
	width: 228px;
}
@media all and (min-width: 768px) {
	.contactBox .rBox .comBtn a:hover span,
	.priceBox .rBox .comBtn a:hover span {
		background: none;
		color: #fff;
		-webkit-text-fill-color: #fff;
	}
	.contactBox .rBox .comBtn a:hover span::after {
		background-image: url("../../image/common/video_icon.png");
	}
	.contactSec .whiteBox .infoBox .rBox .link a:hover,
	.contactBox .rBox .link a:hover {
		color: #3308af;
	}
}
@media all and (max-width: 767px) {
    .contactBox {
        padding: 55px 0 65px;
        background-image: url("../../image/index/sp_contact_bg.jpg");
    }
    .contactBox h2 {
        margin-bottom: 20px;
        line-height: 1.35;
    }
    .contactBox .inner {
			margin-bottom: 60px;
        display: block;
    }
    .contactBox .lBox {
        margin: 0 0 17px;
        width: auto;
    }
    .contactBox .lBox p {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0;
    }
    .contactBox .lBox .txtList {
        margin-bottom: 8px;
    }
    .contactBox .lBox .txtList li {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0;
    }
    .contactBox .rBox {
        width: auto;
        font-size: 1.4rem;
    }
    .contactBox .rBox dl {
        margin-bottom: 12px;
    }
    .contactBox .rBox dt {
        margin: 0 0 6px;
        float: none;
    }
    .contactBox .rBox dd {
        padding: 0 0 7px;
    }
    .contactBox .rBox .comBtn a:after {
        border-radius: 6px;
    }
    .contactBox .rBox .comBtn a span:after {
        top: 3px;
    }
    .contactBox .rBox .comBtn .finishMsg{
        position: static;
        margin-top: 20px;
    }
	.contactBox .rBox input[type="text"], .contactBox .rBox input[type="email"], .contactBox .rBox input[type="tel"] {
		height: 28px;
	}
	.contactSec .whiteBox {
		width: auto;
		margin: 0 30px;
		padding: 30px 25px;
	}
	.contactSec .whiteBox .headLine02 {
		margin-bottom: 35px;
		font-size: 3.2rem;
		line-height: 1.4;
		text-align: center;
	}
	.contactSec .whiteBox .infoBox {
		display: block;
	}
	.contactSec .whiteBox .infoBox .pho {
		margin-bottom: 18px;
	}
	.contactSec .whiteBox .infoBox .pho img {
		width: 100%;
	}
	.contactSec .whiteBox .infoBox .lBox {
		width: auto;
	}
	.contactSec .whiteBox .infoBox .rBox {
		width: auto;
	}
	.contactSec .whiteBox .infoBox .txt {
		margin-bottom: 50px;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0.2em;
	}
    .contactSec .whiteBox .infoBox .rBox {
        width: auto;
        font-size: 1.4rem;
    }
    .contactSec .whiteBox .infoBox .rBox dl {
        margin-bottom: 12px;
    }
    .contactSec .whiteBox .infoBox .rBox dt {
        margin: 0 0 6px;
        float: none;
    }
    .contactSec .whiteBox .infoBox .rBox dd {
        padding: 0 0 7px;
    }	
	.contactSec .whiteBox .infoBox .rBox .agree {
		margin-bottom: 12px;
	}
	.contactSec .whiteBox .infoBox .rBox .agree input + span {
		padding-left: 25px;
		font-size: 1.2rem;
	}
	.contactSec .whiteBox .infoBox .rBox .comBtn02 {
		margin: 0 auto;
		text-align: center;
	}
	.contactSec .whiteBox .infoBox .rBox .comBtn02 a {
		margin: 0 auto;
	}
	.contactBox .bannerBox {
		margin-top: 30px;
		text-align: center;
	}
	.contactBox .bannerBox a {
		display: inline-block;
		padding: 20px 10px 0;
	}
}
@media all and (max-width: 374px) {
	.contactSec .whiteBox .headLine02 {
		font-size: 3rem;
	}
}
/* comLink */
.comLink {
	margin: 0 auto;
	max-width: 564px;
}
.comLink a {
	display: block;
	padding: 30px 45px 35px;
	position: relative;
	line-height: 1.75;
	letter-spacing: 0.05em;
	background: url("../../image/index/link_bg.jpg") no-repeat center top;
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink a .large {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.comLink a .large .en {
	font-size: 2.7rem;
}
.comLink a img {
	position: absolute;
	right: 28px;
	top: 52px;
}
@media all and (max-width: 767px) {
	.comLink {
			max-width: 344px;
	}
	.comLink a {
			padding: 31px 25px 34px;
			font-size: 1.6rem;
			line-height: 1.69;
			letter-spacing: 0;
			background-image: url("../../image/index/sp_link_bg.jpg");
			background-size: 100% 100%;
	}
	.comLink a .large {
			margin-bottom: 10px;
			font-size: 2.1rem;
			line-height: 1.43;
			text-align: center;
			letter-spacing: 0.02em;
	}
	.comLink a .large .en {
			font-size: 2.4rem;
	}
	.comLink a img {
			right: 25px;
			top: auto;
			bottom: 30px;
			width: 67px;
	}
}
/* pagePath */
#pagePath {
	margin-bottom: 54px;
}
#pagePath li {
	margin-right: 5px;
	font-size: 1.2rem;
	line-height: 1.5;
	display: inline;
	vertical-align: top;
}
#pagePath li:last-of-type {
	margin-right: 0;
}
#pagePath a {
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
}
#pagePath span {
	color: #3308AF;
	text-decoration: underline;
}
@media all and (min-width: 768px) {
	#pagePath a:hover {
		opacity: 0.7;
	}
	#pagePath{
		margin-bottom: 63px;
	}
	#pagePath li {
		margin-right: 0;
		font-size: 1rem;
	}
	#pagePath li a {
		margin-right: 4px;
	}
	#pagePath li span {
		color: #000;
	}
}
/* pagePTitle */
.pageTitle {
	padding: 193px 0 137px;
	background: url(../../image/common/page_bg01.jpg) no-repeat center center /100% 100%;
}
.pageTitle .inner {
	margin: 0 auto;
	max-width: 1210px;
}
.pageTitle h2 {
	position: relative;
	font-size: 4rem;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
.pageTitle h2 span {
	display: inline-block;
	vertical-align: top;
}
.pageTitle h2 .txt01 {
	position: relative;
  background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		z-index: 2;
}
.pageTitle h2 .txt02 {
	position: absolute;
	left: 69px;
	top: calc(50% - 3px);
	font-size: 10rem;
	line-height: 1;
	letter-spacing: 0.11em;
	transform: translateY(-50%);
	background-image: -webkit-linear-gradient(left, #DFECF5, #E3E7F3 50%, #E9E6F7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pageTitle.pageTitle01 {
	margin-bottom: 14px;
	padding: 203px 0 81px;
	background-image: url(../../image/common/page_bg02.jpg);
}
.pageTitle.pageTitle01 .inner {
	max-width: 1080px;
}
.pageTitle.pageTitle01 h2 {
	font-size: 3.2rem;
}
.pageTitle.pageTitle01 h2 .txt02 {
	font-size: 10.6rem;
	letter-spacing: 0.2em;
	white-space: nowrap;
	background-image: -webkit-linear-gradient(left, #C1E2F1, #C4D4EE 50%, #CFD4F1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (max-width: 767px) {
	.pageTitle {
		padding: 110px 16px 48px;
		background-image: url(../../image/common/sp_page_bg01.jpg);
	}
	.pageTitle .inner {
		max-width: inherit;
	}
	.pageTitle h2 {
		position: relative;
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	.pageTitle h2 .txt01 {
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
	}
	.pageTitle h2 .txt02 {
		left: 0;
		top: calc(50% - 14px);
		font-size: 5.4rem;
		letter-spacing: 0.08em;
		background-image: -webkit-linear-gradient(left, #CAEFF8, #D8E5F8 50%, #E5E1FA);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: futura-pt, sans-serif;
	}
	.pageTitle.pageTitle01 {
		margin-bottom: 8px;
		padding: 110px 16px 48px;
		background-image: url(../../image/common/sp_page_bg01.jpg);
	}
	.pageTitle.pageTitle01 .inner {
		max-width: 1080px;
	}
	.pageTitle.pageTitle01 h2 {
		font-size: 2.4rem;
	}
	.pageTitle.pageTitle01 h2 .txt02 {
		left: 28px;
		font-size: 5.3rem;
		letter-spacing: 0.2em;
		background-image: -webkit-linear-gradient(left, #CAEFF8, #D8E5F8 50%, #E5E1FA);
		white-space: inherit;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
@media all and (max-width: 374px) {
	.pageTitle.pageTitle01 h2 .txt02 {
		font-size: 4.8rem;
	}
}
/* comListUl */
.comListUl {
	margin: -207px 0 185px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comListUl li {
	margin-top: 207px;
	width: 48.1%;
	padding: 70px 40px 0;
	position: relative;
	background-color: #f2f3f7;
	border-radius: 8px;
	box-sizing: border-box;
}
.comListUl .num {
	position: absolute;
	left: 20px;
	top: -43px;
	display: inline-block;
	font-size: 8.8rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.02em;
	background-image: -webkit-linear-gradient(-45deg, #1184db, #4d51da 50%, #bb42de);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.comListUl .headLine01 {
	margin-bottom: 40px;
	padding-bottom: 32px;
	display: flex;
	align-items: center;
	color: #333;
	font-size: 3rem;
	line-height: 1.33;
	letter-spacing: 0.1em;
}
.comListUl .headLine01:after {
	height: 6px;
	background-image: linear-gradient(90deg, #0d93dd 0%, #3658d9 55%, #b043de 100%);
}
.comListUl .headLine01 span {
	min-height: 78px;
	display: flex;
	align-items: flex-end;
}
.comListUl p {
	margin-bottom: 20px;
	line-height: 2.18;
	letter-spacing: 0.05em;
}
.comListUl .photo {
	margin: -102px -40px 0;
	text-align: center;
	transform: translateY(107px);
}
@media all and (max-width: 767px) {
	.comListUl {
			margin: 0 0 70px;
			display: block;
	}
	.comListUl li {
		margin: 0 0 151px;
			width: auto;
			padding: 44px 25px 0;
	}
	.comListUl li:last-of-type {
		margin-bottom: 0;
	}
	.comListUl .num {
			left: 10px;
			top: -37px;
			font-size: 6.4rem;
			letter-spacing: 0;
			background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
			-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
	.comListUl .headLine01 {
			margin-bottom: 24px;
			padding-bottom: 20px;
			font-size: 2rem;
			line-height: 1.4;
			letter-spacing: 0.02em;
	}
	.comListUl .headLine01::after {
		height: 4px;
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
	.comListUl .headLine01.h3Ttl {
			margin-right: 0;
	}
	.comListUl .headLine01 span {
			min-height: 56px;
	}
	.comListUl p {
			margin-bottom: 26px;
			font-size: 1.4rem;
			line-height: 1.86;
	}
	.comListUl .photo {
			margin: -65px -20px 0;
			transform: translateY(65px);
	}
}
/* comCaseList */
.comCaseList {
	margin-top: -24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comCaseList::after {
	width: 304px;
	content: '';
}
.comCaseList li {
	margin-top: 24px;
	width: 304px;
	border-radius: 8px;
	overflow: hidden;
}
.comCaseList .pho {
	padding-bottom: 61.18%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.comCaseList .txtBox {
	padding: 17px 24px 32px;
  background-image: -webkit-linear-gradient( 135deg, #F9ECFD 0%, #F3ECFC 28%, #E9EFFB 56%, #E8F2FB 83%, #E6F5FC 100%);
}
.comCaseList .txtBox .ttl {
	margin-bottom: 11px;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: 700;
	letter-spacing: 0.04em;
}
.comCaseList .txtBox .ttl span {
	margin-bottom: 5px;
	color: #767676;
	font-size: 1.2rem;
	display: block;
	letter-spacing: 0.04em;
}
.comCaseList .txtBox .comBtn02 {
	margin: 0;
}
.comCaseList .txtBox .comBtn02 a {
	display: block;
}
@media all and (max-width: 767px) {
	.comCaseList {
		margin-top: 0;
		display: block;
	}
	.comCaseList::after {
		display: none;
	}
	.comCaseList li {
		margin: 0 0 24px;
		width: auto;
		overflow: hidden;
	}
	.comCaseList li:last-of-type {
		margin-bottom: 0;
	}
	.comCaseList .txtBox {
		margin-top: -16px;
		padding: 31px 24px 30px;
		position: relative;
		background-image: -webkit-linear-gradient( 135deg, #F8ECFD 0%, #F3ECFC 28%, #E9EFFB 56%, #E8F1FB 83%, #DAF6FA 100%);
	}
	.comCaseList .txtBox .ttl {
		margin-bottom: 7px;
	}
	.comCaseList .txtBox .ttl span {
		margin-bottom: 13px;
	}
	.comCaseList .txtBox .comBtn02 {
		margin: 0;
	}
	.comCaseList .txtBox .comBtn02 a {
		display: block;
	}
}
/* comList */
.comList {
	margin-top: -40px;
}
.comList li {
	margin: 40px 40px 0 0;
	text-align: center;
}
.comList li:nth-child(3n) {
	margin-right: 0;
}
.comList li .pho {
	margin-bottom: 16px;
	display: block;
}
.comList li img {
	width: 100%;
}
.comList li .comBtn02 {
	margin: 0 auto;
}
.comList li .comBtn02 a {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	width: 230px;
}
@media all and (max-width: 767px) {
	.comList {
		display: block;
		margin: 0 auto;
		width: 65.6%;
	}
	.comList li {
		margin: 0 0 48px;
	}
	.comList li:last-child {
		margin-bottom: 0;
	}
	.comList li .pho {
		margin-bottom: 10px;
	}
	.comList li .comBtn02 a {
		width: 100%;
		min-width: 100%;
		padding-bottom: 7px;
	}
}
/* comThanks */
.comThanks {
	margin-bottom: 115px;
}
.comThanks p {
	margin-bottom: 32px;
	line-height: 2.2;
	text-align: center;
	letter-spacing: 0.05em;
}
.comThanks p:last-child {
	margin-bottom: 0;
}
.comThanks .txtList {
	max-width: 365px;
	margin: 0 auto 36px;
}
.comThanks .txtList li {
	line-height: 2.2;
}
.comThanks p a {
	color: #3308af;
	text-decoration: underline;
}
.comThanks p a:hover {
	opacity: 0.7;
}
.comInfo {
	padding: 72px 0 74px;
	position: relative;
	text-align: center;
}
.comInfo:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient( -180deg, rgb(98,18,219) 0%, rgb(38,85,204) 55%, rgb(20,210,244) 100%);
	opacity: 0.149;
	content: "";
	z-index: -1;
}
.comInfo .title {
	margin-bottom: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2;
}
.comInfo .title .info {
	display: inline-block;
	background-image: -webkit-linear-gradient(left, #18abe6, #5122d5 50%, #5122d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.comInfo .pho {
	margin-bottom: 18px;
}
.comInfo .comBtn02 {
	margin: 0 auto;
}
.comInfo .comBtn02 a {
	width: 224px;
	font-size: 1.6rem;
}
@media all and (max-width: 767px) {
	.comThanks {
		padding-bottom: 56px;
	}
	.comThanks p {
		text-align: left;
	}
	.comThanks .txtList {
		width: auto;
		margin: 0 20px 28px;
	}
	.comThanks .txtList li {
		padding-left: 0.5em;
		text-indent: -0.5em;
	}
	.comInfo {
		padding: 42px 0 49px;
	}
	.comInfo .title {
		margin-bottom: 34px;
		letter-spacing: 0.02em;
	}
	.comInfo .pho {
		margin: 0 -16px 25px;
	}
	.comInfo .pho img {
		width: 100%;
	}
	.comInfo .comBtn02 a {
		padding-bottom: 6px;
	}
}
/* mailForm */
.mailForm {
	margin: 0 auto;
	padding: 68px 20px 80px;
	width: 960px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #F2F3F7;
}
.mailForm table {
	margin: 0 auto 66px;
	width: 720px;
	box-sizing: border-box;
	border-collapse: collapse;
}
.mailForm table th,
.mailForm table td {
	padding: 22px 70px 20px 0;
	width: 29%;
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.88;
	letter-spacing: 0;
	text-align: left;
	box-sizing: border-box;
	vertical-align: top;
}
.mailForm table td {
	padding: 12px 0;
	width: 71%;
}
.mailForm table td .error {
	padding-left: 17px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -8px;
	color: #c83131;
	font-size: 1rem;
	box-sizing: border-box;
	background: url(../../image/common/icon01.png) no-repeat left 1px top 3px / 13px auto;
}
.mailForm input[type="text"],
.mailForm input[type="tel"],
.mailForm input[type="email"],
.mailForm input[type="submit"],
.mailForm input[type="radio"],
.mailForm input[type="checkbox"],
.mailForm textarea {
	padding: 5px 15px;
	width: 100%;
	height: 50px;
	color: #000;
	font-size:1.6rem;
	letter-spacing: 0.04em;
	text-align: left;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid rgb(232, 232, 232);
	box-sizing: border-box;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
}
.mailForm textarea {
	height: 226px;
	vertical-align: top;
	resize: vertical;
}
.mailForm .must {
	padding: 3px 4px 2px;
	position: absolute;
	right: 24px;
	top: 25px;
	width: 42px;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: #C83131;
}
.mailForm input::-webkit-input-placeholder,
.mailForm textarea::-webkit-input-placeholder {
	color: #ccc;
}
.mailForm input:-moz-placeholder,
.mailForm textarea:-moz-placeholder {
	color: #ccc;
}
.mailForm input::-moz-placeholder,
.mailForm textarea::-moz-placeholder {
	color: #ccc;
}
.mailForm input:-ms-input-placeholder,
.mailForm textarea:-ms-input-placeholder {
	color: #ccc;
}
.mailForm table td input.wid01 {
	width: 228px;
}
.mailForm .radioList {
	margin: 12px 0;
}
.mailForm .radioList li:not(:last-of-type) {
	margin-bottom: 6px;
}
.mailForm .radioList input {
	display: none;
}
.mailForm .radioList input + span {
	padding-left: 37px;
	display: inline-block;
	vertical-align: top;
	background: url(../../image/common/icon02.png) no-repeat left top 4px / 20px auto;
}
.mailForm .radioList input:checked + span {
	background-image: url(../../image/common/icon03.png);
}
.mailForm .textBox {
	margin: 0 auto 38px;
	padding: 33px 40px 30px;
	width: 720px;
	height: 270px;
	box-sizing: border-box;
	border: 1px solid rgb(232, 232, 232);
	border-radius: 8px;
	background-color: #fff;
	overflow-y: auto;
}
.mailForm .textBox p {
	margin-bottom: 23px;
	color: #777;
	font-size: 1.4rem;
	line-height: 1.64;
}
.mailForm .textBox a {
	color: #777;
	text-decoration: underline;
}
.mailForm .textBox .title {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: bold;
}
.mailForm .textBox .note {
	text-align: right;
}
.mailForm .agree {
	margin-bottom: 76px;
	text-align: center;
}
.mailForm .agree .must {
	margin-right: 10px;
	display: inline-block;
	position: relative;
	right: 0;
	top: 0;
}
.mailForm .agree input {
	display: none;
}
.mailForm .agree input + span {
	padding-right: 27px;
	position: relative;
	display: inline-block;
	letter-spacing: 0.03em;
	vertical-align: top;
	background: url(../../image/common/icon04.png) no-repeat right 1px center / 20px auto;
}
.mailForm .agree input + span::after {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../image/common/icon05.png) no-repeat center center / cover;
	content: '';
	opacity: 0;
}
.mailForm .agree input:checked + span::after {
	opacity: 1;
}
.mailForm .submit li {
	margin: 0 auto 20px;
	padding: 3px;
	width: 480px;
	height: 72px;
	position: relative;
	border-radius: 8px;
	box-sizing: border-box;
	background-image: linear-gradient(90deg, #9DB2E9 0%, #A9A3EB 55%, #B691EE 100%);
}
.mailForm .submit li:last-of-type {
	margin-bottom: 0;
}
.mailForm .submit input:disabled{
	pointer-events: none;
}
.mailForm .submit .txt {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 6px;
	background-color: #fff;
	transition: .3s;
}
.mailForm .submit .txt span {
	transition: .3s;
	background-image: -webkit-linear-gradient(-45deg, #1184db, #4d51da 50%, #bb42de);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mailForm .submit li input {
	height: 72px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
@media all and (min-width: 768px) {
	.mailForm .submit li:hover .txt {
		background: linear-gradient(270deg, #6212DB 0%, #2655CC 49.48%, #14D2F4 100%);
	}
	.mailForm .submit li:hover .txt.disabled {
		background: #fff;
	}
	.mailForm .submit li:hover .txt span {
		background-image: -webkit-linear-gradient(-45deg, #fff, #fff 50%, #fff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.mailForm .submit li:hover .txt.disabled span {
		background-image: -webkit-linear-gradient(-45deg, #1184db, #4d51da 50%, #bb42de);
	}
	.mailForm .textBox a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 767px) {
	.mailForm {
		padding: 37px 24px 40px;
		width: auto;
	}
	.mailForm table {
		margin: 0 auto 23px;
		width: 100%;
	}
	.mailForm table th,
	.mailForm table td {
		margin-bottom: 13px;
		padding: 0;
		width: 100%;
		display: block;
		font-weight: 600;
		line-height: 1.5;
	}
	.mailForm table td {
		margin-bottom: 23px;
		padding: 0;
		width: 100%;
		font-weight: 400;
	}
	.mailForm table td .error {
		margin-bottom: -19px;
		padding: 2px 0 2px 17px;
		position: relative;
		bottom: 0;
		background-size: 12px auto;
	}
	.mailForm input[type="text"],
	.mailForm input[type="tel"],
	.mailForm input[type="email"],
	.mailForm input[type="submit"],
	.mailForm input[type="radio"],
	.mailForm input[type="checkbox"],
	.mailForm textarea {
		padding: 5px 7px;
		height: 40px;
		letter-spacing: 0;
		text-align: left;
		border-radius: 4px;
	}
	.mailForm textarea {
		height: 120px;
	}
	.mailForm .must {
		margin-left: 8px;
		padding: 4px 4px 6px;
		position: relative;
		right: 0;
		top: 0;
		width: 32px;
		display: inline-block;
		border-radius: 4px;
		font-size: 1rem;
		line-height: 1.2;
		vertical-align: 3px;
	}
	.mailForm table td input.wid01 {
		width: 100%;
	}
	.mailForm .radioList {
		margin: 12px 0;
	}
	.mailForm .radioList li:not(:last-of-type) {
		margin-bottom: 12px;
	}
	.mailForm .radioList input + span {
		padding-left: 28px;
		letter-spacing: 0.02em;
		background-position: left top 2px;
		background-image: url(../../image/common/icon07.png);
	}
	.mailForm .radioList input:checked + span {
		background-image: url(../../image/common/icon06.png);
	}
	.mailForm .textBox {
		margin: 0 auto 20px;
		padding: 30px 24px 30px;
		width: auto;
		height: 295px;
		border-radius: 3px;
	}
	.mailForm .textBox p {
		margin-bottom: 21px;
		font-size: 1.3rem;
		line-height: 1.6;
		letter-spacing: 0.04em;
	}
	.mailForm .textBox .title {
		margin-bottom: 19px;
		font-size: 1.6rem;
	}
	.mailForm .agree {
		margin-bottom: 38px;
	}
	.mailForm .agree .must {
		vertical-align: 4px;
	}
	.mailForm .agree input + span {
		padding-right: 30px;
		font-size: 1.3rem;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}
	.mailForm .submit li {
		margin: 0 auto 20px;
		padding: 2px;
		width: auto;
		max-width: 480px;
		height: 64px;
		border-radius: 8px;
		box-sizing: border-box;
		background-image: linear-gradient(90deg, #14D2F4 0%, #2655CC 55%, #6212DB 100%);
	}
	.mailForm .submit li:last-of-type {
		margin-bottom: 0;
	}
	.mailForm .submit .txt {
		font-size: 1.6rem;
		letter-spacing: 0.06em;
		border-radius: 6px;
	}
	.mailForm .submit .txt span {
		transition: .3s;
		background-image: -webkit-linear-gradient(-45deg, #1184db, #4d51da 50%, #bb42de);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.mailForm .submit li input {
		height: 64px;
	}
}
@media all and (max-width: 374px) {
	.mailForm .must {
		padding: 4px;
	}
	.mailForm .agree .must {
		vertical-align: 7px;
	}
	.mailForm .agree input + span {
		padding: 2px 30px 2px 0;
		font-size: 1.1rem;
	}
}
/* comImgBox */
.comImgBox {
	margin: 0 auto 43px;
	width: 960px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.comImgBox .photoBox {
	margin-left: 12px;
	width: 516px;
}
.comImgBox .textBox {
	margin-top: 10px;
	width: 375px;
}
.comImgBox .textBox h2 {
	margin-bottom: 13px;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.46;
	letter-spacing: 0.04em;
}
.comImgBox .textBox p {
	color: #fff;
	line-height: 2.19;
	letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
	.comImgBox {
		margin: 0 auto 46px;
		width: auto;
		display: block;
	}
	.comImgBox .photoBox {
		margin-left: 0;
		width: auto;
	}
	.comImgBox .photoBox img {
		width: 100%;
	}
	.comImgBox .textBox {
		margin: 0 0 23px;
		width: auto;
	}
	.comImgBox .textBox h2 {
		margin-bottom: 15px;
		line-height: 1.67;
		letter-spacing: 0.04em;
		text-align: center;
	}
}
/* popBox */
.popBox {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 872px;
}
.popBox .inner {
	padding: 20px 40px 40px;
	background-color: #fff;
}
.popBox .close {
	margin: 0 -20px -6px auto;
	width: 28px;
	cursor: pointer;
}
.popBox .imgBox {
	display: flex;
	justify-content: space-between;
}
.popBox .imgBox .photoBox {
	width: 252px;
}
.popBox .imgBox .textBox {
	margin-top: -4px;
	width: calc(100% - 275px);
}
.popBox .imgBox .textBox .title {
	margin-bottom: 24px;
	padding-bottom: 13px;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.12em;
}
.popBox .imgBox .textBox .title::after {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
  background-image: -webkit-linear-gradient( -180deg, rgb(226,61,224) 0%, rgb(135,77,221) 26%, rgb(44,93,217) 54%, rgb(25,143,221) 83%, rgb(6,192,225) 100%);
	content: '';
}
.popBox .imgBox .textBox .title span {
	margin-bottom: 4px;
	display: block;
	color: #727272;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
}
.popBox .imgBox .textBox p {
	font-size: 1.4rem;
	line-height: 1.56;
	letter-spacing: 0.12em;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: url(../../image/common/bg02.png) no-repeat center center / 100% 100%;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
@media all and (max-width: 767px) {
	.popBox {
		width: calc(100% - 34px);
		padding: 34px 0;
		max-width: inherit;
	}
	.popBox .inner {
		padding: 12px 23px 24px;
	}
	.popBox .close {
		margin: 0 1px 0px auto;
		text-align: center;
	}

	.popBox .close img {
		width: 20px;
	}
	.popBox .imgBox {
		display: block;
	}
	.popBox .imgBox .photoBox {
		width: auto;
		text-align: center;
	}
	.popBox .imgBox .photoBox img {
		/*width: 100%;*/
		width: 90%;
	}
	.popBox .imgBox .textBox {
		margin-top: 19px;
		width: auto;
	}
	.popBox .imgBox .textBox .title {
		margin-bottom: 12px;
		padding-bottom: 8px;
		letter-spacing: 0;
	}
	.popBox .imgBox .textBox .title::after {
		height: 1px;
		background-image: -webkit-linear-gradient( -180deg, #6212DB 0%, #2655CC 54%, #14D2F4 100%);
		content: '';
	}
	.popBox .imgBox .textBox .title span {
		margin-bottom: 13px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.popBox .imgBox .textBox p {
		letter-spacing: 0;
	}
}

/* contactBox */
@media all and (max-width: 767px) {}
/* contactBox */
@media all and (max-width: 767px) {}