@charset "utf-8";
/*
Theme Name: wevnal_new
Theme URI: null
Description: Description
Author: 81bridge - QP
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
	font-family: 'geographB';
	font-style: normal;
	src: url('font/geograph-web-bold.eot');  /* IE9 Compat Modes */
	src: url('font/geograph-web-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/geograph-web-bold.woff') format('woff'), /* Modern Browsers */
	url('font/geograph-web-bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family: 'geographL';
	font-style: normal;
	src: url('font/geograph-web-light.eot'); /* IE9 Compat Modes */
	src: url('font/geograph-web-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('file:///D|/wwwroot/05/font/geograph-web-light.woff') format('woff'), /* Modern Browsers */
	url('css/font/geograph-web-light.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family: 'geographR';
	font-style: normal;
	src: url('font/geograph-web-regular.eot'); /* IE9 Compat Modes */
	src: url('font/geograph-web-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/geograph-web-regular.woff') format('woff'), /* Modern Browsers */
	url('font/geograph-web-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

.geographB {
	font-family: 'geographB';
}
.geographL {
	font-family: 'geographL';
}
.geographR {
	font-family: 'geographR';
}
article, aside, canvas, details, figcaption, figure, footer, header, 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;
}
a,
a:link {
	color: #3b3938;
	text-decoration: none;
}
a:visited {
	color: #3b3938;
}
a:hover {
	color: #3b3938;
}
a:active {
	color: #3b3938;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3b3938;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	overflow: hidden;
}
#index #main {
	margin-bottom: 92px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: 320px;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 73px;
	}
	#index #main {
		padding-top: 0;
		margin-bottom: 68px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*z-index:10000;*/
	z-index: 9999;
}
#gHeader .hInner {
	margin: 0 auto;
	padding: 39px 0;
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gHeader .hInner .rBox {
	width: 75%;
	margin-top: -7px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#gHeader .hInner .rBox a:hover {
	opacity: 0.7;
}
#gHeader .naviUl {
	display: flex;
}
#gHeader .naviUl li {
	margin-left: 28px;
}
#gHeader .naviUl a {
	font-size: 1.8rem;
	color: #333;
	position: relative;
	letter-spacing: 0.04em;
}
#gHeader .naviUl a:after {
	content:"";
	position:absolute;
	right:0;
	bottom:-0.2rem;
	left:0;
	height:.2rem;
	background:#333;
	transform-origin:0 50%;
	transform:translateZ(0) scaleX(0);
	transition:transform .4s cubic-bezier(.645,.045,.355,1),background-color .4s cubic-bezier(.55,.055,.675,.19)
}
#gHeader .naviUl .on a::after {
	background: currentColor;
	transform: translateZ(0) scaleX(1);
}
#gHeader .snsUl {
	padding-left: 27px;
	display: flex;
}
#gHeader .snsUl li {
	margin-left: 28px;
}
#gHeader .snsUl img {
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		top: 0;
		right: 0;
		margin: 0;
		display: flex;
		z-index: 100;
		justify-content: flex-end;
	}
	#gHeader .hInner {
		padding: 0;
		margin: 0;
		width: 200px;
		background-color: white;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	#gHeader .hInner .rBox {
		display: none;
	}
	#gHeader h1 {
		padding: 18px 18px 16px;
	}
	#gHeader h1 img {
		width: 105px;
	}
	#gHeader .menuSub {
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		z-index: 1000;
		background-color: #333333;
		height: 60px;
		text-align: center;
	}
	#gHeader .menu {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		height: 20px;
		width: 28px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	#gHeader .menuSub.active .menu .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}

	#gHeader .menuSub.active .menu .middle {
		opacity: 0;
	}

	#gHeader .menuSub.active .menu .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
		width: 28px;
	}

	#gHeader .menu span {
		background: #fff;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}

	#gHeader .menu span:nth-of-type(2) {
		top: 7px;
	}

	#gHeader .menu span:nth-of-type(3) {
		top: 14px;
		width: 22px;
		right: 0;
		left: auto;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1001;
		background-color: #0015e1;
	}
	.menuBox .naviUl {
		padding-top: 30px;
	}
	.menuBox .naviUl a {
		padding: 10px 30px;
		display: block;
		color :#FFF;
		font-size: 2em;
		height: 1.8em;
	}
	.menuBox .snsUl {
		padding: 40px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menuBox .naviUl .snsA {
		display: inline !important; 
		padding: 30px  0 30px 30px;
	}
	.menuBox .snsUl li {
		margin: 0 10px;
	}
	.menuBox .snsUl img {
		vertical-align: middle;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: linear-gradient(90deg, #545250 50%, #3B3938 50%);
}
#gFooter .fInner {
	margin: 0 auto;
	padding: 80px 0 0;
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gFooter .lBox {
	padding-bottom: 80px;
	width: 50%;
	background: url("img/common/f_bg.png") no-repeat right bottom -60px;
}
#gFooter .lBox .ttl {
	margin-bottom: 15px;
	font-size: 7rem;
	color: #eee;
	line-height: 1;
	letter-spacing: 0.04em;
}
#gFooter .lBox .ttl02 {
	margin-bottom: 14px;
	font-size: 3rem;
	color: #eeeeee;
	letter-spacing: 0.04em;
}
#gFooter .list {
	padding-left: 24px;
	position: relative;
}
#gFooter .list:after {
	width: 1px;
	border-left: 1px solid #838180;
	position: absolute;
	top: 5px;
	left: 0;
	bottom: 0;
	content: "";
}
#gFooter .list li {
	margin-bottom: 11px;
}
#gFooter .list li:last-child {
	margin-bottom: 0;
}
#gFooter .list a {
	font-size: 2rem;
	color: #eeeeee;
	letter-spacing: 0.04em;
}
#gFooter .list a:hover {
	opacity: 0.7;
}
#gFooter .list .liStyle a {
	display: inline-block;
	padding-right: 15px;
	background: url("img/common/icon02.png") no-repeat right center;
}
#gFooter .rBox {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 0 98px 120px;
}
#gFooter .rBox a {
	color: #eeeeee;
}
#gFooter .rBox a:hover {
	opacity: 0.7;
}
#gFooter .naviUl {
	display: flex;
	flex-wrap: wrap;
}
#gFooter .naviUl > li {
	width: 59%;
}
#gFooter .naviUl > li:nth-child(2n) {
	width: 40%;
}
#gFooter .rBox .ttl {
	margin-bottom: 13px;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#gFooter .naviUl .subUl {
	margin-bottom: 32px;
	padding-left: 13px;
	border-left: 1px solid #838180;
}
#gFooter .naviUl .subUl li {
	margin-bottom: 5px;
}
#gFooter .naviUl .subUl li:last-child {
	margin-bottom: 0;
}
#gFooter .naviUl .subUl a {
	font-size: 1.4rem;
}
#gFooter .rBox p {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#gFooter address {
	padding-top: 18px;
	font-style: normal;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #eeeeee;
}


@media all and (max-width: 896px) {
	#gFooter {
		background: none;
	}
	#gFooter .fInner {
		padding: 0;
		width: auto;
		display: block;
	}
	#gFooter .lBox {
		padding: 47px 23px 49px;
		width: auto;
		background-size: 247px auto;
		background-position: right -9px bottom -19px;
		background-color: #545250;
	}
	#gFooter .lBox .ttl {
		margin-bottom: 9px;
		font-size: 4.2rem;
	}
	#gFooter .lBox .ttl02 {
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	#gFooter .list {
		padding-left: 15px;
	}
	#gFooter .list a {
		font-size: 1.1rem;
	}
	#gFooter .list li {
		margin-bottom: 3px;
	}
	#gFooter .rBox {
		padding: 52px 23px 49px;
		width: auto;
		background-color: #3B3938;
	}
	#gFooter .rBox .ttl {
		margin: 0 0 5px;
		font-size: 1.5rem;
	}
	#gFooter .naviUl .subUl li {
		margin-bottom: 3px;
	}
	#gFooter .naviUl .subUl a {
		font-size: 1.1rem;
	}
	#gFooter .naviUl > li {
		width: 54%;
	}
	#gFooter .naviUl > li:nth-child(2n) {
		width: 46%;
	}
	#gFooter .naviUl .subUl {
		margin-bottom: 20px;
	}
	#gFooter .rBox p {
		font-size: 1.1rem;
		margin: 5px 0 0 14px;
	}
	#gFooter address {
		font-size: 0.9rem;
		padding: 22px 0 0 14px;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
@media all and (max-width: 896px) {
	.mainBox {
		width: auto !important;
		margin: 0 22px;
	}
}

/*------------------------------------------------------------
	mainBox02
------------------------------------------------------------*/
.mainBox02 {
	margin: 0 auto;
	width: 878px;
	position: relative;
}
@media all and (max-width: 896px) {
	.mainBox02 {
		margin: 0 25px;
		width: auto !important;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding-right: 108px;
	display: inline-block;
	font-size: 2.4rem;
	color: #ff7e00;
	line-height: 82px;
	letter-spacing: 0.04em;
    position: relative;
	background: url("img/common/icon01.png") no-repeat right center;
    transition: all ease 0.3s;
}
.comLink02 a {
	padding-right: 25px;
	font-size: 3rem;
	color: #0015e1;
	letter-spacing: 0.04em;
	line-height: inherit !important;
	background-image: url("img/common/icon04.png");
}
.comLink02 a:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: -1rem;
    left: 0;
    height: .1rem;
    background: #0015e1;
    transform-origin: 0 50%;
    transform: translateZ(0) scaleX(0);
    transition: transform .4s cubic-bezier(.645,.045,.355,1),background-color .4s cubic-bezier(.55,.055,.675,.19);
}
@media all and (max-width: 896px) {
	.comLink a {
		font-size: 1.9rem;
		padding-right: 55px;
		line-height: 50px;
		background-size: 45px auto;
	}
	.comLink02 a {
		padding-right: 15px;
		background-size: 10px auto;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 15rem;
	line-height: 1;
	width: 180px;
	height: 750px;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.02em;
	color: #0015e1;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 8.5rem;
		width: 75px;
		height: 330px;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 40px;
	font-size: 1.8rem;
	color: #0015e1;
	letter-spacing: 0.04em;
	font-weight: normal;
    position: relative;
    z-index: 1;
}
.headLine02 span {
	padding-right: 20px;
	display: inline-block;
	position: relative;
}
.headLine02 span:after {
	width: 11px;
	height: 1px;
	background-color: #0015e1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
}

@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 18px;
		font-size: 1.2rem;
	}
	.headLine02 span {
		padding-right: 15px;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	font-size: 8rem;
	color: #0015e1;
	font-weight: normal;
	padding: 3px 0 10px;
}

@media all and (max-width: 896px) {
	.headLine03 {
		padding-bottom: 6px;
		font-size: 4.2rem;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 35px;
	font-size: 2rem;
	color: #0015e1;
	position: relative;
}
.headLine04:after {
	width: 224px;
	height: 228px;
	background: url("img/common/bg13.png") no-repeat left top;
	position: absolute;
	top: -48px;
	left: -134px;
	content: "";
	z-index: -1;
}
.headLine04 span {
	display: block;
}
.headLine04 .txtSpan {
	padding-right: 20px;
	display: inline-block;
	position: relative;
    letter-spacing: 0.15em;
}
.headLine04 .txtSpan:after {
	width: 15px;
	height: 1px;
	background-color: #0015e1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "";
}
.headLine04 .en {
	font-size: 7rem;
}

@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 17px;
		font-size: 1.2rem;
	}
	.headLine04 .en {
		margin-bottom: 11px;
		font-size: 4.2rem;
	}
	.headLine04::after {
		width: 92px;
		height: 92px;
		top: -25px;
		left: -22px;
		background-image: url("img/common/bg18.png");
		background-size: 100% auto;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine05 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 64px;
	letter-spacing: 0.01em;
}

@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 69px;
		font-size: 1.9rem;
		text-align: left;
		letter-spacing: 0.04em;
	}
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	font-size: 2.6rem;
	margin-bottom: 40px;
	letter-spacing: 0.04em;
}

@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 29px;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	padding-top: 27px;
	font-size: 6rem;
	margin-bottom: 72px;
	color: #0015e1;
	letter-spacing: 0.02em;
}

@media all and (max-width: 896px) {
	.headLine07 {
		margin-bottom: 73px;
		padding-top: 22px;
		font-size: 3rem;
		line-height: 1.25;
	}
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTableBox .comTable {
	margin-bottom: 75px;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #C9C9C9;
}
.comTableBox .comTable th {
	padding: 26px 20px 25px;
	width: 47.5%;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.04em;
	background-color: #F8F8F8;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}
.comTableBox .comTable th:last-child {
	width: 52.5%;
	border-right: none;
}
.comTableBox .comTable td {
	height: 75px;
	box-sizing: border-box;
	padding: 10px 20px 10px 28px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.04em;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}
.comTableBox .comTable td:last-child {
	border-right: none;
}
.comTableBox .comTable tr:last-child td {
	border-bottom: none;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 5px 69px;
}
.comUl li {
	margin: 0 52px 20px 0;
}
.comUl a {
	padding-left: 25px;
	font-size: 2.5rem;
	color: #0015e1;
	display: inline-block;
	letter-spacing: 0.02em;
	background: url("img/common/icon03.png") no-repeat left 15px;
	transition: all ease 0.3s;
}

@media all and (max-width: 896px) {
	.comUl {
		margin: 0 2px -102px;
		padding: 15px 15px 15px 20px;
		background-color: white;
		box-shadow: 0px 3px 20px 0px rgba(0, 21, 225, 0.15);
		width: 150px;
		display: block;
		z-index: 10;
		position: relative;
		box-sizing: border-box;
	}
	.comUl li {
		margin: 0 0 7px;
	}
	.comUl a {
		font-size: 1.7rem;
		background-size: 10px auto;
		padding-left: 15px;
		background-position: left top 10px;
	}
}

/*------------------------------------------------------------
	bigPhoto
------------------------------------------------------------*/
.bigPhoto {
	position: relative;
	width: 86.1%;
}
.bigPhoto > img {
	width: 100%;
	border-radius: 0 446px 446px 0;
}
@media all and (max-width: 896px) {
	.bigPhoto {
		width: auto;
	}
}



.contactBox {
	margin-top: 145px;
	position: relative;
	background: url("img/common/com_bg.jpg") no-repeat center center;
	background-size: cover;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactBox .link a {
	padding-right: 110px;
	display: inline-block;
	font-size: 7rem;
	color: #ffffff;
	letter-spacing: 0.02em;
	background: url("img/common/icon01.png") no-repeat right center;
    transition: all ease 0.3s;
}


@media all and (max-width: 896px) {
	.contactBox {
		margin-top: 78px;
		height: 198px;
	}
	.contactBox .link a {
		font-size: 4.2rem;
		padding-right: 60px;
		background-size: 46px auto;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index #container {
	background: url("img/common/top_bg.gif") no-repeat right top;
}
.index .mainImg {
	margin-bottom: 150px;
}
.index .mainImg p {
	margin-bottom: 37px;
	width: 370px;
	letter-spacing: 0.04em;
	line-height: 2.1;
}
.index .mainImg h2 {
	margin: 0 0 27px -10px;
	font-size: 6.1rem;
	letter-spacing: -0.04em;
	line-height: 1.3;
}
.index .mainImg h2 .txtSpan {
	letter-spacing: 0;
	display: inline-block;
	background-image: -webkit-linear-gradient(left, #00ccff, #0366F3 50%, #0500e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index .mainImg .mainBox {
	position: relative;
}
.index .mainImg .scroll {
	position: absolute;
	bottom: -110px;
	right: -6px;
}
.index .mainImg .scroll a {
    padding: 0 0 50px;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    transition: 0.2s;
    overflow: hidden;
}
.index .mainImg .scroll a:hover {
    opacity: 0.7;
}
.index .mainImg .scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 44px;
  background: #0015E1;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.area {
	margin-bottom: 179px;
	padding-bottom: 157px;
	position: relative;
}
.area:after {
	width: calc(100% - 200px);
	background-color: #E9F6FF;
	position: absolute;
	top: 117px;
	left: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	border-radius: 0 446px 446px 0;
}
.area .mainBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area .inner {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 253px 0 0 10px;
}
.area .inner .textBox {
	padding: 53px 0 0 5px;
	width: 370px;
	box-sizing: border-box;
}
.area .inner .textBox p {
	margin-bottom: 40px;
	letter-spacing: 0.04em;
	line-height: 2.1;
}
.area .photo01 {
	position: absolute;
	top: 151px;
	right: -33px;
}
.area .photo02 {
	position: absolute;
	bottom: -242px;
	right: -46px;
}
.join .photo {
	margin-left: -45px;
	position: relative;
}
.join .photo:after {
	width: 635px;
	height: 634px;
	background: url("img/common/bg09.png") no-repeat;
	position: absolute;
	top: 4px;
	right: 85px;
	content: "";
	z-index: -1;
}
.join .photo h3 {
	position: absolute;
	top: 55%;
	left: 20px;
	transform: translateY(-50%);
	font-size: 8rem;
	color: #0015e1;
	letter-spacing: 0.02em;
	line-height: 1.1;
}
.join .photo h3 span {
	display: inline-block;
	margin-left: 10px;
}
.join .textBox {
	margin: -80% 0 0 0;
	width: 440px;
	float: right;
}
.join .headLine01 {
	float: right;
	margin: 0 -20px -50px 0;
	letter-spacing: 0;
}
.join .headLine02 {
	clear: both;
}
.join .textBox p {
    position: relative;
    z-index: 1;
	margin-bottom: 35px;
	width: 370px;
	letter-spacing: 0.04em;
	line-height: 2.1;
}
.join {
	margin-bottom: 165px;
	position: relative;
}
.join .photo01 {
	position: absolute;
	top: 110px;
	left: -50px;
}
.join .photo02 {
	position: absolute;
	top: -25px;
	left: 38.8%;
}
.join .photo03 {
	position: absolute;
	bottom: 137px;
	left: 49.7%;
}
.service .bigPhoto span {
	position: absolute;
	top: -48px;
	right: -142px;
}
.service .inner {
	margin-top: -110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service .inner .mainBox {
	width: 82%;
	margin-left: auto;
}
.service .inner .textBox {
	padding: 0 0 0 50px;
	margin-top: -480px;
	float: right;
	flex: 1;
	width: 75%;
	margin-left: auto;
}
.service .jsBox {
	padding-top: 2px;
}
.service .fooUl li {
	width: 400px;
}
.service .fooUl li .photo {
	margin-bottom: 20px;
}
.service .fooUl li .photo img {
	border-radius: 10px;
}
.service .fooUl li p {
	margin-bottom: 10px;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: 2;
}
.service .fooUl li .ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2.1rem;
	color: #0015e1;
}
.service {
	margin-bottom: 154px;
}
.swiper-container-horizontal > .swiper-scrollbar {
	width: 88%;
}
.news {
	position: relative;
}
.news .bigPhoto .imgSpan01 {
	position: absolute;
	top: -140px;
	left: 60px;
}
.news .imgSpan02 {
	position: absolute;
	top: -54px;
	right: -54px;
}
.news .inner {
	margin-top: -110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.news .inner .photo01 {
	position: absolute;
	top: 22px;
	right: -36px;
}
.news .headLine01 {
	height: 1200px;
	letter-spacing: 0;
}
.news .inner .rBox {
	flex: 1;
	padding: 260px 80px 0 60px;
}
.news .headLine02 {
	font-size: 2.039rem;
}
.newsUl {
	margin-bottom: 48px;
	padding-top: 4px;
}
.newsUl li {
	border-top: 1px solid #0015E1;
}
.newsUl li:last-child {
	border-bottom: 1px solid #0015E1;
}
.newsUl dl {
	min-height: 133px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.newsUl dt {
	width: 280px;
	font-family: 'geographB';
	font-size: 1.7rem;
	color: #0015e1;
	line-height: 1;
	letter-spacing: 0.04em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.newsUl dt .date {
	box-sizing: border-box;
	width: 98px;
	display: inline-block;
}
.newsUl dt .rTxt {
    padding-left: 17px;
    display: block;
    flex: 1;
	border-left: 1px solid #0015e1;
}
.newsUl dt .rTxt > span {
    display: inline-block;
    margin: 2px;
}
.newsUl dd {
	flex: 1;
	font-size: 1.606rem;
	font-weight: bold;
	line-height: 1.87;
}
.newsUl dd a {
    display: inline-block;
}
.newsUl dd a:hover {
	opacity: 0.7;
}
.news .comLink {
	text-align: right;
}
.wp-block-image {
    margin: 0 0 45px !important;
}
.wp-block-image figcaption {
    display: block;
    margin-top: 35px !important;
    font-size: 1.4rem;
}




@media all and (max-width: 896px) {
	#index #container {
		background: none;
	}
	.index .mainImg .mainBox {
		margin: 0;
	}
	.index .mainImg h2 {
		margin: 0;
		font-size: 3.7rem;
		letter-spacing: 0;
		padding: 250px 10px 88% 30px;
		background: url("img/common/sp_bg.gif") no-repeat right top;
		background-size: 100% auto;
	}
	.index .mainImg h2 .spSpan {
		background-color: white;
		display: inline-block;
		line-height: 1.1;
		margin-bottom: 6px;
	}
	.index .mainImg .spBox {
		margin: 0 25px;
	}
	.index .mainImg p {
		width: auto;
		margin: 0 70px 20px 0;
		text-align: justify;
		line-height: 2.04;
		letter-spacing: 0.02em;
	}
	.index .mainImg {
		margin-bottom: 50px;
	}
	.area::after {
		width: calc(100% - 4px);
		top: 48px;
		bottom: auto;
		height: 460px;
		border-radius: 0 220px 220px 0;
	}
	.area .photo01 {
		display: none;
	}
	.area .inner {
		margin: 0 4px 0 -5px;
		display: block;
		padding: 30.7vw 0 0 0;
	}
	.area .inner .photoBox img {
		width: 100%;
	}
	.area .inner .textBox {
		padding: 20px 0 0 5px;
		width: auto;
	}
	.area .inner .textBox p {
		margin-bottom: 17px;
		text-align: justify;
		line-height: 2.04;
		letter-spacing: 0.02em;
	}
	.area .mainBox {
		align-items: flex-start;
	}
	.area {
		margin-bottom: 84px;
		padding-bottom: 0;
	}
	.area .photo03 {
		position: absolute;
		top: -20px;
		right: 0;
		width: 35%;
	}
	.area .photo03 img {
		width: 100%;
	}
	.index .mainImg .scroll {
		bottom: 28.6%;
		right: 15px;
	}
    .index .mainImg .scroll a {
        padding-bottom: 25px;
    }
    .index .mainImg .scroll a::after {
        height: 20px;
        left: 25%;
    }
	.area .photo02 {
		display: none;
	}
	.join .photo01 {
		display: none;
	}
	.join .photo {
		margin: 0 -22px;
	}
	.join .photo img {
		width: 100%;
	}
	.join .photo::after {
		width: 77.3vw;
		height: 77.3vw;
		background-size: cover;
		right: -18.7vw;
		top: 12vw;
	}
	.join .photo h3 {
		position: relative;
		top: auto;
		left: auto;
		font-size: 4.25rem;
		margin: -42px 10px 20px;
		transform: none;
	}
	.join .textBox {
		margin: 0;
		width: auto;
		float: none;
	}
	.join .headLine01 {
		position: absolute;
		top: -10px;
		right: 10px;
	}
	.join .textBox p {
		margin: 0 70px 20px 0;
		width: auto;
		text-align: justify;
		line-height: 2.04;
		letter-spacing: 0.02em;
	}
	.join .photo03 {
		bottom: auto;
		top: 47.5%;
		left: auto;
		right: 13.7%;
		width: 12.6%;
		transform: rotate(6deg);
	}
	.join .photo03 img {
		width: 100%;
	}
	.join .photo02 {
		width: 12%;
		top: 1px;
		left: 42.5%;
	}
	.join .photo02 img {
		width: 100%;
	}
	.join {
		margin-bottom: 77px;
	}
	.service .bigPhoto span {
		width: 33%;
		right: 30px;
		top: -67px;
	}
	.service .bigPhoto span img {
		width: 100%;
	}
	.service .inner {
		margin-top: -43px;
	}
	.service .inner h2 {
		margin-left: 25px;
	}
	.service .inner .textBox {
		width: 73%;
		padding: 0;
		box-sizing: border-box;
		margin-top: -211px;
		flex: auto;
	}
	.service .headLine02 {
		margin-bottom: 24px;
	}
	.service .inner .mainBox {
		width: 94.5%;
		margin-right: 0;
	}
	.service .fooUl li {
		width: 226px;
	}
	.service .fooUl li .photo img {
		border-radius: 7px;
	}
	.service .fooUl li p {
		margin-bottom: 20px;
		font-size: 1.3rem;
		text-align: justify;
		line-height: 2.04;
		letter-spacing: -0.03em;
	}
	.service .fooUl li .ttl {
		letter-spacing: -1.5px;
		margin-bottom: 10px;
		font-size: 1.9rem;
	}
	.service .fooUl li .photo {
		margin-bottom: 18px;
	}
	.service {
		margin-bottom: 67px;
	}
	.news .bigPhoto .imgSpan01 {
		width: 27%;
		left: -14px;
		top: -56px;
	}
	.news .bigPhoto .imgSpan01 img {
		width: 100%;
	}
	.news .imgSpan02 {
		right: 25px;
		top: -14px;
		width: 14%;
	}
	.news .imgSpan02 img {
		width: 100%;
	}
	.news .inner {
		margin-top: -47px;
	}
	.news .inner .photo01 {
		width: 22%;
		right: 9px;
	}
	.news .inner .photo01 img {
		width: 100%;
	}
	.news .headLine01 {
		height: 530px;
	}
	.news .inner .rBox {
		padding: 33.3vw 0 0 5px;
		flex: auto;
		width: calc(100% - 75px);
		box-sizing: border-box;
	}
	.news .headLine02 {
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	.newsUl {
		margin-bottom: 27px;
	}
	.newsUl dl {
		min-height: inherit;
		padding: 28px 0 24px;
		display: block;
	}
	.newsUl dt {
		margin-bottom: 15px;
		width: auto;
		font-size: 1.3rem;
	}
	.newsUl dt .date {
		width: 70px;
	}
    .newsUl dt .rTxt {
        padding-left: 8px;
    }
	.newsUl dd {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		line-height: 1.73;
	}


}
.service .inner {
	display: block;
}
.swiper-container {
	padding-bottom: 50px;
}
.swiper-container .swiper-scrollbar {
	height: 6px;
	background: transparent;
}
.swiper-container .swiper-scrollbar::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #0015E2;
	content: '';
}
.swiper-container .swiper-scrollbar-drag {
	height: 5px;
	top: -2px;
	background: #0015E2;
}

@media all and (max-width: 896px) {
	.swiper-container {
		padding-bottom: 66px;
	}
}


@media all and (-ms-high-contrast:none){
	.newsUl dl:before {
		font-size: 0;
		content: '';
		min-height: inherit;
	}
}


/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
.philosophy .bigPhoto .img01 {
	position: absolute;
	top: -6px;
	right: -141px;
}
.philosophy .bigPhoto .img02 {
	position: absolute;
	bottom: -366px;
	right: -202px;
}
.philosophy .message {
	padding: 128px 0 0;
}
.philosophy .message .mainBox {
	width: 1041px;
}
.philosophy .message h4 {
	margin: -7px -5px 23px;
	font-size: 5rem;
	line-height: 1.4;
}
.philosophy .message h4 span {
	display: inline-block;
	background-image: -webkit-linear-gradient(left, #00ccff, #0366F3 50%, #0500e7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.philosophy .message p {
	font-size: 2rem;
	letter-spacing: 0.02em;
	line-height: 2.3;
	margin-bottom: 26px;
}
.philosophy .vision {
	padding-top: 70px;
}
.philosophy .value {
	padding-top: 135px;
}
.philosophy .innerBox {

	padding-top: 55px;
	position: relative;
}
/* .philosophy .innerBox:after {
	width: calc(50% + 355px);
	height: calc(100% - 60px);
	background-color: #E9F5FF;
	position: absolute;
	top: 60px;
	right: 0;
	content: "";
	z-index: -1;
	border-radius: 410px 0 0 410px;
} */
.philosophy .innerBox .mainBox {
	width: 1041px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.philosophy .innerBox .photoBox {
	order: 2;
}
.philosophy .innerBox .textBox {
	width: 360px;
}
.philosophy .innerBox .sub {
	margin-bottom: 31px;
	padding-bottom: 42px;
	border-bottom: 1px solid #0015e1;
}
.philosophy .innerBox .sub:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.philosophy .innerBox h5 {
	margin-bottom: 13px;
	font-size: 3rem;
	color: #0015e1;
	font-weight: normal;
	letter-spacing: 0.04em;
}
.philosophy .innerBox p {
	font-size: 1.6rem;
	line-height: 2;
}
.philosophy .innerBox p:last-child {
	margin-bottom: 0;
}

.philosophy .value .valueImagePC {
		float: right;
}

@media all and (max-width: 896px) {
	.philosophy .comUl {
		margin-bottom: -70px;
	}
	.philosophy .bigPhoto .img01 {
		width: 28.5%;
		right: 5%;
		top: -19%;
	}
	.philosophy .bigPhoto .img02 {
		width: 75%;
		bottom: -24.5%;
		right: -27%;
	}
	.philosophy .bigPhoto .img01 img,
	.philosophy .bigPhoto .img02 img {
		width: 100%;
	}
	.philosophy .message {
		padding: 77px 0 0;
	}
	.philosophy .message h4 {
		margin: 0 0 38px;
		font-size: 2.5rem;
	}
	.philosophy .message p {
		margin: 0 20px 17px 0;
		font-size: 1.3rem;
		line-height: 2.04;
	}
	.philosophy .message .txt {
		margin-bottom: 0;
	}
	.philosophy .vision {
		padding-top: 40px;
	}
	.philosophy .vision h4 {
		margin-bottom: 17px;
	}
	.philosophy .value {
		padding-top: 40px;
	}
	.philosophy .value h4 {
		margin-bottom: 17px;
	}
	.philosophy .innerBox .mainBox {
		display: block;
	}
	.philosophy .innerBox .photoBox {
		margin: 0 37px 35px;
	}
	.philosophy .innerBox .photoBox img {
		width: 100%;
	}
	.philosophy .innerBox {
		padding-top: 27px;
	}
	.philosophy .innerBox .textBox {
		margin-right: 30px;
		width: auto;
	}
	.philosophy .innerBox h5{
		font-size: 2.5rem;
	}
	.philosophy .innerBox p {
		font-size: 1.34rem;
	}
	.philosophy .innerBox .sub {
		margin-bottom: 21px;
		padding-bottom: 23px;
	}
	.philosophy .innerBox::after {
		right: auto;
		left: 0;
		top: -38px;
		width: calc(100% - 2px);
		height: 123vw;
		border-radius: 0 66.7vw 66.7vw 0;
	}
	
	.philosophy .value .valueImageSP {
		text-align: center;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about .bigPhoto .img01 {
	position: absolute;
	top: -6px;
	right: -141px;
}
.about .bigPhoto .img02 {
	position: absolute;
	bottom: -366px;
	right: -202px;
}
.about .message {
	padding: 128px 0 0;
}
.about .message .mainBox {
	width: 1041px;
}
.about .message h4 {
	margin: 0 -5px 23px;
	font-size: 4rem;
	line-height: 1.525;
}
.about .message p {
	font-size: 2rem;
	letter-spacing: 0.02em;
	line-height: 2.3;
	font-weight: bold;
	margin-bottom: 26px;
}
.about .leadership {
	padding-top: 91px;
}
.about .leadership .list {
	margin: 0 -80px 0 -20px;
	padding: 15px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about .leadership .list li {
	margin-bottom: 75px;
	width: 50%;
	text-align: center;
}
.about .leadership .list li a {
	display: inline-block;
}
.about .leadership .list li .photo {
    margin: 0 auto;
	position: relative;
}
.about .leadership .list li .photo img { 
	 height: 309px;
	width: auto;
	 overflow: hidden;
}
.about .leadership .list li .bg {
	width: 423px;
	height: 180px;
	position: absolute;
	bottom: 71px;
	left: -110px;
	border-radius: 200px;
	content: "";
	transform: rotate(-32deg);
    overflow: hidden;
    z-index: -1;
}

.about .leadership .list li .bg_morimoto {
	width: 423px;
	height: 180px;
	position: absolute;
	bottom: 71px;
	left: -110px;
	border-radius: 200px;
	content: "";
	transform: rotate(-32deg);
    overflow: hidden;
    z-index: -1;
}

.about .leadership .list li .bg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: -2;
    transition: all ease 0.3s;
	background: linear-gradient(80deg, rgba(5,0,231,0.99608) 0%, rgb(0,204,255) 100%);
}
.about .leadership .list li .bg02 {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: -3;
    background: linear-gradient(-80deg, rgba(5,0,231,0.99608) 0%, rgb(0,204,255) 100%);
}

.about .leadership .list li p {
	margin-top: 33px;
	font-size: 3rem;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
.about .leadership .list li p .txtSpan {
	margin-bottom: 2px;
	display: block;
	font-size: 2rem;
	color: #0015e1;
}
.about .history {
	padding: 40px 0 156px;
}
.about .flowBox {
	padding: 26px 0 0 60px;
	position: relative;
}
/*
.about .flowBox:after {
	width: 1px;
	height: calc(100% - 231px);
	background-color: #0015e1;
	position: absolute;
	top: 55px;
	left: 0;
	content: "";
}
*/
.about .flowUl li {
	position: relative;
}
.about .flowBox dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.about .flowUl li:after {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #0015e1;
	position: absolute;
	top: 25px;
	left: -68px;
	content: "";
}
.about .flowUl li:before {
	width: 1px;
    bottom: -40px;
    background-color: #0015e1;
    position: absolute;
    top: 40px;
	left: -60px;
    content: "";
}
.about .flowUl li:last-child:before {
    display: none;
}
.about .flowBox dt {
	font-size: 2.2rem;
    padding-top: 9px;
	color: #0015e1;
	width: 140px;
	font-weight: bold;
}
.about .flowBox dt span {
	font-size: 2.8rem;
	margin-right: 2px;
}
.about .flowBox dd {
	flex: 1;
	font-size: 2rem;
	width: 100%;
	font-weight: bold;
	padding: 15px 40px 15px 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #E9F5FF;
	box-sizing: border-box;
}
.about .flowBox dd .date {
	margin-right: 35px;
	display: inline-block;
	width: 76px;
	color: #0015e1;
	text-align: right;
}
.about .flowBox dd .txtSpan {
	padding-top: 2px;
	display: inline-block;
	flex: 1;
    letter-spacing: 0.05em;
}
.about .flowBox dd .subSpan {
	display: block;
	margin-top: 10px;
}
.about .flowBox .ddStyle {
	background-color: white;
}
.about .bigPhoto .img03 {
	position: absolute;
	top: -15px;
	right: -254px;
}
.about .bigPhoto .img04 {
	position: absolute;
	top: -150px;
	left: 100px;
}
.about .bigPhoto .img05 {
	width: 480px;
	position: absolute;
	bottom: -210px;
	right: -140px;
}
.about .company .tableBox {
	padding-top: 16px;
	margin: 0 auto;
	width: 880px;
}
.about .company table {
	width: 100%;
	border-collapse: collapse;
    letter-spacing: 0.05em;
}
.about .company table th {
	padding: 29px 0 30px;
	font-size: 2rem;
	color: #0015e1;
	width: 18%;
	line-height: 2;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #0015e1;
	border-top: 1px solid #0015e1;
}
.about .company table td {
	padding: 29px 0 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #0015e1;
	border-top: 1px solid #0015e1;
}
.about .company {
	padding-bottom: 20px;
}

.about .icon {
	margin: 20px 0;
	text-align: right;
}

.aboutLink {
	width: 395px;
}

.aboutLink__btn {
	background-color: #0015E1;
    display: flex;
    flex-direction: column;
    border-radius: 86px;
    justify-content: center;
    padding: 0px 48px;
    min-height: 81px;
    position: relative;
	transition: all .4s ease;
}
.aboutLink--2023 .aboutLink__btn {
	padding: 0 38px;
}

.aboutLink__btn:hover {
	border: 1px solid #0015E1;
	background-color: #fff;
}
.aboutLink__btn:hover span {
	color: #0015e1;
}

.aboutLink__btn:hover::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.53%22%20height%3D%2217.062%22%20viewBox%3D%220%200%209.53%2017.062%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1600%22%20data-name%3D%22%E3%83%91%E3%82%B9%201600%22%20d%3D%22M8044.172-3149.254l7.116%2C7.117-7.116%2C7.117%22%20transform%3D%22translate(-8042.758%203150.668)%22%20fill%3D%22none%22%20stroke%3D%22%230015e1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
}

.aboutLink__btn::after {
	content: '';
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.53%22%20height%3D%2217.062%22%20viewBox%3D%220%200%209.53%2017.062%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1600%22%20data-name%3D%22%E3%83%91%E3%82%B9%201600%22%20d%3D%22M8044.172-3149.254l7.116%2C7.117-7.116%2C7.117%22%20transform%3D%22translate(-8042.758%203150.668)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 17px;
    background-size: cover;
    right: 27.2px;
}

.aboutLink__btn span {
	color: #fff;
    line-height: 1;
}

.aboutLink__btn__txtTop {
	font-size: 15px;
    margin-bottom: 5.3px;
}

.aboutLink__btn__txtBottom {
	font-size: 26px;
    font-weight: bold;
}
.aboutLink--2023 .aboutLink__btn__txtBottom {
	font-size: 29px;
}

.flowBox__historyBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 841px;
	margin-left: auto;
}

.pmark {
	height:104px;
}
.iso {
	height:104px;
}
.popBox {
	display: none;
	background: none !important;
}
.popBox .subPopBox {
	margin: 0 auto;
	width: 700px;
	border-radius: 5px;
	position: relative;
}
.popBox .close {
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 100;
}
.popBox .photo img {
	border-radius: 5px 5px 0 0;
}
.popBox .subBox {
	padding: 11px 8px 30px 50px;
	background: url("img/about/pop_bg01.png") no-repeat right 36px top #fff;
}
.popBox .subBox .sub {
	height: 315px;
	padding: 37px 0 0;
}
.popBox .nameP {
	margin-bottom: 17px;
	font-size: 2.4rem;
	font-weight: bold;
}
.popBox .nameP span {
	display: block;
	color: #0015e1;
	font-size: 1.6rem;
}
.popBox .list li {
	margin-bottom: 11px;
	letter-spacing: 0.02em;
}
.popBox .list li:last-child {
	margin-bottom: 0;
}
.popBox .list li span {
	margin-right: 20px;
	font-weight: bold;
}
.jspVerticalBar {
	width: 2px;
	box-sizing: border-box;
	background-color: #fff;
}
.jspTrack {
	background-color: rgba(255,255,255,0) !important;
}
.jspHorizontalBar {
	display: none;
}
.jspVerticalBar .jspDrag {
	margin: 0 auto;
	background-color: #0015E1;
}
.fancybox-button {
	display: none;
	text-indent: -9999px;
	background: url("img/about/close.png") no-repeat center center;
}

@media all and (max-width: 896px) {
	
	.about .bigPhoto .img01 {
		width: 28.5%;
		right: 5%;
		top: -19%;
	}
	.about .bigPhoto .img02 {
		width: 75%;
		bottom: -24.5%;
		right: -27%;
	}
	.about .bigPhoto .img01 img,
	.about .bigPhoto .img02 img {
		width: 100%;
	}
	.about .message {
		padding: 44px 0 0;
	}
	.about .message h4 {
		margin: 0 -3px 21px;
		font-size: 2.1rem;
		line-height: 1.45;
	}
	.about .message p {
		margin: 0 20px 17px 0;
		font-size: 1.3rem;
		line-height: 2.04;
	}
	.about .message .txt {
		margin-bottom: 0;
	}
	.about .leadership .list {
		margin: -17px auto 0;
        padding-top: 0;
		width: 185px;
		display: block;
	}
	.about .leadership .list li {
		width: auto;
		margin: 0 0 28px;
	}
    .about .leadership .list li a {
        display: block;
    }
	.about .leadership .list li p {
		margin: 17px 0 0;
		font-size: 1.7rem;
	}
	.about .leadership .list li p .txtSpan {
		margin-bottom: -2px;
		font-size: 1.2rem;
	}
	.about .leadership .list li .photo::after {
		height: 120px;
		left: -65px;
		bottom: 39px;
		width: calc(100% + 120px);
	}
    .about .leadership .list li .photo {
        width: auto;
    }
    .about .leadership .list li .bg, .about .leadership .list li .bg_morimoto {
        left: -55px;
        height: 120px;
        width: 290px;
		bottom: 45px;
    }

	.about .leadership .list li .photo img {
		width: auto;
        height: 216px;
	}
	.about .history {
		padding: 28px 0 17.3vw;
	}
	.about .flowBox {
		padding: 7px 0 0 20px;
		margin: 0 0 0 8px;
	}
	.about .flowBox dl {
		line-height: 1.55;
		align-items: flex-start;
	}
	.about .flowBox dt {
		padding-top: 14px;
		width: 60px;
		font-size: 1.1rem;
	}
	.about .flowBox dt span {
		font-size: 1.6rem;
	}
	.about .flowBox dd {
		padding: 16px 5px 16px 0;
		font-size: 1.3rem;
	}
	.about .flowBox dd .date {
		margin: 2px 15px 0 0;
		width: 35px;
		font-size: 1.2rem;
	}
	.about .flowBox dd .date span {
		margin-right: 2px;
		font-size: 1.1rem;
	}
	.about .flowBox dd .subSpan {
		margin-top: 15px;
	}
	.about .flowUl li::after {
		width: 11px;
		height: 11px;
		left: -25px;
		top: 21px;
	}
    .about .flowUl li:before {
		left: -20px;
        top: 25px;
        bottom: -25px;
    }
	.about .flowBox::after {
		height: calc(100% - 130px);
		top: 37px;
	}
	.about .flowBox dd .txtSpan {
		padding-top: 0;
	}
	.about .bigPhoto .img04 {
		top: -11%;
		left: 5%;
		width: 26%;
	}
	.about .bigPhoto .img03 img,
	.about .bigPhoto .img05 img,
	.about .bigPhoto .img04 img {
		width: 100%;
	}
	.about .bigPhoto .img05 {
		width: 73%;
		bottom: -19%;
		right: -26%;
	}
	.about .bigPhoto .img03 {
		right: -5%;
		width: 20%;
		top: -1%;
	}
	.about .company {
		padding: 16.8vw 0 80px;
	}
	.about .company .tableBox {
		padding: 9px 28px 0 0;
		width: auto;
	}
	.about .company table th {
		padding: 26px 0;
		width: 34%;
		font-size: 1.3rem;
		line-height: 1.54;
	}
	.about .company table td {
		padding: 26px 0;
		font-size: 1.3rem;
		line-height: 1.54;
	}
	.about .company table td .spTxt {
		display: inline-block;
		margin-top: 10px;
	}

	.aboutLink {
		width: 44vw;
	}
	
	.aboutLink__btn {
		padding: 0px 5.3vw;
		min-height: 9vw;
	}
	.aboutLink--2023 .aboutLink__btn {
		padding: 0px 4.7vw;
	}

	.aboutLink__btn__txtTop {
		font-size: 1.6vw;
	}
	
	.aboutLink__btn__txtBottom {
		font-size: 2.9vw;
	}
	.aboutLink--2023 .aboutLink__btn__txtBottom {
		font-size: 3vw;
	}
	
	.flowBox__historyBottom {
		max-width: 84.375vw;
		margin-left: 88px;
	}


	.popBox .subPopBox {
		width: auto;
		margin: 0 18px;
	}
	.popBox .subBox {
		padding: 11px 25px 23px;
		background-image: url("img/about/sp_bg01.png");
		background-size: 211px auto;
		background-position: right -22px top;
	}
	.popBox .subBox .sub {
		height: 350px;
		padding: 16px 10px 16px 0;
	}
	.popBox .photo img {
		width: 100%;
	}
	.popBox .nameP {
		margin-bottom: 0px;
		font-size: 1.7rem;
	}
	.popBox .nameP span {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.popBox .list li span {
		display: block;
		margin: 0 0 3px;
	}
	.popBox .list li {
		margin-bottom: 10px;
	}
	.fancybox-content {
		padding: 50px 0 !important;
	}
	.popBox .close {
		right: 0;
		top: -30px;
	}
	.about .icon {
		margin: 20px 0 !important;
	}
	.pmark {
		height:100px;
	}
	.iso {
		height:80px;
	}
}

@media all and (max-width: 675px) {
	.flowBox__historyBottom {
		margin-top: 2.5vw;
	}
	.aboutLink {
		width: 100%;
	}
	
	.aboutLink__btn {
		min-height: 12vw;
	}
	.aboutLink__btn::after {
		width: 1.4vw;
		height: 2.5vw;
		right: 2.5vw;
	}

	.aboutLink__btn__txtTop {
		font-size: 1.1vw;
		margin-bottom: .7vw;
	}
	
	.aboutLink__btn__txtBottom {
		font-size: 4.3vw;
	}
	.aboutLink--2023 .aboutLink__btn__txtBottom {
		font-size: 4.6vw;
		text-align: center;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.newsPage .newsUl {
	margin-bottom: 77px;
}
.newsList {
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
}
.newsList li {
	margin: 0 5px 20px 0;
}
.newsList li a {
	padding: 3px 30px 4px;
	display: inline-block;
	font-size: 1.7rem;
	color: #0015e1;
	background-color: white;
	border-radius: 20px;
	letter-spacing: 0.1em;
}
.newsList li a.on {
	color: white;
	background-color: #0015E1;
}
.newsPage .headLine03 {
	margin-bottom: 62px;
}
.wp-pagenavi {
	clear: both;
	font-weight: bold;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.7rem;
	display: inline-block;
	text-decoration: none;
	padding: 6px 5px 2px;
	margin: 0 1px;
	color: #0015e1;
	min-width: 40px;
	min-height: 40px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 100%;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #0015E1;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
	vertical-align: 3px;
	font-weight: normal;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: none;
}
.comImg {
	position: absolute;
	top: -36px;
	right: -24px;
}
.comImg02 {
	right: -42px;
	top: 10px;
}
.detailBox {
	margin: -12px auto 125px;
	width: 801px;
}
.detailBox p {
	margin-bottom: 60px;
	letter-spacing: 0.04em;
	line-height: 2.375;
}
.detailBox .dateP {
	margin-bottom: 20px;
	font-size: 1.7rem;
	color: #0015e1;
}
.detailBox .dateP span {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #0015e1;
}
.detailBox .dateP span:last-child {
    border: none;
}
.detailBox .ttl {
	margin-bottom: 37px;
	font-size: 3rem;
	letter-spacing: 0.04em;
	line-height: 1.67;
	font-weight: bold;
}
.detailBox .shareP {
	margin-bottom: 42px;
	color: #0015e1;
	font-size: 1.7rem;
	line-height: 1.5;
}
.detailBox .shareP a {
	margin-left: 25px;
	display: inline-block;
    background: none !important;
    padding-right: 0 !important;
}
.detailBox .shareP img {
	vertical-align: middle;
}
.detailBox .shareP a:hover {
	opacity: 0.7;
}
.detailBox h2 {
	margin-bottom: 40px;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
}
.detailBox pre {
    white-space: normal;
    letter-spacing: 0.04em;
    line-height: 2.375;
    font-size: 1.6rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.detailBox p a {
	color: #0015e1;
	text-decoration: underline;
}
.detailBox .linkP {
}
.detailBox a[target="_blank"] {
    padding-right: 15px;
    display: inline-block;
    background: url("img/common/icon02.png") no-repeat right center;
}
.detailBox ul {
	margin-bottom: 38px;
}
.detailBox ul li {
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.375;
}
.detailBox .photo {
	margin-bottom: 45px;
}
.detailBox .photo span {
	display: block;
	margin-top: 35px;
	font-size: 1.4rem;
}
.detailBox .imgBox {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detailBox .imgBox .photoBox {
	width: 160px;
}
.detailBox .imgBox .textBox {
	margin-top: -5px;
	flex: 1;
	padding-left: 40px;
}
.detailBox .imgBox .textBox .nameP {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.14;
}
.detailBox .imgBox .textBox .nameP span {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0015e1;
}
.detailBox .imgBox p {
	line-height: 2.125;
}
.detailBox .imgBox .sub {
    padding-left: 25%;
    margin-top: -52px;
}
.detailBox .imgBox p:last-child {
	margin-bottom: 0 !important;
}
.pageList {
	margin-top: 75px;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #0015E1;
	border-bottom: 1px solid #0015E1;
}
.pageList li {
	width: 50%;
	border-right: 1px solid #0015E1;
	box-sizing: border-box;
	padding: 25px 0 32px;
}
.pageList li:last-child {
	border-right: none;
}
.pageList li a {
	padding-right: 20px;
	display: inline-block;
	font-size: 2.2rem;
	color: #0015e1;
	letter-spacing: 0.04em;
	position: relative;
}
.pageList li a:hover {
	opacity: 0.7;
}
.pageList li a:after {
	width: 10px;
	height: 1px;
	background-color: #0015E1;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	right: 0;
	content: "";
}
.pageList .next {
	text-align: right;
}
.pageList .next a {
	padding: 0 0 0 20px;
}
.pageList .next a:after {
	right: auto;
	left: 0;
}
.newsPage .comLink {
	text-align: right;
	margin-top: -30px;
}



@media all and (max-width: 896px) {
    .newsPage .mainBox02 {
        margin: 0;
    }
    .newsPage pre {
        display: block;
        width: auto;
    }
	.comImg {
		width: 145px;
		right: 3px;
		top: -40px;
	}
	.newsList li a {
		font-size: 1.3rem;
		padding: 4px 15px 2px;
		letter-spacing: 0.05em;
	}
	.newsPage .headLine03 {
		margin-bottom: 58px;
	}
	.newsList li {
		margin: 0 1px 10px 0;
	}
	.newsPage .newsUl {
		margin-bottom: 29px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 1.5rem;
		margin: 0 2px;
		min-width: 31px;
		padding-top: 4px;
		min-height: 31px;
	}
	.detailBox {
		margin: -8px auto 62px;
		width: auto;
	}
	.detailBox p {
		margin-bottom: 37px;
		line-height: 2.04;
	}
	.detailBox .dateP {
		margin-bottom: 16px;
		letter-spacing: 0.04em;
		font-size: 1.3rem;
	}
	.detailBox .dateP span {
		margin-right: 10px;
		padding-right: 14px;
	}
	.detailBox .ttl {
		margin-bottom: 19px;
		font-size: 1.9rem;
		line-height: 1.58;
	}
	.detailBox .shareP {
		margin-bottom: 40px;
		font-size: 1.2rem;
	}
	.detailBox .shareP img {
		width: 14px;
	}
	.detailBox .shareP a {
		margin-left: 20px;
	}
	.detailBox h2 {
		margin-bottom: 18px;
		font-size: 1.6rem;
	}
    .detailBox pre {
        line-height: 2.04;
        font-size: 1.3rem;
    }
	.detailBox ul li {
		line-height: 2.04;
	}
	.detailBox ul {
		margin-bottom: 18px;
	}
	.detailBox .photo {
		margin-bottom: 40px;
		text-align: center;
		padding-top: 15px;
	}
	.detailBox .photo span {
		text-align: left;
		font-size: 1rem;
		margin-top: 15px;
	}
    .wp-block-image {
		margin-bottom: 40px !important;
		text-align: center;
    }
    .wp-block-image figcaption {
		text-align: left;
		font-size: 1rem;
		margin-top: 15px !important;
    }
	.pageList {
		margin-top: 45px;
	}
	.pageList li {
		padding: 17px 0 19px;
	}
	.pageList li a {
		font-size: 1.6rem;
	}
	.detailBox .newsUl {
		margin-top: -55px;
	}
	.newsPage .comLink {
		margin-top: 0;
	}
    .detailBox .imgBox .photoBox {
        width: 100px;
    }
    .detailBox .imgBox .textBox {
        padding: 16px 0 0 25px;
    }
    .detailBox .imgBox p {
        line-height: 2.04;
    }
    .detailBox .imgBox .textBox .nameP {
        font-size: 1rem;
        line-height: 2;
    }
    .detailBox .imgBox .textBox .nameP span {
        font-size: 1.3rem;
    }
    .detailBox .imgBox .sub {
        margin: 0;
        padding: 20px 0 0;
    }
    .detailBox .imgBox {
        align-items: center;
        margin-bottom: 25px;
    }
    .detailBox a[target="_blank"] {
        display: inline;
    }
}


/*------------------------------------------------------------
	404
------------------------------------------------------------*/
.page404 .pageBox {
	margin: 0 auto;
	padding-top: 48px;
	width: 800px;
}
.page404 .pageBox p {
	margin-bottom: 35px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.3;
}
.page404 .pageBox h3 {
	margin-bottom: 6px;
	font-size: 3.6rem;
	color: #0015e1;
	letter-spacing: 0.02em;
}

@media all and (max-width: 896px) {
	.page404 .pageBox {
		width: auto;
	}
	.page404 .pageBox p {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 2.04;
		letter-spacing: 0.04em;
	}
	.page404 .pageBox h3 {
		font-size: 2.3rem;
	}
}

/*------------------------------------------------------------
	kouhyou
------------------------------------------------------------*/
.kouhyou {
	padding-top: 35px;
}
.kouhyou .mainBox02 {
	width: 840px;
}
.kouhyou p {
	margin-bottom: 39px;
	letter-spacing: 0.04em;
	line-height: 2.375;
}
.kouhyou .list {
	margin: -24px 0 46px;
}
.kouhyou .list li {
	letter-spacing: 0.04em;
	line-height: 2.4;
	padding-bottom: 15px;
	display: flex;
}
.kouhyou .list li span {
	display: block;
}
.kouhyou .list li span {
}
.kouhyou .text {
	margin-bottom: 48px;
}
.kouhyou .text02 {
	margin: -25px 0 15px;
}

@media all and (max-width: 896px) {
	.kouhyou {
		padding: 30px 0 0;
	}
	.kouhyou p {
		margin: 0 -15px 25px 0;
		line-height: 2.04;
	}
	.kouhyou .text {
		margin-bottom: 30px;
	}
	.comTableBox {
		margin: 0 -25px 55px 0;
		overflow-x: scroll;
	}
	.comTableBox .comTable {
		min-width: 100%;
		width: 687px;
	}
	.comTableBox .comTable {
		margin-bottom: 0;
	}
	.comTableBox .comTable th {
		padding: 17px;
	}
	.comTableBox .comTable td {
		padding: 5px 15px 5px 25px;
		height: 53px;
	}
	.kouhyou .list li {
		line-height: 2;
	}
	.kouhyou .list {
		margin: 0 -8px 30px -8px;
	}
	.kouhyou .list li small {
		display: inline-block;
		line-height: 1.4;
		margin: 5px 0;
	}
	.kouhyou .list02 li small {
		text-indent: -1em;
		padding-left: 1em;
	}
}

/*------------------------------------------------------------
	privacypolicy
------------------------------------------------------------*/
.privacypolicy {
	padding-top: 35px;
}
.privacypolicy .mainBox02 {
	width: 800px;
}
.privacypolicy .headLine05 {
	margin-bottom: 77px;
}
.privacypolicy p {
	margin-bottom: 38px;
	letter-spacing: 0.04em;
	line-height: 2.375;
}
.privacypolicy .text {
	margin-bottom: 61px;
}
.privacypolicy .list {
	margin-bottom: 60px;
}
.privacypolicy .list li {
	letter-spacing: 0.04em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2.375;
}
.privacypolicy .textImg {
	margin-bottom: 70px;
}
    .security .headLine06 {
		text-indent: -0.8em;
		padding-left: 0.8em;
    }

@media all and (max-width: 896px) {
	.privacypolicy {
		padding-top: 29px;
	}
	.privacypolicy p {
		margin-bottom: 47px;
		line-height: 2.04;
		margin-right: -10px;
	}
	.privacypolicy .headLine05 {
		margin-bottom: 68px;
	}
	.privacypolicy .text {
		margin-bottom: 47px;
	}
	.privacypolicy p .txtSpan {
		display: block;
		margin-top: 14px;
	}
	.privacypolicy .spTxt {
		margin-bottom: 13px;
	}
	.privacypolicy .list {
		margin-bottom: 50px;
	}
	.privacypolicy .list li {
		margin-bottom: 6px;
		line-height: 2.04;
	}
	.privacypolicy .textImg img {
		width: 96px;
	}
	.privacypolicy .textImg {
		margin-bottom: 60px;
	}
    .security .headLine06 {
		text-indent: -0.8em;
		padding-left: 0.8em;
    }
}

/*------------------------------------------------------------
	service
------------------------------------------------------------*/
.servicePage .headLine03 {
	margin-bottom: 63px;
}
.servicePage .bigPhoto .img01 {
	position: absolute;
	top: -6px;
	right: -141px;
}
.servicePage .bigPhoto .img02 {
	position: absolute;
	bottom: -366px;
	right: -202px;
}

.servicePage .bigPhoto {
	margin-bottom: 6px;
}
.serviceUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.serviceUl li {
	width: 441px;
	margin: 158px 60px 0 60px;
}
.serviceUl li .photo {
	margin-bottom: 10px;
}
.serviceUl .headLine04 .en {
	font-size: 3.6rem;
}

.serviceUl li p {
	margin-bottom: 10px;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
}
.serviceUl .headLine04 {
	margin-bottom:16px;
}
.serviceUl .headLine04::after {
	background-image: url("img/common/bg23.png");
	width: 167px;
	height: 170px;
	left: -83px;
	top: -20px;
}
.serviceBox {
	margin-bottom: 168px;
}
.serviceBox .mainBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.serviceBox .photoBox {
	padding: 110px 0;
	margin-left: 35px;
	width: 570px;
	position: relative;
}
.serviceBox .photoBox:after {
	width: 9999px;
	height: 100%;
	background-color: #E9F5FF;
	position: absolute;
	top: 0;
	right: 85px;
	border-radius: 0 350px 350px 0;
	content: "";
	z-index: -1;
}
.serviceBox .textBox {
	width: 524px;
}
.serviceBox .textBox p {
	margin-bottom: 34px;
	font-size: 2rem;
	line-height: 2.3;
	text-align: justify;
	text-justify: inter-ideograph;
}
.serviceBox .textBox p:last-child {
	margin-bottom: 0;
}
.serviceBox .textBox .headLine04 .en {
	font-size: 4rem;
	letter-spacing: 0.02em;
}
.serviceBox .textBox .headLine04::after {
	width: 167px;
	height: 170px;
	top: -72px;
	left: -91px;
	background-size: 100% auto;
}
.serviceBox02 .photoBox {
	margin: 0 35px 0 0;
	order: 2;
}
.serviceBox02 .photoBox:after {
	right: auto !important;
	left: 85px;
	border-radius: 350px 0 0 350px;
}
.creative .serviceBox .photoBox {
	width: 640px;
	margin-left: -30px;
	padding: 89px 0;
}
.serviceBox03 .photoBox::after {
	display: none;
}
.serviceBox03 .photoBox {
	margin: 0 -120px 0 0;
	padding: 0 !important;
}
.digitalmarketing .serviceBox .photoBox {
	width: 620px;
	margin-left: -15px;
}
.digitalmarketing .serviceBox02 .photoBox {
	margin-right: 0;
}
.digitalmarketing .serviceBox04 .photoBox {
	width: 749px;
	margin: 0 -161px 0 0;
}
.digitalmarketing .serviceBox05 .photoBox {
	width: 753px;
	margin-left: -141px;
}

@media all and (max-width: 896px) {
	.servicePage .headLine03 {
		margin-bottom: 58px;
	}
	.servicePage .bigPhoto .img01 {
		bottom: auto;
		right: 20px;
		top: -88px;
		width: 107px;
	}
	.serviceUl {
		padding: 70px 3px 0;
		display: block;
	}
	.serviceUl li {
		width: auto;
		margin: 0 0 77px;
	}
	.serviceUl li .photo img {
		width: 100%;
	}
	.serviceUl .headLine04 {
		margin-bottom: 15px;
		line-height: 1.1;
	}
	.serviceUl .headLine04 .en {
		margin-bottom: 24px;
		font-size: 3rem;
	}
	.serviceUl li .photo {
		margin-bottom: 26px;
	}
	.serviceUl li p {
		margin-bottom: 19px;
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		line-height: 2.04;
	}
	.serviceUl .headLine04::after {
		width: 60px;
		height: 80px;
		left: -25px;
		top: -11px;
	}
	.serviceBox .mainBox {
		display: block;
	}
	.serviceBox .photoBox {
		padding: 46px 0;
		margin: 0 23px 25px;
		width: auto !important;
		text-align: center;
	}
	.serviceBox .photoBox::after {
		right: 6px;
	}
	.serviceBox .textBox {
		width: auto;
	}
	.serviceBox .textBox .headLine04 {
		margin-bottom: 15px;
	}
	.serviceBox .textBox .headLine04::after {
		width: 62px;
		height: 62px;
		top: -16px;
		left: -24px;
	}
	.serviceBox .textBox .headLine04 .en {
		font-size: 2.1rem;
	}
	.serviceBox .textBox p {
		margin-bottom: 14px;
		font-size: 1.3rem;
		line-height: 2.04;
		letter-spacing: 0.06em;
	}
	.serviceBox {
		margin-bottom: 78px;
	}
	.serviceBox02 .photoBox::after {
		left: 6px;
	}
	.creative .serviceBox .photoBox {
		padding: 35px 0;
		margin: 0 10px 25px;
	}
	.serviceBox03 .photoBox {
		margin: 0 -22px 25px 27px !important;
	}
	.serviceBox03 .photoBox img {
		width: 100%;
	}
	.digitalmarketing .serviceBox .photoBox {
		margin: 0 12px 25px;
	}
	.digitalmarketing .serviceBox04 .photoBox {
		margin: 0 -48px 25px 3px;
	}
	.digitalmarketing .serviceBox04 .photoBox img {
		width: 100%;
	}
	.digitalmarketing .serviceBox05 .photoBox {
		margin: 0 -10px 25px -36px;
	}
	.digitalmarketing .serviceBox05 .photoBox img {
		width: 100%;
	}
	.digitalmarketing .serviceBox04 .photoBox:after {
		left: 20px;
	}
	.digitalmarketing .serviceBox05 .photoBox:after {
		right: 40px;
	}

}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .mainBox02 {
	width: 800px;
	padding-top: 54px;
}
.contact .txt {
	margin-bottom: 70px;
	line-height: 2.125;
	letter-spacing: 0.04em;
}
.contact p .red {
	color: #e10000;
}
.contact_content_inner_form_list {
	margin-right: -40px;
}
.contact_content_inner_form_list li {
	margin-bottom: 50px;
	position: relative;
}
.contact .error {
	display: none;
}
.formError {
	position: absolute !important;
	top: -30px !important;
	right: 60px !important;
    left: auto !important;
    margin-top: 0 !important;
}
.formError .formErrorContent {
	box-shadow: 0px 3px 20px 0px rgba(51, 51, 51, 0.15);
	background-color: white;
	padding: 12px 12px;
	color: #e10000;
	font-weight: 500;
    font-size: 1.6rem;
	letter-spacing: 0.04em;
    border: none;
    z-index: 1;
    box-sizing: border-box;
}
.formError .formErrorArrow {
    margin: 0;
	position: absolute;
	bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.formError .formErrorArrow div {
    box-shadow: 0 2px 6px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 0 2px 6px rgba(51, 51, 51, 0.15);
    -o-box-shadow: 0 2px 6px rgba(51, 51, 51, 0.15);
    background: white;
}
.contact .error {
	position: absolute;
	top: -30px;
	right: 40px;
	box-shadow: 0px 3px 20px 0px rgba(51, 51, 51, 0.15);
	background-color: white;
	padding: 12px 12px;
	color: #e10000;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.contact .error:after {
	width: 14px;
	height: 12px;
	background: url("img/common/bg24.png") no-repeat center bottom;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.contact_content_inner_form_list_item_inner_title {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.7;
	width: 38%;
}
.contact_content_inner_form_list_item_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.contact_content_inner_form_list_item_inner .must {
	color: #e10000;
}
.contact_content_inner_form_list_item_inner_input {
	flex: 1;
}
.contact_content_inner_form_list_item_inner_input input[type="tel"],
.contact_content_inner_form_list_item_inner_input input[type="email"],
.contact_content_inner_form_list_item_inner_input input[type="text"] {
	width: 100%;
	height: 70px;
	border-radius: 6px;
	background-color: #F8F8F8;
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.contact_content_inner_form_list_item_inner_input select {
	width: 100%;
	height: 70px;
	border-radius: 6px;
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #0015E1;
	background: url("img/common/select_bg01.png") no-repeat right 20px center #F8F8F8;
}
select::-ms-expand { display: none; }
.contact_content_inner_form_list_item_inner_input textarea {
	width: 100%;
	height: 300px;
	border-radius: 6px;
	background-color: #F8F8F8;
	border: none;
	box-sizing: border-box;
	padding: 20px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.contact_content_inner_form_list_item_inner_input .content {
	height: 100%;
	line-height: 2.125;
	color: #3b3938 !important;
    opacity: 1;
	overflow: hidden;
    letter-spacing: 0.06em;
}
.contact_content_inner_form_list_item_inner_input .content .subSpan {
    display: inline-block;
    margin-top: 14px;
}
.scrollBox {
	height: 300px;
	background-color: #F8F8F8;
}
.scrollBox .jspVerticalBar {
	width: 1px;
	right: 9px;
    top: 11px;
	height: calc(100% - 11px);
	background-color: #F8F8F8;
}
.contact .topTtl {
	align-items: flex-start;
}
.contact .topTtl .contact_content_inner_form_list_item_inner_title {
	padding-top: 20px;
}
.contact_content_inner_form_checkbox {
	margin-bottom: 60px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-top: 20px;
}
.contact_content_inner_form_checkbox input[type="checkbox"] {
	display: none;
	padding: 0;
	height: 17px;
	width: 17px;
	vertical-align: middle;
}

.contact_content_inner_form_checkbox input[type="checkbox"] + label {
	background: url("img/common/check_bg.png") no-repeat left center;
	display: inline-block;
	line-height: 20px;
	padding-left: 25px;
}

.contact_content_inner_form_checkbox input[type="checkbox"]:checked + label {
	background-image: url("img/common/check_bg02.png");
}
.confirm_content_inner_form_btn,
.contact_content_inner_form_submit {
	text-align: center;
}
.confirm_content_inner_form_btn button,
.contact_content_inner_form_submit input {
	margin: 0 18px;
	width: 237px;
	padding-top: 4px;
	cursor: pointer;
	height: 80px;
	text-align: center;
	color: white;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	background-color: #0015E1;
	border-radius: 100px;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.confirm_content_inner_form_btn .confirm_content_inner_form_btn_back {
	background-color: #E9F5FF;
	color: #0015e1;
}
.contact .contact_content_inner_form_checkbox .error {
	position: relative;
	top: auto;
	right: auto;
	background: none;
	box-shadow: none;
	padding: 5px 0 0;
}
.contact .contact_content_inner_form_checkbox .error:after {
	display: none;
}
.confirm_content_inner_form {
	padding-top: 20px;
}
.confirm_content_inner_form_list {
	margin-right: -40px;
	border-top: 1px solid #0015E1;
}
.confirm_content_inner_form_list_item_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.confirm_content_inner_form_list_item {
	margin-bottom: 0;
	padding: 36px 0 37px;
	border-bottom: 1px solid #0015E1;
	letter-spacing: 0.04em;
}
.confirm_content_inner_form_list_item_inner_title {
	width: 38%;
	line-height: 2.125;
	font-size: 2rem;
	font-weight: bold;
}
.confirm_content_inner_form_list_item_inner_title .must {
	color: #0015e1;
}
.confirm_content_inner_form_list_item_inner_input {
	line-height: 2.125;
	flex: 1;
}
.confirm_content_inner_form_list_item:last-child {
	border: none;
}
.confirm_content_inner_form .txtSpan {
	display: inline-block;
	margin-top: 14px;
}
.scrollBox p {
	padding: 10px 20px;
}
.checkP input[type="checkbox"]:checked + label {
	background-image: url("img/common/check03.png");
}
.selector {
	position: relative;
}
.contact_content_inner_form .selectP {
	width: 100%;
	height: 70px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	box-sizing: border-box;
	padding: 0 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #0015E1;
	background: url("img/common/select_bg01.png") no-repeat right 20px center #F8F8F8;
}
.contact_content_inner_form .selectP.on {
	background-image: url("img/common/select_bg02.png");
}
.contact_content_inner_form .jsBox {
	padding-top: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
.contact_content_inner_form .selectUl {
	background-color: white;
	box-shadow: 0px 3px 20px 0px rgba(51, 51, 51, 0.15);
	border-radius: 6px;
	padding: 18px 18px 14px;
	letter-spacing: 0.04em;
}
.contact_content_inner_form .selectUl li {
	margin-bottom: 10px;
}
.contact_content_inner_form .selectUl li:last-child {
	margin-bottom: 0;
}
.contact_content_inner_form_list_item_inner_input .select01 {
	display: none;
}
.contact h3 {
    margin-bottom: 6px;
    font-size: 3rem;
    color: #0015e1;
    letter-spacing: 0.04em;
}
.contact .thanksP {
    margin-bottom: 58px;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 2.3;
    font-weight: bold;
}

@media all and (max-width: 896px) {
	.contact .mainBox02 {
		margin: 0;
	}
	.contact .txt {
		margin-bottom: 34px;
		line-height: 2.04;
	}
	.contact_content_inner_form_list {
		margin-right: 0;
	}
	.contact_content_inner_form_list_item_inner {
		display: block;
	}
	.contact_content_inner_form_list_item_inner_title {
		margin-bottom: 15px;
		width: auto;
		font-size: 1.3rem;
	}
	.contact_content_inner_form .selectP,
	.contact_content_inner_form_list_item_inner_input select {
		height: 50px;
		border-radius: 3px;
		font-size: 1.3rem;
		padding: 0 15px;
		background-size: 12px auto;
		background-position: right 15px center;
	}
    .contact_content_inner_form .selectP {
        margin-top: -20px;
    }
	.contact_content_inner_form_list_item_inner_input input[type="tel"],
	.contact_content_inner_form_list_item_inner_input input[type="email"],
	.contact_content_inner_form_list_item_inner_input input[type="text"] {
		height: 50px;
		border-radius: 3px;
		font-size: 1.3rem;
		padding: 0 15px;
	}
	.contact_content_inner_form_list li {
		margin-bottom: 24px;
	}
    .formError {
		right: 45px !important;
		top: 12px !important;
    }
	.contact .error {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		padding: 7px 3px;
	}
    .formError .formErrorContent {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
		padding: 7px 3px;
    }
    .formError .formErrorArrow div {
        transform: scale(0.7);
    }
	.contact .error::after {
		width: 10px;
		background-size: 100% auto;
		bottom: -7px;
	}
	.contact_content_inner_form_list_item_inner_input textarea {
		border-radius: 3px;
		font-size: 1.3rem;
		padding: 10px 15px;
		height: 150px;
	}
	.contact .topTtl .contact_content_inner_form_list_item_inner_title {
		padding: 0;
	}
	.scrollBox {
		height: 150px;
	}
	.confirm_content_inner_form_btn button,
	.contact_content_inner_form_submit input {
		width: 150px;
		padding-top: 0;
		height: 55px;
		font-size: 1.5rem;
		margin: 0 11px;
	}
	.contact_content_inner_form_checkbox {
		margin-bottom: 45px;
	}
	.confirm_content_inner_form {
		padding: 5px;
	}
	.confirm_content_inner_form_list {
		margin: 0;
	}
	.confirm_content_inner_form_list_item_inner {
		display: block;
	}
	.confirm_content_inner_form_list_item_inner_title {
		width: auto;
		font-size: 1.3rem;
	}
	.confirm_content_inner_form_list_item {
		padding: 22px 0;
	}
	.confirm_content_inner_form .scrollBox {
		margin-top: 10px;
	}
	.scrollBox p {
		padding: 8px 12px;
	}
	.confirm_content_inner_form .scrollBox .jspVerticalBar {
		right: 5px;
		top: 6px;
	}
	.checkP .contact_content_inner_form_checkbox input[type="checkbox"] + label {
		background-size: 15px auto;
		padding-left: 18px;
	}
	.confirm_content_inner_form_btn,
	.contact_content_inner_form_submit {
		margin: 0 -30px;
	}
	.contact_content_inner_form .selectUl {
		padding-top: 14px;
		padding-bottom: 9px;
	}
	.contact_content_inner_form .selectUl li {
		margin-bottom: 8px;
	}
    .contact h3 {
        font-size: 2.1rem;
    }
    .contact .thanksP {
        margin-bottom: 18px;
        font-size: 1.3rem;
        line-height: 2.04;
    }
    .confirm_content_inner_form_list_item_inner_title .must {
        display: none;
    }
}

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruit .sec01 {
    margin-bottom: 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.recruit .sec01 .photoBox {
    margin: -47px -194px 0 -5px;
    order: 2;
    width: 74.25%;
    position: relative;
}
.recruit .sec01 .photoBox img {
    width: 100%;
}
.recruit .sec01 .photoBox .img01 {
    display: block;
    position: absolute;
    top: 0;
    right: -59px;
    z-index: -1;
}
.recruit .sec01 .photoBox .img02 {
    display: block;
    position: absolute;
    bottom: 124px;
    right: 166px;
    width: 111px;
}
.recruit .sec01 .textBox {
    margin: 20px -2.5% 0 0;
    width: 36.8%;
    z-index: 1;
    position: relative;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.recruit .sec01 .subBox {
}
.recruit .sec01 h2 {
    margin: 0 -50% 50px -30px;
    font-size: 13.2rem;
    color: #0015e1;
    letter-spacing: 0.02em;
    line-height: 1.1;
}
.recruit .sec01 p {
    font-size: 2rem;
    line-height: 2.3;
    font-weight: bold;
}
.recruit .sec01 .photo {
    position: absolute;
    top: 40%;
    left: -261px;
}
.graduates .mainBox {
    width: auto;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.graduates .photoBox {
    order: 2;
    width: 65.8%;
    margin-right: -15.7%;
}
.graduates .textBox {
    padding-right: 70px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.graduates .textBox .subBox {
    width: 530px;
}
.recruit .headLine04 {
    margin-bottom: 30px;
    font-size: 5rem;
}
.recruit .headLine04::after {
    top: -120px;
    left: -121px;
}
.graduates p {
    margin-bottom: 35px;
    font-size: 2rem;
    line-height: 2.3;
    font-weight: bold;
}
.graduates .comLink {
    margin-bottom: 35px;
}
.graduates .comLink:last-child {
    margin-bottom: 0;
}
.graduates {
    margin-bottom: 165px;
}
.gallery {
    margin-top: -50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.gallery .inner {
    width: calc(50% + 600px);
}
.gallery .headLine04 .txtSpan {
    font-size: 2rem;
    margin-top: -20px;
    vertical-align: 35px;
}
.gallery .mCustomScrollBox {
	height: 600px;
}
.recruit .gallery .headLine04::after {
    top: -55px;
}
.gallery .photoBox {
    margin-top: -25px;
}
.gallery .photoBox .photo {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}
.gallery .jspHorizontalBar {
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    bottom: 0;
    display: block;
}
.gallery .jspContainer {
    padding-bottom: 8px;
}
.gallery .jspTrack {
    position: relative;
    background-color: #0015E1;
}
.gallery .jspTrack:after {
    right: 120px;
	height: 1px;
    background-color: #0015E1;
	position: absolute;  
	top: 48%;
    transform: translateY(-50%);
	left: 0;  
	content: ""; 
}
.gallery .jspDrag {
    height: 5px;
    background-color: #0015E1;
    border-radius: 5px;
}
.mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
    background-color: #0015E1;
}
.mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background-color: #0015E1;
	margin-left:-1px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    right: 120px;
}

@media all and (max-width: 896px) {
    .recruit {
        padding-top: 18px;
    }
    .recruit .sec01 {
        margin: 0 0 69px;
        display: block;
    }
    .recruit .sec01 .textBox {
        width: auto;
        margin: 0;
        padding: 0 20px;
    }
    .recruit .sec01 .subBox {
        width: auto;
    }
    .recruit .sec01 h2 {
        margin: 0 0 2px;
        font-size: 4.7rem;
        line-height: 1.06;
    }
    .recruit .sec01 .photoBox {
        width: auto;
        margin: 0;
    }
    .recruit .sec01 .spPhoto {
        position: relative;
        margin: 0 -22px 40px -20px;
    }
    .recruit .sec01 .spPhoto .img01 {
        position: absolute;
        top: -37%;
        right: -23%;
        width: 78%;
        z-index: -1;
    }
    .recruit .sec01 .spPhoto img {
        width: 100%;
    }
    .recruit .sec01 .photo {
        left: auto;
        right: 15%;
        width: 22.5%;
        top: auto;
        bottom: 0;
    }
    .recruit .sec01 p {
        font-size: 1.3rem;
        line-height: 2.04;
        margin: 0 15px 0 5px;
        letter-spacing: 0.06em;
    }
    .graduates .mainBox {
        margin: 0 22px;
        display: block;
    }
    .graduates .photoBox {
        width: auto;
        margin:0 -105px 26px 26px;
    }
    .graduates .photoBox img {
        width: 100%;
    }
    .graduates .textBox {
        display: block;
        padding: 0;
    }
    .graduates .textBox .subBox {
        width: auto;
    }
    .graduates p {
        margin-bottom: 15px;
        font-size: 1.3rem;
        line-height: 2.04;
        letter-spacing: 0.06em;
    }
    .recruit .headLine04 {
        margin-bottom: 10px;
        font-size: 2.9rem;
        letter-spacing: 0.02em;
    }
    .recruit .headLine04::after { 
        top: -40px;
        left: -23px;
    }
    .graduates .comLink {
        margin-bottom: 15px;
    }
    .graduates{
        margin-bottom: 65px;
    }
    .gallery {
        margin-top: -10px;
        display: block;
    }
    .gallery .inner {
        margin-left: 22px;
        width: auto;
    }
    .recruit .gallery .headLine04 {
        margin-bottom: 26px;
    }
    .gallery .headLine04 .txtSpan {
        font-size: 1.2rem;
        vertical-align: 18px;
    }
    .gallery .photoBox .photo {
        padding-bottom: 40px;
        width: 100%;
    }
    .mCSB_scrollTools .mCSB_draggerContainer{
        right: 30px;
    }
	.gallery .mCustomScrollBox {
		max-height: 600px;
	}
}

@media all and (min-width: 897px) {
	.confirm_content_inner_form_btn button:hover {
		opacity: 0.7;
	}
	.contact_content_inner_form_submit input:hover {
		opacity: 0.7;
	}
	#gHeader .naviUl a:hover {
		opacity: 1 !important;
	}
	#gHeader .naviUl a:hover:after {
		background:currentColor;
		transform:translateZ(0) scaleX(1)
	}
	.comUl a:hover {
		background-position: left 18px;
	}
	.leadership .list li a:hover .photo:after {
		background: linear-gradient(-80deg, rgba(5,0,231,0.99608) 0%, rgb(0,204,255) 100%);
	}
	.newsList li a:hover {
		color: white;
		background-color: #0015E1;
	}
	.wp-pagenavi a:hover {
		color: white;
		background-color: #0015E1;
	}
	.detailBox p a:hover {
		text-decoration: none;
	}
    .comLink a:hover {
        padding-right: 125px;
    }
    .comLink02 a:hover {
        padding-right: 25px;
    }
    .comLink02 a:hover::after {
        background: #0015E1;
        transform: translateZ(0) scaleX(1);
    }
    .contactBox .link a:hover {
        padding: 0 120px 0 10px;
    }
    .about .leadership .list a:hover .bg01 {
        opacity: 0;
    }
}

@media all and (max-width: 374px) {
	.index .mainImg h2 {
		font-size: 3rem;
	}
	.newsList li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.confirm_content_inner_form_btn button,
	.contact_content_inner_form_submit input {
		width: 130px;
	}
	.comImg {
		width: 110px;
	}
    #gFooter .naviUl .subUl a {
        font-size: 0.9rem;
    }
    #gFooter .rBox p {
        font-size: 0.9rem;
    }
    .detailBox .imgBox .photoBox {
        width: 80px;
    }
}
.contact_content_inner_form_submit input:disabled {
	cursor: not-allowed;
}
