@charset "utf-8";

#header_wrap {
	border-bottom: none;
}

#logo>div {
/* 	position: absolute; */
/* 	top: 0; */
    padding: 42px 60px 37px 20px;
}

#logo>div::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 100%;
    left: 0;
    background: url(../img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
}

#logo>div::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    left: 100%;
    bottom: 34px;
    background: url(../img/corner.svg) no-repeat center / cover;
    transition: all .3s ease;
}

#logo a {
	max-width: 250px;
}

#menu {
    padding: 14px 0 14px;
}

/*--- smallhead ---*/

#header_wrap.smallhead #logo>div {
/* 	position: static; */
    padding: 30px 0 30px 0;
}

#header_wrap.smallhead #logo>div::before {
    opacity: 0;
}

#header_wrap.smallhead #logo a {
	max-width: 219px;
}

#header_wrap.smallhead #menu {
    padding: 30px 0;
}
/*---------------------------------------------------------
	Top　スクロールエフェクト
---------------------------------------------------------*/
/* .inview_mv {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s, transform 1s;
}

.inview_mv.on {
    opacity: 1;
    transform: translateY(0);
} */

.inview {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s, transform 1s;
}

.inview.on {
    opacity: 1;
    transform: translateY(0);
}

/*----------------
	Top 共通
-----------------*/
.top_ttl {
    position: relative;
    text-align: center;
    margin-bottom: 27px;
}

h2 {
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    max-height: 100%;
    position: relative;
}

.top_ttl h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top_ttl h2::after {
    display: inline-block;
    content: attr(data-txt) "";
    font-family: 'Shippori Mincho', serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #001A37;
    padding-bottom: 32px;
    margin-top: 6px;
    border-bottom: 1px solid #001A37;
    max-height: 100%;
}


/*----------------
	MV
-----------------*/
#index_mv {
    position: relative;
    width: 100%;
    padding: 90px 30px 0;
}

#index_mv .mv_img_box {
    position: relative;
}

.mv_img_box img {
    display: block;
    width: 100%;
    min-height: 700px;
    height: calc(100vh - 90px) !important;
    object-fit: cover;
}

.mv {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.mv_copy {
    font-family: 'Shippori Mincho', serif;
    position: absolute;
    left: 78.4%;
    top: 54.6%;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    white-space: nowrap;
}

.mv_copy h1 {
    font-size: 6.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.455;
    margin-bottom: 21px;
}

.mv_copy span {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/*----------------
	lead message
--------------------*/
#index_lead {
    padding: 177px 0 105px 0;
    background: url(../img/index_lead_bg.png) no-repeat bottom center / 100% auto;
    position: relative;
}


.message_area {
    text-align: center;
    letter-spacing: 0.05em;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto 95px;
}

.message_area h2 {
    margin: 0 0 77px;
}

.message_area h2::before {
    position: absolute;
    content: "";
    width: 466px;
    /* height: 0; */
    /* padding-top: 30.901%; */
    bottom: 115%;
    left: 49%;
    background: url(../img/index_cursive_message.svg) no-repeat center / contain;
    aspect-ratio: 233/85;
    transform: rotate(-18deg) translateX(-50%);
    z-index: -10;
}

.message_area h2 span {
    display: block;
    font-size: 2.6rem;
    margin: 0 0 15px;
}

.message_area p {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.235;
}

/*----------------
	lead about
--------------------*/

.about_area {
    letter-spacing: 0.05em;
    max-width: 1920px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.about_txt_box {
    width: 1598px;
    max-width: 100%;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.about_l {
    max-width: 30%;
}

.about_l .top_ttl {
    margin-top: 99px;
}

.about_l .top_ttl h2::before {
    position: absolute;
    content: "";
    width: 482px;
    bottom: 50%;
    left: -70px;
    background: url(../img/index_cursive_aboutus.svg) no-repeat center / contain;
    aspect-ratio: 241 / 85;
    transform: rotate(-18deg);
    z-index: -10;
}

.about_l p {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.764;
}

.about_r {
    width: 1144px;
    max-width: 68.5%;
    margin-top: -23px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 5;
}

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

.about_link_wrap img {
    max-width: 100%;
}

.about_link_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
}

.about_link_item:nth-child(3) {
    margin-right: 0;
}

.about_link img {
    display: block;
    transition: all .4s ease-in-out;
}

.about_link {
    display: block;
    position: relative;
    color: #FFF;
    z-index: 10;
    border-radius: 15px;
    overflow: hidden;
}

.about_link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 129px;
    background: red;
    background: rgb(33, 71, 100);
    background: linear-gradient(0deg, rgba(33, 71, 100, 0.69) 0%, rgba(28, 122, 194, 0) 100%);
    bottom: 0;
    left: 0;
    opacity: .7;
    z-index: 5;
}

.about_link_txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 338px;
    max-width: 100%;
    padding: 0 15px 37px 25px;
    margin: auto;
    z-index: 20;
    transform: translateX(-50%);
}

.about_link strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.8rem;
    font-weight: 500;
    z-index: 10;
    position: relative;
}

.about_link .about_link_txt::before {
    display: block;
    content: attr(data-txt) "";
    font-family: 'Shippori Mincho', serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    max-height: 100%;
    margin: 0 0 7px;
}

.about_link strong::after {
    display: block;
    content: "";
    width: 30.5px;
    height: 30.5px;
    margin-left: auto;
    background: #FFF url(../img/arrow_r_blue.svg) no-repeat center / 13px 13px;
    border-radius: 50%;
    transform: rotate(-45deg);
}

/* last-child */
.about_link_item:last-child {
    width: 100%;
    margin: 0;
}

.about_link_item:last-child .about_link_txt {
    width: 338px;
    max-width: calc((100% - 40px) / 3);
    left: 0;
    transform: none;
}

.about_link_item:last-child .about_link_txt_wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 1113px;
    max-width: 100%;
    z-index: 20;
    transform: translateX(-50%);
}

/* hover */
.about_link:hover img {
    transform: scale(1.05);
}

/*----------------
	sdgs
--------------------*/
#index_sdgs {
    padding: 204px 0;
    background: url(../img/index_sdgs_bg.jpg) no-repeat center / cover;
    position: relative;
}

.sdgs_area {
    text-align: center;
    max-width: 907px;
    padding: 0 20px;
    margin: 0 auto;
}

.sdgs_bg {
    background: #FFF;
    padding: 24px 20px;
    border-radius: 15px;
    overflow: hidden;
}

.sdgs_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 701px;
    margin: 0 auto 18px;
    position: relative;
}

.sdgs_nakayama {
    padding-right: 85px;
    position: relative;
}

.sdgs_nakayama::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 126px;
    background: #CCC;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sdgs_bg p {
    font-size: 1.8rem;
    font-weight: 500;
}

/*----------------
	News
--------------------*/
#index_news {
    padding: 147px 0 104px 0;
    position: relative;
    z-index: 1;
}

.news_area {
    max-width: 1080px;
    margin: auto;
    padding: 0 20px;
}

.news_area .top_ttl {
    margin-bottom: 40px;
}

.news_area .top_ttl h2 {
    align-items: center;

}

.news_area .top_ttl h2::before {
    position: absolute;
    content: "";
    width: 288px;
    bottom: 49.3%;
    left: 49.4%;
    background: url(../img/index_cursive_news.svg) no-repeat center / contain;
    aspect-ratio: 144 / 85;
    transform: rotate(-18deg) translateX(-50%);
    z-index: -10;
}

.news_area .top_ttl h2::after {
    padding-bottom: 0;
    border: none;
}

.news_item {
    padding: 37px 0 37px;
    border-bottom: 1px solid rgba(5, 42, 83, .4);
}

.news_date {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    max-height: 100%;
}

.news_cate {
    display: block;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 21px;
    min-width: 92px;
    margin-right: 18px;
    text-align: center;
    height: 23px;
    padding: 0px 9px;
    font-size: 1.4rem;
    white-space: nowrap;
    border: 1px solid #333;
    border-radius: 15px;
}

.news_title {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
    max-height: 100%;
}

.news_content * {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.764;
    margin-bottom: 17px;
    max-height: 100%;
}

.news_content a {
    text-decoration: underline;
    color: #001A37;
}

.news_content a[target="_blank"] {
    padding-right: 25px;
    background: url(../img/icon_popup.svg) no-repeat center right;
}

.news_content a.non[target="_blank"] {
    padding-right: 0;
    background: none;
}

.news_content a[href$=".doc"],
.news_content a[href$=".docx"] {
    padding-right: 25px;
    background: url(../img/icon_word.svg) no-repeat center right;
}

.news_content a[href$=".xls"],
.news_content a[href$=".xlsx"] {
    padding-right: 25px;
    background: url(../img/icon_excel.svg) no-repeat center right;
}

.news_content a[href$=".pdf"] {
    padding-right: 25px;
    background: url(../img/icon_pdf.svg) no-repeat center right;
}

.news_content a.none[href$=".pdf"] {
    padding-right: 0;
    background: none;
}

.news_content a:hover {
    text-decoration: none;
}

.news_content>*:last-child {
    margin-bottom: 0;
}

/* hover */
.news_link:hover {
    opacity: .6;

}

/* .news_link:hover::after {
    right: 30px;
} */

/*----------------
	Recruit
--------------------*/
#index_recruit {
    background: #14D2D2;
    position: relative;
    z-index: 1;
}

.recruit_area {
    max-width: 1470px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

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

.recruit_l {
    width: 41%;
    margin-right: 20px;
    padding: 147px 0 110px 0;
}

.recruit_l .top_ttl h2,
.recruit_l .top_ttl h2::after {
    color: #FFF;
    border-color: #FFF;
}

.recruit_l .top_ttl h2::before {
    position: absolute;
    content: "";
    width: 439px;
    bottom: 4%;
    left: -50px;
    background: url(../img/index_cursive_recruit.svg) no-repeat center / contain;
    aspect-ratio: 439 / 170;
    transform: rotate(-18deg);
    z-index: -10;
}


.recruit_l p {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #FFF;
    margin: 47px 0 59px;
    max-height: 100%;
}

.recruit_btn {
    width: 350px;
    max-width: 100%;
}

.recruit_btn a {
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #16D2D2;
    white-space: nowrap;
    padding: 16px 15px 15px 32px;
    border-radius: 50px;
    transition: all .3s;
    max-height: 100%;
}

.recruit_btn a::after {
    display: block;
    content: "";
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: #14D2D2 url(../img/arrow_r_white.svg) no-repeat center / 17px 16px;
    border-radius: 50%;
    margin: 0 0 0 auto;
    transform: rotate(-45deg);
    transition: all .3s ease;
}

.recruit_r {
    width: calc(59% - 20px);
}

.recruit_r img {
    display: block;
}

.recruit_loop {
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.recruit_loop_box {
    display: flex;
    padding: 0 0 13px;
}

.recruit_loop_item {
    flex: 0 0 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 14rem;
    font-weight: 500;
    line-height: 1;
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    opacity: .25;
}

.recruit_loop_item:nth-child(odd) {
    animation: loop 100s -50s linear infinite;
}

.recruit_loop_item:nth-child(even) {
    animation: loop2 100s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

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

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

/* hover */
.recruit_btn a:hover {
    color: #08A0E4;
    background: #f8f8f8
}

.recruit_btn a:hover::after {
    background-color: #08A0E4;
}

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

    /* 	.home #header_wrap .menu_link {
		text-shadow: none;
	}

	.home #header_wrap.smallhead .menu_link {
		color: #fff !important;
	} */

    /* .menu_link {
		color: #222 !important;
	} */

    /* #toggle a span,
	#toggle a::before,
	#toggle a::after {
		background: #FFF;
	} */

    /*--- smallhead ---*/
    /* .fixed #toggle a::before,
	.fixed #toggle a::after,
	.smallhead #toggle a::before,
	.smallhead #toggle a span,
	.smallhead #toggle a::after {
		background: #222;
	} */
	    #logo>div {
        padding: 28px 25px 20px 0;
    }
	 #logo>div::after {
        bottom: 9px;
    }

    #logo a::before {
        border-bottom-right-radius: 20px
    }
	/*--- smallhead ---*/
	 #header_wrap.smallhead #logo>div {
        padding: 10px 0 0 !important;
    }

    /*----------------
		Top 共通
	-----------------*/
    .top_ttl {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 2.2rem;
    }

    .top_ttl h2::after {
        font-size: 1.3rem;
        padding-bottom: 16px;
    }

    /*----------------
		MV
	-----------------*/
    #index_mv {
        min-height: 500px;
        padding: 65px 20px 0;
    }

    .mv_img_box img {
        min-height: 500px;
        height: calc(100vh - 85px) !important;
    }

    .mv_copy {
        left: 50%;
    }

    .mv_copy h1 {
        font-size: 4.8rem;
        font-size: clamp(2.7rem, 13.2vw, 4.8rem);
    }

    .mv_copy span {
        font-size: 1.3rem;
        font-size: clamp(1.0rem, 3.5vw, 1.3rem);
    }

    /*----------------
    	lead message
    --------------------*/
    #index_lead {
        padding: 70px 0 65px 0;
    }

    .message_area {
        margin: 0 auto 55px;
    }

    .message_area h2 {
        margin: 0 0 35px;
    }

    .message_area h2::before {
        width: 310px;
        bottom: 100%;
        left: 50%;
    }

    .message_area h2 span {
        font-size: 1.6rem;
        margin: 0 0 5px;
    }

    .message_area p {
        font-size: 1.4rem;
    }

    /*----------------
    	lead about
    --------------------*/

    .about_area {
        padding: 0 20px;
    }

    .about_txt_box {
        padding: 0;
        position: relative;
        left: auto;
        transform: none;
    }

    .about_l {
        max-width: 100%;
    }

    .about_l .top_ttl {
        margin-top: 0;
    }

    .about_l .top_ttl h2::before {
        width: 321px;
        bottom: 0;
        left: -40px;
    }

    .about_l p {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

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

    .about_link_wrap img {
    }

    .about_link_item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .about_link_item:nth-child(3) {
        margin-right: 0;
    }

    .about_link img {
        aspect-ratio: 1/0.93;
        object-fit: cover;
    }

    .about_link::after {
        height: 34%;
    }

    .about_link_txt {
        width: 100%;
        padding: 0 17px 15px 22px;
    }

    .about_link strong {
        font-size: 1.8rem;
    }

    .about_link .about_link_txt::before {
        font-size: 1.2rem;
        margin: 0 0 4px;
    }

    .about_link strong::after {
        width: 25px;
        height: 25px;
        background: #FFF url(../img/arrow_r_blue.svg) no-repeat center / 13px 13px;
        background-size: 10px 10px;
    }

    /* last-child */
    .about_link_item:last-child .about_link_txt {
        width: 100%;
        max-width: 100%;
    }

    /* hover */

    /*----------------
    	sdgs
    --------------------*/
    #index_sdgs {
        padding: 65px 0;
    }

    .sdgs_bg {
        padding: 24px 20px 20px;
    }

    .sdgs_box {
        max-width: 400px;
        margin: 0 auto 15px;
    }

    .sdgs_nakayama {
        padding-right: 5%;
        margin-right: 2.5%;
    }

    .sdgs_nakayama::before {
        height: 65%;
    }

    .sdgs_bg p {
        font-size: 1.4rem;
    }

    /*----------------
    	News
    --------------------*/
    #index_news {
        padding: 70px 0 65px 0;
    }

    .news_area {
        max-width: 1080px;
        margin: auto;
        padding: 0 20px;
    }

    .news_area .top_ttl {
        margin-bottom: 20px;
    }

    .news_area .top_ttl h2 {
        align-items: center;
    }

    .news_area .top_ttl h2::before {
        width: 192px;
    }

    .news_area .top_ttl h2::after {
        padding-bottom: 0;
        border: none;
    }

    .news_item {
        padding: 23px 0 23px;
        /* border-bottom: 1px solid #E8E8E8; */
    }
    .news_date {
        font-size: 1.4rem;
    }

    .news_cate {
        display: block;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 21px;
        min-width: 92px;
        margin-right: 18px;
        text-align: center;
        height: 23px;
        padding: 0px 9px;
        font-size: 1.4rem;
        white-space: nowrap;
        border: 1px solid #333;
        border-radius: 15px;
    }

    .news_title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .news_content * {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    /* hover */
    .news_link:hover {
        opacity: .6;

    }

    /*----------------
    	Recruit
    --------------------*/
    #index_recruit {
        padding: 70px 0 55px;
    }

    .recruit_l {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }

    .recruit_l .top_ttl h2::before {
        width: 292px;
        bottom: 0;
        left: -20px;
    }

    .recruit_l p {
        font-size: 1.8rem;
        margin: 25px 0 35px;
    }

    .recruit_btn {
        width: 270px;
        margin-bottom: 40px;
    }

    .recruit_btn a {
        font-size: 1.8rem;
        padding: 10px 10px 10px 25px;
    }

    .recruit_btn a::after {
        display: block;
        content: "";
        display: block;
        content: "";
        width: 48px;
        height: 48px;
        background: #14D2D2 url(../img/arrow_r_white.svg) no-repeat center / 17px 16px;
        border-radius: 50%;
        margin: 0 0 0 auto;
        transform: rotate(-45deg);
        transition: all .3s ease;
    }

    .recruit_r {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .recruit_loop_box {
        padding: 0 0 5px;
    }

    /* hover */


}