@charset "UTF-8";
/* 
	
CSS common.css */






/*//////////////////


Setting


//////////////////*/

/* 
base : #0d0d0d
blue : #005caab
border : #0d0d0d
bggrey : #f7f7f7
red : #c30c27
yellow : #ffff00

*/










/*//////////////////


font import


//////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');
/*
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-weight: 600;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
*/










/*//////////////////


Body


//////////////////*/

body { /* min-width: 1080px; */ font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size: 1.6rem; color: #191919; line-height: 2; box-sizing: border-box; overflow: hidden; padding-right: 80px; }
#main>div#mainwrap{  }
#main>div#mainwrap:before{ content: ""; position: fixed; top: 0; bottom: 0; right: 0; background: #f7f7f7; width: 120px; height: 100%; z-index: -1; }
#index #article_index,
#article,
#footer,
#fcontactbox{ padding-right: 40px; }
@media screen and (max-width: 1040px) { 
	body{ padding-right: 0; font-size: 1.4rem; line-height: 1.9; }
	#index #article_index,
	#article,
	#footer,
	#fcontactbox{ padding-right: 0; }
	#main>div#mainwrap:before{ content: none; }
}
@media screen and (max-width: 767px) { 
}
@media screen and (max-width: 479px) { 
	
}



.logo{  }
.logo>a{ display: flex; flex-direction: row; align-items: center; text-decoration: none; }
.logo>a img{ width: 300px; height: 66px }
.logo>a:hover{ color: #191919; opacity: .8; }
.logo>a .cap{ font-size: 1.4rem; margin-left: 20px; }
@media screen and (max-width: 1040px) { 
	.logo>a img{ width: 204px; height: 44px; }
}
@media screen and (max-width: 767px) { 
}
@media screen and (max-width: 479px) { 
}




.telbox{  letter-spacing: 0.08em; line-height: 1.6; }
.telbox .teltxt{  }
.telbox .teltxt>a{ display: flex; flex-direction: row; align-items: center; }
.telbox .teltxt .telicon{ width: 18px; height: 24px; margin-right: 5px; }
.telbox .teltxt .txt{ font-family: 'Inter', sans-serif; font-weight: 700; font-size: 2.6rem; }
.telbox .telopen{ font-size: 1.4rem; text-align: right; letter-spacing: 0.15em; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
}
@media screen and (max-width: 479px) { 
}







/*//////////////////


基本構成


//////////////////*/

.noscrpt p { padding: 5px; background: #005caa; font-weight: bold; text-align: center; }


/* secwrap：セクションを丸ごと囲う（背景画像セクションなど） */
.secwrap { padding: 80px 0; }
.secwrap.min { padding: 40px 0; }
.secwrap.wide { padding: 120px 0; }
.secwrap.fin { margin-bottom: 80px; } /* 次がwrapじゃない時 */
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 1040px){
	.secwrap,
	.secwrap.min,
	.secwrap.wide { padding: 60px 0; }
	.secwrap.fin { margin-bottom: 60px; } 
}


/* section */
.section { margin-bottom: 160px; }
body:not(#index) .section{ margin-bottom: 140px; }
body:not(#index) .section:last-child,
.section:last-child { margin-bottom: 0; }
body:not(#index) .section.min{ margin-bottom: 100px }
body:not(#index) .section.fin { margin-bottom: 80px; }
@media screen and (max-width: 1040px){
	.section,
	body:not(#index) .section{ margin-bottom: 100px; }
}
@media screen and (max-width: 767px){
	body:not(#index) .section.min,
	body:not(#index) .section.fin { margin-bottom: 60px; }
	.section,
	body:not(#index) .section{ margin-bottom: 80px; }
}


/* insec */
.insec { margin-bottom: 80px }
.insec:last-child { margin-bottom: 0 }
@media screen and (max-width: 1040px) {
	.insec { margin-bottom: 40px }
}


/* incnt */
.incnt { max-width: 1040px; width: 88%; margin: 0 auto; position: relative; }
.incnt.min { max-width: 880px; }
.incnt.wide { max-width: 1180px; }
.incnt.wider { max-width: 1380px; }
.incnt.fix { max-width: none; width: calc(100% - 100px); margin: 0 50px; }
.incnt.max { max-width: none; width: 100%; }
@media screen and (max-width: 1040px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min, .incnt.fix { width: 88%; margin: 0 auto; }
	.incnt.none { width: 100%; }
}
@media screen and (max-width: 767px){
}









/*//////////////////


内部レイアウト


//////////////////*/


/* block */
.block {  }
@media screen and (max-width: 767px) {
	.block { }
}


/* inblock */
.inblock {  }
@media screen and (max-width: 767px) {
	.inblock { }
}


/* 装飾ボックス */
.bgbox._mt_10 { margin-top: -10px; }
.bgbox { background: #f7f7f7; padding: 40px 8%; }
.bgbox.white { background: #fff; }
.bgbox.blue { background: #005caa;}
.bgbox.min { padding: 40px; }
.bgbox.wide { padding: 60px; }
@media screen and (max-width: 767px) { 
}
@media screen and (max-width: 639px) { 
	.bgbox, .bgbox.wide { padding: 25px 8%; }
}

.borderbox { border: 1px solid #005caa; padding: 40px 60px; box-sizing: border-box; }
.borderbox.black { background: #0d0d0d; }
.borderbox.min { padding: 40px; }
.borderbox.wide { padding: 60px; }
@media screen and (max-width: 767px) { 
	.borderbox, .borderbox.wide { padding: 60px; }
}
@media screen and (max-width: 639px) { 
	.borderbox { padding: 8%; }
}

.borderlist{  }
.borderlist>li{ padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #191919; }
.borderlist>li:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
@media screen and (max-width: 1040px) { 
	.borderlist>li{ padding-bottom: 18px; margin-bottom: 20px; }
}


/* flexボックス（WP） */
.imgflexbox { display: flex; }
.imgflexbox.reverse { flex-direction:row-reverse; }
.imgflexbox.stretch { align-items: stretch; }
.imgflexbox.aligncenter { }
.imgflexbox.margin { }
.imgflexbox .imgbox { margin-bottom: 0!important; flex-shrink: 0; text-align: center; }
.imgflexbox.margin .imgbox { margin-right: 5%; }
.imgflexbox.margin.reverse .imgbox { margin-right: 0; margin-left: 5%; }
.imgflexbox.stretch .imgbox>img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; max-width: none; }
.imgflexbox .txtbox { box-sizing: border-box; margin-bottom: 0; flex: 1; }
.imgflexbox.aligncenter .txtbox { align-items:center; display: flex; flex-direction:column; justify-content: center;}
.imgflexbox>li{ width: 50%; }
@media screen and (max-width: 767px) { 
	.imgflexbox { flex-direction:column-reverse; }
	.imgflexbox.reverse { flex-direction:column-reverse; }
	.imgflexbox .imgbox { flex-shrink: unset; margin-top: 30px; }
	.imgflexbox.margin .imgbox { margin-right: 0; margin-bottom: 4%!important; }
	.imgflexbox.margin.reverse .imgbox { margin-left: 0; margin-top: 4%; }
	.imgflexbox .imgbox, .imgflexbox .txtbox { width: 100%; }
	.imgflexbox>li{ width: 100%; }
}


/* floatボックス */
.left .imgbox, .right .imgbox { width: 45%; min-width: 330px; }
.left .txtbox, .right .txtbox { width: 50%; max-width: calc(100% - 360px); }
.right .imgbox, .left .txtbox { float: right; }
.right .txtbox, .left .imgbox { float: left; }
@media screen and (max-width: 1040px) { 
	.left .imgbox,
	.left .txtbox,
	.right .imgbox,
	.right .txtbox { float: none; width: 100%; margin: 0!important; min-width: 0; max-width: none; }
}


/* 回り込みテキスト */
.left.round .imgbox  { margin-right: 6%; margin-bottom: 15px; margin-top: 5px; }
.right.round .imgbox  { margin-left: 6%; margin-bottom: 15px; margin-top: 5px; }
.left.round .txtbox,
.right.round .txtbox { float: none; width: 100%; max-width: none; }
@media screen and (max-width: 1200px) {
	.left.round .imgbox  { margin-right: 5%; }
	.right.round .imgbox  { margin-left: 5%; }
}
@media screen and (max-width: 767px) { 
}


/* スマホ横スクロール（js連動）　data-spwidth属性にスマホ時の表示サイズを記載 */
.scrollmsg { display: none; color: #005caa; margin-bottom: 5px; }
@media screen and (max-width: 767px) {
	.scrollmsg { display: block; }
	.scrollwrap { overflow: auto; -webkit-overflow-scrolling: touch; /*滑らかに*/  border: 8px solid #f1f1f1; box-sizing: border-box; }
	.scroll { overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; /*滑らかに*/ }
}


/* 回り込み不可取り消し */
.dcf:after { display: none;  }















/*//////////////////


基本テキスト装飾


//////////////////*/

/* 装飾 */
.mincho { font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",'Noto Serif JP',serif; } /* 明朝体 */
.gothic { font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; } /* 游ゴ */
.tategaki { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; display: inline-block; text-align: left; } /* 縦書きテキスト */
.roboto { font-family: Roboto, 'Roboto', sans-serif; letter-spacing: 0.05em; } 
.noto { font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.14em; }
.inter { font-family: 'Inter', sans-serif; letter-spacing: 0.05em; }
.baskerville { font-family: 'Libre Baskerville', serif; letter-spacing: 0.05em; }


/* テキスト寄せ */
.tl { text-align: left!important; }
.tc { text-align: center!important; }
.tr { text-align: right!important; }


.tcspl{ text-align: center; }
@media screen and (max-width: 1040px) { 
	.tcspl{ text-align: left; }
}

/* 文字装飾 */
strong,
strong span { font-weight: bold!important; }
del { text-decoration: line-through!important; }

.inb { display: inline-block; } /* inline-block */
.palt { font-feature-settings : "palt"; letter-spacing: 0.05em; } /* 自動カーニング */
.bold,
.bold span,
.bold li { font-weight: bold!important; } /* 太字 */
.normal,
.normal span { font-weight: normal!important; }
.underline { text-decoration: underline!important; } /* 下線 */
.linethrough { text-decoration: line-through!important; } /* 取り消し線 */
.gothic.bold{ font-weight: 600; }


/* txt */
.txtsmall { font-size: 1.4rem; }
.txtbig1 { font-size: 1.8rem; }
.txtbig2 { font-size: 2.4rem; line-height: 1.8 }
@media screen and (max-width: 767px) { 
	.txtbig2 { font-size: 1.8rem; }
}


/* txt.color */
.txtblue { color: #005caa; }
.txtskyblue { color: #7CD0F1; }
.txtblack { color: #0d0d0d; }
.txtwhite { color: #fff; }
.txtlight { color: #f7f7f7; }
.txtgrey { color: #aaa; }
.txtred { color: #c30c27; }
.txtyellow { color: #ffff00; }

/* bg */
.bgblue { background: #005caa; }
.bgskyblue { background: #7CD0F1; }
.bgblack { background: #0d0d0d; }
.bgwhite { background: #fff; }
.bglight { background: #f7f7f7; }
.bggrey { background: #aaa; }
.bgred { background: #c30c27; }
.bgyellow { background: #ffff00; }

/* border */
.borderblue { border: 1px solid #005caa; }
.borderskyblue { border: 1px solid #7CD0F1; }
.borderblack { border: 1px solid #0d0d0d; }
.borderwhite { border: 1px solid #fff; }
.borderlight { border: 1px solid #f7f7f7; }
.bordergrey { border: 1px solid #aaa; }
.borderyellow { border: 1px solid #ffff00; }
.borderred { border: 1px solid #c30c27; }

/* marker */
.markerblue { background: linear-gradient(transparent 60%, #005caa 0%); }
.markerskyblue { background: linear-gradient(transparent 60%, #7CD0F1 0%); }
.markerblack { background: linear-gradient(transparent 60%, #0d0d0d 0%); }
.markerwhite { background: linear-gradient(transparent 60%, #fff 0%); }
.markerlight { background: linear-gradient(transparent 60%, #f7f7f7 0%); }
.markergrey { background: linear-gradient(transparent 60%, #aaa 0%); }
.markerred { background: linear-gradient(transparent 60%, #c30c27 0%); }
.markeryellow { background: linear-gradient(transparent 60%, #ffff00 0%); }


/* blockquote */
blockquote, q { margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; vertical-align: baseline; background:transparent; quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
blockquote{ border-left: 4px solid #ccc; padding-left: 10px; font-style: italic; color: #aaa; }
blockquote p { font-style: italic; }


/* iframe（動画） */
.iframe { clear: both; text-align: center; position: relative; width: 100%; padding-top: 56.25%; }
.iframe iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }


/* reset */
li, ol, ul, dl, dt, dd { list-style-type : none; padding: 0; margin: 0; list-style: none; }


/* indext */
p.indent,
ul.indent li, 
ol.indent li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }


/* caution */
p.caution,
ul.caution li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }
p.caution:before,
ul.caution li:before { content:"※"!important; }


/* inbrock */
ul.inbrock li { display: inline-block; margin-right: 1em; }
ul.inbrock li:last-child { margin-right: 0; }
@media screen and (max-width: 639px){
	ul.inbrock li { display: block; }
}

/* dotlist */
ul.dotlist li { padding-left: 1em!important; text-indent: -1em; /* font-feature-settings : "palt"; */ }
ul.dotlist li:before { content:"●"!important; color: #005caa; font-size: 0.7em; margin-right: 0.3em; vertical-align: 2px }










/*//////////////////


タイトル・コピー・訴求テキスト


//////////////////*/


/* sectitle */
.indexsectitle { margin-bottom: 50px; }
.indexsectitle .en { font-family: 'Inter', sans-serif; letter-spacing: 0.1em; font-weight: 600; font-size: 4rem; line-height: 1; margin-bottom: 20px; color: #005caa; }
.indexsectitle .title { letter-spacing: 0.05em; line-height: 1.6; }
@media screen and (max-width: 1200px) { 
	.indexsectitle { margin-bottom: 30px; text-align: center; }
}
@media screen and (max-width: 1040px) { 
	.indexsectitle .en { font-size: 2.4rem; margin-bottom: 10px; }
	.indexsectitle .title { font-size: 1.4rem; }
}
@media screen and (max-width: 767px) { 
}

.pagetitle{ color: #fff; text-align: left; }
.pagetitle .en{  font-family: 'Inter', sans-serif; letter-spacing: 0.1em; font-size: 6rem; line-height: 1.6; font-weight: bold; }
.pagetitle .title{  font-weight: 600; letter-spacing: 0.15em; line-height: 1.6; font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; font-size: 2.4rem; }
.pagetitle .title span{ font-weight: 600; }
@media screen and (max-width: 1200px) { 
	.pagetitle .en { font-size: 5rem; }
	.pagetitle .title { font-size: 2.2rem; }
}
@media screen and (max-width: 1040px) { 
	.pagetitle .en { font-size: 4rem; }
	.pagetitle .title { font-size: 2rem; }
}
@media screen and (max-width: 767px) { 
	.pagetitle .en { font-size: 3rem; margin-bottom: 8px; }
	.pagetitle .title { font-size: 1.6rem; }
}


/* sectitle */
.sectitle{ margin-bottom: 50px; text-align: center; }
.sectitle .title{ font-weight: 600; font-size: 3.2rem; line-height: 1.6; margin-bottom: 5px; letter-spacing: 0.05em; font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; }
.sectitle .title span{ font-weight: 600; }
.sectitle .en{ font-family: 'Inter', sans-serif; letter-spacing: 0.1em; font-size: 1.8rem; color: #005caa; font-weight: bold; }
@media screen and (max-width: 1040px) { 
	.sectitle { margin-bottom: 30px; text-align: center; }
	.sectitle .title { font-size: 2.4rem; }
	.sectitle .en { font-size: 1.6rem; }
}
@media screen and (max-width: 767px) { 
	.sectitle .title { font-size: 2.2rem; line-height: 1.8; }
}


/* subtitle */
.blocktitle { font-size: 2.4rem; font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; text-align: center; margin-bottom: 15px; line-height: 1.8; letter-spacing: 0.05em; font-weight: 600; }
.blocktitle span{ font-weight: 600; }
@media screen and (max-width: 1040px) { 
	.blocktitle { font-size: 1.8rem; }
}


/* copy */
.copy.mincho{ font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",'Noto Serif JP',serif; }
.copy{ font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; }
.copy.style1 { font-size: 3.2rem; line-height: 1.6; letter-spacing: 0.1em;  margin-bottom: 50px; font-weight: 600; }
.copy.style1 span{ font-weight: 600; }
.copy.style2 { font-size: 2.4rem; letter-spacing: 0.05em; line-height: 1.8; margin-bottom: 30px; font-weight: 600; }
.copy.style2 span{ font-weight: 600; }
.copy.style3 { font-size: 2.8rem; letter-spacing: 0.05em; line-height: 1.8; margin-bottom: 30px; font-weight: 600;  }
.copy.style3 span{ font-weight: 600; }
#index .copy.style1{ margin-bottom: 20px; }
@media screen and (max-width: 1200px) { 
	.copy.style1{ font-size: 3rem; }
	.copy.style2{ font-size: 2.2rem }
	.copy.style3{ font-size: 2.6rem; }
}
@media screen and (max-width: 1040px) { 
	.copy.style1,
	.copy.style2,
	.copy.style3{ margin-bottom: 20px; }
	.copy.style1{ font-size: 2.4rem; line-height: 1.8; }
	.copy.style2{ font-size: 1.8rem }
	.copy.style3{ font-size: 2rem; }
}
@media screen and (max-width: 767px) { 
	.copy.style1{ font-size: 2rem; }
}


/* title */
.title.type1 { }
@media screen and (max-width: 767px) { 
	.title.type1 {  }
}














/*//////////////////


リンク・ボタン


//////////////////*/

/* init */
a { color: #0d0d0d; transition: 0.3s; }
a:hover { color: #666; }
a.btn, button { transition: 0.3s; backface-visibility: hidden; color: inherit; }
a.btn:hover, a.btn:active, a.btn::link, a.btn::visited,
button:hover, button:active, button::link, button::visited { text-decoration: underline; }
a.opacity:hover, a.opacity:active { opacity: 0.7; color: #0d0d0d; }
@media screen and (max-width: 640px) {
	a { transition: none; }
	a.opacity:hover, a.opacity:active { opacity: 1; }
}

/* ボタン装飾 */
a.btn, button { display: inline-block; font-size: 100%; padding:20px 20px; min-width: 220px; line-height: 1.6; text-align: center; text-decoration: none!important; position: relative; }
a.btn:before { content:""; width: 7px; height: 7px; border-top:1px solid #fff; border-right:1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); display: inline-block; margin-right: 10px; vertical-align: 2px; }
a.btn:hover:before { border-color: #005caa; }
a.btn.mwnone { min-width: 0; }
@media screen and (max-width: 767px) {
	a.btn, button { padding: 20px 10%; min-width: 0; max-width: 88%; }
	button { min-width: 180px; }
}
@media screen and (max-width: 400px) {
	a.btn, button { padding: 20px 5%; width: 90%; }
}

/* ボタン個別設定 */
a.btn.blue { background: #005caa; color: #fff; border: 1px solid #005caa; }
a.btn.blue:hover { background: #fff; color: #005caa; }
button.blue { background: #005caa; color: #fff; border: 1px solid #005caa; }
button.blue:hover { background: #fff; color: #005caa; }
button.light { background: #eee; color: #0d0d0d; border: 1px solid #eee; }
button.light:hover { background: #ccc; border: 1px solid #aaa; }

.btnlink{ color: #fff; background: #005caa; border: 1px solid #005caa; position: relative; display: inline-block; padding: 8px 30px; text-decoration: none; letter-spacing: 0.05em; overflow: hidden; max-width: 300px; width: 100%; box-sizing: border-box; text-align: center; border-radius: 30px; }
.btnlink:hover{ color: #fff;  box-shadow: 0 1px 2px rgba(0,92,170, 0.6), 2px 1px 4px rgba(0,92,170, 0.3), 2px 4px 3px rgba(0,92,170, 0.3), 0 0 7px 2px rgba(0,92,170, 0.6), inset 0 1px 2px rgba(0,92,170, 0.6), inset 2px 1px 4px rgba(0,92,170, 0.3), inset 2px 4px 3px rgba(0,92,170, 0.3), inset 0 0 7px 2px rgba(0,92,170, 0.6); }
.btnlink._big{ padding-top: 16px; padding-bottom: 16px; max-width: 340px; font-size: 1.8rem; border-radius: 40px; }
@media screen and (max-width: 1040px) {
	.btnlink{ font-size: 1.6rem; }
	.btnlink._big{ padding-top: 14px; padding-bottom: 14px; font-size: 1.6rem; border-radius: 30px; }
}
@media screen and (max-width: 767px) { 
}

.mailbtn{ color: #005caa; background: #fff; border: 1px solid #fff; position: relative; display: inline-block; padding: 14px 45px; text-decoration: none; letter-spacing: 0.05em; overflow: hidden; max-width: 400px; width: 100%; box-sizing: border-box; text-align: center; border-radius: 40px; font-size: 2rem; font-family: 'Inter', sans-serif; }
.mailbtn svg{ width: 32px; height: 26px; margin-right: 8px; vertical-align: -5px; }
.mailbtn svg .mailicon_st0.st0{ transition: .3s; fill: #005caa; }
.mailbtn:hover{ color: #005caa; box-shadow: 0 1px 2px rgba(255,255,255, 0.6), 2px 1px 4px rgba(255,255,255, 0.3), 2px 4px 3px rgba(255,255,255, 0.3), 0 0 7px 2px rgba(255,255,255, 0.6), inset 0 1px 2px rgba(255,255,255, 0.6), inset 2px 1px 4px rgba(255,255,255, 0.3), inset 2px 4px 3px rgba(255,255,255, 0.3), inset 0 0 7px 2px rgba(255,255,255, 0.6); }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px){
}



/* ボタンボックス */
.btnbox { text-align: center; }
.btnbox a, .btnbox button { text-align: center; margin: 0 5px 10px; }
@media screen and (max-width: 767px) {
	
}


/* テキストリンク */
a.linktxt { color: #0d0d0d; transition: 0.3s; }
a.linktxt:visited{ color: inherit; }
a.linktxt:hover{ color: #666; }


/* 電話リンク */
a.tel { text-decoration: none; cursor: default; }
a.tel:hover{ color: initial; }


.bottomlink{ margin-top: 30px; text-align: center; }


/*//////////////////


テーブル


//////////////////*/

/* reset */
table { border-collapse: collapse; border-spacing:0; text-align: left; font-style:normal; font-weight:normal; width:100%; }
table th, table td { text-align: left; vertical-align: middle; list-style: none; word-break: break-all; }
table th { font-weight: bold }
table.base, table.type1 { width: 100%; margin: 10px 0; margin-bottom: 5px; table-layout: fixed; }


/* common */
table.base th, table.base td,
table.type1 th, table.type1 td { padding: 20px 20px 18px; line-height: 1.5; border: 1px solid #999999; }
@media screen and (max-width: 1040px){
	table.base th, table.base td,
	table.type1 th, table.type1 td { padding: 12px; line-height: 1.8; }
}


/* type1 */
table.type1 thead th { background: #e5e5e5; text-align: center; } 
table.type1 tbody th { background: #f7f7f7; }














/*//////////////////


svgアイコン


//////////////////*/

/* 線 */
svg.lineblack { stroke: #0d0d0d; fill-opacity: 0; }
svg.linewhite { stroke: #fff; fill-opacity: 0; }

/* 塗り */
svg.black { fill: #0d0d0d; stroke-opacity: 0; }
svg.white { fill: #fff; stroke-opacity: 0; }















/*//////////////////


paddding・margin・border


//////////////////*/

/* border */
.bt0{ border-top:0!important; }
.bb0{ border-bottom:0!important; }
.br0{ border-right:0!important; }
.bl0{ border-left:0!important; }
.b0{ border:0!important; }

/* paddding・margin */
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.pr0 { padding-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pr30 { padding-right: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pr40 { padding-right: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mr40 { margin-right: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pr50 { padding-right: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mr50 { margin-right: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.pr60 { padding-right: 60px !important; }
.mt60 { margin-top: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml60 { margin-left: 60px !important; }
.mr60 { margin-right: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.pr70 { padding-right: 70px !important; }
.mt70 { margin-top: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }
.mr70 { margin-right: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }
.pr80 { padding-right: 80px !important; }
.mt80 { margin-top: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml80 { margin-left: 80px !important; }
.mr80 { margin-right: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pb90 { padding-bottom: 90px !important; }
.pl90 { padding-left: 90px !important; }
.pr90 { padding-right: 90px !important; }
.mt90 { margin-top: 90px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml90 { margin-left: 90px !important; }
.mr90 { margin-right: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl100 { padding-left: 100px !important; }
.pr100 { padding-right: 100px !important; }
.mt100 { margin-top: 100px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml100 { margin-left: 100px !important; }
.mr100 { margin-right: 100px !important; }

/* para */
.para-1 { margin-top: 10px!important; }
.para-2 { margin-top: 20px!important; }
.para-3 { margin-top: 30px!important; } @media screen and (max-width: 1040px) { .para-3 { margin-top: 20px!important; } }
.para-4 { margin-top: 40px!important; } @media screen and (max-width: 1040px) { .para-4 { margin-top: 30px!important; } }
.para-5 { margin-top: 50px!important; } @media screen and (max-width: 1040px) { .para-5 { margin-top: 30px!important; } }
.para-6 { margin-top: 60px!important; } @media screen and (max-width: 1040px) { .para-6 { margin-top: 40px!important; } }
.para-7 { margin-top: 70px!important; } @media screen and (max-width: 1040px) { .para-7 { margin-top: 50px!important; } }
.para-8 { margin-top: 80px!important; } @media screen and (max-width: 1040px) { .para-8 { margin-top: 50px!important; } }
.para-9 { margin-top: 90px!important; } @media screen and (max-width: 1040px) { .para-9 { margin-top: 60px!important; } }
.para-10 { margin-top: 100px!important; } @media screen and (max-width: 1040px) { .para-10 { margin-top: 60px!important; } }
.para-12 { margin-top: 120px!important; } @media screen and (max-width: 1040px) { .para-12 { margin-top: 80px!important; } }
.para-14 { margin-top: 140px!important; } @media screen and (max-width: 1040px) { .para-14 { margin-top: 80px!important; } }
.para-16 { margin-top: 160px!important; } @media screen and (max-width: 1040px) { .para-16 { margin-top: 100px!important; } }
.para-18 { margin-top: 180px!important; } @media screen and (max-width: 1040px) { .para-18 { margin-top: 100px!important; } }
.para-20 { margin-top: 200px!important; } @media screen and (max-width: 1040px) { .para-20 { margin-top: 120px!important; } }
.para1 { margin-bottom: 10px!important; }
.para2 { margin-bottom: 20px!important; }
.para3 { margin-bottom: 30px!important; } @media screen and (max-width: 1040px) { .para3 { margin-bottom: 20px!important; } }
.para4 { margin-bottom: 40px!important; } @media screen and (max-width: 1040px) { .para4 { margin-bottom: 30px!important; } }
.para5 { margin-bottom: 50px!important; } @media screen and (max-width: 1040px) { .para5 { margin-bottom: 30px!important; } }
.para6 { margin-bottom: 60px!important; } @media screen and (max-width: 1040px) { .para6 { margin-bottom: 40px!important; } }
.para7 { margin-bottom: 70px!important; } @media screen and (max-width: 1040px) { .para7 { margin-bottom: 50px!important; } }
.para8 { margin-bottom: 80px!important; } @media screen and (max-width: 1040px) { .para8 { margin-bottom: 50px!important; } }
.para9 { margin-bottom: 90px!important; } @media screen and (max-width: 1040px) { .para9 { margin-bottom: 60px!important; } }
.para10 { margin-bottom: 100px!important; } @media screen and (max-width: 1040px) { .para10 { margin-bottom: 60px!important; } }
.para12 { margin-bottom: 120px!important; } @media screen and (max-width: 1040px) { .para12 { margin-bottom: 80px!important; } }
.para14 { margin-bottom: 140px!important; } @media screen and (max-width: 1040px) { .para14 { margin-bottom: 80px!important; } }
.para16 { margin-bottom: 160px!important; } @media screen and (max-width: 1040px) { .para16 { margin-bottom: 100px!important; } }
.para18 { margin-bottom: 180px!important; } @media screen and (max-width: 1040px) { .para18 { margin-bottom: 100px!important; } }
.para20 { margin-bottom: 200px!important; } @media screen and (max-width: 1040px) { .para20 { margin-bottom: 120px!important; } }


/* 内側に余白 */
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }
.pad40 { padding: 40px; }
.pad50 { padding: 50px; }
.pad60 { padding: 60px; }
.pad70 { padding: 70px; }
.pad80 { padding: 80px; }
.pad90 { padding: 90px; }
.pad100 { padding: 100px; }
.pad120 { padding: 120px; }
.pad140 { padding: 140px; }
.pad160 { padding: 160px; }
.pad180 { padding: 180px; }
.pad200 { padding: 200px; }
.pad4 { padding: 4%; }
.pad6 { padding: 6%; }
.pad8 { padding: 8%; }
@media screen and (max-width: 767px){
	.pad20 { padding: 4%; }
	.pad30 { padding: 6%; }
	.pad40, .pad50, .pad60 { padding: 8%; }
	.pad70, .pad80, .pad90, .pad100 { padding: 12%; }
	.pad120, .pad140, .pad160, .pad180, .pad200 { padding: 16%; }

}

/* 高さ指定ボックス（画像ボックスなどで使用） */
.h100 { height: 300px; }
.h200 { height: 300px; }
.h300 { height: 300px; }
.h400 { height: 400px; }
.h500 { height: 500px; }
.h600 { height: 600px; }
.h700 { height: 700px; }
.h800 { height: 800px; }
.h900 { height: 900px; }
.h1000 { height: 1000px; }
@media screen and (max-width: 1280px){
	.h100, .h200, .h300, .h400, .h500, .h600, .h700, .h800, .h900, .h1000 { height: auto; }
}

/* 画像幅の設定（imgflexboxなどで使用） */
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }

/* 画像最大幅の設定 */
img.max200 { max-width: 200px; }
img.max300 { max-width: 300px; }
img.max400 { max-width: 400px; }
img.max450 { max-width: 450px; }
img.max500 { max-width: 500px; }
img.max600 { max-width: 600px; }
img.max700 { max-width: 700px; }
@media screen and (max-width: 1040px) { 
	img.max200, img.max300, img.max400, img.max450, img.max500, img.max600, img.max700 { display: block; margin-left: auto; margin-right: auto;  }
}


/* 上下内側に余白 */
.ud0 { padding-top: 0px!important; padding-bottom: 0px!important; }
.ud5 { padding-top: 5px!important; padding-bottom: 5px!important; }
.ud10 { padding-top: 10px!important; padding-bottom: 10px!important; }
.ud20 { padding-top: 20px!important; padding-bottom: 20px!important; }
.ud30 { padding-top: 30px!important; padding-bottom: 30px!important; }
.ud40 { padding-top: 40px!important; padding-bottom: 40px!important; }
.ud60 { padding-top: 60px!important; padding-bottom: 60px!important; }
.ud80 { padding-top: 80px!important; padding-bottom: 80px!important; }
.ud100 { padding-top: 100px!important; padding-bottom: 100px!important; }
.ud120 { padding-top: 120px!important; padding-bottom: 120px!important; }
.ud140 { padding-top: 140px!important; padding-bottom: 140px!important; }
.ud160 { padding-top: 160px!important; padding-bottom: 160px!important; }
.ud180 { padding-top: 180px!important; padding-bottom: 180px!important; }
.ud200 { padding-top: 200px!important; padding-bottom: 200px!important; }
@media screen and (max-width: 767px){
	.ud20, .ud30 { padding-top: 20px!important; padding-bottom: 20px!important; }
	.ud40, .ud60 { padding-top: 40px!important; padding-bottom: 40px!important; }
	.ud80, .ud100 { padding-top: 60px!important; padding-bottom: 60px!important; }
	.ud120, .ud140 { padding-top: 80px!important; padding-bottom: 80px!important; }
	.ud160, .ud180, .ud200 { padding-top: 100px!important; padding-bottom: 100px!important; }
}

/* 表示非表示切り替え　*/
.tablethide { display: block; }
.tablethide.inb { display: inline-block; }
.tablethide.inline { display: inline; }
.tabletblock { display: none; }
@media screen and (max-width: 1040px) {
	.tablethide { display: none !important; }
	.tabletblock { display: block; }
	.tabletblock.inb { display: inline-block; }
	.tabletblock.inline { display: inline; }
}

/* 表示非表示切り替え　*/
.middlehide { display: block; }
.middlehide.inblock { display: inline-block; }
.middlehide.inline { display: inline; }
.middleblock { display: none; }
@media screen and (max-width: 767px) {
	.middlehide { display: none !important; }
	.middleblock { display: block; }
	.middleblock.inblock { display: inline-block; }
	.middleblock.inline { display: inline; }
}

.landhide { display: block; }
.landhide.inblock { display: inline-block; }
.landhide.inline { display: inline; }
.landblock { display: none; }
@media screen and (max-width: 639px) {
	.landhide { display: none !important; }
	.landblock { display: block; }
	.landblock.inblock { display: inline-block; }
	.landblock.inline { display: inline; }
}

.sphide { display: block; }
.sphide.inblock { display: inline-block; }
.sphide.inline { display: inline; }
.spblock { display: none; }
@media screen and (max-width: 500px) {
	.sphide { display: none !important; }
	.spblock { display: block; }
	.spblock.inblock { display: inline-block; }
	.spblock.inline { display: inline; }
}

.porthide { display: block; }
.porthide.inblock { display: inline-block; }
.porthide.inline { display: inline; }
.portblock { display: none; }
@media screen and (max-width: 400px) {
	.porthide { display: none !important; }
	.portblock { display: block; }
	.portblock.inblock { display: inline-block; }
	.portblock.inline { display: inline; }
}




















/*//////////////////


ユニーク設定


//////////////////*/

.newslist{  }
.newslist>li{ position: relative; }
.newslist._news>li>dl{ display: flex; flex-direction: row; }
.newslist>li>dl>dd{ font-weight: bold;  flex-shrink: 0; width: 100px; margin-left: -10px; margin-right: 30px; }
.newslist>li>dl>dd .date,
.newslist>li>dl>dd .cat{ display: inline-block; margin-left: 10px; font-family: 'Inter', sans-serif; letter-spacing: 0.08em; font-weight: 600; }
.newslist>li>dl>dd .cat { padding-left: 15px; margin-left: 15px; position: relative; }
.newslist:not(._news)>li{ margin-bottom: 20px; }
.newslist:not(._news)>li:last-child{ margin-bottom: 0; }
.newslist:not(._news)>li>dl>dd{ color: #005caa; display: flex; flex-direction: row; align-items: center; }
.newslist:not(._news)>li>dl>dd .cat:before{ content: ""; background: #005caa; width: 1px; height: 12px; position: absolute ; top: 0; bottom: 0; left: 0; margin-top: auto; margin-bottom: auto; }
.newslist>li>dl>dt{ letter-spacing: 0.05em; }
.newslist>li>dl>dt>a{ text-decoration: none; }
.newslist>li>dl>dt>a:hover{ color: #005caa }

body:not(#index) .newslist:not(._news)>li{ margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #191919; }
body:not(#index):not(.wp) .newslist:not(._news)>li:last-child{ margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
@media screen and (max-width: 1040px){
	.newslist>li{ margin-bottom: 10px; }
	.newslist>li:last-child{ margin-bottom: 0 }
	.newslist>li>dl{ display: block; }
	.newslist>li>dl>dd{  width: auto }
	body:not(#index) .newslist:not(._news)>li{ margin-bottom: 15px; padding-bottom: 15px; }
}
@media screen and (max-width: 767px){
}



.dllist>li{ border-bottom: 1px solid #999999; padding-bottom: 30px; margin-bottom: 30px; position: relative; }
.dllist>li:before,
.dllist._box:before{ content: ""; position: absolute; bottom: -0.8px; height: 2px; width: 151px; display: inline-block; left: 0; background: #005caa; }
.dllist>li>dl{ display: flex; flex-direction: row; }
.dllist>li>dl>dt{ padding-right: 20px; letter-spacing: 0.1em; box-sizing: border-box; flex-shrink: 0; width: 170px; }
.dllist>li>dl>dd{  }

.dllist:not(._box)>li:last-child{ border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.dllist:not(._box)>li:last-child:before{ content: none; }
.dllist._box{ border-top: 1px solid #999999; padding-top: 30px; margin-top: 30px; position: relative; }
.dllist._box:before{ top: -1.4px; bottom: auto; }

.dllist._dtcolor>li>dl>dt{ font-weight: bold; color: #005caa; }

.dlllistbox._column2{ display: flex; flex-direction: row; margin-left: -50px; }
.dlllistbox._column2 .dllist{ margin-left: 50px; width: calc(50% - 50px); }
.dlllistbox._column2 .dllist>li>dl>dt{ width: 118px; }
.dlllistbox._column2 .dllist>li:before,
.dlllistbox._column2 .dllist._box:before{ width: 110px; }
@media screen and (max-width: 1040px) {
	.dlllistbox._column2{ display: block; margin-left: 0; }
	.dlllistbox._column2 .dllist{ margin-left: 0; width: 100%; }
	.dlllistbox._column2 .dllist:nth-child(n + 2){  }
	.dlllistbox._column2 .dllist:nth-child(n + 2){ border-top: 1px solid #999999; padding-top: 30px; margin-top: 30px; position: relative; }
	.dlllistbox._column2 .dllist:nth-child(n + 2):before{ content: ""; position: absolute; top: -1.4px; height: 2px; width: 110px; display: inline-block; left: 0; background: #005caa; }
	.dllist>li>dl>dt{ width: 118px; }
	.dllist>li:before,
	.dllist._box:before{ width: 110px; }
}
@media screen and (max-width: 767px) {
	.dllist>li>dl{ display: block; }
	.dllist>li>dl>dt,
	.dlllistbox._column2 .dllist>li>dl>dt{ width: 100%; font-weight: bold; color: #005caa; }
	.dllist>li:before,
	.dllist._box:before,
	.dlllistbox._column2 .dllist>li:before,
	.dlllistbox._column2 .dllist._box:before{ width: 100px; }
	.dllist>li{ padding-bottom: 20px; margin-bottom: 18px; }
	.dllist._box{ padding-top: 18px; margin-top: 20px; }
	.dlllistbox._column2 .dllist:nth-child(n + 2){ padding-top: 18px; margin-top: 20px }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}



.businessbox{  }
.businessbox .imgbox{  margin-bottom: -60px; position: relative; z-index: 10; padding-left: 6%; padding-right: 6%; box-sizing: border-box; }
.businessbox .imgbox .imglist{ display: flex; flex-direction: row; }
.businessbox .imgbox img{ object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
.businessbox .txtbox{ background: #f7f7f7; padding: 100px 12% 60px; }
.businessbox .txtbox .businesstitle{ font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; font-size: 3rem; line-height: 1.6; letter-spacing: 0.1em;  margin-bottom: 10px; font-weight: 600; color: #196cb2; text-align: center; }
.businessbox .txtbox .businesstitle span{ font-weight: 600; }
.businessbox .txtbox .businesstxt{  }
.businessbox .txtbox .businesslist{ margin-top: 30px; background: #fff; padding: 30px 8%; text-align: center; }
.businessbox .txtbox .businesslist:not(._tate)>.inwrap{ margin-left: -20px; }
.businessbox .txtbox .businesslist:not(._tate)>.inwrap>li{ margin-left: 10px; display: inline-block; vertical-align: middle; }
.businessbox .txtbox .businesslist>.inwrap{ margin-bottom: -10px; }
.businessbox .txtbox .businesslist>.inwrap>li{ margin-bottom: 10px; }
.businessbox .txtbox .businesslist>.inwrap>li>.businesslisttitle{ font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; font-size: 2.2rem; line-height: 1.6; letter-spacing: 0.1em;  font-weight: 600; color: #196cb2; margin-bottom: 5px; }
.businessbox .txtbox .businesslist>.inwrap>li>.businesslisttitle span{ font-weight: 600; }
.businessbox .txtbox .businesslist>.inwrap>li .inlist{ margin-left: -15px; }
.businessbox .txtbox .businesslist>.inwrap>li .inlist>li{ display: inline-block; margin-left: 15px; letter-spacing: 0.05em; }
.businessbox .gallerylist{ display: flex; flex-direction: row; margin-top: 40px; }
.businessbox .gallerylist>li{ width: 33.33%; }
@media screen and (max-width: 1200px) { 
}
@media screen and (max-width: 1040px) { 
	.businessbox .txtbox .businesstitle{ font-size: 2.4rem; }
	.businessbox .txtbox .businesslist>.inwrap>li>.businesslisttitle{ font-size: 1.8rem; }
	.businessbox .txtbox{ padding: 95px 10% 40px; }
	.businessbox .txtbox .businesslist{ margin-top: 25px; padding: 25px 8%; }
}
@media screen and (max-width: 767px) { 
	.businessbox .txtbox .businesstitle{ font-size: 2rem; margin-bottom: 15px; }
	.businessbox>.incnt>.inwrap/*,
	.businessbox>.inwrap*/{ flex-direction: column-reverse; display: flex; }
	.businessbox .txtbox{ padding: 25px 8% 30px; }
	.businessbox .imgbox{  margin-bottom: 0; padding-left: 0; padding-right: 0; }
	.businessbox .imgbox .imglist{ display: block }
	.businessbox .txtbox .businesslist>.inwrap{ margin-left: 0; }
	.businessbox .txtbox .businesslist>.inwrap>li{ margin-left: 0; display: block; margin-bottom: 15px; }
	.businessbox .imgbox img{ height: 200px; }
	.businessbox .txtbox .businesslist{ padding: 20px 8%; }
	.businessbox .txtbox .businesslist>.inwrap>li>.businesslisttitle{ line-height: 1.8; margin-bottom: 3px; }
	.businessbox .gallerylist{ display: block; margin-top: 30px; }
	.businessbox .txtbox .businesslist:not(._tate){ padding-top: 25px; text-align: left; padding-left: 10%; padding-right: 10%; }
	.businessbox .gallerylist>li{ width: 100%; }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}



#contact .contactbox{ background: #ebf2f8; padding: 70px 6%; }
#contact .contactbox .copy{ margin-bottom: 10px; }
#contact .contactbox .txt{ font-size: 1.8rem; text-align: center; }
#contact .contactbox .telbox{ margin-top: 20px; }
#contact .contactbox .telbox .teltxt>a{ justify-content: center; }
#contact .contactbox .telbox .teltxt .telicon{ width: 28px; height: 34px; margin-right: 15px; }
#contact .contactbox .telbox .teltxt .txt{ font-size: 3.8rem; color: #005caa; }
#contact .contactbox .telbox .telopen{ font-size: 1.6rem; text-align: center; padding-left: 25px; }
@media screen and (max-width: 1040px){
	#contact .contactbox{ padding: 40px 8%; }
	#contact .contactbox .telbox .teltxt .telicon{ width: 18px; height: 24px; margin-right: 5px; }
	#contact .contactbox .telbox .teltxt .txt{ font-size: 2.6rem; }
	#contact .contactbox .telbox .telopen{ font-size: 1.4rem; }
	#contact .contactbox .txt{ font-size: 1.6rem; }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
	#contact .contactbox .txt{ text-align: left; }
}



.contactlist{ margin-left: -45px; margin-bottom: -25px; text-align: center; }
.contactlist>li{ display: inline-block; margin-left: 45px; margin-bottom: 25px; vertical-align: top; }
.contactlist>li .telbox{ display: flex; align-items: center; flex-direction: column; margin-top: -10px; }
.contactlist>li .telbox .teltxt a{ color: #fff; }
.contactlist>li .telbox .teltxt .telicon{ width: 26px; height: 34px; margin-right: 15px; }
.contactlist>li .telbox .teltxt .txt{ font-size: 3.8rem; }
.contactlist>li .telbox .telopen{ font-size: 1.6rem; text-align: center; }
.contactlist>li .maillink{ text-align: center; }
.contactlist>li .maillink .mailbtn{ width: 400px; }
@media screen and (max-width: 1300px) {
	.contactlist>li .telbox .teltxt .telicon{ width: 18px; height: 24px; margin-right: 7px; }
	.contactlist>li .telbox .teltxt .txt{ font-size: 2.6rem; }
	.contactlist>li .telbox .telopen{ font-size: 1.4rem; }
	.contactlist>li .maillink .mailbtn{ font-size: 1.8rem; padding-top: 8px; padding-bottom: 8px; }
	.contactlist>li .maillink .mailbtn svg{ width: 24px; height: 20px; vertical-align: -3px; }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1040px) {
	.contactlist>li .maillink .mailbtn{ font-size: 1.6rem; }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px){
	.contactlist>li .maillink .mailbtn{ width: 100%; max-width: 400px; }
}
