@charset "UTF-8";

/*-----------------------------------------------------------------
　　reset
-----------------------------------------------------------------*/
html, body, header, footer, main, section,
article, aside, menu, nav, div,
h1, h2, h3, h4, h5, h6, p, span, a,
address, cite, code, q, em, figure, img,
small, strong, dialog, time,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height:1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}
footer, header, main, section,
article, aside, figure, nav {
    display: block;
}
nav ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
input, select {
    vertical-align: middle;
}
button,
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
input[type="submit"],
input[type="button"] {
  cursor: pointer !important;
}
img {
    line-height: 1;
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------
　　setting
-----------------------------------------------------------------*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}

p {
  font-size: 104%;
}

a {
    color: #06f;
  cursor: pointer;
}
.cf:after {
    content: '';
    display: block;
    clear: both;
}
.txtc {
  text-align: center;
}

a img:hover {
	opacity: 0.8 ;
  cursor: pointer;
}

.toppage {
  text-align: center;
  padding: 30px 0 60px;
}


li {
  margin-left: 1.2rem;
  
}

.slick-prev {
  right: 0;
}
.slick-next {
  left: 0;
}


/*-----------------------------------------------------------------
　　movie
-----------------------------------------------------------------*/

#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
  height: 930px;
  text-align: center;
} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 326px;
  /*left: 84px;*/
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

#header .logowrap {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
#header .logowrap .logo {
  margin: 17px;
  box-shadow: 3px 3px 4px gray;
  display: block;
}
#header h1 {
  color: #FFFFFF;
  text-shadow: 1px 2px 3px #000;
}
#header .txt {
  padding: 10px 0;
}
#header .ttl {
  margin-bottom: 10px;
}
#header .mazuha {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 120%;
  text-shadow: 2px 3px 3px #000;
}
#header .btn a {
  margin: 0 3px;
}
#footer {
  background: #000;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
}

h2 {
  text-align: center;
  padding: 60px 0 30px 0;
  font-size: 140%;
  font-weight: normal;
}
h2 img {
  vertical-align: middle;
  margin-right: 18px;
}
h3 {
  font-weight: normal;
}

/*-----------------------------------------------------------------
　　contents
-----------------------------------------------------------------*/

#contents {
  background: #FFFFFF;
  overflow: hidden;
  /*overflow:auto;
  position: relative;
  z-index: 2;*/
}

.wfull {
  width: 1000px;
  margin: 0 auto;
}
.wmid {
  width: 950px;
  margin: 0 auto;
}
.wmin {
  width: 850px;
  margin: 0 auto;
}

.onayami {
  text-align: center;
}
.onayami img {
  margin-top: -60px;
}


.bggray {
  background: #F0F0F0;
  text-align: center;
  padding: 40px 0;
}
.bgblue {
  background: #eaf2f7;
  text-align: center;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.catch h2 {
  font-weight: bold;
  font-size: 140%;
  padding: 0;
  color: #294A91;
  margin-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
.catch h3 {
  font-weight: normal;
  font-size: 120%;
  margin-bottom: 20px;
  padding-top: 10px;
  
}
.catch p {
  text-align: left;
  font-size: 94%;
}


.catch h2 {
  position: relative;
}
.catch h2:before, .catch h2:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #294A91;
    top: 0;
}
.catch h2:before {
    left: 20px;
    transform: rotate(-20deg);
}
.catch h2:after {
    right: 20px;
    transform: rotate(20deg);
}


.reason ul li {
  float: left;
  width: 32%;
}
.reason ul li {
  text-align: center;
}
.reason ul li .bg {
  background: #eaf2f7;
  background: #eaf2f7;
  margin-left: 20%;
  padding-bottom: 5px;
}
.reason ul li h3 {
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-left: -20%;
  font-size: 130%;
  line-height: 1.6rem;
  height: 3.6rem;
  border-bottom: 1px solid #E40D25;
}
.reason ul li h3 span {
  float: left;
  color: #E40D25;
  font-size: 180%;
  vertical-align: middle;
  margin-left: 3px;
}
.reason ul li h3 em {
  overflow: hidden;
  display: block;
  margin-left: 22%;
  font-style: normal;
}

.reason ul li p {
  text-align: left;
  font-size: 90%;
  padding: 10px;
  background: #FFFFFF;
  margin: 15px;
}





.reason .txtc {
  padding: 30px 0;
  clear: both;
}

.pickup {
  padding: 80px 0;
}

.pickup .culture {
  position: relative;
  margin-bottom: 100px;
}

.pickup .culture .lineTrigger {
  width: 70%;
  background: #FFFFFF;
  z-index: 2;
}


.pickup .culture .ttl {
  position: absolute;
  top: -56px;
  left: 0;
}

.pickup .culture h3 {
  text-align: center;
  font-size: 120%;
  margin-bottom: 16px;
}
.pickup .culture h3 span {
  font-size: 92%;
}


.pickup .culture .ph {
  float: left;
  margin-right: 20px;
}
.pickup .culture .bg {
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 1;
}
.pickup .culture p {
  font-size: 92%;
}

.pickup .media {
  position: relative;
}

.pickup .media .lineTrigger {
  width: 70%;
  background: #FFFFFF;
  float: right;
  z-index: 2;
  
}

.pickup .media .ttl {
  position: absolute;
  top: -56px;
  right: 0;
}

.pickup .media .ph {
  float: left;
  margin-right: 20%;
}

.pickup .media p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 140%;
}

.pickup .media .bg {
  position: absolute;
  left: 15%;
  top: 0;
  z-index: 1;
}



.flow dl {
  display: block;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #000;
  margin-bottom: 7px;
}
.flow dl dt {
  float: left;
  padding: 15px;
}
.flow dl dd {
  overflow: hidden;
  margin-left: 18rem;
  padding: 15px;
}
.flow dl dd img {
  float: right;
  margin-left: 10px;
}


.other ul {
  width: 50%;
  float: left;
}

.other {
  padding: 40px 0;
}
.other h2 {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

.other h2:before, .other h2:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    top: 0;
}
.other h2:before {
    left: 20px;
    transform: rotate(-20deg);
}
.other h2:after {
    right: 20px;
    transform: rotate(20deg);
}



.reason li {
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}





.lineinappear {
  padding: 20px;
}



.design .gazo {
  position: relative;
  padding-top: 30px;
}

.design .gazo .txt {
  background: #eaf2f7;
  position: absolute;
  top: 100px;
  left: 0;
  height: 8rem;
  z-index: 1;
  width: 60%;
  padding: 8% 5%;
  font-size: 120%;
}
.design .gazo img {
  float: right;
  margin-right: 2%;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}


.footernav {
  background: #19807D;
}


.footernav .company {
  float: left;
  width: 30%;
  padding: 2%;
  color: #FFFFFF;
  box-sizing: border-box;
}

.footernav .company a {
  text-decoration: none;
  color: #BCD1FF;
}

.footernav .company dl {
  margin-top: 10px;
}

.footernav .company dt {
  float: left;
}
.footernav .company dd {
  overflow: hidden;
  margin-left: 6.5rem;
}

.footernav .companyinfo {
  float: left;
  width: 36%;
  padding: 2%;
  color: #FFFFFF;
  box-sizing: border-box;
}
.footernav .companyinfo dt {
  float: left;
  margin-bottom: 10px;
}
.footernav .companyinfo dd {
  overflow: hidden;
  margin-left: 6.5rem;
  margin-bottom: 10px;
}
.footernav .map {
  float: right;
  width: 32%;
}

.footernav a {
  text-decoration: none;
  color: #FFFFFF;
}

.footernav .tel {
  padding: 0 10px;
  margin-top: 6px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #1b7e40;
  border-radius: 10px;
  background: #1b7e40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
  background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
  background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
}




.submitbtn {
  border-radius: 10px !important;
  font-size: 120% !important;
  padding: 20px 30px !important;
  margin-top: 6px !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: 1px solid #1b7e40 !important;
  background: #1b7e40 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958)) !important;
  background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%) !important;
  background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1) !important;
}



.jirei {
  text-align: left;
}

.jirei .left {
  width: 48%;
  float: left;
}
.jirei .right {
  width: 48%;
  float: right;
}

.jirei .txt {
  margin-bottom: 30px;
}

.jirei h3 {
  font-size: 120%;
  margin-top: 10px;
  margin-bottom: 6px;
}
.jirei p {
  margin-bottom: 6px;
}



.profile {
  background: #00939E url("../img/profile_logo.png") top right no-repeat;
  position: relative;
  color: #FFFFFF;
}
.profile img {
  z-index: 1;
  position: absolute;
  right: 5%;
  bottom: 0;
}
.profile .wfull {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.profile .wfull .txt {
  font-size: 92%;
  width: 65%;
}
.profile .wfull .txt p {
  margin-bottom: 0.7rem;
}
.profile .wfull .name {
  font-size: 120%;
  margin-top: 10px;
}
.profile h3 {
  font-weight: bold;
  font-size: 160%;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width:1100px){
  .profile img {
  right: 0;
}
  .profile .wfull .txt {
  width: 60%;
}
}


.faq {
  padding-bottom: 50px;
  text-align: left;
}



.faq h4 {
  margin: 30px 0 10px 0;
}
.faq span {
  border-radius: 20px;
  padding: 2px 0;
  text-align: center;
  width: 40px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 160%;
}
.faq h3 {
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 4em;
  font-weight: normal;
  border-top: 1px solid #6B6B6B;
  border-bottom: 1px solid #6B6B6B;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
}
.faq h3 span {
  position: absolute;
  top: 7px;
  left: 0;
  
}
.faq p span {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #000000;
}
.faq p strong {
  font-weight: normal;
  margin-bottom: 8px;
  display: block;
}
.faq p {
  position: relative;
  padding-left: 4em;
  padding-top: 0.3rem;
  margin-left: 3rem;
  margin-bottom: 30px;
  display: none;
}

.faq table {
  position: relative;
  margin-left: 3.2em;
  padding-top: 0.1rem;
  text-align: left;
}
.faq table th {
  padding: 12px 0;
}
.faq table td {
  padding: 0 0 0 15px;
}




/* ①プラスの横線 */
.faq h3:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 2px;
	background: #000;
	transform: translateY(-50%);
}

/* ②プラスの縦線 */
.faq h3:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 19px;
	width: 2px;
	height: 24px;
	background: #000;
	transform: translateY(-50%);
	transition: .3s;
}

/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.faq h3.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}





.mail .ttl {
  color: #FFFFFF;
  background: #000;
  padding: 20px 0;
  margin-bottom: 30px;
}

.mail .ttl h2 {
  padding: 0;
}

.mail .ttl img {
  margin-bottom: 10px;
}
.mail h3 {
  margin: 20px 0 20px 0;
}
.mail table {
  width: 100%;
}
.tbl01 td input , .tbl01 td textarea {
    padding: 10px 6px 10px 6px;
  box-sizing: border-box;
    border: 1px solid #cdcdcd;
  margin-top: 6px;
  margin-bottom: 6px;
}
.mail th {
    width: 14%;
   padding: 10px 0;
  padding-left: 2.6rem;  
}
.mail th.op {
    width: 14%;
  text-align: right;
  margin-left: 0;
  padding-right: 1rem;
}
.mail td {
    width: 70%;
}
.mail th, .mail td {
    text-align: left;
    vertical-align: middle;
    vertical-align: top;
}
.mail td {
  font-weight: normal;
}
.mail th {
  font-weight: normal;
    box-sizing: border-box;
  position: relative;
}
.mail th .hissu {
  background: #FF0004;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 2px 4px;
  font-size: 12px;
}
.mail th em {
  font-size: 14px;
  font-style: normal;
  position: absolute;
  top: 4rem;
  padding-right: 2rem;
}

.mail table {
    margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.tbl01 input , .tbl01 textarea {
    width: 100%;
}
.mail input#zipcode , .mail input#zipcode2 {
    width: 20%;
}
.mail .small {
  margin: 10px 0 0;
  display: block;
  font-size: 80%
}

.submitbox {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
}

button.address {
    margin: 17px 0 0 0;
    padding: 6px 15px;
    font-size: 1em;
    color: #fff;
    background: #1A9AFF;
    border: none;
  border-radius: 8px;
}




.backbtn {
  padding: 20px;
  font-weight: bold;
  border-radius: 8px;
  height: 4rem;
}


.addressbtn {
    margin: 10px 0 10px 0;
    padding: 3px 10px;
    font-size: 1em;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 8px;
  display: inline-block;
}




.dron {
  background: #548bc3;
  text-align: center;
  position: relative;
  vertical-align: top;
}

.dron .bg {
  vertical-align: top;
  width: 100%;
}
.dron .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


#page_top{
  width: 50px;
  height: 110px;
  position: fixed;
  right: 0;
  bottom: -120px;
  z-index: 100;
}
#page_top a.btn{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: #000;
  bottom: 0;
}
#page_top a.btn::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a.tel{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: #48A225;
  top: 0;
}
#page_top a.tel::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0e0';
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.formTable th{
  padding-left: 0;
}


@media screen and (max-width:900px){
  #header {
    text-align: center;
    height: auto;
    padding-bottom: 70px;
  }
  img {
    width: auto;
  }
  
  h2 {
    padding: 30px 0 20px 0;
}
  .bggray {
    padding: 10px 0;
  }
  
  #header .logowrap {
    position: relative;
  }
    #header .logowrap br {
      display: none;
  }
    #header .logowrap .logo {
      float: left;
      margin: 10px;
  }
      #header .logowrap .tel {
      float: right;
        margin: 10px;
  }
        #header .logowrap img {
          height: 40px;
  }
  
  .mainimage .sp {
  display: block;
}
  .mainimage .pc {
  display: none;
}
  
  .wfull {
  width: 100%;
  margin: 0 auto;
}
.wmid {
  width: 96%;
  margin: 0 auto;
}
.wmin {
  width: 94%;
  margin: 0 auto;
}


.mail th, .mail td {
  display: block;
  width: 100%;
}
.mail td {
  padding: 0;
}
  
.mail th em {
  position: relative;
  top: 0;
  padding-right: 0;
}
  
  
.mail th.op {
    width: 100%;
    text-align: left;
    padding-right: 0;
}
  
.mail th .hissu {
  right: 0;
  left: auto;
}
  .mail th {
    padding-left: 0;
  }
  
  
  
.submitbox input {
  width: 100%;
}
  

  .other ul {
    font-size: 72%;
  }
  
  
.catch h2 {
    font-size: 100%;
}
.catch h3 {
    font-size: 100%;
}

  
.reason ul li {
    float: none;
    width: 100%;
}
  
.profile .wfull .txt {
    font-size: 92%;
    width: auto;
    position: relative;
  padding-right: 15%;
}
  .profile {
    padding: 0 4%;
    box-sizing: border-box;
  }
  .profile img {
    width: 240px;
  }
  
  .footernav {
    font-size: 86%;
  }
  
  .reason ul li {
    clear: both;
    margin-bottom: 15px;
  }
  .reason ul li h3 {
    margin-left: -8%;
    font-size: 120%;
    height: auto;
}

.reason ul li h3 em {
    margin-left: 8%;
}

.reason ul li .bg {
    margin-left: 8%;
}

.reason li img {
  float: left;
      width: 100px;
    margin-bottom: 15px;
    margin-left: -6%;
    margin-right: 10px;
}

  
.pickup .culture .lineTrigger {
    width: 90%;
}
.pickup .media .lineTrigger {
    width: 90%;
}
.pickup .culture .bg {
    right: 0;
}
.pickup .media .bg {
  left: 0;
}
  
  
  .dron .txt {
    height: 80%;
    width: auto;
  }

  
  
.design .gazo .txt {
    top: auto;
    left: 0;
  bottom: 0;
  font-size: 100%;
  position: relative;
  text-align: center;
  padding: 50px 0 0;
  width: 100% !important;
}  


  .design .gazo {
    text-align: center;
  }  
  
.design .gazo img {
    float: none;
    margin-right: 0;
    margin-bottom: -30px;
}
  
  .mail th{
    font-weight: bold;
  }
  
  
  
}
@media screen and (max-width:768px){
  
  .kodawari .leadTxt {
    font-size: 17px;
  }
  
  #header .txt img {
    width: 90%;
  }
  #header .ttl img {
    width: 90%;
  }
  .other h2 {
    font-size: 84%;
  }
  
    .jirei .txt {
    padding: 0 10px;
  }
  .jirei .txt h3 {
    font-size: 100%;
  }
  .jirei .txt p {
    font-size: 86%;
  }
  
  .jirei .left {
    width: 100%;
    float: none;
}
    .jirei .right {
    width: 100%;
    float: none;
}
  
  .profile {
    background-position: 3px bottom;
    background-size: 230px 45px;
}
  
  
}


@media screen and (max-width:640px){
  
  .footernav div {
    width: 100% !important;
    float: none !important;
  }

  .profile img {
    width: 160px;
  }
  
  .profile .wfull .txt {
  padding-right: 0%;
    padding-bottom: 20px;
}

  
  .pickup .media {
    text-align: center;
  } 
.pickup .media p {
    -ms-writing-mode: lr;
    writing-mode: horizontal-tb;
    font-size: 100%;
}
  
.pickup .media .ph {
  width: 160px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
  
  .pickup .culture {
    text-align: center;
  }
  .pickup .culture p {
    text-align: left;
  }
.pickup .culture .ph {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
  
  
.flow dl dt {
  float: none;
  padding-bottom: 0;
}
.flow dl dd {
  margin-left: 0;
  padding-top: 0;
}

  
.pickup .culture .lineTrigger {
    width: 100%;
}
.pickup .media .lineTrigger {
    width: 100%;
}
  
.pickup .ph {
  width: 180px;
}
  
  
  
  
}
