@charset "utf-8";
/*
Theme Name: AI snap
Theme URI: null
Description: Description
Author: 
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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,figcaption, figure,section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1320px) {
	html {
		font-size: 0.6944vw;
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: 2.564vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #252525;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #252525;
}
a:hover {
	color: #252525;
}
a:active {
	color: #252525;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* 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;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #252525;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F7F7F7;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 3.3rem 4rem;
	height: 11.6rem;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 99;
}
#gHeader .hBox {
	position: relative;
}
#gHeader .logo {
	width: 10.9rem;
	position: absolute;
	left: -0.5rem;
	top: 0.6rem;
}
#gHeader .menuBox {
	width: 74rem;
	margin-left: auto;
}
#gHeader .menuInfo {
	align-items: center;
	justify-content: flex-end;
}
#gNavi li {
	margin-right: 2.4rem;
	font-size: 1.4rem;
	font-weight: 500;
}
#gNavi li span {
	color: #2A46D6;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 2.4rem 7.3rem;
		height: 6.4rem;
	}
	#gHeader .hBox {
		max-width: inherit;
	}
	#gHeader .logo {
		width: 7.7rem;
		position: static;
	}
	#gHeader .hLink {
		width: 12.3rem;
		position: absolute;
		right: 2.4rem;
		top: 1.7rem;
	}
	#gHeader .hLink a {
		height: 3.1rem;
		padding: 0.8rem 1.4rem 1rem 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		font-weight: 500;
		letter-spacing: 0.028em;
		background: #2A46D6 url(img/common/icon01.png) no-repeat center right 1rem;
		background-size: 1.6rem auto;
		border-radius: 10rem;
		box-sizing: border-box;
	}
	.menu {
        width: 6.4rem;
        height: 6.4rem;
        position: fixed;
		left: 0;
		top: 0;
		z-index: 101;
    }
    .menu span {
        width: 2.3rem;
        height: 0.3rem;
        position: absolute;
        top: 2.3rem;
        left: 2.4rem;
        background: #2A46D6;
        transition: all .35s ease;
		border-radius: 10rem;
    }
    .menu span:nth-of-type(2) {
        top: 3.1rem;
    }
    .menu span:nth-of-type(3) {
        top: 3.8rem;
    }
	.menu.on span {
		width: 2.6rem;
		left: 2.3rem;
	}
    .menu.on span:nth-of-type(1) {
        transform: translateY(0.8rem) translateX(0) rotate(45deg);
    }
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    .menu.on span:nth-of-type(3) {
        transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
    }
	#gHeader .menuBox {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		background: rgba(247, 247, 247, 0.95);
		z-index: 100;
		display: none;
	}
	#gHeader .menuInfo {
		padding: 12.4rem 2.4rem 5rem;
		display: block;
	}
	#gNavi {
		margin-bottom: 5.4rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin: 0 0 3.3rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 9.7rem 0 12.8rem;
	background-color: #fff;
}
#gFooter .fBox {
	margin-bottom: 9.2rem;
	position: relative;
}
#gFooter .fInfo {
	width: 20rem;
}
#gFooter .fLogo {
	margin-bottom: 2.4rem;
}
#gFooter .fNavi {
	margin: 1.3rem 0 0 12.7rem;
}
#gFooter .fNavi > li:first-child {
	margin-right: 4rem;
}
#gFooter .fNavi ul li:not(:last-child) {
	margin-bottom: 1.3rem;
}
#gFooter .fNavi a {
	padding-left: 1.6rem;
	position: relative;
	display: inline-block;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi a::before {
	position: absolute;
	left: 0;
	top: 1.2rem;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #1A23F0;
	content: "";
	border-radius: 100%;
}
#gFooter .comList {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}
#gFooter .comList li {
	width: 16.6rem;
	margin-left: auto;
}
#gFooter .comList .color {
	margin-top: 2rem;
}
#gFooter .fSns {
	margin-bottom: 3.6rem;
}
#gFooter .fSns li {
	margin: 0 1rem;
}
#gFooter .fSns img {
	height: 3rem;
	width: auto;
}
#gFooter .fList {
	margin-bottom: 2.3rem;
	font-size: 1.6rem;
	font-weight: 500;
}
#gFooter .fList a {
	padding: 0 1.6rem;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 400;
}
#gFooter .fList a:hover,
#gFooter .fSns a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	font-family: "Poppins", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 8.3rem 0 8.9rem;
		border-bottom: 1.4rem solid #F7F7F7;
	}
	#gFooter .fBox {
		margin-bottom: 12rem;
		display: block;
	}
	#gFooter .fInfo {
		width: 15.5rem;
		margin: 0 auto 6.3rem;
	}
	#gFooter .fLogo {
		margin-bottom: 2.3rem;
	}
	#gFooter .fImg {
		margin: 0 -0.2rem;
	}
	#gFooter .fNavi {
		margin: 0 0 7.7rem;
		justify-content: center;
		font-size: 1.6rem;
	}
	#gFooter .fNavi > li:first-child {
		margin-right: 4.4rem;
	}
	#gFooter .fNavi a::before {
		top: 1rem;
	}
	#gFooter .comList {
		display: flex;
		justify-content: center;
		position: static;
	}
	#gFooter .comList li {
		width: 15.2rem;
		margin: 0 1.2rem;
	}
	#gFooter .comList .color {
		margin-top: 0;
		width: 12.5rem !important;
	}
	#gFooter .comList a {
		height: 4.3rem;
		padding-right: 2.3rem;
		font-size: 1.3rem;
	}
	#gFooter .fSns {
		margin-bottom: 4.2rem;
	}
	#gFooter .fList {
		margin-bottom: 5.1rem;
		display: block;
		text-align: center;
	}
	#gFooter .fList li:not(:last-child) {
		margin-bottom: 1.1rem;
	}
	#gFooter .fList a {
		font-size: 1.2rem;
	}
	#gFooter address {
		font-size: 0.9rem;
		letter-spacing: 0.17em;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 124rem;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 2.4rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	width: 33.3rem;
}
.comList li {
	width: 18rem;
}
.comList .color {
	width: 13.7rem !important;
}
.comList a {
	height: 5.2rem;
	padding: 1rem 1.5rem 1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.028em;
	background: #2A46D6 url(img/common/icon01.png) no-repeat center right 2.3rem;
	background-size: 1.6rem auto;
	border-radius: 10rem;
	box-sizing: border-box;
}
.comList .color a {
	color: #2A46D6;
	background-color: rgba(42, 70, 214, 0.10);
	background-image: url(img/common/icon02.png);
}
.comList a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6.3rem;
	font-weight: 400;
	font-size: 4.2rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.7rem;
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 -0.4rem;
	font-size: 5.6rem;
	font-weight: 400;
	line-height: 1.14;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0;
		font-size: 3.6rem;
		line-height: 1.22;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.9rem;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 400;
}
.headLine03 .sml {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 4.5rem;
		font-size: 3.2rem;
		line-height: 1.4;
	}
	.headLine03 .sml {
		margin-bottom: 0.9rem;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comEn
------------------------------------------------------------*/
.comEn {
	margin-bottom: 0.2rem;
	display: block;
	color: #2A46D6;
	font-size: 1.95rem;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
	font-weight: 500;
}
.comEn.center {
	margin-bottom: 0.3rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comEn {
		margin-bottom: -0.1rem;
		font-size: 1.5rem;
	}
	.comEn.center {
		margin-bottom: 0.1rem;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li {
	border-bottom: 1px solid rgba(37, 37, 37, 0.10);
}
.comNewsList a {
	padding: 2.2rem 0 2.8rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.comNewsList .text {
	margin-top: 1.5rem;
	width: 100%;
}
.comNewsList .time {
	width: 9.2rem;
	color: rgba(37, 37, 37, 0.50);
	font-size: 1.6rem;
	letter-spacing: -0.05em;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
	font-weight: 500;
}
.comNewsList .sort {
	width: calc(100% - 9.2rem);
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
	font-weight: 500;
}
.comNewsList .sort span {
	margin-right: 0.3rem;
	padding: 0.3rem 1.1rem;
	display: inline-block;
	vertical-align: top;
	color: #2A46D6;
	border-radius: 3rem;
	background: rgba(42, 70, 214, 0.05);
}
@media all and (min-width: 897px) {
	.comNewsList a:hover {
		background: rgba(37, 37, 37, 0.02);
	}
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 2.5rem 0 1.9rem;
	}
	.comNewsList .text {
		margin-top: 1.1rem;
		line-height: 1.61;
		font-size: 1.6rem;
	}
	.comNewsList .time {
		width: 8.5rem;
		font-size: 1.4rem;
	}
	.comNewsList .sort {
		margin-top: -0.3rem;
		width: calc(100% - 8.5rem);
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 7.8rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 4.1rem;
	height: 4.1rem;
	font-size: 1.6rem;
	padding-top: 0.7rem;
	color: #2A46D6;
	display: inline-block;
	margin: 0 0.7rem;
	text-align: center;
	border: 1px solid rgba(37, 37, 37, 0.10);
	box-sizing: border-box;
}
.wp-pagenavi span.current {
	border-color: transparent;
	color: #414141;
}
.wp-pagenavi .extend {
	width: 1.8rem;
	border-color: transparent;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		border-color: transparent;
		color: #414141;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 7.6rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 3.4rem;
		height: 3.4rem;
		font-size: 1.5rem;
		padding-top: 0.5rem;
		margin: 0.5rem 0.7rem 0;
	}
	.wp-pagenavi .extend {
		width: 1.6rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 31.7rem;
}
.comLink a {
	height: 5.9rem;
	padding: 1rem 1rem 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 10rem;
	box-sizing: border-box;
	background-color: #2A46D6;
}
.comLink a span {
	padding-right: 2.3rem;
	display: inline-block;
	letter-spacing: 0.024em;
	background: url(img/common/icon01.png) no-repeat center right;
	background-size: 1.6rem auto;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 30.2rem;
		margin: 0 auto;
	}
	.comLink a {
		height: 5.5rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comEnBg
------------------------------------------------------------*/
.comEnBg {
	margin: -4rem 0 0 -13rem;
	line-height: 0.5;
	color: rgba(42, 70, 214, 0.05);
	font-size: 15rem;
	font-weight: 400;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.comEnBg {
		margin: -2.5rem 0 0 -2.4rem;
		font-size: 8rem;
		letter-spacing: -0.02em;
	}
}
/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
.fixBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 90;
	height: 8rem;
	padding-top: 1.4rem;
	box-sizing: border-box;
	background: url(img/common/fix_bg.png) no-repeat center center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.fixBox.on {
	opacity: 1;
	visibility: visible;
}
.fixBox .fixInfo {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
}
.fixBox p {
	text-align: center;
	font-size: 2.2rem;
	color: #F7F7F7;
}
.fixBox p span {
	margin-bottom: -0.1rem;
	display: block;
	color: #fff;
	font-size: 1.2rem;
}
.fixBox .comLink {
	position: absolute;
	right: 0.5rem;
	top: 0.4rem;
	width: 21.7rem;
}
.fixBox .comLink a {
	padding-left: 1.8rem;
	height: 4.4rem;
	color: #2A46D6;
	font-size: 1.3rem;
	font-weight: 700;
	background-color: #fff;
}
.fixBox .comLink span {
	padding-right: 2.8rem;
	background-image: url(img/common/icon02.png);
	background-size: 2rem auto;
}
@media all and (max-width: 896px) {
	.fixBox {
		height: 6rem;
		padding: 1.2rem 1.9rem 0;
		background-image: url(img/common/fix_bg_sp.jpg);
	}
	.fixBox .fixInfo {
		max-width: inherit;
	}
	.fixBox p {
		text-align: left;
		font-size: 1.5rem;
	}
	.fixBox p span {
		margin-bottom: 0;
		font-size: 1rem;
	}
	.fixBox .comLink {
		right: -0.3rem;
		top: -0.1rem;
		width: 11.4rem;
	}
	.fixBox .comLink a {
		padding: 1rem 0 1rem 1rem;
		height: 3.9rem;
		font-size: 1rem;
		text-align: left;
		line-height: 1.2;
	}
	.fixBox .comLink span {
		padding-right: 2.2rem;
		background-size: 1.7rem auto;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body.top #gHeader {
	background-color: transparent;
	transition: 0.3s;
}
body.top #gHeader.on {
	background-color: #fff;
}
#index .sec01 {
	padding: 15.2rem 0 12.5rem;
	background: url(img/index/bg01.png) no-repeat left top 10.5rem;
	background-size: 89.3rem auto;
}
#index .sec01 .textBox {
	width: 40rem;
	margin-top: 6.3rem;
}
#index .sec01 .pho {
	margin: 0 -5.3rem 0 0;
	width: 71.9rem;
}
#index .sec01 h2 {
	margin-bottom: 1.6rem;
	font-size: 4rem;
	line-height: 1.6;
	font-weight: 400;
}
#index .sec01 p {
	margin-bottom: 3.1rem;
}
#index .sec01 .en {
	margin: 5.7rem 0 0;
	opacity: 0.5;
	font-size: 1.15rem;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
}
#index .sec02 {
	padding-top: 10.5rem;
	overflow: hidden;
	background-color: #F2F2F2;
}
#index .sec02 .imgBox {
	padding: 8.8rem 0;
	align-items: center;
}
#index .sec02 .imgBox01 {
	padding: 7.1rem 0 10.6rem;
}
#index .sec02 .imgBoxL {
	position: relative;
}
#index .sec02 .imgBoxL::before {
	position: absolute;
	left: -1000rem;
	top: 0;
	right: -1000rem;
	bottom: 0;
	background: #F7F7F7;
	content: "";
}
#index .sec02 .pho {
	margin-right: -1.1rem;
	width: 59.9rem;
	position: relative;
	z-index: 1;
}
#index .sec02 .imgBoxL .pho {
	margin: 0 0 0 -1.3rem;
}
#index .sec02 .imgBox02 .pho {
	text-align: center;
	margin: 0;
}
#index .sec02 .imgBox02 .pho img {
	width: 45.4rem;
}
#index .sec02 .textBox {
	width: 52.5rem;
	position: relative;
	z-index: 1;
}
#index .sec02 h3 {
	margin-bottom: 1.5rem;
	font-size: 3.2rem;
	font-weight: 400;
}
#index .sec02 .textBox p {
	max-width: 44rem;
	opacity: 0.75;
	line-height: 2.22;
	letter-spacing: 0.01em;
}
#index .sec02 .textBox .en {
	margin-bottom: 0.9rem;
	font-weight: 500;
	font-size: 1.3rem;
	opacity: 1;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
}
#index .sec02 .textBox .en span {
	color: #2A46D6;
}
#index .sec03 {
	padding-top: 23.1rem;
	background: url(img/index/bg02.png) no-repeat top 13.1rem center;
	background-size: 100% auto;
}
#index .sec03 .bgBox {
	padding: 9rem 6.2rem 7rem;
	border-radius: 4rem;
	background: linear-gradient(83deg, #2A46D6 35.86%, #2E9FDE 99.58%);
}
#index .sec03 .whiteText {
	margin-bottom: 6rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.4;
	color: #fff;
}
#index .sec03 li {
	margin-right: 2rem;
	width: 25.4rem;
	padding: 2rem 2rem 2.9rem;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.90);
}
#index .sec03 li:last-child{
	margin-right: 0;
}
#index .sec03 li .ico {
	width: 4.8rem;
	margin: 0 auto 0.9rem;
}
#index .sec03 li h3 {
	margin-bottom: 1.1rem;
	font-weight: 400;
	font-size: 1.8rem;
}
#index .sec03 li p {
	opacity: 0.7;
	font-size: 1.3rem;
	line-height: 1.85;
}
#index .sec04 {
	padding: 16rem 0 15.8rem;
}
#index .sec04 .listUl {
	max-width: 81.2rem;
	margin: 0.7rem auto 0;
}
#index .sec04 .listUl > li {
	width: 46.3%;
	padding: 4.2rem 4rem 4.4rem;
	border-radius: 2.4rem;
	background: #FFF;
	box-sizing: border-box;
}
#index .sec04 .price {
	margin-bottom: 1.9rem;
	text-align: center;
	color: #2E93DE;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.048em;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
}
#index .sec04 .price.color {
	color: #2B47D7;
}
#index .sec04 .price .big {
	margin-top: 0.5rem;
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
}
#index .sec04 .price .num {
	font-size: 5.6rem;
}
#index .sec04 .price .num.price-cs {
	font-size: 4.5rem;
}
#index .sec04 .text {
	padding-bottom: 1.9rem;
	margin-bottom: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: rgba(25, 25, 25, 0.50);
	font-size: 1.3rem;
	line-height: 1.85;
	letter-spacing: 0.02em;
	border-bottom: 2px solid rgba(25, 25, 25, 0.05);
}
#index .sec04 .title {
	margin-bottom: 1.7rem;
	text-align: center;
	color: rgba(25, 25, 25, 0.50);
	font-size: 1.4rem;
	letter-spacing: 0.028em;
}
#index .sec04 .textList {
	padding: 0 0 2rem 4.9rem;
	margin-bottom: 1.8rem;
	border-bottom: 2px solid rgba(25, 25, 25, 0.05);
}
#index .sec04 .textList li {
	padding: 0 0 0.8rem 3rem;
	font-size: 1.7rem;
	color: #191919;
	letter-spacing: 0.034em;
	background: url(img/common/icon04.png) no-repeat left top 0.4rem;
	background-size: 2rem auto;
}
#index .sec04 .textList .noBg {
	color: rgba(25, 25, 25, 0.20);
	background: none;
}
#index .sec04 dl {
	margin: 0 3.7rem 0.6rem;
}
#index .sec04 dt {
	padding-top: 0.3rem;
	float: left;
	color: rgba(25, 25, 25, 0.50);
	font-size: 1.5rem;
}
#index .sec04 dd {
	padding: 0 0 0.5rem 7em;
	text-align: right;
	color: #191919;
}
#index .sec04 .note {
	margin: 0 3.7rem;
	color: rgba(25, 25, 25, 0.30);
	font-size: 1.3rem;
	letter-spacing: 0.02em;
}
#index .sec05 {
	background: linear-gradient(83deg, #2A46D6 35.86%, #2E9FDE 99.58%);
}
#index .sec05 .bgBox {
	padding: 12.3rem 0 9.3rem;
	background: url(img/index/bg03.png) no-repeat center 52%;
	background-size: 100% auto;
}
#index .sec05 .headLine03 {
	margin-bottom: 3.6rem;
	font-size: 4.8rem;
	color: #F7F7F7;
}
#index .sec05 .headLine03 .sml {
	margin-bottom: 2.2rem;
	font-size: 2.4rem;
	color: #fff;
}
#index .sec05 .comLink {
	width: 26.8rem;
	margin: 0 auto;
}
#index .sec05 .comLink a {
	height: 5.8rem;
	padding-left: 1.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #2A46D6;
	background-color: #fff;
}
#index .sec05 .comLink a span {
	padding-right: 2.8rem;
	background-image: url(img/common/icon02.png);
	background-size: 2rem auto;
}
#index .sec06 {
	padding: 18.5rem 0 0;
}
#index .sec06 .bgBox {
	margin-top: 0.6rem;
	position: relative;
	padding: 6rem;
	background-color: #fff;
	border-radius: 2.4rem;
}
#index .sec06 dl {
	border-bottom: 1px solid rgba(37, 37, 37, 0.10);
}
#index .sec06 dt:not(:first-child) {
	border-top: 1px solid rgba(37, 37, 37, 0.10);
}
#index .sec06 dt {
	padding: 2.7rem 6.5rem 2.5rem;
	position: relative;
	cursor: pointer;
	background: url(img/common/icon05.png) no-repeat center right 2rem;
	background-size: 2rem auto;
}
#index .sec06 dt.on {
	background-image: url(img/common/icon05_on.png);
}
#index .sec06 dt::before,
#index .sec06 dd::before {
	position: absolute;
	left: 1rem;
	top: 2rem;
	line-height: 1;
	color: #2A46D6;
	font-size: 4rem;
	font-weight: 100;
	content: "Q.";
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
}
#index .sec06 dd::before {
	left: 1rem;
	top: 1rem;
	color: #E51029;
	content: "A.";
}
#index .sec06 dd {
	padding: 1.8rem 6.5rem 3.8rem;
	position: relative;
	color: rgba(37, 37, 37, 0.75);
	font-size: 1.6rem;
	display: none;
}
#index .sec07 {
	padding: 16.3rem 0 16.7rem;
}
#index .sec07 .comLink {
	margin: 1.2rem 0 0 2rem;
	width: 18.6rem;
}
#index .sec07 .comLink a {
	height: 4.7rem;
}
#index .sec07 .comNewsList {
	margin-top: 3.2rem;
}
@media all and (max-width: 896px) {
	#index .sec01 {
		padding: 11.1rem 0 5.3rem;
		background: url(img/index/bg01_sp.png) no-repeat left top 65.4%;
		background-size: 100% auto;
	}
	#index .sec01 .imgBox {
		display: block;
	}
	#index .sec01 .textBox {
		width: auto;
		margin-top: 0;
	}
	#index .sec01 .pho {
		margin: 2.9rem 0.4rem 0;
		width: auto;
	}
	#index .sec01 .pho img {
		width: 100%;
	}
	#index .sec01 h2 {
		margin-bottom: 1.8rem;
		font-size: 2.7rem;
		line-height: 1.37;
		text-align: center;
	}
	#index .sec01 p {
		margin-bottom: 3.5rem;
		text-align: center;
	}
	#index .sec01 .en {
		margin: 4.3rem 0 0;
	}
	#index .sec02 {
		padding-top: 7.9rem;
	}
	#index .sec02 .imgBox {
		padding: 7.2rem 0 7.7rem;
	}
	#index .sec02 .imgBox01 {
		padding: 6.4rem 0 8.2rem;
	}
	#index .sec02 .pho {
		margin: 2.7rem 0.1rem 0 !important;
		width: 100%;
		order: 1;
	}
	#index .sec02 .pho img {
		width: 100% !important;
	}
	#index .sec02 .imgBox02 .pho {
		margin: 0.8rem -0.4rem 0 0 !important;
		width: calc(100% + 0.4rem);
	}
	#index .sec02 .textBox {
		width: 100%;
	}
	#index .sec02 h3 {
		margin-bottom: 1.7rem;
		font-size: 2.8rem;
	}
	#index .sec02 .textBox p {
		max-width: inherit;
	}
	#index .sec02 .textBox .en {
		margin-bottom: 1.3rem;
		font-size: 1.15rem;
	}
	#index .sec03 {
		padding-top: 15.6rem;
		background-image: url(img/index/bg02_sp.png);
		background-position: top 7.2rem center;
	}
	#index .sec03 .bgBox {
		padding: 7.9rem 1.9rem 5.1rem;
	}
	#index .sec03 .whiteText {
		margin-bottom: 3.5rem;
		text-align: left;
		font-size: 1.4rem;
	}
	#index .sec03 ul {
		display: block;
		margin: 0 1rem;
	}
	#index .sec03 li {
		margin: 0 0 2.4rem;
		width: auto;
		padding: 3.1rem 2.2rem 2.5rem;
	}
	#index .sec03 li:last-child{
		margin-right: 0;
	}
	#index .sec03 li .ico {
		width: 4.8rem;
		margin: 0 auto 0.7rem;
	}
	#index .sec03 li h3 {
		margin-bottom: 1.1rem;
		font-size: 1.7rem;
	}
	#index .sec03 li p {
		text-align: left;
	}
	#index .sec04 {
		padding: 15.2rem 0 11.4rem;
	}
	#index .sec04 .listUl {
		max-width: inherit;
		display: block;
		margin: 4.9rem auto 0;
	}
	#index .sec04 .listUl > li {
		width: auto;
		margin-bottom: 6rem;
		padding: 4.2rem 2rem 3.1rem;
	}
	#index .sec04 .listUl > li:last-child {
		margin-bottom: 0 !important;
	}
	#index .sec04 .price {
		margin-bottom: 1.5rem;
		font-size: 2.3rem;
	}
	#index .sec04 .price .big {
		font-size: 3.3rem;
	}
	#index .sec04 .price .num {
		font-size: 5.3rem;
	}
	#index .sec04 .price .num.price-cs {
		font-size: 4.5rem;
	}
	#index .sec04 .text {
		padding-bottom: 2.2rem;
		margin-bottom: 2rem;
	}
	#index .sec04 .title {
		margin-bottom: 1.8rem;
	}
	#index .sec04 .textList {
		padding-bottom: 1.2rem;
		margin-bottom: 1.7rem;
	}
	#index .sec04 .textList li {
		padding-bottom: 0.85rem;
	}
	#index .sec04 dl {
		margin: 0 4rem 0.7rem;
	}
	#index .sec04 dd {
		font-size: 1.8rem;
	}
	#index .sec04 .note {
		margin: 0 3.9rem;
	}
	#index .sec05 .bgBox {
		padding: 11.5rem 0 9.5rem;
		background-image: url(img/index/bg03_sp.png);
		background-position: center top 42%;
	}
	#index .sec05 .headLine03 {
		margin-bottom: 4.5rem;
		font-size: 3.4rem;
		line-height: 1.35;
	}
	#index .sec05 .headLine03 .sml {
		margin-bottom: 1.5rem;
		font-size: 1.7rem;
	}
	#index .sec05 .comLink {
		width: 24.7rem;
	}
	#index .sec05 .comLink a {
		height: 5.5rem;
		font-size: 1.6rem;
	}
	#index .sec06 {
		padding: 14.8rem 0 0;
	}
	#index .sec06 .bgBox {
		margin-top: 4.6rem;
		padding: 4.8rem 2rem 6.6rem;
		border-radius: 4rem;
	}
	#index .sec06 dt {
		padding: 2.3rem 3rem 2rem 5.5rem;
		font-size: 1.6rem;
		background-position: top 3rem right;
	}
	#index .sec06 dt::before,
	#index .sec06 dd::before {
		left: 1rem;
		top: 2.3rem;
		font-size: 3.4rem;
	}
	#index .sec06 dd::before {
		left: 1rem;
		top: -0.2rem;
	}
	#index .sec06 dd {
		padding: 0 3.5rem 2.2rem 5.5rem;
		font-size: 1.5rem;
	}
	#index .sec07 {
		padding: 14.8rem 0 12.8rem;
	}
	#index .sec07 .topBox {
		display: block;
	}
	#index .sec07 .comLink {
		margin: 2.4rem 0 0;
		width: 16.4rem;
	}
	#index .sec07 .comLink a {
		height: 4.3rem;
		font-size: 1.3rem;
	}
	#index .sec07 .comNewsList {
		margin-top: 4.9rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	padding: 17.1rem 0 11.7rem;
}
@media all and (max-width: 896px) {
	#news {
		padding: 10.4rem 0 9.9rem;
	}
}
/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
#news .detail {
	max-width: 102.4rem;
	margin: 0 auto -0.8rem;
	padding-top: 5.3rem;
}
#news .detail h1 {
	margin-bottom: 2.2rem;
	font-size: 3.4rem;
	font-weight: 500;
}
#news .detail .ttl {
	margin-bottom: 7.2rem;
	display: flex;
}
#news .detail .ttl .time {
	width: 9.2rem;
	color: rgba(37, 37, 37, 0.50);
	font-size: 1.6rem;
	letter-spacing: -0.05em;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
	font-weight: 500;
}
#news .detail .ttl .sort {
	margin-top: -0.2rem;
	width: calc(100% - 9.2rem);
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	font-family: "Be Vietnam" , "Be Vietnam Pro", sans-serif;
	font-weight: 500;
}
#news .detail .ttl .sort span {
	margin-right: 0.3rem;
	padding: 0.3rem 1.1rem;
	display: inline-block;
	vertical-align: top;
	color: #2A46D6;
	border-radius: 3rem;
	background: rgba(42, 70, 214, 0.05);
}
#news .detailBox {
	margin-bottom: 7.5rem;
	color: #585858;
}
#news .detailBox p {
	margin-bottom: 2rem;
	line-height: 2;
	font-size: 1.6rem;
}
#news .detailBox p a:hover {
	opacity: 0.7;
}
#news .detailBox h2 {
	margin-bottom: 2.8rem;
	font-size: 2.8rem;
	font-weight: 500;
}
#news .detailBox h3 {
	margin-bottom: 2.3rem;
	font-size: 2.4rem;
	font-weight: 500;
}
#news .detailBox figure {
	margin: 4.7rem 0 4.6rem;
}
#news .detailBox figure img {
	width: 100%;
}
#news .detail .link {
	width: 16.8rem;
	margin: 0 auto;
}
#news .detail .link a {
	padding: 1.5rem 0 1.5rem 2.8rem;
	display: block;
	text-align: center;
	color: #2A46D6;
	font-weight: 700;
	letter-spacing: 0.028em;
	border-radius: 5rem;
	background: #fff url(img/common/icon03.png) no-repeat left 2.4rem center;
	background-size: 2rem auto;
}
#news .detail .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#news .detail {
		max-width: inherit;
		margin: -0.1rem auto 0;
		padding: 0 0 2.6rem;
	}
	#news .detail h1 {
		margin-bottom: 2.9rem;
		font-size: 2.2rem;
	}
	#news .detail .ttl {
		margin-bottom: 6.4rem;
	}
	#news .detail .ttl .time {
		width: 8.5rem;
		font-size: 1.4rem;
	}
	#news .detail .ttl .sort {
		margin-top: -0.3rem;
		width: calc(100% - 8.5rem);
		font-size: 1.3rem;
	}
	#news .detailBox {
		margin-bottom: 6.4rem;
	}
	#news .detailBox p {
		font-size: 1.4rem;
	}
	#news .detailBox h2 {
		font-size: 1.8rem;
	}
	#news .detailBox h3 {
		margin-bottom: 2.2rem;
		font-size: 1.6rem;
	}
	#news .detailBox figure {
		margin-bottom: 4.7rem;
	}
	#news .detail .link {
		width: 14.3rem;
	}
	#news .detail .link a {
		padding: 1.2rem 0 1.2rem 2.8rem;
		font-size: 1.3rem;
	}
}