@charset "UTF-8";
/*

CSS common.css */


/*
base #191919
blue #1e2e53
red #f90307
*/



@import url('//fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');
@import url('//fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Cormorant Garamond', serif;
font-family: 'Red Hat Display', 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.12em; }
@media screen and (max-width: 767px) {
	body { font-size: 1.4rem; }
}
.noscrpt p { padding: 5px; background: #1e2e53; font-weight: bold; text-align: center; }


/* secwrap */
.secwrap { padding: 180px 0; }
.secwrap.wide { padding: 240px 0; }
.secwrap.wide2 { padding: 300px 0; }
.secwrap.min { padding: 120px 0; }
.secwrap.fin { margin-bottom: 160px; }
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.secwrap,
	.secwrap.wide { padding: 120px 0; }
	.secwrap.wide2 { padding: 180px 0; }
	.secwrap.fin { margin-bottom: 120px; }
	.secwrap.min { padding: 60px 0; }
}


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


/* incnt */
.incnt { max-width: 1040px; width: 88%; margin: 0 auto; position: relative; }
.incnt.min { max-width: 880px; }
.incnt.wide { max-width: 1280px; }
.incnt.wider { max-width: 1600px; }
.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 { }
}


.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: 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; }
.corm { font-family: 'Cormorant Garamond', serif; letter-spacing: 0.04em; }
.noto { font-family: 'Noto Sans JP', sans-serif; font-feature-settings : "palt"; letter-spacing: 0.12em; }
.noto.bold { font-weight: 700; }
.redhot { font-family: 'Red Hat Display', sans-serif; letter-spacing: 0.06em; }
.redhot.bold { font-weight: 700;}
.redhot.s1 { font-size: 2.4rem;}
@media screen and (max-width: 767px) {
	.redhot.s1 { font-size: 1.8rem; }
}


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

.txtblue { color: #1e2e53; }
.txtblack { color: #191919; }
.txtwhite { color: #fff; }
.txtred { color: #f90307; }
.txtyellow{ color: #fff12c; }

.bgblue { background: #1e2e53; }
.bgblack { background: #191919; }
.bgwhite { background: #fff; }
.bggrey { background: #f7f7f7; }
.bgred { background: #f90307; }
.bgyellow { background: #fff12c; }

.borderblue { border: 1px solid #1e2e53; }
.borderblack { border: 1px solid #191919; }
.borderwhite { border: 1px solid #fff; }
.borderred { border: 1px solid #f90307; }
.borderyellow { border: 1px solid #fff12c; }

.markerblue { background: linear-gradient(transparent 60%, #1e2e53 0%); }
.markergrey { background: linear-gradient(transparent 60%, #f7f7f7 0%); }
.markerred { background: linear-gradient(transparent 60%, #f90307 0%); }
.markeryellow { background: linear-gradient(transparent 60%, #fff12c 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: #1e2e53; font-size: 0.7em; margin-right: 0.3em; }










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


Btn /Link


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

/* init */
a { transition: 0.6s; color: #191919; text-decoration: none; }
a:hover {  }
.btn.base { height: 120px; width: 100%; transition: 0.6s; font-size: 2.8rem; line-height: 1.5; position: relative; font-family: 'Red Hat Display', sans-serif; letter-spacing: 0.06em; display: block; text-align: left; display: flex; justify-content: center; align-items: center; color: #1e2e53; background: #f7f7f7; }
.btn.base span { padding-right: 75px; position: relative; transition: 0.6s; }
.btn.base span:before { content: ""; background: #1e2e53; font-size: 0; width: 9px; height: 9px; border-radius: 50%; position: absolute; right: 0; top: calc(50% - 4px); transition: 0.6s; }
.btn.base span:after { content: ""; background: #1e2e53; font-size: 0; height: 1px; width: 60px; position: absolute; top: 50%; right: 5px; transition: 0.6s; }
.btn.base:hover { background: #1e2e53; color: #fff; }
.btn.base:hover span { padding-right: 50px; }
.btn.base:hover span:before { background: #fff; right: 20px; }
.btn.base:hover span:after { background: #fff; right: 25px; width: 20px; }
.btn.base.blue { background: #1e2e53; color: #fff; }
.btn.base.blue span:before,
.btn.base.blue span:after { background: #fff; }
.btn.base.blue:hover { background: #f7f7f7; color: #1e2e53; }
.btn.base.blue.hv_white:hover { background: #fff; color: #1e2e53; }
.btn.base.blue:hover span:before,
.btn.base.blue:hover span:after { background: #1e2e53; }
.btn.base.white { background: #fff; }
.btn.base.white:hover { background: #1e2e53; }
.btn.base.min { width: 320px; }
.btn.base.min2 { width: 320px; height: 100px; }
.btn.base.jp { font-size: 1.8rem; }
@media screen and (max-width: 767px) {
	.btn.base { height: 100px; font-size: 2rem; }
	.btn.base span { padding-right: 35px; }
	.btn.base span:before { width: 5px; height: 5px; top: calc(50% - 2px); }
	.btn.base span:after { width: 25px; right: 3px; }
	.btn.base:hover { background: #f7f7f7; color: #1e2e53; }
	.btn.base:hover span { padding-right: 35px; }
	.btn.base:hover span:before { right: 0; background: #1e2e53; }
	.btn.base:hover span:after { right: 3px; width: 25px; background: #1e2e53; }
	.btn.base.blue:hover { background: #1e2e53; color: #fff; }
	.btn.base.blue.hv_white:hover { background: #1e2e53; color: #fff; }
	.btn.base.blue:hover span:before,
	.btn.base.blue:hover span:after { background: #fff; }
	.btn.base.white:hover { background: #fff; }
	.btn.base.min { width: 320px; }
	.btn.base.min2 { width: 320px; height: 100px; }
	.btn.base.jp { font-size: 1.4rem; padding: 0 6%; box-sizing: border-box; }
}
@media screen and (max-width: 500px) {
	.btn.base.min { width: 100%; }
	.btn.base.min2 { width: 100%; height: 100px; }
}

.txtbtn.base { transition: 0.6s; font-size: 2.8rem; line-height: 1.5; position: relative; font-family: 'Red Hat Display', sans-serif; letter-spacing: 0.06em; display: block; text-align: left; color: #1e2e53; }
.txtbtn.base span { padding-right: 75px; position: relative; transition: 0.6s; }
.txtbtn.base span:before { content: ""; background: #1e2e53; font-size: 0; width: 9px; height: 9px; border-radius: 50%; position: absolute; right: 0; top: calc(50% - 4px); transition: 0.6s; }
.txtbtn.base span:after { content: ""; background: #1e2e53; font-size: 0; height: 1px; width: 60px; position: absolute; top: 50%; right: 5px; transition: 0.6s; }
.txtbtn.base:hover span {  }
.txtbtn.base:hover span:before { right: 40px; }
.txtbtn.base:hover span:after { right: 45px; width: 20px; }
@media screen and (max-width: 767px) {
	.txtbtn.base { font-size: 2.0rem; }
	.txtbtn.base span { padding-right: 35px; }
	.txtbtn.base span:before { width: 5px; height: 5px; top: calc(50% - 2px);  }
	.txtbtn.base span:after { width: 25px; right: 3px; }
	.txtbtn.base:hover span:before { right: 0; }
	.txtbtn.base:hover span:after { right: 3px; width: 25px; }
}
@media screen and (max-width: 500px) {
	.btn.base { width: 100%; min-width: 100%; }
}


/* btnbox */
.btnbox { text-align: center; width: 100%; margin-top: 40px; }
.btnbox.wide { margin-top: 60px; }
.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: 700px) {
	.btnbox { margin-top: 30px; }
	.btnbox.wide {margin-top: 40px; }
	.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


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

/* insta */
.instaicon { fill:#191919; transition: 0.6s; }
a:hover .instaicon { fill:#1e2e53; }










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


Title/Copy


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

/* pagetitle */
.pagetitle { text-align: center; }
.pagetitle .en { font-family: 'Red Hat Display', sans-serif; letter-spacing: 0.02em; font-size: 8rem; color: #fff; line-height: 1.3; font-weight: 700; }
.pagetitle .title { line-height: 1.8; font-size: 2.8rem; color: #fff; letter-spacing: 0.12em; font-feature-settings : "palt"; font-family: 'Noto Sans JP', sans-serif; }
.pagetitle .subtitle { font-size: 2.4rem; color: #fff; line-height: 1; }
@media screen and (max-width: 1100px) {
	.pagetitle .en { font-size: 6.8rem; }
	.pagetitle .title { font-size: 2.4rem; }
}
@media screen and (max-width: 767px) {
	.pagetitle .en { font-size: 3.6rem; }
	.pagetitle .title { font-size: 1.6rem; }
	.pagetitle .subtitle { font-size: 1.8rem; }
}


/* topsectitle */
.topsectitle { font-family: 'Red Hat Display', sans-serif; letter-spacing: 0.02em; margin-bottom: 70px; line-height: 1.2; text-align: center; font-size: 8.0rem; font-weight: 700; color: #1e2e53; }
.topsectitle.white { color: #fff; }
@media screen and (max-width: 767px) {
	.topsectitle { margin-bottom: 40px; font-size: 3.6rem; }
}


/* sectitle */
.sectitle { text-align: center; margin-bottom: 70px; }
.sectitle.min { text-align: center; margin-bottom: 40px; }
.sectitle .en { font-family: 'Red Hat Display', sans-serif; letter-spacing: 0.06em; font-size: 2.4rem; color: #1e2e53; line-height: 1.3; position: relative; padding-bottom: 16px; margin-bottom: 6px; }
.sectitle .en:after { content: ""; width: 60px; height: 2px; position: absolute; bottom: 0; left: 50%; margin-left: -30px; background: #1e2e53; }
.sectitle .title { line-height: 1.6; font-size: 3.6rem; color: #1e2e53; letter-spacing: 0.12em; font-feature-settings : "palt"; font-family: 'Noto Sans JP', sans-serif; }
@media screen and (max-width: 767px) {
	.sectitle { margin-bottom: 40px; }
	.sectitle.min { margin-bottom: 30px; }
	.sectitle .en { font-size: 1.8rem; }
	.sectitle .en:after { width: 40px; height: 1px; margin-left: -20px; }
	.sectitle .title { font-size: 2.2rem; }
}


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


/* copy */
.copy { letter-spacing: 0.12em; font-feature-settings : "palt"; font-family: 'Noto Sans JP', sans-serif; }
.copy.s1 { font-size: 4.4rem; line-height: 1.6; margin-bottom: 45px; color: #1e2e53; }
.copy.s1.min {  margin-bottom: 30px; }
.copy.s1.wide {  margin-bottom: 60px; }
.copy.s2 { font-size: 3.2rem; line-height: 1.6; margin-bottom: 30px; }
.copy.s2.wide {  margin-bottom: 45px; }
.copy.s3 { font-size: 2.8rem; line-height: 1.6; margin-bottom: 30px; }
.copy.s4 { font-size: 2.4rem; line-height: 1.7; margin-bottom: 20px; }
@media screen and (max-width: 767px) {
	.copy {  }
	.copy.s1 { font-size: 2.2rem; margin-bottom: 30px; }
	.copy.s1.min {  margin-bottom: 20px; }
	.copy.s1.wide {  margin-bottom: 40px; }
	.copy.s2 { font-size: 2rem; margin-bottom: 20px; }
	.copy.s2.wide {  margin-bottom: 30px; }
	.copy.s3 { font-size: 1.8rem; margin-bottom: 20px; }
	.copy.s4 { font-size: 1.6rem; margin-bottom: 20px; }
}


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










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


#Form


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

/* input */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form textarea { background: #f7f7f7; line-height: 2; padding: 18px 15px; font-size: 100%; height: 60px; width: 100%; transition: 0.6s; 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: #f90307; line-height: 1.8; margin-top:10px; }
p.ermsg + p.ermsg { margin-top:0; }
.required { display: inline-block; background: #1e2e53; color: #fff; line-height: 1; padding: 5px 8px; font-size: 1.4rem; margin-right: 10px; letter-spacing: 0;}
.any { display: inline-block; background: #cccccc; color: #fff; line-height: 1; padding: 5px 8px; font-size: 1.4rem; margin-right: 10px; letter-spacing: 0;}
ul.list.error { margin-bottom: 60px; }
ul.list.error li { margin-bottom: 5px; color: #f90307;}
span.wpcf7-not-valid-tip { margin: 5px 0; color: #f90307; font-weight: bold; }
span.wpcf7-not-valid-tip:before {content:"！"; }
.wpcf7-response-output { width: 88%; margin: 0 0 60px!important; font-size: 20px; border: 1px solid #f90307!important; color: #f90307; font-weight: bold; text-align: center; padding: 20px 6%!important; }
@media screen and (max-width: 1100px) {
	.wpcf7-response-output { margin: 0 0 40px!important; }
}
@media screen and (max-width: 767px) {
	.wpcf7-response-output { padding: 6%!important; font-size: 1.6rem; }
}

/* 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.6s; margin-right: 5px; vertical-align: -2px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #1e2e53!important; border:1px solid #1e2e53; }
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.6s; margin-right: 5px; vertical-align: -3px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #1e2e53!important; border: 1px solid #1e2e53; }
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: 350px; position: relative; z-index: 1; background: #f7f7f7; }
form .selectbox.haserror { margin-bottom: 30px; }
form .selectbox::before { content: ""; background: #1e2e53; width: 60px; height: 60px; top: 0; right: 0; position: absolute; z-index: -1; }
form .selectbox::after { content: ""; background-image: url(../img/common/arr_contact.svg); width: 8px; height: 8px; position: absolute; top: 30px; right: 25px; transform: translateY(-50%) rotate(0deg); z-index: 1; }
form .selectbox select { font-size: 1.5rem; width: 100%; height: 100%; padding: 6% 15px; position: relative; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; letter-spacing: 0.1em; }
@media screen and (max-width: 767px) {
	form .selectbox.haserror { margin-bottom: 70px; }
}
@media screen and (max-width: 500px) {
	form .selectbox { width: 100%; margin-top: 10px; }
	form .selectbox select { padding: 5% 15px; }
}

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

/* filebox */
form .filebox label { padding: 15px 40px; background: #1e2e53; border: 1px solid #1e2e53; color: #fff; cursor: pointer; transition: 0.6s; }
form .filebox label:hover { background: #fff; color: #1e2e53; }
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: #1e2e53; color: #fff; }
	form .filebox label span:after { content: url(../img/common/arr1_white.svg); width: 7px; height: 7px; } 
	form .filebox label:hover span:after { content: url(../img/common/arr1_white.svg); } 
}

/* layout */
form ul.formlist>li { margin-bottom: 30px; }
form ul.formlist>li:last-child { margin-top: 20px; }
form ul.formlist>li dl { display: flex; flex-direction: column; align-items: stretch; }
form ul.formlist>li dt { text-align: left; margin-bottom: 10px; }
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 dd input.mailcheck { margin-top: 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: left; }
form .privacycheck a { text-decoration: underline; }
form .privacycheck a:hover { text-decoration: none; }
form .privacycheck .wpcf7-list-item { margin:0; }
form .attention .wpcf7-list-item { margin:0; margin-right:1em; }
@media screen and (max-width: 767px) {
	form ul.formlist>li { margin-bottom: 30px; }
	form ul.formlist>li dl{ flex-direction: column }
	form ul.formlist>li dt{ width: 100%; padding-right: 0; padding-top: 0; margin-bottom: 15px; }
	form ul.formlist>li dt br{ display: none; }
	form ul.formlist>li dd{ width: 100%; }
	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; }
	form ul.formlist>li.radio,
	form ul.formlist>li.check { padding: 15px 0;}
	form .privacycheck { padding: 40px 0; text-align: center; }
	form .attention .wpcf7-list-item { margin-right:0; display: block; }
}








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


Site Common


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

/* pager */
.pager { width: 100%; position: relative; text-align: center; }
.pager a.all { text-decoration: none; font-size:2.8rem; position: relative; display: inline-block; }
.pager a.prev,
.pager a.next { left:0; position: absolute; top:0; text-decoration: none; font-size:2.8rem; }
.pager a.next { left:auto; right:0; }
.pager a.prev:hover,
.pager a.next:hover { text-decoration: none; }
.pager a.all::after,
.pager a.prev::after,
.pager a.next::after { content: ""; height: 1px; font-size: 0; background: #191919; width: 0; text-align: center; display: inline-block; position: absolute; left: 50%; bottom: 10px; transition: 0.6s;}
.pager a.all:hover::after,
.pager a.prev:hover::after,
.pager a.next:hover::after { width: 100%; left: 0; }
@media screen and (max-width: 1100px) {
	.pager { margin-bottom: 100px;}
}
@media screen and (max-width: 767px) {
	.pager { text-align: center; }
	.pager a.all { font-size:1.8rem; position: relative; margin-top: 8px; }
	.pager a.prev,
	.pager a.next { display: inline-block; margin-top: 8px; font-size: 1.8rem; }
	.pager a.all::after,
	.pager a.prev::after,
	.pager a.next::after { display: none; }
}

/* pager page-numbers */
.pager ul.page-numbers { text-align : center; }
.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 : .5s; box-sizing : border-box; font-size: 2.4rem; width : 20px; position : relative; height : auto; margin : 0 6px; letter-spacing: 0;}
.pager ul.page-numbers li a { cursor: pointer; }
.pager ul.page-numbers li a:after,
.pager ul.page-numbers li span:after { content : ""; position : absolute; background-color : #191919; display : inline-block; height : 1px; bottom : 5px; left : 0; transition : .6s; 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 5px; }
.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 li a , .pager ul.page-numbers li span { font-size: 1.8rem; margin: 0 2px; }
	.pager ul.page-numbers li a:hover { opacity : 0; }
}


/* ul.list.blog */
ul.list.blog { display: flex; margin-top: -40px; margin-left: -20px; }
ul.list.blog li { width: calc(33.33% - 30px); margin-top: 40px; margin-left: 20px;}
ul.list.blog li .imgbox { height: 240px; position: relative; overflow: hidden; margin-bottom: 20px; }
ul.list.blog li .imgbox img { object-fit: cover; font-family: 'object-fit: cover;'; display: block; width: 100%; height: 100%; transition: 0.6s; }
ul.list.blog li a:hover .imgbox img { transform: scale(1.05); }
ul.list.blog li .imgbox .date { line-height: 1; padding: 8px 15px; color: #fff; background: #1e2e53; position: absolute; top: 0; left: 0; font-size: 1.8rem; }
@media screen and (max-width: 1100px) {
	ul.list.blog li { width: calc(33.33% - 20px); }
	ul.list.blog li .imgbox { height: calc(20vw + 50px); }
}
@media screen and (max-width: 767px) {
	ul.list.blog { flex-wrap: wrap; margin-top: -30px; }
	ul.list.blog li { margin-top: 30px; line-height: 1.6; }
	ul.list.blog li .imgbox { margin-bottom: 15px;  }
	ul.list.blog li .imgbox .date { padding: 5px 10px; font-size: 1.6rem; }
}
@media screen and (max-width: 500px) {
	ul.list.blog { margin-left: 0; }
	ul.list.blog li { width:100%; margin-left: 0; }
	ul.list.blog li .imgbox { height: calc(40vw + 50px); }
	ul.list.blog li .imgbox .date { font-size: 1.4rem; }
}


/* ul.list.news */
ul.list.news { }
ul.list.news li { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #1e2e53; }
ul.list.news li:last-child { margin-bottom: 0; padding-bottom: 0; border: none; }
ul.list.news li .date { color: #1e2e53; font-size: 1.8rem; margin-bottom: 0; }
ul.list.news li .title a:hover { color: #1e2e53; text-decoration: underline; }
@media screen and (max-width: 767px) {
	ul.list.news li { margin-bottom: 25px; padding-bottom: 25px; }
	ul.list.news li .date { color: #1e2e53; font-size: 1.6rem; }
}


/* toyafacbnr */
a.toyafacbnr { background: #1e2e53; color: #fff; border: 1px solid #1e2e53; box-sizing: border-box; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 100px 8% 80px; position: relative; transition: 0.3s; width: 100%; }
a.toyafacbnr:hover { background: #fff; color: #1e2e53; }
a.toyafacbnr .inbox { text-align: center; }
a.toyafacbnr img { display: block; width: 275px; margin: 0 auto 30px; }
a.toyafacbnr img.blue { display: none; }
a.toyafacbnr:hover img.blue { display: block; }
a.toyafacbnr:hover img.white { display: none; }
a.toyafacbnr .noto { font-size: 2.2rem; line-height: 1.7; margin-bottom: 30px; }
a.toyafacbnr .redhot { text-align: center; }
a.toyafacbnr .redhot span { font-size: 2.8rem; position: relative; padding-right: 75px; transition: 0.3s; }
a.toyafacbnr .redhot span:before { content: ""; background: #fff; border-radius: 50%; font-size: 0; position: absolute; right: 0; top: calc(50% - 4px); transition: 0.3s; height: 9px; width: 9px; }
a.toyafacbnr .redhot span:after { content: ""; background: #fff; font-size: 0; position: absolute; right: 5px; top: 50%; transition: 0.3s; height: 1px; width: 60px; }
a.toyafacbnr:hover .redhot span { padding-right: 50px; }
a.toyafacbnr:hover .redhot span:before { background: #1e2e53; right: 20px; }
a.toyafacbnr:hover .redhot span:after { background: #1e2e53; right: 25px; width: 20px; }
@media screen and (max-width: 767px) {
	a.toyafacbnr { padding: 50px 8% 40px; }
	a.toyafacbnr:hover { background: #1e2e53; color: #fff; }
	a.toyafacbnr img { margin-bottom: 20px; width: 180px; }
	a.toyafacbnr img.blue { display: none; }
	a.toyafacbnr:hover img.blue { display: none; }
	a.toyafacbnr:hover img.white { display: block; }
	a.toyafacbnr .noto { font-size: 1.6rem; margin-bottom: 10px; }
	a.toyafacbnr .redhot span { font-size: 2rem; padding-right: 35px;}
	a.toyafacbnr .redhot span:before { top: calc(50% - 2px); width: 5px; height: 5px; }
	a.toyafacbnr .redhot span:after { right: 3px; width: 25px; }
	a.toyafacbnr:hover .redhot span { padding-right: 35px; }
	a.toyafacbnr:hover .redhot span:before { background: #fff; right: 0; }
	a.toyafacbnr:hover .redhot span:after { background: #fff; right: 3px; width: 25px; }
}
@media screen and (max-width: 500px) {
	a.toyafacbnr { padding: 12% 6% 10%; }
}


/* sidebox toyabnr */
.sidebox { width: 260px; height: 100%; position: relative; }
.sidebox .toyabnr { width:100%; height:835px;background: #1e2e53; position:relative;/* padding: 6%; */ }
.sidebox .toyabnr .yoko { display: none; }
.sidebox .toyabnr .tate { text-align: center; width: 110px; position: absolute; top: 90px; left: 30%; }
.sidebox .toyabnr .noto { text-align:center; font-size:1.5rem; text-decoration:underline; width:100%; position:absolute; top:500px; }
.sidebox .toyabnr .txtbig.s3 { font-weight:bold; text-align:center; position:absolute; bottom:165px; line-height:1.6; width:100%; }
.sidebox .toyabnr .btnbox {position: absolute;bottom: 0px;}
.sidebox .toyabnr .btnbox .btn.base.min { width: 260px; }
@media screen and (max-width: 1100px){
	.sidebox { width: 100%; height: auto; margin-top: 100px; }
	.sidebox .toyabnr { height:160px; display:flex; align-items: center; flex-direction:row-reverse; }
	.sidebox .toyabnr .logo { width: 100%; display: flex; align-items: center; justify-content: center; height: calc(100% - 120px); }
	.sidebox .toyabnr .yoko { display: block; align-items: center; width: 120px; }
	.sidebox .toyabnr .tate { display: none; }
	.sidebox .toyabnr .noto { display: none; }
	.sidebox .toyabnr .txtbig.s3 {display: none;}
	.sidebox .toyabnr .btnbox {width: 50%;}
	.sidebox .toyabnr .btnbox .btn.base.min { width: 100%; height: 160px; }
}
@media screen and (max-width: 767px){
	.sidebox { margin-top:80px; display:block; }
	.sidebox .toyabnr { height:100px; }
	.sidebox .toyabnr .btnbox .btn.base.min { height: 100px; }
}
@media screen and (max-width: 500px) {
	.sidebox .toyabnr {width: 100%; height:auto; display:block;}
	.sidebox .toyabnr .logo:nth-child(1) { display: none; }
	.sidebox .toyabnr .logo:nth-child(2) { height: 120px; }
	.sidebox .toyabnr .yoko { width: 100px; height: auto; }
	.sidebox .toyabnr .btnbox { position: static; width:100%; margin-top: 0; }
	.sidebox .bnrbox { width: 100%; height: 100px; margin: 0 auto; background: #1e2e53; }
	.sidebox .bnrbox a {display: block; height: 100%; display: flex; justify-content: center; align-items: center; transition: 0.6s; position: relative; }
	.sidebox .bnrbox a:after { content: url(../img/common/arr1_white.svg); font-size: 0; width: 8px; transform: rotate(-90deg); position: absolute; right: 20px; top: calc(50% - 3px); }
	.sidebox .bnrbox img { width: 120px; }
}


/* ul.list.sec */
ul.list.sec { display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 0 auto; }
ul.list.sec>li { text-align: center; }
ul.list.sec>li:first-child { margin-right: 40px; margin-left: 40px; }
ul.list.sec>li a { position: relative; display: block; }
ul.list.sec>li a:before { content: url(../img/recruit/person/arr6.svg); width: 20px; position: absolute; bottom: -40px; left: calc(50% - 10px); transition: 0.6s; }
ul.list.sec>li a:hover:before { bottom: -50px; }
@media screen and (max-width: 767px){
	ul.list.sec>li:first-child { margin-right: 30px; margin-left: 30px; }
	ul.list.sec>li a:before { width: 14px; bottom: -30px; left: calc(50% - 7px); }
	ul.list.sec>li a:hover:before { bottom: -30px; }
	ul.list.sec>li a span {display: none; }
}
@media screen and (max-width: 500px){
	ul.list.sec>li:first-child { margin-right: 20px; margin-left: 20px; }
}






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


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: 40px; }
.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: #1e2e53; }
.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: 6%; }
}


/* wpborderbox */
.wpborderbox { border: 1px solid #1e2e53; 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: 6%; }
}



