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


/*
base #191919
blue #0f73b5
red #d60a0f
*/
	
	
	
@import url('//fonts.googleapis.com/css2?family=Cormorant+Infant&display=swap');
@import url('//fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
@import url('//fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');

/*
font-family: 'Cormorant Infant', serif;
font-family: 'Shippori Mincho B1', serif;
font-family: 'Jost', sans-serif;
*/










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


// Frame / Block


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

body { font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size: 1.6rem; color: #191919; line-height: 2; letter-spacing: 0.08em; }
@media screen and (max-width: 767px) { 
	body { font-size: 1.4rem; }
}
.noscrpt p { padding: 5px; background: #0f73b5; font-weight: bold; text-align: center; }


/* secwrap */
.secwrap { padding: 100px 0; }
.secwrap.min { padding: 80px 0; }
.secwrap.fin { margin-bottom: 100px; }
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.secwrap,
	.secwrap.min { padding: 60px 0; }
	.secwrap.fin { margin-bottom: 60px; }
}


/* section */
.section { margin-bottom: 160px; }
.section.min { margin-bottom: 100px; }
.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.section { margin-bottom: 80px; }
	.section.min { margin-bottom: 60px; }
}


/* 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: 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: 1100px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min { width: 88%; }
}
@media screen and (max-width: 767px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min, .incnt.fix { width: 88%; margin: 0 auto; }
	.incnt.none { width: 100%; }
}


/* block */
.block {  }
.block.s1 { margin-bottom: 80px; }
.block.s2 { margin-bottom: 140px; }
@media screen and (max-width: 767px) {
	.block.s1 { margin-bottom: 40px; }
	.block.s2 { margin-bottom: 80px; }
}


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


/* bgbox */
/*
.bgbox { background: #f7f7f7; padding: 40px 60px; }
.bgbox.white { background: #fff; }
.bgbox.min { padding: 40px; }
.bgbox.wide { padding: 60px; }
@media screen and (max-width: 767px) { 
	.bgbox, .bgbox.wide { padding: 60px; }
}
@media screen and (max-width: 639px) { 
	.bgbox, .bgbox.wide { padding: 40px 8%; }
}
*/


/* borderbox */
/*
.borderbox { border: 1px solid #0f73b5; padding: 40px 60px; box-sizing: border-box; }
.borderbox.black { background: #191919; }
.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%; }
}
*/


.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; }

.coverimg { width : 100%; height : 100%; -o-object-fit : cover; object-fit : cover; }










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


Text


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

.mincho { font-family: 'Shippori Mincho B1', yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; letter-spacing: 0.12em; }
@media screen and (max-width: 767px) { 
	.mincho { letter-spacing: 0.09em; }
}
.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; }
.jost { font-family: 'Jost', sans-serif; }
.corm { font-family: 'Cormorant Infant', serif; letter-spacing: 0.02em; }
.corm.s1 { font-size: 2.0rem; }
@media screen and (max-width: 767px) { 
	.corm.s1 { font-size: 1.4rem; }
}


/* txt */
.txtsmall { font-size: 1.5rem; }
.txtnormal { font-size: 1.6rem; }
.txtbig { }
.justify { text-align: center; }
.txtbig.s1 { font-size: 3.2rem; }
.txtbig.s2 { font-size: 2.4rem; }
.txtbig.s3 { font-size: 2.0rem; }
.txtbig.s4 { font-size: 1.8rem; }
@media screen and (max-width: 767px) { 
	.txtsmall { font-size: 1.3rem; }
	.txtnormal { font-size: 1.4rem; }
	.justify { text-align: justify; }
	.txtbig.s1 { font-size: 2rem; }
	.txtbig.s2 { font-size: 1.8rem; }
	.txtbig.s3 { font-size: 1.6rem; }
	.txtbig.s4 { font-size: 1.4rem; }
}

.txtblue { color: #0f73b5!important; }
.txtblack { color: #191919!important; }
.txtwhite { color: #fff!important; }
.txtred { color: #d60a0f!important; }
.txtyellow { color: #ffdb3f!important; }

.bgblue { background: #0f73b5; }
.bgblack { background: #191919; }
.bgwhite { background: #fff; }
.bggrey { background: #f7f7f7; }
.bgred { background: #d60a0f; }
.bgyellow { background: #ffdb3f; }

.borderblue { border: 1px solid #0f73b5; }
.borderblack { border: 1px solid #191919; }
.borderwhite { border: 1px solid #fff; }
.borderred { border: 1px solid #d60a0f; }
.borderyellow { border: 1px solid #ffdb3f; }

.markerblue { background: linear-gradient(transparent 60%, #06318F 0%); }
.markergrey { background: linear-gradient(transparent 60%, #f7f7f7 0%); }
.markerred { background: linear-gradient(transparent 60%, #d60a0f 0%); }
.markeryellow { background: linear-gradient(transparent 60%, #ffdb3f 0%); }

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

p.indent,
ul.indent li,
ol.indent li { padding-left: 1em!important; text-indent: -1em; }

p.caution,
ul.caution li { padding-left: 1em!important; text-indent: -1em; }
p.caution:before,
ul.caution li:before { content:"※"!important; }

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

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

ul.dotlist li { padding-left: 1em!important; text-indent: -1em; }
ul.dotlist li:before { content:"●"!important; color: #0f73b5; font-size: 0.7em; margin-right: 0.3em; }










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


Title/Copy


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

/* pagetitle */
.pagetitle { min-width: 400px; color: #fff; text-align: center; }
.pagetitle .en { font-family: 'Cormorant Infant', serif; letter-spacing: 0.02em; font-size: 5.4rem; color: #fff; line-height: 1.0; border-bottom: 1px solid #fff; padding: 0 20px 0.2em; }
.pagetitle .title { line-height: 1.6; font-size: 2.8rem; color: #fff; letter-spacing: 0.2em; font-feature-settings : "palt"; font-feature-settings : "palt"; font-family: 'Shippori Mincho B1', yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; letter-spacing: 0.12em; margin-top: 10px; }
@media screen and (max-width: 1100px) { 
}
@media screen and (max-width: 767px) { 
	.pagetitle { width: auto; min-width: 0; padding: 0 6%;}
	.pagetitle .en { font-size: 3.4rem; padding: 0 20px 0.2em; }
	.pagetitle .title { font-size: 1.9rem; margin-top: 5px;}
}


/* sectitle */
.sectitle { margin-bottom: 40px; text-align: center; color: #0f73b5; }
.sectitle.wide { margin-bottom: 60px; }
.sectitle .en { font-family: 'Cormorant Infant', serif; letter-spacing: 0.02em; font-size: 2.4rem;  }
.sectitle .title { font-feature-settings : "palt"; font-family: 'Shippori Mincho B1', yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; letter-spacing: 0.12em; font-size: 3.2rem; line-height: 1.6; }
.sectitle.white { color: #fff; }
 @media screen and (max-width: 767px) { 
	.sectitle { margin-bottom: 25px; }
	.sectitle .en { font-size: 1.8rem; }
	.sectitle .title { font-size: 2.1rem; }
	.sectitle.wide { margin-bottom: 40px; }
}

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


/* copy */
.copy { font-feature-settings : "palt"; font-family: 'Shippori Mincho B1', yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; letter-spacing: 0.12em; color: #0f73b5; }
.copy.s1 { font-size: 3.2rem; line-height: 1.6; margin-bottom: 30px; }
.copy.s1.min {  margin-bottom: 20px; }
.copy.s1.wide { margin-bottom: 50px; }
.copy.s2 { font-size: 2.4rem; line-height: 1.75; margin-bottom: 30px; }
.copy.s2.min { margin-bottom: 20px; }
.copy.s3 { font-size: 2.0rem; line-height: 1.75; margin-bottom: 20px; }
@media screen and (max-width: 767px) { 
	.copy { letter-spacing: 0.09em; }
	.copy.s1 { font-size: 2.0rem; margin-bottom: 30px; }
	.copy.s1.min {  margin-bottom: 20px; }
	.copy.s1.wide { margin-bottom: 50px; }
	.copy.s2 { font-size: 1.8rem; margin-bottom: 20px; }
	.copy.s2.min { margin-bottom: 15px; }
	.copy.s3 { font-size: 1.65rem; margin-bottom: 15px; }
}


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











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


Btn /Link


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

/* init */
a { transition: 0.3s; color: #191919; text-decoration: none; }
a:hover {  }
.btn.base { padding: 15px 0; width: 320px; max-width: 100%; transition: 0.3s; line-height: 1.4; position: relative; font-family: 'Shippori Mincho B1', yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; letter-spacing: 0.12em; display: inline-block; text-align: left; background: #0f73b5; border: 1px solid #0f73b5; color: #fff; box-sizing: border-box; }
.btn.base>span { height: 100%; min-width: 100%; display: flex; justify-content: center; align-items: center; box-sizing: border-box; }
.btn.base span:after { content: url(../img/common/arw1_white.svg); font-size: 0; display: inline-block; margin-left: 5px; width: 25px; height: 4px; transition: 0.3s; }
.btn.base:hover span:after { content: url(../img/common/arw1_blue.svg); margin-left: 10px; }
.btn.base:hover { background: #fff; color: #0f73b5; }
.btn.wide { padding: 30px 0; width: 420px; font-size: 2.0rem; }
.btn.reset { background: #f7f7f7; color: #0f73b5; }
.btn.reset:hover { background: #ddd; }
.btn.reset span:after { content: url(../img/common/arw1_blue.svg); }
@media screen and (max-width: 767px) {
	a { transition: none; }
	.btn.base { width: 100%; }
	.btn.wide { padding: 20px 40px; width: 100%; font-size: 1.6rem; }
}
@media screen and (max-width: 500px) {
}


/* btnbox */
.btnbox { width: 100%; margin-top: 40px; }
.btnbox.min { margin-top: 30px; }
.btnbox ul { margin-left: -20px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: -10px; }
.btnbox ul>li { margin-left: 20px; margin-top: 10px; }
@media screen and (max-width: 500px) {
	.btnbox { margin-top: 30px; }
	.btnbox.min {margin-top: 20px; }
	.btnbox ul { margin-left: 0; display: block; margin-top: 0;}
	.btnbox ul>li { margin-left: 0; margin-bottom: 20px; width: 100%; }
	.btnbox ul>li:last-child { margin-bottom: 0px; }
}

/* linktxt */
a.linktxt { text-decoration: underline; font-size: 1.8rem; font-family: yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;}
a.linktxt:visited{ color: inherit; }
a.linktxt:hover{ color: #666; }
@media screen and (max-width: 767px) {
	a { transition: none; }
	a.linktxt { font-size: 1.5rem; }
}










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


Table


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

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

/* common */
table.base th, table.base td,
table.type1 th, table.type1 td { padding: 30px 2%; line-height: 1.6; border: 1px solid #191919; }

/* base */
table.base { }

/* type1 */
table.type1 { }










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


Animation


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

/* animation: fadeIn 0.6s ease 1s 1 normal; */
@keyframes fadein { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@keyframes fadeout { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}










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


Svg


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









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


#Form


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

/* input */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form textarea { border: 1px solid #191919; background: #fff!important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 60px; width: 100%; transition: 0.3s; letter-spacing: 1.6; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
form textarea { height: 300px; width: 100%; resize: vertical; display: block; }
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form textarea:focus { background: #eee!important; }
form input[type="text"]:read-only,
form input[type="tel"]:read-only,
form input[type="email"]:read-only,
form input[type="password"]:read-only,
form textarea:read-only { background: #eee!important; }
@media screen and (max-width: 767px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="email"],
	form input[type="password"] { padding: 18px 12px; height: 60px; }
}

/* other */
input::placeholder, textarea::placeholder { color: #ccc!important; }
p.ermsg { color: #d60a0f; line-height: 1.8; margin-top:10px; }
p.ermsg + p.ermsg { margin-top:0; }
.required { display: inline-block; background: #0f73b5; color: #fff; line-height: 1; padding: 5px 8px; font-size: 1.4rem; margin-left: 10px; letter-spacing: 0; }
ul.list.error { margin-bottom: 60px; }
ul.list.error li { margin-bottom: 5px; color: #d60a0f;}
@media screen and (max-width: 767px) {
}

/* size */
form .short { width: 300px!important;}
form .middle { width: 500px!important;}
@media screen and (max-width: 767px) {
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
}

/* file */
form input[type="file"] { padding: 3px 5px; font-size: 100%; height: 30px; z-index: -1; }
form input[type="file"]:read-only { background: #eee; }
form input[type="file"] { display: none; }

/* checkbox */
form input[type="checkbox"] { width: 16px; height: 16px; border:1px solid #191919; background-color: #fff!important; cursor: pointer; background-size: 16px 16px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -2px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #0f73b5!important; border:1px solid #0f73b5; }
form input[type="checkbox"].checked:before,
form input[type="checkbox"]:checked:before,
form input[type="checkbox"].checked:after,
form input[type="checkbox"]:checked:after { content:none!important; }

/* radio */
form input[type="radio"] { width: 18px; height: 18px; border-radius: 50%; border:1px solid #191919; background-color: #fff!important; cursor: pointer; background-size: 18px 18px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -3px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #0f73b5!important; border: 1px solid #0f73b5; }
form input[type="radio"].checked:before,
form input[type="radio"]:checked:before,
form input[type="radio"].checked:after,
form input[type="radio"]:checked:after { content:none!important; }

/* date */
input[type="date"]:focus { outline: 0; }
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button{ -webkit-appearance: none; }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; height: 60px; width: 60px; right: 0; cursor: pointer; }
input[type="date"] { position: relative; width: 210px; height: 60px; border: 0; background: transparent; box-sizing: border-box; font-size: 1.5rem; color: #191919; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; letter-spacing: 0.1em; padding-left: 10px; }

/* daybox */
form .daybox label { position: relative; display: inline-block; width: 210px; height: 60px; border: 1px solid #191919; color: #191919; margin-left: 15px; }
form .daybox label::before { content: ""; background: #ccc; width: 60px; height: 60px; top: 0; right: 0; position: absolute; z-index: -1; border-left: 1px solid #191919; }
form .daybox label::after { position: absolute; content: url("../img/contact/calender.svg"); width: 20px; height: 20px; top: 16px; right: 19px; z-index: -1; }
@media screen and (max-width: 900px) { 
	form .daybox label { margin-left: 0; margin-top: 5px; }	
}

/* selectbox */
form .selectbox { height: 60px; width: 380px; position: relative; z-index: 1; border: 1px solid #191919; background: #fff; }
form .selectbox::before { content: ""; background: #f7f7f7; width: 60px; height: 60px; top: 0; right: 0; position: absolute; z-index: -1; border-left: 1px solid #191919; }
form .selectbox::after { content: url(../img/common/arw2_blue.svg); position: absolute; font-size: 0; width: 14px; height: 8px; right: 23px; top: calc(50% - 2px);  z-index: -1; }
form .selectbox select { font-size: 1.5rem; width: 100%; height: 100%; padding: 0 15px; position: relative; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; letter-spacing: 0.1em; }
@media screen and (max-width: 500px) { 
	form .selectbox { width: 100%; }
}

/* filebox */
form .filebox label { padding: 15px 40px; background: #0f73b5; border: 1px solid #0f73b5; color: #fff; cursor: pointer; transition: 0.3s; }
form .filebox label:hover { background: #fff; color: #0f73b5; }
form .filebox label span:after { content: url(../img/common/arr1_white.svg); width: 10px; height: 10px; font-size: 0; vertical-align: 0px; margin-left: 10px; transform: rotate(-90deg); z-index: 1; display: inline-block; } 
form .filebox label:hover span:after { content: url(../img/common/arr1_blue.svg); } 
form .filebox .filename { margin-top: 10px; margin-bottom: 20px; }
@media screen and (max-width: 767px){
	form .filebox { display: block; align-items: center; }
	form .filebox label:hover { background: #0f73b5; color: #fff; }
	form .filebox label:hover span:after { content: url(../img/common/arr1_white.svg); } 
}

/* timebox */
form .selectbox.time { width: 210px; margin-left: 20px; }
@media screen and (max-width: 900px) { 
	form .selectbox.time { margin-left: 0; margin-top: 10px; }	
}
@media screen and (max-width: 767px) {
	form select{ height: 60px; padding-left: 0; padding-right: 15px; }
}

/* layout */
form ul.formlist>li { margin-bottom: 30px; }
#contact.check form ul.formlist>li { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #0f73b5;}
#contact.check form ul.formlist { padding-top: 30px; border-top: 1px solid #0f73b5;}
#contact.check form ul.formlist { margin-bottom: 80px; }
form ul.formlist>li dl { display: flex; justify-content: space-between; align-items: baseline; }
form ul.formlist>li dt { width: 260px; text-align: left;  }
form ul.formlist>li dd { flex: 1; }
form ul.formlist>li dd li.row { display: flex; flex-direction: row; align-items: center; margin: 10px 0; }
form ul.formlist>li dd li.row .daybox { display: flex; align-items: center; }
form ul.formlist>li.radio,
form ul.formlist>li.check { padding: 20px 0;}
form ul.formlist>li.mail dd input:first-child {margin-bottom: 10px; }

form ul.formlist>li dd ul.rowlist { text-align: left; }
form ul.formlist>li dd ul.rowlist>li { display: inline-block; margin-right: 20px; }
form .privacycheck { padding: 40px 0; text-align: center; }
form .privacycheck a { text-decoration: underline; }
form .privacycheck a:hover { text-decoration: none; }
@media screen and (max-width: 900px) { 
	form ul.formlist>li dd li.row { flex-direction: column; align-items: flex-start; margin: 0 0 10px;}
	form ul.formlist>li dd li.row .daybox { display: block; }
}
@media screen and (max-width: 767px) { 
	form ul.formlist>li { margin-bottom: 30px; }
	#contact.check form ul.formlist>li { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #0f73b5; }
	#contact.check form ul.formlist { margin-bottom: 60px; }
	form ul.formlist>li dl{ flex-direction: column }
	form ul.formlist>li dt{ width: 100%; padding-right: 0; padding-top: 0; margin-bottom: 10px; font-weight: bold; }
	form ul.formlist>li dt br{ display: none; }
	form ul.formlist>li dd{ width: 100%; }
	form ul.formlist>li.radio,
	form ul.formlist>li.check { padding: 15px 0;}
	form .privacycheck { padding: 0 0 30px; }
}








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


Site Common


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

/* pager */
.pager { width: 100%; position: relative; display: flex; justify-content: center; align-items: center; margin-top: 80px; }
.pager a.back { text-decoration: none; position: relative; margin: 0 40px; }
.pager a.prev,
.pager a.next { text-decoration: none; display: inline-block; position: relative; }
.pager a.next { left:auto; right:0; }
.pager a.prev:hover,
.pager a.next:hover { text-decoration: none; }
.pager a.back::after,
.pager a.prev::after,
.pager a.next::after { content: ""; height: 1px; font-size: 0; background: #0f73b5; width: 0; text-align: center; display: inline-block; position: absolute; left: 50%; bottom: 5px; transition: 0.3s;}
.pager a.back:hover::after,
.pager a.prev:hover::after,
.pager a.next:hover::after { width: 100%; left: 0; }
@media screen and (max-width: 767px) {
	.pager { text-align: center; margin-top: 40px;}
	.pager a.back { position: relative; padding: 0 1em; }
	.pager a.prev,
	.pager a.next { display: inline-block; position: static; }
	.pager a.back::after,
	.pager a.prev::after,
	.pager a.next::after { display: none; }
}
@media screen and (max-width: 500px) {
	.pager { margin-bottom: 40px;}
}

/* pager page-numbers */
.pager ul.page-numbers { text-align : center; padding: 0 40px; font-family: 'Cormorant Infant', serif; letter-spacing: 0.02em; }
.pager ul.page-numbers li { display : inline-block; }
.pager ul.page-numbers li a , .pager ul.page-numbers li span { display : block; text-align : center; text-decoration : none; transition : .3s; box-sizing : border-box; font-size: 2.8rem; width : 20px; position : relative; height : auto; margin : 0 4px; letter-spacing: 0; color: #0f73b5; }
.pager ul.page-numbers li a:after,
.pager ul.page-numbers li span:after { content : ""; position : absolute; background-color : #0f73b5; display : inline-block; height : 1px; bottom : 10px; left : 0; transition : .3s; right : 0; width : 0; margin : 0 auto; }
.pager ul.page-numbers li a:hover { opacity : 1; }
.pager ul.page-numbers li span.dots { padding : 9px 3px; }
.pager ul.page-numbers li span.current { cursor : default; }
.pager ul.page-numbers li a:hover:after , .pager ul.page-numbers li span.current:after { width : 100%; }
@media screen and (max-width: 767px) {
	.pager ul.page-numbers { padding: 0 15px; }
	.pager ul.page-numbers li a , .pager ul.page-numbers li span { font-size: 2rem; margin: 0; }
	.pager ul.page-numbers li a:after { display: none; }
	.pager ul.page-numbers li span:after { bottom: 6px; }
}


/* ul.list.works */
ul.list.works {  }
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
}


/* ul.list.news */	
ul.list.news { display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: -40px; margin-left: -3%; }	
#index ul.list.news { justify-content: center; }
ul.list.news>li { width: 22%; display: flex; margin-top: 40px; margin-left: 3%; }	
ul.list.news>li a { display: block; width: 100%;}
ul.list.news>li .imgbox { height: 160px; width: 100%; overflow: hidden; }
ul.list.news>li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; transition: 0.3s; }
ul.list.news>li a:hover .imgbox img { transform: scale(1.1); }
ul.list.news>li .date { text-align: center; margin: 20px 0 5px; }	
ul.list.news>li .title { line-height: 1.8; }
@media screen and (max-width: 1100px) {	
	ul.list.news { margin-left: -3.3%; }	
	ul.list.news>li { width: 30%; margin-left: 3.3%; }
	#index ul.list.news>li:nth-child(4) { display: none; }
}	
@media screen and (max-width: 767px) {
	ul.list.news { margin-top: -30px; margin-left: 0; justify-content: space-between; }
	#index ul.list.news { justify-content: space-between; }
	ul.list.news>li { width: calc(50% - 10px); margin-top: 30px; margin-left: 0;}
	#index ul.list.news>li:nth-child(4) { display: block; }
	ul.list.news>li .imgbox { height: calc(50px + 20vw); }
	ul.list.news>li .date { margin: 10px 0 0; }
}


/* .list.e1 */
.list.s1 { border-top: 1px solid #ccc; }
.list.s1>li { border-bottom: 1px solid #ccc; }
.list.s1>li>dl { display: flex; flex-direction: row; }
.list.s1>li>dl>dt,
.list.s1>li>dl>dd { box-sizing: border-box; padding: 25px 0; }
.list.s1>li>dl>dt { width: 210px; position: relative; padding-right: 0; box-sizing: border-box; flex-shrink: 0; font-weight: bold; }
.list.s1>li>dl>dd { padding-left: 20px; width: 100%; }
@media screen and (max-width: 767px) {
	.list.s1>li>dl>dt { width: 100px; }
}
@media screen and (max-width: 500px) {
	.list.s1>li>dl { display: block; }
	.list.s1>li>dl>dt { width: 100%; padding: 0; margin-top: 25px;}
	.list.s1>li>dl>dd { padding: 0; margin-bottom: 25px; }
}


/* .inblock.s1 */
.inblock.s1 { display: flex; justify-content: space-between; align-items: center; }
.inblock.s1 .imgbox { width: 48%; height: 380px; }
.inblock.s1 .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; }
.inblock.s1 .txtbox { flex: 1; margin-left: 70px; }
.inblock.s1.even { flex-direction: row-reverse; }
.inblock.s1.even .txtbox { margin-left: 0; margin-right: 70px; }
@media screen and (max-width: 1100px) {
	.inblock.s1 { align-items: normal; } 
	.inblock.s1 .imgbox { display: flex; height: auto; }
	.inblock.s1 .txtbox { margin-left: 50px; padding: 20px 0; }
	.inblock.s1.even .txtbox { margin-right:50px; }
}
@media screen and (max-width: 767px) {
	.inblock.s1 { display: block; } 
	.inblock.s1 .imgbox { display: flex; width: 100%; height: calc(100px + 40vw); }
	.inblock.s1 .txtbox { padding: 0; margin-left: 0; margin-top:30px; flex: auto; }
	.inblock.s1.even .txtbox { margin-right: 0; }
}







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


IE


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

#iealertbox { position : fixed; top : 0; right : 0; height : 100%; width : 100%; background-color : #191919; z-index : 100000; display : none; justify-content : center; align-items : center; pointer-events : none; }
#iealertbox.is-ie { display : flex; pointer-events : auto; }
#iealertbox .inbox { text-align : center; margin : 10%; color : #ffffff; }
#iealertbox .inbox .copy { color : #ffffff; }
#iealertbox .inbox .txt { margin-bottom : 20px; }
#iealertbox .inbox .browser { text-align : center; display : flex; justify-content : center; }
#iealertbox .inbox .browser li { margin : 20px; }
#iealertbox .inbox .browser li a { width : 280px; border : 2px solid #ffffff; padding : 40px; display : block; border-radius : 10px; box-sizing : border-box; text-decoration : none; color : #ffffff; }
#iealertbox .inbox .browser li a:hover { background-color : #f7f7f7; }
#iealertbox .inbox .browser li a img { width : 120px; }
#iealertbox .inbox .browser li a .txt1 { margin-top : 20px; line-height : 1.8; }
@media screen and (max-width: 767px) {
	#iealertbox .inbox .txt { text-align : justify; }
	#iealertbox .inbox .txt br { display : none; }
	#iealertbox .inbox .browser { display : block; }
	#iealertbox .inbox .browser li { margin : 0; margin-bottom : 20px; }
	#iealertbox .inbox .browser li a { width : 100%; padding : 30px 8%; }
	#iealertbox .inbox .browser li a img { width : 80px; }
}










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


WP


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

/*.editbody { max-width: 880px; margin: 0 auto; }*/
.editbody:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
.editbody div:not(.section):not(.block),
.editbody p,
.editbody h2,
.editbody h3,
.editbody h4,
.editbody ul, .editbody ol, .editbody img, .editbody table { margin-bottom: 30px; }
.editbody p:last-child, .editbody div:last-child, .editbody ul:last-child, .editbody ol:last-child, .editbody img:last-child, .editbody table:last-child { margin-bottom: 0px; } 
.editbody *>*:last-child { margin-bottom: 0px; } 

.editbody img{ max-width: 100% }
.editbody .wp-caption{ width: 100%!important }

/* デフォルト処理 */
.editbody ul li { padding-left: 1em!important; text-indent: -1em; }
.editbody ol li { counter-increment: number; padding-left: 1.6em!important; text-indent: -1.6em; }
.editbody ul li:before { content: "・"; }
.editbody ol li:before { content: counter(number) "．"; }

.editbody div.clearfix { margin-bottom: 0; }
.editbody div > *:last-child,
.editbody ul > *:last-child,
.editbody li > *:last-child,
.editbody p > *:last-child ,
.editbody dt > *:last-child,
.editbody dd > *:last-child,
.editbody ol > *:last-child { margin-bottom: 0px; }
.editbody div div:not(.section):not(.block):last-child { margin-bottom: 0; }

/* 画像ブロック */
img.alignnone { display: block; margin-left: auto; margin-right: auto; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignleft { margin-right: 5%; float: left; }
img.alignright { margin-left: 5%; float: right; }
@media screen and (max-width: 767px) { 
	.editbody div:not(.section):not(.block),
	.editbody p,
	.editbody h2,
	.editbody h3,
	.editbody h4,
	.editbody ul, .editbody ol, .editbody img, .editbody table { margin-bottom: 30px; }
	img.alignnone,
	img.aligncenter,
	img.alignleft,
	img.alignright { float: none; width: 100%!important; margin-left: 0; margin-right: 0; }
}


/* iframe動画 100%表示　*/
.wpvideo,
.wpview.wpview-wrap { position: relative; padding-bottom: 56.25%; padding-top: 30px; overflow: hidden;  max-width: 100%; height: auto; }
.wpvideo iframe,
.wpvideo object,
.wpvideo embed,
.wpview.wpview-wrap iframe,
.wpview.wpview-wrap object,
.wpview.wpview-wrap embed { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; }


/* メディアのgallery */
.editbody .gallery .gallery-item { margin-top:0!important; }
.editbody .gallery .gallery-item img { border: none!important; }
@media screen and (max-width: 500px) { 
    .editbody .gallery .gallery-item { width: 100%!important; }
	.editbody .gallery .gallery-item img { border: none!important; }
}


/* wpbgbox */
.wpbgbox { background: #f7f7f7; padding: 50px 60px; }
.wpbgbox.blue { background: #0f73b5; }
.wpbgbox.min { padding: 40px; }
@media screen and (max-width: 767px) {
	.wpbgbox, { padding: 50px 6%; }
	.wpbgbox.min { padding: 30px 6%; }
}
@media screen and (max-width: 639px) {
	.wpbgbox, .wpbgbox.min { padding: 8%; }
}


/* wpborderbox */
.wpborderbox { border: 1px solid #0f73b5; padding: 50px 60px; box-sizing: border-box; }
.wpborderbox.min { padding: 40px; }
@media screen and (max-width: 767px) {
	.wpborderbox, { padding: 50px 6%; }
	.wpborderbox.min { padding: 30px 6%; }
}
@media screen and (max-width: 639px) {
	.wpborderbox, .wpborderbox.min { padding: 8%; }
}



