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

html {
    overflow-x: hidden;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    background: #FFFCF3;
    color: #323333;
    overflow-x: hidden;
}

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

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

/* 受講申込ボタンを非表示にする */
a[href="https://syoku-doujyou.com/join-school/"] {
    display: none !important;
}

/* ///////////////////////////////////////////////
header
//////////////////////////////////////////////// */
.header {
    width: 100%;
    height: min(8.13vw,107px);
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    margin: 0 auto;
    box-shadow : 5px 5px 8px rgba(0, 0, 0, 0.5);
    border-bottom: min(0.69vw,9.5px) solid #C7171E;
    box-sizing: border-box;
}
.header-inner {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.header-inner-top {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header h1 {
    width: min(12.22vw,176px);
    margin-left: min(12.29vw,177px);
    position: relative;
    top: min(0.94vw,13.5px);
}
.header-inner-top ul {
    display: flex;
    align-items: center;
    gap: min(1.32vw,19px);
    /*margin-right: min(11.81vw,170px);*/
}
.header-inner-top a:hover {
    opacity: 1;
}
.header-inner-top ul.nav-ul {
    gap: min(2.29vw,33px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1;
    font-size: min(1.11vw,16px);
}
.btn-tel {
    width: min(16.04vw,230px);
    height: min(4.7vw,67.68px);
    background: #C7171E;
    border-radius: min(0.56vw,8px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-feature-settings: "palt";
}
.btn-tel::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: min(0.56vw,8px);
    background: #E0E2E3;
    position: absolute;
    top: min(0.31vw,4.461px);
    left: min(0.15vw,2.156px);
    z-index: -1;
}
.btn-tel .no-wrap {
    display: flex;
    align-items: center;
    gap: min(0.24vw,3.453px);
}
.btn-tel .no-wrap img {
    width: min(1.55vw,22.313px);
}
.btn-tel .no {
    color: #FCCD00;
    font-size: min(1.7vw,24.477px);
    font-weight: 900;
    letter-spacing: 0;
}
.btn-tel .txt {
    color: #FFF;
    font-size: min(0.89vw,12.813px);
    font-weight: 500;
    letter-spacing: 0.05em;
    width: max-content;
}
.btn-doc {
    background: #FFF;
    border: min(0.14vw,2.016px) solid #C7171E;
    box-sizing: border-box;
    width: min(11.89vw,171.211px);
    height: min(4.7vw,67.680px);
    border-radius: min(0.56vw,8px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn-doc::after {
    content: "";
    width: min(11.89vw,171.211px);
    height: min(4.7vw,67.680px);
    border-radius: min(0.56vw,8px);
    background: #E0E2E3;
    position: absolute;
    left: min(0.15vw,2.156px);
    left: min(0.01vw,0.141px);
    z-index: -1;
}
.btn-doc-wrap {
    display: flex;
    align-items: center;
}
.btn-doc .icon-doc {
    width: min(1.92vw,27.641px);
}
.btn-doc .icon-entry {
    width: min(2.09vw,30.094px);
}
.btn-doc .icon-arrow {
    width: min(1.19vw,17.133px);
}
.btn-doc span {
    font-size: min(1.27vw,18.281px);
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: min(0.79vw,11.375px);
    margin-right: min(0.4vw,5.758px);
}




@media screen and (max-width:768px) { 
    .header {
        height: 14vw;
        position: relative;
    }
    .header-inner {
        height: 14vw;
    }
    .header h1 {
        width: 23vw;
        margin: 0 auto;
        top: 1vw;
    }
    .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: 4vw;
	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;*/
    /*background: url(../img/bg-kv.png) no-repeat center / cover;*/
    max-width: 1440px;
    margin: 0 auto;
    height: min(62.5vw,900px);
    position: relative;
}
.kv-txt-wrap {
    position: absolute;
    top: min(14.44vw,207.936px);
    left: min(12.15vw,174.960px);
    z-index:2;
    font-feature-settings: "palt";
}
.kv-txt-1 {
    font-size: min(1.39vw,20px);
    letter-spacing: 0.05em;
    font-weight: 700;
    position: relative;
    line-height: 1;
}
.kv-txt-1 img {
    width: min(14.65vw,210.953px);
    position: absolute;
    top: max(-1.5vw,-21.600px);
    left: min(24.5vw,352.800px);
}
.kv-txt-1 .big {
    font-size: min(1.67vw,24px);
    font-weight: 700;
    color: #CD9A4F;
    padding-top: min(1.39vw,20px);
    display: block;
    position: relative;
    width: max-content;
}
.kv-txt-1 .big::after {
    content: "";
    background: url(../img/kv-txt-line.png) top center / cover;
    width: min(102%,503.734px);
    height: min(1.27vw,18.281px);
    position: absolute;
    bottom: max(-1.8vw,-25.920px);
    left: max(-0.3vw,-4.320px);
}
.kv-txt-1-img {
    width: min(46.34vw,667.289px);
    margin-top: min(3.31vw,47.664px);
    margin-left: max(-0.3vw,-4.320px);
}
.kv-logo {
    width: min(32.49vw,467.852px);
    margin-left: min(3.42vw,49.248px);
    margin-top: max(-0.6vw,-8.640px);
}
.kv .btn-tel {
    margin-top: min(2.19vw,31.536px);
    width: min(36.01vw,518.539px);
    height: min(5.88vw,84.672px);
    border-radius: min(0.93vw,13.392px);
    justify-content: initial;
}
.kv .btn-tel::after {
    display: none;
}
.kv .btn-tel .no-wrap img {
    width: min(2.85vw,41.040px);
}
.kv .btn-tel .no {
    font-size: min(3.14vw,45px);
    letter-spacing: 0;
}
.kv .btn-tel .txt {
    font-size: min(0.94vw,13.531px);
    letter-spacing: 0.05em;
    width: max-content;
    margin-top: max(-0.5vw,-7.195px);
}
.btn-wrap {
    display: flex;
    align-items: center;
    gap: min(0.81vw,11.656px);
    margin-top: min(1.13vw,16.266px);
}
.kv .btn-doc {
    width: min(17.66vw,250.297px);
    height: min(4.21vw,56.617px);
    border-radius: min(2.11vw,26.383px);
}
.kv .btn-doc::after {
    display: none;
}
.kv .btn-doc .icon-doc {
    width: min(1.69vw,24.336px);
}
.kv .btn-doc .icon-arrow {
    width: min(1.3vw,18.719px);
}
.kv .btn-doc span {
    font-size: min(1.3vw,18.72px);
    margin-left: min(2.08vw,29.952px);
    margin-right: min(2.97vw,42.768px);
}
.kv-txt-wrap-2 .txt-wrap {
    display: flex;
    align-items: center;
    gap: min(0.08vw,1.152px);
    margin-top: min(0.83vw,11.952px);
}
.kv-txt-wrap-2 .txt-wrap img {
    width: min(2.05vw,29.520px);
}
.kv-txt-wrap-2 .txt-wrap p {
    font-size: min(1.27vw,18.288px);
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0;
}
.kv-txt-wrap-2 {
    position: absolute;
    top: min(51.3vw, 738.720px);
    left: min(50.69vw, 729.936px);
    z-index: 2;
}
.kv-ramen {
    position: absolute;
    top: min(10vw, 115.200px);
    z-index: 1;
    width: min(41vw, 601.594px);
    right: min(4vw, 57.600px);
}
.kv-deco-left {
    width: min(61vw,878.398px);
    position: absolute;
    top: min(5.9vw,84.960px);
    left: max(-25.7vw,-370.080px);
}
.kv-deco-right {
    width: min(65vw,936px);
    position: absolute;
    top: min(4vw,57.600px);
    right: max(-12vw,-172.800px);
    z-index: 0;
}
.kv-smoke {
    width: min(31vw,446.398px);
    position: absolute;
    top: min(27vw,446.400px);
    right: min(5vw,158.400px);
    z-index: 1;
    mix-blend-mode: screen;
}
.kv .btn-wrap .time-wrap {
    display: flex;
    align-items: center;
    gap: 1.39vw;
    margin-left: 15px;
}
.kv .btn-wrap .time-wrap img {
    width: 4vw;
}
.kv .btn-wrap .time-wrap p {
    font-size: 1.44vw;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1.36;
}

@media screen and (max-width:768px) {
    .kv {
        background: initial;
        height: 155vw;
        margin-top: initial;
    }
    .kv-txt-wrap {
        position: absolute;
        top: 5vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .kv-txt-1 {
        font-size: 4vw;
        line-height: 1.7;
    }
    .kv-txt-1 span {
        font-size: 6vw;
    }
    .kv-txt-1 img {
        width: 36.65vw;
        top: 5.6vw;
        left: 20.5vw;
    }
    .kv-txt-2-wrap {
        gap: 1vw;
        font-size: 4vw;
        align-items: flex-start;
    }
    .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;
        margin-top: 6vw;
    }
    .kv-txt-1-img {
        width: 72vw;
        margin-top: 5vw;
    }
    .kv-txt-1 .big {
        font-size: 4.2vw;
        padding-top: 1vw;
        display: block;
    }
    .kv-txt-1 .big::after {
        height: 3.17vw;
        bottom: -2.6vw;
    }
    .kv-logo {
        width: 33vw;
        margin-left: 3.32vw;
        margin-top: 0vw;
    }
    .kv-ramen {
        position: absolute;
        top: 45vw;
        z-index: 1;
        width: 61vw;
        right: 2vw;
    }
    .kv .btn-tel {
        margin-top: 22vw;
        width: 90vw;
        height: 15vw;
        border-radius: 1vw;
    }
    .kv-txt-wrap-2 {
        position: absolute;
        top: 105vw;
        width: 100vw;
        left: 4.15vw;
    }
    .kv-txt-wrap-2 .txt-wrap p {
        font-size: 3.3vw;
    }
    .kv-txt-wrap-2 .txt-wrap img {
        width: 4.45vw;
    }
    .kv .btn-tel .no {
        font-size: 7vw;
    }
    .kv .btn-tel .no-wrap img {
        width: 6.85vw;
    }
    .btn-tel .no-wrap {
        gap: 2vw;
    }
    .kv .btn-tel .txt {
        font-size: 3vw;
        margin-top: -0.4vw;
    }
    .kv-txt-wrap-2 .txt-wrap {
        gap: 0.2vw;
        margin-top: 1vw;
    }
    .btn-wrap {
        flex-direction: column;
        gap: 3vw;
        margin-top: 3vw;
        justify-content: center;
    }
    .kv .btn-wrap {
        flex-direction: initial;
    }
    .kv .btn-doc {
        /*width: 90vw;*/
        width: 43vw;
        height: 10vw;
        border-radius: 5vw;
        border: 1px solid #C7171E;
    }
    .kv .btn-doc .icon-doc {
        width: 5vw;
    }
    .kv .btn-doc span {
        font-size: 4vw;
        margin-left: 2.08vw;
        margin-right: 2.97vw;
    }
    .kv .btn-doc .icon-arrow {
        width: 3.3vw;
    }
    .btn-doc .icon-entry {
        width: 5.3vw;
    }
    .kv-deco-left {
        width: 86vw;
        position: absolute;
        top: 10vw;
        left: 0;
    }
    .kv-deco-right {
        width: 86vw;
        position: absolute;
        top: 107vw;
        right: 0;
        z-index: -1;
    }
    .kv-smoke {
        width: 33vw;
        position: absolute;
        top: 74vw;
        right: 21vw;
        z-index: 1;
        mix-blend-mode: screen;
    }
    .kv .btn-wrap .time-wrap {
        margin-left: 0;
    }
    .kv .btn-wrap .time-wrap p {
        font-size: 3.4vw;
    }
    .kv .btn-wrap .time-wrap img {
        width: 8vw;
    }
}

/* ///////////////////////////////////////////////
jisseki
//////////////////////////////////////////////// */
.jisseki {
    background: url(../img/bg-jisseki.png) top center / cover;
    padding-top: 5.35vw;
    padding-bottom: 2.85vw;
}
.jisseki h2 {
    font-family: "ta-fuga-fude", sans-serif;
    color: #FFF;
    font-size: 4.06vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
    width: max-content;
    margin: 0 auto;
}
.jisseki-txt-1 {
  background : rgba(0, 0, 0, 0.44);
  border : 0.06vw solid #FCE333;
  border-radius : 1.88vw;
  color: #FCE333;
  font-size: 1.53vw;
  font-weight: 600;
  letter-spacing: 0.11em;
  font-feature-settings: "palt";
  width: 43.03vw;
  height: 3.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.53vw auto 0;
}
.loop-wrap {
    /*mix-blend-mode: multiply;
    background: url(../img/bg-loop-wrap.png) top center / cover; */
    background: rgba(0,0,0,0.3);
    height: 18.56vw;
    display: flex;
    align-items: center;
    margin-top: 1.94vw;
}
.jisseki-txt-2 {
    font-size: 1.56vw;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    width: max-content;
    margin: 2.29vw auto 0;
    position: relative;
}
.jisseki-txt-2::before,
.jisseki-txt-2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #FFF;
    width: 14.1vw;
    height: 1px;
}
.jisseki-txt-2::before {
    left: -16.18vw
}
.jisseki-txt-2::after {
    right: -16.18vw
}


#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 11.66vw;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    height: 100%;
    margin: 0!important;
    padding: 0!important;
    display: inline-block;
    overflow: hidden;
}
#loopslider ul li {
    width: 100%;
    height: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#loopslider ul li img {
    object-fit: cover;
    height: 100%;
    height: 11.66vw;
    width: 124.9vw;
    padding-right: 3vw;
}

@media screen and (max-width:768px) {
    .jisseki {
        padding-top: 15vw;
        padding-bottom: 4vw;
    }
    .jisseki h2 {
        font-size: 7vw;
        text-align: center;
        line-height: 1.7;
    }
    .jisseki-txt-1 {
        border: 0.06vw solid #FCE333;
        border-radius: 4vw;
        font-size: 3.3vw;
        width: 84vw;
        height: 8vw;
        margin: 3vw auto 0;
    }
    .loop-wrap {
        height: 40vw;
    }
    #loopslider ul li img {
        width: 266.67vw;
        height: 44.79vw;
        padding-right: 10vw;
        object-fit: contain;
    }
    #loopslider {
        height: 100%;
    }
    .jisseki-txt-2 {
        font-size: 3.4vw;
        margin: 4vw auto 0;
        text-align: center;
    }
}
/* ///////////////////////////////////////////////
campaign
//////////////////////////////////////////////// */
.campaign {
    padding: 5.35vw 0 7.29vw;
}
.campaign-bg {
    width: 76.39vw;
    height: 27.22vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.campaign-bg .label{
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    color: #FFF;
    background: #CD9A4F;
    font-size: 3.28vw;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.53vw;
    height: 5.56vw;
    position: absolute;
    top: 3vw;
    left: -5vw;
    transform: rotate(-45deg);
}
.campaign-bg .txt-1 {
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 3.28vw;
    letter-spacing: 0.01em;
    position: absolute;
    top: 3.99vw;
    left: 10.26vw;
    width: 62.77vw;
    border-bottom: 1px solid #FFF;
    padding-bottom: 0.8vw;
    text-align: center;
}
.campaign-bg .txt-1 span {
    font-size: 4.17vw;
}
.campaign-bg .txt-2 {
    font-size: 1.6vw;
    font-weight: 600;
    color: #FCE333;
    letter-spacing: 0;
    font-feature-settings: "palt";
    position: absolute;
    top: 9.95vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: max-content;
}
.campaign-bg .txt-3 {
    font-size: 2.03vw;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    position: absolute;
    top: 13vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: max-content;
}
.campaign-bg .txt-4 {
    font-size: 2.73vw;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    position: absolute;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: max-content;
}
.campaign-bg .txt-4 .mini {
    font-size: 1.68vw;
}
.campaign-bg .txt-4 .off {
    position: relative;
}
.campaign-bg .txt-4::after {
    content: "";
    position: absolute;
    top: 2vw;
    left: 10vw;
    transform: rotate(6deg);
    width: 20.32vw;
    height: 0.42vw;
    background: #C7171E;
}
.campaign-bg .txt-5 {
    font-size: 1.67vw;
    color: #FFF;
    background: rgba(199, 23, 30,0.7);
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    position: absolute;
    top: 21vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 64.54vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.07vw solid #FFF;
    box-sizing: border-box;
}
.campaign-bg .txt-5 span {
    font-size: 1.11vw;
}
.campaign-bg .campaign-off {
    width: 9.79vw;
    position: absolute;
    top: 8.2vw;
    left: 63.5vw;
}
@media screen and (max-width:768px) {
    .campaign {
        padding: 15vw 0;
    }
    .campaign-bg {
        width: 90vw;
        height: 90vw;
        border-right: 0.8vw solid #CD9A4F;
        border-left: 0.8vw solid #CD9A4F;
    }
    .campaign-bg .bg-img {
        height: 100%;
        object-fit: cover;
    }
    .campaign-bg .txt-1 {
        font-size: 5.3vw;
        top: 3.99vw;
        left: 10.26vw;
        width: 62.77vw;
        padding-bottom: 0.8vw;
        line-height: 1.4;
    }
    .campaign-bg .txt-1 span {
        font-size: 6vw;
    }
    .campaign-bg .txt-2 {
        font-size: 3.4vw;
        top: 23vw;
        text-align: center;
        line-height: 1.6;
    }
    .campaign-bg .txt-3 {
        font-size: 4vw;
        top: 35vw;
    }
    .campaign-bg .txt-4 {
        font-size: 6vw;
        top: 43vw;
        text-align: center;
    }
    .campaign-bg .txt-4::after {
        top: 4vw;
        left: 21vw;
        width: 44.32vw;
        height: 0.6vw;
    }
    .campaign-bg .txt-4 .mini {
        font-size: 3vw;
    }
    .campaign-bg .txt-5 {
        font-size: 4.4vw;
        top: 72vw;
        width: 80vw;
        flex-direction: column;
        height: 14vw;
    }
    .campaign-bg .campaign-off {
        width: 23vw;
        top: 4.2vw;
        left: 66.5vw;
    }
    .campaign-bg .txt-5 span {
        font-size: 3vw;
    }
}

/* ///////////////////////////////////////////////
worries
//////////////////////////////////////////////// */
.worries {
    padding: 7.29vw 0 6.11vw;
}
.worries h2 {
    font-size: 2.99vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
}
.worries h2 span {
    position: relative;
}
.worries h2 span::after {
    content: "";
    position: absolute;
    top: -1vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0.59vw;
    height: 0.59vw;
    border-radius: 50%;
    background: #CD9A4F;
}
.worries figure {
    width: 76.39vw;
    margin: 2.43vw auto 0;
    position: relative;
}
.worries p {
    font-size: 1.32vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1.47;
    text-align: center;
}
.worries p span {
    color: #C7171E;
}
.worries .txt-1 {
    position: absolute;
    top: 7.8vw;
    left: 13.2vw;
}
.worries .txt-2 {
    position: absolute;
    top: 7.8vw;
    left: 52vw;
}
.worries .txt-3 {
    position: absolute;
    top: 25.9vw;
    left: 5.6vw;
}
.worries .txt-4 {
    position: absolute;
    top: 27.5vw;
    left: 53.4vw;
}
@media screen and (max-width:768px) {
    .worries {
        padding: 15vw 0 6vw;
    }
    .worries h2 {
        font-size: 6vw;
    }
    .worries h2 span::after {
        top: -3vw;
        width: 1vw;
        height: 1vw;
    }
    .worries figure {
        width: 100vw;
        margin: 10vw auto 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .worries p {
        font-size: 3.2vw;
    }
    .worries .txt-1 {
        top: 11.8vw;
        left: 6vw;
    }
    .worries .txt-2 {
        top: 10.2vw;
        left: 55.7vw;
    }
    .worries .txt-3 {
        top: 54vw;
        left: 7.4vw;
    }
    .worries .txt-4 {
        top: 53.9vw;
        left: 55.6vw;
    }
    .campaign-bg .label {
        font-size: 4.48vw;
        width: 30.53vw;
        height: 7.56vw;
        top: 4vw;
        left: -7vw;
    }
    .txt-wrap-1 {
        width: 60%;
        margin-left: -6vw;
    }
    .txt-wrap-2 {
        width: 60%;
        margin-left: auto;
        margin-top: -48vw;
        margin-right: -8vw;
    }
    .txt-wrap-3 {
        width: 60%;
        margin-top: -8vw;
        margin-left: -6vw;
    }
    .txt-wrap-4 {
        width: 60%;
        margin-left: auto;
        margin-top: -48vw;
        margin-right: -8vw;
    }
    .worries-img-sp {
        margin: -13vw auto 0 -17vw;
        position: relative;
        z-index: -1;
        width: 134vw;
    }
}
/* ///////////////////////////////////////////////
course
//////////////////////////////////////////////// */
.course {
    padding-bottom: 7.29vw;
    position: relative;
    overflow: hidden;
}
.course-title {
    font-size: 1.18vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #C7171E;
    text-align: center;
}
.course h2 {
    font-size: 3.47vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 1.67vw auto 0;
    position: relative;
    width: max-content;
}
.course h2::after {
    content: "";
    position: absolute;
    bottom: -1.4VW;
    left: -3.47vw;
    background: url(../img/title-deco.png) no-repeat top center / cover;
    width: 26.32vw;
    height: 3.6vw;
    z-index: -1;
}
.course-class-wrap {
    width: 76.39vw;
    margin: 4.79vw auto 0;
    box-shadow : 5px 5px 8px rgba(0, 0, 0, 0.5);
    background: #FFF;
}
.course-class-inner {
    padding: 3.39vw 3.47vw 6.49vw;
}
.course-class-title {
    font-size: 2.08vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    color: #C7171E;
    width: max-content;
    margin: 0 auto;
}
.course-class-title span {
    font-size: 2.99vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    color: #000;
}
.course-class-title.senka-title {
    color: #CD9A4F;
}
.course-class-img-wrap {
    display: grid;
    grid-template-columns: 23.55vw 1fr;
}
.course-class-img-wrap img {
    height: 100%;
}
.course-class-img-wrap .txt-1-wrap {
    background: #FAF4DE;
    height: 9.38vw;
    padding-top: 5px;
    padding-bottom: 5px;
}
.course-class-img-wrap .txt-1 {
    font-size: 1.65vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding-top: 2.43vw;
    padding-left: 4.17vw;
}
.course-class-img-wrap .txt-1 span {
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    font-size: 1.94vw;
}
.course-class-img-wrap .txt-2 {
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    font-size: 2.92vw;
    letter-spacing: 0;
    color: #C7171E;
    padding-top: 0.9vw;
    padding-left: 4.17vw;
}
.course-class-img-wrap .txt-3 {
    background: #F2E0C3;
    height: 8.86vw;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.666;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding-left: 4.17vw;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.course-class-img-wrap .txt-4 {
    background: #FAF4DE;
    height: 5.92vw;
    font-size: 3.12vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    padding-left: 17.97vw;
    display: flex;
    align-items: center;
}
.course-class-img-wrap .txt-4 .en {
    font-size: 1.81vw;
    font-weight: 700;
    position: relative;
    top: 0.6vw;
}
.course-class-img-wrap .txt-4 .mini {
    font-size: 1.04vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    top: 0.8vw;
}
.course-class-bottom-txt {
    background: #C7171E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 5.38vw;
    font-size: 1.39vw;
    font-weight: 700;
    color: #FCE333;
    font-feature-settings: "palt";
    text-align: center;
    
}
.course-class-bottom-txt span {
    color: #FFF;
    display: block;
    font-size: 1.18vw;
    font-weight: 500;
    display: block;
}
.course-class-shadow {
    box-shadow : 2px 2px 3px rgba(0, 0, 0, 0.5);
    margin-top: 3.29vw;
    position: relative;
}
.course-chiba {
    width: 10.86vw;
    height: initial !important;
    position: absolute;
    top: 1.8vw;
    left: 54vw;
}
.course-class-senka-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.01vw;
    row-gap: 2.12vw;
    margin-top: 3.37vw;
}
.course-class-senka-wrap .txt-1 {
    font-size: 1.65vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    height: 5.87vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF4DE;
}
.course-class-senka-wrap .txt-1 span {
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    font-size: 1.94vw;
}
.course-class-senka-wrap .txt-2 {
    font-size: 2.91vw;
    line-height: 1;
    letter-spacing: 0;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    height: 5.58vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CD9A4F;
    color: #FFF;
}
.course-class-senka-wrap .txt-2.color {
    background: #F2E0C3;
    color: #CD9A4F;
}
.course-class-senka-wrap .txt-2 span {
    font-size: 2.2vw;
}
.course-class-senka-wrap .txt-3 {
    background: #FAF4DE;
    height: 2.75vw;
    font-size: 3.12vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.course-class-senka-wrap .txt-3 .en {
    font-size: 1.81vw;
    font-weight: 700;
}
.course-class-senka-wrap .txt-3 .mini {
    font-size: 1.4vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 0.7vw;
}
.course-class-senka-shadow {
    box-shadow : 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.course-bottom-txt {
    font-size: 2.08vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    width: max-content;
    margin: 3.19vw auto 0;
}
.course-deco-left {
    position: absolute;
    top: 2.5vw;
    left: -13vw;
    width: 29.55vw;
    z-index: -1;
}
.course-deco-right {
    position: absolute;
    top: 88.5vw;
    right: -10.2vw;
    width: 25.48vw;
    z-index: -1;
}
@media screen and (max-width:768px) {
    .course {
        padding-bottom: 15vw;
    }
    .course-title {
        font-size: 3.4vw;
    }
    .course h2 {
        font-size: 7vw;
        margin: 3vw auto 0;
    }
    .course h2::after {
        bottom: -3VW;
        left: -3.47vw;
        width: 54.32vw;
        height: 7.6vw;
    }
    .course-class-wrap {
        width: 90vw;
        margin: 10vw auto 0;
    }
    .course-class-wrap.senka {
        margin-top: 7vw
    }
    .course-class-img-wrap {
        display: grid;
        grid-template-columns: 1fr;
    }
    .course-class-title {
        font-size: 4vw;
    }
    .course-class-title span {
        font-size: 6vw;
    }
    .course-class-img-wrap .txt-1-wrap {
        height: 17vw;
    }
    .course-class-img-wrap .txt-1 {
        font-size: 4vw;
        padding-top: 2.43vw;
        padding-left: 4.17vw;
    }
    .course-class-img-wrap .txt-1 span {
        font-size: 4.5vw;
    }
    .course-class-img-wrap .txt-2 {
        font-size: 6vw;
        padding-top: 2.3vw;
        padding-left: 4.17vw;
    }
    .course-class-img-wrap .txt-3 {
        height: initial;
        font-size: 3vw;
        padding: 3vw 4.17vw;
    }
    .course-class-img-wrap .txt-4 {
        padding-right: 2vw;
        height: 15vw;
        font-size: 7vw;
        padding-left: 0;
        justify-content: flex-end;
    }
    .course-class-img-wrap .txt-4 .en {
        font-size: 4vw;
        top: 0.6vw;
    }
    .course-class-img-wrap .txt-4 .mini {
        font-size: 2.8vw;
        top: 1.2vw;
    }
    .course-class-bottom-txt {
        height: 21vw;
        font-size: 4.4vw;
    }
    .course-class-bottom-txt span {
        font-size: 3.4vw;
    }
    .course-chiba {
        width: 23vw;
        top: 54.8vw;
        left: 60vw;
    }
    .course-class-inner {
        padding: 10vw 3vw 10vw;
    }
    .course-class-shadow {
        margin-top: 6vw;
    }
    .course-class-senka-wrap {
        grid-template-columns: 1fr;
        gap: 6vw;
        row-gap: 4vw;
        margin-top: 6vw;
    }
    .course-class-senka-wrap .txt-1 {
        font-size: 4vw;
        height: 10vw;
    }
    .course-class-senka-wrap .txt-1 span {
        font-size: 4.5vw;
    }
    .course-class-senka-wrap .txt-2 {
        font-size: 6vw;
        height: 12vw;
    }
    .course-class-senka-wrap .txt-2 span {
        font-size: 4vw;
    }
    .course-class-senka-wrap .txt-3 {
        height: 5vw;
        font-size: 7vw;
    }
    .course-class-senka-wrap .txt-3 .en {
        font-size: 4vw;
    }
    .course-class-senka-wrap .txt-3 .mini {
        font-size: 2.8vw;
        margin-top: 1.7vw;
    }
    .course-bottom-txt {
        font-size: 3.4vw;
        margin: 4vw auto 0;
    }
    .course-deco-left {
        top: 8.5vw;
        left: -2vw;
        width: 16.15vw;
    }
    .course-deco-right {
        top: 388vw;
        right: -0.2vw;
        width: 15.48vw;
    }
}
/* ///////////////////////////////////////////////
cta
//////////////////////////////////////////////// */
.cta {
    background: url(../img/bg-cta.png) no-repeat top center /cover;
    height: 29.64vw;
}
.cta-inner {
    padding-top: 3vw;
}
.cta h2 {
    font-size: 1.67vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin: 0 auto;
    width: max-content;
    color: #FFF;
    text-align: center;
    line-height: 1.91;
    position: relative;
}
.cta h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5vw;
    background: url(../img/cta-title-deco-left.png) no-repeat top center / cover;
    width: 3.36vw;
    height: 3.98vw;
}
.cta h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5vw;
    background: url(../img/cta-title-deco-right.png) no-repeat top center / cover;
    width: 3.36vw;
    height: 3.98vw;
}
.cta .btn-tel {
    width: 52.69vw;
    height: 8.27vw;
    border-radius: 1.34vw;
    margin: 2.28vw auto 0;
}
.cta .btn-tel .no-wrap img {
    width: 4.01vw;
}
.cta .btn-tel .no {
    font-size: 4.42vw;
    line-height: 1.2;
}
.cta .btn-tel .txt {
    font-size: 1.32vw;
}
.cta .btn-tel .no-wrap {
    gap: 1.04vw;
}
.cta .btn-wrap {
    display: flex;
    align-items: center;
    gap: 1.39vw;
    margin: 1.74vw auto 0;
    width: 52.69vw;
    justify-content: center;
}
.cta .btn-wrap .time-wrap {
    display: flex;
    align-items: center;
    gap: 1.39vw;
}
.cta .btn-wrap .time-wrap img {
    width: 4.56vw;
}
.cta .btn-wrap .time-wrap p {
    color: #FFF;
    font-size: 1.74vw;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1.36;
}
.cta .btn-doc {
    border: 0.16vw solid #C7171E;
    box-sizing: border-box;
    width: 15.49vw;
    height: 4.73vw;
    border-radius: 2.37vw;
}
.cta .btn-doc .icon-doc {
    width: 1.89vw;
}
.cta .btn-doc .icon-arrow {
    width: 1.46vw;
}
.cta .btn-doc span {
    font-size: 1.46vw;
    margin-left: 1.26vw;
    margin-right: 1.39vw;
}
.cta .btn-doc .icon-entry {
    width: 1.89vw;
}
.cta .btn-doc::after {
    display: none;
}
@media screen and (max-width:768px) {
    .cta {
        height: initial;
        padding: 10vw 0;
    }
    .cta h2 {
        font-size: 3.4vw;
    }
    .cta h2::before {
        left: -7vw;
        width: 7.36vw;
        height: 6.98vw;
    }
    .cta h2::after {
        right: -7vw;
        width: 7.36vw;
        height: 6.98vw;
    }
    .cta .btn-tel {
        width: 90vw;
        height: 15vw;
        border-radius: 2vw;
        margin: 6vw auto 0;
    }
    .cta .btn-tel .no {
        font-size: 7vw;
    }
    .cta .btn-tel .no-wrap img {
        width: 6.85vw;
    }
    .cta .btn-tel .txt {
        font-size: 3vw;
    }
    .cta .btn-wrap {
        gap: 4vw;
        margin: 6vw auto 0;
        width: 90vw;
    }
    .cta .btn-wrap .time-wrap p {
        font-size: 4vw;
    }
    .cta .btn-wrap .time-wrap img {
        width: 10vw;
    }
    .cta .btn-doc {
        border: 0.4vw solid #C7171E;
        width: 75vw;
        height: 10vw;
        border-radius: 5vw;
    }
    .cta .btn-doc span {
        font-size: 4vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .cta .btn-doc .icon-doc {
        width: 5vw;
    }
    .cta .btn-doc .icon-entry {
        width: 5vw;
    }
    .cta .btn-doc .icon-arrow {
        width: 3vw;
    }
}
/* ///////////////////////////////////////////////
reason
//////////////////////////////////////////////// */
.reason {
    padding: 10.56vw 0 11.53vw;
}
.reason h2 {
    font-size: 3.47vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: max-content;
}
.reason h2::after {
    content: "";
    position: absolute;
    bottom: -1.4VW;
    left: -2.17vw;
    background: url(../img/title-deco.png) no-repeat top center / cover;
    width: 26.32vw;
    height: 3.6vw;
    z-index: -1;
}
.reason h2::before {
    content: "";
    position: absolute;
    bottom: -2.1VW;
    left: -5.87vw;
    background: url(../img/reason-logo.png) no-repeat top center / cover;
    width: 6.37vw;
    height: 10.46vw;
    z-index: 1;
}
.reason-wrap {
    width: 72.92vw;
    margin: 9.31vw auto 0;
}

.reason-wrap .wrap-1 {
    display: grid;
    grid-template-columns: 27.15vw 1fr;
    gap: 2.71vw;
    position: relative;
    align-items: center;
}
.reason-wrap .wrap-2 {
    display: grid;
    grid-template-columns: 1fr 27.15vw ;
    gap: 2.71vw;
    margin: 9.72vw auto;
    position: relative;
    align-items: center;
}
.reason-wrap .wrap-2 .txt-wrap {
    padding-left: 3.45vw;
}

.reason-wrap .txt-1 {
    font-size: 1.65vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    color: #C7171E;
}
.reason-wrap .txt-2 {
    font-size: 2.43vw;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
    color: #CD9A4F;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    margin-top: 1.17vw;
}
.reason-wrap .txt-3 {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.666;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-top: 2.4vw;
}
.reason-wrap .txt-wrap {
    position: relative;
}
.reason-wrap .txt-wrap img {
    position: absolute;
    top: -5.4vw;
    right: -1.7vw;
    width: 16.23vw;
    z-index: -1;
}
.reason-wrap .wrap-2 .txt-wrap img {
    top: -4.8vw;
    right: 2.7vw;
}
.reason-deco-left {
    width: 23.19vw;
    position: absolute;
    bottom: 1.3vw;
    left: -15.9vw;
    z-index: -1;
}
.reason-deco-right {
    width: 23.19vw;
    position: absolute;
    bottom: 1.3vw;
    right: -15.6vw;
    z-index: -1;
}
.reason iframe {
    width: 58.96vw;
    height: 32.99vw;
    margin: 12.22vw auto 0;
    display: block;
}
@media screen and (max-width:768px) {
    .reason {
        padding: 15vw 0;
    }
    .reason h2 {
        font-size: 7vw;
    }
    .reason h2::before {
        bottom: -4.1VW;
        left: -9.87vw;
        width: 10.37vw;
        height: 17.46vw;
    }
    .reason h2::after {
        bottom: -3.4VW;
        left: -2.17vw;
        width: 54.32vw;
        height: 7.6vw;
    }
    .reason-wrap .wrap-1 {
        grid-template-columns: 1fr;
        gap: 11vw;
    }
    .reason-wrap {
        width: 90vw;
        margin: 10vw auto 0;
    }
    .reason-wrap .txt-1 {
        font-size: 3.6vw;
    }
    .reason-wrap .txt-2 {
        font-size: 5vw;
        margin-top: 2vw;
    }
    .reason-wrap .txt-3 {
        font-size: 3.4vw;
        margin-top: 3vw;
    }
    .reason-wrap .txt-wrap img {
        top: -8.8vw;
        right: -1.7vw;
        width: 25vw;
    }
    .reason-wrap .wrap-2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11vw;
        margin: 10vw auto;
        position: relative;
    }
    .reason-wrap .wrap-2 .txt-wrap {
        padding-left: 0;
        order: 2;
    }
    .reason-wrap .wrap-2 .txt-wrap img {
        top: -8.8vw;
        right: 2.7vw;
    }
    .reason iframe {
        width: 80vw;
        height: 45vw;
        margin: 10vw auto 0;
    }

}
/* ///////////////////////////////////////////////
school
//////////////////////////////////////////////// */
.school {
    padding: 8.93vw 0 0vw;
}
.school h2 {
    font-size: 3.47vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: max-content;
}
.school h2::after {
    content: "";
    position: absolute;
    bottom: -1.4VW;
    left: -2.17vw;
    background: url(../img/title-deco.png) no-repeat top center / cover;
    width: 26.32vw;
    height: 3.6vw;
    z-index: -1;
}
.school-bg {
    background: url(../img/bg-school.png) no-repeat top center /cover;
    padding-top: 7.06vw;
    padding-bottom: 17.71vw;
    margin-top: 5.8vw;
    position: relative;
    z-index: 1;
}
.school-bg .title {
    font-size: 2.78vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    color: #F9F4E0;
    position: relative;
}
.school-bg .title::after {
    content: "";
    width: 4.44vw;
    height: 0.14vw;
    background: #F9F4E0;
    position: absolute;
    bottom: -1.5vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.school-bg .title-2 {
    margin-top: 6.81vw;
}
.school-img-wrap {
    margin: 4.65vw auto 0;
    width: 57.53vw;
    /*display: grid;
    grid-template-columns: 1fr 1fr;*/
    display: flex;
    gap: 2.92vw;
}
.school-img-wrap figure {
    width: 27.25vw;
    flex-shrink: 0;
}
.school-img-wrap .img-txt {
    color: #F9F4E0;
    font-size: 1.26vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    letter-spacing: -0.06em;
    margin-top: 1.2vw;
    white-space: nowrap;
}
.school-txt-wrap {
    display: flex;
    align-items: center;
    width: 53.54vw;
    margin: 3.54vw auto 0;
    gap: 0.99vw;
}
.school-txt-wrap img {
    width: 8.81vw;
}
.school-txt-wrap p {
    color: #FFF;
    font-size: 1.11vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1.875;
    white-space: nowrap;
}
.school-line {
    width: 57.53vw;
    margin: 2.5vw auto 0;
}
.school .address,
.school .access {
    font-size: 1.11vw;
    color: #F9F4E0;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin: 2.22vw 0 0 24.38vw;
    width: max-content;
}
.school .access {
    margin: 1.11vw 0 0 24.38vw;
}
.btn-school {
    width: 27.25vw;
    height: 5.79vw;
    background: #CD9A4F;
    color: #F9F4E0;
    border-radius: 2.89vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2vw;
}
.btn-school::after {
    content: "";
    background: #60421B;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -0.49vw;
    left: 0;
    border-radius: 2.89vw;
    z-index: -1;
}
.btn-school-wrap {
    margin: 3.94vw auto 0;
    width: max-content;
}
.btn-school:hover{
    bottom: -0.49vw;
}
.btn-school:hover::after{
    display: none;
}
.school-chiba {
    width: 16.39vw;
    position: absolute;
    top: 13vw;
    right: 9.5vw;
    z-index: -1;
}
.school-osaka {
    width: 15.12vw;
    position: absolute;
    top: 79.6vw;
    left: 10.2vw;
    z-index: -1;
}
.school-img-wrap .swiper {
    width: 27.25vw;
    height: 16.58vw;
}
.school-img-wrap .swiper img {
    object-fit: cover;
}
.swiper-wrap {
    position: relative;
}
.swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid #FFF !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #FFF !important;
}
.swiper-pagination,
.swiper-pagination2,
.swiper-pagination3  {
    width: max-content !important;
    left: initial !important;
    right: 0 !important;
    top: 16.7vw !important;
    position: absolute;
}
@media screen and (max-width:768px) {
    .school {
        padding: 7vw 0;
    }
    .school h2 {
        font-size: 7vw;
    }
    .school h2::after {
        bottom: -3.4VW;
        left: -2.17vw;
        width: 54.32vw;
        height: 7.6vw;
    }
    .school-bg {
        padding-top: 10vw;
        padding-bottom: 25vw;
        margin-top: 7vw;
    }
    .school-bg .title {
        font-size: 6vw;
    }
    .school-bg .title::after {
        width: 14vw;
        height: 0.2vw;
        bottom: -3vw;
    }
    .school-img-wrap {
        margin: 7vw auto 0;
        width: 90vw;
        flex-direction: column;
        gap: 6vw;
    }
    .school-img-wrap figure {
        width: 100%;
    }
    .school-img-wrap .img-txt {
        font-size: 3.8vw;
        margin-top: 2vw;
        white-space: initial;
    }
    .school-txt-wrap {
        width: 90vw;
        margin: 5vw auto 0;
        gap: 1vw;
        flex-direction: column;
    }
    .school-txt-wrap p {
        font-size: 3.4vw;
        white-space: initial;
    }
    .school-txt-wrap img {
        width: 24vw;
    }
    .school-line {
        width: 90vw;
        margin: 3vw auto 0;
    }
    .school .address, .school .access {
        font-size: 3.4vw;
        margin: 3vw auto 0;
        width: 90vw;
    }
    .btn-school {
        width: 80vw;
        height: 14vw;
        border-radius: 7vw;
        font-size: 4vw;
    }
    .btn-school::after {
        bottom: -1.5vw;
        border-radius: 7vw;
    }
    .btn-school:hover{
        bottom: -1.5vw;
    }
    .btn-school-wrap {
        margin: 10vw auto 0;
    }
    .school-chiba {
        width: 11.6vw;
        top: 14vw;
        right: 6.5vw;
    }
    .school-bg .title-2 {
        margin-top: 15vw;
    }
    .school-img-wrap .swiper {
        width: 100%;
        height: 55vw;
    }
    .swiper-pagination {
        top: 55vw !important;
    }
    .school-osaka {
        width: 11.6vw;
        top: 292vw;
        left: 7.2vw;
    }
    .swiper-pagination,
    .swiper-pagination2,
    .swiper-pagination3  {
        top: 55.3vw !important;
    }

}
/* ///////////////////////////////////////////////
voice
//////////////////////////////////////////////// */
.voice {
    padding: 10.21vw 0 6.63vw;
    background: url(../img/bg-voice.png) no-repeat top center / cover;
    margin-top: -8vw;
    position: relative;
    z-index: 1;
}
.voice h2 {
    font-size: 3.47vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: max-content;
}
.voice h2::after {
    content: "";
    position: absolute;
    bottom: -1.4VW;
    left: -2.17vw;
    background: url(../img/title-deco.png) no-repeat top center / cover;
    width: 26.32vw;
    height: 3.6vw;
    z-index: -1;
}
.voice-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.3vw;
    width: 76.39vw;
    margin: 12.08vw auto 0;
}
.voice-card {
    background: #FFF;
    box-shadow : 5px 5px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 43.94vw;
}
.voice-card .img-1 {
    width: 20.25vw;
    border-radius: 2vw 2vw 0 0;
    position: absolute;
    top: -6.53vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
}
.voice-card figure {
    position: relative;
}
.voice-card .name-bg {
    width: 17.64vw;
    position: absolute;
    top: 7.57vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
}
.voice-card .name {
    position: absolute;
    top: 7.67vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
    color: #FFF;
    font-size: 1.3vw;
    font-weight: 500;
    letter-spacing: 0;
    font-feature-settings: "palt";
}
.voice-card .txt-1 {
    margin-top: 11.96vw;
    font-size: 1.3vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.5;
    text-align: center;
}
.voice-card .txt-1 span {
    color: #C7171E;
}
.voice-card .txt-2 {
    margin: 0.93vw auto 0;
    font-size: 1.11vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    line-height: 1.6875;
    color: #CD9A4F;
    width: 20.25vw;
}
.btn-voice-wrap {
    margin: 6.09vw auto 0;
}
@media screen and (max-width:768px) {
    .voice {
        padding: 15vw 0 10vw;
        margin-top: -24vw;
    }
    .voice h2 {
        font-size: 7vw;
    }
    .voice h2::after {
        bottom: -3.4VW;
        left: -2.17vw;
        width: 54.32vw;
        height: 7.6vw;
    }
    .voice-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32vw;
        width: 90vw;
        margin: 40vw auto 0;
    }
    .voice-card .img-1 {
        width: 80vw;
        top: -23vw;
        border-radius: 5vw 5vw 0 0;
    }
    .voice-card {
        height: initial;
        padding-bottom: 6vw;
    }
    .voice-card .name-bg {
        width: 70vw;
        top: 31.57vw;
    }
    .voice-card .name {
        top: 32.67vw;
        font-size: 4vw;
    }
    .voice-card .txt-1 {
        margin-top: 43vw;
        font-size: 5vw;
    }
    .voice-card .txt-2 {
        margin: 3vw auto 0;
        font-size: 3.4vw;
        width: 80vw;
    }

}
/* ///////////////////////////////////////////////
store
//////////////////////////////////////////////// */
.store {
    padding: 10.21vw 0 6.63vw;
    background: #F2DCC0;
    position: relative;
    z-index: 1;
}
.store h2 {
    font-size: 3.47vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 1.67vw auto 0;
    position: relative;
    width: max-content;
}
.store h2::after {
    content: "";
    position: absolute;
    bottom: -1.4VW;
    left: -2.17vw;
    background: url(../img/title-deco-store.png) no-repeat top center / cover;
    width: 26.32vw;
    height: 3.6vw;
    z-index: -1;
}
.store-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.3vw;
    width: 76.39vw;
    margin: 12.08vw auto 0;
}
.store-card {
    background: #FFF;
    box-shadow : 5px 5px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 24.35vw;
    z-index: 0;
}
.store-card .img-1 {
    width: 20.25vw;
    height: 14.2vw;
    object-fit: cover;
    position: absolute;
    top: -6.53vw;
    left: 50%;
    border-radius: 2vw 2vw 0 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); 
}
.store-card .name {
    font-size: 1.3vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    color: #CD9A4F;
    text-align: center;
    margin-top: 9.58vw;
}
.store-card .address {
    font-size: 1.11vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    text-align: center;
    margin-top: 1.18vw;
    line-height: 1.696;
}
.store-card .btn-school {
    width: 20.43vw;
    height: 4.34vw;
    background: #E0D9C9;
    color: #323333;
    border-radius: 2.17vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.48vw auto 0;
}
.store-card .btn-school::after {
    background: #CD9A4F;
    bottom: -0.26vw;
    border-radius: 2.17vw;
}
.store-card .btn-school:hover {
    top: 0.26vw;
}
@media screen and (max-width:768px) {
    .store {
        padding: 15vw 0 10vw;
        margin-top: 0;
    }
    .store h2 {
        font-size: 7vw;
    }
    .store h2::after {
        background: url(../img/title-deco-store.png) no-repeat top center / cover;
        bottom: -3.4VW;
        left: -2.17vw;
        width: 54.32vw;
        height: 7.6vw;
    }
    .store-wrap {
        grid-template-columns: 1fr;
        gap: 30vw;
        width: 90vw;
        margin: 40vw auto 0;
    }
    .store-card .img-1 {
        width: 80vw;
        top: -21vw; 
        border-radius: 8vw 8vw 0 0;  
        height: 56vw; 
    }
    .store-card {
        height: initial;
    }
    .store-card .name {
        font-size: 5vw;
        margin-top: 40vw;
    }
    .store-card .address {
        font-size: 3.4vw;
        margin-top: 3vw;
    }
    .store-card .btn-school {
        width: 80vw;
        height: 14vw;
        border-radius: 7vw;
        margin: 6vw auto;
    }
    .store-card .btn-school::after {
        bottom: -1.5vw;
        border-radius: 7vw;
    }
    .store-card .btn-school:hover {
        top: 1.5vw;
    }
}

/* ///////////////////////////////////////////////
faq
//////////////////////////////////////////////// */
.faq {
    padding: min(7.5vw,108px) 0 min(9.03vw,130px) 0;
    position: relative;
}
.faq h2 {
    font-size: 3.47vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 1.67vw auto 0;
    position: relative;
    width: max-content;
}
.faq h2::after {
    content: "";
    position: absolute;
    bottom: -2.2VW;
    left: 0.43vw;
    background: url(../img/title-deco.png) no-repeat top center / cover;
    width: 26.32vw;
    height: 3.6vw;
    z-index: -1;
}
.faq-wrap {
    width: 69.44vw;
    margin: 4.86vw auto 0;
}
.faq-title-wrap {
    background : #FFF;
    display: grid;
    grid-template-columns: 11.9% 1fr 7.4%;
    height: 6.75vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.faq-title-btn {
    position: relative;
    transition: 0.3s;
    width: 2.95vw;
    display: flex;
    align-items: center;
}
.faq-title-btn img {
    width: 100%;
}
/*
.faq-title-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);
    background: #2F6CB1;
    height: min(17.85vw,26.7px);
    width: min(0.23vw,3.3px);
    transition: 0.3s;
}
.faq-title-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);  
    -ms-transform: translate(-50%, -50%);
    background: #2F6CB1;
    height: min(0.23vw,3.3px);
    width: min(17.85vw,26.7px);
}*/
.faq-wrap.open .faq-title-btn {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.faq-title-q {
    color: #72B7CC;
    font-size: min(3.39vw,48.78px);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.04em;
    position: relative;
    top: max(-0.5vw, -7.2px);
    left: 0;
}
.faq-title-q img {
    width: 3.89vw;
}
.faq-title-txt {
    font-size: 1.18vw;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
    line-height: 1.764;
    display: flex;
    align-items: center;
}
.faq-title-a {
    font-size: min(3.39vw,48.78px);
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0.2vw;
    left: -0.7vw;
    color: #FFF;
}
.faq-title-a img {
    width: 3.89vw;
}
.faq-answer-txt {
    font-size: 1.11vw;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    line-height: 1.875;
    padding-right: 7.2vw;
}
.faq-answer-txt .mini {
    font-size: min(0.9vw,13px);
}
.faq-answer {
    display: grid;
    grid-template-columns: 14.6% 1fr;
    align-items: flex-start;
    max-height: 0;
    overflow: hidden;   
    padding: 0;
    background: #F7F0F1;
    position: relative;
    z-index: 0;
}
.faq-wrap.open .faq-answer {
    max-height: 5000px;
    transition: max-height 0.5s ease-in;
    padding: 3.47vw 0 5.9vw;
}
.faq .faq-wrap:nth-of-type(n + 2) {
    margin-top: 1.22vw;
}
.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;
}
.btn-answer {
    margin:  0 auto;
}
.faq iframe {
    width: 100%;
}
.faq-deco-right {
    width: 23.19vw;
    position: absolute;
    top: 7.9vw;
    right: -0.3vw;
    z-index: -1;
}
.faq-deco-left {
    width: 23.19vw;
    position: absolute;
    top: 80.17vw;
    left: -2.4vw;
    z-index: -1;
}
 
@media screen and (max-width:768px) { 
    .faq {
        padding: 15vw 0;
    }
    .faq h2 {
        font-size: 7vw;
    }
    .faq h2::after {
        bottom: -3.4VW;
        left: -2.17vw;
        width: 54.32vw;
        height: 7.6vw;
    }
    .faq-wrap {
        width: 90vw;
        margin: 10vw auto 0;
    }
    .faq-title-q {
        font-size: 5vw;
        left: 0;
    }
    .faq-title-txt {
        font-size: 4vw;
        line-height: 1.4;
        padding-left: 0;
    }
    .faq-title-wrap {
        height: initial;
        padding: 3vw 0;
        min-height: 20vw;
    }
    .faq-title-btn::before {
        height: 5vw;
        width: 0.4vw;
    }
    .faq-title-btn::after {
        height: 0.4vw;
        width: 5vw;
    }
    .faq-title-a {
        font-size: 5vw;
        top: -1vw;
        left: 0;
    }
    .faq-answer-txt {
        font-size: 3.4vw;
        padding-left: 0;
        width: 74vw;
    }
    .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-title-q img {
        width: 6vw;
    }
    .faq-title-a img {
        width: 6vw;
    }
    .faq-title-btn {
        width: 5vw;
    }
    .faq-wrap.open .faq-answer {
        padding: 6vw 0 6vw;
        margin-top: 0.5vw;
    }
    .faq .btn-school {
        width: 72vw;
    }
}

/* ///////////////////////////////////////////////
footer
//////////////////////////////////////////////// */
.footer-logo-wrap {
    width: 76.39vw;
    margin: 3.78vw auto 2.88vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.footer-logo-wrap figure {
    width: 14.2vw;
    margin-right: 7.08vw;
}
small {
    background: #323333;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.51vw;
    font-size: 12px;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
}

footer .icon-insta {
    width: 1.1vw;
    margin-right: 0.59vw;
}
footer .icon-facebook {
    width: 1.1vw;
    margin-right: 0.59vw;
}
footer .icon-x {
    width: 0.83vw;
    margin-right: 0.69vw;
    margin-left: 0.2vw;
}
.footer-title {
    font-size: 1.39vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
.footer-link {
    width: max-content;
}
.footer-link:nth-of-type(1) {
    margin-right: 4.72vw;
}
.footer-link:nth-of-type(2) {
    margin-right: 5.97vw;
}
.footer-link:nth-of-type(3) {
    margin-top: 1.92vw;
}
.footer-link a {
    display: block;
    font-size: 1.04vw;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
}
.footer-link a span {
    color: #C7171E;
}
.footer-link:nth-of-type(1) a,
.footer-link:nth-of-type(2) a {
    margin-left: 0.3vw;
    margin-top: 0.97vw;
}
.footer-link:nth-of-type(3) a {
    width: 15.18vw;
    height: 3.29vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.9px solid #000;
    margin-bottom: 0.99vw;
    position: relative;
}
.footer-link:nth-of-type(3) a::after {
    content: "";
    width: 1.46vw;
    height: 0.9vw;
    background: url(../img/footer-btn-arrow.png) no-repeat top center / cover;
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width:768px) { 
    footer {
        padding-bottom: 15vw;
    }
    .footer-logo-wrap {
        flex-direction: column;
        align-items: center;
        gap: 8vw;
    }
    .footer-logo-wrap figure {
        width: 40vw;
        margin-right: 0;
    }
    .footer-title {
        font-size: 4vw;
    }
    .footer-link a {
        font-size: 3.4vw;
    }
    .footer-link:nth-of-type(1) a, .footer-link:nth-of-type(2) a {
        margin-left: 1vw;
        margin-top: 3vw;
    }
    footer .icon-insta {
        width: 3.7vw;
        margin-right: 2vw;
        margin-left: 2vw;
    }
    footer .icon-facebook {
        width: 3.7vw;
        margin-right: 2vw;
        margin-left: 2vw;
    }
    footer .icon-x {
        width: 3.7vw;
        margin-right: 2vw;
        margin-left: 2vw;
    }
    .footer-link:nth-of-type(3) a {
        width: 55vw;
        height: 15vw;
        border: 1px solid #000;
        margin-bottom: 3vw;
    }
    .footer-link:nth-of-type(3) a::after {
        width: 4vw;
        height: 2.5vw;
        right: 7vw;
    }
    small {
        height: 15vw;
        font-size: 3vw;
        text-align: center;
    }
}
/* ///////////////////////////////////////////////
fixed
//////////////////////////////////////////////// */
@media screen and (max-width:768px) { 
    .fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        display: none;
        z-index: 10;
        width: 100%;
    }
    .fixed a {
        width: 100%;
        height: 15vw;
    }
    .fixed img {
        height: 100%;
    }
    .fixed .btn-doc span {
        font-size: 4.4vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .fixed .btn-doc .icon-doc {
        width: 7vw;
    }
    .fixed .btn-doc .icon-entry {
        width: 7vw;
    }
    .fixed .btn-doc .icon-arrow {
        width: 4vw;
    }
}

/* ///////////////////////////////////////////////
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"]  {
    transition: 0.3s;
}
a:hover,
input[type="submit"]: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;
    }
}

/* 資料請求フォーム */
.contact-form-section {
    background-color: #F2DCC0;
    padding: 10.21vw 0 6.63vw;
    position: relative;
    z-index: 1;
}

.contact-form-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    box-shadow: none;
}

.contact-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-title {
    font-size: 3.47vw;
    font-family: "ta-fuga-fude", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 1.67vw auto 0;
    position: relative;
    width: max-content;
    color: #323333;
}

.contact-form-title::after {
    content: "";
    position: absolute;
    bottom: -1.4VW;
    left: -2.17vw;
    background: url(../img/title-deco-store.png) no-repeat top center / cover;
    width: 26.32vw;
    height: 3.6vw;
    z-index: -1;
}

.contact-form {
    width: 100%;
    padding: 0;
}

.form-group {
    margin-bottom: 24px;
    width: 100%;
}

.form-label {
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
}

.form-required {
    color: #c12328;
    margin-left: 4px;
}

.form-input, 
.form-select, 
.form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-sizing: border-box; /* 追加：ボックスサイズをborder-boxに */
}

.form-input:focus, 
.form-select:focus, 
.form-textarea:focus {
    border-color: #c12328;
    box-shadow: 0 0 0 2px rgba(193, 35, 40, 0.1);
    outline: none;
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

.form-checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.form-checkbox {
    margin-right: 8px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.form-checkbox-label {
    cursor: pointer;
    font-size: 15px;
    user-select: none;
}

.form-checkbox-label a {
    color: #c12328;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.form-checkbox-label a:hover {
    opacity: 0.8;
}

.catalog-info {
    display: none;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 10px 0 20px;
    border-left: 3px solid #c12328;
    transition: all 0.3s ease;
}

.catalog-info.show {
    display: block;
    animation: fadeIn 0.5s ease;
}

/* フォーム送信ボタンの強調 */
.submit-button {
    background-color: #c12328;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 16px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 10px;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.submit-button:hover {
    background-color: #a11f23;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.form-note {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 15px;
}

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

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .contact-form-section {
        padding: 15vw 0 10vw;
        margin-top: 0;
    }
    
    .contact-form-title {
        font-size: 7vw;
    }
    
    .contact-form-title::after {
        bottom: -3.4VW;
        left: -2.17vw;
        width: 54.32vw;
        height: 7.6vw;
    }
    
    .contact-form-container {
        padding: 0 20px;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .contact-form-header {
        margin-bottom: 25px;
    }
    
    .contact-form-main {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .form-label {
        font-size: 14px;
    }
    
    .form-input, 
    .form-select,
    .form-textarea {
        padding: 10px;
        font-size: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .catalog-info {
        padding: 15px;
    }
    
    .submit-button {
        font-size: 16px;
        padding: 14px 20px;
        margin-top: 20px;
        width: 100%;
    }
    
    .info-card {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .contact-form-sidebar {
        width: 100%;
        box-sizing: border-box;
    }
    
    .info-card-title {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .info-card-icon {
        width: 20px;
        margin-right: 8px;
    }
    
    .info-card-list {
        padding-left: 25px;
    }
    
    .info-card-list li::before {
        left: -20px;
    }
    
    .info-card-list li {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .contact-item {
        padding: 8px 0;
    }
    
    .contact-icon {
        width: 18px;
        margin-right: 8px;
    }
    
    .contact-item span {
        font-size: 14px;
    }
    
    .form-checkbox-group {
        margin-bottom: 15px;
    }
    
    .form-checkbox-label {
        font-size: 14px;
    }
    
    .form-note {
        font-size: 12px;
        margin-top: 10px;
    }
    
    .info-card-title {
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .info-card-icon {
        width: 20px;
        margin-right: 8px;
    }
    
    .info-card-list {
        padding-left: 25px;
    }
    
    .info-card-list li::before {
        left: -20px;
    }
    
    .info-card-list li {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .contact-item {
        padding: 8px 0;
    }
    
    .contact-icon {
        width: 18px;
        margin-right: 8px;
    }
    
    .contact-item span {
        font-size: 14px;
    }
    
    .form-checkbox-group {
        margin-bottom: 15px;
    }
    
    .form-checkbox-label {
        font-size: 14px;
    }
    
    .form-note {
        font-size: 12px;
        margin-top: 10px;
    }
}

/* 資料請求フォームのレイアウト */
.contact-form-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .contact-form-layout {
        flex-direction: row;
        gap: 40px;
        align-items: flex-start;
    }
    
    .contact-form-main {
        flex: 3;
    }
    
    .contact-form-sidebar {
        flex: 2;
        position: sticky;
        top: 20px;
    }
}

.contact-form-main {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact-form {
    width: 100%;
}

.contact-form-sidebar {
    width: 100%;
}

/* 情報カード（資料請求後の流れ、お問い合わせ） */
.info-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

.info-card-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    color: #333;
}

.info-card-icon {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.info-card-list {
    padding-left: 35px;
    margin: 0;
    list-style-type: none;
    counter-reset: item;
}

.info-card-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.6;
    position: relative;
}

.info-card-list li::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: -25px;
    font-weight: 700;
    color: #c12328;
}

.info-card-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-card-contact {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    transition: none; /* transitionを無効に */
}

.contact-item:hover {
    transform: none; /* ホバー時の変形を無効に */
}

.contact-icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    object-fit: contain;
}

/* メールアイコンのスタイル修正 */
.contact-icon[src="./img/icon-mail.svg"] {
    width: 20px;
    height: 20px;
}

/* 連絡先情報のスタイル */
.contact-item span {
    font-size: 16px;
    color: #333;
    word-break: break-all;
    line-height: 1.4;
}

/* 重複メディアクエリを削除 */

/* reCAPTCHAアイコンを非表示にする */
.grecaptcha-badge {
    display: none !important;
}




