@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*
Theme Name: SINSEI
Theme URI: null
Description: Description
Author: Shunc - 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%;
}
figure, .wp-block-image figure, .wp-block-image figcaption {
	display: block;
	margin: 0 0 24px !important;
}
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%;
}
@font-face {
	font-family: 'G-OTF-GShinGoPro-Regular';
	src: url('font/G-OTF-GShinGoPro-Regular.eot');
	src: url('font/G-OTF-GShinGoPro-Regular.eot?#iefix') format('embedded-opentype'), url('font/G-OTF-GShinGoPro-Regular.woff') format('woff'), url('font/G-OTF-GShinGoPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'G-OTF-GShinGoPro-Medium';
	font-weight: 500;
	src: url('font/G-OTF-GShinGoPro-Medium.eot');
	src: url('font/G-OTF-GShinGoPro-Medium.eot?#iefix') format('embedded-opentype'), url('font/G-OTF-GShinGoPro-Medium.woff') format('woff'), url('font/G-OTF-GShinGoPro-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'G-OTF-GShinGoPro-Bold';
	font-weight: bold;
	src: url('font/G-OTF-GShinGoPro-Bold.eot');
	src: url('font/G-OTF-GShinGoPro-Bold.eot?#iefix') format('embedded-opentype'), url('font/G-OTF-GShinGoPro-Bold.woff') format('woff'), url('font/G-OTF-GShinGoPro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'helvetica-bold';
	font-weight: bold;
	src: url('font/helvetica-bold.eot');
	src: url('font/helvetica-bold.eot?#iefix') format('embedded-opentype'), url('font/helvetica-bold.woff') format('woff'), url('font/helvetica-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'helvetica-light';
	font-weight: bold;
	src: url('font/helvetica-light.eot');
	src: url('font/helvetica-light.eot?#iefix') format('embedded-opentype'), url('font/helvetica-light.woff') format('woff'), url('font/helvetica-light.ttf') format('truetype');
}
body, table, input, textarea, select, option, button {
	font-family: 'G-OTF-GShinGoPro-Regular', serif;
}
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: #4D4D4D;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #4D4D4D;
}
a:hover {
	color: #4D4D4D;
}
a:active {
	color: #4D4D4D;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #4D4D4D;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	margin-left: 13px;
}
#gHeader .menuBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 250px);
}
#gHeader .menuBox .tel {
	margin: 0 10px 0 13px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
#gHeader .menuBox .tel a {
	color: #00A6E9;
	font-size: 1.9rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#gHeader .menuBox .btn a {
	padding-top: 3px;
	width: 100px;
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	font-family: 'G-OTF-GShinGoPro-Bold';
	background-color: #00A6E9;
	box-sizing: border-box;
}
#gHeader .menuBox .btn a .en {
	margin-bottom: 3px;
	display: block;
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}
@media all and (min-width: 768px) {
	#gHeader .menuBox {
		display: flex !important;
	}
	#gHeader .menuBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 15px;
		display: block;
		position: relative;
	}
	#gHeader .hInner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#gHeader h1 {
		margin-left: 0;
	}
	#gHeader .menuBox {
		padding: 0 15px;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		overflow-y: auto;
		width: 100%;
		background-color: rgba(77, 77, 77, 0.9);
		box-sizing: border-box;
		z-index: 100;
	}
	#gHeader .menuBox .tel {
		margin: 0 0 20px;
		font-size: 1.3rem;
		color: #fff;
	}
	#gHeader .menuBox .tel a {
		font-size: 3rem;
	}
	#gHeader .menuBox .btn {
		margin-bottom: 40px;
	}
	#gHeader .menuBox .btn a {
		padding-top: 0;
		width: 100%;
		height: 60px;
		font-size: 1.3rem;
	}
	#gHeader .menuBox .btn a .en {
		margin: 2px 5px 0 0;
		display: inline-block;
		width: auto;
		font-size: 1.5rem;
	}
	.menu {
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 101;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu > div {
		margin: 10px auto 0;
		width: 40px;
		height: 30px;
		position: relative;
	}
	.menu span {
		background-color: #00A6E9;
		border: none;
		height: 2px;
		width: 40px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 15px;
	}
	.menu span:nth-of-type(3) {
		top: 30px;
	}
	.menu.active .top {
		-webkit-transform: translateY(15px) translateX(0) rotate(45deg);
		-ms-transform: translateY(15px) translateX(0) rotate(45deg);
		transform: translateY(15px) translateX(0) rotate(45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-15px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-15px) translateX(0) rotate(-45deg);
		transform: translateY(-15px) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi > ul {
	display: flex;
}
#gNavi > ul > li {
	padding: 12px 0 11px;
	width: 79px;
	position: relative;
}
#gNavi > ul > li:first-child a {
	border-left: 1px solid #EFEFEF;
}
#gNavi a {
	padding: 5px 0;
	display: block;
	text-align: center;
	font-size: 1rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
	border-right: 1px solid #EFEFEF;
}
#gNavi a .en {
	margin-bottom: 4px;
	display: block;
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
}
#gNavi li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 144px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 20;
}
#gNavi li li a {
	padding: 5px 10px 7px 14px;
	text-align: left;
	border-bottom: 1px solid #fff;
}
#gNavi li li:last-child a {
	border-bottom: none;
}
@media all and (min-width: 768px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gNavi {
		margin: 60px -15px 30px;
	}
	#gNavi > ul {
		display: block;
		border-left: none;
	}
	#gNavi > ul > li {
		padding: 0;
		width: auto;
	}
	#gNavi a {
		padding: 20px 15px;
		color: #fff;
		font-size: 1.3rem;
		text-align: left;
		border-right: none;
		border-left: none !important;
		border-bottom: 1px solid #EFEFEF;
	}
	#gNavi > ul > li:nth-child(2) > a {
		position: relative;
	}
	#gNavi > ul > li:nth-child(2) > a:after {
		margin-top: -11px;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 12px;
		height: 12px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(45deg);
		transition: .3s;
		content: "";
	}
	#gNavi > ul > li:nth-child(2) > a.on:after {
		margin-top: -5px;
		transform: rotate(-135deg);
	}
	#gNavi li li:last-child a {
		border-bottom: 1px solid #EFEFEF;
	}
	#gNavi a .en {
		margin: 0 4px 0 0;
		font-size: 1.5rem;
		display: inline-block;
		width: auto;
	}
	#gNavi li ul {
		position: static;
		left: auto;
		top: auto;
		width: auto;
		background: none;
	}
	#gNavi li li a {
		padding: 15px 25px;
		border-bottom: 1px solid #EFEFEF;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 48px;
}
#pagePath li {
	display: inline;
	font-size: 1.2rem;
}
#pagePath li:last-child {
	color: #00A6E9;
}
#pagePath a {
	margin-right: 3px;
}
@media all and (min-width: 768px) {
	#pagePath a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 767px) {
	#pagePath {
		margin-bottom: 30px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	background-color: #CECECE;
}
#gFooter .pageTop {
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
}
#gFooter .pageTop.on {
	position: absolute;
	top: -110px;
}
#gFooter .comBox {
	padding: 67px 0 50px;
	display: flex;
	justify-content: space-between;
}
#gFooter .fBox {
	width: 32%;
}
#gFooter .fLogo {
	margin: 0 0 28px -4px;
}
#gFooter .fBox p {
	font-size: 1.2rem;
	line-height: 1.67;
}
#gFooter .fNavi {
	width: 66.7%;
	display: flex;
}
#gFooter .fNavi > div {
	padding: 0 30px;
	width: 50%;
	box-sizing: border-box;
	border-left: 1px solid #4D4D4D;
}
#gFooter .fNavi li {
	margin-bottom: 6px;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
#gFooter .fNavi li:last-child {
	margin-bottom: 0 !important;
}
#gFooter .fNavi a {
	font-size: 1.5rem;
}
#gFooter .fNavi li ul {
	margin: 3px 0 0 13px;
}
#gFooter .fNavi li li {
	margin-bottom: 5px;
}
#gFooter .fNavi li li a {
	font-size: 1.2rem;
	font-weight: normal;
	font-family: 'G-OTF-GShinGoPro-Regular';
}
#gFooter .fNavi div:last-child li {
	margin-bottom: 18px;
}
#gFooter address {
	padding: 21px 10px;
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	letter-spacing: 0.09em;
	font-family: 'helvetica-light';
	text-align: center;
	background-color: #4D4D4D;
}
@media all and (min-width: 768px) {
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 767px) {
	#gFooter .pageTop {
		right: 5px;
		bottom: 5px;
		width: 60px;
	}
	#gFooter .pageTop.on {
		top: -60px;
	}
	#gFooter .comBox {
		padding: 30px 0;
		flex-wrap: wrap;
		text-align: center;
	}
	#gFooter .fBox {
		width: 100%;
	}
	#gFooter .fLogo {
		margin: 0 0 20px;
	}
	#gFooter .fNavi {
		display: none;
	}
	#gFooter address {
		padding: 10px;
		letter-spacing: 0;
	}
}
/* en */
.en {
	font-family: 'helvetica-bold';
}
/* mainVisual */
.comBox {
	margin: 0 auto;
	max-width: 880px;
}
@media all and (max-width: 767px) {
	.comBox {
		margin: 0 15px;
	}
}
/* mainVisual */
.mainVisual {
	margin-bottom: 43px;
	display: flex;
	align-items: flex-start;
}
.mainVisual .mainImg {
	width: calc(50% + 160px);
}
.mainVisual .mainImg img {
	width: 100%;
}
.mainVisual .comBox {
	margin: 75px 0 0 -600px;
	position: relative;
	width: 880px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-end;
}
.mainVisual h2 {
	width: 100%;
	color: #00A6E9;
	font-size: 5.9rem;
	text-align: right;
	line-height: 1.4;
}
.mainVisual p {
	font-size: 1.8rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
	line-height: 1.8;
}
@media all and (max-width: 767px) {
	.mainVisual {
		flex-wrap: wrap;
	}
	.mainVisual .mainImg {
		width: 75%;
	}
	.mainVisual .comBox {
		margin: -38% 15px 0;
		width: 100%;
	}
	.mainVisual h2 {
		font-size: 4.1rem;
	}
	.mainVisual p {
		font-size: 1.6rem;
		text-shadow: 1px 1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff, -1px -1px 3px #fff;
	}
}
@media all and (max-width: 374px) {
	.mainVisual h2 {
		font-size: 3.9rem;
	}
}
@media all and (max-width: 359px) {
	.mainVisual h2 {
		font-size: 3.4rem;
	}
}
/* headLine01 */
.headLine01 {
	margin-bottom: 43px;
	padding-left: 15px;
	position: relative;
	font-size: 2.2rem;
	line-height: 1.2;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.headLine01:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 3px;
	height: calc(100% - 3px);
	background-color: #E50012;
	content: "";
}
.special .headLine01:before {
	top: 1px;
}
@media all and (-ms-high-contrast:none) {
	.headLine01:before {
		top: -3px;
	}
}
@media all and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 1.9rem;
	}
}
@media all and (max-width: 359px) {
	.headLine01 {
		font-size: 1.8rem;
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 58px;
	color: #00A6E9;
	font-size: 3rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.headLine02 .small {
	margin-left: 50px;
	display: inline-block;
	padding-bottom: 38px;
	color: #4D4D4D;
	font-size: 1.2rem;
	font-weight: normal;
	vertical-align: 5px;
	font-family: 'G-OTF-GShinGoPro-Regular';
	border-bottom: 1px solid #D9D9D9;
}
.headLine02 .en {
	margin-bottom: 12px;
	padding: 5px 10px 3px;
	min-width: 290px;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	background-color: #00A6E9;
	box-sizing: border-box;
}
.headLine02 .en:after {
	position: absolute;
	right: -18px;
	top: 0;
	width: 18px;
	height: 100%;
	background: url("img/common/arrow01.png") no-repeat left top/18px 30px;
	content: "";
}
@media all and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 35px;
		font-size: 2.6rem;
	}
	.headLine02 .small {
		display: block;
		margin: 10px 0 0 25px;
		padding-bottom: 15px;
		vertical-align: top;
	}
	.headLine02 .en {
		margin-bottom: 8px;
		padding: 2px 10px;
		min-width: 200px;
		font-size: 1.5rem;
	}
	.androidSp .headLine02 .en {
		padding: 4px 10px 0;
	}
	.headLine02 .en:after {
		height: 100%;
	}
}
@media all and (max-width: 359px) {
	.headLine02 .small {
		margin-left: 10px;
	}
}
/* headLine03 */
.headLine03 {
	margin-bottom: 18px;
	color: #00A6E9;
	font-size: 1.6rem;
	font-family: 'G-OTF-GShinGoPro-Medium';
}
/* p */
p {
	line-height: 1.78;
}
/* comContact */
.comContact {
	margin-top: 145px;
	padding: 28px 0 116px;
	background-color: #F5F5F5;
}
.comContact ul {
	display: flex;
	justify-content: space-between;
	background-color: #00A6E9;
	box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.08);
}
.comContact li {
	padding: 27px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.comContact li:first-child {
	border-right: 1px solid #fff;
}
.comContact a {
	color: #fff;
}
.comContact .ttl {
	width: 100%;
	font-size: 1.6rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.comContact .ttl img {
	margin: 0 auto 8px;
	display: block;
}
.comContact .tel {
	font-size: 1.2rem;
}
.comContact .tel a {
	margin-bottom: 5px;
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.comContact li:last-child {
	padding: 0;
	display: block;
}
.comContact li:last-child a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 27px;
	text-align: center;
	box-sizing: border-box;
}
.comContact li:last-child .ttl img {
	margin-bottom: 15px;
}
@media all and (min-width: 768px) {
	.comContact a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.comContact {
		margin-top: 80px;
		padding: 20px 0 60px;
	}
	.comContact ul {
		flex-wrap: wrap;
		box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.08);
	}
	.comContact li {
		padding: 15px;
		width: 100%;
		height: 150px;
	}
	.comContact li:first-child {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.comContact .ttl img {
		margin-bottom: 4px;
		width: 40px;
	}
	.comContact .tel a {
		margin-bottom: 0;
	}
	.comContact li:last-child a {
		padding: 15px;
	}
	.comContact li:last-child .ttl img {
		margin-bottom: 10px;
	}
}
/* newsList */
.newsList {
	margin: -40px -18px 78px;
	display: flex;
	flex-wrap: wrap;
}
.newsList li {
	padding: 40px 18px 0;
	width: calc(100%/3);
	box-sizing: border-box;
}
.newsList a {
	display: block;
	word-wrap: break-word;
}
.newsList .photo {
	margin-bottom: 20px;
	padding-bottom: 65%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.newsList .photo:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background-color: #E50012;
	content: "";
}
.newsList p {
	margin-bottom: 6px;
	font-size: 1.2rem;
	line-height: 2.1;
	max-height: 8.4em;
	overflow: hidden;
}
.news .date, .newsList .date {
	margin-bottom: 18px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.1 !important;
	font-family: 'helvetica-bold';
}
.newsList h3 {
	margin-bottom: 9px;
	color: #00A6E9;
	font-size: 1.5rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.newsList .link {
	text-align: right;
}
.newsList .link span {
	padding-right: 22px;
	font-family: 'G-OTF-GShinGoPro-Bold';
	display: inline-block;
	background: url("img/common/icon01.png") no-repeat right 4px/17px auto;
}
@media all and (min-width: 768px) {
	.newsList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.newsList {
		margin: -20px -10px 50px;
	}
	.newsList li {
		padding: 20px 10px 0;
		width: calc(100%/2);
	}
	.newsList .photo {
		margin-bottom: 10px;
	}
}
/* wp-pagenavi */
.wp-pagenavi {
	font-family: 'G-OTF-GShinGoPro-Bold';
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 7.5px;
	font-size: 1.5rem;
	font-weight: bold;
}
.wp-pagenavi .current {
	color: #00A6E9;
}
.wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	color: #00A6E9;
}
@media all and (min-width: 768px) {
	.wp-pagenavi a:hover {
		color: #00A6E9;
	}
	.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
		opacity: 0.7;
	}
}
/* comBtn */
.comBtn a {
	margin: 0 auto;
	padding: 16px 10px 20px;
	width: 100%;
	max-width: 700px;
	display: block;
	color: #fff;
	font-size: 2.2rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
	text-align: center;
	background-color: #4d4d4d;
	box-sizing: border-box;
}
.comBtn a img {
	margin-right: 49px;
	vertical-align: -5px;
}
.comBtn02 a {
	padding: 8px 2px 9px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
	text-align: center;
	width: 213px;
	height: 40px;
	background-color: #e50012;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
}
.comBtn02 a span {
	padding-right: 28px;
	display: inline-table;
	background: url("img/common/arrow02.png") no-repeat right top 12px/16px auto;
}
.comBtn03 a {
	margin: 0 auto;
	padding: 0 1px 2px;
	width: 194px;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 10px;
	background: #e50012;
	box-sizing: border-box;
}
.special .comBtn a {
	padding: 20px 10px 16px;
}
.special .comBtn02 a span {
	background-position: right top 10px;
}
.special .comBtn03 a {
	padding: 1px;
}
@media all and (-ms-high-contrast:none) {
	.comBtn a {
		padding: 22px 10px 14px;
	}
	.comBtn02 a {
		padding: 11px 2px 6px 18px;
	}
	.comBtn02 a span {
		background-position: right top 7px;
	}
	.comBtn03 a {
		padding: 6px 1px 1px;
		line-height: 1.2;
	}
}
@media all and (min-width: 768px) {
	.comBtn a:hover, .comBtn02 a:hover, .comBtn03 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.comBtn a {
		padding: 10px 10px 12px;
		font-size: 2rem;
		line-height: 1.2;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.special .comBtn a {
		padding: 12px 10px 10px;
	}
	.comBtn a img {
		margin-right: 10px;
		vertical-align: middle;
		min-width: 30px;
		width: 30px;
	}
	.comBtn02 a {
		margin: 0 auto;
		font-size: 1.5rem;
	}
}
/* comTable */
.comTable {
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px solid #4d4d4d;
}
.comTable th, .comTable td {
	padding: 8px 33px 6px;
	line-height: 1.78;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
}
.comTable th {
	padding: 7px 10px 9px;
	width: 18%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.67;
	text-align: center;
	font-weight: normal;
	background-color: #4d4d4d;
	border-right: none;
	border-color: #fff;
}
.comTable tr:first-child th {
	border-top: none;
}
.comTable td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.comTable .trStyle td {
	padding: 18px 33px 16px;
}
.comTable .trStyle th {
	vertical-align: middle;
}
@media all and (-ms-high-contrast:none) {
	.comTable th, .comTable td {
		padding: 11px 33px 3px;
	}
	.comTable th {
		padding: 10px 10px 6px;
	}
}
@media all and (min-width: 768px) {
	.comTable td .mail:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 767px) {
	.comTable th, .comTable td {
		padding: 8px 10px 6px;
	}
	.comTable th {
		width: 23%;
		padding: 6px 5px 8px;
		font-size: 1.4rem;
	}
	.comTable .trStyle td {
		padding: 18px 10px 16px;
	}
}
@media all and (max-width: 374px) {
	.comTable th {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 359px) {
	.comTable th {
		padding: 6px 2px 8px;
		font-size: 1.2rem;
	}
	.comTable td {
		padding: 8px 5px 6px;
		font-size: 1.2rem;
	}
	.comTable .trStyle td {
		padding: 18px 5px 16px;
	}
}
.red {
	color: #E50012;
}
/* comTtlBox */
.comTtlBox {
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
}
.comTtlBox h3 {
	padding: 27px 10px 27px 27px;
	position: relative;
	width: 288px;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.36;
	font-family: 'G-OTF-GShinGoPro-Bold';
	background-color: #00A6E9;
	box-sizing: border-box;
}
.comTtlBox h3 span {
	margin-top: 96px;
	display: block;
	font-size: 3rem;
	line-height: 1.5;
}
.comTtlBox .photo {
	width: calc(100% - 288px);
}
@media all and (max-width: 767px) {
	.comTtlBox {
		flex-wrap: wrap;
	}
	.comTtlBox h3 {
		padding: 20px;
		width: 100%;
		font-size: 2rem;
	}
	.comTtlBox h3 span {
		margin-top: 10px;
		font-size: 2.6rem;
	}
	.comTtlBox .photo {
		width: 100%;
	}
}
/* comTxtList */
.comTxtList {
	position: relative;
	line-height: 1.78;
	font-family: 'G-OTF-GShinGoPro-Medium';
}
.comTxtList li {
	padding-left: 18px;
	position: relative;
}
.comTxtList li:before {
	position: absolute;
	left: 0;
	top: 9px;
	width: 13px;
	height: 13px;
	background-color: #00A6E9;
	border-radius: 50%;
	content: "";
}
.special .comTxtList li:before {
	top: 6px;
}
@media all and (-ms-high-contrast:none) {
	.comTxtList li:before {
		top: 4px;
	}
}
@media all and (max-width: 767px) {
	.comTxtList li:before {
		left: 2px;
		width: 10px;
		height: 10px;
	}
}
/* index */
.index .mainVisual {
	margin-bottom: 83px;
	padding-bottom: 28px;
	align-items: center;
	background-color: #00a6e9;
}
.index .mainVisual .mainImg {
	width: 73.7%;
}
.index .mainVisual .comBox {
	margin: 0 0 0 -13.5%;
	width: 35.2%;
	display: block;
}
.index .mainVisual .bgBox {
	padding: 38px 10px 38px 47px;
	background-color: #fff;
}
.index .mainVisual .bgBox h2 {
	margin: 0 0 25px -3px;
	position: relative;
	padding-bottom: 28px;
	font-size: 2.9rem;
	line-height: 1.76;
	text-align: left;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.index .mainVisual .bgBox h2:after {
	position: absolute;
	left: 3px;
	bottom: 0;
	width: 100px;
	height: 5px;
	background-color: #e50012;
	content: "";
}
.index .aboutBox {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.index .aboutBox .txtBox {
	width: 425px;
}
.index .aboutBox .txtBox .headLine02 {
	margin-bottom: 20px;
}
.index .aboutBox .txtBox p {
	margin-bottom: 29px;
	font-size: 1.2rem;
	line-height: 2.05;
}
.index .aboutBox .photoBox {
	margin-top: 17px;
	width: 420px;
}
.index .newsBox {
	margin-bottom: 23px;
	padding: 23px 0 113px;
	background-color: #f5f5f5;
}
.index .newsBox .headLine02 {
	margin-bottom: 60px;
}
.index .newsList {
	margin: -26px -13.5px 77px;
}
.index .newsList li {
	padding: 26px 13.5px 0;
	width: 25%;
}
.index .newsList .photo:before {
	display: none;
}
.index .newsList h3 {
	margin-bottom: 4px;
	color: #00A6E9;
}
.index .newsBox .comBtn02 a {
	margin: 0 auto;
	width: 246px;
	height: 84px;
}
.index .serviceBox {
	padding-bottom: 30px;
}
.index .linkList {
	display: flex;
	background-color: #f2f2f2;
	box-shadow: 5px 10px 12px rgba(0, 0, 0, 0.16);
}
.index .linkList li {
	font-size: 1.2rem;
	width: calc(100%/3);
	box-sizing: border-box;
}
.index .linkList a {
	padding: 40px 32px;
	min-height: 293px;
	color: #00A6E9;
	position: relative;
	display: block;
	height: 100%;
	border-right: 1px solid #dedede;
	box-sizing: border-box;
}
.index .linkList a:after {
	position: absolute;
	left: 50%;
	bottom: 35px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	transform: translateX(-50%);
	background: #e50012 url("img/common/arrow02.png") no-repeat center center/16px auto;
	content: "";
}
.index .linkList li:last-child a {
	border-right: none;
}
.index .linkList p {
	line-height: 1.5;
}
.index .linkList .ttl {
	margin-bottom: 15px;
	font-size: 1.8rem;
	text-align: center;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.index .linkList .ttl img {
	display: block;
	margin: 0 auto;
	width: 32px;
}
@media all and (min-width: 768px) {
	.index .newsList a:hover, .index .linkList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.index .mainVisual {
		margin-bottom: 40px;
		padding-bottom: 20px;
		display: block;
	}
	.index .mainVisual .mainImg {
		width: 100%;
	}
	.index .mainVisual .comBox {
		margin: -50px 15px 0;
		width: auto;
	}
	.index .mainVisual .bgBox {
		padding: 20px;
	}
	.index .mainVisual .bgBox h2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 2.4rem;
	}
	.index .mainVisual .bgBox h2:after {
		width: 80px;
		height: 4px;
	}
	.index .aboutBox {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.index .aboutBox .txtBox {
		width: 100%;
		order: 2;
	}
	.index .aboutBox .txtBox p {
		margin-bottom: 20px;
	}
	.index .aboutBox .photoBox {
		margin: 0 0 20px;
		width: 100%;
		order: 0;
	}
	.index .newsBox {
		padding-bottom: 60px;
	}
	.index .newsBox .headLine02 {
		margin-bottom: 30px;
	}
	.index .newsList {
		margin: -20px -10px 40px;
	}
	.index .newsList li {
		padding: 20px 10px 0;
		width: 50%;
	}
	.index .newsBox .comBtn02 a {
		height: 42px;
	}
	.index .linkList {
		flex-wrap: wrap;
	}
	.index .linkList li {
		width: 100%;
	}
	.index .linkList a {
		padding: 25px 20px;
		min-height: 240px;
		border-right: none;
		border-bottom: 1px solid #dedede;
	}
	.index .linkList a:after {
		bottom: 24px;
	}
	.index .linkList li:last-child a {
		border-bottom: none;
	}
}
@media all and (max-width: 359px) {
	.index .mainVisual .bgBox h2 {
		font-size: 2.2rem;
	}
}
/* about */
.about .message p {
	margin-bottom: 50px;
	font-size: 1.2rem;
	line-height: 2.05;
}
.about .message {
	margin-bottom: 65px;
}
.about .company {
	margin-bottom: 75px;
}
.about .history {
	margin-bottom: 75px;
}
.about .history .comTable {
	border-color: #00A6E9;
}
.about .history .comTable td {
	border-color: #00A6E9;
}
.about .history .comTable th {
	width: 14.5%;
	color: #fff;
	border-color: #fff;
	background-color: #00A6E9;
}
.about .qualification {
	margin-bottom: 70px;
}
.about .qualification .comTable td {
	padding: 8px 20px 6px;
	border-left: 1px solid #4d4d4d;
}
.about .case .headLine01 {
	margin-bottom: 35px;
}
.about .caseList {
	display: flex;
	justify-content: space-between;
}
.about .caseList li {
	width: 48%;
}
.about .caseList h4 {
	color: #E50012;
}
.about .caseList p {
	margin-bottom: 45px;
	line-height: 2.14;
}
.about .btmTxt {
	padding-top: 125px;
	font-size: 2.3rem;
	line-height: 1.7;
	text-align: center;
	background: url("img/common/line.png") no-repeat center top 30px/10px auto;
}
@media all and (max-width: 767px) {
	.about .ttlBox02 h3 {
		order: 0;
	}
	.about .ttlBox02 .photo {
		order: 2;
	}
	.about .message p {
		margin-bottom: 40px;
	}
	.about .message {
		margin-bottom: 50px;
	}
	.about .company {
		margin-bottom: 50px;
	}
	.about .history {
		margin-bottom: 50px;
	}
	.about .history .comTable th {
		width: 20%;
	}
	.about .history .comTable td {
		padding-right: 5px;
	}
	.about .qualification {
		margin-bottom: 50px;
	}
	.about .qualification .comTable td {
		padding: 8px 10px 6px;
	}
	.about .caseList {
		flex-wrap: wrap;
	}
	.about .caseList li {
		width: 100%;
	}
	.about .caseList p {
		margin-bottom: 25px;
	}
	.about .btmTxt {
		padding-top: 90px;
		font-size: 2rem;
		background-position: center top 10px;
		background-size: 8px auto;
	}
}
@media all and (max-width: 374px) {
	.about .btmTxt {
		font-size: 1.9rem;
	}
}
@media all and (max-width: 359px) {}
/* recruit */
.recruit #pagePath {
	margin-bottom: 43px;
}
.recruit .profession {
	margin-bottom: 75px;
}
.recruit .profession .headLine01 {
	margin-bottom: 20px;
}
.recruit .profession .headLine02 {
	margin-bottom: 10px;
}
.recruit .oneday {
	margin-bottom: 50px;
}
.recruit .oneday .headLine01 {
	margin-bottom: 23px;
}
.recruit .oneday > p {
	margin-bottom: 29px;
}
.recruit .oneday .schedule {
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
.recruit .oneday .schedule:after {
	margin-left: -5px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 10px;
	height: calc(100% - 15px);
	background-color: #101010;
	content: "";
}
.recruit .oneday .schedule > li {
	float: left;
	width: 38.5%;
	clear: both;
}
.recruit .oneday .schedule > li:nth-child(2n-1) {
	float: right;
	width: 39%;
}
.recruit .oneday .schedule p {
	margin-bottom: 17px;
}
.recruit .oneday .schedule p:last-child {
	margin-bottom: 0;
}
.recruit .oneday .schedule .ttl {
	margin-bottom: 5px;
	position: relative;
	font-size: 2rem;
	color: #101010;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.recruit .oneday .schedule .ttl:before {
	position: absolute;
	left: -107px;
	top: 9px;
	width: 20px;
	height: 27px;
	background: url("img/recruit/dot.png") no-repeat left top/20px auto;
	box-sizing: border-box;
	content: "";
	z-index: 1;
}
.recruit .oneday .schedule .ttl:after {
	position: absolute;
	left: -100px;
	top: 21px;
	width: 94px;
	height: 1px;
	background-color: #E50012;
	z-index: 2;
	content: "";
}
.recruit .oneday .schedule li:nth-child(2n) .ttl:before {
	left: auto;
	right: -106px;
}
.recruit .oneday .schedule li:nth-child(2n) .ttl:after {
	left: auto;
	right: -100px;
}
.recruit .oneday .schedule .ttl span {
	margin-right: 15px;
	font-family: 'helvetica-bold';
}
.recruit .oneday .schedule .photo {
	margin-bottom: 9px;
}
.recruit .oneday .schedule li:nth-child(2n) .ttl {
	margin-right: -5px;
	text-align: right;
}
.recruit .oneday .schedule > li:nth-child(2) {
	margin: -200px 0 -138px;
}
.recruit .oneday .schedule > li:nth-child(3) {
	margin-bottom: 120px;
}
.recruit .oneday .schedule > li:nth-child(5) {
	margin-bottom: 17px;
}
.recruit .oneday .schedule .photoList {
	margin-right: -5px;
	display: flex;
	justify-content: space-between;
}
.recruit .oneday .schedule .photoList li {
	width: 48.9%;
}
.recruit .oneday .schedule > li:nth-child(6) {
	margin-bottom: -190px;
}
.recruit .oneday .schedule > li:nth-child(7) {
	margin-bottom: -47px;
}
.recruit .oneday .schedule > li:nth-child(9) {
	margin-bottom: 58px;
}
.recruit .oneday .schedule > li:nth-child(10) {
	margin-bottom: 35px;
}
.recruit .oneday .schedule > li:last-child {
	margin: 0 auto;
	z-index: 1;
	position: relative;
	padding: 3px 18px 16px;
	width: 381px;
	background-color: #fff;
	border: 1px solid #E50012;
	float: none;
	box-sizing: border-box;
}
.recruit .oneday .schedule > li:last-child .ttl:before, .recruit .oneday .schedule > li:last-child .ttl:after {
	display: none;
}
.recruit .oneday .schedule > li:last-child .ttl {
	margin-bottom: 2px;
	text-align: center;
}
.recruit .value {
	margin-bottom: 88px;
}
.recruit .value .headLine01 {
	margin-bottom: 20px;
}
.recruit .value p {
	margin: 0 -5px 40px 0;
	font-size: 1.7rem;
	line-height: 2.35;
}
.recruit .person {
	margin-bottom: 95px;
}
.recruit .person .headLine01 {
	margin-bottom: 23px;
}
.recruit .person p {
	margin-bottom: 30px;
	font-size: 2rem;
	line-height: 1.5;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.recruit .person p .blue {
	color: #00A6E9;
}
.recruit .person .pointList {
	margin-bottom: 30px;
	display: flex;
}
.recruit .person .pointList li {
	margin-right: -35px;
	width: 316px;
	height: 316px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 3.2rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
	background-color: #00A6E9;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.recruit .person .midTxt {
	color: #101010;
	font-size: 2.8rem;
	text-align: center;
}
.recruit .person .midTxt span {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 3px dotted #E50012;
}
.recruit .comTable .trStyle td {
	padding: 14px 33px 12px;
}
.special .recruit .oneday .schedule .ttl {
	padding-top: 4px;
}
@media all and (-ms-high-contrast:none) {
	.recruit .oneday .schedule .ttl {
		padding-top: 4px;
	}
}
@media all and (max-width: 767px) {
	.recruit #pagePath {
		margin-bottom: 30px;
	}
	.recruit .profession {
		margin-bottom: 50px;
	}
	.recruit .oneday .headLine01 {
		margin-bottom: 10px;
	}
	.recruit .oneday > p {
		margin-bottom: 15px;
	}
	.recruit .oneday .schedule {
		padding: 10px 0 0 45px;
		overflow: visible;
	}
	.recruit .oneday .schedule:after {
		margin-left: 0;
		left: 0;
		width: 5px;
		height: calc(100% - 10px);
	}
	.recruit .oneday .schedule > li {
		margin: 0 0 20px !important;
		float: none !important;
		width: auto !important;
	}
	.recruit .oneday .schedule p {
		margin-bottom: 10px;
	}
	.recruit .oneday .schedule .ttl {
		font-size: 1.8rem;
	}
	.special .recruit .oneday .schedule .ttl {
		padding-top: 2px;
	}
	.recruit .oneday .schedule .ttl:before {
		left: -48px;
		top: 12px;
		width: 20px;
		height: 14px;
		background-size: 10px auto;
	}
	.recruit .oneday .schedule .ttl:after {
		left: -44px;
		top: 18px;
		width: 40px;
	}
	.recruit .oneday .schedule li:nth-child(2n) .ttl:before {
		left: -48px;
		right: auto;
	}
	.recruit .oneday .schedule li:nth-child(2n) .ttl:after {
		left: -44px;
		right: auto;
	}
	.recruit .oneday .schedule li:nth-child(2n) .ttl {
		text-align: left;
	}
	.recruit .oneday .schedule .ttl span {
		margin-right: 8px;
	}
	.recruit .oneday .schedule .photoList {
		margin-right: 0;
	}
	.recruit .oneday .schedule > li:last-child {
		margin: 0 0 0 -45px !important;
		width: auto;
	}
	.recruit .value p {
		margin: 0 0 20px;
		font-size: 1.5rem;
	}
	.recruit .person {
		margin-bottom: 50px;
	}
	.recruit .person .headLine01 {
		margin-bottom: 10px;
	}
	.recruit .person p {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.recruit .person .pointList {
		margin: 0 auto 70px;
		max-width: 345px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.recruit .person .pointList li {
		margin: 0 -15px -50px;
		width: 190px;
		height: 190px;
		font-size: 2.2rem;
	}
	.recruit .person .midTxt {
		font-size: 2rem;
	}
	.recruit .comTable .trStyle th {
		width: 28%;
	}
	.recruit .comTable .trStyle td {
		padding: 14px 10px 12px;
	}
}
@media all and (max-width: 374px) {
	.recruit .comTable .trStyle th {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 359px) {
	.recruit .person .pointList li {
		width: 170px;
		height: 170px;
		font-size: 2rem;
	}
	.recruit .comTable td {
		font-size: 1.2rem;
	}
	.recruit .comTable .trStyle td {
		padding: 14px 5px 12px;
	}
	.recruit .comTable .trStyle th {
		padding: 6px 2px 8px;
		font-size: 1.2rem;
	}
}
/* contact */
.contact #pagePath {
	margin-bottom: 44px;
}
.contact .flowBox {
	margin-bottom: 94px;
}
.contact .flowBox > p {
	margin-bottom: 40px;
}
.contact .flowBox .flowList {
	margin: -55px -18px 0;
	display: flex;
	flex-wrap: wrap;
}
.contact .flowBox .flowList li {
	padding: 55px 18px 0;
	width: 25%;
	box-sizing: border-box;
}
.contact .flowBox .flowList .ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.contact .flowBox .flowList .ttl .en {
	margin-right: 6px;
	color: #00A6E9;
	font-size: 5rem;
	width: 70px;
}
.contact .flowBox .flowList .ttl .rTxt {
	margin-top: -2px;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.contact .flowBox .flowList p {
	font-size: 1.2rem;
	line-height: 1.67;
}
.contact .flowBox .flowList .listImg {
	margin: 0 auto 18px;
	width: 102px;
}
.contact .form .headLine01 {
	margin-bottom: 20px;
}
.contact .form > p {
	margin-bottom: 92px;
}
.mailForm dl {
	margin-bottom: 33px;
}
.mailForm dt {
	padding: 1px 3px 3px;
	float: left;
	width: 210px;
	height: 27px;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	background-color: #00A6E9;
	box-sizing: border-box;
}
.mailForm dd {
	padding: 0 0 15px 225px;
	font-size: 1.2rem;
}
.mailForm input[type="text"], .mailForm input[type="tel"], .mailForm input[type="email"], .mailForm select, .mailForm textarea {
	padding: 0 10px;
	width: 100%;
	height: 27px;
	font-size: 1.2rem;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}
.mailForm dd .link {
	margin: 10px 2px 0;
}
.mailForm dd .link a {
	color: #00A6E9;
}
.mailForm select {
	padding-bottom: 1px;
	width: 383px;
	background: url("img/common/select_bg.png") no-repeat right top/35px auto;
}
select::-ms-expand {
	display: none;
}
.mailForm dd li {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mailForm dd li span:not(.error) {
	margin-left: 2px;
	display: block;
	width: 70px;
	color: #00A6E9;
}
.mailForm dd li .error {
	display: block;
	margin-left: 72px;
	width: 100%;
}
.mailForm dd li input[type="text"] {
	width: 583px;
}
.mailForm dd li:last-child {
	margin-bottom: 5px;
}
.mailForm dd li:last-child span {
	margin: 5px 2px 15px;
	width: 100%;
}
.mailForm dd li:last-child input[type="text"] {
	width: 100%;
}
.mailForm dd textarea {
	height: 210px;
}
.mailForm .submit {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.mailForm .submit li {
	width: 194px;
	margin: 0 20px;
}
.mailForm .submit input, .mailForm .submit button {
	padding-bottom: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 42px;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: .3s;
	background-color: #E50012;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.mailForm .submit .retry input, .mailForm .submit .retry button {
	background-color: #AAA;
}
.mailForm .notes {
	margin-bottom: 0;
	line-height: 2.15;
}
.contact.confirm .submit .retry:not(.back), .contact.confirm .submit .confirm, .contact .submit .send, .contact .submit .back {
	display: none;
}
.contact.confirm .submit .send, .contact.confirm .submit .back {
	display: block;
}
.contact.confirm .mailForm dd {
	padding-top: 5px;
}
.contact.confirm .mailForm dd .link {
	display: none;
}
.special .mailForm dt {
	padding: 3px 3px 1px;
}
@media all and (-ms-high-contrast:none) {
	.mailForm dt {
		padding: 6px 3px 0;
	}
	.mailForm input[type="text"], .mailForm input[type="tel"], .mailForm input[type="email"], .mailForm select, .mailForm textarea {
		padding: 2px 10px 0;
		font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	.mailForm .submit input, .mailForm .submit button {
		padding: 6px 0 0;
	}
}
@media all and (min-width: 768px) {
	.mailForm dd .link a:hover, .mailForm .notes a:hover {
		text-decoration: underline;
	}
	.mailForm .submit button:hover, .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.contact #pagePath {
		margin-bottom: 30px;
	}
	.contact .flowBox {
		margin-bottom: 50px;
	}
	.contact .flowBox > p {
		margin-bottom: 20px;
	}
	.contact .flowBox .flowList {
		margin: -30px -10px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.contact .flowBox .flowList li {
		padding: 30px 10px 0;
		width: 50%;
	}
	.contact .flowBox .flowList .ttl {
		font-size: 1.5rem;
	}
	.contact .flowBox .flowList .ttl .en {
		margin-right: 4px;
		font-size: 4rem;
		width: 58px;
	}
	.contact .flowBox .flowList .listImg {
		margin-bottom: 12px;
		width: 66px;
	}
	.contact .form > p {
		margin-bottom: 50px;
	}
	.mailForm dl {
		margin-bottom: 20px;
	}
	.mailForm dt {
		float: none;
		width: auto;
		height: auto;
		font-size: 1.4rem;
	}
	.special .mailForm dt {
		padding: 2px 3px;
	}
	.mailForm dd {
		padding: 5px 0 15px;
		font-size: 1.2rem;
	}
	.mailForm dd .link {
		margin: 5px 2px 0;
	}
	.mailForm input[type="text"], .mailForm input[type="tel"], .mailForm input[type="email"], .mailForm select, .mailForm textarea {
		padding: 1px 10px 0;
	}
	.mailForm select {
		width: 100%;
		background: url("img/common/select_bg.png") no-repeat right top/35px auto;
	}
	.mailForm dd li {
		margin-bottom: 10px;
	}
	.mailForm dd li .error {
		margin-left: 0;
	}
	.mailForm dd li span {
		margin: 0 2px 5px;
		display: block;
	}
	.mailForm dd li input[type="text"] {
		width: 100%;
	}
	.mailForm dd li:last-child span {
		margin: 0 2px 10px;
	}
	.mailForm dd textarea {
		height: 150px;
	}
	.mailForm .submit {
		margin-bottom: 25px;
	}
	.mailForm .submit li {
		margin: 0 10px;
	}
	.mailForm .submit button, .mailForm .submit input {
		padding-bottom: 0;
		height: 36px;
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	.contact .flowBox .flowList .ttl {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 359px) {
	.contact .flowBox .flowList .ttl {
		font-size: 1.4rem;
	}
	.contact .flowBox .flowList .ttl .en {
		width: 45px;
		font-size: 3rem;
	}
}
/* news */
.news .detailBox {
	margin: 0 auto;
	max-width: 680px;
}
.news .detailBox .date {
	margin-bottom: 24px;
	font-size: 1.6rem;
}
.news .detailBox h3 {
	margin-bottom: 40px;
	padding-bottom: 14px;
	position: relative;
	color: #00A6E9;
	font-size: 2.2rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
	border-bottom: 3px solid #DEDEDE;
}
.news .detailBox h3:after {
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 206px;
	height: 3px;
	background-color: #e50012;
	content: "";
}
.news .detailBox .txtInner p {
	margin-bottom: 24px;
	line-height: 2.14;
}
.news .detailBox .pageList {
	margin: 89px 0 28px;
	display: flex;
	justify-content: space-between;
}
.news .detailBox .pageList li {
	width: 50%;
	font-size: 1.5rem;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.news .detailBox .pageList .next {
	text-align: right;
}
.news .detailBox .pageList a span {
	margin-right: 15px;
	color: #00A6E9;
}
.news .detailBox .pageList .next a span {
	margin: 0 0 0 15px;
}
@media all and (min-width: 768px) {
	.news .detailBox .pageList a:hover {
		color: #00A6E9;
	}
}
@media all and (max-width: 767px) {
	.news .detailBox .date {
		margin-bottom: 15px;
	}
	.news .detailBox h3 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font-size: 2rem;
		border-width: 2px;
	}
	.news .detailBox h3:after {
		bottom: -2px;
		width: 150px;
		height: 2px;
	}
	.news .detailBox .txtInner p {
		margin-bottom: 15px;
	}
	.news .detailBox .pageList {
		margin-top: 50px;
	}
}
/* flow */
.flow .stepList {
	margin-bottom: 100px;
}
.flow .stepList > li {
	padding: 13px 6px 19px 8px;
	display: flex;
	color: #fff;
	background-color: #4d4d4d;
}
.flow .stepList .num {
	margin: 56px 16px 0 0;
	position: relative;
	width: 60px;
	font-size: 5rem;
	line-height: 1;
}
.flow .stepList .num:before {
	position: absolute;
	top: -34px;
	left: 16px;
	width: 22px;
	height: 22px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	content: "";
}
.flow .stepList .txtBox {
	margin-right: 8px;
	width: 300px;
}
.flow .stepList .txtBox .ttl {
	margin-bottom: 23px;
	font-size: 2.5rem;
	line-height: 1.4;
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.flow .stepList .txtBox li {
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 2.5;
	text-indent: -1em;
}
.flow .stepList .txtBox .notes {
	font-size: 1rem;
}
.flow .stepList .txtBox .notes {
	line-height: 1.3;
}
.flow .stepList .photoList {
	margin-top: 8px;
	flex: 1;
	display: flex;
	justify-content: center;
}
.flow .stepList .photoList li {
	margin: 0 16px;
	width: 213px;
}
.flow .stepList .liStyle {
	color: #101010;
}
.flow .stepList .liStyle .num:before {
	border-color: #000;
}
.flow .stepList > li:nth-child(2) {
	background-color: #585858;
}
.flow .stepList > li:nth-child(3) {
	background-color: #626161;
}
.flow .stepList > li:nth-child(4) {
	background-color: #6e6e6e;
}
.flow .stepList > li:nth-child(5) {
	background-color: #808080;
}
.flow .stepList > li:nth-child(6) {
	background-color: #8d8c8c;
}
.flow .stepList > li:nth-child(7) {
	background-color: #9f9e9e;
}
.flow .stepList > li:nth-child(8) {
	background-color: #adadad;
}
.flow .stepList > li:nth-child(9) {
	background-color: #c3c3c3;
}
.flow .stepList > li:nth-child(10) {
	background-color: #d5d5d5;
}
.flow .stepList > li:nth-child(11) {
	background-color: #ebebeb;
}
.flow .stepList > li:last-child {
	display: block;
	padding: 8px 10px 14px;
	font-size: 2.5rem;
	text-align: center;
	font-family: 'G-OTF-GShinGoPro-Bold';
	background-color: #e50012;
}
.special .flow .stepList > li:last-child {
	padding: 13px 10px 9px;
}
@media all and (-ms-high-contrast:none) {
	.flow .stepList > li:last-child {
		padding: 15px 10px 7px;
	}
}
@media all and (max-width: 767px) {
	.flow .stepList {
		margin-bottom: 50px;
	}
	.flow .stepList > li {
		padding: 13px 10px;
		display: block;
	}
	.flow .stepList .num {
		margin: 25px 0 5px;
		width: 100%;
		font-size: 4rem;
		text-align: center;
	}
	.flow .stepList .num:before {
		margin-left: -11px;
		left: 50%;
	}
	.flow .stepList .txtBox {
		margin: 0 0 15px;
		width: auto;
	}
	.flow .stepList .txtBox .ttl {
		margin-bottom: 15px;
		font-size: 2.2rem;
	}
	.flow .stepList .photoList {
		margin-top: 0;
	}
	.flow .stepList .photoList li {
		margin: 0 2%;
		width: 46%;
	}
	.flow .stepList > li:last-child {
		font-size: 2rem;
	}
}
@media all and (max-width: 359px) {
	.flow .stepList .txtBox .ttl {
		font-size: 2.1rem;
	}
}
/* pp */
.pp #pagePath {
	margin-bottom: 42px;
}
.pp p {
	line-height: 2.1;
}
.pp .policy > p {
	margin-bottom: 98px;
}
.pp .policy section {
	margin-bottom: 45px;
}
.pp .policy section p {
	margin-bottom: 17px;
}
.pp .policy .comBtn03 {
	margin: 0 8px;
}
.pp .policy .comBtn03 a {
	margin: 0;
}
.pp .policy .rTxt {
	margin-top: 42px;
	font-size: 1.2rem;
	line-height: 1.67;
	text-align: right;
}
@media all and (max-width: 767px) {
	.pp .policy > p {
		margin-bottom: 50px;
	}
	.pp .policy section {
		margin-bottom: 25px;
	}
	.pp .policy .rTxt {
		margin-top: 25px;
	}
}
/* qa */
.qa #pagePath {
	margin-bottom: 37px;
}
.faq section {
	margin-bottom: 45px;
}
.faq p {
	margin-bottom: 40px;
	line-height: 2.1;
}
@media all and (max-width: 767px) {
	.qa #pagePath {
		margin-bottom: 25px;
	}
	.faq section {
		margin-bottom: 25px;
	}
	.faq p {
		margin-bottom: 20px;
	}
}
/* voice */
.voice #pagePath {
	margin-bottom: 42px;
}
.voice .headLine01 {
	margin-bottom: 25px;
}
.voice .voiceList {
	margin: -25px 0 43px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voice .voiceList li {
	margin-top: 25px;
	width: 48%;
}
.voice .voiceList h4 {
	margin-bottom: 12px;
}
.voice .voiceList dl {
	margin-bottom: 16px;
	padding: 1px;
	width: 182px;
	display: flex;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: 'G-OTF-GShinGoPro-Medium';
	background-color: #E50012;
	box-sizing: border-box;
}
.voice .voiceList dt {
	padding: 1px 1px 2px;
	width: 60px;
	color: #E50012;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.voice .voiceList dd {
	margin-top: 1px;
	flex: 1;
	color: #fff;
	text-align: center;
}
.voice .voiceList .bgBox {
	padding: 20px;
	min-height: 192px;
	position: relative;
	background-color: #F0FAFD;
	border-radius: 14px;
	box-sizing: border-box;
}
.voice .voiceList .bgBox:after {
	position: absolute;
	right: 90px;
	bottom: -24px;
	width: 24px;
	height: 28px;
	background: url("img/common/arrow03.png") no-repeat left top;
	content: "";
}
.voice .voiceList .voiceImg {
	margin-top: -13px;
	text-align: right;
	position: relative;
	z-index: 1;
}
.special .voice .voiceList dt {
	padding: 1px 1px;
}
.special .voice .voiceList dd {
	margin-top: 1px;
}
@media all and (-ms-high-contrast:none) {
	.voice .voiceList dt {
		padding: 4px 1px 0;
	}
	.voice .voiceList dd {
		margin-top: 4px;
	}
}
@media all and (max-width: 767px) {
	.voice #pagePath {
		margin-bottom: 30px;
	}
	.voice .voiceList li {
		margin-bottom: 30px;
		width: 100%;
	}
	.voice .voiceList .bgBox {
		min-height: inherit;
	}
}
/* works */
.works .comTtlBox {
	margin-bottom: 43px;
}
.works .comTtlBox h3 {
	width: 359px;
	background-color: #E50012;
}
.works .comTtlBox h3 span {
	margin-top: 57px;
}
.works .comTtlBox .photo {
	width: calc(100% - 359px);
}
.works .headLine01 {
	margin-bottom: 24px;
}
.works .infoBox {
	margin-bottom: 69px;
}
.works > .comBox p {
	font-size: 1.2rem;
	line-height: 2.1;
}
.works .difference .headLine01 {
	margin-bottom: 40px;
}
.works .imgBox {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works .imgBox .txtBox {
	width: 440px;
}
.works .imgBox .txtBox .title {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	color: #101010;
	font-size: 1.8rem;
	line-height: 1.67;
}
.works .imgBox .txtBox .title .bgTxt {
	margin-right: 10px;
	padding-top: 5px;
	width: 80px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #fff;
	line-height: 1.2;
	background-color: #E50012;
	border-radius: 50%;
	box-sizing: border-box;
}
.works .imgBox .txtBox .title .bgTxt span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 3.8rem;
	line-height: 1;
}
.works .imgBox .txtBox .title .rTxt {
	font-family: 'G-OTF-GShinGoPro-Bold';
}
.works .imgBox .photoBox {
	width: 425px;
}
.works .comBtn {
	margin-top: 88px;
}
.works .comBtn a {
	background-color: #E50012;
}
@media all and (max-width: 767px) {
	.works .comTtlBox {
		margin-bottom: 30px;
	}
	.works .comTtlBox h3 {
		width: 100%;
	}
	.works .comTtlBox h3 span {
		margin-top: 10px;
	}
	.works .comTtlBox .photo {
		width: 100%;
	}
	.works .headLine01 {
		margin-bottom: 15px;
	}
	.works .infoBox {
		margin-bottom: 40px;
	}
	.works .difference .headLine01 {
		margin-bottom: 25px;
	}
	.works .imgBox {
		display: block;
	}
	.works .imgBox .txtBox {
		width: auto;
	}
	.works .imgBox .txtBox .title {
		font-size: 1.6rem;
	}
	.works .imgBox .txtBox .title .bgTxt {
		width: 70px;
		height: 70px;
		margin-right: 5px;
	}
	.works .imgBox .txtBox .title .bgTxt span {
		font-size: 3.6rem;
	}
	.works .imgBox .txtBox .title .rTxt {
		margin-right: -5px;
	}
	.works .imgBox .photoBox {
		width: auto;
		text-align: center;
	}
	.works .comBtn {
		margin-top: 45px;
	}
}
@media all and (max-width: 359px) {
	.works .imgBox .txtBox .title {
		font-size: 1.4rem;
	}
	.works .imgBox .txtBox .title .bgTxt {
		width: 60px;
		height: 60px;
	}
	.works .imgBox .txtBox .title .bgTxt span {
		font-size: 3rem;
	}
}
/* works/kaitai */
.kaitai .comTtlBox h3 {
	background-color: #00A6E9;
}
.kaitai .infoBox {
	margin-bottom: 60px;
}
.kaitai .difference {
	margin-bottom: 30px;
}
.kaitai .imgBox .txtBox .title .bgTxt {
	background-color: #00A6E9;
}
.kaitai .type {
	margin-bottom: 45px;
}
.kaitai .type .headLine01 {
	margin-bottom: 32px;
}
.kaitai .comBtn {
	margin-top: 180px;
}
.kaitai .comBtn a {
	background-color: #00A6E9;
}
@media all and (max-width: 767px) {
	.kaitai .infoBox {
		margin-bottom: 35px;
	}
	.kaitai .difference {
		margin-bottom: 20px;
	}
	.kaitai .type {
		margin-bottom: 25px;
	}
	.kaitai .type .headLine01 {
		margin-bottom: 20px;
	}
	.kaitai .comBtn {
		margin-top: 90px;
	}
}
/* works/other */
.other .comTtlBox {
	margin-bottom: 50px;
}
.other .comTtlBox h3 {
	background-color: #4D4D4D;
}
.other .comTtlBox h3 span {
	margin-top: 30px;
	font-size: 2.5rem;
	line-height: 1.8;
}
.other h3.headLine01 {
	margin-bottom: 10px;
	padding: 4px 25px 10px;
	color: #fff;
	background-color: #4D4D4D;
}
.other h3.headLine01:before {
	left: 10px;
	top: 11px;
	width: 3px;
	height: calc(100% - 18px);
}
.other h3.headLine01 + p {
	margin-bottom: 47px;
}
.other .difference {
	margin-bottom: 30px;
}
.other .imgBox .txtBox .title .bgTxt {
	background-color: #4D4D4D;
}
.other .type .headLine01 {
	margin-bottom: 33px;
}
.other .infoBox {
	margin-bottom: 96px;
}
.other .imgBox02 {
	display: block;
}
.other .imgBox02 .txtBox {
	margin-bottom: 10px;
	width: auto;
}
.other .imgBox02 .photoBox {
	margin: 0 -2px;
	width: auto;
}
.other .comBtn a {
	background-color: #4D4D4D;
}
.special .other h3.headLine01 {
	padding: 9px 25px 5px;
}
@media all and (-ms-high-contrast:none) {
	.other h3.headLine01 {
		padding: 11px 25px 3px;
	}
}
@media all and (max-width: 767px) {
	.other .comTtlBox {
		margin-bottom: 30px;
	}
	.other .comTtlBox h3 span {
		margin-top: 10px;
		font-size: 2.4rem;
	}
	.other h3.headLine01 {
		padding: 5px 25px 9px;
	}
	.special .other h3.headLine01 {
		padding: 7px 25px;
	}
	.other h3.headLine01 + p {
		margin-bottom: 30px;
	}
	.other .difference {
		margin-bottom: 20px;
	}
	.other .type .headLine01 {
		margin-bottom: 20px;
	}
	.other .infoBox {
		margin-bottom: 50px;
	}
}
@media all and (max-width: 359px) {
	.other .comTtlBox h3 span {
		font-size: 2.2rem;
	}
}