@charset "UTF-8";
/*===================================================================
    reset
===================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
nav, article, section, header, footer, address, figure {
  margin: 0;
  padding: 0;
}

html,body{
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

body {
  width: 100%;
  position: relative;
  font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "游ゴシック","YuGothic", "ＭＳ ゴシック",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: .3s;
	transition: .3s;
  background: url("../images/bg_top.png") no-repeat center top, url("../images/bg01.jpg") repeat-y center top;
  background-size: 100%, 100%;
}
.noscroll {
	overflow: hidden;
}

main{
  display:block; /* for IE */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link,
a:visited,
a:before,
a:after,
a img{
  text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
  backface-visibility: hidden;
}

address {
  font-style: normal;
}

img {
  border: none;
  vertical-align: middle;
}

small {
  font-size: 11px;
}

li {
  list-style: none;
}

section{
  position: relative;
}

article{
  overflow-x: hidden;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mincho{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.en{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.sr_left, .sr_right, #menu ul li, ul.person li, #flow ul li, #faq ul li{
  visibility: hidden;
}
 
 
/* header */
header{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 140px;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 100;
  transition: .3s;
}
header h1{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 60px 0 80px;
}
header nav ul{
  display: flex;
  align-items: center;
  font-size: 14px;
}
header nav ul li{
  margin-right: 3em;
}
header nav ul a{
  color: #fff;
}
header a span{
  display: none;
}
header .cv{
  position: absolute;
  top: 0;
  right: 0;
}
header .cv a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 140px;
  height: 140px;
  background: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  transition: unset;
}
header .cv a .arrow{
  display: block;
}
header.is-fixed{
  position: fixed;
  background: #fff;
  height: 100px;
  top: -100px;
}
header.is-fixed nav ul a{
  color: #000;;
  height: 100px;
}
header.is-fixed .cv a{
  height: 100px;
  background: #fff;
  color: #000;
}

main{
}

#mv{
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-position:center center;
	background-size: cover;
}
#mv .cont{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mv h1{
  font-family: 'Libre Baskerville', serif;
  font-size: 58px;
  font-weight: normal;
  color: #fff;
}
#mv h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #fff;
}
#mv .scroll_area{
  position: absolute;
  bottom: 0; 
  right: 0;
  width: 80%;
  height: 70px;
  background: #e50012;
  text-align: center;;
}
#mv .scroll_area a{
  display: block;
  width: 100%;
  height: 100%;
}
#mv .scroll_area span{
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .05em;
  top: 0;
  right: 3em;
}
#mv .scroll_area span::after{
  position: absolute;
  content: "";
  height: 30%;
  width: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bg_area{
  position: relative;
  width: 100%;
  background: url("../images/bg01.png") no-repeat left top;
  background-size: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.bg_area .bg_gray{
  width: 100%;
  height: 100%;
  background: #f1f3f5;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -200px;
  mix-blend-mode: multiply;
}
.bg02{
  background: url("../images/bg02.png") no-repeat right 300px;
  margin: 0;
}
.bg03{
  background: url("../images/bg02.png") no-repeat right 400px;
  margin: 0;
}

#intro{
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding-top: 150px;
}
#intro h2{
  position: relative;
  font-size: 36px;
  letter-spacing: .2em;
  padding-top: 0;
  margin-bottom: .3em;
}
#intro h2::before{
  position: absolute;
  top: 0;
  left: 0;
  content: none;
  width: 30px;
  height: 2px;
  background: #e50012;
}
#intro .copy{
  font-size: 16px;
  margin-bottom: 1.8em;
}
#intro .en{
  font-size: 14px;
  line-height: 1.8;
}
/*===================================================================
#about
===================================================================*/

#about{
  position: relative;
  width: 100%;
}
#about .img{
  position: relative;
  text-align: right;
  z-index: 5;
  margin: 0;
}
#about .img img{
  width: 60%;
}
#about h2{
  position: relative;
  width: 50%;;
  height: 360px;
  top: -300px;
  background: url("../images/ttlbg01.jpg") no-repeat center center;
  background-size: cover;
  padding: 180px 0 0 150px;
  margin-bottom: -220px;
}
#about h2 strong{
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
#about h2 span{
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #80cee2;
  font-weight: normal;
  line-height: 1;
}
#about h2 span::before{
  content: "";
  width: 2em;
  border-bottom: 2px solid #80cee2;
  margin-right: .5em;
}
#about dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  left: 50%;
  margin-left: -200px;
  padding-left: 85px;
  line-height: 1.65;
  margin-bottom: 90px;
}
#about dl dt{
  width: 110px;
}
#about dl dd{
  width: calc(100% - 110px);
  margin-bottom: .8em;
}
#about .gmap{
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#about .gmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*===================================================================
#message
===================================================================*/
#message{
  position: relative;
  width: 60%;
}
#message .img{
  position: relative;
  text-align: right;
  z-index: 5;
  margin: 0;
}
#message .img img{
  width: 60%;
}
#message h2{
  position: relative;
  width: 50%;;
  height: 360px;
  top: -300px;
  background: url("../images/ttlbg01.jpg") no-repeat center center;
  background-size: cover;
  padding: 180px 0 0 150px;
  margin-bottom: -220px;
}
#message h2 strong{
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
#message h2 span{
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #80cee2;
  font-weight: normal;
  line-height: 1;
}
#message h2 span::before{
  content: "";
  width: 2em;
  border-bottom: 2px solid #80cee2;
  margin-right: .5em;
}
#message dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  left: 50%;
  margin-left: -200px;
  padding-left: 85px;
  line-height: 1.65;
  margin-bottom: 90px;
}
#message dl dt{
  width: 110px;
}
#message dl dd{
  width: calc(100% - 110px);
  margin-bottom: .8em;
}
#message .gmap{
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#message .gmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*===================================================================
#business
===================================================================*/

#business{
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
#business .img{
  position: relative;
  text-align: right;
  z-index: 5;
  margin: 0;
}
#business .img img{
  width: 60%;
}
#business h2{
  position: relative;
  width: 50%;;
  height: 360px;
  top: -290px;
  background: url("../images/ttlbg01.jpg") no-repeat center center;
  background-size: cover;
  padding: 180px 0 0 150px;
  margin-bottom: -220px;
  z-index: 3;
}
#business h2 strong{
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
#business h2 span{
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #80cee2;
  font-weight: normal;
  line-height: 1;
}
#business h2 span::before{
  content: "";
  width: 2em;
  border-bottom: 2px solid #80cee2;
  margin-right: .5em;
}
#business .cont{
  position: relative;
  top: -10px;
  width: 90%;
  margin: 0 0 -185px auto;
  background: #f1f3f5;
  padding: 200px 0 60px 90px;
}
#business .cont ul{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#business .cont ul li{
  width: 45%;
  margin-bottom: 50px;
}
#business .cont ul li h3{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 60px;
  font-size: 22px;
  margin-bottom: 15px;
}
#business .cont ul li h3 .num{
  width: 1.6em;
  font-size: 40px;
  border-right: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
  margin-right: .4em;
}
#business .cont ul li p{
  line-height: 2.4;
}
/*===================================================================
#recruit
===================================================================*/
/*===================================================================
#about
===================================================================*/

#recruit{
  position: relative;
  width: 100%;
}
#recruit .img{
  position: relative;
  text-align: right;
  z-index: 5;
  margin: 0;
}
#recruit .img img{
  width: 60%;
}
#recruit h2{
  position: relative;
  width: 50%;;
  height: 360px;
  top: -300px;
  background: url("../images/ttlbg01.jpg") no-repeat center center;
  background-size: cover;
  padding: 180px 0 0 150px;
  margin-bottom: -220px;
}
#recruit h2 strong{
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
#recruit h2 span{
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #80cee2;
  font-weight: normal;
  line-height: 1;
}
#recruit h2 span::before{
  content: "";
  width: 2em;
  border-bottom: 2px solid #80cee2;
  margin-right: .5em;
}
#recruit dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  left: 50%;
  margin-left: -200px;
  padding-left: 85px;
  line-height: 1.65;
  margin-bottom: 90px;
}
#recruit dl dt{
  width: 110px;
}
#recruit dl dd{
  width: calc(100% - 110px);
  margin-bottom: .8em;
}
#recruit .gmap{
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#recruit .gmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*===================================================================
#form
===================================================================*/

#form{
  width: 1100px;
  position: relative;
  margin: 0 auto 80px;
  padding-top: 65px;
  border-top: 1px solid #bab5b3;
}
#form h2 strong{
  display: block;
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}
#form h2 span{
  display: flex;
  align-items: flex-end;
  font-size: 13px;
  color: #80cee2;
  font-weight: bold;
  line-height: 1;
}
#form h2 span::before{
  content: "";
  width: 2em;
  border-bottom: 2px solid #80cee2;
  margin-right: .5em;
}
#form .lead{
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
#form .form{
  width: 900px;
  margin: 50px auto 0;
}
#form .form p{
  text-align: left;
}
#form .form ul li{
  display: flex;
  border-bottom: 1px solid #bab5b3;
}
#form .form ul li:first-child{
  border-top: 1px solid #bab5b3;
}
#form .form ul li .ttl{
  width: 330px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 25px;
  background: #f1f3f5;
}
#form .form .req_icon{
  display: inline-block;
  font-size: .85em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding: 0 .8em;
  background: #E50113;
}
#form .form .req_icon.opt{
  background: #8e8e8e;
}
#form .form ul li .input{
  width: calc(100% - 330px);
  padding: 30px 0 30px 20px;
}
#form .form ul li input{
  width: 100%;
  height: 40px;
  padding: 0 1em;
  font-size: 14px;
  color: #333;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
#form .form ul li .radio input{
  position: absolute;
  visibility: hidden;
}
#form .form ul li .radio input ~ label{
  display: table;
  padding-left: 30px;
  position:relative;
  line-height: 2.2em;
}
#form .form ul li .radio input ~ label::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  tansition: .3s;
}
#form .form ul li .radio input:checked ~ label::before{
  border: 5px solid #e50012;
}
#form .form ul li textarea{
  width: 100%;
  padding: 1em;
  font-size: 14px;
  color: #333;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
#form .form ul li .ttl .note{
  display: block;
  font-size: .9em;
  font-weight: normal;
  color: #333;
  margin-top: .3em;
}
#form .form ul li .input .note{
  display: block;
  font-size: .9em;
  color: #999;
  margin-top: .5em;
}
#form .privacy{
  background: #f1f3f5;
  border: 1px solid #bab5b3;
  padding: 40px 40px 30px;
  margin-top: 40px;
}
#form .privacy .cont{
  background: #fff;
  padding: 25px 20px 25px 30px;
  height: 180px;
  margin: 20px 0 10px;
}
#form .privacy .cont p{
  height: 100%;
  overflow: auto;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.6;
}
#form .privacy .confirm{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#form .privacy .confirm .req_icon{
  margin-right: 1em;
}
.mfp_buttons button{
  display: inline-block;
  width: 400px;
  line-height: 80px;
  margin: 30px auto;
  background: #e50012;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
.mfp_buttons button:disabled{
  background: #999;
  cursor: default;
}
#mfp_button_send{
  width: 260px;
  margin: 0 10px;
}
#mfp_button_cancel{
  width: 260px;
  margin: 0 10px;
  background: #999;
}
input::placeholder {
  color: #aaa;
}
input:-ms-input-placeholder {
  color: #aaa;
}
input::-ms-input-placeholder {
  color: #aaa;
}

#thanks{
  position: relative;
  background: #fff;
  text-align: center;
  padding: 15% 0;
}
#thanks h1{
  position: relative;
  padding-bottom:.6em;
  margin-bottom: 1em;
}
#thanks h1 strong{
  display: block;
  font-size: 3em;
}
#thanks h1 span{
  display: block;
  font-size: 1.2em;
  font-weight: normal;
}
#thanks h1::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background :#ea303f;
}
#thanks p{
  font-size: 1em;
  line-height: 2;
}
#thanks p a{
  display: table;
  margin: 1em auto;
  color: #000;
  text-decoration: underline;
}
#thanks .logo{
  margin-top: 3em;
}

/* footer */
footer{
  position: relative;
  width: 100%;
  padding: 280px 0 50px;
  background: #166c93;
  color: #fff;
}
footer .pagetop{
  position: absolute;
  top: 0;
  right: 30px;
}
footer .pagetop a{
  display: block;
  color: #fff;
  font-size: 11px;
  padding-top: 30px;
}
footer .pagetop a::before{
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  background: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .ft_cont{
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}
footer .ft_cont nav ul{
  display: flex;
  margin-bottom: 5px;
}
footer .ft_cont nav ul li{
  margin-right: 30px;
}
footer .ft_cont nav ul li a{
  color: #fff;
}
footer .copyright{
  font-size: 13px;
  letter-spacing: .05em;
  color: #999;
}


@media screen and (min-width: 768px){
  body{
    font-size: 14px;
  }
  .sp{
    display: none !important;
  }
  body,html{
    min-width: 1100px;
  }
  img{
    height: auto;
  }
	.spnav{
		display: block !important;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  .hamburger_area {
	  position: absolute;
	  top: 0;
	  /*right: 80px;*/
    right: 0;
	  width: 80px;
	  height: auto;
    background: rgba(255,255,255,0.8);
    transition: .3s;
    z-index: 1000;
	}	
  .hamburger_area.is-active {
	  right: 0;
    background: rgba(255,255,255,0);
	}	
	.hamburger_area:before {
	  content: "";
	  display: block;
	  padding-top: 100%; /* 1:1 */
	}
	/* クリックエリアと位置を指定 ---------------------- */
	.btnHamburger {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%; /* クリックエリアの横幅*/
	  height: 100%; /* クリックエリアの高さ*/
	  cursor: pointer;
	  z-index: 1000;
	}
	.btnHamburger.is-active{
	  
	}
	
	/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
	.btnHamburger .line {
	  position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	  display: block;
	  height: 1px; /* 1本辺りの高さ */
	  background: #000; /* 線の色 */
    -webkit-transform: translateX(-50%) rotate(135deg);
	  transform: translateX(-50%) rotate(135deg);
	  /* 適用するプロパティ、変化する時間、変化する速度 */
	  -webkit-transition: all 0.3s ease-out;
	  transition: all 0.3s ease-out;
	 }
	
	/* 3本線の各線の位置を指定 ---------------------- */
	.btnHamburger .line_01 {
    top: 30px;
    left: 43%;
    width: 19px;
  }
	.btnHamburger .line_02 {
    top: 34px;
    left: 50%;
    width: 30px;
    }
  .btnHamburger .line_03 {
    top: 38px;
    left: 57%;
    width: 19px;
  }
	
	/* 最上部の線のスタイル ---------------------- */
	.btnHamburger.is-active .line_01 {
	  top: 34px;
    left: 50%;
    width: 30px;
    -webkit-transform: translateX(-50%) rotate(45deg);
	  transform: translateX(-50%) rotate(45deg);
	}
		
	/* 最下部の線のスタイル ---------------------- */
	.btnHamburger.is-active .line_03 {
	  opacity: 0;
	}
  
  .btnHamburger .en {
    position: absolute;
    display: block;
    text-align: center;
    font-size: .5em;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s;
  }
  
  /* header */
  #pcheader{
    display: none;
  }
  header{
    position: fixed;
    height: 80px;
    padding: 0;
    z-index: 100;
  }
  header h1{
    position: absolute;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20%;
    margin: 0;
  }
  header .nav_overlay{
    display: none;
	  position: fixed;
    width: 100%;
		height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
  }
  header nav{
	  position: fixed;
    width: 85%;
		height: 100vh;
    background: rgba(255,255,255,0.85);
    top: 0;
    left: 100%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header nav.opened{
    left: 15%;
  }
  header nav ul{
    display: block;
    padding: 20vh 0 0 0;
  }
  header nav ul li{
    position: relative;
    margin: 0 0 2em 0;
    padding-left: 2em;
    line-height: 1;
  }
  header nav ul li::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.2em;
    height: 1px;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    transform-origin: left;
  }
  header nav ul a{
    color: #000;
    font-size: .95em;
  }
  header nav ul a span{
    display: inline-block;
    margin-right: .5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
  header nav .copyright{
    position: absolute;
    bottom: 16%;
    right: 8%;
    font-size: .5em;
    color: #999;
  }
  header nav .logo{
    position: absolute;
    bottom: 20%;
    right: 8%;
    width: 28%;
  }
  header .cv{
    width: auto;
  }
  header .cv a{
    width: 80px;
    height: 80px;
    font-size: .6em;
  }
  header .cv a .arrow{
    width: 25%;
    display: block;
  }
  header.is-fixed{
    position: fixed;
    background: transparent;
    height: 80px;
    top: 0 !important;
  }
  header.is-fixed nav ul a{
    color: #000;
    height: auto;
  }
  header.is-fixed .cv a{
    height: 80px;
    background: #000;
    color: #fff;
  }

  main{
  }

  #mv{
    position: relative;
    width: 100%;
  }
  #mv .cont{
    widdth: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%,-50%);
    transform: translateY(-50%,-50%);
  }
  #mv h1{
    font-size: 2.8em;
    line-height: 1.2;
    margin-bottom: .4em;
  }
  #mv h2{
    font-size: .8em;
  }
  #mv .scroll_area{
    width: 90%;
    height: 8vh;
  }
  #mv .scroll_area span{
    display: block;
    font-size: .6em;
    right: 5%;
    padding-top: 1em;
  }
  #mv .scroll_area span::after{
    height: 2.4em;
  }

  .bg_area{
    background: none;
    margin-bottom: 100px;
  }
  .bg_area .bg_gray{
    width: 80%;
    top: 3em;
    left: auto;
    right: 0;
    margin-left: 0;
    mix-blend-mode: multiply;
  }
  .bg02{
    background: none;
  }
  .bg03{
    background: none;
  }

  #intro{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 5em 8% 3.5em;
  }
  #intro h2{
    font-size: 1.2em;
    padding-top: 0;
    margin-bottom: .3em;
  }
  #intro h2::before{
    width: .8em;
    height: 1px;
  }
  #intro .copy{
    font-size: .7em;
    margin-bottom: 1.2em;
    line-height: 2;
  }
  #intro .en{
    font-size: .5em;
    line-height: 2;
  }

  #about{
    position: relative;
    width: 100%;
  }
  #about .img{
  }
  #about .img img{
    width: 97%;
  }
  #about h2{
    width: 70%;
    height: auto;
    top: -3em;
    padding: 4em 0 3em 8%;
    margin-bottom: 0;
    font-size: 1em;
  }
  #about h2 strong{
    font-size: 1.25em;
    margin-bottom: 5px;
  }
  #about h2 span{
    font-size: .7em;
  }
  #about h2 span::before{
    border-bottom: 1px solid #80cee2;
  }
  #about dl{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    left: 0;
    margin-left: 0;
    padding: 0 8%;
    margin-bottom: 3em;
    font-size: .75em;
  }
  #about dl dt{
    width: 100px;
  }
  #about dl dd{
    width: calc(100% - 100px);
    margin-bottom: .8em;
  }
  #about .gmap{
    height: 300px;
  }

  #message{
    position: relative;
    width: 100%;
    margin-bottom: 4em;
  }
  #message h2{
    width: 100%;
    height: auto;
    background-position: left center;
    padding: 4em 0 4em 5%;
    margin: 0 0 1.8em;
    font-size: 1em;
  }
  #message h2 strong{
    font-size: 1.2em;
    line-height: 1.8;
  }
  #message h2 .en{
    font-size: .7em;
    color: #80cee2;
    margin-bottom: 1em;
  }
  #message h2 .en::before{
    border-bottom: 1px solid #80cee2;
  }
  #message .cont{
    width: 88%;
    margin: 0 auto;
    font-size: .75em;
    line-height: 2;
  }
  #message .sign{
    line-height: 2.5;
  }
  #message .sign img{
    width: 90px;
  }

  #business{
    position: relative;
    width: 100%;
    margin-bottom: 4em;
  }
  #business .img{
  }
  #business .img img{
    width: 97%;
  }
  #business h2{
    width: 70%;
    height: auto;
    top: -3em;
    padding: 4em 0 3em 8%;
    margin-bottom: -1em;
    font-size: 1em;
  }
  #business h2 strong{
    font-size: 1.25em;
    margin-bottom: 5px;
  }
  #business h2 span{
    font-size: .7em;
  }
  #business h2 span::before{
    border-bottom: 1px solid #80cee2;
  }
  #business .cont{
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 0 0 auto;
    background: transparent;
    padding: 1em 8% 3em;
    z-index: 1;
  }
  #business .cont::before{
    content: "";
    position: absolute;
    width: 80%;
    height: calc(100% + 200px);
    background: #f1f3f5;
    top: -165px;
    right: 0;
    z-index: -1;
  }
  #business .cont ul{
    display: block;
  }
  #business .cont ul li{
    width: 100%;
    margin-bottom: 2em;
  }
  #business .cont ul li h3{
    line-height: 2.8em;
    font-size: 1em;
    margin-bottom: 1em;
  }
  #business .cont ul li h3 .num{
    width: 1.8em;
    font-size: 1.8em;
  }
  #business .cont ul li p{
    line-height: 1.7;
    font-size: .75em;
  }
  #business .cont ul li p br{
    display: none;
  }

  #recruit{
    position: relative;
    width: 100%;
    padding-bottom: 4em;
  }
  #recruit h2{
    width: 100%;
    height: auto;
    background-position: 10% center;
    padding: 4em 0 4em 5%;
    margin: 0 0 1.8em;
    font-size: 1em;
  }
  #recruit h2 strong{
    font-size: 1.2em;
    line-height: 1.8;
  }
  #recruit h2 .en{
    font-size: .7em;
    color: #e50012;
    margin-bottom: 1em;
  }
  #recruit h2 .en::before{
    border-bottom: 1px solid #e50012;
  }
  #recruit .cont{
    width: 88%;
    margin: 0 auto;
    font-size: .75em;
    line-height: 2;
  }
  #recruit .cont dl{
    margin-top: 3.5em;
    line-height: 2;
  }
  #recruit .cont dl dt{
    width: 120px;
  }
  #recruit .cont dl dd{
    width: calc(100% - 120px);
    margin-bottom: 1.5em;
  }

  #form{
    width: 88%;
    position: relative;
    margin: 0 auto;
    padding-top: 3em;
  }
  #form h2{
    font-size: 1em;
  }
  #form h2 strong{
    font-size: 1.3em;
    margin-bottom: 5px;
  }
  #form h2 span{
    font-size: .7em;
    font-weight: normal;
  }
  #form h2 span::before{
    border-bottom: 1px solid #80cee2;
  }
  #form .lead{
    font-size: .8em;
    text-align: center;
    line-height: 1.8;
  }
  #form .form{
    width: 100%;
    margin: 3em auto 0;
  }
  #form .form ul li{
    display: block;
    border-top: 1px solid #bab5b3;
    border-bottom: none;
  }
  #form .form ul li .ttl{
    position: relative;
    width: 100%;
    height: 3.5em;
    font-size: .85em;
    color: #333;
    padding: 0 .8em;
  }
  #form .form .req_icon{
    font-size: .9em;
    line-height: 20px;
    padding: 0 1em;
  }
  #form .form ul li .input{
    width: 100%;
    padding: .8em 5% 1.5em;
  }
  #form .form ul li input{
    height: 3em;
    padding: 0 1em;
    font-size: 16px;
  }
  #form .form ul li .radio input ~ label{
    padding-left: 30px;
    line-height: 2.3;
    font-size: .85em;
  }
  #form .form ul li .radio input ~ label::before{
    width: 20px;
    height: 20px;
  }
  #form .form ul li textarea{
    font-size: 16px;
    margin-top: 2em;
  }
  #form .form ul li .ttl .note{
    position: absolute;
    font-size: .8em;
    top: 100%;
  }
  #form .form ul li .input .note{
    font-size: .75em;
  }
  #form .privacy{
    padding: 1em 1em;
    margin-top: 1.5em;
  }
  #form .privacy h3{
    font-size: 1em;
    margin-bottom: .5em;
  }
  #form .privacy p{
    font-size: .75em;
  }
  #form .privacy .cont{
    background: #fff;
    padding: 1em;
    height: 11em;
    margin: 1em 0;
  }
  #form .privacy .cont p{
    padding-right: 1.5em;
    font-size: .8em;
  }
  .mfp_buttons button{
    display: inline-block;
    width: 80%;
    line-height: 4em;
    margin: 2em auto 0;
    font-size: 1em;
  }
  
  #thanks{
    padding: 25% 0;
  }
  #thanks h1 strong{
    display: block;
    font-size: 2em;
  }
  #thanks h1 span{
    font-size: .8em;
  }
  #thanks p{
    font-size: .75em;
  }
  #thanks .logo{
    width: 20%;
    margin: 3em auto 0;
  }


  /* footer */
  footer{
    padding: 7em 0 3em;
  }
  footer .pagetop{
    position: absolute;
    top: 0;
    right: 15px;
  }
  footer .pagetop a{
    font-size: .5em;
    padding-top: 25px;
  }
  footer .ft_cont{
    align-items: flex-end;
    width: 80%;
  }
  footer .ft_cont nav ul{
    display: block;
    margin-bottom: 1.5em;
  }
  footer .ft_cont nav ul li{
    margin: 0 0 .5em 0;
  }
  footer .ft_cont nav ul li a{
    font-size: .7em;
  }
  footer .copyright small{
    font-size: .5em;
  }
  footer .ft_cont .ft_logo{
    width: 25%;
  }
	
/*-----------------------------------*/
	.m_hover{
	display: none;
    width: 200px;
    position: absolute;
    top: 0;
    left: 250px;
    padding: 16px;
    border-radius: 5px;
    background: #33cc99;
    color: #fff;
    font-weight: bold;
	}
	
	.m_hover:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      bottom: -19px;
      margin-left: 10px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
      border-top-color: #33cc99;
      border-width: 10px;
      pointer-events: none;
      content: " ";
	}

}
