/***************common***************/
.flex{
    display: flex;
}
.sp{
    display: none !important;
}
.pc{
    display: block !important;
}
.justify_center{
    justify-content:center
}
.justify_space-between{
    justify-content:space-between
}
.section_inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px;
}
a:hover{
    opacity: 0.7;
}
.fade {  
    margin-bottom: -3.5px;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
.mv_slider .fade {  
    margin-bottom: 0;
}
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}
a:has(.fade){
    display: inline-block;
    background-color: #000;    
}
.yumin{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.link_arrow_wt::after{
    content: url(../img/link_arrow_wt.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0px;
    margin-left: 5px;
}
.link_arrow_rd::after{
    content: url(../img/link_arrow_rd.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0px;
    margin-left: 5px;
}
#content{
    top: 55px;
    position: relative;
}
.home{
    background-color: #F8FAFB;
}
/*SP*/
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .flex{
        display: block;
    }
    .sp{
        display: block !important;
    }
    .pc{
        display: none !important;
    }
}

/***************heaer***************/
header{
    background-color: #FFF;
    color: #000;
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 55px;
}
.header_logo{
    margin: 10px 20px;
}
.header_logo img{
    width: 211px;
    position: relative;
    top: 2px;
}
.header_menu_download{
    background-color: #696969;
}
.header_menu_contact{
    background-color: #ce1a13;
}
.header_menu_contact, .header_menu_download{
    color: #fff;
    display: block;
    padding: 24px 30px;
    font-weight: bold;
    height: 68px;
}
.header_menu_contact img, .header_menu_download img{
    margin-right: 10px;
}
.header_menu_nav{
    margin: 10px 20px;
}
.header_menu_nav ul{
    margin: 5px 20px;
}
.header_menu_nav ul li{
    margin: 5px 10px;
}

/***************mv***************/
.mv_slider {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: auto;
}
.mv_slider li{
    height: auto;
}
.mv_slider li img{
    width: 100%;
}
.mv_slider .slick-arrow {
    width: 21px;
    height: 47px;
    cursor: pointer;
    border: none;
    outline: none;
    position: absolute;
    top: 130px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.mv_slider .next-arrow {
    right: 20px;
}
.mv_slider .prev-arrow {
    left: 20px;
}
.slick-dots {
    top: 87vh;
    z-index: 1;
}
.slick-dots li button:before {
    font-size: 15px;
    width: 40px;
    height: 40px;
}
.mv_slider .slick-next{
    display: none !important;
}
/***progress-bar***/
.mv_slider .slick-dots{
    display: flex;
    justify-content: center;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 25%;
}
.mv_slider .slick-dots li{
  width: calc(100% / 3 - 3px);
    height: 4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #dedede;
    overflow: hidden;
    border-radius: 35px;
}
.mv_slider .slick-dots li:not(:last-child){
  margin-right:10px;
}
.mv_slider .slick-dots li.slick-active button::after{
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #CE1A13;
  animation: progress 6.8s linear 0s forwards;
  z-index:1;
}
@keyframes progress {
  0%{
    width:0;
  }
  100% {
    width:100%;
  }
}
/***slider1***/
.slider1_catch{
    width: calc(25% - 40px);
    margin: 40px;
}
.slider1_image{
    width: calc(75% - 40px);
    margin: 40px 30px 0 0;
    overflow: hidden;
    height: 80vh;
}
.slider1_greets{
    background-color: #E84A0A;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    top: -70px;
    right: -190px;
    z-index: 1;
    width: 130px;
}
.slider1_catch img:first-child{
    max-width: 327px;
    width: 100%;
    height: 60vh;
}
.slider1_catch img:nth-child(2){
    max-width: 210px;
    width: 100%;
    margin: 15px 53px;
}
/***slider2***/
.slider2_catch{
    width: calc(40% - 40px);
    margin: 40px;
    position: relative;
    top: 22vh;
}
.slider2_image{
    width: calc(60% - 40px);
    margin: 40px 0px 0 0;
    height: 80vh;
    overflow: hidden
}
.slider2_image img{
    height: 80vh;
    object-fit: cover;
}
.slider2_catch img:first-child{
    max-width: 538px;
}
.slider5 .slider2_catch{
    width: calc(40% - 0px);
    margin: 40px 0 0 25px;
}
.slider5 .slider2_catch img:first-child {
    max-width: 705px;
}
.slider5 .slider2_image{
    width: calc(55% - 40px);
    margin: 40px 0px 0 0;
    height: 80vh;
    overflow: hidden;
}
.slider1_image img,
.slider2_image img {
    width: 100%;
    animation: animationZoom 25s ease-in-out infinite;
}
@keyframes animationZoom {
    50% { transform:scale(1.1)} 
}
/***slider3***/
.slider3{
    background-image: url("../img/mv3_image.png");
    background-repeat:  no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    /*height: 100vh;*/
    position: relative;
    z-index: 0;
    color: #fff;
    height: 85vh;
    object-fit: cover;
    font-weight: bold;
    line-height: 65px;
}
.slider3_catch{
    font-size: 50px;
    position: relative;
    top: 22vh;
    font-weight: bold;
    margin: 40px 50px;
}
.slider3_catch span{
    font-size: 35px;
    font-weight: bold;
}
.slider3_link{
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    width: 178px;
}
/***slider4***/
.slider4{
    background-image: url("../img/mv4_image.png");
    background-repeat:  no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    /*height: 100vh;*/
    position: relative;
    z-index: 0;
    color: #fff;
    height: 85vh;
    object-fit: cover;
    font-weight: bold;
    line-height: 65px;
}
.slider4_catch_title{
    position: relative;
    top: 25vh;
    margin: 0 50px;
}
.slider4_catch_title span {
    display: block;
    font-size: 35px;
    font-weight: bold;
    margin: 0px;
    color: #fff;
    width: max-content;
    padding: 0 10px 0 20px;
}
.slider4_solution {
    font-size: 50px !important;
    position: relative;
    top: -70px;
}
.slider4_catch_link{
    position: relative;
    top: 10vh;
    margin: 0 50px;
}
.slider4_link{
    margin: 31px;
    position: relative;
    top: 45px;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
}
.slider4 .link_arrow_rd::after{
    content: url(../img/link_arrow_wt.svg);
}

@media only screen and (max-width: 768px) {
    .slider4{
        background-image: url("../img/mv4_image_sp.png");
        background-position: top center;
    }
    .slider4{
        height: 62vh;
    }
    .slider4_catch{
        position: relative;
        top: -10vh !important;
    }
    .slider4_catch_title {
        position: relative;
        top: 20vh;
        margin: 0 30px;
    }
    .slider4_catch span {
        font-size: 20px;
        font-weight: bold;
        background-color: #fff;
        color: #000;
        display: block;
        width: max-content;
        margin: 20px 0;
        line-height: 32px;
        padding: 5px 5px 5px 15px;
    }
    .slider4_solution{
        font-size: 27px !important;
        top: -74px;
    }
    .slider4_link {
        position: relative;
        top: 0vh;
        margin: 0 -20px;
    }
}

@media only screen and (min-width: 1550px) {
    .slider1_catch{
        width: calc(20% - 40px);
    }
    .slider1_image{
        width: calc(80% - 40px);
    }
    .slick-dots {
        top: 87vh;
        z-index: 1;
    }
}
@media only screen and (max-width: 1320px) {
    .slider1_image img {
        object-fit: cover;
        height: 100vh;
    }
    .slider1_catch {
        width: calc(25% - 40px);
        margin: 20px 40px;
    }
    .slider1_catch img:nth-child(2) {
        margin: 0px auto;
    }
}

/***************mv_news***************/
.mv_news{
    padding: 20px;
    position: absolute;
    top: 65vh;
    background-color: #fff;
    width: 65%;
    right: 0;
}
.mv_news_title{
    color: #E84A0A;
    font-size: 20px;
    padding: 13px 30px 0 10px;
    font-weight: bold;
}
.mv_news_title span{
    font-size: 10px;
}
.mv_news_list dt{
    padding-bottom: 15px;
    border-bottom: 1px solid #7D7D7D;
}
.mv_news_list p{
    font-weight: normal;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mv_news_list dt:last-child{
    border: 0;
    padding-top: 15px;
    padding-bottom: 0;
}
.mv_news_list .category .name{
    display: none;
    border: 0;
    padding: 3px 5px;
    margin: 0 15px;
    font-size: 14px;
    background-color: #0e933d;
    border-radius: 4px;
    color: #fff;
    -webkit-animation: blink 0.8s ease infinite;
	animation: blink 0.8s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}

.mv_news_link{
    margin-left: auto;
    margin-top: 40px;
}
.mv_news_list .date{
    width: 150px;
}
.mv_news_list .category{
    /*width: 170px;*/
    width: max-content;
    overflow: initial;
}

/***************main_contents***************/
.main_contents{
    background-image: url(../img/main_contents_back.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    color: #fff;
    object-fit: cover;
    line-height: 65px;
    margin-top: -100px;
    color: #CE1A13;
    padding: 90px 100px 90px 0;
}
.main_contents_title{
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: -20px;
}
.main_contents_catch h1{
    font-size: 24.5px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.main_contents_image img{
    max-width: 395px;
}
.main_contents_sub_catch{
    font-size: 13px;
    position: relative;
}
.main_contents_main_area,
.main_contents_sub_area{
    width: 50%;
    margin: 0 auto;
}
.main_contents_block{
    background-color: #FFF;
    padding: 50px;
    border: 1px solid#ddd;
}
.main_contents_main_inner{
    max-width: 360px;
    margin: 0 auto;
}
.main_contents_catch{
    line-height: 54px;
}
.main_contents_sub_catch{
    line-height: 15px;
    position: relative;
    top: -93px;
    left: 230px;
}
.main_contents_sub_area{
    line-height: 30px;
    color: #000;
    border-left: 1px solid #ddd;
}
.main_contents_sub_area_inner{
    max-width: 430px;
    margin: 50px auto;
}
.main_contents_sub_area_actual{
    margin: 50px 0;
}
.main_contents_sub_area_actual p{
    font-size: 13px;
    margin-right: 35px;
}
.main_contents_sub_area_actual p span{
    font-size: 35px;
    font-weight: bold;
}
.main_contents_sub_area_btn a{
    border: 1px solid #000;
    padding: 5px 15px;
    margin-right: 15px;
}

/***************reveal***************/
.start_reveal,
.start_reveal::after {
    animation-iteration-count: 1;
    animation-iteration-count: var(--iterations, 1);
    animation-duration: 500ms;
    animation-duration: var(--duration, 500ms);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
} 
.start_reveal {
	position: relative;
	animation-name: text;
	color: #CE1A13;
	white-space: nowrap;
	cursor: default;
	text-transform: uppercase;	
}
.start_reveal::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CE1A13;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer;
}
@keyframes text {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}
@keyframes revealer {
    0%, 50% {
        transform-origin: 0 50%;
    }
    60%, 100% {
        transform-origin: 100% 50%;		
    }
    60% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}

/***************service***************/
.section_title{
    margin-left: 20px;
}
.section_title h2{
    color: #CE1A13;
    font-size:30px;
    font-weight: bold;
}
.section_title span{
    font-size: 13px;
    color: #CE1A13;
    margin: 10px 20px;
}
.service_block{
    width: calc(33% - 30px);
    margin: 30px;
}
.service_block img{
    width: 100%;
}
.service_block_txt{
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    min-height: 240px;
}
.service_block_txt h3{
    font-size: 20px;
    font-weight: bold;
}
.service_block_txt span{
    color:#747272;
    font-size: 9px;
}
.service_block_detail{
    margin: 20px 0;
    line-height: 25px;
}

/***************achievement***************/
.achievement{
    background-image: url(../img/achievement_back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    mix-blend-mode: multiply;
    margin-bottom: 70px
}
.jp_achievement{
    margin-right: 40px;
}
.jp_achievement a,
.wl_achievement a{
    padding: 30px 90px;
    color: #CE1A13;
    border: 1px solid #CE1A13;
    display: block;
    margin: 50px 0;
    font-weight: bold;
    background-color: #fff;
}
.achievement .section_inner{
    padding: 120px 20px;
}
/***************footer***************/
.floating{
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 999;
    display: none;
}
#footer{
    background-color: #696969;
    position: relative;
}
.footer_contents{
    padding: 40px;
    margin-top: 30px;
}
.footer_contents_l{
    width: 35%;
    border-right: 1px solid #F6F6E9;
    padding: 0 40px;
    color: #fff;
    max-width: 450px;
}
.footer_contents_r{
    width: 65%;
    padding: 0 40px;
    color: #fff;
    max-width: 790px;
}
.footer_logo{
    margin-bottom: 20px;
}
.footer_about{
    margin: 50px 0;
    line-height: 1.4;
}
.footer_link{
    margin: 40px 0 0 -15px;
}
.footer_link li{
    margin: 0px 10px 10px 0px;
}
.footer_link li a{
    margin: 10px;
    color: #fff;
}
#copyright{
    background-color: #3B3B3B;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 24px;
    font-size: 13px;
}
#move-page-top{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    cursor: pointer;
}
#move-page-top img{
    width: 100%;
}
/***************underlayer***************/
.underlayertitle{
    background-color: #CE1A13;
}
.underlayertitle .section_inner{
    padding: 0;
}
.underlayertitle .lower_title h1{
    font-size: 30px;
    padding: 30px 0;
    color: #fff;
    margin: 0;
}
.underlayer .section_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 0px;
}

/***************breadcrumb***************/
.breadcrumb_section{
    border-top:1px solid #E4E4E4;
    border-bottom:1px solid #E4E4E4;
}
.breadcrumb_section .section_inner{
    padding: 15px 0 0 0;
}
.breadcrumb_home{
    width: 32px;
    position: relative;
    top: -8px;
}
.breadcrumb_arrow{
    margin: 0 10px;
    width: 6px;
}
.breadcrumb a{
    color: #000;
    position: relative;
    top: 8px;
}
.breadcrumb .current{
    position: relative;
    top: 8px;
}
/*SP*/
@media only screen and (max-width: 768px) {
    .breadcrumb ul {
        display: flex;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .breadcrumb ul li{
        padding: 0 10px 0 5px;
    }
}

/***************company***************/
.company_tab{
    background-color: #F8FAFB;
    padding: 10px 0 0;
}
.company_tab .section_inner{
    padding: 20px 0;
}
.company_tab ul{
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 0;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.company_tab ul li{
    color: #E5E5E5;
    margin-right: 0px;
    margin-bottom: 5px;
    min-height: 30px;
}
.company_tab ul li a{
    border-right: 1px solid #b8b8b8;
    display: block;
    padding: 0px 15px 0px 15px;
}
.company_tab ul li:last-child a{
    border: 0;
}
.company_tab .current{
    font-weight: bold;
    border-bottom: 3px solid #CE1A13;
    padding-bottom: 10px;
}
.company_tab_bottom {
    margin-bottom: 50px;
}
.company_detail table{
    width: 100%;
}
.company_detail table tr{
    border-bottom: 1px solid #D5D5D5;
}
.company_detail table th{
    width: 15%;
    text-align: left;
    padding: 20px 0;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #D5D5D5;
}
.company_detail table td{
    width: 85%;
    text-align: left;
    padding: 20px 0;
    line-height: 25px;
    border-bottom: 1px solid #D5D5D5;
}
.map_tab{
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.map_tab li{
    color: #E5E5E5;
    margin-right: 20px;
}
.map_tab .active a{
    font-weight: bold;
    border-bottom: 3px solid #CE1A13;
    padding-bottom: 10px;
}
.company_detail .tab_list{
    display: none;
}
.tab_content iframe{
    margin-top: 20px;
}
.company_detail table td table tr:last-child{
    border: 0;
}
.company_detail table td table td{
    width: 100px;
    padding: 10px 0;
}
.company_detail table tr:last-child{
    border: 0;
    margin-bottom: 40px;
}
.company_detail table td table tr:last-child{
    border: 0;
}
.company_detail table td table tr:last-child td{
    border: 0;
}

.philosophy_catch{
    margin-top: 40px;
    font-size: 40px;
}
.philosophy_catch div{
    font-size: 16px;
    margin: 40px 0;
    line-height: 25px;
}
.philosophy_catch1{
    border-bottom: 1px solid #00478F;
}
.philosophy_catch2{
    border-bottom: 1px solid #E84A0A;
}
.philosophy_catch3{
    border-bottom: 1px solid #CE1A13;
}
.philosophy_catch_detail div{
    margin-bottom: 20px;
}
.philosophy_catch_detail1{
    color: #00478F;
    font-weight: bold;
    width: 80px;
}
.philosophy_catch_detail2{
    color: #E84A0A;
    font-weight: bold;
    width: 80px;
}
.philosophy_catch_detail3{
    color: #CE1A13;
    font-weight: bold;
    width: 80px;
}
.philosophy_catch{
    width: calc(50% - 40px);
    margin: 60px 40px 20px 0;
}
.philosophy_catch_detail{
    width: calc(50% - 40px);
    margin: 60px 0 20px 20px;
}
.philosophy_catch_detail_txt{
    width: 450px;
}
.purpose_title span{
    font-size: 13px;
    margin-left: 15px;
    color: #CE1A13;
    position: relative;
    top: 11px;
}
.purpose_title h2{
    color: #CE1A13;
    font-size: 30px;
    font-weight: bold;
}
.purpose_txt{
    margin: 20px 0 0px 30px;
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
}
.purpose .section_inner{
    border-bottom: 1px solid #D5D5D5;
    padding: 70px 0;
}
.orevalue_list{
    padding: 30px;
    background-color: #F8FAFB;
    width: calc(33% - 20px);
    margin: 40px 20px;
    text-align: center;
}
.corevalue .purpose_title{
    margin-top: 30px;
}
.orevalue_list_title{
    font-size: 23px;
    font-weight: bold;
}
.orevalue_list_image{
    margin: 30px 0;
}
.orevalue_list_image img{
    width: 110px;
}
.orevalue_list_txt{
    text-align: left;
    line-height: 25px;
}
.back_top{
    text-align: center;
    margin: 30px 0 80px;
}
.back_top a{
    padding: 20px 50px;
    border: 1px solid #000;
}
.history_detail table tr{
    border-bottom: 1px solid #D5D5D5;
}
.history_detail table td{
    text-align: left;
    padding: 10px 0;
    line-height: 25px;
    border-bottom: 1px solid #D5D5D5;
}
.history_detail table tr td:first-child{
    width: 150px;
}
.conpany_movie{
    width: 50%;
    margin-left: 70px;
}
.history_detail .section_inner{
    padding: 60px 0;
}
.history_image{
    margin-top: -190px;
}
.message_detail{
    background-image: url(../img/message_back2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.message_catch{
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    padding: 90px 0px;
    position: relative;
    top: 0px;
    left: 220px;
}
.message_catch_name span{
    font-size: 18px;
    margin-left: 20px;
}
.message_detail_box{
    background-color: #fff;
    padding: 40px;
    position: relative;
    top: -130px;
    max-width: 800px;
    margin: 0 auto;
}
.message_detail_box h2{
    color: #CE1A13;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
.message_txt_txt{
    line-height: 25px;
    margin-bottom: -160px;
}
.message .back_top{
    margin-top: -70px;
}
.message_sign img{
    width: 265px;
    mix-blend-mode: multiply;
    transform: rotate(0deg);
    position: relative;
    top: -20px;
    left: 120px;
}
/***************service_list***************/
.service_list_txt{
    line-height: 25px;
    margin-bottom: 35px;
}
.service_list .back_top {
    text-align: center;
    margin: 30px 0 130px;
}
.service_list_block_image{
    max-width: 280px;
    min-width: 200px;
    width: 30%;
}
.service_list_block_image img{
    width: 100%;
    height: 165px;
    object-fit: cover;
}
.service_list_block{
    border: 1px solid #c4c4c4;
    margin: 20px 0 30px;
    flex-wrap: wrap;
}
.service_list_block_name{
    padding: 30px 10px 30px 30px;
    max-width: 100%;
    width: 70%;
}
.service_list_block_description{
    margin: 20px 0 0;
}
.service_list_block_detail{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    max-width: 100%;
    border-top: 1px solid #ddd;
}
.service_list_block_detail_link{
    border-bottom: 1px solid #DADADA;
    margin: 0 15px;
    padding: 10px 0;
    width: calc(50% - 35px);
    font-size: 14px;
    height: fit-content;
}
.service_list_block_detail_link:nth-child(5),
.service_list_block_detail_link:nth-child(6){
    border: 0;
}
.service_list_block_detail_link::after{
    content: url(../img/service_list_link_arrow.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}
.service_list_block:nth-child(2) .service_list_block_detail,
.service_list_block:nth-child(3) .service_list_block_detail{
    width: 100%;
    /*margin-top: 50px;*/
}
.service_list_block:nth-child(2) .service_list_block_detail .service_list_block_detail_link:first-child,
.service_list_block:nth-child(3) .service_list_block_detail .service_list_block_detail_link:first-child{
    border: 0;
}


/***************news***************/
.news_list .mv_news{
    position: initial;
    width: 100%;
}
.news_list .back_top {
    text-align: center;
    margin: 30px 0 130px;
}

/***************post_single***************/
.post-txt{
    margin: 50px 0;
    line-height: 25px;
}

/***************contact***************/
.mw_wp_form{
    max-width: 750px;
    margin: 30px auto;
    padding: 20px 40px 0;
    border: 1px solid #8f8f8f;
}
.contact__title{
    text-align: center;
    padding: 20px 0 0;
}
.contact_tel{
    text-align: center;
    margin: 40px 0;
}
.mw_wp_form dt{
    margin: 20px 0 15px;
}
.mw_wp_form .required{
    background-color: #FF7F00;
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    margin-left: 20px;
}
.mw_wp_form dd{
    margin-left: 0;
    margin-bottom: 30px;    
}
.mw_wp_form input[type="text"]{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.mw_wp_form select{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.mwform-checkbox-field{
    margin-bottom: 15px;
}
.mw_wp_form .contact__heading{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.mw_wp_form textarea{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.mw_wp_form p{
    text-align: center;
}
.contact__submit{
    margin: 20px 0 50px;
    background-color: #CE1A13;
    color: #fff;
    border-radius: 0;
    padding: 15px 70px;
    border: 0;
    cursor: pointer;
}
.contact-contents{
    display: flex;
    justify-content: center;
}
.contact-content{
    margin: 20px;
    text-align: center;
}
.contact p{
    line-height: 25px;
    margin-bottom: 20px;
}
.ppbox {
    width: 100%;
    height: 200px;
    border: 1px solid #000;
    overflow-y: scroll;
    padding: 20px;;
}
.ppbox p{
    text-align: left;
}
  
/***************privacy-policy***************/
.privacy-policy_title{
    font-size: 25px;
    margin-bottom: 30px;
}
.privacy-policy_txt{
    line-height: 25px;
    margin-bottom: 30px;
}
/***************sitemap_list***************/
#sitemap_list li a {
    color: #2D2E5B !important;
}
#sitemap_list {
    display: flex;
    flex-wrap: wrap;
}
#sitemap_list li {
    width: 45%;
	margin: 10px 20px !important;
}
#sitemap_list li.home-item {
    margin-left: 20px;
}

/***************pager***************/
.pagenation{
    border-radius: 7px;
    overflow: hidden;
    margin: 20px auto 0;
}
.pagenation ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.pagenation .active{
    background-color: #000;
    padding: 10px 15px;
    color: white;
}
.pagenation a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    background-color: #a9a9a9;
    border-right: 1px solid white;
}
.pagenation li{
    margin: 0px 10px;
}
.pagenation .next a, .pagenation .prev a{
    background-color: #fff;
}
.pagenation .next a img, .pagenation .prev a img{
    width: 12px;
    height: 16px;
    position: relative;
    top: 2px;
}
/***************responnsib***************/
@media only screen and (min-width: 1060px) {
    .hamburger{
        display: none !important;
    }
    .globalMenuSp{
        display: none;
    }
}
@media only screen and (max-width: 1059px) {
    .header_menu_nav,
    .header_menu_btn{
        display: none;
    }
    .hamburger {
        display : block;
        position: fixed;
        z-index : 3;
        right : 20px;
        top: 4px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #000;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }  
    .hamburger.active span:nth-child(1) {
        top : 16px;
        left: 6px;
        background :#fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }  
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    nav.globalMenuSp {
        position: fixed;
        z-index : 2;
        top  : 0;
        left : 0;
        color: #fff;
        background: rgb(42 42 43 / 98%);
        text-align: center;
        width: 100%;
        transform: translateX(100%);
        transition: all 0.6s;
        height: 100vh;
        padding: 30px;
    }
    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 5px 0;
        width: 100%;
        transition: .4s all;
        border-bottom: 1px solid #fff;
    }
    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0px;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    nav.globalMenuSp ul li:hover{
        background :#ddd;
    }
    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration :none;
    }
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
        height: 100vh;
        padding: 30px;
    }
}

@media only screen and (max-width: 1435px) {
    .mv_news{
        width: 75%;
    }
}
@media only screen and (max-width: 1320px) {
    .main_contents{
        margin-top: 0;
    }
    .slider1_greets{
        position: initial;
    }
}

@media only screen and (max-width: 1300px) {
    .underlayer .section_inner {
        margin: 0 auto;
        padding: 20px 20px;
    }
}
@media only screen and (max-width: 1235px) {
    .company_tab ul{
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 1270px) {
    .mv_news{
        font-size: 14px;
    }
    .mv_news .category{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .slider1_catch {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
    .slider1_catch img:first-child {
        max-width: 100%;
        width: auto;
        height: 60vh;
        margin: 0 auto;
    }
    .slider1_catch img:nth-child(2) {
        max-width: 100%;
        width: auto;
        margin: 30px auto 0;
    }
    .mv_news {
        width: 100%;
        position: relative;
        top: 0;
    }
    .mv_slider {
        display: block;
    }
    .mv_slider .slick-dots {
        width: 80%;
        margin: 0 auto;
        left: 0;
        position: relative;
        top: 0px;
        bottom: auto;
    }
    .slider1_greets {
        position: relative;
        margin: 0 auto;
        left: 50%;        
    }
    .slider1_image {
        width: 100%;
        margin: 0;
        overflow: hidden;
        height: auto;
    }
    .slider1_image img {
        object-fit: cover;
        height: auto;
    }
    .slider2_catch {
        width: 100%;
        margin: 0;
        position: relative;
        top: auto;
        margin: 35px auto;
        padding: 0 10px;
    }
    .slider2_image {
        width: 100%;
        margin: 30px auto;
        height: auto;
        overflow: hidden;
    }
    .slider2_image img {
        height: 35vh;
        object-fit: cover;
    }
    .slider3_catch {
        top: 0;
        font-size: 45px;
        position: relative;
        font-weight: bold;
        margin: 45px 30px;
    }
    .slider3 {
        height: auto;
    }

    .mv1_greets_sp img{
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }
    .mv1_greets_sp .slider1_greets{
        position: relative;
        margin: 0 auto;
        left: 80px;
        width: 120px;
    }
    .mv_news_title {
        padding: 0px 30px 20px 0px;
    }
    .main_contents {
        background-image: url(../img/main_contents_sp_back.svg);
        padding: 30px 30px 30px 0;
        width: 100%;
    }    
    .main_contents_block {
        padding: 20px;
    }
    .main_contents_main_area, .main_contents_sub_area {
        width: 100%;
    }
    .main_contents_catch{
        position: relative;
    }
    .main_contents_catch h1 {
        font-size: 20.5px;
        letter-spacing: -1.4px;
    }
    .main_contents_sub_catch {
        position: absolute;
        top: 92px;
        left: 220px;
    }
    .main_contents_image{
        margin: -40px auto;
        margin-top: 15px;
    }
    .main_contents_image img{
        width: 100%;
    }
    .main_contents_sub_area{
        border-left:0
    }
    .main_contents_sub_area_inner{
        max-width: 100%;
        margin: 50px auto;
        width: 100%;
    }    
    .main_contents_sub_area_actual {
        margin: 25px 0;
        display: flex;
        justify-content: center;
    }
    .main_contents_sub_area_actual p span {
        font-size: 25px;
        font-weight: bold;
    }
    .main_contents_sub_area_btn a {
        padding: 10px 15px;
        margin-right: 0px;
        display: block;
        margin: 30px auto;
        text-align: center;
    }
    .jp_achievement a, .wl_achievement a {
        margin: 40px 0;
    }
    .jp_achievement{
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .section_inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 20px;
    }
    .section_title {
        margin-left: 0;
    }
    .service_block {
        width: 100%;
        margin: 30px auto;
    }
    .footer_contents {
        padding: 40px 0;
    }
    .footer_contents_l {
        width: 100%;
        border-right: 0;
    }
    .footer_contents_r {
        width: 100%;
    }
    .footer_link li {
        margin: 25px 10px 5px 0px;
        border-bottom: 1px solid #8d8d8d;
        padding-bottom: 20px;
    }
    #copyright {
        margin: 0 auto;
        text-align: center;
        padding: 14px 80px;
        font-size: 11px;
    }
    .company_tab{
        padding: 0;
        margin-top: -20px;    
    }

    .company_detail table{
        width: 100%;
    }
    .company_detail table th{
        display: block;
        width: 100%;
        padding: 20px 0 0 0;
        border-bottom: 0;
    }
    .company_detail table td table td {
        width: 100%;
        padding: 10px 0;
    }
    .company_detail table td table td:last-child{
        border: 0;
    }
    .company_detail table td {
        display: block;
        width: 100%;
    }
    .map_tab{
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .map_tab {
        margin-bottom: 20px;
    }
    .sp-scroll-box{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch !important;
        margin-top: 20px;
    }
    .sp-scroll-box img{
        max-width: 100%;
        min-width: 400px;
        vertical-align: top;
    }
    .philosophy_catch {
        width: 100%;
        font-size: 35px;
        margin: 40px 0px 10px 0px;
    }
    .philosophy_catch_detail {
        width: 100%;
        margin: 40px 0 20px 0px;
    }
    .orevalue_list {
        width: 100%;
        margin: 40px 0;
    }
    .philosophy_catch_detail_txt {
        width: 100%;
        margin-top: -15px;
        line-height: 20px;
    }
    .purpose_title{
        margin-top: 20px;
    }
    .purpose_title span {
        margin-left: 0px;
    }
    .history_detail table tr td:first-child {
        width: 100px;
    }
    .conpany_movie {
        width: 100%;
        margin-left: 0;
        margin: -60px 0 -20px 0;
    }
    .message_detail_box {
        padding: 30px;
    }
    .message_detail {
        background-image: url(../img/message_back2_sp.png);
        width: 100%;
        height: 100%;
    }
    .message_catch {
        margin: 110px 0px 253px;
        font-size: 20px;
        background-color: #fff;
        width: fit-content;
        position: relative;
        top: 120px;
        line-height: 30px;
        padding: 10px;
        height: 154px;
    }
    .message_catch_name{
        margin: -10px 0 -12px 0;
    }
    .news_list .underlayertitle {
        margin-top: -20px;

    }
    .news_list .company_tab ul {
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 5px;
    }
    .news_list .underlayertitle .lower_title h1 {
        font-size: 30px;
        padding: 20px 0 35px;
        color: #fff;
        margin: 0;
    }
    .mv_news{
        padding: 20px;
    }
    .mv_news_list p {
        font-weight: normal;
        line-height: 25px;
        width: 100%;
        white-space: initial;
        overflow: visible;
        text-overflow: initial;
    }
    .post-txt {
        margin: 30px 0;
        line-height: 25px;
        width: 100%;
        word-wrap: break-word;
    }
    #sitemap_list li {
        width: 100%;
        margin: 5px 20px !important;
    }
    .page .breadcrumb{
        margin-bottom: -20px;
    }
    .privacy-policy_title{
        margin-top: 20px;
    }
    .mw_wp_form {
        margin: 10px auto;
        padding: 30px;
        border: 1px solid #8f8f8f;
        width: 100%;
    }
    .service_list_block {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
    .tax-service_category .p-cat-list{
        margin-top: 50px;
    }
    .post-type-archive .underlayertitle{
        margin-top: -35px;
    }
    .single-company .breadcrumb,
    .tax-service_category .breadcrumb{
        padding: 15px 15px 0px 15px;
    }
    .tax-service_category .l-secondary{
        display: none;
    }
    .service_block_txt{
        min-height: auto;
    }
    .purpose_txt{
        line-height: 30px;
        font-size: 20px;
        margin: 20px 0;
    }
    .message_sign img {
        width: 210px;
        mix-blend-mode: multiply;
        transform: rotate(0deg);
        position: relative;
        top: -8px;
        left: 60px;
    }
}

/***************transplant***************/
.p-page-header{
    padding: 0 40px;
}
.tax-service_category .p-page-header__title,
.single-service .p-page-header__title,
.post-type-archive-news .p-page-header__title{
    font-size: 20px;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.l-contents--grid .l-contents__inner .l-page-header{
    z-index: 1;
}
.tax-service_category .l-contents__inner{
    min-height: 530px;
}

@media all and (min-width: 768px) and (max-width: 990px) {
    .tax-service_category .l-primary{
        margin-top: 160px;
    }
    .message_catch {
        margin: 84px 20px 60px;
    }
}
.page .p-works-entry__header,
.single-service .p-service-entry__header,
.single .p-entry__header{
    position: relative;
    height: auto;
    z-index: 1;
}
.page-id-1893 .wp-block-table,
.page-id-127 .wp-block-table,
.page-id-8636 .wp-block-table,
.page-id-8640 .wp-block-table{
    margin: 0;
}
.page-id-416 .back_top {
    margin: 30px 0 0px;
}
.page-id-2397 .p-cover,
.page-id-271 .p-cover,
.page-id-29 .p-cover,
.page-id-653 .p-cover,
.page-id-2431 .p-cover,
.page-id-8632 .p-cover{
    display: none;
}
.single .breadcrumb_section .section_inner {
    padding: 15px 0 0 15px;
}
.single .p-news-list{
    margin-bottom: 50px;
}
.p-cover{
    position: inherit;
}
.wp-block-table.is-style-regular{
    margin: 0;
}
.sub {
    position: absolute;
    left: -45px;
    top: 2em;
    display: none;
    width: 100%;
    z-index: 3;
    background-color: #ce1a13;
    width: auto;
    /*border: 1px solid #fff;*/
    box-shadow: 2px 2px 7px 0px rgb(65 65 65 / 45%);
}
.sub > li{
    border-bottom: 1px solid #ff8585;
    margin: 0 !important;
}
.sub > li:last-child{
    border-bottom: 0;
}
.sub > li > a {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    background-color: #CE1A13;
    display: block;
    width: max-content;
    padding: 10px 20px;
}
.sub > li > a:hover {
    background-color: #CE1A13;
    opacity: 1;
}
.has-sub{
    position: relative;
}

.post-type-archive-news .mv_news {
    padding: 20px;
    position: relative;
    top: auto;
    background-color: #fff;
}
.post-type-archive-news .mv_news .mv_news_list {
    margin: -20px 0 20px 0px;
}
.post-type-archive-news .mv_news_list p.text{
    width: 100%;
}
.post-type-archive-news .mv_news_list p{
    overflow: initial;
}
.post-type-archive-news .mv_news_list dt {
    padding: 25px;
}
.post-type-archive-news .mv_news_list dt:last-child {
    padding-top: 25px;
}

@media all and (min-width: 768px) and (max-width: 1185px) {
    .main_contents_sub_area_inner {
        padding: 0 20px;
    }
    .main_contents_image img{
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1080px) {
    .mv_news_list p{
        width: 340px;
    }
}
@media only screen and (max-width: 768px) {
    .page-id-2397  .p-entry__body,
    .page-id-271  .p-entry__body,
    .page-id-416  .p-entry__body {
        padding-top: 0;
    }
    .p-page-header {
        padding: 0 20px;
    }
    .mv_news_link {
        margin-top: 20px;
    }
    .post-type-archive-news .mv_news .mv_news_list {
        margin-left: 0 !important;
        margin-bottom: 50px;
    }
    .post-type-archive-news .mv_news{
        padding: 0;
    }
    .post-type-archive-news .mv_news .category {
        display: block;
        margin: 5px 0 5px 0px;
        padding: 0;
    }
    .post-type-archive-news .mv_news_list .category .name {
        padding: 3px;
        margin: 0;
    }
    .post-type-archive-news .mv_news_list dt {
        padding: 20px 15px 25px;
    }
    .news_list .section_inner{
        padding: 10px 0;
    }
    .main_contents_sub_area_inner p{
        justify-content: center;
        display: block;
    }
    .wl_achievement a {
        text-align: center;
    }
    .tax-service_category .l-primary{
        margin-top: 60px;
    }
    .single-service .l-primary{
        margin-top: 60px;
        position: relative;
        z-index: 0;
    }
    .single-service .p-list__item-sub{
        position: relative;
        z-index: 1;
    }
    .contact-contents .contact-content{
        margin: 0px 6px;
    }
}
.news_tab li{
    color: #000 !important;
    cursor: pointer;
}
.news_list .mv_news_list{
    width: 100%;
}
.news_page .mv_news{
    width: 100%;
}
.news_page .mv_news .section_inner{
    width: 100%;
}
.news_single .p-entry__body p{
    padding-bottom: 0;
}
.news_single .back_top {
    text-align: left;
    margin: 50px 0 80px;
}
.p404{
    text-align: center;
}
.p404_title{
    font-size: 30px;
    margin: 50px;
}
.privacy_block {
    line-height: 25px;
}
.privacy_block h2{
    margin: 30px 0;
    font-size: 18px;
}
.tax-service_category .l-contents .l-contents__inner .l-primary .p-cat-list .p-cat-list__list .p-cat-list__list-item .p-hover-effect--type1{
    border:1px solid #000;
    padding: 20px;
    text-align: center;
}
/*
.tax-service_category .l-contents .l-contents__inner .l-primary .p-cat-list .p-cat-list__list .p-cat-list__list-item .p-hover-effect--type1 .p-article07__img{
    display: none;
}
*/
.tax-service_category .l-contents .l-contents__inner .l-primary .p-cat-list .p-cat-list__list{
    margin-top: 10px;
    justify-content: center;
    align-items: stretch;
}
.tax-service_category .l-contents .l-contents__inner .l-primary .p-cat-list .p-cat-list__list .p-cat-list__list-item:nth-child(2) .p-hover-effect--type1{
    padding: 35px 20px;
}

.has-sub .sub li a::after{
    list-style: none;
    content: url(../img/menu_arrow.svg);
    position: relative;
    top: 3px;
    width: auto;
    right: -16px;
}
.has-sub .sub > li > a{
    text-align: left;
    padding: 10px 30px 10px 10px;
}
.has-sub .sub > li:hover{
    opacity: 0.7;
}
.tax-service_category .p-list__item a {
    padding: 0px 20px;
}


@media all and (min-width: 768px) and (max-width: 1265px) {
    .footer_contents {
        padding: 40px 0px;
        margin-top: 30px;
    }
    .footer_link{
        /*display: block;*/
        flex-wrap: wrap;
        font-size: 14px;
    }
    .footer_link ul{
        width: 50%;
    }
    .footer_link {
        margin: 20px 0 0 -15px;
    }
    .breadcrumb_section .section_inner {
        padding: 15px 0 0 20px;
    }
    .footer_about {
        font-size: 14px;
    }
}

@media all and (min-width: 768px) and (max-width: 1000px) {
    .main_contents {
        padding: 90px 20px 90px 0;
    }
    .main_contents_catch h1 {
        font-size: 20.5px;
        line-height: 34px;
    }
    .main_contents_sub_catch {
        left: 195px;
    }
}
.slider5_link{
    margin: 31px;
    position: relative;
    top: 45px;
    border: 1px solid #000;
    padding: 10px 20px;
}
.slider5 .slider2_catch {
    width: calc(45% - 0px);
    margin: 40px 0 0 20px;
    position: relative;
    top: 16vh;
}


@media only screen and (max-width: 768px) {
    .slider5 .slider2_catch {
        width: 100%;
        margin: 20px 0 40px;
        position: relative;
        top: auto;
    }
    .slider5 .slider2_catch img{
        width: 100%;
    }
    .slider5 .slider2_image {
        width: 100%;
        margin: 60px auto 5px;
        height: auto;
        overflow: hidden;
    }
    .slider5 .slider2_catch div{
        margin: 40px auto -10px;
        text-align: center;
    }
    .slider5_link {
        margin: 0px auto;
        position: initial;
        text-align: center;
    }
    .sl2mspfix img{
        height: 39vh !important;
    }
    .achievement .section_inner {
        padding: 0px 20px 20px;
    }
}

@media all and (min-width: 989px) and (max-width: 1250px) {
    .message_catch {
        left: 70px;
    }
}

@media only screen and (max-width: 1250px) {
    .message_catch {
        left: 10%;
    }
    .message_detail{
        background-image: url(../img/message_back2_sp.png);
    }
}

@media only screen and (max-width: 989px) {
    .message_catch {
        left: 0px;
    }
    .message_detail{
        background-image: url(../img/message_back2_sp2.png);
        background-position: right;
    }
}

@media only screen and (max-width: 550px) {
    .message_catch {
        margin: -60px 0px 233px;
        top: 210px;
        padding: 10px;
    }
    .message_txt{
        margin-top: 80px;
    }
    .undersign img {
        width: 110px;
    }
}
.single-service .p-list__item a {
    padding: 0 20px;
}
.mv_slider {
    opacity: 0;
    transition: opacity .25s ease;
}
.mv_slider.slick-initialized {
    opacity: 1;
}
.widget_search{
    display: none;
}
@media all and (min-width: 800px) and (max-width: 1092px) {
    .footer_about .sp{
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .company_director td{
        border-bottom:0;
    }
    .company_director td tr{
        border-bottom: 1px solid #D5D5D5;
        display: block;
    }
    .company_director td tr td{
        border-bottom:0;
    }
    .company_director td tr td:first-child{
        margin-bottom: -15px;
    }
    .company_detail table tr:last-child{
        margin-bottom: 0;
    }

}

.tab_list_address{
    width: 40%;
    margin-right: 20px;
}
.tab_list p{
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .tab_list_address{
        width: 100%;
        margin-right: 0px;
    }
    .tab_list p{
        width: 100%;
    }
}
.header_menu_search{
    margin: 8px -25px 8px 8px;
    width: 240px;
}
::-webkit-full-page-media, :future, :root .header_menu_search{
    width: 250px;
}
.search_form{
    position: relative;
}
#s-box {
    height: 38px;
    padding: 0 10px;
    border-radius: 2px;
    outline: 0;
    border: solid 2px #eaeaea;
    width: 100%;
}
#s-btn-area {
    height: 30px;
    background: none;
    color: #666;
    border: none;
    font-size: 16px;
    outline: 0;
}
#s-btn {
    background-color: black;
    width: 60px;
    height: 36px;
    position: absolute;
    right: 0px;
    bottom: 31px;
    border-radius: 0px 2px 2px 0px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
@media only screen and (max-width: 1125px) {
    .header_menu_search{
        display: none;
    }
    .globalMenuSp .header_menu_search {
        display: block;
        margin: 30px 0;
        width: 100%;
    }
    .globalMenuSp #s-box {
        width: 100%;
    }
    .globalMenuSp #s-btn {
        height: 39px;
    }
    .globalMenuSp #s-btn-area {
        height: 32px;
    }
    ::-webkit-full-page-media, :future, :root .search_form{
        display:flex;
    }
    ::-webkit-full-page-media, :future, :root .globalMenuSp #s-btn-area{
        position:relative;
        top:9px;
    }
}

.post_list ul{
    flex-wrap:wrap
}
.post_list ul li{
    width: 20%;
    margin: 20px;
}
.post_list_img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.post_list_link{
    margin: 15px 0;
}
.search_no_result{
    margin: 100px 0;
}

@media only screen and (max-width: 768px) {
    .service_list_block_image {
        max-width: 100%;
        width: 100%;
    }
    .service_list_block_name {
        padding: 20px;
        max-width: 100%;
        width: 100%;
    }
    .service_list_block_detail_link:nth-child(5){
        border-bottom: 1px solid #DADADA;
    }

    .service_list_block_detail {
        display: block;
        max-width: 100%;
        padding: 0 0 20px;
    }
    .service_list_block_detail_link {
        margin: 0 auto;
        padding: 10px;
        width: 80%;
    }
    .service_list_block:nth-child(2) .service_list_block_detail,
    .service_list_block:nth-child(3) .service_list_block_detail {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}
.service_category_list__list{
    flex-wrap: wrap;
    margin-top: -30px;
    margin-bottom: 30px;
}
.service_category_list__list article{
    width: calc(25% - 30px);
    border: 1px solid #EAEAEA;
    margin: 15px 15px;
}
.service_category_list__list article:first-child,
.service_category_list__list article:nth-child(4n+1){
    margin-left: 0;
}
.single_service_category_list{
    margin-top: 20px;
}
.p-entry__body .single_service_category_list a {
    color: #000;
}
.p-entry__body .single_service_category_list h3 {
    font-size: 100%;
}
.p-article07__title{
    font-size: 16px;
    padding: 0 20px;
    font-weight: normal;
}
.service_category_list__list article .link_arrow_rd{
    display: block;
    text-align: right;
    margin: 10px 20px 20px 0;
}

@media only screen and (max-width: 768px) {
    .service_category_list__list article {
        width: 100%;
        border: 1px solid #EAEAEA;
        margin: 20px 0;
    }
    article .p-entry__body .section_title .yumin{
        margin: 0;
        position: relative;
        top: -25px;
    }
}
.p-service_title .section_inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 20px;
}
.service_title_image{
    width: 100%;
    background-color: black;
    display: inline-block;
}
.p-service_title{
    position: relative;
}
.p-service_title_name{
    position: absolute;
    margin-top: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    top: 0px;
    line-height: 50px;
}
.service_title_image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: 0.5;
    display: block;
    object-position: top;
}

article .p-entry__body{
    /*width: 75%;*/
    width: 100%;
    margin-right: 30px;
    height: 100%;
}
article .p-entry__right{
    width: 25%;
    position: sticky;
    top: 80px;
    height: 100%;
}
article .p-entry__right .service_list_block_detail {
    display: block;
    max-width: 100%;
}
article .p-entry__right .service_list_block_detail_link {
    width: 100%;
    margin: 10px 0px 0 0px;
    padding: 0px 10px 10px 10px;
}
article .p-entry__right .service_list_block_name {
    width: 100%;
    padding: 20px 20px 10px 20px;
    max-width: 100%;
    background-color: #CE1A13;
    color: #fff;
    cursor: pointer;
    display: flex;
    position: relative;
}
article .p-entry__right .service_list_block:nth-child(2) .service_list_block_detail,
article .p-entry__right .service_list_block:nth-child(3) .service_list_block_detail {
    width: 100%;
    margin-top: 0px;
}
article .p-entry__right .service_list_block_detail_link:nth-child(6),
article .p-entry__right .service_list_block_detail_link:nth-child(7) {
    border-bottom: 1px solid #DADADA;
}
article .p-entry__right .service_list_block_detail_link:last-child{
    border: 0;
}
article .p-entry__right .service_list_block {
    margin: 0;
}
article .p-entry__body .section_title{
    margin-left: 0px;
}
article .p-entry__right .service_list_block_detail{
    display: none;
}

article .p-entry__right .service_list_block_name::after{
    content: url(../img/service_list_block_name.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 15px;
}


@media only screen and (max-width: 768px) {
    article .p-entry__body{
        width: 100%;
    }
    .article p-entry__right{
        width: 100%;
    }
    .single-service .l-primary {
        margin-top: -20px;
        position: relative;
        z-index: 0;
    }
}

.key_success{
    border: 1px solid #D1D1D1;
    padding: 20px;
    margin-bottom: 30px;
}
.key_success_title{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 26px;
}
.key_success_title span{
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -10px;
    display: block;
}
.key_success_strength{
    background-color: #FFF7F7;
    border:1px solid #CE1A13;
    margin: 20px 0;
    padding: 20px;
}
.key_success_strength_title{
    color: #CE1A13;
    font-size: 18px;
    font-weight: bold;
}
.key_success_strength p{
    margin: 20px 0;
    padding: 0;
    line-height: 1.5;
}
.key_success_point{
    line-height: 1.5;
}
.p-entry__body hr{
    margin: 50px 0;
    border: 1px solid #e6e6e6;
    clear: both;
}
.p-entry_contact .mw_wp_form{
    max-width: 100%;
}
.mw_wp_form h2{
    margin-bottom: 0px;
}
.mw_wp_form dt {
    margin: 10px 0 0px;
}
.mw_wp_form .contact__submit {
    margin: 0px 0 0px;
}

@media all and (min-width: 1125px) and (max-width: 1185px) {
    .header_menu_nav ul li {
        margin: 5px 5px;
    }
}

.search_result .post_list li{
    border:1px solid #EAEAEA;
}
.search_result .post_list_img img{
    width: 100%;
    height: 165px;
    object-fit: cover;
}
.search_result .post_list_txt{
    padding: 5px 15px 20px;
}

.post_list_txt .link_arrow_rd {
    display: block;
    text-align: right;
    margin: 10px 20px 0 0;
}


@media only screen and (max-width: 768px) {
    .search_result .post_list li{
        width: 100%;
        margin: 20px 0;
    }
    .search_result .post_list_img img {
        height: auto;
    }
}

.works_title{
    color: #CE1A13;
    font-size: 30px;
    font-weight: bold;
    width: 70%;
    margin-right: 30px;
}
.workstitle_categry{
    font-size: 16px;
    font-weight: normal;
    border:1px solid #000;
    padding: 5px 20px;
    max-width: max-content;
    margin: 30px 0px;
    color: #000;
}
.works_title_image{
    width: 30%;
}
.works_title_image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: 0.5;
    display: block;
    object-position: top;    
}

.works_use_case .p-article07__title{
    font-size: 16px;
    color: #000;
}
.works_use_case a:hover{
    border: 0 !important;
}

.p-entry__body p{
    clear: both;
}

.p-entry__body .wp-caption.alignright {
    margin: 7px 0 7px 14px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .works_title {
        width: 100%;
        margin-right: 0px;
    }
    .works_title_image {
        width: 100%;
    }
    .single-works .section_inner {
        padding: 10px 20px;
    }
    .single-service .section_inner {
        padding: 0px 20px;
    }
}

.example_contents{
    background-image: url(../img/example_contents_back.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    margin-top: -100px;
    margin-bottom: 100px;
}
.example_slider {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: auto;
}
.example_slider li{
    height: auto;
    margin: 20px;
    border: 1px solid #EAEAEA;
}
.example_slider li img{
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.example_slider .prev-arrow{
    position: absolute;
    right: 80px;   
    top: -50px;
    cursor: pointer;
}
.example_slider .next-arrow{
    position: absolute;
    right: 0px;
    top: -50px;
    cursor: pointer;
}
.example_contents .section_title{
    padding-top: 70px;
}
.example_slider_title{
    font-size: 16px;
    font-weight: normal;
    padding: 15px 15px 0;
}
.example_contents .link_arrow_rd{
    display: block;
    text-align: right;
    margin: 0px 20px 20px 0;
}
.service .link_arrow_rd{
    display: block;
    text-align: right;
    margin: 0px 20px 20px 0;
}
.example_contents .work_term_name span {
    background-color: #CE1A13;
    padding: 5px 10px;
    font-size: 14px;
    margin: 15px 20px 5px 20px;
    display: block;
    max-width: max-content;
    color: #fff;
}

.work_institution_name span{
    background-color: #E84A0A;
    padding: 5px 10px;
    font-size: 14px;
    margin: 5px 20px;
    display: block;
    max-width: max-content;
    color: #fff;
}
.work_term_name span{
    background-color: #CE1A13;
    padding: 5px 10px;
    font-size: 14px;
    margin: 5px 20px;
    display: block;
    max-width: max-content;
    color: #fff;
}
.security_type div{
    margin: 20px;
}

.page-id-24 .p-cover{
    display: none;
}
.page-id-2503 .p-cover,
.page-id-2506 .p-cover,
.page-id-2509 .p-cover{
    display: none;
}
.company_organization_chart{
    max-width: 850px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .company_detail_table,
    .company_detail_table tbody,
    .company_detail_table tr{
        display: block;
    }
    .company_organization{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch !important;
        padding-top: 25px;
    }
    .company_organization_chart{
        max-width: 100%;
        min-width: 700px;
        vertical-align: top;
        margin-top: -50px;
    }  
}
.solusion_name{
    font-size: 22px;
}

.archive_service_category_list{
    width: calc(25% - 30px) !important;
}

@media only screen and (max-width: 768px) {
    .archive_service_category_list{
        width: 100% !important;
    }    
}
.p-entry__body ul {
    margin-left: 0;
}
.a2a_kit{
    display: none;
}
.p-hover-effect--type1 img{
    height: 180px !important;
    object-fit: cover;
}
@media only screen and (max-width: 1080px) {
    .p-hover-effect--type1 img{
        height: 140px !important;
    }
}
@media only screen and (max-width: 768px) {
    .p-hover-effect--type1 img{
        height: auto !important;
    }
}
_::-webkit-full-page-media,
_:future,
:root #s-btn {
  bottom: 2px;
}
#sitemap_list ul{
    width: 100%;
}
#sitemap_list li li{
    width: 100%;
}

.news_tab ul li span{
    border-right: 1px solid #b8b8b8;
    padding: 0px 15px 0px 15px;
}
.news_tab ul li:last-child span{
    border-right: 0;
}
/***************recruit***************/
.recruit_mv{
    padding-left: 90px;
    background-color: #CE1A13;
}
.recruit_mv img{
    width: 100%;
}
.recruit_catch{
    background-color: #CE1A13;
    color: #fff;
}
.recruit_catch .recruit_our_mission_title_eg{
    font-size: 30px;
    text-align: center;
}
.recruit_catch .recruit_our_mission_title{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    line-height: 40px;
}
.recruit_catch .recruit_our_mission p{
    max-width: 800px;
    margin: 0 auto;
    line-height: 25px;
    margin-bottom: 70px;
}
.recruit_catch .section_inner{
    padding: 25px 20px;
    max-width: 1050px;
}
.recruit_box{
    display: flex;
    height: 100%
}
.recruit_box p{
    line-height: 25px;
}
.recruit_l{
    width: calc(100% - 160px);
}
.recruit_r{
    width: 160px;
    padding-bottom: 50px;
}
.recruit_r ul{
    position: sticky;
    top: 68px;
}
.recruit_r ul li{
    border-bottom: 2px solid #EEEEEE;
    position: relative;
}
.recruit_r ul li::after{
    display: block;
    content: url(../img/right_arrow.svg);
    position: absolute;
    top: 39%;
    right: 20px;
    height: 0;
}
.recruit_r ul li a{
    color: #C2C2C2;
    display: block;
    height: 100%;
    width: 100%;
    padding: 12px 20px;
    font-size: 12px;
} 
.recruit_r ul li span{
    font-family: Calisto MT, "Bookman Old Style";
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
.recruit_r_menu{
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    letter-spacing: -1px;
    line-height: 19px;
}
.recruit_r ul .entry{
    background: rgb(206,26,19);
    background: linear-gradient(180deg, rgba(206,26,19,1) 0%, rgba(163,8,1,1) 100%);
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 20px;
}
.recruit_r ul .entry a{
    font-size: 20px;
    color: #fff;
}
.recruit_r ul .entry::after{
    display: none;
}
.ceo_message,
.recruiter_message{
    width: 50%;
    position: relative;
}
.ceo_message img,
.recruiter_message img{
    width: 100%;
}
.recruit_message_link{
    position: absolute;
    top: 25%;
    left: 10%;
    color: #fff;
}
.recruit_message_link_title_eg{
    font-size: 20px;
    margin-bottom: 10px;
	text-shadow: 2px 2px 2px #808080;
}
.recruit_message_link_title_jp{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
	text-shadow: 2px 2px 2px #808080;
}
.recruit_message_link_title_btn{
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    max-width: max-content;
	text-shadow: 1px 1px 1px #808080;
}
.recruit_message_link_title_btn img{
    width: 15px;
    margin-left: 10px;
}
.recruit_title{
    color: #CE1A13;
    margin-bottom: 30px;
}
.recruit_title_no{
    font-family: Calisto MT, "Bookman Old Style";
    color: #B0B0B0;
    font-size: 35px;
    margin-right: 20px;
    font-style: italic;
    font-weight: bold;
}
.recruit_title_jp{
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}
.recruit_title_eg{
    font-family: Calisto MT, "Bookman Old Style";
    font-size: 13px;
    margin-top: 12px;
}

.recruit_service_list {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.recruit_service_list article{
    width: calc(25% - 20px);
    margin: 10px;
}
.recruit_service_list article a{
    position: relative;
}
::-webkit-full-page-media, :future, :root .recruit_service_list article a{
    display: block;
}
.recruit_service_list__img img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.recruit_service_list a:hover{
    opacity: 1;
}
.recruit_service_list a:hover .recruit_service_list__text {
    opacity: 1;
}
.recruit_service_list__text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    transition: opacity .6s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.recruit_purpose_mission a:hover{
    opacity: 1;
}
.recruit_purpose_mission img{
    width: 100%;
}

.recruit_voice_list_box{
    width: calc(25% - 20px);
    margin: 10px;
}
.recruit_voice_list_box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.recruit_voice_list_box p{
    padding: 15px;
}
.recruit_image,
.recruit_attractive,
.recruit_job,
.recruit_selection,
.recruit_contact{
    margin-top: -50px;
}
.recruit_image_list ul li{
    border-bottom: 1px solid #D5D5D5;
    color: #E5E5E5;
    padding: 20px;
    cursor: pointer;
}
.recruit_image_list ul .current{
    color: #000;
    border-bottom: 3px solid #CE1A13;
}
.recruit_image_listarea{
    background-color: #F6F6F6;
}
.recruit_image_listarea img{
    width: 50%;
    max-width: 470px;
    margin: 45px;
    height: 280px;
    object-fit: cover;
}
.recruit_image_listarea p{
    width: 50%;
    margin: 120px 50px 50px 0;
}

.recruit_attractive_list_box{
    width: calc(33% - 20px);
    margin: 10px;
    text-align: center;
}
.recruit_attractive_list_box img{
    width: 170px;
    height: 170px;
    margin: 20px 0;
}
.recruit_attractive_list_box p{
    padding: 0 15px;
}
.recruit_job_title{
    margin-bottom: 25px;
}
.recruit_image_listblock{
    display: none;
}
.recruit_image .current{
    display: block;
}
/***************faq***************/
.qaList {
	margin: 0;
}
.qaList dt {
    padding: 25px 100px 25px 25px;
	position: relative;
	cursor: pointer;
	letter-spacing: 0.08em;
	background: url("../img/faq_open.svg") no-repeat right 23px center;
    border-bottom: 1px solid #D8D8D8;
    background-color: #CD1912;
    color: #fff;
}
.qaList dt.on {
	background: url("../img/faq_close.svg") no-repeat right 23px center;
    background-color: #CD1912;
    color: #fff;
}
.qaList dd {
	display: none;
	padding: 25px 100px 25px 25px;
	letter-spacing: 0.08em;
	color: #000;
	line-height: 1.875;
	text-align: justify;
    background-color: #F6F6F6;
    margin: 0;
}
.clinic_faq .section_inner{
    padding-bottom: 60px;
}
@media all and (max-width: 896px) {
	.qaList {
		margin: 0 0 30px;
	}
	.qaList dt {
		margin-bottom: 10px;
        padding: 20px 40px 20px 55px;
        font-size: 16px;
		background-position: right 15px center;
		background-color: #CD1912;
	}
	.qaList dt.on {
		background-position: right 15px center;
	}
	.qaList dd {
        padding: 10px;
	}
}

.recruit_conditions{
    margin-top: 65px;
}
.recruit_conditions_btn{
    width:  calc(50% - 40px);
    margin: 20px;
    border: 1px solid #000000;
    padding: 20px;
    position: relative;
}
.recruit_conditions_btn::after{
    content: url(../img/link_arrow_rd.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 30px;
    position: absolute;
}
.recruit_selection_list{
    text-align: center;
}
.recruit_selection_list img{
    width: 100%;
    max-width: 800px;
	margin: 0 auto;
	display: block;
}
.recruit_selection p{
    margin-bottom: 30px;
}


.recruit .js-modal-open{
    cursor: pointer;
}
.recruit .modal{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
}
.recruit .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.recruit .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    height: 80%;
    width: 60%;
    background: white;
    position: relative;
}
.recruit .js-modal-close-btn{
    position: absolute;
    right: 30px;
    font-size: 35px;
    top: 15px;
    font-weight: bold;
    cursor: pointer;
}
body.modal_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
.ceo_message_modal_img img{
    width: 100%;
}
.ceo_message_modal_txt{
    padding: 60px;
    line-height: 25px;
}
.recruit .undersign img {
    width: 140px;
    margin: 0px -15px;
}
.modal_inner{
    padding: 40px;
}
.modal_title{
    font-size: 30px;
    margin: 50px auto;
    text-align: center;
    color: #CD1912;
}
.modal_inner p{
    line-height: 25px;
}
.staff_modal_block img{
    width: calc(50% - 20px);
    margin: 20px;
    height: 400px;
    object-fit: cover;
}
.staff_modal_txt{
    width: calc(50% - 20px);
    margin: 20px;
}
.staff_modal_name{
    font-size: 18px;
    font-weight: bold;
	line-height: 25px;
}
.staff_modal_txt_question{
    color: #CD1912;
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0;
	text-indent: -1em;
	padding-left: 1em;
}
.staff_modal_txt_answer{
    line-height: 25px;
	padding-left: 1em;
}
.recruit .staff_modal .modal-content{
    width: 80%;
}
.recruit_conditions_detail{
    border: 1px solid #C7C7C7;
    padding: 20px;
}
.recruit_conditions_detail_title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 30px;
}
.recruit_conditions_modal2 .flex{
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0;
}
.recruit_conditions_modal2 .flex div:first-child{
    width: 15%;
    margin-right: 20px;
}
.recruit_conditions_modal2 .flex div:nth-child(2){
    width: 85%;
}
.recruit_r ul li:last-child {
    border-bottom: 0;
}

@media all and (max-width: 1120px) {
    .recruit_message_link {
        position: absolute;
        top: 15%;
        left: 10%;
        color: #fff;
    }
    .recruit_message_link_title_jp {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .ceo_message, .recruiter_message {
        width: 100%;
        position: relative;
    }
    .recruit_r {
        width: 100%;
        padding-bottom: 50px;
    }
    .recruit_r ul {
        position: relative;
        top: 0;
    }
    .recruit_box{
        display: block;
    }
    .recruit_l {
        width: 100%;
    }
    .recruit_catch .recruit_our_mission_title {
        font-size: 30px;
        line-height: 45px;
    }
    .recruit_mv {
        padding-left: 20px;
    }
    .recruit_our_mission{
        margin-top: 70px;
    }
    .recruit_service_list article {
        width: 100%;
        margin: 20px 0;
    }
    .recruit_voice_list_box {
        width: 100%;
        margin: 20px 0;
    }
    .ceo_message_modal_txt {
        padding: 20px;
        line-height: 25px;
    }
    .recruit .modal-content {
        width: 85%;
    }
    .modal_title {
        font-size: 30px;
        margin: 30px auto;
    }
    .modal_inner {
        padding: 20px;
    }
    .staff_modal_block img {
        width: 100%;
        margin: 20px 0;
        height: auto;
        object-fit: cover;
    }
    .staff_modal_txt {
        width: 100%;
        margin: 20px 0;
    }
    .recruit_image_listarea img {
        width: 100%;
        margin: 0;
        height: 230px;
        object-fit: cover;
    }
    .recruit_image_listarea p {
        width: 100%;
        margin: 0px;
        padding: 20px;
    }
    .recruit_attractive_list_box {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
    .recruit .qaList dt {
		background-color: #CD1912;
        padding: 20px 40px 20px 15px;
	}
    .recruit .qaList dd {
        margin-bottom: 10px;
    }
    .recruit_conditions_btn {
        width: 100%;
        margin: 20px 0;
    }
    .recruit_selection_list img{
        max-width: 498px;
    }
    .recruit_service_list__img img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    }
}

/***************nongovernmental***************/
.nongovernmentamvl_mv{
    background-image: url(../img/nongovernmental_mv_back.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 110px 100px;
}
.nongovernmentamvl_mv_title{
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.2);
}
.nongovernmentamvl_mv_title div:nth-child(2){
    letter-spacing: 11px;
    margin-top: 15px;
}
.nongovernmentamvl_mv_sub_title{
    font-size: 30px;
    color: #fff;
    margin-top: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.2);
}
.nongovernmentamvl_mv_sub_title span{
    color: #CE1A13;
}
.nongovernmentamvl_mv_image{
    max-width: 540px;
    margin-top: 50px;
}
.nongovernmentamvl_mv_image img{
    width: 100%;
}
.nongovernmentamvl_mv_btn a{
    background-color: #E84A0A;
    padding: 25px;
    color: #fff;
    margin: 40px 0;
    display: block;
    max-width: 545px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.nongovernmentamvl_worries{
    position: relative;
    max-width: 768px;
    margin: 0 auto;
}
.nongovernmentamvl_worries_title{
    font-size: 50px;
    font-weight: bold;
    margin: 130px auto 60px;
    text-align: center;
}
.nongovernmentamvl_worries img:nth-child(2){
    position: absolute;
    top: 780%;
    left: 37%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.nongovernmentamvl_worries img:nth-child(3) {
    position: absolute;
    top: 340%;
    max-width: 295px;
    left: 27%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.nongovernmentamvl_worries img:nth-child(4) {
    position: absolute;
    top: 695%;
    left: -1%;
    max-width: 335px;
}
.nongovernmentamvl_worries img:nth-child(5) {
    position: absolute;
    top: 695%;
    left: 60%;
    max-width: 290px;
}
.nongovernmentamvl_worries img:nth-child(6) {
    position: absolute;
    top: 1125%;
    left: -3%;
    max-width: 290px;
}
.nongovernmentamvl_worries img:nth-child(7) {
    position: absolute;
    top: 1085%;
    left: 65%;
    max-width: 315px;
}
.nongovernmentamvl_worries img:nth-child(8) {
    position: absolute;
    top: 1345%;
    max-width: 300px;
    left: 31%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.nongovernmentamvl_no1{
    margin-top: 1035px;
}
.nongovernmentamvl_no1_title{
    text-align: center;
}
.nongovernmentamvl_no1_title div:nth-child(1){
    font-size: 30px;
    font-weight: bold;
}
.nongovernmentamvl_no1_title div:nth-child(2){
    font-size: 50px;
    font-weight: bold;
    margin: 30px 0 160px;
}
.nongovernmentamvl_no1_image{
    margin: 0 auto;
    text-align: center;
}
.nongovernmentamvl_no1_image img{
    max-width:700px;
    margin: 0 auto;
}
.nongovernmentamvl_cta{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.nongovernmentamvl_cta img{
    width: 175px;
}
.nongovernmentamvl_no1_reason{
    text-align: center;
    margin-top: 100px;
}
.nongovernmentamvl_no1_reason div:nth-child(1){
    font-size: 30px;
    font-weight: bold;
}
.nongovernmentamvl_no1_reason div:nth-child(2){
    font-size: 45px;
    font-weight: bold;
    margin: 30px 0;
}
.nongovernmentamvl_no1_reason div:nth-child(3){
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
}
.nongovernmentamvl_no1_reason .xs{
    font-size: 25px !important;
    margin: 10px 0 !important;
}
.nongovernmentamvl_no1_reason span{
    background: linear-gradient(transparent 60%, #FFCA56 60%);
}
.nongovernmentamvl_solution{
    background-image: url(../img/nongovernmentamvl_solution_back.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FAFAFA;
    padding: 150px 100px;
}
.nongovernmentamvl_solution .flex{
    flex-wrap: wrap;
}
.nongovernmentamvl_solution_block{
    width: calc(33% - 60px);
    background-color: #fff;
    border-left: 5px solid #CE1A13;
    margin: 30px;
    padding: 30px;
}
.n_s_b_no{
    font-size: 45px;
    font-weight: bold;
    color: #CE1A13;
}
.n_s_b_title{
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
.nongovernmentamvl_solution_block a{
    max-width: max-content;
    background-color: #E84A0A;
    color: #fff;
    padding: 13px 50px;
    margin: 30px auto 0;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.nongovernmentamvl_solution_remark{
    text-align: right;
}
.nongovernmentamvl_solution_block ul{
    margin: 30px 0;
}
.nongovernmentamvl_solution_block ul li{
    position: relative;
    margin: 15px 0 0 20px;
    font-size: 14px;
}
.nongovernmentamvl_solution_block ul li::before{
    content: url(../img/n_s_b_check.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 0px;
    left: -25px;
    position: absolute;
}
.nongovernmentamvl_solution_block:first-child .n_s_b_title{
    margin: 70px 0px;
}
.nongovernmentamvl_solution_block:nth-child(2) .n_s_b_title{
    margin-top: -40px;
}
.nongovernmentamvl_solution_block:nth-child(5) .n_s_b_title{
    margin: 75px 0;
}
.nongovernmentamvl_solution_block:nth-child(6) ul{
    margin: 30px 0 30px 35%;
}
.nongovernmentamvl_contact_title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 100px;
}
.fadeSlideRightTrigger{
    opacity: 0;
}
.fadeSlideLeftTrigger{
    opacity: 0;
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeInTrigger{
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeSlideRight {
    animation-name: fadeSlideRightAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeSlideRightAnime{
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeSlideLeft {
    animation-name: fadeSlideLeftAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeSlideLeftAnime{
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeInAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.delay-time02{
    animation-delay: 0.2s;
}
.delay-time04{
    animation-delay: 0.4s;
}
.delay-time06{
    animation-delay: 0.6s;
}
.delay-time08{
    animation-delay: 0.8s;
}
.delay-time10{
    animation-delay: 1.0s;
}
.delay-time12{
    animation-delay: 1.2s;
}
.delay-time14{
    animation-delay: 1.4s;
}

.duration-time02{
    animation-duration: 0.2s;
}
.duration-time04{
    animation-duration: 0.4s;
}
.duration-time06{
    animation-duration: 0.6s;
}
.duration-time08{
    animation-duration: 0.8s;
}
.duration-time10{
    animation-duration: 1.0s;
}
.duration-time12{
    animation-duration: 1.2s;
}
.duration-time14{
    animation-duration: 1.4s;
}
.duration-time16{
    animation-duration: 1.6s;
}
.duration-time18{
    animation-duration: 1.8s;
}
.duration-time20{
    animation-duration: 2s;
}
.duration-time25{
    animation-duration: 2.5s;
}
.duration-time30{
    animation-duration: 3s;
}

@media all and (max-width: 768px) {
    .nongovernmentamvl_mv {
        padding: 70px 20px 30px;
    }
    .nongovernmentamvl_mv_title {
        font-size: 35px;
    }
    .nongovernmentamvl_mv_title div:nth-child(2) {
        letter-spacing: 6px;
    }
    .nongovernmentamvl_mv_sub_title {
        font-size: 20px;
        line-height: 27px;
    }
    .nongovernmentamvl_mv_btn a {
        font-size: 20px;
    }
    .nongovernmentamvl_worries_title {
        font-size: 25px;
        margin: 70px auto 60px;
    }
    .nongovernmentamvl_worries img:nth-child(9) {
        position: absolute;
        top: 890%;
        left: 35%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(10) {
        position: absolute;
        top: 450%;
        left: 20%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(11) {
        position: absolute;
        top: 875%;
        left: 5%;
        max-width: 250px;
    }
    .nongovernmentamvl_worries img:nth-child(12) {
        position: absolute;
        top: 915%;
        left: 60%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(13) {
        position: absolute;
        top: 1475%;
        left: 5%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(14) {
        position: absolute;
        top: 1485%;
        left: 60%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(15) {
        position: absolute;
        top: 480%;
        max-width: 220px;
        left: 50%;
    }
    .nongovernmentamvl_no1 {
        margin-top: 630px;
    }
    .nongovernmentamvl_no1_title{
        padding: 0 20px;
    }
    .nongovernmentamvl_no1_title div:nth-child(1) {
        font-size: 22px;
    }
    .nongovernmentamvl_no1_title div:nth-child(2) {
        font-size: 25px;
        margin: 30px 0 80px;
    }
    .nongovernmentamvl_no1_image img {
        width: 100%;
        padding: 25px;
    }
    .nongovernmentamvl_no1_reason {
        margin-top: 80px;
        padding: 0 20px;
    }
    .nongovernmentamvl_no1_reason div:nth-child(1) {
        font-size: 28px;
    }
    .nongovernmentamvl_no1_reason div:nth-child(2) {
        font-size: 30px;
    }
    .nongovernmentamvl_no1_reason div:nth-child(3) {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 150px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .nongovernmentamvl_no1_reason .xs {
        font-size: 16px !important;
        margin: 6px 0 !important;
    }
    .nongovernmentamvl_solution {
        padding: 70px 10px;
    }
    .nongovernmentamvl_solution_block {
        width: 100%;
        border-left: 5px solid #CE1A13;
        margin: 30px 0px;
    }
    .n_s_b_no {
        font-size: 35px;
    }
    .nongovernmentamvl_solution_block:first-child .n_s_b_title {
        margin: -35px 0px 0;
    }
    .n_s_b_title {
        font-size: 23px;
    }
    .nongovernmentamvl_solution_block:nth-child(6) .n_s_b_title {
        margin-top: -40px;
    }
    .nongovernmentamvl_solution_block:nth-child(5) .n_s_b_title {
        margin: -35px 0px 0;
    }
    .nongovernmentamvl_solution_block:nth-child(3) .n_s_b_title {
        margin-top: -40px;
    }
    .nongovernmentamvl_solution_block:nth-child(4) .n_s_b_title {
        margin-top: -40px;
    }
    .nongovernmentamvl_solution_remark {
        text-align: center;
        line-height: 20px;
    }
    .nongovernmentamvl_contact_title {
        font-size: 25px;
        margin: 10px 0 140px;
    }
    .home #copyright{
        margin-bottom: 70px;
    }
    .nong_cta{
        display: none !important;
    }
}


@media all and (max-width: 580px) {
    .nongovernmentamvl_worries img:nth-child(9) {
        position: absolute;
        top: 2330%;
        left: 20%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(10) {
        position: absolute;
        top: 350%;
        left: 90px;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(11) {
        position: absolute;
        top: 695%;
        left: 3%;
        max-width: 250px;
    }
    .nongovernmentamvl_worries img:nth-child(12) {
        position: absolute;
        top: 1015%;
        left: 40%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(13) {
        position: absolute;
        top: 1235%;
        left: 4%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(14) {
        position: absolute;
        top: 1480%;
        left: 37%;
        max-width: 220px;
    }
    .nongovernmentamvl_worries img:nth-child(15) {
        position: absolute;
        top: 1810%;
        max-width: 220px;
        left: 25%;
    }
    .nongovernmentamvl_no1 {
        margin-top: 930px;
    }
}

@media all and (min-width: 768px) and (max-width: 1300px) {
    .nongovernmentamvl_solution_block a {
        padding: 13px 20px;
        margin: 30px auto 0;
        font-size: 16px;
    }
    .n_s_b_title {
        font-size: 20px;
        line-height: 30px;
    }
    .nongovernmentamvl_solution_block {
        width: calc(33% - 40px);
        margin: 30px 20px;
    }
    .nongovernmentamvl_solution_block:nth-child(2) .n_s_b_title {
        margin-top: -20px;
    }
}

@media all and (min-width: 768px) and (max-width: 1065px) {
    .n_s_b_title {
        font-size: 16px;
    }
    .nongovernmentamvl_solution_block:nth-child(2) .n_s_b_title {
        margin-top: 10px;
    }
    .nongovernmentamvl_solution_block {
        width: calc(33% - 20px);
        margin: 30px 10px;
        padding: 15px;
    }
    .nongovernmentamvl_solution_block a {
        font-size: 13px;
    }
    .nongovernmentamvl_solution_block:nth-child(6) ul {
        margin: 30px 0 30px 20%;
    }
    .nongovernmentamvl_solution_block ul li {
        margin: 15px 0 0 20px;
        font-size: 12px;
    }

}
.nongovernmentamvl_cta_sp{
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #c3c3c3;
}
.nongovernmentamvl_cta_sp img{
    max-width: 180px;
}
.nongovernmentamvl_cta_sp a{
    display: flex;
    justify-content: center;
    padding: 15px;
}
.nongovernmentamvl_cta_sp_txt{
    color: #CE1A13;
    font-size: 20px;
    font-weight: bold;
    margin: 3px 0 0 15px;
}
.nong_cta{
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 1;
}
.nong_cta img{
    max-width: 175px;
}
.nong_cta_sp{
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    background-color: #E84A0A;
    padding: 26px 10px;
}
.nong_cta_sp a{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.nong_cta_sp span{
    font-size: 17px;
    background-color: #ECB131;
    padding: 2px 4px;
}
.nong_cta_sp img{
    position: relative;
    top: 2px;
    left: 2px;    
}
@media all and (min-width: 768px) {
    .nong_cta_sp{
        display: none !important;
    }
}
.fixed_contact_active{
    animation: dokundokun 500ms ease 1;
}
.nong_cta_active{
    animation: dokundokun 500ms ease 1;
}
@keyframes dokundokun {
    0%  { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

/***************2024_new_top***************/
.top_2024_mv{
    width:100%;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.top_2024_mv::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/top_2024_mv.png");
    background-repeat:  no-repeat;
    background-position:top center;
    background-size:cover;
    -webkit-animation: zoom 30s 1;
    animation: zoom 30s 1;
    animation-fill-mode: forwards;
    position: fixed;
 }

@keyframes zoom {
    0% {
       transform: scale(1.4);
    }
    100% {
       transform: scale(1.0);
    }
 }
.top_2024_mv h1{
    font-size: 95px;
    font-weight: 400;
    text-align: center;
    padding: 33vh 20px 30px;
    letter-spacing: -5px;
    color: #FFFFFF;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    /*
    position: absolute;
    top: 0;
    left: 30px;
    */
    position: relative;
    top: 0;
    left: 3%;
}
.top_2024 .mv_news{
    padding: 0 20px;
    position: relative;
    margin: 90px 0 0 auto;
    background-color: #fff;
    width: 65%;
    position: absolute;
    top: 0;
    top: 50vh;
}
.top_2024_mv_img{
    margin: 0 0 0 auto;
    text-align: right;
    padding: 40px 30px 80px;
    position: absolute;
    top: 78vh;
    right: 0;
}
.top_2024_mv_img img{
    max-width: 350px;
}
.top_2024_maincatch{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: 160px 0;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.top_2024_maincatch2{
    background-color: #ffffffa3;
    backdrop-filter: blur(5px);
}
.top_2024_maincatch_jp{
    font-size: 80px;
    color: #656565;
    line-height: 95px;
    position: relative;
}
.top_2024_maincatch1::after {
    /*
    content: " ";
    position: absolute;
    background-color: #fff2ec;
    z-index: -1;
    left: -40px;
    top: 50px;
    width: 75%;
    height: 74%;
    */
    content: " ";
    position: absolute;
    background-color: #fff2ec;
    z-index: -1;
    left: 0;
    top: 240px;
    width: 70%;
    height: 35%;
}

.top_2024_maincatch_eg{
    font-size: 19px;
    color: #7a7a7a;
    text-align: left;
    margin-top: 20px;
}
.top_2024_maincatch_topic{
    margin-top: 0;
}
.top_2024_maincatch_topic_logo{
    margin-right: 100px;
    width: 23.5%;
}
.top_2024_maincatch_topic_logo img{
    width: 100%;
}
.top_2024_maincatch_topic_txt{
    width: 68%;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.top_2024_maincatch_topic_txt h2{
    font-size: 28px;
    background-color: #ce1a13;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 35px;
}
.top_2024_maincatch_topic_txt ul li{
    color: #CE1A13;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #CE1A13;
    padding: 3px 30px 0px;
    margin: 0px 0px 20px;
    display: flex;
}
.top_2024_maincatch_topic_txt ul li span{
    margin-right: 25px;
    font-size: 50px;
    font-weight: 100;
    position: relative;
    top: 14px;
    font-family: Avenir Next LT Pro Light;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, .top_2024_maincatch_topic_txt ul li span{
        top: 8px;
    }
}
@-moz-document url-prefix(){
    .top_2024_maincatch_topic_txt ul li span{
        top: 9px;
    }
}

.top_2024_maincatch_topic_txt ul li p{
    position: relative;
    top: 20px;
} 
.top_2024_assignment{
    background-color: #F8FAFB;
    position: relative;
}
.top_2024_assignment h3{
    font-weight: bold;
    font-size: 38px;
    color: #CE1A13;
    text-align: center;
    margin: 40px 0 80px;
}
.top_2024_assignment_list ul{
    flex-wrap: wrap;
}
.top_2024_assignment_list ul li{
    color: #CE1A13;
    /*background-color: #fff;*/
    border: 2px solid #CE1A13;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 15%;
    text-align: center;
    display: grid;
    align-items: center;
    align-content: center;
}
.top_2024_assignment_list ul li:nth-child(n+7) {
    width: calc(20% - 20px);
}
.top_2024_assignment_arrow img{
    width: 80px;
}
.top_2024_assignment_arrow{
    margin: 60px auto;
    text-align: center;
}
.top_2024_assignment_block{
    margin-bottom: 50px;
}
.top_2024_assignment_block_list{
    margin-right: 40px;
    padding: 50px 50px 40px;
    border: 2px solid #CE1A13;
    /*background-color: #fff;*/
    width: 33%;
    text-align: center;
}
.top_2024_assignment_block_list img{
    width: 88px;
    text-align: center;
    margin: 0 auto;
}
.top_2024_assignment_block_list:first-child img{
    width: 120px;
}
.top_2024_assignment_block_list:last-child img{
    width: 90px;
}

.top_2024_assignment_block_list ul{
    color: #CE1A13;
    position: relative;
    margin: 45px auto 0;
    width: max-content;
}
.top_2024_assignment_block_list ul li{
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}
.top_2024_assignment_block_list ul li::before{
    content: url(../img/top_2024_assignment_block_check.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 0px;
    left: -25px;
    position: absolute;
}
.top_2024_subcatch{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: 60px 50px 60px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.top_2024_subcatch_jp {
    font-size: 70px;
    color: #656565;
    line-height: 90px;
    text-align: right;
    letter-spacing: -7px;
    position: relative;
    z-index: 1;
}
.top_2024_subcatch::after {
    content: " ";
    position: absolute;
    right: 0px;
    top: 180px;
    width: 75%;
    height: 44%;
    background-color: #fff2ec;
    z-index: 0;
}
.top_2024_subcatch_eg {
    font-size: 19px;
    color: #7a7a7a;
    text-align: right;
    margin-top: 30px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}
.top_2024_service{
    background-image: url(../img/example_contents_back2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
}
.adback{
    background-color: #fff;
    z-index: 0;
    position: relative;
}
.top_2024_service_list{
    padding: 90px 40px 50px;
}
.top_2024_service_list ul{
    flex-wrap: wrap;
}
.top_2024_service_list ul li{
    color: #CE1A13;
    background-color: #fff;
    border: 2px solid #CE1A13;
    font-weight: bold;
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33% - 30px);
    text-align: center;
}
.top_2024_service_list ul li a{
    display: block;
    padding: 20px 30px;
    color: #ce1a13;
}
.top_2024_service_list ul li a:hover{
    background-color: #f3f3f3;
}
.top_2024_service_list ul li span{
    font-size: 12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #434343;
    display: block;
    margin: 10px 0 0px;
}
.top_2024_contact{
    background-image: url(../img/top_2024_contact.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    min-height: 760px;
}
.top_2024_contact a{
    display: block;
    background-color: #ce1a13;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    position: absolute;
    width: 430px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.top_2024_contact a img{
    margin-right: 10px;
}
.top_2024_assignment_block_list:last-child{
    margin-right: 20px;
}
@media all and (min-width: 1800px) {
    .top_2024_contact a {
        top: 60%;
    }
}
.top_2024_maincatch_img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0 0;
}

@media all and (min-width: 1550px) {
    .top_2024 .mv_news{
        padding: 0 20px;
        margin: 23vh 0 0 auto;
        top: 50vh;
    }
    .top_2024_mv_img{
        padding: 100px 30px 80px;
        top: 78vh;
    }
    .top_2024_maincatch .section_inner{
        max-width: 1620px;
    }
    .top_2024_maincatch_en .section_inner{
        max-width: 1400px;
    }
    .top_2024_maincatch2 .section_inner{
        max-width: 1200px;
    }
    .top_2024_maincatch{
        padding: 220px 0;
    }
    .top_2024_maincatch_jp{
        font-size: 105px;
        line-height: 135px;
    }
    .top_2024_maincatch1::after {
        top: 360px;
        width: 70%;
        height: 33%;
    }
    .top_2024_maincatch_topic_logo {
        margin-right: 120px;
        width: 26%;
    }
    .top_2024_maincatch_topic_txt h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .top_2024_maincatch_topic_txt ul li {
        font-size: 22px;
        padding: 0px 20px 0px;
        margin: 0px 0px 20px;
        display: flex;
    }
    .top_2024_maincatch_topic_txt ul li span {
        margin-right: 25px;
        font-size: 53px;
        font-weight: 100;
        position: relative;
        top: 14px;
        font-family: Avenir Next LT Pro Light;
    }
    .top_2024_maincatch_topic_txt ul li p{
        position: relative;
        top: 20px;
    } 
    .top_2024_subcatch{
        padding: 140px 50px 160px;
    }
    .top_2024_subcatch .section_inner{
        max-width: 1620px;
    }
    .top_2024_subcatch_jp{
        font-size: 87px;
        line-height: 135px
    }
    .top_2024_subcatch::after {
        top: 290px;
        width: 75%;
        height: 41%;
    }
    .top_2024_service_list {
        padding: 185px 40px 150px;
    }
    .top_2024_service{
        background-image: url(../img/example_contents_back2_xl.png);
    }
}



@media all and (max-width: 1500px) {
    .top_2024_service_list {
        padding: 90px 100px 50px;
    }
}


@media all and (max-width: 1340px) {
    .top_2024_subcatch_jp{
        font-size: 62px;
    }
}

@media all and (max-width: 1315px) {
    .top_2024 .mv_news_title {
        width: 100px;
    }
    .top_2024 .mv_news_list {
        width: 70%;
    }
    .top_2024 .mv_news_link{
        width: 30%;
        margin-left: 20px;
    }
    .top_2024 .mv_news{
        width: 75%;
    }
    .top_2024_service_list ul li:nth-child(3n) {
        margin-right: 0;
    }
    .top_2024_service_list ul{
        justify-content: center;
    }

}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .top_2024_maincatch_topic_txt h2 {
        font-size: 19px;
    }
    .top_2024_maincatch_topic_txt ul li {
        padding: 3px 30px 5px;
    }
    .top_2024_maincatch_topic_txt ul li span {
        margin-right: 20px;
        font-size: 33px;
    }
    .top_2024_maincatch_topic_txt ul li p {
        position: relative;
        top: 10px;
        font-size: 16px;
    }
}

@media all and (min-width: 1080px) and (max-width: 1115px) {
    .top_2024 .mv_news{
        width: 77%;
    }
    .top_2024_subcatch::after {
        top: 120px;
    }
}

@media all and (min-width: 1175px) and (max-width: 1350px) {
    .top_2024_mv h1 {
        font-size: 85px;
    }
}

@media all and (max-width: 1260px) {
    .top_2024_maincatch_jp{
        font-size: 75px;
    }
    .top_2024_assignment_list ul li {
        padding: 15px 20px;
        font-size: 16px;
        margin-right: 15px;
        margin-bottom: 20px;
        width: 15%;
    }
    .top_2024_assignment_list ul li {
        width: calc(16.6% - 15px);
    }
    .top_2024_assignment_list ul li:nth-child(n+7) {
        width: calc(20% - 15.5px);
    }
    .top_2024_assignment_block_list:last-child{
        margin-right: 0px;
    }
}

@media all and (max-width: 1160px) {
    .top_2024_maincatch_jp{
        font-size: 55px;
        line-height: 75px;
    }
    .top_2024_maincatch {
        padding: 0 10px;
    }
    .top_2024_subcatch {
        padding: 0px 0px 50px;
    }
    .top_2024_maincatch1::after {
        top: 110px;
        width: 70%;
        height: 52%;
    }
}
@media all and (max-width: 1195px) {
    .top_2024_subcatch_jp {
        font-size: 50px;
        line-height: 75px;
        letter-spacing: -2px;
    }
}
@media all and (max-width: 980px) {
    .top_2024_maincatch_jp {
        font-size: 44px;
    }
    .top_2024_subcatch_jp {
        font-size: 40px;
    }
}

@media all and (min-width: 1035px) and (max-width: 1205px) {
    .top_2024_mv h1 {
        font-size: 75px;
    }
}
@media all and (min-width: 769px) and (max-width: 1070px) {
    .top_2024_mv h1 {
        font-size: 70px;
        letter-spacing: -9px;
    }
}

@media all and (min-width: 769px) and (max-width: 940px) {
    .top_2024_mv h1 {
        font-size: 58px;
        letter-spacing: -7px;
        left: 0px;
    }
    .top_2024 .mv_news{
        width: 90%;
    }
}

@media all and (max-width: 768px) {
    .top_2024_subcatch::after {
        top: 70px;
        width: 75%;
        height: 49%;
    }
    .top_2024_mv{
        height: 100vh;
    }
    .top_2024_maincatch1::after {
        top: 80px;
        width: 80%;
        height: 51%;
    }
    .top_2024_mv h1 {
        font-size: 40px;
        padding: 10vh 0px 50px;
        position: relative;
        left: 0;
        line-height: 40px;
        letter-spacing: 1px;
        text-shadow: 0px 0px 13px rgb(0 0 0 / 42%);
    }
    .top_2024_mv::before {
        background-image: url(../img/top_2024_mv_sp.png);
        top: 20px;
    }
    .top_2024 .mv_news{
        padding: 20px;
        width: calc(100% - 40px);
        top: 45vh;
        left: 0px;
        margin: 50px 0 0 20px;
    }
    .mv_news_title {
        padding: 0px 0px 0px 0px;
    }
    .top_2024 .mv_news_list {
        width: 100%;
    }
    .top_2024 .mv_news_link {
        width: 100%;
        margin-left: 0;
        text-align: right;
    }
    .top_2024_maincatch_jp {
        font-size: 23px;
        color: #656565;
        line-height: 40px;
        letter-spacing: -1px;
        font-weight: bold;
        padding: 15px 0;
    }
    .top_2024_maincatch_jp::after {
        left: -40px;
        top: 30px;
        width: 95%;
        height: 65%;
    }
    .top_2024_maincatch {
        padding: 0px 0px 50px;
    }
    .top_2024_maincatch_eg {
        font-size: 12px;
        margin-top: 10px;
    }
    .top_2024_maincatch_topic {
        margin-top: 20px;
    }
    .top_2024_maincatch_topic_logo {
        width: 100%;
        margin: 0 auto 60px;
        text-align: center;
    }
    .top_2024_maincatch_topic_logo img{
        width: 190px;
    }
    .top_2024_maincatch_topic_txt {
        width: 100%;
    }
    .top_2024_maincatch_topic_txt h2 {
        font-size: 16px;
        padding: 20px 10px;
    }
    .top_2024_maincatch_topic_txt ul li {
        padding: 6px 0px 2px;
        margin: 0px 10px 15px;
        font-size: 16px;
        display: flex;
    }
    .top_2024_maincatch_topic_txt ul li span{
        margin-right: 10px;
    }
    .top_2024_maincatch_topic_txt ul li p{
        top: 15px;
    }
    .top_2024_assignment_arrow {
        margin: 30px auto 50px;
    }
    .top_2024_assignment h3 {
        font-size: 20px;
        margin: 10px 0 50px;
    }
    .top_2024_assignment_list ul{
        display: flex;
    }
    .top_2024_assignment_list ul li {
        padding: 15px 10px;
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: calc(50% - 10px);
    }
    .top_2024_assignment_list ul li:nth-child(n+7) {
        width: calc(50% - 10px);
    }
    .top_2024_assignment_list ul li:nth-child(2n){
        margin-right: 0px;
    }
    .top_2024_assignment_block_list {
        margin-right: 0px;
        padding: 35px 10px 20px;
        width: 100%;
        margin-bottom: 30px;
    }
    .top_2024_subcatch_jp {
        font-size: 18px;
        color: #656565;
        line-height: 35px;
        font-weight: bold;
    }
    .top_2024_subcatch_jp::after {
        right: 0;
        top: 20px;
        width: 85%;
        height: 74%;
    }
    .top_2024_service_list ul li a {
        padding: 20px 5px;
    }
    .top_2024_subcatch {
        padding: 0px 10px;
    }
    .top_2024_subcatch_eg {
        font-size: 12px;
        margin-top: 10px;
    }
    .top_2024_service_list {
        padding: 0px 0 0;
    }
    .top_2024_service_list ul{
        display: flex;
        justify-content: center;
    }
    .top_2024_service_list ul li {
        font-size: 16px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc(50% - 30px);
    }
    .top_2024_service_list ul li:nth-child(3n) {
        margin-right: 30px;
    }
    .top_2024_service_list ul li span {
        font-size: 12px;
    }
    .top_2024_contact {
        min-height: 480px;
    }
    .top_2024_mv_img {
        padding: 40px 30px 40px;
        top: 30vh;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 250px;
        text-align: center;
        right: auto;
    }
    .top_2024_mv_img img {
        width: 100%;
    }
    .top_2024_service{
        background-image: none;
        background-color: #F8FAFB;
    }
    .top_2024_service_list ul li:nth-child(2n){
        margin-right: 0;
    }
    .top_2024_contact a {
        width: 280px;
    }

}

@media all and (min-width: 450px) and (max-width: 768px) {
    @media all and (min-height: 1000px) {
        .top_2024_mv::before {
            background-image: url(../img/top_2024_mv_tablet.png);
        }
        .top_2024 .mv_news {
            margin-top: 210px;
        }
    }
}

@media all and (max-width: 450px) {
    @media all and (min-height: 800px) {
        .top_2024 .mv_news{
            margin-top: 150px;
        }    
    }
}

/***************20250227***************/
.lang_switcher{
    display: flex;
    margin: 0 !important;
}
.lang_switcher li{
    margin: 0 10px !important;
}
.top_en h1{
    left: 0;    
}
.top_en .top_2024_maincatch_jp {
    font-size: 75px;
}
.top_en .top_2024_maincatch1::after {
    height: 30%;
}
.top_en .top_2024_maincatch_topic_txt ul li:nth-child(2) p{
    top: 0;
}
.top_en .top_2024_assignment_list ul li span{
    font-size: 14px;
    display: block;
}
.top_en .top_2024_subcatch_jp {
    font-size: 60px;
    letter-spacing: -2px;
}
.footer_en .footer_link li a {
    margin: 0px;
}
.header_en #s-btn {
    font-size: 14px;
}
.top_en .top_2024_service_list ul li{
    width: calc(25% - 30px);
}
.wp-block-table thead {
    border-bottom: 0px solid;
}

@media all and (max-width: 1330px) {
    .header_menu_search{
        display: none;
    }
    .top_en .top_2024_assignment_block_list ul {
        word-wrap: break-word;
        display: block;
        width: 100%;
    }
}
@media (max-width: 1315px) {
    .top_en .top_2024_service_list ul li:nth-child(3n) {
        margin-right: 30px;
    }
}
@media (min-width: 1035px) and (max-width: 1205px) {
    .top_en .top_2024_mv h1 {
        font-size: 70px;
        letter-spacing: -2px;
    }
}
@media all and (max-width: 1160px) {
    .top_en .top_2024_maincatch_topic_txt ul li:nth-child(2) {
        padding: 3px 30px 20px;
    }
}
@media all and (max-width: 1100px) {
    .header_menu_nav ul {
        margin: 5px 0px;
    }
    .header_menu_nav ul li {
        margin: 5px 7px;
    }
    .top_2024_maincatch_topic_txt ul li {
        padding: 3px 30px 20px;
    }
}
@media only screen and (max-width: 1059px) {
    nav.globalMenuSp ul li:last-child{
        border-bottom: 1px solid #fff;
    }
}
@media (min-width: 769px) and (max-width: 1070px) {
    .top_en .top_2024_mv h1 {
        font-size: 70px;
        letter-spacing: -2px;
    }
}
@media (max-width: 768px) {
    .top_en .top_2024_mv h1 {
        font-size: 40px;
    }
    .top_en .top_2024_mv {
        height: 55vh;
    }
    .top_en .top_2024_maincatch_jp {
        font-size: 38px;
    }
    .top_en .top_2024_maincatch_topic_txt ul li {
        padding: 3px 0px 10px;
    }
    .top_en .top_2024_maincatch_topic_txt ul li:nth-child(2) {
        padding: 3px 0px 20px;
    }
    .top_en .top_2024_assignment_block_list ul {
        width: 80%;
    }
    .top_en .top_2024_subcatch_jp {
        font-size: 20px;
        letter-spacing: -1px;
    }
    .top_en .top_2024_service_list ul li {
        width: calc(50% - 30px);
    }
    .company_us .message_catch {
        height: 179px;
    }
    .p-service_title_name{
        width: 95%;
        word-wrap: break-word;
        font-size: 35px;
        line-height: 43px;
    }
    .page-id-8632 .p-entry__body {
        padding-top: 0px;
    }
    .service_title_image img {
        height: 300px;
    }
    #ovrs{
        display: block;
    }
    #ovrsL {
        display: block;
        width: 100%;
    }
}
.private_hospital_ally{
    background-image: url("../img/pha_mv_back.png");
    background-repeat:  no-repeat;
    background-position:center right;
    background-size:initial;
    width:100%;
    /*height: 100vh;*/
    position: relative;
    z-index: 0;
    object-fit: cover;
    background-attachment: fixed;
    padding-bottom: 25px;
}
.pha_sec_inner{
    max-width: 1095px;
    margin: 0 auto;
    padding: 160px 40px;
}
.pha_sec_inner img{
    width: 100%;
    max-width: max-content;
}
.pha_mv .pha_sec_inner{
    padding: 130px 40px 160px;
}
.pha_mv_title{
    font-size: 85px;
    color: #CE1A13;
    font-weight: bold;
    margin-bottom: 30px;
}
.pha_mv_sub_title{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 60px;
}
.pha_mv_sub_title span{
    color: #CE1A13;
}
.pha_sec_title{
    font-size: 35px;
    font-weight: bold;
    color: #CE1A13;
}
.pha_gray1{
    background-color: #8f8f8f29;
}
.pha_gray2{
    background-color: #8f8f8f12;
}
.pha_sec_block{
    /*
    background-color: #fff;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    */
    padding: 80px;
}
.pha_sec2 .pha_sec_title{
    text-align: center;
    margin-bottom: 60px;
}
.pha_sec2_catch{
    font-size: 30px;
    font-weight: bold;
    background-color: #CE1A13;
    color: #fff;
    text-align: center;
    max-width: fit-content;
    margin: 60px auto 0;
    padding: 20px 80px;
    border-radius: 60px;
}
.pha_sec2_image{
    margin: 0 auto;
    text-align: center;
}
.pha_sec3 .pha_sec_inner .fadeUp{
    margin: 0 auto;
    width: fit-content;
}
.pha_sec3_image_title{
    font-size: 25px;
    font-weight: bold;
    color: #CE1A13;
    background-color: #FFE696;
    padding: 5px;
    width: max-content;
    margin: 0 auto 20px;
}
.pha_sec3_image_block{
    position: relative;
}
.pha_sec3_image_block img{
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    margin-left: 20px;
}
.pha_sec3_image_radius{
    background-color: #CE1A13;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    /*
    border-radius: 350px;
    padding: 70px 40px;
    width: 260px;
    height: 260px;
    */
    border-radius: 30px;
    padding: 40px 40px;
    width: 260px;
    height: 130px;
    display: block;
    cursor: pointer;
}
.pha_sec3_image_radius::after{
    content: url(../img/pha_sec1_img_arrow.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 108px;
    left: 225px;
    position: absolute;
}

.pha_sec3_image_radius_btn{
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: normal;
    max-width: max-content;
    margin: 30px auto;
}
.pha_sec3_image_radius_btn a{
    color: #CE1A13;
    font-weight: bold;
}
.pha_sec3_image{
    display: flex;
    gap:30px;
    margin: 60px 0;
}
.pha_sec3_bottom{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.pha_sec4_block{
    display: flex;
    gap: 40px;
    margin: 40px 0px;
}
.pha_sec4_block_list{
    background-color: #fff;
    padding: 50px;
    border-radius: 150px;
    width: 50%;
    box-shadow: 10px 10px 10px 0px rgb(143 143 143 / 10%);
}
.pha_sec4_title{
    color: #CE1A13;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.pha_sec4_catch{
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.private_hospital_ally .mw_wp_form{
    max-width: 100%;
    background-color: #fff;
    margin: 80px auto 0;
}
.private_hospital_ally .mw_wp_form form{
    max-width: 750px;
    margin: 0 auto;
}

.prc_mv_sub_title{
    font-size: 25px;
    font-weight: bold;
    color: #CE1A13;
    background-color: #FFE696;
    padding: 5px;
    width: max-content;
    margin-bottom: 20px;
}
.prc_mv_title{
    font-size: 85px;
    font-weight: bold;
    line-height: 100px;
}
.prc_mv_title span{
    background-color: #fff;
    display: block;
    width: max-content;
    margin-bottom: 5px;
    padding: 5px;
    color: #CE1A13;
}
.prc_mv_desc{
    font-size: 28px;
    font-weight: bold;
    /*color: #CE1A13;*/
    color: #000;
    margin-top: 30px;
    letter-spacing: 4px;
    /*background-color: #fff;*/
    width: max-content;
    padding: 5px;
    text-shadow: 0px 3px 3px rgb(255 255 255);
}
.prc_mv_flex{
    display: flex;
    position: relative;
}
.prc_mv_image{
    position: relative;
    top: 115px;
    left: 30px;
}
.prc_sec1_image{
    margin-top: 70px;
}
.prc_sec2_desc{
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0;
    line-height: 30px;
}
.prc_sec2_desc span{
    color: #CE1A13;
    font-weight: bold;
}
.prc_sec2_list{
    position: relative;
}
.prc_sec2_list li{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0px 25px 40px;
    position: relative;
}
.privateqalist li{
    margin: 0 0px 0px 40px;
}
.prc_sec2_list li::before{
    content: url(../img/prc_sec2_no_chreck.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 0px;
    left: -40px;
    position: absolute;
}
.privateqalist li::before{
    content: url(../img/prc_sec2_open_chreck.svg);
    top: -2px;
}
.privateqalist .open::before{
    content: url(../img/prc_sec2_close_chreck.svg);
    top: -2px;
}
.privateqalist li{
    cursor: pointer;
}
.privateqalist p{
    display: none;
}
.privateqalist .pvlt-d{
    background-color: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
    border-radius: 10px;
}

.prc_sec2 .pha_sec_block{
    background-image: url("../img/prc_sec2_back.png");
    background-repeat:  no-repeat;
    background-position:right bottom;
    background-size:initial;
    width:100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
}
.prc_sec3_flex{
    display: flex;
    gap: 50px;
    align-items: center;
    align-content: center;
}
.prc_sec3 .prc_sec2_list{
    margin-top: 30px;
}
.prc_sec3 .prc_sec2_list div{
    font-size: 18px;
    font-weight: bold;
}
.prc_sec5_list div{
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 40px;
}
.prc_sec5_contact a{
    background-color: #CE1A13;
    color: #fff;
    padding: 15px 20px;
    display: block;
    max-width: max-content;
    font-size: 20px;
}
.pha_breadcrumbs{
    max-width: 1095px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    gap: 6px;
    position: relative;
}
.pha_breadcrumbs a{
    color: #003CFF;
}
.pha_breadcrumbs img{
    position: relative;
    top: -2px;
}

.private_regeneration .regeneration_mv{
    background-image: url("../img/regeneration_mv.png");
    background-repeat:  no-repeat;
    background-position:top right;
    background-size:cover;
    width:100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
}
.regeneration_mv_title{
    font-size: 85px;
    font-weight: bold;
    background-color: #CE1A13;
    padding: 5px;
    color: #fff;
    max-width: fit-content;
}
.regeneration_sub_title{
    font-size: 20px;
    font-weight: bold;
    /*background-color: #CE1A13;*/
    padding: 5px;
    /*color: #fff;*/
    color: #000;
    max-width: fit-content;
    margin: 20px 0;
    line-height: 35px;
    text-shadow: 0px 3px 3px rgb(255 255 255);
}

.private_regeneration .pha_breadcrumbs {
    padding: 20px 0 20px 0;
}
.pr_sec2 .pha_sec_title{
    margin-bottom: 60px;
}
.pr_sec2 .prc_sec2_list{
    margin-top: 20px;
}
.pr_sec3 .pha_sec_title{
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
}

.pr_sec4 .pha_sec_title{
    margin-bottom: 50px;
}
.pr_sec4_q{
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    background-color: #F4F4F4;
    margin-bottom: 20px;
}
.pr_sec4_q_text{
    display: flex;
    gap: 15px;
}
.pr_sec4_q_num{
    background-color: #CE1A13;
    border-radius: 50px;
    padding: 2px 5px;
    color: #fff;
    width: 20px;
    height: 20px;
}
.pr_sec4_q_title{
    font-size: 18px;
    font-weight: bold;
}
.pr_sec4_q_close{
    background-color: #CE1A13;
    border-radius: 50px;
    padding: 6px 20px;
    color: #fff;
    cursor: pointer;
}
.pr_sec4_a{
    display: none;
    padding: 10px 30px 40px;
}
.pr_sec5 .pha_sec_title{
    margin-bottom: 60px;
}
.pr_sec5 .prc_sec2_list p{
    margin: 20px 0 10px 40px;
    line-height: 25px;
}
.private_float_btn{
    background-color: #E8490D;
    border-radius: 200px;
    padding: 65px 20px;
    width: 150px;
    height: 150px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.private_float_btn a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.top_2024_service_en{
    background-image: url(../img/example_contents_back2_en.png);
}
.top_2024_service_en .top_2024_service_list ul{
    margin: 0 auto;
    max-width: 810px;
}
.top_2024_service_en .top_2024_service_list ul li a {
    padding: 20px 20px;
}
.lang-item img{
    display: none;
}
.pha_sec1 .pha_sec_title{
    text-align: center;
    margin-bottom: 50px;
}
.pha_sec1 .pha_sec_text1{
    margin-bottom: 0px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
}
.pha_sec1 .pha_sec_text2{
    font-size: 16px;
    width: 100%;
    position: relative;
    top: 40px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
}
.pha_sec1 .pha_sec_text2 span{
    color: #CE1A13;
    font-weight: bold;
}
.fixed_contact{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1;
    /*background-color: #FBE3D6;*/
    border-radius: 30px;
}
.fixed_contact_title{
    background-color: #fff;
    color: #000;
    border: 3px solid #CE1A13;
    font-size: 18px;
    /*
    background-color: #CE1A13;
    color: #fff;
    font-size: 20px;
    */
    text-align: center;
    font-weight: bold;
    width: 145px;
    height: 145px;
    /*
    padding: 10px;
    border-radius: 30px 30px 0 0;
    width: 170px;
    height: 170px;
    padding: 62px 0;
    */
    padding: 50px 0;
    border-radius: 100px;
    line-height: 25px;
    box-shadow: 0px 10px 10px 0px #898989;
    display: block;
    cursor: pointer;
}
.fixed_contact_title a{
    color: #fff;
}
.fixed_contact_box{
    padding: 15px 30px;
    color: #215F9A;
}
.fixed_contact_line{
    display: flex;
    flex-wrap: wrap;
}
.fixed_contact_line span{
    font-size: 18px;
    font-weight: bold;
}
.fixed_contact_line a{
    color: #215F9A;
}
.fixed_contact_line span,
.fixed_contact_line img,
.fixed_contact_line div{
    text-align: center;
    display: grid;
    align-items: center;
    align-content: center;
}
.fixed_contact_line1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px; 
}
.fixed_contact_line1 img{
    margin-right: 10px;
}
.fixed_contact_line2{
    margin-bottom: 12px; 
}
.fixed_contact_line2 .mailbtn{
    font-size: 18px;
    margin-bottom: 5px;
    text-decoration: underline;
}
.fixed_contact_line2 img{
    margin-right: 10px;
}
.fixed_contact_line3 .contactbtn{
    background-color: #CE1A13;
    color: #fff;
    border-radius: 50px;
    padding: 6px 13px;
    font-size: 16px;
}
.prc_mv_desc2{
    margin-top: 40px;
    line-height: 22px;
    max-width: 880px;
}
.top_2024_subcatch_img{
    width: 100%;
    max-width: 1200px;
    margin: 0 0 0 auto;
}
.message_sign2{
    font-size: 14px;
    font-weight: normal;
    width: 350px;
}
.message_sign2 p:first-child{
    display: none;
}
.message_sign2 .undersign{
    width: 140px;
    margin: -25px 0 -20px auto;
}
.message_sign2_block{
    text-align: right;
}


/***************20250423***************/
.private_private .pha_mv{
    background-image: url("../img/private_private_mv.png");
    background-repeat:  no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
}
.private_private .pha_mv .pha_sec_inner{
    padding: 200px 20px 110px;
    /*max-width: 1325px;*/
    max-width: 90%;
}
.private_private .pha_mv_box{
    display: flex;
    justify-content: space-between;
}
.private_private .pha_mv_right_box img{
    max-width: 280px;
    margin: 0px 0 0 40px;
}
.private_private .pha_mv_title,
.private_private .pha_mv_sub_title,
.private_private .pha_mv_image{
    /*background-color: #fff;*/
    padding: 5px;
    max-width: fit-content;
}
.private_private .pha_mv_image{
    padding: 15px;
    max-width: 460px;
}
.private_private .pha_mv_title{
    margin-bottom: 20px;
    text-shadow: 0px 0px 31px rgb(0 0 0 / 60%);
    color: #fff;
}
.private_private .pha_mv_sub_title {
    margin-bottom: 30px;
    text-shadow: 0px 0px 31px rgb(0 0 0 / 60%);
    color: #fff;
}

.private_reduce_costs .pha_mv{
    background-image: url("../img/private_reduce_costs_mv.png");
    background-repeat:  no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
}

.private_reduce_costs .pr_sec1 .pha_sec_title{
    text-align: center;
}
.private_reduce_costs .pr_sec1 .pha_sec_sub_title{
    text-align: center;
    color: #CE1A13;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.private_reduce_costs .pr_sec1 .pr_sec1_btn{
    color: #fff;
    background-color: #CE1A13;
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: max-content;
    margin: 0 auto;
    box-shadow: 0px 7px 12px 0px #b5b5b5;
}
.private_reduce_costs .pr_sec1 .pr_sec1_btn::after {
    content: url(../img/pha_sec1_img_arrow_sp.svg);
    top: 3px;
    right: -15px;
    left: auto;
    position: relative;
}
.regeneration_mv .pha_sec_inner{
    max-width: 1395px;
    margin: 0 auto;
    padding: 250px 30px 80px;
}

.private_to_top {
    position: relative !important;
    margin-left: auto;
    margin-top: 20px;
}
.macenter{
    width: fit-content;
    margin: 0 auto;
}
.macenter .prc_sec3_image img{
    max-width: 140px;
}
.private_to_top_text{
    text-align: center;
    margin: 0 auto;
    border: 1px solid #000;
    display: block;
    width: max-content;
    padding: 20px 30px;
    margin-top: 40px;
    position: relative;
}
.private_to_top_text::after {
    content: url(../img/pha_sec1_img_arrow_sp_black.svg);
    top: 3px;
    right: -15px;
    left: auto;
    position: relative;
}
.ft18bld{
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 1550px) {
    .top_2024_service_en .top_2024_service_list {
        padding: 130px 40px 90px;
    }
    .top_en .top_2024_subcatch_jp {
        line-height: 110px;
    }
    .private_private .pha_mv .pha_sec_inner {
        padding: 310px 20px 140px;
    }
}
@media (max-width: 1050px) {
    .top_2024_service_en .top_2024_service_list {
        padding: 30px 100px 10px;
    }
}
@media (max-width: 986px) {
    .private_private .pha_mv_box {
        display: block;
    }
    .private_private .pha_mv_right_box{
        margin: 0 auto;
        text-align: left;
    }
    .private_private .pha_mv_right_box img {
        margin: 30px 0 0 0px;
    }
    .private_private .pha_mv .pha_sec_inner {
        padding: 60px 20px 20px;
    }
}
@media (max-width: 768px) {
    .private_private .pha_mv .pha_sec_inner {
        padding: 60px 20px 50px;
    }
    .private_private .pha_mv_right_box{
        margin: 0 auto;
        text-align: center;
    }
    .top_2024_service_en .top_2024_service_list {
        padding: 0;
    }
    .top_2024_service_en {
        background-image: none;
        background-color: rgb(248, 250, 251);
    }
    .private_float_btn{
        display: none;
    }
    .pha_mv_title {
        font-size: 40px;
    }
    .pha_mv_sub_title {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 35px;
    }
    .pha_mv .pha_sec_inner {
        padding: 60px 30px 80px;
    }
    .private_hospital_ally {
        background-image: none;
    }
    .pha_sec_inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 20px;
    }
    .pha_sec_block {
        padding: 30px;
        border-radius: 30px;
    }
    .pha_sec_title {
        font-size: 20px;
        text-align: left;
        align-items: center;
        align-content: center;
    }
    .pha_sec3 .pha_sec_title{
        display: flex;
        margin: 30px 10px 0;
    }
    .pha_sec1_image{
        margin-top: 30px;
    }
    .pha_sec2 .pha_sec_title {
        margin-bottom: 30px;
    }
    .pha_sec2_catch {
        font-size: 18px;
        margin: 30px auto 0;
        padding: 15px 30px;
        border-radius: 60px;
    }
    .pha_sec3_image {
        display: flex;
        margin: 20px 0;
        gap: 20px;
    }
    .pha_sec3_image_block {
        width: fit-content;
    }
    .pha_sec3_image_block img{
        max-width: 100px;
    }
    .pha_sec_title {
        font-size: 20px;
        text-align: left;
    }
    .pha_sec3_image_radius::after {
        content: url(../img/pha_sec1_img_arrow_sp.svg);
        top: 83px;
        right: 13px;
        left: auto;
    }
    .pha_sec3_image_title{
        font-size: 18px;
        font-weight: bold;
        color: #000;
        background-color: unset;
    }
    .pha_sec3_image_radius {
        padding: 30px 20px 30px 5px;
        font-size: 20px;
        width: 100%;
        height: auto;
        margin: 0px auto 10px;
        font-size: 18px;
        border-radius: 20px;
        letter-spacing: -0.5px;
    }
    .pha_sec4 .pha_sec_title,
    .pha_sec5 .pha_sec_title{
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .pha_sec4_block {
        display: block;
        margin: 40px 0px -20px;
    }
    .pha_sec4_block_list {
        padding: 15px;
        border-radius: 60px;
        width: 100%;
        margin-bottom: 20px;
    }
    .pha_sec4_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .private_hospital_ally .mw_wp_form {
        margin: 30px auto 0;
    }
    .pha_sec3_bottom {
        font-size: 16px;
    }
    .private_reduce_costs .pha_mv .pha_sec_inner {
        padding: 30px 30px 40px;
    }
    .prc_mv_flex {
        display: block;
    }
    .prc_mv_title {
        font-size: 35px;
        line-height: 40px;
    }
    .prc_mv_image {
        position: relative;
        top: 0;
        left: 0;
    }
    .prc_mv_image img{
        width: 200px;
        margin-top: 20px;    
    }
    .prc_mv_desc {
        font-size: 20px;
        margin-top: 20px;
        letter-spacing: 0px;
        width: auto;
    }
    .prc_sec1_image {
        margin-top: 30px;
    }
    .prc_sec2_desc {
        font-size: 18px;
        margin: 30px 0;
    }
    .prc_sec2_list li {
        font-size: 18px;
    }
    .prc_sec3_flex {
        display: block;
    }
    .pha_breadcrumbs {
        max-width: 100%;
        padding: 20px;
    }
    .private_regeneration .pha_breadcrumbs {
        padding: 20px 20px 20px 20px;
    }
    .regeneration_mv_title {
        font-size: 35px;
    }
    .regeneration_sub_title {
        margin: 15px 0;
    }
    .pr_sec2 .pha_sec_title {
        margin-bottom: 30px;
    }
    .pr_sec3 .pha_sec_title {
        margin: 0 auto;
        text-align: center;
        line-height: 23px;
    }
    .pr_sec4_q {
        display: block;
    }
    .pr_sec4_q_close {
        padding: 6px 20px;
        max-width: fit-content;
        margin: 15px auto 0;
    }
    .footer_en .footer_link {
        margin: 40px 0 0 0px;
    }
    .footer_en #copyright {
        margin-bottom: 0px;
    }
    .message_sign img {
        top: -50px;
        left: 90px;
    }
    .footer_about a{
        color: #fff !important;
        text-decoration:underline;
    }
    .footer_about span a{
        text-decoration:none;
    }
    .pha_sec1 .pha_sec_title {
        margin-bottom: 30px;
    }
    .pha_sec1 .pha_sec_text2 {
        width: 100%;
        top: 10px;
    }
    .pha_sec1 .pha_sec_title {
        line-height: 25px;
    }
    .fixed_contact{
        display: block;
        width: 100%;
        bottom: -1px;
        right: 0;
    }
    .fixed_contact_title{
        width: 100%;
        padding: 20px;
        height: auto;
        /*
        background-color: #fff;
        color: #CE1A13;
        */
        background-color: #CE1A13;
        color: #fff;
        box-shadow: none;
        border-top: 1px solid #c3c3c3;
        border-radius: 0;
    }
    .private_private .pha_sec3 .pha_sec_inner .fadeUpTrigger{
        width: 100%;
    }
    .private_private .pha_sec3 .pha_sec_inner .fadeUpTrigger .pha_sec3_image .pha_sec3_image_block{
        width: 50%;
    }

    .message_detail-en{
        min-height: 61vh;
        background-position: 90% 0px;
    }
    .message_detail-en .message_catch {
        height: max-content;
        margin: -40px 0px 300px;
        top: 270px;
        padding: 10px 20px;
        font-size: 18px;
    }
    .message_sign2 {
        width: 100%;
    }
    .message_sign2 .undersign {
        margin: 0px 0 -10px auto;
    }
    .top_2024_maincatch_img {
        width: 90%;
        margin: 0 auto 0 10px;
    }
    .private_private .pha_mv {
        background-image: url(../img/private_private_mv_sp.png);
    }
    .private_regeneration .regeneration_mv {
        background-image: url(../img/regeneration_mv_sp.png);
    }
    .macenter{
        display: flex;
        gap: 20px;
    }
    .macenter .prc_sec5_list div{
        font-size: 18px;
    }
}

@media all and (min-width: 435px) and (max-width: 500px) {
    .top_en .top_2024_subcatch_jp {
        font-size: 21px;
        letter-spacing: -1px;
    }
}
@media (max-width: 380px) {
    .top_en .top_2024_subcatch_jp {
        font-size: 17px;
        letter-spacing: -1px;
    }
}