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

------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;800&display=swap');

/*
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
*/

body {
    font-family: "Noto Sans JP", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans JP", sans-serif;
}
p {
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
}

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

------------------------------------*/
/* モーダルウィンドウ */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #0b0b0b;
    /* opacity: 0.8; */
    opacity: 0;
    pointer-events: none;
    z-index: 1042;

    transition: all .3s ease-out;
}
.modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    text-align: center;
    opacity: 0;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;

    transition: all .3s ease-out;
}
.modal-window {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    vertical-align: middle;
    z-index: 1045;
}
.modal-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.modal-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  /* 閉じるボタン */
.button-close {
    display: block;
    position: absolute;
    right: -6px;
    top: -40px;
    width: 44px;
    height: 44px;
    padding: 0 6px;
    padding-right: 6px;

    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    color: #FFF;
    line-height: 44px;
    text-align: center;
    text-decoration: none;

    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    touch-action: manipulation;
    overflow: visible;
    opacity: 0.65;
    z-index: 1046;
}
.button-close:hover,
.button-close:focus {
    opacity: 1;
}

body.js-modal-active {
    overflow: hidden;
}
body.js-modal-active .overlay {
    /* display: block; */
    opacity: 0.8;
    pointer-events: auto;
}
body.js-modal-active .modal-container {
    /* display: flex; */
    opacity: 1;
    pointer-events: auto;
}

.site-main {
    padding-top: 89px;
}
.section-padding {
    padding: 45px 0;
}

@media (min-width: 980px) {
    .section-padding {
        padding: 70px 0;
    }
}

@media (min-width: 1100px) {
    .section-padding {
        padding: 120px 0;
    }

    .section-padding.calc-60px {
        padding: 120px 0 70px 0;
    }
}

.section-intro p {
    margin-bottom: 3px
}

.container-100 {
    width: 100%;
    max-width: 1580px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-bg-white {
    background-color: #fff;
}
.section-bg-brown {
    color: #fff;
    background-color: #9a7a53;
}
.section-bg-light-blue {
    color: #fff;
    background-color: #0daae9;
}
.section-bg-green {
    color: #fff;
    background-color: #0a850a;
}
.section-bg-dark-blue {
    color: #fff;
    background-color: #021a32;
}
.section-bg-pink {
    background-color: #ffbfc0;
}

.row-section1_text {
    padding: 40px 20px;
}
@media (min-width: 768px) {
    .row-section1_text {
        padding: 70px 68px;
    }
}

.row-section1_img {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.row-section1_text_heading {
    margin-bottom: 1em;
    text-align: center;
    font-weight: 700;
}

.section-intro__style {
    border-bottom: 2px solid #424ec8;
    padding-bottom: 8px
}
.section-intro__heading {
    font-weight: 700;
}

.img_object-fit_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------------------------------
header
------------------------------------*/
.header_area {
    position: fixed;
    width: 100%;
    z-index: 112;
    background-color: #fff;
    box-shadow: 0px 10px 27px 3px rgba(221,221,221,0.3);
}

.navbar-brand {
    flex: 0 0 75%;
}
.navbar-brand img {
    max-width: 100%;
}

.header_area .navbar-collapse  {
    margin-top: 20px;
}

.header_area .navbar {
    height: 100%;
    padding: 20px 0;
    border: 0px;
    background: transparent;
    border-radius: 0px;
}

.header_area .navbar .navbar-nav .nav-item {
    margin-right: 45px
}

.header_area .navbar .navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    color: #222;
    display: inline-block
}

.header_area .navbar .navbar-nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #384aeb
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px
}


.navbar-toggler {
    position: relative;
    border: none;
}
.navbar-toggler::after {
    content: "メニュー";
    position: relative;
    top: -5px;
    color: #000;
    font-size: 10px;
}
.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0
}

.navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px
}

.navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative
}

.navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #000000;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer
}

/*----------------------------------
footer
------------------------------------*/
.footer {
    padding: 20px 0 5px;
    background-color: #05274b;
    color: #fff;
    font-size: 12px;
}


/*----------------------------------
hero
------------------------------------*/
.hero-banner {
    background: #F1F6F7;
    position: relative;
}

@media (min-width: 991px) {
    .hero-banner {
        z-index:111
    }
}

.hero-banner::before {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    background: #3884eb;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 575px) {
    .hero-banner::before {
        width:20%
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
        width:35%
    }
}

.hero-banner__img {
    position: relative;
    top: 1px;
}

@media (max-width: 575px) {
    .hero-banner__content {
        padding-bottom: 50px
    }
}

@media (min-width: 1000px) {
    .hero-banner__content {
        max-width: 520px
    }
}

.hero-banner__content h4 {
    font-size: 30px;
    color: #555555;
    margin-bottom: 12px
}

.hero-banner__content h1 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size: 20px;
        margin-bottom: 25px
    }
}

@media (min-width: 991px) {
    .hero-banner__content h1 {
        font-size: 36px
    }
}

.hero-banner__content p {
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom:40px
    }
}

.hero-carousel__slide {
    position: relative
}

.hero-carousel__slide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    transform: translateY(50px);
    opacity: 0;
    transition: all .4s ease
}

.hero-carousel__slideOverlay {
    position: absolute;
    bottom: 50px;
    background: #384aeb;
    padding: 23px 90px 23px 25px;
    transform: translateY(50px);
    opacity: 0;
    z-index: -1;
    transition: all .4s ease-in-out
}

.hero-carousel__slideOverlay h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.hero-carousel__slideOverlay p {
    color: #fff;
    margin: 0
}

.hero-carousel__slide:hover::after {
    transform: translateY(0);
    opacity: 1
}

.hero-carousel__slide:hover .hero-carousel__slideOverlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 2
}

/*----------------------------------
card
------------------------------------*/
.card {
    border: none;
}
.card__img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.card__target {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
/* .card__target iframe,
.card__target img,
.card__target a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
.card__target a,
.card__target img {
    display: block;
    width: 100%;
    height: 100%;
}
.card__img iframe {
    width: 100%;
    height: 100%;
}
.card__title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
@media (min-width: 768px) {
    .card__title {
        font-size: 18px;
    }
}

.card__img-streaming {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .card__img-streaming {
        padding: 20px 0;
        aspect-ratio: auto;
    }
}

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

------------------------------------*/
.pb-60px {
    padding-bottom: 60px
}
.pt-60px {
    padding-top: 60px
}
.ml-40 {
    margin-left: 40px
}

.display-flex {
    display: flex;
}
.display-flex- {
}