@charset "UTF-8";
/*
Theme Name: nakamori
*/

/* ----------
  Defaultリセット
---------- */
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 62.5%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}


small {
  font-size: 80%;
}


img,
embed,
object,
iframe {
  vertical-align: bottom;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
::placeholder {
  color: #aaa;
}

/* ----------
  DefaultÔO¶¨
---------- */

body {
	background: #fff;
	color: #333;
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
/*	opacity:0;*/
	font-size: 16px;
	font-family:  'Heebo', 'Oswald', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  transition: all 1.5s;

  background-image: url('img/background.jpg'); /* 画像 */
  background-size: cover;               /* 全画面 */
  background-attachment: fixed;         /* 固定 */
  background-position: center center;   /* 縦横中央 */
}
@media (min-width: 768px) {
	body {
		min-width: 768px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.container {
	overflow-x: hidden;
	width: 100%;

}

.b {
	font-weight: bold;
}
.big{
  font-size:1.3em;
	font-size: 1.25em;
}
.small {
	font-size: .8em;
}

.br{
	display: block;
}
.br_sp{
	display: none;
}
@media (max-width: 767px) {
	.br{
		display: none;
	}
	.br_sp{
		display: block;
	}
}

.en_reco{
	font-family: 'Caveat', cursive;
	font-size:34px;
	color:#858483;
}
@media (max-width: 767px) {
	.en_reco{
		font-size:24px;
	}
}

.en{
	font-family:  'Oswald', sans-serif;
	font-weight:200;
}
.en.title{
	font-size:60px;
	letter-spacing: 0rem;
}
@media (max-width: 767px) {
	.en.title{
		font-size:45px;
	}
}
.tit_jp{
	position: relative;
}
.tit_jp p{
	color: #1488CE;
	padding-left:19px;
	letter-spacing: 0;
}
.tit_jp:before{
	counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #1488CE;
  top: 52%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top .tit{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% - (300px + 0px));
}
.top .title_box{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
.top .title_box .button{
		margin: 0px 0 0 0px;
	}
.top .tit .tit_jp{
	margin-top: 45px;
	width: 90px;
}
.top .tit .text{
	padding-left: 20px;
	width: calc(100% - (110px + 0px));
}
.top .tit .text p:last-child{
	letter-spacing: 0rem;
}
@media (max-width: 1100px) {
	.top .title_box{
		flex-wrap: wrap;
	}
	.top .title_box .tit{
		width: 100%;
	}
	.top .title_box .button{
		margin: 40px 0 0 110px;
	}
}
@media (max-width: 767px) {
	.top .tit{
		flex-wrap: wrap;
		padding-bottom: 20px;
		width: 100%;
	}
	.top .tit .tit_jp{
		width: 100%;
	}
	.top .tit .text{
		padding-left: 0px;
		width: 100%;
	}
	.top .title_box .button{
		margin: 10px 0 0 0px;
	}
}

h2{
  font-weight: 700;
  font-size: 60px;
  color: #0f2149;
}
@media (max-width: 767px) {
	h2{
		font-size: 45px;
	}
}
h3{
  font-weight: 100;
  letter-spacing: 0.05em;
  font-size: 30px;
}
@media (max-width: 767px) {
	h3{
		font-size: 25px;
	}
}
h4{
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	h4{
		font-size: 20px;
	}
}
.sub h4{
	color: #333;
	border-left: solid 3px #999;
	padding-left: 8px;
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.sub h4{
		font-size: 30px;
	}
}
h5{
	font-weight: 100;
  letter-spacing: 0.05em;
  font-size: 160px;
  color: rgba(209, 209, 209, .05);
}
@media (max-width: 767px) {
	h5{
		font-size: 100px;
	}
}
.sub h6{
	color: #333;
	font-size: 20px;
	text-align: left;
	width: 100%;
	font-weight: 700;
}

.sub .kyotyo{
	color: #fff;
	background: #0f2149;
	padding: 10px;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 30px;
}

p{
	line-height: 200%;
	font-weight: 400;
	letter-spacing: 0.1rem;
	font-size: 16px;
}
p.space{
	line-height: 200%;
	font-weight: 400;
	letter-spacing: 0.1rem;
	font-size: 16px;
}
@media (max-width: 767px) {
	p{
		font-size: 14px;
		line-height: 170%;
	}
}

section{
  padding:130px 0px 130px 0px;
}
section:last-child{
  padding:130px 0px 90px 0px;
}
@media (max-width: 767px) {
	section{
  	padding:65px 0px 65px 0px;
	}
}
img{
	width:auto;
}

.tit_h2{
	padding: 1em 0em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  background: linear-gradient(90deg, #1388CE 0% 40%, #E2E2E2 40%);
  background-repeat: no-repeat;
  background-size: 200rem 0.2rem;
  background-position: bottom;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tit_h2 p{
	width: 100%;
	color:#1488CE;
	font-weight:700;
	letter-spacing: 0;
}
.tit_h2 p + h2 {
	padding-left: 30px;
}
@media (max-width: 767px) {
	.tit_h2{
		background-size: 100rem 0.2rem;
	}
}

.tit_h3{
	position: relative;
}
.tit_h3:before{
		content: '';
	  position: absolute;
	  left: 30px;
	  bottom: -15px; /*下線の上下位置調整*/
	  display: inline-block;
	  width: 60px; /*下線の幅*/
	  height: 2px; /*下線の太さ*/
	  -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translate(-50%); /*位置調整*/
	  background-color: #1388CE; /*下線の色*/
}

.tit_h4{
	color: #035EAF;
	position: relative;
}
.tit_h4:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: #88D0FC;
  top: 52%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tit_h4:after{
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #1388CE;
  top: 52%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tit_h4 h4{
	padding-left:30px;
	line-height: 150%;
}

.tit_h5 span{
	background: linear-gradient(transparent 50%, #E2F4FF 50%);
	line-height: 150%;
}
.tit_h5 .text{
	display: flex;
	flex-wrap: wrap;
}
.tit_h5 .text div{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tit_h5 .text div p:first-child{
	padding-right: 20px;
}

.underline{
	background: linear-gradient(transparent 50%, #E2F4FF 50%);
}

.button.nonmargin{
	margin: 10px 0;
}

.kyotyo h3{
	text-align: center;
	position: relative;
	line-height: 150%;
}
.kyotyo h3:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px; /*下線の上下位置調整*/
	display: inline-block;
	width: 50px; /*下線の幅*/
	height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置調整*/
	background-color: #1388CE; /*下線の色*/
}
.kyotyo p{
	border: 10px solid #F5FAFF;
	padding:60px 90px;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.kyotyo p{
		padding: 20px 20px;
	}
}

.ank_link{
	display: flex;
	flex-wrap: wrap;
}
.ank{
	display: flex;
	align-items: center;
	border-bottom: 1px dashed #D1D1D1;
	width: 180px;
	justify-content: space-between;
	padding: 10px 0;
	transition: .3s;
	margin: 15px 30px;
}
.ank:nth-child(n+2){
/*	margin-left: 20px;*/
}
@media (max-width: 767px) {
	.ank_link{
		flex-wrap: wrap;
	}
	.ank:nth-child(n+2){
/*		margin-left: 0px;*/
	}
}
.ank:hover{
	border-bottom: 1px solid #1388CE;
}
.ank a{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.ank .material-symbols-rounded{
	color:#1388CE;
	font-weight: 600;
}
.yoko_list ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}
.yoko_list li{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	align-items: center;
}
.yoko_list .tit{
	background: #000;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.yoko_list .text{
	padding-left:15px;
	font-size: 12px;
}
@media (max-width: 767px) {
	.yoko_list .text{
		padding-left:0px;
		padding-top: 5px;
	}
}

.table table{
	width: 100%;
}
.table table tr{
	margin-bottom: 1px;
}
.table table td{
	padding: 25px;
	line-height: 165%;
	letter-spacing: 0.1rem;
}
.table table td:first-child{
	background: #CBECFC;
	width: 20%;
	margin-right: 1px;
}
.table table td:last-child{
	background: #FAFAFA;
	width: 80%;
}
.table table tr:first-child td:first-child{
	border-top-left-radius: 10px;
}
.table table tr:last-child td:first-child{
	border-bottom-left-radius: 10px;
}
.table table tr:first-child td:last-child{
	border-top-right-radius: 10px;
}
.table table tr:last-child td:last-child{
	border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
	.table table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.table table td{
		padding: 15px;
		line-height: 130%;
		letter-spacing: 0.2rem;
	}
	.table table td:first-child{
		width: 100%;
	}
	.table table td:last-child{
		width: 100%;
	}
	.table table tr:last-child td:first-child{
		border-bottom-left-radius: 0px;
	}
	.table table tr:last-child td:last-child{
		border-bottom-right-radius: 0px;
	}
	.table table tr:last-child td:last-child{
		border-bottom-left-radius: 10px;
	}
}

.table2 table{
	width: 100%;
	background: #FAFAFA;
	border-spacing: 0px 0px;
}
.table2 table tr td{
	margin-bottom: 1px;
}
.table2 table tr:nth-child(n+2) td.yearno{
	border-bottom: 0px solid #fff;
}
.table2 table tr:first-child{
	background: #CBECFC;
}
.table2 table tr:first-child td{
	border-right: 3px solid #fff;
}
.table2 table tr:nth-child(n+2) td{
	background: #FAFAFA;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.table2 table tr:nth-child(n+2) td:last-child,
.table2 table tr:first-child td:last-child{
	border-right: 0px solid #fff;
}
.table2 table td{
	padding: 25px;
	line-height: 165%;
	letter-spacing: 0.1rem;
}

.table2 table tr:first-child td:first-child{
	border-top-left-radius: 10px;
}
.table2 table tr:last-child td:first-child{
	border-bottom-left-radius: 10px;
}
.table2 table tr:first-child td:last-child{
	border-top-right-radius: 10px;
}
.table2 table tr:last-child td:last-child{
	border-bottom-right-radius: 10px;
}



.text_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.text_img .text{
	width:70%;
}
.text_img img{
	width:300px;
}
@media (max-width: 767px) {
	.text_img .text{
		width:100%;
	}
}

.img_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_list .img_list2{
	width: 100%;
}
.img_list .img,
.img_list .img_list3{
	margin-bottom: 80px;
}
.img_list .img{
	margin: 0 auto 80px;
}
.img_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.img_list .img_list2 li{
	width:48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.img_list .img_list2 li:first-child.bef_af:before{
	position: absolute;
	content:'▶';
	display: block;
	width:20px;
	height:20px;
	top:45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #1388CE;
}
.img_list .img_list3 li{
	width:32%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}
.img_list p{
	padding:25px;
}
.img_list .bef_af p{
	padding:5px 0;
}
@media (max-width: 767px) {
	.img_list .img_list2 li:first-child.bef_af:before{
		content:'▼';
		top:49%;
	}
	.img_list .bef_af p{
		padding:0px 0 10px;
	}
}
.img_list .img p{
	text-align: center;
}
.img_list img{
	width: 100%;
}
@media (max-width: 767px) {
	.img_list .img_list2 li{
		width:100%;
		margin: 10px 0;
	}
	.img_list .img_list3 li{
		width:100%;
		margin: 10px 0;
	}
	.img_list .img,
	.img_list .img_list3{
		margin-bottom: 40px;
	}
	.img_list p{
		padding:10px;
	}
	.img_list .img p{
		text-align: left;
	}
}

.img_list3_1{
	width: 25%;
}
.img_list3_3{
	width: 73%;
	padding-left:20px;
}
.img_list3_3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.img_list3_3 ul li{
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px 15px 0;
}
.img_list .img_list3_3 ul li p{
	padding: 5px;
}
@media (max-width: 767px) {
	.img_list3_1{
		width: 25%;
	}
	.img_list3_3{
		width: 73%;
	}
	.img_list3_3 ul li{
		width: 50%;
	}
}



.img_list .sound_work_li {
	margin-bottom:50px;
	align-content: flex-start;
}
.img_list .sound_work_li p.sound_works_p{
	font-size: 18px;
	color: #1488CE;
	font-weight: bold;
	text-align: center;
	padding:5px 0 0 0;
}
.img_list .sound_work_li p{
	padding:5px 0 0 0;
}
@media (max-width: 767px) {
	.img_list .sound_work_li {
		margin: 20px 0;
	}
	.img_list .sound_work_li p{
		padding:0px 0 0 0;
	}
}


.list_img{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	justify-items: flex-start;
}
.list_img .box{
	display: flex;
	flex-wrap: wrap;
	width:32%;
	padding: 20px 15px;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0 5px 5px 0;
	background: #F5FAFF;
}
.list_img .box .title{
	display: flex;
	height: 60px;
	width: 100%;
}
.list_img .box .title p{
	font-size: 18px;
}
.list_img .box .title .en{
	margin-right:5px;
}
.list_img .img{
	margin: 20px auto;
	width: 100%;
	text-align: center;
}
.list_img img{
	border-radius: 50%;
	width: 130px;
	height: 130px;
	object-fit: cover;
}
.list_img .box .text p{
	font-size: 14px;
}
@media (max-width: 767px) {
	.list_img .box{
		width:100%;
	}
	.list_img img{
		width: 200px;
		height: 200px;
	}
}

.list_img1{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	justify-content: space-between;
}
.list_img1 .box1{
	display: flex;
	flex-wrap: wrap;
	width:49%;
	padding: 40px 40px;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0 5px 20px 0;
	background: #F5FAFF;
}
.list_img1 .box1 .title{
	display: flex;
	height: 60px;
	width: 100%;
}
.list_img1 .box1 .title p{
	font-size: 24px;
  font-weight: 600;
}
.list_img1 .box1 .title .en{
	margin-right:15px;
	letter-spacing: 0;
}
.list_img1 .img{
	margin: 30px auto;
}
.list_img1 img{
	border-radius: 0px;
	width: 100%;
/*	height: 130px;*/
	object-fit: cover;
}
.list_img1 .box1 .text p{
	font-size: 14px;
}
@media (max-width: 767px) {
	.list_img1 .box1{
		width:100%;
	}
	.list_img1 img{
	}
}

.list_img1 .box2{
	display: flex;
	flex-wrap: wrap;
	width:32%;
	padding: 40px 40px;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0 5px 20px 0;
	background: #F5FAFF;
}
@media (max-width: 1200px) {
	.list_img1 .box2{
		width:48.5%;
	}
}
.list_img1 .box2 .title{
	display: flex;
	height: 60px;
	width: 100%;
}
.list_img1 .box2 .title p{
	font-size: 24px;
  font-weight: 600;
}
.list_img1 .box2 .title .en{
	margin-right:15px;
	letter-spacing: 0;
}
.list_img1 .box2 .text p{
	font-size: 14px;
}
@media (max-width: 767px) {
	.list_img1 .box2{
		width:100%;
	}
}



.flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flow .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:4px;
}
.flow .box1{
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	padding: 15px;
	background: #F5FAFF;
}
.flow .box2{
	width: 24.6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	padding: 15px;
	background: #F5FAFF;
}
.flow .box .title{
	display: flex;
	margin-bottom:10px;
	width: 100%;
}
.flow .box .title .en{
	margin-right: 5px;
	letter-spacing: 0;
	font-weight: 300;
}
.flow .box .title p {
  font-size: 18px;
  color: #1488CE;
}
.flow .box .text p {
  font-size: 14px;
}
@media (max-width: 767px) {
	.flow .box{
		margin-bottom:0px;
	}
	.flow .box1,
	.flow .box2{
		width: 100%;
	}
}

.works_single{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.works_single .works_txt{
	margin: 50px 0 0 0;
}
.works_single .works_photo{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.works_single .works_photo .works_photo01{
	width: 100%;
}
.works_single .works_photo .works_photo01 img{
	width: 100%;
}
.works_single .gallery_sec{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 50px;
	width: 100%;
}
.works_single .gallery_sec .works_galllery{
	padding: 10px 7px 0 7px;
  width: 25%;
  height: 350px;
  overflow: hidden;
}
.works_single .gallery_sec img{
	width:100%;
}
.works_single .works_item{
	width: 100%;
}
@media (max-width: 767px) {
	.works_single .gallery_sec .works_galllery{
		width: 100%;
		height: auto;
	}
	.works_single .gallery_sec img{
		object-fit: cover;
	}
}

.works_category{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works_category li{
	width:32%;
	margin-bottom: 50px;
}
.works_category li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.works_category li .works_thum{
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
}
.works_category li a .title{
	width:100%;
	text-align: center;
}
.works_category li a .title p{
	font-size:18px;
	transition: .3s;
}
.works_category li a img{
	width:100%;
	border-radius: 10px;
	height: 250px;
	object-fit: cover;
}
.works_category li .works_ken p{
	font-size:14px;
	color: #858483;
	text-align: center;
}
.works_category li a:hover .title p{
	text-decoration:underline;
}
@media (max-width: 767px) {
	.works_category li{
		width:100%;
	}
}





/* ----------
	Start
---------- */
.start {
	background: #0f2149;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start1 img {
	position: fixed;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.start2 img {
	position: fixed;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.start1 {
	height: calc(358px / 2);
  width: calc(365px / 2);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
	.start1 {
		height: calc(358px / 3);
	  width: calc(365px / 3);
	}
}
.start1 img{
	position:fixed;
	left: 50%;
	top: 50%;
	height:calc(358px / 2);
}
.start2 img{
	position:fixed;
  left: 42.2%;
  top: 14%;
  height:50px;
}
@media (max-width: 767px) {
	.start1 img{
		height:calc(358px / 3);
	}
	.start2 img{
		height:33.3px;
	}
}
/* ----------
	fadein
---------- */

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ----------
	fadeup sectionÄÚ
---------- */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeUpTrigger1_1{
animation-delay: 0.2s;
}
.fadeUpTrigger1_2{
animation-delay: 0.6s;
}
.fadeUpTrigger1_3{
animation-delay: 1s;
}
.fadeUpTrigger1_4{
animation-delay: 1.4s;
}
.fadeUpTrigger1_5{
animation-delay: 1.8s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* ¥¹¥¯¥í©`¥ë¤ò¤·¤¿¤é³ö¬F¤¹¤ëÒªËØ¤Ë¤Ï¤¸¤á¤ËÍ¸ß^0¤òÖ¸¶¨¡¡*/
.fadeUpTrigger{
    opacity: 0;
}

/* ----------
	loading
---------- */

.loder{
	display: block;
	width: 100vw;
    height: 100vh;
    position: relative;
}

.loader_dot, .loader_dot:before, .loader_dot:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.4s infinite ease-in-out;
  animation: load7 1.4s infinite ease-in-out
}

.loader_dot {
  color: #a28d69;
  font-size: 10px;
  margin: -2em auto 0;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999
}

.loader_dot::before, .loader_dot::after {
  content: '';
  position: absolute;
  top: 0
}

.loader_dot::before {
  left: -4.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}

.loader_dot::after {
  left: 4.5em
}


/* ----------
	header
---------- */

#site-header {
  position: fixed;
  top: 0%;
  z-index: 1000;
	background: #0f2149;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	width: 100%;
	height: 115px;
	font-size: 16px;
	color: #fff;
/*	margin-top: 30px;*/
	transition: .3s;
}
#site-header.change-color {
	background: #fff;
}
#site-header.change-color a{
	color: #333;
}
#site-header.change-color a.contact{
	color: #fff;
}
#site-header.change-color .menu_pc .menu__single ul.menu__second-level{
	background: #fff;
	color: #333;
}
@media (max-width: 1200px) {
	#site-header {
		font-size: 14px;
	}
}
@media (max-width: 1000px) {
	#site-header {
		align-items: center;
		left: 0;
		padding: 8px 12px;
		height: 65px;
		position: fixed;
		top: 0;
		z-index: 999;
/*		margin-top: 10px;*/
		font-size: 14px;
	}
}
#site-header nav{
	height: 60%;
}
#site-header .brand {
	width: 100px;
	height: auto;
	font-size: 0px;
/*	padding-left: 90px;*/
}
#site-header .brand img{
	width: 120px;
}
#site-header .brand img:last-child{
	display: none;
}
#site-header.change-color .brand img:first-child{
	display: none;
}
#site-header.change-color .brand img:last-child{
	display: block;
}
#site-header .brand span{
	font-size: 0;
	display: block;
}
@media (max-width: 1000px) {
	#site-header .brand {
		width: 100px;
		z-index: 1000;
		padding-left: 0px;
	}
	#site-header .brand img{
		width: 120px;
	}
}

#site-header #nav-switch,
#site-header #nav-close {
	display: none;
}
@media (max-width: 1000px) {
	#site-header #nav-switch {
		color: #333;
		display: block;
		font-size: 24px;
		transition: .5s;
	}
	#site-header nav {
		background: #fff;
		bottom: 0;
		filter: opacity(1);
		min-height: 100vh;
		padding: 60px 40px;
		position: fixed;
		left: 0%;
		top: 0%;
		transform: translateX(105%);
		transition: .5s;
		width: 100%;
		z-index: 999;
	}
	#site-header #nav-close {
		color: #333;
		display: block;
		font-size: 24px;
		position: absolute;
		right: 12px;
		top: 8px;
	}
	#site-header button {
	  border-color: transparent;
	  background: transparent;
	  cursor: pointer;
	}
	#site-header .hamburger {
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  z-index: 1001;
	}

	#site-header #nav-switch .hamburger_bar {
		display: block;
		width: 70%;
		height: 1px;
		position: absolute;
		left: 15%;
		background: #aaa;
		transition: top 0.5s, transform 0.5s, opacity 0.5s;
		z-index: 1;
	}
/*	#site-header.change-color #nav-switch .hamburger_bar {
		background: #333;
	}*/
	#site-header #nav-switch .hamburger_bar:nth-child(1) {
		top: 25%;
	}
	#site-header #nav-switch .hamburger_bar:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	#site-header #nav-switch .hamburger_bar:nth-child(3) {
		top: 75%;
  		transform: translateY(-100%);
	}

	#site-header #nav-switch.open .hamburger_bar:nth-child(1) {
		top: 50%;
  		transform: translateY(-50%) rotate(135deg);
	}
	#site-header #nav-switch.open .hamburger_bar:nth-child(2) {
		transform: translate(50%, -50%);
		opacity: 0;
	}
	#site-header #nav-switch.open .hamburger_bar:nth-child(3) {
		top: 50%;
  		transform: translateY(-50%) rotate(-135deg);
	}


	/*------------------------------------
	¥á¥Ë¥å©`¥¯¥ê¥Ã¥¯áá¥á¥Ë¥å©`Íâ¤Î±³¾° ¡ý
	------------------------------------*/
	.overlay {
	  background-color: #000;
	  cursor: pointer;
	  height: 100vh;
	  left: 0;
	  opacity: 0;
	  position: fixed;
	  top: 0;
	  transition: all 0.6s;
	  visibility: hidden;
	  width: 100vw;
	  z-index: 1;
	}

	/* open */
	#site-header #nav-switch.open {
/*		filter: opacity(0);*/
	}
	#site-header nav.open {
		transform: translateX(0); /*Ôª¤ÎÎ»ÖÃ¤Ë‘ø¤¹css*/
	}

	.open .overlay{
		opacity: 0;
		visibility: visible;
	}
}
.menu_sp, .menu_main_sp, .menu_down_sp {
	display: none;	
}
#site-header .menu_pc {
	display: flex;
	height: 100%;
	margin: 0;
	border-radius: 35px;
	justify-content: center;
}
@media (max-width: 1000px) {
	#site-header .menu_pc {
		display: none;
	}
	#site-header .menu_sp{
		display: flex;
		flex-wrap: wrap;
		box-shadow: 0px 0px 10px rgba(0,0,0,.0);
		justify-content: space-between;
	}
	#site-header .menu_sp li{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom:20px;
	}
	#site-header .menu_main_sp{
		display: flex;
		justify-content:space-between;
	}
	#site-header .menu_main_sp a{
		width:48%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #eaeaea;
		border-radius: 10px;
		padding:10px;
	}
	#site-header .menu_main_sp .material-symbols-outlined{
		color: #333;
		font-size: 50px;
	}
	#site-header .menu_main_sp i{
		color: #858483;
		font-size: 50px;
	}
	#site-header .menu_main_sp p{
		width: 100%;
		text-align: center;
	}
	#site-header .menu_down_sp{
		display: block;
		position: absolute;
		left: 0%;
		bottom:0%;
		width:100%;
		background: #1388CE;
		color: #fff;
		text-align: center;
		margin-top: 20px;
		padding: 20px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	#site-header .menu_down_sp a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#site-header .menu_down_sp i{
		color:#fff;
		font-size: 30px;
	}
	#site-header .menu_down_sp h4{
		margin-left: 5px;
	}
}
#site-header .menu_pc li a {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	height: 100%;
/*	padding: 0 20px;*/
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .1rem;
}
#site-header .menu_pc li a span{
	width: 100%;
	text-align: center;
	padding: 3px 0;
}
#site-header .menu_pc li a span:first-child{
	font-size: 20px;
}
#site-header .menu_pc li a span:last-child{
	font-size: 14px;
	font-weight: 100;
}
#site-header .menu_pc li a.recruit{
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 0px 15px;
}
#site-header.change-color .menu_pc li a.recruit{
	border: 1px solid #0f2149;
}
@media (max-width: 1200px) {
	#site-header .menu_pc li a {
		padding: 0 7px;
	}
}

#site-header .menu_pc li .contact .material-symbols-rounded{
	padding-right:5px;
}
@media (max-width: 1000px) {
	#site-header .menu_sp li a {
		display: flex;
		width: 100%;
		align-items: center;
		flex-wrap: wrap;
		color:#333;
		margin: 0 0 10px;
	}
	#site-header .menu_sp li:nth-child(2) a{
/*		margin: 0 0 10px;*/
	}
	#site-header .menu_sp li a:nth-child(n+2):before{
		border-top: 1px solid #707070;
    content: "";
    width: 9px;
    display: inline-block;
    margin: 7px 10px 5px 0;
	}
}
#site-header .menu_pc .menu__single {
    position: relative;
    padding: 0px 15px;
}
#site-header .menu_pc .menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    background: #0f2149;
/*    -webkit-transition: all .3s ease;*/
/*    transition: all .3s ease;*/
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff;
    font-weight: 100;
}

#site-header .menu_pc .menu__single:hover ul.menu__second-level {
    top: 52px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 50%;
    transform: translate(-50%, 10%);
}
#site-header .menu_pc li.menu__single ul.menu__second-level li{
	padding: 10px 2px;
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #aaa;
}
#site-header .menu_pc li.menu__single ul.menu__second-level li:last-child{
	border:none;
}
#site-header .menu_pc li.menu__single ul.menu__second-level li:first-child{
	transition-delay: 0.05s;
}
#site-header .menu_pc li.menu__single ul.menu__second-level li:nth-child(2){
	transition-delay: 0.1s;
}
#site-header .menu_pc li.menu__single ul.menu__second-level li:nth-child(3){
	transition-delay: 0.15s;
}
#site-header .menu_pc li.menu__single ul.menu__second-level li:nth-child(4){
	transition-delay: 0.2s;
}
#site-header .menu_pc li.menu__single ul.menu__second-level li:nth-child(5){
	transition-delay: 0.25s;
}

#site-header .menu_pc li.menu__single ul.menu__second-level a{
	padding: 0 0;
	font-size: .8em;
	font-weight: 100;
}
#site-header .menu_pc li.menu__single ul.menu__second-level li:hover{
	background: rgba(246,245,243,.0);
}
#site-header .menu_pc li.menu__single ul.menu__second-level a:hover{
	text-decoration:underline;
}


/* ----------
	footer
---------- */

#footer{
	display: flex;
  flex-wrap: wrap;
/*  width:calc(100vw - 150px);*/
/*  min-width: 768px;*/
/*  max-width: 1000px;*/
  justify-content: space-between;
  padding: 50px 0;
  background: #0f2149;
  color: #fff;
}
@media (max-width: 767px) {
	#footer{
		padding: 0 20px;
		width: 100vw;
		min-width: auto;
		max-width: 100vw;
	}
}
#footer .body{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
#footer .brand {
	width: 50%;
	margin-bottom:30px;
}
@media (max-width: 767px) {
	#footer .brand {
		width: 100%;
		order: 1;
	}
}
#footer .brand img {
  width: 120px;
}
#footer .address_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
#footer .address_box .address{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
@media (max-width: 767px) {
	#footer .address_box .address{
		align-items: center;
	}
}
#footer .address_box .address p:first-child{
	width: 100%;
}
#footer .address_box .address .tel{
	font-size:24px;
	padding-left:25px;
	letter-spacing: 0.2rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	#footer .address_box{
		width: 100%;
	}
	#footer .address_box .address .tel{
		font-size: 20px;
		letter-spacing: 0.15rem;
	}
}
#footer .address_box .address .time{
	font-size:14px;
	margin-top: 20px;
	width: 100%;
}
#footer .sns{
	width:100%;
}
#footer .sitemap.sp_ul{
	display: none;
}
#footer .sitemap{
	display: flex;
	justify-content: flex-end;
	align-content: flex-start;
  margin-bottom:40px;
  width:100%;
  font-size: 14px;
}
#footer .sitemap.pc_ul ul{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border-radius: 10px;
	margin: 0px 19px;
	padding: 10px 0px;
	width:20%;
}
#footer .sitemap.pc_ul ul:first-child{
	margin: 0px 19px 0 0;
}
#footer .sitemap.pc_ul ul:last-child{
	margin: 0px 0 0 19px;
}
#footer .sitemap .ul_dbl ul:last-child{
  margin-top: 10px;
}
#footer .sitemap li{
	padding:10px 0px;
	width:100%;
	letter-spacing: 0.2rem;
}
#footer .sitemap.pc_ul .box1 li:first-child{
	padding: 0 0 20px 0;
}
#footer .sitemap.pc_ul .box2 li{
	padding: 0 0 30px 0;
}
#footer .sitemap.pc_ul .box1 li:nth-child(n+2):before{
	border-top: 1px solid #707070;
/*	content: "";*/
	width: 9px;
	display: inline-block;
	margin: 7px 10px 5px 0;
}
#footer .sitemap.pc_ul li:first-child a{
  font-weight: 600;
  font-size: 16px;
  border-left: solid 3px #fff;
  padding-left: 7px;
}
#footer .sitemap.pc_ul .box2 li a{
  font-weight: 600;
}
#footer .sitemap a{
  transition: .3s;
}
#footer .sitemap a:hover{
  opacity: .5;
}
#footer .chara{
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
}
#footer .logo_img1{
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
#footer .logo_img2{
  position: absolute;
  left: 53.8%;
  top: -60%;
  transform: translate(-50%, -192%);
}
#footer .recruit_button{
	display: flex;
	align-items: flex-start;
	width:auto;
}
#footer .recruit_button .flex{
	display: flex;
	align-items: center;
}
#footer .recruit_button .title{
	padding-right: 20px;
}
#footer .recruit_button .title h2{
	color: #fff;
}

#footer .out_link{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}
#footer .out_link a{
	padding: 30px 20px;
}
#footer .copyright{
	display: flex;
	margin: 50px auto 0;
	width: 100%;
}
@media (max-width: 767px) {
	#footer .recruit_button{
		margin-bottom: 40px;
	}
	#footer .copyright{
		order: 100;
		margin: 40px auto 20px;
	}
}
#footer .copyright small{
	margin: 0 auto;
}
#footer .out_link img{
	width: 100%;
}

#footer .privacy{
	width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
	#footer .out_link{
		flex-wrap: wrap;
	}
	#footer .out_link a{
		padding: 10px 20px;
	}
	#footer .logo_img2{
		left: 65.8%;
	}
	#footer .sitemap.pc_ul{
		display: none;
	}
	#footer .sitemap.sp_ul{
		display: block;
		width: 100%;
		margin: 40px 0;
	}
	#footer .box{
		width: 100%;
	}
	#footer .sitemap.sp_ul ul{
		display: flex;
		flex-wrap: wrap;
/*		box-shadow: 0px 0px 10px rgba(0,0,0,.0);*/
		width: 100%;
	}
	#footer .sitemap.sp_ul li{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
/*		box-shadow: 0px 0px 5px rgba(0,0,0,.3);*/
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
	}
	#footer .sitemap.sp_ul li a {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		margin: 0 0 10px;
	}
	#footer .sitemap.sp_ulli:nth-child(2) a{
		margin: 0 0 10px;
	}
	#footer .sitemap.sp_ul li a span:last-child {
/*		margin-left: 15px;*/
/*		color:#858483;*/
	}
	#footer .sitemap.sp_ul li a:nth-child(n+2):before{
		border-top: 1px solid #aaa;
    content: "";
    width: 9px;
    display: inline-block;
    margin: 7px 10px 5px 0;
	}
}


/* ----------
  スマホ版下部固定
---------- */
	
	.l_btnFixed {
		display: none;
	}
@media screen and (max-width: 767px) {
    .l_btnFixed {
        width:100%;
        height: 60px;
        padding: 5px 5px 5px;
        background-color:#f6f5f3;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: 0.3s
    }

    .l_btnFixed.is-active {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 0px 0px 5px rgba(0,0,0,.15);
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.l_btnFixed__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
/*	background-color: #c0c8cf;*/
	z-index:100;
}
				.l_btnFixed p{
					color:#db2c35;
					font-size: 16px;
					margin-left: 5px;
				}

.l_btnFixed01 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100
}

.l_btnFixed01__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.l_btnFixed01__btn,.l_btnFixed01__top {
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer
}

@media only screen and (min-width: 1025px) {
    .l_btnFixed01__btn:hover,.l_btnFixed01__top:hover {
        opacity:.7
    }
}

.l_btnFixed01__btn {
    width: 118px;
    background-color: #91AA9C;
    margin-right: 3px
}

.l_btnFixed01__top {
    width: 60px;
    background-color: #fff
}
	
.l_btnFixed i {
  color:#db2c35;
  font-size:30px;
}



/* ----------
	index
---------- */

/* common */
.index .body {
	padding: 0 20px;
	min-width: 768px;
  max-width: 1000px;
}
@media (max-width: 767px) {
	.index .body {
		padding: 0 20px;
		width: 100vw;
    min-width: auto;
    max-width: 100vw;
	}
}
.index .content{
	width:100%;
  padding-top:0px;
}
@media (max-width: 767px) {
	.index .content{
		width:100%;
		padding-top:0px;
	}
}

/* button */
.button{
	width:300px;
	padding:14px 0;
	text-align: center;
	display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 45px;
  transition: .3s;
  color: #333;
  position: relative;
  margin: 60px 0;
  border: 1px solid #333;
}
@media (max-width: 767px) {
	.button{
		width:100%;
	}
}
.button p{
	padding-right: 15px;
}
.button:hover{
	background: #ed3b41;
}

.backbutton{
	width:300px;
	padding:14px 0;
	text-align: center;
	display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 45px;
  transition: .3s;
  color: #333;
  position: relative;
  margin: 60px 10px 60px 0;
  border: 1px solid #333;
}
@media (max-width: 767px) {
	.backbutton{
		width:100%;
	}
}
.backbutton p{
	padding-right: 15px;
}
.backbutton:hover{
	background: #ed3b41;
}




.button_a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50px;
	position: absolute;
	right: 0%;
	bottom: 0%;
}
.button_a .en{
	font-weight:300;
}

.button_b{
	width:100px;
	height:100px;
	text-align: center;
/*  transition: .5s;*/
  display: block;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
}
.button_b .material-symbols-rounded{
	font-variation-settings:
	  'FILL' 0,
	  'wght' 300,
	  'GRAD' -25,
	  'opsz' 24;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	border-radius: 50%;
	padding: 25px;
}
.button_b:hover{
	border: none;
}
.button_b:hover .material-symbols-rounded{
	color: #ed3b41;
	background: #fff;
}
.circle-animation {
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  //transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.button_b:hover .circle-animation{
	animation: dash 0.5s ease-in-out forwards;
}
@keyframes dash{
  to{
    stroke-dashoffset:0;
  }
}
@media (max-width: 767px) {
	.recruit_btn{
		display: none;
	}
	.recruit_btn_sp{
		display: block;
	}
	.button_b{
		width:60px;
		height:60px;
	}
	.button_b .material-symbols-rounded{
		font-size: 20px;
		padding: 17px;
	}
}




.button_c{
	display: flex;
	align-items: center;
}
.button_c p{
	font-size: 20px;
	padding-right:20px;
}
.button_c .material-symbols-rounded{
	font-variation-settings:
	  'FILL' 0,
	  'wght' 300,
	  'GRAD' -25,
	  'opsz' 24;
	color: #333;
	font-size: 30px;
	padding: 15px;
	border:1px solid #333;
	border-radius: 50%;
	transition: .5s;
}
.button_c:hover .material-symbols-rounded{
	color: #fff;
	background: #ed3b41;
}
@media (max-width: 767px) {
	.button_c p{
		font-size: 18px;
	}
	.button_c .material-symbols-rounded{
		font-size: 20px;
		padding: 10px;
	}
}


.button_d{
	display: flex;
	align-items: center;
}
.button_d p{
	font-size: 20px;
	padding-right:20px;
	color: #fff;
}
.button_d .material-symbols-rounded{
	font-variation-settings:
	  'FILL' 0,
	  'wght' 300,
	  'GRAD' -25,
	  'opsz' 24;
	color: #fff;
	font-size: 30px;
	padding: 15px;
	border:1px solid #fff;
	border-radius: 50%;
	transition: .5s;
}
.button_d:hover .material-symbols-rounded{
	color: #fff;
	background: #ed3b41;
}
@media (max-width: 767px) {
	.button_d p{
		font-size: 18px;
	}
	.button_d .material-symbols-rounded{
		font-size: 20px;
		padding: 10px;
	}
}



.housing .pan{
	display: none;
}

.pan{
  width:calc(100vw - 300px);
  min-width: 768px;
  max-width: 1290px;
  margin: 30px auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
	.pan{
	  width: calc(100vw);
	  min-width: auto;
	  max-width: 100vw;
	  padding: 0 20px;
	}
}
.pan ul{
  display: flex;
}
.pan li{
	font-size: 14px;
}
.pan li:first-child{
	color: #B5B5B5;
	padding-right: 5px;
}

.pan1{
  width:calc(100vw - 300px);
  min-width: 768px;
  max-width: 1290px;
  margin: 30px auto;
}
@media (max-width: 767px) {
	.pan1{
	  width: calc(100vw);
	  min-width: auto;
	  max-width: 100vw;
	  padding: 0 20px;
	}
}
.pan1 ul{
  display: flex;
}
.pan1 li{
	font-size: 14px;
}
.pan1 li:first-child{
	color: #B5B5B5;
	padding-right: 5px;
}

.pankuzu{
	color: #B5B5B5;
}
.pankuzu_arrow{
	color: #B5B5B5;
	padding: 0 5px;
}
.pankuzu:last-child{
	color: #333;
}



/* kv */
.kv {
	height: calc(MIN(100vh, MAX(50vw, 600px)));
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: auto;
	color: #fff;
}
@media (max-width: 767px) {
	.kv {
		height: 250px;
		margin-top: 60px;
		overflow: hidden;
	}
}
.kv .text{
	position: absolute;
	bottom:20%;
  left:3%;
  z-index: 1;
}
@media (max-width: 767px) {
	.kv .text{
		left:10%;
	}
}
.kv .kv_copy{
	font-size: 40px;
/*	font-family: 'Noto Serif JP', serif;*/
	letter-spacing: 0.5rem;
	font-weight: 600;
	filter: drop-shadow(0px 3px 56px rgba(0,0,0,.16));
}
.kv .text{
	position: absolute;
  top: 55%;
  left: calc(90px + 13px + (100vw - MAX(MIN((100vw - 150px), 1590px), 768px)) / 2); /*  90px(青文字の横幅) + 13px(青文字のpadding) + 左右の余白((デバイス幅 - コンテンツ幅) / 2)  ;*/
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 768px;
  padding: 0 20px;
}
@media (max-width: 767px) {
	.kv .text{
		width: 100vw;
    min-width: auto;
    max-width: 100vw;
    padding-left: 20px;
    top: 50%;
    left: 0%;
	}
	.kv .kv_copy{
		font-size: 30px;
	}
}
.kv .img_base{
	animation: img_base 18s linear infinite;
	height: auto;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
  right: 0;
  filter: grayscale(0);
  width: 100vw;
  filter: brightness(65%);
}

@keyframes img_base{
    0% { opacity: 0; transform: scale(1); }
    5% { opacity: 1; }
    25% { opacity: 1; }
    38.3% { opacity: 0; }
    100% { opacity: 0; transform: scale(1.15); }
}
.kv img:first-of-type{
	animation-delay: 0s;
}
.kv img:nth-of-type(2){
	animation-delay: 6s;
}
.kv img:nth-of-type(3){
	animation-delay: 12s;
}
/*.kv img:nth-of-type(4){
	animation-delay: 18s;
}*/




/* ----------
  section
---------- */

/* PC±íÊ¾¡¡¥¹¥Þ¥Û±íÊ¾ »­ÏñÇÐ¤êÌæ¤¨*/
.pc{
	display: block;
}
.sp{
	display: none;
}
@media (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
		width: 100%;
	}
}


/* recr_acc */
#recr_acc .recruit_access{
	width: 100%;
  display: flex;
}
#recr_acc .box{
  width: 50%;
  position: relative;
  overflow: hidden;
}
#recr_acc .box1:before{
  content: "";
  display: block;
  width:100%;
  height:700px;
  background: rgba(19, 136, 206, .89);
  position: absolute;
  top: 0%;
  left: 0%;
  transition: .5s;
}
#recr_acc .box2:before{
  content: "";
  display: block;
  width:100%;
  height:700px;
  background: rgba(0, 62, 100, .89);
  position: absolute;
  top: 0%;
  left: 0%;
  transition: .5s;
}
#recr_acc .box img{
  width: 100%;
}
#recr_acc .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
#recr_acc .text .en{
	position: relative;
	margin-bottom:20px;
	font-size:60px;
	font-weight:200;
	letter-spacing: 0rem;
}
#recr_acc .text .en:before{
		content: '';
	  position: absolute;
	  left: 50%;
	  bottom: -5px; /*下線の上下位置調整*/
	  display: inline-block;
	  width: 30px; /*下線の幅*/
	  height: 1px; /*下線の太さ*/
	  -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translate(-50%); /*位置調整*/
	  background-color: #fff; /*下線の色*/
}
@media (max-width: 767px) {
	#recr_acc .recruit_access{
	  flex-wrap: wrap;
	}
	#recr_acc .box{
	  width: 100%;
	}
	#recr_acc .text .en{
		font-size:40px;
	}
}
#recr_acc .box1:hover:before{
	background: rgba(19, 136, 206, .6);
}
#recr_acc .box2:hover:before{
	background: rgba(0, 62, 100, .6);
}



#sub_tmp{
	width:calc(100vw - 300px);
  min-width: 768px;
  max-width: 1290px;
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 767px) {
	#sub_tmp{
		width:100vw;
	  min-width: auto;
	  max-width: 100vw;
		margin: 0 auto;
		padding: 0 20px;
	}
}


#sub_tmp .tit_h2{
	margin-bottom: 30px;
}
#sub_tmp .ank_link{
	margin-bottom: 80px;
}
#sub_tmp .tit_h3{
	margin-bottom: 70px;
}
#sub_tmp .tit_h4{
	margin: 10px 0;
}
#sub_tmp .tit_h5{
	margin-bottom: 100px;
}
#sub_tmp .tit_h5 h5{
	margin-bottom: 40px;
}
#sub_tmp .kyotyo{
	margin-bottom: 70px;
}
#sub_tmp .yoko_list{
/*	margin-bottom: 90px;*/
}
#sub_tmp .table{
	margin-bottom: 100px;
}
#sub_tmp .img_list{
	
}


/* section-1 */
#section_1{
  position: relative;
}
@media (max-width: 767px) {
	#section_1{
	  margin: 0px 0;
	}
}
#section_1 .body{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 auto;
  position: relative;
}
#section_1 .body h2{
	width: 100%;
}
#section_1 .title{
	min-width: 768px;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 0 20px;
}
@media (max-width: 767px) {
	#section_1 .title{
		max-width: 767px;
		padding: 0 20px;
	}
}
#section_1 .business_item{
	border-top: 1px solid #0f2149;
	border-bottom: 1px solid #0f2149;
}
#section_1 .business_item.business_item2{
	border-top: none;
	border-bottom: 1px solid #0f2149;
}
#section_1 .business_item .body{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 30px 20px;
}
#section_1 .business_item .box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 30%;
	overflow: hidden;
}
#section_1 .business_item .box1{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 60%;
}
@media (max-width: 767px) {
	#section_1 .business_item .body{
		padding: 30px 20px;
	}
	#section_1 .business_item .box{
		width: 100%;
		margin-bottom: 20px;
	}
	#section_1 .business_item .box1{
		width: 100%;
	}
}
#section_1 .business_item .tit{
	margin-bottom: 20px;
	width: 100%;
}
#section_1 .business_item .tit h4{
	border-left: solid 3px #999;
	padding-left: 8px;
}
#section_1 .business_item .text{
	padding-bottom: 20px;
}
#section_1 .business_item .img img{
	width: 300px;
	height: 200px;
}
@media (max-width: 767px) {
	#section_1 .business_item .tit{
		margin-bottom: 0px;
	}
	#section_1 .business_item .img{
		width: 100%;
	}
	#section_1 .business_item .img img{
/*		width: 100%;*/
/*		height: auto;*/
		object-fit: contain;
	}
	#section_1 .button_c{
/*		margin: 0 auto;*/
	}
}




/* section-2 */
#section_2{
  position: relative;
}
#section_2 .body{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
}
#section_2 .catchcopy{
	width: 65%;
}
#section_2 .catchcopy p{
	font-size: 20px;
	font-weight: 700;
}
#section_2 .title{
	width: 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#section_2 .title h3{
	text-align: right;
}
@media (max-width: 767px) {
	#section_2 .catchcopy{
		width: 100%;
	}
	#section_2 .title{
		width: 100%;
		justify-content: flex-start;
		order: -1;
		margin-bottom: 30px;
	}
	#section_2 .title h3{
		text-align: left;
		width: 100%;
	}
}
#section_2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	color: #fff;
	margin-top: 30px;
}
#section_2 ul li{
	width:33.3%;
	position: relative;
}
@media (max-width: 1000px) {
	#section_2 ul{
		overflow: hidden;
	}
	#section_2 ul li{
		width:100%;
	}
}
#section_2 ul li:before{
	content: "";
	display: block;
	height: 490px;
  width: calc(960px * 0.334);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(25%);
  position: absolute;
  z-index: -1;
  transition: .5s;
}
@media (max-width: 1000px) {
	#section_2 ul li:before{
		height: 390px;
  	width: 100%;
	}
}
#section_2 ul li:first-child:before{
  background-image: url('img/action1.jpg');
}
#section_2 ul li:nth-child(2):before{
  background-image: url('img/action2.jpg');
}
#section_2 ul li:last-child:before{
  background-image: url('img/action3.png');
}

#section_2 ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding:0 20px;
}
#section_2 ul li .tit{
	padding: 20px 0;
	width: 100%;
}
#section_2 ul li .tit h4{
	margin: 0 auto;
}
#section_2 ul li .en{
	font-size: 50px;
}
#section_2 ul li .button_d{
	position: absolute;
	bottom: -18%;
}
@media (max-width: 1000px) {
	#section_2 ul li a{
		padding:30px 20px;
	}
	#section_2 ul li .en{
		font-size:35px;
	}
	#section_2 ul li .button_d{
		position: relative;
		margin-top: 20px;
	}
}




/* section-7 */
#section_7 .body{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#section_7 .body .box{
	display: flex;
  flex-wrap: wrap;
  width:45%;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
	#section_7 .body .box{
		width:100%;
		margin-bottom: 30px;
	}
}
#section_7 .body .title,
#section_7 .body .link{
  width:100%;
}
#section_7 .body .link{
	margin-top: 30px;
}
#section_7 .link a div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	padding:20px;
	transition: .5s;
}
@media (max-width: 767px) {
	#section_7 .link a div{
		padding:15px;
	}
}
#section_7 .link a:nth-child(n+2) div{
	border-top:none;
	border-bottom: 1px solid #a1a1a1;
}

#section_7 .link .material-symbols-rounded{
	font-variation-settings:
	  'FILL' 0,
	  'wght' 300,
	  'GRAD' -25,
	  'opsz' 24;
	color: #333;
	font-size: 20px;
	padding: 5px;
	border:1px solid #333;
	border-radius: 50%;
	transition: .5s;
}
#section_7 .link a:hover div{
	background: #eee;
}
#section_7 .link a:hover .material-symbols-rounded{
	color: #fff;
	background: #ed3b41;
}
#section_7 .img{
	overflow: hidden;
	width: 50%;
}
@media (max-width: 767px) {
	#section_7 .img{
		width: 100%;
	}
}



/* section-5 */
#section_5{
  position: relative;
  color: #fff;
}
#section_5:before{
  content: "";
	display: block;
	background-image: url('img/contact_base.jpg');
	width:100%;
	height: 400px;
	background-size: cover;
	filter: brightness(50%);

	position: absolute;
	    top: 0;
/*	    background-attachment: fixed;*/
	    background-position: 50% 50%;
	    background-repeat: no-repeat, no-repeat;;
	    filter: brightness(50%);
	z-index: -1;
}
#section_5 .body{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
}
#section_5 .box{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
#section_5 .title,
#section_5 .contact_tel{
	width: 100%;
}
#section_5 .title{
	margin-bottom: 20px;
}
#section_5 .title h2{
	color: #fff;
}
#section_5 .recruit_btn{
	position: absolute;
	top:50%;
	left:85%;
	transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
	#section_5 .box{
		width:100%;
	}
	#section_5 .recruit_btn_sp{
/*		position: absolute;*/
		top:100%;
		left: 50%;
/*		transform: translate(-50%, -50%);*/
		margin-top: 20px;
	}
}


.d-demo__wrap {
  position: relative;
  display: flex;
  width: 100vw;
  position: absolute;
  top: -6%;
}
.d-demo__wrap ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
}
.d-demo__wrap ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
 
.d-demo__wrap ul:last-child {
  animation: slide2 60s linear infinite;
}

.d-demo__wrap li {
  display: inline-block;
  width: 100%;
  min-width: 125px;
  margin-right: 30px;
  list-style: none;
  text-align: center;
}

@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
 
    to {
        transform: translateX(-100%);
    }
}
 
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
 
    to {
        transform: translateX(-200%);
    }
}


/* ----------
  slick
---------- */
.slide-items {
  width: 100%;
  display: flex;
  margin: 100px auto;
}
.slide-arrow {
  background-color: rgba(0,0,0,0);
  bottom: 0;
  height: auto;
  margin-top: 60px;
  position: absolute;
  top: 100%;
  width: auto;
}
@media (max-width: 767px) {
	.slide-items {
	  margin: 20px auto 35px;
	}
	.slide-arrow {
		margin-top: 30px;
	}
}
.slide-arrow .material-symbols-rounded{
	font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' -25,
  'opsz' 48;
	border-radius: 50%;
	color: #fff;
  font-size:25px;
  padding: 10px;
  transition: .3s;
}
.prev-arrow .material-symbols-rounded{
	background: rgba(19, 136, 206, .4);
}
.next-arrow .material-symbols-rounded{
	background: rgba(19, 136, 206, 1.0);
}
.prev-arrow {
  /*border-bottom: 10px solid #333;
  border-left: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid #333;*/
  left: calc((100vw - MIN((100vw - 150px), 1590px)) / 2 + 90px);
  padding-left: 20px;
}
.next-arrow {
/*  border-bottom: 10px solid #333;
  border-left: 10px solid #fff;
  border-right: 0;
  border-top: 10px solid #333;*/
  left: calc((100vw - MIN((100vw - 150px), 1590px)) / 2 + 90px);
  padding-left: 75px;
}
.prev-arrow:hover .material-symbols-rounded{
	background: rgba(19, 136, 206, 1.0);
}
@media (max-width: 767px) {
	.prev-arrow {
		left: 0px;
	}
	.next-arrow {
		right: 0px;
		padding-left: 0px;
		padding-right: 20px;
		left: auto;
	}
	.prev-arrow .material-symbols-rounded{
		background: rgba(19, 136, 206, 1);
	}
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
}
ul.slick-initialized li.slick-slide {
  /*margin-right: 10px;
  margin-left: 10px;*/
  width: 30%;
  margin: 10px 30px;
  transition: .3s;
}
ul.slick-initialized li.slick-slide a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.slide-items .works_thum{
	width: 100%;
}
.slide-items img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  /*left: 50%;
  transform: translateX(-50%);*/
  position: absolute;
  top: 100%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  margin-top: 80px
}
@media (max-width: 767px) {
	.slick-dots {
		margin-top: 55px;
	}
}
.slick-dots{
  text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin: 0 12px;
}
.slick-dots li button{
      position: relative;
      text-indent: -9999px;
}
.slick-dots li button:before{
        content: '';
        font-size: 20px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
        background: #D6D6D6;
        border-radius: 50%;
        width: 10px;
        height: 10px;
}
.slick-dots li.slick-active button:before{
	content: '';
	background: #1388CE;
}

.slide-items li .day,
.slide-items li .category{
	width: auto;
	padding: 0px 10px;
}
.slide-items li .title{
	width: 80%;
	padding: 5px 10px 0 10px;
}
.slide-items li .title p{
	font-size:22px;
}
.slide-items li .text{
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.slide-items li .category{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #858483;
	margin: 35px 0 25px 0;
}
.slide-items li .category p{
	font-size:14px;
}
@media (max-width: 767px) {
	.slide-items li .title p{
		font-size:18px;
	}
}
.slide-items li .category:before{
	border-top: 1px solid #858483;
  content: "";
  width: 17px;
  display: inline-block;
  margin: 7px 10px 5px 0;
}
.slide-items li .category .material-symbols-outlined{
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	color: #858483;
	font-size: 18px;
	margin-right: 5px;
}
@media (max-width: 767px) {
	.slide-items li .text .button_a{
		margin-right:20px;
	}
}


/* ----------
  Sub Page
---------- */
@media (max-width: 767px) {
	.sub .margin-top{
		margin-top: 20px 
	}
}




.sub .kv {
	height: 400px;
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	color: #fff;
	background: #0f2149;
}
.sub .kv .body{
	margin: 0 auto;
  min-width: 1000px;
}
.sub .kv h2{
	color: #fff;
}
@media (max-width: 767px) {
	.sub .kv {
		height: 300px;
	}
	.sub .kv .kv_sub{
		margin: 0 20px;
	}
	.sub .kv .body{
		min-width: 400px;
	}
}


/* ----------
  modal window
---------- */

.modal, .modal1, .modal2, .modal3, .modal4, .modal5, .modal6, .modal7 {
  width: calc(1000px - 20px);
/*  height: 90%;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  z-index:10;
  padding: 20px 5px;
}
@media (max-width: 767px) {
	.modal, .modal1, .modal2, .modal3, .modal4, .modal5, .modal6, .modal7 {
  	width: 90%;
  	z-index:1000;
  }
}
.modal-close__wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
	.modal-close__wrap {
	  right: 10px;
	  top: 10px;
	}
}
.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: #333;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.overlay_modal {
    background-color: #000;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 1;
}
.open1 .overlay_modal {
  opacity: 0.5;
    visibility: visible;
}
.modal.open1, .modal1.open1, .modal2.open1, .modal3.open1, .modal4.open1, .modal5.open1, .modal6.open1, .modal7.open1 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sub .modal_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 10px;
}
.sub .modal_flex img{
	width:40%;
	margin-bottom:20px;
}
.sub .modal_flex_flex{
	display: flex;
	align-items: flex-start;
	width:50%;
	margin-left:20px;
}
.sub .modal_flex .modal_item{
	width:20%;
}
.sub .modal_flex .modal_item_out{
	width:80%;
	margin-left:10px;
}
.sub .modal_flex li{
	width:100%;
	padding: 5px 0;
}
.sub .modal_flex p{
	text-align: left;
}
.sub .modal_flex .modal_item .b{
	color:#737373;
}
.sub .bg_color{
	font-weight:600;
	background: #d1d1d1;
}
@media (max-width: 767px) {
	.sub .modal_flex .modal_item{
		width:30%;
	}
	.sub .modal_flex img{
		width:50%;
		margin-bottom:20px;
		margin: 0 auto;
	}
	.sub .modal_flex_flex{
		width:100%;
		margin-left:0px;
		margin-bottom:20px;
	}
}




/* ----------
  Sub Page Privacy
---------- */




/* ----------
  Sub Page form
---------- */
.sub #form_section_1 .body{
	display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px auto;
  position: relative;
}
.sub #form_section_1 form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sub #form_section_1 table{
	border-collapse: collapse;
	width: 100%;
}
.sub #form_section_1 tr{
	display: flex;
	align-items: stretch;
	border-bottom: solid 1px #d1d1d1;
}
.sub #form_section_1 tr:first-child{
	border-top: solid 1px #d1d1d1;
}
.sub #form_section_1 th{
	background: #eeeeee;
	color: #737373;
	text-align: left;
	padding: 20px 10px;
	width:20%;
}
.sub #form_section_1 td{
	width:80%;
	padding: 20px 10px;
}
@media (max-width: 767px) {
	.sub #form_section_1 tr{
		flex-wrap: wrap;
	}
	.sub #form_section_1 th{
		width: 100%;
		font-size:14px;
	}
	.sub #form_section_1 td{
		width:100%;
		font-size:14px;
	}
}
.sub #form_section_1 .button{
	border-left: 0px;
	border-right: 0px;
	background: rgba(250,250,250,1);
	width:30%;
	margin: 30px auto;
}
@media (max-width: 767px) {
	.sub #form_section_1 .button{
		width:100%;
	}
}
.sub #form_section_1 input{
	width:100%;
	min-height: 30px;
	border: 1px solid #c2c2c2;
	color: #333;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.sub #form_section_1 textarea{
	resize: vertical;
	width:100%;
	min-height: 100px;
	border: 1px solid #c2c2c2;
	color: #333;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.sub #form_section_1 .privacy{
	width:100%;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sub #form_section_1 .privacy p{
	width: auto;
	margin-bottom: 0px;
}
.sub #form_section_1 .privacy a:hover{
	text-decoration:underline;
}
.sub #form_section_1 label span{
	background: #737373;
	color: #fff;
	padding:0 5px;
	margin-left:10px;
	font-weight:100;
}
.sub #form_section_1 input[type="checkbox"]{
	position: relative;
	width:3%;
	border: 0px solid #c2c2c2;
}
@media (max-width: 767px) {
	.sub #form_section_1 input[type="checkbox"]{
		width:7%;
	}
}
input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
 
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤Îºá·ù*/
    height: 20px;/*¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤Î¿k·ù*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
 
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*¥Á¥§¥Ã¥¯¤ÎÌ«¤µ*/
    border-left: 3px solid #666464;/*¥Á¥§¥Ã¥¯¤ÎÌ«¤µ*/
    opacity: 0;/*¥Á¥§¥Ã¥¯Ç°¤Ï·Ç±íÊ¾*/
    height: 6px;/*¥Á¥§¥Ã¥¯¤Î¸ß¤µ*/
    width: 11px;/*¥Á¥§¥Ã¥¯¤Îºá·ù*/
    transform: rotate(-45deg);
    top: 10px;/*¥Á¥§¥Ã¥¯•r¤ÎÎ»ÖÃÕ{Õû*/
    left: 10px;/*¥Á¥§¥Ã¥¯•r¤ÎÎ»ÖÃÕ{Õû*/
  }
 
  input[type="checkbox"]:checked::after {
    opacity: 1;/*¥Á¥§¥Ã¥¯áá±íÊ¾*/
  }

@media (max-width: 767px) {
	.sub #form_section_1 textarea{
		width:100%;
	}
}
.sub #form_section_1 .button:hover{
  border-top: 1px solid rgba(30, 32, 87, 0);
  border-bottom: 1px solid rgba(30, 32, 87, 0);
  background: rgba(30, 32, 87, .05);
  border-bottom-right-radius: 30px;
}
.sub #form_section_1 h4{
	width: 100%;
	margin-bottom: 20px;
}
.sub #form_section_1 p{
	width: 100%;
	margin-bottom: 20px;
}

/*¥Ð¥ê¥Ç©`¥·¥ç¥ó¥Á¥§¥Ã¥¯*/
label.error{
	color:#e60012;
	margin-left: 20px;
}


.sub #form_section_1 .entry tr:first-child td{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sub #form_section_1 .entry tr:nth-child(2) td{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sub #form_section_1 .entry tr:nth-child(5) td{
	display: flex;
	align-items: center;
}
.sub #form_section_1 .ma tr:nth-child(n+10):nth-child(-n+13) td{
	display: flex;
	align-items: center;
}
.sub #form_section_1 tr td input[type="radio"]{
	width:3%;
}
.sub #form_section_1 .entry tr td input[type="text"]{
	width:50%;
}
.sub #form_section_1 .ma tr td input[type="text"]{
	width:50%;
}
.sub #form_section_1 .entry tr td input[type="email"], .sub #form_section_1 .ma tr td input[type="email"]{
	width:50%;
}
@media (max-width: 767px) {
	.sub #form_section_1 .entry tr td input[type="text"]{
		width:100%;
	}
	.sub #form_section_1 .ma tr td input[type="text"]{
		width:100%;
	}
	.sub #form_section_1 .entry tr td input[type="email"], .sub #form_section_1 .ma tr td input[type="email"]{
		width:100%;
	}
}
.sub #form_section_1 .entry tr:first-child td input, .sub #form_section_1 .entry tr:nth-child(2) td input{
	margin-right: 5px;
	margin-left: 10px;
}
.sub #form_section_1 .entry tr:nth-child(5) td input{
	margin-right: 5px;
	margin-left: 10px;
}
.sub #form_section_1 .ma tr:nth-child(n+10):nth-child(-n+13) td input{
	margin-right: 5px;
	margin-left: 10px;
}
.sub #form_section_1 .entry tr:first-child td input:first-child,
.sub #form_section_1 .entry tr:nth-child(2) td input:first-child,
.sub #form_section_1 .entry tr:nth-child(5) td input:first-child,
.sub #form_section_1 .ma tr:nth-child(n+10):nth-child(-n+13) td input:first-child{
	margin-right: 5px;
	margin-left: 0px;
}





/* ----------
  Sub Page
---------- */

/* ----------
  Sub Page 共通
---------- */
.sub .kv_sub{
	height: 400px;
	background: #eaeaea;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.sub .kv_sub .body{
	width:100%;
}
.sub .kv_sub h2{
	color:#db2c35;
}
.sub .kv_sub h3{
	color:#f6f5f3;
	position: absolute;
	bottom:-1%;
	right:calc((100vw - 1000px) / 2);
	width: auto;
}
.sub .kv_sub h4:before{
  border-top: 1px solid #333;
  content: "";
  width: 2.5em;
  display: inline-block;
  margin: 7px 5px 7px 0;
}

.sub section .body{
	display: flex;
	flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  position: relative;
}
.sub section .wp-block-table{
	width:100%;
}
.sub section .wp-block-table table td:first-child{
	border-top: 0px;
	border-bottom: 1px solid #0f2149;
	border-left: 0px;
	border-right: 0px;
	font-weight:600;
}
.sub section .wp-block-table table td:last-child{
	border-top: 0px;
	border-bottom: 1px solid #0f2149;
	border-left: 0px;
	border-right: 0px;
}
.sub section .wp-block-table table td{
  padding: 30px 20px 10px 20px;
}
@media (max-width: 767px) {
	.sub section .wp-block-table table td{
	  padding: 30px 10px 10px 10px;
	}
}


/* ----------
  Sub Page Concept
---------- */



/* ----------
  Sub Page service
---------- */




/* ----------
  Sub Page Pagenation
---------- */
.wp-pagenavi {
	/* 全体 */
	margin: 20px 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
}
.wp-pagenavi a {
	/* フォント色 */
	/*    color: #4a4a4a;*/
}
.pages {
	/* 左の表記 */
	margin-right: 20px;
}
.wp-pagenavi .current, .wp-pagenavi a.page {
	/* ボタン */
	margin: 3px 3px;
	display: inline-block;
	width: 30px;
	height: 30px;
/*	background: #333;*/
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	color:#333;
	transition: .5s;
}
.wp-pagenavi .current {
	/* カレント数字 */
	border: none;
	background: #db2c35;
	color: #fff;
}
.wp-pagenavi a.page:hover {
	/* マウスオーバー */
	background: #db2c35;
	color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend {
	/* ... */
	margin: 0 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	/* 記号の削除 */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	background: #333;
	width: 30px;
	height: 30px;
	margin: 3px 3px;
	border-radius: 3px;
	transition: .5s;
}
.sub #news_section_1 .wp-pagenavi .material-symbols-outlined,
.sub #news_section_1 .wp-pagenavi .material-symbols-outlined,
.sub #column_section_1 .wp-pagenavi .material-symbols-outlined,
.sub #column_section_1 .wp-pagenavi .material-symbols-outlined{
	color: #fff;
	font-size:23px;
	margin: 0;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	background: #f6f5f3;
}
.sub #news_section_1 .wp-pagenavi .nextpostslink:hover .material-symbols-outlined,
.sub #news_section_1 .wp-pagenavi .previouspostslink:hover .material-symbols-outlined,
.sub #column_section_1 .wp-pagenavi .nextpostslink:hover .material-symbols-outlined,
.sub #column_section_1 .wp-pagenavi .previouspostslink:hover .material-symbols-outlined{
	color: #333;
}


/* ----------
  Sub Page news
---------- */






/* ----------
  Sub Page column
---------- */


/* ----------
  Sub Page news_tample
---------- */



/* ----------
  Sub Page column_tample
---------- */


/* ----------
  Sub Page Pagenation
---------- */
.prev_next{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prev_next div{
	display: flex;
	align-items: center;
}
.prev_next .material-symbols-outlined{
	color: #db2c35;
	font-size: 20px;
	font-variation-settings:'FILL' 0,
  'wght' 700,
  'GRAD' -25,
  'opsz' 48;
}
.prev_next a{
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
}
.prev_next .prev_next_btn{
	width:100%;
	display: flex;
  justify-content: space-between;
}
.prev_next .button{
	width:50%;
	margin: 10px auto 0;
}
@media (max-width: 767px) {
	.prev_next .button{
		width:100%;
	}
}
.prev_next .button .material-symbols-outlined{
	color: #fff;
	font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' -25, 'opsz' 48;
	font-size: 24px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover{
	text-decoration:underline;
}
.prev_next .button:hover .material-symbols-outlined{
	color: #db2c35;
}



/* フォーム */

.sub .catalog h4 span {
	color: #c0c8cf;
}
.sub form.h-adr{
	display: flex;
	flex-wrap: wrap;
}
.sub .contact_item{
	width:100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #bbb;
  padding: 30px;
}
.sub .contact_item.address_item{
	align-items: flex-start;
}
.sub .form_ttl {
	background-color: #666666;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 24px;
}
.sub .form_area {
	width: 100%;
	max-width: 100%;
}
.sub .form_label {
	font-size: 16px;
/*	margin-top: 25px;*/
/*	margin-bottom: 10px;*/
	font-weight:600;
	width:25%;
}
.sub .form_label span {
	font-size: 12px;
	background-color: #ed3b41;
	color: #fff;
	padding: 2px 10px;
	margin-right: 15px;
}
.sub input[type="text"], .sub input[type="email"], .sub textarea {
	width: 75%;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 0 0 0px 0;
}
.sub input[type="text"].tel {
	width: 60px;
}
.sub input[type="text"].p-postal-code {
	width: 60px;
}
.sub .address{
	display: flex;
	flex-wrap: wrap;
	width: 75%;
}
.sub .address .p-street-address{
	width: 100%;
	margin-top: 15px;
}
@media (max-width: 767px) {
	.sub .form_label {
		width:100%;
		margin-bottom: 5px;
	}
	.sub input[type="text"], .sub input[type="email"], .sub textarea {
		width: 100%;
	}
	.sub .address{
		width: 100%;
	}
}
.sub select {
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 5px 10px;
}
.sub .form_checkbox {
	display: flex;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sub .mwform-checkbox-field, .sub .mwform-radio-field {
	width: 49%;
	border: 1px solid #aaa;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}
.sub .form_area .notice {
	color: #ed3b41;
	font-size: 12px;
}
.sub .form_area a {
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
}
.sub .privacy_fld {
	border: 1px solid #aaa;
	padding: 20px 10px 20px 10px;
	margin-top: 35px;
	margin-bottom: 15px;
	line-height: 18px;
}
.sub .privacy_fld .privacy_fld_p{
	margin-bottom: 20px;
}
.sub .privacy_fld .mwform-checkbox-field {
	width: auto;
	border: none;
	padding: 0px 10px;
	margin: 0 0 0px 0;
	position: relative;
}
.sub .privacy_link{
	text-decoration:underline;
}
.sub .recruit_btn{
	display: flex;
}
.sub .privacy_check{
	padding-left: 30px;
}
@media (max-width: 767px) {
	.sub .recruit_btn{
		width: 100%;
	}
}
.mw_wp_form .error{
	color: #ed3b41;
}
.sub .contact_tit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.sub .contact_tit h6{
	width: auto;
	font-weight: 300;
	color: #aaa;
}
.sub .mw_wp_form_complete{
	width: 100%;
}
.sub .mw_wp_form_input .contact_tit h6:first-child,
.sub .mw_wp_form_confirm .contact_tit h6:nth-child(2),
.sub .mw_wp_form_complete .contact_tit h6:last-child{
	color: #ed3b41;
	font-weight: 600;
}
.sub .contact_thanks{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}


.sub .questionary_form .form_ttl{
	position: relative;
}
.sub .questionary_form .material-symbols-outlined.add{
	color:#fff;
}
.sub .questionary_form .form_ttl .add{
		display:block;
		margin-top: 5px;
		position: absolute;
		right: 0;
		top: 25%;
		margin-top: 0;
		margin: auto;
}
.sub .questionary_form .remove{
		display:none;
}
.sub .questionary_form .add.tap{
		display:none;
}
	.sub .questionary_form .form_ttl .remove.tap{
		display:block;
		margin-top: 5px;
		position: absolute;
		right: 0;
		top: 25%;
		margin-top: 0;
		margin: auto;
	}
	.sub .questionary{
		display:none;
	}
	.sub .questionary.tap{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}



/* ----------
  Sub Page service
---------- */
.sub #service_section1, #service_section2, #service_section3{
/*	height:300px;*/
	position: relative;
/*	padding: 50px 0;*/
	transition: .5s;
}
.sub .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.sub .flex .box{
	float: right;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
@media (max-width: 767px) {
	.sub .flex .box{
		width: 100%;
		margin-top: 20px;
	}
}
.sub #service_section1 p, #service_section2 p, #service_section3 p{
	margin-bottom: 20px;
}
.sub #service_section1 .material-symbols-outlined,
#service_section2 .material-symbols-outlined,
#service_section3 .material-symbols-outlined{
	color: #3e3e3e;
}
.sub #service_section1:before{
	content: "";
  display: block;
	background-image: url("img/action1_base.jpg");
  background-position: 0% 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in;
  opacity: 0;
  filter: brightness(35%);
}
.sub #service_section2:before{
	content: "";
  display: block;
	background-image: url("img/action2_base.jpg");
  background-position: 0% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in;
  opacity: 0;
  filter: brightness(35%);
}
.sub #service_section3:before{
	content: "";
  display: block;
	background-image: url("img/action3_base.jpg");
  background-position: 0% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in;
  opacity: 0;
  filter: brightness(35%);
}
.sub #service_section1.neji:before{
	content: "";
  display: block;
	background-image: url("img/tetsu.jpg");
  background-position: 0% 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in;
  opacity: 0;
  filter: brightness(35%);
}
.sub #service_section2.neji:before{
	content: "";
  display: block;
	background-image: url("img/neji_base.jpg");
  background-position: 0% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in;
  opacity: 0;
  filter: brightness(35%);
}
.sub #service_section1:hover h6,
#service_section2:hover h6,
#service_section3:hover h6{
	color:#fafafa;
}
.sub #service_section1:hover p,
#service_section2:hover p,
#service_section3:hover p{
	color:#fafafa;
}
.sub #service_section1:hover .material-symbols-outlined,
#service_section2:hover .material-symbols-outlined,
#service_section3:hover .material-symbols-outlined{
	color: #fafafa;
}
.sub #service_section1:hover .button,
#service_section2:hover .button,
#service_section3:hover .button{
	background: rgba(0, 0, 0, 0);
  border: 0px solid #db2c35;
}
.sub #service_section1:hover:before{
	opacity: 1;
}
.sub #service_section2:hover:before{
	opacity: 1;
}
.sub #service_section3:hover:before{
	opacity: 1;
}
@media (max-width: 767px) {
	.sub #service_section2:before{
	  opacity: 1;
	}
	.sub #service_section2.neji:before{
	  opacity: 1;
	}
	#service_section2 h6{
		color:#fafafa;
	}
	#service_section2 p{
		color:#fafafa;
	}
	#service_section2 .material-symbols-outlined{
		color: #fafafa;
	}
	#service_section2 .button{
		background: rgba(0, 0, 0, 0);
	  border: 0px solid #db2c35;
	}
}