html, body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: max(16px, 1.40625vw);
    /*font-size: 1.40625vw;*/
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FAF6ED;
    overflow-x: hidden;
}
.grecaptcha-badge { visibility: hidden!important; }
.hidden { display:none!important; }
.hidden-content {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* Animations */
[data-aos=pop-in] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=pop-in].aos-animate {
  animation-name: mochimochi;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
}
[data-aos=pop-in][data-aos-delay="100"].aos-animate { animation-delay: 0.1s; }
[data-aos=pop-in][data-aos-delay="200"].aos-animate { animation-delay: 0.2s; }
[data-aos=pop-in][data-aos-delay="300"].aos-animate { animation-delay: 0.3s; }
[data-aos=pop-in][data-aos-delay="400"].aos-animate { animation-delay: 0.4s; }
[data-aos=pop-in][data-aos-delay="500"].aos-animate { animation-delay: 0.5s; }
[data-aos=pop-in][data-aos-delay="600"].aos-animate { animation-delay: 0.6s; }
[data-aos=pop-in][data-aos-delay="700"].aos-animate { animation-delay: 0.7s; }
[data-aos=pop-in][data-aos-delay="800"].aos-animate { animation-delay: 0.8s; }
[data-aos=pop-in][data-aos-delay="900"].aos-animate { animation-delay: 0.9s; }
[data-aos=pop-in][data-aos-delay="1000"].aos-animate { animation-delay: 1s; }
[data-aos=pop-in][data-aos-delay="1100"].aos-animate { animation-delay: 1.1s; }
[data-aos=pop-in][data-aos-delay="1200"].aos-animate { animation-delay: 1.2s; }
[data-aos=pop-in][data-aos-delay="1400"].aos-animate { animation-delay: 1.4s; }
@keyframes mochimochi {
  0% { transform: scale(0.2, 0.2); opacity: 0; }
  50% { transform: scale(1.05, 1.05); opacity: 1; }
  100% { transform: scale(1, 1); opacity: 1; }
/*
  0% { transform: scale(1, 0.8); };
  20% { transform: scale(0.8, 1.1); }
  40% { transform: scale(1, 1); }
  60% { transform: scale(1, 0.8); }
  80% { transform: scale(0.8, 1.1); }
  100% { transform: scale(1, 1); }
*/
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 0;
    font-feature-settings: "palt";
}
h1, h2 span.st-txt { font-size: max(32px, 3.90625vw); }
h2, h3 span.st-txt { font-size: max(26px, 2.8125vw); margin-bottom: 5.5rem; }
h3, h4 span.st-txt { font-size: max(22px, 2.265625vw); margin-bottom: 1em; }
h4, h5 span.st-txt { font-size: max(20px, 1.796875vw); }
h5 { font-size: max(18px, 1.71875vw); font-weight: 500; }
h2 span.st-txt { padding: 0 0.4vw; }

.tit-box {
    position: relative;
    z-index: 0;
    line-height: 1.5;
    margin-top: 10vw;
    margin-bottom: 10vw;
}
.tit-center { text-align: center; }
.tit-box::before {
    content: "";
    display: block;
    width: max(120px, 18.52vw);
    height: max(120px, 18.52vw);
    margin: 0;
    background-color: transparent;
    border: max(20px, 3.125vw) solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -5vw;
    transform: translateY(-50%);
    z-index: -1;
}
.tit-center::before { left: 50%; transform: translate(-50%, -50%); }
.bg-wh .tit-box::before { border-color: #FAF6ED; }
.bg-bl .tit-box { color: #fff; }
.bg-bl .tit-box::before { border-color: #1584CC; }
.bg-gr .tit-box::before { border-color: #C5D140; }
.bg-or .tit-box::before { border-color: #EB942A; }
.bg-ye .tit-box::before { border-color: #F4CD32; }

/*--- aタグ ---*/
a, a:hover, a:focus { text-decoration: none; outline: none; }
a {
    color: #127aca;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    word-wrap: break-word;
}
a:hover, a:focus { color: #00028A; }

/*--- マウスカーソルで選択したテキストの色と背景色 ---*/
::selection {
    /*color: #fff;*/
    background-color: rgba(18, 122, 202, 0.15);
}

/*--- 文字共通 ---*/
p {
    margin: 0 auto 1.5em;
	padding: 0;
    line-height: 2;
    letter-spacing: 0.02em;
}
.txt-ja, *[lang='ja'] {
    font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}
.color-wh { color: #fff; }
.color-bk { color: #333; }
.color-by { color: #B26BA7; } /* 紫 */
.color-bl { color: #1388D5; } /* 青 */
.color-aq { color: #64CBDE; } /* 水色 */
.color-gr { color: #C9D635; } /* 緑 */
.color-ye { color: #FFD737; } /* 黄 */
.color-or { color: #F5AA50; } /* オレンジ */
.color-red { color: #E25B5A; } /* 赤 */
.st-txt { font-size: max(18px, 1.2em); }
.cp-txt { font-size: max(14px, 1.172vw) !important; line-height: 1.6!important; }

/*--- background ---*/
.bg-wh { background-color: #fff; }
.bg-bl, .bg-gr, .bg-or, .bg-ye {
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
}
.bg-bl { background-image: url(../img/bg-bl.jpg); }
.bg-gr { background-image: url(../img/bg-gr.jpg); }
.bg-or { background-image: url(../img/bg-or.jpg); }
.bg-ye { background-image: url(../img/bg-ye.jpg); }

.sec01::before { display: none!important; }
.sec13::after { display: none!important; }
section:not(.bg-wh)::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -2px;
    z-index: 5;
    display: block;
    width: calc(100vw + 4px);
    height: 50vw;
    -webkit-mask: url(../img/bg-ft.svg);
    mask: url(../img/bg-ft.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
    background-color: #fff;
}
section:not(.bg-wh)::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -2px;
    z-index: 5;
    display: block;
    width: calc(100vw + 4px);
    height: 50vw;
    -webkit-mask: url(../img/bg-hd.svg);
    mask: url(../img/bg-hd.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    background-color: #fff;
}

/* --- flex-box --- */
.flex-box {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.flex-wrap {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}
.flex3 > div { width: calc(100% / 3); }
.flex2 > div { flex: 1; }

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.125vw;
}
.grid2 { grid-template-columns: 1fr 1fr; grid-gap: 5.46875vw 5.3125vw; }
.grid3 { grid-template-columns: 1fr 1fr 1fr; grid-gap:4.6875vw; }
.grid3 { grid-template-columns: 1fr 1fr 1fr 1fr; }
.grid5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
.grid-wrap0 { grid-gap: 0!important; }

/*--- dl ---*/
dl.item-set { display: flex; align-items: baseline; margin-bottom: 0.78125vw; }
dl.item-set > dt { color: #1388D5; font-size: max(18px, 1.9vw); width: 6.2em; margin-left: -0.5em; }
dl.item-set > dd { margin-bottom: 0; flex: 1; }

/*--- SNS ICON LIST ---*/
.sns-list-box {
    display: flex;
    margin: 0.8em auto 0!important;
    padding: 0;
}
.sns-list-box li { list-style: none; }
.sns-list-box li a { font-size: 36px!important; }
.sns-list-box li a::before { display: none!important; }

/*--- table ---*/
/* table-bd-all */
table.table-bd-all {
    width: 100%;
    margin: 0 auto 1.171875vw;
    border-collapse: collapse;
    border: 0.078125vw solid #1388D5;
}
table.table-bd-all tr {
    background-color: #FFF;

}
table.table-bd-all tr:last-child { border-bottom: none; }
table.table-bd-all tr th, table.table-bd-all tr td {
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding: 1.171875vw 2.34375vw;
    vertical-align: top;
    border: 0.078125vw solid #1388D5;
}
/* table-bd-btm */
table.table-bd-btm {
    width: 100%;
    margin: 0 auto max(1rem, 1.171875vw);
    border-collapse: collapse;
}
table.table-bd-btm tr {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 0.078125vw solid #333;
}
table.table-bd-btm tr::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0;
    background-color: #F49E37;
    border-radius: 100%;
    position: relative;
}
table.table-bd-btm tr th, table.table-bd-btm tr td {
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding: 2.5vw 1vw;
    vertical-align: top;
}

table.table-block tr::before { display: none; }
table.table-block tr, table.table-block tr th, table.table-block tr td { display: block; }
table.table-block tr th { padding-bottom: 0.0390625vw; }
table.table-block tr td { padding-top: 0.0390625vw; }


/*--- .box ---*/
.box-wh {
    height: 100%;
    padding: 2.5em 3em;
    background-color: #fff;
    border-radius: 3.9vw;
    box-sizing: border-box;
}
.box-wh > p:last-child { margin-bottom: 0; }

.box-crem {
    padding: 2.5em 3em;
    background-color: #FAF6ED;
    border-radius: 3.6vw;
}
.box-crem > p { margin-left: 0; }
.box-crem > p:last-child { margin-bottom: 0; }

.box-scroll {
    height: auto;
    max-height: 18.52vw;
    overflow-y: auto;
}


.img-clip {
    border-radius: 3.9vw;
    overflow: hidden;
}
.img-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* over-right */
.over-right {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 106vw;
}
.over-right > div:first-of-type {
    display: inline-block;
    width: 39vw;
}
.over-right > div:last-of-type {
    flex: auto;
    width: 56vw;
    margin-top: -8vw;
    position: relative;
    left: 3vw;
}
/* over-left */
.over-left {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 106vw;
}
.over-left > div:last-of-type .txt-wrap {
    display: block;
    width: 94%;
    text-align: justify;
}


/*--- arrow option ---*/
.arrow-btm {
    width: max(50px, 9vw);
    /*margin: max(20px, 3vw) auto max(35px, 5vw);*/
    margin: max(20px, 6vw) auto max(35px, 8vw);
}
.arrow-bl { color: #1388D5; }


/*--- .btn00 ---*/
.btn-wrap { margin: 1em auto 2em; }
.btn00 a {
    color: #fff!important;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 16em;
    height: auto;
    min-height: 4em;
    margin: 0 auto;
    padding: 1.171875vw 3em;
    background-color: #1388D5;
    border-radius: 2.96875vw;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
}
.btn00 a span { position: relative; z-index: 10; }
.btn00 a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #106FAD;
}
.btn00 a::before {
    content: "";
    display: block;
    width: max(9px, 0.703125vw);
    height: max(15px, 1.171875vw);
    -webkit-mask: url(../img/svg-arrow.svg);
    mask: url(../img/svg-arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    position: absolute;
    top: 52%;
    right: 8%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transition: left 0.3s, right 0.3s, top 0.3s, bottom 0.3s;
    -o-transition: left 0.3s, right 0.3s, top 0.3s, bottom 0.3s;
    transition: left 0.3s, right 0.3s, top 0.3s, bottom 0.3s;
}
.btn00 a:hover::before { right: 5%; }


/* --------------------------------------------
    header
-------------------------------------------- */
.hd01 {
    position: relative;
    width: 100%;
    height: 90vw;
    overflow: hidden;
}
.main-slider {
    position: relative;
    z-index: 0;
    width: 100%;
}
.main-slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    background: linear-gradient(20deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 40%, rgba(51,51,51,0) 55%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0.15;
    mix-blend-mode: multiply;
}
.main-slider-slide {
    width: 100%;
    height: auto;
    text-align: center;
}

.hd-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
}
.hd-icon {
    width: max(260px, 29.140625vw);
    position: absolute;
    top: 41vw;
    left: 6vw;
    z-index: 20;
}

/* --------------------------------------------
    コンテンツ
-------------------------------------------- */
section {
    position: relative;
    z-index: 5;
    padding: 16rem 0 16rem;
    overflow: hidden;
}
section.bg-wh { background-color: #fff; padding: 0.078125vw 0; }
section p { position: relative; z-index: 50; }
.wrap0 { padding-top: 0!important; padding-bottom: 0!important; }
.sec-inline { padding-inline: calc((100vw - 78.125vw) / 2); }
.sec-inline-start { padding-inline-start: calc((100vw - 78.125vw) / 2); }
.sec-inline-end { padding-inline-end: calc((100vw - 78.125vw) / 2); }
section > * { position: relative; z-index: 10; }

.row { margin-right: -2.11vw; margin-left: -2.11vw; }
.col-md-6, .col-md-5, .col-md-7 { padding-right: 2.11vw; padding-left: 2.11vw; margin-bottom: max(4vw, 25px); }

.row-map {
    width: 100%;
    height: 365px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: max(4vw, 25px);
    border-radius: 3.9vw;
}
.row-map iframe {
    width: 100%;
}

.full-map {
    line-height: 0;
    width: 100%;
}
.full-map iframe {
    width: 100%;
    height: 360px;
}

.movie-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2em;
}
.movie-box .box-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--- sec00 ---*/
.sec00::before, .sec00::after { display: none!important; }
.sec00 { margin-top: -15vw; padding-top: 0!important; text-align: center; }
.sec00 h4 { font-weight: bold!important; margin-bottom: 15px; }
.box-bd-aq {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2em 1.5em 0.5em;
    border: 1em solid #1388D5;
    border-radius: 2em;
}

/*--- sec01 ---*/
.sec01 { margin-top: -15vw; padding-top: 0; }
.sec01-wrap.over-right { display: flex; }
.sec01-wrap:last-child { margin-top: 2vw; }
.sec01-box {
    /*width: min(100%, 840px);*/
    width: 65.625vw;
    margin: 0 auto;
}
.sec01-box  > .sec01-item {
    padding: 0 1.5625vw 2em;
}

.sec01 .over-right .sec01-txt { padding-left: 5vw; }
.sec01 .over-right .sec01-txt .tit-box { width: 110%; margin-top: 0; margin-bottom: max(25px, 3.5vw); }
.sec01 .over-right .sec01-txt .txt-wrap {
    display: block;
    width: 94%;
    text-align: justify;
}

.possible-box { padding: 2rem 0 6vw; }
.possible-box h5 { font-weight: bold; }
.possible-box .possible-img {
    width: 100%;
    max-width: 1000px;
    margin: 2rem auto 3rem;
}

/*--- sec02 ---*/
.sec02-box:not(:last-child) { margin-bottom: max(5em, 7.8125vw); }
.sec02-box:nth-child(2n) { grid-template-columns: 12.56fr 10fr; }
.sec02-box:nth-child(2n-1) { grid-template-columns: 10fr 12.56fr; }
.sec02-box:nth-child(2n) .grid-item > p { padding-right: 2em; }
.sec02-box:nth-child(2n-1) .grid-item:first-child { padding-left: 2em; }
.sec02-wrap h3 { padding-top: 7vw; }
.sec02 .grid-full { grid-row: 2/2; grid-column: 1/3; }
.sec02 .grid-full > .grid-box { width: 100%;  max-width: 63.90625vw; margin: 0 auto; }

/*--- sec03 ---*/
.sec03 > .tit-box:first-child { margin-bottom: 18vw; }
.sec03-wrap { padding-top: 5vw; padding-bottom: 5vw; }

.sec03 .over-left {
    display: block;
    width: 54vw;
    margin-left: auto;
}
.sec03 .over-left .sec03-txt {
    position: relative;
    z-index: 10;
    width: 45vw;
    padding-top: 5vw;
}
.sec03 .over-left .sec03-txt::before {
    content: "";
    z-index: -1;
    display: block;
    width: 75vw;
    height: 75vw;
    transition: all .4s;
    position: absolute;
    top: 62%;
    left: 65%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/aisatu-box01.png);
}
.sec03 .over-left .sec03-img {
    width: 60vw;
    position: absolute;
    top: -10vw;
    right: 95%;
    z-index: 5;
}

.sec03 .over-right {
    display: block;
    width: 54vw;
    z-index: 5;
    /*margin-top: 6vw;*/
    margin-top: 3vw;
}
.sec03 .over-right .sec03-txt {
    width: 100%;
    /*padding-top: 3vw;*/
    position: relative;
    z-index: 5;
}
.sec03 .over-right .sec03-txt::before {
    content: "";
    z-index: -1;
    display: block;
    width: 90vw;
    height: 120vw;
    transition: all .4s;
    position: absolute;
    top: -5vw;
    left: 55%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/aisatu-box02.png);
}
.sec03 .over-right .sec03-img {
    width: 50vw;
    position: absolute;
    top: 8vw;
    left: 105%;
    z-index: 5;
}
/* rinen */
.sec03-rinen {
    width: max(700px, 58.515625vw);
    margin: 0 auto;
    text-align: right;
}
.sec03-rinen .tit-box {
    display: inline-block;
    margin-bottom: 7.5vw;
}
.sec03-rinen .tit-box::before { background-color: #FAF6ED; }
.sec03-rinen .sec03-item {
    position: relative;
    text-align: center;
}
.sec03-rinen .sec03-item .item-wrap {
    padding: 2em 0.5rem;
}
.sec03-rinen .sec03-item .bg01 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    display: block;
    width: 108%;
    height: 150%;
    -webkit-mask: url(../img/box-item01.svg);
    mask: url(../img/box-item01.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #F49E37;
}

/* sisin */
.sec03-sisin { align-items: flex-start; width: 92%; margin: 0 auto; }
.sec03-sisin .tit-box { width: 18.52vw; margin-top: 3vw; }
.sec03-sisin .sisin-list-box { flex: 1; padding-left: 5vw; }
.sisin-box { padding-left: 3vw; }
.sisin-box .sisin-tit { position: relative; }
.sisin-box .sisin-tit .num-txt {
    color: #F49E37;
    font-size: max(27px, 2.81vw);
    position: absolute;
    right: calc(100% + 0.8vw);
    bottom: -0.0390625vw;
}

/*--- sec04 ---*/
.sec04-box {
    align-items: flex-start;
    width: min(100%, 81.796875vw);
    margin: 10.47vw auto 0;
}
.sec04-box .sec04-item { flex: 1; position: relative; }
.sec04-box .sec04-item:nth-child(2) { margin: 5.47vw 3.9vw 0; }

.sec04-box .sec04-item::before {
    content: "";
    z-index: 5;
    display: block;
    width: 13.28125vw;
    height: 25vw;
    transition: all .4s;
    position: absolute;
    bottom: calc(100% - 6.5vw);
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.sec04-box .item01::before { background-image: url(../img/2410jigyo-icon01.png); }
.sec04-box .item02::before { background-image: url(../img/2410jigyo-icon02.png); }
.sec04-box .item03::before { background-image: url(../img/2410jigyo-icon03.png); }

.btn-box {
    color: #333;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.btn-box:hover { color: #333; }
.btn-box::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.btn-box .btn-txt {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.9375vw;
    text-align: center;
}
.btn-box .btn-txt .main-txt {
    font-size: max(18px, 2vw);
    font-weight: 700;
}
.btn-box .btn-txt .sub-txt {
    font-size: max(12px, 1.25vw);
    font-weight: 700;
}

.btn-box .btn-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../img/box-item02.svg);
    mask: url(../img/box-item02.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.btn-box.btn-or .btn-bg { background-color: #F49E37; }
.btn-box.btn-gr .btn-bg { background-color: #C6D332; }
.btn-box.btn-bl .btn-bg { background-color: #64CBDE; }
.btn-box .btn-bg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    display: block;
    width: 80%;
    height: 80%;
    -webkit-mask: url(../img/box-item02.svg);
    mask: url(../img/box-item02.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    -webkit-transition: 0.6s left, 0.6s right, 0.6s background-color;
    transition: 0.6s left, 0.6s right, 0.6s background-color;
}

/*--- sec05 ---*/
.sec05-wrap .col-md-12 { margin-bottom: 4vw; }

/*--- sec06 ---*/
.sec06-box { flex-wrap: nowrap; margin-bottom: 3.75vw; }
.sec06-box .sec06-item {
    color: #fff;
    font-size: max(15px, 1.953vw);
    font-weight: 700;
    text-align: center;
    display: flex;
    min-height: 10.9375vw;
    padding: 1em 1em;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    /*width: 17.1875vw;*/
    width: auto;
    background-color: #F49E37;
    border-radius: 3.125vw;
}
.sec06-box .arrow-rgt {
    width: max(18px,1.5vw);
    margin: 0 0.8vw;
    white-space: nowrap;
}

/*--- sec07 ---*/
.sec07 .tit-box { margin-top: 15vw; margin-bottom: 15vw; }
.sec07-wrap .display-btn { margin: 7vw auto 5vw; }
.sec07-wrap .hidden-content { margin-bottom: 4vw; }

/*--- sec09 ---*/
.sec09-wrap .box-wh { margin-bottom: 4vw; }

/*--- sec10 ---*/
.sec10-box {
    justify-content: space-between;
    align-items: center;
    width: 92%;
    height: auto;
    min-height: max(120px, 20vw);
    margin: 0 auto;
}
.sec10-box .tit-box {
    width: 18.52vw;
    margin-bottom: 0;
    margin-top: 0;
}
.sec10-box .flex-item:last-child {
    flex: 1;
    padding-left: 5vw;
}

/*--- sec11 ---*/
.sec11 { padding-bottom: 1px!important; }
.sec11::after { display: none!important; }

.sec13::before {
    -webkit-mask: url(../img/bg-ft-cream.svg)!important;
    mask: url(../img/bg-ft-cream.svg)!important;
    -webkit-mask-size: contain!important;
    mask-size: contain!important;
    -webkit-mask-repeat: no-repeat!important;
    mask-repeat: no-repeat!important;
    -webkit-mask-position: center top!important;
    mask-position: center top!important;
    background-color: #FAF6ED!important;
}

/*--- recruit-box ---*/
.recruit-box { font-weight: 500; }
.recruit-box h5 { font-size: 1.6rem; }
.recruit-box ul {
    list-style: none;
    margin-bottom: 1em;
    padding: 0;
    padding-left: 1em;
}
.recruit-box ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
}
.recruit-box ul > li:before {
    color: #F5AA50;
    position: absolute;
    content: "●";
    left: -1em;
    top: 0;
}


/* --------------------------------------------
    footer
-------------------------------------------- */
.ft01 {
    position: relative;
    margin-top: -25vw;
    padding-top: 25vw;
    z-index: 100;
    /*height: 58vw;*/
    text-align: center;
    background-color: transparent;
    background-image: url(../img/2410ft-bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.ft-wrap {
/*
    position: absolute;
    bottom: 0;
*/
    display: block;
    width: 100%;
    margin: 0 auto;
}
.ft01 .ft-logo {
    display: block;
    width: 23vw;
    margin: 0 auto;
}
.ft-bnr {
    background-color: #fff;
    padding-bottom: 15px;
}
.ft-bnr img { width: 160px; }
.ft01 .ft-cp {
    font-size: max(12px, 1.171875vw);
    display: block;
    margin: 0 auto;
    padding: 1.5625vw;
    background-color: #fff;
}

/* --------------------------------------------
    TopPage / SideBtn
-------------------------------------------- */
.sidebtn, .topbtn {
    transition: all 0.4s ease;
}
.sidebtn {
    opacity: 0;
    display: flex;
    position: fixed;
    bottom: 20%;
    right: -0.234375vw;
    z-index: 999;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.sidebtn a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max(50px, 4.0625vw);
    margin: 0 auto max(10px,0.78125vw);
    padding: 2vw 0.9375vw;
    background-color: #000;
    border: 3px solid #000;
    border-radius: max(10px,0.78125vw) 0 0 max(10px,0.78125vw);
}
.sidebtn a:hover, .sidebtn a:focus {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    outline: none;
}

.topbtn {
    opacity: 0;
    position: fixed;
    bottom: 20.0390625vw;
    right: 2px;
    z-index: 999;
    display: inline-block;
    width: 40px;
}
.sidebtn a:hover, .sidebtn a:focus {
    /*opacity: 1;*/
}
.scrolled .sidebtn, .scrolled .topbtn {
    opacity: 1;
}


/* --------------------------------------------
    Responsive
-------------------------------------------- */
@media screen and (min-width: 1600px) {
    .sec-inline { padding-inline: calc((100vw - 1300px) / 2)!important; }
    .sec-inline-start { padding-inline-start: calc((100vw - 1300px) / 2)!important; }
    .sec-inline-end { padding-inline-end: calc((100vw - 1300px) / 2)!important; }
    .sec01 .over-right .sec01-txt { padding-left: 0!important; }
    .sec02-box:nth-child(2n) .grid-item > p { padding-right: 2vw!important; }
    .sec05 .row .col-md-6 .box-wh { padding: 2.5em 2em!important; }
    .sec05 .row .col-md-6 dl.item-set > dt { width: 13vw!important; }
    .sec06-box .sec06-item { white-space: initial!important; padding: 1em 0.6em!important; }
    .sec06-box .arrow-rgt { width: max(18px,1vw)!important; margin: 0 0.6vw!important; }
}
@media screen and (min-width: 1281px) {
    .sec-inline { padding-inline: calc((100vw - 1160px) / 2); }
    .sec-inline-start { padding-inline-start: calc((100vw - 1160px) / 2); }
    .sec-inline-end { padding-inline-end: calc((100vw - 1160px) / 2); }

    .img-btn-list > .img-btn-item::before { padding-top: min(68%, 43.90625vw); }

    .sec02-box .sec02-item.item01 { width: min(400px, 23vw); }
    .sec02-box .sec02-item.item02 { width: min(600px, 36vw); top: min(240px, 13vw); right: min(460px, 27vw); }
    .sec02-box .sec02-item.item03 { width: min(600px, 36vw); }

    .scroll-txt { bottom: max(14rem, 14vw); }
    .head_marquee { font-size: max(13.90625vw, 8vw); }
}
@media screen and (max-width: 1101px) {
    .sec-inline { padding-inline: calc((100vw - 860px) / 2); }
    .sec-inline-start { padding-inline-start: calc((100vw - 860px) / 2); }
    .sec-inline-end { padding-inline-end: calc((100vw - 860px) / 2); }
}
@media screen and (max-width: 992px) {
    p { line-height: 2; letter-spacing: 0.01em; }
    .sec-inline,
    .sec-inline-start,
    .sec-inline-end { padding-inline: initial; padding-left: 7%; padding-right: 7%; }
    .grid2 { grid-gap: 4vw; }
    .over-right { width: 120vw; }
    .over-right > div:first-of-type { width: 45vw; }
    .over-right > div:last-of-type { width: 50vw; margin-top: -2vw; }
    .sec01 .over-right .sec01-txt { padding-left: 0; }
    .sec02-box:nth-child(2n) .grid-item > p { padding-right: 0; }
    .sec03-rinen { width: max(660px, 58.515625vw); }
    .sec03-rinen .sec03-item .bg01 { width: 100%; height: 142%; }
    .sec04-box .sec04-item:nth-child(2) { margin: 5.47vw 1vw 0; }
    .ft01 { margin-top: -35vw; /*height: 70vw;*/ }
}
@media screen and (max-width: 767px) {
    section { padding: 35vw 0 30vw; }
    section.bg-wh { padding: 3vw 0 5vw; }
    .sec-inline,
    .sec-inline-start,
    .sec-inline-end { padding-inline: initial; padding-left: 7%; padding-right: 7%; }
    .over-right, .over-left { display: block; width: 100%; }
    .over-right > div:first-of-type { width: 100%; }
    .over-right > div:last-of-type { width: 100%; margin-top: 0; left: auto; margin: 0 auto; }
    .sec01 .over-right { display: block; }
    .sec01-box { width: 100%; }
    .sec01-box > .sec01-item { margin-bottom: 3.5vw; padding: 0 1.5vw; }
    .sec02-box { grid-template-columns: 1fr!important; }
    .sec02 .grid-full > .grid-box { max-width: 100%; grid-gap: 1rem; }
    .sec03-sisin .tit-box { width: auto; }
    .sec03 > .tit-box:first-child { margin-top: 10vw; margin-bottom: 20vw; position: relative; z-index: 20; }
    .sec03 .over-left, .sec03 .over-right { width: 100%; }
    .sec03 .over-left .sec03-img, .sec03 .over-right .sec03-img { width: 100%; position: relative; top: 0; right: 0; left: 0; z-index: 10; }
    .sec03 .over-left .sec03-txt { width: 100%; }
    .sec03 .over-left .sec03-txt::before { width: 300vw; height: 120%; top: 50%; left: 18%; }
    .sec03 .over-right .sec03-txt::before { width: min(305vw, 800px); height: min(300vw, 800px); top: -40%; left: 50%; transform: translateX(-50%); }
    .sec03-rinen { width: 100%; }
    .sec03-rinen .sec03-item { margin-bottom: 15vw; }
    .sec03-rinen .tit-box { margin-right: 1em; }
    .sec03-rinen .grid-box { grid-template-columns: 1fr; }
    .sec03-rinen .sec03-item .bg01 { height: 135%; }
    .sec03-sisin { display: block; width: 100%; }
    .sec03-sisin .tit-box { margin-bottom: 15vw; }
}
@media screen and (max-width: 575px) {
    p { line-height: 1.8; }
    .tit-box { margin-top: 13vw; margin-bottom: 18vw; }
    .box-wh, .box-crem { padding: 1.5em 1.2em; }
    .box-wh > p, .box-crem > p { font-size: max(15px, 1.40625vw); margin-bottom: 1em; }
    .flex3 > div { width: calc(100% / 2); }
    .grid-box { grid-template-columns: 1fr; }
    dl.item-set { display: block; margin-bottom: 15px; }
    dl.item-set > dt { width: 100%; margin-bottom: 3px; }
    .over-right, .over-left { width: 100%; }
    .over-right > div, .over-left > div { width: 100%!important; }
    .hd01 { height: 220vw; }
    .hd-icon { top: 136vw; left: 0vw; }
    .main-slider { height: 180vw; }
    .main-slider, .main-slider .swiper-wrapper, .main-slider .swiper-wrapper .swiper-slide, .main-slider .swiper-wrapper .swiper-slide .slide { height: 95%; }
    .main-slider .slide img { height: 100%; object-fit: cover; }
    .sec00 { margin-top: 2vw; }
    .sec01 { margin-top: -10vw; }
    .sec01 .over-right .sec01-txt .txt-wrap { width: 100%; }
    .sec02-wrap h3 { padding-top: 0; }
    .sec02-box { grid-template-columns: 1fr!important; }
    .sec02-box:nth-child(2n-1) .grid-item:first-child { padding-left: 0; }
    .sec02 .grid-full { grid-row: auto; grid-column: auto; }
    .sec03 > .tit-box:first-child { margin-top: 25vw;  margin-bottom: 40vw; }
    .sec03 .over-left .sec03-img { width: 125%!important; }
    .sec03 .over-right .sec03-img { width: 140%!important; left: -21%; }
    .sec04-box { width: 100%; justify-content: center; }
    .sec04-box .sec04-item { flex: initial; width: 150px; }
    .sec04-box .sec04-item:nth-child(1) { margin-top: 165px; }
    .sec04-box .sec04-item:nth-child(2) { margin-top: 280px; }
    .sec04-box .sec04-item:nth-child(3) { margin-top: 50px; margin-left: -45%; }
    .sec04-box .sec04-item::before { width: max(120px, 13.28125vw); height: max(150px, 25vw); bottom: calc(100% - 14vw); }
    .sec06-box { flex-wrap: wrap; }
    .sec06-box .sec06-item { width: 100%; }
    .sec06-box .arrow-rgt { width: 12px; margin: 1vw 0; transform: rotate(90deg); }
    .sec10-box { display: block; width: 100%; }
    .sec10-box .tit-box { width: 100%; margin-top: 10vw; margin-bottom: 18vw; }
    .sec10-box .flex-item:last-child { padding-left: 0; }
    .sec13-wrap .box-wh > p { font-size: max(14px, 1.40625vw); }
    .box-scroll { max-height: 10em; }
    table.table-bd-btm tr th, table.table-bd-btm tr td { padding: 5vw 2vw; }
    table.table-block tr th { padding-bottom: 1vw; }
    table.table-block tr td { padding-top: 1vw; }

    .sidebtn {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
        width: 100vw;
        bottom: 0;
        left: 0;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    .sidebtn a {
        font-size: 16px;
        width: 100%;
        height: 45px;
        margin: 0 auto!important;
        padding: 0!important;
        border-radius: max(10px,0.78125vw) max(10px,0.78125vw) 0 0;
    }

    .ft01 {
        font-size: 14px;
        height: auto;
        margin-top: -25vw;
        padding-top: 0;
        background-image: none;
        background-color: transparent;
    }
    .ft01 .ft-wrap { position: relative; }
    .ft01 .ft-txt { margin-bottom: 0; padding-top: 2vw; padding-bottom: 20px; background-color: #fff; }
    .ft01 .ft-cp { padding-bottom: 60px; }
    .full-map iframe { height: 62vw; }
}



/* --------------------------------------------
    Q & A
-------------------------------------------- */
.qa-box {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.039063vw;
    border-bottom: 1px solid #333;
}
.qa-box summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em max(35px,1em) 1em max(40px,4vw);
    color: #333;
    font-size: max(18px, 1.8vw);
    font-weight: 700;
    cursor: pointer;
}
summary::-webkit-details-marker { display: none!important; }
.qa-box[open] summary { color: #939F13; }
.qa-box summary::before,
.qa-box summary::after,
.qa-box p::before {
    position: absolute;
    color: #939F13;
    font-size: max(30px, 2.8125vw);
    font-weight: 700;
}
.qa-box summary::before {
    content: "Q.";
    left: 0em;
}
.qa-box summary::after {
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    font-weight: 900;
    right: 0;
    z-index: 10;
    transition: transform .5s, opacity .5s;
}
.qa-box[open] summary::after {
    transform: rotate(225deg);
}
.qa-box .qa-a {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-box[open] .qa-a {
    transform: none;
    opacity: 1;
}

/* --------------------------------------------
    MEMBER BOX
-------------------------------------------- */
.box-member-wrap { margin: 4rem auto 0; }
.box-member-wrap > p { text-align: center; }
.box-member {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: 100%;
    margin: 0 auto;
}
.box-member .member-icon { width: 9rem; }
.box-member .member-txt { flex: 1; }
.box-member .member-txt .member-name {
    font-size: 1.36rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid;
}
.box-member .member-txt p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.link-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.link-box .icon { width: 1.1rem; }
.link-box .url {
    color: #333;
    font-size: 0.92em;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: underline;
}
.link-box .txt {
    color: #F49E37;
    font-size: 0.76em;
    font-weight: bold;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 575px) {
    .box-member-wrap > p { text-align: left; }
    .box-member { flex-direction: column; gap: 1rem; max-width: 360px; }
    .box-member .member-icon { width: 90px; }
}


/* --------------------------------------------
    MAIL FORM PRO
-------------------------------------------- */
.form-box {
    background-color: #FFF;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 6%;
}
.form-box .sec10-txt p { color: #434343!important; }
.form-box .sec10-txt p .subtxt {
    display: block;
    font-size: 0.65em;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding-top: 1.171875vw;
}
.form-box .sec10-cp { color: #E25B5A; }
#mailformpro .must {
    color: #fff;
    font-size: max(11px, 1.09375vw);
    letter-spacing: 0;
    float: none;
    display: inline-block;
    margin: 0px auto;
    margin-left: max(5px, 0.0390625vw);
    padding-left: max(5px, 0.0390625vw);
    padding: 1px max(5px, 0.0390625vw) 2px max(5px, 0.0390625vw);
    background-color: #E25B5A;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 0px 0px transparent;
    text-shadow: 0px 0px 0px transparent;
    background-image: none!important;
}
#mailformpro dt.mfp, #mailformpro dd.mfp {
    font-size: 1em;
    border-top: none;
    margin: 0 auto;
    text-align: left;
    background-color: transparent!important;
}
#mailformpro dt.mfp {
   width: 100%;
    letter-spacing: 0.1em;
    padding: 0 0 1.171875vw;
}
#mailformpro dd.mfp {
    letter-spacing: 0.05em;
    padding: 0 0 15px;
}
#mailformpro dd.mfp:last-of-type {
    border-bottom: 0.078125vw solid;
    padding: 0 0 1.171875vw;
}
#mailformpro input:not([type="radio"]) {
    display: block;
    width: 100%!important;
    max-width: 100%;
    border: none;
    border-bottom: 0.078125vw solid;
    border-radius: 0;
    background-color: transparent!important;
    padding: 6px;
    box-shadow: 0px 0px 0px transparent;
}
#mailformpro input[type="hidden"] { display: none!important; }
#mailformpro input[type="checkbox"] {
    display: inline-block!important;
    width: auto!important;
}
#mailformpro textarea {
    display: block!important;
    height: 15em!important;
    width: 100%!important;
    max-width: 100%;
    padding: 6px;
    outline: none;
    border: solid max(1px, 0.078125vw) #000;
    box-shadow: 0px 0px 0px transparent;
}
form#mailformpro label.mfp_not_checked { border: none!important; }
#mailformpro #mfp_hidden input { display: none!important; }

::placeholder {
  color: #B2B2B2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.form-box .policy-box {
    height: 15em;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textarea;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 0.8em Arial;
    border-width: 0.078125vw;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
}
.form-box .policy-box p { margin: 0 auto; padding: 0 1.5vw; }
form#mailformpro label.mfp_checked {
    border: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
}
#mfp_overlay_inner {
    font-size: 1em;
    padding: 30.0390625vw 20.0390625vw;
}
#mfp_overlay_inner h4 {
    display: block;
    font-size: max(20px, 1.71875vw);
    letter-spacing: 0.05em;
    padding: 15px;
    text-align: center;
}
#mfp_overlay_inner h4::after { border: 1em solid #F99746; }
table#mfp_confirm_table {
    margin-bottom: 1.171875vw;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    font-size: 1em;
    border-top: none;
    padding: 1.171875vw;
}

.radio-item label { display: flex; }
/*#mailformpro .radio-item input { width: 1.40625vw!important; height: 1.40625vw!important; }*/

.mfp_buttons button[type=submit] {
    color: #fff !important;
    font-weight: bold !important;
    letter-spacing: 0.05em !important;
    width: auto !important;
    min-width: 140px !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #1388D5 !important;
    text-shadow: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/***************************************************
 * Generated by SVG Artista on 5/10/2023, 6:28:07 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.hd-txt {
    position: absolute;
    top: 25vw;
    left: 10vw;
    z-index: 50;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.38));
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.38));
    -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.38));
}
.hd-txt svg {
    width: 100%;
    max-width: 48vw;
    height: auto;
}
@-webkit-keyframes animate-svg-fill-1 {
  0% { fill: transparent; }
  100% { fill: rgb(255, 255, 255); }
}
@keyframes animate-svg-fill-1 {
  0% { fill: transparent; }
  100% { fill: rgb(255, 255, 255); }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% { fill: transparent; }
  100% { fill: rgb(226, 91, 90); }
}
@keyframes animate-svg-fill-7 {
  0% { fill: transparent; }
  100% { fill: rgb(226, 91, 90); }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% { fill: transparent; }
  100% { fill: rgb(201, 214, 53); }
}
@keyframes animate-svg-fill-8 {
  0% { fill: transparent; }
  100% { fill: rgb(201, 214, 53); }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% { fill: transparent; }
  100% { fill: rgb(100, 203, 222); }
}
@keyframes animate-svg-fill-9 {
  0% { fill: transparent; }
  100% { fill: rgb(100, 203, 222); }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% { fill: transparent; }
  100% { fill: rgb(244, 158, 55); }
}
@keyframes animate-svg-fill-10 {
  0% { fill: transparent; }
  100% { fill: rgb(244, 158, 55); }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
}
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both;
}
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6000000000000001s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6000000000000001s both;
}
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s both;
}
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
}
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s both;
}
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s both;
          animation: animate-svg-fill-7 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s both;
}
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s both;
          animation: animate-svg-fill-8 1s cubic-bezier(0.19, 1, 0.22, 1) 1.6s both;
}
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s both;
          animation: animate-svg-fill-9 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s both;
}
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 1s cubic-bezier(0.19, 1, 0.22, 1) 2s both;
          animation: animate-svg-fill-10 1s cubic-bezier(0.19, 1, 0.22, 1) 2s both;
}
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.2s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.2s both;
}
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.4000000000000004s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.4000000000000004s both;
}
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.6000000000000005s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.6000000000000005s both;
}
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.8000000000000003s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 2.8000000000000003s both;
}
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.0000000000000004s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.0000000000000004s both;
}
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.2s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.2s both;
}
.svg-elem-17 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.4000000000000004s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.4000000000000004s both;
}
.svg-elem-18 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.6000000000000005s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.6000000000000005s both;
}
.svg-elem-19 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.8000000000000003s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 3.8000000000000003s both;
}
.svg-elem-20 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 4s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 4s both;
}
.svg-elem-21 {
  -webkit-animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 4.2s both;
          animation: animate-svg-fill-1 1s cubic-bezier(0.19, 1, 0.22, 1) 4.2s both;
}

@media screen and (max-width: 575px) {
    .hd-txt { display: block; width: 90%; top: 80vw; left: 50%; transform: translateX(-50%); }
    .hd-txt svg { max-width: 100%; }
}


/* ---------------------------------------------
*   c-slider-nav
--------------------------------------------- */
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.modal:target {
    visibility: visible;
    opacity: 1;
    background-color: rgba(51, 51, 51, 0.35);
}

.modal_content {
    border-radius: 0;
    position: relative;
    width: 92%;
    max-width: 68.75vw;
    height: 46.875vw;
    max-height: 92vh;
}
.modal_content .modal_box {
    position: relative;
    display: block;
    height: 100%;
    padding: 7vw 5vw;
}
.modal_content .modal_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/box-item01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.modal_content .modal_box .box-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.sm-scroll .box-wrap { overflow-y: hidden!important; }
.modal_content .modal-img {
    margin-bottom: 0.78125vw;
}

.modal_content .modal_box h4 {
    color: #1388D5;
    position: relative;
    text-align: center;
    margin: 0 auto max(1.5rem, 2vw);
}
.modal_content .modal_box h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 1vw;
    background-color: transparent;
    background-image: url(../img/tit-bd-point.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
}


.modal_content p {
    line-height: 1.7;
    margin-bottom: 0;
}
.modal_close {
    position: absolute;
    top: 0.78125vw;
    right: 0.78125vw;
    width: max(50px, 3.90625vw);
    height: max(50px, 3.90625vw);
    background: url(../img/svg_close_bl.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 1280px) {
    .modal_content { max-width: 900px; max-height: 600px; }
    .modal_content .modal_box { padding: 80px 70px; }
    .modal_content .modal_box h4 { font-size: 36px; margin: 0 auto 30px; }
    .modal_content .modal_box h4::after { margin-top: 16px; }
    .modal_content .box-wrap .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .modal_content .box-wrap .col-md-5, .modal_content .box-wrap .col-md-7 {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .modal_content .box-wrap p { font-size: min(1.40625vw, 20px); }
}
@media screen and (max-width: 992px) {
    .modal_content { max-width: 85vw; height: 57vw; }
    .modal_close { right: auto; left: 0.78125vw; }
}
@media screen and (max-width: 767px) {
    .modal_content .modal-img { width: min(100%, 200px); margin: 0 auto; }
    .sm-scroll .box-wrap { overflow-y: auto!important; }
}
@media screen and (max-width: 575px) {
    .modal_content { max-width: 330px; height: 490px; }
    .modal_content .modal_box::before { background-image: url(../img/box-item01_s.svg); }
    .modal_content .modal_box { padding: 10vw 10vw; }
}


/* --------------------------------------------
    MAIL FORM PRO
-------------------------------------------- */
@media screen and (max-width: 991px) {
    .sec-crowdfunding { padding-bottom: 10rem; }
}
@media screen and (max-width: 767px) {
    .sec-crowdfunding { padding-top: 6vw !important; padding-bottom: 7rem; }
}
@media screen and (max-width: 575px) {
    .sec-crowdfunding { padding-top: 1px !important; padding-bottom: 2rem; }
}

