@charset "utf-8";
/*
Theme Name: c-clab
Theme URI: null
Description: Description
Author: 81bridge - SGX
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, footer, header, main, hgroup, menu, nav, summary {
	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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}

@media all and (min-width: 769px) and (max-width: 1100px) {
	html {
		font-size: calc(1000vw / 1100);
	}

}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}

.playFont {
	font-family: "Play", sans-serif;
}

.afacad {
	font-family: "Afacad", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
: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: #141B52;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #141B52;
}
a:hover {
	color: #141B52;
}
a:active {
	color: #141B52;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #141B52;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 6.8rem;
	overflow: hidden;
	text-align: left;
    word-break: break-word;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
	body {
		min-width: 1330px;
	}
	#container {
		padding-top: 6.6rem;
	}
}
@media all and (max-width: 768px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
.hInner {
	min-height: 6.8rem;
	display: block;
	padding: 0.85rem 1rem;
}
.hInner .lBox {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1001;
}
.hInner .logo {
	margin-right: 0.6rem;
	width: 9.9rem;
}
.hInner h1 {
	color: #161B57;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: -0.02rem;
	font-family: "Play", sans-serif;
}
.hInner .rBox {
	display: none;
}
.comList {
	margin-top: -0.6rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 2.5rem;
}
.comList a {
	font-size: 1.4rem;
	color: #161B57;
	font-weight: 700;
}
.comList a:hover {
	opacity: 0.5;
}
.comLink {
	width: 15rem;
	margin-left: 3rem;
}
.comLink a {
	color: #161B57;
	min-height: 4.6rem;
	display: flex;
	font-size: 1.4rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #161B57;
	letter-spacing: 0.07rem;
	font-weight: 700;
}
.menu {
	top: 2.2rem;
	right: 1.5rem;
	position: absolute;
	height: 2rem;
	width: 2.5rem;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1rem) translateX(0) rotate(45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1rem) translateX(0) rotate(-45deg);
}
.menu span {
	background: #141B52;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 2rem;
}
.menu.on {
	right: 1.1rem;
	width: 3rem;
	height: 3rem;
}
.menu.on span {
	background: #1E7B93;
}
.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: none;
	background-color: #fff;
}
.menuBox .menuSub {
	min-height: 100%;
	display: flex;
	align-items: center;
	overflow-y: auto;
}
.menuBox .menuInner {
	width: 100%;
	padding: 8rem 2rem;
}
.menuBox .list {
	max-width: 15rem;
	margin: 0 auto 6.8rem;
}
.menuBox .list li {
	margin: 0 0 3rem 2.7rem;
}
.menuBox .list li:last-child {
	margin-bottom: 0;
}
.menuBox .list a {
	font-size: 1.6rem;
	font-weight: 700;
	color: #161B57;
}
@media all and (min-width: 769px) {
	.comLink a:hover {
		color: #fff;
		background-color: #141B52;
	}
	.menuBox {
		display: none !important;
	}
	.hInner {
		min-height: inherit;
		padding: 0.4rem 0.7rem;
	}
	.hInner .lBox {
		display: flex;
		align-items: center;
	}
	.hInner .logo {
		width: auto;
		margin-right: 0.6rem;
	}
	.hInner h1 {
		font-size: 1.4rem;
		color: #161B57;
		font-weight: 700;
		letter-spacing: -0.028rem;
		font-family: "Play", sans-serif;
	}
	.hInner .rBox {
		padding-right: 1.1rem;
		justify-content: flex-end;
		flex: 1;
		padding-left: 2rem;
		display: flex;
		align-items: center;
	}
	.comList a:hover {
		opacity: 0.5;
	}
	.comLink {
		width: 15rem;
		margin-left: 3rem;
	}
	.comLink a {
		color: #161B57;
		min-height: 4.6rem;
		display: flex;
		font-size: 1.4rem;
		align-items: center;
		justify-content: center;
		text-align: center;
		border: 1px solid #161B57;
		letter-spacing: 0.07rem;
		font-weight: 700;
	}
	
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	border-top: 1px solid #141B52;
	padding: 2.5rem 0 6rem;
	margin-top: 2.8rem;
}
#gFooter .content {
	padding: 0 1.2rem !important;
}
#gFooter .logo {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	color: #161B57;
	font-weight: 700;
	letter-spacing: -0.028rem;
	margin-bottom: 1.7rem;
	text-align: center;
}
#gFooter .logo a {
	margin-right: 0.6rem;
}
#gFooter .logo a img {
	width: 12.8rem;
}
#gFooter .logo a:hover {
	opacity: 0.5;
}
#gFooter .fInner {
	margin-bottom: 1.3rem;
	display: block;
}
#gFooter .lBox {
	display: block;
}
#gFooter .snsUl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 2.2rem;
	justify-content: center;
	margin: 0 0 2rem;
}
#gFooter .snsUl li {
	width: 4.3rem;
}
#gFooter .snsUl a:hover {
	opacity: 0.5;
}
#gFooter .comList {
	margin: 2.6rem 0 0;
	justify-content: center;
}
address {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

@media all and (max-width: 768px) {
	.comLink {
		margin: 0 auto;
		width: 15rem;
	}
}

@media all and (min-width: 769px) {
	#gFooter {
		padding: 4.6rem 0 3rem;
		margin-top: 6.8rem;
		border-top: 1px solid #141B52;
	}
	#gFooter .content {
		padding: 0 2rem !important;
		max-width: 108rem;
	}
	#gFooter .logo {
		margin-bottom: 3.2rem;
	}
	#gFooter .logo a img {
		width: 11.9rem;
	}
	#gFooter .fInner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 1.9rem;
		align-items: flex-end;
	}
	#gFooter .lBox {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	#gFooter .snsUl {
		margin: 0 -0.4rem 0 0;
	}
	#gFooter .snsUl li {
		width: 4.3rem;
	}
	#gFooter .snsUl a:hover {
		opacity: 0.5;
	}
	#gFooter .comList {
		margin: -3.6rem -1.8rem 0 0;
	}
	address {
		margin-right: -2rem;
		text-align: right;
		font-size: 1.2rem;
		font-weight: 700;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* 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;}
/*------------------------------------------------------------
	mainConts
------------------------------------------------------------*/
.mainConts {
	margin: 0 auto;
	max-width: inherit;
}
@media all and (min-width: 769px) {
	.mainConts {
		max-width: 80rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 112rem;
	margin: 0 auto;
	padding: 0 2rem;
}
@media all and (max-width: 768px) {
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.7rem;
}
.headLine01 .txtSpan {
	padding-left: 4.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.headLine01 .txtSpan:after {
	width: 3.7rem;  
	height: 3px;
	background-color: #BD0B27;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: ""; 
}
.headLine01 .en {
	font-weight: 600;
	line-height: 1;
	display: block;
	margin-top: 1.3rem;
	font-size: 5.5rem;
}
.headLine01.center {
	text-align: center;
}
.headLine01.center .en {
	font-size: 5.5rem;
	margin-top: 1.0rem;
}
@media all and (min-width: 769px) {
	.headLine01 {
		margin-bottom: 2.2rem;
	}
	.headLine01 .en {
		margin-top: 1.0rem;
		font-size: 7rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.7rem;
}
.headLine02 .txtSpan {
	padding-left: 4.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.headLine02 .txtSpan:after {
	width: 3.7rem;  
	height: 3px;
	background-color: #BD0B27;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: ""; 
}
.headLine02 .en {
	font-weight: 600;
	line-height: 1;
	display: block;
	margin-top: 1.3rem;
	font-size: 6rem;
}
.headLine02.center {
	text-align: center;
}
.headLine02.center .en {
	font-size: 7rem;
	margin-top: 1.0rem;
}
@media all and (min-width: 769px) {
	.headLine02 {
		margin-bottom: 2.2rem;
	}
	.headLine02 .en {
		margin-top: 1.0rem;
		font-size: 7rem;
	}
}
/*------------------------------------------------------------
	policy
------------------------------------------------------------*/
.comBox {
	padding-bottom: 138px;
}
.comBox .topBox {
	margin-bottom: 53px;
	padding-bottom: 31px;
	border-bottom: 1px solid #D5D5D5;
}
.comBox .topBox p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.comBox .textUl {
	margin-bottom: 67px;
}
.comBox .textUl li:not(:last-child) {
	margin-bottom: 51px;
}
.comBox .textUl p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.comBox .textUl .title {
	margin-bottom: 13px;
	padding: 0 0 2px 11px;
	color: #141B52;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	border-left: 5px solid #000;
}
.comBox .btmTxt {
	text-align: right;
	letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
	.comBox {
		padding-bottom: 70px;
	}
	.comBox .topBox {
		margin-bottom: 32px;
		padding-bottom: 38px;
	}
	.comBox .topBox p {
		line-height: 1.69;
	}
	.comBox .textUl {
		margin-bottom: 50px;
	}
	.comBox .textUl li:not(:last-child) {
		margin-bottom: 47px;
	}
	.comBox .textUl p {
		line-height: 1.69;
	}
	.comBox .textUl .title {
		margin-bottom: 6px;
		padding: 0 0 2px 8px;
		font-size: 1.7rem;
		border-left-width: 4px;
	}
	
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
	min-height: calc(100vh - 38.8rem);
	padding-top: 0.9rem;
}
#news .content {
	padding: 0 3rem;
}
#news h2 {
	font-weight: 500;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
#news h2 .en {
	display: block;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 6rem;
}
#main .newsList {
	margin-bottom: 1rem;
}
#main .newsList a {
	align-items: flex-start;
	padding: 1rem 0 0.95rem;
	display: block;
	border-bottom: 1px solid #D6D6D6;
}
#main .newsList li:last-child a {
	border: none;
}
#main .newsList .date {
	display: block;
	padding: 0 0 0.2rem;
	width: auto;
	font-size: 1.4rem;
	flex-shrink: 0;
}
#main .newsList .txtSpan {
	display: block;
	white-space: nowrap;    
	overflow: hidden;         
	text-overflow: ellipsis;  
}
.wp-pagenavi {
    margin: 0 -2rem;
    padding-top: 1.2rem;
    clear: both;
    text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	display: inline-block;
	vertical-align: middle;
    text-decoration: none;
    border: 1px solid #D6D6D6;
    color: #141B52;
    box-sizing: border-box;
	border-radius: 3rem;
	min-width: 3.5rem;
	min-height: 3.5rem;
	padding: 0.6rem 0.2rem;
	font-size: 1.5rem;
	margin: 0 0.4rem 0.5rem;
}
.wp-pagenavi .current {
	border-color: #141B52;
	color: #fff;
	background-color: #141B52;
}
.wp-pagenavi .first, 
.wp-pagenavi .last, 
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend {
    min-width: inherit;
    min-height: inherit;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none !important;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	min-width: 5.1rem;
	padding: 0.6rem 0.2rem;
}
#main .detailBox {
	margin-top: 0;
	margin-bottom: 3.3rem;
	padding: 1.2rem 0 4.8rem;
	border-bottom: 2px solid #DDD;
}
#main .detailBox p {
	line-height: 1.44;
}
#main .detailBox .date {
	font-size: 1.5rem;
	margin-bottom: 1.1rem;
	line-height: 1.5;
}
#main .detailBox .ttl {
	font-weight: 700;
	margin-bottom: 3.2rem;
	padding-top: 0.2rem;
	font-size: 2.4rem;
	line-height: 1.45;
}
#news .btmBox {
	position: relative;
}
#news .btmBox .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#news .btmBox .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
#news .btmBox .next a,
#news .btmBox .prev a {
	display: inline-block;
	font-weight: 500;
}
#news .btmBox .next a:hover,
#news .btmBox .prev a:hover {
	opacity: 0.5;
}
#news .comLink {
	margin: 0 auto;
	width: 19.1rem;
}
#news .comLink a {
	font-size: 1.6rem;
}
#news .btmBox .next a {
	padding-right: 1.6rem;
	background: url(img/common/icon02.png) no-repeat right center;
	background-size: 0.7rem auto;
}
#news .btmBox .prev a {
	padding-left: 1.6rem;
	background: url(img/common/icon01.png) no-repeat left center;
	background-size: 0.7rem auto;
}
@media all and (min-width: 769px) {
	#news {
		padding-top: 9.2rem;
		min-height: calc(100vh - 38.8rem);
	}
	#news .content {
		padding: 0 2rem;
	}
	#news h2 {
		margin-bottom: 4.6rem;
	}
	#news h2 .en {
		margin-bottom: 2rem;
		font-size: 7rem;
	}
	#main .newsList {
		margin-bottom: 4.5rem;
	}
	#main .newsList a {
		padding: 2.2rem 0;
		display: flex;
	}
	#main .newsList li:last-child a {
		border: none;
	}
	#main .newsList .date {
		width: 9.1rem;
		font-size: 1.6rem;
		padding: 0 0.5rem 0 0;
	}
	.wp-pagenavi a, 
	.wp-pagenavi span {
		padding: 0.6rem 0.5rem;
		margin: 0 0.3rem;
		min-width: 4rem;
		min-height: 4rem;
	}
	.wp-pagenavi .first, 
	.wp-pagenavi .last, 
	.wp-pagenavi .pages {
		display: none;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		padding: 0.6rem 1.2rem;
	}
	#main .detailBox {
		margin-bottom: 6.4rem;
		margin-top: -1.5rem;
		padding: 0 14rem 9.2rem;
		border-bottom: 2px solid #DDD;
	}
	#main .detailBox .ttl {
		padding-top: 0;
		margin-bottom: 3.8rem;
		font-size: 3.4rem;
		font-weight: 700;
		line-height: 1.5;
	}
	#news .btmBox .prev {
		left: 3.1rem;
	}
	#news .btmBox .next {
		right: 3.1rem;
	}
	#news .btmBox .next a,
	#news .btmBox .prev a {
		padding: 0 2.2rem;
	}
	#news .btmBox .next a:hover,
	#news .btmBox .prev a:hover {
		opacity: 0.5;
	}
	#news .comLink {
		width: 21rem;
	}
	#main .newsList a:hover {
		color: rgba(20, 27, 82, 0.50);
	}
	.wp-pagenavi a:hover {
		border-color: #141B52;
		color: #fff;
		background-color: #141B52;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	margin-bottom: 8.6rem;
	overflow: hidden;
	background: linear-gradient(270deg, #161B57 0%, #0F7DBC 100%);
}
#index .mainVisual .content {
	max-width: 132rem;
	align-items: center;
	position: relative;
	display: block;
	padding: 3.7rem 1.8rem 0;
	min-height: 58.2rem;
}
#index .mainVisual .photo {
	position: relative;
	order: 2;
	align-self: flex-end;
	width: auto;
	margin: 0 -1.8rem;
}
#index .mainVisual .photo .jsBox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 105%;
	height: 105%;
	user-select: none;
	pointer-events: none;
}
#index .mainVisual .photo .jsBox svg {
	width: 100%;
	height: 100%;
	opacity: 0;
}
#index .mainVisual .photo .jsBox .img {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 7.1rem;
}
#index .mainVisual .photo .jsBox .img img {
	transform: rotate(70deg);
}
#index .mainVisual .textBox {
	flex: 1;
	padding-bottom: 0rem;
	margin-bottom: -1.5rem;
}
#index .mainVisual h2 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 2.3rem;
	font-size: 3.3rem;
	line-height: 1.4;
}
#index .mainVisual p {
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-left: 0.3rem;
}
#index .newsBox {
	border-radius: 0 2rem 0 2rem;
	background: #F6F6F6;
	z-index: 10;
	padding: 1rem 1.5rem 1.2rem;
	width: auto;
	right: auto;
	bottom: auto;
	margin: -11rem 1.8rem 1.7rem;		
	position: relative;
}
#index .newsBox dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.3;
}
#index .newsBox dt {
	padding: 0.2rem 0.3rem 0.8rem 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #575757;
	width: 8rem;
}
#index .newsBox dd {
	padding: 0.1rem;
	font-size: 1.2rem;
	width: calc(100% - 8rem);
}
#index .newsBox dt:last-of-type,
#index .newsBox dd:last-of-type {
	padding-bottom: 0;
}
#index .newsBox dd a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #575757;
}
#index .newsBox dd a:hover {
	opacity: 0.5;
}
#index .newsBox .link {
	text-align: right;
}
#index .newsBox .link a {
	font-size: 1.3rem;
	color: #575757;
	font-weight: 500;
}
#index .newsBox .link a:hover {
	opacity: 0.5;
}
#main .about {
	padding: 0 1.8rem;
}
#main .about .content {
	background-color: #DCF2FF;
	border-radius: 0rem 7rem 0 7rem;
	max-width: inherit;
	display: block;
	padding: 4.8rem 1.5rem 7.7rem;
}
#main .about .textImg {
	margin: 4.7rem -0.5rem 0;
	text-align: center;
}
#main .about .textBox {
	flex: 1;
}
#main .about h3 {
	font-weight: 700;
	margin-bottom: 2.5rem;
	font-size: 2.2rem;
	line-height: 1.4;
}
#main .about p {
	margin-bottom: 2.4rem;
	font-size: 1.3rem;
}
#main .about p:last-child {
	margin-bottom: 0;
}
#main .service {
	padding: 5rem 0 3.1rem;
}
#main .service .inner {
	margin-bottom: 0;
	padding: 0;
	margin-top: -1.7rem;
}
#main .service .imgBox {
	margin-bottom: 3.3rem;
	display: block;
}
#main .service .imgBox:last-child {
	margin-bottom: 0;
}
#main .service .imgBox .photoBox {
	margin: 5.7rem 3.8rem 0;
	text-align: center;
}
#main .service .imgBox .textBox {
	flex: 1;
	order: 2;
}
#main .service .imgBox .en {
	font-size: 1.8rem;
	font-weight: 700;
	color: #032A92;
	position: relative;
	padding-left: 1.8rem;
	margin-bottom: 0.8rem;
}
#main .service .imgBox .en::before {
	width: 0.9rem;  
	height: 0.9rem;
	background-color: #032A92;
	position: absolute;  
	top: 0.9rem;
	left: 0;
	border-radius: 100%;
	content: ""; 
}
#main .service .imgBox h2 {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 1.6rem;
	line-height: 1.27;
}
#main .service .imgBox h3 {
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 2.6rem;
	line-height: 1.4;
}
#main .service .imgBox p {
	margin-bottom: 2.6rem;
	font-size: 1.3rem;
}
#main .service .imgBox .txt {
	text-align: justify;
	max-width: inherit;
}
#main .service .imgBox dt {
	margin-bottom: 0.8rem;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 700;
	width: fit-content;
	background-color: #141B52;
	border-radius: 3rem;
	padding: 0.3rem 1rem;
}
#main .service .imgBox dd {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
#main .service .imgBox02 .textBox {
	order: -1;
}
#main .service .imgBox02 .photoBox {
	margin: 1rem 0 0 3rem;
}
#main .service .imgBox .photoBox02 {
	margin: 5.7rem 0 0;
	padding-bottom: 2rem;
}
#main .service .imgBox .photoBox03 {
	margin: 3.8rem 2.5rem 0;
}
#main .concerns {
	padding: 0 1.8rem 3.3rem;
}
#main .concerns .content {
	background-color: #F6F6F6;
	border-radius: 0 7rem 0 7rem;
	max-width: 133.7rem;
	padding: 5.5rem 1rem 5rem;
}
#main .concerns h2 {
	font-weight: 700;
	text-align: center;
	position: relative;
	padding-bottom: 1.7rem;
	margin-bottom: 3.4rem;
	font-size: 2.5rem;
	line-height: 1.27;
}
#main .concerns h2:after {
	width: 5.5rem;  
	height: 3px;
	background-color: #BD0B27;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
#main .concerns .list {
	gap: 2rem 7.5rem;
	display: block;
}
#main .concerns .list li {
	width: auto;
	margin-bottom: 2.2rem;
}
#main .concerns .list li:last-child {
	margin-bottom: 0;
}
#main .concerns .list p {
	text-align: center;
	font-size: 1.3rem;
}
#main .concerns .list h3 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
#main .concerns .list .photo {
	margin: 0 auto 1.9rem;
	width: 22.6rem;
}
#main .solve h2 {
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: relative;
	background: linear-gradient(270deg, #161B57 0%, #0F7DBC 100%);
	margin-bottom: 2.7rem;
	padding: 2.4rem 2rem 3.8rem;
	font-size: 2.5rem;
	line-height: 1.3;
	clip-path: polygon(
		0 0,
		100% 0,
		100% 88%,
		53.8% 88%,
		50% 100%,
		46.5% 88%,
		0 88% 
	);
}
#main .solve h2 .txtSpan {
	font-size: 4rem;
}
#main .solve .content {
	max-width: 86.5rem;
}
#main .solve h3 {
	font-weight: 700;
	display: flex;
	margin-bottom: 1.7rem;
	font-size: 2.5rem;
	line-height: 1.25;
}
#main .solve h3 .num {
	font-weight: 700;
	color: #032A92;
	line-height: 1;
	flex-shrink: 0;
	margin: 0.3rem 0.8rem 0 0;
	font-size: 3rem;
}
#main .solve h3 .bgSpan {
	background: linear-gradient(transparent 0%, transparent 65%, #FBEC47 65%, #FBEC47 100%);
	background-position: center bottom 0.2rem;
}
#main .solve p {
	margin-bottom: 2.5rem;
	font-size: 1.3rem;
}
#main .solve p:last-child {
	margin-bottom: 0;
}
#main .solve {
	margin-bottom: 5.3rem;
}
#main .feature {
	padding: 0 1.8rem;
}
#main .feature .content {
	max-width: 133.7rem;
	background-color: #DCF2FF;
	border-radius: 0 7rem 0 7rem;
	padding: 5rem 1.5rem;
}
#main .feature .txt {
	font-size: 1.3rem;
	font-weight: 400;
	padding-top: 0;
	margin-bottom: 2.8rem;
	margin-top: -0.8rem;
	text-align: left;
	line-height: 1.53;
}
#main .feature .list {
	gap: 2rem 6.8rem;
	display: block;
}
#main .feature .list li {
	width: auto;
	margin: 0 0.1rem 4.5rem;
}
#main .feature .list li:last-child {
	margin-bottom: 0;
}
#main .feature .list .photo {
	margin-bottom: 1.6rem;
}
#main .feature .list .photo img {
	border-radius: 2.5rem;
	width: 100%;
}
#main .feature .list p {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0;
}
#main .feature .list p .red {
	font-size: 2.7rem;
	color: #BD0B27;
}
#main .profile {
	padding: 6.4rem 0 3.1rem; 
}
#main .profile .content {
	max-width: 96rem;
}
#main .profile .imgBox {
	padding-left: 0;
	margin-right: 0;
	padding-top: 0;
	margin-top: -1.3rem;
	display: block;
}
#main .profile .imgBox .photoBox {
	width: auto;
	margin: 2.3rem 0 0;
}
#main .profile .imgBox .photoBox img {
	border-radius: 0 2rem 0 2rem;
	width: 100%;
}
#main .profile .imgBox .textBox {
	flex: 1;
	margin-top: -0.3rem;
}
#main .profile .imgBox p {
	margin-bottom: 2rem;
	font-size: 1.3rem;
}
#main .profile .imgBox p:last-child {
	margin-bottom: 0;
}
#main .profile .imgBox .name {
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .profile .imgBox .name .txtSpan {
	display: block;
	font-size: 1.6rem;
}
#main .profile .imgBox .name .en {
	font-size: 1.3rem;
	color: #D6D6D6;
	display: block;
	margin-top: 0.3rem;
	margin-left: 0.3rem;
}
#main .profile .imgBox .ttl {
	margin-bottom: 0;
	font-weight: 700;
}
#main .profile .imgBox .textList {
	margin-bottom: 1.3rem;
	font-size: 1.3rem;
}
#main .profile .imgBox .textList li {
	position: relative;
	padding-left: 2.3rem;
	/* padding-left: 2.3rem; */
}
#main .profile .imgBox .textList li::before {
	width: 0.4rem;  
	height: 0.4rem;
	background-color: currentColor;
	border-radius: 100%;
	content: ""; 
	position: absolute;
	top: 1.2rem;
	left: 0.8rem;
	margin: 0;
}
#main .company {
	padding: 2.6rem 0;
}
#main .company .imgBox {
	padding-top: 0;
	margin: 0 auto;
	box-sizing: content-box;
	max-width: inherit;
	padding: 0;
	display: block;
	font-size: 1.3rem;
}
#main .company .imgBox .textImg {
	width: 31.7rem;
	order: 2;
	margin: -1.4rem auto 0.8rem;
}
#main .company .imgBox .textBox {
	margin: 0;
	flex: 1;
}
#main .company dl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	line-height: 1.5;
}
#main .company dt {
	display: flex;
	padding: 1.1rem 0.2rem 1.0rem 0;
	width: 9.6rem;
	align-items: flex-start;
	border-bottom: 1px solid #D9D9D9;
}
#main .company dd {
	padding: 1.1rem 0 1.0rem 0;
	width: calc(100% - 9.6rem);
	border-bottom: 1px solid #D9D9D9;
}
#main .company dd:last-of-type,
#main .company dt:last-of-type {
	border-bottom: none;
}
#main .contact {
	padding: 3.8rem 1.8rem 0;
}
#main .contact .headLine01 {
	margin-bottom: 2.3rem;
}
#main .contact .content {
	max-width: 133.7rem;
	margin: 0 auto;
	position: relative;
	padding: 4.4rem 1.5rem 4.8rem;
	border-radius: 0 2rem 0 2rem;
	background-color: #DCF2FF;
}
#thanks .content {
	min-height: calc(100vh - 32rem - 6.8rem);
}
#main .contact .photo {
	position: absolute;
	width: 13.4rem;
	top: -4.9rem;
	right: 0;
}
#index .mainVisual .photo > img {
	width: 100%;
}
#main .contact .photo .lineSpan {
	position: absolute;
	left: 2.7rem;
	width: 6.7rem;
	top: 0.6rem;
	clip-path: inset(0 100% 0 0);
	transition: .5s linear;
	transition-delay: .5s;
}
#main .contact .photo .fadeInUp.on .lineSpan {
	clip-path: inset(0 0 0 0);
}
#main .contact .txt {
	text-align: center;
	margin-bottom: 3rem;
	font-size: 1.3rem;
}
#main .contactDl {
	padding-bottom: 0.2rem;
	max-width: 68.2rem;
	margin: 0 auto;
	box-sizing: content-box;
}
#main .contactDl dt {
	margin-bottom: 1rem;
	font-size: 1.3rem;
}
#main .contactDl dd {
	margin-bottom: 2.2rem;
}
#main .contactDl dt sup {
	color: #F00;
	line-height: 1;
	vertical-align: 0rem;
}
.contactDl input[type="email"],
.contactDl input[type="tel"],
.contactDl input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.8rem;
    height: 5rem;
	color: #141B52;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 1.6rem;
    width: 100%;
    background-color: #fff;
}
.contactDl select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.8rem;
    height: 5rem;
	color: #141B52;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 1.6rem;
    width: 100%;
    background: url(img/common/select_bg.png) no-repeat right 1.5rem center #fff;
	background-size: 2.4rem auto;
}
.contactDl textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0.8rem;
    height: 20.6rem;
	color: #141B52;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 2rem 1.6rem;
    width: 100%;
	background-color: #fff;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #AAAAAA;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #AAAAAA;
    opacity:1;
}
input::-moz-placeholder {
    color: #AAAAAA;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #AAAAAA;
    opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #AAAAAA;
    opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #AAAAAA;
    opacity:1;
}
textarea::-moz-placeholder {
    color: #AAAAAA;
    opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #AAAAAA;
    opacity:1;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
	background: url(img/common/check01.png) no-repeat left center;
	background-size: 2.8rem;
	border-radius: 0;
    display: inline-block;
    line-height: 2rem;
	cursor: pointer;
    padding: 0.4rem 0 0.4rem 3.5rem;
}
input[type="checkbox"]:checked + span {
	background-image: url("img/common/check02.png");
}
#main .contactDl select[readonly],
#main .contactDl textarea[readonly],
#main .contactDl input[readonly] {
	background: #ddd;
	box-shadow: inset 0 0 1000px #ddd;
	color: #000 !important;
	opacity: 1;
}
#main .checkP {
	margin-bottom:2rem;
	text-align: center;
	font-size: 1.3rem;
}
.submit {
	text-align: center;
}
.submit li {
	margin: 0 1rem;
	display: inline-block;
	position: relative;
}
.submit li .wpcf7-spinner {
	position: absolute;
	top: 105%;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 21rem;
    height: 4.6rem;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    color: #141B52;
	border: 1px solid #141B52;
	background-color: #fff;
}
#index #gFooter {
	margin-top: 0;
	border: none;
}
#thanks p {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 1.4rem;
}
#thanks .comLink {
	width: 20rem;
	margin: 0 auto;
}

#thanks {
	margin-top: -3.8rem;
}

@media all and (min-width: 769px) {
	#index .mainVisual {
		margin-bottom: 6.2rem;
		background: linear-gradient(270deg, #161B57 0%, #0F7DBC 100%);
		overflow: hidden;
	}
	#index .mainVisual .content {
		padding: 0 2rem;
		display: flex;
		flex-wrap: wrap;
		min-height: 58.4rem;
	}
	#index .mainVisual .photo {
		width: 62.4rem;
		margin: 1rem 10rem 0 -15rem;
	}
	#index .mainVisual .photo .jsBox {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 105%;
		height: 105%;
		user-select: none;
		pointer-events: none;
	}
	#index .mainVisual .photo .jsBox svg {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	#index .mainVisual .photo .jsBox .img {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 10.4rem;
		display: none;
	}
	#index .mainVisual .photo .jsBox .img img {
		transform: rotate(70deg);
	}
	#index .mainVisual .textBox {
		margin-bottom: 0;
		flex: 1;
		padding-bottom: 9.3rem;
	}
	#index .mainVisual h2 {
		font-size: 4.8rem;
		font-weight: 700;
		line-height: 1.3;
		color: #fff;
		margin-bottom: 2.3rem;
	}
	#index .mainVisual p {
		margin-left: 0;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.6;
	}
	#index .newsBox {
		margin: 0;
		position: absolute;
		bottom: 1.9rem;
		right: -1.7rem;
		width: 50.7rem;
		padding: 1.1rem 2rem 1.3rem;
		border-radius: 0 2rem 0 2rem;
		background: #F6F6F6;
		z-index: 10;
	}
	#index .newsBox dl {
		padding-right: 7rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#index .newsBox dt {
		width: 12.2rem;
		padding: 0.2rem 1rem 0.6rem 0;
		font-size: 1.4rem;
		font-weight: 500;
		color: #575757;
	}
	#index .newsBox dd {
		padding-bottom: 0.6rem;
		width: calc(100% - 12.2rem);
	}
	#index .newsBox dt:last-of-type,
	#index .newsBox dd:last-of-type {
		padding-bottom: 0;
	}
	#index .newsBox dd a {
		font-size: 1.4rem;
		font-weight: 500;
		color: #575757;
	}
	#index .newsBox dd a:hover {
		opacity: 0.5;
	}
	#index .newsBox .link {
		display: block;
		position: absolute;
		bottom: 1.3rem;
		right: 1.3rem;
	}
	#index .newsBox .link a {
		font-size: 1.3rem;
		color: #575757;
		font-weight: 500;
	}
	#index .newsBox .link a:hover {
		opacity: 0.5;
	}
	#main .about {
		padding: 0 2rem;
	}
	#main .about .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 133.7rem;
		padding: 6.8rem 12.8rem 11.2rem;
		align-items: center;
		background-color: #DCF2FF;
		border-radius: 0rem 7rem 0 7rem;
	}
	#main .about .textImg {
		margin: 6.4rem 0.1rem 0 3rem;
	}
	#main .about h3 {
		margin-bottom: 4.1rem;
		font-size: 3.2rem;
		line-height: 1.27;
	}
	#main .about p {
		margin-bottom: 2.5rem;
		font-size: 1.5rem;
	}
	#main .about p:last-child {
		margin-bottom: 0;
	}
	#main .service {
		padding: 5.7rem 0;
	}
	#main .service .inner {
		margin: 0;
		margin-bottom: 4rem;
		padding-top: 5rem;
	}
	#main .service .imgBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 12.5rem;
		align-items: flex-start;
	}
	#main .service .imgBox:last-child {
		margin-bottom: 0;
	}
	#main .service .imgBox .photoBox {
		margin: 0 4.7rem 0 0;
	}
	#main .service .imgBox .textBox {
		margin-top: -2rem;
	}
	#main .service .imgBox .en {
		margin-bottom: 0.2rem;
		position: relative;
	}
	#main .service .imgBox .en::before {
		width: 0.9rem;  
		height: 0.9rem;
		background-color: #032A92;
		position: absolute;  
		top: 0.9rem;
		left: 0;
		border-radius: 100%;
		content: ""; 
	}
	#main .service .imgBox h2 {
		font-size: 3.2rem;
		margin-bottom: 0.7rem;
		line-height: 1.5;
	}
	#main .service .imgBox h3 {
		font-size: 2rem;
		margin-bottom: 2.1rem;
	}
	#main .service .imgBox p {
		margin-bottom: 2.8rem;
	}
	#main .service .imgBox .txt {
		max-width: 56.1rem;
		font-size: 1.5rem;
	}
	#main .service .imgBox dt {
		color: #fff;
		width: fit-content;
		padding: 0.4rem 1rem;
	}
	#main .service .imgBox dd {
		line-height: 1.6;
	}
	#main .service .imgBox02 .textBox {
		order: -1;
	}
	#main .service .imgBox02 .photoBox {
		margin: 1rem 0 0 3rem;
	}
	#main .concerns {
		padding: 0 2rem 4.3rem;
	}
	#main .concerns .content {
		max-width: 133.7rem;
		padding: 4.1rem 5rem 3.2rem;
	}
	#main .concerns h2 {
		line-height: 1.5;
		font-size: 4.2rem;
		margin-bottom: 4rem;
	}
	#main .concerns h2:after {
		width: 5.5rem;  
		height: 3px;
		background-color: #BD0B27;
		position: absolute;  
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: ""; 
	}
	#main .concerns .list {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem 7.5rem;
		justify-content: center;
	}
	#main .concerns .list li {
		width: 25rem;
	}
	#main .concerns .list p {
		text-align: center;
		font-size: 1.5rem;
	}
	#main .concerns .list h3 {
		text-align: center;
		font-size: 2.2rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
	}
	#main .concerns .list .photo {
		margin: 0 auto 1.9rem;
		width: 22.6rem;
	}
	#main .solve h2 {
		margin-bottom: 2.1rem;
		padding: 3.1rem 2rem 8.4rem;
		font-size: 4.2rem;
		line-height: 1.2;
		clip-path: polygon(
			0 0,
			100% 0,
			100% 75%,
			calc(50% + 4rem) 75%,
			50% 100%,
			calc(50% - 4rem) 75%,
			0 75% 
		);
	}
	#main .solve h2 .txtSpan {
		font-size: 5.3rem;
	}
	#main .solve .content {
		max-width: 86.5rem;
	}
	#main .solve h3 {
		margin-bottom: 2rem;
		display: flex;
		line-height: 1.5;
	}
	#main .solve h3 .num {
		font-size: 4.4rem;
		font-weight: 700;
		color: #032A92;
		line-height: 1;
		flex-shrink: 0;
		margin: -0.4rem 0.8rem 0 0;
	}
	#main .solve h3 .bgSpan {
		background: linear-gradient(transparent 0%, transparent 65%, #FBEC47 65%, #FBEC47 100%);
		background-position: center bottom 0.2rem;
	}
	#main .solve p {
		margin-bottom: 3.6rem;
		font-size: 1.5rem;
	}
	#main .solve p:last-child {
		margin-bottom: 0;
	}
	#main .solve {
		margin-bottom: 8.3rem;
	}
	#main .feature {
		padding: 0 2rem;
	}
	#main .feature .content {
		max-width: 133.7rem;
		padding: 6.8rem 12rem 5.2rem;
		background-color: #DCF2FF;
		border-radius: 0 7rem 0 7rem;
	}
	#main .feature .txt {
		margin-top: 0;
		line-height: 1.5;
		padding-top: 1.5rem;
		margin-bottom: 4.9rem;
		font-size: 1.5rem;
		text-align: center;
	}
	#main .feature .list {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem 6.8rem;
	}
	#main .feature .list li {
		margin: 0;
		width: calc((100% - 13.7rem) / 3);
	}
	#main .feature .list .photo {
		margin-bottom: 1.6rem;
	}
	#main .feature .list .photo img {
		border-radius: 2.5rem;
	}
	#main .feature .list p {
		margin: 0 -6rem;
		text-align: center;
		font-size: 1.9rem;
		font-weight: 700;
	}
	#main .feature .list p .red {
		font-size: 2.7rem;
		color: #BD0B27;
	}
	#main .profile {
		padding: 6.4rem 0 4rem; 
	}
	#main .profile .content {
		max-width: 96rem;
	}
	#main .profile .imgBox {
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 2.3rem;
		padding-left: 4.8rem;
		margin-right: -8rem;
	}
	#main .profile .imgBox .photoBox {
		width: 46.9rem;
		margin: 0 0 0 4rem;
	}
	#main .profile .imgBox .photoBox img {
		border-radius: 0 2rem 0 2rem;
	}
	#main .profile .imgBox .textBox {
		flex: 1;
		margin-top: -0.3rem;
	}
	#main .profile .imgBox p {
		margin-bottom: 1.3rem;
		font-size: 1.5rem;
	}
	#main .profile .imgBox p:last-child {
		margin-bottom: 0;
	}
	#main .profile .imgBox .ttl {
		margin-bottom: 0;
		font-weight: 700;
	}
	#main .profile .imgBox .textList {
		margin-bottom: 1.7rem;
		font-size: 1.5rem;
	}
	#main .profile .imgBox .textList li {
		padding-left: 0;
	}
	#main .profile .imgBox .textList li::before {
		width: 0.4rem;  
		height: 0.4rem;
		background-color: currentColor;
		position: relative;  
		top: -.3rem;
		left: 0.8rem;
		border-radius: 100%;
		display: inline-block;
		margin-right: 1.8rem;
		content: ""; 
	}
	#main .company {
		padding: 2.6rem 0;
	}
	#main .company .imgBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 82rem;
		box-sizing: content-box;
		padding-left: 6rem;
		align-items: center;
	}
	#main .company .imgBox .textImg {
		margin: 2.3rem -1.3rem 0 9.7rem;
	}
	#main .company dl {
		line-height: 1.8;
		font-size: 1.5rem;
	}
	#main .company dt {
		padding: 2.4rem 1rem 2.4rem 0.4rem;
		width: 10.5rem;
		align-items: center;
	}
	#main .company dd {
		padding: 2.4rem 1rem 2.4rem 0;
		width: calc(100% - 10.5rem);
		border-bottom: 1px solid #D9D9D9;
	}
	#main .company dd:last-of-type,
	#main .company dt:last-of-type {
		border-bottom: none;
	}
	#main .contact {
		padding: 4.2rem 2rem 0;
	}
	#main .contact .headLine01 {
		margin-bottom: 3.9rem;
	}
	#main .contact .content {
		max-width: 133.7rem;
		margin: 0 auto;
		position: relative;
		padding: 6rem 5rem 5.8rem;
		background-color: #DCF2FF;
		border-radius: 0 7rem 0 7rem;
	}
	#main .contact .photo {
		position: absolute;
		top: -13.1rem;
		right: 14rem;
		width: 31.6rem;
	}
	#main .contact .photo .lineSpan {
		position: absolute;
		top: 1.8rem;
		left: 6.4rem;
		width: 15.6rem;
		clip-path: inset(0 100% 0 0);
		transition: .5s linear;
		transition-delay: .5s;
	}
	#main .contact .photo .fadeInUp.on .lineSpan {
		clip-path: inset(0 0 0 0);
	}
	#main .contact .txt {
		margin-bottom: 4.7rem;
		text-align: center;
		font-size: 1.5rem;
	}
	#main .contactDl {
		padding-bottom: 0.2rem;
		max-width: 68.2rem;
		margin: 0 auto;
		box-sizing: content-box;
	}
	#main .contactDl dt {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
	#main .contactDl dd {
		margin-bottom: 2.4rem;
	}
	#main .contactDl dt sup {
		color: #F00;
		line-height: 1;
		vertical-align: 0rem;
	}
	.contactDl input[type="email"],
	.contactDl input[type="tel"],
	.contactDl input[type="text"] {
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		border-radius: 0.8rem;
		height: 5rem;
		color: #141B52;
		border: 1px solid #ddd;
		box-sizing: border-box;
		font-size: 1.6rem;
		padding: 0 1.6rem;
		width: 100%;
		background-color: #fff;
	}
	.contactDl select {
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		border-radius: 0.8rem;
		height: 5rem;
		color: #141B52;
		border: 1px solid #ddd;
		box-sizing: border-box;
		font-size: 1.6rem;
		padding: 0 1.6rem;
		width: 100%;
		background: url(img/common/select_bg.png) no-repeat right 1.5rem center #fff;
		background-size: 2.4rem auto;
	}
	.contactDl textarea {
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		border-radius: 0.8rem;
		height: 20.6rem;
		color: #141B52;
		border: 1px solid #ddd;
		box-sizing: border-box;
		font-size: 1.6rem;
		padding: 2rem 1.6rem;
		width: 100%;
		background-color: #fff;
	}
	input::-webkit-input-placeholder { /* WebKit browsers */
		color: #AAAAAA;
		opacity:1;
	}
	input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #AAAAAA;
		opacity:1;
	}
	input::-moz-placeholder {
		color: #AAAAAA;
		opacity:1;
	}
	input:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #AAAAAA;
		opacity:1;
	}
	textarea::-webkit-input-placeholder { /* WebKit browsers */
		color: #AAAAAA;
		opacity:1;
	}
	textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #AAAAAA;
		opacity:1;
	}
	textarea::-moz-placeholder {
		color: #AAAAAA;
		opacity:1;
	}
	textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #AAAAAA;
		opacity:1;
	}
	input[type="checkbox"] {
		display: none;
	}
	input[type="checkbox"] + span {
		background: url(img/common/check01.png) no-repeat left center;
		background-size: 2.8rem;
		border-radius: 0;
		display: inline-block;
		line-height: 2rem;
		cursor: pointer;
		padding: 0.4rem 0 0.4rem 3.5rem;
	}
	input[type="checkbox"]:checked + span {
		background-image: url("img/common/check02.png");
	}
	#main .contactDl select[readonly],
	#main .contactDl textarea[readonly],
	#main .contactDl input[readonly] {
		background: #ddd;
		box-shadow: inset 0 0 1000px #ddd;
		color: #000 !important;
		opacity: 1;
	}
	#main .checkP {
		margin-bottom: 3rem;
		text-align: center;
		font-size: 1.5rem;
	}
	.submit {
		text-align: center;
	}
	.submit li {
		margin: 0 1rem;
		display: inline-block;
		position: relative;
	}
	.submit li .wpcf7-spinner {
		position: absolute;
		top: 105%;
		left: 50%;
		margin: 0;
		transform: translateX(-50%);
	}
	.submit li input {
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		width: 21rem;
		height: 4.6rem;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
		font-size: 1.6rem;
		font-weight: bold;
		color: #141B52;
		border: 1px solid #141B52;
		background-color: #fff;
	}
	#index #gFooter {
		margin-top: 0;
		border: none;
	}
	#thanks p {
		margin-bottom: 4rem;
		text-align: center;
	}
	#thanks .comLink {
		width: 20rem;
		margin: 0 auto;
	}
	.submit li input:hover {
		color: #fff;
   		background-color: #141B52;
	}
	#thanks .content {
		min-height: calc(100vh - 24.9rem - 7rem);
	}
	.wpcf7 form .wpcf7-response-output {
		max-width: 120rem;
		margin: 5rem auto !important;
	}
}

@media all and (max-width: 768px) {
	#index .content {
		padding: 0 1.8rem;
	}
	#index .mainVisual .photo > img {
		bottom: -0.2rem;
		position: relative;
	}
	.submit li {
		display: block;
		margin: 0 1rem 1rem;
	}
	.submit li:last-child {
		margin-bottom: 0;
	}
}



.fadeInUp {
    opacity: 0;
	transform: translate(0,20px);
    transition: all 0.5s;
}

.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}