@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;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    /*     
    font-weight: 400;
    font-style: normal; */
}

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

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

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

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 p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #00b8ee;
    margin-top: 50px;
    border-bottom: 1px solid #00b8ee;
    font-weight: 600;
}

.page-title p img{
    width:120px;
}


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

h2 {
    /* font-size: 31px; */
    /* color: #00b8ee; */
    /* 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;
    }
}



.font_en{
    font-family: "Century Gothic",'Abel', sans-serif;
}





.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: 100%;
    background-size: cover;
    background-position: center;
    height: 60px;
    /*    top: 50px;*/
    position: relative;
    /* padding: 10px; */
    margin: 0;
}




/* -----------------------------------------------------------

#breadcrumb

----------------------------------------------------------- */

#breadcrumb {margin: 0px 30px;padding: 15px 20px;position: relative;top: 60px;z-index:1;text-align: right;/* background: #fbfbfb; *//* border-bottom: 1px solid #e1e1e1; */}
#breadcrumb ol { font-size: 0; margin: 0; padding: 0; line-height: 1.8; line-height:1; }
#breadcrumb li {display: inline-flex;list-style: none;font-size: 12px;font-family: 'Noto Sans JP', sans-serif;font-weight: 400;margin: 0;padding: 0;letter-spacing: 0.5px;height:20px;line-height:20px;}
#breadcrumb li:after {color: #322961;font-size: 10px;font-family: 'themify';content: "\e649";font-weight: normal;margin: 0 8px;height:20px;line-height:20px;}
#breadcrumb li:last-child:after { display:none;}
#breadcrumb li i { font-size: 16px; padding-right: 5px; font-weight: normal; line-height: 1.3; }
#breadcrumb li a { position:relative; z-index:1; font-weight: 400; height:20px; line-height:20px; }
#breadcrumb li a:hover { color: #322961; }
#breadcrumb li:first-child a:before {padding-right:5px;color: #322961; font-size: 11px; font-family: 'themify'; content: "\e69b";}
#breadcrumb li a:after { position: absolute; bottom: -4px; left: -2px; width: 100%; height: 0; display: block; border-bottom:#322961 1px solid;content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}
#breadcrumb li a:hover:after  { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}

@media only screen and (max-width: 900px) {
    #breadcrumb {margin: 0px 0 0;padding:20px 5%;border-top:none;}
    #breadcrumb:before { display:none;}
    #breadcrumb li a:hover {color: #111;}
    #breadcrumb li a:hover:after { display:none;}
}

@media only screen and (max-width: 414px) {
    #breadcrumb { padding:18px 5% 16px; border-top:none;}
    #breadcrumb ol { font-size: 0; margin: -10px auto 0; padding: 0; display:block; text-align:left; }
    #breadcrumb li {font-size: 13px;margin: 10px 0 0;padding: 0;letter-spacing: 1px;}
    #breadcrumb li:after { margin: 0 5px;}
    #breadcrumb li:last-child {overflow: hidden;text-overflow: ellipsis; white-space: nowrap; width:10em;}
    #breadcrumb li:first-child a {font-size: 0;width:auto;padding-bottom: 7px;}
    #breadcrumb li:first-child a:before {padding-right:0;font-size: 13px;}
}

@media only screen and (max-width: 320px) {
    #breadcrumb li:last-child { width:6em;}
}




#breadcrumb_sub .links__items
{
    margin: 10px 0 50px;
    width: 100%;
    /* max-width: 1200px; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    /* flex-direction: row-reverse; */
    flex-direction: row;
    justify-content: flex-end;
}


#breadcrumb_sub .links__items a {
    color: #022a7f;
    /* border: 1px solid #022a7f; */
    border-radius: 0.2em;
    display: inline-block;
    padding: 5px 10px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
    margin-left: 15px;
    font-size: 12px;
}
#breadcrumb_sub .links__items a:before {
    font-family: 'Font Awesome 6 pro';
    padding-right:10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* line-height: 30px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    /*       content: "\f1b3"; */
}

#breadcrumb_sub .links__items .wf_profile:before {
    content: "\f495";
}
#breadcrumb_sub .links__items .wf_greeting:before {
    content: "\f2bd";
}
#breadcrumb_sub .links__items .wf_history:before {
    content: "\f1da";
}
#breadcrumb_sub .links__items .wf_access:before {
    content: "\f3c5";
}


#breadcrumb_sub .links__items .wf_semiconductor:before {
    content: "\f2db";
}
#breadcrumb_sub .links__items .wf_sensor:before {
    content: "\e028";
}
#breadcrumb_sub .links__items .wf_signage:before {
    content: "\f566";
}
#breadcrumb_sub .links__items .wf_solution:before {
    content: "\f471";
}
#breadcrumb_sub .links__items .wf_samarun:before {
    content: "\e1ee";
}


#breadcrumb_sub .links__items li a:hover {
    color: #605e5e;
    /*     background-color: #022a7f; */
}

@media screen and (max-width: 767px) {
    #breadcrumb_sub .links h1 {
        font-size: 24px;
        line-height: 1.5;
    }
    #breadcrumb_sub .links__items {
        max-width: 80%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #breadcrumb_sub .links__items li {
        width: calc(50% - 30px * 1/2);
        margin-right: 30px;
        margin-top: 20px;
    }
    #breadcrumb_sub .links__items li:nth-child(2n) {
        margin-right: 0;
    }
    #breadcrumb_sub .links__items li a {
        width: 100%;
        text-align: center;
    }
}

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












#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;
    }
}

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

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

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

#kodenshi table td {
    width: 70%;
}

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

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

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

@media screen and (max-width: 767px) {
    #kodenshi table th,
    #kodenshi table td {
        width: 100%;
        display: block;
    }
    #kodenshi table th {
        border: none;
        font-weight: bold;
        padding-bottom: 0;
    }
    #kodenshi table td {
        padding-top: 0;
    }
}

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

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


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



#kodenshi .left {
    width: 30%;
}

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

@media screen and (max-width: 767px) {
    #kodenshi .df.shadow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #kodenshi .left,
    #kodenshi .right {
        width: 100%;
    }
    #kodenshi .right {
        margin: 30px 0 0;
    }
}

#kodenshi .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) {
    #kodenshi .shadow {
        padding: 20px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#kodenshi .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) {
    #kodenshi .guide__wrapper__content .guide__flex .f__video {
        flex: 0 0 100%;
    }
    #kodenshi .guide__wrapper__content .guide__flex .f__comment {
        flex: 0 0 100%;
    }
}

#kodenshi .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;
}

#kodenshi .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;
}

#kodenshi .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%);
}

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

#kodenshi .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: #052f83;
    border: 1px solid #052f83;
    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: #052f83;
}

@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: 16px;
    line-height: 23px;
    padding-left: 5px;
    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;
}

#privacy ul.part  {
    font-size: 16px;
    padding-left:1em;
}

#privacy ul.part li  {
    padding:0;
    line-height: 2;
    margin:0
}



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

#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: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: ##00b8ee;
    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: ##00b8ee;
    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: ##00b8ee;
    font-size: 24px;
    left: 0;
    top: 0;
}







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

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




.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); */
    background-color: #00b8ee;
}

#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;
}

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

#single article .text-content p{
    line-height: 2.4;
    margin-bottom: 2rem;
}
#single article .text-content ul.wp-block-list{
    color: #668ad8;/*文字色*/
    border: dashed 2px #668ad8;/*破線 太さ 色*/
    background: #f1f8ff; /*背景色*/
    padding: 1em 0.5em 1em 2em;
}
#single article .text-content ul.wp-block-list li{
    line-height: 2.4;
    position: relative;
}

#single article .text-content ul.wp-block-list li:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f138";/*アイコンの種類*/
    position: absolute;
    left: -1.3em;/*左端からのアイコンまでの距離*/
    color: #668ad8;/*アイコン色*/
}
#single article .text-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0.5rem 0px;
}

#single article .text-content .time-category{
    text-align: right;
    font-size: 0.9rem;
    color: #767676;
}

@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: 1.5rem;
    /* color: #000; */
    /* margin-bottom: 0; */
    /* text-align: left; */
    font-weight: bold;
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
    background-color: #efefef;
}

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

#single .archive-post {
    border-bottom: 1px solid #ddd;
}
#single .archive-post li {
    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: 1.2rem;
}

#single .archive-post li .time-category {
    margin-top: 5px;
    text-align: right;
    font-size: 0.9rem;
    color: #767676;
}

@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;
}


.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,
.sitemap__list>li>dl>dd{
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 1;
    /* padding: 6px 11px 2px 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: ##00b8ee;
}

.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: ##00b8ee;
    background: #fff;
    border: ##00b8ee 2px solid;
}

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




.target {
    @include positionCenter();
    font-size: 50px;
    font-weight: bold;
}





.target {
    @include positionCenter();
    /* font-size: 50px; */
    font-weight: bold;
}


@media only screen and (min-width: 769px) {
    #privacy .p-privacy-content {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 65px;
        margin-top: -35px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) and (min-width: 769px) {
    #privacy .p-privacy-content {
        width: initial;
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media only screen and (min-width: 769px) {
    #privacy .p-privacy-content__last {
        margin-bottom: 100px;
    }
    #privacy .p-privacy-content__last .p-privacy-content-list li:first-child {
        margin-top: 23px;
    }
    #privacy .p-privacy-content__title {
        font-weight: 600;
        font-size: 16px;
        border-bottom: solid 1px #dddde4;
        padding-bottom: 15px;
    }
    #privacy .p-privacy-content__text {
        margin-top: 24px;
        line-height: 26px;
    }
    #privacy .p-privacy-content-list li {
        margin-top: 30px;
    }
    #privacy .p-privacy-content-list__title {
        display: flex;
        align-items: center;
    }
    #privacy .p-privacy-content-list__title span {
        font-family: 'Crimson', serif;
        font-style: italic;
        font-size: 22px;
        margin-right: 10px;
    }
    #privacy .p-privacy-content-list__title p {
        font-weight: 600;
    }
    #privacy .p-privacy-content-list__text {
        line-height: 26px;
        letter-spacing: 0.06em;
    }
    #privacy .p-privacy-content-list__text02 {
        margin-top: 15px;
    }
    #privacy .p-privacy-content-list__note {
        margin-top: 25px;
        padding: 22px 35px;
        background-color: #052f83;
        line-height: 26px;
        margin-bottom: 40px;
        color: #fff;
        display: flex;
        align-items: center;
    }
    #privacy .p-privacy-content-list__note span {
        font-weight: 600;
        display: block;
    }
    #privacy .p-privacy-content-signature {
        text-align: right;
        line-height: 26px;
        margin-top: 26px;
    }
    #privacy .p-privacy-content__logo {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    #privacy .p-privacy-content__logo img {
        width: 70px;
        height: 72px;
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }
    #privacy .p-privacy-content__logo img:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 768px) {
    #privacy .p-privacy-content {
        margin: 0 10px;
        margin-bottom: 90px;
        padding-top: 20px !important;
    }
    #privacy .p-privacy-content__last {
        margin-bottom: 110px;
    }
    #privacy .p-privacy-content__last .p-privacy-content-list li:first-child {
        margin-top: 13px;
    }
    #privacy .p-privacy-content__title {
        font-weight: 600;
        border-bottom: solid 1px #dddde4;
        padding-bottom: 10px;
    }
    #privacy .p-privacy-content__text {
        margin-top: 16px;
        line-height: 25px;
    }
    #privacy .p-privacy-content-list li {
        margin-top: 22px;
    }
    #privacy .p-privacy-content-list:last-child li:first-child {
        margin-top: 0px;
    }
    #privacy .p-privacy-content-list__title {
        display: flex;
        align-items: baseline;
        margin-bottom: 3px;
    }
    #privacy .p-privacy-content-list__title span {
        font-family: 'Crimson', serif;
        font-style: italic;
        font-size: 19px;
        margin-right: 5px;
    }
    #privacy .p-privacy-content-list__title p {
        font-weight: 600;
    }
    #privacy .p-privacy-content-list__text {
        line-height: 26px;
        letter-spacing: 0.06em;
    }
    #privacy .p-privacy-content-list__text02 {
        margin-top: 8px;
    }
    #privacy .p-privacy-content-list__note {
        margin-top: 21px;
        padding: 22px;
        background-color: #ededed;
        line-height: 25px;
        margin-bottom: 27px;
        letter-spacing: 0.001em;
    }
    #privacy .p-privacy-content-list__note span {
        font-weight: 600;
        display: block;
        margin-bottom: 4px;
    }
    #privacy .p-privacy-content-signature {
        text-align: right;
        line-height: 26px;
        margin-top: 26px;
    }
    #privacy .p-privacy-content a {
        color: #222426;
        text-decoration: none;
    }
    #privacy .p-privacy-content__logo {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    #privacy .p-privacy-content__logo img {
        width: 70px;
        height: 72px;
    }
}



/* 佐野清掃様追記 20241118 */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 8px;
    list-style: none;
}

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

.pagination li a, .pagination li span {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination li a:hover {
    background-color: #f5f5f5;
    color: #007bff;
}

.pagination li .current {
    background-color: #333;
    color: #fff;
    border-color: #333;
    font-weight: bold;
    cursor: default;
}

.pagination li a i {
    font-size: 12px;
    vertical-align: middle;
}

#toc_container{
    width: 100%;
}

/* h2 見出しスタイル */
#single article .text-content h2 {
  font-size: 1.5rem;
  color: #00b8ee;
  font-weight: bold;
  border-bottom: 2px solid #00b8ee;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

/* h3 見出しスタイル */
#single article .text-content h3 {
  font-size: 1.25rem;
  color: #00b8ee;
  font-weight: bold;
  padding-left: 0.5rem;
  border-left: 4px solid #00b8ee;
  margin-bottom: 0.8rem;
}

/* h4 見出しスタイル */
#single article .text-content h4 {
  font-size: 1.125rem;
  color: #00b8ee;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

/* h5 見出しスタイル */
#single article .text-content h5 {
  font-size: 1rem;
  color: #00b8ee;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.5rem;
}

#toc_container span.toc_toggle {
    display: inline-block;
}
#toc_container span.toc_toggle a {
    display: inline-block;
}

/* 目次プラグイン */
.toc_list>li span{
    color: #00b8ee;
    position: relative;
    padding: 0 0.5rem;
}
.toc_list>li span::before{
    content: "";
    /* background-color:#fff; */
    display: block;
    height: 1.3rem;
    width: 1.3rem;
    position: absolute;
    top: 0;
    left: .1rem;
    border-radius: 1rem;
    border: solid 1px;
}
.toc_number.toc_depth_1,.toc_number.toc_depth_2,.toc_number.toc_depth_3,.toc_number.toc_depth_4{
    display: none;
}
/* #toc_container ul ul {
    margin-left: 2em;
} */
#toc_container>ul>li>a{
    font-size: 1rem;
    font-weight: 600;
}
#toc_container>ul.toc_list>li>ul>li a {
    /* color: #353535; */
}

/*----------------- Topics */
.topics {
    padding-top: 0;
    padding-bottom: 120px;
}

.topics h2 {
    margin-bottom: 30px;
    font-size: 31px;
}

.topics__lists li {
    width: 100%;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
    border-bottom: 1px #ddd solid;
    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__lists li:first-child {
    margin-top: 1%;
}

.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-: 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-: center;
    flex-wrap: wrap;
}

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

.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-: start;
    }

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

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

.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__lists li:nth-child(3n) {
    margin-right: 0;
}

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

.topics__lists li a::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #00b8ee;
    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__lists li a:hover {
    opacity: 1;
}

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

.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__lists .thumbnail {
    padding: 20px 0;
}

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

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

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

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

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

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

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

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