@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/


/*                                                                          */


/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */


/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */


/*                                                                          */


/*==========================================================================*/


/*==========================================================================*/


/*                           Common-Setting                                 */


/*==========================================================================*/


/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */


/*==========================================================================*/


/*                            F U N C T I O N                               */


/*==========================================================================*/


/*==========================================================================*/


/*                               M I X I N                                  */


/*==========================================================================*/

@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;700;900&display=swap");
:root {
    --content-width: 1110px;
    --font-yugothic: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    --font-yumincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    --font-meiryo: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    --font-arial: Arial, Helvetica, sans-serif;
    --font-noto: "Noto Sans JP", sans-serif;
    --font-roboto: "Roboto", sans-serif;
    --font-archivo: "Archivo Black", sans-serif;
    --font-lato: "Lato", sans-serif;
    --color-primary: #e00327;
    --color-secondary: #e00327;
    --color-black: #333333;
    --color-gray: #cccccc;
    --text-line-height: 1.8em;
    --font-family: "Noto Sans JP", sans-serif;
    --body-color: #000000;
    --main-color: #e00327;
    --sub-color: #880c19;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 160%;
    -webkit-text-size-adjust: none;
    font-family: var(--font-family);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
    width: 100%;
    border: solid 1px #999999;
    padding: 16px 20px;
}

::placeholder {
    opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6em;
}

a {
    color: var(--color-primary);
    font-family: var(--font-family);
    transition: all 0.2s;
}

select {
    visibility: visible !important;
}

[href^="tel:"] {
    word-break: keep-all;
}

img {
    vertical-align: middle;
    max-width: 100%;
    flex-shrink: 0;
    height: auto;
}

table {
    width: 100%;
}

p {
    margin-bottom: 1.85em;
    line-height: 1.8em;
}

p:last-child {
    margin-bottom: 0;
}

button {
    cursor: pointer;
    border: solid 1px #333;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

*,
::before,
::after {
    box-sizing: border-box;
    outline: none;
}


/*==========================================================================*/


/*                              G L O B A L                                 */


/*==========================================================================*/

html {
    background: #fff;
}

body {
    min-width: 320px;
    -webkit-text-size-adjust: none;
    color: var(--body-color);
}

#wrapper {
    min-width: var(--content-width);
    margin: 0 auto;
    overflow: hidden;
}

.inner {
    width: var(--content-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


/*==========================================================================*/


/*             W O R D P R E S S   U S E R   L O G G E D   I N              */


/*==========================================================================*/

.customize-support #header {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .customize-support #header {
        margin-top: 46px !important;
    }
}

@media screen and (max-width: 600px) {
    .customize-support #header {
        margin-top: 0px !important;
    }
}


/*==========================================================================*/


/*                           U T I L I T I E S                              */


/*==========================================================================*/

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.w0 {
    width: 0%;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

#menu-toggle {
    width: 80px;
    height: 80px;
    background: var(--color-black);
    position: relative;
    z-index: 100;
    cursor: pointer;
    background-color: #000;
    transition: 0.2s linear;
}

#menu-toggle>span {
    position: absolute;
    width: 50px;
    height: 4px;
    background: #fff;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.2s ease-in-out;
}

#menu-toggle>span:nth-child(1) {
    top: 15px;
}

#menu-toggle>span:nth-child(2),
#menu-toggle>span:nth-child(3) {
    top: 35px;
    width: 30px;
    left: 20px;
}

#menu-toggle>span:nth-child(4) {
    top: 48px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-family: var(--font-noto);
    letter-spacing: 0.05em;
}

#menu-toggle>span:nth-child(4) span {
    transform: unset !important;
    width: 100% !important;
    font-weight: 400 !important;
}

#menu-toggle.open span:nth-child(1) {
    top: 22px;
    width: 0%;
    left: 50%;
    opacity: 0;
}

#menu-toggle.open span:nth-child(2) {
    width: 56px;
    transform: rotate(45deg);
    left: 0;
    top: 28px;
}

#menu-toggle.open span:nth-child(3) {
    width: 56px;
    transform: rotate(-45deg);
    left: 0;
    top: 28px;
}

#menu-toggle.open span:nth-child(4) {
    color: #fff;
}

.menu-close {
    display: none;
}

.open-nav .menu-open {
    display: none;
}

.open-nav .menu-close {
    display: block;
}

.to-top {
    position: fixed;
    z-index: 30;
    bottom: 20px;
    right: 20px;
    transition: all 0.2s;
    transform-origin: 50% 100%;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    border: 1px solid #fff;
}

.to-top>a {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 0px;
    text-decoration: none;
}

.to-top>a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotateZ(-45deg);
    left: 23px;
    top: 26px;
}

.to-top.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.image-l {
    float: left;
    margin: 9px 60px 20px 0;
}

.image-r {
    float: right;
    margin: 9px 0 20px 60px;
}

.d-flex {
    display: flex;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-center-all {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}


/*==========================================================================*/


/*                              H E A D E R                                 */


/*==========================================================================*/

header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 1920px;
    max-width: 100%;
    height: 80px;
    align-items: center;
    padding-left: 30px;
    z-index: 50;
    transition: 0.2s linear;
    left: 0;
    right: 0;
    margin: auto;
}

header h1 img {
    transition: 0.2s linear;
}

header {
    background: #fff;
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); */
}
.sticky header {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.open-nav header h1 {
    z-index: 101;
}

.open-nav header h1 img {
    filter: unset;
}

.hd-fixed {
    display: flex;
    max-width: 100%;
    height: 80px;
    position: relative;
    z-index: 110;
    transition: 0.2s all;
    margin-right: 10px;
}

.hd-fixed a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    position: relative;
    z-index: 1;
}

.hd-menu {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    left: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
    pointer-events: none;
    transition: 0.2s all;
}

.hd-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.9);
    z-index: -1;
    top: 0;
    left: 0;
}

.open-nav {
    overflow: hidden;
}

.open-nav .hd-fixed {
    background-color: transparent;
}

.open-nav .hd-fixed a::before {
    opacity: 0;
}

.open-nav #menu-toggle {
    background-color: transparent;
}

.open-nav .hd-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    pointer-events: inherit;
}

.hd-menu-boxs {
    margin-top: 25px;
    margin-bottom: 38px;
}

.hd-menu-boxs ul {
    display: flex;
    justify-content: space-between;
}

.hd-menu-boxs ul li {
    position: relative;
    z-index: 1;
    width: 320px;
    height: 50px;
    background-color: #fff;
}

.hd-menu-boxs ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    z-index: -1;
}

.hd-menu-boxs ul li:nth-child(1)::before {
    background: url("../images/hd-box-ic1.svg") center no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.hd-menu-boxs ul li:nth-child(2)::before {
    background: url("../images/hd-box-ic2.svg") center no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.hd-menu-boxs ul li:nth-child(3)::before {
    background: url("../images/hd-box-ic3.svg") center no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.hd-menu-boxs ul li a {
    color: #232323;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 10px 50px;
}

.menu p,
.menu a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.menu .menu-list {
    display: flex;
    flex-wrap: wrap;
}

.menu .menu-list li {
    width: 225px;
    margin-right: 60px;
}

.menu .menu-list li:nth-child(5n+5) {
    margin-right: 0;
}

.menu .hd-menu-tt {
    font-size: 20px;
    padding-bottom: 26px;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

.menu .hd-menu-tt::before {
    content: "";
    position: absolute;
    background: url("../images/line-dotted.svg") center left repeat-x;
    background-size: cover;
    width: 225px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.hd-menu-item {
    margin-bottom: 0;
}

.hd-menu-item li {
    position: relative;
    z-index: 1;
}

.hd-menu-item li:not(:last-child) {
    margin-bottom: 14px;
}

.hd-menu-item li a {
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.hd-menu-item li a::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    top: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.list-main-nav {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
    margin-right: 20px;
}

.list-main-nav li:not(:first-child) {
    margin-left: 30px;
}

.list-main-nav li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: var(--font-yugothic);
    font-size: 18px;
    font-weight: 600;
}

.btn-contact {
    margin-right: 30px;
    margin-left: 20px;
}

.btn-contact a {
    display: block;
    padding: 7px 20px 5px;
    border: solid 1px #fff;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: var(--font-yumincho);
    line-height: 1.3em;
    font-weight: 700;
    transition: .2s linear;
}

.list-main-nav-sub {
    display: none;
}

.list-main-nav .hd-menu-tt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-family: var(--font-yugothic);
}

.list-main-nav .hd-menu-tt a {
    pointer-events: all;
}


/*==========================================================================*/


/*                         M A I N   V I S U A L                            */


/*==========================================================================*/
main {
    margin-top: 80px;
}
.main-visual {
    position: relative;
    z-index: 3;
    height: 860px;
    width: 1920px;
    max-width: 100%;
    margin: auto;
}

.main-visual li {
    position: relative;
    display: flex !important;
    width: 100%;
    height: 100%;
}

.main-visual .img-left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
    position: absolute;
    width: 50%;
    height: 860px;
    overflow: hidden;
    transition: transform 1s ease-in-out;
}

.main-visual .img-left img {
    top: 0;
    right: 0;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
    transform: translateX(50%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1s ease-in-out;
}

.main-visual .img-right {
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition-delay: 0.2s;
    position: absolute;
    width: 50%;
    height: 860px;
    overflow: hidden;
    transition: transform 1s ease-in-out;
}

.main-visual .img-right img {
    top: 0;
    left: 0;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
    transition-delay: 0.2s;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1s ease-in-out;
}

@keyframes left {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes leftImg {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes right {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes rightImg {
    from {
        transform: translateX(50%);
    }
    to {
        transform: translateX(0);
    }
}

.main-visual .slick-current .img-left,
.main-visual .slick-current .img-left img,
.main-visual .slick-current .img-right,
.main-visual .slick-current .img-right img {
    transform: translateX(0);
}

.opa0 {
    opacity: 0;
}

.txt-h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-h2>* {
    color: #fff;
}

.txt-h2 .h2-m {
    font-size: 48px;
    font-family: var(--font-noto);
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 50px;
    letter-spacing: 0.005em;
}

.txt-h2 h2 {
    font-family: var(--font-yumincho);
    font-size: max(2.604167vw, 34px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}

.txt-h2 h2 span {
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.4;
    border: 2px solid #fff;
    position: relative;
    top: -73px;
    right: 8px;
    padding: 30px 23px 24px 26px;
    letter-spacing: 0.16em;
}


/*==========================================================================*/


/*                                M A I N                                   */


/*==========================================================================*/

.banner-bg {
    background-color: #E5EDEB;
    position: relative;
    z-index: 1;
    padding: 140px 0 41px;
}

.banner-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    height: 230px;
    z-index: -1;
}

.banner {
    margin-left: -348px;
    margin-right: -326px;
    overflow: hidden;
}

.banner ul {
    width: 588px;
    max-width: 100%;
}

.banner ul li {
    flex-shrink: 0;
}

.banner .slick-track {
    display: flex;
}

.banner .slick-list {
    overflow: visible;
}

.banner .slick-slide {
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0 11px;
}

.link-full {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
}

.news-bg {
    padding: 105px 0 120px;
    background-color: #fff;
}

.news-frame {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.news-frame .custom-link {
    display: flex;
    justify-content: center;
}

.news-left {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}

.news-tt {
    width: fit-content;
    margin: 0 auto;
}

.hyper-tt {
    position: relative;
    z-index: 1;
}

.hyper-tt h3 {
    margin-bottom: 55px;
}

.hyper-tt h3 span {
    line-height: 1.44;
}

.hyper-tt h3 .en {
    font-size: 60px;
    font-family: var(--font-yumincho);
    font-weight: 900;
    display: block;
    letter-spacing: 0.1em;
}

.hyper-tt h3 .jp {
    font-size: 24px;
    font-family: var(--font-yugothic);
    font-weight: bold;
    display: block;
    text-align: center;
}

.custom-link a {
    width: 276px;
    max-width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    font-family: var(--font-yugothic);
}

.custom-link.type2 a::after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    top: 5px;
    left: 5px;
}

.custom-link a::before {
    content: "";
    position: absolute;
    background: url("../images/arrow-link.png") center no-repeat;
    width: 8px;
    height: 13px;
    background-size: cover;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.news-left .en {
    margin-top: -2px;
    margin-bottom: 2px;
    color: #000;
}

.news-left .jp {
    color: #000;
}

.custom-link.white-style a {
    color: #fff;
    background-color: #000;
}

.news-right {
    flex-grow: 1;
}

.news-right ul {
    display: flex;
    flex-wrap: wrap;
}

.news-right li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 2px solid #000;
    margin-bottom: 34px;
    min-height: 265px;
    position: relative;
    z-index: 0;
}

.news-right li:nth-child(3n+3),
.news-right li:last-child {
    margin-right: 0;
}

.news-right li p {
    margin-bottom: 0;
}

.news-right li a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.news-right .img {
    margin-bottom: 15px;
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-right .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.news-right .date {
    width: 100%;
    font-family: var(--font-roboto);
    font-weight: bold;
    color: #000;
    margin: 0;
    text-align: left;
    letter-spacing: 0.12em;
}

.news-right .title {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}

.news-right .title span {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.title-line h3 {
    color: #000;
    display: inline-block;
}

.title-line h3 .en {
    font-family: var(--font-yumincho);
    font-size: 60px;
    font-weight: 900;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.title-line h3 .jp {
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    font-family: var(--font-yugothic);
}

.title-line h3 .jp span {
    background-color: #F8F8F8;
    padding-right: 19px;
}

.title-line h3 .jp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.concept-bg {
    position: relative;
    z-index: 1;
    padding: 97px 0 263px;
    background-color: #2d2d2d;
}

.concept-bg::before {
    content: "";
    position: absolute;
    background: url("../images/concept-dc-big.png") center no-repeat;
    width: 1848px;
    height: 1290px;
    background-size: cover;
    right: calc(50% - 960px);
    bottom: 0;
    z-index: -1;
    filter: brightness(0.2);
}

h4.hyper-tt-h4 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
    font-family: var(--font-yumincho);
}

.concept-desc {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 150px;
    text-align: center;
}

.concept-desc p {
    color: #fff;
    line-height: 2;
    letter-spacing: 0.13em;
    margin-bottom: 38px;
}

.concept-desc .title-line {
    margin-bottom: 38px;
}

.concept-desc .title-line h3 .jp span {
    padding-left: 10px;
    padding-right: 10px;
}

.concept-desc .custom-link a {
    margin-left: auto;
    margin-right: auto;
}

.concept-content {
    display: block;
    position: relative;
    z-index: 1;
}

.concept-content .title-line>* {
    color: #fff;
}

.concept-content .title-line .jp span {
    background-color: #2d2d2d;
}

.concept-content .title-line .jp::before {
    background-color: #fff;
}

.concept-content .hyper-tt-h4 {
    color: #fff;
}

.concept-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.concept-item .img {
    position: relative;
    z-index: 1;
    margin-right: 30px;
    width: 500px;
    flex-shrink: 0;
}

.concept-item .img .txt {
    position: absolute;
    width: 140px;
    max-width: 100%;
    height: 50px;
    text-align: center;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #000;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 15px;
    z-index: 2;
    font-family: var(--font-yumincho);
}

.concept-item .img .txt::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 70px 0 70px;
    border-color: #000 transparent transparent transparent;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.concept-item .img .txt .num {
    font-size: 130%;
    padding: 0 3px;
    font-family: var(--font-yumincho);
}

.concept-item .text {
    flex-grow: 1;
}

.concept-item h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    line-height: 1.55;
    margin-bottom: 21px;
    font-family: var(--font-yumincho);
}

.concept-item p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #fff;
}

.works-bg {
    padding: 24px 0 120px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.works-bg::before {
    content: "";
    position: absolute;
    top: -127px;
    background: url("../images/work-bg.png") center no-repeat;
    width: 100%;
    height: 127px;
    z-index: -1;
}

.works-tt {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.works-tt>* {
    color: #000;
}

.works-content {
    width: calc(100% + 286px);
    margin-left: -143px;
}

.works-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
}

.works-content li {
    width: 410px;
    max-width: 100%;
    margin-right: 68px;
    margin-bottom: 72px;
}

.works-content li:nth-child(3n+3) {
    margin-right: 0;
}

.works-content li .img {
    width: 410px;
    height: 300px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works-content li img {
    max-height: 100%;
}

.works-content .desc {
    width: 420px;
    min-height: 120px;
    background-color: #2d2d2d;
    padding: 23px 100px 23px 30px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

.works-content .desc>* {
    color: #fff;
}

.works-content .desc .more {
    position: absolute;
    bottom: 20px;
    right: 14px;
}

.works-content .desc .more a {
    color: #fff;
}

.works-content .desc .more::before {
    filter: brightness(0) invert(1);
}

.works-content h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 60px;
}

.works-content .txt {
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.works-content .custom-link a {
    margin: auto;
}

.more {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    padding-bottom: 3px;
    display: inline-block;
    letter-spacing: 0.08em;
}

.more::before {
    content: "";
    position: absolute;
    background: url("../images/ic-more.png") center no-repeat;
    width: 85px;
    height: 12px;
    background-size: cover;
    z-index: -1;
    bottom: 0;
    left: 0;
    filter: brightness(0);
}

.more a {
    text-decoration: none;
    padding-right: 33px;
    padding-left: 7px;
    padding-bottom: 7px;
    color: #000;
}

.house-bg {
    position: relative;
    z-index: 1;
    padding: 123px 0 90px;
    background-color: #3c3c3c;
}

.house-bg .custom-link a {
    background-color: #000;
    border: 2px solid #000;
}

.house-desc {
    width: 922px;
    max-width: 100%;
    margin-left: -143px;
    padding: 77px 208px 81px 141px;
    position: relative;
    z-index: 1;
    margin-bottom: 97px;
    position: relative;
    z-index: 1;
}

.house-desc::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #E5EDEB;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.41, 0.98);
    transition-timing-function: cubic-bezier(0.86, 0, 0.41, 0.98);
    background-size: cover;
    background-position: 50%;
}

.house-desc .title-line {
    margin-bottom: 38px;
}

.house-desc .title-line h3 .jp span {
    background-color: #E5EDEB;
}

.house-desc .desc {
    color: #000;
    font-size: 18px;
    margin-bottom: 43px;
}

.house-desc .img {
    position: absolute;
    left: calc(50% + 310px);
    bottom: -29px;
    display: flex;
    width: 872px;
    max-width: 100%;
    z-index: 2;
}

.house-bnr {
    display: flex;
}

.house-bnr li {
    width: 500px;
    max-width: 100%;
    margin-right: 80px;
    position: relative;
    z-index: 1;
}

.house-bnr li:last-child {
    margin-right: 0;
}

.house-bnr li .house-bnr-tt {
    text-align: center;
    margin-bottom: 16px;
}

.house-bnr li .house-bnr-tt span {
    display: block;
}

.house-bnr li .house-bnr-tt .en {
    font-family: var(--font-archivo);
    font-weight: 900;
    font-size: 24px;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0.05em;
}

.house-bnr li .house-bnr-tt .jp {
    font-weight: bold;
    font-size: 20px;
    color: #d01326;
}

.house-bnr li p {
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
}

.build-left {
    flex-shrink: 0;
}

.build-right {
    margin-left: 10px;
    margin-right: -46px;
    padding: 63px 0px;
    position: relative;
    z-index: 1;
}

.build-right .title-line {
    margin-bottom: 38px;
}

.build-right h3 {
    text-align: right;
    color: #fff;
}

.build-right h3 .jp span {
    background-color: #2d2d2d;
    padding-left: 21px;
    padding-right: 0;
    color: #fff;
}

.build-right h3 .jp::before {
    background-color: #fff;
}

.build-right h3 .en {
    color: #fff;
}

.build-right h4 {
    color: #fff;
    text-align: right;
}

.build-right .desc {
    width: 425px;
    max-width: 100%;
    margin-left: auto;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 37px;
    color: #fff;
}

.build-right .desc span {
    position: relative;
    top: 5px;
}

.build-right .custom-link a {
    margin-left: auto;
    background-color: #000;
    border: 2px solid #000;
}

.build-content {
    position: relative;
    z-index: 1;
    display: flex;
}

.txt-bg {
    position: absolute;
    bottom: 2px;
    right: calc(50% - 938px);
    font-size: 174px;
    line-height: 0.91;
    font-family: var(--font-roboto);
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: 0.015em;
    color: #3c3c3c;
    z-index: -1;
}

.txt-bg span {
    font-size: 115%;
}

.build-bg {
    position: relative;
    z-index: 1;
    padding: 48px 0 0;
    background-color: #3c3c3c;
}

.build-bg::before {
    content: "";
    position: absolute;
    background: url("../images/build-bg.png") center no-repeat;
    width: 891px;
    height: 672px;
    background-size: cover;
    bottom: 0;
    left: calc(50% - 960px);
    z-index: -1;
}

.build-bg::after {
    content: "";
    position: absolute;
    background-color: #2d2d2d;
    width: 100%;
    height: calc(100% - 156px);
    left: 0;
    z-index: -2;
    bottom: 0;
}

.build-bnr {
    width: calc(100% + 4px);
    margin-left: -2px;
    height: 184px;
    border: 4px solid #080102;
    display: flex;
    justify-content: space-between;
    padding: 27px 47px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.2s linear;
}

.build-bnr .img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    margin-bottom: 0;
}

.build-bnr .build-link {
    font-weight: bold;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 265px;
    max-width: 100%;
    height: 73px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.build-bnr .build-link span {
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.build-bnr .build-link span::before {
    content: "";
    position: absolute;
    background: url("../images/ic-arrow-white.png") center no-repeat;
    width: 55px;
    height: 12px;
    background-size: cover;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
}

.build-bnr-tt {
    margin-bottom: 0;
}

.build-bnr-tt span {
    display: block;
}

.build-bnr-tt .en {
    font-size: 44px;
    font-family: var(--font-archivo);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.build-bnr-tt .jp {
    font-size: 22px;
    font-weight: bold;
}

.build-bnr-bg {
    margin-bottom: 68px;
    position: relative;
    z-index: 2;
}

.build-bnr-bg .inner {
    position: relative;
    z-index: 1;
}

.real-content ul {
    display: flex;
}

.real-content ul li {
    position: relative;
    z-index: 1;
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.real-content ul li:last-child {
    margin-right: 0;
}

.real-content ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 18px);
    right: -15px;
    top: 22px;
    z-index: -1;
    background-color: #000;
}

.real-content ul li .custom-link {
    margin-top: auto;
}

.real-bg {
    position: relative;
    padding: 110px 0 120px;
    z-index: 1;
    background-color: #fff;
}

.real-content {
    position: relative;
    z-index: 1;
}

.real-content .title-line {
    margin-bottom: 42px;
}

.real-content .desc {
    font-size: 16px;
    color: #000;
}

.real-content h3 {
    color: #000;
}

.real-content h3 .en {
    font-size: 38px;
    letter-spacing: 0;
}

.real-content h3 .jp::before {
    background-color: #000;
}

.real-content h3 .jp span {
    background-color: #fff;
    letter-spacing: 0;
    padding-right: 10px;
}

.knowledge-tt {
    text-align: center;
}

.knowledge-tt h3 {
    margin-bottom: 50px;
    color: #fff;
}

.knowledge-content ul {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.knowledge-content li {
    position: relative;
    z-index: 1;
    padding: 70px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 540px;
    height: 320px;
    max-width: 100%;
    overflow: hidden;
    transition: 0.2s linear;
}

.knowledge-content li:not(:last-child) {
    margin-right: 20px;
}

.knowledge-content li .btn {
    position: absolute;
    bottom: -1px;
    right: -1px;
    color: #000;
    text-decoration: none;
    height: 63px;
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 45px 5px 48px;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #fff;
    z-index: -1;
    font-family: var(--font-yugothic);
}

.knowledge-content li .btn::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.knowledge-content li .btn::after {
    content: "";
    position: absolute;
    background: url("../images/arrow-red.png") center no-repeat;
    width: 8px;
    height: 13px;
    background-size: cover;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    filter: brightness(0);
}

.knowledge-content li:nth-child(2) a {
    padding: 5px 55px 5px 52px;
}

.knowledge-content li .txt {
    font-family: var(--font-yumincho);
    font-weight: 900;
    font-size: 52px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.knowledge-content .item1::before {
    content: "";
    position: absolute;
    background: url("../images/knowledge-img1.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    width: 0;
    left: 0;
}

.knowledge-content .item2::before {
    content: "";
    position: absolute;
    background: url("../images/knowledge-img2.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    width: 0;
    left: 0;
}

.knowledge-content.aos-animate .item1::before,
.knowledge-content.aos-animate .item2::before {
    width: 100%;
}

.knowledge-content.aos-animate .item1::after,
.knowledge-content.aos-animate .item2::after {
    width: 0;
}

.knowledge-bg {
    padding: 30px 0 50px;
    position: relative;
    z-index: 1;
    background-color: #2d2d2d;
}

.greering-bg {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background-color: #E5EDEB;
}

.greering-bg .title-line h3 .jp span {
    background-color: #E5EDEB;
}

.greering-content {
    display: flex;
}

.greering-left {
    flex-shrink: 0;
    width: 510px;
    max-width: 100%;
    margin-right: 80px;
    margin-top: -23px;
    position: relative;
    z-index: 1;
}

.greering-left .title-line {
    margin-bottom: 37px;
}

.greering-left .desc {
    font-size: 18px;
    margin-bottom: 37px;
    color: #000;
}

.greering-right {
    position: relative;
    z-index: 2;
}

.greering-right p {
    width: 910px;
    flex-shrink: 0;
}

.river {
    position: relative;
    height: 280px;
}

#river-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

#river-slide li {
    flex-shrink: 0;
}

.line-bot {
    border-bottom: 4px solid #054E3C;
}

.txt-address {
    text-align: center;
    color: #fff;
    display: none;
}

.sp375 {
    display: none;
}

.contact-banner li {
    width: calc(50% - 20px);
    border: 2px solid #fff;
    height: 80px;
    position: relative;
    z-index: 1;
}

.contact-banner li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #BABABA transparent;
    bottom: 5px;
    right: 5px;
}

.contact-banner li a {
    width: 100%;
    height: 100%;
    font-size: 40px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
    font-family: var(--font-yumincho);
}

.contact-banner li a span {
    position: relative;
    z-index: 1;
    padding-left: 40px;
    padding-top: 7px;
}

.contact-banner li a span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    left: 0;
    filter: brightness(0) invert(1);
}

.contact-banner li a.contact-banner-call span::before {
    background: url("../images/icon-phone-n.png") center no-repeat;
    width: 33px;
    height: 36px;
    background-size: cover;
    top: 10px;
}

.contact-banner li a.contact-banner-mail span::before {
    background: url("../images/icon-mail-n.png") center no-repeat;
    width: 38px;
    height: 26px;
    background-size: cover;
    left: -8px;
    top: 5px;
}

table.mailform tr th {
    background-color: #000;
}

.aos-animate .anim-img {
    width: 100%;
}

.aos-animate .anim-img::before {
    width: 0;
}

.aos-animate.house-desc::before {
    width: 100%;
}

.works-content li img {
    height: 300px;
}

.anim-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 0;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.41, 0.98);
    transition-timing-function: cubic-bezier(0.86, 0, 0.41, 0.98);
    background-size: cover;
    background-position: 50%;
}

.anim-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.41, 0.98);
    transition-timing-function: cubic-bezier(0.86, 0, 0.41, 0.98);
    background-color: hsla(0deg, 0%, 100%, 0.65);
    z-index: 1;
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.anim-img img {
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
}


.custom-link.st-02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.custom-link.st-02 a {
    text-align: center;
}

/*==========================================================================*/


/*                              F O O T E R                                 */


/*==========================================================================*/

address {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 20px 15px 4px;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-family: var(--font-yugothic);
}

.contact-social {
    display: flex;
}

.contact-social a {
    box-shadow: 2px 0 9px rgba(0, 51, 121, 0.1);
    display: block;
    border-radius: 10px;
}

.contact-social a.line {
    margin-right: 20px;
}

.contact-social a.line img {
    border: 0 !important;
}

.contact-social a img {
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.contact-tt {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.contact-tt h3 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-align: center;
}

.contact-tt .contact-social {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: 0;
}

.ft-contact {
    padding: 50px 0 60px;
    background-color: #3c3c3c;
}

.contact-banner {
    margin-bottom: 45px;
}

.contact-banner ul {
    display: flex;
    align-items: flex-end;
}

.contact-banner ul li:not(:last-child) {
    margin-right: 40px;
}

.contact-link ul {
    display: flex;
}

.contact-link ul li:not(:last-child) {
    margin-right: 30px;
}

.contact-link ul li:not(:last-child) a {
    flex-shrink: 0;
}

.ft-info-bg {
    padding: 70px 0 80px;
    background-color: #d01326;
}

.ft-info-bg>* {
    color: #fff;
}

.ft-info-frame {
    display: flex;
    justify-content: space-between;
}

.ft-info-frame .info-txt {
    width: 500px;
}

.ft-info-frame .info-txt li {
    border-bottom: 1px solid #a70918;
    display: flex;
    padding-bottom: 16px;
}

.ft-info-frame .info-txt li:not(:last-child) {
    margin-bottom: 13px;
}

.ft-info-frame .info-txt li .ttl {
    width: 130px;
    flex-shrink: 0;
}

.ft-info-frame .info-txt li p {
    margin-bottom: 0;
    font-size: 18px;
}

.ft-info-frame .info-img {
    padding-top: 8px;
}

.ft-map {
    height: 500px;
}

.ft-map iframe {
    width: 100%;
    height: 500px;
}

.ft-menu {
    display: flex;
    flex-wrap: wrap;
}

.ft-menu .ft-menu-item {
    width: 250px;
    margin-bottom: 13px;
}

.ft-menu .ft-menu-item:not(:last-child) {
    margin-right: 26px;
}

.sitemap .ft-contact {
    background-color: transparent;
}

.sitemap-tt {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 38px;
    margin-bottom: 40px;
}

.sitemap-tt>* {
    color: #fff;
}

.sitemap-tt h3 {
    font-size: 50px !important;
    font-family: var(--font-yumincho);
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.61em;
}

.sitemap-tt .h3-m {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-yugothic);
}

.sitemap-bg {
    padding: 28px 0;
    background-color: #054E3C;
}

.sitemap-box {
    display: flex;
}

.sitemap-box p {
    width: 340px;
    max-width: 100%;
    height: 55px;
    border: 1px solid #fff;
    margin-bottom: 37px;
}

.sitemap-box p:not(:last-child) {
    margin-right: 30px;
}

.sitemap-box p a {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-family: var(--font-yumincho);
}

.sitemap-menu a {
    color: #fff;
    text-decoration: none;
    font-family: var(--font-yugothic);
}

.sitemap-menu-tt {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 18px;
    color: #fff;
    font-family: var(--font-yumincho);
}

.sitemap-menu-tt a {
    font-family: var(--font-yumincho);
}

.ft-menu-item li {
    font-size: 14px;
    padding-left: 27px;
    position: relative;
    z-index: 1;
}

.ft-menu-item li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    background-color: #fff;
    z-index: -1;
}

.ft-menu-item li:not(:last-child) {
    margin-bottom: 7px;
}

.sitemap-menu {
    margin-bottom: 85px;
}
.h2-content * {
    font-family: var(--font-yumincho);
}
.h2-content {
    display: inline-block;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 800px);
    margin: auto;
    max-width: 830px;
    background-color: rgba(255, 255, 255, .7);
    padding: 20px;
}
.h2-content .row1 p {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.h2-content .row1 .txt1 {
    display: flex;
    align-items: center;
    gap: 5px;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 1); */
    margin-bottom: 30px;
}
.h2-content .row1 > span {
    display: block;
}
.h2-content .row1 .re-style {
    font-size: 140%;
    color: #f7b52c;
}
.h2-content .row1 .box {
    color: #f7b52c;
    background-color: #fff;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); */
    line-height: 1em;
    padding: 5px 15px 3px;
    text-shadow: none;
}

.h2-content .row2 {
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 40px;
}
.h2-content .row2 .re-style {
    font-size: 140%;
    color: #f7b52c;
}
.h2-content .row2 p span {
    display: block;
}
.h2-content .row2 .txt1 {
    font-size: 40px;
    color: #000;
}
.h2-content .row2 .txt2 {
    font-size: 40px;
    color: #000;
}
.h2-content .row2 p {
    line-height: 1.3em;
    margin-bottom: 0;
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 1); */
}
.h2-content .row2 .ttm {
    font-size: 70%;
    text-align: center;
}
.h2-content .row2 .ttm b {
    font-size: 150%;
}
.h2-content .row3 p {
    color: #000;
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1),0 0 5px rgba(0, 0, 0, 1); */
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 900;
}

.h2-content .row4 {
    text-align: center;
}
.h2-content .row4 a {
    width: 400px;
    border-radius: 10px;
    margin: 0 auto;
    line-height: 1.5em;
}

.hd-time p {
    display: block;
    padding: 7px 10px 5px;
    border: solid 1px #fff;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: var(--font-yumincho);
    line-height: 1.3em;
    transition: .2s linear;
}
header .change {
    display: none;
}
header .change-flex {
    display: none;
}
header .change {
    display: block;
}
header .change-flex {
    display: flex;
}
header .base {
    display: none;
}
.list-main-nav li a {
    color: #000;
}
.btn-contact a {
    color: #000;
    border-color: #000;
}
.hd-time p {
    color: #000;
    border-color: #000;
}
/*==========================================================================*/


/*                 F O R   S P E C I F I E D   B R O W S E R                */


/*==========================================================================*/


/* EDGE  */


/* FIREFOX */

@-moz-document url-prefix() {}


/* Safari 10.1+ (which is the latest version of Safari at this time) */