@charset "UTF-8";
/* 変数ファイルインポート */

a:hover {
  opacity: 0.5;
  transition: ease-in-out; }

a:link {
  opacity: 1;
  transition: 0.3s; }

button:hover {
  opacity: 0.8; }
	.sp_br{
		display: none;
	}

.googlemap{
	width: 650px;
	height: 450px;
	margin:40px auto;
}

@media (max-width: 980px) {
  .googlemap {
    width: 100%;

  }

}
@media (max-width: 620px){
	.sp_br{
		display: block;
	}
	}



.wrapper {
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
	color: #3C3A3A;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	  scroll-behavior: smooth;

}



body {
  font-family: "Roboto", sans-serif;
}



section{
	display: block;
	clear: both;
}



.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  
		font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
	font-style: normal;
	font-size: 20px;
	color: #133E7C;
  background-color: #FFFFFF;
  width: 100%;
  padding: 10px 25px 11px 58px;
  border-radius: 10px;
  text-align: right;
  background-position: left 25px center;
  background-repeat: no-repeat;
	overflow-wrap: break-word;
  
    background-image: url("../img/mail.png");
  
}

.button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.button span {
  display: none;
}

@media (min-width: 600px) {
  .button span {
    display: initial;
  }
}

.button--icon {
  min-width: initial;
  padding: 0.5rem;
}


.brand  {
	font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  padding: 20px 0;
}

.brand span {
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  vertical-align: sub;
  color: #fff;
	
}

.brand img{
	width: 55px;
	height: 100%;
	padding: 5px;
	background: #FFFFFF;
	margin-right: 15px;
}

.site-header__wrapper  a {
    opacity: 1;
}

.site-header__wrapper  a:hover {
    opacity: 0.8;
}

  .nav__wrapper a {
    color: #FFFFFF;
    opacity: 1;
}


.site-header {
	position: fixed; 
	z-index: 10;
	width: 100%;
	height: 100px;
	padding: 20px 0;
	color: #fff;
}

.site-header-box{
	position: fixed; 
	z-index: -1;
	width: 100%;
	height: 100px;
	top: 0;
	background-color: #1B73B4; 
	opacity: 0.8;
}



.site-header__wrapper {
 display: flex;
  align-items: center;
  justify-content: space-between;
}

  @media (min-width: 920px) {
    .site-header__wrapper {
      justify-content: initial; } }
@media (min-width: 920px) {
  .site-header__middle {
    margin-left: auto; } }

@media (max-width: 920px) {
  .site-header__end {
    padding-right: 4rem; } }

@media (min-width: 920px) {
  .nav__wrapper {
    display: flex; } }

@media (max-width: 920px) {
  .nav__wrapper {
	  width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: #1B73B4;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
  }



.nav__item a {
  display: block;
  padding: 1rem; }

.nav__toggle {
  display: none; }


.drawer_hidden {
  display: none;
}


  @media (max-width: 920px) {
.drawer_open {
  display: block;
  height: 60px;
  width: 60px;
  align-items: center;
  position: absolute;
	right: 0;
	
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

	  
/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#nav__toggle:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav__toggle:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#nav__toggle:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
	  }
	  /* アイコンがクリックされたらメニューを表示 */
#nav__toggle:checked ~ 
  .nav__wrapper {
top:60px;
	  visibility: visible;
      opacity: 1;
      transform: translateY(0); } 
}


ul{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
	font-style: normal;
	font-size: 15px;
	color: #005BFF;	
	letter-spacing: 0px;
	margin-right: 15px;
}




@media (max-width: 1024px) {
	.button{
		font-size:15px;
		background-size: 18px;
  background-position: left 10px center;
		padding: 5px 10px 5px 35px;
	}

	.brand{
		font-size:15px;
	}
	.brand span{
		font-size:25px;
	}
	.brand img{
		width:30px;
	}
	.site-header-box{
	height: 75px;}

}

@media (max-width: 400px) {
	.button{
		font-size:12px;
		background-size: 15px;
  background-position: left 10px center;
		padding: 5px 10px 5px 30px;
	}

	.brand{
		font-size:12px;
	}
	.brand span{
		font-size:22px;
	}
	.brand img{
		width:30px;
	}
	.site-header-box{
	height: 65px;}

}




/*スライドショー*/
.img-frame{
	position: relative;
   width: 100%;
	height: 840px;
}

@media screen and (max-width: 1280px){
.img-frame{
   width: 100%;
   height: 650px;
}
}
@media screen and (max-width: 980px){
.img-frame{
   width: 100%;
   height: 500px;
}
}
@media screen and (max-width: 640px){
.img-frame{
   width: 100%;
   height: 420px;
}
}
@media screen and (max-width: 540px){
.img-frame{
   width: 100%;
   height: 345px;
}
}

.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size:cover;
   background-repeat: no-repeat;
	background-position: center;
}
.img-01{
   background-image: url('../img/top01.png');
   animation: slide-animation-01 15s infinite;
}
.img-02{
   background-image: url('../img/top02.png');
   animation: slide-animation-02 15s infinite;
}
.img-03{
   background-image: url('../img/top03.png');
   animation: slide-animation-03 15s infinite;
}



@keyframes slide-animation-01 {
	0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.0);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
	}
	
	
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.0);}
  40% {opacity: 1;}
  50% {opacity: 1; transform: scale(1.0);}
  60% {opacity: 0;}
100% {opacity: 0;}
}
	
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  30% {opacity: 0;}
  50% {opacity: 0; transform: scale(1.0);}
  60% {opacity: 1;}
  80% {opacity: 1; transform: scale(1.0);}
100% {opacity: 0;}
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 400; 
}



.tittle{
	position: relative;
	margin-bottom: 70px;
}



.tittle h1 {
    position: relative;
	font-family: "Barlow Condensed", sans-serif;
	margin-top: 1.5rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
    text-align: center;
	top: 48px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 110px;
	opacity: 0.4;
    z-index: 0;
}


.tittle h2 {
  position: relative;
font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 27px;
    text-align: center;
	top: -20px;
	color: #fff;
}

.tittle h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
}


.tittle-company{
	position: relative;
	margin-bottom: 70px;
}



.tittle-company h1 {
    position: relative;
	font-family: "Barlow Condensed", sans-serif;
	margin-top: 1.5rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
    text-align: center;
	top: 48px;
    left: 50%;
    transform: translateX(-50%);
    color: #2673B4;
    font-size: 110px;
	opacity: 0.2;
    z-index: 0;
}


.tittle-company h2 {
  position: relative;
font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 27px;
    text-align: center;
	top: -20px;
	color: #2673B4;
}

.tittle-company h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2673B4;
}


.tittle-certification{
	position: relative;
	background-color: #3485C9;
	margin-bottom: 70px;
}


.tittle-certification h1 {
    position: relative;
	font-family: "Barlow Condensed", sans-serif;
	margin-top: 1.5rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
    text-align: center;
	top: 48px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 110px;
	opacity: 0.4;
    z-index: 0;
}


.tittle-certification h2 {
  position: relative;
font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 27px;
    text-align: center;
	top: -20px;
	color: #fff;
}

.tittle-certification h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
}


h3{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
	margin: 30px 0 50px;
}




.table-h4{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 100px auto 0;
	text-align: center;
}

@media (max-width: 1024px) {
	h1 {
	   font-size:45px;
	   padding-left: 1rem;
	}
	h2 {
		font-size:20px;
	}
	h3 {
		font-size:25px;
		padding-left: 1rem;
		padding-bottom: 0;
	}
	.card_item_body h3 {
  padding-left: 0;
}

}



@media (max-width: 640px){
.tittle, .tittle-company, .tittle-certification{
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
}



.tittle h1,.tittle-company h1, .tittle-certification h1 {
	margin-top: 0rem;
	top: 0px;
    left: 50%;
    font-size: 70px;
}


.tittle h2,.tittle-company h2, .tittle-certification h2 {
	font-size: 18px;
	top: -45px;
}

.tittle h2:before,.tittle-company h2:before, .tittle-certification h2:before {
  bottom: -10px;
  width: 35px;
}
}


/*私たちについて*/

#about{
	min-height: 700px;
	background-color: #2673B4;
	position: relative;
	padding: 15px 0 ;
}



.footer_wave {
	position: absolute;
	top: -35px;
  left: 0;
  bottom: 0;
  width: 100%;
}

.parallax > use {
    animation: move-forever 12s linear infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
}
.parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
.editorial {
    display: block;
    width: 100%;
    height: 3em;
    max-height: 100vh;
    margin: 0;
  bottom: 0px;
}

@media (max-width: 50em) {
    .editorial {
        height: 10vw;
    }
}



.flex-about{
	display: flex;
	justify-content: space-around;
	padding: 0 30px;
}


.img-about {
	max-width: 420px;
	overflow: hidden;
}

.txt-about {
	max-width: 450px;
		color: #fff;
	overflow: hidden;
}

.txt-works {
	max-width: 420px;
		color: #fff;
	overflow: hidden;
}



.txt-about h3{
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 37px;	
  line-height: 55px;
  margin: 0 auto 30px;
}


.txt-works h3{
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 37px;	
  line-height: 55px;
  margin: 0 auto 30px;
}



.about-txt{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;	
  line-height: 35px;
}


.btn{
	position: relative;
	height: 70px;
	width: 270px;
	background: #133E7C;
	border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	font-size: 25px;
	color:#FFFFFF;  
	text-align: center;	
	margin-top: 39px;
}



table{
	border-collapse: collapse;
	margin: 40px auto 0;
}

.row table{
	margin: 20px auto 60px;
}

.table-txt{
	width: 645px;
}

th,td{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 15px;
	padding: 20px 0px 20px;
	border-bottom: solid 0.5px #333333;
}

th{
	width: 105px;
	font-weight: 500;	
    text-align-last: justify;
}

.row th{
	width: 105px;
	font-weight: 500;	
    text-align-last: justify;
	padding-left: 5px;
	padding-right: 5px;
}

td{
  font-weight: 400;	
  line-height: 25px;
	padding-left: 50px;
}

@media (max-width: 1024px) {

	 .table-h3{
margin-right: 60px;
		 padding-left: 1rem;
}

		 .table-txt{
margin-left: 1rem;
}
}

@media (max-width: 1024px) {
		.about-txt{
padding-left: 1rem;
}

.btn{
	height: 75px;
	width: 410px;
	font-size: 25px;
		letter-spacing: 3px;

}
	
}


@media (max-width: 980px) {
	.about-txt{
  font-size: 15px;
		  line-height: 25px;
padding-left: 1rem;
		padding-right: 1rem;
}



.btn{
	height: 75px;
	width: 340px;
	font-size: 20px;
		letter-spacing: 3px;

}
}

@media (max-width: 640px) {
.btn{
	height: 60px;
	width: 200px;
	font-size: 20px;
		letter-spacing: 0;
}
}
@media (max-width: 600px) {
	.table-h3{
		float: none;
		display: block;
		width: 100%;
		padding-left: 0;
	margin: 0 0 0.5rem 1rem;
}

	.table-txt{
	width: 100%;
		margin-left: 0;
		margin-right: 1rem;

}
	th,td{
	display:block ;
		padding: 15px 0 15px;

	}
	
	th{
	width: 100%;	
	padding-left: 1rem;
	padding-right: 1rem;

	text-align-last: left;

		background-color: #EAEAEA;
	}
	
	.row th{
	width: 100%;	
	padding-left: 1rem;
	padding-right: 1rem;

	text-align-last: left;

		background-color: #EAEAEA;
	}

	td{
	width: 100%;	
	padding-left: 1rem;
	padding-right: 1rem;
	text-align-last: left;

	}
}




#works{
	min-height: 1360px;
	background-image: url("../img/works-back.jpg");
	background-size: cover;
	padding: 0px 80px ;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	background-position: center;
}

.works-box{
  width: 980px;
  height:  1340px;
  background-color: #2673B4;
  position: absolute;
	top:50%;
	bottom: 50%;
  right: 0;
  left: 0;
  margin: auto;
  place-items: center;
  mix-blend-mode: multiply;
}


.flex-work{
	display: flex;
	justify-content: space-around;
	margin: 0px auto 80px;
	padding: 0 0px ;
}

.flex-work::before{
	content: "";
    display: block;
    width: 880px;
    border-bottom: 1px solid #fff;
    position: absolute;
    margin: -40px auto;
}

.flex-work:first-of-type::before{
    content: none;
}

.contents-works{
	max-width: 920px;
	position: relative;
	  margin: 35px auto 0;

}


.contents{
	max-width: 1020px;
	margin: 0px auto 50px;
}



.contents-table{
	max-width: 752px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	
.img-about {
	max-width: 420px;
}

.txt-about {
	max-width: 460px;
}

.txt-works {
	max-width: 400px;
}

.txt-about h3{
  font-size: 30px;	
  line-height: 45px;
	margin-bottom: 15px;
}


.txt-works h3{
  font-size: 30px;	
  line-height: 45px;
	margin-bottom: 15px;
}



.about-txt{
	font-size: 15px;	
  line-height: 30px;
}

.works-box{
  width: 980px;
  height: 1340px;	
}
}

@media (max-width: 840px) {
	
.img-about {
	max-width: 340px;
}

.txt-about {
	max-width: 360px;
}

.txt-works {
	max-width: 320px;
}

.txt-about h3{
  font-size: 25px;	
  line-height: 35px;
	margin-bottom: 15px;
}


.txt-works h3{
  font-size: 25px;	
  line-height: 35px;
	margin-bottom: 15px;
}



.about-txt{
	font-size: 12px;	
  line-height: 23px;
}

.works-box{
  width: 980px;
  height: 200px;	
}
}

@media (max-width: 780px) {
	
#about{
	padding: 0;
}

	#works{
		padding:0;
	}	
	
.flex-about{
		display: block;
		padding: 0 0 10px;
	overflow: hidden;
	}
.flex-work{
		display: block;
	}


.img-about {
	max-width: 760px;
text-align: center;	
	padding: 0 20px;
}

.txt-about {
	max-width: 580px;
	margin: 0 auto;
}

.txt-works {
	max-width: 580px;
	margin: 0 auto;
}

.txt-about h3{
  font-size: 25px;	
  line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.txt-works h3{
  font-size: 25px;	
  line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.about-txt{
	font-size: 12px;	
  line-height: 23px;
	margin-bottom: 10px;
}

.works-box{
  width: 100%;
  height: 100%;
}
}
	
/*会社概要*/

#company{
	padding-bottom: 100px;
	background-image:url("../img/haikei01.png");
	background-size:contain;
   background-repeat: no-repeat;
	background-position: center;
}

.company-img-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

.company-img img{
	width: 200px;
}


@media (max-width: 640px){
	.company-img-flex{
	max-width: 390px;
}
.company-img img{
	width: 360px;
}

}


/*各種資格*/

#certification{
	background-image:url("../img/haikei02.png");
	background-size:contain;
   background-repeat: no-repeat;
	background-position: center;
}


.suidoukan {
	position: absolute;
	top: -42px;
    min-width: 1280px;
    overflow: hidden;
}



.custom-shape-divider-top-1747298366 {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1747298366 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 136px;
}

.custom-shape-divider-top-1747298366 .shape-fill {
    fill: #3485C9;
}

@media (max-width: 640px){
.custom-shape-divider-top-1747298366 {
    top: 100px;
}

.custom-shape-divider-top-1747298366 svg {
    height: 55px;
}
}



/*コンテンツ幅やセクション見出しのスタイリング*/
.ly_section {
  padding: 100px 0 0;
}
  
.ly_section_inner {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
}
  

  
/*ここから3カラム記事エリアのスタイリング*/
.card_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
}



.card_items li {
  width: 31%;
  margin-bottom: 35px;
}

  
.card_items li:nth-of-type(3n) {
  margin-right: 0;
}
  
.card_item {
  position: relative;
  display: block;
}
  
/*画像エリアのスタイリング*/

.card_item_imgWrapper {
  position: relative;
  overflow: hidden;
  text-align:center;
	height: 200px;
}
  

  
.card_item_imgWrapper img{
	height: 190px;
	box-shadow:10px 10px 10px #f0f0f0;
}
  
/*日時、タイトル、抜粋文テキスト部分のスタイリング*/
.card_item_body {
  height: 160px;
  padding: 0px;
}
  
.card_item_body .card_item_time {
  font-size: 15px;
	margin-top: 20px;
  color: #777;
  display: block;
}
  
.card_item_body .card_item_ttl {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;

}
  
.card_item_body .card_item_txt {
  color: #777;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.card_item_ttl{
margin: 10px 0;
}



.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}



@media (max-width: 640px){
	
	#certification br {
		display: none;
	}

	
.card_items li {
  margin-right: 0%;
  width: 46%;
	}
	

	
	
.card_item_imgWrapper {
height: 180px;
}
  

  
.card_item_imgWrapper img{
	height: 170px;
}
  
/*日時、タイトル、抜粋文テキスト部分のスタイリング*/
.card_item_body {
  height: 140px;
}
  
.card_item_body h3 {
  padding-left: 0;
}
  	
.card_item_body .card_item_time {
  font-size: 10px;
	margin-top: 10px;
}
  
.card_item_body .card_item_ttl {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}
  
.card_item_body .card_item_txt {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}

}




/*採用情報*/


#recruit{
	max-height: 980px;
	padding: 100px 80px;
	margin-top: 0;
	background-image:url("../img/recruit-back.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.recruit-box{
  max-width: 980px;
  height:  820px;
  background-color: #757C81;
  position: absolute;
	top: 50%;
	bottom: 50%;
  right: 0;
  left: 0;
  margin: auto;
  place-items: center;
  mix-blend-mode: multiply;
}


.contents-recruit{
	max-width: 920px;
	margin: -100px auto 0;
	padding: 0px;
	text-align: center;
}




.recruit-tittle{
	color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;	
  margin: 0 auto 30px ;
	position: relative;
}



.recruit-img{
	position: relative;
	max-height: 400px;
	overflow: hidden;
	margin: 0 auto;
}

#recruit-page{
	height:610px;
	padding: 0px;
	margin-top: 0px;
	background-image:url("../img/recruit-back.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center; 
	position: relative;
	overflow: hidden;

}

.recruit-page-box{
	max-width: 980px;
	height:  300px;
	background-color: #757C81;
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 0;
	left: 0;
	margin: auto;
	place-items: center;
	mix-blend-mode: multiply;
}

.contents-recruit-page{
	max-width: 920px;
  position: absolute;
	top: 120px;
	bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
	padding: 0px;
  place-items: center;
	text-align: center;
}


@media (max-width: 640px){
	#recruit{
		padding: 100px 20px;
	}
	.recruit-tittle{
 font-size: 20px;	
  margin: 0 auto 15px ;
}

	.contents-recruit{
	margin: -50px auto 0;
}

	#recruit-page{
		height:410px;}
	
.recruit-page-box{
	height:  150px;

}	
}



.contact-tittle{
	max-width: 1088px;
	margin: 0 auto;
	position: relative;
}

.contact-tittle-h1{
	position: absolute;
	bottom: -88.5px;
}



.privacy-tittle{
	font-size: 20px;
  font-weight: 600;
	color: #000000;

}

.privacy-h4{
	font-size: 18px;
  font-weight: 600;
	color: #000000;
}

.privacy_h{
	font-size: 16px;
  font-weight: 600;
	color: #000000;
}

.privacy-txt{
	font-size: 16px;
	color: #000000;
}






/*おといあわせ*/

 #page-home #section_contact {
		position: relative;
		padding: 80px ;
		margin-top: 0;
		background-image:url("../img/contact-back.jpg");
		background-size:cover;
		background-repeat: no-repeat;
	background-position: center;
}
    @media only screen and (max-width: 768px) {
      #page-home #section_contact {
        /*　画面サイズ $spWidth まではここを読み込む　*/
        padding: 20px; } }

    #page-home #section_contact .contact_read {
      text-align: center;
      margin-bottom: 50px;
      color: #FFFFFF;
      font-size: 25px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased; }
    #page-home #section_contact .contact_rapper {
      max-width: 800px;
      margin: 0 auto; }
      #page-home #section_contact .contact_rapper span {
        color: red; }
      #page-home #section_contact .contact_rapper .flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          #page-home #section_contact .contact_rapper .flex {
            /*　画面サイズ $spWidth まではここを読み込む　*/
            flex-direction: column; } }
        #page-home #section_contact .contact_rapper .flex .contact_box_ttl {
          width: 40%;
          color: #FFFFFF; }
          @media only screen and (max-width: 768px) {
            #page-home #section_contact .contact_rapper .flex .contact_box_ttl {
              /*　画面サイズ $spWidth まではここを読み込む　*/
              width: 100%; } }
        #page-home #section_contact .contact_rapper .flex .contact_box_normal, #page-home #section_contact .contact_rapper .flex .contact_box_textarea {
          width: 70%;
          padding: 6px 12px;
          border: none; }
          @media only screen and (max-width: 768px) {
            #page-home #section_contact .contact_rapper .flex .contact_box_normal, #page-home #section_contact .contact_rapper .flex .contact_box_textarea {
              /*　画面サイズ $spWidth まではここを読み込む　*/
              width: 100%; } }


    #page-home #section_contact .privacy_ttl_1 {
      font-size: 20px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 10px; }
    #page-home #section_contact .privacy_wrap .privacy_ttl {
      font-size: 18px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 10px; }
    #page-home #section_contact .privacy_wrap .privacy_txt {
      margin-bottom: 10px; }
    #page-home #section_contact .privacy_wrap .privacy_h {
      font-size: 16px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 5px; }
    #page-home #section_contact .btn-mail {
      padding: 20px 80px;
      background-color: #F7931E;
	border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
font-size: 30px;
      position: relative;
      margin: 0 auto;
		color: #fff;
      text-align: center;
      margin-top: 40px; }

    #page-home #section_contact .btn_return {
      background-color: #A5A5A5;
		width: 250px;
	border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
font-size: 30px;
      position: relative;
      margin: 0 auto;
		color: #fff;
      text-align: center;
      margin-top: 10px; }
  #page-home .privacy_wrap {
    height: 250px;
    border: none;
    overflow-y: scroll;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
    padding: 16px;
    box-sizing: border-box;
    margin: 50px auto;
    background-color: #ededed; }
  #page-home p.privacy {
    line-height: 1.7; }
  #page-home .privacy_strong_title {
    font-weight: bold; }
  #page-home .contact_field {
    display: none; }

#contact2{
position: relative;
}

.contact_wave {
	position: absolute;
	top: -47px;
	left: 0;
	bottom: 0;
	width: 100%;
}

@media (max-width: 640px){
.contact_wave {
	top: -38px;
}
}

.contact-box{
	width: 100%;
	background-color: #133E7C;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	place-items: center;
	mix-blend-mode: multiply;
}


.contact_boxttl{
	font-weight: 600;
	color: #fff;
}

.contact_boxttl-re{
	display: none;
	color: #fff;
}


.center{
	font-weight: 600;
	color: #fff;
	text-align: center;
}


#footer-links{
	background-color: #8F969B;
	padding: 60px 20px
}

.links-flex{
	max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.links{
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 90px;
	margin: 10px auto;
}

.footer_add{
	max-width: 1020px;
	margin: 50px auto 10px;
	position: relative;
}



.tel-small{
	font-size: 35px;
}

.address{
  font-family: "Noto sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	padding: 0;
}

.copy_footer{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 15px;
	font-family: "Noto sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: #fff;
}

@media (max-width: 768px) {
  #page-home #section_contact .contact_read {
     font-size: 20px;
	  }

.copy_footer{
	position: relative;
	font-size: 12px;
	margin-top: 10px;
}
	
.tel-small{
	font-size: 30px;
}

.address{
	font-size: 13px;
}
.links-flex{
	max-width: 390px;
	}
	
.links{
	height: auto;
}

.links img{
	width: 160px;
	height: auto;
}

}




/* ボタン全体 */
#page_top {
width: 50px;
height: 50px;
position: fixed;
right: 30px;
bottom: 30px;
background: #164687;
opacity: 1;
border-radius: 50%;
z-index: 99;
}

/* Font Awesome */
#page_top::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 30px;
color: #ffffff;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}

