@charset "UTF-8";
.minchoR{
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal; 
}
.minchoB{
  font-family: kozuka-mincho-pr6n, serif;
  font-weight: 700;
  font-style: normal;
}
.sp {
  display: none;
}
a{
  color: #3c3c3c;
}

.inner{
  width: 88%;
  margin: 0 auto;
  max-width: 960px;
}
.bb-none{
  border-bottom: none;
}
/*******************************
スクロールアニメ
*********************************************/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.animation_active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*******************************
戻るボタン
*********************************************/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*******************************
PC
*********************************************/
#kv img{
  width:100%;
}
.header h1 img{
  width: 240px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  position: fixed;
  top: 0;
  background-color:rgb(255 255 255 / 80%);
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.header.underlayer{
  background-color:#fff;
}
.header ul{
  display: flex;
  align-items: center;
}
.header ul li:nth-child(2){
  margin-left: 24px;
}
.header a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
  font-family: kozuka-mincho-pr6n, serif;
    font-weight: 700;
    font-style: normal;
}
.header a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #171717;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.header a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.header h1 a::after{
  display: none;
}
.header h1 a:hover{
  text-decoration: none;
}

/*******************************
section
*********************************************/
.section{
  padding: 88px 0;
}
/*******************************
section01
*********************************************/


.sec01-top{
  display: flex;
  justify-content: flex-end;
  width: 90%;
  text-align: right;
  margin-left: auto;
  margin-bottom: 60px;
}
.tatemoji{
  font-size: 3.0rem;
  writing-mode: vertical-rl;
  margin: 0 auto;
  vertical-align: top;
  text-align: start;
}
.sec01-top .left{
  width: 25%;
  text-align: center;
}
#section01 h2{
  font-size: 3.4rem;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #47af26;
  display: inline-block;
  margin-bottom: 50px;
}
#section01 h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: inherit;
  width: 50%;
  border-bottom: 2px solid #727272;
}
.sec01-top .right{
  width: 75%;
}
.sec01-top .right img{
  width: 100%;
}
.one-features{
  display: flex;
  margin-bottom: 120px;
}
.one-features .leftTxt{
  width: 55%;
  padding-right: 20px;
  box-sizing: border-box;
}
.one-features h3{
  font-size: 2.2rem;
  margin-bottom: 12px;
  color: #47af26;
}
.one-features .txt{
  font-size: 1.4rem;
}
.one-features .txt p{
  font-size: 1.4rem;
  margin-bottom: 24px;
  line-height: 2;
}
.one-features .rightImg {
  width: 45%;
}
.one-features .rightImg img{
  width: 100%;
}
.one-features .leftImg {
  width: 45%;
}
.one-features .leftImg img{
  width: 100%;
}
.one-features .rightTxt{
  width: 55%;
  padding-left: 20px;
  box-sizing: border-box;
}
#section01 .inner .one-features:last-child{
  margin-bottom: 0;
}
/*******************************
section02
*********************************************/
#section02{
  background-color: #f7f7f7;
}
#section02 .inner {
  max-width: 960px;
}
#section02 h2 {
  text-align: center;
}
#section02 h2 img{
  width: 126px;
  margin-bottom: 42px;
}
.sdw-box {
  -webkit-box-shadow: 0 0 3px 0 #d0d0d0;
  -moz-box-shadow: 0 0 3px 0 #d0d0d0;
  box-shadow: 0 0 3px 0 #999;
  background-color: #fff;
  border-radius: 4px;
  padding: 28px 48px;
}
#section02 table{
  width: 100%;
}
#section02 table th, #section02 table td{
  padding: 28px;
}
#section02 table th, #section02 table td{
   z-index: -1;
   position: relative;
   border-bottom: 1px solid #e7e7e7;
}
#section02 table th{
  width: 140px;
  vertical-align: top;
}

#section02 table ul li {
  line-height: 1.8;
  margin-bottom: 4px;
  margin-left: 5.4rem;
  text-indent: -5.4rem;
}
#section02 table th.bb-none, #section02 table td.bb-none{
  border-bottom: none;
}
#section02 table td.bb-none p{
  line-height: 2;
}
/*******************************
お問い合わせLINK
*********************************************/
#sectionLink{
  text-align: center;
}
#sectionLink a{
  width: 486px;
  font-size: 2.4rem;
  border: 3px solid #171717; 
  color: #171717;
  padding: 24px 32px;
  display: block;
  transition:all 0.5s;
  margin: 0 auto;
}
#sectionLink a::after{
  font-family: FontAwesome;
  content: "\f003";
  padding-left: 10px;
}
#sectionLink a:hover{
  text-decoration: none;
  background-color:#171717 ;
  color: #fff;
}

/*******************************
contact
*********************************************/
#contactPage {
  margin: 40px 0;
}
#contactPage h2{
  font-size: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.alert-txt {
  display: none;
}
.alert-txt span{
  color: red;
  font-size: 1.2rem;
}
#contactPage table{
  width: 100%;
}
#contactPage table th, #contactPage table td{
  width: 100%;
  display: block;
}
#contactPage table th span{
  font-size: 1rem;
  color: #8c1f1f;
}
#contactPage table td input, #contactPage table td textarea{
  width: 100%;
  font-size: 1.6rem;
  padding:15px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid #555;
}
#contactPage table td textarea{
  min-height: 60px;
}

.b-box{
  border:2px solid #171717;
  background-color:#fff;
  border-radius: 4px;
  padding: 48px;
}

#contactPage table td{
  padding: 8px 0 24px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 18px;
}

#contactPage table td ::placeholder {
  color: #b9b9b9;
}
#contactPage table td ::-ms-input-placeholder{
  color: #b9b9b9;
}
#contactPage table td :-ms-input-placeholder{
  color: #b9b9b9;
}
#contactPage table td:last-child{
  border-bottom:none;
}

#contactPage .confirm table th{
  border-bottom: 1px solid #a7a7a7;
}
#contactPage .confirm table td{
  margin-top: 4px;
  font-size: 1.6rem;
}

#contactPage .confirm table td .confirm-mgn {
  line-height: 1.6;
}
.c-BtnWrap{
  text-align: center;
  margin-top: 45px;
}
.c-Btn{
  width: 240px;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  padding: 18px 12px;
  border: 1px solid #969696;
  position: relative;
  font-style: normal;  
  transition: all 0.5s;
  cursor: pointer;
}
.c-Btn::after{
  font-family: FontAwesome;
  position: absolute;
  content: "\f105";
  font-size: 16px;
  top: 21px;
  right: 20px;
  font-weight: normal;
  color: #fff;  
}
.c-Btn:hover{
  text-decoration: none;
  background-color: #fff;
  color: #171717;
}
.c-Btn:hover::after{
  color: #171717;  
}
.c-BtnWrap .c-Btn:nth-child(2){
  background-color: #888;
  color: #fff;  
  margin-left: 48px;
}
.c-BtnWrap .c-Btn:nth-child(2)::after{
  color: #fff;  
}
.c-Btn:nth-child(2):hover{
  text-decoration: none;
  background-color: #fff;
  color: #171717;
}
.c-Btn:nth-child(2):hover::after{
  color: #171717;
}
.complete-txt{
  font-size: 1.4rem;
  text-align: center;
}
.complete-txt h4{
  font-size: 2.6rem;
  margin-bottom: 32px;
}
.complete-txt .txt{
  font-size: 1.5rem;
  line-height: 2;
}
/*******************************
footer
*********************************************/
footer{
  font-size: 1.2rem;
  background-color: #171717;
  text-align: center;
  color: #fff;
  padding: 24px;
}
/*******************************
SPスマホ
*********************************************/
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  img {
    width: 100%;
  }

  .inner{
    width: 90%;
    max-width: 90%;
  }

#wrap{
  padding-top: 48px;
}
#company{
  padding-top: 3vw;
  margin-top: -3vw;
}
/*******************************
ヘッダー
*********************************************/
.header{
  padding: 0 0 0 0;
  background-color: #fff;
  align-items: inherit;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  height: 50px;
}

.header h1 {
  text-align: left;
  width: 65%;
}
.header h1 img{
  width: 88%;
  padding: 18px 5% 5% 5%;
  box-sizing: border-box;
}
.header a:hover::after{
  visibility: hidden;
}
.header ul{
  width: 35%;
  align-items: inherit;
}
.header ul li{
  width:50%;
  /*background-color: #171717;*/
}
.header ul li a{
  width: 100%;
  padding: 16px 0;
  /*color:#fff;*/
  font-size: 1.3rem;
}
.header ul li:nth-child(2) {
  margin-left: 0;
  /*border-left: 1px solid #999;*/
}
.header ul li a.icon{
  padding: 12px 0;
}
.header ul li a i{
  font-size: 2.5rem;
}

/*******************************
ヘッダー
*********************************************/
  #kv img{
    width:100%;
  }


/*******************************
section
*********************************************/
.section{
  padding: 44px 0;
}
/*******************************
section01
*********************************************/


.sec01-top{
  display: inherit;
  width: 90%;
  text-align: right;
  margin: 0 auto;
  margin-bottom: 60px;
}
.tatemoji{
  font-size: 2.2rem;
  writing-mode: inherit;
  margin: 0 auto 24px;
  line-height: 1.5;
  text-align: left;
}
.sec01-top .left{
  width: 100%;
  text-align: left;
}
#section01 h2{
  font-size: 2.8rem;
  margin-bottom: 24px;
  text-align: left;
}
#section01 h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: inherit;
  width: 50%;
  border-bottom: 2px solid #727272;
}
.sec01-top .right{
  width: 100%;
}
.sec01-top .right img{
  width: 100%;
}
.one-features{
  display: inherit;
  margin-bottom: 40px;
}
.one-features .leftTxt{
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
}
.one-features h3{
  font-size: 2.2rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
.one-features .txt{
  font-size: 1.4rem;
}
.one-features .txt p{
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.one-features .rightImg {
  width: 100%;
}
.one-features .leftImg {
  width: 100%;
}
.one-features .rightTxt{
  width: 100%;
  padding-left: 0;
}
/*******************************
section02
*********************************************/
#section02 .inner {
  max-width: 100%;
}
#section02 h2 img{
  width: 28%;
  margin-bottom: 28px;
}
.sdw-box{
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 #d0d0d0;
  -moz-box-shadow: 0 0 2px 0 #d0d0d0;
  box-shadow: 0 0 2px 0 #999;  
}
.b-box{
  padding: 20px;
  box-sizing: border-box;
}
#section02 table th, #section02 table td{
  width: 100%;
  box-sizing: border-box;
  display: block;
}
#section02 table th{
  font-size: 1.8rem;
  border-bottom: none;
  padding: 10px 0 10px 0;
}
#section02 table td{
  padding: 0 0 20px 0;
  line-height: 2;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }
   
  .gmap iframe,
  .gmapr object,
  .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  #section02 table ul li{
    line-height: 1.5;
    margin-left: 0;
    text-indent: 0;
  }
  #section02 table td.bb-none p {
    line-height: 1.9;
}
/*******************************
お問い合わせLINK
*********************************************/
#sectionLink a{
  width: 90%;
  font-size: 2rem;
  padding: 14px;
  box-sizing: border-box;
}

/*******************************
contact
*********************************************/
#contactPage {
  margin: 0 0 40px;
}
#contactPage h2{
  font-size: 2.0rem;
  margin-bottom: 32px;
}


#contactPage table th span{
  font-size: 1rem;
  color: #8c1f1f;
}
#contactPage table td input, #contactPage table td textarea{
  padding:10px;
  -webkit-appearance: none;
}
#contactPage table td textarea{
  min-height: 200px;
}

.b-box{
  padding: 20px;
  border: 1px solid #171717;
}
#contactPage table td{
  padding: 8px 0 16px;
  margin-bottom: 10px;
}




#contactPage .confirm table td{
  margin-top: 4px;
  font-size: 1.6rem;
}
.c-BtnWrap{
  margin-top: 45px;
}
.c-Btn{
  width: 100%;
  font-size:1.4rem;
  padding: 18px 12px;
  cursor: pointer;
}
.c-BtnWrap.col-2{
  display: flex;
  justify-content: space-between;
}
.c-BtnWrap.col-2 .c-Btn{
  width: 47%;
}
.c-Btn::after{
  font-size: 1.6rem;
  top: 21px;
  right: 12px;
}


.c-BtnWrap .c-Btn:nth-child(2){
  margin-left: 2%;
  margin-top: 0;
}
.complete-txt{
  font-size: 1.4rem;
  text-align: left;
}
.complete-txt h4{
  font-size: 2.6rem;
  margin-bottom: 32px;
}
.complete-txt .txt{
  font-size: 1.5rem;
  line-height: 2;
}
/*******************************
footer
*********************************************/
footer{
  font-size: 1.2rem;
  background-color: #171717;
  text-align: center;
  color: #fff;
  padding: 24px;
}







}



