/*
Theme Name: velocity2027 Child
Template: velocity2027
Version: 20170614
*/


@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Be Vietnam Pro", 'Zen Kaku Gothic New', sans-serif;
}

body {
    font-size: clamp(0.94rem, calc(0.9159999999999999rem + 0.12000000000000009vw), 1.06rem) !important;
    color: #333333;
    background: #fff;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .05em;
    z-index: 1;
}

.is-layout-flex {
    display: block !important;
}

section {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 1em;
}


.wht {
    color: #fff !important;
}

.wht h2,
.wht h3,
.wht h1,
.wht p,
#blue h2,
#blue h3,
#blue h1,
#blue p,
#purple h2,
#purple h3,
#purple h1,
#purple p,
#green h2,
#green h3,
#green h1,
#green p,
#deeppurple h1,
#deeppurple h2,
#deeppurple h3,
#deeppurple p,
#coral h1,
#coral h2,
#coral h3,
#coral p {
    color: #fff !important;
}

h2 {
    font-size: clamp(33px, calc(30px + 0.9375vw), 48px);
    background: none;
    border: none;
    padding: 0;
    line-height: 1.7em;
    margin: 0;
}

h3 {
    font-size: clamp(17px, calc(15.2px + 0.5625vw), 26px);
    background: none;
    border: none;
    padding: 0;
    line-height: 1.7em;
    margin: 0;
}

p,
li {
    text-align: justify;
    font-weight: 500;
    line-height: 2rem;
    font-size: clamp(0.94rem, calc(0.9159999999999999rem + 0.12000000000000009vw), 1.06rem) !important;
}

a {
    text-decoration: none;
    transition: .5s;
    font-weight: 600;
}

a:hover {
    opacity: .5;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}


.montserrat,
.course_num,
.tohostories_ttl,
.seemore,
.adv_ttl {
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
    vertical-align: bottom;
}

/* Gutenberg full-width / wide の補正 */
.wp-block-group.alignfull,
.wp-block-group.alignwide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.wrapper_calc {
    padding: 0 10vw;
    margin: 0 auto;
}

.wrap1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap1000 {
    max-width: 1000px;
    margin: 0 auto;

}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left !important;
}

#color_area {
    width: 100%;
    padding: 120px 0;
    background: rgba(254, 130, 254, 1);
}


/*****ANIMATION*****/
.sa {
    opacity: 0;
    -webkit-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

/*******************/

.m_calc {
    padding: 6vw 0;
}

.m120 {
    padding: 120px 0;
}

.mt120 {
    padding-top: 120px;
}

.mb120 {
    padding-bottom: 120px;
}


.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m80 {
    padding: 80px 0;
}

.mt80 {
    padding-top: 80px;
}

.mb80 {
    padding-bottom: 80px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m15 {
    padding: 15px 0;
}

.mt15 {
    padding-top: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.pc_only {
    display: block;
}

.octype h4 .pc_only {
    display: inline;
}

.sp_only {
    display: none;
}

/*HEADER----------------------------------------------------------------------*/

.inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner:after {
    clear: both;
    display: block;
}

/* header */
#nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 70px;
    cursor: pointer;
    background: #000;
    padding: 17px;
    border-radius: 100px;
}

#nav-toggle > div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease;
    transition: transform 0.3s ease-in-out, top 0.3s ease, -webkit-transform 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 5px;
}

#nav-toggle span:nth-child(2) {
    top: 17px;
}

#nav-toggle span:nth-child(3) {
    top: 30px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 9px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 25px;
}

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-toggle {
    z-index: 1000;
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

#gloval-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

#top-head {
    top: -100px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
}

#top-head a,
#top-head {
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 250px;
}


.insta_btn {
    position: absolute;
    right: 100px;
    top: 29px;
}


.insta_btn a {
    font-size: 40px !important;
    color: #fff;
}

#global-nav ul li a:hover {
    color: #90cee4;
}

/* Fixed */

#top-head.fixed .insta_btn a {
    color: #fff;
}

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
    background: #fff;
    background: rgba(0, 0, 0, 0);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

.fixed_btn ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fixed_btn ul li a {
    color: #fff;
    height: 60px;
    display: block;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 0 25px;
    line-height: 60px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fixed_btn ul li a:hover {
    opacity: 0.7;
}

.fixed_btn {
    position: absolute;
    top: 0;
    right: 60px;
}



.streaming_btn a {
    background: #fff;
    color: #288C57 !important;
    padding: 5px 10px;
    border-radius: 100px;
    border: 2px solid #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: bold;
}

.streaming_btn a:hover {
    background: transparent;
    color: #fff !important;
}

a.contact_btn {
    background: #288c57;
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 5px;
    border: 2px solid #288c57;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.contact_btn:hover {
    background: transparent;
    color: #288c57 !important;
    border: 2px solid #288c57;
}


.head_logo {
    max-width: 250px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*HEADERend-------------------------------------------------------------------*/

/*MAIN------------------------------------------------------------------------*/

main {
    position: relative;
    z-index: 2;
}


.scroll {
    padding-bottom: 16px;
    position: absolute;
    bottom: 40px;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.scroll span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
    }
}

.main_v {
    height: 100vh;
    min-height: 600px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(images/main_v_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    overflow: hidden;
}

.main_v:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 999;
}

.cloud01,
.cloud02 {
    position: absolute;
    z-index: 9999;
}

.cloud01 {
    top: -100px;
    left: -40px;
    width: 50%;
}

.cloud02 {
    width: 30%;
    bottom: 180px;
    right: -5%;
}

.main_v_inner {
    width: 70%;
    max-width: 660px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1
}

.topttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
}

.topttl h1 {
    font-family: "Jost", sans-serif !important;
    font-size: clamp(1.3rem, calc(0.3600000000000001rem + 4.7vw), 6rem);
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0;
}

.topttl h1 span {
    font-family: "Jost", sans-serif !important;
    display: block;
    font-size: 2.4rem;
    margin-top: 1.5rem;
}

.top_btn_cntrl {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    z-index: 99999;
}

.btn_3calm {
    display: flex !important;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
}


.calm3 {
    display: flex !important;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
}

.btn_3calm li,
.calm3_in {
    width: calc(100% / 3 - 1.8rem);
}

/* ダミー（3列を埋める） */
.calm3::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 1.8rem);
}

/*メディア掲載一覧----------------------------------*/
.media-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
}

.media-card {
    width: calc(100% / 4 - 1.8rem);
}

li.media-card:nth-child(n+5) {
    margin-top: 50px;
}

/*---ここから本番--*/
.media-card a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.media-card a h3 {
    font-size: 18px;
}

.media-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f3f3f3;
    /* 画像読み込み前・noimage用 */
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure.media-thumb {
    margin: 0;
}

.media-body {
    padding-top: .2rem;
}

.media-tag {
    display: inline-block;
    padding: .2em .6em;
    background: #7fbf3f;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: .5em;
}

span.media-type {
    font-size: .8em;
    color: #fff;
    padding: .2em .6em;
}


span.media-name {
    background: #a69ac0;
    color: #fff;
    padding: .2em .5em;
    border-radius: .2em;
    font-size: .8em;
}

time.media-date {
    font-size: .8em;
    color: #969696;
}

span.media-type {
    font-size: .8em;
    color: #fff;
    padding: .2em .6em;
    border-radius: .3em;
}

.media-type--article {
    background: #34217d;
}

.media-type--video {
    background: #f7a901;
}

p.media-name {
    margin-bottom: 8px;
    border-bottom: 1px solid;
    line-height: 1em;
    padding-bottom: .5em;
}

.media_block {
    margin-top: 50px;
}

h3.media-group-title {
    margin-bottom: .5em;
}

h4.media-title {
    text-align: left;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
}

/*---------------------------------------*/
.flex_cntrl {
    display: flex !important;
}

.heightcntrl {
    line-height: 1.2em;
}

span.texmid {
    font-size: .8em;
    font-weight: 400;
}

.separator,
.separator2,
.separator3 {
    list-style: none;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.separator li:nth-child(1) {
    width: 65%;
    display: flex !important;
    flex-direction: column;
}

.separator li:nth-child(2) {
    width: 28%;
}

.separator2 li:nth-child(1) {
    width: 55%;
    display: flex !important;
    flex-direction: column;
}

.separator3 li:nth-child(2) {
    width: 48%;
}

.separator3 li:nth-child(1) {
    width: 48%;
    display: flex !important;
    flex-direction: column;
}

.separator3 > .sep-left {
    width: 48%;
}

.separator3 > .obal,
.separator3 > .sep_r {
    width: 48%;
}

.separator2 li:nth-child(2) {
    width: 38%;
}

.obal img {
    overflow: hidden;
    border-radius: 250px
}

.smalllink {
    background: #e93969;
    padding: .5em 1em;
    border-radius: 20px;
    color: #fff;
}

.results {
    list-style: none;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.results li,
.results_in {
    width: calc(100% / 5 - 50px);
    text-align: center;
}

.results h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 1em;
}

.results p {
    text-align: center;
    margin-top: .5em;
    font-size: 14px
}

.world {
    list-style: none;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.world li,
.flag_contain {
    width: calc(100% / 5 - 20px);
}

.flag {
    display: flex !important;
    align-items: center;
}

.flag:nth-child(n+2) {
    margin-top: 1em;
}

.flag dt,
.flag img {
    max-width: 60px;
    margin-right: .5em;
}


.hidden {
    display: none;
}

.circle {
    border-radius: 100%;
    overflow: hidden;
}

#purple {
    background: #9b90c1;
}

#deeppurple {
    background: #606898;
}

#blue {
    background: #1789cc;
}

#grn {
    background: #77bf4f;
}

#green {
    background: #8fb468;
}

#offwhite,#offwhite-socialrep {
    background: #fcfaf5;
}



#coral {
    background: #ce7d7e;
}

#circle_bg {
    background: url(images/circle_jp_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rightsmall {
    display: inline-block;
    font-size: .6em;
    text-align: right;
}

/*スクロールダウン全体の場所*/
.scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 3%;
    right: 3%;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 3s ease-in-out infinite;
    z-index: 9999;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
    0% {
        bottom: 1%;
    }

    50% {
        bottom: 3%;
    }

    100% {
        bottom: 1%;
    }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
    /*描画位置*/
    position: absolute;
    left: 4px;
    bottom: 29px;
    /*テキストの形状*/
    color: #eee;
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: 'Oswald', sans-serif;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: 0;
    /*矢印の形状*/
    width: 1px;
    height: 85px;
    background: #eee;
}

/*BUTTON------------------------------------*/

.btn_main,
.btn_coral,
.btn_grn,
.btn_active,
.btn_wht,
.btn_purple,
.btn_gold {
    border-radius: 200px;
    line-height: 1.2em;
    text-align: center;
    font-size: clamp(1.15rem, calc(1.0799999999999998rem + 0.3500000000000001vw), 1.5rem);
    padding: 18px 10px;
    transition: .5s;
    display: block;
    font-weight: 600;
}

.btn_main span,
.btn_coral span,
.btn_grn span {
    font-size: 16px;
}

.btn_main {
    background: #fcb136;
    border: 2px solid #fcb136;
    color: #fff;
}

.btn_main:hover {
    background: transparent;
    color: #fcb136;
}

.btn_grn {
    background: #77bf4f;
    border: 2px solid #77bf4f;
    color: #fff;
}

.btn_grn:hover {
    background: transparent;
    color: #77bf4f;
}

.btn_coral {
    background: #e93969;
    color: #fff;
    border: 2px solid #e93969;
}

.btn_coral:hover {
    background: transparent;
    color: #e93969;
}

.btn_gold {
    background: #e2a73e;
    color: #fff;
    border: 2px solid #e2a73e;
}

.btn_gold:hover {
    background: transparent;
    color: #e2a73e;
}

.btn_purple {
    background: #a69ac0;
    color: #fff;
    border: 2px solid #a69ac0;
}

.btn_purple:hover {
    background: transparent;
    color: #a69ac0;
}

.btn_active,
.btn_wht {
    background: #fff;
    border: 2px solid #fff;
    color: #000 !important;
}

.btn_active:hover,
.btn_wht:hover {
    background: transparent;
    color: #fff !important;
}

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

/*Swiper------------------------------------*/
.slider-container {
    position: relative;
}

.swiper {
    overflow: hidden;
    /* ← スライドは隠す */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-prev {
    left: -50px !important;
}

.swiper-button-next {
    right: -50px !important;
}

.swiper-pagination {
    position: absolute;
    bottom: -25px;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    opacity: .3;
}

/*MAINend---------------------------------------------------------------------*/

/*FOOTER----------------------------------------------------------------------*/

#footer {
    background: url(images/footbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: -webkit-auto;
}

.foot_flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.foot_flex dt {
    width: 78%;
}

.foot_flex h3 {
    margin-bottom: .2em;
}

.foot_flex dd {
    width: 20%;
}

.foot_sitemap {
    margin-bottom: 50px;
}

.foot_sitemap.contain {}

.foot_sitemap {
    list-style: none;
}

#footer a {
    color: #fff;
}

.foot_logobox {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot_logobox .logo-main {
    display: flex;
    align-items: center;
}

.foot_logobox .logo-main img {
    height: 80px;
    /* ← 好みで */
    width: auto;
}

.foot_logobox .logo-sub {
    width: 80px;
    /* ← 揃えたい見た目サイズ */
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_logobox .logo-sub a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_logobox .logo-sub img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


.footer_top {
    background: #FFF2FF;
    padding: 50px 0;
}

.footer_top p {
    text-align: center;
    font-weight: bold;
}

.footer_logo {
    max-width: 450px;
    margin: 0 auto;
}

.footer_btm {
    color: #fff;
    font-size: 10px;
    margin-top: 1em;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
    background: #22b573;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 22px 5px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}

.past_site {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.past_site li {
    width: calc(100% / 2 - 20px);
}

.past_site li:nth-child(n+3) {
    margin-top: 20px;
}

footer ul,
footer ol {
    padding-left: 0;
}

button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5%;
    bottom: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: none;
    transition: .2s;
    letter-spacing: 3px;
    z-index: 9999;
}

button span:before {
    position: absolute;
    top: -20px;
    left: 25px;
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #fff;
    border-width: 2px 2px 0px 0px;
    z-index: 10;
}

button span:after {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #288c57;
    background: #288c57;
    content: "";
    border-radius: 100%;
    top: -43px;
    left: 5px;
}

.is-active {
    opacity: 1;
    visibility: visible;
}

.foot_linkbox {
    display: flex;
}

.foot_linkbox_in:nth-child(n+2) {
    margin-left: 2em;
}

.foot_linkbox_in h3 {
    font-size: 1.5em;
    line-height: 1.2em;
}

.foot_sitemap a {
    font-size: 14px !important;
}

.foot_logos {
    max-width: 60%;
}

/* =========================
404ページ 最終強制リセット
========================= */

/* body自体を締める */
.error404 body {
    margin: 0 !important;
    padding: 0 !important;
}

/* main以下を完全に締める */
.error404 #main-content,
.error404 main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
    height: auto !important;
}

/* 404内の全要素の下マージンを殺す */
.error404 #main-content * {
    margin-bottom: 0 !important;
}

/* footerを完全に通常フローに戻す */
.error404 #footer {
    position: static !important;
    top: auto !important;
    margin-top: 0 !important;
}

/* =========================
404ページ：高さ不足対策
========================= */
.error404 #main-content {
    min-height: calc(100vh - 200px) !important;
}

/*FOOTERend-------------------------------------------------------------------*/


@media only screen and (max-width: 1200px) {
    .wrap1200 {
        padding: 0 5%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

}


@media only screen and (max-width: 1024px) {



    /*HEADER----------------------------------------------------------------------*/


    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        background: transparent;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: rgba(0, 0, 0, 0);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }



    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }



    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 300px
    }


    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    .scrolldown4 {
        display: none;
    }

    .wrap1000 {
        padding: 0 15px;
    }

    .btn_3calm li,
    .separator3 li:nth-child(1),
    .separator3 li:nth-child(2),
    .separator2 li:nth-child(1),
    .separator2 li:nth-child(2),
    .separator li:nth-child(1),
    .separator li:nth-child(2),
    .world li,
    .flag_contain,
    .separator3 > .sep-left,
    .separator3 > .obal,
    .separator3 > .sep_r {
        width: 100%;
    }

    .flag_contain {
        display: flex !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
        flex-direction: row;
    }

    .results li,
    .results_in,
    .flag_contain .flag,
    .calm3_in,
    .media-card {
        width: calc(100% / 2 - 20px);
    }

    .btn_3calm li:nth-child(n+2),
    .separator3 li:nth-child(2),
    .separator2 li:nth-child(2),
    .separator li:nth-child(2),
    .results li:nth-child(n+3),
    .results_in:nth-child(n+3),
    .media-card:nth-child(n+3),
    .flag_contain .flag {
        margin-top: 1.5em;
    }

    .topttl h1 {
        font-size: 8vw;
        line-height: 1em;
    }

    .topttl h1 span {
        font-size: 1.5rem;
    }

    .top_btn_cntrl {
        bottom: 2rem;
    }

    .topttl {
        top: 40%;
    }

    .btn_3calm li:nth-child(1) {
        margin-right: 0;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/

    /*FOOTERend-------------------------------------------------------------------*/

}

@media only screen and (max-width: 599px) {

    body {
        font-size: 12px;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .m100,
    #color_area {
        padding: 21vw 0;
    }

    .mt100 {
        padding-top: 21vw;
    }

    .mb100 {
        padding-bottom: 21vw;
    }

    /*HEADER----------------------------------------------------------------------*/

    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 250px;
    }

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    .scrolldown4 {
        right: 8%;
    }

    .wrapper_calc {
        padding: 0 1vw;
    }

    .foot_flex dt,
    .foot_flex dd,
    .calm3_in,
    .media-list > li {
        width: 100%;
    }

    .media-list > li:nth-child(n+2) {
        margin-top: 50px;
    }

    .foot_flex dd {
        margin-top: 1em;
    }

    .m_calc {
        padding: 15vw 0;
    }

    .cloud01 {
        top: -10px;
        width: 90%;
    }

    .cloud02 {
        width: 50%;
        bottom: 32vh;
    }

    button {
        right: 17%;
    }

    .foot_linkbox_in:nth-child(n+2) {
        margin-left: 0;
    }

    .foot_logos {
        max-width: 100%;
    }

    .flex_cntrl {
        flex-direction: column;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/

    .foot_linkbox {
        flex-direction: column;
    }

    /*FOOTERend-------------------------------------------------------------------*/

}
