@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    line-height: 1;
    font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.content {
    margin-top: 0!important;
}

/* @media screen and (min-width:768px) and (max-width:1200px) {
    body {
        min-width: 1200px;
    }
} */

p {
    font-size: 1.6rem;
    line-height: 1.45;
    color: #FFF;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    width: 100%;
}

a {
    display: inline-block;
    cursor: pointer;
}

/* @media screen and (min-width:768px) {
    a:hover {
        opacity: 0.6;
    }
} */

.sp_br,
.sp_only {
    display: none;
}

@media screen and (max-width: 750px) {
    .pc_br,
    .pc_only {
        display: none;
    }
    .sp_br,
    .sp_only {
        display: block;
    }
}


/**********************************************************
    
    header 

**********************************************************/


header {
    //position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    transition: all 0.5s;
    //height: 120px;
	height: auto;
    //background: rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 1.0);
    color: #ffffff;
}

.scroll_header {
    background-color: #FFF;
    transition: all 0.5s;
    padding: 0 2.5vw 0 1.041vw;
}

.logo {
    transition: all 0.5s;
}

.logo a {
    display: block;
    width: 150px;
    transition: all 0.5s;
}

.submenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
}

.submenu_list,
.mainmenu_list  {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 60px;
}

.submenu_list li a {
    color: #ffffff;
    line-height: 1;
    font-size: 1.2rem;
    text-decoration: none;
}

.submenu_list li a:hover {
    color: #CBBD7A;
}

.ico_external {
    padding: 8px 40px 8px 20px;
    border: 1px solid #555555;
    border-radius: 50px;
    position: relative;
}

.ico_external::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../img/ico_external.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ico_external:hover {
    background-color: #FFF;
    color: #000!important;
}

.ico_external:hover::after {
    filter: invert();
}

.submenu_lang {
    display: flex;
    align-items: center;
    font-family: garamond-premier-pro, serif;
    margin-left: 20px;
}

.submenu_lang li:not(:first-child) {
    border-left: 1px solid #ffffff;
}

.submenu_lang li a {
    display: block;
    padding: 0.2em 1em 0.1em;
    font-size: 10px;
}

.submenu_lang li a:hover {
    background-color: #FFF;
    color: #000;
}

.mainmenu_list {
    justify-content: flex-end;
    border-top: 1px solid #707070;
    gap: 40px;
}


.mainmenu_list li a {
    color: #ffffff;
    line-height: 1;
    font-size: 1.5rem;
    text-decoration: none;
}

.mainmenu_list li a:hover {
    color: #CBBD7A;
}

.mainmenu_list button:hover {
    color: #CBBD7A;
}

.mainmenu_list button {
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    color: #ffffff;
    line-height: 1;
    font-size: 1.5rem;
    font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.mainmenu_list button::after {
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.5em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-25%) rotate(45deg);
    transform: translateY(-25%) rotate(45deg);
}


.l-gnavi-modal__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

.l-gnavi-modal {
    display: none;
    position: absolute;
    left: 50%;
    top: 40px;
    width: 100%;
    padding: 0 30px;
    max-width: 1100px;
    z-index: 1100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.l-gnavi-modal__close {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 15px;
}

.l-gnavi-modal__close button {
    cursor: pointer;
    position: relative;
    width: 28px;
    height: 28px;
    color: #ffffff;
    background: none;
}

.l-gnavi-modal__close button::before, .l-gnavi-modal__close button::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #ffffff;
}

.l-gnavi-modal__close button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.u-vhidden {
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 1px;
    height: 1px;
}

.l-gnavi-modal__close button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.l-gnavi-modal__inner {
    background: #ffffff;
    max-width: 1100px;
    margin: auto;
    padding: 46px 50px 50px 50px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.l-gnavi-modal__title {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
}


.l-gnavi-modal__title .en {
    display: block;
    font-family: garamond-premier-pro, serif;
    color: #CBBD7A;
    font-size: 1.9rem;
    font-weight: 300;
}

.l-gnavi-modal__title .ja {
    display: block;
    color: #000000;
    font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 2rem;
}

.l-gnavi-brandlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.l-gnavi-brandlist a {
    overflow: hidden;
    position: relative;
    display: block;
    color: #ffffff;
    background: #000000;
    text-align: center;
}

.l-gnavi-brandlist__name {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.l-gnavi-brandlist__name span {
    display: inline-block;
    padding: 0.5em 1em;
    letter-spacing: 0.06em;
    font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 1.6rem;
    line-height: 1;
}

.l-gnavi-brandlist__thumb {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-gnavi-brandlist a:hover .l-gnavi-brandlist__name, .l-gnavi-brandlist a:focus .l-gnavi-brandlist__name {
    opacity: 0;
}

.l-gnavi-brandlist a:hover .l-gnavi-brandlist__thumb, .l-gnavi-brandlist a:focus .l-gnavi-brandlist__thumb {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.l-gnavi-modal__btn {
    margin-top: 40px;
    text-align: right;
}

.c-btn {
    position: relative;
    display: inline-block;
}

.c-btn__link {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    padding: calc(0.667em + 2px) calc(1.333em + 2px) calc(0.667em + 2px) 0;
    padding-right: min(21.3333333333vmin, 80px);
    border-radius: 0;
    background: none;
    color: #ffffff;
    font-size: inherit;
    text-decoration: none;
    letter-spacing: 0.17em;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-gnavi-modal__btn .c-btn__link {
    padding-right: 80px !important;
    color: #000000 !important;
}

.c-btn__link::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min(13.3333333333vmin, 50px);
    height: min(13.3333333333vmin, 50px);
    border: 1px solid #485B7B;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-gnavi-modal__btn .c-btn__link::before {
    width: 51px !important;
    height: 51px !important;
}



.c-btn__link::after {
    position: absolute;
    right: min(10.6666666667vmin, 40px);
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 30px;
    height: 0;
    border-top: 1px solid #ffffff;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-gnavi-modal__btn .c-btn__link::after {
    right: 40px !important;
    border-color: #000000 !important;
}

.l-gnavi-catalog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 60px;
}

.l-gnavi-catalog__item a {
    display: block;
    padding: 20px 0;
    color: #000000;
    text-decoration: none;
    line-height: 1.2;
    font-size: 1.4rem;
    font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.c-linkitem__line {
    position: relative;
}

.c-linkitem__line._gold::before, .c-linkitem__line._gold::after {
    border-top: 1px solid #CBBD7A;
}

.c-linkitem__line::before {
    width: 100%;
    opacity: 0.3;
}
.c-linkitem__line::before, .c-linkitem__line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid;
}

.c-linkitem__line::after {
    width: 40px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.c-linkitem__line:hover::after, .c-linkitem__line:focus::after {
    width: 100%;
}

.footer_top {
    /* margin-top: 300px; */
    background: #0F1937;
    color: #ffffff;
}

.footer_top ul {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: min(16vmin, 38px) 0;
}

.footer_top ul li a {
    font-size: 14px;
}

.footer_top ul li a:hover {
    color: #CBBD7A;
}

.footer_bottom {
    background: #000000;
    color: #ffffff;
    padding: 70px 0 125px 0;
}

.footer_bottom_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    gap: 20px;
}

.footer_logo,
.footer_nav {
    width: calc((100% - 60px) / 4);
}

.footer_logo img {
    width: 70%;
}

.footer_nav_menu01,
.footer_nav_menu02 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_nav_menu02 {
    gap: 13px;
}

.footer_nav_menu01 li a,
.footer_nav_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
}

.footer_nav_menu01 li a:hover,
.footer_nav_title:hover,
.footer_nav_menu02 li a:hover {
    color: #CBBD7A;
}

.footer_nav_title {
    margin-bottom: 15px;
}

.footer_nav_menu02 li a {
    font-size: 13px;
    color: #8D8D8D;
}

.fv {
    height: 100vh;
    max-height: 800px;
    background-color: #000;
    color: #FFF;
}

.fv_box {
    width: 75%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.fv_title,
.fv_subtitle {
    display: block;
    line-height: 1.4;
    margin-bottom: 30px;
}

.fv_title {
    font-size: 50px;
}

.fv_box .fv_txt {
    position: initial;
    text-align: left;
}

.fv_box .btn {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.fv_img {
    width: 25%;
}

.fv_img img {
    width: 200px;
}





















/* LP */

.lp_fv {
    height: 100vh;
    max-height: 800px;
    position: relative;
    overflow: hidden;
    background: url(../img/fv_bg.webp) no-repeat center top;
    background-size: cover !important;
}

.lp_main {
    color: #FFF;
}

.fv_txt {
    position: absolute;
    top: 25%;
    left: 20%;
    text-align: center;
}

.lp_main .fv_logo {
    width: 250px;
}

.lp_main .fv_img {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 25%;
}

.lp_main .fv_img img {
    width: 250px;
}

.lp_main .fv_title {
    color: #AF8021;
    text-align: center;
}

.lp_main .wrapper {
    padding: 56px 0;
    width: 90%;
    max-width: 910px;
    margin: auto;
}

.lp_desc {
    background: url(../img/bg_lp_desc.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}

.lp_main h2,
.lp_main h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.lp_main p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.lp_desc_list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin: 35px 0;
}

.lp_desc_list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp_desc_list li span {
    background-color: #2c893a;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    width: 24%;
    padding: 4px;
    text-align: center;
}

.lp_desc_list li p {
    margin-bottom: 0;
}

.lp_feature {
    background-color: #000;
}

.lp_feature_list li {
    margin-top: 60px;
}

.lp_feature_list h2 {
    color: #1eac4b;
    margin-bottom: 20px;
}

.lp_feature_list span {
    background-color: #2c893a;
    text-align: center;
    font-size: 14px;
    width: 160px;
    padding: 8px 0;
    margin-bottom: 20px;
}

.lp_compare {
    background-color: #000;
}

.lp_compare h2 {
    color: #1eac4b;
    margin-bottom: 20px;
}

.lp_compare_table {
    width: 100%;
    border-collapse: collapse;
}

.lp_compare_table th,
.lp_compare_table td {
    font-size: 24px;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #FFF;
    background-color: #000;
}

.td_head {
    width: 20%;
    font-size: 18px!important;
    background-color: #54965C!important;
}

.td_main {
    background-color: #016F37!important;
}

.lp_product {
    background-color: #000;
}

.lp_product .wrapper {
    position: relative;
}

.lp_product_list {
    margin: 35px 0;
}

.lp_product_list li {
    font-size: 14px;
    line-height: 1.4;
}

.lp_product_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.lp_product_img.sp_only {
    position: relative;
    width: 30%;
}

/* アニメーション */
/* アニメーションスタートの遅延時間を決めるCSS*/

.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}

.delay-time02 {
    animation-delay: 0.2s;
}
.delay-time04 {
    animation-delay: 0.4s;
}
.delay-time06 {
    animation-delay: 0.6s;
}
.delay-time08 {
    animation-delay: 0.8s;
}
.delay-time10 {
    animation-delay: 1s;
}
.delay-time12 {
    animation-delay: 1.2s;
}
.delay-time14 {
    animation-delay: 1.4s;
}
    
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
    
.fade {
    opacity: 0;
}
    
/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
    
.fadeRight {
    animation-name:fadeRightAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    @keyframes fadeRightAnime{
        from {
        opacity: 0;
        transform: translateX(50px);
        }
    
        to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* .l_wrapper {
    background-image: url(../img/bg_pc.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: 100%;
    color: #FFF;
} */

.kasou_page {
    padding-top: 120px;
    color: #FFF;
    background-color: #000819;
    font-family: -apple-system, BlinkMacSystemFont, "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.kasou_page p {
    margin-bottom: 20px;
    line-height: 2;
}

.wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.kasou_title {
    font-size: min(7.4666666667vmin, 5.6rem);
    line-height: 1.42;
    font-weight: bold;
    letter-spacing: 0.078em;
    font-family: garamond-premier-pro, serif;
    text-align: center;
    color: #FFF;
    margin: min(9.0666666667vmin, 122px) auto min(10.6666666667vmin, 58px);
}

.kasou_subtitle {
    display: block;
    font-size: 2rem;
    margin-top: 2.7rem;
}

.company_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
}

.company_link li {
    width: 50%;
    text-align: center;
}

.btn {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    color: #FFF;
    line-height: 1.4;
    font-size: 15px;
}

.btn:hover {
    opacity: 1;
}

.page-link {
    padding: calc(0.667em + 2px) calc(1.333em + 2px) calc(0.667em + 2px) 0;
    padding-right: min(21.3333333333vmin, 80px);
}

.page-link::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min(13.3333333333vmin, 50px);
    height: min(13.3333333333vmin, 50px);
    border: 1px solid #485B7B;
    border-radius: 50%;
}

.page-link::after {
    position: absolute;
    right: min(10.6666666667vmin, 40px);
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 30px;
    height: 0;
    border-top: 1px solid #ffffff;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-link:hover::before {
    border-color: rgba(203, 189, 122, 0.6);
}

.page-link:hover::after {
    border-color: #CBBD7A;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
}

.external-link {
    display: inline-block;
    padding: calc(0.667em + 2px) 4em calc(0.667em + 2px) 2em;
    border: 1px solid #555555;
    border-radius: 9999px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.external-link::after {
    position: absolute;
    right: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0.5em;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url(../img/eternal_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s;
}

.external-link:hover {
    background-color: #FFF;
    color: #000;
    transition: 0.3s;
}

.external-link:hover::after {
    filter: invert();
    transition: 0.3s;
}

.company_info {
    width: 100%;
    margin: auto;
    color: #FFF;
    border-collapse: collapse;
    margin-top: 50px;
    letter-spacing: 0.08em;
}

.company_info th,
.company_info td {
    border: 1px solid #778296;
    padding: 1.5em;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.company_info th {
    width: 30%;
    background-color: #485B7B;
}

.company_info td {
    width: 70%;
}

.company_info td div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.internal-link {
    display: inline-block;
    min-width: 170px;
    padding: calc(0.667em + 2px) 20px;
    border: 1px solid #555555;
    border-radius: 9999px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    font-size: 15px;
    margin-left: 15px;
    transition: 0.3s;
}

.access_link {
    min-width: 170px;
}

.other_link {
    margin-left: 0;
    margin-right: 15px;
}

.internal-link:hover {
    background-color: #FFF;
    color: #000;
    transition: 0.3s;
}

.external-link.gold {
    color: #9F8A5A;
    padding: 0;
    padding-right: 25px;
    margin-right: 10px;
    border: none;
    text-decoration: underline;
}

.external-link.gold:hover {
    text-decoration: none;
    background-color: initial;
}

.external-link.gold::after {
    right: 5px;
    background-image: url(../img/ico_external_gold.png);
}

.external-link.gold:hover::after {
    filter: initial;
}

.txt_left {
    text-align: left;
}

.img_txt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin: 50px 0;
}

.img_txt_box > div {
    width: 50%;
}

.h2_title,
.h3_title,
.h4_title {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #485B7B;
    text-align: center;
    font-family: "Times New Roman", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.img_txt_box_txt_title {
    text-align: left;
    margin-bottom: 20px;
}

.anchor_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

.anchor_list li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 35px 15px 0;
    border-bottom: 1px solid #485B7B;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.anchor_list li a::before {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px solid #CBBD7A;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.anchor_list li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 5px;
}

.anchor_list li a:hover::before {
    width: 100%;
}

.h3_title {
    font-size: 25px;
    text-align: left;
    margin: 50px 0 30px 0;
    position: relative;
}

.h3_title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 30px;
    border-top: 1px solid #ffffff;
}

.h4_title {
    font-size: 20px;
    text-align: left;
    margin: 50px 0 30px 0;
    border-left: 3px solid #CBBD7A;
    padding-left: 35px;
    padding-bottom: 0;
    border-bottom: 0;
}

.link_list {
    display: flex;
    flex-wrap: wrap;
}

.link_list li {
    width: calc(50% - 20px);
    position: relative;
    list-style-type: none;
    margin: 10px 0 10px 20px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.4;
}

.link_list li::before {
    position: absolute;
    left: 0;
    content: "-";
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

.link_list li a {
    line-height: 1;
}

.breadcrumbs {
    margin-top: 100px;
	margin-bottom: 0;
    padding: 20px 0;
    text-align: left;
    font-size: 12px;
    overflow-y: hidden !important;
    overflow-x: auto !important;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a {
    text-decoration: none;
}

.breadcrumbs li::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 0 0.5em;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

.breadcrumbs li:last-child::after {
    display: none;
}

@media screen and (max-width: 750px) {
    .kasou_page {
        padding-top: 50px;
    }

    .kasou_subtitle {
        font-size: 16px;
    }

    .company_link li {
        width: 100%;
        text-align: center;
    }

    .company_info th,
    .company_info td {
        display: block;
        width: 100%;
        border-bottom: 0;
    }

    .company_info tr:last-child td {
        border-bottom: 1px solid #778296;
    }

    .company_info td div {
        flex-direction: column;
        align-items: flex-start;
    }

    .internal-link {
        margin-left: 0;
        margin-top: 20px;
        min-width: initial;
    }

    .other_link {
        margin-top: 0;
    }

    .img_txt_box {
        flex-direction: column;
    }

    .img_txt_box > div {
        width: 100%;
    }

    .anchor_list {
        justify-content: flex-start;
    }

    .link_list {
        flex-direction: column;
    }

    .link_list li {
        width: 100%;
        margin: 5px 0 5px 15px;
    }

    .h2_title {
        font-size: 24px;
    }

    .h3_title {
        font-size: 20px;
    }

    .h4_title {
        padding-left: 20px;
    }
}

.hamburger_menu {
    display: none;
}


@media screen and (max-width: 1200px) {
    .footer_logo {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .header_nav {
        display: none;
    }

    header {
        height: 55px;
    }

    .hamburger_menu {
        display: block;
        width: 55px;
        height: 55px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10001;
    }

    .menu_btn {
        display: block;
        width: 30px;
        height: 22px;
        z-index: 10001;
        top: 15px;
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
    }
    .menu_btn span,
    .menu_btn span:before,
    .menu_btn span:after {
        content: '';
        display: block;
        height: 2px;
        width: 30px;
        background-color: #CBBD7A;
        position: absolute;
        margin: auto;
        z-index: 81;
        top: 3px;
        /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); */
    }

    .menu_btn span:before {
        top: 8px;
    }
    .menu_btn span::after {
        top: 16px;
    }
    #menu_btn_check:checked ~ .menu_btn span::after {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu_btn_check:checked ~ .menu_btn span {
        bottom: 1vw;
        transform: rotate(45deg);
    }

    #menu_btn_check:checked ~ .menu_btn span::before {
        top: 0;
        transform: rotate(-90deg);
    }

    #menu_btn_check {
        display: none;
    }

    .menu_content {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 10000;
        background-color: #FFF;
        transition: all 0.5s;
        overflow-y: auto;
    }

    .menu_content {
        padding-top: 85px;
    }

    .hamburger_ul_01 {
        padding: 0 30px;
    }

    .menu_content ul li {
        list-style: none;
    }

    .menu_content .hamburger_ul_01 li > a {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        box-sizing: border-box;
        color:#000;
        text-decoration: none;
        font-weight: 600;
        padding: 13px 0;
        border-bottom: 1px solid rgba(98, 98, 98, 0.2);
    }

    #menu_btn_check:checked ~ .menu_content {
        left: 0;
    }

    .header_nav_menu02 {
        display: none; /* 初期状態では非表示 */
    }
    
    .header_nav_menu02.active {
        display: block; /* 開いた状態 */
    }

    .header_nav_menu02 > div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .header_nav_menu02 li {
        width: 45%;
    }

    .header_nav_menu02 li a {
        border-bottom: 0!important;
        font-weight: 400!important;
        padding: 8px 0!important;
        font-size: 11px!important;
    }

    .header_nav_title {
        position: relative;
    }

    .menu_content .submenu_lang {
        color: #000;
        margin: 30px 0 80px 0;
        padding: 0 30px;
    }

    .menu_content .submenu_lang li:not(:first-child) {
        border-left: 2px solid #CBBD7A;
    }

    .menu_content .logo {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .footer_logo,
    .footer_nav {
        width: 100%;
    }

    .footer_bottom_box {
        flex-direction: column;
    }

    .footer_nav_menu01 li a {
        width: 100%;
        position: relative;
    }

    .footer_nav_menu01 li a::before {
        position: absolute;
        right: 0;
        top: 50%;
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .footer_nav_menu02 {
        display: none; /* 初期状態では非表示 */
        margin-left: 15px;
    }
    
    .footer_nav_menu02.active {
        display: block; /* 開いた状態 */
    }

    .footer_nav_menu02 li {
        margin: 8px 0;
    }

    .footer_nav_menu02 a::before {
        content: "-";
        margin-right: 10px;
    }

    .footer_nav_title {
        position: relative;
        margin-bottom: 0;
    }

    .footer_nav_title::before,
    .footer_nav_title::after,
    .header_nav_title::before,
    .header_nav_title::after  {
        position: absolute;
        right: -2px;
        top: 50%;
        content: "";
        display: block;
        width: 0.9em;
        border-top: 2px solid;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer_nav_title::after,
    .header_nav_title::after {
        transform: translateY(-50%) rotate(90deg);
    }

    .open::after {
        display: none;
    }

    .lp_fv {
        height: 500px;
    }

    .fv_txt {
        top: 35%;
        left: 5%;
        text-align: left;
    }

    .lp_main .fv_logo {
        width: 35%;
    }

    .lp_main .fv_title {
        font-size: 6vw;
        text-align: left;
    }

    .lp_main .fv_img {
        position: absolute;
        bottom: 10%;
        top: initial;
        width: 30%;
    }

    .lp_main .fv_img img {
        width: 100%;
        max-width: 150px;
    }
}

.entry-header {
    display: none;
}