@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    word-break: break-all
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

fieldset {
    min-width: inherit
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

a,
a:focus {
    text-decoration: none
}

a:hover {
    background-color: rgb(139 152 153 / 80%);
    transition: background-color 0.5s;
}

a:hover,
a:active {
    outline: 0
}

a img {
    border: 0
}

strong {
    font-weight: 700
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1em
}

h2 {
    position: relative;
    font-size: 5rem
}

/*
h2:before,
h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #000
}

*/

h2:before {
    left: 0
}

h2:after {
    right: 0
}

#main-view h2:before,
#main-view h2:after,
.contact-btn h2:before,
.contact-btn h2:after {
    content: none
}

h3 {
    font-size: 4rem
}

h3.half {
    font-size: 2rem
}

h4 {
    font-size: 3.4rem;
    line-height: 1.6
}

.bk-black h5 {
    position: relative;
    margin-bottom: 3em;
    text-align: center;
    font-size: 2.6rem
}

.bk-black h5:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px
}

p {
    margin-bottom: 1em
}

.align-center {
    text-align: center
}

.bk-black {
    background: #bf1215;
    color: #fff
}

.red {
    color: red
}

.pc-br {
    display: block !important
}

#header {
    position: fixed;
    height: 70px;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#header h1 {
    margin: 0
}

#header h1 img {
    height: 50px;
}

#g-nav-logo {
    height: 70px;
    z-index: 9999;
    display: flex;
    align-items: center;
    padding: 20px;
}

#g-nav-menu {
    height: 70px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #062c5dd4;
}


#g-nav-list ul li {
    list-style-type: none;
    padding-left: 10px;
    border-left: 2px solid #ccc;
    margin-bottom: 1px;
    padding-bottom: 5px;
}

#g-nav-list ul li:first-child {
    border-left: none;
}

#main-view {
    background-image: url(../images/ad-top.jpg);
    background-color: rgb(0 0 0 / 50%);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#video-area {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%
}

#main-view h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 35%;
    color: #FFF;
    text-shadow: 0 0 20px #000;
    width: 70%;
    margin: 0
}

#main-view h2 img {
    width: 100%;
    height: auto
}

#main-view h2 span {
    display: block;
    font-weight: 700
}

.sub-title-1 {
    font-size: 36px;
    line-height: 1;
    margin-left: 10px
}

.sub-title-2 {
    font-size: 110px;
    margin-bottom: 16px;
    letter-spacing: -2px
}

.main-title-1,
.main-title-2 {
    max-width: 460px;
    margin: 0 auto
}

.ttf-up {
    text-transform: uppercase
}

section {
    padding: 45px 0;
    background: #fff
}

section#youtube {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    background: #000;
    text-align: center;
    background: url(../images/bk_youtube.jpg) right center;
    background-attachment: fixed
}

section#youtube img {
    max-width: 80px;
    opacity: .7
}

section#youtube img:focus,
section#youtube img:hover {
    opacity: 1
}

section.contact-btn {
    background: url(../images/bk_contact.jpg);
    background-attachment: fixed
}

section.sec-black {
    background: #000;
    color: #fff
}

section#faq {
    background: url(../images/bk_youtube.jpg) right center;
    background-attachment: fixed
}

section.sec-ayumi {
    background: url(../images/bk_merit.jpg);
    background-attachment: fixed;
    color: #fff
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 5% 0
}

.flex-box:last-child {
    padding-bottom: 0
}

.flex-2 .flex-item {
    max-width: 48%
}

.flex-3 .flex-item {
    max-width: 32%;
    margin: .5%;
    padding: 3%;
    border: solid 1px #fff;
    transition: .2s
}

.flex-item h4 {
    font-size: 2rem
}

.flex-img {
    position: relative;
    flex: 4
}

span.flex-item-no {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    background: red;
    padding: 10px 15px
}

.flex-item img {
    width: 65%;
    object-fit: scale-down;
}

.flex-txt {
    flex: 3
}

.flex-txt h4 {
    text-align: left
}

.reverse {
    flex-direction: row-reverse
}

.contact-btn h2 {
    font-size: 2.6rem
}

.contact-btn .contact-sub-title {
    color: #FFF;
    font-size: 4rem;
    margin-bottom: .5em
}

.contact-btn .contact-sub-txt {
    font-size: 20px;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 1px #666
}

.accordion-area {
    list-style: none;
    margin: 3em auto
}

.accordion-area section {
    padding: 0
}

.accordion-area li {
    margin: 10px 0;
    border: 1px solid #ccc;
    background: rgb(0 0 0 / 75%)
}

.title {
    position: relative;
    cursor: pointer;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    border-bottom: 1px solid #ccc
}

.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #ccc
}

.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg)
}

.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg)
}

.title:hover,
.title:focus,
.title.close {
    color: #fff;
    background: #BF1215
}

.title.close::before {
    transform: rotate(45deg)
}

.title.close::after {
    transform: rotate(-45deg)
}

.box {
    display: none;
    margin: 0 3% 0 20px;
    padding: 3%
}

.box a:hover {
    opacity: .7
}

.box p {
    margin-bottom: 0
}

.box img {
    width: 100%;
    height: auto
}


.contact-btn h2,
.contact-btn a,
.contact-btn p {
    color: #fff;
    text-align: center
}

.flex-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 1em
}

.flex-contact-form a {
    background: #428cebba;
    display: block;
    font-weight: bold;
    padding: 20px
}

.flex-contact-phone {
    position: relative;
    line-height: 1.3
}

.flex-contact-phone div {
    padding-left: 70px
}

.flex-contact-phone:before {
    content: '\f87b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    position: absolute;
    font-size: 63px;
    left: 0;
    top: 0
}

.flex-contact-phone a {
    font-size: 37px;
    font-weight: 900;
    letter-spacing: 2px
}

.flex-contact-form a {
    background: #428cebba;
    font-weight: bold;
    display: block;
    padding: 15px 20px
}

ul.corp-link {
    display: flex;
    flex-wrap: wrap
}

ul.corp-link li {
    width: 24%;
    margin: 0 .5%
}

ul.corp-link li img {
    width: 100%;
    height: auto;
    border: solid 1px #ddd
}

.video-container {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hide-area {
    display: none
}

.modaal-close:after,
.modaal-close:before {
    background: #ccc
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666
}

#modaal-title {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 20px 0
}

.modaal-video .modaal-inner-wrapper {
    padding: 0
}

.modaal-wrapper .modaal-close {
    right: 70px;
    top: 70px
}

ul.support li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 0
}

.point img {
    width: 70%;
    height: auto;
}

.su-img {
    flex: 1
}

.su-img img {
    width: 100%;
    height: auto
}

.su-text {
    flex: 3;
    margin-left: 20px
}

.su-text h5 {
    font-size: 1.9rem;
    text-align: left
}

#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    font-size: .6rem;
    transition: all 0.3s;
    background-color: #424242;
}

#page-top a::after {
    content: "▲";
    display: block;
    color: #fff;
    font-family: "icomoon";
    font-size: 2.2em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#page-top a img {
    width: 100%;
    height: auto
}

#page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px)
}

#page-top.UpMove {
    animation: DownAnime 0.5s forwards
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#page-top.DownMove {
    animation: UpAnime 0.5s forwards
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 1;
        transform: translateY(100px)
    }
}

#form-wrap input[type="text"],
#form-wrap input[type="tel"],
#form-wrap input[type="email"],
textarea {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
    color: #000;
    padding: 5px 15px;
    width: 100% !important
}

button,
input[type=button],
input[type=submit] {
    background-color: #0159a0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 14px 36px;
    position: relative;
    height: 60px;
    width: 100%;
    max-width: 364px
}

.must {
    float: right;
    background-color: #C00;
    padding: 0em .8em;
    font-size: .75em;
    color: #FFF;
    margin: 0 .6em 0 .6em;
    border-radius: 2px;
    font-weight: 400;
    text-indent: 0
}



footer {
    text-align: center;
    background: #062c5dd4;
    padding: 25px 0 10px
}

.footer_logo {
    display: block;
    max-width: 240px;
    margin: 0 auto
}

.footer_logo img {
    width: 100%;
    height: auto;
    background: #FFF;
}

small {
    font-size: 1rem;
    color: #fff
}

.polintbox {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;

}

.pointbox-item {
    width: 32px;
    height: 32px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ap-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 10px;
    filter: drop-shadow(2px 7px 6px black) ;
}

.point-img img {
    width: 301px;
    height: 189px;
    object-fit: contain;
}

.support-img img {
    width: 252px;
    height: 167px;
    object-fit: contain;
}


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

    #video-area {
        display: none
    }

    #main-view {
        background: url(../images/ad-top-sp.jpg) center/cover no-repeat;
        height: 100vh
    }

    #g-nav-menu {
        background: none;
    }

    #main-view h2 {
        min-width: 65%;
        font-size: 3.5rem;
    }

    .pc-br {
        display: none !important
    }

    .sp-br {
        display: block !important
    }

    .sp-none {
        display: none !important
    }

    h2:before,
    h2:after {
        content: none
    }

    section#youtube img {
        max-width: 60px
    }

    span.flex-item-no {
        font-size: 18px;
        padding: 5px 15px
    }

    body {
        font-size: 14px;
        font-size: 1.4rem
    }

    h2 {
        font-size: 2.8rem
    }

    h3 {
        font-size: 2rem
    }

    h4 {
        font-size: 1.5rem
    }

    h5 {
        font-size: 3rem
    }

    .contact-btn h2 {
        font-size: 1.6rem
    }

    h3.half {
        font-size: 1.6rem
    }

    .flex-item h4 {
        font-size: 1.6rem
    }

    .bk-black h5 {
        font-size: 1.6rem
    }

    .title {
        font-size: 1.4rem
    }

    footer nav ul li a {
        font-size: 1.3rem
    }

    .contact-btn .contact-sub-title {
        font-size: 3rem
    }

    .flex-box.flex-2,
    ul.support li,
    .flex-contact-box {
        display: block
    }

    .flex-2 .flex-item {
        max-width: 100%
    }

    .flex-3 .flex-item {
        max-width: 49%
    }

    #support .flex-3 .flex-item {
        max-width: 100%;
        padding: 8% 10%
    }

    .flex-2 .flex-item,
    .su-img {
        margin-bottom: 1em
    }

    .su-text {
        margin-left: 0
    }

    .su-text h5 {
        margin-bottom: .6em
    }

    section {
        padding: 45px 0
    }

    section#youtube {
        background: url(../images/bk_youtube.jpg) right center
    }

    section.contact-btn {
        background: url(../images/bk_contact.jpg)
    }

    section#faq {
        background: url(../images/bk_youtube.jpg) right center
    }

    section#youtube,
    section.contact-btn,
    section#faq {
        background-attachment: fixed
    }

    .flex-contact-box {
        max-width: 300px
    }

    .flex-contact-form {
        margin: 20px 0
    }

    .flex-contact-phone {
        max-width: 260px;
        margin: 0 auto
    }

    .flex-contact-phone div {
        padding-left: 50px
    }

    .flex-contact-phone:before {
        font-size: 43px
    }

    .flex-contact-phone a {
        font-size: 26px
    }

    .contact-btn p {
        font-size: 13px
    }

    .contact-btn .contact-sub-txt {
        line-height: 1.4
    }

    .scroll {
        overflow-x: auto
    }

    #page-top {
        right: 20px;
        bottom: 5px
    }

    #page-top a {
        width: 40px;
        height: 40px
    }

    .footer_logo {
        max-width: 180px
    }



    #g-nav-list ul li {
        list-style-type: none;
        padding-left: 10px;
        border-left: 0px solid #ccc;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    #g-nav-list ul li:first-child {
        border-left: none;
    }

    .polintbox {
        max-width: 100%;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;

    }

    .ap-btn {
        position: absolute;
        bottom: 70px;
        right: 5px;
        filter: drop-shadow(2px 7px 6px black);
    }
    
    .point-img img {
        width: 245px;
        height: 189px;
    }
}