@charset "UTF-8";
/*
     multi-class
========================================================================== */
html {
    font-size: 62.5%;
}
body {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    font-weight: 300;
    color: #333333;
    letter-spacing: 0.07em;
    background: #fff;
}
body * {
    box-sizing: border-box;
}
.page_wrapper {
    overflow: hidden;
}
a {
    color: #333333;
    text-decoration: none;
    transition: 0.4s ease-out;
}
a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.pagetop {
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    transition: 0.4s ease-out;
}
.pagetop:hover {
    opacity: .6;
}
.cf:after {
    display: block;
    content: "";
    clear: both;
}
.d_sp {
    display: none !important;
}
#content {
    max-width: 100%;
    margin: 0 auto;
    background: url("../images/common/foot_tree.jpg") no-repeat 50% 100% / 100%;
}
#content p,
#content li, 
#content dl, 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content table {
    font-size: 1.65rem;
}
p {
    line-height: 1.8;
    word-wrap: break-word;
}
/* スクロールCSS */
.fade-in {
    opacity: 0;
}
.fade-in-up {
    transform: translate(0, 80px);
}
.fade-in-down {
    transform: translate(0, -80px);
}
.fade-in-left {
    transform: translate(-80px, 0);
}
.fade-in-right {
    transform: translate(80px, 0);
}
.scroll-in {
    animation: fadeIn 1.2s ease;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.fade-in-op {
    opacity: 0;
}
.fade-in-op.scroll-in {
    animation: fadeIn-op 2s ease;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
@keyframes fadeIn-op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.grecaptcha-badge { visibility: hidden; }
/*
     レイアウト
========================================================================== */
.cont_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
    max-width: 90%;
}
/*
     フォント
========================================================================== */
.barlow {
    font-family: "Barlow", serif;
}
.serif {
    font-family: "Zen Old Mincho", 'Noto Serif JP', serif !important;
}
/*
     画像
========================================================================== */
.fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img_right {
    float: right;
    margin: 0 0 10px 15px;
}
.img_left {
    float: left;
    margin: 0 15px 10px 0;
}
.alignC {
    text-align: center;
}
.alignR {
    text-align: right !important;
}
.alignL {
    text-align: left !important;
}
.valignM {
    vertical-align: middle;
}
.img_1col_A {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}
.img_2col_A, .img_4col_A {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.img_2col_A > * {
    width: 50%;
}
.img_4col_A > * {
    width: 25%;
}
.img_2col_B {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.img_2col_B .img {
    width: 20%;
}
.img_2col_B .txt {
    width: 77%;
}
.video_cont_wrap {
    max-width: 100%;
}
.video_cont_wrap video {
    width: 100%;
}
/* slider */
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.slick-slide {
    position: relative;
}
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class {
    display: flex;
    justify-content: center;
}
.dots-class li {
    width: 50px;
    height: 7px;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
    opacity: 0.4;
}
.dots-class li.slick-active {
    opacity: 1;
}
.dots-class li:hover {
    opacity: 1;
}
.dots-class li:last-child {
    margin-right: 0;
}
/* .slider_3column */
.slider.slider_3column .slick-slide {
    opacity: 0.4;
    transition: 0.6s ease-out;
}
.slider.slider_3column .slick-slide.slick-active {
    opacity: 1;
    transition: 0.6s ease-out;
}
/*
     見出し
========================================================================== */
.ttl_A {
    display: block;
    margin: 15px auto 40px;
    text-align: center;
    position: relative;
}
.ttl_A::before {
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background: #221815;
    position: absolute;
    top: -15px;
    left: calc(50% - 25px);
}
.ttl_A .ttl_inner {
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
}
.ttl_B {
    position: relative;
    margin-bottom: 20px;
    padding: 12px 20px;
    border-radius: 5px;
}
.ttl_B.ttl_B_green {
    background: #d7e2cf;
}
.ttl_B.ttl_B_red {
    background: #f6dbe0;
}
.ttl_B.ttl_B_yellow {
    background: #f7f1de;
}
.ttl_B .ttl_inner {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
}
.ttl_C {
    display: block;
    margin-bottom: 20px;
    padding-left: 42px;
    position: relative;
}
.ttl_C::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 32px;
    height: 29px;
    background: url("../images/common/ic_lca_A.webp") no-repeat 0 0 / contain;
}
.ttl_C .ttl_inner {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
}
.ttl_D {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #496832;
}
.ttl_D .ttl_inner {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
}
.ttl_D.ttl_D_1line {
    margin-bottom: calc(20px + 2.95rem);
}
/*
     ナビゲーション
========================================================================== */
.low_nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.low_nav ul li {
    margin: 0 1% 10px 0;
    width: 24%;
    background: #f8f8f8;
    position: relative;
    display: flex;
    align-items: center;
}
.low_nav ul li:nth-child(4n) {
    margin-right: 0;
}
.low_nav ul li a {
    display: block;
    padding: 20px 33px 20px 20px;
    position: relative;
    font-weight: 500;
    width: 100%;
}
.low_nav ul li::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #a11d45;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
}

/*
     ボタン
========================================================================== */
.btn_A {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    max-width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.btn_A a {
    display: block;
    padding: 1.2em 1.6em 1.2em 0.8em;
    background: #fff;
    border-radius: 60px;
    border: 1px solid #221815;
}
.btn_A a .btn_A_txt {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    position: relative;
}
.btn_A .btn_A_txt::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid #221815;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: calc(50% - 3px);
    right: -18px;
}
.btn_A a:hover {
    background: rgba(34,24,21,0.8);
    color: #fff;
    opacity: 1;
}
.btn_A a:hover .btn_A_txt::after {
    border-left-color: #fff;
}
.btn_A.btn_A_red a {
    background: #a5505e;
    border: 1px solid #a5505e;
    color: #fff;
}
.btn_A.btn_A_red .btn_A_txt::after {
    border-left-color: #fff;
}
.btn_A.btn_A_red a:hover .btn_A_txt::after {
    border-left-color: #a5505e;
}
.btn_A.btn_A_red a:hover {
    background: #fff;
    color: #a5505e;
    opacity: 1;
}
.btn_A.btn_A_green a {
    background: #496832;
    border: 1px solid #496832;
    color: #fff;
}
.btn_A.btn_A_green .btn_A_txt::after {
    border-left-color: #fff;
}
.btn_A.btn_A_green a:hover .btn_A_txt::after {
    border-left-color: #496832;
}
.btn_A.btn_A_green a:hover {
    background: #fff;
    color: #496832;
    opacity: 1;
}
.btn_B {
    display: block;
}
.btn_B a {
    display: inline-block;
    padding: 10px 40px 12px; 
    text-align: center;
    color: #fff;
    line-height: 1;
    border-radius: 30px;
    font-size: 1.3rem;
}
.btn_B.btn_B_red a {
    background: #a5505e;
}
.btn_B.btn_B_green a {
    background: #496832;
}
.btn_B.btn_B a span {
    font-weight: bold;
}
.btn_C {
    display: block;
}
.btn_C a {
    display: inline-block;
    min-width: 260px;
    padding: 16px 30px 16px 16px; 
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    font-size: 1.4rem;
    position: relative;
}
.btn_C a::before,
.btn_C a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  right: 10px;
  width: 8px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.75px) 50%;
}
.btn_C a::before {
  transform: rotate(45deg);
}
.btn_C a::after {
  transform: rotate(-45deg);
}
.btn_C a .btn_C_txt {
    font-weight: 500;
    position: relative;
}
.btn_C.btn_C_red a {
    background: #a5505e;
}
.btn_C.btn_C_green a {
    background: #496832;
}
.btn_wrap_A {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.btn_wrap_A > * {
    margin: 0;
}
/*
.btn_arrow_A a {
    position: relative;
    padding-right: 13px;
}
.btn_arrow_A a::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #898989;
    border-right: 0;
}
.btn_arrow_B a {
    position: relative;
    padding-right: 13px;
    padding-right: 3.4em;
    font-weight: bold;
}
.btn_arrow_B a::after {
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    transform-origin: left;
    width: 3em;
    height: 0.6em;
    background-color: #a11d45;
    clip-path: polygon(0 100%, 100% 100%, 75% 35%, 75% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.btn_arrow_B a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
*/
/*
     テーブル
========================================================================== */
.table_A, .table_B {
    width: 100%;
}
.table_A {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    background: #fff;
}
.table_A th {
    text-align: center;
    background: #fffade;
    padding: 15px 20px;
    font-weight: 600;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
.table_A td {
    padding: 15px 20px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
.table_A .even-cell {
    background: #f6f9f3;
}
.table_B {
    border-top: 1px solid #333;
}
.table_B th, .table_B td {
    padding: 15px 20px;
    border-bottom: 1px solid #333;
}
.table_B.table_B_gray th {
    background: #f8f8f8;
}
.table_B.table_B_yellow th {
    background: #fffade;
}
.table_B.table_B_green th {
    background: #e8f0e3;
}
/* table_C */
.table_C {
  width: 100%;
  border-collapse: collapse;
}
.table_C tr{
  border-bottom: solid 3px white;
}
.table_C tr:last-child{
  border-bottom: none;
}
.table_C th{
  position: relative;
  background-color: #51a5cc;
  color: white;
  text-align: center;
  padding: 16px 12px;
}
.table_C th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #51a5cc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.table_C td{
  text-align: left;
  background-color: #eee;
  padding: 16px 12px;
}
/* table_dl_A */
.table_dl_A {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.table_dl_A dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 17.2222%;
    border-bottom: 1px solid #333;
}
.table_dl_A dd {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 80.5556%;
    border-bottom: 1px solid #333;
}
table tr.line_dot th, table tr.line_dot td {
    border-bottom: 1px dotted #333;
}
/*
     リスト
========================================================================== */
.list_num li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.5em;
}
.list_dot li {
    list-style: disc;
    margin-left: 1.5em;
}
.list_arrow li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
.list_arrow li::before {
    display: inline;
    content: '▶';
}
.list_note li, .list_circle li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
.list_note li::before {
    display: inline;
    content: '※';
}
.list_circle li::before {
    display: inline;
    content: '●';
}
.list_hyphen li {
    list-style: none;
    padding-left: 0.6em;
    text-indent: -0.6em;
}
.list_hyphen li::before {
    display: inline;
    content: '–';
}
.list_flow dt {
    margin-bottom: 10px;
    font-size: 1.14rem;
}
.list_flow dd {
    margin-bottom: 35px;
    padding-left: 1.3em;
    line-height: 1.9;
    font-size: 0.857rem;
}
/*
     column
========================================================================== */
.column-2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.column-2.column-2_row {
    flex-direction: row-reverse;
}
.column-2 > * {
    width: 48%;
}
.img_column3 {
    display: flex;
    justify-content: center;
    align-content: center;
}
.img_column3 img {
    width: calc(100% / 3);
}

/*
     img+textbox
========================================================================== */
.img_textbox_A,
.img_textbox_B {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img_textbox_A .img {
    width: 30%;
}
.img_textbox_A .txt {
    width: 67%;
}
.img_textbox_B .img {
    width: 40%;
}
.img_textbox_B .txt {
    width: 57%;
}
.img_textbox_re {
    flex-direction: row-reverse;
}

/*
     box
========================================================================== */
.box_A_gray {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 8px;
}
.box_A_yellow {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    background: #fcfaed;
    border-radius: 8px;
}
.box_B_gray {
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 8px;
}

/*
     テキスト
========================================================================== */
.p-link {
    color: #003e22;
    text-decoration: underline;
    margin: 0 1px;
}
.link_window_A span,
.link_window_B span {
    position: relative;
}
.link_window_A span::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -18px;
    background: url("../images/common/ic_window_b.webp") no-repeat 0 0 / contain;
    width: 14px;
    height: 14px;
}
.link_window_B span::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -18px;
    background: url("../images/common/ic_window_y.webp") no-repeat 0 0 / contain;
    width: 14px;
    height: 14px;
}
.uline { text-decoration: underline; }
.mid_bold { font-weight: 500; }
.bold { font-weight: bold; }
.strike {    text-decoration: line-through;}
#content .txt160 { font-size: 160%; }
#content .txt150 { font-size: 150%; }
#content .txt140 { font-size: 140%; }
#content .txt130 { font-size: 130%; }
#content .txt120 { font-size: 120%; }
#content .txt110 { font-size: 110%; }
#content .txt90 { font-size: 90%; }
#content .txt80 { font-size: 80%; }
#content .txt70 { font-size: 70%; }
#content .txt60 { font-size: 60%; }
.lh10 { line-height: 1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh18 { line-height: 1.8; }
.lh20 { line-height: 2; }
.ls02 { letter-spacing: 0.2rem; }
.black { color: #221815 !important; }
.gray { color: #808080 !important; }
.gray_medium { color: #666 !important; }
.gray_light { color: #a4a4aa !important; }
.red { color: #9f4655 !important; }
.gold { color: #c6b168 !important; }
.green { color: #496832 !important; }
.white { color: #fff !important; }

/* 
    余白 
========================================================================== */
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb1em { margin-bottom: 1em; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }

/*
     faq accordion
========================================================================== */
#content .faq_content {
    padding: 30px 35px;
    border-radius: 14px;
    background: url(../images/common/bg_dot_gray01.png) repeat 0 0 / 4px;
    background-color: #eff5ea;
}
#content .accordion_one .accordion_header {
    margin-top: 8px;
    background-color: #fff;
    padding: 15px 45px 15px 3%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 10px;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#content .accordion_one .accordion_header:hover {
    opacity: .8;
}
#content .accordion_one .accordion_header p {
    font-weight: bold;
    display: block;
    width: calc(100% - 4rem);
    font-size: 1.7rem;
}
#content .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
}
#content .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}
#content .accordion_one .accordion_header .faq_q {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  margin-top: -0.2em;
}
#content .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#content .accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  border-radius: 10px;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
    background: #496832;
}
#content .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 18px;
  top: 0;
  left: 7px;
}
#content .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
#content .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#content .accordion_one .accordion_inner {
  display: none;
  margin: 3px 0 15px;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
#content .accordion_one dl.faq_level {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#content .accordion_one dl.faq_level dt {
    width: 6.5em;
    margin-bottom: 8px;
}
#content .accordion_one dl.faq_level dd {
    width: calc(100% - 6.5em);
    margin-bottom: 8px;
}
/*
     include
========================================================================== */
#content .ggmp {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
#content .ggmp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
     pagenavi
========================================================================== */
.pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.428rem;
}
.pagenavi .pagenavi_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5em;
}
.pagenavi .pagenavi_list li {
    margin: 0 0.5em;
    padding: 0 0.2em;
}
.pagenavi .pagenavi_list li.active {
    border-bottom: 1.5px solid #494955;
}
.pagenavi .prev, .pagenavi .next {
    margin: 0 0.65em;
    transform: scaleX(1.5);
    font-size: 0.7rem;
}
/*
     slick
========================================================================== */
/* slick-dot */
#content .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#content .slick-dots {
    bottom: 20px;
    z-index: 1;
}
#content .slick-dots li {
    width: 50px;
    height: 7px;
    margin: 0 5px;
}
#content .slick-dots li button {
    width: 50px;
    height: 7px;
    padding: 0;
}
#content .slick-dots li button:before {
    width: 50px;
    height: 7px;
    content: '';
    border-radius: 2px;
    background: #fff;
    opacity: 1;
    opacity: 0.4;
}
#content .slick-dots li.slick-active button:before {
    opacity: 1;
}
/* cont_slider */
#content .cont_slider .slick-arrow {
    display: block;
    position: absolute;
    top: 200px;
    margin: auto;
    padding: 0;
    width: 30px;
    height: 60px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
}
#content .cont_slider .slick-arrow:hover {
    opacity: 0.8;
}
#content .cont_slider .slick-next::before, #content .cont_slider .slick-next::after, #content .cont_slider .slick-prev::before, #content .cont_slider .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#content .cont_slider .slick-next::after, #content .cont_slider .slick-prev::after {
    width: 30px;
    height: 30px;
    border-top: 1.5px solid #b3b3b3;
    border-right: 1.5px solid #b3b3b3;
}
#content .cont_slider .slick-next {
    right: -50px;
}
#content .cont_slider .slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}
#content .cont_slider .slick-prev {
    left: -50px;
}
#content .cont_slider .slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}
#content .cont_slider p {
    margin: 10px 0 20px;
    font-size: 0.857rem;
    line-height: 1.2;
    font-family: 'Noto Sans JP', serif;
}
#content .cont_slider_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    max-width: 100%;
}
#content .cont_slider_thumnail .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}
#content .cont_slider_thumnail .slick-slide {
    display: block !important;
    float: none !important;
    margin-right: 1.5625%;
    flex: 0 0 17.1875%;
    cursor: pointer;
    opacity: 0.3;
    transition: all .5s;
}
#content .cont_slider_thumnail .slick-slide.slick-current {
    opacity: 1;
}
#content .cont_slider_thumnail .slick-track:before, #content .cont_slider_thumnail .slick-track:after {
    display: none;
}
/* cont_slider_B */
#content .cont_slider_B .slick-arrow {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    margin: auto;
    padding: 0;
    width: 16px;
    height: 40px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    transform: scaleX(0.75);
}
#content .cont_slider_B .slick-arrow:hover {
    opacity: 0.8;
}
#content .cont_slider_B .slick-next::before, #content .cont_slider_B .slick-next::after, #content .cont_slider_B .slick-prev::before, #content .cont_slider_B .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#content .cont_slider_B .slick-next::after, #content .cont_slider_B .slick-prev::after {
    width: 25px;
    height: 25px;
    border-top: 1.5px solid #b3b3b3;
    border-right: 1.5px solid #b3b3b3;
}
#content .cont_slider_B .slick-next {
    right: -40px;
}
#content .cont_slider_B .slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}
#content .cont_slider_B .slick-prev {
    left: -40px;
}
#content .cont_slider_B .slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}
#content .cont_slider_B .slick-dots {
    bottom: -30px;
}

/*
       01. header
========================================================================== */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    z-index: 10;
}
/*
header .header_top {
    padding: 40px 0 38px;
    border-bottom: 1px solid #ccc;
    transition: all .5s;
    background: rgba(255, 255, 255, 0.9);
}
*/
header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
header .header_content {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}
header .header_content .header_nav {
    width: fit-content;
    padding-right: 110px;
    display: flex;
    align-items: center;
    transition: 0.3s ease-out;
}
/* header_logo */
header .header_logo {
    padding: 10px 15px;
}
header .header_logo a {
    display: block;
    overflow: hidden;
    width: 272px;
    height: 0;
    padding-top: 54px;
    background: url("../images/common/logo_ele.webp") no-repeat 0 50% / contain;
}

/* 親ナビ */
.header_nav_global > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 45px;
}
.header_nav_global > ul > li {
    display: block;
    position: relative;
    line-height: 1;
}
.header_nav_global > ul > li > a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 1.7rem;
}
.header_nav_global > ul > li > a:hover {
    opacity: 1;
    color: #496832;
}
.header_nav_global > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #221815;
    border-bottom: 2px solid #221815;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
}
.header_nav_global > ul > li:hover > a::after {
    transform: translateY(-30%) rotate(-135deg);
    border-color: #496832;
}
/* header_nav_global_sub */
.header_nav_global .header_nav_global_sub {
    position: absolute;
    top: calc(100% + 15px);
    right: -18px;
    min-width: 260px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.08);
    z-index: 10;
    padding: 25px;
    background: rgba(249,242,218,0.9);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.4s ease-out, visibility 0.4s ease-out;
}
.header_nav_global > ul > li:hover .header_nav_global_sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header_nav_global .header_nav_global_sub li a {
    display: block;
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    font-size: 1.5rem;
}
.header_nav_global .header_nav_global_sub li a.link_window_A span {
    font-weight: bold;
}
.header_nav_global .header_nav_global_sub li:last-child a {
    margin-bottom: 0;
}

header .navToggle,
.globalMenuSp {
    display: block;
}
.globalMenuSp {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background: rgba(249,242,218,0.9);
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 850px;
    max-width: 100%;
    letter-spacing: 0.2em;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
    transform: translateY(0%);
    top: 0;
}
/* ハンバーガー用 */
.navToggle {
    display: block;
    position: fixed;
    right: 25px;
    top: 14px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 3px;
    transition: all .5s;
    z-index: 9999;
    cursor: pointer;
}
header .navToggle .navToggle_txt {
    text-align: center;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    font-weight: bold;
    color: #496832;
}
.navToggle span {
    display: block;
    position: absolute; /* .navToggleに対して */
    width: 36px;
    border-bottom: solid 3px #496832;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
    border-radius: 2px;
}
.navToggle span:nth-child(1) {
    top: 0;
}
.navToggle span:nth-child(2) {
    top: 14px;
}
.navToggle span:nth-child(3) {
    top: 28px;
}
.navToggle.active span:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* gnav content ---------------------------------*/
.spnavi .spnavi_inner {
    padding: 80px 3.8% 60px;
    display: flex;
    justify-content: space-between;
}
.spnavi .spnavi_left {
    width: 28.205%;
}
.spnavi .spnavi_left_logo a {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    aspect-ratio: 619 / 123;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/common/logo_ele.webp") no-repeat center center / contain;
}
/* search form */
.spnavi .spnavi_search {
    margin-bottom: 30px;
}
.spnavi .spnavi_searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
}
.spnavi .spnavi_searchform label {
    width: 100%;
}
.spnavi .spnavi_searchform input {
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 1em;
    outline: none;
    width: 100%;
}
.spnavi .spnavi_searchform input::placeholder {
    color: #777777;
}
.spnavi .spnavi_searchform button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.spnavi .spnavi_searchform button::after {
    width: 17px;
    height: 17px;
    background: url("../images/common/searchform_btn.webp") no-repeat 0 0 / contain;
    content: '';
}
/* spnavi_link_sns */
.spnavi .spnavi_link_sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.spnavi .spnavi_link_sns li {
    width: 20.909%;
}
/* spnavi_link_navi */
.spnavi .spnavi_link_navi li {
    margin-bottom: 5px;
}
.spnavi .spnavi_link_navi .btn_C a {
    padding-left: 40px;
    min-width: 100%;
}
.spnavi .spnavi_link_navi li .btn_C_txt::after {
    content: '';
    display: block;
    position: absolute;
}
.spnavi .spnavi_link_navi .spnavi_link_navi_bulletin .btn_C_txt::after {
    width: 18px;
    height: 14px;
    background: url("../images/common/ic_bulletin_w.webp") no-repeat 50% 50% / contain;
    top: calc(50% - 7px);
    left: -26px;
}
.spnavi .spnavi_link_navi .spnavi_link_navi_contact .btn_C_txt::after {
    width: 18px;
    height: 14px;
    background: url("../images/common/ic_contact_w.webp") no-repeat 50% 50% / contain;
    top: calc(50% - 7px);
    left: -26px;
}
.spnavi .spnavi_link_navi .spnavi_link_navi_access .btn_C_txt::after {
    width: 18px;
    height: 17px;
    background: url("../images/common/ic_access_w.webp") no-repeat 50% 50% / contain;
    top: calc(50% - 8px);
    left: -26px;
}
/* spnavi_right */
.spnavi .spnavi_right {
    width: 66%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
}
.spnavi .spnavi_right .spnavi_menu {
    width: 47%;
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_ttl {
    font-size: 2.1rem;
    padding-left: 6px;
    margin-bottom: 6px;
    position: relative;
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_ttl::before,
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 6px;
  width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #496832;
  transform-origin: calc(100% - 1px) 50%;
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_ttl::before {
  transform: rotate(45deg);
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_ttl::after {
  transform: rotate(-45deg);
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_list li a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 10px 8px;
    border-bottom: 1px solid #999999;
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_list li a span {
    font-weight: 500;
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_list li a::before,
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_list li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  right: 8px;
  width: 8px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #496832;
  transform-origin: calc(100% - 0.75px) 50%;
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_list li a::before {
  transform: rotate(45deg);
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_list li a::after {
  transform: rotate(-45deg);
}
.spnavi .spnavi_right .spnavi_menu .spnavi_menu_list + .spnavi_menu_ttl {
  margin-top: 34px;
}

/* header_navi_sub */
.header_navi_sub {
    position: absolute;
    bottom: -70px;
    right: 25px;
    transition: 0.3s ease-out;
}
.header_navi_sub ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 15px;
}
.header_navi_sub ul li > * {
    display: block;
    width: 50px;
}
/* searchArea */
.header_navi_sub .searchArea {
    position: relative;
    list-style: none;
}
.header_navi_sub .searchBtn {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.header_navi_sub .searchBtn img {
    display: block;
}
.header_navi_sub .searchForm{
    position:absolute;
    bottom:-55px;
    right:0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 300px !important;
    overflow: hidden;
    border-radius: 60px;
    background-color: #ffffff;
    opacity: 0;
    transition: 0.4s ease-out;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .12);
}
.header_navi_sub .searchForm.is-active{
    opacity: 1;
}
.header_navi_sub .searchForm input{
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 1.3rem;
    outline: none;
    width: calc(100% - 50px);
}
.header_navi_sub .searchForm button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.header_navi_sub .searchForm button::after {
    width: 17px;
    height: 17px;
    background: url("../images/common/searchform_btn.webp") no-repeat 0 0 / contain;
    content: '';
}
/* headerColorScroll */
header.headerColorScroll .header_content .header_nav {
    padding-right: 304px;
}
header.headerColorScroll .header_navi_sub {
    position: absolute;
    bottom: 18px;
    right: 78px;
}
header.headerColorScroll .header_navi_sub ul {
    gap: 0 10px;
}
header.headerColorScroll .header_navi_sub ul li > * {
    width: 40px;
}


@media screen and (max-width: 1320px) {
    header .header_logo a {
        width: 240px;
    }
    /* headerColorScroll */
    header.headerColorScroll .header_content .header_nav {
        padding-right: 274px;
    }
    .header_nav_global > ul > li > a {
        font-size: 1.5rem;
    }
    header.headerColorScroll .header_navi_sub {
        position: absolute;
        bottom: 22px;
        right: 78px;
    }
    header.headerColorScroll .header_navi_sub ul {
        gap: 0 8px;
    }
    header.headerColorScroll .header_navi_sub ul li > * {
        width: 34px;
    }
}
@media screen and (max-width: 1150px) {
    header .header_logo a {
        width: 200px;
    }
    .header_nav_global > ul {
        gap: 0 34px;
    }
    .header_nav_global > ul > li > a {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 1023px) {
    header .header_content .header_nav {
        display: none;
    }
}
/*
     03. footer
========================================================================== */
#footer .footer_inner {
    margin: 0 auto;
    width: 1000px;
    max-width: 94%;
}
/* footer_main */
#footer .footer_main {
    padding: 70px 0; 
    background: #d9e4d1;
}
#footer .footer_main .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#footer .footer_main .footer_nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 75%;
    gap: 50px 0;
}
#footer .footer_main .footer_nav .footer_nav_cont {
    width: 33.33%;
}
#footer .footer_main .footer_nav .footer_nav_cont .footer_nav_ttl a {
    font-size: 2rem;
    line-height: 1.3;
}
#footer .footer_main .footer_nav .footer_nav_cont .footer_nav_list li {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 10px;
}
#footer .footer_main .footer_link {
    width: 22%;
}
#footer .footer_main .footer_link .footer_link_sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#footer .footer_main .footer_link .footer_link_sns li {
    width: 20.909%;
}
#footer .footer_main .footer_link .footer_link_bnr li {
    margin-bottom: 10px;
}
#footer .footer_info {
    padding: 40px 0;
    background: #fff;
}
#footer .footer_info .footer_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4%;
}
#footer .footer_info .footer_inner .footer_info_logo {
    width: 24.8%;
}
#footer .footer_info .footer_inner .footer_info_add p {
    font-size: 1.6rem;
    line-height: 1.4;
}
#footer .copy {
    padding: 18px;
    background: #496832;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
}
/*
     News カテゴリ分け
========================================================================== */
#content .news_category {
    background: #9f4655;
}
#content .news_category.news_category_all {
    background: #8ea5b8;
}
#content .news_category.news_category_notice {
    background: #ef7f91;
}
#content .news_category.news_category_schoollife {
    background: #9dc86d;
}
#content .news_category.news_category_event {
    background: #efc46d;
}
#content .news_category.news_category_admission {
    background: #a685dd;
}
#content .news_category.news_category_media {
    background: #76b7e8;
}
#content .news_category.news_category_other {
    background: #d98cc6;
}