@charset "UTF-8";
/* ///////////////////////////////////////////////
PC基準 1440px
//////////////////////////////////////////////// */

html {
    overflow-x: hidden;
}
body {
    font-family:"gill-sans-nova";
    font-family: "Zen Maru Gothic", serif;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    background: #fff;
    color: #282828;
    overflow-x: hidden;
    font-feature-settings: "palt";
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #282828;
    display: inline-block;
}
a:focus{
	outline:none;
}


/* ///////////////////////////////////////////////
header
//////////////////////////////////////////////// */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    margin: 0 auto;
    /*box-shadow : 2.4px 2.4px 5px rgba(0, 0, 0, 0.5);*/
}
.header-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    display: flex;
}
.header-inner-top {
    width: 100%;
    height: 6.11vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header h1 {
    width: 20.63vw;
    margin-left: 5.42vw;
    position: relative;
    top: 0.6vw;
}
.header-nav-wrap {
    margin-right: 5.56vw;
}
.header-inner-top ul {
    display: flex;
    align-items: center;
    gap: 1.6vw;
}
.tel-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.49vw;
}
.tel-wrap-inner {
    display: flex;
    align-items: center;
    gap: 0.56vw;
}
.tel-wrap-inner img {
    width: 1.53vw;
}
.tel-wrap-inner p {
    font-size: 2.08vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-family:"gill-sans-nova";
    line-height: 1;
    color: #004273;
}
.tel-note {
    font-size: 0.97vw;
    letter-spacing: 0.11em;
    line-height: 1;
    font-feature-settings: "palt";
}
.btn-reserve {
    width: 18.33vw;
    height: 3.47vw;
    border-radius: 0.35vw;
    background: #b3a144;
    color: #FFF;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-size: 1.11vw;
    line-height: 1;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
header .btn-reserve {
    justify-content: initial;
}
header .btn-reserve p {
    margin-left: 0.83vw;
}
.btn-reserve::after {
    position: absolute;
    top: 50%;
    right: 0.76vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: url(../img/icon-arrow.png) no-repeat top center / cover;
    width: 1.32vw;
    height: 1.32vw;
}




@media screen and (max-width:768px) { 
    .header {
        height: 14vw;
        position: relative;
    }
    .header-inner {
        height: 14vw;
    }
    .header h1 {
        width: 40vw;
    }
    .header ul {
        display: initial;
    }
    .header ul li{
        font-size: 4vw;
    }
    .header ul li:nth-child(-n+4)::before {
        display: none;
    }
    .header ul li img {
        width: 60vw;
    }
    .header ul li:nth-child(4)::after {
        display: none;
    }
    .header-inner-top {
        height: 14vw;
    }
}
/*  ----------------------------------------------------------

hamburger

----------------------------------------------------------  */
nav.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
    right: -100vw;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: #fff;	
}
.open nav.gnav-sp {
	top: 0;
    left: 0;
	opacity: 1;
	z-index: 99999;
}
.gnav-sp-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
    background: #FFF;
}
.gnav-sp-wrap > div {
	width: 100%;
}
.gnav-sp-menu {
	margin-bottom: 3rem;
}
.gnav-sp-menu li {
	font-size: 1.2rem;
	text-align: center;
    margin: 0 auto;
    width: max-content;
}
.gnav-sp-menu li span {
	font-family: 'Arvo', serif;
	display: block;
	font-size: 2rem;
}
.gnav-sp-menu li a {
	display: block;
	padding: 3vw;
	white-space: nowrap;
}
.gnav-sp .insta {
	display: block;
	text-align: center;
	font-size: 3.2rem;
}
.gnav-sp .tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2rem;
}
.gnav-sp .tel dt {
	color: #000;
}
.gnav-sp .tel a {
	color: var(--main-color);
}
/* toggle */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 14vw;
	height: 14vw;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: var(--main-color);
}
.toggle-btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 10vw;
	height: 0.3vw;
	background-color: #3E3A39;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 5vw;
}
.toggle-btn span:nth-child(2) {
	top: 7.6vw;
}
.toggle-btn span:nth-child(3) {
	top: 10.6vw;
}
.open .toggle-btn span {
	background-color: #3E3A39;
}
.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(3.5vw) rotate(-45deg);
	transform: translateY(3.5vw) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-2vw) rotate(45deg);
	transform: translateY(-2vw) rotate(45deg);
}
/* mask */
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	opacity: 0.8;
	z-index: 2;
	cursor: pointer;
}

/* ///////////////////////////////////////////////
kv
//////////////////////////////////////////////// */
.kv {
    background: url(../img/bg-kv.jpg) no-repeat center / cover;
    height: 52.15vw;
    position: relative;
    margin: 6.11vw auto 0;
}
.kv-top-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 55.9vw;
}
.kv-txt-wrap {
    position: absolute;
    top: 3.44vw;
    left: 5.56vw;
    width: max-content;
    z-index:2;
}
.kv-txt-1 {
    font-size: 2.5vw;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #FFF;
    line-height: 1.67;
    text-shadow: 
        2px 3px 10px rgba(8, 57, 97, 1), 
        -3px 3px 10px rgba(8, 57, 97, 1), 
        2px -3px 13px rgba(8, 57, 97, 1), 
        -2px -3px 10px rgba(8, 57, 97, 1);
}
.kv-txt-1 .color {
    color: #b3a144;
}
.kv-txt-1 .big {
    font-size: 3.61vw;
}
.kv-txt-1-img {
    width: 36vw;
    margin-left: -0.5vw;
    margin-top: 1.81vw;
}
.kv-txt-wrap-2 {
    position: absolute;
    top: 39.72vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.kv-txt-2 {
    font-size: 1.53vw;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #FFF;
    text-align: center;
}
.kv .btn-reserve {
    width: 32.43vw;
    height: 4.86vw;
    border-radius: 0.69vw;
    font-size: 1.53vw;
    font-weight: 700;
    margin: 1.11vw auto 0;
    box-shadow: 0px 8px 4.85px 0.15px rgba(0, 0, 0, 0.4);
}
.kv .btn-reserve::after {
    right: 2.29vw;
    width: 1.67vw;
    height: 1.67vw;
}
  
@media screen and (max-width:768px) {
    .kv {
        background: url(../img/bg-kv.jpg) no-repeat top center / cover;
        height: 165vw;
        margin-top: initial;
    }
    .kv-top-img {
        width: 94vw;
        margin-top: -17vw;
    }
    .kv-txt-wrap {
        position: absolute;
        top: 49vw;
    }
    .kv-txt-1 {
        font-size: 5vw;
    }
    .kv-txt-1 span {
        font-size: 6vw;
    }
    .kv-txt-2-wrap {
        gap: 1vw;
        font-size: 4vw;
        align-items: flex-start;
    }
    .kv-txt-wrap-2 {
        position: absolute;
        top: 127vw;
        width: 100vw;
    }
    .kv-txt-3 {
        width: 90vw;
        height: auto;
        margin: 4vw auto 0;
    }
    .kv-link-wrap img {
        width: 90vw;
    }
    .kv-link-wrap {
        flex-direction: column;
        gap: 2vw;
        width: max-content;
        margin:  3vw auto 0;
    }
    .kv-txt-2-wrap img {
        width: 6vw;
    }
    .kv-txt-2 {
        font-size: 4vw;
    }
    .kv-txt-1-img {
        width: 88vw;
        margin-top: 1vw;
    }
    .kv-txt-1 .big {
        font-size: 8vw;
        padding-top: 1vw;
    }
    .kv .btn-reserve {
        width: 90vw;
        height: 13vw;
        border-radius: 2vw;
        font-size: 4vw;
        margin: 6vw auto 0;
    }
    .kv .btn-reserve::after {
        right: 4.29vw;
        width: 3.67vw;
        height: 3.67vw;
    }
}

/* ///////////////////////////////////////////////
free
//////////////////////////////////////////////// */
.free {
    background: url(../img/bg-free.jpg) no-repeat center / cover;
    position: relative;
    padding: 3.96vw 0 4.31vw;
    margin: 0 auto;
}
.free-wrap {
    width: 52.08vw;
    border-radius: 2.08vw;
    border: 0.14vw solid #004273;
    background: #f2fbff;
    margin: 0 auto;
}
.free-top-wrap {
    display: flex;
    gap: 2.78vw;
    width: max-content;
    margin: 3.89vw 0 0 5.9vw;
}
.free-top-wrap img {
    width: 16.18vw;
}
.free-top-wrap p {
    width: 19.86vw;
    height: 10.42vw;
    background: #004273;
    color: #FFF;
    font-size: 2.36vw;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    border-radius: 0.35vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.free .txt-1 {
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #004273;
    font-weight: 700;
    margin: 1.15vw 7.22vw 0 7.15vw;
    padding-bottom: 0.69vw;
    border-bottom: 1px solid #004273;
}
.free .txt-1 span {
    font-size: 4.17vw;
    color: #b3a144;
    font-family: "gill-sans-nova";
}
.free .txt-2 {
    font-size: 1.11vw;
    line-height: 1.625;
    letter-spacing: 0.075em;
    color: #004273;
    font-weight: 500;
    margin: 1.46vw 7.29vw 0 7.15vw;
}
.free .txt-2 span {
    /*font-family: "gill-sans-nova";*/
    font-weight: 900;
    color: #b3a144;
}
.free .txt-3 {
    font-size: 0.97vw;
    line-height: 1.785;
    letter-spacing: 0.075em;
    margin: 0.5vw 7.29vw 0 7.15vw;
    padding-bottom: 2.15vw;
}
@media screen and (max-width:768px) {
    .free {
        padding: 10vw 0;
    }
    .free-wrap {
        width: 90vw;
        border-radius: 3vw;
        border: 0.3vw solid #004273;
    }
    .free-top-wrap {
        flex-direction: column;
        margin: 3vw auto 0;
        width: initial;
    }
    .free-top-wrap img {
        width: 90%;
        margin: 0 auto;
    }
    .free-top-wrap p {
        width: 90%;
        height: 20vw;
        font-size: 6vw;
        border-radius: 1vw;
        margin: 0 auto 0;
    }
    .free .txt-1 {
        font-size: 5.5vw;
        margin: 3vw auto 0;
        padding-bottom: 2vw;
        width: 90%;
        text-align: center;
    }
    .free .txt-1 span {
        font-size: 7.7vw;
    }
    .free .txt-2 {
        font-size: 4vw;
        margin: 2vw auto 0;
        width: 90%;
    }
    .free .txt-3 {
        font-size: 3vw;
        margin: 2vw auto 0;
        padding-bottom: 4vw;
        width: 90%;
        margin-left:2.4em;
        text-indent:-1em;
    }
}
/* ///////////////////////////////////////////////
about
//////////////////////////////////////////////// */
.about {
    background: #f2efe7;
    padding: 9.65vw 0;
}
.about h2 {
    width: 70.63vw;
    height: 4.58vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004273;
    color: #FFF;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: 0.35vw;
    position: relative;
    margin: 0 auto;
}
.about h2::after {
    content: "";
    background: #004273;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    bottom: -1.35vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 7.85vw;
    height: 1.39vw;
}
.about-wrap {
    margin: 3.75vw auto 0;
    display: flex;
    justify-content: space-between;
    width: 70.63vw;
}
.about-wrap img {
    width: 33.33vw;
}
.about-wrap .txt-wrap {
    width:32.85vw;
}
.about-wrap .txt-1 {
    font-size: 2.08vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #b3a144;
}
.about-wrap .txt-2 {
    font-size: 1.11vw;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.875;
    margin-top: 1.04vw;
}
.about-wrap .txt-2 span {
    margin: 0 0.6vw;
}
@media screen and (max-width:768px) {
    .about {
        padding: 15vw 0;
    }
    .about h2 {
        width: 90vw;
        height: 20vw;
        font-size: 6vw;
        line-height: 1.4;
        border-radius: 1vw;
        text-align: center;
    }
    .about h2::after {
        bottom: -2.35vw;
        width: 12.85vw;
        height: 2.39vw;
    }
    .about-wrap {
        margin: 8vw auto 0;
        flex-direction: column;
        width: 90vw;
    }
    .about-wrap .txt-wrap {
        width: 100%;
    }
    .about-wrap .txt-1 {
        font-size: 5vw;
    }
    .about-wrap .txt-2 {
        font-size: 4vw;
        margin-top: 3vw;
    }
    .about-wrap img {
        width: 100%;
    }
}
/* ///////////////////////////////////////////////
reason
//////////////////////////////////////////////// */
.reason {
    background: #004273;
    padding: 9.72vw 0;
    position: relative;
    z-index: 0;
}
.reason h2 {
    font-size: 2.5vw;
    letter-spacing: 0.05em;
    line-height: 1.555;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.reason h2 .big {
    font-size: 3.13vw;
}
.reason h2 .color {
    color: #b3a144;
}
.reason h2 img {
    width: 36.6vw;
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.ttl-line {
    width: 70.56vw;
    margin: 1vw auto 0;
}
.reason-wrap {
    width: 76.39vw;
    margin: 5vw auto 0;
}
.reason-wrap figure {
    width: 33.33vw;
    flex-shrink: 0;
}
.reason-card {
    display: flex;
    align-items: center;
    gap: 3.47vw;
}
.reason-card .point-no {
    background: #fed400;
    color: #004273;
    width: 6.11vw;
    height: 6.11vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
    font-family: "gill-sans-nova";
    line-height: 1;
    font-size: 1.25vw;
    letter-spacing: 0.05em;
    position: relative;
}
.reason-card .point-no::after {
    content: "";
    background: url(../img/icon-point-deco.png) no-repeat top center / cover;
    width: 2.08vw;
    height: 1.94vw; 
    position: absolute;
    top: -1.04vw;
    left: -1.18vw;
}
.reason-card .point p:nth-of-type(1) {
    margin-top: 0.4vw;
}
.reason-card .point-no .no{
    font-size: 1.81vw;
}
.reason-card .title {
    font-size: 2.08vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #FFF;
}
.reason-card .title span {
    color: #b3a144;
}
.reason-card-top {
    display: flex;
    align-items: center;
    gap: 0.97vw;
    border-bottom: 1px dotted #c6d5e0;
    padding-bottom: 2.22vw;
    margin-bottom: 2.22vw;
}
.reason-card .txt {
    font-size: 1.11vw;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.875;
    color: #FFF;
}
.reason-card .txt span {
    color: #b3a144;
    font-weight: 700;
}
.reason-wrap .reason-card:nth-of-type(n+2) {
    margin-top: 3.47vw;
}
@media screen and (max-width:768px) {
    .reason {
        padding: 15vw 0;
    }
    .reason h2 {
        font-size: 5vw;
    }
    .reason h2 .big {
        font-size: 6vw;
    }
    .ttl-line {
        width: 90vw;
        margin: 2vw auto 0;
    }
    .reason-card {
        flex-direction: column-reverse;
        gap: 3.47vw;
    }
    .reason-wrap {
        width: 90vw;
        margin: 8vw auto 0;
    }
    .reason-wrap figure {
        width: 100%;
    }
    .reason-card .title {
        font-size: 5vw;
    }
    .reason-card .point-no {
        width: 10.11vw;
        height: 10.11vw;
        font-size: 2.4vw;
    }
    .reason-card .point-no .no {
        font-size: 3vw;
    }
    .reason-card .point-no::after {
        width: 3.08vw;
        height: 2.94vw;
        top: -2.04vw;
        left: -2.18vw;
    }
    .reason-card-top {
        width: 90vw;
    }
    .reason-card .txt {
        font-size: 4vw;
    }
    .reason h2 img {
        width: 95vw;
        top: 7vw;
    }
    .reason-wrap .reason-card:nth-of-type(2),
    .reason-wrap .reason-card:nth-of-type(4) {
        flex-direction: column;
    }
    .reason-wrap .reason-card:nth-of-type(n+2) {
        margin-top: 8vw;
    }
}
/* ///////////////////////////////////////////////
cta
//////////////////////////////////////////////// */
.cta {
    background: url(../img/bg-cta.jpg) no-repeat top center / cover;
    padding: 3.26vw 0 3.96vw;
}
.cta h3 {
    color: #FFF;
    font-size: 1.67vw;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    width: max-content;
    margin: 0 auto;
}
.cta-ttl-deco {
    width: 21.76vw;
    margin: 0.56vw auto 0;
    padding-right: 0.4vw;
}
.cta h2 {
    color: #FFF;
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 700;
    width: max-content;
    margin: 0.28vw auto 0;
}
.cta-txt-1 {
    color: #FFF;
    font-size: 1.53vw;
    letter-spacing: 0.2em;
    line-height: 1;
    font-weight: 700;
    width: max-content;
    margin: 0.97vw auto 0;
}
.cta-wrap {
    width: 58.13vw;
    display: flex;
    justify-content: space-between;
    margin: 1.32vw auto 0;
}
.cta-wrap img {
    width: 18.06vw;
    border-radius: 1.74vw;
}
.cta-btn-wrap {
    width: 58.54vw;
    display: flex;
    justify-content: space-between;
    margin: 2.29vw auto 0;
}
.cta-btn-wrap .tel-wrap {
    padding-left: 0.43vw;
}
.cta-btn-wrap .tel-wrap-inner p {
    font-size: 2.98vw;
    color: #FFF;
    letter-spacing: 0.04em;
}
.cta-btn-wrap .tel-wrap-inner img {
    width: 2.15vw;
}
.cta-btn-wrap .tel-note {
    font-size: 1.25vw;
    letter-spacing: 0.15em;
    color: #FFF;
}
.cta-btn-wrap .tel-wrap-inner {
    gap: 0.69vw;
}
.cta-btn-wrap .btn-reserve {
    width: 32.43vw;
    height: 4.86vw;
    border-radius: 0.69vw;
    font-size: 1.53vw;
    font-weight: 700;
    margin: 0 0 0 auto;
    box-shadow: 0px 8px 4.85px 0.15px rgba(0, 0, 0, 0.4);
}
.cta-btn-wrap .btn-reserve::after {
    right: 2.29vw;
    width: 1.67vw;
    height: 1.67vw;
}
@media screen and (max-width:768px) {
    .cta {
        padding: 15vw 0;
    }
    .cta h3 {
        font-size: 4vw;
    }
    .cta-ttl-deco {
        width: 52.76vw;
        margin: 1vw auto 0;
        padding-right: 1.4vw;
    }
    .cta h2 {
        font-size: 6vw;
        margin: 2vw auto 0;
    }
    .cta-txt-1 {
        font-size: 4vw;
        margin: 4vw auto 0;
    }
    .cta-wrap {
        width: 90vw;
        margin: 6vw auto 0;
    }
    .cta-wrap img {
        width: 29vw;
        border-radius: 2.57vw;
    }
    .cta-btn-wrap {
        width: 90vw;
        flex-direction: column;
        margin: 4vw auto 0;
    }
    .cta-btn-wrap .tel-wrap-inner p {
        font-size: 10vw;
    }
    .cta-btn-wrap .tel-wrap-inner img {
        width: 9vw;
    }
    .cta-btn-wrap .tel-note {
        font-size: 3vw;
        text-align: center;
        margin-top: 1vw;
    }
    .cta-btn-wrap .btn-reserve {
        width: 90vw;
        height: 14vw;
        border-radius: 2vw;
        font-size: 4vw;
        margin: 4vw auto 0;
    }
    .cta-btn-wrap .tel-wrap-inner {
        gap: 1vw;
        justify-content: center;
    }
    .cta-btn-wrap .btn-reserve::after {
        right: 4.29vw;
        width: 3.67vw;
        height: 3.67vw;
    }
}
/* ///////////////////////////////////////////////
point
//////////////////////////////////////////////// */
.point {
    background: #f2efe7;
    padding: 9.72vw 0;
}
.point h3 {
    margin: 0 auto;
    width: 22.57vw;
    height: 3.13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b3a144;
    color: #FFF;
    font-size: 1.81vw;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    border-radius: 1.56vw;
    position: relative;
}
.point h3::after {
    content: "";
    background: #b3a144;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    bottom: -1.1vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 2.71vw;
    height: 1.11vw;
}
.point h2 {
    margin: 2.57vw auto 0;
    width: max-content;
    color: #004273;
    font-size: 3.13vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #004273;
    padding-bottom: 1.67vw;
}
.point h2 .color {
    color: #b3a144;
}
.point h2 .mini {
    font-size: 2.5vw;
}
.point-wrap {
    width: 72.64vw;
    margin: 3.68vw auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.33vw;
    row-gap: 2.29vw;
}
.point-wrap figure {
    width: 15.21vw;
    border-radius: 1.04vw;
    position: relative;
    margin: 3.26vw auto 0;
}
.point-wrap figure img:nth-of-type(1){
   border-radius: 1.04vw;
}
.point-wrap figure .no {
    position: absolute;
    top: -2.1vw;
    left: -2.2vw;
    width: 3.75vw;
}
.point-card {
    background: #f2fbff;
    border-radius: 2.08vw;
    border: 0.14vw solid #004273;
    box-sizing: border-box;
    height: 19.24vw;
}
.point-card p {
    font-size: 1.67vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: #004273;
    margin: 1.39vw auto 0;
    width: max-content;
    text-align: center;
}
.point-card p span {
    color: #b3a144;
    font-size: 1.67vw;
}
.point-card:nth-of-type(2) p {
    margin: 0vw auto 3.13vw;
}
.point-card:nth-of-type(3) p {
    font-size: 1.53vw;
    letter-spacing: 0;
}
.point-card:nth-of-type(6) p {
    letter-spacing: 0;
}
@media screen and (max-width:768px) {
    .point {
        padding: 15vw 0;
    }
    .point h3 {
        width: 50vw;
        height: 10vw;
        font-size: 4.4vw;
        border-radius: 5vw;
    }
    .point h3::after {
        bottom: -2.1vw;
        width: 6.71vw;
        height: 2.11vw;
    }
    .point h2 {
        margin: 5vw auto 0;
        font-size: 6vw;
        padding-bottom: 2vw;
        text-align: center;
        line-height: 1.4;
    }
    .point h2 .mini {
        font-size: 5vw;
    }
    .point-wrap {
        width: 90vw;
        margin: 6vw auto 0;
        grid-template-columns: 1fr;
        gap: 5vw;
        row-gap: 5vw;
    }
    .point-wrap figure {
        width: 90%;
        border-radius: 2vw;
        margin: 10vw auto 0;
    }
    .point-card {
        border-radius: 5vw;
        border: 0.5vw solid #004273;
        height: initial;
    }
    .point-wrap figure img:nth-of-type(1){
        border-radius: 4vw;
     }
    .point-wrap figure .no {
        top: -8.1vw;
        left: -3.2vw;
        width: 12.75vw;
    }
    .point-card p {
        font-size: 5vw;
        margin: 4vw auto 0;
        padding-bottom: 4vw;
    }
    .point-card p span {
        font-size: 5vw;
    }
    .point-card:nth-of-type(2) p {
        margin: 4vw auto 0;
    }
    .point-card:nth-of-type(3) p {
        font-size: 5vw;
    }
}
/* ///////////////////////////////////////////////
preschool
//////////////////////////////////////////////// */
.preschool {
    background: #004273;
    padding: 9.58vw 0 0;
    position: relative;
    z-index: 0;
}
.preschool h2 {
    font-size: 2.5vw;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.preschool h2 span {
    color: #b3a144;
    font-family: "gill-sans-nova";
    margin-top: 1.39vw;
    display: block;
    font-weight: 600;
}
.preschool h2 img {
    width: 46.11vw;
    position: absolute;
    top: -0.4vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.preschool-age-txt {
    font-size: 1.11vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 21.32vw;
    height: 2.29vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    color: #004273;
    border-radius: 1.15vw;
    margin: 1.11vw auto 0;
}
.preschool-txt-1 {
    font-size: 1.11vw;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 2.25;
    color: #FFF;
    text-align: center;
    margin: 1.6vw auto 0;
}
.preschool-wrap {
    width: 70.56vw;
    margin: 3.19vw auto 0;
}
.preschool-wrap .wrap-1,
.preschool-wrap .wrap-2  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.67vw;
}
.preschool-wrap .wrap-2 {
    margin-top: 0.69vw;
}
.preschool-wrap .wrap-1 p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #b3a144;
    border-radius: 1.04vw;
    font-size: 1.39vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    height: 3.47vw;
}
.preschool-wrap .wrap-2 .left {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #286592;
    border-radius: 1.74vw;
    font-size: 1.39vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    height: 14.72vw;
}
.preschool-wrap .wrap-2 .right .txt-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #286592;
    border-radius: 1.74vw;
    font-size: 1.39vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    height: 7vw;
    text-align: center;
}
.preschool-wrap .wrap-2 .right div {
    margin-top: 0.76vw;
}
.preschool-wrap .wrap-2 .right p span {
    font-size: 0.97vw;
    font-weight: 500;
    line-height: 1;
    margin-top: 0.4vw;
    display: block;
}
.preschool-schedule-wrap {
    width: 70.56vw;
    margin: 6.74vw auto 0;
    background: #286592;
    border-radius: 2.08vw;
    padding: 3.82vw 0 5.9vw;
}
.preschool h3 {
    font-size: 2.5vw;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.preschool h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.08vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image : linear-gradient(to right, #FFF, #FFF 1px, transparent 1px, transparent 2px);  /* 幅2の線を作る */
    background-size: 4px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    width: 14.69vw;
    height: 1px;
}
.preschool h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.08vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image : linear-gradient(to right, #FFF, #FFF 1px, transparent 1px, transparent 2px);  /* 幅2の線を作る */
    background-size: 4px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    width: 14.69vw;
    height: 1px;
}
.preschool .inner-wrap {
    width: 58.68vw;
    margin: 3.89vw auto 0;
    display: grid;
    grid-template-columns: 1fr 6.18vw 1fr;
    gap: 2.64vw;
}
.preschool .inner-wrap .center p,
.preschool .inner-wrap .time {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.39vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    font-family: "gill-sans-nova";
    background: #b3a144;
    border-radius: 50%;
    height: 6.18vw;
    position: relative;
}
.preschool .inner-wrap .time {
    display: none;
}
.preschool .inner-wrap .center p:not(:last-of-type)::after,
.preschool .inner-wrap .card-wrap:not(:last-of-type) .time::after {
    content: "";
    position: absolute;
    top: 6.2vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: radial-gradient(ellipse at center,  #b3a144 0%,#b3a144 25%,#286592 25%,#286592 100%) center 0 repeat-y;
	background-size: 6px 6px;
	width: 4px;
	height: 100%;
	display: block;
}
.preschool .inner-wrap .center p:nth-of-type(n+2) {
    margin-top: 5.21vw;
}
.preschool .card-wrap {
    background: #FFF;
    border-radius: 1.74vw;
    position: relative;
}
.preschool .right .card-wrap::after {
    content: "";
    background: #FFF;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 2.01vw;
    height: 1.46vw;
    position: absolute;
    top: 2.78vw;
    left: -1.9vw;
}
.preschool .left .card-wrap::after {
    content: "";
    background: #FFF;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 2.01vw;
    height: 1.46vw;
    position: absolute;
    top: 6.25vw;
    right: -1.9vw;
}
.preschool .left .card-wrap:nth-of-type(1):after { 
    top: 8.19vw;
}
.preschool .card-wrap .title {
    color: #004273;
    font-weight: 600;
    font-size: 1.53vw;
    font-family: "gill-sans-nova";
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
.preschool .card-wrap .txt {
    font-weight: 500;
    font-size: 1.11vw;
    line-height: 1.5;
    letter-spacing: 0.075em;
    margin: 1.16vw auto 0;
    padding-bottom: 1.58vw;
    width: 18.5vw;
    text-align: justify;
}
.preschool .card-wrap img {
    width: 5.56vw;
    margin: 0 auto;
    padding: 1.32vw 0 1.25vw;
}
.preschool .right {
    margin-top: 0.35vw;
}
.preschool .right .card-wrap:nth-of-type(3){
    margin-top: 2.43vw;
}
.preschool .right .card-wrap:nth-of-type(5){
    margin-top: 2.43vw;
}
.preschool .right .card-wrap:nth-of-type(7){
    margin-top: 7.5vw;
}
.preschool-schedule-wrap .left {
    margin-top: 5.97vw;
}
.preschool-schedule-wrap .left .card-wrap:nth-of-type(2){
    margin-top: 3.82vw;
}
.preschool-schedule-wrap .left .card-wrap:nth-of-type(3){
    margin-top: 3.56vw;
}
.preschool-schedule-wrap .left .card-wrap:nth-of-type(4){
    margin-top: 3.7vw;
}
.preschool-schedule-wrap .left .card-wrap:nth-of-type(2) .title,
.preschool-schedule-wrap .left .card-wrap:nth-of-type(3) .title,
.preschool-schedule-wrap .left .card-wrap:nth-of-type(4) .title{
    letter-spacing: 0.025em;
}
@media screen and (max-width:768px) {
    .preschool {
        padding: 15vw 0 0;
    }
    .preschool h2 {
        font-size: 6vw;
    }
    .preschool h2 span {
        margin-top: 3vw;
    }
    .preschool-age-txt {
        font-size: 3.4vw;
        width: 60vw;
        height: 5vw;
        border-radius: 3vw;
        margin: 3vw auto 4vw;
    }
    .preschool h2 img {
        width: 80vw;
    }
    .preschool-txt-1 {
        font-size: 4vw;
        text-align: left;
        width: 90vw;
        margin: 4vw auto 0;
    }
    .preschool-wrap {
        width: 90vw;
        margin: 3.19vw auto 0;
    }
    .preschool-wrap .wrap-1 p {
        border-radius: 1vw;
        font-size: 4vw;
        height: 7vw;
    }
    .preschool-wrap .wrap-2 .left {
        border-radius: 1.24vw;
        font-size: 4vw;
        height: initial;
    }
    .preschool-wrap .wrap-2 .right .txt-wrap {
        border-radius: 1.24vw;
        font-size: 4vw;
        height: 24vw;
    }
    .preschool-wrap .wrap-2 .right div {
        margin-top: 1.39vw;
    }
    .preschool-wrap .wrap-2 {
        margin-top: 1.39vw;
    }
    .preschool-wrap .wrap-2 .right p span {
        font-size: 2.4vw;
        text-align: left;
        padding: 2vw 2vw 0;
        margin-left:1em;
        text-indent:-1em;
        line-height: 1.2;
    }
    .preschool-schedule-wrap {
        width: 90vw;
        margin: 7vw auto 0;
        border-radius: 3vw;
        padding: 5vw 0;
    }
    .preschool h3 {
        font-size: 5vw;
    }
    .preschool h3::before,
    .preschool h3::after {
        width: 7.09vw;
    }
    .preschool .inner-wrap {
        width: 95%;
        margin: 8vw auto 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 3vw;
    }
    .preschool .inner-wrap .center p,
    .preschool .inner-wrap .time {
        display: flex;
        font-size: 3.4vw;
        width: 12.8vw;
        height: 12.8vw;
        position: absolute;
        top: 0;
        left: -17vw;
    }
    .preschool .card-wrap img {
        width: 17vw;
        padding: 2vw 0;
    }
    .preschool .card-wrap .title {
        font-size: 4vw;
    }
    .preschool .card-wrap .txt {
        font-size: 4vw;
        margin: 3vw auto 0;
        padding-bottom: 3vw;
        width: 61vw;
    }
    .preschool .right .card-wrap:nth-last-of-type(n+1) {
        margin-top: 3vw;
        width: 80%;
        margin-left: auto;
    }
    .preschool .inner-wrap .card-wrap:not(:last-of-type) .time::after {
        content: "";
        height: 60vw;
        top: 13.2vw;
    }
    .preschool .inner-wrap .card-wrap:nth-last-of-type(2) .time::after {
        height: 40vw;
    }
    .preschool .right .card-wrap::after {
        width: 4.01vw;
        height: 4.46vw;
        top: 2.78vw;
        left: -2.9vw;
    }
}
/* ///////////////////////////////////////////////
course
//////////////////////////////////////////////// */
.course {
    background: #004273;
    padding: 9.51vw 0 9.79vw;
    position: relative;
    z-index: 0;
}
.course h2 {
    font-size: 2.5vw;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.course h2 span {
    color: #b3a144;
    font-family: "gill-sans-nova";
    display: block;
    font-weight: 600;
}
.course h2 img {
    width: 55.08vw;
    position: absolute;
    top: -1.8vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.course .preschool-wrap .wrap-2 .right .txt-wrap {
    height: 14.72vw;
}
.course h3 {
    font-size: 2.5vw;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.course h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.08vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image : linear-gradient(to right, #FFF, #FFF 1px, transparent 1px, transparent 2px);  /* 幅2の線を作る */
    background-size: 4px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    width: 26.6vw;
    height: 1px;
}
.course h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.08vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image : linear-gradient(to right, #FFF, #FFF 1px, transparent 1px, transparent 2px);  /* 幅2の線を作る */
    background-size: 4px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    width: 26.6vw;
    height: 1px;
}
.course .inner-wrap {
    width: 62.71vw;
    margin: 0 auto;
}
.course .week-wrap,
.course .wrap-3 {
    display: grid;
    grid-template-columns: 5.97vw 1fr 1fr 1fr 1fr 1fr;
    gap: 0.76vw;
}
.course .week-wrap {
    margin-top: 3.13vw;
}
.course .wrap-3 {
    margin-top: 0.69vw;
}
.course .week-wrap p {
    background: #b3a144;
    color: #FFF;
    border-radius: 1.04vw;
    font-size: 1.39vw;
    font-weight: 700;
    font-family: "gill-sans-nova";
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.47vw;
}
.course .wrap-1,
.course .wrap-2  {
    display: grid;
    grid-template-columns: 5.97vw 1fr;
    gap: 0.76vw;
    margin-top: 0.69vw;
}
.course .preschool-wrap .wrap-1,
.course .preschool-wrap .wrap-2 {
    grid-template-columns: 1fr 1fr;
    gap: 1.6vw;
}
.course .time {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.76vw;
    border-radius: 1.04vw;
    background: #FFF;
    color: #b3a144 !important;
    font-weight: 600 !important;
    font-family: "gill-sans-nova" !important;
    font-size: 1.11vw !important;
    letter-spacing: 0.05em;
}
.course .lesson {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.76vw;
    border-radius: 1.04vw;
    background: #004273;
    color: #FFF;
    font-weight: 600;
    font-family: "gill-sans-nova";
    font-size: 1.39vw;
    letter-spacing: 0.1em;
}
.course .lunch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.76vw;
    border-radius: 1.04vw;
    background: #e6f7ff;
    color: #004273;
    font-weight: 600;
    font-family: "gill-sans-nova";
    font-size: 1.39vw;
    letter-spacing: 0.1em;
}
.course .wrap-3 p {
    background: #FFF;
    color: #004273;
    border-radius: 1.04vw;
    font-size: 1.39vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.47vw;
}
.course .note {
    font-size: 0.97vw;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #FFF;
    margin-top: 0.83vw;
}
.course .preschool-schedule-wrap {
    padding: 3.82vw 0 4.03vw;
}
@media screen and (max-width:768px) {
    .course {
        padding: 15vw 0;
    }
    .course h2 {
        font-size: 6vw;
    }
    .course h2 img {
        width: 91.08vw;
        top: -5.8vw;
    }
    .course .wrap-1,
    .course .wrap-2 {
        display: grid;
        grid-template-columns: 19vw 1fr;
        gap: 1vw;
        margin-top: 1vw;
    }
    .course .preschool-wrap .wrap-2 .right .txt-wrap {
        height: 36.72vw;
    }
    .course h3 {
        font-size: 5vw;
    }
    .course h3::before,
    .course h3::after {
        width: 32.6vw;
    }
    .course .inner-wrap {
        width: 97%;
    }
    .course .week-wrap,
    .course .wrap-3 {
        display: grid;
        grid-template-columns: 19vw 1fr 1fr 1fr 1fr 1fr;
        gap: 0.76vw;
    }
    .course .week-wrap p {
        border-radius: 1vw;
        font-size: 4vw;
        height: 7vw;
    }
    .course .time {
        height: 13vw;
        border-radius: 1vw !important;
        font-size: 4vw !important;
    }
    .course .lesson {
        height: 13vw;
        border-radius: 1vw;
        font-size: 4.4vw;
    }
    .course .lunch {
        height: 13vw;
        border-radius: 1vw;
        font-size: 4.4vw;
    }
    .course .wrap-3 p {
        border-radius: 1vw;
        font-size: 4vw;
        height: 7vw;
    }
    .course .wrap-3 p.mini {
        font-size: 1.9vw;
    }
    .course .note {
        font-size: 3vw;
        margin-top: 2vw;
    }
}
/* ///////////////////////////////////////////////
voice-1
//////////////////////////////////////////////// */
.voice-1 {
    background: #f2efe7;
    padding: 9.72vw 0 7.71vw;
}
.voice-1 h2 {
    font-size: 3.13vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #004273;
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.voice-1 h2::after {
    content: "";
    width: 20vw;
    height: 2px;
    background: #004273;
    position: absolute;
    bottom: -1.74vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.voice-1 h2 span {
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    font-family: "gill-sans-nova";
    display: block;
    margin-top: 1.04vw;
    text-align: center;
}
.voice-txt-1 {
    font-size: 1.11vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    margin-top: 3.54vw;
    margin-bottom: 2.99vw;
}
.voice-1-card {
    width: 76.39vw;
    height: 21.39vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #FFF;
    border-radius: 2.08vw;
}
.voice-1-card:nth-of-type(n+2) {
    margin-top: 2.15vw;
}
.voice-1-card .inner {
    padding: 0 3.4vw 0 3.94vw;
    display: flex;
    align-items: center;
    gap: 2.64vw;
}
.voice-1-card figure {
    width: 14.51vw;
    flex-shrink: 0;
}
.voice-1-card figure img {
    border:  1px solid rgba(0,0,0,0.2);
    border-radius: 1.39vw;
}
.voice-1-card .title {
    font-size: 1.67vw;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1;
    color: #004273;
}
.voice-1-card .txt {
    font-size: 1.11vw;
    letter-spacing: 0.075em;
    font-weight: 500;
    line-height: 1.625;
    margin-top: 2.08vw;
}
@media screen and (max-width:768px) {
    .voice-1 {
        padding: 15vw 0;
    }
    .voice-1 h2 {
        font-size: 6vw;
        line-height: 1.2;
        text-align: center;
    }
    .voice-1 h2 span {
        font-size: 3vw;
        margin-top: 2vw;
    }
    .voice-1 h2::after {
        width: 40vw;
        bottom: -2.54vw;
    }
    .voice-txt-1 {
        font-size: 4vw;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .voice-1-card {
        width: 90vw;
        height: initial;
        border-radius: 2vw;
    }
    .voice-1-card .inner {
        flex-direction: column;
        padding: 5vw 3vw;
        gap: 5vw;
    }
    .voice-1-card figure {
        width: 90%;
    }
    .voice-1-card figure p {
        font-size: 4vw;
        margin-top: 1vw;
    }
    .voice-1-card figure img {
        border-radius: 5.39vw;
    }
    .voice-1-card .title {
        font-size: 5vw;
        line-height: 1.4;
    }
    .voice-1-card .txt {
        font-size: 4vw;
        margin-top: 4vw;
        line-height: 1.8;
    }
    .voice-1-card:nth-of-type(2n) .inner{
        flex-direction: column-reverse;
    }
    .voice-1-card:nth-of-type(n+2) {
        margin-top: 4vw;
    }
}
/* ///////////////////////////////////////////////
voice-2
//////////////////////////////////////////////// */
.voice-2 {
    background: #004273;
    padding: 10.07vw 0 9.44vw;
}
.voice-2 h2 {
    font-size: 3.13vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #FFF;
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.voice-2 h2::after {
    content: "";
    width: 20vw;
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: -1.14vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.voice-2 h2 span {
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    font-family: "gill-sans-nova";
    display: block;
    margin-top: 1.04vw;
    text-align: center;
}
.voice-2 .voice-1-card {
    margin-top: 3.89vw;
    height: 22.29vw;
}
.voice-2 .voice-1-card:nth-of-type(2) {
    height: 21.18vw;
}
.voice-2 .voice-1-card:nth-of-type(3) {
    height: 17.19vw;
}
.voice-2 .voice-1-card:nth-of-type(4) {
    height: 19.31vw;
}
.voice-2 .voice-1-card:nth-of-type(4) .txt {
    white-space: nowrap;
}
.voice-2 .voice-1-card:nth-of-type(n+2) {
    margin-top: 2.08vw;
}
.voice-2 .voice-1-card .inner {
    padding: 0 2.8vw 0 3.94vw;
}
@media screen and (max-width:768px) { 
    .voice-2 {
        padding: 15vw 0;
    }
    .voice-2 .voice-1-card:nth-of-type(4) .txt {
        white-space: initial;
    }
    .voice-2 h2 {
        font-size: 6vw;
    }
    .voice-2 h2 span {
        font-size: 3vw;
        margin-top: 2vw;
    }
    .voice-2 h2::after {
        width: 40vw;
        bottom: -2.04vw;
    }
    .voice-2 .voice-1-card {
        margin-top: 14vw;
        height: initial;
    }
    .voice-2 .voice-1-card:nth-of-type(2),
    .voice-2 .voice-1-card:nth-of-type(3),
    .voice-2 .voice-1-card:nth-of-type(4) {
        height: initial;
    }
    .voice-2 .voice-1-card .inner {
        padding: 5vw 3vw;
        gap: 5vw;
    }
    .voice-2 .voice-1-card:nth-of-type(n+2) {
        margin-top: 4vw;
    }
}
/* ///////////////////////////////////////////////
school
//////////////////////////////////////////////// */
.school {
    background: #f2efe7;
    padding: 10vw 0 9.72vw;
}
.school h2 {
    font-size: 3.13vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #004273;
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.school h2::after {
    content: "";
    width: 20vw;
    height: 2px;
    background: #004273;
    position: absolute;
    bottom: -1.14vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.school h2 span {
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    font-family: "gill-sans-nova";
    display: block;
    margin-top: 1.04vw;
    text-align: center;
}
.school-card-wrap {
    width: 76.39vw;
    margin: 4.79vw auto 0;
}
.school-card-wrap:nth-of-type(n+2) {
    margin-top: 4.17vw;
}
.school-card-wrap .name {
    width: 100%;
    height: 4.17vw;
    border-radius: 2.08vw;
    background: #b3a144;
    color: #FFF;
    font-size: 2.08vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.school-card-wrap iframe {
    width: 34.72vw;
    height: 23.54vw;
    border-radius: 1.74vw;
}
.school-card-wrap .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 72.08vw;
    margin: 2.71vw auto 0;
}
.school-card-wrap .right {
    width: 34.17vw;
}
.school-card-wrap .sns-fb {
    width: 2.43vw;
    margin-top: 1.67vw;
    margin-left: 1.4vw;
}
.school-card-wrap dl {
    display: flex;
    flex-wrap: wrap;
}
.school-card-wrap dl dt {
    width: 23%;
    text-align: center;
    color: #004273;
    border-bottom: 1px solid #004273;
    font-size: 1.25vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 1.04vw 0;
}
.school-card-wrap dl dd {
    width: 77%;
    font-size: 1.11vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-bottom: 1px solid #b3b3b3;
}
.school-card-wrap dl dd span {
    padding: 1.04vw 0 1.04vw 1.25vw;
    display: block;
}
@media screen and (max-width:768px) { 
    .school {
        padding: 15vw 0;
    }
    .school h2 {
        font-size: 6vw;
    }
    .school h2 span {
        font-size: 3vw;
        margin-top: 2vw;
    }
    .school h2::after {
        width: 40vw;
        bottom: -2.04vw;
    }
    .school-card-wrap {
        width: 90vw;
        margin: 8vw auto 0;
    }
    .school-card-wrap .name {
        height: 8vw;
        border-radius: 4vw;
        font-size: 4.6vw;
    }
    .school-card-wrap .inner {
        flex-direction: column;
        width: 100%;
        margin: 4vw auto 0;
    }
    .school-card-wrap .right {
        width: 100%;
    }
    .school-card-wrap iframe {
        width: 100%;
        height: 50vw;
        border-radius: 2vw;
        margin-top: 4vw;
    }
    .school-card-wrap dl dt {
        width: 25%;
        font-size: 4.2vw;
        padding: 1.5vw 0;
    }
    .school-card-wrap dl dd {
        width: 75%;
        font-size: 4vw;
    }
    .school-card-wrap .sns-fb {
        width: 8vw;
        margin-top: 3vw;
        margin-left: 2vw;
    }
    .school-card-wrap:nth-of-type(n+2) {
        margin-top: 10vw;
    }
    .school-card-wrap dl dd span {
        padding: 1.5vw 0;
    }
}
/* ///////////////////////////////////////////////
faq
//////////////////////////////////////////////// */
.faq {
    padding: 9.86vw 0 9.72vw;
    position: relative;
    background: #004273;
}
.faq h2 {
    font-size: 3.13vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #FFF;
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.faq h2::after {
    content: "";
    width: 20vw;
    height: 2px;
    background: #FFF;
    position: absolute;
    bottom: -1.14vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.faq h2 span {
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    font-family: "gill-sans-nova";
    display: block;
    margin-top: 1.04vw;
    text-align: center;
}
.faq-wrap {
    width: 76.39vw;
    margin: 4.79vw auto 0;
}
.faq-title-wrap {
    background : #FFF;
    display: grid;
    grid-template-columns: 7.2% 1fr 10%;
    height: 4.17vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1.04vw;
}
.faq-title-btn {
    position: relative;
    transition: 0.3s;
}
.faq-title-btn::after {
    content: "";
    background: url(../img/icon-faq.png) no-repeat top center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);
    height: 0.49vw;
    width: 0.83vw;
}
.faq-wrap.open .faq-title-btn {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
}
.faq-title-q {
    color: #FFF;
    font-family: "gill-sans-nova";
    font-size: 1.25vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.04em;
    
}
.faq-title-q .wrap {
    background: #b3a144;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    width: 2.43vw;
    height: 2.43vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-title-q .potion {
    position: relative;
    top: -0.1vw;
}
.faq-title-txt {
    font-size: 1.39vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    color: #004273;
}
.faq-title-a {
    color: #004273;
    font-family: "gill-sans-nova";
    font-size: 1.25vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.04em;
}
.faq-title-a .wrap {
    background: #FFF;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    width: 2.43vw;
    height: 2.43vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-title-a .potion {
    position: relative;
    top: -0.1vw;
}
.faq-answer-txt {
    font-size: 1.11vw;
    letter-spacing: 0.057em;
    line-height: 1.875;
    color: #FFF;
}
.faq-answer-txt .mini {
    font-size: min(0.9vw,13px);
}
.faq-answer {
    display: grid;
    grid-template-columns: 7.2% 1fr;
    align-items: flex-start;
    max-height: 0;
    overflow: hidden;   
    padding: 0;
    background: #004273;
}
.faq-wrap.open .faq-answer {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
    padding: 2vw 0;
}
.faq .faq-wrap:nth-of-type(n + 2) {
    margin-top: min(1.42vw,20.5px);
}
.faq-back-txt {
    font-size: min(10.42vw,150px);
    letter-spacing: 0;
    color: #F2EDE7;
    font-family: "Anton", sans-serif;
    writing-mode: vertical-rl;
    position: absolute;
    top: min(7vw,89.110px);
    left: 0;
    mix-blend-mode: multiply;
    line-height: 1;
}

@media screen and (max-width:768px) { 
    .faq {
        padding: 15vw 0;
    }
    .faq h2 {
        font-size: 6vw;
    }
    .faq h2 span {
        font-size: 3vw;
        margin-top: 2vw;
    }
    .faq h2::after {
        width: 40vw;
        bottom: -2.04vw;
    }
    .faq-wrap {
        width: 90vw;
        margin: 10vw auto 0;
    }
    .faq-title-q {
        font-size: 5vw;
        left: 0;
    }
    .faq-title-q .wrap {
        width: 10vw;
        height: 10vw;
    }
    .faq-title-txt {
        font-size: 4vw;
        line-height: 1.4;
        padding-left: 0;
    }
    .faq-title-wrap {
        height: initial;
        padding: 3vw 0;
        min-height: 20vw;
        grid-template-columns: 15% 1fr 10%;
    }
    .faq-title-btn::before {
        height: 5vw;
        width: 0.4vw;
    }
    .faq-title-btn::after {
        height: 3vw;
        width: 5vw;
    }
    .faq-title-a {
        font-size: 5vw;
        top: -1vw;
        left: 0;
    }
    .faq-answer {
        grid-template-columns: 15% 1fr;
    }
    .faq-title-a .wrap {
        width: 10vw;
        height: 10vw;
    }
    .faq-answer-txt {
        font-size: 3.4vw;
        padding-left: 0;
        padding-right: 1vw;
    }
    .faq-answer-txt .mini {
        font-size: 2vw;
        display: inline-block;
        line-height: 1.4;
    }
    .faq .faq-wrap:nth-of-type(n + 2) {
        margin-top: 7vw;
    }
    .faq-back-txt {
        font-size: 14vw;
        top: 13vw;
    }
    .faq-wrap.open .faq-answer {
        padding: 5vw 0;
    }
    .faq-title-a .potion {
        top: -0.3vw;
        left: 0.1vw;
    }
    .faq-title-q .potion {
        top: -0.4vw;
    }
}
/* ///////////////////////////////////////////////
contact
//////////////////////////////////////////////// */
.contact {
    background: #f2efe7;
    padding: 10.07vw 0 7.57vw;
    position: relative;
    z-index: 0;
}
.contact h2 {
    font-size: 3.13vw;
    letter-spacing: 0.05em;
    font-weight: 900;
    line-height: 1.333;
    color: #004273;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.contact h2 img {
    width: 40.63vw;
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.contact-txt-1 {
    font-size: 1.11vw;
    letter-spacing: 0.1em;
    color: #004273;
    text-align: center;
    margin-top: 1.6vw;
}
form {
    width: 70.63vw;
    margin: 1.46vw auto 0;
}
form .wrap {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 1.04vw;
    margin-bottom: 2.08vw;
}
form .wrap:nth-of-type(1) {
    margin-bottom: 2.92vw;
}
form .wrap:nth-of-type(2) {
    padding-bottom: 2.78vw;
}
form .wrap:nth-of-type(10)  {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
form .wrap-2 {
    display: flex;
    align-items: center;
    margin-top: 1.3vw;
}
form .wrap-2.margin-0 {
    margin: 0;
}
form .wrap-2.margin-etc {
    margin-top: 1.4vw;
}
form .required {
    width: 4.65vw;
    height: 1.67vw;
    border-radius: 0.83vw;
    background: #b3a144;
    color: #FFF;
    font-size: 1.11vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 0.97vw;
    margin-right: 2.29vw;
}
form .required.not {
    background: #b3b3b3;
}
form .title {
    font-size: 1.11vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #004273;
    width: 12.92vw;
}
form .select-wrap {
    width: 100%;
    position: relative;
}
form .select-wrap::after {
    content: "";
    background: url(../img/icon-faq.png) no-repeat top center / cover;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 0.49vw;
    width: 0.83vw;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
    font-size: 1.11vw;
    letter-spacing: 0.1em;
    color: #282828;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select {
    width: 100%;
    height: 4.17vw;
    border-radius: 1.04vw;
    border: none;
    padding: 0 2.15vw;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder,
form textarea::placeholder {
    color: #b3b3b3;
}
form select {
    appearance: none;
}
/*form select:invalid {
    color: #b3b3b3;
}*/

select:invalid { color: #b3b3b3; }
select option { color: #272727; }
select option:first-child { color: #b3b3b3; }

.default-option {
    color: #b3b3b3;
}
form .radio-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.97vw;
}
form .radio-wrap span {
    font-size: 1.11vw;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #004273;
}
form .radio-wrap label {
    display: flex;
    gap: 1.04vw;
}
form input[type="radio"] {
    accent-color: #004273;
}
form textarea {
    width: 100%;
    height: 13.61vw;
    border: none;
    border-radius: 1.04vw;
    padding: 1.53vw 2.15vw;
}
form .privacy-wrap {
    width: 59.03vw;
    margin: 4.31vw auto 0;
    background: #e8e1ce;
    border-radius: 1.04vw;
}
form .privacy-wrap-title {
    font-size: 1.11vw;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 500;
    color: #004273;
    text-align: center;
    padding-top: 2.43vw;
}
form .privacy-wrap-txt {
    width: 55.69vw;
    margin: 1.88vw auto 0;
    padding-bottom: 2.36vw;
}
form .privacy-wrap-txt span {
    font-family: "gill-sans-nova";
    font-size: 1.11vw;
    letter-spacing: 0.1em;
    line-height: 1.875;
    font-weight: 500;
    background: #FFF;
    border-radius: 0.83vw;
    padding: 1.88vw 2.08vw 2.15vw 1.67vw;
    display: block;
}
.submit-wrap {
    margin: 3.96vw auto 0;
    width: max-content;
    position: relative;
}
form button {
    border: none;
    color: #FFF;
    appearance: none;
    background: #b3a144;
    width: 32.43vw;
    height: 4.86vw;
    border-radius: 0.69vw;
    font-size: 1.53vw;
    font-weight: 700;
    margin: 0 0 0 auto;
    box-shadow: 0px 8px 4.85px 0.15px rgba(0, 0, 0, 0.4);
    position: relative;
}
form button::after {
    position: absolute;
    top: 50%;
    right: 2.29vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: url(../img/icon-arrow.png) no-repeat top center / cover;
    width: 1.67vw;
    height: 1.67vw;
}
@media screen and (max-width:768px) { 
    .contact {
        padding: 15vw 0;
    }
    .contact h2 {
        font-size: 6vw;
    }
    form .wrap {
        flex-direction: column;
        gap: 2vw;
        padding-bottom: 3vw;
    }
    .contact h2 img {
        width: 85.63vw;
        top: -4vw;
    }
    .contact-txt-1 {
        font-size: 4vw;
    }
    form {
        width: 90vw;
        margin: 6vw auto 0;
    }
    form .title {
        font-size: 4vw;
        width: initial;
    }
    form .required {
        width: 10vw;
        height: 5vw;
        border-radius: 3vw;
        font-size: 3vw;
        margin-left: 0;
        margin-right: 2vw;
    }
    form input[type="text"], 
    form input[type="email"], 
    form input[type="tel"], 
    form select {
        height: 8vw;
        border-radius: 2vw;
        padding: 0 2.15vw;
        background: #FFF;
    }
    form input[type="text"],
    form input[type="email"],
    form input[type="tel"],
    form select,
    form textarea {
        font-size: 4vw;
    }
    form input[type="text"],
    form input[type="email"],
    form input[type="tel"],
    form textarea {
        width: 95%;
    }
    form .select-wrap::after {
        height: 1.49vw;
        width: 2.63vw;
    }
    form .radio-wrap span {
        font-size: 4vw;
        line-height: 1.2;
    }
    form .radio-wrap label {
        margin-bottom: 2vw;
        gap: 1vw;
        margin-left: 2vw;
    }
    form input[type="text"]::placeholder,
    form input[type="email"]::placeholder,
    form input[type="tel"]::placeholder,
    form textarea::placeholder {
        font-size: 3vw;
    }
    form select:invalid {
        font-size: 3vw;
    }
    form textarea {
        height: 40vw;
    }
    form .privacy-wrap {
        width: 90vw;
        margin: 6vw auto 0;
        border-radius: 2vw;
    }
    form .privacy-wrap-title {
        font-size: 4vw;
        padding-top: 4vw;
    }
    form .privacy-wrap-txt span {
        font-size: 4vw;
        border-radius: 0.83vw;
        padding: 1.88vw 2.08vw 2.15vw 1.67vw;
    }
    form .privacy-wrap-txt {
        width: 90%;
        margin: 6vw auto 0;
        padding-bottom: 6vw;
    }
    form button {
        width: 90vw;
        height: 13vw;
        border-radius: 2vw;
        font-size: 4vw;
    }
    form button::after {
        right: 4.29vw;
        width: 3.67vw;
        height: 3.67vw;
    }
}
/* ///////////////////////////////////////////////
footer
//////////////////////////////////////////////// */
.footer-logo-wrap {
    background: #FFF;
    height: 15.42vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.36vw;
}
.footer-logo-wrap figure {
    width: 20.63vw;
}
.footer-sns-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.53vw;
    width: 9.17vw;
    margin: 0 auto;
}
small {
    font-family: "gill-sans-nova";
    font-weight: 500;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.19vw;
    font-size: 1.11vw;
    letter-spacing: 0.1em;
    line-height: 1;
    border-top: 1px solid #b3b3b3;
}

@media screen and (max-width:768px) { 
    footer {
        padding-bottom: 16vw;
    }
    .footer-logo-wrap {
        height: 52vw;
    }
    .footer-logo-wrap figure {
        width: 60vw;
    }
    small {
        height: 7vw;
        font-size: 3vw;
    }
    .footer-sns-wrap {
        width: 42.17vw;
        margin-top: 5vw;
        gap: 7vw;
    }
}
/* ///////////////////////////////////////////////
fixed
//////////////////////////////////////////////// */
@media screen and (max-width:768px) { 
    .fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 10;
        width: 100%;
    }
    .fixed a {
        width: 50%;
    }
    .fixed img {
        height: 100%;
        width: 7.53vw;
    }
    .fixed .btn-reserve {
        height: 15vw;
        border-radius: 0;
        font-feature-settings: "palt";
        font-size: 4vw;
        text-align: center;
        line-height: 1.4;
    }
    .fixed .tel-wrap {
        height: 15vw;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fixed .tel-wrap-inner p {
        font-size: 5vw;
    }
    .fixed .tel-note {
        font-size: 2.4vw;
        margin-top: 0.7vw;
    }
    .fixed .btn-reserve::after {
        display: none;
    }
}

/* ///////////////////////////////////////////////
common
//////////////////////////////////////////////// */
.sp {
    display: block;
}
.pc {
    display: none;
}
.pc-flex {
    display: none;
}
.dot {
    width: 12.11vw;
    margin: 0 auto;
}
.p-relative {
    position: relative;
}
a:hover,
input[type="submit"],
button  {
    transition: 0.3s;
}
a:hover,
input[type="submit"]:hover,
button:hover {
    opacity: 0.7;
}

.fadeInUp {
    -webkit-animation: fadeInUp 0.5s ease;
    animation: fadeInUp 0.5s ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
  
.fade {
    opacity: 0;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width:769px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .pc-flex {
        display: flex;
    }
    a[href^="tel:"] {
        pointer-events: none
    }
    .dot {
        width: 68px;
    }
}



/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
	z-index: 999;
	bottom: 1rem;
	right: 6.32vw;	
}
#page-top a {
	width: 4.86vw;
	height: 4.86vw;
}
@media screen and (max-width: 768px) {
    #page-top {
        right: 2.32vw;
        bottom: 15vw;
    }
    #page-top a {
        width: 8.86vw;
        height: 8.86vw;
    }
}

/* ///////////////////////////////////////////////
thanx
//////////////////////////////////////////////// */
.thanx-inner {
    width: 69.44vw;
    margin: 0 auto;
    text-align: center;
    font-size: 1.67vw;
    line-height: 2;
    padding: 8.4vw 0;
}
.thanx {
    background: #FFF;
    padding-top:8.4vw;
    padding-bottom: 4vw;
}
.footer-link-wrap {
    border: none;
    color: #FFF;
    appearance: none;
    background: #b3a144;
    width: 32.43vw;
    height: 4.86vw;
    border-radius: 0.69vw;
    font-size: 1.53vw;
    font-weight: 700;
    margin: 3vw auto 0;
    box-shadow: 0px 8px 4.85px 0.15px rgba(0, 0, 0, 0.4);
    position: relative;
}
.footer-link-wrap a {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.footer-link-wrap::after {
    position: absolute;
    top: 50%;
    right: 2.29vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: url(../img/icon-arrow.png) no-repeat top center / cover;
    width: 1.67vw;
    height: 1.67vw;
}
@media screen and (max-width: 768px) {

    .footer-link-wrap  {
        width: 90vw;
        height: 13vw;
        border-radius: 2vw;
        font-size: 4vw;
    }
    .footer-link-wrap::after {
        right: 4.29vw;
        width: 3.67vw;
        height: 3.67vw;
    }

}