@charset "utf-8";

a:hover {
    opacity: 0.8;
    transition: all ease .3s;
}
html.no-scroll {
    overflow: hidden;
}
/************************************************************
	ヘッダー
*************************************************************/
.headersec {
    padding: 0 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1920px;
    left: 0;
    right: 0;
}
 .header_sitelogo {
    margin-right: 1%;
} 
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* 
.header_sitelogo img {
    max-width: 100%;
} */
 .header_rightsec {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
 }
.headermenu {
    display: flex;
    width: 100%;
    max-width: 645px;
    justify-content: space-between;
    margin: 9px 25px 0 0;
    gap: 2%;
}
.headermenu li a {
    color: #000000;
    font-size: 16px;
}
.headermenu li a:hover {
    color: #1f8095;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
    text-decoration-color: #96c4ce;
}
.header_access {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 480px;
    align-items: center;
    margin-left: 4%;
}
.header_access .contact {
    margin: 0 14px 0 0;
}
.header_access a:hover {
    text-decoration: none;
}
.header_access a:hover img {
    background: transparent;
}
.headersec .operating_link {
    width: 100%;
    display: flex;
    max-width: 110px;
    background: #ff7e00;
    text-align: center;
    padding: 10px 0 5px;
    font-weight: bold;
    height: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 6px;
}
.headersec .contact_link {
    width: 100%;
    display: flex;
    max-width: 110px;
    background: #e60012;
    text-align: center;
    padding: 14px 0 5px;
    font-weight: bold;
    height: 80px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 2px;
}
.headersec .operating_link span,
.headersec .contact_link span {
    color: #fff;
    display: block;
    text-align: center;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.headersec .contact_link span {
    padding-top: 6px;
}
.headersec .operating_link img {
    width: 40px;
}
.headersec .contact_link img {
    width: 43px;
}
.headersec .tel_contact {
    font-size: 32px;
    color: #1f8095;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
}
.headersec .contact_time {
    color: #000;
    font-size: 16px;
    line-height: 1;
}
.headersec .contact_date {
    font-size: 1.15rem;
}
.headersec .contact_date span {
    color: #e60012;
    border: 1px solid;
    border-radius: 3px;
}
.hdmenu-trigger {
    display: none;
}
.spmenu_hdsec {
    display: none;
}
/************************************************************
	トップページ
*************************************************************/
#topMain{
overflow: hidden;
}
#topMain img {
    max-width: 100%;
}
.top_mainbnr {
    background: url(../images/top_renew/mainbnr_bg.png) no-repeat;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 945px;
    align-items: center;
    margin: 54px auto 0;
    overflow: hidden;
    max-width: 2000px;
}
/* .mainbnr_sliderwrap {
    margin-left: auto;
    border: 1px solid;
    width: 36%;
    transform: rotateY(180deg) rotate(45deg);
    overflow: hidden;
    position: absolute;
    right: -227px;
    top: -1px;
} */
 .mainbnr_sliderwrap{
    transform: rotate(-45deg);
    margin-top: -1175px;
    width: 1354px;
    height: 1358px;
    margin-left: 758px;
    position: absolute;
 }

.spslider_wrap {
    display: none;
}
.mainbnr_sliderwrap .slick-vertical .slick-slide {
    margin: 6px 0;
}

.mainbnr_detail {
    position: absolute;
}
.mainbnr_detail {
    margin: 0 0 0 35px;
    width: 62%;
}
.mainbnr_detail .mainbnr_ttl {
    width: 100%;
    color: #28809d;
    font-size: 8rem;
    font-weight: bold;
    font-style: italic;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    line-height: 1.3;
}
.mainbnr_detail .mainbnr_ttl .sp {
    display: none;
}
.mainbnr_detail .mainbnr_txt {
    font-size: 22px;
    line-height: 1.7;
    padding-top: 45px;
    color: #222;
}
.mainbnr_detail .mainbnr_txt span {
    display: block;
    font-weight: bold;
}
.topmain_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.sec_engttl {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    display: block;
}
.sec_mainttl {
    font-size: 46px;
    text-align: center;
    font-weight: 900;
    color: #1f8095;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    line-height: 1.4;
}
.about_sec {
    margin: 100px 0 0 0;
}
.about_warap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 50px 0 0;
}
.about_detail {
    width: 100%;
    max-width: 605px;
}
.about_ttl {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px 0;
}
.about_text {
    color: #222;
    font-size: 15px;
    margin-bottom: 35px;
}
.about_link {
    background: #297d9d;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0;
    position: relative;
    margin-bottom: 20px;
}
.about_link:hover {
    text-decoration: none;
    color: #fff;
}
.about_link::after {
    content: url(../images/top_renew/arw_r.png);
    position: absolute;
    right: 30px;
}
.about_fig {
    position: absolute;
    right: -21%;
    width: 100%;
    max-width: 826px;
}
.about_fig_sp {
    display: none;
}
.catalog_sec {
    margin: 100px 0 0;
}
.catalog_tablist {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
}
.catalog_tablist li {
    width: 16.2%;
    color: #176b81;
    font-weight: bold;
    background: #dbebee;
    text-align: center;
    padding: 15px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    cursor: pointer;
    position: relative;
}
.catalog_tablist li.tab_current {
    background: #27809e;
    color: #fff;
}

.catalog_tablist li:hover {
    opacity: 0.8;
    transition: all ease .3s;
}
.catalog_tablist li em {
    display: block;
    font-size: 22px;
}
.catalog_tablist li em::after {
    content: url(../images/top_renew/tabarw.png);
    position: absolute;
    top: 41px;
    margin-left: 5px;
}
.catalog_tablist li.tab_current em::after {
    content: url(../images/top_renew/tabarw_active.png);
    position: absolute;
    top: 41px;
    margin-left: 5px;
}
.catalog_tabWrap {
    background: #27809e;
    color: #fff;
    padding: 80px 0 50px;
}
.catalog_wrap {
    display: flex;
    justify-content: space-between;
}
.catalogTab_detail {
    width: 100%;
    max-width: 605px;
}
.catalog_tabWrap .catalogTab_ttl {
    font-size: 4.8rem;
    font-weight: 600;
}
.catalogTab_text {
    padding: 30px 0 30px;
}
.partition_list li {
    margin-bottom: 5px;
}
.partition_list li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.partition_list li a br {
    display: none;
}
.partition_list li a:hover {
    text-decoration: none;
}
.partition_list li a:hover img {
    background: transparent;
}
.contactbar {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
    flex-wrap: wrap;
}
.contactbar a {
    width: 49%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 20px 0 20px 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
}
.contactbar a:hover {
    text-decoration: none;
}
.contactbar a:hover img {
    background: transparent;
}
.contactbar .contactbar_operating {
    background: #ff7e00;
}
.contactbar .contactbar_mail {
    background: #e60012;
}
.strengths_sec {
    display: flex;
    margin: 100px 0 0 0;
    justify-content: space-between;
}
.strengths_head {
    padding-right: 55px;
    box-sizing: border-box;
    margin-left: auto;
    padding-top: 80px;
}
.strengths_head .sec_mainttl {
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
}
.strengths_wrap {
    position: relative;
    width: 67%;
}
.strengths_boxLeft {
    background-color: #e6f0f2;
    width: 180px;
    height: -webkit-fill-available;
    transform: skewX(-10deg);
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.strengths_box {
    background-color: #e6f0f2;
    padding: 65px 0 60px 30px;
    z-index: 2;
    position: relative;
}
.strengths_wraplist {
    width: 100%;
    max-width: 810px;
    padding-bottom: 30px;
    padding-right: 20px;
    box-sizing: border-box;
}
.strengths_wraplist li {
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.strengths_wraplist li .strengths_itembox {
    display: flex;
    align-items: baseline;
}
.strengths_wraplist .strengths_item02 {
    position: relative;
    left: -15px;
}
.strengths_wraplist .strengths_item03 {
    position: relative;
    left: -35px;
}
.strengths_wraplist .strengths_item04 {
    position: relative;
    left: -55px;
}
.strengths_wraplist .strengths_item05 {
    position: relative;
    left: -75px;
}

.strengths_num {
    font-weight: bold;
    font-style: italic;
    color: #1f8095;
    width: 52px;
}
.strengths_detail {
    position: relative;
    top: -6px;
    margin: 0 0 0 3px;
    width: 95%;
}

.strengths_detail .strengthslist_ttl {
    color: #1f8095;
    font-size: 22px;
    font-weight: bold;
}
.strengths_detail .strengthslist_txt {
    color: #3a3d3d;
}
.strengths_detail .strengthslist_txt.pc {
    display: block;
}
.strengthslist_txt.sp {
    display: none;
}
.strengths_box .strengths_reasonBtn {
    display: block;
    text-align: center;
    width: 90%;
    max-width: 550px;
    background: #287e9d;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 25px 0;
    position: relative;
    box-sizing: border-box;
}
.strengths_box .strengths_reasonBtn::after {
    content: url(../images/top_renew/strengthsBtn_Rarw.png);
    position: absolute;
    right: 30px;
}
.strengths_box .strengths_reasonBtn:hover {
    text-decoration: none;
}

.work_sec {
    margin: 60px 0 0 0;
}
.work_sec .workList {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.work_sec .workList .workItem {
    width: 31.7%;
    box-sizing: border-box;
}
.workItem .workItem_ttl {
    background: #23809d;
    text-align: center;
    color: #fff;
    font-size: 23px;
    padding: 4px 0;
}
.workItem .workItem_text {
    padding-top: 30px;
}
.work_sec .workItem_link {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    background: #287e9d;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 25px 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.work_sec .workItem_link:hover {
    text-decoration: none;
}
.work_sec .workItem_link::after {
    content: url(../images/top_renew/strengthsBtn_Rarw.png);
    position: absolute;
    right: 35px;
}
.managementsite_sec {
    margin: 100px 0 0 0;
    background: #f7f7f7;
    padding: 40px 0;
}
.managementsite_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.managementsite_item {
    width: 49%;
    border: 1px solid #c5c5c5;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.managementsite_item:hover {
    text-decoration: none;
}
.managementsite_logo {
    width: 100%;
    max-width: 190px;
    text-align: center;
}
.managementsite_details {
    width: 100%;
    max-width: 390px;
    border-left: 1px solid #e0e0e0;
    padding: 20px;
}
.managementsite_details .managementsite_link {
    font-size: 22px;
    font-weight: bold;
    color: #1f8095;
}
.managementsite_details .managementsite_link:hover {
    text-decoration: none;
}
.managementsite_details .managementsite_link img {
    margin-left: 10px;
}
.managementsite_text {
    padding: 10px 0;
    color: #000000;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 15px;
}
.news_sec {
    margin: 50px 0;
}
.news_list {
    margin: 40px 0;
}
.news_list li {
    margin-bottom: 20px;
}
.news_list li a {
    font-size: 16px;
    color: #3f3f3f;
}
.news_list li .news_ttl img {
    vertical-align: middle;
    margin-left: 5px;
}
.news_sec .news_link {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    background: #287e9d;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 25px 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.news_sec .news_link:hover {
    text-decoration: none;
}
.news_sec .news_link::after {
    content: url(../images/top_renew/strengthsBtn_Rarw.png);
    position: absolute;
    right: 35px;
}


/************************************************************
	フッター
*************************************************************/
.operatingsite {
    background: #f7f7f7;
    padding: 40px 0;
}
.operatingsite_list {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.operatingsite_list li {
    width: 16%;
}
.operatingsite_list li img {
    max-width: 100%;
}
.footersec {
    padding: 0;
    border: 0;
}
.ft_navwrap {
    width: 100%;
    background: #22809d;
    padding: 40px 0;
    margin: 0;
}
.ft_navwrap .topmain_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.ft_navTtl {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-style: italic;
}
.ft_navInfo {
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: space-between;
}
.ft_navInfo_item {
    width: 24%;
}
.ft_navInfo_item:nth-child(2) {
    width: 43%
}
footer .ft_navInfoWrap {
    display: flex;
    justify-content: space-between;
    margin-right: 27px;
}
footer .ft_navsubInfo02 .ft_navInfo_itemlink.ft_linkdisable {
    pointer-events: none;
    cursor: default;
    margin-left: 0;
}
footer .ft_navsubInfo02 .ft_navInfo_itemlink {
    margin-left: 15px;
    box-sizing: border-box;
}
footer .ft_navInfo_item .ft_navInfo_itemlink {
    display: block;
    color: #fff !important;
}
footer .ft_navInfo_item .ft_navInfo_itembold {
    font-weight: bold;
    margin-bottom: 8px;
}

.footersec .ft_contact {
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0;
}
.ft_contact .ft_contactTtl {
    color: #1f8095;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}
.ftcontact_guideList {
    display: flex;
    margin: 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .ftcontact_guideList li a {
    font-size: 22px;
}

footer .ftcontact_guideList li img {
    margin-left: 5px;
}
.ftcontact_link {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.ftcontact_link .ftcontact_site {
    width: 100%;
    max-width: 378px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ff7e00;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 12px;
    box-sizing: border-box;
}
.ftcontact_link .ftcontact_site:hover,
.ftcontact_link .ftcontact_form:hover {
    text-decoration: none !important; 
}
.ftcontact_link .ftcontact_site:hover img,
.ftcontact_link .ftcontact_form:hover img {
    background: transparent;
}
.ftcontact_link .ftcontact_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 12px;
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    max-width: 378px;
    background: #e60012;
    box-sizing: border-box;
}
.ftcontact_access {
    width: 100%;
    max-width: 384px;
    border: 1px solid #1f8095;
    background: #fff;
    box-sizing: border-box;
    padding: 7px 4px;
}
.ftcontact_phone {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: space-between;
}
.ftcontact_phone .ftcontact_phonenum {
    color: #1f8095 !important;
    font-size: 37px;
    font-weight: bold;
    text-decoration: none !important;
    cursor: default;
    pointer-events: none;
    line-height: 1;
}
.ftcontact_phone .ftcontact_phonetext {
    color: #e60012;
    font-size: 22px;
    border: 1px solid;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 3px;
}
.ftcontact_timedate {
    font-size: 13px;
    color: #222;
}
footer .ft_address {
    width: 100%;
    margin: 0;
    padding: 50px 0;
}
footer .ft_address .topmain_inner {
    display: flex;
}
.ft_address .ft_logo {
    width: 100%;
    max-width: 300px;
}
.ft_address_sec {
    width: 100%;
    max-width: 700px;
}
.ft_contactsec {
    margin: 15px auto 0;
    text-align: center;
    display: none;
}
.tel_ftcontact {
    width: 65%;
    margin: 0 auto;
}
.tel_ftcontact img {
    max-width: 100%;
}
.tel_ftcontact a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.ftcontact_time {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}
.ftcontact_date {
    font-size: 12px;
}
.ftcontact_date span {
    color: #e60012;
    border: 1px solid;
    border-radius: 3px;
}
footer .ft_copyright {
    width: 100%;
    margin: 0;
    padding: 1.5rem 0;
    background: #000;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.6;
}
footer .ft_copyright_text02 {
    display: none;
} 
.pagetop_btn #page-top a{
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.2;
    z-index: 999;
    background: #22809d;
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    opacity: 1;
    padding: 0;
}
.pagetop_btn #page-top a:hover {
    background: #22809d;
}
.pagetop_btn #page-top:hover img {
    background: transparent;
}
@media only screen and (max-width: 1700px) {
    .about_detail {
        margin-right: 20px;
    }
    .about_ttl {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 20px;
    }
    .about_fig {
        position: relative;
        right: 0;
    }
}
@media only screen and (max-width: 1450px) {
    .header_access {
        width: 75%;
        margin-left: 1%;
    }
    .header_access .contact {
        margin: 0 5px 0 0;
    }
    .headersec .tel_contact {
        font-size: 25px;
    }
    .headersec .contact_time {
        font-size: 14px;
    }
    .headersec .contact_date {
        font-size: 1.1rem;
    }
    .headersec .operating_link,
    .headersec .contact_link {
        max-width: 85px;
        font-size: 12px;
    }
     .headersec .operating_link img,
    .headersec .contact_link img {
        width: 35px;
        max-width: 100%;
    }
    .headersec .contact_link span {
        padding-top: 9px;
    }
    .headermenu li a {
        font-size: 14px;
    }
    .ftcontact_phone .ftcontact_phonenum {
        font-size: 35px;
    }
    .strengths_sec {
        width: 90%;
        margin: 100px auto 0;
    }

}
@media only screen and (max-width: 1260px) {
    .headermenu {
        gap: 1.8%;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 9px 0 0 0;
    }
    .headermenu li a {
        font-size: 1.5vw;
    }
    .header_access {
        width: 100%;
        margin-left: 1%;
    }
    .headersec .tel_contact {
        font-size: 1.7vw;
    }
    .headersec .contact_time {
        font-size: 1vw;
        line-height: 1.5;
    }
    .headersec .contact_date {
        font-size: 1vw;
    }
    .headersec .operating_link, .headersec .contact_link {
        max-width: 50px;
        height: 65px;
        font-size: 8px;
    }
    .headersec .operating_link img, .headersec .contact_link img {
        width: 27px;
        max-width: 100%;
    }
    .top_mainbnr {
        margin: 35px 0 0 0;
    }
    .about_warap {
        justify-content: center;
        flex-wrap: wrap;
    }
    .about_detail {
        margin: 20px 0 0 0;
    }
    .ftcontact_link {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainbnr_detail {
        position: initial;
        width: 100%;
    }
    .mainbnr_detail .mainbnr_ttl {
        font-size: 6rem;
    }
    .mainbnr_detail .mainbnr_txt {
        font-size: 20px;
    }
    .catalog_tablist {
        flex-wrap: wrap;
    }
    .catalog_tablist li {
        width: 33%;
        margin-bottom: 4px;
    }
    .strengths_head {
        margin-left: 0;
    }
    .strengths_head .sec_mainttl {
        font-size: 3.6vw;
    }
    .strengths_boxLeft {
        width: 27%;
        transform: skewX(-7deg);
    }
    .strengths_detail .strengthslist_txt br {
        display: none;
    }
    .strengths_box .strengths_reasonBtn {
        margin: 0 0 0 -5%;
    }
}

@media only screen and (max-width: 768px) {
    .headersec {
        padding: 0 0 0 5%;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .header_sitelogo {
        width: 75%;
        text-align: center;
        margin: 0 25px;
    }
    .header_sitelogo img {
        max-width: 100%;
    }
     .header_rightsec {
        width: 70%;
    }
    .headersec .operating_link,
    .headersec .contact_link {
        height: 70px;
        font-size: 11px;
        max-width: 100%;
        width: 85px;
    }
    .headersec .operating_link img {
        width: 30px;
    }
    .headersec .contact_link img {
        width: 33px;
        padding: 0 0 0 0;
    }
    .header_access {
        max-width: 100%;
        margin-left: 0;
    }
    
    .headermenu,
    .header_access .contact {
        display: none;
    }
    .hdmenu-trigger,
    .hdmenu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: relative;
        z-index: 100;
    }
    .hdmenu-trigger {
        position: relative;
        width: 32px;
        height: 26px;
        background: none;
        border: none;
        appearance: none;
        cursor: pointer;
    }
    .hdmenu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #1f7f96;
        border-radius: 4px;
    }
    .hdmenu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .hdmenu-trigger span:nth-of-type(2) {
        top: 11px;
    }
    .hdmenu-trigger span:nth-of-type(3) {
        bottom: 2px;
    }
    #hdmenu_sp.active span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg);
    }
    #hdmenu_sp.active span:nth-of-type(2) {
        opacity: 0;
    }
    #hdmenu_sp.active span:nth-of-type(3) {
        transform: translateY(-11px) rotate(45deg);
    }
    .spmenu_hdsec.active {
        display: block;
        position: fixed;
        width: 100%;
        background: #fff;
        height: 92%;
        top: 70px;
        box-sizing: border-box;
        left: 0;
        z-index: 9;
        overflow-y: auto;
    }
    .spmenulist_ttl {
        padding: 20px 30px 0;
        color: #1f8095;
        font-weight: bold;
    }
    .spmenu_hdsec .spmenuList {
        padding: 20px 25px;
    }
    .spmenuList li a {
        padding: 15px 15px;
        border-bottom: 1px solid #aaaaaa;
        width: 100%;
        display: block;
        color: #000;
        font-weight: bold;
        font-size: 15px;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
    }
    .spmenuList li a::after {
        content: "";
        position: absolute;
        background: url(../images/top_renew/sparw_r.png);
        width: 6px;
        height: 12px;
        background-size: cover;
        top: 20px;
        right: 20px;
    }
    .spmenu_wrap {
        background: #f7f7f7;
        padding-bottom: 20px;
    }
    .spmenusite_list {
        padding: 0 25px;
    }
    .spmenusite_list li {
        margin-bottom: 25px;
    }
    .spmenusite_list .spmenusite_btnoperate a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ff7e00;
        color: #fff;
        padding: 20px 20px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }
    .spmenusite_list .spmenusite_btnoperate_fig {
        width: 30px;
    }
    .spmenusite_btnform a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #e60012;
        color: #fff;
        padding: 25px 20px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }
    .spmenusite_list .spmenusite_btnform_fig {
        width: 30px;
    }
    .spmenusite_list .spmenusite_phone {
        border: 1px solid #1f8095;
        background: #fff;
        box-sizing: border-box;
        padding: 7px 4px;
    }
    .spmenusite_list .spcontact_phone {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .spmenusite_list .spcontact_phonenum {
        color: #1f8095 ;
        font-size: 8vw;
        font-weight: bold;
        text-decoration: none ;
        cursor: default;
        line-height: 1;
    }
    .spcontact_phonetext {
        color: #e60012;
        font-size: 5vw;
        border: 1px solid;
        font-weight: 600;
        line-height: 1.3;
        border-radius: 3px;
    }
    .spcontact_timedate {
        font-size: 11px;
        color: #222;
    }

    .spslider_wrap {
        display: block;
    }
    .spslider_wrap .slick-slider img {
        width: 100%;
        height: 100%;
    }
    .top_mainbnr {
        display: block;
        height: auto;
        margin: 45px 0 0 0;
    }
    .top_mainbnr img {
        max-width: 100%;
    }
    .mainbnr_sliderwrap {
        display: none;
    }
    .mainbnr_detail {
        width: 80%;        
        margin: 30px auto;
        text-align: center;
    }
    .mainbnr_detail .mainbnr_ttl {
        font-size: 8vw;
    }
    .mainbnr_detail .mainbnr_ttl .sp {
        display: block;
    }
    .mainbnr_detail .mainbnr_txt {
        font-size: 4vw;
    }
    .mainbnr_detail .mainbnr_txt br {
        display: none;
    }
    .mainbnr_detail .mainbnr_txt br:nth-child(2) {
        display: block;
    }
    .sec_mainttl {
        font-size: 7vw;
        line-height: 1.2;
    }
    .sec_engttl {
        font-size: 15px;
        font-weight: 550;
    }
    .about_sec {
        margin: 50px 0 0 0;
    }
    .about_ttl {
        font-size: 5vw;
        text-align: center;
    }
    .about_warap {
        margin: 5px 0 30px;
    }
    .about_fig {
        display: none;
    }
    .about_fig_sp {
        display: block;
    }
    .about_text br:nth-child(2) {
        display: none;
    }
    .about_link {
        font-size: 18px;
        padding: 17px 0;
        width: 85%;
        margin: 0 auto;
    }
    .about_link::after {
        right: 20px;
        top: 19px;
    }
    .catalog_sec {
        margin: 40px 0 0;
    }
    .topmain_inner.catalogsp_in {
        width: 100%;
        margin-left: 10px;
    }
    .catalog_tabwrap {
        overflow-x: auto;
    }
    .catalog_tablist {
        width: 800px;
    }
    .catalog_tablist li {
        font-size: 12px;
        width: 16%;
        margin-bottom: 0;
    }
    .catalog_tablist li em {
        font-size: 14px;
    }
    .catalog_tablist li em::after {
        content: "";
        top: 38px;
        margin-left: 2px;
        background: url(../images/top_renew/tabarw.png);
        width: 7px;
        height: 12px;
        background-size: cover;
    }
    .catalog_tablist li.tab_current em::after {
        content: "";
        top: 38px;
        margin-left: 2px;
        background: url(../images/top_renew/tabarw_active.png);
        width: 7px;
        height: 12px;
        background-size: cover;
    }
    .catalog_tabWrap {
        padding: 35px 0;
    }
    .catalog_tabWrap .catalogTab_ttl {
        font-size: 30px;
    }
    .catalogTab_text {
        padding: 20px 0;
    }
    .partition_list li {
        margin-bottom: 17px;
    }
    .partition_list li a {
        font-size: 16px;
        width: 100%;
        position: relative;
        display: block;
    }
    .partition_list li a::after {
        content: url(../images/top_renew/catalog_arw.png);
        position: absolute;
        top: 3px;
        right: 0;
    }
    .partition_list li a br {
        display: block;
    }
    .partition_list li img {
        display: none;
    }
    .cataglogTab_Fig {
        margin: 25px 0 0;
        text-align: center;
    }
    .catalog_wrap {
        flex-wrap: wrap;
    }
    .contactbar {
        gap: 20px;
    }
    .contactbar a {
        width: 90%;
        margin: 0 auto;
        font-size: 18px;
        padding: 20px 15px;
    }
    .contactbar .contactbar_mail {
        padding: 20px 0;
    }
    .contactbar .contactbar_operatingImg {
        width: 35px;
    }
    .contactbar .contactbar_mailImg {
        width: 35px;
    }
    .strengths_sec {
        width: 100%;
        margin: 50px auto 0;
        background-color: #e6f0f2;
        flex-wrap: wrap;
    }
    .strengths_head {
        padding-right: 0;
        margin: 0 auto;
        padding-top: 55px;
    }
    .strengths_head .sec_mainttl {
        font-size: 7vw;
        text-align: center;
    }
    .strengths_head .sec_mainttl br:first-child {
        display: none;
    }
    .strengths_wrap {
        width: 100%;
    }
    .strengths_boxLeft {
        display: none;
    }
    .strengths_box {
        width: 100%;
        box-sizing: border-box;
        padding: 30px 20px;
    }
    .strengths_wraplist {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }
    .strengths_num {
        width: 30px;
    }
    .strengths_detail {
        margin: 0 0 0 15px;
        width: 90%;
    }
    .strengths_wraplist li {
        padding-bottom: 10px;
        border-bottom: 1px solid #c2c8cb;
        margin-bottom: 40px;
    }
    .strengths_wraplist li .strengths_itembox {
        align-items: flex-end;
    }
    .strengths_wraplist .strengths_item02,
    .strengths_wraplist .strengths_item03,
    .strengths_wraplist .strengths_item04,
    .strengths_wraplist .strengths_item05 {
        left: 0;
    }
    .strengths_detail .strengthslist_ttl {
        font-size: 5vw;
        line-height: 1;
    }
    .strengths_detail .strengthslist_txt.pc {
        display: none;
    }
    .strengthslist_txt.sp {
        display: block;
    }
    .strengthslist_txt br {
        display: none;
    }
    .strengths_box .strengths_reasonBtn {
        font-size: 18px;
        padding: 18px 0;
        margin: 0 auto;
    }
    .strengths_box .strengths_reasonBtn::after {
        right: 20px;
        top: 21px;
    }
    .work_sec .workList {
        flex-wrap: wrap;
        gap: 35px;
    }
    .work_sec .workList .workItem {
        width: 100%;
    }
    .workItem .workItem_ttl {
        font-size: 20px;
        padding: 8px 0;
    }
    .work_sec .workList .workItem picture img {
        width: 100%;
    }
    .workItem .workItem_text {
        padding-top: 10px;
    }
    .work_sec .workItem_link {
        width: 90%;
        font-size: 16px;
        font-weight: bold;
        padding: 20px 0;
    }
    .work_sec .workItem_link::after {
        right: 12px;
        top: 23px;
    }
    .managementsite_sec {
        margin: 50px 0 0 0;
    }
    .managementsite_item {
        width: 100%;
    }
    .managementsite_logo {
        width: 30%;
        max-width: 100%;
        margin: 0 10px;
        box-sizing: border-box;
    }
    .managementsite_details .managementsite_link img {
        width: 6px;
        vertical-align: inherit;
        margin-left: 3px;
    }
    .managementsite_details {
        width: 70%;
        max-width: 100%;
        padding: 0 0 0 10px;
    }
    .managementsite_details .managementsite_link {
        font-size: 4.2vw;
    }
    .managementsite_text {
        padding: 10px 0 0;
        font-size: 14px;
    }
    .news_list li {
        font-size: 15px;
    }
    .news_list li .news_date {
        display: block;
    }
    .news_list li .news_ttl img {
        width: 7px;
    }
    .news_sec .news_link {
        width: 90%;
        font-size: 18px;
        padding: 18px 0;
    }
    .news_sec .news_link::after {
        right: 15px;
        top: 22px;
    }
    .operatingsite_list {
        flex-wrap: wrap;
    }
    .operatingsite_list li {
        width: 48%;
    }
    .ft_navwrap {
        padding: 50px 0;
    }
    .ft_navhead {
        display: none;
    }
    .ft_navwrap .topmain_inner {
        display: block;
    }
    .ft_navTtl {
        font-size: 7vw;
        margin-bottom: 40px;
        text-align: center;
    }
    .ft_navTtl br:first-child {
        display: none;
    }
    .ft_navInfo {
        display: block;
    }
    .ft_navInfo_item {
        width: 100%;
    }
    .ft_navInfo_item:nth-child(2) {
        width: 100%;
    }
    .ft_navsubInfo {
        display: flex    ;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }
    footer .ft_navInfoWrap {
        margin-right: 0;
        flex-wrap: wrap;
    }
    footer .ft_navInfoWrap .ft_navsubInfo {
        margin-bottom: 0;
    }
    footer .ft_navInfoWrap .ft_navsubInfo02 {
        margin-bottom: 20px;
    }
    footer .ft_navInfo_item .ft_navInfo_itembold {
        margin-bottom: 20px;
    }
    .ft_navsubInfo .ft_navInfo_itemlink {
        width: 48%;
        margin-bottom: 13px;
    }
    footer .ft_navsubInfo02 .ft_navInfo_itemlink.ft_linkdisable {
        width: 100%;
    }
    footer .ft_navsubInfo02 .ft_navInfo_itemlink {
        width: 47%;
        margin-left: 0;
    }
    .footersec .ft_contact {
        display: none;
    }
    footer .ft_address .topmain_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ft_address .ft_logo {
        width: 60%;
        max-width: 100%;
        margin: 0 auto;
    }
    .ft_address .ft_logo img  {
        max-width: 100%;
    }
    .ft_address_sec {
        max-width: 100%;
        text-align: center;
    }
    footer .ft_address {
        padding: 25px 0;
    }
    .ft_address_text span {
        display: block;
    }
    .ft_contactsec {
        display: block;
    }
    footer .ft_copyright {
        font-size: 1.2rem;
        padding: 1.5rem;
        box-sizing: border-box;
    }
    footer .ft_copyright span {
        display: inline-block;
    }
    footer .ft_copyright_text02 {
        display: block;
        color: #fff;
    } 
    footer .ft_copyright_text02 a {
        color: #fff !important;
    }
    footer .ft_copyright_text02 a:hover {
        text-decoration: none !important;
    }
    .pagetop_btn #page-top {
        z-index: 8;
    }
    .pagetop_btn #page-top a {
        width: 50px;
        height: 50px;
    }
    #page-top a:before {
        display: none;
    }
}
