/*
Theme Name: 01
*/
@import url("css/reset.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Noto+Serif+JP:wght@400;700&family=Lato:wght@900&display=swap");
@import url("//use.fontawesome.com/releases/v5.13.1/css/all.css");

body {
    background: #1f1f1f;
    color: #fff;
    background: #121212 url(images/paper.png) center;
}

a {
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

img {
    display: block;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

/*********************************
HEADER
*********************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(18, 18, 18, 0.95);
    z-index: 2;
}

.header-inner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
    .header-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .header-inner {
        display: block;
        padding: 1rem;
    }
}

.header-btn {
    display: none;
}

@media screen and (max-width: 640px) {
    .header-btn {
        display: block;
        position: absolute;
        top: 2.4rem;
        right: 2rem;
        font-size: 2.4rem;
        cursor: pointer;
    }
}

.headerLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
}

@media screen and (max-width: 1024px) {
    .headerLogo {
        width: auto;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .headerLogo {
        margin-bottom: 0;
    }
}

.headerLogo-img {
    width: 80px;
    margin-right: 1rem;
}

@media screen and (max-width: 1024px) {
    .headerLogo-img {
        width: 60px;
    }
}

.headerLogo-txt span {
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
}

.headerNav {
    width: 600px;
}

@media screen and (max-width: 1024px) {
    .headerNav {
        width: 700px;
    }
}

@media screen and (max-width: 640px) {
    .headerNav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 8rem;
        bottom: 0;
        display: none;
    }
}

.headerNav ul {
    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;
}

@media screen and (max-width: 640px) {
    .headerNav ul {
        display: block;
        text-align: center;
        background: rgba(18, 18, 18, 0.9);
    }
}

.headerNav a {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 1rem;
}

@media screen and (max-width: 640px) {
    .headerNav a {
        display: block;
        padding: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.main {
    padding-top: 10rem;
}

@media screen and (max-width: 1024px) {
    .main {
        padding-top: 11rem;
    }
}

@media screen and (max-width: 640px) {
    .main {
        padding-top: 8rem;
    }
}

.mainVisual {
    background: #121212 url(images/mv-bg.png) center no-repeat;
}

@media screen and (max-width: 1024px) {
    .mainVisual {
        background-size: cover;
    }
}

.mainVisual-inner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .mainVisual-inner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.mainVisual-txt {
    width: 60%;
}

@media screen and (max-width: 640px) {
    .mainVisual-txt {
        padding: 6rem 1rem 0;
    }
}

@media screen and (max-width: 480px) {
    .mainVisual-txt {
        position: relative;
        z-index: 1;
    }
}

.mainVisual-img {
    width: 40%;
}

@media screen and (max-width: 480px) {
    .mainVisual-img {
        width: 46%;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.mainVisual-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 2rem auto 0;
    padding: 1.6rem 2rem;
    color: #fff;
    background: #DB2F2F;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
}

@media screen and (max-width: 640px) {
    .mainVisual-btn {
        font-size: 3vw;
        margin-bottom: 2rem;
    }
}

/*********************************
SECTION
*********************************/
.sec1-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 5rem;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    .sec1-ttl {
        font-size: 3.6rem;
    }
}

.sec1-ttl:after {
    display: block;
    width: 120px;
    height: 4px;
    margin: 2rem auto 6rem;
    background: #fff;
    content: "";
}

.sec1-ttl_md {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    color: #EBC93E;
    margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
    .sec1-ttl_md {
        font-size: 2.8rem;
    }
}

.sec1-ttl br {
    display: none;
}

@media screen and (max-width: 640px) {
    .sec1-ttl br {
        display: block;
    }
}

.sec1-img {
    width: 300px;
}

@media screen and (max-width: 768px) {
    .sec1-img {
        width: 200px;
    }
}

@media screen and (max-width: 640px) {
    .sec1-img {
        width: 100%;
        margin-bottom: 2rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .sec1-img img {
        width: 280px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .sec1-img img {
        width: 220px;
        margin: 0 auto;
    }
}

.sec1-txt {
    width: calc(100% - 340px);
}

@media screen and (max-width: 768px) {
    .sec1-txt {
        width: calc(100% - 240px);
    }
}

@media screen and (max-width: 640px) {
    .sec1-txt {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.sec2-txt {
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2;
    font-family: serif;
    margin-bottom: 10rem;
    z-index: 1;
    text-shadow: 0 0 3px #121212;
}

@media screen and (max-width: 768px) {
    .sec2-txt {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .sec2-txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

.sec2-ttl {
    font-size: 2.8rem;
    color: #EBC93E;
    font-family: "Noto Serif JP", serif;
    margin-left: 2rem;
    letter-spacing: 3px;
}

@media screen and (max-width: 480px) {
    .sec2-ttl {
        font-size: 2.2rem;
    }
}

.sec2-img {
    position: absolute;
    /*top: 9rem;*/
    right: 0;
    width: 50%;
    min-width: 618px;
}

@media screen and (max-width: 768px) {
    .sec2-img {
        position: static;
        min-width: initial;
        width: 90%;
        margin: 0 auto 2rem;
    }
}

#section3 {
    height: 860px;
}

@media screen and (max-width: 640px) {
    #section3 {
        height: 780px;
    }
}

@media screen and (max-width: 480px) {
    #section3 {
        height: auto;
    }
}

.sec3-ttl {
    width: 100px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 10rem;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 4.2rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
}

@media screen and (max-width: 1200px) {
    .sec3-ttl {
        right: -12%;
    }
}

@media screen and (max-width: 1024px) {
    .sec3-ttl {
        right: -40%;
    }
}

@media screen and (max-width: 768px) {
    .sec3-ttl {
        position: static;
        width: 100%;
        margin-left: 4%;
        font-size: 2.8rem;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

@media screen and (max-width: 480px) {
    .sec3-ttl br {
        display: none;
    }
}

.sec3-txt {
    width: 370px;
    line-height: 2;
    font-family: serif;
    margin-left: 8%;
}

@media screen and (max-width: 1200px) {
    .sec3-txt {
        margin-left: 4%;
    }
}

@media screen and (max-width: 480px) {
    .sec3-txt {
        width: 100%;
        margin: 0;
        padding: 1rem;
    }
}

.sec3-btn {
    display: block;
    padding: 0.6rem;
    border: 5px solid #6E783A;
    color: #6E783A;
    background: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.sec3-btn span {
    display: block;
    border: 1px solid #6E783A;
    padding: 1rem 1.6rem;
}

.sec4-ttl {
    font-size: 3.8rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .sec4-ttl {
        font-size: 2.8rem;
    }
}

.sec4-ttl_sub {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 4rem;
}

.sec4-col {
    width: 48%;
    margin-top: 2%;
    margin-bottom: 2%;
}

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

.sec4-txt {
    padding: 1.6rem;
    background: #fff;
    color: #121212;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    font-family: serif;
}

@media screen and (max-width: 640px) {
    .sec4-txt {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .sec4-txt {
        padding: 1rem;
    }
}

.sec5-ttl {
    font-size: 3.8rem;
    color: #121212;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    .sec5-ttl {
        font-size: 2.8rem;
    }
}

.sec5-ttl span {
    margin-left: 1rem;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .sec5-ttl span {
        font-size: 1.6rem;
    }
}

.sec5-txt {
    line-height: 2;
    font-family: serif;
    color: #121212;
}

.sec5-tbl {
    width: 100%;
    margin-bottom: 3rem;
    color: #121212;
}

.sec5-tbl th {
    color: #121212;
    width: 240px;
    vertical-align: middle;
    font-weight: 700;
    color: #121212;
    font-family: serif;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .sec5-tbl th {
        width: 170px;
    }
}

@media screen and (max-width: 640px) {
    .sec5-tbl th {
        display: block;
        width: 100%;
    }
}

.sec5-tbl td {
    width: calc(100% - 240px);
    padding: 1rem;
}

@media screen and (max-width: 640px) {
    .sec5-tbl td {
        display: block;
        width: 100%;
        padding: 1rem 0;
    }
}

.sec5-tbl input,
.sec5-tbl textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 1.6rem;
}

.submit-btn {
    width: 300px;
    display: block;
    padding: 1.6rem;
    background: #DB2F2F;
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 2rem;
    margin: 0 auto 1rem;
}

#complete {
    color: #121212;
}

#complete .error_messe {
    color: #d00;
}

.footer-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

.footerNav {
    margin-bottom: 4rem;
}

.footerNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .footerNav ul {
        display: block;
        padding: 0 1rem;
        width: 100%;
        text-align: center;
    }
}

.footerNav a {
    padding: 0 1rem;
    font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
    .footerNav a {
        display: block;
        padding: 1rem;
        border-bottom: 1px solid #fff;
    }
}

.footerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 160px;
    margin: 1%;
}

.footerSocial a {
    margin: 4%;
}

.footerSocial-txt {
    display: block;
    width: 100%;
    text-align: center;
}

.footerLogo {
    margin: 1%;
}

@media screen and (max-width: 768px) {
    .footerLogo {
        width: 130px;
    }
}

@media screen and (max-width: 480px) {
    .footerLogo {
        width: 100px;
    }
}

.footerCopyright {
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem;
}

/*********************************
MODULE
*********************************/
.inner {
    padding: 6rem 0;
}

.inner_md {
    padding: 4rem 0;
}

.spacer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .spacer {
        width: 95%;
    }
}

.yellow {
    color: #EBC93E;
}

.flex-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-gradient {
    background: linear-gradient(149deg, #EBC93E, #DB2F2F);
}

.bg-gray {
    background: #eee;
}

.bg-black {
    background: #121212;
}

.bg-white {
    background: #fff;
}

.bg-paper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #121212 url(images/paper.png);
}

@media screen and (max-width: 768px) {
    .bg-paper {
        width: 60%;
    }
}

.bg-sec3 {
    background: #121212 url(images/consulting-bg.png) center no-repeat;
    background-size: cover;
}

.bg-base {
    background: #EBC93E;
}

.col1-2 {
    width: 48%;
    margin: 1%;
}

@media screen and (max-width: 1024px) {
    .col1-2 {
        width: 98%;
    }
}

.col1-3 {
    width: 31.3%;
    margin: 1%;
}

@media screen and (max-width: 1024px) {
    .col1-3 {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .col1-3 {
        width: 98%;
    }
}

.col1-3n {
    width: calc(100% / 3);
}

@media screen and (max-width: 1024px) {
    .col1-3n {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .col1-3n {
        width: 100%;
    }
}

.col1-4 {
    width: 23%;
    margin: 1%;
}

@media screen and (max-width: 1024px) {
    .col1-4 {
        width: 48%;
    }
}

.col1-5 {
    width: 18%;
    margin: 1%;
}

@media screen and (max-width: 1024px) {
    .col1-5 {
        width: 48%;
    }
}

.col-ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 95%;
    padding: 0.8rem 1.6rem;
    border: #EBC93E;
    background: -webkit-gradient(linear, left top, right top, from(#EBC93E), color-stop(#EBC93E), to(transparent));
    background: linear-gradient(90deg, #EBC93E, #EBC93E, transparent);
    color: #fff;
    font-size: 2rem;
}

.border {
    border: 1px solid #eee;
}

.border-col:hover {
    color: #EBC93E;
}

.box {
    padding: 3rem;
}

.box_solid {
    padding: 3rem;
    border: 1px solid #eee;
}

.box_dot {
    padding: 3rem;
    border: 1px dotted #eee;
}

.box_dashed {
    padding: 3rem;
    border: 1px dashed #eee;
}

.box_txt {
    padding: 1.6rem;
}

.box_sm {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.max-w85 {
    max-width: 85%;
}

/*********************************
FADE ANIMATION
*********************************/
.animate-f {
    opacity: 0;
}

.animate-f:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.animate-f:nth-of-type(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.animate-f:nth-of-type(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.animate-f:nth-of-type(4) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.animate-f:nth-of-type(8) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.animate {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.animate:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.animate:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.animate:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.animate:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.fadeIn {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 1 !important;
}

.fadeInUp {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1 !important;
}

/*# sourceMappingURL=style.css.map */
