@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@700&display=swap');

/* Noto Sans　400　500　700
Shippori Mincho　700 */

/* font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho', serif; */


/* base
-------------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
	scroll-behavior: smooth;/* スムーススクロール */
	scroll-padding-top: 140px;
}
@media screen and (max-width: 768px) {
	html {
		scroll-padding-top: 120px;
	}
}
@media screen and (max-width: 480px) {
	html {
		scroll-padding-top: 100px;
	}
}
ul, ol {
	list-style-type: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/************************************************************************
	フォント
**************************************************************************/
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1.75;
	background: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	word-wrap: normal;
}

.en {
	font-family: futura-pt, "lato", "Roboto", "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
	body{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	body{
		font-size: 1.4rem;
	}
}

.b { font-weight: 700; }
.heavy { font-weight: 900; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.taj{ text-align: justify;}


.indent{
	text-indent: 1em;
}
span.indent{
	display: inline-block;
}

.capitalize{
	text-transform: capitalize;
}
.capitalize.no{
	text-transform: none;
}
.uppercase{
	text-transform: uppercase;
}

.i{
	font-style: italic;
}
.u{
	text-decoration: underline;
}

.white{
	color: #fff;
}


/* -------------
サイズ　色　太さ
-------------------------------------------------------- */
.fz14{ font-size: 1.4rem;}
.fz18{ font-size: 1.8rem;}
.fz19{ font-size: 1.9rem;}
.fz20{ font-size: 2rem;}
.fz22{ font-size: 2.2rem;}
.fz24{ font-size: 2.4rem;}
.fz26{ font-size: 2.6rem;}
.fz28{ font-size: 2.8rem;}
.fz30{ font-size: 3rem;}
.fz32{ font-size: 3.2rem;}
.fz34{ font-size: 3.4rem;}
.fz38{ font-size: 3.8rem;}
.fz40{ font-size: 4rem;}
.fz42{ font-size: 4.2rem;}
.fz48{ font-size: 4.8rem;}

@media screen and (max-width: 1024px){/* 元のサイズ*0.92 */
	.fz18{ font-size: 1.7rem;}
	.fz19{ font-size: 1.8rem;}
	.fz20{ font-size: 1.9rem;}
	.fz22{ font-size: 2.02rem;}
	.fz24{ font-size: 2.21rem;}
	.fz26{ font-size: 2.39rem;}
	.fz28{ font-size: 2.58rem;}
	.fz30{ font-size: 2.76rem;}
	.fz32{ font-size: 2.94rem;}
	.fz34{ font-size: 3.13rem;}
	.fz38{ font-size: 3.5rem;}
	.fz40{ font-size: 3.68rem;}
	.fz42{ font-size: 3.86rem;}
	.fz48{ font-size: 4.42rem;}
}

@media screen and (max-width: 900px){/* 更に*0.92 */
	body{ font-size: 1.5rem;}
	.fz18{ font-size: 1.6rem;}
	.fz19{ font-size: 1.7rem;}
	.fz20{ font-size: 1.8rem;}
	.fz22{ font-size: 1.86rem;}
	.fz24{ font-size: 2.03rem;}
	.fz26{ font-size: 2.2rem;}
	.fz28{ font-size: 2.37rem;}
	.fz30{ font-size: 2.54rem;}
	.fz32{ font-size: 2.71rem;}
	.fz34{ font-size: 2.88rem;}
	.fz38{ font-size: 3.22rem;}
	.fz40{ font-size: 3.25rem;}
	.fz42{ font-size: 3.39rem;}
	.fz48{ font-size: 4.06rem;}
}

@media screen and (max-width: 590px) {/* 更に*0.92 */
	body{ font-size: 1.45rem;}
	.fz18{ font-size: 1.55rem;}
	.fz19{ font-size: 1.6rem;}
	.fz20{ font-size: 1.65rem;}
	.fz22{ font-size: 1.71rem;}
	.fz24{ font-size: 1.87rem;}
	.fz26{ font-size: 2.02rem;}
	.fz28{ font-size: 2.18rem;}
	.fz30{ font-size: 2.34rem;}
	.fz32{ font-size: 2.49rem;}
	.fz34{ font-size: 2.65rem;}
	.fz38{ font-size: 2.96rem;}
	.fz40{ font-size: 3.11rem;}
	.fz42{ font-size: 3.27rem;}
	.fz48{ font-size: 3.74rem;}
}

@media screen and (max-width: 480px) {/* 更に*0.92 */
	body{ font-size: 1.4rem;}
	.fz18{ font-size: 1.45rem;}
	.fz19{ font-size: 1.5rem;}
	.fz20{ font-size: 1.55rem;}
	.fz22{ font-size: 1.6rem;}
	.fz24{ font-size: 1.72rem;}
	.fz26{ font-size: 1.86rem;}
	.fz28{ font-size: 2.01rem;}
	.fz30{ font-size: 2.15rem;}
	.fz32{ font-size: 2.29rem;}
	.fz34{ font-size: 2.44rem;}
	.fz38{ font-size: 2.72rem;}
	.fz40{ font-size: 2.87rem;}
	.fz42{ font-size: 3.01rem;}
	.fz48{ font-size: 3.44rem;}
}

/************************************************************************
	フレックス
**************************************************************************/
/* flex系 */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.flex_pc{/* 768以下block */
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.nowrap {
	flex-wrap: nowrap;
}

.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}

.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

/* 3列　jc_sb使えない時 */
.col3 li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
}
.col3 li:nth-of-type(3n){
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.flex_pc{
		display: block;
	}

	.col3 li{
		width: 48%;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.col3 li:nth-of-type(3n){
		margin-right: auto;
	}
	.col3 li:nth-of-type(2n){
		margin-right: 0;
	}
}
/************************************************************************
	リンク
**************************************************************************/
a {
	color: inherit;
	transition: .5s;
}
a:hover {
	opacity: 0.7;
}

.ani_u_bar{
	position: relative;
	transition: .4s;
}
.ani_u_bar::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: .2s;
	position: absolute;
	bottom: 0;
}
.ani_u_bar:hover::after{
	width: 0;
}

::-moz-selection {
	color: #fff;
	background: #1a1a1a;
}
::selection {
	color: #fff;
	background: #1a1a1a;
}


/************************************************************************
	インナー
**************************************************************************/
.inner_primary{
	max-width: 1480px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.inner_secondary{
	max-width: 1200px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.inner_tertiary{
	max-width: 1080px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

/************************************************************************
	その他
**************************************************************************/

.img{
	position: relative;
}
.img::before{
	content: "";
	display: block;
	padding-top: 54%;
}


.anchor {
	margin-top: -100px;
	padding-top: 100px;
}

.arrow_blue{
	margin-left: 1em;
	position: relative;
}
.arrow_blue::before{
	content: "";
	display: block;
	width: .8em;
	height: .8em;
	background: url(../img/cmn/arrow_blue.svg) no-repeat center/contain;
	position: absolute;
	top: .4em;
}


/************************************************************************
	タイトル
**************************************************************************/
.title_primary{
	font-weight: 700;
	line-height: 1.5;
}

.title_primary .sub{
	font-family: 'Shippori Mincho', serif;
	font-size: .48em;
	font-weight: 700;
	color: #00499f;
	text-transform: capitalize;
}


/************************************************************************
	ボタン
**************************************************************************/
.btn_primary{
	width: 280px;
	border: 1px solid #000;
}

.btn_primary.long{
	width: min(380px, 98%);
}

.btn_primary a{
	display: block;
	font-weight: 700;
	padding: 20px 25px 20px 40px;
	background-color: #fff;
	transition: .4s;
	position: relative;
	z-index: 1;
}
.btn_primary a:hover{
	color: #fff;
	opacity: 1;
}

.btn_primary a::before{
	content: "";
	display: block;
	width: 8px;
	background-color: #00499f;
	transition: .4s;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.btn_primary a:hover::before{
	width: 100%;
}

.btn_primary a::after{
	content: "";
	display: block;
	width: .6em;
	height: 1em;
	background-color: #000;
	-webkit-mask-image: url('../img/cmn/arrow_black.svg');
    -webkit-mask-size: contain;
    mask-image: url('../img/cmn/arrow_black.svg');
    mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transition: .4s;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.btn_primary a:hover::after{
	background-color: #fff;
}

/************************************************************************
	リスト
**************************************************************************/


/************************************************************************
	アニメーション
**************************************************************************/
@media screen and (max-height: 768px) {
}


/************************************************************************
	PC/SP
**************************************************************************/
.block480, .block640, .sp, .block1024{ display: none; }

@media screen and (max-width: 1024px){
	.none1024{display: none;}
	.block1024{display: block;}
}

@media screen and (max-width: 768px) {
	.pc { display: none;}
	.sp { display: block;}
}
@media screen and (max-width: 640px) {
	.block640{display: block;}
}

@media screen and (max-width: 480px) {
	.none480{ display: none;}
	.block480{ display: block;}
}


/************************************************************************
	header
**************************************************************************/
header{
	width: 100%;
	height: 120px;
	padding: 0 2%;
	transition: .4s;
	position: fixed;
	z-index: 100;
}
.is_scroll header{
	height: 90px;
}

header .logo{
	display: -webkit-box;
	display: flex;
	width: 430px;
	transition: .4s;
}
.is_scroll header .logo{
	width: 300px;
}

/* MVを超えたらロゴの色変更 */
header .h1_01{
	display: inline-block;
}

header .h1_02{
	display: none;
}
.surpass_mv header .h1_01{
	display: none;
}
.surpass_mv header .h1_02{
	display: inline-block;
}



header .logo a{
	display: block;
	width: 100%;
	margin: auto 0;
}

.surpass_mv header .logo a img{
object-fit: contain;
}

header .btn_wrapper{
	margin-left: auto;
}

header .contact_btn{
	margin: auto 20px auto auto;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
header .contact_btn a{
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	padding: 15px 20px;
	background-color: #00499f;
	position: relative;
}
header .contact_btn a:hover{
	background-color: #2e78cd;
	opacity: 1;
}
header .contact_btn a.pc{
	display: block;
}
header .contact_btn a::before{
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	margin-right: .5em;
	background: url(../img/cmn/contact_icon.svg) no-repeat center/contain;
	position: relative;
	top: 2px;
}

@media screen and (max-width: 768px) {
	header{
		height: 100px;
	}
	.is_scroll header{
		height: 80px;
	}

	header .logo{
		min-width: 180px;
		width: 56%;
	}
	.is_scroll header .logo{
		min-width: 150px;
		width: 42%;
	}

	header .contact_btn{
		margin: auto 15px auto auto;
		width: 55px;
		height: 55px;
	}

	header .contact_btn a{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	header .contact_btn a.pc{
		display: none;
	}
	header .contact_btn a::before{
		height: 1.3em;
		margin-right: 0;
		top: 4px;
	}
}

@media screen and (max-width: 560px) {

	header .contact_btn{
		width: 44px;
		height: 44px;
		margin: auto 10px auto auto;
	}
}

@media screen and (max-width: 480px) {
	header{
		height: 80px;
	}

}

/* -*-*-*-*- ハンバーガー -*-*-*-*- */

.hmb{
	width: 66px;
	height: 66px;
	margin: auto;
	background-color: #fff;  
	border-radius: 50%;
	cursor: pointer;
	transition: .4s;
} 
.hmb:hover{
	background-color: #c5f1ff;  
} 
.hmb .bar_wrapper{
	width: 50%;
	height: 100%;
	margin: auto;
	position: relative;
}
.hmb span{
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	border-radius: 1.5px;
	transition: .4s;
	position: absolute;
}
.hmb span:nth-of-type(1){
	top: 40%;
}
.hmb span:nth-of-type(2){
	top: 60%;
}

.hmb_open .hmb span:nth-of-type(1) {
	top: 41%;
	transform: translateY(6px) rotate(-40deg);
}

.hmb_open .hmb span:nth-of-type(2){
	top: 59%;
	transform: translateY(-6px) rotate(40deg);
}

@media screen and (max-width: 768px) {
	.hmb{
		width: 55px;
		height: 55px;
	}

	.hmb_open .hmb span:nth-of-type(1) {
		top: 39%;
	}
	.hmb_open .hmb span:nth-of-type(2){
		top: 60%;
	}
}

@media screen and (max-width: 560px) {
	.hmb{
		width: 44px;
		height: 44px;
	}
	.hmb span{
		height: 2px;
		border-radius: 1px;
	}

	.hmb_open .hmb span:nth-of-type(1) {
		top: 36%;
	}
	.hmb_open .hmb span:nth-of-type(2){
		top: 63%;
	}
}
/* ***********************************************************************
	global
************************************************************************ */
#global{
	color: #fff;
	max-width: 500px;
	width: 100%;
	height: 100vh;
	padding: 150px 10px 30px 60px;
	margin: 0;
	background-color: #00499F;
	position: fixed;
	z-index: 10;
	right: -120%;
	transition: all .6s;
}

.hmb_open #global{
	overflow: auto;
	right: 0;
}
.hmb_open #global::-webkit-scrollbar{
	width: 10px;
}
.hmb_open #global::-webkit-scrollbar-track{
	background-color: #232e33;
	border-radius: 5px;
} 
.hmb_open #global::-webkit-scrollbar-thumb{
	background-color: #337db5;
	border-radius: 5px;
	border: 2px solid #232e33;
}

#global nav ul li{
	margin-bottom: 20px;
}

.gnav_primary a{
	font-weight: 700;
	width: fit-content;
	position: relative;
}

.gnav_primary a:hover, .gnav_secondary a:hover{
	opacity: 1;
}
.gnav_primary a::after, .gnav_secondary a::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	position: absolute;
	bottom: -5px;
}
.gnav_primary a:hover::after, .gnav_secondary a:hover::after{
	width: 100%;
}

.gnav_secondary{
	padding-top: 10px;
	padding-left: 1.5em;
}

.gnav_secondary a{
	font-weight: 500;
	width: fit-content;
	position: relative;
}
.gnav_secondary a::before{
	content: "";
	display: block;
	width: .8em;
	height: .8em;
	background: url(../img/cmn/arrow_white.svg) no-repeat center/contain;
	position: absolute;
	left: -1em;
	top: 50%;
	transform: translateY(-50%);
}


@media screen and (max-width: 768px){
	#global{
		max-width: 780px;
	}
}


/************************************************************************
	footer
**************************************************************************/

footer{
	background: url(../img/cmn/footer_bg.png);
}

.footer_contents{
	padding: 80px 10px 50px;
}

footer .logo{
	max-width: 335px;
	width: 98%;
	margin: auto auto 30px;
}
footer .logo a{
	display: block;
}

footer address{
	margin-bottom: 15px;
}
footer address li{
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
footer address li:nth-last-of-type(1){
	margin-bottom: 0;
}

footer .contact_btn{
	width: fit-content;
	padding-top: 25px;
	margin: auto;
}
footer .contact_btn a{
	display: block;
	font-weight: 700;
	padding: 20px 50px;
	background-color: #fff;
	border: 1px solid #000;
	position: relative;
}
footer .contact_btn a::before{
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	margin-right: .5em;
	background: url(../img/cmn/contact_icon02.svg) no-repeat center/contain;
	position: relative;
	top: 2px;
}

.copyright{
	color: #fff;
	font-family: 'Shippori Mincho', serif; 
	font-size: 14px;
	font-weight: 700;
	padding: 20px 10px;
	background-color: #000;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer_contents{
		padding: 60px 10px 40px;
	}

	footer .logo{
		margin: auto auto 20px;
	}

	footer .contact_btn{
		padding-top: 15px;
	}
}
@media screen and (max-width: 480px) {
	.footer_contents{
		padding: 40px 10px 30px;
	}

	footer .logo{
		margin: auto auto 15px;
	}

	footer .contact_btn{
		padding-top: 10px;
	}
}

/************************************************************************
	MV
**************************************************************************/
#mv{
	width: 100%;
	padding-top: 5px;
	background: url(../img/top/mv.png) no-repeat center/cover;
	position: relative;
}
#mv::before{
	content: "";
	display: block;
	padding-top: 50%;
}

.fade_message{
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
}
.fade_message li{
	font-size: min(6rem, 4.8vw);
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	#mv::before{
		padding-top: 60%;
	}

	.fade_message{
		top: 50px;
	}
}

/************************************************************************
	top_about
**************************************************************************/
#top_about{
	padding: 80px 0;
}

#top_about h2{
	margin-bottom: 40px;
}

#top_about ul{
	margin-bottom: 60px;
}

#top_about ul .img{
	margin-bottom: 10px;
	background: url(../img/top/about01.jpg) no-repeat center/cover;
	position: relative;
}
#top_about ul li:nth-of-type(2) .img{
	background: url(../img/top/about02.jpg) no-repeat center/cover;
}
#top_about ul li:nth-of-type(3) .img{
	background: url(../img/top/about03.jpg) no-repeat center/cover;
}
#top_about ul .img::before{
	content: "";
	display: block;
	padding-top: 80%;
}

#top_about ul h3{
	margin-bottom: 10px;
}

#top_about .btn_primary{
	margin: auto;
}

@media screen and (max-width: 768px) {
	#top_about{
		padding: 60px 0;
	}

	#top_about ul{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	#top_about{
		padding: 40px 0;
	}

	#top_about ul{
		display: block;
		margin-bottom: 20px;
	}

	#top_about ul li{
		width: 100%;
		margin-bottom: 50px;
	}

	#top_about ul .img::before{
		padding-top: 50%;
	}
}

/************************************************************************
	top_reason
**************************************************************************/
#top_reason{
	padding: 120px 0 80px;
	background-color: #f3f3f3;
}

#top_reason .text_wrapper{
	width: 48%;
	margin-right: auto;
}

#top_reason h2{
	margin-bottom: 70px;
}
#top_reason h3{
	margin-bottom: 30px;
}
#top_reason .message{
	margin-bottom: 20px;
}
#top_reason .message:nth-last-of-type(1){
	margin-bottom: 60px;
}

#top_reason .img_container{
	width: 50%;
	position: relative;
}

#top_reason .img_wrapper.img01{
	width: 82%;
	position: relative;
	top: 0;
	left: 0;
}
#top_reason .img_wrapper.img01 img{
	padding-top: 10%;
}

#top_reason .img_wrapper.img02{
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	z-index: 1;
}

#top_reason .img_wrapper img{
	object-fit: cover;
}

@media screen and (max-width: 1024px) {
	#top_reason .text_wrapper{
		width: 54%;
	}
	#top_reason .img_container{
		width: 46%;
	}
}

@media screen and (max-width: 768px) {
	#top_reason{
		padding: 80px 0 70px;
	}

	#top_reason .text_wrapper{
		width: 100%;
	}
	#top_reason h2{
		margin-bottom: 50px;
	}
	#top_reason h3{
		margin-bottom: 25px;
	}
	#top_reason .message{
		margin-bottom: 15px;
	}
	#top_reason .message:nth-last-of-type(1){
		margin-bottom: 40px;
	}

	#top_reason .btn_primary{
		margin: auto auto 20px;
	}

	#top_reason .img_container{
		display: -webkit-box;
		display: flex;
		width: 100%;
		margin: auto;
	}
	#top_reason .img_wrapper.img01{
		width: 49%;
		margin-right: auto;
		top: auto;
		left: auto;
	}
	#top_reason .img_wrapper.img01 img{
		padding-top: 0;
	}
	#top_reason .img_wrapper.img02{
		width: 49%;
		position: relative;
		top: auto;
		right: auto;
		z-index: 0;
	}
	#top_reason .img_wrapper img{
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 480px) {
	#top_reason{
		padding: 50px 0 50px;
	}

	#top_reason h2{
		margin-bottom: 30px;
	}
	#top_reason h3{
		margin-bottom: 20px;
	}
	#top_reason .message{
		margin-bottom: 10px;
	}
	#top_reason .message:nth-last-of-type(1){
		margin-bottom: 20px;
	}
}
/************************************************************************
	top_link_section
**************************************************************************/
#top_link_section{
	background-color: #0058af;
	display: -webkit-box;
	display: flex;
	background-color: #fff;
}

#top_link_section .page_link{
	width: 50%;
}

#top_link_section .page_link a{
	display: block;
	position: relative;
}
#top_link_section .page_link.page_link01 a{
	background: url(../img/top/page_link_bg01.jpg) no-repeat center/cover;
}
#top_link_section .page_link.page_link02 a{
	background: url(../img/top/page_link_bg02.jpg) no-repeat center/cover;
}

#top_link_section .page_link a::after{
	content: "";
	display: block;
	width: 15%;
	padding-top: 15%;
	background: url(../img/cmn/page_link_arrow.svg) no-repeat center/cover;
	position: absolute;
	right: 0;
	bottom: 0;
}

#top_link_section .page_link a .title_primary{
	text-align: center;
	color: #fff;
	padding: 13% 0 17%;
}
#top_link_section .page_link a .title_primary .sub{
	color: #fff;
}

@media screen and (max-width: 480px) {
	#top_link_section{
		display: block;
	}
	#top_link_section .page_link{
		width: 100%;
		padding-bottom: 5px;
	}
	#top_link_section .page_link a .title_primary{
		text-align: center;
		color: #fff;
		padding: 5% 0 7%;
	}
}

/************************************************************************
	top_information
**************************************************************************/
#top_information{
	padding: 70px 0;
}
#top_information .inner_primary{
	padding: 100px 8%;
	background-color: #f3f3f3;
}

#top_information h2{
	margin-bottom: 80px;
}

#top_information .go_information .ani_u_bar{
	font-weight: 700;
}

#top_information .go_information a::before{
	content: "";
	display: block;
	width: .8em;
	height: .8em;
	margin-left: 1em;
	background: url(../img/cmn/arrow_black.svg) no-repeat center/contain;
	position: absolute;
	right: -2em;
	top: .5em;
}

#top_information ul{
	width: 60%;
	margin-left: auto;
}
#top_information li{
	padding: 30px 0;
	border-bottom: 1px solid #c7c7c7;
}

#top_information li .date{
	font-family: "Roboto", "lato", futura-pt, "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	color: #949494;
	margin-bottom: 10px;
}

#top_information li .info{
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width: 1024px) {
	#top_information li .info{
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 900px) {
	#top_information li .info{
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	#top_information{
		padding: 40px 0;
	}
	#top_information .inner_primary{
		padding: 40px 4% 60px;
	}

	#top_information h2{
		text-align: center;
		margin-bottom: 30px;
	}
	#top_information .go_information{
		width: fit-content;
		margin-left: auto;
	}

	#top_information ul{
		width: 100%;
		margin: auto;
	}
	#top_information li{
		padding: 20px 0;
	}
}

@media screen and (max-width: 590px) {
	#top_information li .info{
		font-size: 1.55rem;
	}
}

@media screen and (max-width: 480px) {
	#top_information{
		padding: 20px 0 30px;
	}
	#top_information .inner_primary{
		padding: 20px 4% 40px;
	}

	#top_information h2{
		margin-bottom: 20px;
	}

	#top_information li{
		padding: 15px 0;
	}

	#top_information li .info{
		font-size: 1.45rem;
	}
}

/************************************************************************
	下層ページ共通
**************************************************************************/

header.lower{
	background-color: #fff;
}
.is_scroll header.lower{
	background-color: transparent;
}

.breadcrumb{
	width: 100%;
	padding: calc(120px + 1em) 2% 1em;
	background-color: #00499f;
	color: #fff;
}

.breadcrumb li{
	position: relative;
	margin-right: 1em;
}
.breadcrumb li{
	position: relative;
	margin-right: .8em;
}

.breadcrumb li .ani_u_bar::after{
	background-color: #fff;
}

.breadcrumb li:nth-of-type(n+2)::before{
	content: "/";
	display: inline-block;
	margin-right: .8em;
}

main.lower h1{
	padding: .8em 0 1.2em;
	background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
	.breadcrumb{
		padding: calc(100px + 1em) 2% 1em;
	}	

	main.lower h1{
		padding: .6em 0 1em;
		background-color: #f2f2f2;
	}
}

@media screen and (max-width: 480px) {
	.breadcrumb{
		padding: calc(80px + 1em) 2% 1em;
	}	

	main.lower h1{
		padding: .4em 0 .7em;
		background-color: #f2f2f2;
	}
}

/*　***********************************************************************
	事業案内
*************************************************************************　*/
/* -*-*-*-*-*-*-*- 自動化省力化機械の製造〜 -*-*-*-*-*-*-*- */
#about .inner_tertiary{
	padding: 100px 0;
}
#about .intro{
	margin-bottom: 140px;
	counter-reset: about_intro_h3;
}
#about .intro li{
	display: -webkit-box;
	display: flex;
	margin-bottom: 40px;
	counter-increment: about_intro_h3;
}
#about .intro li:nth-last-of-type(1){
	margin-bottom: 0;
}

#about .intro li .img{
	width: 23%;
	min-width: 200px;
	margin: 15px 3% auto 0;
}
#about .intro li .img::before{
	padding-top: 62.5%;
}
#about .intro li .img img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about .intro li h2{
	position: relative;
	padding-left: 2em;
}
#about .intro li h2::before{
	content: counter(about_intro_h3, decimal-leading-zero);
	font-family: 'Shippori Mincho', serif;
	color: #00499f;
	position: absolute;
	left: 0;
}

#about .intro li h2, #about .intro li .text{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#about .inner_tertiary{
		padding: 60px 0;
	}

	#about .intro{
		margin-bottom: 90px;
	}

	#about .intro li{
		display: block;
		margin-bottom: 50px;
	}

	#about .intro li .img{
		margin: auto auto 20px 0;
		width: 400px;
		min-width: auto;
	}
}

@media screen and (max-width: 480px) {
	#about .inner_tertiary{
		padding: 40px 0;
	}

	#about .intro{
		margin-bottom: 60px;
	}

	#about .intro li{
		margin-bottom: 40px;
	}

	#about .intro li .img{
		margin: auto auto 15px;
		width: 100%;
	}
	#about .intro li .img::before{
		padding-top: 50%;
	}

	#about .intro li h2, #about .intro li .text{
		margin-bottom: 10px;
	}
	
}

/* -*-*-*-*-*-*-*- ご依頼の流れ -*-*-*-*-*-*-*- */
.blue_frame{
	border: 1px solid #00499f;
	padding: 60px 50px 40px;
	margin-bottom: 50px;
}

.blue_frame .frame_title{
	width: fit-content;
	padding: 0 2em;
	margin: -85px auto 30px auto;
	background-color: #fff;
}

#about .flow li{
	font-size: 1.8rem;
	font-weight: 700;
	padding: 20px 0 30px 70px;
	position: relative;
}
#about .flow li:nth-last-of-type(1){
	margin-bottom: 0;
}

#about .flow li .icon{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#about .flow li .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#about .flow li::after{
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background-color: #00499f;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	left: 14px;
	bottom: -5px;
}
#about .flow li:nth-last-of-type(1):after{
	display: none;
}

#about .btn_primary{
	margin: auto;
}


@media screen and (max-width: 768px) {
	.blue_frame{
		padding: 60px 40px 50px;
		margin-bottom: 40px;
	}

	.blue_frame .frame_title{
		margin: -80px auto 50px auto;
	}

	#about .flow li{
		font-size: 1.6rem;
		padding: 15px 0 25px 60px;
		position: relative;
	}
	#about .flow li .icon{
		width: 34px;
		height: 34px;
	}
	#about .flow li::after{
		left: 11px;
	}

}

@media screen and (max-width: 480px) {
	.blue_frame{
		padding: 50px 30px 30px;
		margin-bottom: 30px;
	}

	.blue_frame .frame_title{
		margin: -70px auto 30px auto;
	}

	#about .flow li{
		font-size: 1.5rem;
		padding: 15px 0 25px 55px;
	}
	#about .flow li .icon{
		width: 30px;
		height: 30px;
	}
	#about .flow li::after{
		left: 9px;
	}

}

/*　***********************************************************************
	選ばれる理由
*************************************************************************　*/
#reason .inner_tertiary{
	padding: 70px 0 120px;
}

@media screen and (max-width: 768px) {
	#reason .inner_tertiary{
		padding: 50px 0 90px;
	}
}
@media screen and (max-width: 480px) {
	#reason .inner_tertiary{
		padding: 30px 0 60px;
	}
}

/* -*-*-*-*-*-*-*- その課題、私たちが解決します -*-*-*-*-*-*-*- */
#reason .intro{
	padding-bottom: 120px;
}

#reason .intro .text{
	margin-bottom: 20px;
}
#reason .intro .message{
	padding-top: 15px;
}

@media screen and (max-width: 768px) {
	#reason .intro{
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 480px) {
	#reason .intro{
		padding-bottom: 50px;
	}

	#reason .intro .text{
		margin-bottom: 15px;
	}
	#reason .intro .message{
		padding-top: 10px;
	}
}

/* -*-*-*-*-*-*-*- Seioh対応の3T~ -*-*-*-*-*-*-*- */
#reason .support .blue_frame{
	margin-bottom: 100px;
}

#reason .support .numbering_wrapper{
	counter-reset: T3num;
}
#reason .support .numbering{
	padding: 10px 0;
	counter-increment: T3num;
}

#reason .support .numbering h3{
	font-weight: 700;
	padding-right: 1em;
	position: relative;
}

#reason .support .numbering h3::before{
	content: counter(T3num, decimal-leading-zero);
	display: inline-block;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.1em;
	color: #00499f;
	padding-right: 1em;
	position: relative;
}

#reason .support .numbering .text{
	-ms-flex-item-align: center;
	align-self: center;
}

@media screen and (max-width: 768px) {
	#reason .support .blue_frame{
		margin-bottom: 80px;
	}
	#reason .support .blue_frame .frame_title {
		margin: -80px auto 40px auto;
	}
}
@media screen and (max-width: 480px) {
	#reason .support .blue_frame{
		margin-bottom: 60px;
	}
	#reason .support .blue_frame .frame_title {
		margin: -70px auto 20px auto;
	}
}
/* -*-*-*-*-*-*-*- Seioh納品の4T~ -*-*-*-*-*-*-*- */
#reason .support .T4 li{
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
#reason .support .T4 li:nth-last-of-type(1){
	margin-bottom: 0;
}

/* -*-*-*-*-*-*-*- Seiohデュアルプロダクト -*-*-*-*-*-*-*- */
#reason .support .blue_frame.dual{
	margin-bottom: 70px;
}

#reason .support .dual .text{
	padding: 20px 0;
}

#reason .support .dual .frame_title .control{
	display: none;
}

@media screen and (max-width: 768px) {
	#reason .support .blue_frame.dual{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 480px) {
	#reason .support .blue_frame.dual{
		margin-bottom: 40px;
	}

	#reason .support .dual .frame_title{
		text-align: center;
		padding: 0 1em;
		margin: -80px auto 10px auto;
	}
	#reason .support .dual .frame_title .control{
		display: block;
	}
}
/* -*-*-*-*-*-*-*- Seiohものづくりトライアングル -*-*-*-*-*-*-*- */

#reason .support .triangle .img_wrapper{
	width: 60%;
	margin: auto auto 60px;
}
#reason .support .triangle .text_wrapper{
	text-align: center;
	width: 70%;
	margin: auto;
}

#reason .support .triangle .text_wrapper p .control, #reason .support .triangle .text_wrapper p .control02{
	display: none;
}

@media screen and (max-width: 960px) {
	#reason .support .triangle .img_wrapper{
		width: 70%;
		margin: auto auto 50px;
	}
	#reason .support .triangle .text_wrapper{
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#reason .support .triangle .img_wrapper{
		width: 80%;
		margin: auto auto 40px;
	}
	#reason .support .triangle .text_wrapper{
		text-align: left;
	}

	#reason .support .triangle .text_wrapper p{
		margin-bottom: 10px;
	}

	#reason .support .triangle .text_wrapper p .control{
		display: block;
	}
	#reason .support .triangle .text_wrapper p .control_indent{
		display: inline-block;
		text-indent: 1.5em;
	}
}

@media screen and (max-width: 400px) {
	#reason .support .triangle .text_wrapper p .control02{
		display: block;
	}
	#reason .support .triangle .text_wrapper p .control_indent02{
		display: inline-block;
		text-indent: 3em;
	}
}


/************************************************************************
	会社案内
**************************************************************************/
#company .inner_tertiary{
	padding: 100px 0 120px;
}

.horizon{
	padding-bottom: 100px;
	position: relative;
	border-top: 1px solid #00499f;
}

.horizon .horizon_title{
	width: fit-content;
	padding: 0 .8em;
	margin: -1em auto 1em;
	background-color: #fff;
}
.horizon span{
	display: inline-block;
	width: fit-content;
	padding: 0 .8em;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	#company .inner_tertiary{
		padding: 70px 0 100px;
	}
	
	.horizon{
		padding-bottom: 70px;
	}
	
}

@media screen and (max-width: 480px) {
	#company .inner_tertiary{
		padding: 50px 0 70px;
	}
	
	.horizon{
		padding-bottom: 50px;
	}
	
}
/* -*-*-*-*-*-*-*- ごあいさつ -*-*-*-*-*-*-*- */

#company .greeting .img_container{
	display: -webkit-box;
	display: flex;
	margin-bottom: 60px;
}

#company .greeting .img_container figure:nth-of-type(1){
	width: 62%;
	padding-top: 1.8em;
	margin-right: auto;
}
#company .greeting .img_container figure:nth-of-type(2){
	width: 33%;
}
#company .greeting .img_container figure:nth-of-type(2) figcaption{
	font-weight: 700;
	text-align: center;
}

#company .greeting .text_wrapper p{
	margin-bottom: 30px;
}

#company .greeting .text_wrapper .CEO{
	width: 280px;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	#company .greeting .img_container{
		margin-bottom: 40px;
	}

	#company .greeting .text_wrapper .CEO{
		width: 240px;
	}
}
@media screen and (max-width: 480px) {
	#company .greeting .img_container{
		margin-bottom: 25px;
	}

	#company .greeting .text_wrapper p{
		margin-bottom: 20px;
	}

	#company .greeting .text_wrapper .CEO{
		width: 200px;
	}
}

/* -*-*-*-*-*-*-*- 会社概要 -*-*-*-*-*-*-*- */

#company .overview table, #company .overview th, #company .overview td {
	border:1px solid #e0e0e0;
}
#company .overview th, #company .overview td {
	padding: .5em .5em .5em 1em;
}


#company .overview table{
	width: 100%;
}
#company .overview th{
	font-size: 1.125em;
	font-weight: 700;
	width: 25%;
	background-color: #f2f2f2;
}

#company .overview table .ani_u_bar::before{
	left: -1em;
}
#company .overview table .ani_u_bar::after{
	left: 0;
}


@media screen and (max-width: 768px) {
	#company .overview th, #company .overview td {
		display: block;
	}

	#company .overview th{
		width: 100%;
	}
}

/* -*-*-*-*-*-*-*- アクセス -*-*-*-*-*-*-*- */
#company .access.horizon{
	padding-bottom: 0;
}
#company .access address{
	margin-bottom: 20px;
}
#company .access p.last{
	margin-bottom: 20px;
}

#company .map_wrapper{
	position: relative;
}
#company .map_wrapper::before{
	content: "";
	display: block;
	padding-top: 43.3%;
}

#company .map_wrapper iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}

@media screen and (max-width: 768px) {
	#company .map_wrapper::before{
		padding-top: 66%;
	}
}

/************************************************************************
	設備紹介
**************************************************************************/

#facility .inner_tertiary{
	padding: 70px 0 120px;
}

#facility .guidance{
	font-weight: 700;
	margin-bottom: 80px;
}

#facility .facility_list{
	margin-bottom: 120px;
}

#facility .facility_list li{
	margin-bottom: 50px;
}

#facility .facility_list figcaption{
	font-weight: 700;
	padding-top: 8px;
}

#facility .btn_primary{
	margin: auto;
}

@media screen and (max-width: 768px) {
	#facility .inner_tertiary{
		padding: 50px 0 100px;
	}
	
	#facility .guidance{
		margin-bottom: 60px;
	}

	#facility .facility_list{
		margin-bottom: 80px;
	}

	#facility .facility_list li{
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	#facility .inner_tertiary{
		padding: 40px 0 60px;
	}
	
	#facility .guidance{
		margin-bottom: 40px;
	}

	#facility .facility_list{
		margin-bottom: 30px;
	}

	#facility .facility_list li{
		margin-bottom: 30px;
	}

	#facility .facility_list figcaption{
		padding-top: 2px;
	}
}

/*　***********************************************************************
	お知らせ
*************************************************************************　*/

#information .inner_tertiary{
	padding: 70px 0 120px;
}

#information .flex_container{
	display: -webkit-box;
	display: flex;
}

#information .info_list_wrapper{
	width: 80%;
	margin-right: auto;
}

#information .news{
	padding: 1em 0;
	border-bottom: 1px solid #c7c7c7;
}
#information .news dt{
	font-family: "Roboto", "lato", futura-pt, "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	color: #949494;
	margin-bottom: 10px;
}
#information .news dd{
	font-size: 1.125em;
	font-weight: 500;
}

#information .archive{
	width: fit-content;
}

#information .archive h2{
	font-weight: 700;
	color: #00499f;
	margin-bottom: 10px;
}

#information .archive ul li {
	margin-bottom: 10px;
}
#information .archive ul li a{
	position: relative;
	transition: .4s;
}
#information .archive ul li a::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: .2s;
	position: absolute;
	bottom: 0;
}
#information .archive ul li a:hover::after{
	width: 0;
}


@media screen and (max-width: 768px) {
	#information .inner_tertiary{
		padding: 50px 0 90px;
	}

	#information .news dt{
		margin-bottom: 0;
	}
	
}

@media screen and (max-width: 480px) {
	#information .inner_tertiary{
		padding: 30px 0 60px;
	}

	#information .flex_container{
		display: block;
	}

	#information .info_list_wrapper{
		width: 100%;
		margin-bottom: 20px;
	}

	#information .archive{
		padding-left: 1em;
	}

}

/* -*-*-*-*-*-*-*- ページャー -*-*-*-*-*-*-*- */

.pager{
	padding-top: 40px;
	white-space: nowrap;
}
.wp-pagenavi{
	font-weight: 700;
	width: fit-content;
	margin: auto;
}
.wp-pagenavi a, .wp-pagenavi span{
	display: inline-block;
}

.wp-pagenavi .page{
	color: #000;
	margin: 0 10px;
	position: relative;
	transition: .4s;
}

.wp-pagenavi .page::after{
	content: "";
	display: block;
	width: 110%;
	height: 2px;
	background-color: #000;
	transition: .2s;
	position: absolute;
	bottom: 2px;
	left: -1px;
}
.wp-pagenavi .page:hover::after{
	width: 0;
}


.wp-pagenavi .current{
	color: #939393;
	margin: 0 10px;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
	vertical-align: bottom;
	position: relative;
}
.wp-pagenavi .previouspostslink{
	margin-right: 25px;
}
.wp-pagenavi .nextpostslink{
	margin-left: 25px;
}

.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::after{
	content: "";
	display: inline-block;
	width: .8em;
	height: .8em;
	background: url(../img/cmn/arrow_black.svg) no-repeat center/contain;
	position: relative;
	top: .1em;
}

.wp-pagenavi .previouspostslink::before{
	transform: scale(-1, 1);
	margin-right: .8em;
}
.wp-pagenavi .nextpostslink::after{
	margin-left: .8em;
}

.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::before{
	content: "";
	display: block;
	width: 5.4em;
	height: 2px;
	background-color: #000;
	transition: .2s;
	position: absolute;
	bottom: 2px;
}
.wp-pagenavi .previouspostslink::after{
	left: 1.5em;
}
.wp-pagenavi .previouspostslink:hover::after, .wp-pagenavi .nextpostslink:hover::before{
	width: 0;
}


@media screen and (max-width: 480px) {
	.pager{
		padding-top: 10px;
		margin-bottom: 30px;
		white-space: normal;
	}

	.wp-pagenavi .page{
		margin: 0 5px;
	}

	.wp-pagenavi .current{
		margin: 0 5px;
	}

	.wp-pagenavi .previouspostslink{
		margin-right: 10px;
	}
	.wp-pagenavi .nextpostslink{
		margin-left: 10px;
	}
}

/*　***********************************************************************
	お問い合わせ
*************************************************************************　*/
#contact .inner_tertiary{
	padding: 90px 0 120px;
}

#contact .guidance_wrapper{
	margin-bottom: 50px;
}
#contact .guidance_wrapper .guidance{
	margin-bottom: 20px;
}


/* -*-*-*-*-*-*-*- table -*-*-*-*-*-*-*- */
#contact .form_wrapper{
	background-color: #ededed;
    padding: 1em 2em;
	margin-bottom: 60px;
}

#contact .form_wrapper tr{
	border-bottom: solid 1px #fff;
    padding: 24px 0;
}
#contact .form_wrapper th, #contact .form_wrapper td{
	padding: 24px 0;
}
#contact .form_wrapper th{
	font-weight: 700;
	width: 240px;
}

@media screen and (max-width: 768px) {
	#contact .form_wrapper th, #contact .form_wrapper td{
		width: 100%;
		display: block;
	}
	#contact .form_wrapper th{
		padding: 16px 0 0;
	}
	#contact .form_wrapper td{
		padding: 10px 0 24px;
	}
}

/* -*-*-*-*-*-*-*- table中身 -*-*-*-*-*-*-*- */

.required{
	position: relative;
}
.required::after{
	content: "必須";
	display: inline-block;
	font-size: .8em;
	font-weight: 700;
	color: #fff;
	padding: 0 .4em;
	margin-left: .7em;
	background-color: #d40111;
}

#mailformpro input[type="text"], #mailformpro input[type="email"], #mailformpro input[type="tel"], #mailformpro select, #mailformpro textarea {
    color: #000;
    font-size: 14px;
    width: 100% !important;
	max-width: none;
    border: solid 1px #949494;
    box-shadow: none;
    padding: 10px 18px;
    box-sizing: border-box;
}

#mailformpro textarea {
    height: 6em !important;
}


/* -*-*-*-*-*-*-*- 個人情報保護方針 -*-*-*-*-*-*-*- */
.privacy_box {
    height: 230px;
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    overflow-y: scroll;
    margin-bottom: 24px;
    padding: 20px;
    background: #fff;
    font-size: 0.8em;
}
.privacy_txt:not(:last-child) {
    margin-bottom: 24px;
}

.privacy_title{
	font-weight: 700;
	margin-bottom: 5px;
}

.privacy_chk {
    background: #fff;
    text-align: center;
    margin-bottom: 16px;
    padding: 16px;
}

#mailformpro .checkbox{
	position: relative;
	padding-left: 1.5em;
}

#mailformpro .checkbox::before {
	content: "";
	display: block;
    width: 4px;
    height: 10px;
    border: solid #595959;
    border-width: 0 2px 2px 0;
    opacity: 0;
	position: absolute;
	top: 12px;
    left: 8px;
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
	transition: .4s;
}
#mailformpro .checkbox::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: linear 0.2s;
    -o-transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
	width: 20px;
    height: 20px;
    background: #fff;
    border: solid 1px #e1e1e1;
    left: 0;
}

#mailformpro #privacy_chk:checked ~ .checkbox:before {
    opacity: 1;
}

/* -*-*-*-*-*-*-*- 送信ボタン -*-*-*-*-*-*-*- */
.btn_wrap{
	width: 250px;
	margin: auto;
}

.submit_btn {
    width: 100%;
    display: inline-block;
    font-size: 13pt;
    text-align: center;
	text-shadow: none;
    cursor: pointer;
    padding: 1em 2em;
    background: #333;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #333;
	border-radius: 5px;
}

.submit_btn:hover {
    box-shadow: none;
    color: #000066;
    background: #ffffff;
}

/*　***********************************************************************
	サンクスページ
*************************************************************************　*/
#contact.thanks .guidance{
	text-align: center;
	margin-bottom: 50px;
}
#contact.thanks .btn_primary{
	margin: auto;
}

@media screen and (max-width: 768px) {
	#contact.thanks .guidance{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	#contact.thanks .guidance{
		margin-bottom: 30px;
	}
}