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





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


font import


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

/*@import url(fonts/roboto.css);*/
@import url(//fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap);
















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


Body


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

body { /* min-width: 1080px; */ font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size: 1.6rem; color: #333; line-height: 2; box-sizing: border-box; }
@media screen and (max-width: 1040px) { 
	body{ padding-right: 0; }
}
@media screen and (max-width: 767px) { 
	body{ font-size: 1.3rem }
}
@media screen and (max-width: 479px) { 
	
}




















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


基本構成


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

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


/* secwrap：セクションを丸ごと囲う（背景画像セクションなど） */
.secwrap { padding: 100px 0; }
.secwrap.min { padding: 80px 0; }
.secwrap.end { padding-bottom: 0; margin-bottom: 80px; } /* 連続しない時 */
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 1040px){
	.secwrap { padding: 80px 0; }
}
@media screen and (max-width: 767px){
	.secwrap,
	.secwrap.min { padding: 60px 0; }
	.secwrap.end { margin-bottom: 60px; } /* 連続しない時 */
}


/* section */
.section { margin-bottom: 130px; }
.section.middle { margin-bottom: 120px; }
.section.wide { margin-bottom: 180px; }
.section.min { margin-bottom: 100px; }
.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 1040px){
	.section{ margin-bottom: 70px; }
	.section.middle { margin-bottom: 90px; }
}
@media screen and (max-width: 767px){
	.section.min { margin-bottom: 60px; }
}
@media screen and (max-width: 479px){
	.section{ margin-bottom: 50px; }
	.section.middle { margin-bottom: 45px; }
}

/* insec */
.insec { margin-bottom: 45px; }
.insec.wide { margin-bottom: 120px; }
.insec.middle { margin-bottom: 60px; }
.insec:last-child { margin-bottom: 0; }
@media screen and (max-width: 1040px) {
	.insec.wide{ margin-bottom: 90px }
}
@media screen and (max-width: 767px) {
	.insec{ margin-bottom: 30px }
	.insec.wide,
	.insec.middle { margin-bottom: 45px; }
}

.inbox{ margin-bottom: 30px; }
@media screen and (max-width: 767px){
	.inbox{ margin-bottom: 20px; }
}

/* incnt */
.incnt { max-width: 1060px; width: 88%; margin: 0 auto; position: relative; }
.incnt.min { max-width: 880px; }
.incnt.wide { max-width: 1180px; }
.incnt.wider { max-width: 1340px; }
.incnt.fix { max-width: none; width: calc(100% - 120px); margin: 0 60px; }
.incnt.max { max-width: none; width: 100%; }
@media screen and (max-width: 1280px){
	.incnt.fix { width: calc(100% - 80px); margin: 0 40px; }
}
@media screen and (max-width: 1040px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min { width: 88%; }
	.incnt.fix{ width: calc(100% - 12%); margin: 0 6%; }
}
@media screen and (max-width: 767px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min { width: 88%; }
	.incnt.none { width: 100%; }
}


/* basecnt */
/*
.basecnt { display: flex; justify-content: space-between; align-items: flex-start; }
.basecnt .inside { width: 25%; margin-top: -2px; }
.basecnt .inmain { width: 71%; }
@media screen and (max-width: 1040px) { 
	.basecnt { display: block; }
	.basecnt .inside { width: 100%; margin-top: 0px; }
	.basecnt .inmain { width: 100%; }
}
*/




















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


内部レイアウト


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


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


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


/* 装飾ボックス */
.bgbox { background: #f8f5ef; padding: 55px 80px; }
.bgbox.white { background: #fff; }
.bgbox.blue { background: #f2f5f6;}
.bgbox.min { padding: 40px; }
.bgbox.wide { padding: 60px; }
@media screen and (max-width: 1040px) { 
	.bgbox, .bgbox.wide { padding-left: 6%; padding-right: 6%; }
}
@media screen and (max-width: 767px) { 
	.bgbox, .bgbox.wide { padding: 25px 6%; }
}

.borderbox { border: 2px solid #9f8553; padding: 40px 6% 60px; box-sizing: border-box; border-radius: 10px; }
.borderbox.black { background: #333; }
.borderbox.min { padding: 40px; }
.borderbox.wide { padding: 60px; }
@media screen and (max-width: 1040px) { 
	.borderbox, .borderbox.wide { padding-left: 6%; padding-right: 6%; }
}
@media screen and (max-width: 639px) { 
	.borderbox, .borderbox.wide { padding: 25px 6%; }
}


/* 画面幅いっぱい（IEではサポートしていない） */
.normalbox { margin: 0 calc(50% - 440px); position: relative; } /* width:880px; */
.widebox { margin: 0 calc(50% - 590px); position: relative; } /* width:1080px; */
.widerbox { margin: 0 calc(50% - 690px); position: relative; } /* width:1380px; */
.fixbox { margin: 0 calc(50% - 50vw + 120px); position: relative; } /* padding:0 60px; */
.maxbox { margin: 0 calc(50% - 50vw); position: relative; } /* width:100%; */
@media screen and (max-width: 1500px){
	.widerbox { margin: 0 calc(50% - 44vw); } /* padding:0 6%; */
}
@media screen and (max-width: 1280px){
	.widebox, .fixbox { margin: 0 calc(50% - 44vw); } /* padding:0 6%; */
}
@media screen and (max-width: 1040px){
	.normalbox { margin: 0 calc(50% - 44vw); } /* padding:0 6%; */
}



/*
.imgbox.type1 { display: flex; flex-wrap: wrap; }
.imgbox.type1 .item { display: flex; align-items: center; }
.imgbox.type1 .item.padding { padding: 8%; box-sizing: border-box; }
.imgbox.type1 .item img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
@media screen and (max-width: 767px) {
	.imgbox.type1 { display: block; }
	.imgbox.type1 .item { width: 100%; }
}


.basebox { padding: 80px 100px; background: #fff; box-sizing: border-box; margin-bottom: 20px; }
@media screen and (max-width: 1180px) { 
	.basebox { padding: 60px; }
}*/



/* スマホ横スクロール（js連動）　data-spwidth属性にスマホ時の表示サイズを記載 */
.scrollmsg { display: none; color: #004680; margin-bottom: 10px; }
@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",serif; } /* 明朝体 */
.gothic { font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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 Condensed', sans-serif; letter-spacing: 0.05em; } 
.noto{ font-family: 'Noto Sans Japanese', sans-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: 767px) { 
	.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; } /* 取り消し線 */
.linehigh { line-height: 2.4; } /* 取り消し線 */
.linelow { line-height: 1.4; } /* 取り消し線 */
.line1 { line-height: 1; } /* 取り消し線 */


/* txt */
.txt.small { font-size: 1.5rem; }
.txt.big1 { font-size: 1.8rem; }
.txt.big2 { font-size: 2rem; }
.txt.big3 { font-size: 2.8rem; }
@media screen and (max-width: 767px) { 
	.txt.small { font-size: 1.3rem; }
	.txt.big1 { font-size: 1.5rem; }
	.txt.big2 { font-size: 1.8rem; }
	.txt.big3 { font-size: 2rem; }
}


/* txt.color */
.txt.blue { color: #1d4cb4; }
.txt.skyblue { color: #19b5b5; }
.txt.black { color: #333; }
.txt.white { color: #fff; }
.txt.light { color: #f7f7f7; }
.txt.grey { color: #aaa; }
.txt.red { color: #e50312; }
.txt.yellow { color: #ffff00; }

/* bg */
.bg.blue { background: #1d4cb4; }
.bg.skyblue { background: #19b5b5; }
.bg.black { background: #333; }
.bg.white { background: #fff; }
.bg.light { background: #f7f7f7; }
.bg.grey { background: #aaa; }
.bg.red { background: #e50312; }
.bg.yellow { background: #ffff00; }

.bg.black.txt.white{ background: #333; color: #fff; }
.bg.blue.txt.white{ background: #1d4cb4; color: #fff; }

/* border */
.border.blue { border: 1px solid #1d4cb4; }
.border.skyblue { border: 1px solid #19b5b5; }
.border.black { border: 1px solid #333; }
.border.white { border: 1px solid #fff; }
.border.light { border: 1px solid #f7f7f7; }
.border.grey { border: 1px solid #aaa; }
.border.yellow { border: 1px solid #ffff00; }
.border.red { border: 1px solid #e50312; }

/* marker */
.marker.blue { background: linear-gradient(transparent 60%, #1d4cb4 0%); }
.marker.skyblue { background: linear-gradient(transparent 60%, #19b5b5 0%); }
.marker.black { background: linear-gradient(transparent 60%, #333 0%); }
.marker.black.txt.white { color: #fff; background: linear-gradient(transparent 60%, #333 0%); }
.marker.white { background: linear-gradient(transparent 60%, #fff 0%); }
.marker.light { background: linear-gradient(transparent 60%, #f7f7f7 0%); }
.marker.grey { background: linear-gradient(transparent 60%, #aaa 0%); }
.marker.red { background: linear-gradient(transparent 60%, #e50312 0%); }
.marker.yellow { background: linear-gradient(transparent 60%, #ffff00 0%); }

/* txt */
.txtsmall { font-size: 14px; }
.txtbig1 { font-size: 18px; }
.txtbig2 { font-size: 23px; }
.txtbig3 { font-size: 28px; }
@media screen and (max-width: 767px) { 
	.txtbig1,
	.txtbig2 { font-size: 18px; }
}


/* txt.color */
.txtblue { color: #1D4CB4; }
.txtskyblue { color: #19b5b5; }
.txtblack { color: #333; }
.txtwhite { color: #fff; }
.txtlight { color: #f7f7f7; }
.txtgrey { color: #aaa; }
.txtred { color: #BD0A0F; }
.txtyellow { color: #ffff00; }

/* bg */
.bgblue { background: #005188; }
.bgskyblue { background: #19b5b5; }
.bgblack { background: #333; }
.bgwhite { background: #fff; }
.bglight { background: #f7f7f7; }
.bggrey { background: #aaa; }
.bgred { background: #BD0A0F; }
.bgyellow { background: #ffff00; }

/* border */
.borderblue { border: 1px solid #005188; }
.borderskyblue { border: 1px solid #19b5b5; }
.borderblack { border: 1px solid #333; }
.borderwhite { border: 1px solid #fff; }
.borderlight { border: 1px solid #f7f7f7; }
.bordergrey { border: 1px solid #aaa; }
.borderyellow { border: 1px solid #ffff00; }
.borderred { border: 1px solid #BD0A0F; }

/* marker */
.markerblue { background: linear-gradient(transparent 60%, #005188 0%); }
.markerskyblue { background: linear-gradient(transparent 60%, #19b5b5 0%); }
.markerblack { background: linear-gradient(transparent 60%, #333 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%, #BD0A0F 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: 2px solid #191919; padding-left: 20px; padding-right: 20px; }


/* 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; }


/* none */
ul.none li { padding-left: 0!important; text-indent: 0!important; }
ul.none li:before { content: ""!important; }


/* margin */
ul.margin5 li, ol.margin5 li { margin-bottom: 5px; }
ul.margin10 li, ol.margin10 li { margin-bottom: 10px; }


/* 画像を中央でトリミング */
img.objectfit { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }


.dotlist{ margin-left: -15px; text-align: left; }
.dotlist>li{ margin-left: 15px; display: inline-block; vertical-align: middle; }
.editbody ul.dotlist>li:before{ content: none }
.editbody ul.dotlist>li:before{ content: ""; background: #9f8553; width: 8px; height: 8px; border-radius: 50%; display: inline-block; vertical-align: 2px; margin-right: 5px; }
.editbody .bgbox{ padding: 35px 6%; }
.editbody .dotlist{ font-size: 1.8rem; }
@media screen and (max-width: 1040px){
}
@media screen and (max-width: 767px) { 
	.editbody .dotlist{ font-size: 1.6rem; }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}


.sakuralist img{ width: 36px; }




.spanlist{ margin-left: -5px; margin-bottom: -10px; }
.spanlist>li{ margin-left: 5px; display: inline-block; margin-bottom: 10px; }
.spanlist>li>span{ display: inline-block; background: #142D58; line-height: 1; color: #fff; padding: 10px 17px; letter-spacing: 0.05em; }
@media screen and (max-width: 767px){
	.spanlist>li>span{ font-size: 1em; }
}

.gallerylist{ display: flex; flex-direction: row; margin-left: -20px; }
.gallerylist>li{ margin-left: 20px; }
.editbody ul.gallerylist>li:before{ content: none }
.editbody ul.gallerylist li{ padding-left: 0!important; text-indent: 0!important; }
@media screen and (max-width: 767px){
	.gallerylist{ display: block; margin-left: 0; margin-bottom: -15px; }
	.gallerylist>li{ margin-left: 0; margin-bottom: 15px; }
}



.inblist{ margin-left: -15px; text-align: left; }
.inblist>li{ display: inline-block; vertical-align: middle; margin-left: 15px; padding-left: 1em!important; text-indent: -1em; }


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


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


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

/* pagetitle */
.pagetitle {  }
.pagetitle .en { font-family: 'Roboto Condensed', sans-serif; font-size: 50px; letter-spacing: 0.08em; color: #005188; line-height: 1.3; margin-bottom: 10px; }
.pagetitle .title { font-weight: bold; line-height: 1.6; font-size: 18px; }
@media screen and (max-width: 767px) { 
	.pagetitle .en { font-size: 32px; }
	.pagetitle .title { font-size: 16px; }
}


/* sectitle */
.topsectitle { font-family: 'Roboto Condensed'; font-weight: bold; font-size: 5.6rem; color: #1D4CB4; text-align: left; }
.topsecsubtitle { font-weight: bold; line-height: 1.6; font-size: 1.6rem; color: #1D4CB4; text-align: left; }
@media screen and (max-width: 767px) { 
	.topsectitle { font-size: 2.8rem; margin-bottom: 5px }
	.topsecsubtitle{ font-size: 1.4rem }
}


/* sectitle */
.sectitle { margin-bottom: 40px; line-height: 1.6; text-align: center; width: 100%; }
.sectitle .en { font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #005188; }
.sectitle .title { font-weight: bold; color: #005188; font-size: 28px; margin-bottom: 5px; font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.15em; }
@media screen and (max-width: 767px) { 
	.sectitle { margin-bottom: 20px; }
	.sectitle .en { font-size: 12px; }
	.sectitle .title { font-size: 20px; }
}
@media screen and (max-width: 639px) { 
	.sectitle .title { letter-spacing: 0.1em; }
}

.sectitlebox{ margin-bottom: 40px }
.sectitlebox .undersectitle{ font-weight: bold; font-size: 3.6rem; line-height: 1.6; font-family: 'Noto Sans Japanese', sans-serif; letter-spacing: 0.05em; margin-bottom: 10px }
.sectitlebox .undersecsubtitle{ font-weight: bold; font-size: 1.8rem; color: #1d4cb4; font-family: 'Roboto Condensed'; letter-spacing: 0.05em }
@media screen and (max-width: 1040px) { 
	.sectitlebox{ margin-bottom: 30px }
	.sectitlebox .undersectitle { font-size: 2.8rem!important; }
	.sectitlebox .undersecsubtitle{ font-size: 1.8rem }
}
@media screen and (max-width: 767px) { 
	.sectitlebox{ margin-bottom: 20px }
	.sectitlebox .undersectitle { font-size: 2.4rem!important; margin-bottom: 5px; }
	.sectitlebox .undersecsubtitle{ font-size: 1.6rem }
}
@media screen and (max-width: 639px) { 
}

.insectitle{  }
.insectitle>.inwrap{ font-family: 'Noto Sans Japanese', sans-serif; letter-spacing: 0.05em; color: #1d4cb4; font-weight: bold; font-size: 2.8rem; line-height: 1.6; padding-bottom: 5px; margin-bottom: 30px; border-bottom: 2px solid #1d4cb4; display: inline-block; }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	.insectitle>.inwrap{ font-size: 1.8rem; margin-bottom: 20px; border-bottom: 2px solid #1d4cb4; }
}
@media screen and (max-width: 639px) { 
}


/* blocktitle */
.blocktitlebox{ color: #1d4cb4; margin-bottom: 20px; display: flex; flex-direction: row; line-height: 1.4 }
.blocktitlebox .entitle{ font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; font-weight: bold; font-size: 1.8rem; padding-right: 20px; border-right: 1px solid #1d4cb4; margin-right: 20px; }
.blocktitlebox .jntitle{ font-weight: bold; font-size: 1.8rem }
@media screen and (max-width: 1040px) { 
}
@media screen and (max-width: 767px) { 
	.blocktitlebox{ margin-bottom: 10px; }
	.blocktitlebox .entitle{ font-size: 1.6rem; padding-right: 15px; margin-right: 15px; }
	.blocktitlebox .jntitle{ font-weight: bold; font-size: 1.8rem }
}
@media screen and (max-width: 639px) { 
}



/* subtitle */
.subtitle { text-align: left; line-height: 1.7; color: #000; font-size: 2rem; font-weight: bold; margin-bottom: 10px; }
.subtitle span.ez-toc-section { font-weight: bold; }
.subtitle.pink { color: #e96da3; }
@media screen and (max-width: 767px) { 
	.subtitle { font-size: 1.6rem; }
}

.icontitle{ margin-bottom: 10px; }
.icontitle>span{ background: #333; color: #fff; display: inline-block; padding: 9px 12px; line-height: 1.2; font-weight: bold; letter-spacing: 0.05em; }
@media screen and (max-width: 767px) { 
	.icontitle>span{ padding: 7px 10px; }
}



/* copy */
.copy.style1 { font-size: 3.2rem; margin-bottom: 40px; line-height: 1.7; font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.05em; font-feature-settings : "palt"; } /* editor - Style-A */
.copy.style2 { font-size: 2.8rem; margin-bottom: 40px; line-height: 1.7; font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.05em; font-feature-settings : "palt"; } /* editor - Style-B */
.copy.style3 { font-size: 2.4rem; margin-bottom: 25px; line-height: 1.7; font-family: 'Noto Sans JP', sans-serif; letter-spacing: 0.05em; font-feature-settings : "palt"; } /* editor - Style-B */
#index .copy.style1,
#index .copy.style2{ letter-spacing: 0.15em; margin-bottom: 25px; }
@media screen and (max-width: 767px) { 
	.copy.style1 { font-size: 2.4rem; margin-bottom: 20px!important; line-height: 1.8 }
	.copy.style2,
	.copy.style3 { font-size: 1.8rem; margin-bottom: 20px!important; line-height: 1.8 }
}


/* copy */
.copy{ font-weight: bold; font-size: 1.8rem; line-height: 1.6; margin-bottom: 30px;  font-family: 'Noto Sans Japanese', sans-serif; letter-spacing: 0.05em; }
@media screen and (max-width: 767px) { 
	.copy{ margin-bottom: 20px; }
}

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













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


リンク・ボタン


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

/* init */
a, input[type=submit] { color: #333; transition: 0.3s; }
a:hover { color: #666; }
a.btn, button { transition: 0.6s; 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: #333; }
@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%; min-width: 260px; line-height: 1.6; text-align: center; text-decoration: none!important; position: relative; background: #1D4CB4; border: 1px solid #1D4CB4; border-radius: 5px; color: #fff; padding: 20px 90px 20px 30px; box-sizing:border-box; font-size: 15px; text-align:left; font-weight:bold; letter-spacing: 0.15em }
a.btn:after {content:""; background: url(../img/common/arr1_white.svg) no-repeat center center;background-size:6px 12px;width: 60px;height: 70%;position: absolute;right: 0;top: 15%; border-left: 1px solid #ccc; transition:0.6s;}
a.btn:hover:after { background-image: url(../img/common/arr1_blue.svg); border:none; width: 50px; }
a.btn.mwnone { min-width: 0; }
@media screen and (max-width: 767px) {
	a.btn, button { padding: 15px 10%; min-width: 0; max-width: 100%; width: 100%; font-size: 13px }
	button { min-width: 180px; }
}

/* ボタン個別設定 */
a.btn.blue { background: #1D4CB4; color: #fff; border: 1px solid #1D4CB4; }
a.btn.blue:hover { background: #f7f7f7; color: #1D4CB4; }
a.btn.blue:hover:after{ border-left: 1px solid #1D4CB4; }
a.btn.white { background: transparent; color: #fff; border: 1px solid #fff; }
a.btn.white:hover { background: #fff; color: #1D4CB4; }
a.btn.white:hover:after{ border-left: 1px solid #1D4CB4; }
button.blue { background: #005188; color: #fff; border: 1px solid #005188; }
button.blue:hover { background: #fff; color: #005188; }
button.light { background: #eee; color: #333; border: 1px solid #eee; }
button.light:hover { background: #ccc; border: 1px solid #aaa; }


/* リンクボタン */
/*
a.linkbtn { color: #005188; font-size: 14px; text-decoration: none; position: relative; padding-right: 40px; line-height: 1; }
a.linkbtn:after { content: url(../img/common/arr2.svg); width: 30px; position: absolute; right: 0; top: 0px; transition: 0.3s; }
a.linkbtn:hover:after { right: -10px; }
@media screen and (max-width: 767px) {
}
*/

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


/* テキストリンク */
a.linktxt { color: #333; 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; }





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


テーブル


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

/* 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; }


/* common */
table.base th, table.base td,
table.type1 th, table.type1 td { padding: 36px 4%; line-height: 1.8; border: 1px solid #000000; }
@media screen and (max-width: 1040px) { 
	table.base th, table.base td,
	table.type1 th, table.type1 td{ padding-top: 20px; padding-bottom: 20px; }
}


/* type1 */
table.type1 thead th { background: #eee; text-align: center; } 
table.type1 tbody th { background: #f7f7f7; font-weight: normal; border-right: none }
table.type1 tbody th+td{ border-left: none }















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


svgアイコン


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

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

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

















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


paddding・margin・border


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

/* border */
.border { border-color: #333; }
.border.all { border: 1px solid; }
.border.btm { border-bottom: 1px solid; }
.border.top { border-top: 1px solid; }
.border.left { border-left: 1px solid; }
.border.right { border-right: 1px solid; }
.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: 767px) { .para-3 { margin-top: 20px!important; } }
.para-4 { margin-top: 40px!important; } @media screen and (max-width: 767px) { .para-4 { margin-top: 30px!important; } }
.para-5 { margin-top: 50px!important; } @media screen and (max-width: 767px) { .para-5 { margin-top: 30px!important; } }
.para-6 { margin-top: 60px!important; } @media screen and (max-width: 767px) { .para-6 { margin-top: 40px!important; } }
.para-7 { margin-top: 70px!important; } @media screen and (max-width: 767px) { .para-7 { margin-top: 50px!important; } }
.para-8 { margin-top: 80px!important; } @media screen and (max-width: 767px) { .para-8 { margin-top: 50px!important; } }
.para-9 { margin-top: 90px!important; } @media screen and (max-width: 767px) { .para-9 { margin-top: 60px!important; } }
.para-10 { margin-top: 100px!important; } @media screen and (max-width: 767px) { .para-10 { margin-top: 60px!important; } }
.para-12 { margin-top: 120px!important; } @media screen and (max-width: 767px) { .para-12 { margin-top: 80px!important; } }
.para-14 { margin-top: 140px!important; } @media screen and (max-width: 767px) { .para-14 { margin-top: 80px!important; } }
.para-16 { margin-top: 160px!important; } @media screen and (max-width: 767px) { .para-16 { margin-top: 100px!important; } }
.para-18 { margin-top: 180px!important; } @media screen and (max-width: 767px) { .para-18 { margin-top: 100px!important; } }
.para-20 { margin-top: 200px!important; } @media screen and (max-width: 767px) { .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: 767px) { .para3 { margin-bottom: 20px!important; } }
.para4 { margin-bottom: 40px!important; } @media screen and (max-width: 767px) { .para4 { margin-bottom: 30px!important; } }
.para5 { margin-bottom: 50px!important; } @media screen and (max-width: 767px) { .para5 { margin-bottom: 30px!important; } }
.para6 { margin-bottom: 60px!important; } @media screen and (max-width: 767px) { .para6 { margin-bottom: 40px!important; } }
.para7 { margin-bottom: 70px!important; } @media screen and (max-width: 767px) { .para7 { margin-bottom: 50px!important; } }
.para8 { margin-bottom: 80px!important; } @media screen and (max-width: 767px) { .para8 { margin-bottom: 50px!important; } }
.para9 { margin-bottom: 90px!important; } @media screen and (max-width: 767px) { .para9 { margin-bottom: 60px!important; } }
.para10 { margin-bottom: 100px!important; } @media screen and (max-width: 767px) { .para10 { margin-bottom: 60px!important; } }
.para12 { margin-bottom: 120px!important; } @media screen and (max-width: 767px) { .para12 { margin-bottom: 80px!important; } }
.para14 { margin-bottom: 140px!important; } @media screen and (max-width: 767px) { .para14 { margin-bottom: 80px!important; } }
.para16 { margin-bottom: 160px!important; } @media screen and (max-width: 767px) { .para16 { margin-bottom: 100px!important; } }
.para18 { margin-bottom: 180px!important; } @media screen and (max-width: 767px) { .para18 { margin-bottom: 100px!important; } }
.para20 { margin-bottom: 200px!important; } @media screen and (max-width: 767px) { .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: 767px) { 
	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.inb { display: inline-block; }
.middlehide.inline { display: inline; }
.middleblock { display: none; }
@media screen and (max-width: 767px) {
	.middlehide { display: none !important; }
	.middleblock { display: block; }
	.middleblock.inb { display: inline-block; }
	.middleblock.inline { display: inline; }
}
.landhide { display: block; }
.landhide.inb { display: inline-block; }
.landhide.inline { display: inline; }
.landblock { display: none; }
@media screen and (max-width: 639px) {
	.landhide { display: none !important; }
	.landblock { display: block; }
	.landblock.inb { display: inline-block; }
	.landblock.inline { display: inline; }
}
.sphide { display: block; }
.sphide.inb { display: inline-block; }
.sphide.inline { display: inline; }
.spblock { display: none; }
@media screen and (max-width: 479px) {
	.sphide { display: none !important; }
	.spblock { display: block; }
	.spblock.inb { display: inline-block; }
	.spblock.inline { display: inline; }
}
.porthide { display: block; }
.porthide.inb { display: inline-block; }
.porthide.inline { display: inline; }
.portblock { display: none; }
@media screen and (max-width: 400px) {
	.porthide { display: none !important; }
	.portblock { display: block; }
	.portblock.inb { display: inline-block; }
	.portblock.inline { display: inline; }
}




















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


ユニーク設定


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


.contactlist{  margin-left: -20px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.contactlist>li{ display: inline-block; vertical-align: middle; margin-left: 20px; margin-top: 30px }
.contactlist>.mailbox{ width: calc(50% - 20px); }
.contactlist>.mailbox>a{ display: inline-block; background: #1d4cb4; color: #fff; border: 1px solid #1d4cb4; border-radius: 5px; text-decoration: none; width: 100%; box-sizing: border-box; padding: 15px 6%; text-align: center; }
.contactlist>.mailbox>a>svg{ width: 26px; height: 18px; display: inline-block; vertical-align: middle; }
.contactlist>.mailbox>a>svg .cls-1{ transition: 0.3s; fill:#fff; }
.contactlist>.mailbox>a>span{ font-weight: bold; display: inline-block; vertical-align: middle; letter-spacing: 0.1em }
.contactlist>.mailbox>a:hover{ background: #fff; color: #1d4cb4 }
.contactlist>.mailbox>a:hover>svg .cls-1{fill:#1d4cb4;}
.contactlist>.telbox{ width: 100%; text-align: center; margin-left: 0 }
.contactlist>.telbox>a{ text-decoration: none; color: #1d4cb4; }
.contactlist>.telbox .tel{ margin-bottom: 5px; line-height: 1.4;  }
.contactlist>.telbox .tel>img{ width: 20px; height: 24px; display: inline-block; vertical-align: middle; margin-right: 10px }
.contactlist>.telbox .tel>span{ font-weight: bold; font-size: 3.2rem; line-height: 1; display: inline-block; vertical-align: middle; }
.contactlist>.telbox .txt{ text-align: center; font-size: 1.4rem }
.contactlist>.linebox{ width: calc(50% - 20px); }
.contactlist>.linebox>a{ display: inline-block; background: #00b900; color: #fff; border: 1px solid #00b900; border-radius: 5px; text-decoration: none; width: 100%; box-sizing: border-box; padding: 14px 6%; text-align: center; }
.contactlist>.linebox>a>svg{ width: 34px; height: 34px; display: inline-block; vertical-align: middle; }
.contactlist>.linebox>a>svg .line_st0.st0{ transition: 0.3s; }
.contactlist>.linebox>a>span{ font-weight: bold; display: inline-block; vertical-align: middle; }
.contactlist>.linebox>a:hover{ background: #fff; color: #00b900 }
.contactlist>.linebox>a:hover>svg .line_st0.st0{fill:#00b900;}
@media screen and (max-width: 1040px) {
	.contactlist{  margin-left: -10px; display: block; text-align: center; max-width: 400px; width: 100%; margin-top: 10px }
	.contactlist>li{ margin-left: 10px; }
	.contactlist>.mailbox{ width: 180px; margin-top: 10px }
	.contactlist>.mailbox>a{ padding: 10px 6%; width: 100% }
	.contactlist>.linebox{ width: 180px; margin-top: 10px }
	.contactlist>.linebox>a{ padding: 10px 6%; width: 100% }
}
@media screen and (max-width: 767px) { 
	.contactlist{  margin-left: auto; margin-right: auto; margin-top: 10px }
	.contactlist>li{ margin-left: 10px; }
	.contactlist>.telbox .tel>img{ width: 14px; height: 16px; margin-right: 5px }
	.contactlist>.telbox .tel>span{ font-size: 2.4rem; }
	.contactlist>.linebox>a>svg{ width: 26px; height: 26px; }
	.contactlist>.telbox .txt{ font-size: 1.2rem }
}
@media screen and (max-width: 479px) { 
}


.newslist{ border-top: 1px solid #cccccc }
.newslist>li{ border-bottom: 1px solid #cccccc; padding-top: 30px; padding-bottom: 30px }
.newslist>li:last-child{ margin-bottom: 0 }
.newslist>li>dl{  }
.newslist>li>dl>dt{  }
.newslist>li>dl>dd{ margin-left: -15px; margin-top: 10px }
.newslist>li>dl>dd .date{ display: inline-block; vertical-align: middle; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; margin-left: 15px; font-weight: bold; }
.newslist>li>dl>dd .cat{ display: inline-block; vertical-align: middle; margin-left: 15px; font-size: 1.3rem; background: #e5e5e5; padding: 4px 24px; line-height: 1.4 }
@media screen and (max-width: 1040px){
}
@media screen and (max-width: 767px) { 
	.newslist>li{ padding-top: 20px; padding-bottom: 20px }
	.newslist>li>dl>dd .cat{ padding: 5px 15px; font-size: 1.2rem }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}








.worklistbox{ position: relative; }
.worklistbox .worklist { display: flex; margin-left: -35px; width: 100% }
.worklistbox .worklist>.slick-list{ width: 100%; overflow: visible; }
.worklistbox .worklist li { margin-left: 40px; margin-bottom: 60px; /*display: flex;*/ position:relative; }
.worklistbox .worklist li a { display: block; width: 100%; text-decoration: none; }
.worklistbox .worklist li .txtbox { padding-top: 10px; margin-top: 270px; position: relative; }
.worklistbox .worklist li .imgbox { position:absolute; width: 100%; height: 270px; left: 0; top: 0; }
.worklistbox._1 .worklist li .imgbox{ position: static; }
.worklistbox .worklist li .imgbox img { width: 100%; height: 100%; object-fit: cover;font-family: 'object-fit: cover;'; }
.worklistbox .worklist li .imgbox:before{ content: ""; background: rgba(29, 76, 180, .3); position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; transition: 0.3s }
.worklistbox .worklist li a:hover{ color: #1D4CB4 }
.worklistbox .worklist li a:hover .imgbox:before{ opacity: 1 }
.worklistbox .worklist .slide-arrow{ width: 60px; height: 60px; position: absolute; top: 0; bottom: 120px; margin-top: auto; margin-bottom: auto; cursor: pointer; z-index: 1000 }
.worklistbox .worklist .slide-arrow .st0,
.worklistbox .worklist .slide-arrow .st1{ transition: 0.3s }
.worklistbox .worklist .slide-arrow:hover .st0,
.worklistbox .worklist .slide-arrow:hover .st1{fill:#edf7f9;}
.worklistbox .worklist .slide-arrow:hover .st1{ stroke: #1E4B9E }
.worklistbox .worklist .slide-arrow.slick-disabled{ cursor: default; }
.worklistbox .worklist .slide-arrow.slick-disabled .st0,
.worklistbox .worklist .slide-arrow.slick-disabled .st1{fill:#E5E5E5!important;}
.worklistbox .worklist .slide-arrow.slick-disabled .st1{ stroke: #191919!important }
.worklistbox .worklist .slide-arrow.prev-arrow{ left: 10px }
.worklistbox .worklist .slide-arrow.next-arrow{ right: -30px }
.worklistbox._1 .worklist li{ margin-bottom: 40px }
.worklistbox._1 .worklist .slide-arrow{ bottom: 40px }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	.worklistbox .worklist .slide-arrow{ width: 40px; height: 40px;  bottom: 90px; }
	.worklistbox .worklist .slide-arrow.prev-arrow{ left: 20px }
	.worklistbox .worklist .slide-arrow.next-arrow{ right: -20px }
	.worklistbox .worklist li { margin-left: 30px; margin-bottom: 40px }
}


.categoryarchivelist{ overflow: hidden; }
.categoryarchivelist>ul{ display: flex; flex-direction: row; margin-left: -10px; margin-bottom: -10px; flex-wrap: wrap; }
.categoryarchivelist>ul>li{ margin-left: 10px; width: calc(25% - 10px); margin-bottom: 10px }
.categoryarchivelist>ul>li>a{ display: inline-block; background: #e5e5e5; line-height: 1.4; padding: 14px 20px; box-sizing: border-box; width: 100%; border-radius: 5px; text-decoration: none; text-align: center; }
.categoryarchivelist>ul>li.current{  }
.categoryarchivelist>ul>li>a:hover,
.categoryarchivelist>ul>li.current>a{ background: #1d4cb4; color: #fff }
@media screen and (max-width: 1040px) {
	.categoryarchivelist>ul>li{ width: calc(50% - 10px); }
}
@media screen and (max-width: 767px) { 
}



.workkeyword .txtstyle1 { font-size: 1.8rem; font-weight: bold; margin-bottom: 25px; padding-left: 30px; position: relative; }
.workkeyword .txtstyle1:before { content:""; background: url(../img/common/check.svg) no-repeat; background-size: 25px 20px; width: 60px; height: 70%; position: absolute; left: 0; top: 7px; }
.keywordlist { margin-left: -10px; text-align: left; }
.keywordlist li {  display: inline-block; margin-bottom: 10px; margin-left: 5px }
.keywordlist li>a{ font-size: 1.4rem; font-weight: bold; background: #E5E5E5; padding: 5px 20px; border-radius: 5px; display: inline-block; text-decoration: none; }
.keywordlist li>a:hover{ background: #1D4CB4; color: #fff }
.single .workkeyword .txtstyle1{ font-size: 2rem; margin-bottom: 15px }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	.single .workkeyword .txtstyle1{ font-size: 1.8rem }
	.workkeyword .txtstyle1 { font-size: 1.6rem }
	.workkeyword .txtstyle1:before{ top: 5px }
	.keywordlist li>a{ font-size: 1.2rem; padding: 5px 10px; }
}



.flowlist{  }
.flowlist>li{ background: #f7f7f7; padding: 40px 40px 40px 6%; margin-bottom: 20px }
.flowlist>li:last-child{ margin-bottom: 0 }
.flowlist>li:nth-child(even){ background: #edf7f9; }
.flowlist>li>.inwrap{ display: flex; flex-direction: row; align-items: center; }
.flowlist>li>.inwrap .flowtxtbox{ width: 100% }
.flowlist>li .flowtitlebox{ display: flex; flex-direction: row; align-items: flex-end; margin-bottom: 15px; margin-left: -20px }
.flowlist>li .flowtitlebox .flownum{ color: #1d4cb4; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; line-height: 1; text-align: center; margin-left: 20px; }
.flowlist>li .flowtitlebox .flownum>._flow{ font-weight: bold; }
.flowlist>li .flowtitlebox .flownum>._num{ font-weight: bold; font-size: 5.4rem; }
.flowlist>li .flowtitlebox .flowtitle{ font-weight: bold; font-size: 1.8rem; margin-left: 20px; }
.flowlist>li .disctxt{  }
.flowlist>li>.inwrap .flowtxtbox+.flowimgbox{ flex-shrink: 0; width: 41.6%; margin-left: 6% }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	.flowlist>li{ padding: 30px 8%; margin-bottom: 15px }
	.flowlist>li>.inwrap{ display: block; }
	.flowlist>li>.inwrap .flowtxtbox{ width: 100% }
	.flowlist>li .flowtitlebox{ margin-bottom: 15px; margin-left: -20px }
	.flowlist>li .flowtitlebox .flownum{ margin-left: 20px; }
	.flowlist>li .flowtitlebox .flownum>._num{ font-size: 2.7rem; }
	.flowlist>li .flowtitlebox .flowtitle{ font-size: 1.6rem; margin-left: 15px; }
	.flowlist>li>.inwrap .flowtxtbox+.flowimgbox{width: 100%; margin-left: 0; margin-top: 20px }
}












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


recruitment person template


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

#recruitmentnav{ margin-bottom: 80px; padding-top: 20px }
#recruitmentnav>.incnt>ul.inwrap{ display: flex; flex-direction: row; margin-left: -13px }
#recruitmentnav>.incnt>ul.inwrap>li{ width: calc(25% - 13px); margin-left: 13px; }
#recruitmentnav>.incnt>ul.inwrap>li>.inwrap{ width: 100%; box-sizing: border-box; border: 2px solid #1d4cb4; padding: 15px 6%; line-height: 1.4; border-radius: 5px; text-decoration: none; color: #1d4cb4; display: inline-block; text-align: center; }
#recruitmentnav>.incnt>ul.inwrap>li>.inwrap:hover,
#recruitmentnav>.incnt>ul.inwrap>li.current>span.inwrap{ color: #fff; background: #1d4cb4; }
@media screen and (max-width: 1040px) { 
	#recruitmentnav{ margin-bottom: 60px; }
}
@media screen and (max-width: 767px) { 
	#recruitmentnav>.incnt>ul.inwrap{ display: block; margin-left: 0; margin-bottom: -10px }
	#recruitmentnav>.incnt>ul.inwrap>li{ width: 100%; margin-left: 0; margin-bottom: 10px; }
	#recruitmentnav>.incnt>ul.inwrap>li>.inwrap{ border: 1px solid #1d4cb4; }
}


#tabs { }
#tabs .tab_item {width: calc(50% - 60px); background-color: #f7f7f7; text-align: center; color: #1d4cb4; display: flex; height: 110px; align-items: center; justify-content: center; float: left; text-align: center; font-weight: bold; transition: all 0.2s ease;  font-weight: bold; font-size: 2rem; line-height: 1.6; letter-spacing: 0.05em; position: relative; padding: 15px 4%; box-sizing: border-box; }
#tabs .tab_item ._main{ font-weight: bold; font-family: 'Noto Sans Japanese', sans-serif; letter-spacing: 0.1em; }
#tabs .tab_item ._name{ font-weight: normal; font-size: 1.6rem; margin-left: 20px; padding-top: 5px; }
#tabs .tab_item[for="tab1"]{ margin-left: 60px }
#tabs .tab_item[for="tab2"]{ margin-right: 60px }
#tabs .tab_item:hover {opacity: 0.75; }
#tabs input[name="tab_item"] {display: none; }
#tabs .tab_content {display: none; clear: both; overflow: hidden; border-top: 2px solid #1d4cb4; padding-top: 20px }
#tabs #tab1:checked ~ #tab1_content,
#tabs #tab2:checked ~ #tab2_content {display: block; }
#tabs input:checked + .tab_item {background-color: #1d4cb4; color: #fff; }
#tabs input:checked + .tab_item:after{ content: ""; background: url(../img/common/jbtabs_currentbg.svg) no-repeat; background-size: contain; width: 542px; height: 118px; display: inline-block; position: absolute; bottom: -17.4px; left: 0; right: 0; margin-left: auto; margin-right: auto; z-index: -1 }
@media screen and (max-width: 1040px){
	#tabs .tab_item{ float: none; width: 100%; font-size: 1.8rem; width: 88%; padding: 20px 6%; height: auto; }
	#tabs .tab_item ._name{ font-size: 1.4rem }
	#tabs input:checked + .tab_item:after{ content: none }
	#tabs .tab_item[for="tab1"],
	#tabs .tab_item[for="tab2"]{ margin: 0 6% }
}
@media screen and (max-width: 767px) {
	#tabs{ padding-top: 20px }
	#tabs .tab_item{ display: block; text-align: left; margin-left: 0 }
	#tabs .tab_item{ font-size: 1.6rem; display: block; text-align: left; margin-left: 0 }
	#tabs .tab_item ._name{ font-size: 1.2rem; display: block; text-align: left; margin-left: 0; margin-top: 5px }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}

.tabtitlesec{ padding-left: 120px; }
.tabtitlesec>.inwrap{ position: relative; padding-top: 80px; }
.tabtitlesec .titlebox{ background: #f7f7f7; display: flex; align-items: center; padding: 15px 8%; box-sizing: border-box; height: 100%; min-height: 500px; margin-right: auto; width: 44.6%; position: relative; }
.tabtitlesec .titlebox>.inwrap{ display: inline-block; text-align: left; }
.tabtitlesec .titlebox>.inwrap+.bg{ width: 550px; height: 140px; position: absolute; bottom: -50px; right: -140px }
.tabtitlesec .titlebox .copy{ letter-spacing: 0.1em }
.tabtitlesec .titlebox .nametxt{ color: #1d4cb4 }
.tabtitlesec .imgbox{ flex-shrink: 0; width: 62.2%; position: absolute; top: 0; right: 0; bottom: 0; z-index: -1; padding-bottom: 40px; }
.tabtitlesec .imgbox>img{  width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ height: 100%; }
@media screen and (max-width: 1040px){
	.tabtitlesec{ padding-left: 0; padding-bottom: 30px }
	.tabtitlesec>.inwrap{ padding-top: 0; display: flex; flex-direction: column-reverse; }
	.tabtitlesec .titlebox{ display: block; padding: 35px 8%; height: auto; min-height: auto; margin-right: auto; width: calc(100% - 150px); position: relative; margin-top: -30px }
	.tabtitlesec .imgbox>img{ height: 400px }
	.tabtitlesec .imgbox{ width: 100%; position: static; padding-bottom: 0; }
}
@media screen and (max-width: 767px) {
	.tabtitlesec .titlebox>.inwrap+.bg{ width: 275px; height: 70px; bottom: -30px; right: -70px }
	.tabtitlesec .titlebox{padding: 35px 8%; width: calc(100% - 80px); margin-top: -30px }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
	.tabtitlesec .imgbox>img{ height: 270px }
	.tabtitlesec .titlebox{padding: 25px 8%; }
	.tabtitlesec .titlebox>.inwrap+.bg{ right: -40px }
	.tabtitlesec .titlebox{width: calc(100% - 50px); }
}




.bgbgsec{  }
.bgbgsec>.incnt{  }
.bgbgsec>.incnt>.inwrap{ background: #f7f7f7; padding: 60px 6% 50px }
.bgbgsec>.incnt>.inwrap>.inwrap{ background: #fff; padding: 110px 6% 50px }
.bgbgsec>.incnt>.inwrap .titlebox{ margin-bottom: -70px; color: #1d4cb4 }
.bgbgsec>.incnt>.inwrap .titlebox .entitle{ font-weight: bold; font-size: 5.6rem; text-align: center; line-height: 1.4; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; }
.bgbgsec>.incnt>.inwrap .titlebox .jntitle{ font-weight: bold; text-align: center; }
.bgbgsec._transparent>.incnt>.inwrap{ background: transparent; padding: 0; padding-top: 20px }
.bgbgsec._transparent>.incnt>.inwrap>.inwrap{ background: #f7f7f7; padding: 110px 6% 50px }
@media screen and (max-width: 1040px){
	.bgbgsec>.incnt>.inwrap{ padding: 40px 6% 40px }
	.bgbgsec>.incnt>.inwrap>.inwrap{ padding: 100px 6% 40px }
	.bgbgsec>.incnt>.inwrap .titlebox{ margin-bottom: -60px; }
	.bgbgsec>.incnt>.inwrap .titlebox .entitle{ font-size: 3.8rem; }
}
@media screen and (max-width: 767px) {
	.bgbgsec>.incnt>.inwrap{ padding: 30px 6% 30px }
	.bgbgsec>.incnt>.inwrap>.inwrap{ padding: 80px 6% 30px }
	.bgbgsec>.incnt>.inwrap .titlebox{ margin-bottom: -45px; }
	.bgbgsec>.incnt>.inwrap .titlebox .entitle{ font-size: 2.8rem; }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}





.dailybox{ display: flex; flex-direction: row; justify-content: center; margin-left: -85px }
.dailybox .ambox{ margin-left: 85px }
.dailybox .pmbox{ margin-left: 85px }
.timelist{ position: relative; padding-top: 20px; padding-bottom: 55px; }
.timelist:before{ content: ""; background: #191919; display: inline-block; width: 1px; height: 100%; position: absolute; top: 0; bottom: 0; left: 79px; }
.timelist>li{ display: flex; flex-direction: row; line-height: 1.6; align-items: center; margin-bottom: 5px }
.timelist>li:last-child{ margin-bottom: 0 }
.timelist>li .time{ width: 105px; padding-right: 50px; box-sizing: border-box; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; font-weight: bold; font-size: 2.1rem; position: relative; color: #1d4cb4; text-align: right; flex-shrink: 0 }
.timelist>li .time:before{ content: ""; display: inline-block; background: #1d4cb4; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: 20px; z-index: 10 }
.timelist>li .title{ position: relative; padding-left: 50px; letter-spacing: 0.05em }
.timelist>li .title:before{ content: ""; display: inline-block; width: 38px; height: 2px; border-top: 1px dotted #191919; position: absolute; top: 0; bottom: 0; left: 0; margin-top: auto; margin-bottom: auto; }
.timelist>li._space4hour{ margin-bottom: 135px }
.timelist>li._space3hour{ margin-bottom: 70px }
.timelist>li._space2hour{ margin-bottom: 20px }
@media screen and (max-width: 1040px){
	.dailybox{ margin-left: 0; width: 100%; max-width: 320px; display: block; margin-left: auto; margin-right: auto; }
	.dailybox .ambox{ margin-left: 0; margin-bottom: 10px }
	.dailybox .pmbox{ margin-left: 0 }
	.timelist{ padding-top: 10px; padding-bottom: 20px; }
	.timelist>li._space4hour{ margin-bottom: 50px }
	.timelist>li._space3hour{ margin-bottom: 40px }
}
@media screen and (max-width: 767px) {
	.dailybox{ max-width: 260px; }
	.timelist>li .time{ font-size: 1.8rem }
	.timelist:before{ left: 69px; }
	.timelist>li .time{ width: 85px; padding-right: 30px; }
	.timelist>li .time:before{ width: 8px; height: 8px; right: 12px; }
	.timelist>li .title{ padding-left: 40px; }
	.timelist>li .title:before{ width: 28px; }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}



.faqlist{  }
.faqlist>li{ margin-bottom: 60px }
.faqlist>li:last-child{ margin-bottom: 0 }
.faqlist>li>.incnt{  }
.faqlist>li>.incnt>.inwrap{  }
.faqlist>li>.incnt>.inwrap>dt{ margin-bottom: 20px }
.faqlist>li>.incnt>.inwrap .entitle{ font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; font-weight: bold; font-size: 1.8rem; padding-right: 90px; position: relative; color: #1d4cb4; margin-bottom: 5px; display: inline-block; }
.faqlist>li>.incnt>.inwrap .entitle:after{ content: ""; display: inline-block; background: #1d4cb4; height: 1px; width: 70px; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: 0 }
.faqlist>li>.incnt>.inwrap .jntitle{ font-weight: bold; font-family: 'Noto Sans Japanese', sans-serif; letter-spacing: 0.05em; font-size: 2.8rem; }
.faqlist>li>.incnt>.inwrap>dd{  }
.faqlist>li._imgbox{ position: relative; padding-top: 60px; padding-bottom: 60px; margin-top: -10px }
.faqlist>li._imgbox:before{ content: ""; display: block; background: #e7f5f8; position: absolute; top: 0; bottom: 0; right: 0; height: 100%; width: 86.4%; z-index: -1 }
.faqlist>li._imgbox .imglist{ display: flex; flex-direction: row; margin-left: -20px; align-items: flex-end; }
.faqlist>li._imgbox .imglist>li{ margin-left: 20px }
.faqlist>li._imgbox .imglist>li>img{ width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ height: 100%; }
.faqlist>li._imgbox .imglist>li:nth-child(1){ width: 53.1%; height: 490px }
.faqlist>li._imgbox .imglist>li:nth-child(2){ width: 31%; height: 394px; }
@media screen and (max-width: 1040px){
	.faqlist>li>.incnt>.inwrap .jntitle{ font-size: 2.4rem; }
	.faqlist>li._imgbox .imglist>li:nth-child(1){ width: 50%; height: 400px }
	.faqlist>li._imgbox .imglist>li:nth-child(2){ width: 30%; height: 300px; }
}
@media screen and (max-width: 767px) {
	.faqlist>li{ margin-bottom: 30px }
	.faqlist>li>.incnt>.inwrap>dt{ margin-bottom: 10px }
	.faqlist>li>.incnt>.inwrap .entitle{ font-size: 1.6rem; padding-right: 50px; margin-bottom: 0; }
	.faqlist>li>.incnt>.inwrap .entitle:after{ width: 30px; }
	.faqlist>li>.incnt>.inwrap .jntitle{ font-size: 1.6rem; }
	.faqlist>li._imgbox{ padding-top: 40px; padding-bottom: 40px; }
	.faqlist>li._imgbox:before{ width: 90%; }
	.faqlist>li._imgbox .imglist{ display: block; margin-left: 0; }
	.faqlist>li._imgbox .imglist>li{ margin-left: 0 }
	.faqlist>li._imgbox .imglist>li:nth-child(1){ width: 100%; height: 300px }
	.faqlist>li._imgbox .imglist>li:nth-child(2){ width: 100%; height: 200px; }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
	.faqlist>li._imgbox{ padding-top: 30px; padding-bottom: 30px; }
	.faqlist>li._imgbox .imglist>li:nth-child(1){ height: 280px }
	.faqlist>li._imgbox .imglist>li:nth-child(2){ height: 180px; }
}


.worksarchive{ margin-left: -40px; margin-bottom: -50px; display: flex; flex-direction: row; flex-wrap: wrap; }
.worksarchive>li{ margin-left: 40px; margin-bottom: 50px; width: calc(33.33% - 40px); }
.worksarchive>li>.inwrap{ display: block; text-decoration: none; }
.worksarchive>li .imgbox{ position: relative; }
.worksarchive>li .imgbox img{ transition: .3s; width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ height: 270px; position: relative; }
.worksarchive>li .imgbox:before{ content: ""; background: rgba(29, 76, 180, .3); position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; transition: 0.3s; z-index: 1 }
.worksarchive>li .imgbox .icon{ position: absolute; bottom: -18px; left: 20px; display: inline-block; border-radius: 5px; background: #1d4cb4; color: #fff; font-size: 1.4rem; text-decoration: none; padding: 9px 22px; line-height: 1.4; z-index: 100 }
.worksarchive>li .txtbox{ padding-left: 20px; padding-right: 20px; padding-top: 35px }
.worksarchive>li .txtbox .title{ transition: .3s }
.worksarchive>li .txtbox .date{ font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; font-weight: bold; }
.worksarchive>li>.inwrap:hover .txtbox .title{ color: #1d4cb4 }
.worksarchive>li>.inwrap:hover .imgbox:before{ opacity: 1 }
@media screen and (max-width: 1040px){
	.worksarchive>li{ width: calc(50% - 40px); }
}
@media screen and (max-width: 767px) {
	.worksarchive{ margin-left: -30px; margin-bottom: -30px; }
	.worksarchive>li{ margin-left: 30px; margin-bottom: 30px; width: calc(50% - 30px); }
	.worksarchive>li .txtbox{ padding-top: 30px; padding-left: 8%; padding-right: 8%; }
	.worksarchive>li .imgbox .icon{ font-size: 1.2rem; padding: 6px 15px; bottom: -15px; left: 8%; }
	.worksarchive>li .imgbox img{ height: 200px; }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
	.worksarchive{ margin-left: 0; margin-bottom: -20px; display: block; }
	.worksarchive>li{ margin-left: 0; margin-bottom: 20px; width: 100%; }
	.worksarchive>li .txtbox{ padding-left: 6%; padding-right: 6%; }
	.worksarchive>li .imgbox .icon{ left: 6%; }
}



.singleinfobox{ margin-bottom: 60px }
.singleinfobox .singlepagetitle{ font-weight: bold; font-size: 3.6rem; line-height: 1.6; font-family: 'Noto Sans Japanese', sans-serif; letter-spacing: 0.05em; margin-bottom: 20px }
.singleinfobox .infodisc{ margin-left: -15px }
.singleinfobox .infodisc .date{ display: inline-block; vertical-align: middle; color: #1d4cb4; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.05em; margin-left: 15px }
.singleinfobox .infodisc .cat{ display: inline-block; vertical-align: middle; margin-left: 15px }
.singleinfobox .infodisc .cat>.icon{ display: inline-block; vertical-align: middle; border-radius: 5px; background: #1d4cb4; color: #fff; font-size: 1.4rem; text-decoration: none; padding: 9px 22px; line-height: 1.4; }
@media screen and (max-width: 1040px) { 
	.singleinfobox{ margin-bottom: 40px }
	.singleinfobox .singlepagetitle { font-size: 2.4rem!important; }
}
@media screen and (max-width: 767px) { 
	.singleinfobox .singlepagetitle{ font-size: 2rem!important; margin-bottom: 10px; }
	.singleinfobox .infodisc .cat>.icon{ font-size: 1.2rem; padding: 6px 15px; }
}
@media screen and (max-width: 639px) { 
}


#relatedworksec{ margin-bottom: 80px }
#relatedworksec .relatedsectitle{ font-weight: bold; font-size: 2rem; margin-bottom: 30px; letter-spacing: 0.05em }
@media screen and (max-width: 1040px){
}
@media screen and (max-width: 767px) {
	#relatedworksec{ margin-bottom: 40px }
	#relatedworksec .relatedsectitle{ margin-bottom: 15px; font-size: 1.8rem }
}
@media screen and (max-width: 639px){
}
@media screen and (max-width: 479px){
}
