@font-face {
    font-family: HIRAGINO;
    src: url(../font/HIRAGINO-SANS-GB-W3.OTF);
}

@font-face {
    font-family: hiragino-mincho;
    src: url(../font/hiragino-mincho-pro-w3.otf);
}

@font-face {
    font-family: A1MinchoStd-Bold;
    src: url(../font/A-OTF-A1MinchoStd-Bold.otf);
}

@font-face {
    font-family: Helvetica;
    src: url(../font/Helvetica.ttc);
}

html,
body {
    /* font-family: 'HIRAGINO'; */
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    overflow-x: hidden;
}

.show {
    display: block;
}

.hide {
    display: none;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.logo img {
    display: block;
}


/* loading */

.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 15;
    background-color: #E60013;
    top: 0;
}

.loading p {
    margin: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


/* header */

.header {
    margin: auto;
    text-align: center;
    position: fixed;
    z-index: 12;
    background-color: white;
    width: 100%;
}

.header .header_contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1700px; */
    padding: 0 100px;
    margin: auto;
}

.header .logo {
    width: auto;
    height: auto;
    padding: 12px 0 12px 0px;
    z-index: 12;
    position: relative;
}

.header .navgation {
    z-index: 12;
    position: relative;
}

.header .navgation ul {
    grid-gap: 0px;
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header .navgation ul li {
    list-style: none;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #E60013, #E60013);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size .5s ease;
    transition: background-size .5s ease;
}

.navgation ul li:hover {
    background-size: 100% 2px;
}

.header .navgation ul li a {
    text-decoration: none;
    color: #4F575C;
    font-size: 15px;
    padding: 5px 10px;
}

.header .menu_btn {
    display: none;
}

.header .menu_btn .container {
    padding: 26px 25px;
    background-color: #E60013;
    z-index: 12;
    position: relative;
}

.header_line {
    width: 100%;
    height: 6px;
    background-color: #E60013;
    z-index: 12;
}

.bar1,
.bar3 {
    width: 20px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: 0.4s;
}

.bar1 {
    margin-bottom: 8px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-3px, 3px);
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -4px);
}

.header .nav_sp {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-bottom: 100%;
    margin-top: 4px;
}

.nav_sp ul li {
    list-style: none;
    color: #333;
    text-align: left;
    padding: 20px;
    position: relative;
}

.nav_sp ul li a {
    color: #333;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}

.nav_sp ul {
    margin-top: 30%;
}

.nav_sp ul li::after {
    position: absolute;
    content: "";
    left: 0%;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(../image/sp_nav_after.svg);
    transform: translate(0px, -50%);
    background-repeat: no-repeat;
}


/* first_view */

.first_view {
    margin: 0%;
    padding: 0;
}

.first_container {
    position: relative;
}

.first_container .first_img {
    text-align: right;
    margin: auto;
}

.first_container .first_img img {
    width: 70%;
    height: auto;
}

.first_container .first_title {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 200px;
    display: none;
    /* font-family: "hiragino-mincho"; */
}

.first_container .first_title h1 {
    color: black;
    font-size: 3.8vw;
    font-weight: 500;
    margin: 48px 0px 8px 0px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-family: "A1MinchoStd-Bold";
}

.first_container .first_title h1 span {
    background-color: white;
    padding: 24px 0px;
}

.block {
    display: block;
}

.first_container .first_title .small_txt {
    font-size: 1.0vw;
    color: #4F575C;
    display: inline-block;
    margin: 5px;
    line-height: 2;
}

.first_container .first_title .small_txt span {
    padding: 12px 0px;
    background-color: white;
    letter-spacing: 0.04rem;
}


/* Business section */

.business {
    margin-top: 140px;
}

.business .business_contain {
    margin: auto;
    text-align: left;
    /* max-width: 1400px; */
}

.section_title {
    max-width: 1720px;
    margin: auto;
    text-align: left;
    padding: 0 0 0 200px;
    margin-bottom: 80px;
}

.section_title h2 {
    font-weight: normal;
    font-size: 30px;
    text-align: left;
    color: #333;
}

.section_title h2 span {
    font-size: 18px;
    text-align: left;
    color: #e60013;
    margin-left: 25px;
    font-family: "Helvetica";
}

.business_contain .business_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
    position: relative;
}

.business_contain .business_content .business_txt::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 100%;
    top: -145px;
    right: -40%;
    background: url(../image/business1.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.business_contain .business_content .bg_img {
    position: absolute;
    top: -53%;
    right: 10%;
    width: 100%;
    z-index: -1;
}

.business_contain .business_content .business_img img {
    width: 100%;
    height: auto;
}

.business_contain .business_content .business_txt {
    margin-left: 50px;
    /* padding: 0 20px; */
    position: relative;
}

.business_contain .business_content .business_txt .para_title h3 {
    font-weight: normal;
    font-size: 26px;
    text-align: left;
    color: #333;
}

.business_contain .business_content .business_txt .business_describ {
    font-size: 15px;
    line-height: 36px;
    text-align: left;
    color: #333;
    /* max-width: 0530px; */
    padding-right: 200px;
}

.business_contain .business_content .business_txt .view_more {
    margin-top: 60px;
}

.view_more a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #e60013;
    border: 2px solid #e60013;
    padding: 17px 80px;
    border-radius: 50px;
    transition: 0.5s;
}

.view_more a:hover {
    color: #e60013;
    background: #fff;
    border: 2px solid #e60013;
}


/* company section */

.company {
    margin-top: 140px;
    margin-bottom: 120px;
}

.company_content {
    margin-bottom: 65px;
    margin: auto;
    text-align: center;
}

.company_content .company_img img {
    width: 100%;
    height: auto;
}

.company .company_content {
    position: relative;
}

.company .company_content .company_txt {
    position: relative;
    margin-top: -13vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 20px;
}

.company .company_content .company_txt .company_txt_contain {
    max-width: 500px;
    margin: auto;
    text-align: center;
    padding: 72px 120px 0px 120px;
    background-color: white;
}

.company .company_content .company_txt .company_txt_contain .company_describ p {
    text-align: left;
    margin: 0;
}

.company .company_content .company_txt .para_title h3 {
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    color: #333;
    margin: 0;
    padding-bottom: 35px;
}

.company .company_content .company_txt .company_describ {
    font-size: 15px;
    line-height: 36px;
    text-align: left;
    color: #333;
    max-width: 530px;
}

.company .company_content .view_more {
    margin-top: 60px;
}


/* footer */

footer {
    background-color: #333;
}

footer .footer_contain {
    max-width: 620px;
    margin: auto;
    text-align: center;
    padding-top: 70px;
}

footer .footer_contain .footer_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 80px;
    margin: 0;
}

footer .footer_contain .footer_nav ul li {
    list-style: none;
    line-height: 1;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #ffffff, #919191);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size .5s ease;
    transition: background-size .5s ease;
}

footer .footer_contain .footer_nav ul li:hover {
    background-size: 100% 2px;
}

footer .footer_contain .footer_nav ul li a {
    color: white;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}

footer .footer_contain .footer_nav ul li a span {
    font-weight: normal;
    font-size: 10px;
    color: #f0353b;
    line-height: 2;
    font-family: "Helvetica";
}

footer .footer_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
}

footer .footer_address {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

footer .footer_logo {
    margin-bottom: 20px;
}

footer .copyright {
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding: 50px 0 20px;
    margin: 0;
    font-family: "Helvetica";
}


/* company page */

.top_view {
    padding-top: 120px;
}

.subpage_title {
    max-width: 1720px;
    margin: auto;
    text-align: left;
    padding: 0 0 0 200px;
}

.subpage_title h2 {
    font-weight: normal;
    font-size: 40px;
    text-align: left;
    color: #333;
    margin: 0;
    line-height: 1.3;
    /* padding-left: 20px; */
    padding-bottom: 35px;
}

.subpage_title h2 span {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #f0353b;
    font-family: "Helvetica";
}

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

.greeting {
    margin-top: 100px;
}

.greeting .greeting_contain {
    max-width: 1720px;
    margin: auto;
    padding: 0 200px;
}

.greeting .greeting_contain .head_title h3 {
    font-weight: normal;
    font-size: 30px;
    text-align: left;
    color: #333;
    margin-bottom: 48px;
}

.greeting_contain .greeting_content p {
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    color: #333;
}


/* com_information */

.com_information {
    margin-top: 100px;
    background-color: #F3F4F5;
}

.com_information .com_information_contain {
    padding: 70px 200px 150px;
    max-width: 1720px;
    margin: auto;
}

.com_information .com_information_contain .head_title h3 {
    font-weight: normal;
    font-size: 30px;
    text-align: left;
    color: #333;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 24px;
}

.information_contnet .content_row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 0.5px solid #b5b5b5;
    padding: 45px 0px;
    grid-gap: 10px;
}

.information_contnet .content_row p {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #4f575c;
    line-height: 1.7;
    margin: 0;
}

.information_contnet .content_row .row_title {
    width: 15%;
}

.content_row .row_context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.content_row .row_context a {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 15px 60px;
    border-radius: 50px;
    background: #f0353b;
    border: 2px solid #f0353b;
    text-decoration: none;
    transition: 0.5s;
}

.content_row .row_context a:hover {
    color: #f0353b;
    background: #fff;
}

.information_contnet .content_row .flex-wd {
    width: 85%;
}

.content_row .flex-wd .row_context {
    width: 100%;
}

.content_row .row_con {
    width: 85%;
}

.m-b-20 {
    margin-bottom: 20px;
}

.business_slide {
    margin-top: 80px;
    margin-bottom: 150px;
}

.business_slide .slick-initialized .slick-slide {
    display: block;
    padding: 0 5px;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}


/* Business page */

.bg_gray {
    background-color: #F3F4F5;
}

.form {
    margin-top: 130px;
}

.form .form_contain {
    max-width: 500px;
    margin: auto;
    text-align: center;
    padding: 0px 20px;
}

.form .step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 80px;
    position: relative;
    max-width: 80%;
    margin: auto;
}

.form .step::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0353b;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    z-index: 0;
}

.form .step .step_list {
    display: table-cell;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid #F0353B;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    font-size: 22px;
    line-height: 3;
    color: #F0353B;
    z-index: 1;
    background-color: white;
}

.step .step_list.active {
    background-color: #F0353B;
    color: white;
}

.form .step .step_txt {
    display: block;
    color: #F0353B;
    font-size: 15px;
    text-align: center;
}

.form_contain .form_explain {
    margin: 70px 0;
    line-height: 28px;
}

.form_contain .form_explain p {
    margin: 0%;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #4f575c;
}

.input_contain .form_control .input_txt {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #4f575c;
    margin: 30px 0 10px;
}

.input_contain .form_control p {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    margin: 0%;
    font-weight: 100;
    color: #4f575c;
    font-weight: 100;
}

.input_contain .form_control input,
.input_contain .form_control textarea {
    width: 100%;
    /* height: 45px; */
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
    border: 0;
    background: white;
}

.input_contain .done_txt {
    line-height: 28px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B5B5B5;
    opacity: 1;
    /* Firefox */
    font-weight: 100;
}

.input_contain .send_btn a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 28px;
    background: #f0353b;
    padding: 15px 60px;
    border: 2px solid #f0353b;
    /* margin-top: 60px; */
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}

.input_contain .send_btn input {
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 28px;
    background: #f0353b;
    padding: 15px 60px;
    border: 2px solid #f0353b;
    /* margin-top: 60px; */
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}

.input_contain .send_btn .done,
.input_contain .send_btn .back {
    padding: 15px 100px;
}

.input_contain .send_btn .done {
    color: #f0353b;
    background: #fff;
    border: 2px solid #f0353b;
    transition: 0.5s;
}

.input_contain .send_btn a.done:hover {
    color: #fff;
    background: #f0353b;
    border: 2px solid #f0353b;
}

.input_contain .send_btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
}

.input_contain .send_btn a:hover {
    color: #f0353b;
    background: #fff;
}

.input_contain {
    padding-bottom: 150px;
}

.form.confirm_page .form_contain {
    max-width: 500px;
    margin: auto;
}

.form.confirm_page .input_contain .form_control .input_txt {
    margin: 50px 0 10px;
}

.form_explain .done_head_txt {
    font-size: 17px;
    text-align: center;
    color: #4f575c;
}

.input_contain .done_txt p {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #4f575c;
    margin: 0%;
}

.input_contain .done_mail p {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #4f575c;
    margin: 0;
    padding: 40px 0 0;
}


/* image-animation */

.img-animation-wrapper {
    position: relative;
}

.img-animation-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.img-animation-wrapper:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E60013;
    z-index: 2;
}

.img-animated:before {
    -webkit-animation: img-cover-opacity 0.1s 0.3s forwards;
    animation: img-cover-opacity 0.1s 0.3s forwards;
}

.img-animated:after {
    -webkit-animation: img-cover-enter 0.5s ease-in forwards, img-cover-props 0s 0.5s forwards, img-cover-out 0.5s 0.5s ease-in-out forwards;
    animation: img-cover-enter 0.15s ease-out forwards, img-cover-props 0s 0.2s forwards, img-cover-out 0.2s 0.3s ease-out forwards;
}

.g-recaptcha {
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

.g-recaptcha * {
    margin: auto;
    text-align: center;
}

@-webkit-keyframes img-cover-enter {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes img-cover-enter {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes img-cover-props {
    from {
        left: auto;
        right: 0;
    }
    to {
        left: auto;
        right: 0;
    }
}

@keyframes img-cover-props {
    from {
        left: auto;
        right: 0;
    }
    to {
        left: auto;
        right: 0;
    }
}

@-webkit-keyframes img-cover-out {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

@keyframes img-cover-out {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

@-webkit-keyframes img-cover-opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes img-cover-opacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}