﻿@charset "UTF-8";

/*
=======================================================
初期設定
レスポンシブ画像
zoom設定
FONT
module
topContaine
slider
sbmm 横並びカラム
title 見出し
pointBtnBox コンテンツ枠
stageRowBox pointリスト
アコーディオン FAQ
footer 共通link
scroll animation
メインビジュアル slide
英字アニメーション
page-top
=======================================================
*/


/*
1.初期設定
---------------------------------------------------------- */

html {
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.sp_dis,
.tab_none {
    display: none;
}

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

main {
    margin-top: 80px;
}

/*
レスポンシブ画像
---------------------------------------------------------- */

.slide-img img.pc_img {
    display: block;
}

.slide-img img.sp_img {
    display: none;
}

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

    .slide-img img.sp_img {
        display: block !important;
    }
}


/*
zoom設定
---------------------------------------------------------- */

body {
    zoom: 0.9;
}

@media screen and (max-width: 1180px) {
    body {
        zoom: 1;
    }
}


/*
FONT
---------------------------------------------------------- */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a:hover {
    text-decoration: none;
}

.noto {
    font-family: "Noto Sans Japanese";
}

.jost {
    font-family: 'Jost', sans-serif;
}

.robot {
    font-family: 'Roboto', sans-serif;
}

html {
    font-family: 'Noto Sans JP', sans-serif;
}

.poppins_med {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.poppins_semi {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


/* bebas_regular */

.bebas {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bebas_prp {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bebas2 {
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.scroll_box p {
    font-weight: 500;
}

.letterSpace {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    letter-spacing: -11px;
}

.letterSpace:first-child {
    margin-left: -35px;
    letter-spacing: -5px;
}

@media screen and (max-width: 991px) {
    .letterSpace {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .scroll_box {
        left: 22px;
    }
}


/*
module
---------------------------------------------------------- */

.topContainer {
    width: 1380px;
    margin: auto;
    position: relative;
}

.topImage {
    width: 100%;
    text-align: center;
    min-width: 1200px;
}

.topImage img {
    width: 100%;
    display: inline-block;
    max-width: 1920px;
}


/* boxRow ------ */

.boxRow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding-bottom: 160px;
}

.boxRow:nth-child(2n) {
    flex-direction: row-reverse;
}

.boxRow:nth-child(2n) .blue_back p {
    right: inherit;
    left: 0;
}

.boxRow:nth-child(2n) .blue_back {
    left: -80px;
}

.bgGray {
    background-color: #F5F5F5;
}

.box-2-Cell {
    width: 48%;
}

.box-3-Cell {
    width: calc(94% / 3);
}


/* SP ========= */

@media screen and (max-width: 1399px) {
    .topContainer {
        width: 1170px;
    }
}

@media screen and (max-width: 1199px) {
    .topContainer {
        width: 970px;
    }

    .boxRow:nth-child(2n) .blue_back {
        left: -50px;
    }
}

@media screen and (max-width: 991px) {
    .topContainer {
        width: 750px;
        /* margin-bottom: 80px; */
    }

    .boxRow {
        flex-direction: column;
    }

    .boxRow:nth-child(2n) .blue_back {
        left: -100px;
    }

    .bgGray {
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .box-2-Cell {
        width: 100%;
        margin-bottom: 30px;
    }

    .box-3-Cell {
        width: 100%;
        margin-bottom: 30px;
    }

    .topContainer {
        width: 94%;
    }
}

@media screen and (max-width: 500px) {
    .topContainer {
        padding-top: 50px;
    }

    #stage01 .topContainer {
        padding-top: 100px;
    }

    .topContainer.sp_pt_0 {
        padding-top: 0px;
    }

    .boxRow {
        padding-bottom: 80px;
    }

    .boxRow:nth-child(2n) .blue_back {
        left: -20px;
    }

    .boxRow:nth-child(2n) {
        flex-direction: column;
    }

    .boxRow {
        padding-bottom: 90px;
    }

    .boxRow:nth-child(2n) .blue_back {
        left: -40px;
    }
}


/* stageBox ------ */

.stageBox {
    width: 100%;
    min-width: 100%;
}

.stageBox-top {
    margin-top: -10px;
    /* overflow: hidden; */
}

.stageBox_middle {
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.top_box {
    height: 100vh;
    position: relative;
    /* margin-bottom: 150px; */
}

.title_box {
    position: absolute;
    top: 68%;
    left: 20%;
}

.title_top {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    top: 30%;
    left: 20%;
    color: #272727;
    letter-spacing: -0.3px;
}

@media screen and (max-width: 1199px) {
    .title_top {
        font-size: 50px;
    }
}

@media screen and (max-width: 1180px) {
    .top_box {
        height: 86vh;
    }
}

@media screen and (max-width: 767px) {
    .stageBox {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .top_box {
        height: calc(90vh - 90px);
    }

    /* .stageBox {
        margin-bottom: 70px;
    } */
    .stageBox-top {
        margin-top: 0;
        margin-bottom: 0;
    }

    .title_top {
        font-size: 32px;
        top: 24%;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }

    .title_box {
        display: none;
    }
}


/* top_btn regi_btn ------ */

.top_btn {
    height: 80px;
    width: 300px;
    font-size: 20px;
    border-radius: 40px;
    background: rgb(20, 92, 195);
    background: linear-gradient(270deg, rgba(20, 92, 195, 1) 0%, rgba(76, 186, 122, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s all;
}

.top_btn p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: .3s all;
}

.top_btn:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 290px;
    height: 70px;
    border-radius: 40px;
    z-index: 1;
    transition: .3s all;
}

.top_btn:hover p {
    color: #272727;
}

.top_btn:hover:before {
    background-color: #fff;
    transition: .3s all;
}

.regi_btn {
    color: #fff;
    background: rgb(233, 85, 4);
    background: linear-gradient(0deg, rgba(233, 85, 4, 1) 0%, rgba(228, 156, 31, 1) 100%);
    border-radius: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 100px;
    font-size: 22px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 43;
    transition: .3s all;
    gap: 0 2px;
    right: -260px;
}

.regi_btn img {
    margin-top: 1px;
}

.top_cy {
    position: absolute;
}

.top_cy1 {
    bottom: 8%;
    left: 15%;
    width: 7%;
}

.top_cy2 {
    top: 20%;
    right: 53%;
    width: 8%;
}

.top_cy3 {
    right: 29%;
    top: 31%;
    width: 10%;
}

.top_cy4 {
    right: 26%;
    bottom: 10%;
    width: 9%;
}

.top_cy5 {
    top: 17%;
    right: 16%;
    width: 10%;
}

.top_cy6 {
    top: 32%;
    right: 1%;
    width: 10%;
}

@media screen and (max-width: 1199px) {
    .top_btn {
        height: 50px;
    }

    .top_btn:before {
        height: 42px;
        top: 4px;
    }
}

@media screen and (max-width: 767px) {
    .title_box {
        top: 85%;
    }

    .top_btn p {
        font-size: 17px;
    }

    .title_top {
        top: 15%;
    }

    .title_box {
        top: 79%;
    }

    .top_btn {
        width: 220px;
    }

    .top_btn:before {
        width: 210px;
    }
}

@media screen and (max-width: 630px) {
    .title_top {
        top: 8%;
        left: 4%;
    }

    .title_box {
        left: 4%;
        top: 79%;
    }

    .top_btn {
        width: 220px;
    }

    .top_btn:before {
        width: 210px;
    }
}

@media screen and (max-width: 500px) {
    .top_cy {
        display: none;
    }

    .regi_btn {
        font-size: 14px;
        height: 40px;
    }

    .regi_btn img {
        width: 16px;
        height: 16px;
    }
}


/* smb ------ */

.sbmm_wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.sbm_block {
    background-color: #fff;
    border-radius: 10px;
    padding: 103px 0;
    width: 73%;
    margin: 0 auto;
}

.sbm_topH3 {
    font-size: 30px;
    color: #145CC3;
    font-weight: bold;
    text-align: center;
}

.sbm_topH3 span {
    color: #4CBA7A;
    letter-spacing: 10px;
    font-weight: bold;
}

.sbm_nextH3 {
    color: #272727;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 1.47;
}

.sbm_text {
    text-align: center;
    width: 60%;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto 70px;
    line-height: 2;
}

.sbm_imgBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
}

.topContainer_sbm {
    position: absolute;
    z-index: 2;
    top: -20%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.sbm_block_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5%;
    /* gap: 0 180px; */
}

.sbm_mes h3 {
    font-size: 30px;
    font-weight: bold;
    color: #002755;
    margin-bottom: 30px;
}

.sbm_mes h3 span {
    color: #fff;
    padding: 0 5px;
}

.sbm_ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

.sbm_para {
    font-size: 18px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .topContainer_sbm {
        max-width: 1040px;
        width: 100%;
    }

    .sbmm_wrap {
        max-width: 750px;
    }
}

@media screen and (max-width: 905px) {
    .sbm_imgBlock {
        flex-direction: column;
        gap: 30px 0;
    }

    .sbm_imgBlock img {
        width: 30%;
    }

    .sbm_imgBlock img:nth-child(2) {
        transform: rotate(90deg);
        width: 40px;
    }

    /* .sbmm_wrap {
        padding-top: 393px;
    } */
}

@media screen and (max-width: 500px) {
    .sbm_block {
        width: 90%;
    }

    .sbm_imgBlock {
        flex-direction: row;
        gap: 0 10px;
    }

    .sbm_imgBlock img:nth-child(2) {
        transform: rotate(0deg);
        width: 27px;
    }

    .sbm_imgBlock img {
        width: 40%;
    }

    .sbm_text {
        width: 90%;
    }

    .sbm_nextH3 {
        font-size: 24px;
    }

    .sbm_topH3 {
        font-size: 26px;
    }

    /* .sbmm_wrap {
        padding-top: 122px;
    } */
    .sbmm_h2 {
        font-size: 36px;
    }

    .sbmm_bottomBox {
        flex-direction: column;
    }

    .sbmm_bottomBox p {
        font-size: 30px;
    }

    .sbmm_bottomBox p span {
        font-size: 20px;
    }

    .sbmm_bottomBox img {
        margin-right: 0;
    }

    .sbmm_linkBlock {
        flex-direction: column;
        gap: 10px 0;
    }

    .sbmm_linkBlock .sbmm_llbtn {
        width: 350px;
    }

    .sbmm_llbtn {
        font-size: 20px;
        height: 70px;
    }

    .sbmm_llbtn {
        font-size: 16px;
        height: 50px;
    }

    .sbmm_llbtn span {
        font-size: 18px;
    }

    .sbm_block_new {
        padding-top: 90px;
    }

    .sbm_para {
        display: contents;
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .sbm_block_new {
        padding-top: 200px;
    }
}


/*
slider
---------------------------------------------------------- */

.content_slide {
    width: 280px;
    height: 360px;
    /*     border-radius: 10px; */
    background-color: #fff;
    position: relative;
    margin-right: 30px;
    border-radius: 10px;
}

.content_slide img {
    margin: 0 auto 26px;
}

.content_slide p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.cs_bottom {
    background-color: #EFDB6B;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
}

.slideshow {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
    margin-bottom: 60px;
}

.slideshow:after {
    content: "";
    display: block;
    width: 310px;
}

.slick-list {
    height: 100vh;
}

.slick-list img {
    height: 100vh;
}

.slick-track {
    height: 100vh;
}

@media screen and (max-width: 991px) {
    .slideshow:after {
        width: 33%;
    }
}

@media screen and (max-width: 500px) {
    .slideshow {
        justify-content: space-between;
        margin-bottom: 30px;
    }
}


/*
sbmm 横並びカラム
---------------------------------------------------------- */

.sbmm_text {
    color: #fff;
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 120px;
}

.sbmm_bottomBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.sbmm_bottomBox img {
    margin-right: 40px;
}

.sbmm_bottomBox p {
    color: #fff;
    font-size: 40px;
}

.sbmm_bottomBox p span {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.stage01Icon {
    position: absolute;
    width: 10%;
    left: 5%;
    top: 0%;
    z-index: 1;
}

.sbmm_linkBlock {
    text-align: center;
    padding-bottom: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 80px;
}

.sbmm_llbtn {
    background: #002755;
    border-radius: 70px;
    color: #fff;
    transition: .3s all;
    width: 640px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    border: 1px solid #7FA997;
}

.sbmm_llbtn span {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

.sbmm_linkBlock.min_size {
    padding-bottom: 0;
    gap: 0 40px;
}

.sbmm_llbtn.min_size {
    width: 260px;
    height: 60px;
}

.sbmm_llbtn.min_size span {
    font-size: 18px;
}

.sbmm_llbtn .txt_en {
    position: absolute;
    font-size: 30px;
    display: block;
    width: 100%;
    top: 42px;
}

.sbmm_llbtn .txt_jp {
    font-size: 16px;
    top: 80px;;
}

.sbmm_llbtn:after {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    border-radius: 60px;
    transition: .3s all;
    opacity: 0;
    position: absolute;
}

.sbmm_llbtn:hover {
    background-color: #6bbd9d;
    border: 1px solid #6bbd9d;
}

.sbmm_llbtn:hover:after {
    opacity: 0;
}

@media screen and (max-width: 1424px) {
    .sbmm_text {
        padding: 0 20px;
    }

    .sbmm_llbtn {
        width: 45%;
    }

    .sbmm_bottomBox {
        padding: 0 20px;
    }

    .sbmm_linkBlock .sbmm_llbtn {
        width: 400px;
    }
}

@media screen and (max-width: 1180px) {
    .sbmm_linkBlock {
        gap: 40px;
    }
}

@media screen and (max-width: 500px) {
    .sbmm_llbtn span {
        font-size: 20px;
    }

    .sbmm_linkBlock .sbmm_llbtn {
        width: 350px;
        margin-bottom: 30px;
        height: 100px;
        border-radius: 50px;
    }

    .sbmm_llbtn .txt_en {
        top: 20px;
    }

    .sbmm_llbtn .txt_jp {
        top: 60px;
    }
}


/*
title 見出し
---------------------------------------------------------- */

.ttl_point {
    margin-bottom: 60px;
    margin-top: 197px;
}

.ttl_point p {
    color: #002755;
    font-size: 54px;
    font-weight: bold;
}

.ttl_point h2 {
    font-size: 16px;
    font-weight: bold;
    color: #002755;
}

.ttl_point.point {
    margin-bottom: 80px;
}

.ttl_point_top {
    margin-top: 0;
}

@media screen and (max-width: 1424px) {
    .title_top {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .title_top {
        font-size: 60px;
    }
}

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

    .sbmm_h2,
    .ttl_point h2,
    .faq_tit span {
        font-size: 24px
    }

    .ttl_point {
        margin-bottom: 40px;
    }

    .ttl_point.point {
        margin-bottom: 50px;
    }
}


/*
pointBtnBox コンテンツ枠
---------------------------------------------------------- */

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

.pointBtnBox.faq {
    position: inherit;
    width: 100%;
    bottom: inherit;
    padding-top: 60px;
}

.pointImgBox {
    border-radius: 50%;
    background-color: #fff;
    /* position: relative; */
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 2;
    transition: .3s all;
    right: 20px;
}

.pointImgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.pointBtnBox a {
    width: 80%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}

.pointBtnBox a p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
}


/* .pointBtnBox a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    width: 96%;
    height: 60px;
    border-radius: 40px;
    z-index: 1;
    transition: .3s all;
}

.pointBtnBox a::after {
    background: #6bbd9d;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s all;
    content: "";
    display: block;
    opacity: 0;
    border-radius: 60px;
} */

.pointBtnBox a:hover::after {
    opacity: 1;
}

@media screen and (max-width: 1399px) {
    .pointBtnBox a:before {
        left: 5px;
    }
}

@media screen and (max-width: 991px) {
    .pointBtnBox {
        /* width: 100%;
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-bottom: 100px; */
    }

    .pointBtnBox a:before {
        left: 4px;
    }

    .pointImgBox {
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .pointBtnBox a:before {
        left: 4px;
    }

    .pointBtnBox a:before {
        width: 98.4%;
    }

    .pointImgBox {
        right: 20px;
    }
}

@media screen and (max-width: 500px) {
    .pointBtnBox {
        /* position: inherit; */
    }

    .pointBtnBox a:before {
        width: 96.4%;
        left: 6px;
    }

    .pointImgBox {
        width: 18px;
        height: 18px;
    }

    .stageColBox img.pointImg {
        width: 60px;
        top: -30px;
        left: 15%;
        z-index: 99;
    }

    .pointBtnBox a {
        height: 30px;
    }

    .pointBtnBox a p {
        font-size: 14px;
    }
}


/*
stageRowBox 横並びカラム point
---------------------------------------------------------- */

.stageRowBox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.stageRowBox .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}


/* .stageRowBox_news {
    margin-bottom: 0px;
} */


/* お知らせ */

.stageRowBox.news {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.stageRowBox.news .flex {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
}

.stageRowBox.news .date {
    width: 23%;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 100px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.stageRowBox.news .news {
    position: relative;
    width: 77%;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    height: 100px;
    display: flex;
    align-items: center;
}

.stageRowBox.news .news .news-link {
    display: block;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stageRowBox.news .news::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    top: 45%;
    right: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

.news .tag {
    display: inline-block;
    width: 100px;
    /* height: 28px; */
    background-color: #0E5D2F;
    background-color: #53ba83;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    padding: 5.5px;
    /* margin-left: 20px; */
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .news .tag {
        margin-left: 0%;
        margin-bottom: 10px;
    }

    .flx.jc-sb {
        margin-bottom: 10px !important;
    }

    .articleCotentTtlTimeTagArea {
        margin-bottom: 0px;
    }

    .lessonDetailTtl {
        margin-bottom: 30px !important;
    }
}

/* pickup */

.t-pickup {
    background-color: #AA6AC4 !important;
}


/* 患者様の声 */

.t-voice {
    background-color: #31ada1 !important;
}


/* お知らせ */

.t-news {
    background-color: #FA8D3B !important;
}


/* イベント情報 */

.t-event {
    background-color: #6F95FF !important;
}


/* 活動報告 */

.t-activity {
    background-color: #FC5956 !important;
}


/* メディア情報 */

.t-media {
    background-color: #53ba83 !important;
}


/* 治療実績・症例 */

.t-syourei {
    background-color: #c27b57 !important;
}


/* 学会報告 */

.t-gakkai {
    background-color: #E5747F !important;
}


/* 講演情報 */

.t-kouen {
    background-color: #848478 !important;
}


/* 疾患と治療 */

.t-treatment {
    background-color: #7375A2 !important;
}

.ttl_treatment {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: block;
}

.treatment_img_block {
    display: block;
    width: 60%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1170px) {
    .treatment_img_block {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .treatment_img_block {
        width: 80%;
    }
}

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

.treatment_img_block img {
    width: 100%;
}

.stageRowBox.news .tag.purple {
    background-color: #47116E;
}

.stageRowBox.news .tag.bluegreen {
    background-color: #13415A;
}

.stageRowBox.news .tag.ocher {
    background-color: #88620F;
    background-color: #FA8D3B;
}

.stageRowBox.news .tag.scarlet {
    background-color: #740E26;
}

.stageRowBox.news .tag.glay {
    background-color: #454545;
}

@media screen and (max-width: 991px) {
    .stageRowBox.news .flex {
        flex-direction: column;
    }

    .stageRowBox.news .date {
        width: 100% !important;
        font-size: 12px;
        height: 40px;
        border: none;
        padding-top: 20px;
        display: flex;
        align-items: center;
    }

    .stageRowBox.news .news {
        width: 100%;
        font-size: 16px;
        height: 40px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .stageRowBox.news .news::after {
        top: 0;
    }
}

.stageCol {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 60px;
}

.stageColBox {
    border: 3px solid #3a4652;
    position: relative;
    text-align: center;
}

.pos_rel {
    text-align: left;
}

.pos_rel .tag {
    display: inline-block;
    width: 100px;
    height: 28px;
    background-color: #0E5D2F;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.pos_rel .tag p {
    display: inline;
    color: #fff;
    font-size: 14px;
}

.stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    padding-top: 0;
    /* min-height: 550px; */
}

.pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.stageCol_point h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    padding: 0;
}

.stageCol_icon {
    margin-bottom: 30px;
}

.stageCol_text {
    font-size: 16px;
    line-height: 2;
    width: 70%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    overflow: hidden;
    margin-bottom: 25px;
}


/* 3行表示して省略 …をつける */

.stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pickup_datetime {
    font-size: 14px;
    color: #AAA;
    text-align: left;
}

.stageCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}

.stageColBox img {
    display: inline-block;
}

.colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}


.point_image_block {
    margin-bottom: 20px;
    height: auto;
}

/* 2023.12.7　BOOKSサムネイル全体表示*/
.point_image_block_book {
    margin-bottom: 20px;
    height: 350px;
    text-align: center;
}

.point_image_block img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    object-position: top;
    border: 0.5px solid #DFDFDF;
}


/* 2023.12.7　BOOKSサムネイル全体表示*/
.point_image_block_book img {
    height: 100%;
    text-align: center;
}


@media screen and (max-width: 767px) {
    .point_image_block {
        margin-bottom: 20px;
        height: auto;
    }

    .point_image_block_book {
        margin-bottom: 20px;
        height: auto;
    }

    .point_image_block_book img {
        margin-bottom: 20px;
        height: 230px;
    }
}


/* 本の画像次第で、あとで消す */

.point_image_block.book img {
    border: 1px solid #ccc;
}

@media screen and (max-width: 1180px) {
    .stageCol_point h2 {
        font-size: 18px;
        text-align: left;
    }

    .stageCol_point {
        min-height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .stageCol_point {
        min-height: 300px;
    }

    .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}

@media screen and (max-width: 500px) {
    .stageColBox .pos_rel {
        flex-direction: column;
        gap: 20px 0;
    }

    .stageCol {
        margin-bottom: 40px;
    }

    .point_image_block {
        margin-bottom: 0;
    }

    .point_image_block_book {
        margin-bottom: 0;
    }

    .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }

    .stageCol_point h2 {
        font-size: 16px;
    }

    .stageCol_text {
        width: 95%;
        line-height: 1.7;
        font-size: 14px;
        margin-bottom: 10px;
    }
}


/* リンクボタン */

.pointBtnBox {
    margin: auto;
    width: 300px;
}

.pointBtnBox a {
    background: #002755;
    width: 300px;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stageHalfTit--ttl {
    color: #000;
}

@media screen and (max-width: 767px) {
    .stageCol {
        height: auto;
        margin-bottom: 70px;
        /* margin-left: 10px; */
    }

    .stageCol.mb30 {
        margin-bottom: 30px;
    }

    .stageHalfBox {
        width: 100%;
        margin-bottom: 50px;
    }

    .sp_hide {
        display: none;
    }

    .sp_show {
        display: block;
    }
}

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

    .stageRowBox,
    .stageHalfTit--ttl,
    .stageHalfTxt {
        margin-bottom: 0;
    }

    .stageHalfTit--ttl {
        font-size: 20px;
    }

    .stageHalfTit {
        font-size: 20px;
    }

    /* .pointBtnBox {
        position: inherit;
        bottom: 3px;
    } */
    .pointBtnBox a {
        height: 50px;
    }

    .pointBtnBox a p {
        font-size: 16px;
    }

    .stageHalfBox:nth-child(2) {
        width: 50%;
    }

    .stageHalfTit--ttl {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .stageHalfTit {
        margin-bottom: 0;
    }

    .stageHalfBox {
        margin-bottom: 20px;
    }
}


/* stage03 患者様の声 */

#stage03 {
    padding-top: 80px;
}

#stage03 {
}

#stage03 .stageCol:last-child {
    padding-bottom: 0;
}


/* stage04 書籍 */

#stage04 {
    padding-top: 80px;
}

#stage04 .stageCol:last-child {
    padding-bottom: 0;
}


/* stage05 ごあいさつ */

#stage05 {
    background-color: #F5F5F5;
    width: 100%;
    margin-top: 200px;
    padding-bottom: 100px;
}

#stage05 .topContainer {
    padding-top: 10px;
    margin-bottom: 0;
}

.stageRowBox.greeting .flex {
    display: flex;
    justify-content: space-between;
}

.stageRowBox.greeting .flex-img {
    width: 50%;
    height: auto;
}

.stageRowBox.greeting .flex-textbox {
    width: 50%;
    padding-left: 80px;
}

.stageRowBox.greeting .flex-textbox h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.stageRowBox.greeting .flex-textbox .name {
    font-size: 26px;
    text-align: right;
    margin-top: 60px;
}

.stageRowBox.greeting .flex-textbox .name span {
    font-size: 16px;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    #stage05 {
        margin-bottom: 0;
    }

    .stageRowBox.greeting .flex {
        flex-direction: column;
    }

    .stageRowBox.greeting .flex-img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .stageRowBox.greeting .flex-textbox {
        width: 100%;
        padding-left: 0;
    }

    .stageRowBox.greeting .flex-textbox h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .stageRowBox.greeting .flex-textbox .name {
        font-size: 20px;
        text-align: right;
        margin-top: 30px;
    }
}


/* 述式と開発医療機器 */

#stage06 {
    width: 100%;
    margin: 0 auto;
    height: 550px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#stage06.loaded {
            background-image: url(/old/assets/img/top/stage06_bg.png);
}

#stage06 .stageRowBox {
    display: block;
}

#stage06 .topContainer {
    padding: 100px 0;
}

.stageRowBox.stage06 .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 60px;
}

.stageRowBox.stage06 .flex-item {
    width: 500px;
}

.stageRowBox.stage06 .flex-textbox {
    margin: 0 auto;
    margin-bottom: 60px;
}

.stageRowBox.stage06 .flex-textbox h2 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.stageRowBox.stage06 .flex-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 20px;
}

.stageRowBox.stage06 .flex-btn.btn01 {
    background-image: none
}

.stageRowBox.stage06 .flex-btn.btn01.loaded {
    background-image: url(/old/assets/img/top/stage06_img1.png);
}

.stageRowBox.stage06 .flex-btn.btn02 {
    background-image: none
}

.stageRowBox.stage06 .flex-btn.btn02.loaded {
    background-image: url(/old/assets/img/top/stage06_img2.png);
}

.stageRowBox.stage06 .btn-title {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}

.stageRowBox.stage06 p {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .stageRowBox.stage06 .flex-item {
        width: 400px;
        height: auto;
        padding: 0 200px;
        margin-bottom: 40px;
    }

    .stageRowBox.stage06 .flex-item:last-child {
        margin-bottom: 0;
    }

    #stage06 .topContainer {
        padding: 80px 0;
    }

    #stage06 {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .stageRowBox.stage06 .flex-item {
        width: 300px;
        padding: 0 100px;
    }
}

@media screen and (max-width: 500px) {
    .stageRowBox.stage06 .flex-item {
        width: 300px;
        padding: 0 50px;
    }
}


/* stage07 疾患一覧 */

#stage07 {
    padding: 20px 0;
}

#stage07 .stageRowBox {
    display: block;
}

.disease_title {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    /* 以下追加20230731 */
    color: #002755;
    font-size: 18px;
    font-weight: bold;
}

.disease_item {
    margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
    .disease_item {
        margin-bottom: 10px;
    }
}

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

.disease_list_item {
    position: relative;
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 20px;
    padding-left: 28px;
}

.disease_list_item span {
    /* 以下追加20230731 */
    color: #002755;
    border-bottom: 1px solid;
}

.disease_title::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #002755;
    padding-right: 20px;
}

.disease_list_item::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 18px;
    height: 22px;
    top: 23%;
    left: 0;
    background-image: url(/old/assets/img/top/icon_karute.png);
    background-repeat: no-repeat;
}


/* stage08 ギャラリー */

#stage08 {
    padding: 100px 0;
}


/*
アコーディオン FAQ
---------------------------------------------------------- */

.acMenu {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #7EA897;
    /* box-shadow: 0 0 8px gray; */
    border-radius: 10px;
    position: relative;
}

.acMenu dt {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
}

.acMenu dd {
    width: 100%;
    display: none;
    float: left;
    position: relative;
}

.stageBox_faq {
    padding-top: 25px;
    padding-bottom: 200px;
}

.faq_tit {
    margin-bottom: 30px;
}

.faq_tit span {
    font-size: 30px;
    font-weight: bold;
}

.rotate180deg {
    transform: rotate(180deg);
}

.faqTxt {
    font-size: 16px;
    color: #272727;
    font-weight: 500;
    padding: 38px 40px 38px 24px;
    width: calc(100% - 154px);
}

.faqTxt2 {
    font-size: 16px;
    color: #272727;
    font-weight: 500;
    padding: 0px 70px 40px 95px;
    width: auto;
}

.faqQ {
    /* width: 54px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: #002755;
    font-size: 40px;
    padding-left: 38px;
}

.faqTxt:after {
    content: "";
    /* font-family: FontAwesome; */
    color: #272727;
    /* font-size: 30px; */
    transition: 0.3s;
    position: absolute;
    right: 30px;
    background: url(/old/assets/img/banquet/icon_open.svg) no-repeat center;
    width: 30px;
    height: 30px;
}

.active .faqTxt:after {
    transition: 0.3s;
    background: url(/old/assets/img/banquet/icon_close.svg) no-repeat center;
    width: 30px;
    height: 30px;
}

.faqA {
    width: 54px;
    position: absolute;
    font-size: 30px;
    color: #002755;
    font-weight: bold;
    text-align: center;
    line-height: 107px;
}

@media screen and (max-width: 500px) {
    .acMenu dt {
        flex-wrap: wrap;
    }

    .stageBox_faq {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .faqA {
        position: inherit;
        line-height: 57px;
    }

    .faqTxt2 {
        padding: 0px 20px 40px 20px;
    }

    .faqTxt {
        position: relative;
    }

    .faqTxt:after {
        right: 10px;
        top: calc(50% - 15px);
    }
}


/*
footer 共通link
---------------------------------------------------------- */

.stageBox_footer {
    background-color: #002755;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stageBox_footer .sbmm_linkBlock {
    padding-bottom: 0;
}

.fotter_temp {
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_footerwrap {
    margin-bottom: 30px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.fotter_temp .sbmm_llbtn:hover:after {
    opacity: .3;
}

@media screen and (max-width: 767px) {
    .stageBox_footer .sbmm_linkBlock {
        flex-direction: column;
        gap: 20px 0;
    }

    .acMenu dt {
        flex-wrap: wrap;
    }

    .stageBox_faq {
        padding-bottom: 80px;
        padding-top: 0px;
    }

    .faqA {
        position: inherit;
        line-height: 57px;
    }

    .faqTxt2 {
        padding: 0px 20px 40px 20px;
    }
}

@media screen and (max-width: 500px) {
    .stageBox_faq {
        padding-bottom: 10px;
    }

    .stageBox_footer {
        padding-top: 40px;
        margin-bottom: 0;
    }
}


/*
サービス背景
---------------------------------------------------------- */

.stageBox_middle_new {
    background: url("/old/assets/img/banquet/stage_new_back.png") no-repeat center;
    background-size: cover;
    padding-top: 240px;
    /* padding-bottom: 230px; */
    letter-spacing: 0;
}

.stageBox_middle_new_comp {
    background: url("/old/assets/img/banquet/stage_new_back_comp.png") no-repeat center;
    background-size: cover;
    padding-top: 240px;
    padding-bottom: 230px;
}

@media screen and (max-width: 991px) {
    .stageBox_middle_new {
        background: url("/old/assets/img/banquet/stage_new_back_tab.png") no-repeat center;
        background-size: cover;
        padding-top: 240px;
    }

    .stageBox_middle_new_comp {
        /* background: url("/assets/img/banquet/stage_new_back_tab.png") no-repeat center; */
        background-size: cover;
        padding-top: 240px;
        padding-bottom: 230px;
    }

    .stageBox_middle_new {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .stageBox_middle_new {
        background: url(/old/assets/img/banquet/stage_new_back_sp.png) no-repeat center;
        background-size: cover;
        background-position: bottom center;
    }
}

.smn_block {
    margin: 0 auto;
}

.smn_box {
    margin-bottom: 30px;
    text-align: center;
}

.smn_box p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1.1px;
}

.smn_box h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.smn_textBox {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 64px;
}

.smn_textBox p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}

.smn_textBox p:last-child {
    margin-bottom: 0;
}

.smn_imgBox {
    margin-bottom: 50px;
    margin-top: 50px;
}

.smn_imgBox img {
    margin: 0 auto;
}

.tablet_none {
    display: none;
}


/*英字アニメーション　----- */

.autoScroll {
    width: 100%;
    /* height: auto; */
    height: 230px;
    overflow: hidden;
    display: flex;
}

.autoScroll p {
    color: rgba(255, 255, 255, 0.25);
    font-size: 240px;
    padding-left: 100%;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    display: inline-block;
    font-weight: bold;
}

.abs {
    position: absolute;
    top: 270px;
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@media screen and (max-width: 1180px) {
    .use_title {
        height: auto;
    }

    /* .pointBtnBox {
        bottom: 100px; */
}

.sbmm_text,
.smn_textBox p {
    text-align: left;
}

.stageBox_middle_new {
    padding-top: 80px;
}

.stageBox_middle2 {
    padding-top: 0;
}

.ttl_point {
    margin-top: 80px;
}

.temp_text {
    padding-top: 0;
}

.flowImg {
    width: 20%;
}


/* .tmb_ttl,
    .letterSpace {
        font-size: 22px;
    } */

.tmb_mes {
    font-size: 23px;
}

.fade_text_box p {
    font-size: 16px;
}

.sbm_mes h3 {
    text-align: center;
}

.smn_imgBox img {
    width: 70%;
}

.fb_bottomText {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .smn_textBox {
        width: 80%;
    }

    .smn_imgBox {
        margin: 0px 30px;
        margin-bottom: 50px;
    }

    .smn_imgBox img {
        width: 100%;
    }

    .sbm_mes {
        width: 90%;
    }

    .autoScroll {
        height: 110px;
    }

    .autoScroll p {
        font-size: 120px;
    }
}

@media screen and (max-width: 767px) {
    .ttl_point_top {
        margin-top: 0px;
    }
}

@media screen and (max-width: 500px) {
    .ttl_point_top.faq {
        margin-top: 20px;
    }

    .autoScroll {
        margin-bottom: 2px;
    }

    .flowArw {
        display: none;
    }

    .flowImg {
        width: 50%;
        height: 330px;
    }

    .flowImg img {
        height: 160px;
    }

    .ttl_point {
        margin-top: 0;
    }

    .stageBox_middle_new {
        padding-top: 60px;
        /* padding-bottom: 60px; */
    }

    .stageBox_middle_new .smn_box {
        margin-top: 0;
        padding-top: 0;
    }

    .temp_text {
        font-size: 18px;
        padding: 0 4px;
    }

    .use_title {
        width: auto;
        height: auto;
        padding: 0 4px;
    }

    .smn_box {
        margin-bottom: 0;
        padding-bottom: 30px;
        /* background-color: rgba(0, 0, 0, 0.4); */
        width: 95%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .smn_imgBox {
        margin-top: 88.5px;
        margin-bottom: 302.5px;
    }

    .smn_imgBox img {
        width: 100%;
    }

    .smn_box {
        padding-bottom: 0;
    }

    .smn_box .bebas_prp {
        font-size: 16px;
    }

    .sbm_mes {
        width: 90%;
    }

    .sbm_mes h3 {
        line-height: 1.3;
        font-size: 23px;
    }

    .sbm_para {
        line-height: 1.7;
    }

    .smn_textBox {
        /* background-color: rgba(0, 0, 0, 0.4); */
        padding: 10px;
    }

    .smn_textBox p {
        font-size: 16px;
        line-height: 1.7;
        font-weight: 500;
    }

    .stageRowBox,
    .stageHalfTit--ttl,
    .stageHalfTxt {
        margin-bottom: 0;
    }

    .stageHalfTxt {
        font-size: 14px;
    }

    .fb_bottomText {
        font-size: 14px;
        text-align: left;
        margin: 0 auto;
        display: inline-block;
    }

    .pos_rel {
        position: relative;
        display: flex;
    }

    .fade_text_box p {
        font-size: 15px;
    }

    .fade_text_box {
        width: auto;
    }

    .smn_imgBox img {
        width: 100%;
        padding-bottom: 0;
        margin-top: 30px;
    }

    .fade_text_box {
        bottom: 30px;
    }

    .tmb_mes {
        font-size: 16px;
        font-weight: 700;
    }

    .letterSpace {
        letter-spacing: -7px;
    }

    .letterSpace:first-child {
        letter-spacing: 0;
        margin-left: -11px;
    }
}

/*
scroll animation
---------------------------------------------------------- */
.scroll-fade {
    opacity: 0;
    transition: all 2s
    /*処理にかかる時間*/;
}

.scroll-up {
    opacity: 0;
    transform: translateY(100px)
    /*スクロールアップする距離*/;
    transition: all 2s
    /*処理にかかる時間*/;
}

.scroll-r {
    opacity: 0;
    transform: translatex(100px)
    /*スクロールアップする距離*/;
    transition: all 2s
    /*処理にかかる時間*/;
}

.scroll-l {
    opacity: 0;
    transform: translatex(-100px)
    /*スクロールアップする距離*/;
    transition: all 2s
    /*処理にかかる時間*/;
}

.scroll-up.done,
.scroll-fade.done,
.scroll-r.done,
.scroll-l.done {
    opacity: 1;
    transform: translate(0, 0);
}

.load-fade {
    opacity: 0;
    transition: all 2s
    /*処理にかかる時間*/;
}

.load-up {
    opacity: 0;
    transform: translateY(100px);
    /*スクロールアップする距離*/

    transition: all 2s;
    /*処理にかかる時間*/
}

.load-up.done,
.load-fade.done {
    opacity: 1;
    transform: translate(0, 0);
}

.fade-in {
    opacity: 0;
    transition-duration: 1500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.fade-in-middle-up {
    /* transform: translateY(-80%) translateX(-50%); */
}

.fade-in-middle-down {
    transform: translate(0, -50px);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

/* 回転するアニメーション */
@keyframes fuwafuwa {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.anime-fuwafuwa {
    animation: 3s fuwafuwa infinite;
}

/*
メインビジュアル slide
---------------------------------------------------------- */
.wrap {
    /* padding: 16px; */

    position: relative;
    height: auto;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

.swiper-container {
    width: 100%;
    /* height: 95%; */

    height: 80%;
    /* overflow: hidden; */

    margin-left: auto;
}

/* スライダーの画像設定 */
.slide-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    height: 93vh;
    width: 100%;
}

.slide-img.slide-img1 img {
    object-position: top center;
}

.swiper-pagination {
    /* left: 90%;
	  bottom: 40px !important;
	  transform: translateX(-50%); */
    /* left: 21%; */
}

.swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #002755;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background-color: #002755 !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -35px;
    left: 17%;
    width: auto;
}

@media screen and (max-width: 1180px) {
    .swiper-container {
        height: 100%;
    }

    .slide-img img {
        height: 84vh;
        width: 100%;
    }

    .wrap {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .wrap {
        margin-left: 0;
    }

    .swiper-container {
        width: 100%;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        left: 50%;
        transform: translateX(-50%);
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;
    }

    /* .slide-img img {
        object-position: top right;
    } */
}

/* 20230820修正 */
@media screen and (max-width: 767px) {
    .slide-img {
        /* height: 100vh; */
        height: 90vh;
    }

    .slide-img img {
        height: calc(100% - 90px);
    }
}

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

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;
    }
}

/* fade_text_box ------ */
.fade_text_block {
    position: relative;
    z-index: 2;
    top: -270px;
    top: inherit;
}

.fade_text_box {
    position: absolute;
    background: #ccc;
    padding: 10px;
    font-size: 30px;
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    background: #002755;
    padding-top: 29px;
    padding-bottom: 30px;
    padding-left: 88px;
    width: 430px;
    right: 0;
    bottom: 63px;
}

.fade_text_box {
    width: 500px;
    padding-left: 40px;
}

.fade_text_box p {
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.fade_text_box p .ttl {
    font-style: italic;
    color: #fff;
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: lighter;
}

.fade_text_box .link-item a {
    color: #fff;
    font-size: 16px;
    display: block;
    /* background-color: #002755;
    transition: .3s;
    border: 1px solid #7FA997; */

    width: 260px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    /* padding: 4px 0 4px 0; */

    margin-top: 20px;
}

.fade_text_box .link-item a {
    background-color: #002755;
    transition: .3s;
    border: 1px solid #7FA997;
    padding: 4px 0 4px 0;
}

.fade_text_box .link-item a:hover {
    background-color: #6bbd9d;
}

.top_logo {
    font-size: 43px;
    z-index: 5;
    color: #002755;
    width: 400px;
    font-weight: bold;
}

.top_logo img {
    width: 100%;
}

.top_logo.abs {
    width: 84%;
}

/* メインビジュアル上の文字 */
.top_mes_box {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 5;
}

.tmb_ttl {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 32px;
    font-family: 'Noto Serif JP', serif;
}

.top_mes_box .work {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.top_mes_box .name {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
}

.top_mes_box .name span {
    font-size: 32px;
    margin-right: 20px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}

.tmb_ttl.white,
.top_mes_box .work.white,
.top_mes_box .name.white,
.top_mes_box .name span.white {
    color: #fff;
}

.top_mes_box .tmb_ttl.sp_white,
.top_mes_box .work.sp_white,
.top_mes_box .name.sp_white,
.top_mes_box .name span.sp_white {
    color: #000;
}

.top_mes_box_03 {
    text-shadow: 0 0 10px #000;
}

.tmb_mes {
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.grade_wrap {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 227, 174, 1) 35%, rgba(255, 205, 111, 1) 100%);
}

.scroll_box {
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */

    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    /* gap: 9px 0; */

    width: 100%;
    height: 110px;
}

.scroll_box p {
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */

    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    /* position: absolute; */
    /* bottom: 62px; */

    height: calc(100% - 38px);
    padding-top: 38px;
    transition: .3s;
}

.scroll_box p::after {
    content: '';
    background-color: #000;
    width: 1px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;;
}

.scroll_border {
    background-color: #FFCD6F;
    border-radius: 10px;
    width: 15px;
    height: 60px;
    position: relative;
    display: block;
}

.scroll_cy {
    position: absolute;
    background-color: #002755;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
}

.scroll_box a:hover p {
    height: calc(100% - 53px);
    padding-top: 53px;
}

.scroll_box a:hover p::after {
    height: 30px;
}

@media screen and (max-width: 1403px) {
    .fade_text_box {
        width: 400px;
    }

    .tmb_ttl {
        font-size: 40px;
        margin-bottom: 26px
    }

    .top_mes_box {
        top: 25%;
    }

    .top_mes_box .work {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .top_mes_box .name {
        font-size: 40px;
    }

    .top_mes_box .name span {
        font-size: 26px;
    }

    .tmb_mes {
        font-size: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1180px) {
    .fade_text_box {
        bottom: 0;
    }

    .top_logo {
        left: 10%;
    }

    .top_mes_box {
        right: 13%;
        top: 25%;
    }

    .top_logo {
        right: 13%;
        top: 47%;
    }

    .top_logo img {
        width: 70%;
        margin: 0;
    }

    .tmb_ttl {
        font-size: 32px;
        margin-bottom: 20px
    }

    .top_mes_box .work {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .top_mes_box .name {
        font-size: 32px;
    }

    .top_mes_box .name span {
        font-size: 20px;
    }

    .tmb_mes {
        font-size: 21px;
    }

    .fb_bottomText_center {
        text-align: center;
    }
}

@media screen and (max-width: 1054px) {
    .top_logo img {
        width: 70%;
    }

    .top_logo {
        left: 7%;
    }

    .top_mes_box {
        top: 25%;
        right: 10%;
    }

    .blue_back {
        left: 200px;
    }
}

@media screen and (max-width: 991px) {
    .wrap {
        margin-left: 0;
    }

    .top_logo img {
        width: 69%;
        margin: 0 auto;
    }

    .top_mes_box {
        top: 25%;
        right: 7%;
    }

    .top_logo {
        left: 50%;
        top: 25%;
    }

    .top_logo.abs {
        top: 42%;
        left: 50%;
        transition-duration: .6s;
    }

    .top_logo {
        top: 29%;
    }

    .top_logo img {
        width: 69%;
    }

    .tmb_ttl {
        font-size: 30px;
        margin-bottom: 18px
    }

    .top_mes_box .work {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .top_mes_box .name {
        font-size: 30px;
    }

    .top_mes_box .name span {
        font-size: 18px;
    }

    .tmb_mes {
        font-size: 20px;
    }

    .smn_imgBox {
        margin: 0 30px;
    }

    .smn_box {
        margin-top: 130px;
    }

    .smn_box h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .top_mes_box {
        top: auto;
        /* bottom: 105px; */
        bottom: 200px;
        left: 3%;
    }

    .top_mes_box_01 .tmb_ttl {
        color: #fff;
        text-shadow: 0 0 7px #000;
    }

    .top_mes_box .tmb_ttl.sp_white,
    .top_mes_box .work.sp_white,
    .top_mes_box .name.sp_white,
    .top_mes_box .name span.sp_white {
        color: #fff;
    }

    .top_mes_box .tmb_ttl {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .top_mes_box .work {
        font-size: 11px;
        margin-bottom: 0px;
        line-height: 1.4;
    }

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

    .top_mes_box .name span {
        font-size: 15px;
    }

    .fade_text_box p {
        /* display: flex; */
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .sp_none {
        display: none;
    }

    .fade_text_box {
        bottom: 0;
        height: auto;
        bottom: 0;
        width: 90%;
        right: inherit;
        padding: 5%;
    }
}

/* @media screen and (max-width: 629px) {
    .fade_text_box {
        width: auto;
        padding-right: 40px;
    }
} */
@media screen and (max-width: 500px) {
    .wrap {
        height: auto;
    }

    .top_mes_box_01 .tmb_ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .top_mes_box .work {
        font-size: 11px;
        margin-bottom: 0px;
        line-height: 1.4;
    }

    .top_mes_box .name {
        font-size: 20px;
    }

    .top_mes_box .name span {
        font-size: 13px;
    }
}

/*
FEATURE
---------------------------------------------------------- */
.stageBox_middle2 {
    position: relative;
    z-index: 2;
    background: #F8F4EE;
    padding: 112px 80px 112px 80px;
}

.stageBox_middle2 .ttl_point {
    margin-top: 0px;
}

.sbm_sub {
    color: #002755;
    font-size: 54px;
    font-weight: bold;
}

.sbmm_h2 {
    color: #000;
}

.content_slide {
    width: 280px;
    height: 430px;
    /* border-radius: 10px; */

    background-color: #fff;
    position: relative;
    margin-right: 30px;
    border-radius: 10px;
}

.content_slide {
    min-height: 340px;
}

.content_slide h4 {
    font-size: 18px;
    color: #002755;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .2px;
}

.content_slide p {
    color: #000;
}

/* .cs_bottom {
    background: rgb(228, 156, 31);
    background: linear-gradient(90deg, rgba(228, 156, 31, 1) 0%, rgba(233, 85, 4, 1) 100%);
} */
.cs_tex {
    margin: 0 auto;
    width: 80%;
}

.cs_tex p {
    text-align: left;
}

.sbmn_text_box {
    margin: 0 auto;
    text-align: center;
}

.sbmm_linkwarp p {
    color: #002755;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .stageBox_middle2 {
        padding-top: 80px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .stageBox_middle {
        margin-top: -189px;
    }

    .content_slide {
        width: 29%;
    }
}

@media screen and (max-width: 767px) {
    .content_slide {
        width: 40%;
    }
}

@media screen and (max-width: 500px) {
    .stageBox_middle2 {
        padding: 50px 30px 30px 30px;
    }

    .stageBox_middle2 .slideshow {
        justify-content: space-between !important;
    }

    .content_slide {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    .content_slide {
        width: 49%;
        gap: 6px;
        min-height: 300px;
    }

    /* .content_slide img {
        width: 39%;
        padding-top: 23px;
    } */
    .content_slide p {
        line-height: 1.4;
        font-size: 14px;
    }

    .sbmm_linkwarp {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 375px) {
    .stageBox_middle2 {
        padding: 30px 10px;
    }
}

/*
page-top
---------------------------------------------------------- */
.page-top {
    margin-left: auto;
    position: relative;
    height: 90px;
}

.top_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.page-top-box {
    border-radius: 50%;
    border: 1px solid #002755;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 50px;
}

.page-top-box_comp {
    border: 1px solid #00A6DC;
}

@media screen and (max-width: 500px) {
    .page-top-box {
        left: 50%;
        transform: translateX(-50%);
    }
}

/*
レスポンシブ調整用
---------------------------------------------------------- */
.topBox {
    margin-top: -10px;
    overflow: hidden;
}

.faq_arrowBox {
    display: none;
}

/*
改行
---------------------------------------------------------- */
.sp_br {
    display: none;
}

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

/*
共通フッター 関連リンク
------------------------------*/
.relatedSiteWrap {
    background: #333333;
    padding-top: 100px;
    padding-bottom: 100px;
}

.relatedSiteWrap .related_ttl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-weight: normal;
    font-size: 26px;
}

.relatedSiteList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 15px;
}

.relatedSiteList .rsl_list_item {
    width: calc(33.33% - 20px);
}

.relatedSiteList .rsl_list_item a {
    transition: .3s;
    display: block;
}

.relatedSiteList .rsl_list_item a:hover {
    opacity: .6;
}

@media screen and (max-width: 767px) {
    .relatedSiteWrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .relatedSiteWrap .related_ttl {
        font-size: 22px;
    }

    .relatedSiteList .rsl_list_item {
        width: calc(50% - 10px);
    }
}

/* 追加css */
.buttons {
    display: grid;
    /* align-items: stretch; */

    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 80px;
    /* gap: 0 30px; */

    text-align: center;
}

.buttons a {
    width: 100%;
}

.news_select_button.active {
    color: white;
    background-color: #002755;
}

.buttons .news_select_button {
    width: 100%;
}

.news_select_button {
    padding: 12px 0;
    border: 1px solid #002755;
    text-align: center;
    cursor: pointer;
}

.contentWrapSpace {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contentWrap {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto 0;
    background: #fff;
    height: 100%;
    /*padding: 0 5% 0 5%;*/
}

.contentWrap.blog {
    padding-top: 100px;
}

.flexContainer {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

.flexContainerMain {
    flex-basis: 980px;
    /* width: 980px; */


    max-width: 980px;
}

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

    .flexContainer {
        flex-wrap: wrap;
    }
}

.flx.ai-st {
    align-items: stretch;
}

.flx.jc-sb {
    justify-content: space-between;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .articleCotentTtlWrap {
        flex-wrap: wrap;
    }
}

.articleCotentTtlWrap {
    display: flex;
}

.lessonDetailWrap.news {
    margin-top: 0;
}

.news_sum_box {
    margin: 0 auto 40px;
    width: 50%;
}

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

.cate {
    background-color: #002755;
    padding: 5px 9px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.lessonDetailTtl {
    font-size: 32px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .wgiContentArea p {
        font-size: 14px !important;
    }
}

.wgiContentArea p,
.wgiContentArea a,
.wgiContentArea span {
    word-break: break-all;
}

.wgiContentArea a {
    color: #002755;
    border-bottom: 1px solid;
}

.wgiContentArea p {
    display: block;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* treatment */
.text {
    margin-bottom: 50px;
    line-height: 2;

}

@media screen and (max-width: 767px) {
    .text {
        font-size: 14px;
    }
}

.text2 {
    line-height: 2;
    margin-bottom: 15px;
}

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

.h2_ttl {
    font-size: 32px;
    font-weight: bold;
    color: #002755;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .h2_ttl {
        padding-left: 10px;
        text-indent: -15px;
        font-size: 24px;
    }
}


.h2_ttl::before {
    margin-right: 0.5rem;
    border-left: 7px solid;
    content: '';
}

.h3_ttl {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #002755;
    margin-bottom: 50px;
    line-height: 1.75;
    padding: 10px 20px;
}

.h4_ttl {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 30px;
    padding-left: 28px;
    padding-top: 1.5px;
}

.h4_ttl .h4_span {
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
    color: #002755;
}

.text_link {
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: bold;
    color: #002755 !important;
}

.h4_ttl:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 18px;
    height: 22px;
    top: 23%;
    left: 0;
    background-image: url(/old/assets/img/top/icon_karute.png);
    background-repeat: no-repeat;
}

.textContainer {
    margin-bottom: 100px;
}

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

.h5_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.figure_area {
    margin-bottom: 30px;
}

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

/* パンくず */
.pankuzu {
    font-size: 13px;
    line-height: 2.2;
    /* margin-bottom: 50px; */

    width: 100%;
    flex-basis: 100%;
    color: #2D2A28;
    background-color: #F5F5F5;
    padding: 7px 0 7px;
    margin-top: -10px;
    overflow: hidden;
}

.pankuzu.blog {
    padding: 22px 0 10px;
}

.pankuzu .contentWrap {
    background-color: #F5F5F5;
    max-width: 1380px;
}

.pankuzuEmphasis {
    font-size: 14px;
    transition: .3s;
    font-family: 'Noto Sans JP', sans-serif;
}

.pankuzu span {
    margin-right: 10px;
    margin-left: 10px;
}

.kasouContainer {
    /* max-width: 1060px; */
    margin: auto;
    position: relative;
}

/* 活動内容 */
.text_dl {
    line-height: 2;
    display: flex;
    gap: 10px;
}

.text_dt {
    width: 18%;
}

.text_dt_wrap .text_dt {
    width: 10.5%;
}

.text_dt_wrap2 .text_dt {
    width: 14%;
}

.text_dd {
    width: calc(100% - 10.5%);
    margin-bottom: 15px;
}

.go_report {
    width: 150px;
    flex-shrink: 0;
    text-align: center;
}

.go_report a {
    color: #fff !important;
    background-color: #002755;
    border-radius: 5px;
    padding: 5px 10px 10px;
}

@media screen and (max-width: 767px) {
    .text_dl {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 0;
    }

    .text_dt {
        width: 100% !important;
    }

    .text2 {
        margin-bottom: 20px;
    }
}

.text_dt2 {
    width: 45px;
}

.text_name1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: block;
}

.text_name2 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.newsContainer {
    /* max-width: 1200px; */
}

/* ページャー */
.pager_box {
    display: flex;
    justify-content: center;
}

.pager {
    text-align: center;
}

.pager li {
    float: left;
}

.pager a {
    padding: 7px 14.5px;
    display: block;
    margin: 0 6px 6px;
    color: #002755;
    border: 1px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pager a.active {
    color: #fff;
    background-color: #002755;
}

.next {
    position: relative;
}

.next::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    top: 35%;
    right: 20px;
    border-top: 2px solid #002755;
    border-right: 2px solid #002755;
    transform: rotate(45deg);
}

.back {
    position: relative;
}

.back::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    top: 35%;
    left: 20px;
    border-top: 2px solid #002755;
    border-left: 2px solid #002755;
    transform: rotate(-45deg);
}

/* .stageRowBox.books .date {
    width: 11%;
} */

.purchase span {
    font-size: 18px;
    color: #002755;
    font-weight: bold;
    position: relative;
}

.purchase span::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    top: 40.5%;
    right: -15px;
    border-top: 2px solid #002755;
    border-right: 2px solid #002755;
    transform: rotate(45deg);
}

.contact_wrap {
    display: flex;
    margin-bottom: 40px;
    align-items: start;
    gap: 75px;
}

.boxa_flex {
    width: 30%;
    margin-top: 15px;
}

.FormRowInput {
    border: 1px solid #AAAAAA;
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 4px;
}

.FormRowInputArea {
    width: 100%;
    max-width: 570px;
}

textarea {
    height: 300px;
}

.agree {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
    flex-wrap: wrap;
}

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

.btn2 {
    color: white;
    background-color: #002755;
    width: 260px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio_form {
    margin-bottom: 10px;
}

.radio_form input,
.agreement {
    margin-right: 15px;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=checkbox] {
    transform: scale(2);
    border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
    .contact_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .boxa_flex {
        width: 100%;
        margin-top: 0;
    }

    .FormRowInputArea {
        max-width: 100%;
    }

    .radio_box {
        margin-left: 8px;
    }

    .news_sum_box {
        margin: 0 auto 40px;
        width: auto;
    }

    .pager a {
        font-size: 14px;
        padding: 7px 11px;
        margin: 0 5px 6px
    }

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

    .buttons .buttons_link {
        width: calc((100% - 30px) / 4)
    }

    .buttons .news_select_button {
        height: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }
}
