@charset "UTF-8";
/*
Theme Name: yashima220th.com
Description: yashima220th.com
Version: 2024.07
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
}
@media screen and (max-width: 960px) {
    input, button, select, textarea {}
}
/* Style
-------------------------------------------------------------- */
body {
    height: 100%;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.05em;
    color: #001D36;
    transition: opacity 0.6s ease;
    -webkit-print-color-adjust: exact;
    -webkit-text-size-adjust: none;
    animation: revert;
    /* font-feature-settings: "palt"; */
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    opacity: 0;
    background: #eb6112;
}
body.show {
    opacity: 1 !important;
    /* height: 3000px; */
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
    letter-spacing: 0;
}
a, a img, button {
    text-decoration: none;
    font-weight: 500;
    color: #001D36;
    transition: all 0.3s ease
}
.pc_view a:hover, .pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
pictuire, img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}
.non_pc {
    display: none !important;
}
.f_en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.scrollactive {
    position: relative;
}
.scrollactive.fadein {
    opacity: 0;
    transition: 1s ease all;
    top: 20px;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
.main {
    overflow: hidden;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header>.inner {
    padding: 1px;
    height: 0;
}
header .logo {
    display: block;
    width: 191px;
    margin: 50px 0 0 80px;
}
header .logo img {}
.main {}
.main .visual .hbox {
    height: 2000px;
    position: relative;
}
.main .visual h1 {
    position: fixed;
    left: 50%;
    width: 380px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: 3s ease all;
    margin-top: 30px;
    opacity: 0;
}
.main .visual h1.active {
    margin-top: 0;
    opacity: 1;
}
.main .visual>.inner {
    margin: -200px auto 0 auto;
    padding: 200px 0 200px 0px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(235, 97, 18, 0) 0%, rgba(235, 97, 18, 0.7) 16%, rgba(235, 97, 18, 1) 100%);
}
.main .visual .lead {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 80px;
    box-sizing: border-box;
}
.main .visual .lead span {
    font-size: 68px;
    letter-spacing: 0.1em;
    margin: 0 0.05em 0 0.1em;
    display: inline-block;
    position: relative;
    top: 2px;
}
.main .visual .text {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    width: 1000px;
    margin: 2em auto 0 auto;
    padding: 0 0 0 80px;
    box-sizing: border-box;
}
.main .visual .lead+.text {
    margin-top: 150px;
}
.main .question {
    background: #eb6112;
}
.main .question>.inner {
    padding: 240px 10%;
    position: relative;
    background: url(../images/bg_question.jpg) no-repeat center center / cover;
}
.main .question>.inner::before {
    content: "";
    position: absolute;
    display: block;
    right: 20%;
    top: 50%;
    transform: translate(0, -50%);
    width: 104px;
    height: 201px;
    background: url(../images/txt_question.png) no-repeat center center / contain;
    transition: all ease 1s +2s;
    margin-top: 30px;
    opacity: 0;
}
.main .question>.inner.active::before {
    opacity: 1;
    margin-top: 0;
}
.main .question .text {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    transition: all ease 1s +1s;
    left: 20px;
    position: relative;
    opacity: 0;
}
.main .question>.inner.active .text {
    opacity: 1;
    left: 0;
}
.main .content {
    background: #f6f6f6;
    padding: 200px 0;
    position: relative;
    z-index: 100;
}
.main .content .sec {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}
.main .content .sec+.sec {
    margin-top: 200px;
}
.main .content .sec>.inner {
    position: relative;
}
.main .content .sec .lead {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    opacity: 0;
    transition: 1s ease all;
    left: 20px;
}
@media screen and (max-width: 1240px) {
    .main .content .sec .lead {
        font-size: 24px;
    }
}
.main .content .sec .lead.active {
    opacity: 1;
    left: 0;
}
.main .content .sec .info {
    position: absolute;
    right: -40px;
    top: 83px;
    z-index: 100;
}
.main .content .sec .info.active {
    top: 83px;
}
.main .content .sec .info h2 {
    line-height: 1.5em;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.main .content .sec .info .text {
    width: 523px;
    box-sizing: border-box;
    padding: 44px 0px 44px 65px;
    background: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.07em;
    font-size: 15px;
    margin-top: 16px;
}
@media screen and (max-width: 1120px) {
    .main .content .sec .lead {
        font-size: 24px;
    }
    .main .content .sec .info {
        top: 125px;
    }
    .main .content .sec .info.active {
        top: 145px;
    }
    .main .content .sec .info .text {
        padding: 44px 0px 44px 45px;
        width: 430px;
        font-size: 13px;
    }
}
.main .content .sec .img {
    margin-top: 66px;
    transition: 1s ease all;
    filter: blur(20px);
    opacity: 0;
}
.main .content .sec .img.active {
    filter: blur(0px);
    opacity: 1;
}
.main .video {}
.main .video>.inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.main .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.main .message {
    background: url(../images/bg_message.jpg?v=1) no-repeat center center / cover;
}
.main .message>.inner {
    width: 1000px;
    margin: 0 auto;
    padding: 200px 0 200px 80px;
    box-sizing: border-box;
}
.main .message .text {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 2em;
}
.main .message .text:nth-child(1) {
    margin-top: 0;
}
.main .message .copy {
    font-size: 67px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.25em;
    line-height: 1.5em;
    margin: 134px 0 0 0;
}
.main .cotnact {
    background: #ea6112;
}
.main .cotnact>.inner {
    padding: 60px 0 70px 0;
}
.main .cotnact .logo {
    width: 180px;
    margin: 0 auto;
}
.main .cotnact .text {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 20px;
    padding-left: 1em;
}
.main .cotnact .bt_more {
    background: #fff;
    display: block;
    width: 300px;
    padding: 19px 0;
    text-align: center;
    margin: 40px auto 0 auto;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 100px;
}
footer {}
footer .copyright {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 14px 0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .non_pc {
        display: block !important;
    }
    .non_sp {
        display: none !important;
    }
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
    header>.inner {
        padding: 1px;
        height: 0;
    }
    header .logo {
        display: block;
        width: 140px;
        margin: 20px 0 0 22px;
    }
    header .logo img {}
    .main {}
    .main .visual {
        /* padding-top: 630px; */
    }
    .main .visual h1 {
        position: fixed;
        left: 50%;
        width: 220px;
        z-index: -1;
    }
    .main .visual h1 img {}
    .main .visual>.inner {
        margin: -150px auto 0 auto;
        padding: 150px 0 110px 0px;
        box-sizing: border-box;
        background: linear-gradient(to bottom, rgba(235, 97, 18, 0) 0%, rgba(235, 97, 18, 0.7) 16%, rgba(235, 97, 18, 1) 100%);
    }
    .main .visual .lead {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.15em;
        line-height: 1.5em;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        /* text-align: center; */
        text-indent: 0;
        width: 90%;
        position: relative;
        /* left: -5%; */
    }
    .main .visual .lead span {
        font-size: 30px;
        position: relative;
        top: 1px;
        margin: 0;
    }
    .main .visual .text {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0;
        line-height: 1.8em;
        width: 90%;
        padding: 0;
        box-sizing: border-box;
        margin: 2em auto 0 auto;
    }
    .main .visual .lead+.text {
        margin-top: 90px;
    }
    .main .question {
        /* background: url(../images/bg_question.jpg) no-repeat center center / cover; */
    }
    .main .question>.inner {
        padding: 110px 5% 340px 5%;
        position: relative;
    }
    .main .question>.inner::before {
        content: "";
        position: absolute;
        display: block;
        right: auto;
        top: auto;
        left: 50%;
        bottom: 130px;
        transform: translate(-50%, 0);
        width: 60px;
        height: 116px;
        background: url(../images/txt_question.png) no-repeat center center / contain;
    }
    .main .question .text {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.8em;
        letter-spacing: 0.1em;
        /* text-align: center; */
        left: 0;
    }
    .main .content {
        background: #f6f6f6;
        padding: 100px 0;
    }
    .main .content .sec {
        width: auto;
        margin: 0 auto;
    }
    .main .content .sec+.sec {
        margin-top: 80px;
    }
    .main .content .sec>.inner {
        position: relative;
    }
    .main .content .sec .lead {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.8em;
        letter-spacing: 0.05em;
        width: 90%;
        margin: 0 auto;
    }
    .main .content .sec .info {
        right: auto;
        top: 0;
        width: 90%;
        margin: 35px auto 0 auto;
        position: relative;
        z-index: 100;
    }
    .main .content .sec .info.active {
        top: 0;
    }
    .main .content .sec .info h2 {
        line-height: 1.5em;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    .main .content .sec .info .text {
        width: auto;
        box-sizing: border-box;
        padding: 30px 25px 30px 25px;
        background: #fff;
        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        line-height: 1.8em;
        letter-spacing: 0.07em;
        font-size: 13px;
        margin-top: 16px;
    }
    .main .content .sec .img {
        margin-top: -44px;
        width: 150%;
        left: -15%;
        position: relative;
    }
    .main .content .sec .img img {}
    .main .video {}
    .main .video>.inner {}
    .main .message {
        background: url(../images/bg_message.jpg) no-repeat center center / cover;
    }
    .main .message>.inner {
        width: auto;
        margin: 0 auto;
        padding: 100px 0 120px 0;
        box-sizing: border-box;
    }
    .main .message .text {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.1em;
        line-height: 1.8em;
        width: 90%;
        margin: 2em auto 0 auto;
    }
    .main .message .copy {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.25em;
        line-height: 1.5em;
        margin: 80px auto 0 auto;
        /* text-align: center; */
        /* text-indent: 1em; */
        width: 90%;
    }
    .main .cotnact {
        background: #ea6112;
    }
    .main .cotnact>.inner {
        padding: 60px 0 70px 0;
    }
    .main .cotnact .logo {
        width: 120px;
        margin: 0 auto;
    }
    .main .cotnact .text {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.1em;
        margin-top: 15px;
        padding-left: 1em;
    }
    .main .cotnact .bt_more {
        background: #fff;
        display: block;
        width: 250px;
        padding: 10px 0;
        text-align: center;
        margin: 25px auto 0 auto;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.1em;
        border-radius: 100px;
    }
    footer {}
    footer .copyright {
        background: #000;
        text-align: center;
        color: #fff;
        padding: 14px 0;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
}