@charset "UTF-8";

@font-face {
    font-family: themify;
    src: url(../font/themify/themify.eot7-fvbane);
    src: url(../font/themify/themify.eot7#iefix-fvbane) format("embedded-opentype"), url(../font/themify/themify.woff7-fvbane) format("woff"), url(../font/themify/themify.ttf7-fvbane) format("truetype"), url(../font/themify/themify.svg7-fvbane#themify) format("svg");
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 16px;
    font-family: "YakuHanJP", dnp-shuei-mgothic-std, sans-serif;
}

section {
    padding-top: 70px;
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    section {
        padding-top: 50px;
    }
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.inner h2 {
    font-size: 30px;
}

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

a {
    text-decoration: none;
    color: #000;
}

p {
    line-height: 1.5;
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none;
}

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

.page-title h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #0d2870;
    margin-top: 50px;
    border-bottom: 1px solid #0d2870;
}

h1 {}

.page-title h1 span {
    display: inline;
    font-size: 14px;
    letter-spacing: 3px;
    padding-left: 10px;
}

h2 {
    font-size: 31px;
    color: #022a7f;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

h2::before {
    /* content: ''; */
    display: block;
    width: 147px;
    height: 3px;
    background-color: #022a7f;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }

    h2::before {
        width: 100px;
    }
}

h3 {
    font-size: 24px;
    line-height: 37px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    h3 {
        font-size: 20px;
    }
}

.btn {
    text-align: center;
}

.btn a {
    background-color: #022a7f;
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 38px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
    border: 1px solid #022a7f;
    text-align: center;
}

.btn a::after {
    content: '\e649';
    /* font-family: 'FontAwesome'; */
    font-family: 'themify';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.btn a:hover {
    background-color: #fff;
    color: #022a7f;
}

.totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    visibility: visible;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
    border-radius: 50%;
}

.totop.is-show {
    visibility: visible;
}

.totop i {
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
    font-size: 50px;
    background-color: #022a7f;
    border-radius: 50%;
    color: #fff;
}

.totop i:hover {
    color: #022a7f;
    background-color: #fff;
}

.fv {
    height: 350px;
    background-size: cover;
    background-position: center;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.header-inner {
    height: 80px;
}

.header__left {
    padding-left: 20px;
    padding-top: 0px;
}

.header__left__catchcopy {
    font-size: 11px;
    text-align: center;
}

.header__left__title {
    margin-top: 5px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.header__left__title:hover {
    opacity: 0.7;
}

.header__left__title .logo {
    width: 200px;
    margin-right: 20px;
}

.header__left__title .name {
    font-size: 22px;
}

.header__right {
    margin-left: auto;
    height: 80px;
    margin-right: 1em;
}

.header__right__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__right__menu li {
    margin-right: 15px;
}

.header__right__menu li a {
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.header__right__menu li a:hover {
    opacity: 0.7;
}

.header__right__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #545454;
    width: 150px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.header__right__btn a:hover {
    opacity: 0.7;
}

.header__right__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__right__btn li:nth-child(1) a {
    background-color: #022a7f;
}

.header__right .icon {
    margin-right: 10px;
    width: 35px;
}

@media screen and (max-width: 1024px) {
    .header-inner {
        height: 90px;
        padding-top: 20px;
    }

    .header__left {
        padding-left: 10px;
    }

    .header__left__catchcopy {
        font-size: 10px;
    }

    .header__left__title .logo {
        width: 100px;
    }

    .header__left__title .name {
        font-size: 18px;
    }

    .header__right .icon {
        width: 20px;
    }

    .header__right__menu li {
        margin-right: 15px;
    }

    .header__right__btn {
        position: fixed;
        top: 0;
        right: 0;
    }

    .header__right__btn a {
        width: 100%;
        height: 30px;
        padding: 0 10px;
    }

    .header__right__btn a .tab {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .burger-btn {
        display: block;
        width: 39px;
        height: 39px;
        position: relative;
        z-index: 3;
        border: none;
        cursor: pointer;
        cursor: hand;
    }

    .bar {
        width: 20px;
        height: 1px;
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #000;
    }

    .bar__top {
        top: 10px;
    }

    .bar__mid {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .bar__bottom {
        bottom: 10px;
    }

    .burger-btn.close .bar__top {
        -webkit-transform: translate(-50%, 10px) rotate(45deg);
        transform: translate(-50%, 10px) rotate(45deg);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .burger-btn.close .bar__mid {
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .burger-btn.close .bar__bottom {
        -webkit-transform: translate(-50%, -8px) rotate(-45deg);
        transform: translate(-50%, -8px) rotate(-45deg);
    }

    .header__right__menu {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .header-nav {
        width: 100%;
        height: 100vh;
        background-color: #eee;
        z-index: 2;
        position: relative;
    }

    .header-nav ul {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .header-nav li {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .header__right__btn a {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .header__left__title .name {
        font-size: 15px;
    }

    .header__left__catchcopy {
        font-size: 10px;
        letter-spacing: -0.08em;
    }
}


footer .footer__top .contact_n1 {
    flex: 0 0 33%;
}

footer .footer__top .contact_n1 h2 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.16em;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

footer .footer__top .contact_n1 p {
    font-size: 18px;
    text-align: center;
}

footer .footer__top .contact_n2 {
    flex: 0 0 33%;
}

footer .footer__top .contact_n3 {
    flex: 0 0 33%;
}

footer .footer__top a.btnTel {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

footer .footer__top a.btnTel:hover {
    border-bottom: #14357b 1px solid;
}

footer .footer__top a.btnTel:before {
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f095";
    font-size: 25px;
    padding-right: 10px;
}

footer .footer__top a.btnMail {
    color: #242e76;
    background: #fff;
    border-color: #14357b;
    text-align: center;
    font-size: 25px;
    line-height: 1.8;
    border-radius: 1.5em;
    padding: 5px 0;
    height: 55px;
}

footer .footer__top a.btnMail:hover {
    color: #fff;
    background: #242e76;
    border: #fff 2px solid;
}

footer .footer__top a.btnMail:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f0e0";
    font-size: 20px;
    padding-right: 10px;
}




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

    footer .footer__top .wrap {
        flex-flow: column;
    }

    footer .footer__top .contact_n1 {
        flex: 0 0 100%;
    }
}





footer .footer__2cnd {
    width: 100%;
    /* height: 100%; */
    background-color: #242e76;
    color: #fff;
    z-index: 9999;
}

footer .footer__2cnd .wrap {
    width: 100%;
    display: flex;
    /*     max-width: 1200px; */
    /*     margin: 0 auto; */
    display: flex;
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    justify-content: space-between;
    align-items: center;
    align-items: center;
    padding: 0 5%;
}

footer .sitemap__list>li>dl>dt:before {
    opacity: .28;
}

footer .sitemap__list>li>dl>dt a {
    opacity: 1;
}

footer .footer__left {
    /*     position: absolute; */
    /*     width: 20.2142857143vw; */
    flex: 0 0 20.14285743vw;
    height: 100%;
    /* left: 0; */
    /* bottom: 0; */
    /*     background-color: #242e76; */
    /* background-color: var(--colorB); */
}

footer .footer__left .logo {
    /* position: absolute; */
    /*     width:100%; */
    /* left: 0%; */
    /* top: 00%; */
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
}

footer .footer__left .logo span {
    display: block;
    text-indent: -9999px;
    height: 0;
    padding-top: calc(67 / 205 * 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/logo_footer_w.svg");
}

@media (prefers-color-scheme: light) {
    footer .footer__left .logo span {
        background-image: url("../img/logo_footer_w.svg");
        background-size: 180px;
    }
}

@media (prefers-color-scheme: dark) {
    footer .footer__left .logo span {
        background-image: url("../img/logo_footer_w.svg");
    }
}

footer .footer__left .ship {
    text-align: center
}

footer .footer__left .address {
    text-align: center
}

footer .footer__left .map {
    text-align: center
}

footer .footer__left .copy {
    text-align: center;
    padding: 20px 0;
    /* position: absolute; */
    /* font-size: 10px; */
    /* letter-spacing: 0.1em; */
    /* color: #fff; */
    /* color: var(--colorW); */
    /* bottom: 55px; */
    /* left: 50%; */
    /* transform: translateX(-50%) scale(0.9); */
    /* -webkit-transform: translateX(-50%) scale(0.9); */
}

footer .footer__sitemap {
    /* padding-left: 25.4285714286vw; */
    /* padding-right: 11.0714285714vw; */
    /* padding-left: 2vw; */
    /* padding-right: 2vw; */
    padding-top: 73px;
    padding-bottom: 45px;
    flex: 0 0 70%;
    color: var(--colorW);
    text-align: left;
    background-color: #242e76;
    /* background-color: var(--bgFooter); */
}

footer .footer__sitemap a {
    color: #fff;
    color: var(--colorW);
}

footer .footer__sitemap .sitemap__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer .footer__sitemap .sitemap__list>li {
    width: calc((100% - 80px) / 5);
}

footer .footer__sitemap .sitemap__list>li>dl>dd {
    opacity: 1;
}

footer .footer__sitemap .sitemap__list--sub {
    opacity: 1;
}

footer .footer__sitemap .sitemap__list--sub:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    background-color: #fff;
    background-color: var(--colorW);
    opacity: .28;
}

footer .pageTop {
    position: fixed;
    bottom: 10px;
    width: 50px;
    top: 90%;
    height: 50px;
    right: 10px;
    background-color: #000;
    background-color: var(--colorBlue);
    cursor: pointer;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate3d(0, 100%, 0);
}

footer .pageTop:before {
    position: absolute;
    left: 36%;
    right: 36%;
    font-size: 15px;
    line-height: 50px;
    content: '\f077';
    color: #fefefe;
    font-family: 'Font Awesome 6 pro';
}



footer .pageTop:before {
    transform: translate3d(0, 0, 0);
    transition-duration: 0s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .pageTop:after {
    transform: translate3d(0, 100%, 0);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

@media (prefers-color-scheme: light) {
    /*     footer .pageTop span:before,
    footer .pageTop span:after {
        background-image: url("../img/pageTop--w.svg");
        font-family: 'themify';
        content: '△';
        color: rgb(255 255 255);
        font-family: 'Font Awesome 6 pro';
        font-size: 15px;
        z-index: 99999;
    } */
}

@media (prefers-color-scheme: dark) {

    footer .pageTop span:before,
    footer .pageTop span:after {
        background-image: url("../img/pageTop--b.svg");
    }
}

footer .pageTop:hover span::before,
footer .pageTop:active span::before {
    transform: translate3d(0, -100%, 0);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .pageTop:hover span::after,
footer .pageTop:active span::after {
    /* transform: translate3d(0, 0, 0); */
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

footer .pageTop.show {
    transform: translate3d(0, 0, 0);
}

footer .pageTop.active {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: -90px;
}



#top {
    /*
----------------- ファーストビュー */
    /*
----------------- 商品紹介 */
}

#top .fv {
    height: 100%;
    padding-top: 0;
}

#top .fv img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
    border-radius: 1.5em;
    padding: 1em;
}

#top .items .swiper-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding: 20px;
}



#top .items .swiper-container .swiper-slide {
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#top .items .swiper-container .swiper-slide:hover {
    opacity: 0.7;
}

#top .items .swiper-container .swiper-slide p {
    font-size: 15px;
    color: #022a7f;
}

#top .items .swiper-container .swiper-button-next,
#top .items .swiper-container .swiper-button-prev {
    border: 1px solid #022a7f;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#top .items .swiper-container .swiper-button-next:hover,
#top .items .swiper-container .swiper-button-prev:hover {
    background-color: #fff;
}

#top .items .swiper-container .swiper-button-next::after,
#top .items .swiper-container .swiper-button-prev::after {
    font-size: 33px;
    color: #022a7f;
}

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

    #top .items .swiper-container .swiper-button-next,
    #top .items .swiper-container .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    #top .items .swiper-container .swiper-button-next::after,
    #top .items .swiper-container .swiper-button-prev::after {
        font-size: 18px;
    }
}

#top .items .message {
    padding: 80px 0;
}

#top .items .message__left {
    width: calc(50% - 70px);
    margin-right: 70px;
}

#top .items .message__left p {
    line-height: 40px;
    margin-top: 10px;
    font-size: 17px;
}

#top .items .message__left .btn a {
    margin-top: 40px;
    width: 214px;
}

#top .items .message__right {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    #top .items .message {
        padding: 60px 0;
    }

    #top .items .message__left {
        width: calc(50% - 30px);
        margin-right: 30px;
    }

    #top .items .message__left p {
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    #top .items .message .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #top .items .message__left,
    #top .items .message__right {
        width: 100%;
    }

    #top .items .message__left {
        margin: 20px auto 0;
    }

    #top .items .message .btn a {
        margin-top: 20px;
    }
}

#top .items .apple {
    background-color: #eee;
    padding: 80px 0;
}

#top .items .apple__left {
    width: 50%;
}

#top .items .apple__right {
    width: calc(50% - 30px);
    margin-left: 30px;
}

#top .items .apple__right p {
    line-height: 40px;
    margin-top: 10px;
    font-size: 17px;
}

#top .items .apple__right .btn a {
    margin-top: 30px;
    width: 214px;
}

@media screen and (max-width: 767px) {
    #top .items .apple .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #top .items .apple__left,
    #top .items .apple__right {
        width: 100%;
    }

    #top .items .apple__right {
        margin: 20px auto 0;
    }
}

#top .items .images {
    margin-top: 110px;
}

#top .items .images .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top .items .images__left,
#top .items .images__right {
    width: calc(50% - 80px * 1/2);
    height: 253px;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#top .items .images__left:hover,
#top .items .images__right:hover {
    opacity: 0.7;
}

#top .items .images__left::before,
#top .items .images__right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

#top .items .images__left {
    background-image: url(../img/top/to-company.jpg);
}

#top .items .images__right {
    background-image: url(../img/top/to-service.jpg);
}

#top .items .images p {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

    #top .items .images__left,
    #top .items .images__right {
        width: calc(50% - 40px * 1/2);
        height: 230px;
    }

    #top .items .images p {
        font-size: 24px;
        width: 200px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #top .items .images {
        margin-top: 60px;
    }

    #top .items .images .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #top .items .images__left,
    #top .items .images__right {
        width: 100%;
    }

    #top .items .images__right {
        margin-top: 20px;
    }
}


/*
----------------- Topics */

.topics {
    padding-top: 90px;
    padding-bottom: 120px;
}

.topics h2 {
    margin-bottom: 70px;
}

.topics__lists li {
    width: 100%;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.topics__lists li:first-child {
    margin-top: 0;
}

.topics__lists li:hover {
    opacity: 0.7;
}

.topics__lists li:last-child a {
    /*     border-bottom: 1px solid #ccc; */
}

.topics__lists li a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-top: 1px solid #ccc; */
    padding: 10px;
}

.topics__lists li a .time-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.topics__lists li a time {
    font-size: 13px;
    color: #bababa;
    margin: 10px;
    width: 6em;
    display: none;
}

.topics__lists li a .category {
    background-color: #ddd;
    border-radius: 1em;
    margin-right: 15px;
    padding: 5px;
    font-size: 12px;
}

.topics__lists li a .title {
    font-size: 18px;
    color: #423629;
}

.topics .btn a {
    margin-top: 50px;
    width: 179px;
}

@media screen and (max-width: 767px) {
    .topics {
        padding: 60px 0;
    }

    .topics__lists li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .topics__lists li a time {
        margin-left: 0;
    }
}

#miyasaka table {
    border-collapse: collapse;
    width: 100%;
}

#miyasaka table th,
#miyasaka table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 2;
}

#miyasaka table th {
    width: 30%;
    text-align: left;
}

#miyasaka table td {
    width: 70%;
}

#miyasaka table .border-none {
    border-bottom: none;
}

#miyasaka table a {
    color: #A93124;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#miyasaka table a:hover {
    opacity: 0.7;
}

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

    #miyasaka table th,
    #miyasaka table td {
        width: 100%;
        display: block;
    }

    #miyasaka table th {
        border: none;
        font-weight: bold;
        padding-bottom: 0;
    }

    #miyasaka table td {
        padding-top: 0;
    }
}

#miyasaka section {
    padding: 10px 0 0px;
}

@media screen and (max-width: 767px) {
    #miyasaka section {
        padding: 50px 0;
    }
}


@media screen and (max-width: 500px) {
    #miyasaka section {
        padding: 0px 0;
    }
}



#miyasaka .left {
    width: 30%;
}

#miyasaka .right {
    width: calc(70% - 30px);
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    #miyasaka .df.shadow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #miyasaka .left,
    #miyasaka .right {
        width: 100%;
    }

    #miyasaka .right {
        margin: 30px 0 0;
    }
}

#miyasaka .shadow {
    /* -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); */
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); */
    padding: 50px;
    border: 1px solid #ddd;
    /* border-radius: 0.8em; */
    color: #000;
}

@media screen and (max-width: 767px) {
    #miyasaka .shadow {
        padding: 20px;
    }
}

#miyasaka .fv {
    background-image: url(../img/about/header_img.jpg);
}

#miyasaka .links__items,
#recruit .links__items {
    margin: 10px auto 0;
    /* max-width: 600px; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    flex-direction: row-reverse;
}

#miyasaka .links__items li a,
#recruit .links__items a {
    color: #022a7f;
    border: 1px solid #022a7f;
    border-radius: 0.3em;
    display: inline-block;
    padding: 15px 25px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
    margin-left: 15px;
}

#miyasaka .links__items li a:hover {
    color: #fff;
    background-color: #022a7f;
}

@media screen and (max-width: 767px) {
    #miyasaka .links h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    #miyasaka .links__items {
        max-width: 80%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #miyasaka .links__items li {
        width: calc(50% - 30px * 1/2);
        margin-right: 30px;
        margin-top: 20px;
    }

    #miyasaka .links__items li:nth-child(2n) {
        margin-right: 0;
    }

    #miyasaka .links__items li a {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    #miyasaka .links__items li {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
}

#miyasaka .concept__access {
    margin-top: 30px;
}

#miyasaka .concept__map {
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #ccc;
}

#miyasaka .concept__map__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 39%;
}

#miyasaka .concept__map__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#miyasaka .concept .to-map {
    text-align: left;
    margin-top: 20px;
}

#miyasaka .concept .to-map a {
    padding: 0 30px;
}

#miyasaka .president h3 {
    font-size: 22px;
    text-align: center;
    line-height: 1.7;
}

#miyasaka .president p {
    margin-top: 30px;
    line-height: 2;
}

#miyasaka .guide__wrapper {
    padding: 10px;
    border: 1px solid #ccc;
}

#miyasaka .guide__wrapper__content {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* padding-top: 55%; */
}

#miyasaka .guide__wrapper__content .guide__flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#miyasaka .guide__wrapper__content .guide__flex .f__video {
    flex: 0 0 60%;
    margin: 0;
    padding: 1em;
    /* border: 1px solid #ddd; */
    font-weight: 500;
}

#miyasaka .guide__wrapper__content .guide__flex .f__comment {
    flex: 0 0 40%;
    margin: 0;
    padding: 1em;
    /* border: 1px solid #ddd; */
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    #miyasaka .guide__wrapper__content .guide__flex .f__video {
        flex: 0 0 100%;
    }

    #miyasaka .guide__wrapper__content .guide__flex .f__comment {
        flex: 0 0 100%;
    }
}

#miyasaka .guide__wrapper__content .guide__flex .f__comment h2 {
    padding: 1em 0;
    /* border: 1px solid #ddd; */
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    color: #000;
}

#miyasaka .guide__wrapper__content .guide__flex .f__comment h2 {
    padding: 1em 0;
    /* border: 1px solid #ddd; */
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    color: #000;
}

#miyasaka .guide__wrapper__content .guide__flex .f__comment h2::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 10px;
    /*     left: 10%;
    right:5%; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#miyasaka .guide__wrapper__content .guide__flex .f__comment p {
    padding: 0 0 0.5em;
    /* border: 1px solid #ddd; */
    font-weight: 500;
}

#miyasaka .guide__wrapper__content .guide__flex .f__video video {
    width: 100%;
    height: 100%;
}

#items section {
    padding: 140px 0 60px;
    margin-top: -80px;
}

#items h1 {
    font-size: 32px;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    #items h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    #items h1 {
        font-size: 24px;
        line-height: 1.5;
    }
}

#items p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    #items p {
        font-size: 18px;
        line-height: 1.5;
    }
}

#items .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

#items .content .left {
    width: calc(60% - 40px);
    margin-right: 40px;
}

#items .content .right {
    width: 40%;
}

@media screen and (max-width: 767px) {
    #items .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    #items .content .left {
        width: 100%;
        margin-right: 0;
    }

    #items .content .right {
        width: 100%;
    }
}

#items .btn a {
    padding: 10px 40px;
    margin-top: 30px;
}

#items table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
}

#items table th,
#items table td {
    padding: 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    line-height: 1.5;
    min-width: 170px;
}

#items table tr td:first-child,
#items table tr th:first-child {
    border-left: 1px solid #000;
}

#items table tr:last-child td {
    border-bottom: 1px solid #000;
}

#items table span {
    display: block;
}

@media screen and (max-width: 767px) {
    #items table {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
}

#items .fv {
    background-image: url(../img/items/header_img.jpg);
}

#items .apricot table th,
#items .apricot table td {
    min-width: 150px;
}

#items .apricot table td {
    padding: 10px 20px;
}

#items .apricot table th {
    border-bottom: 1px solid #000;
}

#recruit .fv {
    background-image: url(../img/recruit/header_img.jpg);
}

#recruit .recruit {
    padding-bottom: 70px;
}

#recruit .recruit h1 {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #recruit .recruit h1 {
        font-size: 24px;
    }
}

#recruit .recruit h1 span {
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #recruit .recruit h1 span {
        font-size: 14px;
    }
}

#recruit .recruit h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 70px;
    color: #000;
    padding-left: 72px;
}

@media screen and (max-width: 767px) {
    #recruit .recruit h2 {
        font-size: 20px;
        margin-top: 40px;
    }
}

#recruit .recruit h2::before {
    display: none;
}

#recruit .recruit h2::after {
    position: absolute;
    content: '職種：';
    display: block;
    color: #000;
    font-size: 24px;
    left: 0;
    top: 0;
}

#recruit .tablepress {
    margin-top: 20px;
}

#recruit .tablepress tbody {
    border: 1px solid #ddd;

}

#recruit .tablepress tbody tr:first-child td {
    border-top: 1px solid #ddd;
}





#recruit .tablepress td {
    padding: 20px 10px;
    line-height: 1.5;
    border-right: 1px solid #ddd;
}

#recruit .tablepress .column-1 {
    font-weight: bold;
    width: 20%;
}

#recruit .tablepress .column-2 {
    width: 80%;
}

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

    #recruit .tablepress .column-1,
    #recruit .tablepress .column-2 {
        width: 100%;
        display: block;
    }

    #recruit .tablepress .column-1 {
        padding-bottom: 0;
        padding-top: 15px;
    }

    #recruit .tablepress .column-2 {
        padding-top: 0;
        padding-bottom: 15px;
        border-top: none !important;
    }
}

#work {
    /*
----------------- ファーストビュー */
    /*
----------------- 業務内容 */
    /*
----------------- 工場紹介 */
}

#work .fv {
    background-image: url(../img/work/header_img.jpg);
}

#work .work-message {
    margin-top: 30px;
    margin-left: 30px;
}

#work .work-message h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 0;
    padding-left: 40px;
}

#work .work-message h2::before,
#work .work-message h2::after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #000;
    display: block;
    content: '';
    position: absolute;
}

#work .work-message h2::before {
    width: 30px;
    left: 0;
}

#work .work-message h2::after {
    width: calc(100% - 370px);
    right: 0;
}

#work .work-message__content {
    margin-top: -10px;
    border: 1px solid #000;
    border-top: none;
    padding: 30px 40px;
}

#work .work-message__content h3 {
    color: #A93124;
    font-weight: normal;
    font-size: 22px;
    margin-top: 30px;
    line-height: 1;
}

#work .work-message__content li {
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
    line-height: 1.5;
}

#work .work-message__content li::before {
    position: absolute;
    content: '○';
    display: block;
    left: 0;
    top: 4px;
}

@media screen and (max-width: 767px) {
    #work .work-message {
        margin-left: 0;
    }

    #work .work-message h2 {
        font-size: 20px;
        padding-left: 20px;
    }

    #work .work-message h2::before {
        width: 10px;
    }

    #work .work-message h2::after {
        width: calc(100% - 315px);
    }

    #work .work-message__content {
        padding: 30px 20px;
    }

    #work .work-message__content h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 350px) {
    #work .work-message h2 {
        font-size: 18px;
    }

    #work .work-message h2::after {
        width: calc(100% - 265px);
    }

    #work .work-message__content h3 {
        font-size: 18px;
    }
}

#work .business ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

#work .business ul li .left {
    width: calc(70% - 40px);
    margin-right: 40px;
}

#work .business ul li .right {
    width: 30%;
}

#work .business ul li p {
    margin-top: 20px;
}

#work .business__movie {
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 30px;
}

#work .business__movie__content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 48%;
}

#work .business__movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #work .business ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #work .business ul li .left {
        width: 100%;
        margin-right: 0;
    }

    #work .business ul li .right {
        width: 100%;
    }

    #work .business ul li p {
        margin-top: 0;
    }
}

#work .factory {
    padding-bottom: 70px;
}

#work .factory__safety {
    margin-top: 60px;
}

#work .factory__safety ul {
    margin-top: 30px;
}

#work .factory__safety li {
    width: calc(33.3333% - 30px * 2/3);
    margin-right: 30px;
}

#work .factory__safety li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    #work .factory__safety {
        margin-top: 40px;
    }

    #work .factory__safety ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    #work .factory__safety li {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
}

#work .factory__management {
    margin-top: 60px;
}

#work .factory__management ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#work .factory__management li {
    width: calc(50% - 50px * 1/2);
    margin-right: 50px;
    margin-top: 50px;
}

#work .factory__management li:nth-child(2n) {
    margin-right: 0;
}

#work .factory__management table th,
#work .factory__management table td {
    padding: 5px;
}

#work .factory__management table th {
    width: 100px;
    font-weight: bold;
}

#work .factory__management table td {
    width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
    #work .factory__management {
        margin-top: 40px;
    }

    #work .factory__management ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #work .factory__management li {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
}

#contact .fv {
    background-image: url(../img/contact/header_img.jpg);
}

#contact .tell-contact {
    text-align: center;
}

#contact .tell-contact h3 {
    line-height: 1.5;
}

#contact .tell-contact a {
    font-size: 20px;
}

#contact .tell-contact .item {
    margin-top: 30px;
}

#contact .form {
    padding-bottom: 70px;
}

#contact .form .inner {
    max-width: 800px;
    font-size: 20px;
}

#contact .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

#contact .form-item dt {
    width: 30%;
    padding: 10px;
}

#contact .form-item dd {
    width: 70%;
}

#contact .form-item input,
#contact .form-item textarea {
    width: 100%;
    font-size: 20px;
    padding: 10px;
}

#contact .form-item textarea {
    resize: vertical;
}

#contact .btn_cf7 {
    text-align: center;
    margin-top: 30px;
}

#contact .btn_cf7 input {
    padding: 10px;
    width: 30%;
    font-size: 20px;
    color: #A93124;
    border: 1px solid #A93124;
    background-color: #fff;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#contact .btn_cf7 input:hover {
    color: #fff;
    background-color: #A93124;
}

@media screen and (max-width: 767px) {
    #contact .form-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #contact .form-item dt,
    #contact .form-item dd {
        width: 100%;
    }
}

#privacy h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1.5;
}

#privacy h1 span {
    font-size: 14px;
    display: block;
}

#privacy h3 {
    font-size: 15px;
    line-height: 23px;
}

#privacy .privacy ul li:nth-child(3) h3,
#privacy .privacy ul li:nth-child(4) h3 {
    margin-bottom: 10px;
}

#privacy p {
    font-size: 13px;
    line-height: 23px;
    padding-left: 15px;
    position: relative;
}

#privacy p::before {
    content: '・';
    display: block;
    position: absolute;
    top: 0px;
    left: -5px;
    font-size: 20px;
}

#privacy .privacy {
    padding-bottom: 70px;
    background-color: #F8F3F5;
}

#privacy .privacy__content {
    background-color: #fff;
    padding: 30px 40px;
}

#privacy .privacy li {
    padding: 20px 10px;
    border-top: 1px solid #d9d9d9;
}

#privacy .privacy li:first-child {
    padding-top: 0;
    border: none;
}



#topics .fv {
    background-image: url(../img/recruit/header_img.jpg);
}

#topics .topics {
    padding-bottom: 70px;
}

@media screen and (max-width: 500px) {
    #topics .topics {
        padding-top: 0px;
    }
}


#topics .topics h1 {
    font-size: 28px;
    font-weight: bold;
}


#topics .topics__lists {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    display: flex;
    flex-wrap: wrap;
}

#topics .topics__lists li {
    background-color: #fff;
    /* margin-right: 40px; */
    width: calc(33.3333% - 40px * 2/3);
    flex-wrap: wrap;
    /* flex: 0 0 33%; */
    margin: 1%;
    border: 1px solid #ddd;
}


#topics .topics__lists li img {
    height: 150px;
    object-fit: contain
}



#topics .topics__lists li:nth-child(3n) {
    margin-right: 0;
}

#topics .topics__lists li a {
    padding: 50px 20px 20px;
    display: block;
    position: relative;
}

#topics .topics__lists li a::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #242e76;
    width: 100%;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5% 5%;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#topics .topics__lists li a:hover {
    opacity: 1;
}

#topics .topics__lists li a:hover::before {
    height: 15px;
}

#topics .topics__lists .time-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#topics .topics__lists .thumbnail {
    padding: 20px 0;
}

#topics .topics__lists .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
    #topics .topics__lists .title {
        font-size: 1.1rem;
    }

    #topics .topics__lists .time-category {
        font-size: 1rem;
    }



}

@media screen and (max-width: 1024px) {
    #topics .topics__lists li {
        width: calc(50% - 30px * 1/2);
        margin-right: 30px;
    }

    #topics .topics__lists li:nth-child(3n) {
        margin-right: 30px;
    }

    #topics .topics__lists li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #topics .topics__lists li {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    #topics .topics__lists li:nth-child(3n) {
        margin-right: 0;
    }
}

#topics .pagenation {
    text-align: center;
    margin-top: 50px;
}

#topics .pagenation span,
#topics .pagenation a {
    font-size: 22px;
}

#topics .pagenation .page-numbers {
    color: #8FC767;
    border: 1px solid #8FC767;
    background-color: #fff;
    padding: 6px 10px;
    margin: 0 5px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#topics .pagenation .page-numbers.current,
#topics .pagenation .page-numbers:hover {
    background-color: #8FC767;
    color: #fff;
}

#topics .pagenation .prev,
#topics .pagenation .next {
    border: none;
}







@media screen and (max-width: 767px) {
    #topics .topics h1 {
        font-size: 24px;
    }
}

#topics .topics h1 span {
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #topics .topics h1 span {
        font-size: 14px;
    }
}

#topics .topics h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 70px;
    color: #242e76;
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    #topics .topics h2 {
        font-size: 20px;
        margin-top: 40px;
    }
}

#topics .topics h2::before {
    display: none;
}

#topics .topics h2::after {
    position: absolute;
    font-family: 'Font Awesome 6 pro';
    content: '\f4a6';
    display: block;
    color: #242e76;
    font-size: 24px;
    left: 0;
    top: 0;
}







/*
----------------- ファーストビュー */

#archive .fv {
    background-image: url(../img/news/header_img.jpg);
}




.fv {
    /* background-image: url(../img/news/header_img.jpg); */
}


/*
----------------- 投稿 */

.archive {
    padding-bottom: 70px;
}

.archive h1 {
    font-size: 26px;
    margin-bottom: 30px;
}

.pagenation {
    text-align: center;
    margin-top: 50px;
}

.pagenation span,
.pagenation a {
    font-size: 22px;
}

.pagenation .page-numbers {
    color: #A93124;
    border: 1px solid #A93124;
    background-color: #fff;
    padding: 6px 10px;
    margin: 0 5px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.pagenation .page-numbers.current,
.pagenation .page-numbers:hover {
    background-color: #A93124;
    color: #fff;
}

.pagenation .prev,
.pagenation .next {
    border: none;
}

#single {
    /*
----------------- ファーストビュー */
    /*
----------------- 投稿 */
    /*
----------------- 最新のブログ記事 */
}

#single .fv {
    background-image: url(../img/single/header_img.jpg);
}

#single .content {
    padding-bottom: 70px;
}

#single .content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

#single .content .border {
    border: 1px solid #ddd;
    position: relative;
}

#single .content .border::before {
    /*     content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: -10px;
    width: calc(100% - 20px);
    height: calc(100% + 20px);
    border: 1px dotted #ddd;
    z-index: -1; */
}

#single article {
    width: 70%;
    margin-right: 30px;
}

#single article header {
    padding: 50px 50px 40px;
    border-bottom: 1px solid #ddd;
}

#single article header h1 {
    font-size: 26px;
    font-weight: bold;
}

#single article header .time-category {
    margin-top: 30px;
}

#single article header .time-category time {
    font-weight: bold;
}

#single article .image-content {
    padding: 50px 45px;
    /* display: none; */
}

#single article .text-content {
    padding: 40px 50px;
}

#single article .text-content p {
    line-height: 3;
}

@media screen and (max-width: 1024px) {
    #single .content .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #single article {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #single article header {
        padding: 30px;
    }

    #single article header h1 {
        font-size: 22px;
    }

    #single article header .time-category {
        margin-top: 15px;
    }

    #single article .image-content,
    #single article .text-content {
        padding: 20px;
    }

    #single article .image-content p,
    #single article .text-content p {
        line-height: 2.5;
    }
}

#single aside {
    width: calc(30% - 30px);
}

#single aside h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

#single aside h2::before {
    display: none;
}

#single .archive-post {
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}

#single .archive-post li {
    width: 100%;
    margin-top: 40px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#single .archive-post li:first-child {
    margin-top: 0;
}

#single .archive-post li:hover {
    opacity: 0.7;
}

#single .archive-post li .title {
    margin-top: 10px;
    font-size: 20px;
}

#single .archive-post li .time-category {
    margin-top: 5px;
}

@media screen and (max-width: 1024px) {
    #single aside {
        width: 100%;
        margin-top: 70px;
    }

    #single aside h2 {
        padding: 30px 50px;
    }

    #single .archive-post {
        padding: 50px 45px;
    }
}

@media screen and (max-width: 767px) {
    #single aside h2 {
        font-size: 22px;
        padding: 20px;
    }

    #single .archive-post {
        padding: 20px;
    }

    #single .archive-post li {
        width: 100%;
        margin-right: 0;
    }

    #single .archive-post li:nth-child(2) {
        margin-top: 30px;
    }
}

#single .to-archive {
    padding: 20px;
}

#single .to-archive .btn a {
    width: 100%;
    padding: 10px 0;
}

@media screen and (max-width: 1024px) {
    #single .to-archive .btn a {
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    #single .to-archive .btn a {
        width: 100%;
    }
}



/* VOICE */


#voice {
    /*
----------------- ファーストビュー */
    /*
----------------- 投稿 */
    /*
----------------- 最新のブログ記事 */
}

#voice .fv {
    background-image: url(../img/voice/header_img.jpg);
}

#voice .content {
    padding-bottom: 70px;
}

#voice .content .inner {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: start; */
    -ms-flex-align: start;
    /* align-items: start; */
    padding-top: 50px;
}

#voice .content .border {
    /* border: 1px solid #ddd; */
    position: relative;
}

#voice .content .border::before {
    /*     content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: -10px;
    width: calc(100% - 20px);
    height: calc(100% + 20px);
    border: 1px dotted #ddd;
    z-index: -1; */
}

#voice article {
    width: 100%;
    margin-right: 0;
}

#voice article header {
    padding: 40px 50px 30px;
    border-bottom: 1px solid #ddd;
}

#voice article header h1 {
    font-size: 26px;
    font-weight: bold;
}

#voice article header .time-category {
    margin-top: 30px;
    display: none;
}

#voice article header .time-category time {
    font-weight: bold;
}

#voice article .image-content {
    padding: 50px 45px;
}

#voice article .text-content {
    padding: 20px 10px;
}

#voice article .text-content p {
    line-height: 3;
}



#voice .text {
    text-align: left;
    font-family: "YakuHanJP", dnp-shuei-mgothic-std, sans-serif;
}


#voice .busho {
    text-align: left;
}

#voice .busho h2:before {
    text-align: left;
}


#voice .name {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: #0d0d0d 1px solid;
    z-index: -1;
}

#voice .en {
    font-size: 26px;
    /* font-family: 'Overpass', sans-serif; */
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
}

#voice .comment {
    padding: 25px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
    z-index: 0;
    font-family: 'voguing';
}

#voice .comment:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    content: "";
    background: #d9edf7;
    z-index: -1;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

@media only screen and (max-width: 900px) {
    #voice .text .name .en {
        font-size: 25px;
    }

    #voice .text .comment {
        margin-top: 20px;
        padding: 20px 25px 20px 0;
        font-size: 15px;
    }

    #voice .text .comment:after {
        left: -25px;
    }
}

@media only screen and (max-width: 738px) {
    #voice .image {
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        float: none;
    }

    #voice .text {
        float: none;
        width: 100%;
        margin: 25px 0 0;
        text-align: center;
    }

    #voice text .name {
        margin-bottom: 20px;
        text-align: center;
    }

    #voice .text .role {
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    #voice .text .name {
        margin: 5px 0 20px;
    }

    #voice .text .name .jp {
        margin-top: 10px;
        padding-left: 0;
    }

    #voice .text .name .jp:before {
        display: none;
    }

    #voice .text .name .en {
        font-size: 22px;
    }

    #voice .text .career {
        margin: 0 auto;
        text-align: left;
        max-width: 450px;
    }

    #voice .text .comment {
        max-width: 450px;
        padding: 20px 5%;
        margin: 20px auto 0;
        font-size: 13px;
        text-align: left;
    }

    #voice .text .comment:after {
        left: 0;
    }
}

@media only screen and (max-width: 414px) {
    #voice .image {
        max-width: 200px;
    }
}



#voice .pickup {
    padding: 30px 40px;
    background-color: #d9edf7;
    position: relative;
    border-radius: 1em;
}

#voice .pickup.mt {
    margin-top: 30px;
}

#voice .pickup .img_pickup {
    width: 100px;
    margin-left: -50px;
    margin-bottom: 20px;
}

#voice .pickup .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #3f2e16;
    margin-bottom: 20px;
    line-height: 1.5;
}

#voice .pickup .title:before {
    content: '\e71f';
    font-family: 'themify';
    padding-right: 5px;
    color: #022a7f;
    font-size: 1.2em;
}

#placenta .pickup .title .underline {
    font-weight: bold;
}

#voice .pickup .title .underline::before {
    height: 10px;
}

#voice .pickup .txt {
    background: #fff;
    padding: 20px;
    border-radius: 1em;
    margin-bottom: 1em;
}

#voice .pickup .txt p {
    line-height: 1.5;
}




@media screen and (max-width: 1024px) {
    #voice .content .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #voice article {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #voice article header {
        padding: 30px;
    }

    #voice article header h1 {
        font-size: 22px;
    }

    #voice article header .time-category {
        margin-top: 15px;
    }

    #voice article .image-content,
    #voice article .text-content {
        padding: 20px;
    }

    #voice article .image-content p,
    #voice article .text-content p {
        line-height: 2.5;
    }
}

#voice aside {
    width: calc(25% - 30px);
    width: 100%;
}

#voice aside h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

#voice aside h2::before {
    display: none;
}

#voice .archive-post {
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}

#voice .archive-post ul {
    display: flex;
    align-items: flex-start;
}

#voice .archive-post li {
    margin-top: 0;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

#voice .archive-post li:first-child {
    margin-top: 0;
}

#voice .archive-post li:hover {
    opacity: 0.7;
}

#voice .archive-post li .title {
    /*     margin-top: 10px; */
    font-size: 20px;
}

#voice .archive-post li .time-category {
    margin-top: 5px;
    display: none;
}

@media screen and (max-width: 1024px) {
    #voice aside {
        width: 100%;
        margin-top: 70px;
    }

    #voice aside h2 {
        padding: 30px 50px;
    }

    #voice .archive-post {
        padding: 50px 45px;
    }
}

@media screen and (max-width: 767px) {
    #voice aside h2 {
        font-size: 22px;
        padding: 20px;
    }

    #voice .archive-post {
        padding: 20px;
    }

    #voice .archive-post li {
        width: 98%;
        margin-right: 0;
        padding: 1%;
        border: 1px solid #ddd;
    }

    #voice .archive-post li:nth-child(2) {
        margin-top: 0;
    }
}

#voice .to-archive {
    padding: 20px;
}

#voice .to-archive .btn a {
    width: 100%;
    padding: 10px 0;
}

@media screen and (max-width: 1024px) {
    #voice .to-archive .btn a {
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    #voice .to-archive .btn a {
        width: 100%;
    }
}





/* 
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

body {
  font: normal 16px/1.5 "Helvetica Neue", sans-serif;
  /* background: #456990; */
color: #fff;
}

*/
/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
    background: #F45B69;
    padding: 50px 0;
}

.section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section h1 {
    font-size: 2.5rem;
}

.section h2 {
    font-size: 1.3rem;
}


/* Staff */


/*
----------------------------------------------------------
Page: Common
---------------------------------------------------------- */

.single-page {
    /*margin:0 45px;*/
}

.page-section {
    margin: 0px auto;
    width: 100%;
    max-width: 1280px;
    padding: 60px 3%;
    background: #fefefe;
    border: #f5f5f5 1px solid;
    /* border-left: none; */
    -webkit-border-radius: 0px 15px 0 0px;
    border-radius: 0px 15px 0 0px;
}

.page-section:first-child {
    margin-top: 30px;
}


/*
.page-section-sub:not(:first-child){border-top:1px solid #d9e3e5;padding-top:60px;margin-top:60px;}*/

@media (max-width:900px) {
    .page-section {
        margin: 50px 2.5%;
        padding: 60px 5%;
    }
}

@media (max-width:738px) {
    .page-section {
        margin: 40px 10px 0;
        padding: 50px 5%;
        border: #f0f0f0 1px solid;
    }
}

@media (max-width:414px) {
    .page-section {
        padding: 40px 4%;
        margin: 40px 0;
    }
}

.page-section.dashed {
    border: #111 1px dashed;
}

.page-section .lead-image {
    display: block;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.page-section-header {
    text-align: center;
}

.page-section-header .lead {
    font-size: 30px;
    /*     font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    letter-spacing: 2px;
}

.page-section-header .caption {
    margin-top: 30px;
}





.comment {
    padding: 25px 25px 25px 0;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
    z-index: 0;
}

.comment:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -30px;
    content: "";
    background: #d9edf7;
    z-index: -1;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}





.section-body-lead {
    margin-top: -15px;
    text-align: center;
}

.section-body-lead p {
    font-size: 14px;
    /*     font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
}

.section-body-lead p br.mobile {
    display: none
}

;
@media only screen and (max-width: 738px) {
    .section-body-lead {
        text-align: center;
    }

    .section-body-lead p {
        display: inline-block;
        font-size: 13px;
        line-height: 1.9;
        font-weight: 400;
        /* ? text-align: left;*/
    }
}

.archive-staff-items {
    /* padding: 0 60px; */
}

.archive-staff-items .item {
    padding: 60px 0;
    border-top: #d9e3e5 1px solid;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.archive-staff-items .item:first-child {
    padding-top: 0;
    border: none;
}

.archive-staff-items .item:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
    .archive-staff-items .item {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 738px) {
    .archive-staff-items .item {
        padding: 45px 0;
    }
}

.archive-staff-items .item>.image img {
    width: 30%;
    float: left;
    position: relative;
    /* -webkit-border-radius: 100%; */
    /* border-radius: 100%; */
}

.archive-staff-items .item>.text {
    float: right;
    width: 60%;
}

.archive-staff-items .item>.text .role {
    display: inline-block;
    font-size: 14px;
    /* font-family: 'Overpass', sans-serif; */
    font-weight: 400;
    letter-spacing: 0.125em;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
}

.archive-staff-items .item>.text .role:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 10%;
    content: "";
    background: #022a7f;
    z-index: -1;
}

.archive-staff-items .item>.text .name {
    margin: 10px 0 25px;
}

.archive-staff-items .item>.text .name .jp {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 0;
}

.jp span {
    font-size: 13px
}

.archive-staff-items .item>.text .name .jp:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: #0d0d0d 1px solid;
    z-index: -1;
}

.archive-staff-items .item>.text .name .en {
    font-size: 26px;
    /* font-family: 'Overpass', sans-serif; */
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
}

.archive-staff-items .item>.text .comment {
    padding: 25px 25px 25px 0;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
    z-index: 0;
}

.archive-staff-items .item>.text .comment:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -30px;
    content: "";
    background: #d9edf7;
    z-index: -1;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

@media only screen and (max-width: 900px) {
    .archive-staff-items .item>.text .name .en {
        font-size: 25px;
    }

    .archive-staff-items .item>.text .comment {
        margin-top: 20px;
        padding: 20px 25px 20px 0;
        font-size: 15px;
    }

    .archive-staff-items .item>.text .comment:after {
        left: -25px;
    }
}

@media only screen and (max-width: 738px) {
    .archive-staff-items .item>.image {
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        float: none;
    }

    .archive-staff-items .item>.text {
        float: none;
        width: 100%;
        margin: 25px 0 0;
        text-align: center;
    }

    .archive-staff-items .item>.text .name {
        margin-bottom: 20px;
        text-align: center;
    }

    .archive-staff-items .item>.text .role {
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    .archive-staff-items .item>.text .name {
        margin: 5px 0 20px;
    }

    .archive-staff-items .item>.text .name .jp {
        margin-top: 10px;
        padding-left: 0;
    }

    .archive-staff-items .item>.text .name .jp:before {
        display: none;
    }

    .archive-staff-items .item>.text .name .en {
        font-size: 22px;
    }

    .archive-staff-items .item>.text .career {
        margin: 0 auto;
        text-align: left;
        max-width: 450px;
    }

    .archive-staff-items .item>.text .comment {
        max-width: 450px;
        padding: 20px 5%;
        margin: 20px auto 0;
        font-size: 13px;
        text-align: left;
    }

    .archive-staff-items .item>.text .comment:after {
        left: 0;
    }
}

@media only screen and (max-width: 414px) {
    .archive-staff-items .item>.image {
        max-width: 200px;
    }
}







/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}

.timeline ol {
    font-size: 0;
    /* width: 100vw; */
    padding: 150px 0;
    transition: all 1s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 90px;
    height: 3px;
    background: #a7aaad;
}

.timeline ol li:last-child {
    width: 100px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #022a7f;
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    /* width: 190px; */
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: #d9edf7;
}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: #d9edf7 transparent transparent transparent;
    /* left: 50%; */
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #d9edf7;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .disabled {
    opacity: .5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {

    .timeline ol,
    .timeline ol li {
        width: auto;
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline ol li:first-child {
        margin-top: 25px;
    }

    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .timeline ol li div {
        position: static;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: -9px;
        top: 0;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid #ddd;
        height: 130%;
    }

    .timeline ol li:nth-last-child(2) div::before {
        height: 100%;
    }

    .timeline ol li:last-child,
    /*   .timeline ol li:nth-last-child(2) div::before, */
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        left: -15px;
        top: 0;
        /*     display: none; */
    }
}




























.recruit .voice .inner {
    max-width: 1060px;
}

.recruit .voice__list {
    padding: 0 30px;
}

.recruit .voice__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

.recruit .voice__list li .people {
    margin-right: 160px;
    text-align: center;
    font-size: 0.75rem;
    line-height: 20px;
    width: 140px;
}

.recruit .voice__list li .people .image {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px;
}

.recruit .voice__list li .people .image img {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 15px;
    border-radius: 50%;
}




.recruit .voice__list li .balloon-left {
    width: calc(100% - 300px);
    padding: 24px;
    border-radius: 10px;
}

.recruit .voice__list li .balloon-left P {
    font-size: 0.9rem;
    line-height: 28px;
}

@media screen and (max-width: 1024px) {
    .recruit .voice__list li .people {
        margin-right: 80px;
    }

    .recruit .voice__list li .balloon-left {
        width: calc(100% - 220px);
    }
}

@media screen and (max-width: 767px) {
    .recruit .voice__list {
        padding: 0;
    }

    .recruit .voice__list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recruit .voice__list li .people {
        width: 100%;
        margin-right: 0;
    }

    .recruit .voice__list li .people .image {
        width: 75%;
        margin: 0 auto;
    }

    .recruit .voice__list li .balloon-left {
        width: 100%;
        margin-top: 30px;
    }

    .recruit .voice__list li .balloon-left::before,
    .recruit .voice__list li .balloon-left::after {
        display: none;
    }
}

@media (max-width: 499px) {
    .recruit .voice__list li .people .image {
        width: 50%;
    }
}

.recruit .voice .balloon-bottom {
    color: #4FEBF5;
    margin: 0;
    margin-top: 80px;
}

.recruit .voice__schedule-top {
    position: relative;
    padding: 0 30px;
    margin-top: 30px;
}

.recruit .voice__schedule-top::before,
.recruit .voice__schedule-top::after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
}

.recruit .voice__schedule-top::before {
    background-image: url(https://japan-techno.co.jp/wp-content/uploads/2021/07/schedule-top-l.png);
    left: 30px;
}

.recruit .voice__schedule-top::after {
    background-image: url(https://japan-techno.co.jp/wp-content/uploads/2021/07/schedule-top-r.png);
    right: 30px;
}

.recruit .voice__schedule-bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.recruit .voice__schedule-bottom::before,
.recruit .voice__schedule-bottom::after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
}

.recruit .voice__schedule-bottom::before {
    background-image: url(https://japan-techno.co.jp/wp-content/uploads/2021/07/schedule-bottom-l.png);
    left: 0;
}

.recruit .voice__schedule-bottom::after {
    background-image: url(https://japan-techno.co.jp/wp-content/uploads/2021/07/schedule-bottom-r.png);
    right: 0;
}

.recruit .schedule__list {
    padding: 40px;
    width: 50%;
    padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .recruit .schedule__list {
        padding: 20px;
    }
}

.recruit .schedule__list ul {
    position: relative;
}

.recruit .schedule__list ul::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 85%;
    top: 7.5%;
    left: 0;
    background-color: #F7B900;
}

.recruit .schedule__list li {
    padding-left: 50px;
    margin-top: 15px;
    font-size: 0.9rem;
    line-height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.recruit .schedule__list li::before {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #F7B900;
    border-radius: 50%;
}

.recruit .schedule__list li:first-child {
    padding-top: 0;
}

.recruit .schedule__list li P {
    width: calc(100% - 82px);
}

.recruit .schedule__list li .time {
    font-weight: 600;
    width: 82px;
    display: block;
}

.recruit .schedule__list .caution {
    margin-top: 22px;
    padding-left: 130px;
    font-size: 0.9rem;
    line-height: 28px;
}

.recruit .schedule__list.morning {
    padding-right: 0px;
}

.recruit .schedule__list.afternoon {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .recruit .voice__schedule-top {
        padding: 0;
    }

    .recruit .voice__schedule-top::before {
        left: 0;
    }

    .recruit .voice__schedule-top::after {
        right: 0;
    }

    .recruit .voice__schedule-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recruit .schedule__list {
        width: 100%;
    }

    .recruit .schedule__list ul::before {
        left: 1.2rem;
    }

    .recruit .schedule__list li {
        padding-left: 20px;
    }

    .recruit .schedule__list li .time {
        width: 60px;
    }
}




.wpsm_col-md-3 {
    width: 23%;
    border: 1px solid #ddd;
    margin: 1%;
}

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

    .wpsm_col-md-3 {
        width: 48%;
        margin: 1%;
        float: left;

    }
}

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

    .wpsm_col-md-3 {
        width: 98%;
        margin: 1%;
        float: left;

    }
}



/* ========================================================================================================= menu footer sitemap__list */

.sitemap__list {
    margin-bottom: 15px;
}

.sitemap__list>li {
    position: relative;
}

.sitemap__list>li a {
    color: #fff;
}




.sitemap__list>li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: var(--colorW);
    height: 40px;
    width: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-delay: .15s;
}

.menu--open .sitemap__list>li:after {
    width: 100%;
}

.move .sitemap__list>li:after {
    width: 0%;
}

.sitemap__list>li>dl>dt {
    position: relative;
    margin-bottom: 10px;
}

.sitemap__list>li>dl>dt:before,
.sitemap__list>li>dl>dt:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    background-color: #fff;
    background-color: var(--colorW);
}

.sitemap__list>li>dl>dt:before {
    opacity: 0;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.menu--open .sitemap__list>li>dl>dt:before {
    opacity: .28;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.sitemap__list>li>dl>dt:after {
    width: 0;
    left: auto;
    right: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dt a {
    font-size: 14px;
    line-height: 40px;
    opacity: 0;
}

.move .sitemap__list>li>dl>dt a {
    opacity: 1;
}

.move--close .sitemap__list>li>dl>dt a {
    opacity: 1;
}

.sitemap__list>li>dl>dt .plusSp {
    display: none;
}

.sitemap__list>li>dl>dt:hover:after,
.sitemap__list>li>dl>dt:active:after {
    width: 100%;
    right: auto;
    left: 0;
}

.sitemap__list>li>dl>dd {
    opacity: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.4s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.sitemap__list>li>dl>dd:nth-child(1) {
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
}

.sitemap__list>li>dl>dd:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.sitemap__list>li>dl>dd:nth-child(3) {
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.sitemap__list>li>dl>dd:nth-child(4) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.sitemap__list>li>dl>dd:nth-child(5) {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
}

.sitemap__list>li>dl>dd:nth-child(6) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.sitemap__list>li>dl>dd:nth-child(7) {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
}

.sitemap__list>li>dl>dd:nth-child(8) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.sitemap__list>li>dl>dd:nth-child(9) {
    transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
}

.sitemap__list>li>dl>dd:nth-child(10) {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

.move .sitemap__list>li>dl>dd {
    opacity: 1;
}

.sitemap__list>li>dl>dd>a,
.sitemap__list>li>dl>dd>span {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 1.3;
    padding: 6px 11px 6px 0;
    opacity: .5;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dd>a:hover,
.sitemap__list>li>dl>dd>a:active,
.sitemap__list>li>dl>dd>span:hover,
.sitemap__list>li>dl>dd>span:active {
    opacity: 1;
}

.sitemap__list>li>dl>dd>a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 9px;
    left: auto;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/btnIcon--arrowW.svg");
}

@media (prefers-color-scheme: light) {
    .sitemap__list>li>dl>dd>a:after {
        background-image: url("../img/btnIcon--arrowW.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .sitemap__list>li>dl>dd>a:after {
        background-image: url("../img/btnIcon--arrowB.svg");
    }
}

.sitemap__list>li>dl>dd>a[target="_blank"]:after {
    background-image: url("../img/btnIcon--blankW.svg");
}

@media (prefers-color-scheme: light) {
    .sitemap__list>li>dl>dd>a[target="_blank"]::after {
        background-image: url("../img/btnIcon--blankW.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .sitemap__list>li>dl>dd>a[target="_blank"]::after {
        background-image: url("../img/btnIcon--blankB.svg");
    }
}

.sitemap__list>li>dl>dd>span {
    cursor: pointer;
}

.sitemap__list>li>dl>dd>span:before,
.sitemap__list>li>dl>dd>span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 9px;
    height: 1px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    background-color: var(--colorW);
}

.sitemap__list>li>dl>dd>span:after {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dd>span.active {
    opacity: 1;
}

.sitemap__list>li>dl>dd>span.active:after {
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
}

.sitemap__list>li>dl>dd>ul {
    display: none;
}

.sitemap__list>li>dl>dd>ul>li {
    position: relative;
    opacity: .5;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list>li>dl>dd>ul>li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 9px;
    left: auto;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../img/btnIcon--arrowW.svg");
}

@media (prefers-color-scheme: light) {
    .sitemap__list>li>dl>dd>ul>li:after {
        background-image: url("../img/btnIcon--arrowW.svg");
    }
}

@media (prefers-color-scheme: dark) {
    .sitemap__list>li>dl>dd>ul>li:after {
        background-image: url("../img/btnIcon--arrowB.svg");
    }
}

.sitemap__list>li>dl>dd>ul>li>a {
    font-size: 11px;
    line-height: 1.3;
    padding: 6px 11px;
}

.sitemap__list>li>dl>dd>ul>li:hover,
.sitemap__list>li>dl>dd>ul>li:active {
    opacity: 1;
}

.sitemap__list>li>dl>dd.none:after {
    display: none;
}

.sitemap__list--sub {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 10px;
    margin-top: 30px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    opacity: 0;
}

.move .sitemap__list--sub {
    opacity: 1;
}

.sitemap__list--sub>li {
    margin-right: 25px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sitemap__list--sub>li>a {
    font-size: 13px;
    line-height: 40px;
}

.sitemap__list--sub>li:hover,
.sitemap__list--sub>li:active {
    opacity: .7;
}

.voice {
    margin: 80px 0;
}

.topics__lists {
    margin: 80px 0;
}

.voice .to-archive {
    width: 300px;
    margin: 0 auto;
    color: #fff;
}

.voice .to-archive a {
    color: #fff;
    background: #242e76;
}

.voice .to-archive a:hover {
    color: #fff;
}





.topics {
    /* margin:80px 0; */
}

.topics__lists {
    margin: 80px 0;
}

@media screen and (max-width: 500px) {
    .topics__lists {
        margin: 0px 0;
    }
}

.topics .to-archive {
    width: 300px;
    margin: 0 auto;
    color: #fff;
}

.topics .to-archive a {
    color: #fff;
}

.topics .to-archive a:hover {
    color: #fff;
}




.btnlist {
    color: #14357b;
    background: #14357b;
    /*     border-color: #14357b; */
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 1.5em;
    padding: 5px 0;
    height: 45px;
    width: 200px;
    margin: 10px auto;
}

.btnlist hover {
    color: #242e76;
    background: #fff;
    border: #242e76 2px solid;
}

.btnlist a:after {
    font-family: 'Font Awesome 6 pro';
    content: "\f054";
    font-size: 20px;
    padding-left: 10px;
    color: #fff;
}

/* ページネーション */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.pagination li {
    display: inline-block;
    margin: 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    color: #0d2870;
    border: 1px solid #0d2870;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.pagination a:hover {
    background-color: #0d2870;
    color: #fff;
}

.pagination .current {
    background-color: #0d2870;
    color: #fff;
    border-color: #0d2870;
    cursor: default;
}

.pagination .dots {
    border: none;
    padding: 8px 8px;
    cursor: default;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .pagination {
        flex-wrap: wrap;
        gap: 5px;
    }

    .pagination a,
    .pagination span {
        padding: 6px 12px;
        font-size: 12px;
    }
}