@charset "utf-8";
/* *************************************
// スタイル
************************************* */

:root {
    --blue01: #182987;
    --blue02: #036eb7;
    --blue03: #2ca6e0;
    --blue04: #171c61;
    --blue05: #80caec;
    --blue06: #d5edf9;

    --gray01: #a5b4bc;
    --gray02: #f6f7f8;

    --red01: #ff1d25;


    --main-color: var(--blue2);
    --text-color: #000;

    --filter-white:  invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    --filter-blue01: invert(14%) sepia(79%) saturate(2404%) hue-rotate(223deg) brightness(91%) contrast(101%);
}

body {
    font-family: "Noto Sans JP", sans-serif;
}


table tr th {
    padding: 15px;
    border: 1px solid var(--gray01);
    background: var(--gray02);
}
table tr td {
    padding: 15px;
    border: 1px solid var(--gray01);
}


.hl002 {
    text-align: center;
    padding: 80px 0 50px;
    color: var(--blue01);
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 25px;
}

@media (max-width: 767px) {

	.hl002 {
		padding: 50px 0 20px;
	}


}



.title01 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.title01 .en {
    color: var(--blue02);
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.title01 .jp {
    color: #000;
    font-weight: 700;
    font-size: 24px;
}
.title01.center {
    align-items: center;
}
.title01.white .jp,
.title01.white .en {
    color: #fff;
}


.btn001 input[type="submit"], 
.btn001 a {
    color: var(--text-color);
    background: transparent;
    border: 1px solid var(--gray01);
    position: relative;
    text-align: center;
    padding: 10px 30px 10px 20px;
    min-width: 250px;
    font-weight: 500;
}

.btn001 a:before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.7em;
    background: var(--blue03);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    transition: right 0.2s;
}
.btn001 a:hover:before {
    right: 0.5em;
}

.btn001.white input[type="submit"], 
.btn001.white a {
    color: #fff;
    border-color: #fff;
}

.btn001.white input[type="submit"]:hover, 
.btn001.white a:hover {
    opacity: 1;
    background: rgba(255,255,255,0.2);
}

.btn001.white a:before {
    background: #fff;
}

.text_center {
    text-align: center;
}



/* *************************************
// ラインアニメーション
************************************* */
.line {
    overflow: hidden;
    width: 100%;
}
.line > svg {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
}

.line.animated .st0 {
  fill:none;
  stroke-width:1;
  stroke-miterlimit:50;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: strokeAnimation 2s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes strokeAnimation {
  0% { stroke-dashoffset: 1600; }
  80% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; }
}

/* *************************************
// ヘッダー・メニュー
************************************* */

#container {
    padding: 0;
}

.h001.header {
	position: sticky;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 999;
	width: 100%;
    transition: .3s;
    height:70px;
    box-shadow: none;
    transition: background 0.3s;
}
body.recruit .h001.header {
    position: fixed;
}

.h001.header #inner-header {
	display: flex;
	justify-content: space-between;
	height: 70px;
    padding: 0;
}

.h001.header #inner-header .logo {
	position: relative;
	z-index: 1;
    padding: 0 15px;
    height: auto;
}
.h001 #inner-header .logo a {
    display: flex;
    align-items: center;
    gap: 0 15px;
	padding: 10px 0;
}
.h001 #inner-header .logo a img.icon {
	height: 45px;
	width: auto;
	display: block;
}
.h001 #inner-header .logo a img.logo_img {
	height: 25px;
	width: auto;
	display: block;
    object-fit: contain;
}

.h001 #inner-header .header_box {
	display: flex;
	position: relative;
	z-index: 0;
    padding: 0 15px;
}

.h001 .header_box .menu {
	display: none;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	background: var(--blue01);
}

.h001 .header_box .menu_box {
	display: flex;
    overflow: visible;
    position: static;
    align-items: center;
    min-height: 0;
    padding: 0;
    background: transparent;
}

.h001 .header_box .menu_box nav.pc {
	display: flex;
    gap: 1em;
}
.h001 .header_box .menu_box nav.sp {
	display: none;
}
.h001 .header_box .menu_box nav > ul {
	display: flex;
    border: none;
}
.h001 .header_box .menu_box nav > ul > li {
	display: flex;
	position: relative;
    border: none;
}

.h001 .header_box .menu_box nav > ul > li > span {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 0 0.5em;
    cursor: pointer;
    font-size: 14px;
}
.h001 .header_box .menu_box nav > ul > li.menu-item-has-children > *:not(.sub-menu):after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.5em;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: var(--gray01);
}

.h001 .header_box .menu_box nav > ul > li > span img {
    width: 1em;
    height: auto;
}

.h001 .header_box .menu_box nav > ul > li > a {
	padding: 15px;
	min-width: 100px;
	display: grid;
	align-content: end;
	text-align: center;
	color: var(--text-color);
	font-weight: 500;
	position: relative;
}

.h001 .header_box .menu_box nav > ul > li > a:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: calc(100% - 15px);
    width: auto;
    height: 1px;
    background: var(--blue03);
    transition: all .3s;
}

.h001 .header_box .menu_box nav > ul > li.current-menu-item > a:before,
.h001 .header_box .menu_box nav > ul > li.current-page-ancestor > a:before, 
.h001 .header_box .menu_box nav > ul > li > a:hover:before {
    right: 15px;
}


.h001 .header_box .menu_box .contact_box {
	display: flex;
	justify-content: center;
	align-items: end;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	transition: opacity 0.3s;
    background: var(--blue01);
    border-radius: 10px;
    line-height: 1.2;
    align-self: center;
    font-size: 16px;
    margin: 0;
}
.h001 .header_box .menu_box .contact_box:hover {
	opacity: 0.7;
}

.h001 .header_box .menu_box .contact_box img {
	height: 1.8em;
	width: auto;
	display: block;
}

/* 採用トップ */
.h001.header.first_view {
    background: rgba(255,255,255,0);
}
.h001.header.first_view .logo a img.logo_img {
    filter: var(--filter-white);
}
.h001.header.first_view .header_box .menu_box nav > ul > li > a {
    color: #fff;
}
.h001.header.first_view .header_box .menu_box nav > ul > li > span {
    color: #fff;
}
.h001.header.first_view .header_box .menu_box nav > ul > li > span img {
    filter: var(--filter-white);
}
.h001.header.first_view .header_box .menu_box nav > ul > li.menu-item-has-children > *:not(.sub-menu):after {
    background: #fff;
}
.h001.header.first_view .header_box .menu_box .contact_box {
    background: #fff;
    color: var(--blue03);
}
.h001.header.first_view .header_box .menu_box nav > ul > li > a:before {
    background: #fff;
}
.h001.header.first_view nav.pc ul.sub-menu {
    background: rgba(255,255,255,0.8);
}


@media (max-width: 1199px) {
	.h001 {
		top: 0!important;
	}
    .h001.header #inner-header {
        padding: 0;
    }

    .h001.header #inner-header .header_box {
        padding: 0;
        padding-right: 70px;
    }

	.h001.header .header_box .menu {
		display: flex;
        top: 5px;
        right: 5px;
        background: transparent;
	}
    .h001.header label.buMenu {
        height: 20px;
        width: 30px;
    }

    .h001.header label.buMenu .icon-bar {
        background: var(--blue04);
        width: 100%;
    }
    .h001.header .menu label.buMenu .icon-bar:nth-child(1) {
        top: 0;
    }
    .h001.header .menu label.buMenu .icon-bar:nth-child(2) {
        top: calc(100% / 2 - 1px);
        transition: all 0.3s;
    }
    .h001.header .menu label.buMenu .icon-bar:nth-child(3) {
        bottom: 0;
    }
    .h001.header .menu.open label.buMenu .icon-bar:nth-child(1) {
        transform: translateY(9px) rotate(-45deg);
        top: 0;
    }
    .h001.header .menu.open label.buMenu .icon-bar:nth-child(2) {
        left: 50%;
        opacity: 0;
        transform: none;
    }
    .h001.header .menu.open label.buMenu .icon-bar:nth-child(3) {
        transform: translateY(-10px) rotate(45deg);
        bottom: 0;
    }

	.h001 #inner-header .header_box .menu_box {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		background: #fff;
		margin: 0;
		padding: 100px 80px 80px;
		z-index: 99;
		overflow-y: hidden;
		opacity: 0;
		visibility: hidden;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		gap: 20px;
        transition: opacity 0.5s, visibility 0.5s;
        pointer-events: none;
		display: flex;
	}
	.h001 #inner-header .header_box .menu.open + .menu_box {
		opacity: 1;
		visibility: visible;
        pointer-events: all;
	}
    .h001 .header_box .menu_box nav.pc {
        display: none;
    }
    .h001 .header_box .menu_box nav.sp {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
	.h001 .header_box .menu_box nav {
		width: 100%;
	}
	.h001 .header_box .menu_box nav > ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.h001 .header_box .menu_box nav > ul > li {
		display: block;
		width: 100%;
	}
	.h001 .header_box .menu_box nav > ul > li > a:before {
        content: "";
        display: inline-block;
        width: 0.5em;
        height: 0.8em;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        background: var(--blue03);
        transform: none;
        position: relative;
        top: auto;
        bottom: auto;
        left: 0;
        margin-right: 5px;
	}
	.h001 .header_box .menu_box nav > ul > li.menu-item-has-children {
		display: block;
		width: 100%;
	}
	.h001 .header_box .menu_box nav > ul > li.hamburger_only {
		display: block;
	}
	.h001 .header_box .menu_box nav > ul > li > a {
		text-align: left;
		display: inline-block;
	}

    .h001.header .menu_box nav ul.sub-menu li a:before {
        content: "-";
        display: inline;
        margin-right: 0.5em;
    }

	.h001 .header_box .menu_box .contact_box {
		width: 300px;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.h001 #inner-header {
		padding: 0;
	}
	.h001 #inner-header .logo {
		width: calc(100% - 70px);
		height: 100%;
		padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
	}
    .h001.header #inner-header .header_box {
        padding: 0;
        padding-right: 60px;
    }
	.h001 #inner-header .header_box .menu_box {
        padding: 60px 15px 50px;
		gap: 10px;
		overflow-y: auto;
	}
    .h001 .header_box .menu_box nav.sp {
        grid-template-columns: 100%;
    }



	.h001 .header_box .menu_box nav > ul > li > a {
	        padding: 5px;

	}
	.h001 .header_box .menu_box .contact_box {
		width: calc(50% - 5px);
		padding: 15px 0;
	}
}	

/*サブメニュー*/
.h001.header nav.pc ul.sub-menu {
	background: var(--gray02);
	overflow: hidden;
    margin-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    flex-wrap: wrap;
    transition: all 0.3s;
    opacity: 0;
    display: block;
    top: 100%;
    width: 150px;
    border-radius: 10px;
    border: none;
}
.h001.header nav.pc > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.h001.header nav.pc ul.sub-menu > li {
    width: 100%;
    position: relative;
    border: none;
}
.h001.header nav.pc ul.sub-menu > li > a {
	color: var(--text-color);
    text-align: left;
    transition: background 0.3s;
    padding: 10px 5px 10px 15px;
    display: block;
    position: relative;
    border: none;
	font-weight: 500;
    font-size: 14px;
}

.h001.header nav.pc ul.sub-menu > li > a:hover {
	color: var(--blue03);
}
.h001.header nav.pc ul.sub-menu > li > a:before {
    content: '-';
	display: inline;
	margin-right: 0.5em;
	color: var(--blue02);
}

@media (max-width: 1199px) {
    .h001.header nav.pc ul.sub-menu {
        position: static;
        width: auto;
        visibility: inherit;
        opacity: 1;
        box-shadow: none;
        padding-top: 0;
        transition: none;
		display: flex;
		flex-wrap: wrap;
		padding-left: 20px;
    }
	.h001.header nav.pc ul.sub-menu > li {
		width: 33.3333%;
	}
	.h001.header nav.pc ul.sub-menu > li > a:before {
		content: '-';
		display: inline;
		margin-right: 0.5em;
		color: var(--blue01);
	}

	.h001.header nav.pc ul.sub-menu > li > a:hover {
		background: transparent;
		color: var(--text-color);
	}
    .h001.header nav.sp .menu_language {
        background: #f8f8f8;
        padding: 0.75rem 15px;
        border-radius: 5px;
    }
}



@media (max-width: 767px) {

    .h001.header,
    .h001.header #inner-header {
        height: 60px;
    }


    .h001 #inner-header .logo a img.logo_img {
        max-width: calc(100% - 55px);
    }

    .h001.header .header_box .menu {
        top: 0;
        right: 0;
    }

    .h001.header nav.pc ul.sub-menu > li {
        width: 100%;
    }
    .h001.header nav.pc ul.sub-menu > li > a {
        padding: 5px;
        font-size: 14px;
    }
    .h001.header nav.pc ul.sub-menu > li > a:before {
        top: calc(5px + 0.4em);
    }
    .h001.header nav.sp ul.sub-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .h001.header nav.sp ul.sub-menu > li {
        width: 50%;
    }


    .h001.header nav.sp .menu_language {
        background: #f8f8f8;
        padding: 15px;
        margin-top: 10px;
    }
    .h001.header nav.sp .menu_language .sub-menu > li {
        width: 33.3333%;
    }
    .h001.header nav.sp .menu_language .sub-menu > li > a {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .h001.header nav.pc ul.sub-menu {
        display: flex!important;
    }
}



/* *************************************
// bottomお問い合わせ
************************************* */
#bottom_contact {
    background: var(--blue04);
    color: #fff;
    padding: 80px 0;
}

#bottom_contact .text_center {
    margin: 1em 0;
}

#bottom_contact .btn001 {
    margin-bottom: 0;
}

#bottom_contact .btn001 > a {
    display: flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
}

/* *************************************
// トップへ戻る
************************************* */

.pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 99;
}

.pagetop a {
    width: 50px;
    height: 50px;
    background: var(--blue01);
    border-radius: 50%;
    display: block;
    position:relative;
}
.pagetop a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 55%;
    left: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: left; 
}


/* *************************************
// フッター
************************************* */
.f001 {
    background: var(--gray02);
    color: var(--text-color);
}

.f001 #inner-footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.f001 .logo {
    margin: 0;
}
.f001 .logo img {
    width: 250px;
    height: auto;
}

.f001 .name {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}
.f001 .name .jp {
    font-size: 20px;
}
.f001 .name .en {
    
}
.f001 .address {
    font-size: 14px;
    line-height: 1.5;
}
.f001 .address > span {
    display: block;    
}

.f001 nav {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0;
}
.f001 nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
}
.f001 nav > ul.nav {
    border-left: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
    min-width: 150px;
    width: auto;
}

.f001 nav > ul.nav > li {
    display: inline-block;
    padding: 0;
}
.f001 nav > ul.nav > li > a {
    display: flex;
    gap: 0 0.5em;
    align-items: center;
    font-weight: bold;
    padding: 0 0.75em;
    white-space: nowrap;
}
.f001 nav > ul.nav > li > a:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.8em;
    background-image: url(../images/common/point_footer_menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: var(--filter-blue01);
}

.f001 nav > ul.nav > li > ul.sub-menu {
    margin-top: 5px;
}
.f001 nav > ul.nav > li > ul.sub-menu > li {
    padding: 0;

}
.f001 nav > ul.nav > li > ul.sub-menu > li > a {
    padding: 0 0.75em;
    font-size: 90%;
    font-weight: 500;
}
.f001 nav > ul.nav > li > ul.sub-menu > li > a:before {
    display:none;
}


.f001 .copyright {
    padding: 1em;
    color: var(--gray01);
}

@media (max-width: 1199px) {
    .f001 #inner-footer {
        justify-content: flex-start;
        gap: 40px;
    }
    .f001 nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .f001 #inner-footer {
        flex-direction: column;
    }   
    .f001 .name {
        text-align: center;
    }
    .f001 .address {
        text-align: center;
    }
}


/* *************************************
// ページネーション
************************************* */
.pagination ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.pagination li {
	margin: 0 5px;
	border: none;
}
.pagination li > a,
.pagination li > span {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.pagination li > a {
	border: 1px solid #cbcbcb;
	color: #000;
	background: #fff;

}
.pagination li > .page-numbers.current {
	border: 1px solid #cbcbcb;
	color: #fff;
	background: var(--blue02);
}
.pagination li > a:hover,
.pagination li > a:focus {
	background: var(--blue03);
	color: #fff;
}


/* *************************************
// ページ
************************************* */
section {
    padding: 80px 0;
}

@media (max-width: 767px) {

    section {
        padding: 40px 0;
    }

}

.catch01 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

@media (max-width: 767px) {

    .catch01 {
        font-size: 25px;
    }

}

.text01 {
    line-height: 1.8;
    font-size: 18px;
}


/* *************************************
// お知らせ
************************************* */

/* 一覧 */
.pl001 .post_item {
    margin: 0;
    border-bottom: 1px solid var(--gray01);
    padding: 0;
    font-weight: 500;
}
.pl001 .post_item:first-child {
    border-top: 1px solid var(--gray01);
}
.pl001 .post_item a {
    padding: 15px 10px;
    display: flex;
    flex-wrap: wrap;
}
.pl001 .post_item .date {
    color: var(--gray01)
}
.pl001 > .btn001 > a {
    width: 100%;
    margin: 0;
}

@media (max-width: 1199px) {

    .pl001 > .btn001 > a {
        width: 200px;
        margin-left: auto;
    }

}


@media (max-width: 767px) {
    .pl001 > .title01 {
        width: 100%;
        align-items: center;
    }

    .pl001 .post_item a > .title {
        width: 100%;
    }

    .pl001 > .btn001 > a {
        margin-right: auto; 
    }

}


/*個別ページ*/
.post_single .date {
    color: var(--gray01);
}



/*カテゴリ*/
.cat_list001 {
    gap: 15px;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.cat_list001 > a {
    width: calc(25% - 15px);
    display: block;
    text-align: center;
    color: var(--text-color);
    padding: 20px 10px;
    font-weight: bold;
    position: relative;
    border: 1px solid var(--gray01);
    transition: all 0.3s;
}
.cat_list001 > a:hover {
    background: var(--blue01);
    color: #fff;
}

.cat_list001 > a.current {
    background: var(--blue04);
    color: #fff;
}

@media (max-width: 767px) {
    .cat_list001 { 
        margin: 0;
    }
	.cat_list001 > a {
		width: calc(50% - 15px);
		font-size: 14px;
        line-height: 1.4;
        height: 60px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
	}

}



/* *************************************
// トップページ
************************************* */


.mv001 {
    border: none;
}

@media (max-width: 1199px) {
    .mv001 {
        height: auto;
    }


}

#top_recent .pl001 {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: auto auto;
    gap: 0 60px;
    padding: 0;
}

#top_recent .pl001 > .title01 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-self: start;
    margin-bottom: 20px;
}

#top_recent .pl001 > .post_list {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

#top_recent .pl001 > .btn001 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin: 0;
    align-self: end;
}


@media (max-width: 1029px) {
    #top_recent .pl001 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 15px 60px;
    }

    #top_recent .pl001 > .title01 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        align-self: start;
    }

    #top_recent .pl001 > .post_list {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    #top_recent .pl001 > .btn001 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        margin: 0;
        justify-self: end;
        align-self: center;
    }

}

@media (max-width: 767px) {
    #top_recent .pl001 {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}



#top_about {
    position: relative;
    z-index: 0;
}
#top_about:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--gray01);
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#top_about .two_in_one {
    grid-template-columns: 55% 1fr;
    align-items: center;
    gap: 20px 60px;
}
#top_about .two_in_one > div.text {
    grid-column: 2 / 3;
    grid-row: 1;
    width: 100%;
}
#top_about .two_in_one > div.image {
    grid-column: 1 / 2;
    grid-row: 1;
    width: 100%;
}

#top_about .title01 {
    margin-bottom: 20px;
}
#top_about .catch01 {
    margin-bottom: 20px;
}

#top_about .btn01 {
    margin-bottom: 0;
}
#top_about .btn001 > a {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 1029px) {
    #top_about .two_in_one {
        grid-template-columns: 30% 1fr;
    }
    #top_about .text01 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    #top_about .two_in_one {
        display: flex;
        flex-wrap: wrap;
    }

    #top_about .btn001 > a {
        margin-left: auto;
    }

    #top_about .two_in_one > div.image {
        width: 80%;
    }

}


#top_business .title01 {
    margin-bottom: 50px;
}

#top_business .grid {
    gap: 60px 40px;
}

#top_business .btn001 > a {
    width: 33%;
}

.card01 > .item {
    display: grid;
    gap: 10px 0;
}

.card01 > .item .image > img {
    width: 100%;
    display: block;
    aspect-ratio: 13 / 12;
    object-fit: cover;
}
.card01 > .item .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.card01 > .item .text {
    text-align: center;
    background: var(--gray02);
    padding: 0.5em;
    line-height: 1.5;
}

@media (max-width: 1199px) {

    .card01 > .item .text {
        font-size: min(16px, 1.7vw);
    }

}

@media (max-width: 767px) {
    #top_business .card01 {
        width: 90%;
        margin: auto;
    }

    .card01 > .item .text {
        font-size: 16px;
    }

}

#top_company .title01 {
    margin-bottom: 50px;
}

#top_company .grid {
    gap: 20px;
}

.card02 > .item {
    position: relative;
    overflow: hidden;
}
.card02 > .item > img {
    aspect-ratio: 7 / 5;
    display: block;
    object-fit: cover;
    transition: all 0.3s;
}
.card02 > a.item:hover > img {
    filter: blur(5px);
    transform: scale(1.1);
}
.card02 > .item > span {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    background: rgba(44, 166, 224, 0.5);
    transition: background 0.3s;
}

.card02 > .item > span:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.8em;
    background-image: url(../images/common/point_footer_menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: var(--filter-white);
}



#top_recruit {
    background: var(--blue02);
    color: #fff;
    padding: 50px 0;
}

#top_recruit .two_in_one {
    display: grid;
    grid-template-columns: 35% 1fr;
    align-items: center;
}
#top_recruit .two_in_one > div {
    width: 100%;
}

#top_recruit .title01 {
    margin-bottom: 20px;
}
#top_recruit .description {
    margin-bottom: 20px;
}

#top_recruit .btn001 > a {
    margin-left: 0;
}

#top_recruit .image img {
    background: #ccc;
    display: block;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

#top_recruit .image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#top_recruit .image > .left {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
}
#top_recruit .image > .left img:nth-child(1) {
    align-self: end;
    aspect-ratio: 3 / 2;
}
#top_recruit .image > .left img:nth-child(2) {
    aspect-ratio: 1;
}
#top_recruit .image > .left img:nth-child(3) {
    grid-column: 1 / 3;
    aspect-ratio: 3 / 2;
    align-self: start;
}

#top_recruit .image > .right {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}
#top_recruit .image > .right img:nth-child(1) {
    align-self: end;
    aspect-ratio: 1;
}
#top_recruit .image > .right img:nth-child(2) {
    aspect-ratio: 5 / 4;
    width: 35%;
    justify-self: start;
}

@media (max-width: 1199px) {
    #top_recruit .two_in_one {
        grid-template-columns: 45% 1fr;
    }

}

@media (max-width: 767px) {
    #top_recruit .two_in_one {
        grid-template-columns: 100%;
    }
    #top_recruit .title01 {
        align-items: center;
    }
    #top_recruit .description {
        text-align: center;
    }
    #top_recruit .btn001 > a {
        margin-left: auto;
    }

}

/* *************************************
// 事業内容
************************************* */
.breadcrumbs {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}

.breadcrumbs a {
    color: var(--blue02);
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs > * {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}

.breadcrumbs > *:not(:last-child):after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}


#service_list {
    overflow: hidden;
}

.title02 {
    color: var(--blue02);
    font-weight: bold;
    line-height: 1.4;
}
.title02 .jp {
    font-size: 30px;
}
.title02 .en {
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.btn02 > a {
    display: block;
    border: 1px solid var(--gray01);
    background: #fff;
    color: var(--text-color);
    text-align: center;
    padding: 20px 0;
}


.service_list {
    display: grid;
    gap: 100px 0;
    max-width: 1600px;
    width: 100%;
    margin: auto;
}
.service_list > .item {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "text image";
}



.service_list > .item > .text {
    display: grid;
    grid-template-columns: 10% 1fr 15%;
    grid-template-rows: auto 1fr;
    grid-area: text;
}
.service_list > .item > .image {
    grid-column: image;
    margin-bottom: 80px;
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    position: relative;
    z-index: 1;
}
.service_list > .item > .image > img {
    display: block;
    width: 100%;
    border-radius: 40px;
    max-height: 420px;
    object-fit: cover;
}

.service_list > .item .title02 {
    grid-column: 2 / 3;
    margin-bottom: 40px;
    font-size: min(2.8vw, 45px);
    line-height: 1;
}
.service_list > .item .title02 .jp {
    font-size: inherit;
}
.service_list > .item .title02 .en {
    font-size: 65%;
}

.service_list > .item .description {
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: inherit;
    padding: 50px 0;
    position: relative;
    z-index: 0;
    max-width: 800px;
}
.service_list > .item .description:before {
    content: "";
    display: block;
    width: calc(100% + 80px);
    height: 100%;
    background: var(--gray02);
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    z-index: -1;
    border-radius: 40px;
}

.service_list > .item .description > .inner {
    grid-column: 2 / 3;
}

.service_list > .item .description .subtitle {
    font-size: min(35px, 2.2vw);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.service_list > .item .description .text {
    font-size: min(20px, 1.3vw);
}

.service_list > .item .description .btn02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 1.5em;
    font-size: min(20px, 1.3vw);
}
.service_list > .item .description .btn02 > a {
    width: 100%;
}

.service_list > .item:nth-child(even) {
    grid-template-areas: "image text";
}
.service_list > .item:nth-child(even) > .text {
    grid-template-columns: 15% 1fr 10%;
}

@media (max-width: 1029px) {

    .service_list > .item > .image {
        width: calc(100% + 50px);
    }
    .service_list > .item:nth-child(odd) > .image {
        margin-left: -10px;
    }
    .service_list > .item:nth-child(even) > .image {
        margin-right: -10px;
    }

    .service_list > .item .title02 {
        font-size: 30px;
    }
    .service_list > .item .description .subtitle {
        font-size: 20px;
    }
    .service_list > .item .description .text {
        font-size: 14px;
    }
    .service_list > .item:nth-child(odd)  > .text,
    .service_list > .item:nth-child(even) > .text {
        grid-template-columns: 10% 1fr 10%;
    }

    .service_list > .item .description .btn02 {
        font-size: 13px;
    }

}

@media (max-width: 767px) {

    .service_list > .item {
        display: block;
    }

    .service_list > .item .description {
        padding-bottom: 80px;
    }

    .service_list > .item:nth-child(odd) > .image,
    .service_list > .item:nth-child(even) > .image {
        width: calc(90% + 40px);
        margin-top: -40px;
    }
    .service_list > .item:nth-child(odd) > .image {
        margin-left: 10%;
        margin-right: -40px;
    }
    .service_list > .item:nth-child(even) > .image {
        margin-right: 10%;
        margin-left: -40px;
    }
}


#service_shop .title01 {
    margin-bottom: 40px;
}

#service_shop .grid {
    gap: 40px;
}

.card03 {

}

.card03 > .item {
    display: block;
    overflow: visible;
}
.card03 > .item .summary {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.card03 > .item .image > img {
    display: block;
    width: 100%;
}

.card03 > .item .logo {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.card03 > .item .logo > img {
    max-width: 90%;
    height: 60px;
    object-fit: contain;
    margin: auto;
}

.card03 > .item .btn001 {
    margin: 0;
}

@media (max-width: 1029px) {
    #service_shop .card03 {
        gap: 20px;
    }
    #service_shop .card03 > .item {
        display: block;
    }
    #service_shop .card03 > .item > * {
        width: 100%;
    }

    #service_shop .card03 > .item .summary {
        font-size: 18px;
    }

    #service_shop .card03 > .item .btn001 > a {
        min-width: 100px;
    }

}

@media (max-width: 767px) {

    #service_shop .card03 {
        width: 80%;
        margin: auto;
        gap: 40px;
    }
    
    #service_shop .card03 > .item .summary {
	    font-size: 22px;
    }
    
    #service_shop .card03 > .item .btn001 > a {
    	width: 80%;
    }

}



.middle_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.middle_contact .title {
    color: var(--blue02);
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0.5em;

}
.middle_contact {
	margin-top: 50px;
	padding: 0 15px;
}
.middle_contact .company_info .name {
	font-size: 25px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.middle_contact .company_info .name .en { 
	font-size: 20px;
}
.middle_contact .company_info .address > span {
	display: block;

}
.middle_contact .company_info .address {
	font-size: 18px;
}

@media (max-width: 767px) {
	.middle_contact .title {
		font-size: 20px;
	}


	.middle_contact .company_info .address {
		font-size: 14px;
	}


}




/* *************************************
// 企業情報
************************************* */
.company_top_link {
    gap: 15px;
}
.company_top_link > div {
    width: 150px;
}
.company_top_link > div > a {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    padding: 10px 0;
    font-weight: bold;
    position: relative;
}
.company_top_link > div > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--gray01);
    position: absolute;
    bottom: 0;
    left: 0;
}
.company_top_link > div > a:hover:before {
    height: 5px;
}

.company_top_link > div.current > a:before {
    height: 5px;
    background: #000;
}



.company_bottom_link {
    gap: 15px;
    padding: 50px 0;
}

.company_bottom_link > div {
    width: 250px;
}
.company_bottom_link > div > a {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    padding: 20px 10px;
    font-weight: bold;
    position: relative;
    border: 1px solid var(--gray01);
    transition: all 0.3s;
}
.company_bottom_link > div > a:hover {
    background: var(--blue01);
    color: #fff;
}

@media (max-width: 767px) {

	.company_bottom_link > div {
		width: calc(50% - 15px);
	}
	.company_bottom_link > div > a {
		font-size: 14px;
        line-height: 1.4;
        height: 60px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
	}

}


.title03 {
    font-size: 20px;
    padding: 0.5em 0;
    position: relative;
    font-weight: bold;
    line-height: 1.5;
}
.title03:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--gray01);
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {

	.title03 {
		font-size: 25px;
	    padding: 0.5em 0.3em;
	}


}




.title04 {
    display: flex;
    gap: 0 15px;
    align-items: baseline;
    line-height: 1.2;
}

.title04 > .en:before {
    content: "-";
    display: inline-block;
}
.title04 .en {
    color: var(--blue03);
    font-size: 30px;
    font-weight: 500;
}
.title04 .jp {
    font-weight: bold;
}

.catch02 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
}

@media (max-width: 767px) {

    .catch02 {
        font-size: 20px;
    }

}

.philosophy_list {
    width: 750px;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 100%;
    gap: 80px 0;
}
.philosophy_list > .item {
    width: 100%;
}

.philosophy_list > .item .two_in_one {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.philosophy_list > .item .two_in_one > div {
    width: 100%;
}

.philosophy_list > .item .title04{
    margin-bottom: 30px;
}
.philosophy_list > .item .catch {
    font-size: 28px;
    font-weight: bold;    
    line-height: 1.2;
    margin-bottom: 30px;
}

.philosophy_list > .item .catch > .text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 0.5em;
}

.philosophy_list > .item .right > img {
    width: 100%;
    display: block;
}

@media (max-width: 767px) {

	.philosophy_list > .item .two_in_one {
		grid-template-columns: 100%;
		gap: 20px 0;
	}
	
	.philosophy_list > .item .catch {
		font-size: 20px;
	}


}



#philosophy_top .title03 {
    margin-bottom: 50px;
}

#philosophy_top .catch02 {
    margin-bottom: 30px;
}

#philosophy_top .text {
    display: table;
    margin: auto;
}





#info_top .title03 {
    margin-bottom: 30px;
}

#info_top table.company_info {
    width: 98%;
    margin: auto;
}

#info_top table.company_info tr th {
    vertical-align: middle;
    padding: 20px;
    white-space: nowrap;
}

#info_top table.company_info tr td {
    padding: 20px 30px;
}

@media (max-width: 767px) {

	#info_top table.company_info tr th,
	#info_top table.company_info tr td {
		border: none;
	}
	#info_top table.company_info tr th {
		padding: 15px;
	}

}



#history_top .title03 {
    margin-bottom: 30px;
}

#history_top table.history_info {
    width: 98%;
    margin: auto;
}

#history_top table.history_info tr th {
    vertical-align: middle;
    padding: 10px 20px;
    width: 180px;
}

#history_top table.history_info tr td {
    padding: 10px 30px;
}


@media (max-width: 767px) {

	#history_top table.history_info tr th,
	#history_top table.history_info tr td {
		border: none;
	}
	#history_top table.history_info tr th {
		padding: 15px;
		width: 100%;
	}

}



#message_top .title03 {
    margin-bottom: 50px;
}
#message_top .catch02 {
    text-align: left;
    margin-bottom: 50px;
}

#message_top .two_in_one {
    display: grid;
    grid-template-columns: 51% 1fr;
    gap: 20px 60px;
}
#message_top .two_in_one > div {
    width: 100%;
}

#message_top .two_in_one > div.left p {
    text-align: justify;
    margin-bottom: 2.5em;
}

#message_top .two_in_one > div.left .sign {
    text-align: right;
    margin-top: 80px;
}

@media (max-width: 1029px) {

    #message_top .two_in_one {
        grid-template-columns: 100%;
    }
    #message_top .two_in_one > .right {
        width: 50%;
        margin: auto;
    }
}


/* *************************************
// お問い合わせ
************************************* */
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}


#contact .hl002 {
    margin-bottom: 10px;
}
#contact .text_center {
    margin-bottom: 50px;
}

table.mail_form {
    margin-bottom: 30px;
}

table.mail_form tr,
table.mail_form tr th,
table.mail_form tr td {
    border: none!important;
    background: transparent;
    padding: 0;
}
table.mail_form tr th,
table.mail_form tr td {
    display: block;
}

table.mail_form tr th {
    margin-bottom: 5px;
}
table.mail_form tr td {
    margin-bottom: 20px;
}

table.mail_form tr th.required:after {
    content: "\5fc5\9808"; 
    display: inline-block;
    background: var(--red01);
    color: #fff;
    line-height: 1.4;
}

table.mail_form input[type="text"],
table.mail_form input[type="email"],
table.mail_form input[type="tel"],
table.mail_form textarea {
    border: 1px solid var(--gray01);
    border-radius: 0;
    background: #fff;
    max-width: 100%;
}

#contact .accept {
    background: var(--gray02);
    width: 80%;
    margin: auto;
    padding: 40px 50px;
}

#contact .accept .wpcf7-form-control-wrap {
    display: block;
    text-align: center;
    margin-top: 30px;
}
#contact .accept .wpcf7-list-item {
    margin: 0;
}

#contact .accept label {
    background: #fff;
    padding: 20px 40px;
    border: 1px solid var(--gray01);
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
#contact .accept label span.red {
    color: var(--red01);
}


#contact .btn001 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contact .btn001 > input {
    background: var(--blue02);
    color: #fff;
    width: 300px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
#contact .btn001 > input[disabled] {
    background: var(--gray01);
    cursor: auto;
}

.title05 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

#contact .title05 {
    margin: 20px 0;
}

.confirm_area table.mail_form td {
    background: var(--gray02);
    padding: 15px;
    min-height: 58px;
}

.confirm_area .btn001 {
    gap: 0 30px;
    position: relative;
}

.confirm_area .btn001 > input[type="submit"] {
    margin: 0;
    border-radius: 0;
}

.wpcf7-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background: #2ca6e0;
}



.wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
    display: table;
    margin: auto;
    font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: linear-gradient(transparent 50%, #ffdd80 50%);
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450; /* Green */
    background: transparent;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232; /* Red */
    background: transparent;
}

.wpcf7 form.spam .wpcf7-response-output {
	color: #f56e28; /* Orange */
    background: transparent;
}

.validate_error {
	color: #dc3232; /* Red */
    text-align: center;
}

@media (max-width: 767px) {

	#contact .accept {
		width: 100%;
	    padding: 40px 20px;
	}

	#contact .accept label {
	    padding: 20px 20px;
	}

	#contact .accept label input[type="checkbox"] + span {
		line-height: 1.5;
		font-size: 14px;
	}

	#contact .accept label input[type="checkbox"] + span:before {
		top: 0.2em;
		transform: none;
	}
	#contact .accept label input[type="checkbox"] + span:after {
		top: 0.5em;
	}
	
	table.mail_form {
		width: 100%;
	}
	
	
	#contact .btn001 > input {
		width: 45%;
		min-width: 100px;
	}

}

/*thanks*/
.page_thanks .text_center {
    margin-top: 50px;
}

/* *************************************
// 採用情報
************************************* */
#recruit_top {
    padding-top: 0;
    background-color: var(--blue05);
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-top: 35vw;
}
#recruit_top img.recruit_bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 140%;
    max-width: 140%;
    transform: translateX(-50%);
    z-index: -1;
}

#recruit_top .bg_image {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 10px;
    margin-left: auto;
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}
#recruit_top .bg_image .left {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
    gap: 10px;
}
#recruit_top .bg_image .right {
    display: grid;
    grid-template-columns: 60% 1fr 10px;
    grid-template-rows: 30px auto auto;
    gap: 10px;
}


#recruit_top .bg_image  img {
    display: block;
    background: #ccc;
    width: 100%;
    object-fit: cover;
}

#recruit_top .bg_image  img.image1 {
    aspect-ratio: 5 / 4;
    border-radius: 0 0 15px 15px;
}
#recruit_top .bg_image  img.image2 {
    width: 35%;
    aspect-ratio: 5 / 4;
    align-self: start;
    justify-self: end;
    border-radius: 15px;
}
#recruit_top .bg_image  img.image3 {
    grid-row: 2 / 3;
    grid-column: 1 / 4;
    aspect-ratio: 5 / 4;
    border-radius: 15px 0 0 15px;
}
#recruit_top .bg_image  img.image4 {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    aspect-ratio: 1;
    align-self: start;
    border-radius: 15px;
}
#recruit_top .bg_image  img.image5 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    aspect-ratio: 1;
    align-self: start;
    border-radius: 15px;
}

#recruit_top .catch {
    line-height: 1.4;
    margin-bottom: 30px;
}
#recruit_top .catch .catch_text {
    font-size: min(60px, 4vw);
    font-weight: bold;
    letter-spacing: 0.5vw;
}
#recruit_top .catch .catch_text > span {
    font-size: 130%;
}
#recruit_top .catch .catch_text.white {
    color: #fff;
    margin-bottom: 80px;
    position: relative;
}
#recruit_top .catch .catch_text.white:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    left: 2.5vw;
    top: 100%;
}
#recruit_top .catch .catch_text.color {
    color: #000;
}
#recruit_top .catch .catch_text.color > span {
    color: var(--blue02);
}

#recruit_top .two_in_one.grid {
    grid-template-columns: 55% 1fr;
    gap: 60px;
}

#recruit_top .two_in_one .image > img {
    width: 100%;
}

#recruit_top .two_in_one .text p {
    line-height: 2;
    margin-bottom: 2em;
    color: #000;
}

@media (max-width: 767px) {
	#recruit_top {
		padding-top: 70vw;
	}
	#recruit_top .bg_image {
		width: 80%;
		gap: 5px;
	}
	#recruit_top .bg_image .left {
		gap: 5px;
	}
	#recruit_top .bg_image .right {
		grid-template-rows: 50px auto auto;
		gap: 5px;
	}
	
	#recruit_top .bg_image  img.image1 {
	    border-radius: 0 0 5px 5px;
	}
	#recruit_top .bg_image  img.image2 {
	    border-radius: 5px;
	}
	#recruit_top .bg_image  img.image3 {
	    border-radius: 5px 0 0 5px;
	}
	#recruit_top .bg_image  img.image4 {
	    border-radius: 5px;
	}
	#recruit_top .bg_image  img.image5 {
	    border-radius: 5px;
	}
	#recruit_top img.recruit_bg {
		top: 20vw;
	}

	#recruit_top .catch .catch_text {
	    font-size: min(60px, 6vw);
	}
	
	#recruit_top .catch .catch_text.white:after {
	    height: 60px;
	    left: 3.5vw;
	    top: calc(100% + 10px);
	}
	
	#recruit_top .two_in_one.grid {
    	grid-template-columns: 100%;
    	gap: 40px;
	}
	#recruit_top .two_in_one.grid > .image {
 		width: 80%;
 		margin: auto;
	}

}



#recruit_interview .title01 {
    margin-bottom: 30px;
}

#recruit_interview .text_center {
    margin-bottom: 30px;
}

.interview_list {
    gap: 30px;
}

.interview_list > .item {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    color: var(--text-color);
    padding-bottom: 10px;
}
.interview_list > .item .department {
    background: var(--blue02);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.interview_list > .item .image {
    overflow: hidden;
}
.interview_list > .item .image > img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.interview_list > a.item:hover .image > img {
    transform: scale(1.1);
}


.interview_list > .item .text > .h {
    color: var(--blue02);
    font-weight: bold;
    font-family: "Lato", sans-serif;
    margin: 5px 0;
}
.interview_list > .item .text > .h:before {
    content: "ー";
    font-weight: normal;
    display: inline;    
    margin-right: 0.5em;
}
.interview_list > .item .text .title {  
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 1029px) {

    .interview_list.grid.four_in_one {
        grid-template-columns: repeat(2, 1fr);
        width: 700px;
        max-width: 100%;
        margin: auto;
        gap: 40px;
    }

}

@media (max-width: 767px) {
    .interview_list.grid.four_in_one {
        grid-template-columns: 100%;
        width: 100%;
	}
	.interview_list > .item {
		width: 80%;
		margin: auto;
	}

}


.btn03 {
    text-align: right;
}
.btn03 > * {
    position: relative;
    padding-right: 4em;
    color: var(--blue02);
    font-weight: bold;
}
.btn03 > * > .btn {
    display: block;
    width: 3em;
    height: 3em;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
}
.btn03 > * > .btn:before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.7em;
    background: var(--blue02);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: right 0.2s;
    margin-left: 0.1em;
    z-index: 2;
}

a .btn03 > * > .btn:after {
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    background: var(--blue02);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.2s;
    z-index: 1;
}

a:hover .btn03 > * > .btn:after {
    transform: translate(-50%, -50%) scale(1);
}
a:hover .btn03 > * > .btn:before {
    background: #fff;
}



#recruit_faq .title01 {
    margin-bottom: 30px;
}

.faq_list > .item {
    margin-bottom: 10px;
}

.faq_list > .item .question {
    border: none;
    background: var(--blue06);
    padding: 10px 15px 15px;
    display: flex;
    gap: 0.5em;
    align-items: baseline;
    margin-bottom: 0;
}
.faq_list > .item .question:before {
    font-family: "Lato", sans-serif;
    color: var(--blue02);
    position: static;
    transform: none;
    font-size: 35px;
    min-width: 1.75em;
    line-height: 1;
    height: auto;
}
.faq_list > .item .answer {
    border: none;
    padding: 15px;
    display: flex;
    align-items: baseline;
    gap: 0.5em;
}
.faq_list > .item .answer::before {
    content: 'A';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.75em;
    height: 1.75em;
    min-width: 1.75em;
    min-height: 1.75em;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: var(--blue02);
    position: static;
    transform: none;
    font-size: 35px;
}
.faq_list > .item .answer::after {
    display: none;
}


#recruit_link {
    background: var(--blue02);
}

#recruit_link .two_in_one.grid {
    gap: 40px;
}

#recruit_link .item > *:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 30px;
    aspect-ratio: 2 / 1;
    border: 1px solid #fff;
    gap: 15px;
}
#recruit_link .item > *:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;

}
#recruit_link .item > a:first-child:before {
    z-index: 0;
    background: var(--blue02);
}
#recruit_link .item > div:first-child:before {
    z-index: 1;
    background: #fff;
}
#recruit_link .item > div {
    opacity: 0.7;
}

#recruit_link .item > * > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

#recruit_link .item .title {
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}

#recruit_link .item > p {
    text-align: center;
    color: #fff;
    line-height: 2;
}

#recruit_link .item > a .btn04 > div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--blue02);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}



.btn04 > * {
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    z-index: 0;
    font-weight: 900;
    font-size: 20px;
    width: 250px;
    line-height: 1.5;
    text-align: center;
}
.btn04 > *:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(44deg) translateY(-50%);
}



/* *************************************
// インタビュー個別ページ
************************************* */
#interview_top {
    position: relative;
    z-index: 0;
    background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(207, 227, 246, 1) 100%);
    background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(207, 227, 246, 1) 100%);
    padding-bottom: 20vw;
    min-height: 600px;
    height: calc(90vh - 70px);
    display: grid;
    grid-template-columns: 10% 1fr;
}
#interview_top img.main_visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#interview_top #interview_line {
    width: 110%;
    height: auto;
    position: absolute;
    bottom: -10px;
    margin-left: -5%;
    margin-right: -5%;
}

#interview_top .box {
    background: #fff;
    padding: 40px;
    min-width: 35%;
    grid-column: 2 / 3;
    align-self: center;
    justify-self: start;
    display: table;
    white-space: nowrap;
}
#interview_top .box .interview {
    color: var(--blue02);
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}
#interview_top .box .interview:before {
    content: "ー";
    font-weight: normal;
    display: inline;
    margin-right: 0.5em;
}

#interview_top .box .department {
    display: inline-block;
    padding: 5px 40px;
    min-width: 200px;
    background: var(--blue02);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#interview_top .box .catch {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#interview_top .box .name {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
}
#interview_top .box .name > span {
    font-size: 16px;
}
#interview_top .box .name > span:before {
    content: "|";
    display: inline-block;
    margin: 0 0.5em;
}


#interview_contents .two_in_one {
    gap: 80px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#interview_contents .item {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-rows: subgrid;
    grid-row: span 3;
    overflow: visible;
}

#interview_contents .item .question {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    line-height: 1.5;
}
#interview_contents .item .question:before {
    content: "Q";
    font-family: "Lato", sans-serif;
    color: var(--blue03);
    position: absolute;
    font-size: 70px;
    line-height: 1;
    left: 0;
    top: 5px;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.3;
}

#interview_contents .item .text {
    width: 100%;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}

#interview_contents .item .text.noimage {
    grid-row: 2 / 4;
}

#interview_contents .item .image {
    width: 100%;
}

#interview_contents .item .image > img {
    width: 100%;
    object-fit: cover;
    background-image: url(../images/common/noimage.svg);
    background-size: cover;
    display: block;
}

#interview_schedule {
    background: var(--blue02);
}

#interview_schedule .box {
    background: #fff;
    padding: 40px;
}

#interview_schedule .box .title {
    display: table;
    margin: 0 auto 30px;
    border-bottom: 1px solid var(--blue02);
    font-weight: bold;
    font-size: 25px;
    padding: 0;
    color: var(--blue02);
}
#interview_schedule .box .title > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
#interview_schedule .box .title img {
    width: 1.2em;
    height: 1.2em;
}

#interview_schedule .box h3 {
    font-size: 40px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    color: var(--blue02);
    line-height: 1.5;
}

.schedule_list {
    margin-left: 50px;
    display: grid;
    grid-template-columns: max-content;
    gap: 10px 0;
}
.schedule_list .item {
    width: 100%;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    position: relative;
    padding: 0 30px;
    align-items: baseline;
    line-height: 1.2;
}
.schedule_list .item:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: var(--blue03);
    border-radius: 50%;
    position: absolute;
    top: 0.5em;
    left: 0;
    transform: translateX(-50%);
}
.schedule_list .item:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 10px);
    background: var(--blue03);
    position: absolute;
    top: 0.5em;
    left: 0;
}
.schedule_list .item .time {
    color: var(--blue02);
    font-weight: 900;
    font-family: "Lato", sans-serif;
    font-size: 25px;
}
.schedule_list .item .text {
    position: relative;
    padding-left: 2em;
}
.schedule_list .item .text:before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background: var(--blue03);
    position: absolute;
    top: 0.5em;
    left: 0.5em;    
}


#other_interview h2 {
    font-size: 25px;
    margin-bottom: 30px; 
}

.title06 {
    color: var(--blue02);
    font-weight: bold;
}
.title06:before {
    content: "ー";
    display: inline;
    margin-right: 0.5em;
}


@media (max-width: 1029px) {
    #interview_contents .two_in_one {
        grid-template-columns: 100%;
        width: 80%;
        margin: auto;
    }



}


/* *************************************
// プライバシーポリシー
************************************* */
#privacy_policy .title01 {
    margin-bottom: 50px;
}

#privacy_policy .contents h2 {
    font-size: 30px;
    margin-bottom: 1em;
    font-weight: bold;
}
#privacy_policy .contents h3 {
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

#privacy_policy .contents ol {
    list-style-type: decimal;
    margin-left: 1em;
}
#privacy_policy .contents ol > li {
    margin-bottom: 10px;

}