﻿@charset "UTF-8";
#PCmode {
    display: block;
}
#none999 {
    display: none;
}
#TABmode {
    display: none;
}
#SPmode {
    display: none;
}
* {
    box-sizing: border-box;
  }
html {
    scroll-behavior: auto;
    margin: 0 !important;
    padding: 0 !important;
}
body {
    width: 100%;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    background-color: #afd6e4;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);
}
/* top繧ｹ繝ｩ繧､繝繝ｼ */
#top-vew {
    position: relative;
    width: 100vw;
    height: 730px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topSwiper .swiper-wrapper {
    overflow: hidden;
}
.topSwiper {
    position: absolute;
    width: 100%;
    height: 730px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-wrapper {
    align-items: center;
}
/* 繧ｺ繝ｼ繝繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
@keyframes zoomUpAnimation {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* 繧｢繧ｯ繝・ぅ繝悶せ繝ｩ繧､繝峨・逕ｻ蜒上□縺代↓繧ｺ繝ｼ繝繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ繧・蝗樣←逕ｨ */
.swiper-slide-active .swiper-img {
    animation: zoomUpAnimation 4s ease-in-out forwards;
    width: 100%;
    height: auto;
}

/* 繧ｹ繝ｩ繧､繝牙・縺ｮ逕ｻ蜒・*/
.swiper-slide img {
    height: auto;
    width: 100%;
}
/* top繧ｹ繝ｩ繧､繝繝ｼ縺薙％縺ｾ縺ｧ*/
/* 繝ｩ繝ｳ繝繝縺ｧ8縺､陦ｨ遉ｺ繧ｨ繝ｪ繧｢*/
.top-people {
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}
.worklife{
    margin-top: 0px;
    width: 100%;
    height: 400px;
}
.worklife_random {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.worklife img{
	max-height: 400px;
    width: auto;
}
.worklife img a:hover {
	opacity: 1;
}
/* 繝ｩ繝ｳ繝繝縺ｧ8縺､陦ｨ遉ｺ繧ｨ繝ｪ繧｢縺薙％縺ｾ縺ｧ*/
/* 繝ｯ繝ｼ繧ｯ繝ｩ繧､繝輔お繝ｪ繧｢*/
.area-top-01{
    width: 100%;
    height: 400px;
    margin: auto;
    padding-top: 140px;
    background-color: #afd6e4;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.work-logo {
    width: 100%;
    height: auto;
    margin: 0 0 0 auto;
}
.work-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.area-top-01 h2{
    font-size: 1.7em;
    color: #3540BD;
	margin: 0px;
}
.work-t{
    color: #282323;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.worklife_random a:hover {
    opacity: 1;
}
#check {
    background-color: #eee;
}
.slid-area {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../_img/check.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    font-size: medium;
}
.sl-max .slid-area {
    overflow: hidden;
}
.slider-check{
    padding-bottom: 20px;
    padding-right: 10px;
    width: 100px;
    /* background-image: url(../_img/check.jpg); */
    background-repeat: repeat-x;
    background-position: center top;
}
.slider-check-inn {
    display: flex;
    flex-direction: column;
    gap: 10px;
 }
.pc-check-Swiper {
    max-width: 1200px;
    width: 100%;
    /* height: 250px; */
    overflow: hidden;
}
.pc-check-Swiper .swiper-slide img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
}
.pc-check-Swiper01 {
    max-width: 1200px;
    width: 100%;
    /* height: 250px; */
    overflow: hidden;
}
.pc-check-Swiper01 .swiper-slide img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
}
.pc-check-Swiper02 {
    max-width: 1200px;
    width: 100%;
    /* height: 250px; */
    overflow: hidden;
}
.pc-check-Swiper02 .swiper-slide img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
}
.swiper-wrapper {
    transition-timing-function: linear;
}
/* check繧ｹ繝ｯ繧､繝代・繧ｨ繝ｪ繧｢縺薙％縺ｾ縺ｧ*/
/* 莨∵･ｭ荳隕ｧ繧ｨ繝ｪ繧｢*/
#company {
    width: 100%;
    background-color: #eee;
    padding: 60px 20px 80px;
}
.company-list {
    max-width: 1000px;
    height: auto;
    /* margin: 65px auto 30px; */
    margin: auto;
    padding: 50px 0 100px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.list-t {
    width: 70%;
    font-size: 30px;
    margin: 0 auto;
	padding-bottom: 10px;
    border-bottom: 1px solid #2F2F2F;
	margin-bottom: 40px;
	text-align: center;
}
.company-box {
    max-width: 930px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.company-box li {
    width: calc( 25% - 7.5px );
    height: auto;
    /* width: 225px;
    height: 180px; */
    transition-duration: 0.3s;
}
.company-box li:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.com-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 225 / 140;
    border-radius: 10px 10px 10px 10px;
	overflow: hidden;
}
.com-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.com-logo {
    width: 100%;
    height: auto;
    aspect-ratio: 240 / 35;
    overflow: hidden;
    display: flex;
    padding: 5px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.com-logo img {
    height: 100%;
    width: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

a.btn_03 {
    font-size: 18px;
	display: block;
	text-align: center;
	text-decoration: none;
    width: 300px;
	margin: auto;
    padding: 5px 0;
	font-weight: normal;
	border: 2px solid #00B9F0;
	background: #00B9F0;
	color: #fff;
	transition: 0.5s;
}
a.btn_03:hover {
	color: #00B9F0;
	background: #fff;
}

@media screen and (max-width:1000px) {
    #block1000 {
      display: none;
    }
    #none999 {
      display: block;
    }
    #none999.worklife {
        display: flex;
        justify-content: center;
        position: absolute;
        top: inherit;
        bottom: 0px;
        height: auto;
    }
    .worklife img {
        max-height: 300px;
        width: auto;
        margin: 0 auto;
    }
}
/* ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・list.html ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・*/
/* ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・list.html ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・*/
.sub-page {
    width: 100%;
    height: auto;
    background-color: #fff;
}
/* 繝ｪ繧ｹ繝医ヲ繝ｼ繝ｭ繝ｼ */
#list-hero {
    /* position: fixed; */
    z-index: 99;
    width: 100%;
}
.list-hero {/* 閭梧勹逕ｻ蜒上・html荳翫〒蜻ｼ縺ｳ蜃ｺ縺・*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 92px auto 0;/* 繝倥ャ繝繝ｼ・九ヱ繝ｳ縺上★ */
    height: 180px;
    width: auto;
    position: relative;
    background-color: #7ECEF2;
    background-position: right 80px center;
}
.list-hero-title-style {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
}
.list-hero-title {
    width: 200px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
.list-hero-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.list-hero-title p {
    font-family: 'BIZ UDGothic', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: end;
    padding-right: 10px;
}
.companylist-nav {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #fff;
    transition: top 0.3s ease; /* 繧ｹ繝繝ｼ繧ｺ縺ｫ蜍輔￥繧医≧縺ｫ */
}
/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ譎ゅ↓蝗ｺ螳壹＆繧後ｋ繧ｹ繧ｿ繧､繝ｫ */
.fixed-nav {
    position: fixed;
    top: 92px; /* 荳企Κ縺ｫ蝗ｺ螳・*/
    left: 0;
    right: 0;
    z-index: 99; /* 荳翫↓驥阪↑繧玖ｦ∫ｴ縺ｫ蠖ｱ髻ｿ縺励↑縺・ｈ縺・↓ */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 霆ｽ縺・ｽｱ繧偵▽縺代ｋ */
}
.companylist-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.companylist-nav ul li {
    border: 1px solid #00B9F0;
    color: #00B9F0;
    /* width: 200px; */
    width: 180px;
    padding: 2px 0;
}
.companylist-nav ul li:hover {
    background-color: #00B9F0;
    color: #fff;
    width: 180px;
    padding: 2px 0;
}
#companylist-nav-column {
    width: 100%;
    display: contents;/* 繧ｳ繝ｳ繝・Φ繝・棧縺ｮ縺ｿ繧帝撼陦ｨ遉ｺ */
}
@media screen and (max-width: 1340px) {
    #companylist-nav-column {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
}
@media screen and (max-width: 1000px) {
    .list-hero {/* 閭梧勹逕ｻ蜒上・html荳翫〒蜻ｼ縺ｳ蜃ｺ縺・*/
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 92px auto 0;/* 繝倥ャ繝繝ｼ・九ヱ繝ｳ縺上★ */
        height: 180px;
        width: auto;
        position: relative;
        background-color: #7ECEF2;
        background-position: right 10px center;
    }
}
/* 莨∵･ｭ荳隕ｧ */
.companylist-style-inn {
    padding-top: 200px;
    margin-top: -200px; /* 荳翫↓縺壹ｉ縺励※隕九◆逶ｮ繧呈紛縺医ｋ */
}
.companylist-style {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 80px 20px 60px;
    box-sizing: border-box;
}
.companylist-style_title {
    font-size: 28px;
    display: flex;
    align-items: center;
}
.companylist-style_title h3 {
    position: relative;
    margin-right: 10px; /* 繝・く繧ｹ繝医→邱壹・髢薙・菴咏區 */
}
.companylist-style_title h3::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px; /* 邱壹・螟ｪ縺・*/
    background-color: black; /* 邱壹・濶ｲ */
    margin-left: 10px; /* 繝・く繧ｹ繝医→縺ｮ髢馴囈 */
}
.company-img_box {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 50px 50px;
    gap: 50px 10px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.company-img_box li {
    width: 180px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    line-height: 1.5em;
}
.company-img_box li > * {
    width: 100%; /* 蜀・桁縺吶ｋ隕∫ｴ繧呈ｨｪ縺・▲縺ｱ縺・↓蠎・￡繧・*/
}
.list-photo {
    width: 100%;
    aspect-ratio: 5 /3.5;
    overflow: hidden; /* 縺ｯ縺ｿ蜃ｺ縺励◆驛ｨ蛻・ｒ繝医Μ繝溘Φ繧ｰ */
    position: relative; /* 蜀・桁縺吶ｋ逕ｻ蜒上・隱ｿ謨ｴ縺ｫ蠢・ｦ・*/
    margin-bottom: 5px;
    border-radius: 5px;
}
.list-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 蟆上＆縺・⊇縺・ｒ蝓ｺ貅悶↓逕ｻ蜒上ｒ繝医Μ繝溘Φ繧ｰ */
    object-position: center; /* 荳ｭ螟ｮ縺ｫ驟咲ｽｮ */
    transition: transform 0.3s ease-in-out;
}
.list-photo:hover img {
    transform: scale(1.2); /* 1.2蛟阪↓諡｡螟ｧ */
}
.list-logo {
    height: 30px;
    width: 100%;
}
.list-logo img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: auto;
}
.list-name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    line-height: 1.1;
}
/* 繝懊ち繝ｳ */
a.btn_01 {
    font-size: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
	font-weight: normal;
	border: 2px solid #2585D8;
	background: #2585D8;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #2585D8;
	background: #fff;
}

a.btn_02 {
    font-size: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
	font-weight: normal;
	border: 2px solid #00B9F0;
	background: #00B9F0;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #00B9F0;
	background: #fff;
}
.list_link {
    margin-bottom: 40px;
}
/* ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・senpai.html ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・*/
/* ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・senpai.html ・奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ奇ｼ・*/
#senpai-hero {
    /* position: fixed; */
    z-index: 99;
    width: 100%;
}
.senpai-hero {/* 閭梧勹逕ｻ蜒上・html荳翫〒蜻ｼ縺ｳ蜃ｺ縺・*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 92px auto 0;/* 繝倥ャ繝繝ｼ・九ヱ繝ｳ縺上★ */
    height: 180px;
    width: auto;
    position: relative;
    background-color: #7ECEF2;
    background-position: right 80px center;
}
/* .breadcrumbs {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin: auto;
    display: flex;
    gap: 10px;
    font-size: 12px;
    background-color: #eee;
    padding: 75px 20px 5px;
    box-sizing: border-box;
} */
.sub-page {
    width: 100%;
    height: auto;
    background-color: #fff;
}
/* 繝ｪ繧ｹ繝医ヲ繝ｼ繝ｭ繝ｼ */
.senpai-hero-title-style {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}
.senpai-hero-title {
    max-width: 420px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
.senpai-hero-title h2 {
    font-size: 32px;
    margin-bottom: 12px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.senpai-hero-title p {
    font-family: 'BIZ UDGothic', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: end;
    padding-right: 10px;
}
.senpai-list-style {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px 60px;
    box-sizing: border-box;
}
@media screen and (max-width:1000px) {
    .senpai-hero {/* 閭梧勹逕ｻ蜒上・html荳翫〒蜻ｼ縺ｳ蜃ｺ縺・*/
        display: flex;
        justify-content: center;
        align-items: end;
        margin: 92px auto 0;/* 繝倥ャ繝繝ｼ・九ヱ繝ｳ縺上★ */
        height: 180px;
        width: auto;
        position: relative;
        background-color: #7ECEF2;
        background-position: right 10px center;
    }
    .senpai-hero-title-style {
        max-width: 1200px;
        width: 100%;
        padding: 0 20px 20px;
    }
    .senpai-hero-title h2 {
        font-size: 32px;
        margin-bottom: 8px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    }
}
.senpai-img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 10px;
}
.senpai-img_box li {
    max-width: 380px;
    width: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.5em;
}
.senpai-img_box li a {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.5em;
}
.senpai-img_box li > * {
    width: 100%; /* 蜀・桁縺吶ｋ隕∫ｴ繧呈ｨｪ縺・▲縺ｱ縺・↓蠎・￡繧・*/
}
.senpai-thum {
    width: 100%;
    height: auto;
    overflow: hidden; /* 縺ｯ縺ｿ蜃ｺ縺励◆驛ｨ蛻・ｒ繝医Μ繝溘Φ繧ｰ */
    position: relative; /* 蜀・桁縺吶ｋ逕ｻ蜒上・隱ｿ謨ｴ縺ｫ蠢・ｦ・*/
}
.senpai-com {
    height: 35px;
    width: 100%;
}
.senpai-com img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: auto;
}
.senpai-title {
    font-size: 14px;
}
.senpai-com-inn {
    box-sizing: border-box;
    z-index: 1;
    /* background: #2585D8; */
	/* color: #fff; */
    padding: 0 10px;
}
.senpai-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 蟆上＆縺・⊇縺・ｒ蝓ｺ貅悶↓逕ｻ蜒上ｒ繝医Μ繝溘Φ繧ｰ */
    object-position: center; /* 荳ｭ螟ｮ縺ｫ驟咲ｽｮ */
    transition: transform 0.3s ease-in-out;
}
.senpai-img_box li:hover img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1.05); /* 1.2蛟阪↓諡｡螟ｧ */
}
@media screen and (max-width:1200px) {
    .senpai-list-style {
        max-width: 768px;
        margin: 60px auto 0;
        padding: 0 20px 60px;
        box-sizing: border-box;
    }
    .senpai-img_box li {
        max-width: 359px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
        line-height: 1.5em;
    }
}
