﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Other Elements
 *        1.5.1 page top
 *        1.5.2 open campus circle
 *        1.5.3 movie
 *   1.6 Breadcrumb
 * 2. HEADER
 * 3. NAV
 *    3.1. Main Nav (pc)
 *    3.2. Main Nav (sp)
 * 4. CONTENTS
 *    4.1 Swiper
 *    4.2 Cate Title
 *    4.3 Btn
 *    4.4 School
 * 5. TOP
 *    5.1 Main Visual
 *    5.2 Two Wrap
 *    5.3 Three Wrap
 *    5.4 News
 * 6. FOOTER
 * 7. INTERACTIONS
 * 9. 追加 230509 オープンキャンパス 緑追加暫定
 * 10. 追加 230514 pager追加
 * 11. 11. 追加 230615 主な就職先 / 学生VOICE追加
 * 12. 追加 230807 入学案内・学費 追加
 * 13. 追加 240214 オープンキャンパスTOP追加
 * 14. 追加 250129 sub bg
 * 15. 追加 250602 インタビュー アイコン変更
 * 16. 追加 251126 TikTok アイコン追加
 * 17. 追加 251127 入学サポートCTA
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;    
    background: #fff !important;
	color: 000;
	line-height: 2;
	font-weight: 400;
	letter-spacing: 0;
	overflow: hidden;
}
body#v3-top-page {
    background: #fff !important;
}
@media (max-width: 767px) {
    body {
        line-height: 1.9;
        font-size: 1.4rem;
    }
}
@media (max-width: 320px) {
    body {
        font-size: 1.2rem;
    }
}

a {
    color: #ff7070;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #ff7070;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

small {
    font-size: 80%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg,
.sp.inline,
.md.inline,
.sp-md.inline {
	display: none !important;
}
.pc,
.lg-pc,
.md-lg-pc {
    display: block !important;
}
.pc.inline,
.lg-pc.inline {
    display: inline-block !important;
}
@media (max-width: 1199px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc,
    .pc.inline {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .md,
    .sp-md {
        display: block !important;
    }
    .md.inline,
    .sp-md.inline {
        display: inline-block !important;
    }
    .lg,
    .lg-pc,
    .lg-pc.inline {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc {
        display: none !important;
    }
    .sp.inline {
        display: inline-block !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt90 { margin-top: 9rem !important; }
.mt100 { margin-top: 10rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mb100 { margin-bottom: 10rem !important; }

.pt00 { padding-top: 0 !important; }
.pt10 { padding-top: 1rem !important; }
.pb00 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 1rem !important; }

@media (max-width: 767px) {
    .mt-10-xs {
        margin-top: -1rem !important;
    }
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mt60-xs {
        margin-top: 6rem !important;
    }
    .mt70-xs {
        margin-top: 7rem !important;
    }
    .mt80-xs {
        margin-top: 8rem !important;
    }
    .mt90-xs {
        margin-top: 9rem !important;
    }
    .mt100-xs {
        margin-top: 10rem !important;
    }
    .mb-10-xs {
        margin-bottom: -1rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
    .mb60-xs {
        margin-bottom: 6rem !important;
    }
    .mb70-xs {
        margin-bottom: 7rem !important;
    }
    .mb80-xs {
        margin-bottom: 8rem !important;
    }
    .mb90-xs {
        margin-bottom: 9rem !important;
    }
    .mb100-xs {
        margin-bottom: 10rem !important;
    }
    .pt00-xs {
        padding-top: 0 !important;
    }
    .pt10-xs {
        padding-top: 1rem !important;
    }
    .pt20-xs {
        padding-top: 2rem !important;
    }
    .pt30-xs {
        padding-top: 3rem !important;
    }
    .pb00-xs {
        padding-bottom: 0 !important;
    }
    .pb10-xs {
        padding-bottom: 1rem !important;
    }
    .pb20-xs {
        padding-bottom: 2rem !important;
    }
    .pb30-xs {
        padding-bottom: 3rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}
.line-height235 {
    line-height: 2 !important;
}
.line-height235 {
    line-height: 2.35 !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
@media (max-width: 991px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
    .line-height2,
    .line-height235 {
        line-height: 1.8 !important;
    }
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

@font-face {
	font-family: 'BrownhillScript';
	src: url('../fonts/BrownhillScript.woff2') format('woff2'),
	        url(../fonts/BrownhillScript.ttf) format('truetype');
}

.txt-min {
    font-family: 'Shippori Mincho', serif !important;
    font-weight: 400 !important;
}
.txt-min.b50 {
    font-weight: 500 !important;
}
.txt-min.b60 {
    font-weight: 600 !important;
}
.txt-min.b70 {
    font-weight: 700 !important;
}

.txt-black,
.txt-black a,
.txt-black a:hover {
    color: #000 !important;
}
.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #dd0000 !important;
}
.txt-pink,
.txt-pink a,
.txt-pink a:hover {
    color: #ff7070 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #508be3 !important;
}
.txt-yellow,
.txt-yellow a,
.txt-yellow a:hover {
    color: #F4A738 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.en {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
@media (max-width: 991px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.v3-section-ttl {
    text-align: center;
    font-size: 5rem;
    margin: 0 auto 3rem;
    padding: 0.2rem 2.5rem 0.5rem 2rem;
    position: relative;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
}
.v3-section-ttl.v3-left {
    text-align: left;
}
.v3-section-ttl.v3-line-height1 {
    line-height: 1.1;
}
.v3-section-ttl.v3-large,
.v3-section-ttl .v3-large {
    font-size: 6rem;
}
.v3-section-ttl.v3-medium,
.v3-section-ttl .v3medium {
    font-size: 4.3rem;
}
.v3-section-ttl.v3-small,
.v3-section-ttl .v3-small {
    font-size: 3.5rem;
}
.v3-section-ttl .v3-num {
    font-size: 7.5rem;
}
.v3-section-ttl .v3-kakko {
    position: relative;
    display: inline-block;
    padding: 0 1rem 0 0.5rem;
    margin-right: 1rem;
    margin-left: 0.5rem;
}
.v3-section-ttl::before,
.v3-section-ttl::after,
.v3-section-ttl .v3-kakko::before,
.v3-section-ttl .v3-kakko::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
.v3-section-ttl .v3-kakko::before,
.v3-section-ttl .v3-kakko::after {
	width: 15px;
	height: 15px;
}
.v3-section-ttl::before,
.v3-section-ttl .v3-kakko::before {
	border-left: solid 2px #ff7070;
	border-top: solid 2px #ff7070;
	top: 0;
	left: 0;
}
.v3-section-ttl .v3-kakko::before {
    top: 5px;
}
.v3-section-ttl::after,
.v3-section-ttl .v3-kakko::after {
	border-right: solid 2px #508be3;
	border-bottom: solid 2px #508be3;
	bottom: 0;
	right: 0;
}
.v3-section-ttl .v3-kakko::after {
    border-color: #ff7070;
    bottom: 1px;
}
@media (max-width: 1300px) {
    .v3-section-ttl {
        font-size: calc(47 / 1330 * 100vw);
    }
    .v3-section-ttl.v3-large,
    .v3-section-ttl .v3-large {
        font-size: calc(48 / 1330 * 100vw);
    }
    .v3-section-ttl.v3-medium,
    .v3-section-ttl .v3medium {
        font-size: calc(41 / 1330 * 100vw);
    }
    .v3-section-ttl .v3-num {
        font-size: calc(60 / 1330 * 100vw);
    }
    .v3-section-ttl .v3-kakko {
        margin-right: 0.5rem;
    }
    .v3-section-ttl .v3-kakko::before,
    .v3-section-ttl .v3-kakko::after {
        width: 12px;
        height: 12px;
    }
    .v3-section-ttl .v3-kakko::before {
        top: 0;
    }
    .v3-section-ttl .v3-kakko::after {
        bottom: 0;
    }
}
@media (max-width: 991px) {
    .v3-section-ttl {
        font-size: 4.2rem;
    }
    .v3-section-ttl.v3-large,
    .v3-section-ttl .v3-large {
        font-size: 4.3rem;
    }
    .v3-section-ttl.v3-medium,
    .v3-section-ttl .v3medium {
        font-size: 4rem;
    }
    .v3-section-ttl.v3-small,
    .v3-section-ttl .v3-small {
        font-size: 3rem;
    }
    .v3-section-ttl .v3-num {
        font-size: 5.5rem;
    }
    .v3-section-ttl.v3-line-height1 {
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .v3-section-ttl {
        font-size: calc(22px + 20 * (100vw - 320px) / 447);
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }
    .v3-section-ttl.v3-large,
    .v3-section-ttl .v3-large {
        font-size: calc(30px + 13 * (100vw - 320px) / 447);
    }
    .v3-section-ttl.v3-medium,
    .v3-section-ttl .v3medium {
        font-size: calc(22px + 20 * (100vw - 320px) / 447);
    }
    .v3-section-ttl.v3-small,
    .v3-section-ttl .v3-small {
        font-size: calc(20px + 10 * (100vw - 320px) / 447);
    }
    .v3-section-ttl .v3-num {
        font-size: calc(35px + 8 * (100vw - 320px) / 447);
    }
    .v3-section-ttl::before,
    .v3-section-ttl::after {
        width: 20px;
        height: 20px;
    }
    .v3-section-ttl::after {
        right: 5px;
        bottom: 3px;
    }
}

.v3-sub {
    text-align: center;
    font-size: 5rem;
    margin: 0 auto 3rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.4;
}
.v3-sub.v3-medium {
    font-size: 4rem;
}
.v3-sub.v3-small {
    font-size: 3.3rem;
}
.v3-sub .v3-icon-sub {
    display: inline-block;
    width: calc(40 / 1280 * 100vw);
    height: calc(20 / 1280 * 100vw);
    background: url(../image/sub.svg) center center no-repeat;
    background-size: contain;
    vertical-align: 1%;
    margin-right: 1rem;
}
@media (min-width: 1280px) {
    .v3-sub .v3-icon-sub {
        width: 40px;
        height: 20px;
    }
}
@media (max-width: 991px) {
    .v3-sub {
        font-size: 4rem;
    }
    .v3-sub.v3-medium {
        font-size: 3rem;
    }
    .v3-sub.v3-small {
        font-size: 2.8rem;
    }
    .v3-sub .v3-icon-sub {
        width: 35px;
        height: 18px;
    }
}
@media (max-width: 767px) {
    .v3-sub {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
    }
    .v3-sub.v3-medium {
        font-size: 3rem;
    }
    .v3-sub.v3-small {
        font-size: 2.3rem;
    }
    .v3-sub .v3-icon-sub {
        width: 30px;
        height: 15px;
    }
}

/* 1.4 Lists
 * ------------------------------*/
ul.v3-check-list {
    position: relative;
    border-left: 2px solid #000;
    padding-left: 2.5rem;
    margin: 0 0 0 1rem;
}
ul.v3-check-list li {
    margin: 0.7rem 0;
    font-size: 1.8rem;
}
ul.v3-check-list li:last-of-type {
    margin-bottom: 0;
}
ul.v3-check-list li {
    background: url(../image/icon/icon-check.svg) 0 6px no-repeat;
    background-size: auto 20px;
    padding-left: 3.5rem;
}
@media (max-width: 991px) {
    ul.v3-check-list li {
        font-size: 1.7rem;
        margin: 0.2rem 0;
    }
}
@media (max-width: 767px) {
    ul.v3-check-list {
        padding-left: 2rem;
        border-width: 1px;
    }
    ul.v3-check-list li {
        font-size: calc(13px + 5 * (100vw - 320px) / 879);
    }
    ul.v3-check-list li {
        background-position: 0 7px;
        background-size: auto 15px;
        padding-left: 2.5rem;
    }
}

/* 1.5 Other Elements
 * ------------------------------*/
/* 1.5.1 page top ------------*/
#v3-pagetop {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 44px;
    height: 44px;
    z-index: 10;
    transition: background-color 400ms;
    background: url(../image/pagetop.svg) center center no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 1500 !important;
}
#v3-pagetop:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 767px) {
    #v3-pagetop {
        width: 30px;
        height: 30px;
        bottom: 90px;
    }
    #v3-top-page #v3-pagetop {
        display: none;
    }
}

/* 1.5.2 open campus circle ------------*/
#v3-oc-circle {
    display: block;
	position: absolute;
	/* bottom: 380px; */
	bottom: calc(380px + 80px);
	right: 70px;
	width: 160px;
	margin: 0;
	-webkit-animation: fadeIn 1s linear both;
    animation: fadeIn 1s linear both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#v3-top-page #v3-oc-circle {
    position: fixed;
    bottom: 10vh;
    z-index: 1000 !important;
}
#v3-oc-circle a {
    display: block;
    overflow: hidden;
    width: 160px;
    transition: 1s;
}
#v3-oc-circle a:hover {
    transform: scale(1.1) rotate(360deg);
    transition-duration: 1s;
}
.v3-oc-circle-waku,
.v3-oc-circle-main {
	width: 100%;
	height: auto;
}
.v3-oc-circle-waku {
	display: block;
	will-change: transform;
	-webkit-animation: rotation 20s linear infinite;
	-o-animation: rotation 20s infinite linear;
	animation: rotation 20s linear infinite;
}
.v3-oc-circle-main {
    display: block;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 1199px){
    #v3-oc-circle,
    #v3-oc-circle a {
		width: calc(160 / 1199 * 100vw);
	}
	#v3-oc-circle {
	    right: 40px;
	    bottom: 343px;
	 }
}
@media (max-width: 991px){
    #v3-oc-circle {
        right: 25px;
        bottom: 390px;
    }
}
@media (max-width: 767px){
    #v3-oc-circle {
        right: 12px;
        bottom: 290px;
    }
    #v3-top-page #v3-oc-circle {
        bottom: 10vh;
    }
    #v3-oc-circle,
    #v3-oc-circle a {
		width: 80px;
	}
}

/*----- 231014 入学願書 bnr-circle -----*/
#v3-top-page #v3-oc-circle.bnr-circle {
    right: 70px;
}
@media (max-width: 767px){
    #v3-top-page #v3-oc-circle.bnr-circle {
        right: -100px;
    }
}

/* 1.5.3 movie ------------*/
.v3-movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.v3-movie iframe {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 1.6 Breadcrumb
 * ------------------------------*/
#breadcrumb.v3-breadcrumb {
    margin-bottom: -6rem;
    padding-left: 4rem;
}
#breadcrumb.v3-breadcrumb ul li.active {
    color: #ff7070;
}
@media (max-width: 1280px) {
    #breadcrumb.v3-breadcrumb .v3-wrap {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (max-width: 991px) {
    #breadcrumb.v3-breadcrumb {
        display: none;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header#v3-header {
    width: 100%;
    height: 100px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-image: none !important;
    -webkit-animation: slideIn 0.6s ease both;
    animation: slideIn 0.6s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000 !important;
    background: #fff !important;
}
header#v3-header .v3-header-logo {
    margin: 1rem 0 0 3rem;
    padding: 0;
    background: none;
    width: 270px;
    height: auto;
    z-index: 0;
}
header#v3-header .v3-header-logo a {
    width: 270px;
    height: auto;
    padding: 0;
}
@media (max-width: 1199px) {
    header#v3-header .v3-header-logo,
    header#v3-header .v3-header-logo a {
        width: 150px;
    }
}
@media (max-width: 991px) {
    header#v3-header {
        height: 50px !important;
        -webkit-animation: none;
        animation: none;
        -webkit-animation-delay: 0;
        animation-delay: 0;
    }
    header#v3-header .v3-header-logo {
        top: 12px;
        left: 10px;
        margin: 0;
    }
    header#v3-header .v3-header-logo,
    header#v3-header .v3-header-logo a {
        width: 120px;
    }
}
@media (max-width: 380px) {
    header#v3-header .v3-header-logo {
        top: calc(14 / 380 * 100vw);
    }
    header#v3-header .v3-header-logo,
    header#v3-header .v3-header-logo a {
        width: calc(110 / 380 * 100vw);
    }
}

.v3-sns {
    width: 130px;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 10px;
    right: 20px;
}
.v3-sns li {
    padding: 0 0.7rem;
}
.v3-sns li.v3-line img {
    height: 27px;
}
.v3-sns li.v3-youtube img {
    height: 23px;
}
.v3-sns li.v3-instagram img {
    height: 27px;
}
.v3-sns li:hover {
    opacity: 0.7;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .v3-sns {
        top: 12.5px;
        right: 145px;
    }
    .v3-sns li {
        padding: 0 0.4rem;
    }
    .v3-sns li.v3-line img {
        height: 25px;
    }
    .v3-sns li.v3-youtube img {
        height: 21px;
    }
    .v3-sns li.v3-instagram img {
        height: 25px;
    }
}
@media (max-width: 380px) {
    .v3-sns {
        right: calc(145 / 380 * 100vw);
    }
    .v3-sns li.v3-line img {
        height: calc(25 / 380 * 100vw);
    }
    .v3-sns li.v3-youtube img {
        height: calc(21 / 380 * 100vw);
    }
    .v3-sns li.v3-instagram img {
        height: calc(25 / 380 * 100vw);
    }
}

.v3-hmenu {
    width: calc(850 / 1280 * 100vw);
    top: 8px;
    right: 165px;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: absolute;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 1.4rem;
}
.v3-hmenu a {
    color: #000;
}
.v3-hmenu a:hover {
    color: #000;
    text-decoration: none;
}
.v3-hmenu li:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.v3-hmenu li {
    display: inline-block;
}
.v3-hmenu li a {
    padding: 0 1.5rem;
}
@media (max-width: 1199px) {
    .v3-hmenu {
        font-size: 1.3rem;
    }
    .v3-hmenu li a {
        padding: 0 1rem;
    }
}
@media (max-width: 991px) {
    .v3-hmenu {
        display: none;
    }
}

.v3-header-btn {
    position: absolute;
    top: 51px;
    right: 28px;
}
.v3-header-btn a {
    display: block;
    width: 115px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    text-align: center;
    font-size: 1.7rem;
    padding: 0.3rem 0 0.4rem;
    border: 1px solid #000;
    transition: 0.5s;
}
.v3-header-btn a:hover {
    background: #fff;
    color: #000;
}
@media (max-width: 1199px) {
    .v3-header-btn a {
        font-size: 1.5rem;
    }
}
@media (max-width: 991px) {
    .v3-header-btn {
        top: 10px;
        right: 55px;
    }
    .v3-header-btn a {
        width: 80px;
        font-size: 1.2rem;
    }
}
@media (max-width: 380px) {
    .v3-header-btn {
        right: calc(55 / 380 * 100vw);
    }
    .v3-header-btn a {
        width: calc(80 / 380 * 100vw);
    }
}

/*-------------------------------
 * 3. NAV
 * ----------------------------*/
/* 3.1. Main Nav (pc)
 * ------------------------------*/
.v3-main-nav {
    width: calc(850 / 1280 * 100vw);
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 53px;
    right: 170px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}
.v3-main-nav ul.v3-nav-menu {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.v3-main-nav ul.v3-nav-menu li {
    text-align: center;
    font-size: 1.8rem;
     box-sizing: border-box;
     font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.v3-main-nav ul.v3-nav-menu li a {
    display: block;
    overflow: visible;
    color: #000;
    height: 40px;
    line-height: 37px;
    position: relative;
    padding-left: calc(37 / 1280 * 100vw);
    padding-right: calc(37 / 1280 * 100vw);
    box-sizing: border-box;
    z-index: 10030 !important;
}
.v3-main-nav ul.v3-nav-menu li a:hover {
    text-decoration: none;
    color: #333;
    transition: 0.5s;
    transform: translateY(-4px);
}
.v3-main-nav ul.v3-nav-menu li i {
    display: inline-block;
    font-size: 2rem;
    margin-left: 1rem;
    vertical-align: -10%;
}
@media (max-width: 1270px) {
    .v3-main-nav ul.v3-nav-menu li a {
        padding-left: calc(30 / 1270 * 100vw);
        padding-right: calc(30 / 1270 * 100vw);
    }
}
@media (max-width: 1199px) {
    .v3-main-nav ul.v3-nav-menu li {
        font-size: 1.6rem;
    }
}
@media (max-width: 991px) {
    .v3-main-nav {
        display: none !important;
    }
}

/* v3-dropmenu ------------*/
.v3-dropmenu li {
    position: relative;
}
.v3-dropmenu li a {
    display: block;
}
.v3-dropmenu li i {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1.4rem !important;
}
.v3-dropmenu li ul {
    width: 0;
    margin: 0;
    position: absolute;
    z-index: 10020 !important;
    top: 22px;
    left: 35%;
    padding-top: 2.5rem;
    overflow: hidden;
}
 .v3-dropmenu li ul li {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: 0.25s linear;
    font-size: 1.5rem !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.v3-dropmenu li ul li:first-of-type {
    border-top: 1px solid #000;
}
.v3-dropmenu li ul li a {
    width: 198px;
    height: 40px !important;
    box-sizing: border-box;
    padding: 0.1rem 1.2rem !important;
    text-align: left;
}
.v3-dropmenu li:hover ul {
    width: 200px;
}
.v3-dropmenu li:hover ul li a {
    white-space: nowrap;
}
.v3-dropmenu li:hover ul li a:hover {
    color: #fff;
    background: #000;
    transform: translateY(0);
}
@media (max-width: 1199px) {
    .v3-dropmenu li ul li a {
        height: 35px !important;
    }
}

.v3-dropmenu li:hover ul li:nth-child(1) {
     -webkit-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.2s lcubic-bezier(0.215, 0.61, 0.355, 1);
}
.v3-dropmenu li:hover ul li:nth-child(2) {
     -webkit-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.v3-dropmenu li:hover ul li:nth-child(3) {
     -webkit-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.v3-dropmenu li:hover ul li:nth-child(4) {
     -webkit-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.v3-dropmenu li:hover ul li:nth-child(5) {
     -webkit-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.v3-dropmenu li:hover ul li:nth-child(6) {
     -webkit-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: dropmenu-fadeIn 1.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* motion (v3-dropmenu) */
@-webkit-keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}
@keyframes dropmenu-fadeIn {
    0% {
        opacity: 0;
        left: -100px;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
        left: 0px;
    }
}

/* 3.2. Main Nav (sp)
 * ------------------------------*/
#v3-main-nav-sp {
    display: none;
}
@media (max-width: 991px) {
    #v3-main-nav-sp {
        display: block;
    }
}

#v3-nav-container {
    margin-left: auto;
    position: relative;
}

#v3-nav-toggle {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 50%;
    z-index: 30;
}
#v3-nav-toggle .v3-bar {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#v3-nav-toggle .v3-bar01 {
    top: 11px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#v3-nav-toggle .v3-bar02 {
    top: 19px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#v3-nav-toggle .v3-bar03 {
    top: 27px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#v3-nav-toggle:hover .v3-bar {
    background-color: #000;
}

#v3-nav-toggle.open {
    background: transparent;
    border-radius: 0;
    border: none;
}
#v3-nav-toggle.open .v3-bar {
    width: 30px;
    background-color: #fff;
}
#v3-nav-toggle.open .v3-bar01 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
}
#v3-nav-toggle.open .v3-bar02 {
    width: 0%;
    opacity: 0;
}
#v3-nav-toggle.open .v3-bar03 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 31px;
    left: 8px;
}

#v3-nav-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    z-index: 10;
}
#v3-nav-overlay.open {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#v3-nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 50px;
    top: 40px;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    z-index: 20;
}
#v3-nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media (max-width: 480px) {
    #v3-nav-fullscreen {
        top: 60px;
    }
}
@media (max-width: 380px) {
    #v3-nav-fullscreen {
        top: 50px;
    }
}
@media (max-width: 320px) {
    #v3-nav-fullscreen {
        top: 20px;
        left: 20px;
    }
}

#v3-nav-fullscreen .v3-nav-menu-cont {
    width: 100%;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
#v3-nav-fullscreen ul.v3-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
#v3-nav-fullscreen ul.v3-nav-menu li {
    margin: 0;
    padding: 0.5rem 0;
}
#v3-nav-fullscreen ul.v3-nav-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0;
}
#v3-nav-fullscreen ul.v3-nav-menu li i {
    display: inline-block;
    margin-left: 1.5rem;
}
#v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 17px;
    font-size: 1.8rem;
    border-left: 1px solid #fff;
    padding-left: 1.5rem;
    -webkit-animation: fadeIn 0.7s ease both;
    animation: fadeIn 0.7s ease both;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@media (max-width: 767px) {
    #v3-nav-fullscreen ul.v3-nav-menu {
        font-size: 1.6rem;
    }
    #v3-nav-fullscreen ul.v3-nav-menu li {
        padding: 0;
    }
    #v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    #v3-nav-fullscreen ul.v3-nav-menu li a {
        padding: 1rem 0;
    }
}
@media (max-width: 360px) {
    #v3-nav-fullscreen ul.v3-nav-menu li a {
        padding: 0.5rem 0;
    }
    #v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu {
        font-size: 1.4rem !important;
    }
}

#v3-nav-fullscreen ul.v3-nav-menu .v3-js-menu,
#v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu li a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 0;
}
#v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu li a {
    padding: 0.3rem 0;
}
#v3-nav-fullscreen ul.v3-nav-menu .v3-js-menu:hover,
#v3-nav-fullscreen ul.v3-nav-menu  a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
@media (max-width: 480px) {
    #v3-nav-fullscreen ul.v3-nav-menu .v3-js-menu,
    #v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu li a {
        padding: 1rem 0;
    }
    #v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu li a {
        padding: 0.5rem 0;
    }
}
@media (max-width: 360px) {
    #v3-nav-fullscreen ul.v3-nav-menu .v3-js-menu,
    #v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu li a {
        padding: 0.5rem 0;
    }
    #v3-nav-fullscreen ul.v3-nav-menu .v3-nav-sub-menu li a {
        padding: 0.3rem 0;
    }
}

/*-------------------------------
 * 4. CONTENTS
 * ----------------------------*/
main {
    margin: 0;
    padding: 0;
    top: 0;
    background: #fff !important;
}
body#v3-top-page main {
    background: #fff !important;
}

.v3-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
.v3-wrap::after {
    content: "";
    display: block;
    clear: both;
}
@media (min-width: 1450px) {
    .v3-wrap {
        max-width: 1400px;
    }
}

.v3-section-wrap {
    margin: 14rem 0;
    padding: 0;
}
@media (max-width: 1199px) {
    .v3-section-wrap {
        margin: 12rem 0;
    }
}
@media (max-width: 991px) {
    .v3-section-wrap {
        margin: 10rem 0;
    }
}
@media (max-width: 767px) {
    .v3-section-wrap {
        margin: 7rem 0;
    }
}

.v3-inner {
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 1199px) {
    .v3-inner {
        max-width: 100%;
    }
}

.v3-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin: 0;
}
.v3-box.v3-center {
    justify-content: center;
}
.v3-box .v3-col-three {
    width: 31.5%;
    box-sizing: border-box;
    position: relative;
}
.v3-box .v3-col-two,
.v3-box .v3-col-one {
    width: 48.5%;
    box-sizing: border-box;
    position: relative;
}
.v3-box .v3-col-w100 {
    width: 100%;
}
@media (max-width: 991px) {
    .v3-box .order1-md {
        order:1;
    }
    .v3-box .order2-md {
        order: 2;
    }
}
@media (max-width: 767px) {
    .v3-box .order1 {
        order:1;
    }
    .v3-box .order2 {
        order: 2;
    }
    .v3-box .order3 {
        order: 3;
    }
    .v3-box .v3-col-three,
    .v3-box .v3-col-two,
    .v3-box .v3-col-one {
       width: 100%;
       margin-bottom: 1.5rem;
    }
    .v3-box .v3-col-three:last-of-type,
    .v3-box .v3-col-two:last-of-type {
       margin-bottom: 0;
    }
}

.v3-sub-read {
    font-size: 2.2rem;
    line-height: 2;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    margin: 0 0 3rem;
}
.v3-sub-read.v3-large {
    font-size: 2.4rem;
}
.v3-txt-read {
    font-size: 1.7rem;
    line-height: 2.35;
    margin: 0 0 3rem;
}
.v3-txt-read.v3-large {
    font-size: 1.9rem;
}
@media (max-width: 1300px) {
    .v3-sub-read {
        font-size: 2rem;
    }
    .v3-sub-read.v3-large {
        font-size: 2.2rem;
    }
    .v3-txt-read.v3-large {
        font-size: 1.7rem;
    }
}
@media (max-width: 1199px) {
    .v3-sub-read {
        font-size: 1.8rem;
    }
    .v3-sub-read.v3-large {
        font-size: 2rem;
    }
    .v3-txt-read {
        font-size: 1.6rem;
    }
}
@media (max-width: 991px) {
    .v3-sub-read,
    .v3-txt-read {
        margin-bottom: 2rem;
    }
    .v3-sub-read,
    .v3-sub-read.v3-large {
        font-size: 2.2rem;
    }
    .v3-txt-read,
    .v3-txt-read.v3-large {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .v3-sub-read,
    .v3-sub-read.v3-large {
        font-size: calc(16px + 6 * (100vw - 320px) / 879);
    }
    .v3-txt-read,
    .v3-txt-read.v3-large {
        font-size: calc(14px + 4 * (100vw - 320px) / 879);
    }
}
@media (max-width: 360px) {
    .v3-sub-read,
    .v3-sub-read.v3-large {
        font-size: 1.5rem;
    }
    .v3-txt-read,
    .v3-txt-read.v3-large {
        font-size: 1.3rem;
    }
}

.v3-bg {
    background: #FFEBEB;
    padding-bottom: 6rem;
    position: relative;
}
.v3-bg.v3-pink {
    background: #FFEBEB;
}
.v3-bg.v3-blue {
    background: #DEEDF8;
}
@media (max-width: 767px) {
    .v3-bg {
        padding-bottom: 1.5rem;
    }
}

.v3-arrow-down {
    margin: 6rem auto 4rem;
    width: 70px;
    height: auto;
}
@media (max-width: 991px) {
    .v3-arrow-down {
        margin: 4rem auto 2rem;
        width: 50px;
    }
}
@media (max-width: 767px) {
    .v3-arrow-down {
        margin: 3rem auto 2rem;
        width: 45px;
    }
}

/* 4.1 Swiper
 * ------------------------------*/
.swiper-wrapper {
    z-index: 0 !important;
}
.swiper-slide {
    box-sizing: border-box;
    position: relative;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
.swiper-button-prev,
.swiper-button-next {
    top: 44%;
    transform: translateY(-44%);
    width: 40px;
    height: 40px;
    background-size: contain;
    z-index: 30;
}
.swiper-button-prev {
    background-image: url(../image/arrow-prev.svg) !important;
    left: 20px;
}
.swiper-button-next {
    background-image: url(../image/arrow-next.svg) !important;
    right: 20px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.6;
    transition: 0.5s;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}
.swiper-custom-parent {
    position: relative;
}
@media (max-width: 991px) {
    .swiper-button-prev,
    .swiper-button-next {
        top: 68%;
        transform: translateY(-68%);
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev {
        left: 10px;
    }
    .swiper-button-next {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .swiper-custom-parent .swiper-button-prev {
        left: 10px;
    }
    .swiper-custom-parent  .swiper-button-next {
        right: 10px;
    }
}
@media (max-width: 480px) {
    .swiper-button-prev,
    .swiper-button-next {
        top: 70%;
        transform: translateY(-70%);
    }
}

/*----- TOP main visual ---*/
.swiper-main {
    width: 100%;
}
.swiper-main .slide-img {
    float: right;
    width: calc(890 / 1280 * 100vw);
    height: calc(590 / 1280 * 100vw);
    overflow: hidden;
    -webkit-animation: none;
    animation: none;
    background-size: none;
}
.swiper-main .slide-img::after {
  content: "";
  display: block;
  clear: both;
}
.swiper-main .swiper-slide-active .slide-img,
.swiper-main .swiper-slide-duplicate-active .slide-img,
.swiper-main .swiper-slide-prev .slide-img {
    -webkit-animation: none;
    animation: none;
}
.swiper-main .slide-img img {
    width: calc(890 / 1280 * 100vw);
    height: calc(590 / 1280 * 100vw);
    object-fit: cover;
}
.swiper-main .slide-img.link img {
    transition: 0.7s;
}
.swiper-main .slide-img.link img:hover {
    transform: scale(1.015);
}
@media (max-width: 991px) {
    .swiper-main .slide-img,
    .swiper-main .slide-img img {
        width: calc(680 / 991 * 100vw);
        height: calc(830 / 991 * 100vw);
    }
}
@media (max-width: 480px) {
    .swiper-main .slide-img,
    .swiper-main .slide-img img {
        width: calc(340 / 480 * 100vw);
        height: calc(427 / 480 * 100vw);
    }
    .swiper-main .swiper-slide-active .slide-img,
    .swiper-main .swiper-slide-duplicate-active .slide-img,
    .swiper-main .swiper-slide-prev .slide-img {
        -webkit-animation: none;
        animation: none;
    }
}

/*----- TOP youtube ---*/
.swiper-movie .slide-img iframe {
    width: 100%;
    height: 320px;
}
.swiper-movie .swiper-button-prev,
.swiper-movie .swiper-button-next {
    top: 57%;
    transform: translateY(-57%);
}
@media (max-width: 1199px) {
    .swiper-movie .slide-img iframe {
        height: calc(320 / 1200 * 100vw);
    }
}
@media (max-width: 991px) {
    .swiper-movie .swiper-button-prev,
    .swiper-movie .swiper-button-next {
        top: 60%;
        transform: translateY(-60%);
    }
}
@media (max-width: 767px) {
    .swiper-movie .slide-img {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .swiper-movie .slide-img iframe {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}
@media (max-width: 480px) {
    .swiper-movie .swiper-button-prev,
    .swiper-movie .swiper-button-next {
        top: 63%;
        transform: translateY(-63%);
    }
}

/*----- TOP twitter / youtubeと高さ合わせる ---*/
.twitter-timeline {
    height: 320px !important;
}
@media (max-width: 767px) {
    #twitterWrap {
        height: 400px;
        margin-top: -3rem;
    }
}

/*----- TOP instagram ---*/
.swiper-instagram .slide-img {
    width: 100%;
    height: 220px;
}
.swiper-instagram .slide-img .v3-imagearea {
    width: auto;
    height: 220px;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .swiper-instagram .slide-img,
    .swiper-instagram .slide-img .v3-imagearea {
        height: calc(220 / 1200 * 100vw);
    }
}
@media (max-width: 767px) {
    .swiper-instagram .slide-img,
    .swiper-instagram .slide-img .v3-imagearea {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .swiper-instagram .slide-img,
    .swiper-instagram .slide-img .v3-imagearea {
        height: 130px;
    }
}

.swiper-instagram .swiper-button-prev,
.swiper-instagram .swiper-button-next {
    top: 62%;
    transform: translateY(-62%);
}

/*----- TOP blog ---*/
.swiper-blog .slide-img {
    position: relative;
    width: 100%;
    /*height: 220px;*/
    height: 320px;
}
.swiper-blog .slide-img .v3-imagearea {
    width: auto;
    /*height: 220px;*/
    height: 320px;
    object-fit: cover;
}
.swiper-blog .slide-img a {
    color: #fff;
}
.swiper-blog .slide-img a:hover {
    color: #fff;
    text-decoration: none;
}
.swiper-blog .slide-img .v3-txt-box {
    position: absolute;
    width: 150px;
    height: 52px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    background: rgba(255, 137, 137, 0.8);
    box-sizing: border-box;
    z-index: 10;
    font-size: 1.3rem;
    padding: 0.5rem 0.8rem;
    line-height: 1.5;
}
.swiper-blog .slide-img .v3-txt-box .v3-day {
    display: block;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
}
.swiper-blog .slide-img .v3-txt-box .v3-txt {
    display: block;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
}
@supports (-webkit-line-clamp: 2) {
    .swiper-blog .slide-img .v3-txt-box .v3-txt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 1199px) {
    .swiper-blog .slide-img,
    .swiper-blog .slide-img .v3-imagearea {
        /*height: calc(220 / 1200 * 100vw);*/
        height: calc(320 / 1200 * 100vw);
    }
}
@media (max-width: 767px) {
    .swiper-blog .slide-img,
    .swiper-blog .slide-img .v3-imagearea {
        height: 200px;
    }
}
@media (max-width: 991px) {
    .swiper-blog .slide-img .v3-txt-box {
        width: 120px;
        height: 38px;
        right: 6px;
        bottom: 6px;
        font-size: 1.2rem;
        line-height: 0.8;
    }
    .swiper-blog .slide-img .v3-txt-box .v3-day {
        font-size: 1.1rem;
    }
}
@media (max-width: 480px) {
    .swiper-blog .slide-img,
    .swiper-blog .slide-img .v3-imagearea {
        height: 130px;
    }
    .swiper-blog .slide-img .v3-txt-box {
        width: 100px;
        font-size: 1.1rem;
        line-height: 0.7;
        padding-top: 0.65rem;
    }
}

.swiper-blog .swiper-button-prev,
.swiper-blog .swiper-button-next {
    top: 62%;
    transform: translateY(-62%);
}


/*----- TOP Open Campus ---*/
#v3-tp-oc-slider {
    margin-top: 0;
}
#v3-tp-oc-slider .v3-movie {
    margin-top: 10rem;
}
@media (max-width: 1199px) {
    #v3-tp-oc-slider .v3-movie {
        margin-top: 6rem;
    }
}
@media (max-width: 991px) {
    #v3-tp-oc-slider .v3-movie {
        margin-top: 4rem;
    }
}
@media (max-width: 480px) {
    #v3-tp-oc-slider .v3-movie {
        margin-top: 3rem;
    }
}

.swiper-opencampus {
    width: 100%;
    height: 420px;
}
.swiper-opencampus .slide-img .v3-imagearea {
    width: auto;
    height: 250px;
    object-fit: cover;
}
.swiper-opencampus .slide-img a {
    color: #000;
}
.swiper-opencampus .slide-img a:hover {
    color: #000;
    text-decoration: none;
}
.swiper-opencampus .slide-img .v3-day {
    display: block;
    width: 100%;
    height: 40px;
    background: #ff8989;
    box-sizing: border-box;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 600;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-top: 0.6rem;
}
.swiper-opencampus .slide-img .v3-day.v3-blue {
    background: #7cb6e3;
}
.swiper-opencampus .slide-img .v3-day span {
    display: inline-block;
    font-size: 1.6rem;
    vertical-align: 15%;
}
.swiper-opencampus .slide-img .v3-txt-box {
    margin: 0;
    padding: 2rem 1.5rem 2rem;
    background: #FFF7F7;
}
.swiper-opencampus .slide-img .v3-txt-box.v3-blue {
    background: #F1FAFB;
}
.swiper-opencampus .slide-img .v3-txt-box .v3-subsub {
    font-size: 1.9rem;
    text-align: center;
    margin: 0 0 1.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.swiper-opencampus .slide-img .v3-txt-box .v3-txt {
    display: block;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
    font-size: 1.4rem;
}
@supports (-webkit-line-clamp: 2) {
    .swiper-blog .slide-img .v3-txt-box .v3-txt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 1199px) {
    .swiper-opencampus {
        height: 370px;
    }
    .swiper-opencampus .slide-img .v3-imagearea {
        height: 200px;
    }
    .swiper-opencampus .slide-img .v3-txt-box .v3-subsub {
        font-size: 1.7rem;
    }
    .swiper-opencampus .slide-img .v3-txt-box .v3-txt {
        font-size: 1.3rem;
    }
}
@media (max-width: 991px) {
    .swiper-opencampus {
        height: 430px;
    }
    .swiper-opencampus .slide-img .v3-imagearea {
        height: 250px;
    }
    .swiper-opencampus .slide-img .v3-txt-box .v3-subsub {
        font-size: 2rem;
    }
    .swiper-opencampus .slide-img .v3-txt-box .v3-txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .swiper-opencampus {
        height: 450px;
    }
    .swiper-opencampus .slide-img .v3-imagearea {
        height: 300px;
    }
    .swiper-opencampus .slide-img .v3-txt-box .v3-subsub {
        font-size: 1.8rem;
    }
}
@media (max-width: 480px) {
    .swiper-opencampus {
        height: 350px;
    }
    .swiper-opencampus .slide-img .v3-imagearea {
        height: 200px;
    }
    .swiper-opencampus .slide-img .v3-day {
        font-size: 2rem;
        height: 30px;
        padding-top: 0.5rem;
    }
    .swiper-opencampus .slide-img .v3-day span {
        vertical-align: 10%;
        font-size: 1.4rem;
    }
    .swiper-opencampus .slide-img .v3-txt-box {
        padding: 1.5rem;
    }
}

.swiper-opencampus .swiper-button-prev,
.swiper-opencampus .swiper-button-next {
    top: 43%;
    transform: translateY(-43%);
}

/* 4.2 Cate Title
 * ------------------------------*/
#v3-cate-ttl {
    text-align: center;
    margin: 0 auto;
    margin: 17rem auto 4rem;
}
#v3-cate-ttl .v3-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    color: #000;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
#v3-cate-ttl .v3-ttl .v3-ttl-sub {
    display: block;
    font-size: 10rem;
    color: #F8B1C4;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    position: relative;
    margin-bottom: 4rem;
    color: #4d4d4d;
}
#v3-cate-ttl .v3-ttl .v3-ttl-sub:first-letter {
    color: #FF7070;
}
#v3-cate-ttl .v3-ttl .v3-ttl-sub::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 190px;
    height: 2px;
    background: #4d4d4d;
    -webkit-animation: slideTextFade 2.0s ease 0s 1 normal;
    animation: slideTextFade 2.0s ease 0s 1 normal;
}
#v3-cate-ttl .v3-ttl .v3-ttl-txt {
    display: block;
    padding-top: 0.8rem;
}
@media (max-width: 1199px) {
    #v3-cate-ttl .v3-ttl {
        font-size: 2.5rem;
    }
    #v3-cate-ttl .v3-ttl .v3-ttl-sub {
        font-size: 8rem;
    }
    #v3-cate-ttl .v3-ttl .v3-ttl-sub::after {
        width: 150px;
    }
}
@media (max-width: 991px) {
    #v3-cate-ttl {
        margin: 12rem auto -5rem;
    }
    #v3-cate-ttl .v3-ttl {
        font-size: 2.8rem;
    }
    #v3-cate-ttl .v3-ttl .v3-ttl-sub {
        font-size: 9rem;
    }
}
@media (max-width: 767px) {
    #v3-cate-ttl {
        margin: 9rem auto -3rem;
    }
    #v3-cate-ttl .v3-ttl {
        font-size: 2.5rem;
    }
    #v3-cate-ttl .v3-ttl .v3-ttl-sub {
        font-size: 7rem;
    }
}
@media (max-width: 480px) {
    #v3-cate-ttl.v3-renewal-page {
        margin-bottom: 0;
    }
    #v3-cate-ttl .v3-ttl {
        font-size: 1.8rem;
    }
    #v3-cate-ttl .v3-ttl .v3-ttl-sub {
        font-size: 5.3rem;
        margin-bottom: 2.3rem;
    }
    #v3-cate-ttl .v3-ttl .v3-ttl-sub::after {
        width: 100px;
        bottom: -12px;
    }
}

/* 4.3 Btn
 * ------------------------------*/
.v3-btn {
    display: block;
    width: 280px;
    padding: 1rem 0.5rem 1.3rem 2rem;
    border: 1px solid #000;
    color: #000;
    font-size: 2rem;
    text-align: left;
    box-sizing: border-box;
    margin: 4.5rem auto 0;
    line-height: 1.5;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.v3-btn:focus {
    color: #000;
}
.v3-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
    transition: 0.5s;
}
.v3-btn::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0.2s;
}
.v3-btn i {
    display: block;
    width: 30px;
    height: 9px;
    background: url(../image/btn-arrow.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 41%;
    transform: translateY(-41%);
    right: 25px;
    animation: btn-arrow1 1s ease-in-out infinite;
}      
.v3-btn:hover i {
    background-image: url(../image/btn-arrow-white.svg);
}
.v3-btn.v3-small {
    width: 150px;
    font-size: 1.5rem;
    padding: 0.8rem 0.5rem 1rem 1.3rem;
}
.v3-btn.v3-small i {
    top: 38%;
    transform: translateY(-38%);
}
@media (max-width: 991px) {
    .v3-btn {
        margin-top: 4rem;
    }
}
@media (max-width: 767px) {
    .v3-btn {
        width: 250px;
        font-size: calc(16px + 4 * (100vw - 320px) / 879);
        margin-top: 3rem;
    }
    .v3-btn.v3-small {
        width: 180px;
        font-size: calc(15px + 1 * (100vw - 320px) / 879);
    }
    .v3-btn:hover {
        color: #000;
        background: #fff;
    }
    .v3-btn:hover i {
        background-image: url(../image/btn-arrow.svg);
    }
}

.v3-more {
    width: 100%;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 1.8rem;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.v3-more .v3-arrow-box {
    display: inline-block;
    margin-left: 2rem;
    vertical-align: 10%;
}
.v3-more .v3-arrow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    background: #ff8989;
    transform: rotate(135deg);
    transition: 0.5s;
}
.v3-more .v3-arrow.v3-pink {
    background: #ff8989;
}
.v3-more .v3-arrow.v3-blue {
    background: #7cb6e3;
}
.v3-more .v3-arrow.v3-yellow {
    background: #fab84e;
}
.v3-more .v3-arrow img {
    display: block;
    width: 35px;
    height: auto;
    padding-right: 0.5rem;
    transform: rotate(225deg);
    animation: btn-arrow2 1s ease-in-out infinite;
}
a:hover .v3-more .v3-arrow {
     transform: rotate(495deg);
     transition-duration: 0.5s;
}
@media (max-width: 991px) {
    .v3-more {
        font-size: 1.6rem;
    }
    .v3-more .v3-arrow-box {
        margin-left: 1rem;
    }
    .v3-more .v3-arrow {
        width: 30px;
        height: 30px;
        right: -40px;
    }
}
@media (max-width: 767px) {
    .v3-more {
        position: relative;
        margin: 2rem auto 0;
        max-width: 100%;
        top: 0;
    }
}

/* 4.4 School
 * ------------------------------*/
.v3-school-method {
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 2.7rem;
    padding-right: calc(50 / 1280 * 100vw);
    margin: 0 auto;
}
.v3-school-method .v3-txt {
    margin: 0;
}
.v3-school-method .v3-method {
    max-width: 80%;
    background: #FF7070;
    color: #fff;
    font-size: 2.7rem;
    line-height: 1;
    margin: 1rem auto;
    padding: 0.5rem 0.5rem 0.9rem;
    box-sizing: border-box;
}
@media (max-width: 1400px) {
    .v3-school-method {
        padding-right: calc(80 / 1400 * 100vw);
    }
}
@media (max-width: 1300px) {
    .v3-school-method {
        padding-right: 1rem;
    }
}
@media (max-width: 1199px) {
    .v3-school-method,
    .v3-school-method .v3-method {
        font-size: 2.2rem;
    }
}
@media (max-width: 991px) {
    .v3-school-method {
        margin-bottom: 6rem;
    }
    .v3-school-method,
    .v3-school-method .v3-method {
        font-size: 2.7rem;
    }
    .v3-school-method .v3-method {
        max-width: 60%;
    }
}
@media (max-width: 767px) {
    .v3-school-method {
        margin-bottom: 2rem;
    }
}
@media (max-width: 480px) {
    .v3-school-method,
    .v3-school-method .v3-method {
        font-size: calc(20px + 3 * (100vw - 320px) / 160);
    }
    .v3-school-method .v3-method {
        max-width: 90%;
        padding: 0.7rem 0.5rem 0.9rem;
    }
}

.v3-school-ttl-wrap {
    margin: -3rem 0 0;
}
.v3-school-ttl-wrap .v3-section-ttl.v3-large-have::before {
    top: 20px;
}
@media (max-width: 991px) {
    .v3-school-ttl-wrap {
        margin-bottom: 3rem;
    }
    .v3-school-ttl-wrap .v3-section-ttl {
        margin-bottom: 2rem;
    }
    .v3-school-ttl-wrap .v3-section-ttl.v3-large-have::before {
        top: 7px;
    }
}
@media (max-width: 767px) {
    .v3-school-ttl-wrap {
        margin: 5rem 0 1rem;
    }
    .v3-school-ttl-wrap .v3-section-ttl.v3-large-have::before {
        top: -2px;
    }
}

.v3-school-wrap {
    margin: 4rem 0 0;
}
.v3-school-wrap + .v3-school-wrap {
    margin: 21rem 0 0;
}
@media (max-width: 1199px) {
    .v3-school-wrap {
        margin-top: 0;
    }
    .v3-school-wrap + .v3-school-wrap {
        margin: 19rem 0;
    }
}
@media (max-width: 991px) {
    .v3-school-wrap + .v3-school-wrap {
        margin: 10rem 0;
    }
}
@media (max-width: 767px) {
    .v3-school-wrap + .v3-school-wrap {
        margin: 7rem 0;
    }
}

.v3-school-wrap .v3-school-sub-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.v3-school-wrap .v3-school-sub-box .v3-school-num {
    width: 9%;
    box-sizing: border-box;
}
.v3-school-wrap .v3-school-sub-box .v3-school-num {
    font-size: 9rem;
    line-height: 1;
    text-align: center;
}
.v3-school-wrap .v3-school-sub-box .v3-school-num span {
    display: block;
    font-size: 1.7rem;
}
.v3-school-wrap .v3-school-sub-box .v3-shool-sub {
    width: 91%;
    padding-left: 2rem;
    box-sizing: border-box;
    font-size: 3.5rem;
}
.v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-small {
    display: inline-block;
    font-size: 2.6rem;
    margin-right: 3rem;
}
.v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-large {
    display: inline-block;
    font-size: 5rem;
}
@media (max-width: 1199px) {
    .v3-school-wrap .v3-school-sub-box .v3-school-num {
        width: 11%;
        font-size: 8rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub {
        width: 89%;
        font-size: 3.1rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-small {
        font-size: 2.3rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-large {
        font-size: 4.3rem;
    }
}
@media (max-width: 991px) {
    .v3-school-wrap .v3-school-sub-box .v3-school-num {
        width: 11%;
        font-size: 6.5rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-school-num span {
        font-size: 1.3rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub {
        width: 89%;
        font-size: 2.6rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-small {
        font-size: 2rem;
        margin-right: 1.5rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-large {
        font-size: 3.5rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-large.v3-letter-spacing1 {
        letter-spacing: -0.12em;
    }
}
@media (max-width: 767px) {
    .v3-school-wrap .v3-school-sub-box .v3-school-num {
        width: 17%;
        font-size: calc(42px + 23 * (100vw - 320px) / 879);
    }
    .v3-school-wrap .v3-school-sub-box .v3-school-num span {
        font-size: 1rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub {
        width: 83%;
        font-size: calc(17px + 9 * (100vw - 320px) / 879);
        line-height: 1;
        padding-left: 1rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-small {
        display: block;
        font-size: calc(14px + 6 * (100vw - 320px) / 879);
        margin: 0 0 -1rem;
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-large {
        font-size: calc(21px + 14 * (100vw - 320px) / 879);
    }
    .v3-school-wrap .v3-school-sub-box .v3-shool-sub .v3-large.v3-letter-spacing1 {
        letter-spacing: -0.15em;
    }
}

.v3-school-wrap .v3-school-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 3rem auto 0;
    position: relative;
}
.v3-school-wrap .v3-school-box .v3-txtarea {
    width: 48%;
}
.v3-school-wrap .v3-school-box .v3-imgarea {
    width: 50%;
}
.v3-school-wrap .v3-school-box .v3-txtarea .v3-txt {
    line-height: 2.2;
    font-size: 1.6rem;
}
@media (max-width: 1199px) {
    .v3-school-wrap .v3-school-box .v3-txtarea .v3-txt {
        font-size: 1.5rem;
        line-height: 2;
    }
}
@media (max-width: 991px) {
    .v3-school-wrap .v3-school-box {
        margin-top: 1rem;
    }
}
@media (max-width: 767px) {
    .v3-school-wrap .v3-school-box {
        margin-top: 0.5rem;
    }
    .v3-school-wrap .v3-school-box .v3-txtarea,
    .v3-school-wrap .v3-school-box .v3-imgarea {
        width: 100%;
    }
    .v3-school-wrap .v3-school-box .v3-imgarea {
        margin-top: 0.5rem;
    }
    .v3-school-wrap .v3-school-box .v3-txtarea .v3-txt {
        font-size: calc(13px + 3 * (100vw - 320px) / 879);
    }
}

.v3-school-wrap .v3-gbox {
    width: 97%;
    background: #F4F4F4;
    padding: 4rem;
    position: absolute;
    bottom: -50px;
    z-index: -1;
    box-sizing: border-box;
}
.v3-school-wrap .v3-gbox .v3-sub-check {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    margin: 0 0 3rem;
    font-size: 2.4rem;
}
@media (max-width: 1199px) {
    .v3-school-wrap .v3-gbox {
        width: 96.5%;
        padding: 3rem;
    }
    .v3-school-wrap .v3-gbox .v3-sub-check {
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }
}
@media (max-width: 991px) {
    .v3-school-wrap .v3-gbox {
        width: 100%;
        top: 0;
        margin-top: 3rem;
        position: relative;
    }
    .v3-school-wrap .v3-gbox .v3-sub-check {
        margin-bottom: 2rem;
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .v3-school-wrap .v3-gbox {
        margin-top: 0;
        padding: 2.2rem 1.5rem;
    }
    .v3-school-wrap .v3-gbox .v3-sub-check {
        margin-bottom: 1.5rem;
        font-size: calc(17px + 3 * (100vw - 320px) / 879);
        text-align: center;
    }
}

.v3-school-wrap .v3-btn {
    position: absolute;
    bottom: -150px;
    right: 25px;
}
@media (max-width: 991px) {
    .v3-school-wrap .v3-btn {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 3rem;
    }
}

.v3-tp-three-wrap.v3-school-two-wrap {
    margin-top: 20rem;
}
.v3-tp-three-wrap.v3-school-two-wrap .v3-box .v3-txt-box {
    padding: 2.7rem 3.5rem 10rem;
}
.v3-tp-three-wrap.v3-school-two-wrap .v3-box .v3-txt-box .v3-subsub {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.v3-tp-three-wrap.v3-school-two-wrap .v3-box .v3-txt-box .v3-txt {
    font-size: 1.5rem;
    line-height: 2;
}
@media (max-width: 1199px) {
    .v3-tp-three-wrap.v3-school-two-wrap {
        margin-top: -2rem;
    }
}
@media (max-width: 991px) {
    .v3-tp-three-wrap.v3-school-two-wrap {
        margin-top: 15rem;
    }
}
@media (max-width: 767px) {
    .v3-tp-three-wrap.v3-school-two-wrap {
        margin-top: 5rem;
    }
    .v3-tp-three-wrap.v3-school-two-wrap .v3-box .v3-txt-box {
        padding: 2rem 1.5rem;
    }
    .v3-tp-three-wrap.v3-school-two-wrap .v3-box .v3-txt-box .v3-subsub {
        font-size: 1.9rem;
        margin-bottom: 1.5rem;
    }
    .v3-tp-three-wrap.v3-school-two-wrap .v3-box .v3-txt-box .v3-txt {
        font-size: 1.4rem;
    }
}

.v3-school-border-wrap {
    margin-top: 0;
}
.v3-school-border-wrap + .v3-school-border-wrap {
    margin-top: 22rem;
}
.v3-school-border-wrap a {
    color: #000;
}
.v3-school-border-wrap a:hover {
    color: #000;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .v3-school-border-wrap + .v3-school-border-wrap {
        margin-top: 18rem;
    }
}
@media (max-width: 991px) {
    .v3-school-border-wrap + .v3-school-border-wrap {
        margin-top: 14rem;
    }
}
@media (max-width: 767px) {
    .v3-school-border-wrap + .v3-school-border-wrap {
        margin-top: 10rem;
    }
}

.v3-school-border-wrap .v3-imagearea {
    width: auto;
    height: 300px;
    object-fit: cover;
}
.v3-school-border-wrap .v3-box .v3-col-one,
.v3-school-border-wrap .v3-box .v3-col-two,
.v3-school-border-wrap .v3-box .v3-col-three {
    background: #fff;
    border: 10px solid #FFEBEB;
}
.v3-school-border-wrap .v3-box.v3-pink .v3-col-one,
.v3-school-border-wrap .v3-box.v3-pink .v3-col-two,
.v3-school-border-wrap .v3-box.v3-pink .v3-col-three {
    border-color: #FFEBEB;
}
.v3-school-border-wrap .v3-box.v3-blue .v3-col-one,
.v3-school-border-wrap .v3-box.v3-blue .v3-col-two,
.v3-school-border-wrap .v3-box.v3-blue .v3-col-three {
    border-color: #DEEDF8;
}
.v3-school-border-wrap .v3-box .v3-col-one.v3-pink,
.v3-school-border-wrap .v3-box .v3-col-two.v3-pink,
.v3-school-border-wrap .v3-box .v3-col-three.v3-pink {
    background: #FFF7F7;
}
.v3-school-border-wrap .v3-box .v3-col-one.v3-blue,
.v3-school-border-wrap .v3-box .v3-col-two.v3-blue,
.v3-school-border-wrap .v3-box .v3-col-three.v3-blue {
    background: #f5fafd;
}
.v3-school-border-wrap .v3-box .v3-txt-box {
    margin: 0;
    padding: 2.7rem 3.5rem 10rem;
}
.v3-school-border-wrap .v3-box .v3-txt-box .v3-subsub {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 2rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.v3-school-border-wrap .v3-box .v3-txt-box .v3-txt {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
}
@media (max-width: 1199px) {
    .v3-school-border-wrap .v3-box .v3-imagearea {
        height: calc(300 / 1200 * 100vw);
    }
    .v3-school-border-wrap .v3-box .v3-txt-box .v3-subsub {
        font-size: 1.8rem;
    }
    .v3-school-border-wrap .v3-box .v3-txt-box .v3-txt {
        font-size: 1.3rem;
    }
}
@media (max-width: 991px) {
    .v3-school-border-wrap .v3-box .v3-imagearea {
        height: 200px;
    }
    .v3-school-border-wrap .v3-box .v3-txt-box {
        padding-bottom: 6rem;
    }
    .v3-school-border-wrap .v3-box .v3-txt-box .v3-subsub {
        font-size: 2rem;
    }
    .v3-school-border-wrap .v3-box .v3-txt-box .v3-txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .v3-school-border-wrap .v3-box .v3-imagearea {
        height: 350px;
    }
    .v3-school-border-wrap .v3-box .v3-txt-box {
        padding: 2rem 1.5rem;
    }
    .v3-school-border-wrap .v3-box .v3-txt-box .v3-subsub {
        font-size: 1.9rem;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 480px) {
    .v3-school-border-wrap .v3-box .v3-imagearea {
        height: 200px;
    }
}

.v3-school-dakara .v3-school-large {
    font-size: 8rem;
    display: inline-block;
    margin: 0 0.5rem 0 1rem;
    vertical-align: -8%;
}
@media (max-width: 1199px) {
    .v3-school-dakara {
        font-size: 3.5rem;
    }
    .v3-school-dakara .v3-school-large {
        font-size: 6.5rem;
    }
}
@media (max-width: 767px) {
    .v3-school-dakara {
        font-size: calc(23px + 12 * (100vw - 320px) / 879);
    }
    .v3-school-dakara .v3-school-large {
        font-size: calc(38px + 27 * (100vw - 320px) / 879);
    }
}

/*-------------------------------
 * 5. TOP
 * ----------------------------*/
/* 5.1 Main Visual
 * ------------------------------*/
#v3-main-visual {
    width: 100%;
    height: calc(650 / 1280 * 100vw);
    margin: 10rem 0 0;
    padding: 0;
    -webkit-animation: fadeIn 2s ease both;
    animation: fadeIn 2s ease both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
}
@media (max-width: 991px) {
    #v3-main-visual {
        margin-top: 5rem;
        height: calc(900 / 991 * 100vw);
    }
}
@media (max-width: 480px) {
    #v3-main-visual {
        height: calc(447 / 480 * 100vw);
    }
}

.v3-main-slider {
    width: 70%;
}
.v3-main-slider-bg {
    width: 75%;
    height: calc(650 / 1280 * 100vw);
    background: #FFE2E2;
    position: absolute;
    right: 0;
    top: 50px;
}
@media (max-width: 991px) {
    .v3-main-slider-bg {
        height: calc(830 / 991 * 100vw);
    }
}
@media (max-width: 480px) {
    .v3-main-slider-bg {
        height: calc(400 / 480 * 100vw);
    }
}

.v3-main-txt {
    width: 30%;
    box-sizing: border-box;
    padding-right: calc(50 / 1280 * 100vw);
    position: relative;
}
.v3-main-txt-bg {
    width: 550px;
    height: 539px;
    background: url(../image/main-bg.png) 0 0 no-repeat;
    background-size: contain;
    position :absolute;
    right: -30px;
    bottom: -120px;
    z-index: -1;
}
.v3-s-sub-cont {
    display: block;
    margin: 5rem auto 0;
    text-align: center;
}
.v3-s-sub-cont svg {
    width: calc(105 / 1280 * 100vw);
    height: auto;
}
@media (max-width: 1199px) {
    .v3-main-txt-bg {
        width: calc(400 / 1199 * 100vw);
        height: calc(392 / 1199 * 100vw);
        bottom: -30px;
        right: -10px;
    }
}
@media (max-width: 991px) {
    .v3-s-sub-cont svg {
        width: calc(130 / 991 * 100vw);
    }
}
@media (max-width: 480px) {
    .v3-main-txt-bg {
        width: 200px;
        height: 196px;
        right: -40px;
        bottom: -40px;
    }
    .v3-s-sub-cont {
        margin-top: 2rem;
    }
    .v3-s-sub-cont svg {
        width: 58%;
    }
}

.v3-s-sub-1,
#v3-cate-ttl .v3-ttl span:nth-of-type(1) {
    -webkit-animation: slideTextFade 2.0s ease 0s 1 normal;
    animation: slideTextFade 2.0s ease 0s 1 normal;
}
.v3-s-sub-2,
#v3-cate-ttl .v3-ttl span:nth-of-type(2) {
    -webkit-animation: slideTextFade 2.2s ease 0s 1 normal;
    animation: slideTextFade 2.2s ease 0s 1 normal;
}
.v3-s-sub-3,
#v3-cate-ttl .v3-ttl span:nth-of-type(3) {
    -webkit-animation: slideTextFade 2.4s ease 0s 1 normal;
    animation: slideTextFade 2.4s ease 0s 1 normal;
}
.v3-s-sub-4,
#v3-cate-ttl .v3-ttl span:nth-of-type(4) {
    -webkit-animation: slideTextFade 2.6s ease 0s 1 normal;
    animation: slideTextFade 2.6s ease 0s 1 normal;
}
.v3-s-sub-5,
#v3-cate-ttl .v3-ttl span:nth-of-type(5) {
    -webkit-animation: slideTextFade 2.8s ease 0s 1 normal;
    animation: slideTextFade 2.8s ease 0s 1 normal;
}
.v3-s-sub-6,
#v3-cate-ttl .v3-ttl span:nth-of-type(6) {
    -webkit-animation: slideTextFade 3.0s ease 0s 1 normal;
    animation: slideTextFade 3.0s ease 0s 1 normal;
}
.v3-s-sub-7,
#v3-cate-ttl .v3-ttl span:nth-of-type(7) {
    -webkit-animation: slideTextFade 3.2s ease 0s 1 normal;
    animation: slideTextFade 3.2s ease 0s 1 normal;
}
.v3-s-sub-8,
#v3-cate-ttl .v3-ttl span:nth-of-type(8) {
    -webkit-animation: slideTextFade 3.4s ease 0s 1 normal;
    animation: slideTextFade 3.4s ease 0s 1 normal;
}
.v3-s-sub-9,
#v3-cate-ttl .v3-ttl span:nth-of-type(9) {
    -webkit-animation: slideTextFade 3.6s ease 0s 1 normal;
    animation: slideTextFade 3.6s ease 0s 1 normal;
}
.v3-s-sub-10,
#v3-cate-ttl .v3-ttl span:nth-of-type(10) {
    -webkit-animation: slideTextFade 3.8s ease 0s 1 normal;
    animation: slideTextFade 3.8s ease 0s 1 normal;
}
.v3-s-sub-11,
#v3-cate-ttl .v3-ttl span:nth-of-type(11) {
    -webkit-animation: slideTextFade 4.0s ease 0s 1 normal;
    animation: slideTextFade 4.0s ease 0s 1 normal;
}
.v3-s-sub-12,
#v3-cate-ttl .v3-ttl span:nth-of-type(12) {
    -webkit-animation: slideTextFade 4.2s ease 0s 1 normal;
    animation: slideTextFade 4.2s ease 0s 1 normal;
}
.v3-s-sub-13,
#v3-cate-ttl .v3-ttl span:nth-of-type(13) {
    -webkit-animation: slideTextFade 4.4s ease 0s 1 normal;
    animation: slideTextFade 4.4s ease 0s 1 normal;
}
.v3-s-sub-14,
#v3-cate-ttl .v3-ttl span:nth-of-type(14) {
    -webkit-animation: slideTextFade 4.6s ease 0s 1 normal;
    animation: slideTextFade 4.6s ease 0s 1 normal;
}
.v3-s-sub-15,
#v3-cate-ttl .v3-ttl span:nth-of-type(15) {
    -webkit-animation: slideTextFade 4.8s ease 0s 1 normal;
    animation: slideTextFade 4.8s ease 0s 1 normal;
}
.v3-s-sub-16,
#v3-cate-ttl .v3-ttl span:nth-of-type(16) {
    -webkit-animation: slideTextFade 5.0s ease 0s 1 normal;
    animation: slideTextFade 5.0s ease 0s 1 normal;
}
.v3-s-sub-17,
#v3-cate-ttl .v3-ttl span:nth-of-type(17) {
    -webkit-animation: slideTextFade 5.2s ease 0s 1 normal;
    animation: slideTextFade 5.2s ease 0s 1 normal;
}
.v3-s-sub-18,
#v3-cate-ttl .v3-ttl span:nth-of-type(18) {
    -webkit-animation: slideTextFade 5.4s ease 0s 1 normal;
    animation: slideTextFade 5.4s ease 0s 1 normal;
}
.v3-s-sub-19,
#v3-cate-ttl .v3-ttl span:nth-of-type(19) {
    -webkit-animation: slideTextFade 5.6s ease 0s 1 normal;
    animation: slideTextFade 5.6s ease 0s 1 normal;
}
.v3-s-sub-20,
#v3-cate-ttl .v3-ttl span:nth-of-type(20) {
    -webkit-animation: slideTextFade 5.8s ease 0s 1 normal;
    animation: slideTextFade 5.8s ease 0s 1 normal;
}

.v3-scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 180px;
    background: #7cb6e3;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.v3-scroll .v3-scroll-txt {
    width: 100%;
    margin-top: 1.8rem;
}
.v3-scroll .v3-scroll-txt img {
    width: 9px;
    height: auto;
}
.v3-scroll .v3-scroll-arrow {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
    margin-top: 1rem;
}
.v3-scroll .v3-scroll-arrow::before {
    animation: scroll-down 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -webkit-animation: scroll-down 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 86px;
    background: #fff;
    content: ' ';
}
.v3-scroll .v3-scroll-arrow span {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
@media (max-width: 991px) {
    .v3-scroll {
        display: none;
    }
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes scroll-down {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/* 5.2 Two Wrap
 * ------------------------------*/
.v3-two-wrap .v3-txt-read,
.v3-two-wrap .v3-sub-read {
    padding: 0 5rem 0 4rem;
}
.v3-two-wrap .v3-txt-read.text-center,
.v3-two-wrap .v3-sub-read.text-center {
    padding: 0;
    padding-right: calc(50 / 1280 * 100vw);
}
@media (max-width: 1400px) {
    .v3-two-wrap .v3-txt-read.text-center,
    .v3-two-wrap .v3-sub-read.text-center {
        padding-right: calc(80 / 1400 * 100vw);
    }
}
@media (max-width: 1300px) {
    .v3-two-wrap .v3-txt-read,
    .v3-two-wrap .v3-sub-read {
        padding: 0 1rem !important;
    }
}
@media (max-width: 767px) {
    .v3-two-wrap .v3-txt-read,
    .v3-two-wrap .v3-sub-read {
        padding: 0 !important;
    }
}

.v3-two-wrap .v3-txtarea.v3-left {
    padding-right: 10rem;
}
.v3-two-wrap .v3-txtarea.v3-right {
    padding-left: 12rem;
}
.v3-two-wrap .v3-imgarea {
    background: #FFEBEB;
    padding-top: 25rem;
    padding-bottom: 45rem;
    position: relative;
}
.v3-two-wrap .v3-imgarea.v3-pink {
    background: #FFEBEB;
}
.v3-two-wrap .v3-imgarea.v3-blue {
    background: #DEEDF8;
}
.v3-two-wrap .v3-imgarea .v3-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    height: auto;
}
.v3-two-wrap .v3-imgarea.v3-right .v3-img {
    right: 100px;
}
.v3-two-wrap .v3-imgarea.v3-left .v3-img {
    left: 100px;
}
@media (max-width: 1450px) {
    .v3-two-wrap .v3-txtarea.v3-left {
        padding-right: calc(10 / 1450 * 100vw);
    }
    .v3-two-wrap .v3-txtarea.v3-right {
        padding-left: calc(60 / 1450 * 100vw);
    }
    .v3-two-wrap .v3-imgarea {
        padding-top: calc(330 / 1450 * 100vw);
        padding-bottom: calc(330 / 1450 * 100vw);
    }
    .v3-two-wrap .v3-imgarea .v3-img {
        width: calc(600 / 1450 * 100vw);
    }
}
@media (max-width: 1300px) {
    .v3-two-wrap .v3-txtarea.v3-left {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .v3-two-wrap .v3-txtarea.v3-right {
        padding-left: 7rem;
        padding-right: 5rem;
    }
}
@media (max-width: 1199px) {
    .v3-two-wrap .v3-txtarea.v3-left {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .v3-two-wrap .v3-txtarea.v3-right {
        padding-left: 6rem;
        padding-right: 4rem;
    }
}
@media (max-width: 991px) {
    .v3-two-wrap .v3-box .v3-col-two {
        width: 100%;
    }
    .v3-two-wrap .v3-txtarea {
        text-align: center;
        margin-top: 3rem;
    }
    .v3-two-wrap .v3-txtarea.v3-left,
    .v3-two-wrap .v3-txtarea.v3-right {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .v3-two-wrap .v3-imgarea {
        padding-top: calc(450 / 991 * 100vw);
        padding-bottom: calc(450 / 991 * 100vw);
        border-color: #fff;
        border-style: solid;
    }
    .v3-two-wrap .v3-imgarea.v3-left {
        border-right-width: calc(248 / 991 * 100vw);
    }
    .v3-two-wrap .v3-imgarea.v3-right {
        border-left-width: calc(248 / 991 * 100vw);
    }
    .v3-two-wrap .v3-imgarea .v3-img {
        width: calc(900 / 991 * 100vw);
    }
    .v3-two-wrap .v3-imgarea.v3-right .v3-img {
        right: 0;
    }
    .v3-two-wrap .v3-imgarea.v3-left .v3-img {
        left: 0;
    }
}
@media (max-width: 767px) {
    .v3-two-wrap .v3-txtarea {
        margin-top: 2rem;
    }
}

.v3-two-wrap .v3-btn {
    margin-left: 7rem;
}
@media (max-width: 991px) {
    .v3-two-wrap .v3-btn {
        margin-left: auto;
        margin-right: auto;
    }
}
 
/* 5.3 Three Wrap
 * ------------------------------*/
.v3-tp-three-wrap {
    margin-bottom: 0;
}
.v3-tp-three-wrap a {
    color: #000;
}
.v3-tp-three-wrap a:hover {
    color: #000;
    text-decoration: none;
}

.v3-tp-three-wrap .v3-ttl-box {
    width: 100%;
    display: block;
    margin: 0 0 13rem;
}
.v3-tp-three-wrap .v3-ttl-box.v3-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-ttl {
    width: 56%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #4e4e4e;
    font-size: 8.3rem;
    padding-right: 1rem;
}
.v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-section-ttl {
    width: 44%;
    box-sizing: border-box;
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.8;
}
@media (max-width: 1500px) {
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-section-ttl {
        font-size: 2.1rem;
    }
}
@media (max-width: 1199px) {
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-ttl {
        font-size: 7rem;
    }
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-section-ttl {
        font-size: 1.8rem;
    }
}
@media (max-width: 1024px) {
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-ttl {
        font-size: calc(20px + 50 * (100vw - 320px) / 704);
    }
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-section-ttl {
        font-size: calc(15px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 991px) {
    .v3-tp-three-wrap .v3-ttl-box.v3-flex {
        display: block;
        text-align: center;
    }
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-ttl {
        width: 100%;
        text-align: center;
        font-size: 6rem;
    }
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-section-ttl {
        width:  auto;
        text-align: center;
        display: inline-block;
        font-size: 2.5rem;
        margin: 2rem auto;
    }
}
@media (max-width: 767px) {
    .v3-tp-three-wrap .v3-ttl-box {
        margin-bottom: 10rem;
    }
    .v3-tp-three-wrap .v3-ttl-box.v3-flex {
        margin-bottom: 12rem;
    }
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-ttl {
        font-size: calc(38px + 22 * (100vw - 320px) / 447);
    }
    .v3-tp-three-wrap .v3-ttl-box.v3-flex .v3-section-ttl {
        font-size: calc(13px + 11 * (100vw - 320px) / 447);
        margin: 1.5rem auto 0;
        text-align: left;
    }
}

.v3-tp-three-wrap .v3-box {
    position: relative;
    top: -120px;
    margin-bottom: -12rem;
  }
.v3-tp-three-wrap .v3-box .v3-imagearea {
    width: auto;
    height: 300px;
    object-fit: cover;
}
.v3-tp-three-wrap .v3-box .v3-col-two,
.v3-tp-three-wrap .v3-box .v3-col-three {
    background: #fff;
}
.v3-tp-three-wrap .v3-box .v3-txt-box {
    margin: 0;
    padding: 2rem 1.2rem 9rem;
}
.v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub {
    font-size: 1.9rem;
    text-align: center;
    margin: 0 0 1.4rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub .v3-large {
    font-size: 3rem;
    display: inline-block;
    vertical-align: -10%;
    letter-spacing: 0.05em;
}
.v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub .v3-medium {
    font-size: 2.1rem;
    display: inline-block;
    vertical-align: -10%;
}
.v3-tp-three-wrap .v3-box .v3-txt-box .v3-txt {
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
}
@media (max-width: 1199px) {
    .v3-tp-three-wrap .v3-box .v3-imagearea {
        height: calc(300 / 1200 * 100vw);
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub {
        font-size: 1.8rem;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box .v3-txt {
        font-size: 1.3rem;
    }
}
@media (max-width: 991px) {
    .v3-tp-three-wrap .v3-box .v3-imagearea {
        height: 200px;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box {
        padding-bottom: 7rem;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub {
        font-size: 1.8rem;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub .v3-medium {
        font-size: 1.9rem;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box .v3-txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .v3-tp-three-wrap .v3-box {
        top: -100px;
        margin-bottom: -10rem;
    }
    .v3-tp-three-wrap .v3-box .v3-imagearea {
        height: 350px;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box {
        padding: 1.8rem 1.5rem 2rem;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub {
        font-size: 1.9rem;
    }
    .v3-tp-three-wrap .v3-box .v3-txt-box .v3-subsub .v3-medium {
        font-size: 2rem;
    }
}
@media (max-width: 480px) {
    .v3-tp-three-wrap .v3-box .v3-imagearea {
        height: 240px;
    }
}

/* 5.4 News
 * ------------------------------*/
.v3-tp-news-wrap .v3-news-box {
    margin: 0;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.v3-news-box::-webkit-scrollbar {
    width: 5px;
}
.v3-news-box::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.v3-news-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffb8b8;
}
@media (max-width: 991px) {
    .v3-tp-news-wrap .v3-news-box {
        height: 310px;
    }
    .v3-news-box::-webkit-scrollbar {
        width: 3px;
    }
}

.v3-news-box ul {
    padding-right: 1.5rem;
}
.v3-news-box ul li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 1.8rem 0 2rem;
    border-bottom: 1px solid #c9caca;
    line-height: 1.8;
}
.v3-news-box ul li:first-of-type {
    border-top: 1px solid #c9caca;
}
.v3-news-box ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}
.v3-news-box ul li a:hover {
    text-decoration: none;
    color: #999;
    transition: 0.5s;
}
.v3-news-box ul li .v3-day {
    width: 95px;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
}
.v3-news-box ul li .v3-icon {
    width: 130px;
}
.v3-news-box ul li .v3-icon span {
    display: inline-block;
    width: 130px;
    height: 21px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    padding-top: 0.35rem;
    background: #ff8989;
}
.v3-news-box ul li .v3-txt {
    box-sizing: border-box;
    padding-left: 1.8rem;
}
@media (max-width: 991px) {
    .v3-news-box ul li {
        padding: 1.5rem 0;
    }
}
@media (max-width: 767px) {
    .v3-news-box ul {
        padding-right: 1rem;
    }
    .v3-news-box ul li {
        padding: 1rem 0;
    }
    .v3-news-box ul li .v3-day {
        width: 85px;
    }
    .v3-news-box ul li .v3-txt {
        display: block;
        width: 100%;
        padding-top: 0.5rem;
        padding-left: 0;
    }
}

.v3-tp-news-wrap .v3-btn {
    position: absolute;
    top: 20px;
    right: 28px;
    margin: 0;
    -webkit-animation: fadeIn 0.7s ease both;
    animation: fadeIn 0.7s ease both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.v3-tp-blog-wrap .v3-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    -webkit-animation: fadeIn 0.7s ease both;
    animation: fadeIn 0.7s ease both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@media (max-width: 1199px) {
    .v3-tp-blog-wrap .v3-btn {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 2rem;
        margin-right: 1rem;
        float: right;
    }
}
@media (max-width: 991px) {
    .v3-tp-news-wrap .v3-btn {
        top: 10px;
    }
}
@media (max-width: 767px) {
    .v3-tp-news-wrap .v3-btn {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 2rem;
        margin-right: 1rem;
        float: right;
    }
    .v3-tp-blog-wrap .v3-btn {
        margin-bottom: 1rem;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer#v3-footer {
    margin: 22rem 0 0;
    padding: 3rem 0 2rem;
    background: #000;
    color: #fff;
    position: relative;
}
footer#v3-footer a {
    color: #fff;
}
footer#v3-footer a:hover {
    color: #fff;
}
footer#v3-footer .v3-sub {
    font-family: 'Noto Sans JP', sans-serif;
}
footer#v3-footer #v3-copy {
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width: 1199px) {
    footer#v3-footer {
        margin-top: calc(230 / 1199 * 100vw);
    }
}
@media (max-width: 991px) {
    footer#v3-footer {
        margin-top: calc(210 / 991 * 100vw);
    }
}
@media (max-width: 767px) {
    footer#v3-footer {
        margin-top: 11.3rem;
        padding: 2rem 0 9rem;
        background: #333;
    }
    footer#v3-footer #v3-copy {
        font-size: 1rem;
    }
}

footer#v3-footer .v3-footer-menu01 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
footer#v3-footer .v3-footer-menu01 .v3-sub {
    margin: 0 0 0.8rem;
    padding-bottom: 0.8rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
}
footer#v3-footer .v3-footer-menu01 ul {
    width: 17%;
    margin: 0;
    padding: 0;
}
footer#v3-footer .v3-footer-menu01 ul li {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    footer#v3-footer .v3-footer-menu01 {
        display: none;
    }
}

footer#v3-footer .v3-footer-menu02 ul {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 4rem 0 3rem;
    padding: 0;
}
footer#v3-footer .v3-footer-menu02 ul li {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 1.4rem;
    display: block;
}
footer#v3-footer .v3-footer-menu02 ul li::after {
    content: " | ";
    padding: 0 2.5rem;
}
footer#v3-footer .v3-footer-menu02 ul li:last-of-type::after {
    content: "";
}
@media (max-width: 991px) {
    footer#v3-footer .v3-footer-menu02 ul li {
        margin: 0 1.5rem;
    }
    footer#v3-footer .v3-footer-menu02 ul li::after {
        content: "";
    }
}
@media (max-width: 767px) {
    footer#v3-footer .v3-footer-menu02 {
        display: none;
    }
}

footer#v3-footer .v3-footer-add {
    display: none;
}
@media (max-width: 767px) {
    footer#v3-footer .v3-footer-add {
        display: block;
        text-align: center;
        margin: 0 auto 3rem;
    }
    footer#v3-footer .v3-footer-logo {
        font-family: 'Shippori Mincho', serif;
        font-weight: 500;
        font-size: 2.2rem;
    }
}

.v3-foooter-fixed {
    display: none;
}
@media (max-width: 767px) {
    .v3-foooter-fixed {
        display: block;
        -webkit-animation: fadeIn 0.6s ease both;
        animation: fadeIn 0.6s ease both;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }
    .v3-foooter-fixed ul {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .v3-foooter-fixed a {
        color: #000;
    }
    .v3-foooter-fixed a:hover {
        color: #000;
        text-decoration: none;
    }
    .v3-foooter-fixed ul li:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .v3-foooter-fixed ul li {
        width: calc(100% / 3);
        height: 66px;
        box-sizing: border-box;
        padding: 0 0.2rem;
    }
    .v3-foooter-fixed ul li .v3-txt {
        display: block;
        font-size: 1.1rem;
        line-height: 1.1;
        margin-top: 0.8rem;
    }
    .v3-foooter-fixed ul li.v3-access {
        background: #f9f9e9;
        padding-top: 0.7rem;
    }
    .v3-foooter-fixed ul li.v3-access img {
        width: 22px;
    }
    .v3-foooter-fixed ul li.v3-oc {
        background: #FFDEDE;
        padding-top: 1rem;
    }
    .v3-foooter-fixed ul li.v3-oc img {
        width: 37px;
    }
    .v3-foooter-fixed ul li.v3-request {
        background: #CBE2F4;
        padding-top: 0.8rem;
    }
    .v3-foooter-fixed ul li.v3-request img {
        width: 32px;
    }
}

/*-------------------------------
 * 7. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.75;
  transition: 0.7s;
}

a:hover .v3-imagearea-content > img {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.v3-imagearea {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.v3-imagearea:before {
    content: "";
    display: block;
    padding-top: 66.667%;
}
.v3-imagearea-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: flex-start;
}
.v3-imagearea-content > img {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    overflow: hidden !important;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideTextFade {
    0%, 25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes btn-arrow1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 0);
    }
}
@keyframes btn-arrow1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 0);
    }
}

@-webkit-keyframes btn-arrow2 {
    0%,
    100% {
        transform: rotate(225deg) translate(0, 0);
    }
    50% {
        transform: rotate(225deg) translate(5px, 0);
    }
}
@keyframes btn-arrow2 {
    0%,
    100% {
        transform: rotate(225deg) translate(0, 0);
    }
    50% {
        transform: rotate(225deg) translate(5px, 0);
    }
}

/*-------------------------------
 * 9. 追加 230509 オープンキャンパス 緑追加暫定
 * ----------------------------*/
.swiper-opencampus .slide-img .v3-day.v3-green {
    background: #7FDEB7;
}
.swiper-opencampus .slide-img .v3-txt-box.v3-green {
    background: #e5f2ed;
}

/*-------------------------------
 * 10. 追加 230514 pager追加
 * ----------------------------*/
 .rl_pager {
  margin-top: 14px;
}

.rl_pager .pager_list {
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
}

.rl_pager .pager_list li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cacad9;
  line-height: 1;
  margin: 0 3px;
}

.rl_pager .pager_list li a {
  font-size: 18px;
  color: #757584;
  padding: 8px 12px;
  display: block;
  overflow: hidden;
  transition: background-color 300ms, color 300ms;
}

.rl_pager .pager_list li.here a {
  background-color: #dcdce6;
}

.rl_pager .pager_list li:hover:not(.here) a {
  color: #fff;
  background-color: #bbbbce;
}

/*-------------------------------
 * 11. 追加 230615 主な就職先 / 学生VOICE追加
 * ----------------------------*/
.v3-sub-fukidashi {
    text-align: center;
    font-size: 4rem;
    margin: 0 auto 5rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.v3-sub-fukidashi span {
    position: relative;
    display: inline-block;
    padding-left: 8.5rem;
}
.v3-sub-fukidashi span::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 52px;
    background: url(../image/icon/icon-fukidashi.svg) 0 0 no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1300px) {
    .v3-sub-fukidashi {
        font-size: calc(40 / 1330 * 100vw);
    }
}
@media (max-width: 1199px) {
    .v3-sub-fukidashi span {
        padding-left: 7rem;
    }
    .v3-sub-fukidashi span::after {
        width: 55px;
        height: 44px;
    }
}
@media (max-width: 991px) {
    .v3-sub-fukidashi {
        font-size: 3.7rem;
    }
}
@media (max-width: 767px) {
    .v3-sub-fukidashi {
        font-size: calc(21px + 18 * (100vw - 320px) / 447);
        margin-bottom: 2.5rem;
        line-height: 1.5;
    }
}
@media (max-width: 480px) {
    .v3-sub-fukidashi span {
        padding-left: calc(70 / 480 * 100vw);
    }
    .v3-sub-fukidashi span::after {
        width: calc(55 / 480 * 100vw);
        height: calc(44 / 480 * 100vw);
    }
}

.v3-breadcrumb + .v3-voice-wrap {
    margin-bottom: 0;
}
.v3-voice-wrap .v3-logo-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 8rem auto 0;
    padding: 0;
    list-style: none;
    gap: 40px 30px;
}
.v3-voice-wrap .v3-logo-list li {
    width: calc(100% / 5 - 24px );
    margin: 0 auto;
}
@media (max-width: 767px) {
    .v3-breadcrumb + .v3-voice-wrap {
        margin-top: 9rem;
    }
}
@media (max-width: 480px) {
    .v3-voice-wrap .v3-logo-list {
        margin: 5rem 2rem 0;
        gap: 30px 40px;
    }
    .v3-voice-wrap .v3-logo-list li {
        width: calc(100% / 2 - 50px );
    }
}

.v3-voice-wrap .v3-box {
    justify-content: flex-start;
    gap: 20px 20px;
    margin: 0 0 2rem;
}
.v3-voice-wrap .v3-box .v3-col-three,
.v3-voice-wrap .v3-box .v3-col-four {
    width: calc(100% / 3 - 14px );
    background: #fff;
    border: 10px solid #FFEBEB;
}
.v3-voice-wrap .v3-box .v3-col-four {
    width: calc(100% / 4 - 15px );
}
.v3-voice-wrap .v3-box.v3-pink .v3-col-three,
.v3-voice-wrap .v3-boxv3-pink .v3-col-four {
    border-color: #FFEBEB;
}
.v3-voice-wrap .v3-box.v3-blue .v3-col-three,
.v3-voice-wrap .v3-box.v3-blue .v3-col-four {
    border-color: #DEEDF8;
}
.v3-voice-wrap .v3-box.v3-yellow .v3-col-three,
.v3-voice-wrap .v3-box.v3-yellow .v3-col-four {
    border-color: #FAEFBE;
}
.v3-voice-wrap .v3-box .v3-col-three.v3-pink,
.v3-voice-wrap .v3-box .v3-col-four.v3-pink {
    background: #FFF7F7;
}
.v3-voice-wrap .v3-box .v3-col-three.v3-blue,
.v3-voice-wrap .v3-box .v3-col-four.v3-blue {
    background: #f5fafd;
}
.v3-voice-wrap .v3-box .v3-col-three.v3-yellow,
.v3-voice-wrap .v3-box .v3-col-four.v3-yellow {
    background: #FAEFBE;
}
@media (max-width: 991px) {
    .v3-voice-wrap .v3-box .v3-col-three,
    .v3-voice-wrap .v3-box .v3-col-four {
        width: calc(100% / 2 - 10px );
    }
}
@media (max-width: 767px) {
    .v3-voice-wrap .v3-box .v3-col-three,
    .v3-voice-wrap .v3-box .v3-col-four {
        margin: 0;
    }
}
@media (max-width: 480px) {
    .v3-voice-wrap .v3-box {
        gap: 20px 0;
    }
    .v3-voice-wrap .v3-box .v3-col-three,
    .v3-voice-wrap .v3-box .v3-col-four {
        width: 100%;
    }
}

.v3-voice-wrap .v3-image-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    background: #fff;
}
.v3-voice-wrap .v3-image-box .v3-image {
    width: 50%;
}
.v3-voice-wrap .v3-image-box .v3-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin: 0;
}
.v3-voice-wrap .v3-image-box.v3-small .v3-image img {
    height: 120px;
}
.v3-voice-wrap .v3-image-box .v3-sub-box {
    width: 50%;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    text-align: center;
}
.v3-voice-wrap .v3-box .v3-sub {
    font-size: 1.8rem;
    margin: 0;
}
.v3-voice-wrap .v3-box .v3-sub.v3-small {
    font-size: 1.7rem;
}
.v3-voice-wrap .v3-box .v3-sub.v3-ssmall {
    font-size: 1.6rem;
}
.v3-voice-wrap .v3-box .v3-cap {
    font-size: 1.7rem;
    display: block;
    margin: 0 0 1.2rem;
}
.v3-voice-wrap .v3-box .v3-cap.v3-small {
    font-size: 1.5rem;
}
.v3-voice-wrap .v3-box .v3-cap.v3-ssmall {
    font-size: 1.2rem;
}
.v3-voice-wrap .v3-box .v3-add {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 0.8rem;
}
.v3-voice-wrap .v3-box .v3-add.v3-small {
    font-size: 1.2rem;
}
.v3-voice-wrap .v3-box .v3-add.v3-ssmall {
    font-size: 1.1rem;
}
.v3-voice-wrap .v3-box .v3-add.v3-block {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
}
.v3-voice-wrap .v3-box .v3-logo {
    display: block;
    margin: 1.5rem auto 0;
    max-width: 80%;
}
.v3-voice-wrap .v3-box .v3-logo.v3-medium {
    max-width: 60%;
}
.v3-voice-wrap .v3-box .v3-logo.v3-small {
    max-width: 50%;
}
.v3-voice-wrap .v3-box .v3-logo.v3-ssmall {
    max-width: 38%;
}
.v3-voice-wrap .v3-box .v3-logo.v3-sssmall {
    max-width: 28%;
}
.v3-voice-wrap .v3-box .v3-txt-box {
    margin: 0;
    padding: 1.5rem;
}
.v3-voice-wrap .v3-box .v3-txt {
    margin: 0;
    font-size: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2;
}
@media (max-width: 1199px) {
    .v3-voice-wrap .v3-box .v3-sub {
        font-size: 1.7rem;
    }
    .v3-voice-wrap .v3-box .v3-sub.v3-small {
        font-size: 1.5rem;
    }
    .v3-voice-wrap .v3-box .v3-sub.v3-ssmall {
        font-size: 1.4rem;
    }
    .v3-voice-wrap .v3-box .v3-cap {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }
    .v3-voice-wrap .v3-box .v3-cap.v3-small {
        font-size: 1.4rem;
    }
    .v3-voice-wrap .v3-box .v3-cap.v3-ssmall {
        font-size: 1.1rem;
    }
    .v3-voice-wrap .v3-box .v3-add {
        font-size: 1.2rem;
        display: block;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
    .v3-voice-wrap .v3-box .v3-txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 991px) {
    .v3-voice-wrap .v3-box .v3-sub {
        font-size: 1.9rem;
    }
    .v3-voice-wrap .v3-box .v3-sub.v3-small {
        font-size: 1.7rem;
    }
    .v3-voice-wrap .v3-box .v3-sub.v3-ssmall {
        font-size: 1.6rem;
    }
    .v3-voice-wrap .v3-box .v3-cap {
        font-size: 1.7rem;
        margin-bottom: 0.8rem;
    }
    .v3-voice-wrap .v3-box .v3-cap.v3-small {
        font-size: 1.5rem;
    }
    .v3-voice-wrap .v3-box .v3-cap.v3-ssmall {
        font-size: 1.2rem;
    }
    .v3-voice-wrap .v3-box .v3-add {
        font-size: 1.3rem;
    }
    .v3-voice-wrap .v3-box .v3-txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
     .v3-voice-wrap .v3-box .v3-image img {
        height: 160px;
    }
    .v3-voice-wrap .v3-image-box.v3-small .v3-image img {
        height: 120px;
    }
}
@media (max-width: 480px) {
    .v3-voice-wrap .v3-image-box.v3-small .v3-image img {
        height: 110px;
    }
    .v3-voice-wrap .v3-box .v3-sub.v3-small {
        font-size: calc(13px + 4 * (100vw - 320px) / 160);
    }
    .v3-voice-wrap .v3-box .v3-sub.v3-ssmall {
        font-size: calc(12px + 4 * (100vw - 320px) / 160);
    }
    .v3-voice-wrap .v3-box .v3-sub,
    .v3-voice-wrap .v3-box .v3-col-four .v3-sub.v3-small  {
        font-size: calc(15px + 2 * (100vw - 320px) / 160);
    }
    .v3-voice-wrap .v3-box .v3-cap {
        font-size: calc(13px + 4 * (100vw - 320px) / 160);
        margin-bottom: 0.8rem;
    }
    .v3-voice-wrap .v3-box .v3-cap.v3-small {
        font-size: calc(12px + 3 * (100vw - 320px) / 160);
    }
    .v3-voice-wrap .v3-box .v3-cap.v3-ssmall {
        font-size: calc(11px + 2 * (100vw - 320px) / 160);
    }
    .v3-voice-wrap .v3-box .v3-col-four .v3-cap.v3-smal,
    .v3-voice-wrap .v3-box .v3-col-four .v3-cap.v3-ssmal {
        font-size: calc(13px + 4 * (100vw - 320px) / 160);
    }
    .v3-voice-wrap .v3-box .v3-add,
    .v3-voice-wrap .v3-box .v3-add.v3-block,
    .v3-voice-wrap .v3-box .v3-add.v3-small,
    .v3-voice-wrap .v3-box .v3-add.v3-ssmall {
        font-size: calc(12px + 1 * (100vw - 320px) / 160);
        display: inline-block;
        margin-right: 0.5rem;
    }
    .v3-voice-wrap .v3-box .v3-txt-box {
        padding: 1.2rem;
    }
    .v3-voice-wrap .v3-box .v3-txt {
        font-size: calc(12px + 2 * (100vw - 320px) / 160);
    }
}

/*----- 学生VOICE -----*/
.v3-voice-wrap .v3-interview .v3-image-box {
    align-items: flex-start;
    align-content: flex-start;
}
.v3-voice-wrap .v3-interview .v3-box .v3-sub-box {
    padding: 1.3rem 0.5rem 0.5rem 1rem;
    box-sizing: border-box;
}
.v3-voice-wrap .v3-interview .v3-box .v3-sub {
    margin: 0.7rem 0 0.8rem;
    text-align: left;
}
.v3-voice-wrap .v3-interview .v3-box .v3-sub {
    font-size: 130%;
}
.v3-voice-wrap .v3-interview .v3-box .v3-add {
    font-size: 80%;
    margin-left: 0.5rem;
}
.v3-voice-wrap .v3-interview .v3-box .v3-cap {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    line-height: 1.5;
}
.v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-small {
    font-size: 1.3rem;
}
.v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-ssmall {
    font-size: 1.2rem;
}
.v3-voice-wrap .v3-interview .v3-image-box .v3-image img {
    height: 170px;
}
.v3-voice-wrap .v3-interview .v3-btn-interview {
    position: absolute;
    bottom: -10px;
    right: -10px;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (max-width: 1199px) {
    .v3-voice-wrap .v3-interview .v3-box .v3-add {
        display: inline-block;
    }
    .v3-voice-wrap .v3-interview .v3-box .v3-cap {
        font-size: 1.3rem;
    }
    .v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-small {
        font-size: 1.2rem;
    }
    .v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-ssmall {
        font-size: 1.1rem;
    }
}
@media (max-width: 991px) {
    .v3-voice-wrap .v3-interview .v3-box .v3-cap {
        font-size: 1.4rem;
    }
    .v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-small {
        font-size: 1.3rem;
    }
    .v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-ssmall {
        font-size: 1.2rem;
    }
}
@media (max-width: 480px) {
    .v3-voice-wrap .v3-interview .v3-image-box .v3-image img {
        height: 160px;
    }
}
@media (max-width: 360px) {
    .v3-voice-wrap .v3-interview .v3-box .v3-cap {
        font-size: 1.3rem;
    }
    .v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-small {
        font-size: 1.2rem;
    }
    .v3-voice-wrap .v3-interview .v3-box .v3-cap.v3-ssmall {
        font-size: 1.1rem;
    }
}

/* interview deatil */
.v3-voice-wrap .v3-interview-detail  .v3-image-box {
    align-items: center;
    align-content: center;
}
.v3-voice-wrap .v3-interview-detail .v3-box .v3-col-three {
    width: 100%;
}
.v3-voice-wrap .v3-interview-detail .v3-box .v3-txt {
    margin: 1rem 0 0;
    font-size: 1.4rem;
    color: #ff7070;
    line-height: 1.7;
}
.v3-voice-wrap .v3-interview-detail .v3-box.v3-pink .v3-txt {
    color: #ff7070;
}
.v3-voice-wrap .v3-interview-detail .v3-box.v3-blue .v3-txt {
    color: #508be3;
}
.v3-voice-wrap .v3-interview-detail .v3-box.v3-yellow .v3-txt {
    color: #f1890d;
}
@media (min-width: 481px) {
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-cap {
        margin-bottom: 1.5rem;
        font-size: 80% !important;
    }
}
@media (min-width: 640px) {
    .v3-voice-wrap .v3-interview-detail  {
        max-width: 800px;
        margin: 0 auto;
    }
    .v3-voice-wrap .v3-interview-detail .v3-image-box .v3-image img {
        height: 250px;
    }
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-sub-box {
        padding: 0 2rem 0.5rem 2rem;
    }
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-sub {
        margin-top: 1.5rem;
    }
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-sub {
        font-size: 150%;
    }
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-add {
        font-size: 85%;
    }
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-txt {
        font-size: 1.8rem;
    }
}
@media (min-width: 768px) {
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-sub {
        font-size: 160%;
    }
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-txt {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .v3-voice-wrap .v3-interview-detail  {
        max-width: 850px;
    }
    .v3-voice-wrap .v3-interview-detail .v3-box .v3-txt {
        font-size: 2.2rem;
    }
    .v3-voice-wrap .v3-interview-detail .v3-image-box .v3-image img {
        height: 280px;
    }
}
@media (max-width: 480px) {
    .v3-voice-wrap .v3-interview-detail .v3-image-box .v3-image img {
        height: 190px;
    }
    .v3-voice-wrap .v3-interview-detail .v3-image-box .v3-sub-box {
        padding-top: 0;
    }
}

.v3-voice-wrap .v3-interview-detail .v3-detail-box {
    margin: 0 0 7rem;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    margin: 3rem 0;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl dt {
    width: 90px;
    box-sizing: border-box;
    line-height: 1.9;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl dd {
    width: calc(100% - 120px);
    box-sizing: border-box;
    line-height: 1.9;
    position: relative;
    padding: 1rem 2rem;
    background: #DEEDF8;
    border-radius: 6px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl dd .v3-txt-indent {
    text-indent: -0.6em;
    padding-left: 0.6rem;
    margin: 0;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-blue dl dd {
    background: #DEEDF8;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-pink dl dd {
    background: #FFEBEB;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-yellow dl dd {
    background: #FAEFBE;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl.v3-takabi dd {
    background: #f1f1f1;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #DEEDF8;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl.v3-voice dd:before {
    left: 100%;
    border-left: 15px solid #DEEDF8;
    border-right: none;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-blue dl dd::before {
    border-right-color: #DEEDF8;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-pink dl dd::before {
    border-right-color: #FFEBEB;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-yellow dl dd::before {
    border-right-color: #FAEFBE;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-blue dl.v3-voice dd:before {
    border-left-color: #DEEDF8;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-pink dl.v3-voice dd:before {
    border-left-color: #FFEBEB;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box.v3-yellow dl.v3-voice dd:before {
    border-left-color: #FAEFBE;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl.v3-takabi dd::before {
    border-right-color: #f1f1f1;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl.v3-voice dt {
    order: 2;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl.v3-voice dd {
    order: 1;
}
@media (max-width: 767px) {
    .v3-voice-wrap .v3-interview-detail .v3-detail-box {
        margin-bottom: 4rem;
    }
}
@media (max-width: 480px) {
    .v3-voice-wrap .v3-interview-detail .v3-detail-box dl dt {
        width: 55px;
        line-height: 1.8;
        font-size: 1.3rem;
    }
    .v3-voice-wrap .v3-interview-detail .v3-detail-box dl dd {
        width: calc(100% - 75px);
        line-height: 1.8;
        font-size: 1.3rem;
        padding: 1rem 1.3rem;
    }
}

/* next-interview */
.v3-interview-next {
    margin: 12rem 0 0;
}
.v3-interview-next .v3-sub-line {
    text-align: center;
    font-size: 4.5rem;
    margin: 0 auto 3rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.v3-interview-next .v3-sub-line::before,
.v3-interview-next .v3-sub-line::after {
  background-color: #ff7070;
  content: "";
  flex-grow: 1;
  height: 2px;
}
.v3-interview-next .v3-sub-line::before {
  margin-right: 2rem;
}
.v3-interview-next .v3-sub-line::after {
  margin-left: 2rem;
  background-color: #7cb6e3;
}
@media (min-width: 481px) {
    .v3-voice-wrap .v3-interview .v3-interview-next .v3-btn-interview {
        position: relative;
        top: 0;
        left: 0;
        font-size: 2rem;
        margin-top: 2.5rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}
@media (max-width: 1199px) {
    .v3-interview-next .v3-sub-line {
        font-size: 4rem;
    }
}
@media (max-width: 767px) {
    .v3-interview-next {
        margin-top: 7rem;
    }
    .v3-interview-next .v3-sub-line {
        font-size: 3.5rem;
    }
}
@media (max-width: 480px) {
    .v3-interview-next .v3-sub-line {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .v3-interview-next .v3-sub-line::before {
        margin-right: 1.2rem;
    }
    .v3-interview-next .v3-sub-line::after {
        margin-left: 1.2rem;
    }
    .v3-voice-wrap .v3-interview-detail .v3-interview-next .v3-image-box .v3-sub-box .v3-sub {
        position: relative;
        top: -10px;
    }
    .v3-voice-wrap .v3-interview-detail .v3-interview-next .v3-image-box .v3-image img {
        height: 160px;
    }
    .v3-voice-wrap .v3-interview .v3-interview-next .v3-btn-interview {
        margin-top: 0;
        font-size: calc(11px + 5 * (100vw - 320px) / 160);
    }
}

/* btn-interview */
.v3-btn-interview {
    display: block;
    max-width: 100%;
    padding: 0.5rem 0.2rem 0.7rem 0.2rem;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
    margin: 1.2rem auto 0;
    line-height: 1.5;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    background: #ff8989;
    border: 1px solid #ff8989;
    letter-spacing: -0.1rem;
}
.v3-btn-interview.v3-pink {
    background: #ff8989;
    border-color: #ff8989;
}
.v3-btn-interview.v3-blue {
    background: #7cb6e3;
    border-color: #7cb6e3;
}
.v3-btn-interview.v3-yellow {
    background: #FAB84E;
    border-color: #FAB84E;
}
.v3-btn-interview:hover {
    text-decoration: none;
    transition: 0.5s;
    color: #ff8989;
    background: #fff;
}
.v3-btn-interview.v3-pink:hover {
    color: #ff8989;
}
.v3-btn-interview.v3-blue:hover {
    color: #7cb6e3;
}
.v3-btn-interview.v3-yellow:hover {
    color: #FAB84E;
}
@media (max-width: 1199px) {
    .v3-btn-interview {
        font-size: 1.2rem;
    }
}
@media (max-width: 991px) {
    .v3-btn-interview {
        font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
    .v3-btn-interview {
        font-size: 1.2rem;
    }
}
@media (max-width: 480px) {
    .v3-btn-interview {
        font-size: calc(11px + 5 * (100vw - 320px) / 160);
    }
}

/*----- btn list -----*/
.v3-btn-wrap .v3-sub {
    font-weight: 400;
    font-size: 1.9rem;
    margin: 0 0 2rem;
}
@media (max-width: 767px) {
    .v3-btn-wrap .v3-sub {
        font-size: 1.5rem;
    }
}

.v3-btn-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    gap: 20px 30px;
}
.v3-btn-list li {
    flex: 1;
}
.v3-btn-list li a {
    display: block;
    background: #FFdede;
    color: #000;
    position: relative;
    padding: 2rem 2rem 2.1rem 1rem;
    transition: 0.5s;
}
.v3-btn-list li a:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.75;
}
.v3-btn-list li.v3-pink a {
    background: #FFdede;
}
.v3-btn-list li.v3-blue a {
    background: #d7e9f7;
}
.v3-btn-list li .v3-more {
    max-width: 550px;
    font-size: 2.5rem;
    line-height: 1.5;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: translateX(0);
}
.v3-btn-list li .v3-more .v3-arrow {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.v3-btn-list li:hover .v3-more .v3-arrow {
     transform: rotate(495deg);
     transition-duration: 0.5s;
}
@media (max-width: 1199px) {
    .v3-btn-list li .v3-more {
        font-size: calc(17px + 8 * (100vw - 320px) / 879);
    }
}
@media (max-width: 767px) {
    .v3-btn-list {
        gap: 0;
        display: block;
    }
    .v3-btn-list li {
        margin-top: 2rem;
    }
    .v3-btn-list li a {
        padding: 1.5rem 0.5rem;
    }
    .v3-btn-list li .v3-more .v3-arrow {
        right: 15px;
    }
}

/*-------------------------------
 * 12. 追加 230807 入学案内・学費 追加
 * ----------------------------*/
.v3-guidance-wrap {
    font-size: 1.5rem !important;
    line-height: 2 !important;
}
@media (max-width: 767px) {
    .v3-guidance-wrap {
        font-size: 1.4rem !important;
    }
}
@media (max-width: 320px) {
    .v3-guidance-wrap {
        font-size: 1.2rem !important;
    }
}

.v3-guidance-wrap .sub-bg {
    background: #ff7070;
}
.v3-guidance-wrap .sub-bg.blue {
    background: #508be3;
}
.v3-guidance-wrap .subsub-ttl {
    border-color: #ff7070;
}
.v3-guidance-wrap .subsub-ttl:after {
    border-color: #ff7070;
}
@media (max-width: 767px) {
    .v3-guidance-wrap .sub-bg {
        font-size: 1.6rem;
        padding-top: 0.8rem;
        padding-bottom: 0.9rem;
    }
    .v3-guidance-wrap .subsub-ttl {
        font-size: 1.5rem;
        padding: 1.2rem 1rem 0.8rem 1.5rem;
    }
}

.v3-guidance-wrap .btn-animated:hover:before,
.v3-guidance-wrap .btn-animated.btn-animated:focus:before,
.v3-guidance-wrap .btn-animated.btn-animated:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.v3-guidance-wrap .btn-animated.waku-pink {
    border-color: #ff7070 !important;
    color: #ff7070 !important;
    transition: 0.5s;
}
.v3-guidance-wrap .btn-animated.waku-pink:hover {
    background: #ff7070 !important;
    color: #fff !important;
}
.v3-guidance-wrap .btn-animated.waku-blue {
    border-color: #508be3 !important;
    color: #508be3 !important;
    transition: 0.5s;
}
.v3-guidance-wrap .btn-animated.waku-blue:hover {
    background: #508be3 !important;
    color: #fff !important;
}
@media (max-width: 767px) {
    .v3-guidance-wrap .btn-animated {
        font-size: 1.6rem;
        padding-top: 1.2rem;
    }
}

.v3-guidance-wrap table th,
.v3-guidance-wrap table td {
    padding: 1.5rem 2rem;
    font-size: 1.5rem !important;
    line-height: 2 !important;
}
.v3-guidance-wrap table th.t-top {
    border-top-color: #ff7070;
}
.v3-guidance-wrap table .v3-nowrap {
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (max-width: 767px) {
    .v3-guidance-wrap table th,
    .v3-guidance-wrap table td {
        font-size: 1.4rem !important;
        padding: 1.5rem 1rem;
    }
}
@media (max-width: 320px) {
    .v3-guidance-wrap table th,
    .v3-guidance-wrap table td {
        font-size: 1.2rem !important;
    }
}

.v3-guidance-wrap .bg-pink {
    background: #ff7070 !important;
}
.v3-guidance-wrap .bg-pink th,
.v3-guidance-wrap .bg-pink td {
    padding: 1rem 2rem;
    font-size: 1.7rem !important;
    font-weight: 600;
}
@media (max-width: 767px) {
    .v3-guidance-wrap .bg-pink th,
    .v3-guidance-wrap .bg-pink td {
        padding: 0.7rem 1rem;
        font-size: 1.6rem !important;
    }
}

.v3-guidance-wrap .label-box {
    border-color: #ff7070;
    padding: 3rem 1.5rem 0.5rem 2rem;
}
.v3-guidance-wrap .label-box .label-ttl {
    background: #ff7070;
    height: 27px;
}

/*-------------------------------
 * 13. 追加 240214 オープンキャンパスTOP追加
 * ----------------------------*/
.v3-oc-top-wrap {
    margin-bottom: -1rem;
}
@media (max-width: 1199px) {
    .v3-oc-top-wrap {
        margin-bottom: -3rem;
    }
}
@media (max-width: 480px) {
    .v3-oc-top-wrap {
        margin-bottom: -1rem;
    }
    .v3-oc-top-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
}

/*-------------------------------
 * 14. 追加 250129 v3-sub-bg
 * ----------------------------*/
.v3-sub-bg {
    background: #ff7070;
    margin: 0 0 2rem;
    padding: 0.6rem 1rem 0.8rem;
    line-height: 1.5;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.1em;
}
.v3-sub-bg.text-left {
    padding-left: 2rem;
}
.v3-sub-bg.v3-blue {
    background: #508be3;
}
@media (max-width: 767px) {
    .v3-sub-bg {
        margin-bottom: 1.5rem;
        letter-spacing: 0;
        font-size: 1.6rem;
        padding: 0.5rem 1rem 0.6rem;
    }
    .v3-sub-bg.text-left {
        padding-left: 1rem;
    }
}

/*-------------------------------
* 15. 追加 250602 インタビュー アイコン変更
 * ----------------------------*/
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl.v3-takabi dt{
    width: 82px;
    height: 82px;
}
.v3-voice-wrap .v3-interview-detail .v3-detail-box dl.v3-takabi dt img {
    border-radius: 50%;
}

/*-------------------------------
 * 16. 追加 251126 TikTok アイコン変更
 * ----------------------------*/
.v3-sns {
    width: 170px;
}
.v3-sns li {
    padding: 0 0.55rem;
}
.v3-hmenu {
    right: 196px;
}
@media (max-width: 480px) {
    header#v3-header .v3-header-logo {
        top: 17px;
        width: 80px;
    }
    header#v3-header .v3-header-logo a {
        width: 80px;
    }
    .v3-sns {
        right: 128px;
    }
    .v3-header-btn {
        right: 52px;
    }
    .v3-header-btn a {
        width: 68px;
    }
}

/*-------------------------------
 * 17. 追加 251126 入学サポートCTA
 * ----------------------------*/
.cta-section {
    padding: 0 16px !important;
}
.cta-section.lower-page {
    padding: 48px 16px!important;
    background-color: #fffbfb;
}

.cta-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    /* border: 2px solid #ff7070; */
    border-radius: 12px;
    background-color: #fdf6f6;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.cta-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 24px;
    text-align: center;
}

.cta-title div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #FFEBEB;
}

.cta-title div .fa-hand-holding-heart {
    color: #ff7070;
}

.cta-text-box {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #fbb5b5;
    border-radius: 8px;
    background-color: #fff;
    font-size: 20px;
    color: #606060;
}

.cta-list {
    padding: 0 0 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #fbb5b5;
}

.cta-list li {
    margin: 8px 0;
}

.cta-list li .fa-check {
    color: #ff7070;
}

.cta-subtitle {
    margin-bottom: 8px;
    font-size: 26px;
    text-align: center;
    line-height: 1.8;
}

.cta-subtitle span {
    display: block;
    font-size: 0.9em;
}

.cta-subtitle+p {
    font-size: 18px;
}

.cta-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 24px auto;
    padding: 12px 0;
    border-radius: 48px;
    background-color: #ff7070;
    color: #fff !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    text-decoration: none;
}

.cta-tel:hover {
    color: #fff;
    text-decoration: none;
}

.cta-tel .fa-phone {
    font-size: 32px;
}

.cta-tel span {
    display: block;
}

.cta-tel div span:nth-child(1) {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
}

.cta-tel div span:nth-child(2) {
    font-size: 40px;
    line-height: 1.5;
}

.br-480 {
    display: none;
}

/* PC用：ボタンらしさを減らす */
@media (min-width: 1001px) {
    .cta-tel {
        align-items: flex-end;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        gap: 8px;
        color: #606060 !important;
        pointer-events: none;
        cursor: default;
    }

    .cta-tel .fa-phone {
        transform: translateY(-4px);
        font-size: 36px;
        color: #ff7070;
    }

    .cta-tel div span:nth-child(1) {
        margin-bottom: 6px;
        line-height: 1;
    }

    .cta-tel div span:nth-child(2) {
        color: #ff7070;
        font-weight: bold;
        font-size: 48px;
        line-height: 1;
    }
}

.cta-mailform {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.cta-mailform a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 4px);
    padding: 8px 0;
    border: 1px solid #fbb5b5;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none !important;
}

.cta-mailform a:hover {
    background-color: #FFEBEB;
    border-color: #ff7070;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transform: translateY(-2px);
}

.cta-mailform a .fa-envelope,
.cta-mailform a .fa-paper-plane {
    margin-right: 6px;
    font-size: 24px;
    color: #ff7070;
    transition: all 0.3s ease;
}

.cta-mailform a .fa-line {
    margin-right: 10px;
    font-size: 28px;
    color: #ff7070;
    transition: all 0.3s ease;
}

.cta-mailform a:hover .fa-envelope,
.cta-mailform a:hover .fa-paper-plane {
    transform: scale(1.1);
}

.cta-mailform a:hover .fa-line {
    transform: scale(1.1);
}

.cta-mailform a span {
    font-weight: bold;
    font-size: 20px;
    color: #606060;
    transition: color 0.3s ease;
}

.cta-mailform a:hover span {
    color: #ff7070;
}

.cta-note {
    color: #606060;
    text-align: center;
}

@media (max-width: 640px) {
    .cta-title {
        font-size: 24px;
    }

    .cta-title div:first-child {
        width: 48px;
        height: 48px;
    }

    .cta-text-box {
        font-size: 18px;
    }

    .cta-subtitle {
        font-size: 22px;
    }

    .cta-subtitle+p {
        font-size: 16px;
    }

    .cta-text-box {
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .cta-title {
        margin: 4px 0 16px;
        font-size: 24px;
        line-height: 1.5;
    }

    .cta-text-box {
        font-size: 16px;
    }

    .cta-list {
        margin-bottom: 16px;
    }

    .cta-list li {
        margin: 6px 0;
    }

    .cta-subtitle {
        line-height: 1.6;
    }

    .cta-tel {
        border-radius: 28px;
    }

    .cta-tel div span:nth-child(1) {
        font-size: 16px;
    }

    .cta-tel div span:nth-child(2) {
        font-size: 32px;
    }

    .br-480 {
        display: block;
    }

    .cta-mailform a span {
        font-size: 16px;
    }

    /* ポップアップ用の追加調整 */
    .cta-popup-content {
        padding: 10px;
        max-height: 80vh;
    }

    .cta-popup-content .cta-title {
        margin: 2px 0 8px;
        font-size: 18px;
    }

    .cta-popup-content .cta-title div:first-child {
        width: 36px;
        height: 36px;
        margin-right: 6px;
    }

    .cta-popup-content .cta-title div .fa-hand-holding-heart {
        font-size: 16px;
    }

    .cta-popup-content .cta-text-box {
        margin-bottom: 12px;
        padding: 10px;
        font-size: 13px;
    }

    .cta-popup-content .cta-list {
        margin-bottom: 10px;
    }

    .cta-popup-content .cta-list li {
        margin: 3px 0;
        font-size: 12px;
    }

    .cta-popup-content .cta-subtitle {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .cta-popup-content .cta-subtitle+p {
        font-size: 12px;
    }

    .cta-popup-content .cta-tel {
        margin: 10px auto;
        padding: 8px 0;
    }

    .cta-popup-content .cta-tel .fa-phone {
        font-size: 20px;
    }

    .cta-popup-content .cta-tel div span:nth-child(1) {
        font-size: 12px;
    }

    .cta-popup-content .cta-tel div span:nth-child(2) {
        font-size: 24px;
    }

    .cta-popup-content .cta-mailform {
        margin-top: 8px;
    }

    .cta-popup-content .cta-mailform a {
        padding: 5px 0;
    }

    .cta-popup-content .cta-mailform a .fa-envelope,
    .cta-popup-content .cta-mailform a .fa-paper-plane {
        font-size: 16px;
    }

    .cta-popup-content .cta-mailform a .fa-line {
        font-size: 18px;
        margin-right: 6px;
        color: #ff7070;
    }

    .cta-popup-content .cta-mailform a span {
        font-size: 14px;
    }

    .cta-popup-content .cta-note {
        font-size: 10px;
        margin-top: 6px;
    }
}

/* CTA ポップアップスタイル */
.cta-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}

.cta-popup-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.cta-popup-content {
    position: relative;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    margin: 20px auto;
    padding: 20px;
    background-color: #fdf6f6;
    border: 2px solid #ff7070;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.cta-popup-overlay.active .cta-popup-content {
    transform: scale(1);
}

.cta-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #ff7070;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 10000;
    transition: all 0.3s ease;
}

.cta-popup-close:hover {
    background-color: #ff5050;
    transform: rotate(90deg);
}

.cta-popup-content .cta-inner {
    padding: 0;
    box-shadow: none;
}

@media (max-width: 767px) {
    .cta-popup-overlay.active {
        align-items: flex-start;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cta-popup-content {
        width: 95%;
        padding: 12px;
        margin: 0 auto;
        max-height: 85vh;
    }

    .cta-popup-close {
        width: 32px;
        height: 32px;
        font-size: 16px;
        top: 5px;
        right: 5px;
    }

    .cta-popup-content .cta-inner {
        padding: 0;
    }

    .cta-popup-content .cta-title {
        margin: 4px 0 12px;
        font-size: 20px;
    }

    .cta-popup-content .cta-title div:first-child {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .cta-popup-content .cta-title div .fa-hand-holding-heart {
        font-size: 18px;
    }

    .cta-popup-content .cta-text-box {
        margin-bottom: 16px;
        padding: 12px;
        font-size: 14px;
    }

    .cta-popup-content .cta-list {
        padding: 0 0 6px;
        margin-bottom: 12px;
    }

    .cta-popup-content .cta-list li {
        margin: 4px 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .cta-popup-content .cta-subtitle {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 1.5;
    }

    .cta-popup-content .cta-subtitle span {
        font-size: 0.85em;
    }

    .cta-popup-content .cta-subtitle+p {
        font-size: 13px;
        margin-top: 4px;
        line-height: 1.5;
    }

    .cta-popup-content .cta-btn-area {
        margin-top: 12px;
    }

    .cta-popup-content .cta-tel {
        margin: 12px auto;
        padding: 10px 0;
        gap: 8px;
    }

    .cta-popup-content .cta-tel .fa-phone {
        font-size: 24px;
    }

    .cta-popup-content .cta-tel div span:nth-child(1) {
        font-size: 14px;
        line-height: 1.3;
    }

    .cta-popup-content .cta-tel div span:nth-child(2) {
        font-size: 28px;
        line-height: 1.3;
    }

    .cta-popup-content .cta-mailform {
        margin-top: 10px;
        gap: 6px;
    }

    .cta-popup-content .cta-mailform a {
        padding: 6px 0;
    }

    .cta-popup-content .cta-mailform a .fa-envelope,
    .cta-popup-content .cta-mailform a .fa-paper-plane {
        font-size: 18px;
        margin-right: 4px;
    }

    .cta-popup-content .cta-mailform a .fa-line {
        font-size: 20px;
        margin-right: 8px;
        color: #ff7070;
    }

    .cta-popup-content .cta-mailform a span {
        font-size: 16px;
    }

    .cta-popup-content .cta-note {
        font-size: 11px;
        margin-top: 8px;
        line-height: 1.4;
    }
}

/* 固定CTAバースタイル */
.cta-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 740px;
    max-width: 1200px;
    background-color: #fdf6f6;
    border-top: 2px solid #ff7070;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9998;
    padding: 8px;
    display: none;
    border-radius: 12px 12px 0 0;
}

.cta-fixed-bar.active {
    display: block;
}

.cta-fixed-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.cta-fixed-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta-fixed-icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFEBEB;
    flex-shrink: 0;
}

.cta-fixed-icon .fa-hand-holding-heart {
    color: #ff7070;
    font-size: 24px;
}

.cta-fixed-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cta-fixed-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}

.cta-fixed-subtitle {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

.cta-fixed-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.cta-fixed-mail,
.cta-fixed-form {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-fixed-tel-number-pc {
    display: block;
}

.cta-fixed-tel-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ff7070;
    transition: all 0.3s ease;
}

.cta-fixed-tel-link:hover {
    color: #ff5050;
    text-decoration: none;
}

.cta-fixed-tel-link i {
    font-size: 24px;
    color: #ff7070;
}

.cta-fixed-tel-link:hover i {
    color: #ff5050;
}

.cta-fixed-tel-text {
    font-size: 36px;
    font-weight: bold;
    color: #ff7070;
    line-height: 1;
}

.cta-fixed-tel-link:hover .cta-fixed-tel-text {
    color: #ff5050;
}

@media (max-width: 767px) {
    .cta-fixed-tel-number-pc {
        display: none;
    }
}

.cta-fixed-mail,
.cta-fixed-form {
    background-color: #fff;
    color: #ff7070;
    border: 1px solid #ff7070;
}

.cta-fixed-mail:hover,
.cta-fixed-form:hover {
    background-color: #FFEBEB;
    color: #ff7070;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 112, 112, 0.2);
}

.cta-fixed-mail i,
.cta-fixed-form i {
    font-size: 16px;
}

.cta-fixed-mail i.fa-line {
    font-size: 18px;
    margin-right: 4px;
}

/* フッターの下にパディングを追加（固定バーがコンテンツを隠さないように） */
footer#v3-footer {
    padding-bottom: calc(2rem + 80px);
}

@media (max-width: 991px) {
    .cta-fixed-tel-text {
        font-size: 24px;
    }

    .cta-fixed-tel-link i {
        font-size: 20px;
    }

    .cta-fixed-bar {
        min-width: auto;
        width: 100%;
        left: 0;
        transform: none;
        border-radius: 0;
    }

    .cta-fixed-inner {
        flex-direction: column;
        gap: 12px;
    }

    .cta-fixed-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .cta-fixed-tel-number-pc {
        margin-left: 0;
    }

    .cta-fixed-buttons {
        width: 100%;
        justify-content: center;
        display: flex;
        gap: 8px;
    }

    .cta-fixed-mail,
    .cta-fixed-form {
        flex: 1;
        max-width: 200px;
        justify-content: center;
    }

    footer#v3-footer {
        padding-bottom: calc(2rem + 120px);
    }
}

@media (max-width: 767px) {
    /* スマホでは固定CTAバーを非表示 */
    .cta-fixed-bar {
        display: none !important;
    }

    .cta-fixed-icon {
        width: 40px;
        height: 40px;
    }

    .cta-fixed-icon .fa-hand-holding-heart {
        font-size: 20px;
    }

    .cta-fixed-title {
        font-size: 16px;
    }

    .cta-fixed-subtitle {
        font-size: 12px;
    }

    .cta-fixed-mail,
    .cta-fixed-form {
        padding: 8px 12px;
        font-size: 14px;
    }

    .cta-fixed-mail i,
    .cta-fixed-form i {
        font-size: 14px;
    }

    .cta-fixed-mail i.fa-line {
        font-size: 16px;
        margin-right: 3px;
    }

    .cta-fixed-buttons {
        gap: 6px;
    }

    footer#v3-footer {
        padding-bottom: calc(2rem + 100px);
    }
}

/* ハンバーガーメニュー内のCTA（ボタン風） */
#v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 14px 20px;
    margin-bottom: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn:last-child {
    margin-bottom: 0;
}

#v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn i {
    font-size: 2rem;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

#v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-tel {
    background-color: rgba(255, 112, 112, 0.3);
    border-color: rgba(255, 112, 112, 0.6);
}

#v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-tel:hover {
    background-color: rgba(255, 112, 112, 0.5);
    border-color: rgba(255, 112, 112, 0.8);
}

@media (max-width: 767px) {
    #v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn {
        font-size: 1.5rem;
        padding: 12px 18px;
        gap: 10px;
    }

    #v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn i {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    #v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu {
        margin-top: 1rem;
        padding-top: 1rem;
    }

    #v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn {
        font-size: 1.4rem;
        padding: 10px 16px;
        gap: 8px;
        margin-bottom: 10px;
    }

    #v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn i {
        font-size: 1.6rem;
        width: 20px;
    }
}

@media (max-width: 360px) {
    #v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn {
        font-size: 1.3rem;
        padding: 8px 14px;
        gap: 6px;
        margin-bottom: 8px;
    }

    #v3-nav-fullscreen ul.v3-nav-menu li.v3-nav-cta-menu .v3-nav-cta-btn i {
        font-size: 1.4rem;
        width: 18px;
    }
}

#v3-oc-circle {
    width: 180px;
}

#v3-oc-circle a.support-badge {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #FFEBEC;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    line-height: 1.5;
    /* CSS変数でフォントサイズを一元管理 */
    --badge-title-font-size: 20px;
    --badge-text-font-size: 13px;
}

#v3-oc-circle a .support-badge__title {
    display: block;
    font-size: var(--badge-title-font-size);
    /* color: #ff7070; */
    color: #ff4040;
}

#v3-oc-circle a .support-badge__text {
    display: block;
    font-size: var(--badge-text-font-size);
    font-weight: normal !important;
    color: #333;
}

@media (max-width: 767px) {
    #v3-oc-circle {
        width: 140px;
    }

    #v3-oc-circle a.support-badge {
        width: 140px;
        height: 140px;
        --badge-title-font-size: 16px;
        --badge-text-font-size: 11px;
    }
}