@charset "utf-8";

html {
    scroll-behavior: smooth;
}

/* 共通パーツ */
body {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    line-height: 2.5em;
    letter-spacing: 0.1em;
    font-weight: normal;
    /* padding-top: 4em; */
    padding-top: 6.5em;
    box-sizing: border-box;
    color: #000;
}

.html.body {
    overflow-x: hidden;
}

.wrapper {
    max-width: 1440px;
    /* max-width: 100%; */
    margin: 0 auto;
}



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

.header.wrapper {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    /* opacity: 0.7; */
}

.header_inner {
    max-width: 1440px;
    width: 100%;
    padding: 1% 5%;
    margin: 0 auto;
    align-items: center;
}

.basic_inner {
    max-width: 850px;
    width: 70%;
    margin: 0 auto;
}

.feature_writing {
    margin-left: 3em;
    font-size: 14px;
    line-height: 3em;
    letter-spacing: 0.1em;
}


/* 文字系 */

.yellowLine {
    background: linear-gradient(transparent 60%, #ff6 60%);
}


.red_text_bold {
    font-weight: bold;
    color: #9A1717;
}

.red_text_nomal {
    font-weight: normal;
    color: #9A1717;
}

.red_text_large {
    font-weight: bold;
    font-size: 18px;
    color: #9A1717;
}

.redTxt_yellowLine {
    font-weight: bold;
    color: #9A1717;
    background: linear-gradient(transparent 60%, #ff6 60%);
}




.yellowline_red {
    color: #9A1717;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.txt_strong {
    font-size: 16px;
    font-weight: bold;
}

.txt_red {
    color: #9A1717;
}

.yellowline {
    background: linear-gradient(transparent 60%, #ff6 60%);
}



.header_logo {
    width: 170px;
    height: auto;
    /* margin-top: 2em; */
    padding-top: 0.3em;
}

.header_logo img {
    width: 100%;
}

.largefont {
    font-size: 20px;
    font-weight: bold;
    color: #9A1717;

}

.gnav {
    font-family: "Noto Sans JP",
        "Helvetica", sans-serif;
}

.gnavList {
    align-items: center;
    white-space: nowrap;
    gap: 2em;
}

.gnavList li {
    font-size: 14px;
    margin-top: 0em;

}

.gnavList_red {
    display: inline-block;
    color: #fff;
    background-color: #9A1717;
    padding: 0em 2em;
    transition: 0.6s;
}

.gnavList_red:hover {
    animation: shine 1s;
}

.gnavlist_sub {
    position: absolute;
    top: 45px;
    transition: all .3s;

}

.gnavlist_sub-item {
    display: block;
    /* display: none; デフォルトの設定は消す */ 
    background-color: #ebebeb;
    transition: all .3s;
    padding: 5px 20px;
    margin-left: 0;

}
.gnavlist_sub-item :hover{
    background-color: lightcyan;
}





#page-top {
    position: fixed;
    right: 14px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    z-index: 999;
}

#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

.top_visual {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: -27px;
    align-items: center;
}



.subMv_img {
    width: 90%;
    position: relative;
    z-index: -999;
}

.subMv_img img {
    width: 100%;
    height: 313px;
    object-fit: cover;
}

.subMv_img.ct img {
    width: 100%;
    height: 313px;
    object-fit: cover;
    object-position: 0% 0%;
}


/* .subMv_img.achievement {
    object-position: 50% 50%;
} */

.main_titleWrap {
    position: absolute;
    left: 7%;
}

.main_title {
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
}

.main_title::after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #ebadad;
    /* opacity: 0.9; */
    position: absolute;
    top: -45px;
    right: -44px;
    z-index: -1;
}


.main_title.achievement::after {
    position: absolute;
    top: -60px;
    right: -28px;
}

.main_title.contact::after {
    position: absolute;
    top: -47px;
    right: -45px;
}

.top_readWrap {
    height: auto;
    display: flex;
    justify-content: center;
}

/* .circle {
    content: "00";
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #DEA7A7;
    opacity: 0.9;
    border: solid 0.5px #0303;
    position: absolute;
    top: 0px;
    z-index: -1;
} */


.tc {
    text-align: center;
}

@keyframes shine {
    0% {
        background-color: #9A1717;
    }

    10% {
        background: #ccc;
    }

    100% {
        background: #444;
    }

}

/* ヘッダー */

.animation li {
    position: relative;
    /* display: inline-block; */
    text-decoration: none;
}

.animation li:not(:last-child)::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1.3px;
    background: #9A1717;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: all .4s;
}

.animation li:not(:last-child):hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}



.section_inner {
    /* display: flex; */
    max-width: 996px;
    width: 96%;
    margin: 0 auto;
}

.section_inner.short {
    max-width: 900px;
 
}

.section_title {
    font-family: "Noto Sans JP",
        "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.titileWrap {
    width: 70%;
    margin: auto;
}

.title {
    font-size: 23px;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    text-align: center;
    color: #9A1717;
    padding-top: 7%;
    position: relative;
}

.title::before {
    content: "";
    display: inline-block;
    width: 20%;
    height: 4%;
    background-color: #9A1717;
    position: absolute;
    top: 0;
    left: 40%;
}








/* cta */

.section_inner_cta {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.ctaWrap {
    margin-top: 15em;
    width: 100%;
}

.cta {
    border: 6px solid #EAECEF;
    margin: 0 auto;
}

.cta_titleWrap {
    text-align: center;
    margin-top: -1em;
}

.cta_title {
    display: inline-block;
    font-size: 22px;
    font-family: "Shippori Mincho",
        serif;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 0em;
    background-color: #fff;
    margin: auto;
}


.cta_inner {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 4em auto;
    align-items: center;
}


.ctaText_title {
    font-size: 18px;
    font-family: "Shippori Mincho",
        serif;
    letter-spacing: 0.1em;
    color: #9A1717;
    line-height: 2em;
}

.ctaTextEria {
    width: 50%;
}

.ctaText {
    font-size: 14px;
    margin-top: 2em;
    line-height: 2em;
}



.buttom {
    width: 320px;

}

.buttom a {
    display: block;
    color: #fff;
    background-color: #9A1717;
    font-family: "Shippori Mincho",
        serif;
    letter-spacing: 0.2em;
    align-items: center;
    text-align: center;
    padding: 10% 0;
    position: relative;
}

.buttom a::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.buttom a:hover {
    animation: shine 1s;
}

@keyframes shine {
    0% {
        background-color: #9A1717;
    }

    10% {
        background: #ccc;
    }

    100% {
        background: #444;
    }
}






/* フッター */


.company_infoText {
    margin-top: 5em;
}

.footer {
    margin-top: 15em;
    font-size: 13px;
    font-weight: lighter;
    background-color: #F8F8F5;
    padding: 5em;
    border: 10px solid #9A1717;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.footer_inner {
    max-width: 1040px;
    max-width: 100%;
}

.footer_address {
    margin-top: 2em;
    line-height: 1.5em;
}


.footer_navWrap {
    display: flex;
    align-items: center;
    column-count: 2;
}

.footer_nav {

    flex-wrap: wrap;
    flex: flex-start;
    line-height: 2em;
}

.footer_navText {
    font-family: "Noto Sans JP",
        "Helvetica", sans-serif;
    margin-left: 2.7em;
    position: relative;
}

.footer_navText:hover {
    color: #9A1717;
    transition: .5s ease-in-out;
}


.footer_navText:not(:last-child):after {
    content: "";
    display: inline-block;
    background-color: #707070;
    width: 0.5px;
    height: 1em;
    position: absolute;
    right: -25%;
    top: 20%;
}

.footer_rightInner {
    padding: 2em 0;
}

.snsWrap {
    margin-top: 3em;
    display: flex;
    justify-content: flex-end;
}

.snsBox {
    width: 28px;
    height: 28px;
    margin-left: 2em;
}


.snsBox img {
    width: 100%;
}


/* アンカーリンク */

.AnchorlinkWrap {
    display: flex;
    width: 35%;
    margin: auto;
    margin-top: 10em;
}

.AnchorlinkWrap.low {
    margin-top: 10%;
    width: 30%;
}

.Anchorlink_Eria {
    font-size: 14px;
    letter-spacing: 0.2;
    position: relative;
}

.Anchorlink_Eria::after {
    content: "";
    display: block;
    width: 2.5px;
    height: 60%;
    background-color: #D7DADE;
    position: absolute;
    top: 25%;
}

.Anchorlink_text {
    position: relative;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 1.5em;
}


.anchor {
    display: block;
    /* padding: 30px; */
}

.arrow {
    padding-left: 2em;
    position: relative;
}

.arrow::after {
    display: inline-block;
    content: "";
    margin: auto;
    width: 13px;
    border-top: solid 0.6px #000;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0%;
}

.arrow::before {
    display: inline-block;
    content: "";
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: solid 0.6px #000;
    border-right: solid 0.6px #000;
    color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: 0%;
}

.Anchor_Eria {
    position: relative;
}


.pc_only{
    display: block;
}
.sp_only{
    display: none;
}


/* スマホ対応 */

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



    .AnchorlinkWrap.low {
        width: 40%;

    }
}


@media screen and (max-width:768px) {
    .gnavbtn {
        position: fixed;
        z-index: 9999;
        top: 20px;
        right: 30px;
        width: 45px;
        height: 45px;
        border: solid 0.5px #6a6a6a;
        border-radius: 50%;
        background-color: #fff;
        padding: 7px;
    }

    .gnavbtn span {
        display: block;
        width: 25px;
        height: 1px;
        margin: 0 auto;
        margin-top: 7px;
        background-color: #000;
    }
    .gnav ul {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 70px;
        background-color: rgba(255, 255, 255, 0.9);
        transform: translate(100%);
        transition: 0.6s;
    }
    .show  ul{
        transform: translate(0)
    }

    .gnav li {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        margin-left: 0;
    }

    .gnav li a {
        line-height: 3em;

    }

    .gnavList_red.sp-red {
        display: block;
        max-width: 40%;
        padding: 1em 2em;
        margin: 4em auto;
    
    }
    .gnavList_red.sp-red a{
        text-align: center;
    }

    .main_titleWrap {
        position: absolute;
        left: 10%;
    }

    .gnav  {
        width: 100%;
    }

    .main_title::after {
        content: "";
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: #ebadad;
        /* opacity: 0.9; */
        position: absolute;
        top: -50px;
        right: -45px;
        z-index: -1;
    }

    .header_inner {
        flex-wrap: wrap;
        justify-content: start;
        padding-bottom: 3%;

    }



    .header_logo {
        /* width: 35%; */
        margin-top: 5%;
        margin-left: 5%;
    }

    .gnavList {
        align-items: center;
        white-space: nowrap;
    }

    .animation li:not(:last-child)::after {
        position: absolute;
        bottom: -10px;
    }



    body {
        font-size: 14px;
        line-height: 2.3em;
    
    }


    .top_visual {
        margin-top: 0;
    }


    .AnchorlinkWrap {
        width: 65%;

    }

    .main_title {
        font-size: 18px;

    }



    .main_title {
        font-size: 20px;
        padding-bottom: 1em;
    }

    .titileWrap {
        width: 70%;
    }



    .footer_nav {
        flex-wrap: wrap;
        width: calc(100%/1);
        justify-content: center;
        margin-right: 1.5em;
    }

    .cta_titleWrap {
        margin-top: -1%;
    }

    .cta_title {
        background-color: #fff;
        padding: 1em;
    }
    .red_text_large {

        font-size: 15px;
    
    }

    .section_inner.short {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section_inner{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pc_only{
        display: none;
    }
    .sp_only{
        display: block;

    }
    
 
}


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

    .basic_inner {
        width: 85%;
    }


    .header_inner {
        padding: 0%;
    }

    .gnav  {
        width: 100%;
    }

 








    .AnchorlinkWrap {
       
        width: 72%;
        margin-top: 3em;
    }

    .Anchorlink_text {
        font-size: 12px;
        padding-left: 1em;
        padding-right: 0em;
        line-height: 1.5em;
    }

    .Anchorlink_Eria {
        font-size: 12px;
        margin-top: 1em;
    }

    .anchor {
        padding: 0px;
    }

    .Anchorlink_text {
        padding-left: 1em;
        padding-right: 0em;
    }



    .AnchorlinkWrap.low {
        width: 25%;

    }

    .subMv_img img {
        height: 250px;
    }


    .title {
        font-size: 18px;
        letter-spacing: 0.03em;
        line-height: 1.5em;
        text-align: center;
        color: #9A1717;
        padding-top: 7%;
        position: relative;
    }

    .titileWrap {
        width: 70%;
    }


    .cta_titleWrap {
        max-width: 70%;
        margin: auto;
        line-height: 1.5em;
        letter-spacing: -1em;
    }

    .cta_inner {
        flex-direction: column;

    }


    .buttom {
        margin-top: 1em;
        margin-left: none;
    }

    .ctaTextEria {
        width: 100%;
    }

    .ctaText_title {
        font-size: 12px;
        color: #9A1717;
        line-height: 1.5em;
    }

    .ctaText {
        font-size: 10px;
        line-height: 1.5em;
        text-align: center;
    }


    .ctaWrap {
        margin-top: 5em;
    }

    .cta_inner {
        margin-top: 1.5em;
        width: 90%;
    }

    .cta_title {
        font-size: 18px;
        margin-top: -7em;
        background-color: #fff;
    }

    .buttom {
        margin-top: 2em;
        width: 250px;
    }

    .ctaText_title {
        font-size: 16px;
        letter-spacing: none;
        text-align: center;
    }


    .rogo_img {
        width: 50%;
        text-align: center;
    }

    .footer {
        margin-top: 10em;
       padding: 60px 48px 20px;
    }


    .footer_inner {
        text-align: center;
    }

    .footer_rightInner {
        padding: 3em 0 0;
    }

    .footer_address {
        margin-top: 4em;
        line-height: 2em;
    }

    .tel {
        font-size: 15px;
        font-weight: bold;
    }

    .footer_copyright {
        line-height: 3em;
        display: block;
        margin-top: 30px;
    }

    .footer_navWrap {
        margin: auto;
    }

    .footer_nav {
        flex-wrap: wrap;
        width: calc(100%/1);
        justify-content: center;
       gap: 19px;
       margin-right: 0;
    }


    .footer_navText {
      font-size: 12px;
      margin-left: 0;
    }

    .footer_navText:not(:last-child):after {
        position: absolute;
        right: -17%;
        top: 27%;
    }

    .snsContainer {
        display: flex;
        justify-content: center;
        margin-top: 2em;
        margin-right: 2em;
    }

    .sp-column-one {
        flex-direction: column;
    }

    #page-top {
        font-size: 60%;
        line-height: 1rem;
    }

   
}

@media screen and (max-width:470px) {
    .AnchorlinkWrap.low {
        width: 35%;

    }




}

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



    .AnchorlinkWrap.low {
        width: 40%;
        margin-top: 2em;
    }

    .gnavbtn {
        position: fixed;
        z-index: 9999;
        top: 15px;
        right: 20px;

    }
}


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


    body {
        padding-top: 5em;
    }

    .header_logo {
        width: 40%;
        margin-top: 1em;
    }




}
