@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
    color: #333;
}

#opmov {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #FFF;
	z-index: 999999999;
}
#opmov > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#opmov video {
	position: absolute;
	top: 40%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 450px;
}

#top_header {
	background-image: url(../img/top_lefttopbase.png), url(../img/top_mimg.jpg);
	background-size: 320px auto, cover;
	background-position: left top, center center;
	background-repeat: no-repeat, no-repeat;
	min-height: 725px;
	position: relative;
}

#mmes {
	width: 538px;
	position: absolute;
	top: 124px;
	left: 90px;
	z-index: 1;
}
#mmes img {
	width: 100%;
	height: auto;
}

#mchara {
    position: absolute;
    right: 5%;
    top: 169px;
    width: 398px;
    height: 320px;
    background-image: url(../img/top-mainchara-base@2x.png) ;
    background-position: top center;
    background-repeat:no-repeat;
    background-size: contain;
    animation: float 3s ease-in-out infinite; 
} @keyframes float {
    0%, 100% {
        background-position: top center;
    }
    50% {
        background-position: bottom center;
    }
}
#mchara a {
    position: absolute;
    bottom: 0;
	transition-duration: 0.3s;
}
#mchara a img {
    width: 100%;
}
#mchara a:first-child {
    width: 107px;
    left: 50px;
}
#mchara a:last-child {
    right: 30px;
    width: 107px;
}
#mchara a:hover {
    transform: translateY(-6px);
}

#header_news {
	max-width: 870px;
	background-color: #FFF;
	border-radius: 3px;
	position: absolute;
	bottom: 66px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 18px 24px;
	box-sizing: border-box;
}
#header_news a {
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	display: flex;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.17px;
}
#header_news a span:nth-child(2) {
	margin: 0 75px 0 37px;
}

.introduction {
    background-color: #f5f5f5;
    position: relative;
}
.introduction .blki1 {
    width: 607px;
    padding-left: 140px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
.introduction .blki1 img {
    width: 100%;
    height: auto;
}
.introduction .ch1 {
    width: 225px;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -1;
}
.introduction .ch1 img {
    width: 100%;
    height: auto;
}
.introduction .container {
    max-width: 1088px;
    padding: 58px 0 44px;
    overflow: hidden;
}

.introduction h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.introduction h2 br {
    display: none;
}
.introduction h2 span {
    display: block;
    font-size: 26px;
}

.introduction p {
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 570px;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}

.introduction .about-btn {
    display: inline-block;
    text-decoration: none;
    width: 244px;
    height: 62px;
    text-align: center;
    background-color: #252525;
    color: white;
    border-radius: 3px;
    font-size: 16px;
    line-height: 62px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
.introduction .about-btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #E22E7F;
}


.news_section .container {
    max-width: 1152px;
    box-sizing: border-box;
    padding: 60px 0 56px 32px;
}
.news_section h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 28px;
}
.news_header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.news_header > div:first-child {
    width: 100px;
    font-family: 'Noto Sans JP', sans-serif;
}
.news_header > div:first-child a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    line-height: 1;
}
.news_header > div:first-child a i {
    margin-left: 5px;
    color: #E22E7F;
}
.news_tabs {
    width: 932px;
    height: 50px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
    background-image: url(../img/line97.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.news_tabs a {
    text-decoration: none;
    display: block;
    width: 210px;
    height: 48px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    border: 1px solid #979797;
    position: relative;
}
.news_tabs a.slt {
    border-bottom: 1px solid #FFF;
}
.news_tabs a.slt:hover {
    opacity: 1;
}
.news_list {
    padding: 10px 30px 0 160px;
    font-family: 'Noto Sans JP', sans-serif;
}
.news_list ul {
    display: none;
}
.news_list ul.slt {
    display: block;
}
.news_list li {
    border-bottom: 1px solid #CECECE;
}
.news_list li a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 20px 0;
}
.news_list li span {
    display: block;
}
.news_list li span.date {
    width: 90px;
    font-size: 14px;
    line-height: 26px;
}
.news_list li span.cate {
    width: 90px;
    font-size: 12px;
    line-height: 26px;
    color: #FFF;
    text-align: center;
    margin: 0 15px 0 50px;
    border-radius: 3px;
}
.news_list li span.cate.c1 {
    background-color: #8A85CB;
}
.news_list li span.cate.c2 {
    background-color: #EB82B1;
}
.news_list li span.cate.c3 {
    background-color: #50CDEB;
}
.news_list li span.title {
    width: calc(100% - 245px);
    font-size: 16px;
    line-height: 26px;
}
.news_list .nodat {
    padding: 50px 0;
}

.banner_section .container {
    max-width: 1152px;
    box-sizing: border-box;
    padding: 60px 0 56px 32px;
}
.top_banner_set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}
.top_banner_set a {
    width: 100%;
    max-width: 528px;
}


.ourservice_section {
    background-color: #f5f5f5;
    background-image: url(../img/top_blkimg2.png);
    background-size: 509px auto;
    background-repeat: no-repeat;
    background-position: left top;
}
.ourservice_section .container {
    max-width: 1152px;
    padding: 115px 0 260px;
}
.ourservice_catch {
    display: block;
    position: absolute;
    left: 272px;
    width: 928px;
    padding: 6px 0;
    margin-top: 16px;
    background: #2419AC;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 15.33px;
    text-align: center;
}
.ourservice_header {
    width: 402px;
}
.ourservice_header h2 {
    padding: 27px 32px;
    font-size: 35px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFF;
    background-color: #E22E7F;
    height: 390px;
}
.ourservice_header h2 strong {
    font-size: 43px;
    font-weight: 500;
}
.ourservice_header h2 span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.5;
    padding-top: 20px;
}
.ourservice_header p {
    padding: 32px 22px;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 1.34px;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FFF;
}
.services_grid {
    width: 928px;
    position: absolute;
    top: 200px;
    left: 272px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}
.services_grid a {
    display: block;
    font-size: 0;
    text-indent: -9999px;
    width: 288px;
    height: 330px;
    background-size: cover;
}
.services_grid a.s1 {
    background-image: url(../img/top_ourserv1.png);
}
.services_grid a.s2 {
    background-image: url(../img/top_ourserv2.png);
}
.services_grid a.s3 {
    background-image: url(../img/top_ourserv3.png);
}
.services_grid a.s4 {
    background-image: url(../img/top_ourserv4.png);
}
.services_grid a.s5 {
    background-image: url(../img/top_ourserv5.png);
}

.info_section {
    padding: 70px 0 0;
}
.info_section h2 {
    text-align: center;
    height: 79px;
    font-size: 22px;
    line-height: 72px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    background-image: url(../img/top_infot.png);
    background-size: 71px auto;
    background-repeat: no-repeat;
    background-position: center top;
}
.info_number {
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 928px;
    box-sizing: border-box;
    margin: 47px auto 0;
    border: 1px solid #979797;
    border-radius: 7px;
    padding: 54px 20px 38px;
    text-align: center;
}
.info_number h3 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
    letter-spacing: 2.33px;
    text-align: center;
    margin-bottom: 35px;
}
.info_number .imgset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
    padding-bottom: 60px;
}
.info_number .imgset > div {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #979797;
}
.info_number .imgset > div:nth-child(3n) {
    border-right: none;
}
.info_number .imgset > div:nth-last-child(1) {
    border-right: none;
}
.info_number .imgset img {
    height: auto;
}
.info_number .imgset > div:nth-child(1) img {
    width: 110px;
}
.info_number .imgset > div:nth-child(2) img {
    width: 89px;
}
.info_number .imgset > div:nth-child(3) img {
    width: 122px;
}
.info_number .imgset > div:nth-child(4) img {
    width: 156px;
}
.info_number .imgset > div:nth-child(5) img {
    width: 244px;
}
.info_number .imgset > div:nth-child(6) img {
    width: 171px;
}
.info_number .imgset > div:nth-child(7) img {
    width: 250px;
}
.info_number .imgset > div:nth-child(8) img {
    width: 250px;
}
.info_number a {
    display: inline-block;
    text-decoration: none;
    width: 184px;
    height: 60px;
    text-align: center;
    background-color: #252525;
    color: white;
    border-radius: 3px;
    font-size: 16px;
    line-height: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    transition-duration: 0.3s;
}
.info_number a:hover {
    opacity: 0.8;
}
.info_number a i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #E22E7F;
}
.info_blk {
    width: 928px;
    margin: 48px auto 0;
    box-sizing: border-box;
    border: 1px solid #979797;
    border-radius: 7px;
    padding: 36px 32px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.info_blk > div:first-child {
    width: 348px;
}
.info_blk > div:first-child h3 {
    font-size: 43px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 3.58px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.info_blk > div:first-child h3 span {
    display: block;
    font-size: 16px;
    letter-spacing: 1.33px;
}
.info_blk > div:first-child p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.33px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}
.info_blk > div:last-child {
    width: calc(100% - 348px);
    text-align: center;
}
.info_blk > div:last-child img {
    width: 100%;
}
.info_blk > div:last-child p {
    font-size: 60px;
    line-height: 1.48;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 7.65px;
}
.info_blk > div:last-child p span {
    font-size: 45px;
}
.info_blk a.philosophy_btn {
    display: inline-block;
    text-decoration: none;
    width: 200px;
    height: 52px;
    text-align: center;
    background-color: #252525;
    color: white;
    border-radius: 3px;
    font-size: 16px;
    line-height: 52px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
.info_blk a.philosophy_btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #E22E7F;
}
.info_banner {
    margin: 77px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.info_banner a {
    display: block;
    width: 25%;
    font-size: 0;
}
.info_banner a img {
    width: 100%;
    height: auto;
}

.recruit_section {
    background-color: #f5f5f5;
    background-image: url(../img/top_recruitback.png);
    background-size: 445px auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 130px 0 60px;
    font-family: 'Noto Sans JP', sans-serif;
    height: auto;
}
.recruit_section::before {
    display: none;
}
.recruit_section .container {
    max-width: 1152px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 0 9px 9px 9px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    bottom: 0;
}
.recruit_info {
    width: 495px;
    background-image: url(../img/top_recruitbase.png);
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-position: left top;
    box-sizing: border-box;
    padding: 52px 0 35px 72px;
}
.recruit_info h2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.08px;
    margin-bottom: 20px;
}
.recruit_info p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.33px;
    margin-bottom: 20px;
}
.recruit_info a.recruit_btn {
    display: inline-block;
    text-decoration: none;
    width: 200px;
    height: 52px;
    text-align: center;
    background-color: #252525;
    color: white;
    border-radius: 3px;
    font-size: 16px;
    line-height: 52px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
.recruit_info a.recruit_btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #E22E7F;
}
.recruit_info div {
    padding: 36px 0 0;
}
.recruit_info div p {
    margin-bottom: 3px;
}
.recruit_banner {
    display: flex;
    gap: 12px;
}
.recruit_img {
    width: calc(100% - 495px);
    background-image: url(../img/top_recruitimg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.recruit_img h2 {
    font-size: 115px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 9.59px;
    color: #FFF;
    position: absolute;
    top: -22px;
    left: -10px;
}

.contact_section {
    background-image: url(../img/top_contactback.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 120px 0 200px;
    font-family: 'Noto Sans JP', sans-serif;
}
.contact_section .container {
    max-width: 1152px;
    margin: 0 auto;
}
.contact_section h2 {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2.08px;
    color: #FFF;
    margin-bottom: 40px;
}
.contact_section h2 span {
    display: block; 
    font-size: 16px;
    letter-spacing: 1.33px;
}
.contact_section .contact_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.contact_section .contact_list a {
    display: block;
    width: 25%;
    height: 210px;
    box-sizing: border-box;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 26px 12px 0;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    position: relative;
}
.contact_section .contact_list a:last-child {
    border-right: 1px solid #FFF;
}
.contact_section .contact_list a span {
    display: block;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.contact_section .contact_list a i {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 18px;
    margin: auto;
    font-size: 20px;
    line-height: 1;
}


@media screen and (max-width: 1024px) {
    #opmov video {
        width: 300px;
        height: 225px;
    }
	#top_header {
        min-height: 670px;
    }
    .header_logo {
		width: 100px;
		padding: 15px 0 0 15px;
	}
    .header_logo img {
		width: 100px;
	}
    .header_menu {
		padding: 20px 15px 0 0;
	}
    #top_header {
        background-size: 220px auto, cover;
    }
    #mmes {
        width: 325px;
        top: 140px;
        left: 25px;
    }
    #mchara {
        width: 240px;
        height: 193px;
        right: 0;
        top: 310px;
        animation: float-sp 2s ease-in-out infinite;
    }
    @keyframes float-sp {
        0%, 100% {
            background-position: top center;
        }
        50% {
            background-position: center 10px;
        }
    }
    #mchara a {
        bottom: -18px;
    }
    #mchara a:first-child {
        width: 80px;
    }
    #mchara a:last-child {
        width: 80px;
        right: 25px;
    }
    #mchara a img {
        width: 100%;
        height: auto;
    }

    #header_news {
        max-width: calc(100% - 50px);
        padding: 16px;
        bottom: 40px;
    }
    #header_news a {
        flex-wrap: wrap;
    }
    #header_news a span:nth-child(1) {
        font-size: 13px;
        line-height: 14px;
        letter-spacing: 1.08px;
        font-weight: 400;
    }
    #header_news a span:nth-child(2) {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 1.17px;
        font-weight: 400;
    }
    #header_news a span:nth-child(3) {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1.33px;
        font-weight: 400;
        text-align: justify;
        padding-top: 10px;
    }
    .introduction .container {
        padding: 38px 25px 180px;
    }
    .introduction .blki1 {
        width: 220px;
    }
    .introduction .ch1 {
        width: 200px;
        bottom: -25px;
        left: 0;
    }
    .introduction h2 {
        font-size: 23px;
    }
    .introduction h2 br {
        display: block;
    }
    .introduction h2 span {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .introduction p {
        text-align: justify;
        margin-bottom: 30px;
    }
    .introduction .about-btn {
        width: 180px;
        display: block;
        margin: 0 auto;
    }
    .news_section .container {
        padding: 60px 25px 30px;
    }
    .news_header {
        position: absolute;
        top: 70px;
        right: 25px;
    }
    .news_header > div:first-child {
        width: auto;
    }
    .news_tabs {
        display: none;
    }
    .news_list {
        padding: 0;
    }
    .news_list ul {
        padding-top: 10px;
    }
    .news_list li a {
        flex-wrap: wrap;
    }
    .news_list li span.cate {
        margin: 0;
    }
    .news_list li span.title {
        width: 100%;
        padding-top: 10px;
    }
    .f_select {
        width: 130px;
    }
    .banner_section .container {
        padding: 0 25px 30px;
    }
    .top_banner_set {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .top_banner_set img {
        width: 100%;
        height: auto;
    }
    .ourservice_section {
        background-size: 240px auto;
    }
    .ourservice_section .container {
        padding: 45px 0 0;
        height: 620px;
    }
    .ourservice_catch {
        display: none;
    }
    .ourservice_header {
        width: calc(100% - 50px);
        margin: 0 auto;
        position: relative;
    }
    .ourservice_header h2 {
        padding: 18px 12px;
        font-size: 28px;
    }
    .ourservice_header h2 strong {
        font-size: 34px;
    }
    .ourservice_header h2 br {
        display: none;
    }
    .ourservice_header h2 span {
        padding-top: 0;
    }
    .ourservice_header p {
        padding: 15px 20px;
        font-size: 20px;
        position: absolute;
        top: 130px;
        left: 0;
        width: calc(100% - 24px);
        margin: 0 12px;
        box-sizing: border-box;
    }
    .services_grid {
        width: 100%;
        min-width: auto;
        top: -170px;
        left: 0;
        display: block;
        gap: 0;
    }
    .services_grid a {
        width: 230px !important;
        height: 264px !important;
    }
    .services_grid .slick-slide > div {
        text-align: center;
        padding: 0 15px;
    }
    .services_grid .slick-dots li button::before {
        content: '';
        width: 13px;
        height: 13px;
        background-color: #FFF;
        border-radius: 13px;
        border: 1px solid #858585;
        box-sizing: border-box;
        opacity: 1;
        z-index: 1;
    }
    .services_grid .slick-dots li.slick-active button::before {
        opacity: 1;
    }
    .services_grid .slick-dots li.slick-active button::after {
        content: '';
        width: 7px;
        height: 7px;
        background-color: #1f7ae2;
        border-radius: 7px;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 2;
    }
    .services_grid .slick-dots {
        bottom: -40px;
    }
    .info_number {
        margin: 30px 25px;
        padding: 15px;
    }
    .info_number .imgset {
        padding-bottom: 30px;
    }
    .info_number .imgset > div:nth-child(1) img {
        width: 55px;
    }
    .info_number .imgset > div:nth-child(2) img {
        width: 44px;
    }
    .info_number .imgset > div:nth-child(3) img {
        width: 61px;
    }
    .info_number .imgset > div:nth-child(4) img {
        width: 78px;
    }
    .info_number .imgset > div:nth-child(5) img {
        width: 95%;
    }
    .info_number .imgset > div:nth-child(6) img {
        width: 85%;
    }
    .info_number .imgset > div:nth-child(7) img {
        width: 100%;
    }
    .info_number .imgset > div:nth-child(8) img {
        width: 100%;
    }
    .info_number .imgset > div:nth-child(9) img {
        width: 100%;
    }
    .info_banner {
        margin: 40px auto 0;
        flex-wrap: wrap;
    }
    .info_banner a {
        width: 50%;
    }
}