@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.5
*/
/* ---------------------------------------------------
　　common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box; }

ol, ul { list-style: none; font-size: clamp(14px, 1.5vw, 18px);}

i, cite, em, var, address, dfn { font-style: normal; }

html { font-size: 62.5%; font-size: calc(100vw * (10 / 1920)); }
@media screen and (max-width: 1366px) { html { font-size: calc(100vw * (9 / 1366)); } }
@media screen and (max-width: 1280px) { html { font-size: calc(100vw * (8 / 1280)); } }
@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { html { font-size: 10px; } }

body { font-family:var(--fontfamily), "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-display: swap; font-size: 1.6rem; background-color: var(--backgroundcolor);}

.acms-container { max-width: 100%; padding-left: 0; padding-right: 0; }
.acms-container #adminBox { margin-bottom: 0; }

.slick-dots li.slick-active button { background: none; }

.js-edit_inplace-hovering { left: 50% !important; transform: translateX(-50%); }

.js-fadein { opacity: 0; transform: translateY(40px); transition: .6s; }

.js-fadein.active { opacity: 1; transform: translateY(0); }

/* #container { width: 100%; margin: 0 auto; overflow: hidden; position: relative; }
@media screen and (min-width:768px) and (orientation:landscape) {
  #container > *{padding: 0 50px;}
  #container > footer{padding: 0;}
} */

.container { width: 100%; max-width: 1200px; margin: 0 auto; }
.container::after { content: ""; clear: both; display: block; }

/*横スクロールバーが出ないように*/
.acms-admin-module-edit-wrapper .acms-admin-module-edit{right: 0;}
.acms-admin-module-edit-wrapper:hover:before{left: 0;right: 0}

.acms-admin-edit-info{color: #222!important;}
.acms-admin-edit-info  a,.acms-admin-edit-info  a:visited{color: #222!important;}

a { transition: all ease 0.3s; box-sizing: border-box; }
a:link, a:visited { color: var(--charactercolor); text-decoration: none; }
a:hover { opacity: .4; }
a[href^="tel:"] { pointer-events: none; text-decoration: none; }

.entry-column a:visited { color: var(--charactercolor); }

img { max-width: 100%; height: auto; line-height: 1; vertical-align: bottom; }
img.max { width: 100%; }

p { line-height: 1.8; margin: 0; }

.flexbox { display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; align-items: top; justify-content: space-between; }

.flexbox.mid { align-items: center; }

.flexbox.center { justify-content: center; }

.flexbox.reverse { flex-direction: row-reverse; }

.flL { float: left; }

.flR { float: right; }

.taL { text-align: left; display: block;}

.taC { text-align: center; display: block;}

.taR { text-align: right; display: block;}

.rel { position: relative; }

.mincho { font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.gothic { font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.w20 { width: 20%; }

.w30 { width: 30%; }

.w70 { width: 70%; }

.w80 { width: 80%; }

.w1200 { max-width: 1200px; }

.txt-lll { font-size: 1.375em; }

.txt-ll { font-size: 1.25em; }

.txt-l { font-size: 1.125em; }

.txt-s { font-size: 0.875em; }

.txt-ss { font-size: 0.75em; }

.txt-sss { font-size: 0.625em; }

.tcol-red { color: red; }

.tcol-orange { color: orangered; }

.tcol-yellow { color: orange; }

.tcol-green { color: darkgreen; }

.tcol-blue { color: blue; }

.tcol-purple { color: purple; }

.pc-only { display: block; }

.sp-only { display: none; }

.pc-block { display: block; }

.sp-block { display: none; }

.pc-inline { display: inline; }

.sp-inline { display: none; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { /*背景固定する場合	html.is-fixed, 	html.is-fixed body {height: 100%;overflow: hidden;}*/
  a:hover img { opacity: 1; }
  a[href^="tel:"] { pointer-events: auto; }
  .container { max-width: 100%; }
  p { line-height: 1.4; }
  .w1200 { width: auto; }
  .pc-only { display: none !important; }
  .sp-only { display: block; }
  .pc-block { display: none !important; }
  .sp-block { display: block; }
  .pc-inline { display: none !important; }
  .sp-inline { display: inline; }
  .pc-hidden { display: block; } }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .follow-content { display: none; } }
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
.pagetit { width: 100%; height: calc(100vw * 190 / 1920); position: relative; background: #FFF; text-align: center; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15); }
.pagetit .page-title { margin: 0 auto; font-size: 4rem; font-weight: bold; line-height: 1.5; color: #FFF; letter-spacing: 0.05em; padding-top: calc(100vw * 60 / 1920); }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .pagetit { width: 100%; max-width: 100%; height: 100px; }
  .pagetit .page-title { font-size: 2rem; padding-top: 30px; } }

.mv {
  width: 100%;
  height: auto;
  min-height: 360px;
  background: var(--headerimg) center center/cover no-repeat;
  position: relative;
  padding: 0;
  /* margin-bottom: 80px; */
}
.mv .container{padding-bottom: 10px;}
@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .mv {
    background: var(--headerimgsp) right center/cover no-repeat;
    height: auto;
    min-height: 160px;
    margin-bottom: 40px;
  }
  
  .mv.sp-top{
    padding-top: 0;
  }
}

.mv > span {
  position: relative;
  margin-left: 40px;
  top: 75px;
  display: block;
  font-size: 12rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.14);
  font-family:var(--fontfamily), "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .mv > span {
    top: 50px;
    font-size: 5rem;
    margin-left: 0;
  }
}

.sec-culture {
  margin-top: 180px;
  position: relative;
}
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath { background: none; width: 100%; text-align: center; padding: 15px 0; margin-bottom: 0; }
.topicpath .acms-container { max-width: 1200px; }
.topicpath .topicpath-list { width: 100%; padding: 0; text-align: left; }
.topicpath .topicpath-list .topicpath-item { float: none; display: inline-block; background: none; padding: 0; font-size: 15px; line-height: 1.2; font-weight: 200; }
.topicpath .topicpath-list .topicpath-item a { display: inline; }
.topicpath .topicpath-list .topicpath-item::before { display: inline-block; content: "/"; padding: 0 10px; }
.topicpath .topicpath-list .topicpath-item:first-child { padding: 0; }
.topicpath .topicpath-list .topicpath-item:first-child::before { display: inline-block; content: ""; padding: 0; }
.topicpath .topicpath-list .topicpath-item .topicpath-link { font-size: 15px; font-weight: 200; }

@media screen and (max-width: 896px) and (orientation: landscape) { .topicpath { padding-left: 40px; } }

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider { padding: 0 0 12px 0; }
.slick-slider img { margin: 0 auto; }

.fix-height { height: 300px; /* はじめのちらつき防止 */ overflow: hidden; /* はじめのちらつき防止 */ }

.slick-slide:hover { cursor: pointer; }

.slick-list:focus:focus { position: relative; }
.slick-list:focus:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; border: 2px dotted #c41134; content: ""; }

.js-slider .slick-list:focus { position: relative; }
.js-slider .slick-list:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; border: 2px dotted #c41134; content: ""; }

.main-slider-image { height: 300px; background: no-repeat center #333; background-size: cover; }
.main-slider-image a:hover { text-decoration: none; }

.main-slider-text-outer { height: 100%; }

.main-slider-text-wrap { display: table; width: 100%; height: 100%; }

.main-slider-text-inner { display: table-cell; padding: 0 20px; text-align: center; vertical-align: middle; }

.main-slider-main-copy { margin: 0; color: #FFF; font-weight: bold; font-size: 24px; }

.main-slider-side-copy { margin: 0; color: #FFF; font-size: 16px; }

/* ちらつき防止 */
.slick-track, .slick-list { -webkit-transform: translateZ(0); -webkit-perspective: 1000; }

/* 矢印ナビゲーション */
.slick-prev, .slick-next { position: absolute; top: 50%; display: block; width: 19px; height: 60px; margin-top: -29px; padding: 0; color: transparent; font-size: 0; line-height: 0; background: transparent; border: none; outline: none; cursor: pointer; }
.slick-prev:focus, .slick-next:focus { border: 1px dotted #FFF; }

.slick-prev { left: 10px; background: url("../images/marker/icon_white_arrow_left.png") no-repeat; }

.slick-next { right: 10px; background: url("../images/marker/icon_white_arrow_right.png") no-repeat; }

/* ドットのナビゲーション */
.slick-dots { position: relative; clear: both; margin: -35px 0 0 0; padding: 0; text-align: center; list-style: none; }

.slick-dots li { display: inline-block; }

.slick-dots li button { position: relative; display: inline-block; width: 15px; height: 15px; margin: 0 8px; font-size: 0; background: #FFF; border: 1px solid transparent; border-radius: 7px; content: ""; }

.slick-dots li button:focus { border: 1px solid #c41134; outline: 0; }

.slick-dots li:hover button { cursor: pointer; }

.slick-dots li.slick-active button { background: #c41134; }

.slick-dots button { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); }

#autoplay-btn { position: absolute; right: 10px; bottom: 10px; z-index: 1; width: 50px; height: 50px; color: #FFF; background: rgba(0, 0, 0, 0.7); border: 0; border-radius: 50%; outline: 0; }
#autoplay-btn:hover { background: rgba(0, 0, 0, 0.9); }
#autoplay-btn:active:before, #autoplay-btn:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; border: 1px dotted #FFF; content: ""; }
#autoplay-btn:after { position: absolute; top: 15px; left: 17px; display: block; box-sizing: border-box; width: 16px; height: 20px; margin-left: 0; border-top: none; border-right: 5px solid #FFF; border-bottom: none; border-left: 5px solid #FFF; content: ""; }
#autoplay-btn.active:after { left: 15px; width: 0; height: 0; margin-left: 5px; border-color: transparent transparent transparent #FFF; border-style: solid; border-width: 10px 0 10px 15px; }

@media screen and (min-width: 768) { .slick-prev { left: 50px; }
  .slick-next { right: 50px; }
  .fix-height { height: 400px; /* はじめのちらつき防止 */ }
  .main-slider-image { height: 400px; }
  .main-slider-main-copy { font-size: 40px; }
  .main-slider-side-copy { font-size: 24px; } }
/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager { display: flex; justify-content: center; align-items: center; margin: 4rem 0; }
.pager li { display: flex; justify-content: center; align-items: center; width: 5rem; height: 5rem; border: 1px solid #000; border-radius: 0; font-size: 2rem; background: #FFF; }
.pager li > span { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.pager li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #000; text-decoration: none; }
.pager li.prev, .pager li.next { border: none; border-radius: 0; background: none; }
.pager li.prev .pager-link, .pager li.prev .pager-link:hover, .pager li.next .pager-link, .pager li.next .pager-link:hover { background: none; color: #000; }
.pager li.cur { background: var(--themecolor); color: #FFF; border-radius: 0; }
.pager li .pager-link { background: #FFF; padding: 1rem; }
.pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited { color: #000; }
.pager li .pager-link:hover { background: var(--themecolor); color: #FFF; border-radius: 0; opacity: 1; }

.serial-nav { width: 100%; max-width: 1200px; margin: 0 auto 50px; display: flex; justify-content: space-between; align-items: center; }
.serial-nav .serial-nav-prev { text-align: left; }
.serial-nav .serial-nav-next { text-align: right; }
.serial-nav a {display: block; padding: 1.5rem 3rem; color: var(--charactercolor); font-weight: 700; }
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited { color: var(--charactercolor); }
.serial-nav a:hover { text-decoration: none; }
.serial-nav .serial-nav-item a { border: 1px solid var(--charactercolor); }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .pager { margin: 20px 0; }
  .pager li { margin-bottom: 10px; width: 3.5rem;height: 3.5rem;}
  .pager li.cur{padding: 10px;}
  .pager li.prev .pager-link,.pager li.next .pager-link{padding: 0;}
  .serial-nav { padding: 0 10px; }
  .serial-nav .serial-nav-item { width: 48%; }
  .serial-nav a { padding: 10px 20px;text-align: center; } }
/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog { width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog .koblog-card-wrap { display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 30px; }
.koblog .koblog-card-wrap .koblog-card { width: 22.5%; margin-right: 3.33%; margin-bottom: 40px; }
.koblog .koblog-card-wrap .koblog-card:nth-child(4n) { margin-right: 0; }
.koblog .koblog-card-wrap .koblog-card .image { max-width: 270px; height: 180px; overflow: hidden; position: relative; }
.koblog .koblog-card-wrap .koblog-card .image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date { flex: none; font-family:var(--fontfamily), "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2rem; line-height: 1; margin-right: 10px; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category { flex: none; display: flex; justify-content: center; align-items: center; min-width: 100px; height: 24px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text { margin-top: 10px; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .koblog { padding: 0 15px 60px; }
  .koblog .koblog-card-wrap { justify-content: center; margin-top: 30px; }
  .koblog .koblog-card-wrap .koblog-card { width: 100%; margin-bottom: 25px; margin-right: 0; }
  .koblog .koblog-card-wrap .koblog-card:last-child { margin-right: 0; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner { margin-top: 15px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image { max-width: 100%; max-height: 180px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image img { width: 100%; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date { font-size: 18px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category { font-size: 14px; } }
@media screen and (max-width: 896px) and (orientation: landscape) { .koblog .koblog-card { width: 49%; margin-right: 2%; }
  .koblog .koblog-card:nth-child(2n) { margin-right: 0; } }
/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */
.koblog-news { width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog-news .koblog-card-wrap { display: block; margin-top: 30px; }
.koblog-news .koblog-card-wrap .koblog-card { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; padding: 10px 0; }
.koblog-news .koblog-card-wrap .koblog-card .image { width: 100px; height: 100px; overflow: hidden; position: relative; margin-right: 20px; }
.koblog-news .koblog-card-wrap .koblog-card .image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner { display: block; width: calc(100% - 120px); }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .meta { display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category { flex: none; display: flex; justify-content: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; margin-right: 20px; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date { flex: none; margin-right: 10px; font-size: 2rem; line-height: 1; }
.koblog-news .koblog-card-wrap .koblog-card .text { margin-top: 10px; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .koblog-news { max-width: 100%; padding: 0 10px; }
  .koblog-news .koblog-card-wrap { margin-top: 10px; }
  .koblog-news .koblog-card-wrap .koblog-card .image { margin-right: 10px; }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner { width: calc(100% - 110px); }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category { font-size: 14px; }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date { font-size: 20px; }
  .koblog-news .koblog-card-wrap .koblog-card .text { margin-top: 10px; }
}

.info-wrap{max-width: 960px; margin: 80px auto;}
.info-wrap .item{padding-bottom: 20px; border-bottom: 1px solid var(--themecolor); margin-bottom: 20px;}
.info-wrap .item a{display: flex; align-items: flex-start; justify-content: flex-start;}
.info-wrap .item:last-of-type{margin-bottom: 0; padding:0; border: none;}
.info-wrap .item .img-box{width: 15%; position: relative; overflow: hidden;}
.info-wrap .item .img-box img{object-fit: cover;}
.info-wrap .item .text-wrap{width: 82%; margin-left: 3%;}
.info-wrap .item .text-wrap .title{font-size: 20px; font-weight: 600; color: var(--charactercolor); line-height: 1.4; margin-bottom: 5px;}
.info-wrap .item .text-wrap .title .date{display: inline-block; color: #999; margin-left: 20px; font-size: 14px;font-family:var(--fontfamilyspecial), Poppins, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;}
.info-wrap .item .text-wrap .summary{font-size: 16px; font-weight: 500; line-height: 1.6;}

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
    .info-wrap{margin-top: 50px;}
    .info-wrap .item .img-box{display: none;}
    .info-wrap .item .text-wrap{width:100%;margin: 0;padding: 0 2%;}
    .info-wrap .item .text-wrap .title .date{display: block; margin-left: 0; margin-top: 5px;}
}

/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
/* タイトル */
.entry > header h2 { padding-bottom: 10px; border-bottom: 1px solid #999; margin-bottom: 40px; }
.entry > header .entry-info { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.entry > header .entry-info .date { flex: none; margin-right: 10px; font-size: 2rem; line-height: 1; }
.entry > header .entry-info .category { flex: none; display: flex; justify-content: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; }
.entry > .entry-footer { max-width: 1200px; margin: 20px auto; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .entry > header h2 { margin-bottom: 20px; }
  .entry > header .entry-info { margin-bottom: 20px; padding: 0 10px; }
  .entry > header .entry-info .date { margin-right: 10px; margin-bottom: 10px; font-size:14px; line-height: 1; width: 100%; } }
/* SNSシェアボタン */
.share-wrapper { display: flex; justify-content: flex-start; align-items: center; background: transparent; padding: 5px; }
.share-wrapper .share-list { display: inline-block; }
.share-wrapper .share-item { display: inline-block; margin: 0 0 0 15px; vertical-align: top; }
.share-wrapper .share-item a { color: #999; text-decoration: none; }
.share-wrapper .share-item [class*="acms-icon"] { font-size: 2.2rem; vertical-align: middle; }
.share-wrapper .share-item .share-item-facebook { position: relative; color: #1877F2; line-height: 1.2; }
.share-wrapper .share-item .share-item-facebook::before { vertical-align: middle; }
.share-wrapper .share-item .share-item-facebook:focus::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px dotted #333; content: ""; }
.share-wrapper .share-item .share-item-twitter { position: relative; color: #55ACEE; line-height: 1.2; }
.share-wrapper .share-item .share-item-twitter::before { vertical-align: middle; }
.share-wrapper .share-item .share-item-twitter:focus::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px dotted #333; content: ""; }

/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist { width: 100%; max-width: 1200px; margin: 40px auto; padding: 0; }
.taglist .tag { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.taglist .tag a { display: inline-block; padding: 5px 10px; border: 1px solid #999; }
.taglist .tag a:hover { display: inline-block; padding: 5px 10px; border: 1px solid #999; background: #999; color: #FFF; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .taglist { width: 100%; max-width: 100%; margin: 20px auto; padding: 0 10px; } }
/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404.entry-title { text-align: center; margin: 50px 0; }

/* ---------------------------------------------------
　　contact
------------------------------------------------------ */
/* ボタン　色付き */
.btn-attention { background: #C41134; border: 0; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 6px 15px; border-radius: 3px; }

.btn-attention:hover, .btn-attention:visited { color: #FFF; text-decoration: none; }

.btn-attention:focus, .btn-attention:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention:hover { color: #FFF; background-color: #910021; background-image: -webkit-gradient(linear, left top, left bottom, from(#C41134), to(#910021)); background-image: linear-gradient(to bottom, #C41134, #910021); }

.btn-attention:active, .btn-attention:focus { background: #910021; }

/* ボタンサイズ大 */
.btn-large { background: #666; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-large:hover, .btn-large:visited { color: #FFF; text-decoration: none; }

.btn-large:focus, .btn-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-large:hover { background: #444; }

.btn-large:active, .btn-large:focus { background: #444; }

/* ボタンサイズ大 色付き */
.btn-attention-large { background: #C41134; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-attention-large:hover, .btn-attention-large:visited { color: #FFF; text-decoration: none; }

.btn-attention-large:focus, .btn-attention-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention-large:hover { background: #910021; }

.btn-attention-large:active, .btn-attention-large:focus { background: #910021; }

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large { width: 100%; background: #C41134; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-attention-block-large:hover, .btn-attention-block-large:visited { color: #FFF; text-decoration: none; }

.btn-attention-block-large:focus, .btn-attention-block-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention-block-large:hover { background: #910021; }

.btn-attention-block-large:active, .btn-attention-block-large:focus { background: #910021; }

@media (min-width: 897px) { .btn-block-large { max-width: 360px; }
  .btn-attention-block-large { max-width: 360px; } }
.contact-box .message-group { margin: 0 0 35px; }

.contact-box .message-text { color: #c41134; font-weight: 700; }

.contact-box .contact-no { margin: 0; color: #333; font-weight: 700; font-size: 30px; }

.contact-box .contact-no a { color: inherit; }

.contact-box .error-text { margin: 5px 0 0; color: #c41134; }

.contact-box p { line-height: 1.6; }

.contact-form { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 20px; padding: 0; list-style: none; background: #e5e5e5; }

.contact-form-heading { margin: 40px 0 10px; }

.contact-form-group { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 0; background: #e5e5e5; border-bottom: 1px solid #fff; }

.contact-form-group fieldset { display: contents; border: 0; }

.contact-form-label { margin: 0; padding: 10px 10px 0; font-weight: 700; text-align: left; }

.contact-form-control, .contact-form-label { display: block; width: 100%; box-sizing: border-box; }

.contact-form-control { padding: 10px; }

.contact-form-grid { margin: 0 -5px; }

.acms-entry .contact-form-col, .contact-form-col { margin: 0 0 10px; padding: 0 5px; }

.acms-entry .contact-form-col:last-child, .contact-form-col:last-child { margin: 0; }

@media screen and (min-width: 897px) { .contact-form { width: 100%; }
  .contact-form-label { padding: 15px 15px 5px; vertical-align: top; }
  .contact-form-control { padding: 5px 15px 15px; }
  .contact-form-col { margin: 0; }
}
.contact-box .mail-step { margin: 0 0 25px; padding: 0 10px; background: #e5e5e5; counter-reset: a; }

.contact-box .mail-step-item { float: left; margin: 0 5px; padding: 14px 0 10px; color: #999; font-weight: 700; list-style: none; border-bottom: 4px solid transparent; font-size: 14px; }

.contact-box .mail-step-item:before { content: counter(a) "."; counter-increment: a; }

.contact-box .mail-step-item-current { color: #333; border-bottom: 4px solid #333; }

@media screen and (min-width: 897px) { .contact-box .mail-step-item { margin: 0 10px; padding: 18px 0 14px; font-size: 16px; } }
.form-btn-box { margin: 0 10px 50px; text-align: center; }

.form-btn { display: inline-block; }

@media screen and (min-width: 897px) { .form-btn-send { width: 100%; max-width: 360px; } }
.label-required { margin: 0 5px; padding: 2px 8px; color: #fff; background: #D20000; border-radius: 3px; font-size: 12px; }

@media screen and (min-width: 897px) { .label-required { margin: 0 10px; } }
.contact-box select[required]:required { border: 1px solid #c49511; }

.contact-box select.focused:invalid { border: 1px solid #c41134; }

.contact-box select[required]:valid { border: 1px solid #a7a7aa; }

.contact-box input[required]:required, .contact-box textarea[required]:required { background: #fffdeb; }

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid { background: #ffebee; }

.contact-box input[required]:valid, .contact-box textarea[required]:valid { background: #fff; }

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] { font-size: 16px; box-sizing: border-box; padding: 0 5px; }

.contact-box textarea { font-size: 16px; padding: 5px 5px 4px; }

.contact-box select { background-color: #f7f7f7; min-height: 30px; padding-top: 4px; padding-bottom: 4px; font-size: 16px; vertical-align: top; }

@media screen and (min-width: 897px) { .contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week], .contact-box textarea { padding: 5px 8px; }
  .contact-box select { padding-left: 8px; min-height: 40px;line-height: inherit; } }
.valid-mark { display: none; }

.valid-mark.valid { display: inline; float: right; color: #5cb85c; }

.invalid { background-color: #ffebee !important; }

.contact-box { width: 100%; max-width: 1200px; margin: 0 auto; }

.contact-box .tel-box { width: 680px; margin: 0 auto 140px; padding: 30px 0; border: 1px solid #000; text-align: center; }

.contact-box .tel-box h2 { margin-bottom: 0; }

.entry-column .contact-box ul li { background: none; padding: 0; text-indent: 0;}
.entry-column .contact-box ul li::before{display: none;}
.entry-column .contact-form li{text-indent: 0;}
.entry-column .contact-form li::before{display: none;}


.contact-box .contact-no { font-size: 4rem; }

.contact-box .contact-no + p { margin-bottom: 0; }

.contact-form, .contact-form-group { background: none; }

.contact-form-group { display: flex; justify-content: flex-start; align-items: stretch; font-size: 1.6rem; }

.contact-form-label { border-bottom: 1px solid #ccc; font-size: 1.6rem; width: calc(100% / 3); padding: 10px; }

.contact-form-control { border-bottom: 1px solid #ccc; font-size: 1.6rem; width: calc((100% / 3 ) * 2); padding: 10px; }

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] { padding: 7px; }

.contact-box select { min-height: 40px; }

.contact-box .acms-admin-form-radio { display: block; margin-bottom: 10px; }

.contact-box .radio-sub { display: inline-block; padding-left: 25px; margin-bottom: 10px; }

.form-btn-box { margin: 20px 10px; }

.contact-box .btn-attention-block-large { position: relative; display: block; width: 100%; padding: 17px 50px 16px; border: 1px solid #000; color: #000; font-size: clamp(14px, 1.5vw, 18px); font-weight: 700; text-align: center; text-decoration: none; background: #FFF; transition: all .25s ease; border-radius: 0; margin: auto;}

.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover { opacity: 0.8; }

.contact-box .btn-large { padding: 15px 30px 15px; border-radius: 0; border: 1px solid #666; }

input, select { font-family:var(--fontfamily),"Noto Sans JP" "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;    min-height: 26px;
    padding: 4px 4px;
    color: #333;
    line-height: 1;
    vertical-align: middle;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1) inset;
    transition: background-color .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  max-width: 380px;}

.contact-box .message-back-link a { color: var(--charactercolor); }

.label-any { margin: 0 10px; padding: 2px 8px; color: #fff; background: #666; border-radius: 3px; font-size: 12px; float: right; }

.label-required { float: right; }

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) {
  .contact-box .tel-box { width: 94%; margin-bottom: 50px;}
  .contact-box .contact-no { font-size: 28px; }
  .contact-box .fax { font-size: 20px; }
  .contact-form-control, .contact-form-label{width:100%;}
}
/* reCAPTCHA */
.grecaptcha-badge { bottom: 80px !important; }

/* ------------------------------
　　print
------------------------------ */
@page { size: A4; margin: 5mm; }
@media print { body { width: 1000px; font-size: 16px; } }


/* ---------------------------------------------------
	common
------------------------------------------------------ */
/*各ページ共通のcss*/
@import url("https://fonts.googleapis.com/css2?family=Barlow&family=Barlow+Semi+Condensed:wght@400;500&family=Poppins:wght@400;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  color: var(--charactercolor);
}

body {
  font-size: 1.8rem;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  body {
    font-size: 1.5rem;
  }
}

a:hover {
  opacity: 1;
}

@media screen and (min-width: 897px) {
  a:hover {
    opacity: 0.7;
  }
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #1d469f;
}

.main {
  margin-top: 0;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .main {
    margin-top: 0;
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .container {
    padding: 0 10px;
    margin-top: 16px;
  }
}

.container:after {
  display: none;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .align-center-sp {
    text-align: center;
  }
}

.nowrap {
  flex-wrap: nowrap;
}

.mt-s {
  margin-top: 20px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .mt-s {
    margin-top: 10px;
  }
}

.mt-m {
  margin-top: 40px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .mt-m {
    margin-top: 20px;
  }
}

.txt-st {
  line-height: 2.4;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .txt-st {
    line-height: 1.8;
  }
}

.txt-m {
  font-size: 2rem;
  font-weight: 500;
}

.txt-note {
  font-size: clamp(12px, 1.5vw, 15px);
  line-height: 1.4;
}

.hdg-lv1-pt1 {
  margin-top: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 5.6rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 4px;
}
.hdg-lv2-pt1 {
  color: #0E6A37;
  line-height: 1;
  font-size: clamp(90px, 6vw, 120px);
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv1-pt1 {
    margin-top: 0;
    font-size: 2.8rem;
    text-align: center;
    text-underline-offset: 1px;
    text-decoration-thickness: 2px;
  }
}

.hdg-lv2-pt1,
.hdg-lv2-pt2 {
  font-family:var(--fontfamilyspecial), Poppins, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 8rem;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt1,
  .hdg-lv2-pt2 {
    font-size: 4rem;
    margin-top: -40px;
  }
}

@media screen and (min-width: 960px) {
  .hdg-lv2-pt1,
  .hdg-lv2-pt2 {
    font-size: 10rem;
  }
}

@media screen and (min-width: 1440px) {
  .hdg-lv2-pt1,
  .hdg-lv2-pt2 {
    font-size: 12rem;
    letter-spacing: -1.2px;
  }
}

.hdg-lv2-pt1 span,
.hdg-lv2-pt2 span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: var(--charactercolor);
  font-family:var(--fontfamily), "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 1440px) {
  .hdg-lv2-pt1 span,
  .hdg-lv2-pt2 span {
    font-size: clamp(30px, 1.5vw, 36px);
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt1 span,
  .hdg-lv2-pt2 span {
    font-size: clamp(14px, 1.5vw, 18px);
  }
}

.hdg-lv2-pt1 span {
  letter-spacing: 0.05em;
  margin-top: 24px;
  font-size: clamp(28px, 1.8vw, 36px);
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt1 span {
    margin-top: 10px;
  }
}

.hdg-lv2-pt2 {
  color: transparent;
  -webkit-text-stroke: 2px #0E6A37;
  text-stroke: 2px var(--themecolor);
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt2 {
    -webkit-text-stroke: 1px #0E6A37;
    text-stroke: 1px var(--themecolor);
    margin-top: 40px;
  }
}

.hdg-lv2-pt3 {
  font-family:var(--fontfamilyspecial), Poppins, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #0E6A37;
  font-size: 7rem;
}

.hdg-lv2-pt3 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--charactercolor);
  font-family:var(--fontfamily), "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt3 {
    font-size: 4rem;
  }
  .hdg-lv2-pt3 span {
    font-size: 1.8rem;
  }
}

.hdg-lv2-pt4 {
  text-align: center;
  font-family:var(--fontfamilyspecial), Poppins, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 8rem;
}

.hdg-lv2-pt4 span {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: -30px;
  color: var(--charactercolor);
  font-family:var(--fontfamily), "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt4 {
    font-size: 4.8rem;
  }
  .hdg-lv2-pt4 span {
    font-size: 1.8rem;
    margin-top: -15px;
  }
}

.hdg-lv2-pt5 {
  text-align: center;
  font-family:var(--fontfamilyspecial), Poppins, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: var(--themecolor);
  font-size: 8rem;
}

.hdg-lv2-pt5 span {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--charactercolor);
  font-family:var(--fontfamily), "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt5 {
    font-size: 4rem;
  }
  .hdg-lv2-pt5 span {
    font-size: 1.8rem;
  }
}

.hdg-lv2-pt6 {
  font-family:var(--fontfamily), Poppins, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt6 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 959px) {
  .hdg-lv2-pt6 {
    font-size: 8rem;
  }
}

@media screen and (min-width: 1440px) {
  .hdg-lv2-pt6 {
    font-size: 16rem;
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv2-pt6 {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    font-size: 6rem;
  }
}

.hdg-lv3-pt1 {
  font-family:var(--fontfamilyspecial), Poppins, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  color: #f5f8ff;
  line-height: 1;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv3-pt1 {
    font-size: 4rem;
  }
}

.hdg-lv3-pt1 span {
  position: relative;
  top: -14px;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: var(--charactercolor);
  font-family:var(--fontfamily), "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hdg-lv3-pt1 span {
    font-size: 1.8rem;
  }
}

.lead-pt1 {
  color: #0E6A37;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 4px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .lead-pt1 {
    font-size: 1.8rem;
    margin-top: 14px;
  }
}

.lead-pt2 {
  color: #0E6A37;
  font-size: clamp(14px, 1.5vw, 20px);
  margin-top: 40px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .lead-pt2 {
  font-size: clamp(14px, 1.5vw, 20px);
    margin-top: 24px;
  }
}

.drawer-content nav > ul > li:nth-child(n + 2),
.drawer-content nav > ul > li > ul > li:nth-child(n + 2) {
  margin-top: 15px;
}

.drawer-content nav > ul > li > ul li::before {
  content: "-";
  margin-right: 5px;
}

.list-pt3 li:nth-child(n + 2) {
  margin-top: 10px;
}

.list-pt3 li::before {
  content: "・";
  margin-right: 5px;
}

.list-pt4 {
  margin-top: 22px;
}

.list-pt4 li {
  font-size: 2.4rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .list-pt4 li {
    font-size: 1.8rem;
  }
  .drawer-content nav > ul > li > ul li:last-child::before {
    padding-bottom: 10px;
  }
}

.list-pt4 li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -2px;
  width: 14px;
  height: 14px;
  background: url(../images/common/list-style.svg) center center/contain no-repeat;
  margin-right: 10px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .list-pt4 li::before {
    margin-right: 6px;
    width: 10px;
    height: 10px;
  }
}

.list-pt4 li:nth-child(n + 2) {
  margin-top: 18px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .list-pt4 li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.list-note li {
  font-size: 1.6rem;
  margin-top: 20px;
}

.list-note li::before {
  content: "※";
  margin-right: 5px;
}

.list-note li:nth-child(n + 2) {
  margin-top: 10px;
}

.wrap-table {
  margin-top: 40px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .wrap-table {
    overflow-x: auto;
    margin-top: 0;
  }
}

.tbl-pt1 {
  width: 100%;
  min-width: 650px;
}

.tbl-pt1 th {
  background-color: var(--themecolor);
  color: #fff;
  font-weight: normal;
  padding: 12px 10px;
}

.tbl-pt1 th:nth-child(1), .tbl-pt1 th:nth-child(2) {
  width: 16.7%;
}

.tbl-pt1 th:nth-child(3), .tbl-pt1 th:nth-child(4) {
  width: 33.3%;
}

.tbl-pt1 th:nth-child(n + 2) {
  border-left: 1px solid #fff;
}

.tbl-pt1 td {
  vertical-align: middle;
  padding: 12px 10px;
  border-left: 1px solid var(--themecolor);
  border-bottom: 1px solid var(--themecolor);
}

.tbl-pt1 td:nth-child(1), .tbl-pt1 td:nth-child(2) {
  width: 16.7%;
}

.tbl-pt1 td:nth-child(3), .tbl-pt1 td:nth-child(4) {
  width: 33.3%;
}

.tbl-pt1 td:last-child {
  border-right: 1px solid var(--themecolor);
}

.tbl-pt1 td.align-top {
  vertical-align: top;
}

.def-pt1 > div dt {
  width: 240px;
  padding: 18px 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: var(--themecolor);
  line-height: 1.6;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .def-pt1 > div dt {
    width: 30%;
    padding: 10px;
  }
}

.def-pt1 > div dd {
  width: calc(100% - 240px);
  padding: 18px 20px;
  border-top: 1px solid var(--themecolor);
  border-right: 1px solid var(--themecolor);
  word-wrap: break-word;
  line-height: 1.6;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .def-pt1 > div dd {
    width: 70%;
    padding: 10px 20px;
  }
}

.def-pt1 > div:nth-child(n + 2) dt {
  border-top: 1px solid #fff;
}

.def-pt1 > div:last-child dd {
  border-bottom: 1px solid var(--themecolor);
}

.def-pt2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.def-pt2 > div dt {
  width: 40%;
  padding: 18px 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: var(--themecolor);
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .def-pt2 > div dt {
    width: 30%;
    padding: 10px;
  }
}

.def-pt2 > div dd {
  width: 60%;
  padding: 18px 20px;
  border-top: 1px solid var(--themecolor);
  border-right: 1px solid var(--themecolor);
  word-wrap: break-word;
  line-height: 1.6;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .def-pt2 > div dd {
    width: 70%;
    padding: 10px 20px;
  }
}

.def-pt2 > div:nth-child(n + 2) dt {
  border-top: 1px solid #fff;
}

.def-pt2 > div:last-child dd {
  border-bottom: 1px solid var(--themecolor);
}

.btn-o {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .btn-o {
    width: 65%;
    max-width: 300px;
    font-size: 1.6rem;
  }
}

.btn-pt1,
.btn-pt2 {
  transition: all 0.3s;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}

.btn-pt1::after,
.btn-pt2::after {
  transition: all 0.3s;
  content: "";
  display: inline-block;
  top: 50%;
  margin-top: -6px;
  margin-left: 30px;
  width: 9px;
  height: 14px;
  
}

.btn-pt1 {
  width: 266px;
  padding: 12px 0;
  margin-top: 60px;
  border: 2px solid var(--charactercolor);
}

.btn-pt1::after {
  /* background: url(../images/common/chevron-bk.svg) center center/contain no-repeat; */
  background-color: var(--charactercolor);
  -webkit-mask: url(../images/common/chevron-bk.svg) center center/contain no-repeat;
  mask: url(../images/common/chevron-bk.svg) center center/contain no-repeat;
}

.btn-pt1:hover {
  opacity: 1;
}

@media screen and (min-width: 897px) {
  .btn-pt1:hover {
    background-color: #0E6A37;
    color: #fff;
  }
  .btn-pt1:hover::after {
    background: url(../images/common/chevron-wh.svg) center center/contain no-repeat;
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .btn-pt1 {
    margin-top: 30px;
    width: 70%;
    max-width: 270px;
  }
}

.btn-pt2 {
  width: auto;
  margin-top: 81px;
  color: #0E6A37 !important;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .btn-pt2 {
    padding: 0 20px;
  }
}

.btn-pt2::after {
  /* background: url(../images/common/chevron-bl.svg) center center/contain no-repeat; */
  background-color: #0E6A37;
  -webkit-mask: url(../images/common/chevron-bl.svg) center center/contain no-repeat;
  mask: url(../images/common/chevron-bl.svg) center center/contain no-repeat;
}

@media screen and (min-width: 897px) {
  .btn-pt2:hover {
    opacity: 0.8;
  }
}

.btn-pt3,
.btn-pt4 {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 8px 26px;
  width: auto;
}

.btn-pt3 {
  padding: 8px 26px;
}

.btn-pt3:hover {
  opacity: 1;
}

.btn-pt4 {
  padding: 10px 100px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .btn-pt4 {
    margin-top: 22px;
    width: 100%;
    max-width: 335px;
    padding: 12px 50px;
    font-size: 1.8rem;
  }
}

.tell::before,
.mail::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.tell {
  font-family: "Barlow Semi Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.08em;
}

.tell::before {
  margin-top: -2px;
  margin-left: 3px;
  width: 15px;
  height: 18px;
  margin-right: 5px;
  background: url("../images/header/icon-tell.svg") center center/contain no-repeat;
}

.mail::before {
  width: 20px;
  height: 15px;
  margin-top: -3px;
  margin-right: 5px;
  background: url("../images/header/icon-mail.svg") center center/contain no-repeat;
}

.header {
  margin-top: 25px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 300;
  width: calc(100% - 100px);
  height: auto;
  position: absolute;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) {
  .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  /*header{background: var(--subthemecolor);}*/
  .header {
    padding: 10px 0 10px 10px;
    margin-top: 0;
    width: 40%;
  }
}

.header-right {
  position: relative;
  z-index: 100;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.header-right .ico-instagram {
  margin-right: 30px;
}
.header-right .ico-instagram path,.header-right .ico-instagram circle {
  fill: #fff;
}
.header-right.is-follow .ico-instagram path,.header-right.is-follow .ico-instagram circle {
  fill: #222;
}

.header-right .lang{margin-right: 4rem; margin-top: 0.5rem; color: #FFF;}
.header-right .lang a{font-size: 16px; color: #FFF;}
.header-right .lang a::after{content: " / ";display: inline;}
.header-right .lang a:last-of-type::after{display: none;}

.header-right.is-follow .lang{font-size: 16px; color: #222;}
.header-right.is-follow .lang a{font-size: 16px; color: #222;}
.header-right.is-follow .lang a::after{content: " / ";display: inline;}
.header-right.is-follow .lang a:last-of-type::after{display: none;}




.header-right ul li:nth-child(2) {
  margin-top: 0.6rem;
}

.header-right ul li .tell {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.header-right.is-follow a img{
  display: block;
}

.header-right a img{
  display: none;
}



.header-right ul li .mail {
  color: #fff;
  font-size: 1.6rem;
  padding: 0.8rem 3.3rem;
  line-height: 1.2;
  font-weight: 500;
    letter-spacing: 0.05em;
}

.header-right.is-follow {
  position: fixed;
  z-index: 500;
  top: 25px;
  right: 120px;
  -webkit-animation: show 0.3s linear 0s;
  animation: show 0.3s linear 0s;
}

.header-right.is-follow ul li .tell {
  color: #222;
}

.header-right.is-follow ul li .tell::before {
  background: url("../images/header/icon-tell-bk.svg") center center/contain no-repeat;
}

.header-right.is-follow ul li .mail {
  color: #222;
}

.header-right.is-follow ul li .mail::before {
  background: url("../images/header/icon-mail-bk.svg") center center/contain no-repeat;
}

.header-right.is-follow ul li .btn-pt3 {
  border-color: #222;
  background: #fff;
}

.logo {
  /*width: 352px;*/
  width: 171px;
}

.logo a {
  display: inline-block;
}

.logo a:hover {
  opacity: 1;
}

.logo a img {
  position: relative;
  z-index: 2;
  mix-blend-mode: screen;
}

.footer-bottom-left .logo a img {
  mix-blend-mode: normal;
  z-index: 1;
}



@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .logo {
    width: 100%;
    max-width: 110px;
  }
}

.drawer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
  text-align: center;
  transition: all 0.3s;
  box-shadow: none;
  border: none;
}

@media screen and (min-width: 897px) {
  .drawer.is-follow {
    position: fixed;
    -webkit-animation: show 0.3s linear 0s;
    animation: show 0.3s linear 0s;
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .drawer {
    position: fixed;
  }
}

.drawer-icon {
  position: relative;
  background-color: #0E6A37;
  width: 100px;
  height: 100px;
  vertical-align: bottom;
  z-index: 300;
  cursor: pointer;
}

.drawer-icon.active .drawer-bar:nth-of-type(1) {
  top: 30px;
  transform: translateX(-50%) rotate(-35deg);
}

.drawer-icon.active .drawer-bar:nth-of-type(2) {
  top: 30px;
  transform: translateX(-50%) rotate(35deg);
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .drawer-icon {
    width: 60px;
    height: 60px;
  }
  .drawer-icon.active .drawer-bar:nth-of-type(1) {
    top: 20px;
  }
  .drawer-icon.active .drawer-bar:nth-of-type(2) {
    top: 20px;
  }
}

.drawer-bar {
  transition: all 0.3s;
  display: block;
  position: absolute;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 50px;
  height: 2px;
}

.drawer-bar:nth-of-type(1) {
  top: 29px;
}

.drawer-bar:nth-of-type(2) {
  top: 41px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .drawer-bar {
    width: 30px;
  }
  .drawer-bar:nth-of-type(1) {
    top: 16px;
  }
  .drawer-bar:nth-of-type(2) {
    top: 26px;
  }
}

.drawer-txt {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 57px;
  color: #fff;
  transition: all 0.3s linear 0s;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Barlow Semi Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .drawer-txt {
    font-size: 1.2rem;
    top: 35px;
  }
}

.drawer-content {
  position: fixed;
  overflow: auto;
  padding: 100px 0;
  left: 0;
  bottom: auto;
  width: 100%;
  background-color: #0E6A37;
  /*background-color: var(--subthemecoloralpha);*/
  transition: all 0.3s ease 0s;
  text-align: left;
  opacity: 0;
  visibility: hidden;
}

.drawer-content.active {
  opacity: 0.92;
  visibility: visible;
}

.drawer-content nav > ul {
  position: relative;
  z-index: 10;
}

.drawer-content nav > ul > li,
.drawer-content nav > ul > li > ul > li {
  font-size: 2rem;
  color: #fff;
}

.drawer-content nav > ul > li a,
.drawer-content nav > ul > li > ul > li a {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.drawer-content nav > ul > li > ul > li a{
  font-weight: 400;
}

.drawer-content nav > ul > li:nth-child(n + 2),
.drawer-content nav > ul > li > ul > li:nth-child(n + 2) {
  margin-top: 20px;
}

.drawer-content nav:nth-child(n + 2) > ul {
  margin-left: 100px;
}

@media screen and (max-width: 959px) {
  .drawer-content nav:nth-child(n + 2) > ul {
    margin-left: 50px;
  }
}

.drawer-content nav > ul > li > ul > li::before {
  color: #fff;
}

.drawer-content nav > ul > li > ul > li:first-child {
  margin-top: 20px;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) {
  .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .drawer-content {
    top: 0;
    height: 100%;
    padding: 60px 40px;
  }
  .drawer-content nav > ul > li,
  .drawer-content nav > ul > li > ul > li {
    font-size: 1.6rem;
  }
  .drawer-content nav > ul > li a,
  .drawer-content nav > ul > li > ul > li a {
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .drawer-content nav > ul > li > ul > li:last-child a {
    padding-bottom: 20px;
  }
  .drawer-content nav > ul {
    padding: 20px 0;
  }
  .drawer-content nav:nth-child(n + 2) > ul {
    margin-left: 0;
    padding: 0;
  }
  .drawer-content nav > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 0;
  }
  .drawer-content nav > ul > li > ul {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    transform: none;
    width: 100%;
    display: block;
    margin-left: 30px;
  }
  .drawer-content nav > ul > li > ul > li{display: flex; align-items: center;}
  .drawer-content nav > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .drawer-content nav:nth-of-type(2) ul li:last-of-type{padding-bottom: 0;}
  .drawer-content nav > ul > li:nth-child(n + 2), .drawer-content nav > ul > li > ul > li:nth-child(n + 2){margin: 0;}
  .drawer-content nav ul li a{
    padding: 20px 0;
    display: block;
    width: 100%;
}
  .drawer-content .sp-instagram {
    margin-top: 20px;
  }
}

.drawer-nav {
  margin-top: 30px;
  list-style: none;
}

.drawer-nav li:nth-child(n + 2) {
  margin-top: 10px;
}

.drawer-nav li a {
  font-size: 16px;
  display: block;
  position: relative;
  padding: 10px 0;
  color: #fff;
  letter-spacing: 0.1em;
}

.drawer-link {
  margin-top: 30px;
  list-style: none;
}

.drawer-link li:nth-child(n + 2) {
  margin-top: 10px;
}

.drawer-link li a {
  font-size: 16px;
  display: block;
  position: relative;
  padding: 10px 0;
  color: #fff;
  letter-spacing: 0.1em;
}

.drawer-content .lang{display: none;}
.drawer-content .lang a{color: #FFF;}

.list-breadcrumb {
  margin-top: 20px;
  justify-content: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) {
  .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto;}
  .drawer-content .lang{margin: 30px 0; color: #FFF; display: block; text-align: center;}
  .list-breadcrumb {
    justify-content: center;
    font-size: 11px;
    margin-top: 10px;
  }
}

.list-breadcrumb li {
  color: #fff;
}

.list-breadcrumb li:nth-child(n + 2) {
  margin-left: 7px;
}

.list-breadcrumb li:nth-child(n + 2)::before {
  content: ">";
  margin-right: 7px;
}

.list-breadcrumb li a {
  color: #fff;
  text-decoration: underline;
}

.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 400;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}

.totop.is-follow {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .totop {
    bottom: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}

.totop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #222;
}

.totop a:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: center center;
}


@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer {
    padding-bottom: 60px;
    margin-top: 0;
  }
}

.footer-top {
  padding: 70px 0;
  background-color: #0E6A37;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-top {
    display: block;
    padding: 20px 10px;
  }
}

.footer-top p {
  text-align: center;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-top p {
    width: 100%;
    padding: 0;
  }
}

.footer-top p:nth-child(1) {
  text-align: right;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-top p:nth-child(1) {
    text-align: center;
  }
}

.footer-top p:nth-child(2) {
  margin-left: 20px;
}

@media screen and (min-width: 897px) {
  .footer-top p:nth-child(2) {
    text-align: left;
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-top p:nth-child(2) {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
}

.footer-top p:nth-child(3) {
  margin-left: 40px;
}

@media screen and (min-width: 1440px) {
  .footer-top p:nth-child(3) {
    margin-left: 80px;
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-top p:nth-child(3) {
    margin-left: 0;
  }
}

.footer-top p a {
  color: #fff;
}

.footer-top p a.tell {
  letter-spacing: 0.05em;
  font-size: 5rem;
  font-family: "Barlow Semi Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.footer-top p a.tell::before {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  margin-top: -4px;
}

@media screen and (max-width: 959px) {
  .footer-top p a.tell {
    font-size: 4rem;
  }
  .footer-top p a.tell::before {
    width: 24px;
    height: 24px;
  }
}

.footer-top p a.mail {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 20px);
}

@media screen and (max-width: 959px) {
  .footer-top p a.mail {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.footer-top p a.mail::before {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  margin-top: -3px;
}

.footer-bottom {
  margin-top: 52px;
}

@media screen and (max-width: 959px) {
  .footer-bottom {
    display: block;
    margin-top: 20px;
  }
}

.footer-bottom-left {
  line-height: 1.6;
  color: var(--charactercolor);
}

.footer-bottom-left p:nth-child(2) {
  margin-top: 30px;
}

@media screen and (max-width: 959px) {
  .footer-bottom-left {
    margin-left: 0;
    margin-top: 25px;
    padding: 0 10px;
  }
  .footer-bottom-left .logo {
    width: 100%;
    max-width: 110px;
  }
  .footer-bottom-left .logo a img {
    mix-blend-mode: normal;
  }
  .footer-bottom-left p:nth-child(2) {
    margin-top: 20px;
  }
}

.footer-bottom-right {
  line-height: 1.6;
  margin-left: 30px;
}

.footer-bottom-right > nav > ul > li {
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.4;
}

.footer-bottom-right > nav:nth-child(n + 2) > ul {
  margin-left: 70px;
}

@media screen and (min-width: 960px) and (max-width: 1080px) {
  .footer-bottom-right > nav:nth-child(n + 2) > ul {
    margin-left: 40px;
  }
}

.footer-bottom-right > nav > ul > li > ul > li {
  font-weight: 400;
}

.footer-bottom-right > nav > ul > li > ul > li::before {
  content: "-";
  color: #B8B4B0;
  margin-right: 0.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-bottom-right > nav > ul > li > ul > li:first-child {
  margin-top: 15px;
}

@media screen and (max-width: 959px) {
  .footer-bottom-right {
    /* flex-direction: column; */
    flex-wrap: wrap;
    height: 260px;
    padding: 0 10px;
    margin-left: 0;
    margin-top: 40px;
  }
  .footer-bottom-right > nav {
    width: 50%;
  }
  .footer-bottom-right > nav:nth-child(n + 2) > ul {
    margin-left: 0;
  }
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-bottom-right {height: auto;}
  .footer-bottom-right nav{}
  .footer-bottom-right nav:nth-of-type(2){order: 2;}
  .footer-bottom-right nav:nth-of-type(3){order: 1;}
  .footer-bottom-right nav:nth-of-type(4){order: 3;}
  .footer-bottom-right > nav > ul > li{/*margin-bottom: 10px;*/}
  .footer-bottom-right > nav > ul > li a{font-size: 16px; padding: 0;}
}

.footer-copyright {
  font-family:var(--fontfamilyspecial), Poppins, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  margin-top: 60px;
  padding-bottom: 40px;
}

.footer-copyright p {
  text-align: center;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-copyright {
    margin-top: 40px;
    padding-bottom: 10px;
  }
}

.bottom-menu > div {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}

.bottom-menu-list {
  display: flex;
  width: calc(100% - 60px);
  align-items: center;
}

.bottom-menu-list li {
  height: 60px;
  width: 50%;
  text-align: center;
}

.bottom-menu-list li:nth-child(1) {
  background-color: #0E6A37;
}

.bottom-menu-list li:nth-child(2) {
  background-color: #fff;
  border-top: 1px solid #222;
}

.bottom-menu-list li a {
  font-size: 1.4rem;
  display: block;
  line-height: 60px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.bottom-menu-list li .tell {
  color: #fff;

}

.bottom-menu-list li .tell::before {
  background-image: url("../images/header/icon-tell.svg");
}

.bottom-menu-list li .mail::before {
  background-image: url("../images/header/icon-mail-bk.svg");
}

.bg-left,
.bg-right {
  position: absolute;
  top: 0;
  width: 25%;
  max-width: 672px;
  z-index: -1;
}

@media screen and (min-width: 1440px) {
  .bg-left,
  .bg-right {
    width: 35%;
  }
}

.bg-left::before,
.bg-right::before {
  content: "";
  display: block;
  padding-top: 200%;
}

.bg-left::after,
.bg-right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.is_tablet .bg-left::after{
  top: -200px;
}
.is_tablet .bg-right::after{
  top: -200px;
}

.is_tablet .bg-left::after,.is_tablet .bg-right::after{
  width: 130%;
  height: 130%;
}

.bg-left.bg-xl,
.bg-right.bg-xl {
  display: none;
}

@media screen and (min-width: 1440px) {
  .bg-left.bg-xl,
  .bg-right.bg-xl {
    display: block;
  }
}

.is_tablet .bg-left.bg-xl,
.is_tablet .bg-right.bg-xl{display: block;}

.is_tablet .concept .bg-left.bg-xl{top: 50rem;}

.bg-left.bg-st,
.bg-right.bg-st {
  display: none;
}

@media screen and (min-width: 897px) and (max-width: 1439px) {
  .bg-left.bg-st,
  .bg-right.bg-st {
    display: block;
  }
}

.bg-left.bg-sp,
.bg-right.bg-sp {
  display: none;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .bg-left.bg-sp,
  .bg-right.bg-sp {
    display: block;
  }
}

.bg-left.bg-adjust-top-s::after,
.bg-right.bg-adjust-top-s::after {
  top: -20%;
}

.bg-left.bg-adjust-top-l::after,
.bg-right.bg-adjust-top-l::after {
  top: -80%;
}

.bg-left.bg-adjust-top-m::after,
.bg-right.bg-adjust-top-m::after {
  top: -26%;
}

.bg-left.bg-adjust-bottom-s::after,
.bg-right.bg-adjust-bottom-s::after {
  top: 20%;
}

.bg-left.bg-adjust-bottom-m::after,
.bg-right.bg-adjust-bottom-m::after {
  top: 50%;
}

.bg-left.bg-adjust-bottom-l::after,
.bg-right.bg-adjust-bottom-l::after {
  top: 50%;
}

.bg-left.bg-adjust-bottom,
.bg-right.bg-adjust-bottom {
  top: auto;
  bottom: 0;
}

.bg-left {
  left: 0;
}

.bg-left::after {
  left: 0;
  /* background: url("../images/common/bg-triangle-01.svg") left top/contain no-repeat; */
  background: var(--themecolor);
  -webkit-mask: url("../images/common/bg-triangle-01.svg") left top/contain no-repeat;
  mask: url("../images/common/bg-triangle-01.svg") left top/contain no-repeat;

}

.bg-left.bg-adjust-left::after {
  left: -10px;
}

.bg-right {
  right: 0;
}

.bg-right::after {
  right: 0;
  /* background: url("../images/common/bg-triangle-02.svg") left top/contain no-repeat; */
  background: var(--leftcolor);
  -webkit-mask: url("../images/common/bg-triangle-02.svg") left top/contain no-repeat;
  mask: url("../images/common/bg-triangle-02.svg") left top/contain no-repeat;
}

.bg-bottom {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 60%;
  max-width: 990px;
  transform: translateY(100%);
  z-index: -1;
}

@media screen and (max-width: 896px), (max-width: 896px) and (orientation: landscape) { .acms-grid > * { max-width: 100%; margin-left: auto; margin-right: auto; }
  .bg-bottom {
    left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .bg-bottom {
    width: 80%;
  }
}

.bg-bottom::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.bg-bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg-triangle-03.svg") left top/contain no-repeat;
}

.js-close-menu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 2;
  background: #0E6A37;
}

@media screen and (max-width: 896px) and (orientation:landscape) {
    .recruit-list{
        display: flex;flex-wrap: nowrap;
    }
    .footer-bottom-right > nav{
        width: 33.3%;
    }
    .footer-bottom-right nav:nth-of-type(3){
        order: 2;
    }
    img.js-lazy-load.loaded{
      padding: 0 10px;
    }
.acms-entry .entry-container {
    margin: 0;
}
}
.service-img{
  width: 100%;
}

img.fade-in{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

img.fade-in.is-visible{
  opacity: 1;
  transform: translateY(0);
}