@charset "UTF-8";

/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;/*text-rendering:optimizeSpeed;*/line-height:2}ul[class],ol[class]{list-style:none}a:not([class]){/*text-decoration-skip-ink:auto*/}img{max-width:100%;display:block}article>*+*{margin-top:1rem}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}


html { scroll-behavior: smooth; }
body { font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; color:#333; position:relative; font-size: clamp(0.9375rem, 1.8vw, 1.125rem); line-height:2; letter-spacing:0.05rem; overflow-x:hidden; margin:0; padding:0; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; font-feature-settings:"palt"; box-sizing:border-box; background:#fff url(../img/bg01.svg) bottom center /100% no-repeat fixed;}

title span { display: none; }
a { color:#333; transition:0.15s; outline-style:none; cursor: pointer; }

.alert_box { display: none; position: fixed; z-index: 10000; top:1rem; left:10%; right:10%; padding:1rem 4.5rem 1rem 1.5rem; background-color: rgba(0,0,0,0.5); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); color:#fff; border-radius:0.5rem; }
.alert_close { padding:0; margin:0; overflow:visible; width:3rem; height:3rem; position:absolute; top:1rem; right:1rem; font-size: clamp(16px, 2.9vw, 32px); background: url(../img/i_close.svg) center center /2rem no-repeat; vertical-align:middle; color:#fff; min-width:auto; text-indent:-1000rem; z-index:100000; border:none; border-radius:50%; }
html.safari1.mac .alert_box, html.safari2.mac .alert_box, html.safari3.mac .alert_box, html.safari4.mac .alert_box, html.safari5.mac .alert_box, html.safari6.mac .alert_box, html.safari7.mac .alert_box, html.safari8.mac .alert_box, html.safari9.mac .alert_box, html.safari10.mac .alert_box, html.safari11.mac .alert_box, html.safari12.mac .alert_box, html.safari13.mac .alert_box, html.safari14.mac .alert_box, html.safari15.mac .alert_box { display: block; }


/*校正用追加ここから*/
div.test, li.test { display: none; }
body.test div.test { display: block; }
body.test li.test { display: block; }
/*校正用追加ここまで*/

/*校正追加 20250425ここから*/




@media screen and (max-width: 960px){
body.test .fm { max-width: 100%; }
body.test .fm ul { flex-flow: row wrap; padding-left:3.75rem; letter-spacing: normal; }
body.test .fm ul li:nth-of-type(2n - 1) { width: 55%; }
body.test .fm ul li:nth-of-type(2n) { width: 45%; }
body.test .fm a { display: flex; align-items: center; width:100%; height:auto; padding:0.5rem 0.25rem 0.5rem 1.25rem; line-height: 1.5; overflow:hidden; writing-mode: horizontal-tb; background: linear-gradient(to bottom, rgb(143,194,31) 20%,rgb(0,155,62) 100%); border:1px solid rgba(255,255,255,0.5); border-right:none; border-bottom:none; font-size:0.875rem; font-weight: normal; }
body.test .fm a::before { content:""; position:absolute; display:block; top:calc(50% - 0.25rem); left:0.25rem; width:0.5rem; height:0.5rem; margin:0; border-bottom:2px solid #fff; border-right:2px solid #fff; transform:rotate(-45deg); box-sizing:border-box; }
}

/*校正追加 20250425ここまで*/







.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.vt { vertical-align: top; }
.img_pc { display:block; }
.img_sp { display:none; }
.clearfix { display: block; clear: both; }
.clearfix:after { content: ""; display: block; clear: both;}
.clearfix:before { content: ""; display: block; clear: both;}
.f_ll { font-size:clamp(1.25rem, 2.4vw, 1.5rem); }
.f_l { font-size:clamp(1rem, 2vw, 1.25rem); }
.f_m { font-size:clamp(0.9rem, 1.6vw, 1rem); }
.f_s { font-size:clamp(0.75rem, 1.3vw, 0.8rem); }
span.f_s { display: inline-block; }
.lh100 { line-height: 1; } 
.lh125 { line-height: 1.25; } 
.lh150 { line-height: 1.5; } 
.lh200 { line-height: 2; } 

.pc_no, .pc_no2, span.pc_no2, .dis_no { display:none; }
.sp_no { display:block; }
span.sp_no { display:inline; }
br.sp_no { display:inline; }
br.sp_no2 { display:inline; }

.green { color:#009b3e;}
.yellow {color:#F5DF4D;}
.red {color:#e66;}
.blue { color:#1e50a2;}
.orange { color:#F18D5F;}
.gray { color:gray;}

p { margin-bottom: clamp(1rem, 2.5vw, 1.5rem); }
hr { background: none; border: none; border-bottom: 1px solid rgba(0,0,0,0.2); }
ul { padding:0 0 0 1.25rem; margin:0 0 1rem 0; }

.full { margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); }
.full_r { margin-left:0; margin-right:calc(50% - 43vw); }
.full_l { margin-left:calc(50% - 43vw); margin-right:0; }
.full_bg { padding-left:calc(50vw - 50%); padding-right:calc(50vw - 50%); }
.anchor { height:9rem; margin-top:-9rem; position:relative; z-index:-10; width:1px; }

.flex { display:flex; flex-flow:row wrap; justify-content:space-between; position: relative; }
.flex.rowre { flex-flow: row-reverse wrap; }
.flex.jcfs { justify-content:flex-start; }
.flex.jcc { justify-content:center; }
.flex.aic { align-items: center; }
.flex.aifs { align-items: flex-start; }
.flex.aife { align-items: flex-end; }
.flex .fg1 { flex-grow: 1; }

.fadein { opacity : 0; transform : translate(0, 0); transition :all 0.75s ease 0.15s;}
.fadein.show { opacity : 1; transform : translate(0, 0); }

.fadeinUp, .fadeinUp_once { opacity : 0; transform : translate(0, 50px); transition :all 0.75s ease 0.15s;}
.fadeinUp.show, .fadeinUp_once.show { opacity : 1; transform : translate(0, 0); }

.fadeinDown, .fadeinDown_once { opacity : 0; transform : translate(0, -50px); transition :all 0.75s ease 0.15s;}
.fadeinDown.show, .fadeinDown_once.show { opacity : 1; transform : translate(0, 0); }

.fadeinLeft { opacity : 0; transform : translate(-50px, 0); transition :all 0.75s ease 0.15s;}
.fadeinLeft.show { opacity : 1; transform : translate(0, 0); }

.fadeinRight { opacity : 0; transform : translate(50px, 0); transition :all 0.75s ease 0.15s;}
.fadeinRight.show { opacity : 1; transform : translate(0, 0); }


.mb0 { margin-bottom:0 !important; }
.mb4 { margin-bottom:0.25rem !important; }
.mb8 { margin-bottom:0.5rem !important; }
.mb16 { margin-bottom:1rem !important; }
.mb24 { margin-bottom:1.5rem !important; }
.mb32 { margin-bottom:2rem !important; }
.mb48 { margin-bottom:3rem !important; }

.mr0 { margin-right:0 !important; }
.mr4 { margin-right:0.25rem !important; }
.mr8 { margin-right:0.5rem !important; }
.mr16 { margin-right:1rem !important; }
.mr24 { margin-right:1.5rem !important; }
.mr32 { margin-right:2rem !important; }
.mr48 { margin-right:3rem !important; }

.mt0 { margin-top:0 !important; }
.mt4 { margin-top:0.25rem !important; }
.mt8 { margin-top:0.5rem !important; }
.mt16 { margin-top:1rem !important; }
.mt24 { margin-top:1.5rem !important; }
.mt32 { margin-top:2rem !important; }
.mt48 { margin-top:3rem !important; }

.ml0 { margin-left:0 !important; }
.ml4 { margin-left:0.25rem !important; }
.ml8 { margin-left:0.5rem !important; }
.ml16 { margin-left:1rem !important; }
.ml24 { margin-left:1.5rem !important; }
.ml32 { margin-left:2rem !important; }
.ml48 { margin-left:3rem !important; }

.ma { margin: auto; }

.multiply { mix-blend-mode: multiply; }

.article { width:100%; max-width:81rem; padding:5rem clamp(1rem, 5vw, 3rem) 0 clamp(1.25rem, 5vw, 3rem); margin:0 auto; box-sizing:border-box; z-index:1; position:relative; }


body.temp .article { padding:6rem clamp(1rem, 5vw, 5rem) 0 clamp(1.25rem, 5vw, 5rem); }
body.about .article.bg, body.work .article.bg, body.edu .article.bg, body.welfare .article.bg { padding-top:11.5rem; }

/*--HEADER--*/
.header { width:100%; margin:0 auto; position: fixed; top:0; left:50%; transform: translate(-50%,0); z-index: 20000; }
.header.bg { background: rgba(255,255,255,0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.header .inner { max-width:83rem; padding:1rem clamp(1.25rem, 5vw, 3rem); margin:0 auto; display:flex; align-items: center; justify-content: space-between; box-sizing: border-box; }
.t_title { width:30%; max-width:22.5rem; display: block; text-decoration: none; transition:0.25s; position: relative; overflow: hidden;}
.t_title img { width: 100%; }



/*--HEADER MENU--*/
.hm { margin-left: auto; width:65%; position: relative; }
.hm > ul { padding:0; margin:0; display:flex; flex-flow:row wrap; justify-content: flex-end; align-items: flex-start; list-style: none; }
.hm > ul > li { display: block; margin: 0; position: relative; transition: all 0.4s ease;}
.hm > ul > li > a { display: flex; align-items: center; padding:0.5rem 1rem; width:100%; font-weight: 400; text-decoration: none; letter-spacing:1px; position: relative; height:3rem; }
.hm > ul > li:hover > a, .hm li.active > a { box-shadow:none; opacity:1; color:#009b3e; }
.hm > ul > li:hover > a, .header a:hover, .header a.active, .footer a.active { }
.hm > ul > li > a.active, ul > li.active > a, .hm li .sub ul li a.active, .page-link li a.active { position: relative; color:#009b3e; font-weight: 500; }
.hm > ul > li > a::after { content: ""; width:0; height:0; position: absolute; top:90%; left:50%; right:50%; margin: auto; border-bottom:1px solid #009b3e; transition:0.5s; }
.hm > ul > li:hover > a::after, .hm > ul > li.active > a::after { width: auto; right:1rem; left:1rem; }

.hm > ul > li.hm_contact { position: absolute; right:-2rem; top:3.75rem; text-shadow: 1px 1px rgba(255,255,255,0.8);}
.hm > ul > li.hm_contact::after { content:""; display: block; position: relative; top:0.5rem; left:0.4rem; color:rgba(0,0,0,0.3); background: none; border-top:1px solid rgba(0,0,0,0.3); width:1.25rem; height:1px; transform: rotate(-45deg);  }
.hm > ul > li.sns_x { position: absolute; right:-2rem; top:13rem; filter: drop-shadow(1px 1px rgba(255,255,255,0.8)); }
.hm > ul > li.sns_ig { position: absolute; right:-2rem; top:15rem; filter: drop-shadow(1px 1px rgba(255,255,255,0.8)); }
.hm > ul > li.hm_contact > a { writing-mode: vertical-rl; padding:0.4rem; width:2rem; height: auto; }
.hm > ul > li.sns_x > a, .hm > ul > li.sns_ig > a { writing-mode: vertical-rl; padding:0.4rem; width:2rem; height:2rem; }
.sns_x a img, .sns_ig a img { max-width: 1.25rem; }
.hm > ul > li.sns_x > a::after, .hm > ul > li.sns_ig > a::after, .hm > ul > li.contact > a::after { display: none; opacity:0; }

@media screen and (max-width:1200px) {
.hm > ul > li.hm_contact { top:7rem; }
.hm > ul > li.sns_x { top:16.5rem; }
.hm > ul > li.sns_ig { top:18.5rem; }
}

.hm li .sub { visibility: hidden; opacity: 0; position:absolute; top:calc(100% - 0.5rem); left:0; width:16rem; z-index:100000; box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05); transition:0.5s; }
.hm li:hover .sub { visibility: visible; opacity:1; top:100%; }
.hm li .sub > ul { display:flex; flex-flow:column nowrap; margin:0.75rem 0 0 0; padding:0.5rem 1rem; text-align: left; background: rgba(255,255,255,1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); width:100%; box-shadow:0 0 0.25rem -0.75rem rgba(34,34,34,0.05); list-style: none; border: 1px solid #ddd; /*border-radius: 0.75rem;*/ max-height: calc(100vh - 6rem); overflow-x:hidden; overflow-y: auto; }
.hm li .sub ul li { width: 100%; margin: 0; }
.hm li .sub ul li a { display: block; width:100%; padding:0.5rem 0 0.5rem 1.25rem; text-align: left; text-decoration: none; position:relative; line-height: 1.5; }
.hm li .sub ul li a::before { content:""; position:absolute; display:block; left:0; top:calc(clamp(0.9rem, 1.8vw, 1.125rem) - 1px); width:0.6rem; height:0.6rem; margin:0; border-top:2px solid #8FC21F; border-right:2px solid #8FC21F; transform:rotate(45deg); box-sizing:border-box; }

.hm li .sub ul li a:hover { background-color:rgba(255,255,255,0.5); color:#009b3e; }
.hm li .sub ul li a[target='_blank']::after { top:-0.1rem; }

.hm li .sub ul li ul { list-style: none; padding-left:1.25rem; margin-bottom:0.5rem; }
.hm li .sub ul li ul li a::before { content:""; display: block; position: absolute; top:50%; left:-0.5rem; width: 1rem; border-top: 1px solid rgba(34,34,34,0.2); }

.hm li.hm_home { display: none; }
.hm li.hm_recruit .sub { width: 25rem; left: auto; right:-6rem; }
.hm li.hm_welfare .sub { width: 10rem; left: auto; right:0.5rem; }

.mean-container .mean-nav > ul > li > a { padding-left: 1.5rem; }
.mean-container .mean-nav > ul > li > a::before { content:""; position: absolute; top:calc(50% - 0.3rem); left:0; width:0.6rem; height:0.6rem; border-top:2px solid #8fc21f; border-right:2px solid #8fc21f; transform: rotate(45deg); }
.mean-container .mean-nav > ul > li.active > a::before { border-color: #009b3e; }
.mean-container .mean-nav ul li ul li a::before { content:""; position: absolute; top:calc(50% - 0.3rem); left:1.25rem; width:0.6rem; height:0.6rem; border-top:2px solid #8fc21f; border-right:2px solid #8fc21f; transform: rotate(45deg); }
.mean-container .mean-nav .sub li a.active::before { border-color: #009b3e; }
.mean-container .mean-nav ul li > a.info::before,
.mean-container .mean-nav ul li > a.member::before { right:1.3rem;}
.mean-container .mean-nav ul li a { display: flex; }
.mean-container .mean-nav ul li.mean-last { border-bottom: none; }
.mean-container .mean-nav .sub li a br { display: none; }

.hm > ul > li.sp { display: none; }



/*--MAIN--*/
.main { position: relative; z-index:10; margin-bottom: clamp(2rem, 8.0vw, 5rem); }
@media screen and (max-width:1300px) {
 .main { margin-right:1rem; }
 }
.movie-wrap { position: relative; width:75%; padding-bottom:42%; height: 0; overflow: hidden; margin-left: auto; }
.movie-wrap iframe { position: absolute; top:-10%; left: -10%; width: 122%; height: 122%; filter: brightness(1.4); }
.movie-wrap video { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
/*.movie-wrap::after { content:"SAMPLE"; position: absolute; left:0.5rem; bottom:0; opacity: 0.5; font-size:1.5rem; color:#fff; }*/
div#slider { position: absolute; left:0; top:50%; height:clamp(20px, 14vw, 200px); width:clamp(30px, 36vw, 500px); }
div#slider ul { position: absolute; left: 0; top: 0; width:clamp(30px, 36vw, 500px); }
div#slider ul li { white-space: nowrap; position: absolute; left: 0; top: 0; }
div#slider ul li img { width: 100%; position: relative; transition: 1s; margin-left: 100px; opacity: 0.0; }
div#slider ul li.flex-active-slide img { margin-left: 0; opacity: 1; }



h1, h2, h3, h4, h5, h6 { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; line-height:1.5; letter-spacing:clamp(0.1rem, 0.2vw, 0.3rem); position: relative; padding:0; text-align:left; font-weight:normal; }
h1 { font-size:clamp(1.8rem, 5.4vw, 3.5rem); margin-bottom:clamp(1rem, 2.4vw, 1.25rem); }
h2 { font-size:clamp(1.6rem, 4.8vw, 3rem); margin-bottom:clamp(1rem, 2.4vw, 1.25rem); }
h3 { font-size:clamp(1.4rem, 2.9vw, 2rem); margin-bottom:clamp(0.75rem, 2.4vw, 1rem);}
h4 { font-size:clamp(1.2rem, 2.4vw, 1.5rem); margin-bottom:clamp(0.5rem, 1.6vw, 1rem); color:#009b3e; }
h5 { font-size:clamp(1.0rem, 2vw, 1.25rem); margin-bottom:clamp(0.5rem, 1.2vw, 0.75rem); }
h6 { font-size:clamp(0.9rem, 1.6vw, 1.0rem); margin-bottom: 0.5rem; }
.mincho { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
.gothic { font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

body.modal h1, body.modal h2, body.modal h3, body.modal h4, body.modal h5, body.modal h6 {letter-spacing:0.05rem; }
h1 .comment, h2 .comment, h3 .comment, h4 .comment, h5 .comment { display: block; font-size:clamp(0.8125rem, 1.6vw, 1.0rem); letter-spacing:0.1rem; margin-top:0.5rem; }
br + .comment { display: block; }

h3.page_title { border-top:none; padding:0; letter-spacing: 0.1rem; /*margin-bottom:clamp(0.5rem, 3.2vw, 2rem);*/ word-break: break-all; }
h3.left { text-align: left; justify-content:flex-start; position:relative; margin-left:0; margin-right: 0; }

h3.page_title + .comment { margin-top:clamp(-1rem, -1.6vw, -0.5rem); margin-bottom:clamp(0.5rem, 3.2vw, 2rem); font-size: clamp(0.8125rem, 1.4vw, 0.9rem); }
.page_title br { display: none; }

a.more { text-decoration:none; }

span.line { text-decoration: underline; text-decoration-thickness: 0.8rem; text-decoration-color: rgba(255, 119, 17, 0.2); text-underline-offset: -0.4rem; text-decoration-skip-ink: none; }

body.top .section { margin-bottom:clamp(3rem, 7.5vw, 5.5rem); }

h2.tate, h3.tate, h4.tate { writing-mode:vertical-rl; font-feature-settings:initial; border-top: none; padding-top:0; }


/*--INFO--*/
.info_area { margin-bottom: clamp(2rem, 8.0vw, 5rem); }
.info_area .title { position: relative; width: 25%; display:flex; flex-flow:column wrap; justify-content:flex-start; align-items: flex-start; }
.info_area .title h4 { writing-mode: vertical-rl; font-feature-settings: normal; margin-bottom:0; padding-top:0.75rem; }
.info_area .title .more { text-decoration: none; display: block; margin-top:-2rem; }
.info_area ul { position: relative; width: 75%; background: none; margin:0; list-style: none; padding: 0; flex-grow: 2; }
.info_area ul li { width: 100%; }
.info_area ul li a { text-decoration: none; display:flex; flex-flow:row nowrap; align-items: flex-start; justify-content:space-between; padding:1.25rem 0; line-height: 1.5; }
.info_area ul li a .date { font-size:clamp(0.65rem, 1.3vw, 0.875rem); color:#009b3e; padding-right: 1rem; padding-top:0.2rem; display:flex; flex-flow:row wrap; align-items: center; justify-content: center; white-space: nowrap; }
.info_area ul li a .text { flex-grow: 1; position: relative; padding-left:1.75rem; }

.info_area a.more, .about_box ul li a, .work_box ul.menu li a, .work_box a.more, .edu_box ul li a, .welfare_box ul li a { display:block; text-decoration: none; padding:0.75rem 0 0.75rem 1.5rem; position: relative; text-shadow:1px 1px 0 #fff; line-height:1.5; }
.info_area a.more::before, .info_area ul li a .text::before, .about_box ul li a::before, .work_box ul.menu li a::before, .work_box a.more::before, .edu_box ul li a::before, .welfare_box ul li a::before { content:""; display: block; width:0.6rem; height:0.6rem; transform: rotate(45deg); border-top: 2px solid #8fc21f; border-right: 2px solid #8fc21f; position: absolute; left:0; /*top:calc(50% - 0.3rem);*/ top:calc(clamp(0.9rem, 1.8vw, 1.125rem) + 0.15rem); }
.info_area ul li a:hover .text, .about_box ul li a:hover, .work_box ul.menu li a:hover, .edu_box ul li a:hover, .welfare_box ul li a:hover { text-decoration: underline; }
.info_area ul li a .text::before { top:calc(clamp(0.9rem, 1.8vw, 1.125rem)/2 - 1px); }

.site_preview { padding:4% 2.5%; justify-content: space-around; margin: 0 -1rem; }
.site_preview div { position: relative; }
.site_preview div img { border-radius:clamp(0.5rem, 1.6vw, 1rem); }
.site_preview div::after { content:""; position: absolute; top: 0; left: 0; width: 100%; height:100%; z-index: -1; mix-blend-mode: multiply; box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.08); border-radius:clamp(0.5rem, 1.6vw, 1rem); }


.desc { margin-bottom:clamp(1rem, 3.2vw, 2rem); font-size:clamp(0.875rem, 1.4vw, 1.125rem); }

/*--IABOUT--*/
.about_box { margin-bottom: clamp(3rem, 9.6vw, 8rem); }
.about_box .photo { /*width: 55%; margin-bottom:1.5rem; margin-left:-5%;*/ width:50%; }
.about_box .text { width:45%; }
.about_box .desc { font-size:clamp(1.2rem, 2.4vw, 1.5rem); letter-spacing: 0.2rem; line-height: 1.5; }
.about_box ul { list-style: none; padding:0; margin:0; }

.about_box .photo .photo_b { width: 80%; height: auto; position: relative; z-index: 1; }
.about_box .photo .photo_s { width:40%; height: auto; position: relative; margin:-31% 0 0 auto; z-index: 10; }


/*--WORK--*/
.work_box { margin-bottom: clamp(3rem, 9.6vw, 8rem);}
.work_box h2 { width: 25%; order: 1; }
.work_box .desc { width: 75%; margin-top: 0.5rem; order: 2; }
.work_box ul.menu { width: 25%; order: 3; display: flex; flex-flow: column wrap; justify-content: flex-end; }

.voice_box { width: 100%; order: 4; padding-bottom: 0.5rem; }
.work_box .voice_box { width: 75%; }
.voice_box ul.staff { margin: 0 -1.25rem; line-height:1.5; }
.voice_box .photo { position: relative; margin-bottom: 1rem; overflow: hidden; padding-top:1rem; }
.voice_box .photo img { position: relative; z-index: 10; transition: .4s; }
.voice_box ul.staff a:hover .photo img { transform: scale(1); }
.voice_box ul.staff a:hover .comment { color:#009b3e;}
.voice_box .photo .name_en { position: absolute; top:0; right:0; writing-mode: vertical-rl; color:#8fc21f; font-size:clamp(1rem,2.4vw,1.5rem); z-index: 15; }
.voice_box .photo::after { content:""; position: absolute; top:15%; left:0; right:0; bottom:0; background:rgba(179,202,208,0.2); z-index: 0; }
.voice_box .comment { /*font-weight: bold;*/ margin-bottom: 1rem; } 
.voice_box .slick-slide a { display: block; text-decoration: none; padding:0 1.25rem; }
.voice_box .more_box { display: flex; width:100%; flex-flow: row nowrap; justify-content: flex-end; align-items: center; height: 3rem; margin-top: 2rem; position: relative; }
.voice_box .more_box::before { content: ""; display: block; flex-grow:2; margin-left: 7.5rem; margin-right:1.5rem; border-top: 1px solid #ccc; mix-blend-mode: multiply; }

.voice_box .photo.v01 { margin:0 -16.66% 1rem -16.66%; }
.voice_box .photo.v01 img { }
.voice_box .photo.v01::after { content:""; position: absolute; top:15%; left:12.5%; right:12.5%; bottom:0; background:rgba(179,202,208,0.2); z-index: 0; }



/* ----------- Prev＆Next add */

.slick-prev { background: rgba(179,202,208,0.2); width: 3rem; height: 3rem; min-width: 3rem; display: block; position: absolute; bottom:-5rem; left:1.25rem; margin:0; transition: all 0.2s; z-index: 1000; border-radius:3rem; }
.slick-prev::after { border-left: 2px solid #8fc21f; border-top: 2px solid #8fc21f; border-right: none; content: ""; display: block; width: 0.8rem !important; height:0.8rem !important; position: absolute; top: calc(50% - 0.4rem); left: calc(55% - 0.4rem); z-index: 1000; transform: rotate(-45deg); }

.slick-next { background: rgba(179,202,208,0.2); width: 3rem; height: 3rem; min-width: 3rem; display: block; position: absolute; bottom:-5rem; left: 4.75rem; margin:0; transition: all 0.2s; z-index: 1000; border-radius:3rem; }
.slick-next::after { border-right: 2px solid #8fc21f; border-top: 2px solid #8fc21f; content: ""; display: block; width: 0.8rem !important; height:0.8rem !important; position: absolute; top: calc(50% - 0.4rem); left: calc(45% - 0.4rem); transform:rotate(45deg); }

.slick-prev:hover,
.slick-next:hover { background: rgba(179,202,208,0.5) }


/*-EDUCATION--*/
.edu_box { margin-bottom: clamp(3rem, 9.6vw, 8rem); }
.edu_box .photo { width: 50%; }
.edu_box .text { width: 45%; }
.edu_box ul { list-style: none; padding:0; margin:0; }

.edu_box .photo .photo_b { width: 80%; height: auto; position: relative; z-index: 1; }
.edu_box .photo .photo_s { width:40%; height: auto; position: relative; margin:-31% 0 0 auto; z-index: 10; }

/*RECRUIT*/
.recruit_welfare_box { background: rgba(179,202,208,0.2) url("../img/bg_welfare.webp") right center /auto 100% no-repeat; }
.recruit_welfare_box .inner { display: flex; flex-flow: row wrap; justify-content: space-between; width:100%; max-width:81rem; padding:5rem clamp(1rem, 5vw, 3rem) 3.25rem clamp(1rem, 5vw, 3rem) ; margin: auto; }

.recruit_box ul { list-style: none; padding:0; margin-bottom:2rem; display: flex; flex-flow: row wrap; justify-content: flex-start; }
.recruit_box ul li { width:calc((100% - 3.75rem)/3); margin:0 1.25rem 1.25rem 0; }
.recruit_box ul li a { display: flex; align-items: center; justify-content: center; text-align: center; height: 100%; background: #fff; line-height: 1.5; padding:0.5rem; min-height:clamp(5rem, 10vw, 8rem); text-decoration: none; font-size: clamp(1rem,1.6vw, 1.25rem); }
.recruit_box ul li a:hover { background: rgba(255,255,255,0.7); color:#009b3e; }

.welfare_box ul { list-style: none; padding:0; margin: 0; }




/*--FOOTER--*/
.footer { font-size:clamp(0.875rem, 1.6vw, 1rem); line-height: 1.5; margin: auto; padding:clamp(2rem, 6.0vw, 3.75rem) 0 0 0; margin-top:3rem; border-top: 1px solid rgba(0,0,0,0.2); position: relative; display:flex; flex-flow:row wrap; align-items: flex-start; justify-content:space-between; }
body.top .footer { margin-top: 0; border: none; }

.footer .name_box { }
.footer .name_box .title { width:100%; max-width:22.5rem; }
.footer .address_box { margin-bottom:clamp(1.75rem, 4.8vw, 3rem); position: relative; }
.tel, .fax { display: inline-block; line-height: 1.5; }
.tel strong, .fax strong { font-size:clamp(1.25rem, 2.4vw, 1.5rem); font-weight: normal;}
.tel.green a { color:#009b3e; }
.copyright { width: 100%; padding:1.5rem 0 0 0; /*border-top: 1px solid #ccc; text-align: center; */letter-spacing:normal; font-size: clamp(0.75rem, 1.2vw, 0.8125rem); position: relative; z-index:-1; mix-blend-mode: multiply;}

/*
.footer a.link { display: block; padding:0.75rem 0.75rem 0.75rem 1.5rem; text-decoration: none; }
.footer a.link::before { content:""; position:absolute; display:block; left:0; top:calc(50% - 0.3rem); width:0.6rem; height:0.6rem; margin:0; border-top:2px solid #8FC21F; border-right:2px solid #8FC21F; transform:rotate(45deg); box-sizing:border-box; }
*/
.footer .tel { display: block; }
.footer a.link { display:block; width: 100%; max-width:18rem; border: 1.5px solid rgba(143,194,31,1); /*border-bottom: 3px double rgba(143,194,31,1);*/ padding:1rem 0.75rem 1rem 2rem; margin:0 0.5rem 0.5rem 0; background:rgba(255,255,255,0.5); font-size: 1.125rem; box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05); }
.footer a.link::before { content:""; position:absolute; display:block; left:0.6rem; top:calc(50% - 0.3rem); width:0.6rem; height:0.6rem; margin:0; border-top:2px solid #8FC21F; border-right:2px solid #8FC21F; transform:rotate(45deg); box-sizing:border-box; }

.footer .title { margin-bottom: clamp(1.5rem,5vw,3rem); }
.footer .banner { display: block; margin-bottom: 1rem; }

.footer a.sns_ig {position: absolute; left:20rem; bottom:3rem; width:12.5rem; }
@media screen and (max-width: 1280px){
.footer a.sns_ig {position: relative; left:auto; bottom:auto; margin-top:1.5rem; }
}
@media screen and (max-width: 960px){
.footer a.sns_ig { display: none; }
}

.fm { width:50%; max-width:17rem; position: fixed; bottom:1.5rem; right:3.5rem; z-index: 10000; }
.fm ul { list-style: none; padding:0; margin: 0; display: flex; flex-flow: row nowrap; justify-content: flex-end; }
.fm ul li { width: 22%; padding:0; max-height: 16rem; margin-left: 3.5%; }
.fm ul li:first-of-type { margin-left: 0; }
.fm a { display: flex; align-items: center; width:100%; height:100%; padding:2.5rem 0.5rem 0.75rem 0.5rem; margin:0; text-decoration:none; box-sizing:border-box; position:relative; overflow:hidden; writing-mode: vertical-rl; background: linear-gradient(to bottom, rgb(143,194,31) 50%,rgb(0,155,62) 100%); border: 1px solid #fff; color:#fff; font-weight: 600; transition:0.5s; line-height:1.25; }
.fm a::after { content: "."; width: 0; color: transparent; margin-right: 1px; white-space:nowrap; }
.fm a::before { content:""; position:absolute; display:block; top:1rem; left:calc(50% - 0.3rem); width:0.6rem; height:0.6rem; margin:0; border-bottom:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg); box-sizing:border-box; }


/*.fm ul li:last-of-type { display: none; } */

.fm a:hover, .fm a.active { background: linear-gradient(to bottom, rgb(143,194,31) 0%,rgb(0,155,62) 50%); }

/*body.contact .fm { display: none; } */

.pagetop { position:fixed; /*display:flex; flex-flow:column nowrap; justify-content:center;*/ bottom:0; right:0; width: 3rem; font-size:0.875rem; height: 8.5rem; padding-top:0.75rem; border-radius: 1rem 0 0 0; text-decoration: none; writing-mode:vertical-rl; z-index: 0; color:rgba(0,0,0,0.7); display: flex; flex-flow: column nowrap; justify-content: center; }
.pagetop::before { content:"TOP"; }
.pagetop::after { content:""; position:absolute; top:1.25rem; left:1.5rem; bottom:0; margin-top:2rem; border-right:1px solid rgba(0,0,0,0.2); }
.pagetop:hover { opacity: 0.7; }




/*-- TEMPLARE CONTENTS --*/
.hero { width:100%; max-width:70rem; display:flex; flex-flow:row wrap; justify-content:space-between; position: relative; margin:0 auto 2rem auto; z-index: 50; }
.hero h1 { width:100%; margin: 1.5rem 0; }

.text_area { width:100%; max-width:65rem; margin: auto; }

.navibar { z-index:100; margin: clamp(-2rem, -2.4vw, -1rem) 0 1rem 0; padding:0; }
.navibar ul { display: flex; flex-flow:row wrap; justify-content: flex-end; margin:0; padding:0; font-size:clamp(0.75rem, 1.5vw, 0.8125rem); line-height:1.5; }
.navibar ul li { list-style-type:none; padding:0; max-width: 15rem; display: inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-feature-settings: initial; }
.navibar ul li::before { content:"／"; margin:0.5rem 0.25rem; }
.navibar ul li:first-child::before { display:none; }
.navibar a { border:none !important; }
.navibar br { display:none; }
.navibar rt { display:none; }




/*-- 2 COLUMN/ --*/
.LR_box { display:inline-block; vertical-align:top; width:49%; margin:0; padding:0 2% calc(1rem + 2vw) 2%; box-sizing:border-box; }
.LR_box .LR_box { width:45% !important; }
.LR_box .LCR_box { width:31% !important; }


/*-- 3 COLUMN/ --*/
.LCR_box { display:inline-block; vertical-align:top; width:31%; margin:0; padding:0 2% 1rem 2%; box-sizing:border-box; letter-spacing:0.1rem; }
.LCR_box2 { display:inline-block; vertical-align:top; width:66%; margin:0; padding:0 2% 1rem 2%; box-sizing:border-box; letter-spacing:0.1rem; }
.LR_box img, .LCR_box img { width:100%; object-fit:cover; font-family:'object-fit:cover;'; margin-bottom:1rem; }
.LR_box h3, .LR_box h4, .LR_box h5, .LCR_box h3,.LCR_box h4, .LCR_box h5, .LCR_box2 h3,.LCR_box2 h4, .LCR_box2 h5 { white-space:normal; word-break:break-all; }

.col2 { column-count:2; column-gap:2rem; }
.col3 { column-count:3; column-gap:2rem; }
.col4 { column-count:4; column-gap:2rem; }

.LR_box img + .caption, .LCR_box img + .caption { margin-top:-1rem; }

a.link, a span.link { padding:0.5rem 0.15rem 0.5rem 1rem; margin:0; text-decoration:underline; box-sizing:border-box; position:relative; overflow:hidden; }
a.link::after, a span.link::after { content: "."; width: 0; color: transparent; margin-right: 1px; white-space:nowrap; }
a.link::before, a span.link::before { content:""; position:absolute; left:0; top:calc(50% - 0.2rem); display:block; width:0.4rem; height:0.4rem; margin:0; border-top:1px solid #333; border-right:1px solid #333; transform:rotate(45deg); box-sizing:border-box; vertical-align: middle; }
a.link.active::after { border-top:1px solid #fff; border-right:1px solid #fff; transform:rotate(45deg); }
a.link.red { color:#e66; }

a.link .icon { display: inline-block; margin-right: 0.5rem; vertical-align: middle; }

h5 a.link::before { top:1.3rem; }


ul.page-link { text-align: left; margin:0 auto 2rem auto !important; padding:0.5rem 0.5rem; display:flex; flex-flow:row wrap; justify-content:flex-start; position: relative; z-index: 0; transition:0.25s; width:100%; max-width: 65rem; overflow-x: auto; border-top: 1px solid #666; border-bottom: 1px solid #666; }
ul.page-link li { display: inline-block; padding:0; margin: 0; box-sizing:border-box; position:relative; z-index:100; white-space:nowrap; }
ul.page-link li a { display: block; padding:0.5rem 1rem 0.5rem 1.5rem; text-decoration: none; position: relative; z-index:100; line-height: 1.5; font-size:clamp(0.8rem, 1.5vw, 0.9rem); }
ul.page-link li a:hover { color:#009b3e;} 
ul.page-link li.active a, .index_box.active a .title { /*background: linear-gradient(to right, rgba(255,109,85,1) 0%,rgba(234,65,158,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600;*/ }
ul.page-link a::before { content:""; position:absolute; display:block; left:0.5rem; top:0.8rem; width:0.5rem; height:0.5rem; margin:0; border-bottom:1px solid #333; border-right:1px solid #333; transform:rotate(45deg); box-sizing:border-box; }
ul.page-link li.active a::before { /*border-color:#f65;*/ }
.f_s ul.page-link a::before { top:0.9rem;}
.hero + ul.page-link li.active { border-top: none; }
.hero + ul.page-link li.active a { margin-bottom:-2px; border-top: none; }
ul.page-link.bottom { max-width:70rem; margin:2rem auto 4.5rem auto !important; padding:1rem 0 0 0; border-top:1px solid rgba(34,34,34,0.2); }
ul.page-link.bottom a::before { top:1.1rem; transform:rotate(-135deg); }

ul.page-link.bg { position: fixed; top:5rem; left:50%; transform: translate(-50%, 0); z-index: 2000; padding:0 0.5rem; background: rgba(255,255,255,0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); width:100%; flex-flow:row nowrap; }
/*ul.page-link.bg::after { content:""; background:rgba(255,255,255,0.9); position: absolute; top:0; right:0; left:0; bottom:0; }*/
ul.page-link.bg li { }

h3.page_title + ul.page-link { margin:-1rem auto 1rem auto !important; }

/*-- INDEX --*/
ul.index_area { width:100%; max-width:70rem; display:flex; flex-flow:row wrap; justify-content:flex-start; align-items: flex-start; padding:0; margin:0 auto; position: relative; z-index: 1000; }
body.page ul.index_area { max-width:70rem; }

.index_box { position:relative; width:50%; vertical-align:top; box-sizing:border-box; text-align:left; padding:0 1.5%; margin:0; transition:0.15s; }
.index_box a { display:flex; align-items: flex-start; padding: 1.5rem 0; border-top:1px solid rgba(34,34,34,0.2); text-decoration: none; }
.index_box .photo { width: 30%; min-width: 10rem; margin-right: 1rem; margin-bottom: 0; }
.index_box .photo span { display: block; width:100%; padding-top:100%; position: relative; }
.index_box .photo img { width:100%; height:100%; object-fit: cover; font-family:'object-fit:cover;'; transition:0.15s; }
.index_box a:hover { text-decoration:none; opacity:1; color:#333; }
.index_box a:hover strong { color:#009b3e; }
.index_box a:hover .text { color:#009b3e; }
.index_box a:hover .comment { color:#888; }
.index_box:nth-of-type(3n) { margin-right:0; margin-right: auto; }

.index_box p { margin:0; text-decoration:none; }
.index_box .cate_box { font-size:0.75rem; }
.index_box .cate_box .cate { display:inline-block; background:#009b3e; color:#fff; padding:0 0.5rem; margin:0 0.5rem 0.5rem 0; border-radius:0.25rem; white-space:nowrap; }
.index_box .new { font-size:clamp(0.75rem, 1.3vw, 0.8rem); display:inline-block; padding:0 0.5rem; background:#ff8e65; color:#fff; text-align:center; z-index:10; }
.index_box .text { display:flex; flex-grow:1; flex-flow:column nowrap; padding:0; line-height: 1.5; }
.index_box .date { font-size:clamp(0.75rem, 1.3vw, 0.8rem); color: #009b3e; display: none; }
.index_box .comment { font-size:clamp(0.75rem, 1.5vw, 0.9rem); display: block; line-height: 1.5; margin-top:0.5rem; color:#888; padding-left:1.25rem; }
.tag { display:flex; flex-flow:row wrap; padding:0.5rem 0 0 0; }
.index_box .title { display:block; align-items:flex-start; position: relative; color:#333; line-height:1.5; font-weight:normal; padding-left:1.25rem; font-size:clamp(1rem, 1.6vw, 1.125rem); }
.index_box .title::before { content:""; display: block; width:0.6rem; height:0.6rem; transform: rotate(45deg); border-top: 2px solid #8fc21f; border-right: 2px solid #8fc21f; position: absolute; left:0; top:calc(50% - 0.3rem); }
.tag span { font-size:0.7rem; background:#333; color:#fff; padding:0 0.5rem 0.1rem 0.5rem; margin:0.5rem; text-align:center; border-radius:1rem; }

.index_box .text br, .hm li a br { display: none; }
.index_box .text br.br, .index_box .text .comment br, .hm li a br.br { display: inline-block; }

.index_box a[target='_blank'] .title::after,
.LCR_box a[target='_blank']::after,
body.link .article li a[target='_blank']::after,
body.link .article a:link[target='_blank']::after,
.article a:link[target='_blank']::after
 { content:""; position:relative; display:inline-block; vertical-align:middle; width:1.2rem; height:1.2rem; margin:0 0.1rem; background:url(../img/i_blank.svg) center bottom /100% no-repeat; }
.index_box a[target='_blank']::after { display:none !important; }
a[target='_blank'].banner::after { display:none !important; }

.index_box a[href*='.pdf'] .title::after, 
a[href*='.pdf']::after, 
.index_box ul li a[href*='.pdf']::after { content:"PDF" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#e55; font-weight:bold; background:#fff !important; margin:0 0.25rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); vertical-align:middle; }

.index_box a[href*='.pdf']::after { display:none !important; }

.index_box a[href*='.xls'] .title::after, 
.index_box a[href*='.xlsx'] .title::after, 
a[href*='.xls']::after, 
a[href*='.xlsx']::after, 
.index_box ul li a[href*='.xls']::after, 
.index_box ul li a[href*='.xlsx']::after { content:"Excel" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#7da52b; font-weight:bold; background:#fff !important; margin:0 0.25rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); }

.index_box a[href*='.xls']::after,
.index_box a[href*='.xlsx']::after { display:none !important; }

.index_box a[href*='.doc'] .title::after, 
.index_box a[href*='.docx'] .title::after, 
a[href*='.doc']::after, 
a[href*='.docx']::after, 
.index_box ul li a[href*='.doc']::after, 
.index_box ul li a[href*='.docx']::after { content:"Word" !important; position:relative; display:inline-block !important; font-size:0.6rem; line-height:1; width:auto !important; height:auto !important; padding:0.15rem 0.25rem; letter-spacing:normal; color:#7b8d42; font-weight:bold; background:#fff !important; margin:0 0.5rem; border:1px solid #ddd; border-radius:2px; transform:translate(0,-2px); }

.index_box a[href*='.doc']::after,
.index_box a[href*='.docx']::after { display:none !important; }

.index_box a[href*='.pdf'] .title::after,
.index_box a[href*='.xls'] .title::after, 
.index_box a[href*='.docx'] .title::after { /*top:0.5rem;*/ }

.info_box ul li a[href*='.pdf']::after,
.info_box ul li a[href*='.xlsx']::after,
.info_box ul li a[href*='.docx']::after { position: absolute; top:0.35rem; right:0; }


.b_box a[target="_blank"]::after, .b_box a[href$=".pdf"]::after, .b_box a[href$=".docx"]::after { display:none !important; }



body.info .contents { display: flex; flex-flow:row wrap; justify-content: space-between; max-width:70rem; margin:0 auto 5rem auto; }
body.info .index_area { }
body.info .side { display: inline-block; vertical-align: top; width: 13rem; box-sizing:border-box; margin-right: auto; position: relative; z-index: 1000; margin:0 0 0 2rem; }
body.info .side h5 { margin-top:0; margin-bottom:0.5rem; }
body.info .side ul { padding-left:1.0rem; margin:0 0 2rem 0; font-size:0.9rem; }
body.info .side ul li::marker { color:rgba(34,34,34,0.2); }

body.info .index_box { width: 50%; margin:0; padding:0 1.5%; }
body.info .index_box a { display:flex; padding: 1.5rem 0; border-top:1px solid rgba(34,34,34,0.2); }
body.info .index_box .date { display:block; font-size: 0.75rem; padding-bottom:0.25rem; }
body.info .index_box strong::after { display: none; }
body.info .index_box .photo { width: 25vw; height: auto; min-width: 5rem; max-width: 10rem; margin-right: 1rem; margin-bottom: 0; position: relative; }
body.info .index_box .text { padding:0; }
body.info .index_box .i_tag { font-size:0.8rem; left:0.5rem; display: none; }

h3 .date { display: none; }

body.info h3 .date { display: block; font-size: 0.75rem; color:#009b3e; letter-spacing:0.02rem; margin-left: auto; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }


body.links .index_box a { padding-left: 1.25rem; position: relative; }
body.links .index_box a[target='_blank']::after { display: inline-block !important; }
body.links .index_box a::before { content:""; position:absolute; display:block; left:0; top:calc(50% - 0.25rem); width:0.5rem; height:0.5rem; margin:0; border-top:1px solid #333; border-right:1px solid #333; transform:rotate(45deg); box-sizing:border-box; }

body.page .index_box { width:25%; }

ul.disc { list-style: disc; padding-left: 1rem; }


.date_box { position:relative; margin:-1.5rem 0 1rem 0; text-align:right; }
.date_box .date { font-size:0.9rem; margin:0 0.5rem 0.5rem 0; }

img.radius { border-radius:0.5rem;}
.left_img { position: relative; left:calc(20% - 12vw); width:calc( 100% + 10vw ); }
.right_img { position: relative; right:calc(20% - 12vw); width:calc( 100% + 10vw ); }
.left_img img, .right_img img { width: 100%; }

.sticky { position: sticky; top:9rem; margin-bottom: 1rem; }


.i-prev, .i_next { }
.i-next::after { content:""; position:absolute; display:block; left:calc(50% - 6px); top:calc(50% - 4.5px); width:0.5rem; height:0.5rem; margin:0; border-top:1px solid #333; border-right:1px solid #333; transform:rotate(45deg); box-sizing:border-box; }
.i-prev::after { content:""; position:absolute; display:block; left:calc(50% - 3px); top:calc(50% - 4.5px); width:0.5rem; height:0.5rem; margin:0; border-bottom:1px solid #333; border-left:1px solid #333; transform:rotate(45deg); box-sizing:border-box; }

.pager { width:100%; margin:0 auto 3rem auto; }
.pagenavi { text-align:center; }
.pagenavi .page, .pagenavi .prev, .pagenavi .next, .pagenavi .current, .pagenavi .last, .pagenavi .page.s , .pagenavi .page.s:hover { display:inline-block; margin:0 5px; width:40px; height:40px; line-height:38px; background:#fff; color:#333; letter-spacing:1px; text-align:center; vertical-align:middle; border-radius:2rem; /*box-shadow:0 3px 0 rgba(0, 0, 0, 0.1); transition-delay:0s;*/ transition-duration:0.5s; transition-property:background-color, color; transition-timing-function:ease, ease; box-sizing:border-box; text-decoration:none; position:relative; }
.pagenavi .page.s { box-shadow:0 3px 0 rgba(0, 0, 0, 0.1); transition-delay:0s; transition-duration:0.25s; }
.pagenavi .prev.disable, .pagenavi .next.disable, .pagenavi .prev.disable:hover, .pagenavi .next.disable:hover { background:rgba(0, 0, 0, 0.1); box-shadow:none; cursor:default; color:#fff; }
.pagenavi .current, .pagenavi .page:hover, .pagenavi .prev:hover, .pagenavi .next:hover, .pagenavi .current:hover, .pagenavi .last:hover { background:#333; color:#fff; transition-property:background-color, color; transition-timing-function:ease, ease; }
.pagenavi .next:hover .i-next::after, .pagenavi .next.disable .i-next::after { border-color:#fff; }
.pagenavi .prev:hover .i-prev::after, .pagenavi .prev.disable .i-prev::after { border-color:#fff; }



/*-- FORM/ --*/
form { margin:0; padding:0; border:0; font-size:100%; vertical-align:middle; background:transparent; }
form label { vertical-align:middle; }

select, input, textarea, button { width:auto; max-width:100%; -webkit-appearance:none; vertical-align:middle; position:relative; line-height:1.5; font-size:1.2rem; margin:0 5px 0 0; padding:0.15rem 0.5rem; border:1px solid #666; box-shadow:none; z-index:0; box-sizing:border-box; border-radius: 0.25rem; background: rgba(255,255,255,0.5); }
input[type="text"] { margin:0 0.25rem 0 0; }
input.long { width:100%; margin:0; position:relative; }
button, a.btn, input[type="button"], input[type="submit"] { display:inline-block !important; vertical-align:middle; -webkit-appearance:none; overflow:visible; width:auto; min-width:10rem; line-height:1.6rem; letter-spacing:0.1rem; margin:0.5rem 0.25rem 0.5rem 0; /*padding:0.75rem 1.2rem; border:5px solid #7b8d42;*/ border:none; color:#fff !important; position:relative; text-decoration:none; text-align:center; transition:all .2s; box-sizing:border-box; cursor:pointer; border-radius: 0.25rem; padding:0.5rem 2rem; background: url("../img/i_arrow_rw.svg") right 0.75rem center /1.25rem no-repeat, linear-gradient(to right, rgb(0,155,62) 0%,rgb(143,194,31) 100%); ;}
input::placeholder, textarea::placeholder { color:#777; }

.b_back { display:inline-block; -webkit-appearance:none; overflow:visible; width:auto; background:#ff8e65; position:relative; padding:10px 20px 10px 40px; height:50px; line-height:30px; font-size:1.2rem; letter-spacing:0; margin:10px; border:none; color:#333 !important; border-radius:3px; box-sizing:border-box; }
.b_back::after { content:""; position:absolute; display:inline-block; left:10px; top:18px; width:10px; height:10px; border-top:2px solid #333; border-right:2px solid #333; transform:rotate(45deg); box-sizing:border-box; }

button:hover, a.btn:hover, input[type="button"]:hover, input[type="submit"]:hover { text-decoration:none; filter: brightness(85%); color:#fff; }

button[disabled], a.btn[disabled], .button[disabled], input[type="button"][disabled], input[type="submit"][disabled],
button[disabled]:hover, a.btn[disabled]:hover, .button[disabled]:hover, input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover { background:#eee; border:none; color:#fff; opacity:1.0; cursor:default; position:relative; }

a.btn { padding-right:2rem; position: relative; }
/*a.btn::after, button::after { content:""; position:absolute; display:block; left: auto; right:1rem; top:50%; width:0.5rem !important; height:0.5rem !important; background: none; margin:0 !important; border-top:1px solid #fff; border-right:1px solid #fff; transform:translate(0,-45%)rotate(45deg); box-sizing:border-box; }*/
a.btn[target='_blank']::after { right:-1rem; visibility: hidden; }

button.mini, .button.mini { min-width:0; }
input:focus, select:focus, textarea:focus { outline:none; box-shadow:0 0 3px rgba(0, 155,62, 1); border:1px solid #009b3e;}

input.button { width:15rem; display:flex; align-items: center; justify-content:center; text-align: center; text-decoration:none; position: relative; white-space: nowrap; margin: 0 auto; padding:0.5rem 2rem; background:#009b3e url("../img/i_arrow_rw.svg") right 0.75rem center /1.25rem no-repeat; color: #fff; border-radius:0.25rem; }
input.button:hover { background:#009b3e url("../img/i_arrow_rw.svg") right 0.75rem center /40px no-repeat; }




/*-- Radio and Checkbox/ --*/
input[type="radio"], input[type="checkbox"] { margin:0 0.25rem 0 0; width:1.25rem; height:1.25rem; display:none; }
input[type="radio"] + span, input[type="checkbox"] + span { padding-left:1.5rem; position:relative; margin-right:1rem; display:inline-block; white-space:nowrap; min-height: 1.35rem; }
input[type="radio"] + span::before{ content:""; display:block; position:absolute; top:calc(50% - 0.6rem); left:0; width:1.2rem; height:1.2rem; border:1px solid #333; border-radius:50%; z-index:5; margin-right:0.25rem; box-sizing:border-box; }
input[type="radio"] + span::after{ content:""; display:block; position:absolute; top:calc(50% - 0.1rem);; left:0.5rem ; width:0.2rem; height:0.2rem; background:#009b3e; border-radius:50%; z-index:10; transition:0.25s; opacity:0; }
input[type="radio"]:checked + span, input[type="checkbox"]:checked + span { color:#009b3e; }
input[type="radio"]:checked + span::before { border:1px solid #009b3e; }
input[type="radio"]:checked + span::after{ content:""; display:block; position:absolute; top:calc(50% - 0.4rem); left:calc(0.25rem - 1px); width:0.8rem; height:0.8rem; background:#009b3e; border-radius:50%; z-index:10; transition:0.25s; opacity:1; }
input[type="checkbox"] + span::before { content:""; display:block; position:absolute; top:calc(50% - 0.6rem); left:0; width:1.2rem; height:1.2rem; border:1px solid #666; border-radius:0.25rem; margin-right:0.25rem; box-sizing:border-box; }
input[type="checkbox"]:checked + span::after { content:""; display:block; position:absolute; top:calc(50% - 0.9rem); left:0.5rem; width:0.5rem; height:1.2rem; transform:rotate(40deg); border-bottom:2px solid #009b3e; border-right:2px solid #009b3e; box-sizing:border-box; }

input[type="checkbox"] + span:empty { margin: 0; padding: 0; }

button.i_delete { min-width:0 !important; }
button.i_delete::before { display:none; }

/*-- SELECT/ --*/
select { -webkit-appearance:none; -moz-appearance:none; position:relative; z-index:auto !important; text-align:left; background: rgba(255,255,255,0.5) url(../img/i_pulldown.svg) right center /24px no-repeat; border:1px solid #666; padding:0.25rem 2rem 0.25rem 0.5rem; margin:0 2px 0 0; box-sizing:border-box; display:none; display:inline-block; border-radius: 0.25rem; color:#333;}
select:disabled, select.disabled { border:1px solid rgba(0,0,0,0.2); color:rgba(0,0,0,0.2); color:silver; background:none; z-index:auto; }

/*.error, .required, .alert { color:#e66; }*/
div.error { background:rgba(238,102,102, 0.1); padding:0 0.5rem; margin:0; color:#e66; }
span.error { background:rgba(238,102,102, 0.1); padding:0 0.5rem; color:#e66; display:block; }

td.error input[type="text"], 
td.error textarea,
td.error select,
td.error label { border:1px solid #e66; color:#333; border-radius: 0.25rem; }
td.error label { padding: 0.25rem; }

td.error input:focus, td.error select:focus, td.error textarea:focus { outline:none; box-shadow:0 0 3px rgba(238,102,102, 1); border:1px solid #e66;}

.example { color:#777; white-space:nowrap; }


.hissu { display: inline-block; background:#e66; color:#fff; font-size:0.7rem; padding:0.1rem 0.25rem; vertical-align: middle; position: relative; margin:-0.1rem 0.25rem 0.25rem 0; border-radius: 0.25rem; line-height:1.5; }
.hissu::before { content:"必須";}
.ninni {display: inline-block; background:rgba(34,34,34,0.3); color:#fff; font-size:0.7rem; padding:0.1rem 0.25rem; vertical-align: middle; position: relative; margin:-0.1rem 0.25rem 0.25rem 0; border-radius: 0.25rem; line-height:1.5; }
.ninni::before { content:"任意";}

.notice { background: rgba(179,202,208,0.2); padding: 1rem 1.5rem; border-radius: 1rem; }
.bg01 .notice { background: #fff; box-shadow:0 1rem 0.5rem -0.75rem rgba(34,34,34,0.05); }
.bg01 .grade { text-shadow: 0 0.5rem 0.5rem rgba(34,34,34,0.05);}


/*--CONTACT--*/
body.contact .tab_menu,
body.contact .f_title,
body.contact .corp { display:none; }

.wpcf7 form .wpcf7-response-output { margin: 1rem 0 0; padding: 0.5rem 1rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { color: #e66; background-color: #f9e3e9 !important; border:none !important; }
.wpcf7 form.sent .wpcf7-response-output { color: #3A87AD; background-color: #E1F5FE !important; border:none !important; }
.wpcf7 form .wpcf7-not-valid { background:#f9e3e9; }
.wpcf7 form .wpcf7-not-valid-tip { color:#e66; }
.wpcf7 form .wpcf7-spinner { display:block; margin:auto; }
form.wpcf7-form > br:first-of-type { display:none; }
.wpcf7-list-item { margin:0; }

/*--Privacy Policy--*/
.pp_box { text-align: left; max-height:400px; overflow-y: auto; padding: 1.5rem; border:1px solid #333; line-height:1.7; }
.pp_box ol { /*padding-left:1.5rem;*/ }

.grecaptcha-badge { opacity:0; }

.invisible { display: none; transition:0.5s ease; }


.w100 { width: 100%; margin-right:0 !important; margin-left:0 !important; }
.w95 { width: 95%; }
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w66 { width: 66%; }
.w65 { width: 65%; }
.w60 { width: 60%; }
.w55 { width: 55%; }
.w50 { width: 50%; }
.w49 { width: 49%; }
.w48 { width: 48%; }
.w47 { width: 47%; }
.w45 { width: 45%; }
.w40 { width: 40%; }
.w35 { width: 35%; }
.w33 { width: 33%; }
.w32 { width: 32%; }
.w30 { width: 30%; }
.w25 { width: 25%; }
.w24 { width: 24%; }
.w22 { width: 22%; }
.w20 { width: 20%; }
.w19 { width: 19%; }
.w18 { width: 18%; }
.w15 { width: 15%; }
.w10 { width: 10%; }
.w5 { width: 5%; }

input.w75 { min-width:15rem; }
input.w50 { min-width:10rem; }
input.w33 { min-width:6.5rem; }
input.w25 { min-width:5rem; }
input.w20 { min-width:4rem; }
input.w10 { min-width:2rem; }
input.w5 { min-width:1rem; }


.r04 { border-radius:0.25rem; }
.r08 { border-radius:0.5rem; }
.r16 { border-radius:1rem; }



/*-- LIST/ --*/
ol { margin:0 0 2rem 0; padding:0 0 0 1.5rem; }
ol::marker { }
ol li{ padding:0; }
.value { background:#333; vertical-align:middle; display:inline-block; width:1.6rem; line-height:1.6rem; font-size:1rem; font-weight:bolder; text-align:center; border-radius:50%; color:#fff; margin:-0.3rem 0.4rem 0 0; }
ol li ol.kakko { }
ol li ol.kakko li { list-style: none; position: relative; margin-left: 1.5rem; }
ol li ol.kakko li::before { content: attr(value)')'; counter-increment: li; position: absolute; top: 0; left: -1.5rem; }

ul.marker { list-style:disc; margin:0; padding-left:1rem; }
ul.marker li::marker { color:rgba(34,34,34, 0.3); }

ul.li_half { display:flex; flex-flow:row wrap; justify-content:space-between; }
ul.li_half li { width:calc((100% - 2rem)/2);}

ol.faq { counter-reset:q; list-style:none; margin:0; padding:0; }
ol.faq >li::before { counter-increment:q; content:'Q'counter(q); content:'Q'attr(value); background:#f77; vertical-align:middle; display:inline-block; width:2.4rem; height:2.4rem; line-height:2.2rem; font-weight:bold; text-align:center; border-radius:50%; color:#fff; margin:0 0.4rem 0 -2.4rem; }
ol.faq >li { margin-bottom:1rem; }
ol.faq .a { padding:0.5rem 0 0.5rem 0.4rem; }
ol.faq .a h4 { display:inline-block; width:2.4rem; height:2.4rem; line-height:2.2rem; font-weight:bold; text-align:center; border-radius:50%; margin:0 0.4rem 0 -2.8rem; }
ol.faq li ol { display:inline-block; vertical-align:top; }
ol.faq >li h6.i_close { color:#e70; }

ol.val > li::before { content:attr(value); background:#001A43; vertical-align:middle; display:inline-block; width:1.6rem; line-height:1.6rem; letter-spacing:normal; font-size:0.8rem; font-weight:bold; text-align:center; border-radius:50%; color:#fff; margin:-0.3rem 0.4rem 0 -2rem; position:relative; }

ul.kome { list-style: none; padding:0; }
ul.kome li { display: block; margin-left:1rem; }
ul.kome li::before { content:"※"; margin:0 0 0 -1rem; }


.q, .q_open { margin:0; padding:0.5rem 2rem 0.5rem 0; position:relative; border-top: 1px solid rgba(0, 0, 0, 0.1); cursor: pointer; }
.q_open { padding:0.25rem; }
.q:hover { background: rgba(255,255,255,0.2); }
.q::before, .q_open::before { content:"Q. "; display:inline-block; font-weight:bold; margin-right:0.25rem; color:#0ae; }
.q::after { content:"＋"; position:absolute; right:0.5rem; display:inline-block; transition:0.1s; font-size:clamp(0.9rem, 1.8vw,1.125rem); top:1rem; line-height:1; color:#f4577a;}
.q.i_close { font-weight: bold; color:#0ae; }
.m.i_close { font-weight: bold; background: linear-gradient(to right, rgba(255,109,85,1) 0%,rgba(237,96,174,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.a, .a_open, .t, .t_open { display: none; margin-bottom: 1.5rem; padding:0.25rem 0; }
.a_open, .t_open { display: block; }
.a::before, .a_open::before { content:"A. "; display:inline-block; font-weight:bold; margin-right:0.25rem; color:#f4577a; font-size:1.2rem; }

.m, .m_open { margin:0; padding:0.5rem 0.5rem 0.5rem 1rem; position:relative; cursor: pointer; font-size:clamp(0.9rem, 1.8vw,1.125rem); line-height:1.5; font-weight: bold; }
.m::after { content:"＋"; position:absolute; top:calc(50% - 0.6rem); left:-0.25rem; display:inline-block; transition:0.1s; font-size:clamp(0.9rem, 1.8vw,1.125rem); line-height:1; color:#f4577a; z-index: 10;}
.q.i_close::after, .m.i_close::after { transform:rotate(45deg); -webkit-text-fill-color:#f4577a; }
.m.link { padding:0.25rem 1rem; }
.m + .t { padding:0.25rem 0; }
.m.no_open { color:rgba(34,34,34,0.5); pointer-events:none; }


/*-- TABLE/ --*/
caption { text-align:left; margin-bottom:10px; }

table { border-collapse:collapse; width:100%; margin:0 0 2rem 0; }
table th, table td { padding:clamp(0.5rem, 1.6vw, 1rem); letter-spacing:0.05rem; line-height:1.5; }

.table01 { border-bottom:1px dashed rgba(0, 38, 33, 0.1); }
.table01 th, .table01 td { border-top:1px dashed rgba(0,0,0,0.1); }
.table01 thead th { }
.table01 th {text-align:left; }
.table01 td { }

.table02, .deco-tb { border-bottom:1px solid rgba(0,0,0,0.15); }
.table02 th, .table02 td, .deco-tb th, .deco-tb td { border-top:1px solid rgba(0,0,0,0.15); }
.table02 thead th, .table02 thead td, .deco-tb thead th, .deco-tb thead td { background:rgba(0,155,62,0.05); }
.table02 th, .deco-tb th { text-align:left; /*white-space:nowrap;*/ background:rgba(0,155,62,0.05); }
.table02 td, .deco-tb td { }
.table02 th.tr, .deco-tb th.tr, .table02 td.tr, .deco-tb td.tr { width:auto; text-align: right;}

.table03 { background:rgba(255,255,255,0.5); border-spacing: 0; border:1px solid rgba(0,0,0,0.1); }
.table03 th, .table03 td { border-right:1px dashed rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1); vertical-align: top; }
.table03 thead th { background:rgba(0,155,62,0.05); }
.table03 thead td { background:rgba(0,155,62,0.05); }
.table03 tbody tr:last-of-type th, .table03 tbody tr:last-of-type td { border-bottom: none; }

.table03 th.vm, .table03 td.vm, .table03 tr.vm th, .table03 tr.vm td { vertical-align: middle; }

.table03.program th, .table03.program td { text-align: center; }
.bgGrey { background:rgba(0,0,0,0.05); }

/*-- TABLE ヘッダ・カラム固定 --*/
thead tr[class*="fixed-header-"] th { position: -webkit-sticky; position: sticky; z-index:2; white-space: nowrap; }
thead tr[class*="fixed-header-"] th[class*="fixed-column-"] { z-index:3; }
body th[class*="fixed-column-"], tbody td[class*="fixed-column-"] { background:#fff; position: -webkit-sticky; position: sticky; z-index:1; }

table.number {}
table.number td { text-align: right; }

.l_double { border-top:3px double rgba(0,0,0,0.1) !important; }
.l_dashed th, .l_dashed td { border-top:1px dashed rgba(0,0,0,0.1) !important; }
th p, td p { /*margin:0;*/ }

.l_total th, .l_total td { padding:1px; }

table.fixed_column { background:#fff; }
.fixed01{ position: sticky; left: 0; background: rgba(255,255,255,0.95); border-collapse:separate; }
.fixed01:before{ content: ""; position: absolute; top: -1px; left: -1px; width:calc(100% + 2px); height:100%; border-top:1px solid rgba(0,0,0,0.1); border-left:1px solid rgba(0,0,0,0.1); border-right:1px dashed #e5e5e5; }
tr.l_double th.fixed01 { border-top:3px double rgba(0,0,0,0.1) !important; }
.table02 thead th.fixed01, .table03 thead th.fixed01 { background:#f2faf5; }


/*-- 幅の広いテーブルにスクロール表示 --*/
.scroll { overflow:auto; max-width:calc(100vw - 2rem); position: relative; }
.scroll::-webkit-scrollbar { height:6px;}
.scroll::-webkit-scrollbar-track { background:rgba(0,0,0,0); }
.scroll::-webkit-scrollbar-thumb { background:rgba(34,34,34,1); background: #bbb; border-radius:3px; opacity: 0.5; }
.scroll::-webkit-scrollbar-thumb:hover { background:rgba(34,34,34,1); background: #bbb; border-radius:3px; opacity: 0.5; }

.scroll table th, .scroll table td { /*white-space:nowrap;*/ }
.scroll::before { content:"→ 横スクロールしてご確認ください。"; display: block; font-size:0.8rem; margin-bottom:0.5rem;}




.aligncenter {display:block; margin:0 auto; }
.alignright { float:right; margin:0 0 1.5rem 1.5rem; position:relative; z-index:1; max-width:360px; }
.alignleft { float:left; margin:0 1.5rem 1.5rem 0; position:relative; z-index:1; max-width:360px; }
img[class*="wp-image-"],
img[class*="attachment-"] { max-width:100%; height:auto; }
img.alignright, img.alignleft { max-width:40%; }


.flex.full_l .text { width:56%; order:2; }
.flex.full_r .text { width:56%; order:1; }
.flex.full_l .photo { width:40%; order:1; position:relative; }
.flex.full_r .photo { width:40%; order:2; position:relative; }




.flex aside { margin:0; }
body.member .flex aside { margin:0; max-width:17rem; }
.flex aside .photo_box, .flex aside > div.sticky { display:flex; flex-flow:row wrap; /*align-items: flex-end;*/ justify-content:flex-start; margin-bottom: 1rem; position: sticky; top:1.5rem; }
.flex aside .photo_box .photo { position: relative; border-radius:1rem; overflow: hidden; width:40%; margin-right: 1rem; margin-bottom:0.75rem; max-width:10rem; }
.flex aside .photo_box .photo img { width:100%; height:100%; max-width:12rem; max-height:12rem; object-fit: cover; object-position:0 50%; }
.flex aside .photo_box .text { flex-grow: 1; margin-bottom:0.75rem; }
.flex aside .photo_box .text .title { display: block; margin-bottom:0.75rem; line-height: 1.5; letter-spacing: normal; }
.flex aside .photo_box .text ruby.name { line-height: 1.5; font-size:clamp(1rem, 2.3vw, 1.4rem); font-weight: bold; margin-bottom:0.5rem; }
.flex aside .photo_box .text ruby.name rt { font-size: 0.75rem; margin-bottom: 0.25rem; }
.flex aside .photo_box .text .mail { display: block; margin-bottom:0.5rem; }
.flex aside .photo_box .text .mail::before { content:""; display: inline-block; width:1rem; height: 1rem; background: url(../img/i_mail.svg) center center /1rem no-repeat; margin:0 0.5rem 0.25rem 0; vertical-align: middle; }


dl.profile { display:flex; flex-flow:row wrap; align-items: flex-start; }
dl.profile dt { width:6rem; font-weight: bold; padding: 0.75rem 0; margin: 0; border-top:1px solid rgba(0,0,0,0.1); line-height: 1.5; }
dl.profile dd { width:calc(100% - 6rem); padding: 0.75rem; border-top:1px solid rgba(0,0,0,0.1); line-height: 1.5; }
dl.profile dd ul { padding-left:1rem; margin: 0; }
dl.profile dd ul li { margin-bottom:0.5rem; }
dl.profile dd ul li::marker { color:#009b3e; }
dl.profile dd ul li:last-of-type { margin-bottom:0; }

#colorbox.teacher { width:100% !important; height:100% !important; max-width:58rem !important; min-height:300px; max-height: 85vh !important; top:50% !important; left: 50% !important; transform: translate(-50%,-50%); }
#colorbox.teacher #cboxWrapper { width:100% !important; height:100% !important; max-width:58rem !important; min-height:300px; max-height: 85vh !important; overflow: visible; }
#colorbox.teacher #cboxContent, #colorbox.alert #cboxLoadedContent, #colorbox.alert #cboxIframe { height:calc(100% - 3rem) !important; max-width:56rem !important; ; min-height:calc(300px - 3rem); max-height:calc(85vh - 3rem) !important; }
#colorbox.teacher #cboxContent { width:calc(100% - 2rem) !important; }
#colorbox.teacher #cboxLoadedContent, #colorbox.alert #cboxIframe { width:100% !important; margin: 0; height:calc(85vh - 3rem) !important; min-height:calc(300px - 3rem); max-height:calc(85vh - 3rem) !important; }
#colorbox.teacher #cboxMiddleLeft { height: 0 !important; }

#colorbox.img #cboxLoadedContent { padding: 1rem; background:#fff; height: auto !important; max-width:96vw; }
#colorbox.img #cboxLoadedContent img { width: 100% !important; height: auto !important; }

body.modal { border: none; }
body.modal .article { padding:1.5rem; display: block; }
body.modal .alignright { float: right; width:25vw; }
body.modal .text_area { padding:5vw; margin: 0 auto; }
body.modal h2 { line-height: 1.5; }
body.modal h2::after { display:none; }
body.modal h2 span.title { display: block; font-size: 1rem; margin-bottom:0.75rem; }
body.modal h2 rt { font-size: 0.75rem; margin-bottom:0.15rem }



/*--PAGENATION--*/
.pagination-holder { margin:0 auto 4rem auto; }

#page-1 { display:flex; }
.cnation-holder { width:100%; padding-top:4rem; }
.simple-pagination { display: block; overflow: hidden; padding: 0; margin: 0;}
.simple-pagination ul { list-style: none; padding:0; margin:0; display:flex; flex-flow:row wrap; justify-content:center;}
.simple-pagination ul li { padding:0.25rem; margin:0;}
.simple-pagination ul li a { display:block; background:#fff; }
span.ellipse.clickable { cursor: pointer; }
.ellipse input { width: 3em; }

.light-theme a, .light-theme span { cursor:pointer; display:block; text-align:center; color: #333; font-size:0.9rem; line-height:calc(2.5rem - 2px); font-weight: normal; letter-spacing:normal; border:1px solid #333; min-width: 2.5rem; height:2.5rem; padding:0 0.5rem; margin: 0; background:#fff; }
.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover { text-decoration: none; background: #FCFCFC; }
.light-theme .current { background: #333; color: #FFF; border-color: #333; cursor: default; }
.light-theme .ellipse { background: none; border: none; box-shadow: none; font-weight: bold; cursor: default; }
.light-theme .prev, .light-theme .next { background:#fff; padding: 0 0.75rem; color: #333; }
.light-theme .prev { border-radius: 2rem 0 0 2rem; }
.light-theme .next { border-radius: 0 2rem 2rem 0; }
.light-theme .disabled .prev, .light-theme .disabled .next { opacity:0.25; }


.bg01 { position: relative; display:flex; flex-flow:row wrap; justify-content:space-between; width:100%; padding:0; right:0; }

.material-icons { vertical-align: middle; }


.greeting_box {}
.greeting_box .photo_box { max-width:15rem; }
.greeting_box .photo_box img { margin-bottom: 0.5rem; }

.staff_box { }
.staff_box .photo { margin-bottom: 0.5rem; width:100%; max-width:15rem; height: auto; border-bottom:1px solid #333; }
.staff_box span.title, .greeting_box span.title { display: block; font-size: clamp(0.8125rem,1.6vw ,1rem); line-height:1.5; }
.staff_box span.name, .greeting_box span.name { display: block; font-size: clamp(1.1rem,2.5vw ,1.5rem); line-height:1.5; }
.staff_box ul li { margin-bottom: 1rem; }
.staff_box ul li hr{ margin-top: 0; }


.note { /*background: #eef5e7;*/ background: rgba(0,136,102,0.05); padding:1rem; }
.bg_blue { background: rgba(30,80,162,0.2); }
.bg_orange { background: rgba(241,141,95,0.2); }
.bg_red { background: rgba(190,52,85,0.2); }


noprint { pointer-events: none; }

/*--所属紹介--*/
ul::marker { color:rgba(143,194,31,0.5); }
ul.sub_list { list-style: disc; }
ul.sub_list li { list-style: disc; font-size: clamp(0.8125rem,1.6vw, 1rem); line-height:1.5; padding:0.25rem 0.5rem 0.25rem 1.25rem; display: inline-block; }
ul.sub_list li::before { content: "● "; font-size:0.875rem; color:rgba(143,194,31,1); margin-left:-1.25rem; }


.material-symbols-outlined { vertical-align: middle; margin:-0.15rem 0.1rem 0 0; font-size: inherit; }
.f_ll .material-symbols-outlined { font-size:clamp(1.5rem, 3.2vw, 2rem); margin-top:-0.4rem; }

/*タブ*/
.tab { display: flex; flex-flow:row nowrap; margin:0; padding:0 1rem; position: relative; z-index: 0; border-bottom:2px solid rgba(143,194,31,0.5); }
.tab li { position: relative; z-index: 10; padding:clamp(0.5rem, 1.2vw, 0.75rem) clamp(1rem, 2.4vw, 1.5rem); text-decoration:none; line-height: 1.25; white-space: nowrap; cursor: pointer; border:1.5px solid rgba(0,0,0,0); border-bottom:none; margin-right:0.5rem; background:rgba(143,194,31,0.2); }
.tab li span.f_ll { font-size: clamp(1.5rem, 3.2vw, 2rem); letter-spacing:0.25rem; }
.tab li.select { /* border-color: #333; border-color:rgba(143,194,31,1); color: #009b3e;*/ background:rgba(143,194,31,0.5); }


.tab_content { overflow:hidden; padding:0; margin:0; list-style:none !important; transition:0.5s; }
.tab_content > li { padding:1rem 0; margin:0; display:none; }
.tab_content > li.is_show { display:block; }


/*データで見る*/
.data_area { background:rgba(143,194,31,0.2); padding:0.5rem 0.5rem calc(0.5rem - 1.3%) 0.5rem; }
.data_item { text-align: center; margin-bottom:1.3%; /*border:1px solid rgba(0,0,0,0.1);*/ background:#fff; padding:0.75rem; box-shadow:0 1rem 0.5rem -0.75rem rgba(0,0,0,0.05); }
.data_item .data_title { height:3rem; display: flex; justify-content: center; align-items: center; line-height:1.25; margin-bottom:0.5rem; }
.data_item .data_box { display: flex; justify-content: center; align-items: flex-end; line-height:1; letter-spacing: normal; }
.data_item .data_box .data { font-size:clamp(2.5rem,4.8vw,3rem); font-weight: bold; }
.data_item .data_box .unit { font-size: 1.125rem; margin-bottom:0.25rem; margin-left:0.2rem; }

.data_nendai canvas { width:clamp(15rem,32vw,20rem); height:clamp(15rem,32vw,20rem); }
.data_nendai .age { margin-right:auto }
.data_nendai .data_box { margin-right:1rem; }
.data_nendai .data_box .data { font-size: 2rem; }
.data_nendai .data_box .unit { }
.data_nendai .data_box li { padding:0.5rem 0; border-bottom:1px dashed #ccc; }
.data_nendai .data_box li:last-of-type { padding: 0; border-bottom: none; }

@media (max-width:960px) {
.data_nendai .data_box { justify-content: space-between; margin-right:0; }
.data_nendai .data_box li { width:30%; }
}
@media (max-width:640px) {
.data_nendai .data_box li { width: 48%; }
}
@media (max-width:480px) {
.data_nendai .age { width:100%; margin-bottom:0.25rem; }
.data_nendai .data_box .data { margin-left: auto; }
}

/*タイムライン*/
.timeline { max-width:1000px; margin:auto ;}
.timeline .item { position:relative; padding:0; margin:0 auto; vertical-align:top; border-bottom:0; border-left:0; display: flex; flex-flow: row wrap; }
.timeline .label { position:absolute; top:0; left:0.2rem; left:0; text-align:left; padding:0.6rem 0; font-size: clamp(1rem,1.8vw,1.25rem); width: 5.5rem; }
.timeline .text { position:relative; display:inline-block; vertical-align:top; margin:0 0 0 6rem; border-left:2px solid rgba(34,34,34,0.1); padding:0.75rem 0 0.75rem 1.75rem ; width: calc(100% - 3.5rem) !important; flex-grow: 2; }
.timeline .text::before { content:'●'; position:absolute; font-size:1.2rem; top:0.65rem; left:-0.65rem; color:rgba(143,194,31,1); }
.timeline .item:last-of-type .text { padding-bottom:0; /*border:none;*/ }
.timeline .item:last-of-type .text:before { content:'▼'; position:absolute; font-size:0.8rem; top:auto; bottom:-1.1rem; left:-0.45rem; color:rgba(34,34,34,0.1); }
.timeline img { /*width:100%; max-width:100vw;*/ }
.timeline h5 {padding-top: 0.15rem; }
.timeline.year .label .f_s { display: block; margin-top:-0.5rem; letter-spacing: normal; }
.timeline.year .text p { margin-bottom: 1rem; }

@media (max-width:960px) {
.timeline .label { font-size:0.8rem; }
.timeline .text { margin:0 0 0 4rem; padding:0.5rem 0 0.75rem 1.5em ; }
.timeline .text::before { top:0.3rem; }
}


/*教育体制 → 1年間の研修紹介*/
table.training th, table.training td { white-space: nowrap; }


/*働く人 → 先輩の声*/
.voice_photo { position: relative; }
.voice_photo img { position: relative; z-index:1; margin-bottom:1rem; }
.voice_photo::after { content:""; position: absolute; top:15%; left:0; right:0; bottom:0; background:rgba(179,202,208,0.2); z-index: 0; }

.voice_photo.v01 { margin: 0 -16.66%; }
.voice_photo.v01::after { content:""; position: absolute; top:15%; left:12.5%; right:12.5%; bottom:0; background:rgba(179,202,208,0.2); z-index: 0; }


/*
.voice_photo.v01 { margin:0 -25%; }
.voice_photo.v01::after { content:""; position: absolute; top:15%; left:16.6%; right:16.6%; }
*/


/*働く人 → ワークライフバランス*/
.week_img { position: relative; margin:0 -1.25rem 1rem -1.25rem; overflow: auto; }
.week_img img { width: 100%; min-width: 640px; }

@media (max-width:640px) {
.week_img::before { content:"→ 横スクロールしてご確認ください。"; display: block; font-size:0.8rem; margin-bottom:0.5rem; padding:0.5rem 1.25rem; }
}




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

body, body.sample { background:#fff url(../img/bg01.svg) center center /100% no-repeat fixed; }

.pc_no { display:block; }
br.pc_no, span.pc_no { display:inline; }
.sp_no, br.sp_no { display:none; }
span.sp_no { display:none; }
	
.img_pc { display:none; }
.img_sp { display:block; }

.article, body.temp .article { flex-flow: column wrap; padding:4rem 1.25rem 1rem 1.25rem; }
body.temp .article.bg { padding-top:7rem; }

.article::before {content:""; display:block; position:fixed; top:0; left:0; z-index:-1; width:100%; height:100vh; background: #fff url('../img/bg01.svg') top 45% center /100vw no-repeat; }
body.temp .article::before { background: #fff url('../img/bg01.svg') top center /100vw no-repeat; }
.anchor { height:7rem; margin-top:-7rem; }

.header { position: fixed; width:100%; max-width:100%; top:0; left:0; right: 0; padding:0; margin: 0; transform: translate(0,0); height:3.75rem; }
body.temp .header.bg { background: rgba(255,255,255,0.96) url('../img/bg01.svg') top center /100vw no-repeat; }
.header .inner { width: 100%; padding:1rem 1.25rem; max-width: none; display: block; }

.hm { display:none; }

.t_title, .header.bg .t_title { width:100%; padding:0; margin:0; overflow: hidden; max-width:335px; }



.sticky { position: sticky; top:7rem; }


/*--MAIN--*/
.main { margin:0 -1.25rem; }
.movie-wrap { position: relative; width:100%; padding-bottom:56.25%; margin:0; }
.movie-wrap iframe { position: absolute; top:-20%; left: -20%; width: 140%; height: 140%; filter: brightness(1.4); }
/*.movie-wrap::after { content:"SAMPLE"; position: absolute; left:0.5rem; bottom:0; opacity: 0.5; font-size:1.5rem; color:#fff; }*/
div#slider { position: relative; left:0; top:auto; margin-top:1.75rem; margin-bottom:3rem; padding:0 1.25rem; height:auto; width:100%; max-width:500px; overflow: hidden; }
div#slider ul { position: relative; left: 0; top: 0; width:90%; max-width:500px; }
div#slider ul li { white-space: nowrap; position: absolute; left: 0; top: 0; }
div#slider ul li img { width: 100%; position: relative; transition: 1s; margin-left: 100px; opacity: 0.0; }
div#slider ul li.flex-active-slide img { margin-left: 0; opacity: 1; }

/*
.video_box { top:0; right:0; width:100vw; height: 100vw; max-height:calc(900px - 20vw); border-radius:0; }
.video_box video { position: relative; left:-38.9%; width:177.8vw; height: 100vw; max-height:calc(900px - 20vw); bottom:0; z-index: -1;}
.video_box::after { content:""; display: block; position: absolute; bottom:0; left:0; right:0; height:20vw; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); }
*/

/*--SCROLLNAVI--*/
.scrollnav > li a:hover { margin-left: 0; background: none; padding-left: 2rem; }


/*--INFO--*/
.info_area .title { width: 100%; display:flex; flex-flow:row wrap; justify-content:space-between; align-items: center; position: relative; }
.info_area .title h2 { margin-bottom:0; padding:0; writing-mode: horizontal-tb; }
.info_area .title .line { flex-grow: 1; border-bottom:1px solid rgba(0,0,0,0.1); margin:0.1rem 0.5rem 0 0.5rem; }
.info_area .title .more { position: relative; margin-bottom:-1px; margin:0; }
.info_area ul { width: 100%; }
.info_area ul li { }
.info_area ul li a { padding:0.75rem 0; }
.info_area ul li a .date { padding-right: 0.75rem;}
.info_area ul li a .text { width: 100%; }
.info_area ul li a:hover .text { text-decoration: underline; }
.info_area::before, .info_area::after { display: none; }


body.top .index_area { padding:0; }

/*--ABOUT--*/
.about_box ul li a, .work_box ul.menu li a, .edu_box ul li a, .welfare_box ul li a { display:block; text-decoration: none; padding:0.5rem 0.5rem 0.5rem 1.5rem; position: relative; }
.about_box ul li a::before, .work_box ul.menu li a::before, .edu_box ul li a::before, .welfare_box ul li a::before { top:clamp(0.9rem, 1.8vw, 1.125rem); }


/*--RECRUIT--*/
.recruit_welfare_box { background: rgba(179,202,208,0); }
.recruit_welfare_box .inner { padding: 0; }
.recruit_box { padding:3rem 0 0.75rem 1.25rem; background: rgba(179,202,208,0.2); }
.recruit_box ul li a { min-height: 7rem; }
.welfare_box { padding:3rem clamp(1rem, 5vw, 3rem); background: url("../img/bg_welfare.webp") right -2rem center /auto 100% no-repeat, linear-gradient(to bottom, rgba(179,202,208,0) 0%,rgba(179,202,208,0.2) 100%); }


/*--FOOTER--*/
.footer { display: block; }
.copyright { position: relative; text-align: left; padding-bottom:3rem; }

.fm { width:100%; max-width:100%; position: fixed; bottom:0; right:0; z-index: 10000; box-shadow:0 -1rem 0.5rem -0.75rem rgba(0,0,0,0.05); background:#fff; }
.fm ul { list-style: none; padding:0; margin: 0; display: flex; flex-flow: row wrap; justify-content: flex-start; padding-left:3.75rem; letter-spacing: normal; max-height:5rem; }
/*.fm ul li { width:calc((100% - 3.75rem)/3); margin-left:0; }*/
.fm ul li:nth-of-type(2n - 1) { width: 55%; margin-left:0; }
.fm ul li:nth-of-type(2n) { width: 45%; margin-left:0; }
.fm a { display: flex; align-items: center; width:100%; /*height:3.75rem;*/ height:auto; padding:0.5rem 0.25rem 0.5rem 1.25rem; line-height: 1.5; overflow:hidden; writing-mode: horizontal-tb; background: linear-gradient(to bottom, rgb(143,194,31) 30%,rgb(0,155,62) 100%); border:1px solid rgba(255,255,255,0.5); border-right:none; border-bottom:none; font-size:0.875rem; font-weight: normal; }
.fm a::before { content:""; position:absolute; display:block; top:calc(50% - 0.25rem); left:0.25rem; width:0.5rem; height:0.5rem; margin:0; border-bottom:1.5px solid #fff; border-right:1.5px solid #fff; transform:rotate(-45deg); box-sizing:border-box; }

.fm a:hover { background: linear-gradient(to bottom, rgb(143,194,31) 0%,rgb(0,155,62) 50%); }


 
.hero { padding: 0; margin-bottom:0; }
.hero h1 { width:100%; margin:1rem 0; }
.hero .photo { width: 40vw; height:24vw; right:0; }
.hero::after { top:-7.5rem; right:calc(50% - 50vw); width:100vw; height: 9.75rem; background:#eee; opacity:0.15; z-index: -1; border-radius:0 0 0 1rem; }
body.cate .hero::after { height: 9.75rem; }


ul.page-link { }
ul.page-link.bg { top:3.75rem; background: rgba(255,255,255,0.96) url('../img/bg01.svg') top -3.75rem center /100vw no-repeat; }
ul.page-link li a { }
ul.page-link li a::before { top:0.7rem; }


/*--INFO--*/
body.info .text_area, body.info .index_area, body.info .side { width:100%; position: relative; }
body.info .side { width:100%; margin:0 auto; border-top:1px solid rgba(34, 34, 34, 0.1); padding-top:1rem; }

h2.page_title::after { display: none; }

.left_img { position: relative; left:10%; width:80%; }


/*-- INDEX --*/
ul.index_area { }
body.page ul.index_area { }

.index_box { width:50%; }
.index_box:nth-of-type(2n) { margin-right:0; }
.index_box:nth-of-type(3n) { margin-right:0; }
.index_box:nth-of-type(6n) { margin-right:0; }

.index_box .tag { display:flex; flex-flow:row wrap; justify-content:flex-end; padding:1rem 1rem 1rem 0.5rem; }
.index_box .tag span { background:#333; color:#fff; padding:0 0.25rem 0 0.45rem; margin-left:0.5rem; text-align:center; line-height:1.8; }


body.info .index_box { width:100%; padding:0; }
body.info .index_box a { padding: 1rem 0; }
body.info .index_box .photo { width:25vw; max-width:120px; margin-right:0.75rem; }

body.links .index_box { width:100%; }

body.edu .index_box, body.research .index_box { width: 33%; }

a.link::before, a span.link::before { top:0.6rem; }
.f_s a.link::before, .f_s a span.link::before { top:0.5rem; }
h5 a.link::before { top:0.7rem; }


.col2 { column-count:1; }
.col3 { column-count:2; }
.col4 { column-count:3; }
.resp_col2 { column-count:2 !important; }



/*WordPress*/
.aligncenter { display:block;margin: 0 auto; text-align: center; max-width:100%; }
.alignright { float:none; margin:0 auto 1rem auto; max-width:100%; }
.alignleft { float:none; margin:0 auto 1rem auto; max-width:100%; }
img[class*="wp-image-"],
img[class*="attachment-"] { max-width: 100%; height: auto; }
img.alignright, img.alignleft, .alignright img, .alignleft img { width:100%; max-width:100%; }
.alignright img, .alignleft img { margin: auto; }

.resp100, .resp_w100 { width:100%; }
.resp90 { width:90% !important; }
.resp80 { width:80% !important; }
.resp70 { width:70% !important; }
.resp60 { width:60% !important; }
.resp50, .resp_w50 { width:50% !important; }
.resp48 { width:48% !important; }
.resp47 { width:47% !important; }
.resp40 { width:40% !important; }
.resp30 { width:30% !important; }
.resp20 { width:20% !important; }
.resp10 { width:10% !important; }

.resp66 { width:66.6% !important; }
.resp33 { width:33.3% !important; }
.resp49 { width:49% !important; }
.resp32 { width:32% !important; }

.resp_no { display: none; }
.resp_ma { margin:auto !important; }
.resp_column { flex-flow: column wrap; }

a.link, a span.link { padding:0.1rem 0.15rem 0.1rem 0.8rem;}

.m.link { padding:0.25rem 0 0.25rem 0.8rem; }


.notice { padding: 1rem; }




.table01:not(.noresp) th, .table02:not(.noresp) th,
.deco-tb:not(.noresp) th { display:inline-block; width:100%; padding:1rem 0 0 0; background:none; }
.table01:not(.noresp) td, .table02:not(.noresp) td,
.deco-tb:not(.noresp) td { display:inline-block; width:100%; border-top:none; padding:0.5rem 0; }

.deco-tb.noresp th, .deco-tb.noresp td { display: table-cell; width: auto; }

.scroll::before { content:"→ 横スクロールしてご確認ください。"; display: block; font-size:0.8rem; margin-bottom:0.5rem; }

.graph_box.drinking_scene img { width:1000px; min-width:1000px; margin-top:0.5rem; margin-bottom:1rem; }




}

@media screen and (max-width:840px) {
.graph_box.hashira img { width:100%; min-width:50rem;height: auto; }
.graph_box.hashira::before { content:"→ 横スクロールしてご確認ください。"; display: block; font-size:0.8rem; margin-bottom:0.5rem; }
}


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

br.sp_no2 { display:none; }
br.pc_no2 { display:inline; }
span.pc_no2 { display:block; }

/*--INFO--*/
.info_area { margin-bottom:3rem; width: 100%; padding: 0; }


.index_box { width: 100%; }

/*--WORK--*/
.work_box { }
.work_box h2 { width: 100%; order: 1; }
.work_box .desc { width: 100%; margin-top:0; order: 2; }
.work_box ul.menu { width: 100%; order: 4; }
.work_box .voice_box { width: 100%; order: 3; margin-bottom:1rem; }

.work_box .voice_box .more_box { display: flex; width:100%; flex-flow: row nowrap; justify-content: flex-end; align-items: center; height: 3rem; margin-top: 1rem; position: relative; }
.work_box .voice_box .more_box::before { content: ""; display: block; flex-grow:2; margin-left: 7.5rem; margin-right:1.5rem; border-top: 1px solid #ccc; mix-blend-mode: multiply; }

.slick-next, .slick-prev { bottom: -4rem; }

.about_box .photo,
.edu_box .photo { width: 100%; margin-left:0; }
.about_box .text,
.edu_box .text { width: 100%; margin-left:0; }

/*--RECRUIT--*/
.recruit_box ul li { width:calc((100% - 2.5rem)/2); }


/*--FOOTER--*/
.footer .name_box .title { max-width:22.5rem; }


table th, table td { padding:0.75rem 0.3rem; }

.navibar { margin:0 0 0.75rem 0; }

.h_contact li a span { display:none;}


.b_box { display:flex; flex-flow:column wrap; }
.b_box a { width:100%; }


.LR_box { width:100% !important; padding:0 0 1rem 0 ; }
.LCR_box, .LCR_box2 { width:100% !important; padding:0 0 2rem 0; margin:0; overflow:visible !important; }

.col2, .col3 { column-count:1; padding:0; }
.col4 { column-count:2; padding:0; }

.flex.full_r .text, .flex.full_l .text { width:100%;}
.flex.full_r, .flex.full_l { display: block; }
.flex.full_l .photo { width:60%; margin:0 auto 1rem auto; }
.flex.full_r .photo { width:60%; margin:0 auto 1rem auto; }

.flex.noresp .w32 { width:32%; }
.flex.noresp .w49 { width:49%; }
.flex.noresp .w50 { width:50%; }
.flex.noresp .w66 { width:66%; }



}

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


}


@media print{
body { background: none; }
.fadeinUp_once, .fadeinDown_once { opacity: 1; transform: translate(0, 0); }
.main { margin: 0; }
.info_area { }
.noprint { display: none; }
.header { display: none; }
.text_area { width: 100%; max-width: 100%; }
.mean-bar { display: none; }
.article { padding: 0; }
h2.page_title::after { display: none; }
}