@font-face {
    font-family: 'OtmEikai';
    src: url(../fonts/OtmEikai.otf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-padding-top: 200px;
}

body {
    position: relative;
    font-family: sans-serif;
    /* margin-top: 80px; */
}

body:before {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg_white.jpg) repeat;
    opacity: 0.3; */
}

@media screen and (max-width: 1199px) {
    body {
        margin-top: 70px;
    }
}

/* white */
body a {
    color: #000;
}

/* black */
/* body:not(.home) {
    background: linear-gradient(to right, #000 0%, #db2523 80%, #010515 100%);
}

body:not(.home),
body:not(.home) a {
    color: #fff;
} */

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
}

section {
    position: relative;
}

li {
    list-style: none;
}

img,
video,
canvas {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

canvas {
    background-size: cover !important;
    background-position: center !important;
    vertical-align: bottom;
}

iframe {
    vertical-align: middle;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a[onclick="return false;"] {
    cursor: unset;
}

p {}

input[type="text"],
input[type="email"],
input[type="tel"] {
    border-radius: 5px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #9e9e9e;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    font-size: 15px;
    display: block;
    height: 180px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

select {
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
}

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

    input[type="text"],
    textarea {
        width: 100%;
    }
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    cursor: pointer;
}

.section1 section:not(:last-child) {
    padding-bottom: 100px;
}

.section2 section {
    padding: 140px 100px;
}

.section2 section:first-child {
    margin-top: -80px;
}

.section2 section:nth-child(even) {
    background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
    .section2 section {
        padding: 140px 0;
    }
}

.column1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column1 .column_l {
    width: 70%;
}

.column1 .column_r {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .column1 .column_l {
        width: 100%;
        margin-bottom: 20px;
    }

    .column1 .column_r {
        width: 100%;
    }
}

.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml20 {
    margin-left: 20px;
}

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

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

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

.reverse {
    flex-direction: row-reverse;
}

.red {
    color: #ec8e8e;
}

.white {
    color: #fff;
}

.main_color {
    color: #db2523;
}

.main_bg_color {
    background: #db2523;
}

.sub_color {
    color: #ddd;
}

.sub_bg_color {
    background: #ddd;
}

.scrollhint {
    overflow-x: scroll;
}

/* **************************** */
/* HEADER */
/* **************************** */
.header {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    z-index: 100;
    transition: 0.3s;
    background: rgba(255, 255, 255, 1);
}

.header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
    /* background: #fff; */
    opacity: 1;
}

.header.fixed:before {
    opacity: 0.9;
}

.header a {}

.header__logo {
    display: flex;
    align-items: center;
}

.header__logo img {
    height: 60px;
}

.header__logo a {
    font-size: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    font-family: 'OtmEikai';
    font-weight: normal;
}

.header__logo a span {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 3px;
    color: #db2523;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1.7px;

}

@media screen and (max-width: 768px) {
    .header__logo a {
        font-size: 26px;
    }

    .header__logo a span {
        font-size: 10px;
    }

    .header__logo img {
        height: 50px;
    }
}

.header__navi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.header__navi>ul {
    display: flex;
    flex-wrap: wrap;
}

.header__navi>ul>li {
    position: relative;
    padding: 10px 0 10px;
    line-height: 1.4;
    margin-right: 40px;
}

.header__navi>ul>li.current_page_item a {
    color: #db2523;
}

.header__navi>ul>li>a {
    font-size: 17px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.header__navi>ul>li>a:hover {
    text-shadow: 0 0 5px #fff;
}

.header__navi>ul>li>a span {
    font-size: 10px;
    display: block;
}

/* メニューホバー */
/* .header__navi >ul>li.current_page_item:before, */
.header__navi>ul>li:before {
    position: absolute;
    content: '';
    background: #000;
    width: 0;
    height: 1px;
    border-radius: 100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s;
}

/* .header__navi >ul>li.current_page_item:before, */
.header__navi>ul>li:hover:before {
    /* width: 50px; */
}

@media screen and (max-width: 1199px) {
    .header__navi>ul>li.current_page_item a {
        /* color: #db2523; */
    }

    .header__navi>ul>li.current_page_item:before,
    .header__navi>ul>li:before {
        display: none;
    }
}

/* /メニューホバー */
@media screen and (min-width: 1200px) {
    .header__navi>ul>li:hover ul {
        visibility: visible;
        opacity: 1;
    }
}

.header__navi>ul>li>ul {
    position: absolute;
    right: 0;
    top: 60px;
    background: rgba(36, 59, 137, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 20;
}

.header__navi>ul>li>ul li {
    width: 100%;
}

.header__navi>ul>li>ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.header__navi>ul>li>ul li a {
    color: #fff;
    font-size: 15px;
    padding: 13px;
    display: block;
    text-wrap: nowrap;
}

.header__navi>ul>li>ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-right: 7px;
}

.header__container {
    padding: 0px 0px 0px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .header__container {
        padding: 0;
    }
}

.header__links {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.header__links a:not(:last-child) {
    margin-right: 20px;
}

.header__links img {
    height: 30px;
}

.header__links a i {
    /* background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #db2523;
    font-size: 25px;
}

@media screen and (max-width: 1199px) {
    .header__links {
        margin-top: 20px;
    }
}

.header__button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header__button>a {
    width: 135px;
    height: 100px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1px solid;
}

.header__button>a:nth-child(1) {
    background: #db2523;
    border-color: #db2523;
}

.header__button>a:nth-child(2) {
    background: #333;
    border-color: #333;
}

.header__button>a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    transition: 0.3s;
}

.header__button>a span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header__button>a i {
    font-size: 22px;
    margin-right: 8px;
    width: 100%;
}

.header__button>a:hover {
    color: #db2523;
}

.header__button>a:hover:before {
    transform: translate(0, 0);
}

@media screen and (max-width: 1199px) {
    .header__button {
        z-index: 1;
        position: relative;
        margin-left: 0;
        justify-content: center;
        margin: 20px auto 0;
        width: 100%;
    }

    .header__button>a {
        height: 80px;
    }
}

.hamburger {
    display: none;
}

@media screen and (max-width: 1199px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        min-height: 70px;
        transform: none;
    }

    .header:before {
        /* background: #db2523; */
    }

    .header__logo img {
        height: 40px;
    }

    .header__navi {
        position: fixed;
        top: 0;
        right: 0;
        padding: 140px 30px;
        display: block;
        visibility: hidden;
        width: 40%;
        height: 100%;
        transition: 0.3s;
        z-index: -2;
        pointer-events: none;
    }

    .header__navi:before {
        position: absolute;
        content: '';
        opacity: 0.8;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
    }

    .header__navi>ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .header__navi>ul>li {
        list-style: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        /* border-bottom: 1px solid #ddd; */
        width: 100%;
        margin-right: 0;
        padding: 0;
    }

    .header__navi>ul>li:first-child {
        /* border-top: 1px solid #ddd; */
    }

    .header__navi>ul>li>a {
        font-size: 18px;
        padding: 20px 15px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        display: block;
        color: #000;
        text-align: left;
    }

    .header__navi>ul>li>ul {
        width: 100%;
        position: static;
        transition: none;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .header__navi>ul>li>ul.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .header__navi>ul>li>ul>li>a {
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 14px;
    }

    .hamburger {
        transition: all 0.3s;
        cursor: pointer;
        padding: 12px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background: #db2523;
        height: 55px;
        width: 55px;
        position: absolute;
        top: 10px;
        right: 10px;
        /* border-radius: 7px; */
    }

    .hamburger span {
        transition: all 0.3s;
        box-sizing: border-box;
        height: 3px;
        width: 100%;
        float: left;
        position: relative;
        border-radius: 50px;
        background: #fff;
    }

    /* メニュークリック */
    .header__navi {
        /* right: -100%; */
        opacity: 0;
    }

    .header__navi.open {
        /* right: 0; */
        visibility: visible;
        pointer-events: all;
        opacity: 1;
    }

    .hamburger.open span:nth-child(1) {
        transform: rotate(135deg);
        margin-top: 11px;
    }

    .hamburger.open span:nth-child(2) {
        display: none;
    }

    .hamburger.open span:nth-child(3) {
        transform: rotate(-135deg);
        margin-top: -23px;
    }
}

@media screen and (max-width: 768px) {
    .header__navi {
        width: 100%;
    }
}

/* **************************** */
/* FOOTER */
/* **************************** */

.footer {
    position: relative;
    z-index: 3;
    background: #F4F4F4;
}

body:not(.home) .footer {
    margin-top: 110px;
}

.footer a {
    /* color: #fff; */
}

.copyright {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    background: #333;
    color: #fff;
}

.footer__container {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer__info {
    width: 38%;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .footer__info {
        width: 100%;
        margin-bottom: 40px;
    }
}

.footer__logo {
    margin-bottom: 20px;
    line-height: 1;
}

.footer__logo img {
    height: 100px;
}

.footer__logo h3 {
    font-family: 'OtmEikai';
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 5px;
}

.footer__logo h3 span {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 3px;
    color: #db2523;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1.7px;
}

@media screen and (max-width: 480px) {
    .footer__logo {
        text-align: center;
    }

    .footer__logo img {
        height: 100px;
    }
}

.footer__text p:not(:last-child) {
    margin-bottom: 5px;
}

.footer__text p i {
    color: #db2523;
    margin-right: 5px;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer__links>li:not(:last-child) {
    margin-right: 20px;
}

.footer__links i {
    font-size: 40px;
}

.footer__links img {
    width: 40px;
    border-radius: 10px;
}

.footer__navi {
    width: 28%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__navi h3 {
    font-weight: bold;
    font-size: 19px;
    display: block;
    /* border-bottom: 1px solid #707070; */
    /* padding-bottom: 3px; */
}

.footer__navi h3:before {
    /* font-family: "Font Awesome 5 Free"; */
    content: '・';
    font-weight: 900;
    margin-right: 10px;
    color: #fff;
}

.footer__navi>ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.footer__navi ul li .child {
    margin-top: 10px;
}

.footer__navi ul li a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 1.2;
}

.footer__navi>ul>li>a:before {
    /* font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
    margin-right: 10px; */
}

/* .footer__navi ul li a:before {
    position: absolute;
    content: '';
    background: #333;
    width: 7px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
} */

.footer__navi ul li a span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #db2523;
}

@media screen and (max-width: 768px) {
    .footer__navi>ul {
        justify-content: space-between;
    }
}

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

    .footer__navi>ul {
        width: 100%;
    }

    .footer__navi>ul:not(:last-child),
    .footer__navi>ul>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer__navi h3 {
        font-size: 17px;
    }
}

/* 子メニュー */
.footer__navi ul li ul {}

.footer__navi ul li ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__navi ul li ul li a {
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}

.footer__navi ul li ul li a:before {
    position: absolute;
    content: '■';
    top: 2px;
    left: 0;
    color: #db2523;
    font-size: 11px;
}

.footer__contact {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    display: block;
}

.footer__contact:before,
.footer__contact:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer__contact:before {
    background: url(../images/bg1.jpg) center / cover;
}

.footer__contact:after {
    background: #000;
    opacity: 0.5;
}

.footer__contact,
.footer__contact a {
    color: #fff;
}

.footer__contact-box {
    border: 2px solid #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__contact-box>div:first-child {
    width: 50%;
    border-right: 1px solid #fff;
}

.footer__contact-box>div:last-child {
    width: 50%;
}

.footer__contact-tel {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

.footer__contact-tel span {
    font-size: 34px;
}

.footer__contact-tel i {
    margin-right: 15px;
    font-size: 35px;
}

.footer__contact-tel img {
    width: 60px;
    margin-right: 15px;
}

.footer__contact-button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.footer__contact-button a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.footer__contact-button a:after {
    position: absolute;
    content: '';
    background: #db2523;
    width: 100px;
    height: 100px;
    bottom: -60px;
    right: -60px;
    transform: rotate(45deg);
}

.footer__contact-button a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__contact-button a i {
    margin-right: 20px;
    font-size: 40px;
}

.footer__contact-button a:hover:before {
    opacity: 0.3;
}

.footer__contact-sns a {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .footer__contact:before {
        background-attachment: scroll;
    }

    .footer__contact-box>div:first-child {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .footer__contact-box>div:last-child {
        width: 100%;
    }

    .footer__contact-tel {
        font-size: 1%;
    }

    .footer__contact-tel img {
        width: 40px;
    }

    .footer__contact-tel span {
        font-size: 28px;
    }

    .footer__contact-tel i {
        font-size: 25px;
    }

    .footer__contact-button a {
        padding: 40px 10px;
    }

    .footer__contact-button a i {
        margin-right: 12px;
        font-size: 28px;
    }
}


.main {
    position: relative;
}

.inner {
    max-width: 1150px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.inner_left {
    margin-left: 10.5%;
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .inner_left {
        margin-left: 6.5%;
    }

    .inner {
        width: 90%;
    }
}

/* **************************** */
/* SINGLE */
/* **************************** */
.single article {
    margin-bottom: 70px;
}

.single-container {
    /* padding: 0px 145px; */
}

/* 見出しの後の余白を調整 */
.single-container h1+br,
.single-container h2+br,
.single-container h3+br,
.single-container h4+br,
.single-container h5+br,
.single-container h6+br {
    display: none;
}


.single-title {
    font-size: 26px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
    line-height: 1;
    padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .single-title {
        font-size: 22px;
    }
}

.single-date {
    font-family: sans-serif;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}

.single-thumbnail {
    text-align: center;
    margin-bottom: 80px;
}

.single-thumbnail canvas {
    width: 60%;
    height: 30vw;
}

.single-content {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .single-thumbnail canvas {
        width: 90%;
        height: 50vw;
    }
}

.single-pagination {
    display: flex;
    justify-content: center;
}

.single-pagination a {
    padding: 20px 10px;
    margin: 0 15px;
    background: #db2523;
    border-radius: 100px;
    min-width: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.single-pagination a:hover {
    opacity: 0.7;
}

.single-pagination a span {
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .single-pagination a {
        font-size: 12px;
        padding: 10px 12px;
    }
}

.single-list>li:not(:last-child) {
    margin-bottom: 20px;
}

.single-list>li h3 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid;
}

.single-list>li>ul {
    font-size: 13px;
}

.category_list {
    display: flex;
}

.category_list>li:not(:last-child) {
    margin-right: 10px;
}

.category_list>li>a {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    background: #f6f6f6;
    color: #555;
}

/* **************************** */
/* ARCHIVE */
/* **************************** */
.archive-button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.archive-button:before,
.archive-button:after {
    content: '';
    width: 24%;
}

.archive-button:before {
    order: 1;
}

.archive-button>li {
    width: 24%;
    margin-bottom: 15px;
}

.archive-button>li a {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.archive-button>li a:hover {
    background: #db2523;
}

@media screen and (max-width: 768px) {
    .archive-button>li {
        width: 48.5%;
    }
}

.archive-pagination01 {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.archive-pagination01 .page-numbers {
    border: 1px solid #db2523;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-pagination01 .page-numbers:not(.next):not(.prev) {
    width: 35px;
    height: 35px;
}

.archive-pagination01 .page-numbers.next,
.archive-pagination01 .page-numbers.prev {
    width: 80px;
}

.archive-pagination01 .current {
    color: #fff;
    border: 1px solid #000;
    background: #db2523;
}

.archive-pagination02 {
    display: flex;
    justify-content: center;
}

.archive-pagination02 .page-numbers {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive-pagination02 .current {
    text-decoration: underline;
}

.archive-list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive-list01 li {
    width: 100%;
}

.archive-list01 li a {
    border-bottom: 1px dotted #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.archive-list01 li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.archive-list01 li p {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.archive-list02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive-list02 li {
    width: 100%;
}

.archive-list02 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #db2523;
    padding: 20px 0;
}

.archive-list02 li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.archive-list02 li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.archive-list02 li p {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.archive-list03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive-list03:before {
    width: 23.5%;
    content: '';
    order: 1;
}

.archive-list03:after {
    width: 23.5%;
    content: '';
}

.archive-list03>li {
    width: 23.5%;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    transform: scale(1);
    transition: 0.3s;
}

.archive-list03 li a {
    font-size: 14px;
}

.archive-list03__thumbnail {
    height: 120px;
    overflow: hidden;
}

.archive-list03__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-list03__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: 100%;
}

.archive-list03__logo:before {
    position: absolute;
    content: '';
    background: #db2523;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.3;
}

.archive-list03__logo img {
    width: 100px;
    z-index: 1;
}

.archive-list03__logo span {
    position: relative;
    z-index: 1;
}

.archive-list03__logo {
    transform: scale(1);
    transition: 0.3s;
}

.archive-list03 li:hover {
    transform: scale(1.05);
}

.archive-list03 li time {
    font-size: 12px;
    width: 100%;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0 15px;
}

.archive-list03__title {
    background: #db2523;
    padding: 18px 10px;
}

.archive-list03__title h3 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-list03__text {
    padding: 20px 20px;
    background: #db2523;
}

.archive-list03__text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .archive-list03 li {
        width: 48%;
    }

    .archive-list03__thumbnail {
        height: 23vw;
    }
}

@media screen and (max-width: 768px) {
    .archive-list03 {
        width: 80%;
        margin: auto;
    }

    .archive-list03 li {
        width: 100%;
    }

    .archive-list03__thumbnail {
        height: 37vw;
    }
}

.archive-list--3col>li {
    width: 29.5%;
    margin-bottom: 80px;
}

.archive-list--3col:after {
    width: 29.5%;
}

@media screen and (max-width: 768px) {
    .archive-list--3col>li {
        width: 100%;
    }
}

/* **************************** */
/* BREADCRUMBS */
/* **************************** */

.breadcrumbs {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
    padding: 10px 0;
    font-weight: bold;
}

.breadcrumbs p {
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .breadcrumbs p {
        font-size: 10px;
    }
}

/* **************************** */
/* SITEMAP */
/* **************************** */
.sitemap>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sitemap>ul>li {
    border: 2px solid;
    width: 49%;
    margin-bottom: 30px;
}

.sitemap>ul>li a {
    padding: 20px 60px 20px 30px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
}

.sitemap>ul>li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    transition: 0.3s;
    position: absolute;
    right: 30px;
}

.sitemap>ul>li a:hover:after {
    right: 10px;
}

.sitemap>ul>li>ul>li {
    border-top: 2px dotted #db2523;
}

.sitemap>ul>li>a+ul {
    /* background: #eee; */
}

@media screen and (max-width:1024px) {
    .sitemap>ul>li {
        width: 100%;
    }

    .sitemap>ul>li a {
        padding: 20px 70px 20px 30px;
    }
}

/* **************************** */
/* CONTACT */
/* **************************** */

.contact {
    margin-top: 60px;
}

.contact table {
    margin-bottom: 80px;
}

.contact_button {
    text-align: center;
}

.contact_button input {
    margin: 10px;
}

.contact_button .wpcf7-spinner {
    position: absolute;
}

.contact input[type="submit"],
.contact input[type="button"],
.contact button {
    cursor: pointer;
    transition: 0.5s;
    padding: 10px 50px !important;
    font-size: 20px;
    color: #fff;
    appearance: button;
    -webkit-appearance: none;
    background: #db2523;
    border: 2px solid #db2523;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}

.contact input[type="submit"]:hover,
.contact input[type="button"]:hover,
.contact button:hover {
    color: #db2523;
    background: #fff;
}

.required {
    color: #ff3535;
}

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

.error404_button {
    font-weight: bold;
    padding: 10px 60px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    margin-top: 60px;
    background: #db2523;
}

.error404_button:hover {
    opacity: 0.7;
}

/* **************************** */
/* TOP MAIN VISUAL */
/* **************************** */
.top-main-visual {
    position: relative;
}

.top-main-visual {
    height: 660px;
}

.top-main-visual:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
}

.top-main-visual video {
    width: 100%;
    height: 100%;
    /* height: 700px; */
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .top-main-visual {
        height: 450px;
    }
}

.top-main-visual__text01 {
    position: absolute;
    bottom: 110px;
    right: 160px;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    width: 440px;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    font-family: "Zen Kurenaido", sans-serif;
}

.top-main-visual__text01 h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
}

.top-main-visual__text01 p {
    font-size: 18px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .top-main-visual__text01 {
        width: 330px;
        bottom: 10px;
        right: 10px;
    }

    .top-main-visual__text01 h2 {
        font-size: 24px;
    }

    .top-main-visual__text01 p {
        font-size: 14px;
    }
}

.top-main-visual__text02 {
    position: absolute;
    top: 150px;
    left: 110px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    border-left: 1px solid;
    padding-left: 10px;
}

.top-main-visual__text02 h2 {
    font-size: 40px;
    margin-bottom: 8px;
    font-family: 'OtmEikai';
    font-weight: normal;
}

.top-main-visual__text02 p {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .top-main-visual__text02 {
        top: 100px;
        left: 20px;
    }

    .top-main-visual__text02 p {
        font-size: 22px;
    }

    .top-main-visual__text02 h2 {
        font-size: 30px;
    }
}

.top-main-visual__image {
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

.top-main-visual__slider {
    display: none;
}

.top-main-visual__slider.slick-initialized {
    display: block;
}

.top-main-visual__image img {
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .top-main-visual__image img {
        height: 550px;
    }
}

.scroll01 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 1;
    writing-mode: sideways-lr;
    padding-bottom: 100px;
    text-transform: capitalize;
}

.scroll01 a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.scroll01 a:first-letter {
    color: #db2523;
}

.scroll01:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 2px;
    height: 100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.scroll02 {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 1;
    writing-mode: vertical-rl;
    text-transform: uppercase;
}

.scroll02 a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-left: 6px solid;
    padding-bottom: 20px;
}

.mw_wp_form_confirm .confirm-none {
    display: none;
}

.contact-form {
    margin-top: 60px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

.contact-form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form dl:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.contact-form dl dt {
    width: 25%;
    font-weight: bold;
    padding: 20px;
    background: #333;
    color: #fff;
}

.contact-form dl dd {
    width: 75%;
    padding: 20px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .contact-form dl dt {
        width: 100%;
    }

    .contact-form dl dd {
        width: 100%;
    }
}

body#contact .wpcf7-spinner {
    position: absolute;
}

/* **************************** */
/* PRIVACYPOLICY */
/* **************************** */
.page-privacypolicy ul {
    margin-top: 60px;
    margin-bottom: 30px;
}

.page-privacypolicy ul>li {
    font-size: 15px;
}

.page-privacypolicy ul>li:not(:last-child) {
    margin-bottom: 50px;
}

.page-privacypolicy ul>li h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #db2523;
}

.privacy_contact dl {
    display: flex;
    flex-wrap: wrap;
}

.privacy_contact dl:not(:last-child) {
    margin-bottom: 20px;
}

.privacy_contact dl dt {
    width: 140px;
}

.privacy_contact dl dd {}

@media screen and (max-width: 768px) {
    .privacy_contact dl dt {
        width: 100%;
    }
}

/* **************************** */
/* TOP NEWS */
/* **************************** */
.top-news {
    padding: 60px 0 80px;
}

.top-news:before {
    /* position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7; */
}

@media screen and (max-width: 1024px) {
    .top-news {}
}

/* **************************** */
/* NEWS LIST */
/* **************************** */
.news-list-thumbnail-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    width: 100%;
    height: 100%;
}

.news-list-thumbnail-logo:before {
    position: absolute;
    content: '';
    background: #db2523;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
}

.news-list-thumbnail-logo img {
    width: 100px;
    z-index: 1;
}

.news-list-thumbnail-logo span {
    position: relative;
    z-index: 1;
}

.news-list-thumbnail-logo {
    transform: scale(1);
    transition: 0.3s;
}

.news-list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list01>li {
    width: 100%;
    border-bottom: 1px dotted #ababab;
    padding-bottom: 15px;
}

.news-list01>li:not(:last-child) {
    margin-bottom: 10px;
}

.news-list01>li time {
    font-size: 13px;
    width: 100%;
    display: block;
    line-height: 1;
}

.news-list01>li h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.news-list01>li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}

.news-list02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list02>li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.news-list02>li:after {
    color: #db2523;
    content: '→';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    font-size: 24px;
}

.news-list02>li>a {
    padding: 20px 60px 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list02>li>a:hover {
    background: #eee;
}

.news-list02__thumbnail {
    width: 15%;
    height: 100px;
}

.news-list02__thumbnail>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list02__text {
    width: 82%;
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

.news-list02>li time {
    font-size: 12px;
    width: 100%;
    display: block;
    line-height: 1;
    color: #db2523;
    font-weight: bold;
}

.news-list02>li h3 {
    font-size: 17px;
    font-weight: bold;
}

.news-list02>li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .news-list02>li>a {
        padding: 0px 25px 0px 0px;
    }

    .news-list02__thumbnail {
        width: 32%;
        height: 80px;
    }

    .news-list02__text {
        width: 67%;
        padding-left: 10px;
    }

    .news-list02>li:after {
        right: 0;
    }

    .news-list02>li h3 {
        font-size: 14px;
    }
}

.news-list-image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list-image:after {
    width: 30%;
    content: '';
}

.news-list-image>li {
    width: 30%;
    margin-bottom: 20px;
    border: 1px solid #db2523;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(1);
    transition: 0.3s;
}

.news-list-image li a {
    font-size: 14px;
}

.news-list-image__thumbnail {
    height: 170px;
    overflow: hidden;
}

.news-list-image__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-image li:hover {
    transform: scale(1.05);
}

.news-list-image li time {
    font-size: 13px;
    width: 100%;
    display: block;
    line-height: 1;
}

.news-list-image__text {
    font-size: 16px;
    padding: 12px;
}

@media screen and (max-width: 991px) {
    .news-list-image li {
        width: 48%;
    }

    .news-list-image__thumbnail {
        height: 23vw;
    }
}

@media screen and (max-width: 768px) {
    .news-list-image {
        width: 85%;
        margin: auto;
    }

    .news-list-image>li {
        width: 100%;
    }

    .news-list-image__text {
        padding: 13px;
        width: 100%;
        font-size: 14px;
    }

    .news-list-image li time {
        width: 100%;
        font-size: 14px;
    }

    .news-list-image__thumbnail {
        height: 55vw;
    }
}

.news-category01 {
    display: flex;
}

.news-category01 li {}

.news-category01 li:not(:last-child) {
    margin-right: 10px;
}

.news-category01 li a {
    font-size: 12px;
    background: #db2523;
    color: #fff;
    line-height: 1;
    padding: 5px 7px;
    display: inline-block;
    font-weight: bold;
    border-radius: 100px;
}

.news-category02 {
    display: flex;
    margin-bottom: 15px;
}

.news-category02 li {
    color: #db2523;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
}

.news-category02 li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f02b';
    font-weight: 900;
    margin-right: 4px;
}

.news-category02 li:not(:last-child) {
    margin-right: 10px;
}

.news-category02 li a {
    color: #db2523;
}


/* **************************** */
/* TOP */
/* **************************** */
.top-about:before,
/* .top-service:before, */
.top-news:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* **************************** */
/* TOP ABOUT */
/* **************************** */
.top-about {
    overflow: hidden;
    padding: 70px 0 120px;
}

@media screen and (max-width: 768px) {
    .top-about {
        padding: 120px 0 70px;
    }
}

.t-about-box01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    flex-direction: row-reverse;
}

.t-about-box01__image {
    width: 54%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t-about-box01__image img {
    width: 100%;
    height: 35vw;
    position: relative;
    object-fit: cover;
    box-shadow: 2px 5px 8px #999;
}

.t-about-box01__image img:nth-child(2) {
    margin-top: 100px;
}

.t-about-box01__text {
    width: 42%;
    position: relative;
    padding-top: 47px;
}

.t-about-box01__text p {
    font-weight: bold;
    font-size: 19px;
}

.t-about-box01__text:before {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.9; */
}

@media screen and (max-width: 1024px) {
    .t-about-box01__image {
        width: 100%;
    }

    .t-about-box01__image img {
        height: 60vw;
    }

    .t-about-box01__text {
        width: 100%;
        padding: 30px 20px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .t-about-box01__text p {
        font-size: 16px;
    }
}

/* **************************** */
/* TOP SERVICE */
/* **************************** */
.top-service {
    padding: 60px 0 60px;
}

.top-service,
.top-service a {
    color: #fff;
}

.top-service:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    opacity: 0.6;
}

.top-service__text {
    padding: 40px 0;
}

@media screen and (max-width: 1024px) {
    .top-service {}
}

.t_service_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t_service_1>li {
    width: 300px;
    height: 300px;
    transform: scale(1);
    transition: 0.3s;
    background: #fff;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.t_service_1>li:hover {
    transform: scale(1.05);
}

.t_service_1>li a {
    display: block;
    height: 100%;
}

.t_service_1>li a:hover {
    opacity: 1;
}

.t_service_1>li .content {
    height: 100%;
}

.t_service_1 .image {
    text-align: center;
    height: 100%;
}

.t_service_1>li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_service_1 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    text-align: center;
}

.t_service_1 .text h3 {
    font-size: 35px;
}

@media screen and (max-width: 768px) {
    .t_service_1>li {
        margin: 0 auto 30px;
    }
}

.t_service_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t_service_2:after {
    content: '';
    width: 30%;
}

.t_service_2>li {
    width: 47%;
    transform: scale(1);
    transition: 0.3s;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.t_service_2>li a {
    display: block;
    position: relative;
}

.t_service_2>li a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    transition: 0.3s;
}

.t_service_2>li a:after {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    width: 96%;
    height: 93%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_service_2>li a:hover:before {
    opacity: 0;
}

.t_service_2>li a:hover {
    opacity: 1;
}


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

.t_service_2>li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.t_service_2 .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.t_service_2 .text h3 {
    font-size: 34px;
    color: #fff;
    background: #db2523;
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
}

.t_service_2 .text p {
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .t_service_2 .text h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .t_service_2>li {
        width: 100%;
    }

    .t_service_2>li:not(:last-child) {
        margin-bottom: 40px;
    }

    .t_service_2 .text p {
        font-size: 13px;
    }
}

.t_service_3 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.t_service_3>li {
    flex: 0 0 16.66%;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .t_service_3>li {
        flex: 0 0 25%;
        padding: 10px 5px;
        font-size: 12px;
    }
}

/* **************************** */
/* TOP NEWS */
/* **************************** */
.top-news {}

/* **************************** */
/* FAQ */
/* **************************** */
.faq_list dl {
    border: 1px solid #A2A2A2;
}

.faq_list dl:not(:last-child) {
    margin-bottom: 40px;
}

.faq_list dt {
    cursor: pointer;
    padding: 30px;
    background: #fff;
    display: flex;
    align-items: center;
}

.faq_list dd {
    display: none;
    background: #fafafa;
    padding: 40px;
}

.faq_list dd>div {
    display: flex;
}

.faq_list dt:before,
.faq_list dd>div:before {
    font-size: 50px;
    margin-right: 40px;
    line-height: 1;
}

.faq_list dt:before {
    content: 'Q';
    color: #db2523;
}

.faq_list dd>div:before {
    content: 'A';
    color: #db2523;
}

@media screen and (max-width: 768px) {
    .faq_list dt {
        padding: 30px 10px 30px 20px;
    }

    .faq_list dd {
        padding: 30px 20px;
    }

    .faq_list dt:before,
    .faq_list dd>div:before {
        font-size: 30px;
        margin-right: 15px;
    }
}

.googlemap iframe {
    width: 100%;
    height: 500px;
}

/* **************************** */
/* WORKS */
/* **************************** */
.top-works {
    background: #f5f5f5;
    overflow: hidden;
    padding: 110px 0;
}

.top-works__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
}

.top-works__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .top-works__image:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
} */

.top-works__slider {
    background: #fff;
    padding: 60px 0px 110px;
}

@media screen and (max-width: 768px) {
    .top-works {
        padding: 80px 0;
    }

    .top-works__slider {
        padding: 30px 0px 90px;
    }
}

/* **************************** */
/* OTHER */
/* **************************** */
.about-name {
    text-align: right;
    font-size: 23px;
    font-family: 'OtmEikai';
    margin-top: 20px;
}