*{
    min-height: 0vw; /* Safari clamp関数対策 */
}
::placeholder {
    color: #898989;
}

.sp_only{
    display: none !important;
}
.sp_onlyflex{
    display: none;
}
.sp_1080only{
    display: none;
}
.sp_only350{
    display: none;
}
.sp_only370{
    display: none;
}
.sp_only380{
    display: none;
}
.sp_only400{
    display: none;
}
.sp_only410{
    display: none;
}
.sp_only410inline{
    display: none;
}
.sp_only420{
    display: none;
}
.sp_only430{
    display: none;
}
.sp_only460{
    display: none;
}
.sp_only470{
    display: none;
}
.sp_only480{
    display: none;
}
.sp_only500{
    display: none;
}
.sp_only510{
    display: none;
}
.sp_only550{
    display: none;
}
.sp_only520{
    display: none;
}
.sp_none630{
    display: block;
}
.sp_only650{
    display: none;
}
.black{
    color: #3E3A39 !important;
}
html{
    font-size: 62.5%;
    font-family:'Noto Sans JP';
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
    font-weight: 500;
    /* scroll-behavior: smooth !important; */
    /* min-width: 1280px; */
}
img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
img[src$=".svg"] {
	height: auto;
}
.svgphoto{
    width: 100%;
}
main{
    width: 100%;
}
.lh-100{
    line-height: 100%;
}
.Ancher{
    position: absolute;
    top: 0px;
}
.Ancher2{
    position: absolute;
    top: -120px;
}
p,li,td{
    color: #3E3A39;
    font-weight: normal;
}
p,a,li{
    font-size: 1.6rem;
    line-height: 200%;
    color: #3E3A39;
    font-weight: 400;
}
p::selection,a::selection,
h1::selection,h2::selection,
h3::selection,h4::selection{
    color: black;
    background-color: #F7C5DA;
}
h1,h2,h3,h4{
    color: #3E3A39;  
}
.font2rem{
    font-size: 2rem;
}
.white{
    color: white !important;
}
.ls-1{
    letter-spacing: 1px;
}
.rem14{
    font-size: 1.4rem;
}
.rem18{
    font-size: 1.8rem;
}
.rem20{
    font-size: 2rem;
}
.mgb20px{
    margin-bottom: 20px !important;
}
.mgb10px{
    margin-bottom: 10px !important;
}
.bold{
    font-weight: bold;
    opacity: 1 !important;
}
.bold2{
    font-weight: 700 !important;
}
.normal{
    font-weight: normal;
}
.center{
    margin: 0 auto;
    text-align: center;
}
.blue{
    color: #004598;
}
.abso{
    position: absolute;
}
.relative{
    position: relative;
}
.wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.wrapper800{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.wrapper900{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.container-wrapper{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.between{
    justify-content: space-between;
}
.align_center{
    align-items: center;
}
.flex_between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_alignCenter{
    display: flex;
    align-items: center;
}
.flexLftSide,.flexRighttSide{
    width: 48%;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.PcflexSpcolmn{
    display: flex;
}
.PcflexSp600colmn{
    display: flex;
}
.PcHalfSpMax{
    width: 50%;
}
.pc30spMax{
    width: 30%;
}
.pc32spMax{
    width: 32%;
}
.pc35spMax{
    width: 35%;
}
.pc45spMax{
    width: 45%;
}
.pc47spMax{
    width: 47%;
}
.pc47sp600Max{
    width: 47%;
}
.pc49sp600Max{
    width: 49%;
}
.pc49spMax{
    width: 48.5%;
}
.pc55spMax{
    width: 55%;
}
.pc40spMax{
    width: 40%;
}
.pc35spMax{
    width: 35%;
}
.pc70spMax{
    width: 70%;
}
.pc60spMax{
    width: 60%;
}
.pc65spMax{
    width: 65%;
}
.pc67spMax{
    width: 67%;
}
.pc30spMax{
    width: 30%;
}
.pc23spMax{
    width: 23%;
}
.pc77spMax{
    width: 77%;
}
.width49{
    width: 49%;
}
.width47{
    width: 47%;
}
/* ローディングアニメ */
#text,#left,#center,#right,#lastsean{
    opacity: 0;
    transition: opacity 1s ease;
}
#text.action,
#left.action,
#center.action,
#right.action,
#lastsean.action{
    opacity: 1;
}

.loaded .loadlogo{
    opacity: 0;
    transition: all 1s ease;
    visibility: hidden;
}
.loaded2 .loadlogo{
    opacity: 0;
    visibility: hidden;
}
.loadlogo{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
.loadlogo svg{
    width: 250px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.spinner-box {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin: 0 auto 20px auto;
}
.circle-border {
    width: 100%;
    height: 100%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63, 249, 220);
    background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgba(63, 249, 220, 1) 100%);
    animation: spin .8s linear 0s infinite;
}
.circle-core {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
}
@keyframes spin {
    from {
      transform: rotate(0);
    }
    to{
      transform: rotate(359deg);
    }
}
.logoMark{
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px auto;
}
.loadlogoAnimArea {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.loadlogoAnim{
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    color: white;
}
.loaderay1{animation-delay: 0.2s;}
.loaderay2{animation-delay: 0.4s;}
.loaderay3{animation-delay: 0.6s;}
.loaderay4{animation-delay: 0.8s;}
.loaderay5{animation-delay: 1s;}
.loaderay6{animation-delay: 1.2s;}
.loaderay7{animation-delay: 1.4s;}
.loaderay8{animation-delay: 1.6s;}
.loaderay9{animation-delay: 1.8s;}
.loaderay10{animation-delay: 2s;}
.loaderay11{animation-delay: 2.2s;}
.loaderay12{animation-delay: 2.4s;}

/* ヘッダー */


#headerMenu{
    background-color: white;
    width: 220px;
    min-height: 100svh;
    position: relative;
    z-index: 200;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.headerLogo{
    width: 75%;
    max-width: 219px;
    margin: 0 auto 40px auto;
}
.hd_navigation{
}
.hd_navigation_li{
}
@media (hover: hover) {
    .hd_navigation_li:hover>label,
    .hd_navigation_li:hover>label>p,
    .hd_navigation_li:hover>a,
    .hd_navigation_li:hover>a>p
    {
        background-color: #004098;
        color: white;
    }
    .hd_navigation_li:hover>.groupbtn::after,
    .hd_navigation_li:hover>label>.hd_ico,
    .hd_navigation_li:hover>a>.hd_ico
    {
        filter: brightness(0) invert(1);
    }
    .mail_ico:hover>a,
    .mail_ico:hover>a>p{
        background-color: #3E3A39;
    }
}
.hd_navigation_li label{
    display: block;
    padding: 17px 0;
    cursor: pointer;
}
.hd_navigation_li a{
    display: block;
    padding: 17px 0;
}
.hd_ico{
    width: 52px;
    margin: 0 auto;
    margin-bottom: 3px;
}
.hd_btn{
    font-size: 1.6rem;
    text-align: left;
    padding-left: 33px;
    line-height: 100%;
    letter-spacing: 0;
}
.child_li{
    color: white;
}

.child_li a{
    color: white;
    line-height: 100%;
    text-align: left;
    padding-left: 33px;
    letter-spacing: 0;
}
.en .child_li a{
    color: white;
    line-height: 100%;
    text-align: left;
    padding-left: 20px;
    letter-spacing: 0;
}
.mother{
    text-align: center;
    position: relative;
}

@media (hover: none) {
    .drop-input:checked ~ .child
    {
        display: block;
        position: absolute;
        width: 220px;
        left: 50%;
        transform: translateX(-50%);
        top: 76px;
        font-size: 1.6rem;
        line-height: 100%;
        color: white;
    }
}
@media (hover: hover) {
    .mother:hover .child
    {
        display: block;
        position: absolute;
        width: 220px;
        left: 100%;
        top: 0px;
        font-size: 1.6rem;
        line-height: 100%;
        color: white;
    }
    .mother:hover .child::after{
        content: "";
        position: fixed;
        width: 220px;
        height: 100%;
        top: 0;
        left: 220px;
        z-index: -1;
        background-color: #004098;
        box-shadow: inset 3px 0 3px rgba(0, 0, 0, 0.3);
    }
    .mother:hover .child.en
    {
        display: block;
        position: absolute;
        width: 355px;
        left: 100%;
        top: 0px;
        font-size: 1.6rem;
        line-height: 100%;
        color: white;
    }
    .mother:hover .child.en::after{
        content: "";
        position: fixed;
        width: 355px;
        height: 100%;
        top: 0;
        left: 220px;
        z-index: -1;
        background-color: #004098;
        box-shadow: inset 3px 0 3px rgba(0, 0, 0, 0.3);
    }
    .child_li:hover{
        color: #004098;
        background-color: #BBDEF5;
        box-shadow: inset 3px 0 3px rgba(0, 0, 0, 0.3);
    }
    .child_li:hover a{
        color: #004098;
    }
}
.child{
    display: none;
}
#tg1,#tg2,#tg3,#tg4,#tg5,#tg6,
#bg,#bg2,#bg3,#bg4,#bg5,#bg6
{
    display: none;

}
#mask{
    position: fixed;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    visibility: hidden;
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    opacity: 0;
}
.hd_contact{
    width: 160px;
    display: flex;
    justify-content: center;
    margin: 40px auto 10px auto;
    color: #3C3C3C;
    border: 1px solid #D2D2D2;
    padding: 4px 0;
    font-size: 1.5rem;
}
.hd_contact::before{
    content: url(../image/top/mail_ico.png);
    margin-right: 3px;
}
.hd_container{
    font-size: 1.5rem;
    letter-spacing: 0;
    color: white;
    width: 160px;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    padding: 4px 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 63, 1), rgba(0, 123, 255, 1));
}
@media (hover: hover) {
    .hd_contact:hover{
        background-color: #BBDEF5;
    }
    .hd_container:hover{
        background-image: linear-gradient(90deg, #900007, #f82c36);
    }
}
.langageFlex{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 言語スイッチャー */
.bogo-language-switcher{
    display: flex;
    flex-direction: row-reverse;
}
.ja span a{
    width: 80px;
    display: flex;
    justify-content: center;
    padding: 4px 0px;
    letter-spacing: 0;
    background-color: #C3C3C3;
    color: white;
    font-size: 1.2rem;
}
.en-US span a{
    width: 80px;
    display: flex;
    justify-content: center;
    padding: 4px 0px;
    letter-spacing: 0;
    background-color: #C3C3C3;
    color: white;
    font-size: 1.2rem;
}
.ja span,.en-US span{
    width: 80px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    background-color: #C3C3C3;
    color: white;
    font-size: 1.2rem;
}
.bogoJapan .ja span a{
    background-color: #D1464C;
    pointer-events: none;
}
.bogoEnglish .en-US span a{
    background-color: #004098;
    pointer-events: none;
}
@media (hover: hover) {
    .ja span a:hover{
        background-color: #D1464C;
    }
    .en-US span a:hover{
        background-color: #004098;
    }
}
.japanBtn,.englishBtn{
    width: 80px;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    background-color: #C3C3C3;
    padding: 2px 0px;
    letter-spacing: 0;
}
.japanBtn.active{
    background-color: #D1464C;
    pointer-events: none;
}
.englishBtn.active{
    background-color: #004098;
    pointer-events: none;
}
@media (hover: hover) {
    .japanBtn:hover{
        background-color: #D1464C;
    }
    .englishBtn:hover{
        background-color: #004098;
    }
}
.jiffa{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.hd_bannerContainer{
    width: 160px;
    margin: 0 auto;
}
.hd_banner{
    width: 100%;
    margin-bottom: 10px;
}
.hd_banner a{
    display: block;
    width: 100%;
}

.burger{
    width: 60px;
    height: 60px;
    background: url(../image/top/burger.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;
    display: none;
    background-color: #004098;
}
.open .burger{
    background: url(../image/top/burger2.svg) no-repeat;
    background-size: contain;
    background-color: #004098;
}
.oswald{
    font-family: "Oswald", sans-serif;
}
.notoserif{
    font-family: "Noto Serif JP";
}

/* フッター */
/* トップに戻るボタン */
#pagetop{
    position: relative;
}
.totop{
    width: 58px;
    height: 55px;
    background: url(../image/top/totop.svg)no-repeat;
    background-size: contain;
    position: fixed;
    right: 5%;
    bottom: 20px;
    cursor: pointer;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
}
@media (hover: hover) {
    .totop:hover{
        background: url(../image/top/totop2.svg)no-repeat;
        background-size: contain;
    }
}
.active .totop{
    opacity: 1;
    transition: opacity 1s ease;
    visibility: visible;
}
.absolute .totop{
    opacity: 1;
    transition: opacity 1s ease;
    visibility: visible;
    position: absolute;
    bottom: auto;
    top: -90px;
}
/* トップに戻るボタン */
#footerMenu{
    padding: 30px 0 40px 0;
    margin-top: auto;
    position: relative;
    background: #3c3c3c;
}
.copyright{
    color: white;
    font-size: 10px;
    text-align: center;
}
.footerNav{
    font-size: 1.7rem;
    margin-right: 20px;
}
.footerNav a{
    color: white;
}
.white{
    color: white;
}
.ft_para{
    font-size: 1.4rem;
    margin-bottom: 40px;
}



.body{
    display: flex;
}
.blue{
    color: #004098;
}
.text{
    opacity: 0;
    display: inline-block;
}
.over{
    overflow: hidden;
}
.spacer{
    padding: 70px 0;
    position: relative;
}

/* トップページ */
.mainBox{
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
}
#mainMovie{
    width: 100%;
    height: 100svh;
    position: relative;
    overflow: hidden;
}
#mainMovie video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topMovie_textContenner{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.animation_top{
    display: block;
    font-size: clamp(4rem,7vw,10rem);
    color: white;
    text-align: center;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5));
}
.text{
    display: inline-block;
}
#tp_bannerArea{
    background: url(../image/top/bg_blue.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: clamp(30px,5%,40px) 0;
}
.tp_bannerArea_title{
    font-size: 2rem;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
.tp_bannerFlexBox{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.tp_bannerBox{
    width: 30%;
    margin-bottom: 20px;
}
@media (hover: hover) {
    .tp_bannerBox:hover{
        opacity: 0.8;
    }
    .hash9_logo:hover{
        opacity: 0.8;
    }
}
#hash9Area{
    background-color: #f0f0f0;
}
.inner{
    padding: clamp(50px,15%,80px) 0;
}
.flexbetween{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.alignCenter{
    align-items: center;
}
.hash9_comment{
    width: 50%;
    font-size: 1.7rem;
}
.hash9_logo{
    width: 45%;
}
#topicsArea{
    background-color: white;
    overflow: hidden;
    position: relative;
}
.tp_title{
    font-size: clamp(3.5rem,7vw,4rem);
    text-align: center;
    font-weight: 500;
}
.blue{
    color: #004098;
}
.mgb_20_40{
    margin-bottom: clamp(20px,4.5%,40px);
}
.mgb_30_60{
    margin-bottom: clamp(30px,6%,60px);
}
.topics_day{
    font-size: 1.7rem;
    font-weight: 500;
}
.topics_new{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    padding: 1px 5px;
    color: white;
    background-color: #d1464c;
    margin-left: 10px;
}
.topics_day_area{
    width: 130px;
}
.topics_com{
    width: calc(100% - 160px);
    font-size: 1.7rem;
}
.tp_topicsBox{
    border-bottom: 1px dotted #809fcc;
}
.tp_topicsBox:last-child{
    border-bottom: none;
}
.tp_topicsBox a{
    display: block;
    padding: 20px 0;
}
.tp_topicsUl{
    margin-bottom: clamp(30px,5%,60px);
}
.exnet_btn{
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #004098;
    overflow: hidden;
}
.exnet_btn p{
    color: #004098;
    text-align: center;
    position: relative;
    z-index: 3;
    font-size: 1.7rem;
}
.exnet_btn::after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, rgba(0, 0, 63, 1), rgba(0, 123, 255, 1));
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0,1);
    transition: transform 0.3s ease;
}
@media (hover: hover) {
    .exnet_btn:hover p{
        color: white;
    }
    .exnet_btn:hover::after{
        transform: translate(-50%,-50%) scale(1,1);

    }
}
#groupArea{
    background: url(../image/top/bg_blue2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.groupFlexBox{
    width: 50%;
}
.groupFlexBox a{
    display: block;
    width: fit-content;
    margin: 10px auto;
    padding: 15px;
    position: relative;
}
.square_top{
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right;
    transform: scale(0,1);
    transition: transform 0.3s ease;
}
.square_bottom{
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scale(0,1);
    transition: transform 0.3s ease;
}
.square_left{
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: bottom;
    transform: scale(1,0);
    transition: transform 0.3s ease;
}
.square_right{
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: top;
    transform: scale(1,0);
    transition: transform 0.3s ease;
}
@media (hover: hover) {
    .groupFlexBox a:hover .square_top,
    .groupFlexBox a:hover .square_bottom,
    .groupFlexBox a:hover .square_left,
    .groupFlexBox a:hover .square_right{
        transform: scale(1,1);
    }
}
.group_com_sub{
    text-align: center;
    color: white;
    line-height: 120%;
    margin-bottom: 10px;
}
.group_com_main{
    text-align: center;
    color: white;
    font-size: 2.6rem;
    letter-spacing: 1px;
}
.group_h2{
    margin-bottom: clamp(50px, 15%, 80px);
}




/* 各ページメインヴィジュアル */
#mainVisuArea{
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative;
}
.mainVisuBack{
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform: scale(1);
    transition: transform 10s ease 0.5s;
}
.mainVisuBack img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainVisuBack.js_active{
    transform: scale(1.2);
}
.mainVisuBackMask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    transform-origin: right;
    transform: scale(1,1);
    transition: transform 0.5s ease;
}
.mainVisuBackMask.js_active{
    transform: scale(0,1);
}
.mainVisuTitleArea{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mainVisuTitle{
    font-size: clamp(4rem,7vw,6rem);
    font-weight: 600;
    text-align: center;
    color: white;
}
.mainVisuTitleSub{
    text-align: center;
    color: white;
    font-size: 1.8rem;
    transform: translate(10%,0);
    opacity: 0;
    transition: transform 0.5s ease 1s,opacity 0.5s ease 1s;
}
.mainVisuTitleSub.js_active{
    opacity: 1;
    transform: translate(0%,0);
}
.mainVisuTitleText{
    display: inline-block;
    opacity: 0;
}

.hidden{
    overflow: hidden;
}

/* 事業案内 */
.servicesPhotoArea{
    width: 50%;
    overflow: hidden;
}
.servicesPhotoArea01{
    background: url(../image/services/services01.jpg) no-repeat;
    background-size: cover;
    background-position: 80% 50%;
}
.servicesPhotoArea02{
    background: url(../image/services/services02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.servicesPhotoArea03{
    background: url(../image/services/services03.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 90%;
}
.servicesPhotoArea04{
    background: url(../image/services/services04.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.servicesPhotoArea05{
    background: url(../image/services/services05.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.servicesPhotoArea06{
    background: url(../image/services/services06.jpg) no-repeat;
    background-size: cover;
    background-position: 70% 50%;
}
.servicesPhotoArea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.servicesParagrafArea{
    width: 50%;
    min-height: 360px;
    background-image: linear-gradient(135deg,rgba(0, 0, 63, 1) , rgba(0, 123, 255, 1) );
}
.servicesParagrafAreaInner{
    width: 90%;
    max-width: 450px;
    position: relative;
}
.servicesParagrafAreaInner.rightSide{
    padding: 30px 0px 30px 30px;
    margin-right: auto;
}
.servicesParagrafAreaInner.leftSide{
    padding: 30px 30px 30px 0px;
    margin-left: auto;
}
.services_h2{
    font-size: 2rem;
    margin-bottom: 15px;
}
#servicesListArea{
    background-color: #bbdef5;
    overflow: hidden;
}
.dangerous_inner{
    padding: 40px 0 clamp(40px,10%,90px) 0;
}
.dangerous_ListTitle{
    font-size: 1.7rem;
    font-weight: 500;
}
table{
    width: 100%;
}
.dangerous_table th{
    width: 8em;
    background-color: #ebebeb;
    border: none;
    font-size: 1.7rem;
    padding: 5px 0;
    font-weight: 400;
    vertical-align: top;
}
.dangerous_table td{
    width: calc(100% - 8em);
    background-color: white;
    border: none;
    font-size: 1.7rem;
    padding: 5px 0 5px 20px;
}
.dangerous_table tr{
    border-top: 1px solid #b1b1b1;
}
.dangerous_table tr:last-child{
    border-bottom: 1px solid #b1b1b1;
}

/* コンテナお問い合わせ */
.contener_contact .inner{
    padding-top: 30px;
}
/* コンテナ購入後の流れ */
.contener_flow_h2{
    font-size: clamp(2.4rem,5vw,3rem);
    margin-bottom: clamp(20px,5%,40px);
}
.flowBox{
    padding: clamp(20px,5%,40px) clamp(20px,7%,80px);
    border-radius: 20px;
    background-color: white;
    filter: drop-shadow(2px 2px 10px rgba(0, 64, 152, 0.5));
    margin-bottom: 15px;
}
.flowBlue{
    background-color: #f1f8fd;
}
.flowBoxLeft{
    width: 47%;
}
.flowBoxRight{
    width: 45%;
}
.flow_arrow{
    width: 75px;
    margin: 0 auto 15px auto;
}
.flow_arrow div{
    padding-top: 35%;
    position: relative;
}
.flow_arrow div::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #004098;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.flowBoxTitle{
    margin-bottom: clamp(15px,3%,20px);
    font-size: 2rem;
    text-align: center;
}

/* 会社概要 */
#messageArea{
    background: url(../image/company/bg_blue3.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: clamp(40px,7vw,60px) 0;
}
.message_h3{
    color: white;
    font-size: clamp(2.4rem,5vw,3rem);
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.messageBox{
    width: 100%;
    max-width: calc(100% - (50% - 450px));
    padding: 30px 0;
    background-color: #bbdef5;
}
.messageWrapper{
    max-width: 900px;
    padding: 0 50px;
    margin-left: auto;
}
.messageBoxPara{
    width: 59%;
}
.messageBoxPhoto{
    width: 35%;
}
.ceoName{
    font-size: 2rem;
    text-align: center;
}
.rem14{
    font-size: 1.4rem;
}
#profileArea{
    position: relative;
}
#profileArea a{
    text-decoration: underline;
}
#profileArea table{
    width: 100%;
    font-size: 1.6rem;
}
#profileArea table td{
    min-width: 10em;
    background-color: #f1f1f1;
    border: none;
    padding: 15px 10px;
    vertical-align: top;
}
#profileArea table td:nth-child(2n){
    background-color: white;
}
#profileArea table tr{
    border-top: 1px solid #b1b1b1;
}
#profileArea table tr:last-child{
    border-bottom: 1px solid #b1b1b1;
}


/* 採用情報 */
.exnet_btn_mail{
    margin-top: 40px;
    margin-bottom: 20px;
}
.exnet_btn_mail p::before{
    content: url(../image/recruit/mail_svg.svg);
    width: 1.3em;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 0.1em;
}
@media (hover: hover) {
    .exnet_btn_mail:hover p::before{
        filter: brightness(0) invert(1); 
    }
}
#rec_profileArea{
    position: relative;
}
#rec_profileArea table{
    width: 100%;
    font-size: 1.6rem;
}
#rec_profileArea table td{
    min-width: 10em;
    background-color: #f1f1f1;
    border: none;
    padding: 15px 10px;
    vertical-align: top;
}
#rec_profileArea table td:nth-child(2n){
    background-color: white;
}
#rec_profileArea table tr{
    border-top: 1px solid #b1b1b1;
}
#rec_profileArea table tr:last-child{
    border-bottom: 1px solid #b1b1b1;
}


/* プライバシーポリシー */
#privacyArea{
    overflow: hidden;
    background-color: #f6f6f6;
}
.dotsSpace{
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.ga4_para{
    word-break: break-all;
}
/* コンタクトフォーム */
.con_tel_num{
    font-size: clamp(3rem,7vw,4.2rem);
    line-height: 100%;
    text-align: center;
    font-weight: 500;
    display: block;
}
.con_tel_num span{
    font-size: clamp(2rem,5vw,3rem);
}
.con_para{
    font-size: 1.7rem;
    text-align: center;
    line-height: 130%;
}
#contactPage{
    overflow: hidden;
}
.cont_th{
    width: 12em;
    padding: 10px 0;
    font-size: 1.7rem;
}
.cont_td{
    width: calc(100% - 12em);
    padding: 10px 0;
    font-size: 1.7rem;
}
.red{
    color: #d1464c;
}
#contactPage table{
    width: 100%;
}
.vertical_top{
    vertical-align: top;
}
#contactPage table p{
    line-height: 130%;
    text-align: left;
}
#contactPage table input{
    font-size: 1.7rem;
    padding: 10px 10px;
    border: 1px solid #b1b1b1;
    resize: vertical;
}
.wpcf7-list-item{
    margin-right: 30px !important;
    margin-bottom: 10px !important;
}
.wpcf7-text{
    width: 100%;
}
.wpcf7-free-text{
    background-color: white;
    width: calc(100% - 5em);
}
.has-free-text{
    margin-right: 0 !important;
    width: 100%;
}
#contactPage table textarea{
    width: 100%;
    font-size: 1.7rem;
    padding: 10px 10px;
    border: 1px solid #b1b1b1;
    resize: vertical;
}
.wpcf7-list-item{
    margin-left: 0 !important;
}
.radio-ex{
    display: flex;
    justify-content: center;
    margin: 20px 0;
    font-size: 1.7rem;
}
.wpcf7-submit{
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border: 1px solid #004098;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 1.7rem;
    color: white;
    cursor: pointer;
    background-image: linear-gradient(90deg, rgba(0, 123, 255, 1) , rgba(0, 0, 63, 1));
}
@media (hover: hover) {
    .wpcf7-submit:hover{
        background-image: linear-gradient(90deg, #f82c36, #900007);    
        border: 1px solid #900007;
    }
}
.underLine{
    text-decoration: underline;
}

/* コンテナコンタクトフォーム */
.contener_location{
    background-color: #f5f5f5;
    border: 1px solid #b1b1b1;
    padding: 5px 10px;
}


.recapcha_para{
    font-size: 1.4rem;
}





/* 入力漏れエラーメッセージ */
.wpcf7-not-valid-tip{
    color: #E94829 !important;
    font-size: 1.5rem !important;
}
/* 送信エラーメッセージ */
.wpcf7-response-output{
    color: #E94829 !important;
    border-color: #E94829 !important;
    font-size: 1.5rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto !important;
    padding: 5px 20px !important;
}
/* ファイルアップロードのエラーメッセージ */
.fileup .wpcf7-not-valid-tip{
    white-space: nowrap;
    position: absolute;
    top: 27px;
    left: 0;
}

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

}
/* 確認画面 */
#wpcf7cpcnf table{
    width: 100%;
}
#wpcf7cpcnf table th{
    width: 30%;
    border: 1px solid #7D7D7D;
    background-color: #F7F8F8;
    padding: 10px;
}
#wpcf7cpcnf table td{
    width: 70%;
    border: 1px solid #7D7D7D;
    padding: 10px;
    background-color: white;
}
button.wpcf7cp-cfm-edit-btn {
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
    font-size: 16px;
    color: white;
    background-color: #929A9F;
    border-radius: 50px;
    padding: 10px 20px;
}
button.wpcf7cp-cfm-submit-btn {
    margin-bottom: 20px;
    border: none;
    font-size: 16px;
    color: white;
    background-color: #004098;
    border-radius: 50px;
    padding: 10px 20px;
}

/* アーカイブページ */
.archive_ul{
    border-top: 2px solid #004098;
    border-bottom: 2px solid #004098;
    margin-bottom: 20px;
}
.topBtn{
    display: block;
    text-align: center;
    width: 100%;
    max-width: 350px;
    padding: 10px 0;
    background-color: #004098;
    border-radius: 50px;
    color: white;
    font-weight: normal;
    margin: 40px auto;
}
/* wp-pagenavi */
.wp-pagenavi {
    margin: 40px auto 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #004098;
    color: white;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    width: 30px;
    height: 30px;
    justify-content: center;
    border: none !important;
    align-items: center;
    padding: 3px 5px;
    display: flex;
    color: #3E3A39;
    margin: 5px;
    background-color: #dadada;
    border-radius: 50px;
}
/* wp-pagenavi */

/* シングルページ */
.newsSingle{
    padding-top: 100px;
    padding-bottom: 100px;
}
.singlePage .newsTitleArea h2{
    border-bottom: none !important;
}
.singlePage{
    position: relative;
    overflow: hidden;
}
.singlePage .news_date{
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 10px;
    line-height: 150%;
}
.singlePage .news_new{
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff0015;
    position: relative;
    line-height: 150%;
}
.singlePage .newsCate{
    font-size: 1.6rem;
    width: 5em;
    color: white;
    padding: 5px 0px;
    line-height: 1;
    background-color: #004098;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
}
.singlePage h1{
    font-size: clamp(2rem,3.5vw,3rem);
    font-weight: normal;
    text-align: justify;
    margin: 0% 0 3% 0;
    position: relative;
    color: #3E3A39;
    padding-bottom: 3%;
    border-bottom: 3px solid #004098;
}
.newsSingle .singlePage h1 {
    font-size: clamp(2rem,3.5vw,3rem);
    font-weight: normal;
    text-align: justify;
    margin: 0% 0 3% 0;
    position: relative;
    color: #3E3A39;
    padding-bottom: 3%;
    border-bottom: 3px solid #004098;
}
.singlePage h2{
    font-size: clamp(1.8rem,3vw,2.6rem);
    padding: 10px 10px;
    font-weight: normal;
    text-align: justify;
    margin: 0% 0 3% 0;
    position: relative;
    color: #3E3A39;
    padding-bottom: 3%;
    border: none;
}
.newsSingle .singlePage .singlePageContener h2 {
    font-size: clamp(1.8rem,3vw,2.6rem);
    padding: 10px 10px;
    font-weight: normal;
    text-align: justify;
    margin: 0% 0 3% 0;
    position: relative;
    color: #3E3A39;
    background-color: #e8e8e8;
    border: none;
}
.singlePage h3{
    font-size: clamp(1.6rem,3vw,2rem);
    padding: 10px 10px;
    font-weight: 600;
    text-align: justify;
    margin: 3% 0;
    position: relative;
    color: #3E3A39;
    background-color: #e8e8e8;
}
.singlePage p{
    font-size: clamp(1.6rem,2.5vw,1.8rem);
    line-height: 180%;
    margin: 20px 0;
    color: #3E3A39;
    font-weight: normal;
}
.singlePageBtn{
    font-size: 1.6rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border: 2px solid #a7a7a7;
    border-radius: 50px;
    text-decoration: none !important;
    display: block;
    background-color: white;
    color: #3E3A39 !important;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin-top: 40px;
}
@media (hover: hover) {
    .singlePageBtn:hover{
        color: white !important;
    }
    .singlePageBtn:hover.singlePageBtn::before{
        transform:  translate(-50%,-50%) scale(1);
    }
}

.singlePageBtn::after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: white;
    left:0%;
    top:0%;
    z-index: -2;
}
.singlePageBtn::before{
    width: 200%;
    padding-top: 200%;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #004098;
    left: 50%;
    top: 50%;
    transform-origin: center;
    z-index: -1;
    transform:  translate(-50%,-50%) scale(0);
    transition: transform 1s ease;
}
.newsSingle .singlePageBtn::before,
.newsListPage .singlePageBtn::before{
    width: 200%;
    padding-top: 200%;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #004098;
    left: 50%;
    top: 50%;
    transform-origin: center;
    z-index: -1;
    transform:  translate(-50%,-50%) scale(0);
    transition: transform 1s ease;
}
.singlePage p strong{
    font-size: 1.8rem;
    line-height: 180%;
    color: #3E3A39;
    display: inline-block;
    padding: 0 5px;
    background-color: #fefba7;
}
.singlePage a{
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #406baf;
    font-weight: normal;
}
.singlePage blockquote{
    padding: 3% 5%;
    background-color: #dfe6ec;
    position: relative;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: 5% 0;
}
.singlePage blockquote::before{
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 5px;
    height: 100%;
    background-color: #b8d1e8;
}
.singlePage blockquote::after{
    content: "“";
    position: absolute;
    left: 0%;
    top: -11%;
    color: #b8d1e8;
    font-size: 6rem;
    font-style: italic;
}
.singlePage cite{
    text-align: right;
    font-size: 1.5rem;
    font-style: italic;
    display: block;
    color: #3E3A39;
}
.singlePage figure{
    width: 100%;
    display: block;
    /* max-width: 600px !important; */
    margin: 30px 0;
    overflow: auto;
}
.singlePage iframe{
    width: 100%;
    margin: 5% 0;
}
.singlePage .wp-element-caption{
    color: #3E3A39;
}
.singlePage ul{
    padding: 3% 5%;
    background-color: #ededed;
    font-size: 1.7rem;
    margin: 5% 0;
    color: #3E3A39;
}
.singlePage li{
    list-style: auto;
    position: relative;
    left: 1.7rem;
    margin-right: 1.7rem;
}

.singlePage table{
    font-size: 1.6rem;
    width: 970px !important;
    transform: scaleX(0.99);
    color: #3E3A39;
}
.singlePage table td strong{
    color: #004098;
    font-weight: normal;
}
.singlePage thead{
    border: none !important;
}
.singlePage th{
    background-color: #ededed;
}
.singlePage tr:nth-child(even){
    background-color: #f2f2f2;
}
.singlePage .wp-block-button{
    margin: 5% 0;
}
.singlePage  .wp-block-button__link{
    display: block;
    color: white !important;
    text-decoration: none !important;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    background-color: #004098;
    position: relative;
}
.singlePage  .wp-block-button__link::after{
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.singlePage  .wp-block-embed__wrapper {
    width: 100%;
    padding-top: 56%;
    position: relative;
  }
  
.singlePage  .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
#autozip{
    background-color: transparent !important;
    pointer-events: none;
}
#zip_close{
    display: none;
}


.toroContenner{
    display: flex;
    align-items: center;
    padding: 30px 60px;
    background-image: linear-gradient(45deg, rgb(218, 218, 218), rgba(255, 255, 255, 1) 51% 52%, rgb(219, 219, 219));
    margin-bottom: 50px;
}
.toro{
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.toroBox{
    width: 30%;
}
.toroPara{
    width: 70%;
    font-family: 'Noto Serif JP', serif;
}
.grecaptcha-badge { visibility: hidden; }
.recapcha_para{
    font-size: 1.2rem;
    text-align: center;
    line-height: 140%;
    color: #333333;
    margin-bottom: 30px;
}
.recapcha_para_white{
    font-size: 1.2rem;
    text-align: center;
    line-height: 140%;
    color: white;
    margin-bottom: 30px;
}
.recapcha_para a{
    color: #004598;
    font-size: 1.2rem;
}
.recapcha_para_white a{
    color: #fefba7;
    font-size: 1.2rem;
}

/* コンテナアーカイブページ */
#zenkokuArea{
    border-bottom: 1px solid #636363;
}
.zenkoku_contener{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}
.zenkoku_paraArea{
    width: calc(100% - 120px);
}
.zenkoku_h2{
    font-size: 2rem;
    color: #004098;
}
.zenkoku_para{
    font-size: 1.6rem;
    line-height: 150%;
}
.zenkoku{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #d1464c;
    position: relative;
}
.zenkoku p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    line-height: 130%;
}
#containerNav{
    position: relative;
}
.container_navflex{
    width: 100%;
    display: flex;
}
.container_navBtn01{
    width: 50%;
    display: block;
    padding: 7px 0;
    text-align: center;
    color: #004098;
    background-color: #BBDEF5;
    border-bottom: 1px solid #636363;
}
.container_navBtn01:nth-child(2){
    background-color: #D1464C;
    color: white;
}
/* .container_navBtn01:nth-child(2)::before{
    content: url(../image/top/mail_ico.png);
    margin-right: 3px;
    filter: invert(1) brightness(2);
} */

@media (hover: hover) {
    .container_navBtn01:hover{
        background-color: #004098;
        color: white;
    }
}
.container_navBtn01:nth-child(1){
    border-right: 1px solid #636363;
}
.container-filter{
    width: 100%;
    display: flex;
}
.cont_tel_para{
    color: white;
    padding: 15px 0;
    line-height: 130%;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(0, 123, 255, 1), rgba(0, 64, 147, 1));
}
.container-button{
    display: block;
    text-align: center;
    padding: 7px 0;
    width: 33%;
    border-right: 1px solid #636363;
    border-bottom: 1px solid #636363;
    background-color: #EBEBEB;
}
@media (hover: hover) {
    .container-button:hover{
        background-color: #004098;
        background-image: linear-gradient(90deg, rgba(0, 123, 255, 1), rgba(0, 64, 147, 1));
        color: white;
    }
}
.container-button:nth-child(3n){
    width: 34%;
}
.container-button:last-child{
    border-right: none;
}
@media screen and (max-width:500px){
    .container-filter{
        flex-wrap: wrap;
    }
    .container-button:nth-child(3n){
        border-right: none;
    }
}
.kobutu{
    font-size: 1.5rem;
    text-align: center;
    line-height: 120%;
}
#container-archive{
    padding: 40px 0 80px 0;
}
.container_title{
    font-size: 1.7rem;
    line-height: 150%;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container_archive_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.container_archive_li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.container_archive_li:nth-child(3n){
    margin-right: 0;
}
@media screen and (max-width:900px){
    .container_archive_li{
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 30px;
    }
    .container_archive_li:nth-child(3n){
        margin-right: 5%;
    }
    .container_archive_li:nth-child(2n){
        margin-right: 0;
    }
}
@media screen and (max-width:500px){
    .container_archive_li{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }
    .container_archive_li:nth-child(3n){
        margin-right: 0%;
    }
    .container_archive_li:nth-child(2n){
        margin-right: 0;
    }
}
.feet{
    display: block;  
    font-size:1.4rem;
    line-height: 120%;
    padding: 5px 10px;
    color: white;
    background-image: linear-gradient(-90deg, rgba(0, 0, 63, 1), rgba(0, 123, 255, 1));  
}
.condition{
    display: block;  
    font-size:1.4rem;
    line-height: 120%;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
}
.feet6{
    background-image: linear-gradient(-90deg, rgba(0, 0, 63, 1), rgba(0, 123, 255, 1));
}
.feet10{
    background-image: linear-gradient(-90deg, rgb(229 0 0), rgb(255 133 0));
}
.feet12{
    background-image: linear-gradient(-90deg, rgb(0 81 255), rgb(0 172 255));
}
.feet20{
    background-image: linear-gradient(-90deg, rgb(228 0 97), rgb(255 77 144));
}
.feet40{
    background-image: linear-gradient(-90deg, rgb(11 63 0), rgb(3 215 85));
}
.condition1{
    background-color: #ffffff;
    color: #d5000b;
    background-color: #ffe600;
    font-weight: 600;
}
.condition2{
    color: #333333;
    background-color: #d8effe;
    font-weight: 600;
}
@media (hover: hover) {
    .container_archive_li:hover{
        opacity: 0.8;
    }
}
.container_price{
    font-size: 1.6rem;
    line-height: 150%;
}
.container_price{
    color: #333333;
}
.container_price span{
    color: #D1464C;
}
.container_photoBox{
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.container_photoBox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease;
}
@media (hover: hover) {
    .container_archive_li .container_photoBox:hover img{
        transform: translate(-50%,-50%) scale(1.2);
    }
}

/* コンテナ個別ページ */
.container-singlePage{
    padding: 40px 0 80px 0;
}
.container-singlePage_h1{
    font-size: 1.8rem;
    text-align: center;
    color: white;
    padding: 10px 0;
    margin-bottom: 10px;
}
.thumbnails{
    display: flex;
    margin-bottom: 20px;
}
.thumbnailsBox{
    /* flex: 1 1 auto; */
    width: 33.333%;
}
@media (hover: hover) {
    .thumbnailsBox .container_photoBox:hover{
        cursor: pointer;
        opacity: 0.8;
    }
}

.container_comment{
    width: 34%;
}
.container_information{
    width: 60%;
}
.notes{
    font-size: 1.5rem;
    line-height: 140%;
}
.container_table{
    width: 100%;
}
.container_table th{
    width: 25%;
    background-color: #EBEBEB;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 10px 0 ;
}
.container_table td{
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 10px;
}
.no_right_border{
    border-right: none !important;
}
.container_size{
    text-align: center;
}


/* 404ページ */
.soon{
    font-size: 1.6rem;
    width: fit-content;
    margin: 20px auto !important;
}
.para404{
    font-size: clamp(8.5rem,10vw,12rem);
    line-height: 100%;
}
.page404{
    background: url(../image/404.png) no-repeat;
    background-position: bottom;
    background-size: contain;
}