:root {
	--oc-link-color: #6F9EDC;
	--oc-primary-color: #17181A;
	
	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

	--n-margin: 0 -20px;
	--padding: 0 20px;
	--width-l: 1440px;
	--width-m: 1040px;
}

@media screen and (max-width:767px) {
	:root {
		--n-margin: 0 -15px;
		--padding: 0 15px;
	}
}

body {
	color: #17181a;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
	letter-spacing: 1px;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-link-color);
}
a:hover {
	text-decoration: none;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
}
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */

a:hover {
	opacity: 0.6;
    transition: all .3s;
}
img{
	max-width: 100%;
}
.mincho {
 	font-family: '游明朝','Yu Mincho',YuMincho,serif;
}
.t-gradient{
	background: #6693D5; /* fallback for old browsers */
	background: -webkit-linear-gradient(top, #6693D5, #84C1E2);
	background: linear-gradient(to top, #6693D5, #84C1E2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-s2,
.btn-s1{
	display: inline-block;
	position: relative;
	padding-left: 35px;
	width: 192px;
	height: 40px;
	color: #fff;
	font-family: "Roboto";
	line-height: 40px;
	text-align: left;
	letter-spacing: 2px;
}
.btn-s1:hover{
	color: #fff;
	opacity: 1;
}
.btn-s2 span,
.btn-s1 span{
	display: block;
    transition: all .3s;
    opacity: 1;
}
.btn-s2 span:before,
.btn-s1 span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	width: 6px;
	height: 6px;
	background: url(../img/arrow03.svg) no-repeat 0 50%;
	background-size: auto 100%;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .3s;
}
.btn-s1:after,
.btn-s1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(131, 168, 212,1) 20.197651941245496%,rgba(130, 168, 212,1) 20.197651941245496%,rgba(117, 181, 229,1) 51.5023819243357%,rgba(131, 168, 212,1) 80.20672427948094%);
	z-index: -1;
	opacity: 1;
    transition: all .3s;
}
.btn-s1:after{
	background: #689add;
}
.btn-s1:hover:after{
	opacity: 0;
}
.btn-s2 span:after,
.btn-s1 span:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 64px;
	height: 10px;
	background: url(../img/arrow04.svg) no-repeat 0 50%;
	background-size: 100% auto;
    transform: translateY(-50%);
    z-index: 2;
}
.btn-s2{
	color: #fff;
	background: none;
	border: #fff 2px solid;
}
.btn-s2:hover{
	color: #fff;
}
.btn-s3{
	display: inline-block;
	position: relative;
}
.btn-s3 span{
	display: block;
	position: relative;
	padding: 0 45px;
	padding-left: 50px;
	height: 60px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
	letter-spacing: 2px;
	background: url(../img/arrow03.svg) no-repeat 25px 50%;
	z-index: 2;
}
.btn-s3 input{
	color: #fff;
	font-weight: bold;
	width: 100%;
	background: none;
	border: none;
	border-radius: 0;
}
.btn-s3:hover{
	opacity: 1;
}
.btn-s3:after,
.btn-s3:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7CA4D7;
    transition: all .3s;
}
.btn-s3:before{
	background: linear-gradient(90deg, rgba(131, 168, 212,1) 20.197651941245496%,rgba(130, 168, 212,1) 20.197651941245496%,rgba(117, 181, 229,1) 51.5023819243357%,rgba(131, 168, 212,1) 80.20672427948094%);
}
.btn-s3:hover:after{
	opacity: 0;
}
h2.head-s1{
	display: inline-block;
	color: #73c3e6;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 4px;
}
h2.head-s1>span{
	display: block;
	position: relative;
	padding-left: 15px;
}
h2.head-s1>span:before{
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #73c3e6;
}
h2.head-s1>span span{
	display: inline-block;
	position: relative;
	padding: 0 8px;
	background: #fff;
	z-index: 2;
}
h2.head-s1 b{
	display: block;
	font-size: 45px;
	font-style: italic;
}
.sp{
	display: none;
}
.nowrap{
	white-space: nowrap;
}
ul.reset,
ol.reset,
.home dl,
.home ul,
#header ul,
#footer ul{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
.home li,
#header li,
#footer li{
	list-style: none;
}
.dev{
	font-size: 20px;
	font-weight: bold;
	color: red;
}

@media screen and (max-width:767px) {
	body{
		font-size: 16px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	h2.head-s1 {
	    font-size: 3vw;
	    letter-spacing: 2px;
	}
	h2.head-s1 b {
	    font-size: 7vw;
	}
	h2.head-s1>span {
		margin-bottom: 1vw;
	}
	.btn-s2,
	.btn-s1{
		width: 210px;
	}
	.btn-s2 span:after,
	.btn-s1 span:after{
		right: 15px;
	}
	.btn-s3 span {
	    padding: 0;
	    padding-left: 7vw;
	    padding-right: 3vw;
	    /* width: 210px; */
	    height: 40px;
	    font-size: 3.5vw;
	    line-height: 42px;
	    text-align: left;
	    letter-spacing: 0px;
	    background: url(../img/arrow03.svg) no-repeat 3vw 50%;
	}
}

/*base*/
#container{
	padding-top: 80px;
	overflow: hidden;
}
.container{
	max-width: var(--width-l);
	padding: var(--padding);
	padding-bottom: 100px;
}
.home .container{
	padding: 0;
	padding-bottom: 60px;
	max-width: 100%;
}

@media screen and (max-width:1280px) {
	#container{
		padding-top: 70px;
		padding-bottom: 55px;
	}
	.home .container{
		padding-bottom: 50px;
	}
}

@media screen and (max-width:820px) {
	.container{
		padding-bottom: 14vw;
	}
	.home .container{
		padding-bottom: 10vw;
	}
}

/*header*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 20px;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
	z-index: 99;
}
#hinr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	margin-bottom: 0;
	max-width: 220px;
}
#header .logo a{
	display: block;
	width: 100%;
}
#header .logo img{
	width: 100%;
	height: auto;
}
#header .right{
	display: flex;
	align-items: center;
}
#header .gnav ul{
	display: flex;
	gap: 0 45px;
}
#header .gnav li a{
	display: block;
	padding-left: 10px;
	color: var(--oc-primary-color);
	background: url(../img/arrow01.svg) no-repeat 0 50%;
}
#header .h-contact{
	display: flex;
	gap: 0 20px;
	align-items: center;
	margin-left: 30px;
	height: 38px;
}
.h-contact .tel{
	padding-left: 45px;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 1.8px;
	background: url(../img/tel.svg) no-repeat 0 50%;
	background-size: auto 100%;
}
.h-contact .tel a{
	display: block;
	color: var(--oc-primary-color);
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.h-contact .c02 a,
.h-contact .c01 a{
	position: relative;
	display: block;
	width: 150px;
	height: 38px;
	color: #5992db;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	background: url(../img/arrow02.svg) no-repeat 14px 50%;
	border: #5992db 2px solid;
}
.h-contact .c01 a:hover{
	color: #73B4E5;
	border: #73B5E6 2px solid;
	opacity: 1;
}
.h-contact .c01 a:hover{
	background: url(../img/arrow02b.svg) no-repeat 14px 50%;
}
.h-contact .c02 a{
	color: #fff;
	line-height: 42px;
	background: url(../img/arrow03.svg) no-repeat 16px 50%;
	border: #5992db 2px solid;
	border: none;
	border-radius: 3px;
}
.h-contact .c02 a:hover{
	opacity: 1;
}
.h-contact .c02 a:after,
.h-contact .c02 a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7aa0d5;
	border-radius: 3px;
	z-index: -1;
    transition: all .3s;
}
.h-contact .c02 a:before{
	background: linear-gradient(90deg, rgba(131, 168, 212,1) 20.197651941245496%,rgba(130, 168, 212,1) 20.197651941245496%,rgba(117, 181, 229,1) 51.5023819243357%,rgba(131, 168, 212,1) 80.20672427948094%);
}
.h-contact .c02 a:hover:after{
	opacity: 0;
}
.sp-menu{
	position: fixed;
	top: 80px;
	right: -100%;
	padding: 0 20px;
	width: 80%;
	height: calc(100% - 80px);
	color: #fff;
	background: rgba(89,146,219, 0.8);
	backdrop-filter: blur(20px);
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sp-menu.on{
	right: 0;
}
#header .sp-menu ul{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.sp-menu li{
	list-style: none;
}
.sp-menu li a{
	display: block;
	padding: 20px 15px;
	padding-right: 0;
	color: #fff;
	background: url(../img/arrow03.svg) no-repeat 0 50%;
	border-bottom: #fff 1px solid;
}
.sp-menu .contact{
	background: #fff;
	border-radius: 3px;
}
.sp-menu .contact a{
	display: block;
	height: 50px;
	color: #6c9cdd;
	line-height: 50px;
	text-align: center;
}
.sp-menu .contact span{
	display: inline-block;
	padding-left: 15px;
	background: url(../img/arrow02.svg) no-repeat 0 50%;
}
.menu-trigger{
	display: none;
	position: relative;
	width: 26px;
	height: 21px;
}
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #17181A;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	top: -2px;
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.sp-bottom-menu{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #5992db;
	z-index: 999;
}
.sp-bottom-menu .inr{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 55px;
}
.sp-bottom-menu .inr:before{
	content: '';
	position: absolute;
	top: 15%;
	left: 50%;
	width: 1px;
	height: 70%;
	background: #fff;
}
.sp-bottom-menu a{
	display: block;
	width: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.1;
}
.sp-bottom-menu a b{
	display: block;
	font-size: 20px;
}
.sp-bottom-menu a.c{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
.sp-bottom-menu a.t{
	font-size: 11px;
}
.sp-bottom-menu span{
	display: inline-block;
	text-align: left;
}
.sp-bottom-menu span span{
	position: relative;
	padding-left: 35px;
}
.sp-bottom-menu span span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(../img/tel03.svg) no-repeat 0 48%;
	background-size: 100% auto;
    transform: translateY(-50%);
}
.sp-bottom-menu .c span span:before{
	background: url(../img/mail.svg) no-repeat 0 48%;
	background-size: 100% auto;
}

@media screen and (max-width:1280px) {
	#header{
		height: 70px;
	}
	#header .right{
		display: none;
	}
	.menu-trigger{
		display: block;
	}
	.sp-bottom-menu{
		display: block;
	}
	.sp-menu{
		position: fixed;
		top: 70px;
	}
}

@media screen and (max-width:767px) {
	#header{
		padding: 20px;
	}
	.menu-trigger{
		width: 20px;
		height: 17px;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 7px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		top: -6px;
	}
	.sp-bottom-menu a b {
	    font-size: 4vw;
	}
	.sp-bottom-menu a.t{
		font-size: 2vw;
	}
	.sp-bottom-menu span span {
	    padding-left: 32px;
	}
	.sp-bottom-menu span span:before {
	    width: 25px;
	    height: 25px;
	}
	.sp-bottom-menu a.c {
	    font-size: 4vw;
	}
}

/*main column*/
.home .container .wrap{
	margin: 0 auto;
	max-width: var(--width-l);
	padding: var(--padding);
}
.top-mainvisual{
	background: #f9fafc;
}
.top-mainvisual .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-mainvisual .right{
	width: 54%;
}
.top-mainvisual .left img,
.top-mainvisual .right img{
	max-width: none;
}
.top-mainvisual .left{
	padding-top: 70px;
	width: 46%;
}
.top-mainvisual .left .image{
	margin-left: -260px;
	padding-top: 30px;
}
.top-mainvisual .left h2{
	font-size: 50px;
	letter-spacing: -5px;
	line-height: 1.4;
}
.top-mainvisual .left h2 span{
	font-size: 60px;
}
.top-mainvisual .left h2 .b2,
.top-mainvisual .left h2 .b1{
	position: relative;
	display: inline-block;
}
.top-mainvisual .left h2 .b2:before,
.top-mainvisual .left h2 .b1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 20px;
	background: #c8e2f1;
}
.top-mainvisual .left h2 .b2:before{
	background: #FBE993;
}
.top-mainvisual .left h2 b b{
	position: relative;
	z-index: 2;
}
.top-mainvisual .left h3{
	margin-bottom: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
.top-mainvisual .left h3 span{
	display: inline-block;
	position: relative;
	padding: 0 10px;
	height: 45px;
	line-height: 49px;
	background: #5992db;
}
.top-mainvisual .left h3 span:before{
	content: '';
	position: absolute;
	top: 0;
	right: -44px;
	width: 45px;
	height: 45px;
	background: #5992db;
	clip-path: polygon(0 0, 0% 100%, 80% 0);
}
.top-news{
	margin-bottom: 100px;
	padding-top: 100px;
	padding-bottom: 30px;
	background: #f9fafc;
}
.top-news .inr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-news .title{
	position: relative;
	width: 28%;
	text-align: right;
	z-index: 2;
}
.top-news .title>div{
	display: inline-block;
	text-align: left;
}
.top-news h2{
	padding-top: 20px;
	padding-bottom: 30px;
}
.top-news h2>span span{
	background: #f9fafc;
}
.top-news .content{
	padding-left: 20%;
	width: 72%;
}
.top-news li{
	margin-bottom: 45px;
}
.top-news li a{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 15px;
	color: var(--oc-primary-color);
}
.top-news li a:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 18px;
	background: #73c3e6;
}
.top-news li a:after{
	content: '…';
	position: absolute;
	top: -5px;
	left: 130px;
}
.top-news .date{
	width: 150px;
}
.top-news .p-title{
	width: calc(100% - 150px);
}
.top-middle .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-middle .box:first-child{
	margin-bottom: 80px;
}
.top-middle .box .image{
	position: relative;
	width: 56%;
	z-index: 1;
}
.top-middle .box .image:before{
	content: '';
	position: absolute;
	top: 50px;
	right: -50px;
	width: 100%;
	height: 100%;
	background: #81a6d3;
}
.top-middle .box:nth-of-type(even) .image:before{
	right: 50px;
}
.top-middle .box .image img{
	position: relative;
	z-index: 2;
}
.top-middle .box .content{
	position: relative;
	padding-top: 110px;
	width: 44%;
	z-index: 2;
}
.top-middle .box:nth-of-type(even) .content{
	order: 1;
	padding-top: 0;
}
.top-middle .box:nth-of-type(even) .image{
	order: 2;
	padding-top: 35px;
}
.top-middle .box .content>div{
	margin-right: -90px;
	padding: 80px 25px 100px 45px;
	background: rgba(255, 255, 255, 0.95);
	transform: translateX(-90px);
}
.top-middle .box:nth-of-type(even) .content>div{
	margin-right: 0;
	margin-left: -90px;
	padding: 80px 70px 160px 25px;
	transform: translateX(90px);
}
.top-middle h2{
	margin-bottom: 70px;
}
.top-middle h3{
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 1.5;
}
.top-middle p{
	margin-bottom: 35px;
	font-size: 17px;
	line-height: 2.2;
}
.top-product {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	background: url(../img/bg.svg) no-repeat center -110px;
	background-size: auto;
}
.top-product h2{
	margin-bottom: 35px;
	letter-spacing: 0;
}
.top-product h2>span{
	padding-left: 0;
	text-align: center;
}
.top-product h2>span:before{
	left: 50%;
	width: 50%;
    transform: translateX(-50%);
}
.top-product .text{
	margin-bottom: 50px;
	font-size: 17px;
	line-height: 2.2;
	text-align: center;
}
.top-product ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 100px;
}
.top-product li{
	position: relative;
	width: 14%;
	background: gray;
	border-radius: 10px;
}
.top-product li:before{
    content:"";
    display: block;
    padding-top: 150%;
}
.top-product li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-product li span{
	position: absolute;
	left: 20px;
	bottom: 25px;
	padding: 10px 0;
	width: calc(100% - 40px);
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 3px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	z-index: 2;
}
.top-recruit {
	padding-top: 100px;
	padding-bottom: 110px;
	background: url(../img/bg02.jpg) no-repeat center center;
	background-size: cover;
}
.top-recruit .inr{
	display: flex;
	flex-wrap: wrap;
}
.top-recruit .content{
	padding: 60px 50px;
	width: 41%;
	color: #fff;
	background: linear-gradient(178.9442938731122deg, rgba(99, 145, 169,1) 2.4952622628708996%,rgba(98, 144, 168,1) 2.4952622628708996%,rgba(76, 109, 159,1) 90.68225291684482%);
}
.top-recruit h2{
	margin-bottom: 30px;
	font-size: 30px;
}
.top-recruit p{
	font-size: 17px;
	line-height: 2.2;
}
.top-recruit .more{
	padding-top: 15px;
}
.top-recruit .image{
	width: 59%;
}
.top-recruit .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-access{
	padding-top: 60px;
}
.top-access h2{
	margin-left: 190px;
	margin-bottom: 50px;
}
.top-access .upper{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.top-access .upper .map{
	width: 50%;
	height: 440px;
	overflow: hidden;
}
.top-access .map>div{
	margin-top: -150px;
}
.top-access .upper .content{
	width: 50%;
}
.top-access .upper .content>div{
	padding: 75px 0 50px 50px;
	max-width: 650px;
}
.top-access .upper h3{
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.3;
}
.top-access .upper h3 span{
	font-size: 30px;
}
.top-access .address{
	margin-bottom: 40px;
	font-size: 17px;
}
.top-access .tel{
	display: flex;
	gap: 0 30px;
	margin-bottom: 30px;
}
.top-access .tel>div{
	display: flex;
}
.top-access .upper .name{
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 7px;
	font-weight: bold;
	line-height: 1.4;
}
.top-access .upper .name:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 80%;
	background: #17181a;
    transform: translateY(-50%);
}
.top-access .upper .left .name{
	font-size: 17px;
}
.top-access .upper .num{
	padding-left: 7px;
	line-height: 1.8;
}
.top-access .t{
	padding-left: 20px;
	color: #4d7ebd;
	font-weight: bold;
	background: url(../img/tel02.svg) no-repeat 0 48%;
	background-size: 17px auto;
}
.top-access .f{
	padding-left: 26px;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/fax.svg) no-repeat 0 48%;
	background-size: 23px auto;
}
.top-access .access li{
	padding-left: 22px;
}
.top-access .train{
	background: url(../img/train.svg) no-repeat 2px 50%;
	background-size: 13px auto;
}
.top-access .car{
	background: url(../img/car.svg) no-repeat 0 50%;
	background-size: 18px auto;
}
.top-access .inr .bottom{
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-access .bottom .box{
	width: 48%;
}
.top-access .bottom h3{
	position: relative;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 20px;
}
.top-access .bottom h3:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 30px;
	background: linear-gradient(180.81616498932613deg, rgba(132, 192, 226,1) 2.177827013344684%,rgba(132, 192, 226,1) 4.740204966527698%,rgba(103, 147, 214,1) 95.35533045738426%);
    transform: translateY(-50%);
}
.top-access .bottom .map{
	margin-bottom: 25px;
	height: 260px;
	overflow: hidden;
}
.top-access .bottom .address{
	margin-bottom: 5px;
}
.top-access .bottom .tel{
	margin-bottom: 15px;
}
.top-access .bottom .tel ul{
	display: flex;
	gap: 0 10px;
	align-items: center;
}

@media screen and (max-width:1280px) {
	.top-mainvisual .right{
		order: 1;
		margin: var(--n-margin);
		width: calc(100% + 40px);
	}
	.top-mainvisual .left img,
	.top-mainvisual .right img{
		width: 100%;
	}
	.top-mainvisual .left{
		order: 2;
		width: 100%;
	}
	.top-mainvisual .left .image{
		margin-left: 0;
		width: 100%;
		text-align: right;
	}
	.top-mainvisual .left .image img{
		width: 50%;
	}
	.top-news .title{
		width: 20%;
	}
	.top-news .content{
		padding-left: 10%;
		width: 80%;
	}
	.top-middle .box:first-child{
		margin-bottom: 80px;
	}
	.top-middle .box .image{
		margin: 0 auto;
	}
	.top-middle .box .content{
		width: 100%;
	}
	.top-middle .box:nth-of-type(even) .content{
		padding-top: 110px;
		order: 2;
	}
	.top-middle .box:nth-of-type(even) .image{
		order: 1;
	}
	.top-middle .box .content>div,
	.top-middle .box:nth-of-type(even) .content>div{
		margin-right: 0;
		margin-left: 0;
		transform: translateX(0);
	}
	.top-product {
		padding-top: 50px;
		background: url(../img/bg.svg) no-repeat center -300px;
		background-size: auto;
	}
	.top-product ul{
		margin-left: auto;
		margin-right: auto;
		max-width: 640px;
	}
	.top-product li{
		width: 200px;
	}
	.top-recruit .content{
		order: 2;
		width: 100%;
	}
	.top-recruit .image{
		order: 1;
		width: 100%;
	}
	.top-access .upper{
		padding: 0 20px;
	}
	.top-access .upper .map{
		width: 100%;
	}
	.top-access .upper .content{
		width: 100%;
	}
	.top-access .upper .content>div{
		padding-left: 0;
		max-width: 100%;
	}
	.top-access .inr .bottom{
		max-width: 100%;
	}
	.top-access .bottom .box{
		margin-bottom: 80px;
		width: 100%;
	}
}

@media screen and (max-width:820px) {
	.top-mainvisual .pc{
		display: none;
	}
	.top-mainvisual .sp{
		display: block;
	}
	.top-mainvisual .left {
	    padding-top: 4vw;
	}
	.top-mainvisual .left .image img{
		width: 100%;
	}
	.top-mainvisual .left .image {
	    padding-top: 4vw;
	}
	.top-mainvisual .left h2{
		font-size: 8vw;
	}
	.top-mainvisual .left h2 span{
		font-size: 7vw;
	}
	.top-news {
	    margin-bottom: 14vw;
	    padding-top: 10vw;
	    padding-bottom: 14vw;
	}
	.top-news .inr{
		position: relative;
		z-index: 2;
	}
	.top-news .title{
		position: static;
		width: 100%;
		text-align: center;
	}
	.top-news .title>div{
		text-align: center;
	}
	.top-news .content{
		padding-left: 0%;
		width: 100%;
	}
	.top-news h2.head-s1>span {
	    padding-left: 0;
	    text-align: center;
	}
	.top-news li{
		margin-bottom: 2vw;
		padding-bottom: 2vw;
		border-bottom: #73c3e6 1px solid;
	}
	.top-news li a{
		padding-left: 0;
	}
	.top-news li a:before{
		display: none;
	}
	.top-news li a:after{
		left: 105px;
	}
	.top-news .date{
		width: 100px;
	}
	.top-news .p-title{
		width: calc(100% - 135px);
	}
	.top-news .more{
		position: absolute;
		left: 0;
		bottom: -8vw;
		width: 100%;
		text-align: center;
	}
	.top-middle{
		margin-bottom: 14vw;
	}
	.top-middle .box:first-child {
	    margin-bottom: 12vw;
	}
	.top-middle .box .image {
	    width: 100%;
	}
	.top-middle .box:nth-of-type(even) .image:before,
	.top-middle .box .image:before {
	    top: 10px;
	    right: -10px;
	}
	.top-middle .box:nth-of-type(even) .image {
	    padding-top: 0;
	}
	.top-middle .box:nth-of-type(even) .content,
	.top-middle .box .content {
	    padding-top: 0;
	}
	.top-middle .box:nth-of-type(even) .content>div,
	.top-middle .box .content>div {
	    padding: 8vw 0 0 0;
	    background: none;
	    transform: translateX(0);
	}
	.top-middle h2 {
	    margin-bottom: 2vw;
	}
	.top-middle .more{
		text-align: center;
	}
	.top-product {
	    padding-top: 0;
	    padding-bottom: 14vw;
	}
	.top-product h2>span:before {
		width: 100%;
	}
	.top-product ul {
	    margin-bottom: 4vw;
	}
	.top-recruit {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.top-recruit .more {
		text-align: center;
	}
	.top-access {
	    padding-top: 14vw;
	}
	.top-access>.inr>.wrap:first-child{
		text-align: center;
	}
	.top-access h2 {
	    margin-left: 0;
	    margin-bottom: 4vw;
	}
	.top-access h2.head-s1>span {
	    padding-left: 0;
	    text-align: center;
	}
	.top-access .upper {
	    margin-bottom: 6vw;
	}
	.top-access .upper .content>div {
	    padding: 5vw 0 0;
	}
	.top-access .bottom .box {
	    margin-bottom: 8vw;
	}
	.top-access .bottom .box:last-child {
	    margin-bottom: 0;
	}
}

@media screen and (max-width:767px) {
	.top-mainvisual .left h2 {
	    letter-spacing: -3px;
	}
	.top-mainvisual .left h3 {
	    margin-bottom: 2vw;
	    font-size: 3.5vw;
	}
	.top-mainvisual .left h3 span {
	    padding: 0 5px;
	    height: 5.5vw;
	    line-height: 6vw;
	}
	.top-mainvisual .left h3 span:before {
	    right: -5.5vw;
	    width: 5.5vw;
	    height: 5.5vw;
	}
	.top-mainvisual .left p{
		font-size: 16px;
		line-height: 1.4;
	}
	.top-mainvisual .left .image {
	    padding-top: 0;
	}
	.top-news {
	    padding-top: 4vw;
	    padding-bottom: 20vw;
	}
	.top-news h2 {
	    padding-bottom: 2vw;
	    margin-bottom: 0;
	}
	.top-news .title{
		width: 100%;
	}
	.top-news .content{
		padding-left: 0;
		width: 100%;
	}
	.top-news li {
	    margin-bottom: 1vw;
	    padding-bottom: 1vw;
	}
	.top-news .p-title {
	    width: calc(100% - 105px);
	}
	.top-news .date {
		width: 80px;
	    letter-spacing: 0;
	}
	.top-news li a:after {
	    left: 82px;
	}
	.top-news .more {
	    bottom: -16.5vw;
	}
	.top-middle .box:nth-of-type(even) .image:before,
	.top-middle .box .image:before {
	    top: 5px;
	    right: -5px;
	}
	.top-middle h3 {
	    margin-bottom: 3vw;
	    font-size: 5vw;
	}
	.top-middle p {
	    margin-bottom: 6vw;
	    font-size: 16px;
	    line-height: 2;
	    letter-spacing: 0.5px;
	}
	.top-product {
	    padding-top: 3vw;
	}
	.top-product .text {
	    margin-bottom: 6vw;
	    font-size: 16px;
	    line-height: 2;
	}
	.top-product ul {
	    gap: 10px 3.5%;
	}
	.top-product li {
	    width: 31%;
	}
	.top-product li span {
	    left: 10px;
	    bottom: 15px;
	    padding: 5px 0;
	    width: calc(100% - 20px);
	    font-size: 3vw;
	    line-height: 1.3;
	}
	.top-product ul {
	    margin-bottom: 6vw;
	}
	.top-recruit .content {
	    padding: 5.5vw 2.5vw;
	}
	.top-recruit h2 {
	    margin-bottom: 3vw;
	    font-size: 4.5vw;
	    text-align: center;
	}
	.top-recruit p {
	    font-size: 16px;
	    line-height: 2;
	}
	.top-recruit .more {
	    padding-top: 0;
	}
	.top-access .upper {
	    margin-bottom: 8vw;
	}
	.top-access .upper .map {
	    height: 220px;
	}
	.top-access .map>div {
	    margin-top: -250px;
	}
	.top-access .upper h3 {
	    font-size: 3.5vw;
	    line-height: 1.5;
	}
	.top-access .upper h3 span {
	    font-size: 5vw;
	}
	.top-access .address {
	    margin-bottom: 5vw;
	    font-size: 3vw;
	}
	.top-access .tel {
	    gap: 0 15px;
	    margin-bottom: 4vw;
	}
	.top-access .upper .left .name,
	.top-access .upper .name{
		padding-right: 5px;
		font-size: 3vw;
		letter-spacing: 0;
		white-space: nowrap;
	}
	.top-access .upper .num {
	    padding-left: 5px;
	}
	.top-access .t{
		font-size: 3vw;
	}
	.top-access .f{
		font-size: 3vw;
	}
	.top-access .bottom h3 {
	    margin-bottom: 2vw;
	    padding-left: 2vw;
	    font-size: 4vw;
	}
	.top-access .bottom h3:before {
	    top: 49%;
	    width: 3px;
	    height: 4.5vw;
	}
	.top-access .bottom .map {
	    margin-bottom: 3vw;
	    height: 220px;
	}
	.top-access .bottom .map>div {
	    margin-top: -160px;
	}
}

@media screen and (max-width:375px) {
	.top-access .tel {
	    gap: 0 5px;
	}
}

/*footer*/
#footer .wrap{
	margin: 0 auto;
	padding: var(--padding);
	max-width: var(--width-m);
}
#footer p{
	font-size: 17px;
	line-height: 2.2;
}
#footer a{
	color: #fff;
}
#footer .upper{
	padding: 130px 0;
	background: #fafafa;
}
#footer .upper .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;;
	gap: 80px 0;
}
#footer .upper .wrap>div{
	position: relative;
	padding-bottom: 60px;
	width: 48%;
}
#footer .upper .more{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer .upper ul{
	margin-bottom: 5px;
}
#footer .upper li{
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px 15px 10px 50px;
	color: #5992db;
	font-size: 17px;
	line-height: 1.5;
	background: #fff url(../img/check.svg) no-repeat 20px 48%;
	background-size: 20px auto;
	border: #5992db 1px solid;
	border-radius: 28px;
}
#footer .upper .image{
	margin-bottom: 30px;
}
#footer .middle {
	padding: 60px 0;
	color: #fff;
	background: #fff url(../img/bg03.jpg) no-repeat center 0;
	background-size: cover;
}
#footer .middle .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .middle .letf{
	width: 30%;
}
#footer .middle .right{
	width: 68%;
}
#footer .middle .left{
	font-size: 11px;
}
#footer .logo{
	margin-bottom: 1.5em;
}
#footer .logo img{
	width: 100%;
	max-width: 270px;
	height: auto;
}
#footer .middle .tel,
#footer .middle .address{
	display: flex;
	gap: 0 5px;
	line-height: 1.4;
}
#footer .middle .address{
	margin-bottom: 15px;
}
#footer .middle .tel .l,
#footer .middle .address .l{
	display: flex;
	align-items: center;
	width: 38px;
	height: 32px;
	line-height: 30px;
	border: #fff 1px solid;
	border-radius: 3px;
}
#footer .middle .address .l span{
	display: block;
	width: 100%;
	text-align: center;
}
#footer .middle .tel{
	align-items: center;
}
#footer .middle .tel .l{
	line-height: 1.2;
	border: none;
	border-radius: 0;
}
#footer .middle .tel b{
	display: block;
	font-size: 21px;
}
#footer .middle .right{
	padding-top: 60px;
	text-align: right;
}
#footer .menu{
	display: inline-block;
}
#footer .menu ul{
	display: flex;
	gap: 10px 45px;
	margin-bottom: 15px;
}
#footer .menu li{
	padding-left: 10px;
	background: url(../img/arrow03.svg) no-repeat 0 50%;
}
#footer .contact {
	display: flex;
	justify-content: flex-end;
	gap: 0 20px;
}
#footer .contact a{
	display: inline-block;
	padding-left: 30px;
	width: 200px;
	height: 50px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
	background: url(../img/arrow03.svg) no-repeat 13px 50%;
	border: #fff 2px solid;
}
#footer .bottom {
	position: relative;
	height: 40px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	line-height: 42px;
	text-align: center;
	background: linear-gradient(90.3834640432151deg, rgba(133, 194, 226,1) 1.3531743285077213%,rgba(132, 193, 225,1) 1.3531743285077213%,rgba(110, 158, 216,1) 100.38487684953911%);
}
#footer .pagetop{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	background: #17181a;
}

@media screen and (max-width:820px) {
	#footer .upper {
	    padding: 8vw 0;
	    text-align: center;
	}
	#footer .upper .wrap {
	    gap: 8vw 0;
	}
	#footer .upper .wrap>div {
	    padding-bottom: 0;
	    width: 100%;
	}
	#footer .upper .more {
	    position: static;
	}
	#footer .upper .sp {
		display: block;
	}
	#footer .upper li {
	    display: block;
	}
	#footer .middle {
	    padding: 6vw 0;
	}
	#footer .middle .right {
		display: none;
	}
}

@media screen and (max-width:767px) {
	#footer p {
	    font-size: 16px;
	    line-height: 2;
	}
	#footer .upper {
	    padding: 10vw 0;
	}
	#footer .upper .wrap {
	    gap: 10vw 0;
	}
	#footer .upper ul {
	    margin-bottom: 5vw;
	}
	#footer .upper li {
	    padding: 5px;
	    padding-left: 8vw;
	    font-size: 3.5vw;
	    text-align: left;
	    letter-spacing: 0;
	    background: #fff url(../img/check.svg) no-repeat 2vw 48%;
	    background-size: 20px auto;
	}
	#footer .middle {
	    padding: 10vw 0;
	}
	#footer .logo {
	    margin-bottom: 4vw;
	    width: 160px;
	}
	#footer .middle .tel .r,
	#footer .middle .address .r{
		font-size: 2vw;
	}
	#footer .middle .address .l {
	    height: 28px;
	}
	#footer .middle .address {
	    margin-bottom: 2vw;
	}
	#footer .middle .tel b {
	    font-size: 4vw;
	}
	#footer .bottom {
	    height: 22px;
	    font-size: 11px;
	    line-height: 23px;
	}
	#footer .pagetop {
	    bottom: 22px;
	    width: 32px;
	    height: 32px;
	    line-height: 32px;
	}

}

/*下層*/
.pagetitle {
	position: relative;
	margin-bottom: 100px;
}
.pagetitle .wrap{
	position: relative;
	margin: 0 auto;
	max-width: var(--width-l);
	padding: var(--padding);
	z-index: 2;
}
.pagetitle h2{
	padding: 120px 0;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 8px;
}
.pagetitle h2 span{
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 1px;
}
.container p:not(body.home .container p){
	margin-bottom: 30px;
}

@media screen and (max-width:820px) {
	.pagetitle {
		margin-bottom: 8vw;
	}
	.pagetitle h2{
		padding: 6vw 0;
		font-size: 4vw;
		letter-spacing: 5px;
	}
	.pagetitle h2 span{
		font-size: 1.5vw;
	}
}

@media screen and (max-width:767px) {
	.pagetitle {
	    margin-bottom: 10vw;
	}
	.pagetitle h2{
		padding: 5vw 0;
		font-size: 5.5vw;
		letter-spacing: 3px;
	}
	.pagetitle h2 span{
		font-size: 3vw;
	}
}

/*会社概要*/
.page-template-page-about .pagetitle{
	margin-bottom: 180px;
}
.page-template-page-about .pagetitle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 750px;
	background: #fff url(../img/about-bg.jpg) no-repeat center 0;
	background-size: cover;
}
.page-template-page-about .header-content {
	display: flex;
	flex-wrap: wrap;
	margin-top: -100px;
	width: 1660px;
}
.page-template-page-about .header-content .image{
	position: relative;
	width: 45%;
}
.page-template-page-about .header-content .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-template-page-about .header-content .content{
	padding: 70px 80px 20px 70px;
	width: 55%;
	color: #fff;
	background: linear-gradient(177.78847627249843deg, rgba(132, 167, 211,1) 1.4750474808115186%,rgba(131, 166, 210,1) 1.4750474808115186%,rgba(128, 162, 209,1) 96.8635425720248%);
}
.page-template-page-about .header-content h3{
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 5px;
}
.page-template-page-about .header-content .name{
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}
.page-template-page-about .header-content .name b{
	font-size: 25px;
}
.page-template-page-about .header-content p{
	margin-bottom: 30px;
}
.page-template-page-about .container{
	margin: 0 auto;
	padding: var(--padding);
	max-width: var(--width-m);
}
.page-template-page-about .container .upper{
	margin-bottom: 100px;
	padding: 0 50px;
}
.page-template-page-about .container .upper h3{
	margin-bottom: 80px;
	padding-top: 110px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: #fff url(../img/company.svg) no-repeat center 0;
}
.page-template-page-about .container .upper h3 span{
	display: inline-block;
	position: relative;
	padding: 0 18px;
	letter-spacing: 5px;
}
.page-template-page-about .container .upper h3 span:after,
.page-template-page-about .container .upper h3 span:before{
	content: '';
	position: absolute;
	left: -56px;
	bottom: 20px;
	width: 56px;
	height: 1px;
	background: var(--oc-primary-color);

}
.page-template-page-about .container .upper h3 span:after{
	left: auto;
	right: -56px;
}
.page-template-page-about .container .u-inr>dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px 0;
	border-bottom: #e4e4e4 1px dotted;
}
.page-template-page-about .container .u-inr>dl dl{
	margin-bottom: 20px;
}
.page-template-page-about .container .u-inr>dl dl:last-child{
	margin-bottom: 0;
}
.page-template-page-about .container .u-inr>dl>dt{
	padding-right: 10px;
	width: 14%;
	font-weight: normal;
}
.page-template-page-about .container .u-inr>dl>dd{
	margin: 0;
	width: 86%;
}
.page-template-page-about .container .u-inr>dl>dd dd{
	margin-bottom: 0;
}
.page-template-page-about .container .tel{
	display: flex;
	align-items: center;
	gap: 0 30px;
	margin: 0;
	margin-top: -10px;
	padding: 0;
}
.page-template-page-about .container .tel li{
	list-style: none;
}
.page-template-page-about .container .t{
	padding-left: 20px;
	background: url(../img/tel04.svg) no-repeat 0 46%;
	background-size: 15px auto;
}
.page-template-page-about .container .f{
	padding-left: 22px;
	background: url(../img/fax02.svg) no-repeat 0 46%;
	background-size: 19px auto;
}
.page-template-page-about .bottom-content {
	position: relative;
	padding-top: 115px;
}
.page-template-page-about .bottom-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 570px;
	background: url(../img/about-img02.jpg) no-repeat center 0;
	background-size: cover;
}
.page-template-page-about .bottom-content:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -700px;
	width: 1660px;
	height: calc(100% - 115px);
	background: #41464D;
}
.page-template-page-about .bottom-content .wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 100px 10px;
	max-width: 1020px;
	color: #fff;
	z-index: 2;
}
.page-template-page-about .bottom-content .title{
	width: 29%;
	padding-right: 10px;
}
.page-template-page-about .bottom-content h3{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 15px;
}
.page-template-page-about .bottom-content .content{
	width: 71%;
}
.page-template-page-about .bottom-content dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: #fff 1px dotted;
}
.page-template-page-about .bottom-content dt{
	padding-right: 10px;
	width: 30%;
	font-weight: normal;
}
.page-template-page-about .bottom-content dd{
	margin: 0;
	padding-right: 5px;
	width: 70%;
}
.page-template-page-about .bottom-content .text{
	padding-top: 30px;
	text-align: right;
}

@media screen and (max-width:1400px) {
	.page-template-page-about .pagetitle .wrap{
		margin-right: -20px;
	}
	.page-template-page-about .header-content {
		width: 100%;
	}
}

@media screen and (max-width:1280px) {
	.page-template-page-about .pagetitle .wrap{
		margin-right: 0;
	}
	.page-template-page-about .header-content .image{
		order: 1;
		width: 100%;
	}
	.page-template-page-about .header-content .image img{
		position: static;
		width: 100%;
		height: auto;
		object-fit: fill;
	}
	.page-template-page-about .header-content .content{
		order: 2;
		padding: 30px;
		padding-top: 50px;
		width: 100%;
	}
}

@media screen and (max-width:820px) {
	.page-template-page-about .pagetitle {
	    margin-bottom: 14vw;
	}
	.page-template-page-about .container {
	    padding: var(--padding);
	    max-width: 100%;
	}
	.page-template-page-about .container .upper {
	    margin-bottom: 14vw;
	    padding: 0;
	}
	.page-template-page-about .header-content {
		margin-top: -1vw;
	}
	.page-template-page-about .header-content .content{
		padding: 3vw;
		padding-top: 6vw;
	}
	.page-template-page-about .header-content h3 {
	    margin-bottom: 3vw;
	    font-size: 4vw;
	}
	.page-template-page-about .container .upper h3{
		font-size: 4vw;
	}
	.page-template-page-about .container .u-inr>dl>dt{
		width: 20%;
	}
	.page-template-page-about .container .u-inr>dl>dd{
		width: 80%;
	}
	.page-template-page-about .header-content p {
	     margin-bottom: 1rem;
	}
	.page-template-page-about .bottom-content {
	    padding: var(--padding);
	    padding-top: 8vw;
	}
	.page-template-page-about .bottom-content:after {
		display: none;
	}
	.page-template-page-about .bottom-content .wrap {
	    padding: var(--padding);
	    padding-top: 6vw;
	    padding-bottom: 6vw;
	    max-width: 100%;
	    background: #41464d;
	}
	.page-template-page-about .bottom-content .title{
		width: 100%;
		padding-right: 0;
	}
	.page-template-page-about .bottom-content h3{
		text-align: center;
		font-size: 24px;
	}
	.page-template-page-about .bottom-content .content{
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.page-template-page-about .header-content .name b {
	    font-size: 5vw;
	}
	.page-template-page-about .container .upper h3 {
		margin-bottom: 6vw;
	    font-size: 6vw;
	}
	.page-template-page-about .container .u-inr>dl>dt{
		width: 100%;
		font-size: 18px;
		font-weight: bold;
	}
	.page-template-page-about .container .u-inr>dl>dd{
		width: 100%;
	}
	.page-template-page-about .bottom-content dt{
		padding-right: 0;
		width: 100%;
		font-weight: bold;
	}
	.page-template-page-about .bottom-content dd{
		padding-right: 0;
		width: 100%;
	}
}

/*求人情報*/
body.recruit .container{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
body.recruit .pagetitle {
	background: url(../img/recruit-bg.jpg) no-repeat center 0;
	background-size: cover;
}
body.recruit .container .wrap{
	margin: 0 auto;
	max-width: var(--width-l);
	padding: var(--padding);
}
body.recruit .container .upper .wrap{
	margin: 0 auto;
	margin-bottom: 170px;
	max-width: var(--width-m);
}
body.recruit .container .upper h3{
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 5px;
	text-align: center;
}
body.recruit .container .upper .u{
	position: relative;
	margin-bottom: 75px;
	padding-top: 265px;
	font-size: 17px;
}
body.recruit .container .upper .u:before{
	content: '';
	position: absolute;
	left: -200px;
	bottom: 1px;
	width: 1400px;
	height: 100%;
	background: url(../img/recruit-img01.jpg) no-repeat center 0;
	background-size: cover;
}
body.recruit .container .upper .u-inr{
	position: relative;
	padding: 25px;
	min-height: 215px;
	line-height: 2.2;
	background: #fff;
	z-index: 2;
}
body.recruit .container .upper .u .intro{
	max-width: 853px;
	margin: 0 auto;
}
body.recruit .container .upper .u-inr p:last-child{
	margin-bottom: 0;
}
body.recruit .container .upper .m{
	position: relative;
	margin-bottom: 90px;
	padding: 50px 25px;
	border: #5992db 4px solid;
	border-radius: 15px;
}
body.recruit .container .upper .m .features{
	max-width: 853px;
    margin: 0 auto;
}
body.recruit .container .upper .m h4{
	position: absolute;
	top: -14px;
	left: 25px;
	padding: 0 10px;
	color: #5992db;
	font-weight: bold;
	font-size: 21px;
	background: #fff;
}
body.recruit .container .upper .m li{
	padding-left: 20px;
	font-size: 17px;
	background: url(../img/square.svg) no-repeat 0 9px;
}
body.recruit .container .upper .b{
	display: flex;
	justify-content: space-between;
	gap: 40px 4%;
	flex-wrap: wrap;
	font-size: 15px;
}
body.recruit .container .upper .b .box{
	width: 47%;
}
body.recruit .container .upper .b h4{
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
}
body.recruit .container .upper .b .job{
	display: flex;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 15px;
}
body.recruit .container .upper .b .date{
	padding: 0 5px;
	color: #fff;
	height: 30px;
	line-height: 32px;
	font-weight: bold;
	background: #5992db;
}
body.recruit .container .upper .b .name{
	color: #5992db;
	font-weight: bold;
}
body.recruit .container .upper .work-image.m{
	padding: 65px 25px;
}
body.recruit .container .upper .work-image.m .working-schedule li{
	padding: initial;
	background: none;
	list-style: none;
	letter-spacing: 0.075em;
	display: flex;
    column-gap: 1.5em;
}
body.recruit .container .upper .work-image.m .working-schedule .time{
	width: 5em;
	text-align: right;
	position: relative;
}
body.recruit .container .upper .work-image.m li{
	background: none;
	list-style: none;
}
body.recruit .container .upper .work-image.m .working-schedule{
	margin: 0;
	padding: 0;
}
body.recruit .container .upper .work-image.m .working-schedule li .clock-icon{
	width: 17px;
    height: 17px;
	fill: #5992db;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -1.25em;
}
body.recruit .container .upper .work-image.m h5{
	background: linear-gradient(90deg, rgba(132,167,211,1) 0%, rgba(100,153,224,1) 50%, rgba(129,162,209,1) 100%);	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	margin-bottom: 36px;
}
body.recruit .container .upper .work-image.m h5::before{
	content:  url(../img/square.svg);
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 0.5rem;
}
.office-images-wrap img{
	width: 30%;
	height: auto;
}
body.recruit .container .upper .work-image.m .job-flow {
	font-size: 17px;
	max-width: 853px;
    margin: 0 auto 90px;
    text-align: center;
}
body.recruit .container .upper .work-image.m .with-arrow{
	position: relative;
	margin-bottom: 3rem;
}
body.recruit .container .upper .work-image.m .with-arrow::after{
	display: block;
	content: url(../img/work-flow-arrow.svg);
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translate(-50%, 50%) scale(1.25);
}
.mb-50{
	margin-bottom: 50px;
}
.mb-70{
	margin-bottom: 70px;
}
body.recruit .container .upper .work-image.m .advantage{
	max-width: 853px;
    text-align: justify;
    margin: 0 auto;
}
body.recruit .container .upper .staff-voice.m{
	font-size: 17px;
	padding: 50px 25px;
	letter-spacing: 0.075em;
	text-align: justify;
}
body.recruit .container .upper .staff-voice.m>div{
	max-width: 853px;
    margin: 0 auto;
}
body.recruit .container .upper .staff-voice.m .staff-name{
	display: block;
	text-align: right;
	margin-top: 2rem;
}
body.recruit .container .middle {
	position: relative;
	margin-bottom: 120px;
	padding-top: 130px;
}
body.recruit .container .middle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 780px;
	background: url(../img/recruit-img02.jpg) no-repeat center 0;
	background-size: cover;
}
body.recruit .container .middle .wrap{
	position: relative;
	color: #fff;
	background: #41464c;
	z-index: 2;
}
body.recruit .container .middle .w-inr{
	margin: 0 auto;
	padding: 100px;
	padding-bottom: 150px;
	max-width: 1166px;
}
body.recruit .container .middle h3{
	margin-bottom: 65px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}
body.recruit .container .middle .tab-text::before {
    content: "←";
	margin-right: 0.5em;
}
body.recruit .container .middle .tab-text::after {
	content: "→";
	margin-left: 0.5em;

}
body.recruit .container .tab{
	height: fit-content;
    border-bottom: #fff 2px solid;
	overflow-x: scroll;
	overflow-y: hidden;
}
body.recruit .container .tab ul{
	display: flex;
	gap: 0 25px;
}
body.recruit .container .middle .tab li{
	position: relative;
	padding: 0 10px;
	min-width: 170px;
	height: 48px;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	cursor: pointer;
	background: #70767e;
	border-radius: 5px 5px 0 0;
    transition: all .3s;
	white-space: nowrap;
}
body.recruit .container .middle .tab li:before{
	content: '';
	position: absolute;
	top: 2px;
	right: -19px;
	width: 20px;
	height: 46px;
	background: #70767e;
	clip-path: polygon(0 0, 0% 100%, 80% 100%);
    transition: all .3s;
}
body.recruit .container .middle .tab li:hover,
body.recruit .container .middle .tab li.current{
	color: #17181a;
	background: #fff;
}
body.recruit .container .middle .tab li:hover:before,
body.recruit .container .middle .tab li.current:before{
	background: #fff;
}
body.recruit .container .middle .content{
	position: relative;
	padding-top: 10px;
	/* border-top: #fff 2px solid; */
}
body.recruit .container .middle .t-content{
	display: none;
}
body.recruit .container .middle .t-content.current{
	display: block;
}
body.recruit .container .middle dl{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #FFF 1px dotted;
}
body.recruit .container .middle dt{
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 28%;
	font-weight: bold;
}
body.recruit .container .middle dd{
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 72%;
	font-size: 16px;
}
body.recruit .container .middle dd small{
	font-size: 13px;
}
body.recruit .container .bottom{
	position: relative;
	background: #fff;
	z-index: 2;
}
body.recruit .container .bottom .text,
body.services .container .bottom .text
{
	margin-bottom: 100px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 5px;
}
.g-recaptcha {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1000px) {
	body.recruit .container .middle .w-inr {
		overflow: scroll;
	}
}
@media screen and (max-width:820px) {
	body.recruit .container .upper .wrap {
	    margin-bottom: 6vw;
	}
	body.recruit .container .upper h3 {
	    margin-bottom: 5vw;
	    font-size: 20px;
	    letter-spacing: 3px;
	}
	body.recruit .container .upper .u {
	    margin-bottom: 7vw;	
	    padding-top: 15vw;
	}
	body.recruit .container .upper .b h4 {
	    font-size: 2.5vw;
	}
	body.recruit .container .upper .u-inr,
	body.recruit .container .upper .m,
	body.recruit .container .upper .work-image.m,
	body.recruit .container .upper .staff-voice.m{
		padding: 50px 40px;
	}
	body.recruit .container .upper .work-image.m h5{
		font-size: 3.5vw;
	}
	body.recruit .container .middle {
	    margin-bottom: 14vw;
	    padding-top: 8vw;
	}
	body.recruit .container .middle .wrap {
	    background: none;
	}
	body.recruit .container .middle .w-inr {
	    padding: 8vw 3vw;
	    padding-bottom: 3vw;
	    background: #41464c;
	}
	body.recruit .container .middle h3 {
	    margin-bottom: 6vw;
	    font-size: 4vw;
	}
	body.recruit .container .middle .tab li {
	    font-size: 2.5vw;
	}
	body.recruit .container .bottom .text,
	body.services .container .bottom .text {
	    margin-bottom: 10vw;
	    font-size: 3.5vw;
	    letter-spacing: 1px;
	}
}

@media screen and (max-width:767px) {
	body.recruit .container .upper h3 {
	    margin-bottom: 7vw;
	}
	body.recruit .container .upper .u {
	    margin-bottom: 10vw;
	    font-size: 16px;
	}
	body.recruit .container .upper .m {
		padding: 35px 10px;
	    margin-bottom: 65px;
	}
	body.recruit .container .upper .m h4 {
	    top: -11px;
	    font-size: 4vw;
	}
	body.recruit .container .upper .m li {
	    font-size: 15px;
		background: url(../img/square.svg) no-repeat 0 6px;
	}
	body.recruit .container .upper .work-image.m{
		font-size: 15px;
		padding: 45px 10px;
	}
	body.recruit .container .upper .work-image.m .working-schedule .time{
		text-align: right;
		position: initial;
		height: fit-content;
	}
	body.recruit .container .upper .work-image.m .working-schedule li .clock-icon{
		position: initial;
		transform: initial;
		right: initial;
	}
	body.recruit .container .upper .work-image.m .working-schedule span:last-child{
		flex: 1;
	}
	body.recruit .container .upper .work-image.m h5{
		font-size: 5vw;
	}
	body.recruit .container .upper .work-image.m .mb-70{
		margin-bottom: 50px;
	}
	.office-images-wrap{
		row-gap: 1rem;
	}
	.office-images-wrap img{
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	body.recruit .container .upper .work-image.m .job-flow{
		font-size: 15px;
		 margin-bottom: 70px;
	}
	body.recruit .container .upper .u-inr,
    body.recruit .container .upper .m{
		padding: 35px 10px;
	}

	body.recruit .container .upper .staff-voice.m{
		font-size: 15px;
		padding: 35px 10px;
	}
	
	body.recruit .container .upper .b {
	    gap: 0 4%;
	    font-size: 13px;
	}
	body.recruit .container .upper .b .box {
	    width: 100%;
	}
	body.recruit .container .upper .b h4 {
	    font-size: 4vw;
	}
	body.recruit .container .tab ul {
	    gap: 0 5%;
	}
	body.recruit .container .middle .tab li {
		min-width: initial;
		flex: 1;
		height: 40px;
		font-size: 3.5vw;
		line-height: 40px;
	}
body.recruit .container .middle .tab li:before {
	    right: -19px;
	    width: 20px;
	    height: 39px;
	}
	body.recruit .container .middle dt{
		padding-bottom: 0;
		width: 100%;
	}
	body.recruit .container .middle dd{
		width: 100%;
	}
}


/*事業案内*/
body.services .pagetitle,
body.privacy .pagetitle
{
	background: url(../img/services-bg.jpg) no-repeat center 0;
	background-size: cover;
}

body.services .container{
	max-width: var(--width-m);
}
body.services .container .upper{
	margin-bottom: 170px;
}
body.services .container .upper h3{
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 3px;
}
body.services .container .upper .u{
	font-size: 18px;
	text-align: center;
}
body.services .container .upper .u .image{
	margin-bottom: 80px;
	padding-top: 70px;
}
body.services .container .upper ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 35px;
}
body.services .container .upper li{
	padding-left: 20px;
	font-size: 17px;
	background: url(../img/square.svg) no-repeat 0 40%;
}
body.services .container .upper .b .image{
	position: relative;
	margin-bottom: 40px;
	padding-top: 28%;
	background: url(../img/services-img02.jpg) no-repeat center 0;
	background-size: cover;
}
body.services .container .upper .b .image:after,
body.services .container .upper .b .image:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 84px;
	height: 84px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
body.services .container .upper .b .image:after{
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
body.services .container .upper h4{
	margin-bottom: 70px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 3px;
}
body.services .container .upper .b-inr{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
body.services .container .upper dl{
	margin-bottom: 0;
	width: 28%;
}
body.services .container .upper dt{
	position: relative;
	margin-bottom: 20px;
	padding-top: 100%;
	color: #5992db;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background: url(../img/circle.svg) no-repeat center center;
	background-size: 100% auto;
}
body.services .container .upper dt span{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.3;
}
body.services .container .upper dd{
	margin-bottom: 0;
	font-size: 15px;
}
body.services .container .middle{
	margin-bottom: 90px;
}
body.services .container .middle h4{
	margin-bottom: 80px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}
body.services .container .middle h4 span{
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
body.services .container .middle h4 span:after,
body.services .container .middle h4 span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -56px;
	margin-top: -3px;
	width: 56px;
	height: 1px;
	background: #17181a;
}
body.services .container .middle h4 span:after{
	left: auto;
	right: -56px;
}
body.services .container .middle p{
	font-size: 17px;
	line-height: 1.7;
}
body.services .container .middle .box{
	position: relative;
	margin-bottom: 55px;
	padding: 35px;
	padding-bottom: 20px;
	border: #5992db 4px solid;
	border-radius: 15px;
}
body.services .container .middle h5{
	position: absolute;
	top: -13px;
	left: 25px;
	padding: 0 10px;
	color: #5992db;
	font-size: 21px;
	font-weight: bold;
	background: #fff;
}
body.services .container .middle .b-inr{
	display: flex;
	flex-wrap: wrap;
}
body.services .container .middle ul{
	margin: 0;
	padding: 0;
	padding-right: 10px;
	width: 33.3333%;
}
body.services .container .middle li{
	list-style: none;
}

@media screen and (max-width:820px) {
	body.services .container .upper {
	    margin-bottom: 14vw;
	}
	body.services .container .upper h3{
	    margin-bottom: 3vw;
	    font-size: 3.5vw;
    letter-spacing: 1px;
	}
	body.services .container .upper .u .image {
	    margin-bottom: 5vw;
	    padding-top: 0vw;
	}
	body.services .container .upper h4 {
	    margin-bottom: 6vw;
	    font-size: 3vw;
	    letter-spacing: 1px;
	}
	body.services .container .upper dt {
	    margin-bottom: 2vw;
	    font-size: 2.5vw;
	}
	body.services .container .middle h4 {
	    margin-bottom: 7vw;
	    font-size: 4vw;
	    letter-spacing: 2px;
	}
}

@media screen and (max-width:767px) {
	body.services .container .upper h3 {
	    font-size: 18px;
	}
	body.services .container .upper .u {
	     font-size: 16px;
	}
	body.services .container .upper ul {
	    display: inline-block;
	    padding-top: 5vw;
	}
	body.services .container .upper li {
		width: 100%;
	    font-size: 16px;
	    text-align: left;
	}
	body.services .container .upper .u .image {
	    margin-bottom: 8vw;
	}
	body.services .container .upper .b .image:after,
	body.services .container .upper .b .image:before{
		width: 40px;
		height: 40px;
	}
	body.services .container .upper .b .image:after{
		bottom: -1px;
	}
	body.services .container .upper h4 {
		margin-bottom: 10vw;
	    font-size: 4vw;
	}
	body.services .container .upper .b-inr {
	    gap: 8vw;
	}
	body.services .container .upper dl {
	    width: 100%;
	}
	body.services .container .upper dt {
		margin: 0 auto;
		margin-bottom: 4vw;
		padding-top: 60%;
		width: 60%;
		font-size: 4vw;
	}
	body.services .container .upper dt span{
		line-height: 1.8;
	}
	body.services .container .upper dd {
	    font-size: 16px;
	}
	body.services .container .middle {
	    margin-bottom: 14vw;
	}
	body.services .container .middle h4 {
	    margin-bottom: 10vw;
	}
	body.services .container .middle .box {
	    margin-bottom: 8vw;
	    padding: 4vw;
	}
	body.services .container .middle h5 {
	    top: -2.5vw;
	    font-size: 4vw;
	}
	body.services .container .middle ul {
	    padding-right: 0;
	    width: 100%;
	}
	body.services .container .nowrap {
	    white-space: normal;
	}
}

/*フォーム*/
select,
textarea,
[type="password"],
[type="email"],
[type="number"],
[type="date"],
[type="text"]{
	padding: 15px 20px;
	width: 100%;
	border: #BEBBBB 1px solid;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
}
textarea{
	min-height: 240px;
	font-size: 15px;
}
select {
	width: auto;
	min-width: 375px;
}
.form{
	margin: 0 auto;
	margin-bottom: 100px;
	max-width: 1000px;
	padding: 60px 50px 80px 50px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}
.form .alert-text{
	color: #192a36;
}
.form .req{
	display: inline-block;
	margin-right: 5px;
	width: 41px;
	height: 23px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 23px;
	background: #b94242;
	border-radius: 3px;
}
.form .label .req{
	margin-top: -4px;
	margin-right: 0;
	margin-left: 10px;
}
.form .f-content{
	padding: 30px 0;
	font-size: 17px;
	border-bottom: #a7a7a7 1px dashed;
}
.form .f-content:last-child{
	border-bottom: none;
}
.form .f-content .label{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.form input.s{
	width: auto;
	min-width: 400px;
}
.form input.m{
	width: auto;
	min-width: 555px;
}
.form input.ml{
	width: auto;
	min-width: 660px;
}
.form .date{
	display: flex;
	gap: 0 35px;
}
.form .date select{
	width: 110px;
	min-width: auto;
}
.form .date select.year{
	width: 150px;
}
.privacy-check-wrap{
	margin-top: 35px
}
label.privacy-check{
	cursor: pointer;
}
.form .submit{
	padding-top: 30px;
	text-align: center;
}
.form .submit span{
	min-width: 300px;
	padding: 0;
}

@media screen and (max-width:820px) {
	.form {
		margin-bottom: 0;
		padding: 6vw 2vw;
	}
}

@media screen and (max-width:767px) {
	select,
	textarea,
	[type="password"],
	[type="email"],
	[type="number"],
	[type="date"],
	[type="text"]{
		padding: 2vw;
		width: 100%!important;
		min-width: 100%!important;
	}
	.form .f-content {
	    padding: 4vw 0;
	    font-size: 13px;
	}
	.form .req {
	    font-size: 13px;
	}
	.form .f-content .label {
	    margin-bottom: 3vw;
	}
.form .date{
	gap: 0 2%;
}
.form .date>span{
	width: 30%;
}
.form .date select{
	width: 80%!important;
	min-width: auto!important;
}







	.form .submit {
	    padding-top: 3vw;
	}
}


