@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); */


@font-face {
    font-family: "AvenirNext";
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url("../font/AvenirNextLTPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "AvenirNext";
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url("../font/AvenirNextLTPro-Bold.otf") format("opentype");
    font-weight: bold;
    /* boldが使えるようになる */
}

@font-face {
    font-family: "AvenirNext";
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url("../font/AvenirNextLTPro-It.otf") format("opentype");
    font-weight: italic;
    /* boldが使えるようになる */
}

@font-face {
    font-family: "noto-sans-cjk-jp";
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url("../font/NotoSansCJKjp-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "noto-sans-cjk-jp-bold";
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url("../font/NotoSansCJKjp-Bold.ttf") format("opentype");
    font-weight: bold;
}




* {
    color: #060c36;
    font-family: "noto-sans-cjk-jp", sans-serif;
    word-wrap: break-word;
}

img {
    max-width: 100%;
}

a {
    color: #060c36;
}

p {
    font-size: 14px;
    line-height: 2;
}

.home p {
    font-size: 18px;
}

.btn.w_auto{
    width: auto;
}




section {
    padding: 100px 0;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_30 {
    margin-top: 30px;
}

.ta_c {
    text-align: center;
}

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

.section_head {
    font-size: 32px;
    color: #ffcc00;
    margin-bottom: 30px;
}

.section_head.en_small {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #d0d0d0;
    font-family: "AvenirNext", sans-serif;
}

.section_head.en_small.yellow {
    color: #ffcc00;
}

.section_head.jp {
    font-weight: normal;
    color: #000;
}

.section_head.en {
    font-size: 60px;
    color: #ffcc00;
    font-weight: bold;
    margin-bottom: 60px;
    font-family: "AvenirNext", sans-serif;
    text-shadow: 1px 1px 0px #060c36;
}

.section_head.black {
    color: #060c36;
}

.en_font,
.en {
    font-family: "AvenirNext", sans-serif;
}


.sub_head.en {
    font-size: 60px;
    color: #ffcc00;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: "AvenirNext", sans-serif;
    text-shadow: 1px 1px 0px #060c36;
}

.inner_head {
    display: block;
    color: #000;
    text-shadow: none;
}

.inner_head.jp {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.inner_head.jp.large {
    font-size: 30px;
    margin-top: 15px;
}

.btn_wrap {
    display: flex;
    justify-content: center;
}

.btn {
    display: inline-block;
    padding: 20px;
    border: 3px solid #ffcc00;
    color: #ffcc00;
    transition: all 0.3s;
    width: 250px;
    text-align: center;
    font-family: "AvenirNext", sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.button{
        display: inline-block;
        padding: 15px;
        border: 3px solid #ffcc00;
        color: #ffcc00;
        transition: all 0.3s;
        width: auto;
        text-align: center;
        font-family: "AvenirNext", sans-serif;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 12px;
}

.btn span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.btn:hover {
    opacity: 0.8;
}

.header_top {
    background: url("../img/header_top.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

.header_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.header_top .bg_video {
    position: absolute;
    top: 0;
    left: 0;
}

.header_top .bg_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_top_logo {
    position: relative;
    z-index: 10;
}

.header_top_logo .logo {
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
}

.header_top img {
    width: 50px;
    margin: 0 auto;
    opacity: 0.8;
}

.header_top .section_head {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    position: relative;
    z-index: 20;
}

.header {
    padding: 30px 0;
}

.header>.container {
    display: flex;
    align-items: center;
}

.header_logo {
    width: 200px;
}

.header .gnav {
    margin-left: auto;
}

.header .gnav ul {
    display: flex;
}

.header .gnav ul li {
    margin-right: 30px;
}

.header .gnav ul li a {
    font-size: 18px;
    font-weight: bold;
    font-family: "AvenirNext", sans-serif;
}

.header .gnav ul li a:hover {
    color: #ffcc00;
}

.video_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_wrap video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}

.video_wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.video_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_text p,
.video_text #typing {
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-family: "AvenirNext", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-shadow: 5px 5px 0px #060c36;
    line-height: 1.5;
}

.video_text p span,
.video_text #typing span {
    color: inherit;
}

.kv {
    margin-bottom: 60px;
}

.kv>.container {
    position: relative;
}

.about {
    padding-top: 0;
}

.about .section_head {
    text-align: center;
    margin-bottom: 60px;
}

.about_text {
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
}

section.work,
section.news,
section.practice {
    overflow-x: hidden;
}

.work_img {
    position: relative;
    margin-bottom: 30px;
}

.work_name {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
}

.work_name p {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #fff;
}

.work_name p:before {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: -150px;
    top: 50%;
}

.work_title {
    color: #d0d0d0;
    color: #d0d0d0;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: "AvenirNext", sans-serif;
}

.work_category {
    color: #ffcc00;
    font-weight: bold;
    font-size: 18px;
    font-family: "AvenirNext", sans-serif;
}

.work_slider {
    margin-right: 30px;
    margin-left: 30px;
}

.work .slick-dots {
    bottom: 0;
    top: -10%;
    right: -30%;
}

.work .slick-list {
    position: relative;
    z-index: 3000;
}

.work .slick-dots li.slick-active button:before {
    color: #ffcc00;
}

.work .slick-slide img {
    aspect-ratio: 16 / 12;
    object-fit: contain;
}

.work_slider_wrap {
    margin-top: 60px;
}

.section_menu {
    display: flex;
    margin-bottom: 60px;
}

.section_menu_item {
    font-size: 18px;
    font-weight: bold;
    color: #d0d0d0;
    cursor: pointer;
}

.section_menu_item.active {
    color: #000;
}

.service {
    display: none;
}

.service.active {
    display: block;
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.service_list.bottom {
    margin-bottom: 80px;
}

.service_menu {
    border-left: 2px solid #000;
    padding: 0 30px;
    cursor: pointer;
    font-size: 27px;
    font-family: "AvenirNext", sans-serif;
    margin-bottom: 30px;
}

.service_menu a {
    font-family: "AvenirNext", sans-serif;
}

.service_menu a span {
    font-size: 0.6rem;
    text-align: left;
    margin-left: 1em;
}


.service_menu.active {
    border-left: 2px solid #ffcc00;
    font-weight: bold;
}

.service_box {
    display: none;
}

.service_box.active {
    display: flex;
}

.service_contents {
    width: 50%;
    margin-right: 30px;
}

.service_img {
    width: 50%;
}

.service_img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.service_text {
    margin-top: 60px;
}

.appli_box {
    display: flex;
    margin-top: 45px;
    margin-bottom: 60px;
}

.appli_box_left {
    width: 35%;
    padding-right: 30px;
}

.appli_box_area {
    width: 65%;
}

.appli_box_right {
    width: 100%;
    display: none;
}

.appli_box_right.active {
    display: block;
}

.appli_item {
    font-size: 62px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    font-family: "AvenirNext", sans-serif;
}

.appli_item.active {
    font-weight: bold;
}

.appli_item:hover:before {
    display: none;
}


.appli_item:before {
    content: "";
    display: block;
    height: 70px;
    width: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.appli_text {
    text-align: center;
    margin-bottom: 60px;
}

.news_box {
    display: flex;
}

.news_box_left {
    width: 35%;
    padding-right: 60px;
}


.news_box_left img {
    height: 100%;
    object-fit: contain;
}

.news_box_right {
    width: 65%;
}

.news_title {
    margin-bottom: 60px;
}

.news_text {
    margin-bottom: 30px;
}

.news .btn_wrap {
    justify-content: flex-end;
}

.news .slick-dots {
    bottom: 0;
    top: -16%;
    right: -30%;
}

.news .slick-list {
    position: relative;
    z-index: 3000;
}

.news .slick-dots li.slick-active button:before {
    color: #ffcc00;
}

.sns {
    background: #616162;
}

.sns .section_head {
    text-align: center;
    margin-bottom: 60px;
}

.sns .section_head .inner_head {
    font-size: 18px;
    color: #fff;
}

.sns_icon_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_icon_list img {
    width: 80px;
    height: auto;
}

.sns_icon_list img.youtube {
    width: auto;
}

.sns_icon_item {
    margin: 0 45px;
}

.supponser_list {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
    align-items: center;
}

.supponser_list img {
    width: 350px;
}

.supponser .section_head.en {
    margin-bottom: 60px;
}

.contact {
    background: #e4efff;
}

.contact .logo {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
}

.contact.service_ver {
    position: relative;
    padding: 150px 0;
}

.contact.service_ver .logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact.service_ver .section_head {
    margin-bottom: 0;
}

.contact.service_ver .sns_icon_box {
    margin: 60px 0;
}

.contact.service_ver .btn {
    background: #fff;
}

.footer {
    background: #323333;
    color: #fff;
    padding: 30px 0;
}

.footer_text {
    color: #fff;
}

.footer_head {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.footer .sns_icon_list {
    margin-bottom: 100px;
    justify-content: flex-end;
}

.footer .sns_icon_list img {
    width: 40px;
}

.footer .sns_icon_list img.youtube {
    width: 100px;
}

.footer .sns_icon_item {
    margin: 0 30px;
}

.under_kv {
    height: 400px;
    background: url("../img/under_kv.png");
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    background-position-y: 20%;
}

.under_kv .inner_head.jp {
    color: #fff;
}

.under_kv:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.under_kv .section_head {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.under_kv .section_head:before {
    content: "";
    display: block;
    width: 5px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: -25px;
    top: 30px;
}

.service_menu_wrap .service_list {
    justify-content: center;
}

.section_menu_item {
    font-family: "AvenirNext", sans-serif;
}

.section_title {
    background: #f3f3f3;
    padding: 60px 0;
    margin-bottom: 60px;
}

.section_title .section_head {
    font-size: 30px;
    color: #060c36;
    position: relative;
    margin-bottom: 0;
}

.section_title .section_head:before {
    content: "";
    display: block;
    width: 5px;
    height: 35px;
    background: #060c36;
    position: absolute;
    left: 50%;
    top: 50px;
}

.section_title .section_head .inner_head {
    margin-top: 60px;
    font-size: 30px;
}

.section_box {
    display: flex;
    align-items: center;
    margin: 150px 0;
}

section#strength {
    overflow-x: hidden;
}

.section_box img {
    max-width: 200%;
    margin-left: -50%;
    position: relative;
    z-index: -1;
}

.section_box:nth-child(even) img {
    margin-left: -100%;
}

.section_box:nth-child(even) {
    flex-direction: row-reverse;
}

.section_box:nth-child(even) .section_box_left {
    padding-left: 60px;
    padding-right: 0;
}

.section_box:last-child {
    margin-bottom: 0;
}

.section_box_left {
    width: 70%;
    padding-right: 60px;
}

.section_box_right {
    width: 45%;
}

.section_slide {
    margin: 0 45px;
    margin-top: 100px;
}

.section_slide_img {
    margin-bottom: 30px;
}

.section_slide_img img {
    object-fit: cover;
    aspect-ratio: 16/9;
}

.section_slide .section_head {
    /* padding-left: 45px; */
    text-shadow: none;
}

.section_slide .inner_head {
    text-align: right;
    margin-top: 0;
    font-weight: normal;
}

.section_slider .slick-dots li.slick-active button:before {
    color: #ffcc00;
}

.price_text {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 100px;
    font-family: "AvenirNext", sans-serif;
}

.service_menu_area {
    margin: 100px 0;
}

.service_post_title .inner_head {
    margin-top: 0;
}

.service_post_img {
    margin-bottom: 60px;
}

.service_post_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

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

.service_results .results_head {
    font-size: 30px;
}

.service_results .results_text {
    font-size: 130px;
    font-family: "AvenirNext", sans-serif;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.results_message {
    margin: 100px 0;
}

.page_nation.service_ver {
    margin-bottom: 200px;
}

#typing {
    font-family: "Courier New", Courier, monospace;
    white-space: nowrap;
    color: #fff;
    font-size: 30px;
}

#cursor {
    display: inline-block;
    animation: cursorBlink 1s infinite;
    font-size: 60px;
    color: #fff;
    text-shadow: none;
    margin-left: 5px;
}

.slick-list {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

@keyframes cursorBlink {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes cursorBlink {

    0%,
    100% {
        border-color: transparent;
    }

    50% {
        border-color: #000;
    }
}

.humburger_box {
    display: none;
}


.archive_box {
    padding-bottom: 100px;
}

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

.archive_item {
    width: calc(100% / 2 - 30px);
    position: relative;
    margin-bottom: 80px;
}

.archive_item a {
    width: 100%;
}

.archive_img {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.archive_img:before {
    content: "";
    display: block;
    padding-top: 65%;
    /* 高さを幅の75%に固定 */

}

.archive_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.post-type-archive-application .archive_img img {
    height: auto;
}

.archive_title {
    color: #8b8887;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: "AvenirNext", sans-serif;
    word-wrap: break-word;

}

.archive_tag a {
    display: block;
}

.domain_name {
    position: absolute;
    bottom: -15px;
    right: 0;
}

.comment_box {
    border: 2px solid #8b8887;
    padding: 80px 60px;
    position: relative;
    margin: 100px 0 100px;
}

.comment_title {
    background: #fff;
    position: absolute;
    top: -20px;
}

.inquiry input,
.inquiry textarea {
    border: 1px solid #000;
}

.hidden {
    display: none;
}

.single_wrap {
    margin: 100px 0 200px;
}

.single_wrap .pagetitle {
    margin-bottom: 60px;
}

.entry-tag {
    margin-bottom: 60px;
}

.service_box .btn_wrap {
    margin-top: 45px;
    justify-content: flex-start;
}

.page_wrapper {
    margin: 60px 0;
}

.home .page_wrapper {
    margin: 0;
}

.section_head.jp.under_kv_head {
    color: #fff;
}

.section_head.jp.under_kv_head:before {
    top: 4px;
}

.home .work_slider_wrap {
    margin: 0;
}

.home .work .slick-dotted.slick-slider {
    margin: 0;
}


/*--- 線から塗り（共通設定） ---*/

.btn {
    position: relative;
    transition: all .3s;
    transition-delay: .7s;
    border: none;
}

.btn:hover {
    /* border:3px solid transparent; */
    /* background:#ffcc00 !important; */
    /* color: #fff; */
}

.btn:before,
.btn:after {
    content: "";
    position: absolute;
    /*線の形状*/
    width: 100%;
    height: 3px;
    background: #ffcc00;
    transition: all 0.2s linear;
    /* animation: width-anim-out .5s ease-out forwards; */

}

/* .btn:after{ */
/* animation: width-anim-out .5s ease-out forwards; */
/* } */
/* .btn span:after{ */
/* animation: height-anim-out .5s .3s ease-out forwards; */
/* } */
/* .btn:before{ */
/* animation: width-anim-out .5s .5s ease-out forwards; */
/* } */
/*  */
/* .btn span:before{ */
/* animation: height-anim-out .5s .7s ease-out forwards; */
/* } */

.btn span {
    display: block;
}

.btn span:before,
.btn span:after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 3px;
    height: 100%;
    background: #ffcc00;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
    /* animation: height-anim-out .5s ease-out forwards; */
}

.btn span:before {
    /* animation: height-anim-out2 .5s ease-out forwards; */
}

/*hoverした際、線が縦横100%伸びる*/
/* .btn:hover::before, */
/* .btn:hover::after{ */
/* animation: width_anim .5s ease-out forwards; */
/* } */
/* .btn:hover span::before, */
/* .btn:hover span::after{ */
/* animation: height_anim .5s ease-out forwards; */
/* } */

.btn:hover span::before {
    animation: height_anim .4s .6s ease-out forwards;
}

.btn:hover::before {
    animation: width_anim .4s .4s ease-out forwards;
}

.btn:hover span:after {
    animation: height_anim .4s .2s ease-out forwards;
}

.btn:hover::after {
    animation: width_anim .4s ease-out forwards;
}



@keyframes width_anim {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes height_anim {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@keyframes width-anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
        left: 0;
    }

}

@keyframes height-anim-out {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
        top: 0;
    }
}

@keyframes height-anim-out2 {
    0% {
        height: 0%;
        bottom: 0;
    }

    100% {
        height: 100%;
        bottom: 100px;
    }
}

/*== 左下⇒右下⇒右上⇒左上⇒左下に枠線が伸びて塗りに */

/*左下から右下へ伸びる横線*/
.bordercircle::after {
    left: 0;
    bottom: 0;
}

/*右下から上へ伸びる縦線*/
.bordercircle span::after {
    right: 0;
    bottom: 0;
    transition-delay: 0.2s;
}

/*右上から左上へ伸びる横線*/
.bordercircle::before {
    right: 0;
    top: 0;
    transition-delay: 0.4s;
}

/*左上から左下へ伸びる横線*/
.bordercircle span::before {
    left: 0;
    top: 0;
    transition-delay: 0.6s;
}


.lr_table {
    border-collapse: collapse;
}



#slug-lungrads_japan .entry-content h3 {
    padding-bottom: 15px;
    padding-top: 30px;
}

#slug-lungrads_japan .entry-content p {
    padding: 0 0 15px;
}

#slug-langrads_japan a {
    word-break: break-all;
}

.entry-content .lr_reference p {
    font-weight: bold;
    max-width: none;
    padding: 0;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 18px;
    bottom: 20px;
    background: #061533;
    z-index: 100;
    opacity: 0.8;
}

@media (max-width: 767px) {
    #page_top {
        right: 10px;
        bottom: 15px;
    }
}

#page_top a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#page_top a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.navy_btn {
    background: #061533;
    color: #ffffff;
    min-width: 300px;
    width: auto;
    max-width: 100%;
    border: 3px solid transparent;
    padding: 15px;
    transition: 0.3s ease-out;
}

.navy_btn:hover {
    color: #061533;
    background: #fff;
    border: 3px solid #061533;
    font-weight: bold;
}

.red_btn {
    background: #e23e54;
    color: #fff;
    width: auto;
    max-width: 100%;
    padding: 1em;
    transition: 0.3s ease-out;
    border: 2px solid transparent;
    outline: none !important;
}

.red_btn:hover {
    background: #fff;
    color: #e23e54;
    border: 2px solid #e23e54;
}

.btn_box {
    margin: 60px 0 80px;
    padding: 0;
}

.page .entry-title span.head_desc {
    width: auto;
    font-size: inherit;
    font-weight: bold;
    padding-bottom: 0.5em;
    line-height: inherit;
    color: red;
    text-align: left;
    font-style: normal;
    display: block;
    text-shadow: none;
}

.entry-content .lr_text {
    max-width: none;
}

body .entry-content .lung-rads_table h3 {
    padding-bottom: 0;
    margin: 1em 0 0.5em;
}

.lr_logo {
    width: 100px;
    margin: 0 auto 1em;
    display: block;
}

.entry-content .lung-rads_table h3.table_name {
    text-align: center;
    padding-bottom: 0;
}

.lr_table td,
.lr_table th {
    vertical-align: middle;
    color: #000;
    line-height: 1.5;
    text-align: left;
}

.lr_table .table_head {
    background-color: #333f50;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
}

.bg_gray {
    background: #d9d9d9;
}

.bg_blue {
    background: #b5c7e9;
}

.bg_green {
    background: #7aab3a;
}

.bg_yellow {
    background: #fffc00;
}

.bg_orange {
    background: #e67a1e;
}

.bg_red {
    /* background: #f40000; */
    background: #d20000;
}

.lr_table b {
    font-weight: bold;
    color: inherit;
}

.table_head_cat {
    width: 190px;
}

.table_head_dokuei {
    width: 370px;
}

.table_head_mgm {
    width: 200px;
}

.entry-content .lr_note {
    margin: 0;
    width: 100% !important;
}

.lr_note_list {
    margin-bottom: 15px;
    padding-left: 1.7em;
    text-indent: -1.7em;
}

#slug-langrads_japan .entry-content section h3 {
    padding-bottom: 0.5em;
}

#slug-langrads_japan .entry-content section h3:not(:first-child) {
    padding-top: 1em;
}

#slug-langrads_japan .widget-title {
    margin-bottom: 15px;
}

#slug-langrads_japan a[target="_blank"]::after {
    margin-left: 10px;
    content: "\f08e";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: -1px;
    color: #2a3f67;
}

#slug-langrads_japan .s_vision_img_wrap a::after {
    display: none;
}

@media (max-width: 414px) {
    .lr_note_list {
        padding-left: 1.2em;
        text-indent: -1.2em;
    }
}

.table_head_suikei {
    width: 77px;
}

.table_head_risk {
    width: 92px;
}

.table_head_score {
    width: 72px;
}

.s_vision {
    padding: 30px 0 0 0;
    /* border: 1px solid #000; */
}

.s_vision p {
    max-width: none;
}

.lr_table td.ta-c {
    text-align: center;
}

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

.s_vision_img_wrap a {
    padding: 1em;
    margin-right: 30px;
}

@media (max-width: 414px) {
    .s_vision_img_wrap a {
        padding: 0;
        margin-right: 15px;
    }
}

.entry-content .lung-rads_contact p {
    max-width: none;
}

.lr_dl_wrap {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .lr_dl_wrap {
        justify-content: center;
    }
}

.lung-rads .lr_text a {
    display: inline;
}

blockquote.bq {
    background-color: transparent;
    margin: 0;
    border: none;
    padding-left: 0;
    background: #eee;
    padding: 1em;
}

blockquote.bq:before,
blockquote.bq:after {
    display: none;
}

.lung-rads_download .btn_box {
    margin-top: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .lung-rads_download .btn_box {
        margin-bottom: 30px;
        width: 100%;
    }
}

.lung-rads_download .btn_box .navy_btn {
    font-weight: bold;
    margin-right: 45px;
}

@media (max-width: 767px) {
    .lung-rads_download .btn_box .navy_btn {
        margin-right: 0;
        width: 100%;
    }
}

.lr_dl_link {
    margin-bottom: 45px;
}

body:not(.home) .entry-content h2.lr_head {
    position: relative;
    padding: 0;
    padding-bottom: 0.4em;
    border-bottom: 4px solid #ddd;
    margin-bottom: 40px;
}

body:not(.home) .entry-content h2.lr_head:after {
    position: absolute;
    content: " ";
    border-bottom: solid 4px #132a56;
    bottom: -4px;
    width: 10%;
    display: block;
}

@media (max-width: 414px) {
    body:not(.home) .entry-content h2.lr_head:after {
        width: 20%;
    }
}

.lr_reference a {
    display: block;
    margin-bottom: 30px;
    word-break: break-all;
}

.lung-rads_download .navy_btn {
    background: #f7931e;
    color: #44454e;
    border: 3px solid #ddd;
}

.lung-rads_download .navy_btn:hover {
    border: 3px solid #ddd;
    background: #fff;
}


.lr_table tr,
.lr_table td {
    border: 1px solid black;
}

.lung-rads_download .btn_box .navy_btn {
    font-size: 15px;
}

#slug-langrads_japan .col_3 .widget_text img {
    height: 350px;
    object-fit: contain;
}

.lr_table {
    position: relative;
}

.lr_table::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 29%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #ffffff;
    animation: move 2s infinite;
    transition: transform 0.8s;
}

@keyframes move {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(20px);
    }
}


.contact_form input,
.contact_form textarea {
    border: 1px solid #000;
    width: 100%;
    border: 1px solid #000;
    padding: 15px 10px;
    margin: 15px 0;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.team_title {
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block;
}

.team_title:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 80%;
    width: 3px;
    background: #8b8887;
}

.team_title:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -20px;
    height: 80%;
    width: 3px;
    background: #8b8887;
}

.lr_table::after {
    display: none;
}

.post_wrap {
    padding: 100px 0 200px;
}

.post_wrap h1.section_head.en {
    color: #060c36;
    margin-bottom: 20px;
}

.post_wrap .company_name {
    font-size: 30px;
    font-weight: bold;
}

.post_wrap .entry-content p {
    line-height: 2;
}

.post_title {
    margin-bottom: 100px;
}

.post_slider_wrap {
    overflow-x: hidden;
}

.post_category {
    display: flex;
    margin-bottom: 60px;
}

.post_category .section_head {
    margin-right: 15px;
}

.post_category .section_head:last-child {
    color: #ffcc00;
}

.post_slider_wrap .slick-dots li button:before {
    /* font-size: 60px !important; */
}

.post_slider_wrap .slick-list {
    position: relative;
    z-index: 3000;
}

.post_slider_wrap .slick-dots {
    /* bottom: -60px; */
}

.post_slider_wrap .slick-dots li.slick-active button:before {
    color: #ffcc00;
}

.post_slide {
    margin-top: 100px;
    margin-bottom: 30px;
}

.post_slide img {
    aspect-ratio: 16/9;
    object-fit: contain;
    margin: auto;
}

.page_nation {
    margin-top: 120px;
}

.page_nation_inner {
    display: flex;
    margin-bottom: 100px;
}

.page_nation_inner a {
    font-weight: bold;
}

.page_nation_inner .next {
    margin-left: auto;
    padding-left: 20px;
    border-left: 2px solid #060c36;
}

.page_nation_inner .prev {
    padding-right: 20px;
    border-right: 2px solid #060c36;
}

.page_nation_bottom {
    margin-top: 200px;
}

.page_nation_bottom .service_menu {
    margin-bottom: 30px;
}



.jarallax {
    aspect-ratio: 16/9;
    position: relative;
    z-index: 0;
}

/* .jarallax  .jarallax-img { */
/* position: absolute; */
/* object-fit: cover; */
/* top: 0; */
/* left: 0; */
/* width: 100%; */
/* height: 100%; */
/* z-index: -1; */
/* } */

/*== ボタン共通設定 */
.btn02 {
    /*背景の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    width: 100%;
    height: 100px;
    outline: none;
}

/*ボタン内側の設定*/
.btn02 span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* 重なりを3Dで表示 */
    transform-style: preserve-3d;
    /* アニメーションの設定 数字が少なくなるほど早く回転 */
    transition: 0.5s;
    padding-left: 45px;
    font-size: inherit;
}

/*== くるっと回転（奥に） */

/* 回転前 */
.rotateback span:nth-child(1) {
    background: #fff;
    color: #000;
    transform: rotateX(0deg);
    /*はじめは回転なし*/
    transform-origin: 0 60% -50px;
    /* 回転する起点 */
}

/*hoverをした後の形状*/
.rotateback:hover span:nth-child(1) {
    transform: rotateX(90deg);
    /* X軸に90度回転 */
}

/* 回転後 */
.rotateback span:nth-child(2) {
    background: #060c34;
    color: #fff;
    transform: rotateX(-90deg);
    /*はじめはX軸に-90度回転*/
    transform-origin: 0 60% -50px;
    /* 回転する起点 */
}

/*hoverをした後の形状*/
.rotateback:hover span:nth-child(2) {
    transform: rotateX(0deg);
    /* X軸に0度回転 */
}


.tech_info {
    padding-bottom: 0;
}

.spec_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}

.spec_head {
    width: 11em;
    font-weight: bold;
    margin-bottom: 30px;
    margin-bottom: 45px;
}

.spec_body {
    width: calc(100% - 11em);
}

.appli_kv {
    position: relative;
}

.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#strength .section_head.en {
    line-height: 1.2;
    margin-bottom: 40px;
}

.price_text_inner {
    margin-top: -10px;
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.pc_on {
    display: block;
}

.sp_on {
    display: none;
}



.onten_img_wrap {
    margin-top: 60px;
}


.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1.5s,
        visibility 1s,
        transform 1s ease-out;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.loading_line {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 100000;
}





.loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}

.loading_img img {
    width: 100%;
}


.loading-area {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 20px;
    margin-left: 15px;
}

.loading-area span {
    display: inline-block;
    background-color: #efefef;
    background-image: linear-gradient(#f5c33a 0 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 100% 0%;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    animation: water-anime 2s infinite linear;
    text-transform: uppercase;
}

.loading-area span:nth-child(1) {
    animation-delay: 0.1s;
}

.loading-area span:nth-child(2) {
    animation-delay: 0.14s;
}

.loading-area span:nth-child(3) {
    animation-delay: 0.18s;
}

.loading-area span:nth-child(4) {
    animation-delay: 0.22s;
}

.loading-area span:nth-child(5) {
    animation-delay: 0.26s;
}

.loading-area span:nth-child(6) {
    animation-delay: 0.3s;
}

.loading-area span:nth-child(7) {
    animation-delay: 0.34s;
}

.loading-area span:nth-child(8) {
    animation-delay: 0.38s;
}

.loading-area span:nth-child(9) {
    animation-delay: 0.4s;
}

.loading-area span:nth-child(10) {
    animation-delay: 0.44s;
}


.loading_img.fade_out {
    animation: down 1s ease-in forwards;
}

.loading.fade_out {
    /* animation: slide 1.5s ease-in-out forwards; */
    animation: opacity_anime 1s 0.5s linear forwards;
    /* animation-name: PageAnime-bottom-rtl; */
}

.loading_line.fade_out {
    animation: PageAnime-bottom-rtl 2s 0.1s ease-in-out forwards;
    /* animation: slide2 1s .5s ease-in-out forwards; */
}


/* 2024_03 single.php */
.single .single_wrap .single_kv img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 30px;
}
.single .entry-content .shareaholic-share-buttons-animation-wrapper  {
     display: none;
}

@keyframes opacity_anime {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes water-anime {

    70%,
    100% {
        background-size: 100% 100%;
    }

}

@keyframes slide {
    0% {
        width: 30%;
        transform: skew(35deg);
        left: 100%;
    }

    100% {
        width: 30%;
        transform: skew(35deg);
        left: -130%;
    }
}

@keyframes slide2 {
    0% {
        opacity: 1;
        width: 30%;
        transform: skew(35deg);
        left: 100%;
    }

    100% {
        width: 30%;
        transform: skew(35deg);
        left: -130%;
    }
}

@keyframes down {
    0% {
        opacity: 1;
        visibility: visible;
        top: 50%;
    }

    50% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 0;
        visibility: hidden;
        top: 60%;
    }

}

@keyframes PageAnime-bottom-rtl {
    0% {
        opacity: 1;
        transform-origin: center right;
        transform: scale(2, 2) translateX(300%) skewX(45deg);
    }

    50% {
        opacity: 1;
        transform-origin: center right;
        transform: scale(2, 2) translateX(17%) skewX(45deg);
    }

    50.001% {
        opacity: 1;
        transform-origin: center right;
        transform: scale(2, 2) translateX(17%) skewX(45deg);
    }

    100% {
        opacity: 1;
        transform-origin: center right;
        transform: scale(2, 2) translateX(-500%) skewX(45deg);
    }
}




@media(min-width:1920px) {
    .slide_container {
        width: 1200px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
}



@media (max-width: 1200px) {
    .service_menu {
        margin-bottom: 15px;
    }

    .appli_box_left {
        width: 45%;
    }

    .appli_box_area {
        width: 55%;
    }
}

@media (max-width: 1023px) {
    .home p {
        font-size: 16px;
    }

    .tab_none {
        display: none;
    }

    .gnav {
        display: none;
    }

    .gnav.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        z-index: 100000;
    }

    .header .gnav ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .header .gnav ul li {
        margin-right: 0px;
        margin: 15px 0;
    }

    .humburger_box {
        display: block;
        margin-left: auto;
        position: relative;
        z-index: 1000000;
    }

    .hamburger {
        width: 40px;
        height: 25px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background: transparent;
    }

    .hamburger_bar {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        transition: .5s ease;
    }

    .hamburger.active .hamburger_bar:first-child {
        transform: rotate(45deg) translate(1px, 2px);
    }

    .hamburger.active .hamburger_bar:nth-child(2) {
        transform: rotate(-45deg) translate(13px, -16px);
    }

    .hamburger.active .hamburger_bar:last-child {
        display: none;
    }

    body.lock {
        overflow: hidden;
    }

    section {
        padding: 50px 0;
    }

    .video_text p {
        margin-bottom: -20px;
    }

    .video_text p,
    .video_text #typing {
        font-size: 45px;
    }

    .work_title {
        font-size: 32px;
    }

    .work_name {
        bottom: 15px;
        right: 15px;
    }

    .work_name p:before {
        width: 60px;
    }

    .work_name p {
        font-size: 24px;
    }

    .work_category {
        font-size: 20px;
    }

    .work_title {
        margin-bottom: 15px;
    }

    .service_box.active {
        display: flex;
        flex-direction: column-reverse;
    }

    .service_contents {
        width: 100%;
    }

    .service_img {
        width: 100%;
        margin-bottom: 30px;
    }

    .service_img img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .inner_head.jp {
        margin-top: 0;
    }

    .appli_box_left {
        width: 50%;
    }

    .appli_box_area {
        width: 50%;
    }

    .supponser_list img {
        width: 300px;
    }

    .work .slick-dots {
        top: -60px;
        right: 0;
    }

    .news .slick-dots {
        bottom: 0;
        top: -15%;
        right: 0;
    }

    .sub_head.en,
    .section_head.en {
        font-size: 45px;
    }

    .header_top .section_head.en {
        font-size: 24px;
    }

    .inner_head.jp.large {
        font-size: 20px;
    }

    .section_title .section_head:before {
        top: 72px;
    }

    .section_box {
        margin: 80px 0;
    }

    .section_box .inner_head.jp {
        margin-top: 10px;
    }

    .section_slide {
        margin-top: 60px;
    }

    .contact .logo {
        width: 170px;
    }

    .service_menu_area {
        margin: 60px 0;
    }

    .service_results .results_head {
        font-size: 24px;
    }

    .service_results .results_text {
        font-size: 100px;
    }

    .results_message {
        margin: 60px 0;
    }

    .header_top {
        height: 160px;
    }

    #typing {
        line-height: 1.1;
    }

    .spec_list {
        width: 80%;
    }

    .loading_img {
        width: 140px;
    }

    .loading-area {
        margin-top: 15px;
    }

    .loading-area span {
        font-size: 16px;
    }

    a,
    img,
    span,
    button {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .pc_on {
        display: none;
    }

    .sp_on {
        display: block;
    }


    p {
        font-size: 14px;
        line-height: 1.7;
    }

    .container {
        padding: 0 15px;
    }

    .header_top .section_head.en {
        font-size: 12px;
        margin-bottom: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .header_top img {
        width: 30px;

    }

    .header_top {
        padding: 25px 0;
    }

    .kv {
        /* height: 430px; */
    }

    .kv>.container {
        height: 100%;
    }

    .video_wrap {
        height: 100%;
    }

    .video_wrap video {
        aspect-ratio: auto;
        height: 100%;
        object-fit: cover;
    }

    .video_text p,
    .video_text #typing {
        font-size: 26px;
        line-height: 1.5;
        text-shadow: 3px 3px 0px #060c36;
    }

    #cursor {
        font-size: 32px;
    }

    .video_text p {
        margin-bottom: 0;
    }

    .section_head {
        font-size: 24px;
    }

    .about .section_head {
        text-align: left;
        margin-bottom: 30px;
    }

    .about_text {
        text-align: left;
        margin-bottom: 60px;
    }

    .service_list {
        margin-bottom: 15px;
    }
    .service_menu_wrap .service_list{
        justify-content: flex-start;
    }

    .service_menu {
        font-size: 16px;
    }

    .section_menu {
        margin-bottom: 30px;
    }

    .service_list.bottom {
        margin-bottom: 30px;
    }

    .sub_head.en,
    .section_head.en {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .single .sub_head.en,
    .section_head.en {
        line-height: 1.5;
    }

    .service_text {
        margin-top: 30px;
    }

    .appli_box {
        flex-direction: column-reverse;
    }

    .appli_box_area {
        width: 100%;
        margin-bottom: 30px;
    }

    .appli_box_left {
        width: 100%;
    }

    .appli_item {
        font-size: 32px;
        padding-left: 30px;
    }

    .appli_item:before {
        height: 30px;
    }

    .appli_box {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .news_box {
        flex-direction: column;
    }

    .news_box_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .news_box_right {
        width: 100%;
    }

    .news_box_right .sub_head.en {
        margin-bottom: 10px;
    }

    .news_title {
        margin-bottom: 30px;
    }

    .news .slick-slide img {
        max-height: 200px;
        width: 100%;
    }

    .news .slick-dots {
        bottom: -55px;
        top: auto;
        right: auto;
    }

    .sns_icon_list {
        /* justify-content: space-between; */
    }

    .sns_icon_item {
        margin: 0 10px;
    }

    .sns_icon_list img {
        width: 40px;
    }

    .sns_icon_list img.youtube {
        width: 55px;
    }

    .supponser_list img {
        width: 130px;
    }

    .contact .logo {
        width: 150px;
        margin-bottom: 45px;
    }

    .sns .section_head .inner_head {
        font-size: 16px;
    }

    .sns_icon_box {
        margin-top: 60px;
    }

    .work_slider {
        margin: 0 5px;
    }

    .work .slick-dots {
        top: auto;
        bottom: -45px;
    }

    .work_name p {
        font-size: 12px;
    }

    .work_name p:before {
        width: 40px;
        height: 3px;
    }

    .work_name {
        bottom: 10px;
        right: 10px;
    }

    .work_title {
        font-size: 18px;
    }

    .work_img {
        margin-bottom: 15px;
    }

    .work_category {
        font-size: 14px;
    }

    .section_menu_item {
        font-size: 24px;
    }

    .section_head.en_small {
        font-size: 24px;
    }

    .work_slider_wrap {
        margin-top: 0px;
    }

    .btn {
        padding: 15px;
    }

    .under_kv {
        height: 250px;
    }

    .under_kv_head {
        color: #fff;
    }


    .inner_head.jp.large {
        font-size: 16px;
    }

    .service_about .ta_c {
        text-align: left;
    }

    .section_title {
        padding: 45px 0 25px;
    }

    .section_title .section_head:before {
        top: 55px;
    }

    .section_box {
        align-items: flex-start;
        flex-direction: column-reverse;
        margin: 0;
        margin-bottom: 60px;
    }

    .section_box_left {
        width: 100%;
        padding-right: 0px;
    }

    .section_box_right {
        width: 100%;
        margin-bottom: 30px;
    }

    .section_box_right img {
        aspect-ratio: 16/9;
        object-fit: contain;
    }

    .section_box:nth-child(even) {
        flex-direction: column-reverse;
    }

    .section_box:nth-child(even) .section_box_left {
        padding-left: 0px;
        padding-right: 0;
        text-align: left;
    }

    .section_box:last-child {
        margin-bottom: 0;
    }

    .inner_head.jp {
        font-size: 16px;
    }

    .section_slide_img {
        margin-bottom: 15px;
    }

    .section_slide {
        margin: 0 5px;
        margin-top: 0px;
    }

    .section_slider .section_head.en {
        font-size: 24px;
    }

    .section_slide .section_head {
        padding-left: 0px;
    }

    .section_slide .inner_head {
        text-align: left;
    }

    .section_slide .inner_head.jp {
        font-size: 12px;
        margin-top: 5px;
    }

    section.practice {
        padding-bottom: 0;
    }

    .service_post_img img {
        height: auto;
        aspect-ratio: 16 /9;
    }

    .service_results {
        flex-direction: column;
    }

    .service_results .results_head {
        font-size: 18px;
        font-weight: bold;
    }

    .service_results .results_text {
        font-size: 80px;
    }

    .results_message {
        margin: 30px 0;
    }

    .page_nation_inner a {
        font-weight: normal;
        font-size: 12px;
    }

    .page_nation {
        margin-top: 0;
    }

    .page_nation.service_ver {
        margin-bottom: 60px;
    }

    .contact.service_ver {
        padding: 120px 0;
    }

    .contact.service_ver .section_head {
        margin-bottom: 30px;
    }

    .footer_head {
        font-size: 24px;
    }

    .footer .sns_icon_item {
        margin: 0px 15px;
    }

    .header {
        padding: 20px 0;
    }

    .header_logo {
        width: 150px;
        display: flex;
        align-items: center;
    }

    .header_top {
        height: 85px;
    }

    .service_img img {
        max-height: 216px;
    }

    .archive_item {
        width: calc(100% / 2 - 10px);
        position: relative;
        margin-bottom: 30px;
    }

    .archive_title {
        font-size: 18px;
    }

    .archive_img {
        margin-bottom: 10px;
    }

    .service_menu_area {
        margin: 30px 0;
    }

    .archive .section_head.en_small {
        margin-bottom: 15px;
    }

    .comment_title {
        background: #fff;
        position: absolute;
        top: -15px;
        left: 15px;
        font-size: 16px;
    }

    .inquiry input,
    .inquiry textarea {
        width: 100%;
    }

    .single_wrap .pagetitle {
        margin-bottom: 0px;
    }

    .single_wrap {
        margin: 60px 0 100px;
    }

    .service_box .btn_wrap {
        margin-top: 45px;
        justify-content: center;
    }

    .comment_box {
        padding: 30px;
        margin: 60px 0 60px;
    }

    .header_top_logo .logo {
        bottom: -20px;
    }

    .page_wrapper {
        margin: 60px 0 0;
    }

    .lr_table {
        width: 1000px;
    }

    .scroll_table {
        overflow-x: scroll;
    }

    .archive_title {
        font-size: 12px;
        padding: 0 0 0 5px;
    }

    .team_title:before,
    .team_title:after {
        display: none;
    }

    #team .archive_box {
        padding-bottom: 0;
    }

    .html5-video-player .video-stream {
        height: 450px !important;
        top: 0 !important;
    }

    /* .video_wrap{ */
    /* padding: 0; */
    /* } */
    .video_wrap iframe {
        width: 100%;
        height: 100%;
    }

    .kv {
        margin-bottom: 60px;
    }

    .post_wrap {
        padding: 60px 0 60px;
    }

    .post_category {
        margin-bottom: 0px;
    }

    .post_title {
        margin-bottom: 30px;
    }

    .post_wrap .entry-content {
        margin-bottom: 60px;
    }

    .post_slide {
        margin-top: 30px;
    }

    .page_nation {
        margin: 60px 0;
    }

    .page_nation_inner {
        display: flex;
        margin-bottom: 0px;
    }

    .page_nation_bottom {
        margin-top: 0px;
    }

    .btn02 {
        height: 50px;
    }

    .btn02 span {
        padding-left: 15px;
    }

    .rotateback span:nth-child(1) {
        transform-origin: 0 50% -25px;
    }

    .rotateback span:nth-child(2) {
        transform-origin: 0 50% -25px;
    }

    .spec_list {
        width: 100%;
    }

    .spec_head {
        width: 100%;
        margin-bottom: 5px;
    }

    .spec_body {
        width: 100%;
        margin-bottom: 30px;
    }

    #strength .section_head.en {
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .work_name p:before {
        display: none;
    }

    .single-application #price .section_head.jp {
        margin-bottom: 0;
    }

    .price_text {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .price_text_inner {
        margin-top: 0;
        display: block;
        font-size: 16px;
    }


    .archive_item .domain_name p {
        font-size: 10px;
    }

    section.contact .sns_icon_list {
        flex-wrap: wrap;
    }

    .sns_icon_item.contact_icon_item {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .loading_img {
        width: 110px;
    }

    .loading-area {
        margin-top: 10px;
    }

    .loading-area span {
        font-size: 14px;
    }

    .kv .container .jarallax .jarallax-container .jarallax-video-youtube {
        /* width: 100% !important;
        height: 100% !important;
        margin: 0px !important;
        transform: none !important;
        position: absolute !important;
        inset: 0px 0px 0px 0px !important; */
    }

    .kv .container .jarallax .jarallax-container  {
        height: 92.5vw !important;
    }
    .kv .container .jarallax  {
        aspect-ratio: 1/1 !important;
    }

    .section_box img {
        max-width: 100%;
        margin-left: 0%;
    }

    .section_box:nth-child(even) img {
        margin-left: 0;
    }

    .section_text{
        line-height: 2;
        text-align: justify;
    }


}