@charset "UTF-8";

/* ----------------  Reset CSS -------------------- */

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,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    /*font-weight: normal;*/
    font-weight: inherit;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

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

html {
    overflow-y: scroll;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder {
    color: #888;
}

input[type="button"],
input[type="submit"],
input[type="search"],
input[type="reset"] {
    -webkit-appearance: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}


/* ----------------  common ---------------- */

html {
    background: #fff;
    color: #070606;
    font-size: 62.5%;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    scroll-padding-top: 100px;
}

body {
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 1.8;
    overflow: hidden;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

a {
    color: inherit;
    transition: .3s;
    text-decoration: none;
}

a:hover {
    opacity: .6;
}

a[href^="tel:"] {
    cursor: default;
    opacity: 1;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

h1,
h2,
h3,
strong {
    font-weight: 300;
}

.txt_link {
    color: #F4A100;
    text-decoration: underline;
}

.color_p {
    color: #B60081;
}

.color_y {
    color: #F4A100;
}

.italic {
    font-style: italic;
}

.inner {
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
}

.inner.is_s {
    max-width: 1300px;
}

.mgt_s {
    margin-top: 2em;
}

.sec_ttl {
    text-align: center;
    margin: 70px auto 50px;
    position: relative;
}

.sec_ttl .txt_s {
    display: inline-block;
    font-size: 2.6rem;
    line-height: 1.3;
    position: absolute;
    top: 1em;
}

.sec_ttl .txt_en {
    display: inline-block;
    font-size: 6.8rem;
    line-height: 1;
    margin-right: 30px;
}

.sec_lead {
    text-align: center;
    padding-bottom: 100px;
}

.vertical_ttl_wrap {
    position: relative;
}

.vertical_ttl {
    font-size: 2.6rem;
    position: absolute;
    top: -50px;
    left: 0;
    transform: rotate(90deg);
    transform-origin: 0% 100%;
    height: 75px;
}

.vertical_ttl .txt_en {
    display: inline-block;
    font-size: 7rem;
    line-height: 1;
    margin-right: 10px;
}

.note {
    font-size: 1.2rem;
}

.txt_en {
    font-family: 'Poppins', sans-serif;
}

.top_content_wrap {
    border-left: 1px solid #707070;
    margin-left: 4%;
}

.top_content_wrap .inner {
    margin: 0 3% 0 auto;
    padding-left: 70px;
}

.sub_page_wrap {
    border-top: 1px solid #707070;
    margin-top: 150px;
}

.list_disc {
    list-style-type: disc;
    text-align: left;
    padding-left: 1.4em;
}

.list_decimal {
    list-style-type: decimal;
    text-align: left;
    padding-left: 1.4em;
}

.list_disc>li,
.list_decimal>li {
    margin: 4px 0;
}

.cmn_btn {
    background: #F4A100;
    border-radius: 18px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: block;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    padding: 14px;
    margin: 0 auto;
    width: 480px;
}

.line_link_wrap {
    display: block;
    margin-top: 1.2em;
}

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

.line_link {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1.3;
    overflow: hidden;
    padding-bottom: 6px;
    position: relative;
}

.line_link::before {
    content: '';
    background: linear-gradient(90deg, rgba(244, 161, 0, 1) 0%, rgba(244, 161, 0, 1) 3%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 4%, rgba(182, 0, 129, 1) 4%, rgba(182, 0, 129, 1) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    width: 290px;
    height: 10px;
}

.line_link.is_reverse::before {
    background: linear-gradient(90deg, rgba(182, 0, 129, 1) 0%, rgba(182, 0, 129, 1) 3%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 4%, rgba(244, 161, 0, 1) 4%, rgba(244, 161, 0, 1) 100%);
}

.line_link_wrap.back_to_top {
    margin: 120px 0 150px;
}

.line_link_wrap.back_to_top .line_link {
    font-size: 4rem;
}

@media screen and (max-width: 1600px) {

    .inner {
        width: 98%;
    }

    .inner.is_s {
        width: 92%;
    }

    .vertical_ttl {
        font-size: 2rem;
        height: 70px;
    }

    .vertical_ttl .txt_en {
        font-size: 6rem;
    }

    .top_content_wrap {
        margin-left: 2.5%;
    }
}

@media screen and (max-width: 1180px) {

    .inner,
    .inner.is_s {
        width: 88%;
    }

    .top_content_wrap {
        margin-left: 4%;
    }

    .top_content_wrap .inner {
        margin: 0 auto;
        padding-left: 30px;
    }

    .sec_ttl .txt_s {
        display: block;
        font-size: 2.2rem;
        position: static;
    }

    .sec_ttl .txt_en {
        display: block;
        font-size: 4.6rem;
        margin: 0 auto 15px;
    }

    .sec_lead {
        padding-bottom: 80px;
    }

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

    .vertical_ttl {
        height: 60px;
    }

    .vertical_ttl .txt_en {
        font-size: 5.6rem;
    }

    .cmn_btn {
        font-size: 2.8rem;
        width: 400px;
    }

    .line_link_wrap {
        margin-top: 1.6em;
        text-align: center;
    }

    .line_link_wrap.back_to_top .line_link {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 640px) {

    body {
        font-size: 1.3rem;
    }

    .top_content_wrap .inner {
        padding-left: 10px;
    }

    .sub_page_wrap {
        border-top: 1px solid #707070;
        margin-top: 80px;
    }

    .sec_ttl {
        margin: 60px auto 40px;
    }

    .sec_ttl .txt_s {
        font-size: 1.5rem;
    }

    .sec_ttl .txt_en {
        font-size: 3rem;
    }

    .sec_lead {
        padding-bottom: 60px;
    }

    .vertical_ttl {
        font-size: 1.2rem;
        top: -15px;
        height: 30px;
    }

    .vertical_ttl .txt_en {
        font-size: 2.8rem;
    }

    .cmn_btn {
        border-radius: 8px;
        font-size: 1.7rem;
        padding: 10px;
        width: 260px;
    }

    .line_link {
        font-size: 2.4rem;
        padding-bottom: 8px;
    }

    .line_link::before {
        height: 8px;
    }

    .line_link_wrap.back_to_top {
        margin: 60px 0 120px;
    }

    .line_link_wrap.back_to_top .line_link {
        font-size: 2.4rem;
    }

}

.block_m,
.inline_m {
    display: none !important
}

@media screen and (max-width: 1600px) {
    .hide_l {
        display: none !important
    }
}

@media screen and (max-width: 1180px) {
    .hide_m {
        display: none !important
    }

    .block_m {
        display: block !important
    }

    .inline_m {
        display: inline !important
    }
}

.block_s,
.inline_s {
    display: none !important
}

@media screen and (max-width: 640px) {
    .hide_s {
        display: none !important
    }

    .block_s {
        display: block !important
    }

    .inline_s {
        display: inline !important
    }
}


/* ---------------- shape ---------------- */

.rhombus {
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
}

.square {
    position: absolute;
    z-index: -1;
}

.bd_p {
    border: 1px solid #B60081;
}

.bd_y {
    border: 1px solid #F4A100;
}

.shape_a01 {
    top: 15%;
    left: 94%;
    width: 400px;
    height: 400px;
}

.shape_a02 {
    top: 38%;
    left: 91%;
    width: 400px;
    height: 400px;
}

.shape_b01 {
    bottom: 11.5%;
    right: 97%;
    width: 320px;
    height: 320px;
}

.shape_b02 {
    bottom: 0;
    right: 102%;
    width: 320px;
    height: 320px;
}

.shape_c01 {
    left: 90%;
    top: -28%;
    width: 400px;
    height: 400px;
}

.shape_d01 {
    bottom: 6%;
    left: 28%;
    width: 240px;
    height: 240px;
}

.shape_d02 {
    bottom: 0;
    left: 25%;
    width: 240px;
    height: 240px;
}

.shape_e01 {
    left: 93%;
    top: -26%;
    width: 320px;
    height: 320px;
}

.shape_e02 {
    left: 93%;
    top: 6%;
    width: 320px;
    height: 320px;
}

.shape_f01 {
    bottom: 29%;
    left: -7.5%;
    width: 320px;
    height: 320px;
}

.shape_f02 {
    bottom: 13%;
    left: 2.5%;
    width: 320px;
    height: 320px;
}

.shape_g01 {
    top: -3.5%;
    left: 92%;
    width: 330px;
    height: 330px;
}

.shape_g02 {
    top: 6%;
    left: 89.5%;
    width: 330px;
    height: 330px;
}

.shape_h01 {
    bottom: 0;
    left: -16%;
    width: 320px;
    height: 320px;
}

.shape_i_wrap {
    position: absolute;
    top: -20%;
    left: 92%;
}

.shape_i01 {
    top: 0;
    left: 0;
    width: 336px;
    height: 336px;
}

.shape_i02 {
    top: 290px;
    left: -290px;
    width: 336px;
    height: 336px;
}

.shape_i03 {
    top: 580px;
    left: 0;
    width: 336px;
    height: 336px;
}

.shape_j01 {
    bottom: 13%;
    left: -1.5%;
    width: 240px;
    height: 240px;
}

.shape_j02 {
    bottom: 8%;
    left: -4%;
    width: 240px;
    height: 240px;
}

.shape_k01 {
    top: -700px;
    right: 74%;
    width: 1240px;
    height: 1240px;
}

.shape_l_wrap {
    position: absolute;
    top: 8%;
    left: 96%;
}

.shape_l01 {
    top: 0;
    left: 0;
    width: 336px;
    height: 336px;
}

.shape_l02 {
    top: 50px;
    left: -50px;
    width: 336px;
    height: 336px;
}

.shape_l03 {
    top: 100px;
    left: -100px;
    width: 336px;
    height: 336px;
}

.shape_m_wrap {
    position: absolute;
    top: 27%;
    right: 96%;
}

.shape_m01 {
    top: 0;
    right: 0;
    width: 336px;
    height: 336px;
}

.shape_m02 {
    top: 50px;
    right: -50px;
    width: 336px;
    height: 336px;
}

.shape_m03 {
    top: 100px;
    right: -100px;
    width: 336px;
    height: 336px;
}

.shape_n_wrap {
    position: absolute;
    top: 102%;
    left: 96%;
}

.shape_n01 {
    top: 0;
    left: 0;
    width: 336px;
    height: 336px;
}

.shape_n02 {
    top: 50px;
    left: -50px;
    width: 336px;
    height: 336px;
}

.shape_n03 {
    top: 100px;
    left: -100px;
    width: 336px;
    height: 336px;
}

.shape_o_wrap {
    position: absolute;
    top: 2%;
    left: 96%;
}

.shape_o_wrap.is_02 {
    top: 46%;
}

.shape_o_wrap.is_03 {
    top: 88%;
}

.shape_o01 {
    top: 0;
    left: 0;
    width: 218px;
    height: 218px;
}

.shape_o02 {
    top: 100px;
    left: -100px;
    width: 336px;
    height: 336px;
}

.shape_p_wrap {
    position: absolute;
    top: 18%;
    right: 107%;
}

.shape_p_wrap.is_02 {
    top: 62%;
}

.shape_p01 {
    top: 0;
    left: 0;
    width: 270px;
    height: 270px;
}

.shape_p02 {
    top: 200px;
    left: 195px;
    width: 146px;
    height: 146px;
}


@media screen and (max-width: 1180px) {
    .shape_a01 {
        top: 71%;
        left: 90%;
    }

    .shape_a02 {
        top: 82%;
        left: 90%;
    }

    .shape_b01 {
        bottom: 7%;
        right: 86%;
        width: 230px;
        height: 230px;
    }

    .shape_b02 {
        bottom: 4%;
        right: 95%;
        width: 230px;
        height: 230px;
    }

    .shape_c01 {
        top: -31%;
        width: 300px;
        height: 300px;
    }

    .shape_d01 {
        bottom: 15%;
        left: -9%;
        width: 200px;
        height: 200px;
    }

    .shape_d02 {
        bottom: 5%;
        left: -19%;
        width: 200px;
        height: 200px;
    }

    .shape_e01 {
        top: -50%;
    }

    .shape_e02 {
        top: -40%;
    }

    .shape_f01 {
        bottom: 37%;
        left: -24%;
        width: 230px;
        height: 230px;
    }

    .shape_f02 {
        bottom: 27%;
        left: -12%;
        width: 230px;
        height: 230px;
    }

    .shape_g01 {
        top: -24%;
        left: 90%;
        width: 230px;
        height: 230px;
    }

    .shape_g02 {
        top: -21%;
        left: 85%;
        width: 230px;
        height: 230px;
    }

    .shape_h01 {
        bottom: 30%;
        left: -40%;
    }

    .shape_i_wrap {
        top: -28%;
        left: 96%;
    }

    .shape_i01 {
        width: 140px;
        height: 140px;
    }

    .shape_i02 {
        top: 120px;
        left: -120px;
        width: 140px;
        height: 140px;
    }

    .shape_i03 {
        top: 240px;
        width: 140px;
        height: 140px;
    }

    .shape_j01 {
        bottom: 10%;
        left: -12%;
        width: 200px;
        height: 200px;
    }

    .shape_j02 {
        bottom: 5%;
        left: -17%;
        width: 200px;
        height: 200px;
    }

    .shape_l_wrap {
        top: 18%;
    }

    .shape_l01 {
        width: 80px;
        height: 80px;
    }

    .shape_l02 {
        top: 15px;
        left: -15px;
        width: 80px;
        height: 80px;
    }

    .shape_l03 {
        top: 30px;
        left: -30px;
        width: 80px;
        height: 80px;
    }

    .shape_m_wrap {
        top: 60%;
    }

    .shape_m01 {
        width: 80px;
        height: 80px;
    }

    .shape_m02 {
        top: 15px;
        right: -15px;
        width: 80px;
        height: 80px;
    }

    .shape_m03 {
        top: 30px;
        right: -30px;
        width: 80px;
        height: 80px;
    }

    .shape_n_wrap {
        top: 106%;
    }

    .shape_n01 {
        width: 80px;
        height: 80px;
    }

    .shape_n02 {
        top: 15px;
        left: -15px;
        width: 80px;
        height: 80px;
    }

    .shape_n03 {
        top: 30px;
        left: -30px;
        width: 80px;
        height: 80px;
    }

    .shape_o_wrap {
        top: -3%;
    }

    .shape_o_wrap.is_02 {
        top: 50%;
    }

    .shape_o01 {
        width: 100px;
        height: 100px;
    }

    .shape_o02 {
        top: 40px;
        left: -40px;
        width: 150px;
        height: 150px;
    }

    .shape_o_wrap.is_03 {
        top: 94%;
    }

    .shape_p_wrap {
        top: 23%;
        right: 111%;
    }

    .shape_p_wrap.is_02 {
        top: 75%;
    }

    .shape_p01 {
        width: 120px;
        height: 120px;
    }

    .shape_p02 {
        top: 95px;
        left: 95px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 640px) {

    .shape_a01 {
        top: 78%;
        left: 85%;
        width: 140px;
        height: 140px;
    }

    .shape_a02 {
        top: 87%;
        left: 85%;
        width: 140px;
        height: 140px;
    }

    .shape_b01 {
        bottom: 10%;
        right: 79%;
        width: 140px;
        height: 140px;
    }

    .shape_b02 {
        bottom: 7%;
        right: 91%;
        width: 140px;
        height: 140px;
    }

    .shape_c01 {
        top: -21%;
        left: 83%;
        width: 140px;
        height: 140px;
    }

    .shape_d01 {
        bottom: 16%;
        left: -15%;
        width: 140px;
        height: 140px;
    }

    .shape_d02 {
        bottom: 6%;
        left: -25%;
        width: 140px;
        height: 140px;
    }

    .shape_e01 {
        top: -49%;
        left: 86%;
        width: 140px;
        height: 140px;
    }

    .shape_e02 {
        top: -37%;
        left: 86%;
        width: 140px;
        height: 140px;
    }

    .shape_f01 {
        bottom: 41%;
        left: -30%;
        width: 140px;
        height: 140px;
    }

    .shape_f02 {
        bottom: 30%;
        left: -18.5%;
        width: 140px;
        height: 140px;
    }

    .shape_g01 {
        top: -29%;
        width: 140px;
        height: 140px;
    }

    .shape_g02 {
        top: -26%;
        left: 84%;
        width: 140px;
        height: 140px;
    }

    .shape_h01 {
        bottom: 33%;
        left: -34%;
        width: 140px;
        height: 140px;
    }

    .shape_i01 {
        width: 78px;
        height: 78px;
    }

    .shape_i02 {
        top: 70px;
        left: -70px;
        width: 78px;
        height: 78px;
    }

    .shape_i03 {
        top: 140px;
        width: 78px;
        height: 78px;
    }

    .shape_j01 {
        bottom: 9%;
        left: -16%;
        width: 140px;
        height: 140px;
    }

    .shape_j02 {
        bottom: 4%;
        left: -22%;
        width: 140px;
        height: 140px;
    }

    .shape_k01 {
        top: -310px;
        right: 72%;
        width: 600px;
        height: 600px;
    }

    .shape_o02 {
        top: 30px;
        width: 120px;
        height: 120px;
    }

    .shape_p_wrap.is_01 {
        display: none;
    }

    .shape_p_wrap.is_02 {
        top: 84%;
        right: 118%;
    }

}

/* ----------------  header ---------------- */

.l_hdr {
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.hdr_ttl {
    background: #fff;
    display: inline-block;
}

.top_logo {
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}

.top_logo.active {
    opacity: 1;
    visibility: visible;
}

.hdr_ttl a {
    display: block;
    position: relative;
}

.hdr_ttl .logo {
    display: block;
    margin: 0 2px;
    width: 460px;
}

.hdr_menu .toggle {
    display: block;
    position: fixed;
    top: 40px;
    right: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 56px;
    height: 30px;
    z-index: 10;
}

.hdr_menu .line {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background: #000;
    transition: .4s;
}

.hdr_menu .line::before,
.hdr_menu .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    transition: .5s;
}

.hdr_menu .line::before {
    transform: translateY(-12px);
}

.hdr_menu .line::after {
    transform: translateY(12px);
}

.hdr_menu .line.open {
    background-color: transparent;
}

.hdr_menu .line.open::before,
.hdr_menu .line.open::after {
    content: "";
    transition: .5s;
}

.hdr_menu .line.open::before {
    transform: rotate(45deg);
}

.hdr_menu .line.open::after {
    transform: rotate(-45deg);
}

.hdr_list {
    background: #eee;
    flex-direction: column;
    padding: 10% 14%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    overflow-y: scroll;
    transition: .6s;
    visibility: hidden;
}

.hdr_list.open {
    position: absolute;
    opacity: 1;
    visibility: visible;
}

.hdr_list li {
    border-bottom: 1px solid #707070;
    margin: 20px 0;
}

.hdr_list li:last-of-type {
    border-bottom: none;
}

.hdr_list a:first-of-type {
    display: inline-block;
    padding: 15px 0 20px 50px;
    position: relative;
}

.hdr_list a::before {
    content: '\025a0';
    font-size: 4rem;
    position: absolute;
    top: -5px;
    left: -5px;
}

.hdr_list .txt_en {
    display: inline-block;
    font-size: 4rem;
    line-height: 1;
    margin-right: 20px;
}

.hdr_list span {
    display: inline-block;
    font-size: 2rem;
}

.hdr_list .sub {
    display: block;
    padding: 0 0 10px 175px;
    position: relative;
}

.hdr_list .sub::before {
    content: '';
    background: url(/assets/images/line_hdr_sub.svg) no-repeat center/cover;
    position: absolute;
    top: -26px;
    left: 13px;
    width: 145px;
    height: 50px;
}

.hdr_list .menu_logo {
    border: 0;
    position: absolute;
    top: -10px;
    left: 0;
}

.hdr_list .menu_logo a {
    padding: 0 20px;
}

.hdr_list .menu_logo a::before {
    content: none;
}

.hdr_list .menu_logo .logo {
    display: block;
    margin: 0 2px;
    width: 460px;
    height: auto;
}

@media screen and (max-width: 1180px) {

    .l_hdr {
        padding: 15px 20px;
    }

    .hdr_ttl .logo {
        width: 420px;
    }

    .hdr_list {
        padding: 20% 14%;
    }

    .hdr_list .txt_en {
        font-size: 3.2rem;
        margin-right: 10px;
    }

    .hdr_list span {
        display: inline-block;
        font-size: 1.6rem;
    }

    .hdr_list .sub {
        padding-left: 140px;
    }

    .hdr_list .sub::before {
        top: -20px;
        left: 15px;
        width: 115px;
        height: 40px;
    }

    .hdr_list .menu_logo {
        top: -5px;
    }

    .hdr_list .menu_logo .logo {
        width: 420px;
    }
}

@media screen and (max-width: 640px) {

    .l_hdr {
        padding: 10px;
    }

    .hdr_ttl .logo {
        width: 210px;
    }

    .hdr_menu .toggle {
        top: 15px;
        right: 15px;
        width: 36px;
    }

    .hdr_list {
        padding: 22% 8%;
    }

    .hdr_list li {
        margin: 10px 0;
    }

    .hdr_list a:first-of-type {
        padding: 5px 0 15px 25px;
    }

    .hdr_menu .line::before {
        transform: translateY(-10px);
    }

    .hdr_menu .line::after {
        transform: translateY(10px);
    }

    .hdr_list a::before {
        font-size: 1.8rem;
        top: -1px;
        left: 0;
    }

    .hdr_list .sub {
        padding-left: 75px;
        margin-top: -15px;
    }

    .hdr_list .sub::before {
        top: -5px;
        left: 9px;
        width: 58px;
        height: 20px;
    }

    .hdr_list .txt_en {
        font-size: 1.8rem;
        margin-right: 5px;
    }

    .hdr_list span {
        font-size: 1.1rem;
    }

    .hdr_list .menu_logo a {
        padding: 5px 10px;
    }

    .hdr_list .menu_logo .logo {
        width: 210px;
    }
}

/* ---------------- footer ---------------- */

.l_ftr {
    background: #eee;
}

.l_ftr .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 5px;
}

.ftr_list {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.ftr_list li {
    width: 160px;
    text-align: center;
}

.ftr_list .line_link_wrap {
    margin-top: 0;
}

.ftr_list .line_link {
    font-size: 1.8rem;
    line-height: 2.1;
}

.copyright {
    margin: 0 auto 0 0;
}

.copyright small {
    font-size: 1.8rem;
}

@media screen and (max-width: 1180px) {

    .l_ftr .inner {
        flex-direction: column;
        margin: 0 auto;
        max-width: 480px;
    }

    .ftr_list {
        justify-content: space-between;
        margin: 0;
        width: 100%;
    }

    .copyright {
        margin: 0 auto 10px;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {

    .l_ftr .inner {
        padding: 30px 0;
    }

    .ftr_list .line_link {
        font-size: 1.4rem;
    }

    .copyright small {
        font-size: 1.2rem;
    }
}

/* ----------------  mv ---------------- */

.l_mv {
    position: relative;
}

.l_mv::before {
    content: '';
    background: url(/assets/images/mv_top_pc.png) no-repeat center/cover;
    padding-top: 39.27%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}

.l_mv .inner {
    padding-top: 39%;
    position: relative;
}

.mv_ttl .logo {
    display: block;
    margin: 0 auto;
    width: 47vw;
}

.mv_ttl {
    font-size: 6.4rem;
    line-height: 1.3;
    text-align: center;
}

.mv_lead {
    font-size: 3rem;
    text-align: center;
    padding: 3em 0 5em;
}

@media screen and (max-width: 1600px) {

    .mv_ttl {
        font-size: 3.5vw;
    }

    .mv_ttl .logo {
        max-width: 900px;
    }

    .mv_lead {
        font-size: 1.9vw;
    }
}

@media screen and (max-width: 1180px) {
    .l_mv::before {
        content: '';
        background: url(/assets/images/mv_top_sp.png) no-repeat center/cover;
        padding-top: 124.87%;
        top: -3vw;
    }

    .l_mv .inner {
        padding-top: 124%;
    }

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

    .mv_ttl .logo {
        margin-bottom: 1em;
        width: 68vw;
    }

    .mv_lead {
        font-size: 2.4rem;
        padding: 2em 0 6em;
    }
}

@media screen and (max-width: 640px) {
    .l_mv::before {
        top: 0;
    }

    .l_mv .inner {
        padding-top: 126%;
    }

    .mv_ttl .logo {
        margin-bottom: 0.5em;
    }

    .mv_ttl {
        font-size: 1.8rem;
    }

    .mv_lead {
        font-size: 1.4rem;
        padding: 1.4em 0 6em;
    }
}


/* ---------------- about ---------------- */

.l_about {
    position: relative;
    padding: 80px 0 260px;
}

.about_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4%;
}

.about_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 6%;
}

.about_img .logo {
    width: 432px;
}

.about_lead {
    max-width: 770px;
    width: 64%;
}

.about_lead .txt {
    font-weight: 500;
    margin-bottom: 1.2em;
}

@media screen and (max-width: 1600px) {

    .about_box {
        padding: 0;
    }

    .about_img {
        margin-right: 3%;
    }

    .about_img .logo {
        width: 26vw;
    }
}

@media screen and (max-width: 1180px) {

    .l_about {
        padding-bottom: 180px;
    }

    .about_box {
        flex-direction: column;
    }

    .about_img {
        margin-right: 0;
    }

    .about_img .logo {
        width: 400px;
    }

    .about_lead {
        margin-top: 2em;
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .l_about {
        padding: 50px 0 120px;
    }

    .about_img .logo {
        width: 210px;
    }

}


/* ---------------- investment ---------------- */

.l_investment {
    padding-bottom: 100px;
    position: relative;
}

.investment_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.investment_list li {
    text-align: center;
    margin-bottom: 2.5em;
    width: 33.3%;
}

.investment_list img {
    width: calc(920px /2);
}

.investment_list .ttl {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
}

@media screen and (max-width: 1600px) {

    .investment_list {
        width: 88%;
        margin: 0 auto;
    }

    .investment_list .ttl {
        font-size: 1.5vw;
    }

    .investment_list img {
        width: 24vw;
    }
}

@media screen and (max-width: 1180px) {

    .l_investment {
        padding-bottom: 150px;
    }

    .investment_list {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .investment_list li {
        margin-bottom: 2em;
        width: 100%;
    }

    .investment_list .ttl {
        font-size: 2.2rem;
        line-height: 1.8;
    }

    .investment_list img {
        width: 400px;
    }
}

@media screen and (max-width: 640px) {

    .investment_list img {
        width: 240px;
    }

    .investment_list .ttl {
        font-size: 1.4rem;
    }

    .investment_list li {
        margin-bottom: 1.5em;
    }
}


/* ---------------- team ---------------- */

.l_team {
    padding: 100px 0;
    position: relative;
}

.l_team .inner {
    margin-right: 0;
}

.team_box {
    display: flex;
    align-items: center;
    margin-left: -60px;
}

.team_txt {
    padding-right: 20px;
    width: 44%;
}

.team_txt .txt {
    font-weight: 500;
}

.team_img {
    display: block;
    max-width: 960px;
    width: 100%;
}

@media screen and (max-width: 1800px) {
    .team_box {
        margin-left: 30px;
    }

    .team_txt {
        width: 48vw;
    }

    .team_img {
        margin: 0 0 0 auto;
        width: 43vw;
    }
}

@media screen and (max-width: 1600px) {
    .team_txt {
        width: 46vw;
    }
}

@media screen and (max-width: 1180px) {

    .l_team {
        padding: 0 0 200px;
    }

    .team_box {
        flex-direction: column-reverse;
        margin-left: 0;
    }

    .team_img {
        margin-right: -6vw;
        width: 86vw;
    }

    .team_txt {
        padding: 1.5em 0;
        width: 90%;
    }
}

@media screen and (max-width: 640px) {

    .l_team .inner {
        margin-right: auto;
    }

    .l_team {
        padding: 0 0 160px;
    }

    .team_txt {
        padding: 2em 0;
        text-align: center;
        width: 100%;
    }

    .team_txt .txt {
        margin-right: -4%;
    }
}


/* ---------------- news ---------------- */

.l_news {
    padding: 200px 0 200px;
    position: relative;
}

.news_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

.news_list li {
    width: 33.33%;
}

.news_item img {
    display: block;
    margin: 0 auto 1.4em;
    width: calc(840px /2);
}

.news_item .ttl {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

/* slider */

.news_slider_wrap {
    position: relative;
    margin: 0 0 2em auto;
    width: 92%;
}

.news_slider {
    padding-right: 200px;
    position: relative;
    overflow: hidden;
}

.news_slider li {
    text-align: center;
}

.news_slider img {
    display: block;
    margin-bottom: 16px;
    width: 21vw;
}

.news_slider .news_item .ttl {
    font-size: 1.6rem;
}

.slick-list {
    overflow: visible;
}

/*
.slick-nav-arrows {
    position: absolute;
    top: -40px;
    right: 2%;
}

.slick-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: -80px;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
    width: 16px;
    height: 16px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}

.slick-prev::after {
    transform: rotate(-135deg);
}
*/

@media screen and (max-width: 1600px) {

    .news_list {
        margin: 0 auto;
        width: 88%;
    }

    .news_item .ttl,
    .news_slider .news_item .ttl {
        font-size: 1vw;
    }

    .news_item img {
        width: 21vw;
    }
}

@media screen and (max-width: 1180px) {

    .l_news {
        padding: 0 0 200px;
    }

    .news_list {
        flex-direction: column;
        width: 100%;
    }

    .news_list li {
        margin-bottom: 1em;
        width: 100%;
    }

    .news_item img {
        width: 360px;
    }

    .news_item .ttl {
        font-size: 1.8rem;
    }

    .news_slider_wrap {
        width: 72vw;
    }

    .news_slider {
        padding-right: 20vw;
    }

    .news_slider .news_item img {
        width: 42vw;
    }
}

@media screen and (max-width: 640px) {

    .l_news {
        padding: 0 0 180px;
    }

    .news_item img {
        width: 210px;
    }

    .news_item .ttl {
        font-size: 1.3rem;
    }

    .news_slider_wrap {
        width: 76vw;
    }

    .news_slider {
        padding-right: 16vw;
    }

    .news_slider .news_item img {
        width: 54vw;
    }
}


/* ---------------- company ---------------- */

.l_company {
    padding: 100px 0 260px;
    position: relative;
}

/*
.l_company::before {
    content: '';
    background: #707070;
    position: absolute;
    top: -50px;
    left: -10vw;
    width: 110vw;
    height: 1px;
}
*/

.company_box {
    margin: 0 auto 60px;
    max-width: 1000px;
}

.company_box .ttl {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.2em;
}

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

.company_list dt,
.company_list dd {
    font-size: 1.8rem;
    padding: 14px;
}

.company_list dt {
    border-bottom: 1px solid #555;
    position: relative;
    margin-right: 5px;
    width: 20%;
}

.company_list dt::before {
    content: '';
    background: #555;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 1px;
    height: 84%;
}

.company_list dd {
    border-bottom: 1px solid #555;
    margin-left: 5px;
    width: 72%;
}

@media screen and (max-width: 1180px) {
    .l_company {
        padding: 0 0 200px;
    }

    .company_box {
        margin: 0 0 60px auto;
        max-width: none;
        width: 90%;
    }

    .company_list {
        flex-direction: column;
    }

    .company_list dt {
        margin: 0;
        width: 100%;
    }

    .company_list dt::before {
        content: '';
        background: #555;
        position: absolute;
        top: 5px;
        right: auto;
        left: 0;
        width: 1px;
        height: 84%;
    }

    .company_list dd {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {

    .l_company {
        padding: 0 0 120px;
    }

    .company_box .ttl {
        font-size: 1.8rem;
        margin-bottom: 0.5em;
    }

    .company_box {
        margin-bottom: 40px;
        width: 94%;
    }

    .company_list dt,
    .company_list dd {
        font-size: 1.3rem;
        padding: 8px;
        line-height: 1.4;
    }

    .company_list dt::before {
        height: 75%;
    }
}

/* ---------------- contact ---------------- */

.l_contact {
    padding: 200px 0 220px;
    position: relative;
}

.l_contact .txt {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2em;
}

.l_contact .logo {
    display: block;
    margin: 150px auto 0;
    max-width: 650px;
}

@media screen and (max-width: 1180px) {
    .l_contact {
        padding: 40px 0 250px;
    }

    .l_contact .txt {
        margin-bottom: 3em;
    }

    .l_contact .logo {
        margin-top: 70px;
        max-width: 500px;
    }
}

@media screen and (max-width: 640px) {

    .l_contact {
        padding-bottom: 200px;
    }

    .l_contact .txt {
        font-size: 1.3rem;
    }

    .l_contact .logo {
        margin-top: 50px;
        max-width: 310px;
    }
}

/* ---------------- team member ---------------- */

.tm_list {
    max-width: 1530px;
    margin: 0 auto;
}

.tm_list li {
    display: flex;
    margin-bottom: 120px;
}

.tm_list .img_item {
    width: 50%;
}

.tm_list .img_item>img {
    max-width: 760px;
    width: 100%;
}

.tm_list .txt_item {
    padding: 0 0 0 3%;
    width: 50%
}

.tm_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.tm_list li:nth-child(even) .txt_item {
    padding: 0 3% 0 0;
}

.tm_name {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0.6em;
}

.tm_name .txt_en {
    display: block;
    font-size: 63%;
}

.tm_txt {
    line-height: 1.9;
}

@media screen and (max-width: 1600px) {
    .tm_list .img_item {
        width: 42%;
    }

    .tm_list li:nth-child(even) .txt_item,
    .tm_list .txt_item {
        padding: 0 2%;
    }

    .tm_list .txt_item {
        width: 58%;
    }

    .tm_name {
        font-size: 3.2rem;
        margin-bottom: 0.5em;
    }

    .tm_txt {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 1180px) {

    .tm_list li {
        margin-bottom: 60px;
    }

    .tm_list li,
    .tm_list li:nth-child(even) {
        flex-direction: column;
        align-items: center;
    }

    .tm_list .img_item,
    .tm_list .txt_item {
        max-width: 520px;
        width: 100%;
    }

    .tm_list li:nth-child(even) .txt_item,
    .tm_list .txt_item {
        padding: 15px 0;
    }

    .tm_txt {
        font-size: 1.2rem;
    }

}

@media screen and (max-width: 640px) {

    .tm_name {
        font-size: 2rem;
        text-align: center;
    }
}

/* ---------------- policy ---------------- */

.l_policy {
    position: relative;
}

.l_policy .btm_txt {
    margin-top: 150px;
}

.policy_box {
    margin-bottom: 80px;
}

.policy_ttl {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.rhombus_list>li {
    list-style: none;
    padding: 0 0 0 1.8em;
    position: relative;
    margin-bottom: 5px;
}

.rhombus_list>li::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0.2em;
    transform: rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    background-color: #F4A100;
}

.rhombus_list>li:nth-child(even)::before {
    background-color: #B60081;
}

.rhombus_list.icon_reverse>li::before {
    background-color: #B60081;
}

.rhombus_list.icon_reverse>li:nth-child(even)::before {
    background-color: #F4A100;
}

@media screen and (max-width: 1180px) {
    .policy_ttl {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 640px) {

    .policy_box {
        margin-bottom: 50px;
    }

    .policy_ttl {
        font-size: 1.8rem;
    }

    .l_policy .btm_txt {
        margin-top: 60px;
    }

}

/* ---------------- form ---------------- */

.l_form {
    position: relative;
}

.l_form .inner {
    padding-bottom: 160px;
    margin: 0 auto;
    max-width: 1230px;
}

.l_form .txt_l {
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    margin: 4.5em auto;
}

.form_list dt {
    font-weight: 300;
    margin-bottom: 10px;
}

.form_list dd {
    margin-bottom: 3.5em;
}

.form_list dd:last-child {
    margin-bottom: 0;
}

.form_list.is_confirm {
    margin-bottom: 150px;
}

.form_list.is_confirm dd {
    border-bottom: 1px solid #707070;
    padding: 2em;
}

input,
textarea {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
        sans-serif;
    font-weight: 300;
}

input[type="text"],
input[type="email"],
textarea {
    border: 1px solid #707070;
    border-radius: 5px;
    background: #fff;
    font-size: 1.9rem;
    font-weight: 200;
    padding: 1.5em 2em;
    width: 100%;
}

input::placeholder,
textarea::placeholder {
    color: rgb(102 102 102 / 80%);
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.error,
textarea.error,
input.validate_txt,
textarea.validate_txt {
    background: #FDF2EA;
    border: 1px solid #EB4F20;
}

dt .validate_txt {
    color: #EB4F20;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
}

dt .validate_txt::before {
    content: '';
    background: url(/assets/images/icon_error.svg) no-repeat center/cover;
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 24px;
    height: 24px;
}


.policy_check input[type="checkbox"] {
    cursor: pointer;
    padding-left: 45px;
    vertical-align: middle;
    position: relative;
}

.policy_check input[type="checkbox"]::before,
.policy_check input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}

.policy_check input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #707070;
    width: 40px;
    height: 40px;
    top: -1.7em;
    left: 0;
}

.policy_check input[type="checkbox"]::after {
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    opacity: 0;
    transform: rotate(-45deg);
    top: -10px;
    left: 10px;
    width: 20px;
    height: 12px;
}

.policy_check input[type="checkbox"]:checked::after {
    opacity: 1;
}

.required {
    background: #EB4F20;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    padding: 6px 14px;
    margin-left: 15px;

}

.policy_check_wrap {
    font-size: 2.2rem;
    text-align: center;
    margin: 1.8em auto;
}

.policy_check {
    border: 1px solid #707070;
    border-radius: 5px;
    background: #fff;
    padding: 1.4em;
    margin: 20px auto;
    max-width: 786px;
}

.btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_wrap li {
    margin: 0 1em;
}

.form_btn {
    border: 0;
    margin-top: 45px;
    transition: .3s;
}

.form_btn:hover {
    opacity: 0.6;
}

.form_btn.is_disabled {
    background: #ccc;
    box-shadow: none;
    color: #999;
    pointer-events: none;
}

.form_btn.is_back {
    background: #aaa;
    width: 300px;
}

@media screen and (max-width: 1180px) {

    .form_list.is_confirm {
        margin-bottom: 100px;
    }

    .form_list.is_confirm dd {
        padding: 1.5em;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        padding: 0.8em;
    }

    .policy_check {
        padding: 1.2em;
        margin: 10px auto;
    }

    .btn_wrap {
        flex-direction: column-reverse;
    }

    .btn_wrap .form_btn {
        margin-top: 35px;
    }
}

@media screen and (max-width: 640px) {

    .l_form .txt_l {
        font-size: 1.8rem;
        margin: 2em auto;
    }

    .form_list dd {
        margin-bottom: 2em;
    }

    .form_list.is_confirm {
        margin-bottom: 60px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 1.3rem;
    }

    .policy_check input[type="checkbox"] {
        padding-left: 35px;
    }

    .policy_check input[type="checkbox"]::before {
        width: 30px;
        height: 30px;
        top: -1.3em;
    }

    .policy_check input[type="checkbox"]::after {
        top: -8px;
        left: 8px;
        width: 15px;
        height: 8px;
    }

    dt .validate_txt {
        display: block;
        font-size: 1.2rem;
        padding-left: 20px;
        margin-left: 0;
    }

    dt .validate_txt::before {
        width: 16px;
        height: 16px;
    }

    .required {
        border-radius: 4px;
        font-size: 1.2rem;
        padding: 4px 8px;
    }

    .policy_check_wrap {
        font-size: 1.4rem;
    }

    .form_btn.is_back {
        width: 160px;
    }
}