@charset "UTF-8";

/* header
-------------------------------------------------- */
header{
  width: 100%;
  height: 76px;
  padding: 0 2rem;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  background: none;
  z-index: 1000;
  transition: background ease-in-out .3s, transform cubic-bezier(0.23,1,0.32,1) .8s;
  transition-delay: 1s;
}

.home header{
  transform: translateY(-166px);
}

.home.ac header{
  transform: translateY(0);
}

header.active{
  background: rgba(255,255,255,1);
}

header .logo{
  flex: 0 1 80px;
  transition: ease-in-out .3s;
}

.home header .logo a{
  display: block;
  opacity: 0;
  pointer-events: none;
}

.home header.active .logo a{
  opacity: 1;
  pointer-events: auto;
}

header nav{
  align-items: center;
}

header nav ul.gnav li{
  margin: 0 10px;
}

@media all and (-ms-high-contrast: none) {
  header nav ul.gnav > li{
    flex: 0 1 auto;
  }
}

header nav ul.gnav li a{
  display: block;
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1.5;
  white-space: nowrap;
  text-align: left;
  position: relative;
}

header nav ul.gnav li a span{
  display: block;
  font-size: 0.9rem;
}

header nav ul.gnav li a::after{
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #211815;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease-in-out .3s;
}

header nav ul.gnav li a:hover::after{
  width: 100%;
}

header nav ul.gnav li.current a::after{
  width: 100%;
}

header .btn_contact{
  margin-left: 20px;
  width: 466px;
  flex: 0 1 466px;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: ease-in-out .3s;
}

header .btn_contact > *{
  flex: 0 1 48%;
  margin: 0;
}

.home header .gnav{
  margin-left: auto;
}
.home header .btn_contact{
  display: block;
  max-width: 220px;
}

/* add_20210720 */
.home header.active .btn_contact{
  margin-left: 20px;
  margin-top: 0;
  width: 214px;
  max-width: 214px;
  flex: 0 1 214px;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header .btn_contact > *:first-child{
  margin-bottom: 10px;
}

header .btn_contact > * a{
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .btn_contact > *{
  flex: 0 1 100%;
}

@media screen and (max-width: 1150px) {
  header .btn_contact{
    margin-left: 10px;
    /* width: 300px;
    flex: 0 1 300px; */
  }
}
@media screen and (max-width: 950px) {
  header .logo{
    flex: 0 1 60px;
  }
  header nav ul.gnav li{
    margin: 0 5px;
  }
  header nav ul.gnav li a{
    padding: 5px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  header{
    display: -webkit-box!important;
    display: flex!important;
    align-items: center;
    height: 60px;
    padding: 0 10px;
  }
  header nav ul.gnav li a{
    padding: 0 15px;
  }
  header .logo{
    display: block;
    width: 60px;
  }
.home header{
  transform: translateY(0);
}
  .home header .logo a{
    opacity: 0;
    pointer-events: none;
  }
  .home header.active .logo a{
    opacity: 1;
    pointer-events: auto;
  }
}

/* footer
-------------------------------------------------- */
footer{
  padding: 140px 20px 10px 20px;
  text-align: center;
  font-size: 1.3rem;
  background: #fff;
}

footer .logo img{
  width: 78px;
}

footer nav ul{
  margin: 40px 0 140px 0;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.fnav{
  margin-bottom: 60px;
}

.fnav > *{
  margin: 0 40px;
}

.fnav > * a:hover{
  text-decoration: underline;
}

.btn_contact > *{
  flex: 0 1 180px;
  margin: 0 5px;
}

.btn_contact > * a{
  height: 48px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: #242424;
}

.btn_contact > *:last-child a{
  background: #03b8a5;
}

.btn_contact > * a::before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: url(../img/icon_mail.png) no-repeat center center / 100% auto;
}

.btn_contact > *:last-child a::before{
  background-image: url(../img/icon_recruit.png);
}

.btn_contact > * a:hover{
  opacity: 0.8;
  border-radius: 10px;
}

footer small{
  color: #666;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  footer{
    padding: 40px 20px 10px 20px;
  }
  .fnav{
    margin: 20px 0;
    display: block;
  }
  .fnav > *{
    margin: 10px 0;
  }
  footer .btn_contact{
    margin: 0 0 20px 0;
  }
  footer .btn_contact > *{
    flex: 0 1 48%;
    margin: 0;
  }
}

/* 
-------------------------------------------------- */
.bg{
  background: #f1f1f1;
}

body{
  overflow-x: hidden;
}

main{
  overflow-x: hidden;
}

main section{
  padding: 140px 0;
}

main section h2{
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

main section h2 span{
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  main section{
    padding: 70px 0;
  }
  main section h2{
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  main section h2 span{
    font-size: 2.4rem;
  }
}

#concept{
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  position: relative;
  z-index: 0;
}

#concept h2{
  margin: 0 40px 0 0;
  text-align: left;
}

#concept .txt{
  flex: 0 1 670px;
  line-height: 2.2;
}

#concept .txt p:first-child{
  font-size: 160%;

}

@media screen and (max-width: 767px) {
  #concept h2{
    margin: 0 0 20px 0;
    text-align: center;
  }
}

#information{
  padding-left: 20px;
  padding-right: 20px;
}
.info_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px 5%;
}
.info_list li{

}

.info_list li a{
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.info_list li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
}

.info_list li a:hover{
  opacity: 1;
}

.info_list li a:hover img{
  transform: scale(1.05);
}

.info_list li .date{
  margin-top: 10px;
  color: #a2a2a2;
  font-size: 1.2rem;
}

#information .fb_link {
  position: relative;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 80px auto 0;
  padding: 10px 0;
  color: #3d3d3d;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  border: 1px solid #3d3d3d;
  border-radius: 50px;
  transition: 0.4s;
}
#information .fb_link:hover {
  color: #ffffff;
  background: #3d3d3d;
  transition: 0.4s;
}
#information .fb_link:hover::after {
  background: url(../img/fb_link_icon_active.png);
  transition: 0.4s;
}
#information .fb_link::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/fb_link_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: calc(50% - 7px);
  right: 20px;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .info_list{
    grid-template-columns: repeat(1, 1fr);
    gap:50px 0;
  }
}

.bg_img{
  height: 445px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bg_img{
    height: 200px;
  }
}

.bg_img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/bg02.jpg) no-repeat center right / cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bg_img::before{
    background: url(../img/bg02_sp.jpg) no-repeat center right / cover;
  }
}
.bg_img.hidden::before{
  display: none;
}

#service{
  background: #fff;
}

#service .inner{
  max-width: 1120px;
}

#service .catch{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5;
  padding: 0 20px;
  margin-bottom: 70px;
}

.service_list{
  flex-wrap: wrap;
  justify-content: center;
}


.service_list > *{
  flex: 0 1 48%;
  padding: 0 40px;
  line-height: 1.5;
  border-left: 1px solid #ececec;
}

.service_list > *:nth-child(n+3){
  margin-top: 60px;
}

.service_list > *:nth-child(2n + 1){
  border-left: none;
}

.service_list > * h3{
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  #service .catch{
    text-align: left;
    line-height: 2;
    margin-bottom: 20px;
  }
  .service_list{
    margin: 0 20px;
  }
  .service_list > *{
    flex: 0 1 100%;
    padding: 30px 0;
    border-left: none;
    border-bottom: 1px solid #ececec;
  }
  .service_list > *:last-child{
    border-bottom: none;
  }

  .service_list > *:nth-child(n+3){
    margin-top: 0;
  }

  .service_list > * h3{
    font-size: 1.8rem;
    margin: 15px 0;
  }
}

#gallery{
  padding-bottom: 40px;
}

#gallery h2{
  margin-bottom: 0;
}

#gallery .link{
  text-align: center;
  margin-bottom: 20px;
}

#gallery .link a{
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

#gallery .link a::before{
  content: "";
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #4d4d4d;
}

#gallery .inner{
  max-width: 1120px;
}

@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images{
    padding: 0 5px!important;
  }
  #sb_instagram #sbi_images .sbi_item.sbi_type_image{
   margin-bottom: 10px!important;
  }
  #sbi_images .sbi_item{
    padding: 5px 0!important;
    margin: 0!important;
  }
}

#company{
  background: #fff;
}

#company .flex{
  padding-left: 20px;
  padding-right: 20px;
}

#company .flex > *{
  flex: 0 1 48%;
}

.tb{
  width: 100%;
}

.tb th, .tb td{
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  padding: 20px;
  border-top: 1px solid #dfdfdf;
}

.tb tr:first-child th, .tb tr:first-child td{
  border-top: none;
}

.tb th{
  width: 20%;
  white-space: nowrap;
}

#company iframe{
  display: block;
  width: 100%;
  height: 450px;
  margin: 60px 0 50px 0;
}

#company iframe + p span{
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .tb th, .tb td{
    padding: 10px;
    border-top: 1px solid #dfdfdf;
  }
  .tb tr:first-child th, .tb tr:first-child td{
    border-top: 1px solid #dfdfdf;
  }
  #company iframe{
    height: 200px;
  }
  #company iframe + p{
    padding: 0 20px;
  } 
  #company iframe + p span{
    margin-right: 15px;
  }
}

#schedule iframe{
  display: block;
  width: calc(100% - 60px);
  height: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #schedule iframe{
    height: 70vh;
    width: calc(100% - 20px);
  }
}

#recruit{
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}

#recruit .txt1{
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#recruit .txt2{
  text-align: center;
  font-size: 1.6rem;
  margin: 20px 0 100px 0;
}

@media screen and (max-width: 767px) {
  #recruit .txt1{
    font-size: 5.6vw;
  }
  #recruit .txt2{
    text-align: left;
    margin: 20px 0;
  }
}

.btn{
  margin-top: 20px;
}

.btn a{
  display: block;
  padding: 3px 20px;
  color: #242424;
  font-size: 1.2rem;
  border: 1px solid #242424;
  position: relative;
}

.btn a:hover{
  box-shadow: inset 0 0 10px rgba(33,24,21,0.3);
}

.btn a::before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 10px;
  background: url(../img/icon_mail_gray.png) no-repeat center center / 100% auto;
}

.home_back a::before{
  display: none;
}
  
.btn a::after{
  content: "";
  display: block;
  width: 68px;
  height: 7px;
  background: url(../img/arrow_gray.png) no-repeat right center / auto 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: ease-in-out .3s;
}

@media screen and (min-width: 768px) {
  .btn a:hover::after{
    width: 78px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn a::after{
    width: 20px;
    right: 5px;
  }
}
@media screen and (max-width: 320px) {
  .btn a{
    padding: 3px 20px 3px 10px;
    font-size: 1.1rem;
  }
  .btn a::before{
    margin-right: 5px;
  }
}

#contactus{
  padding: 40px 20px;
  background-color: #3d3d3d;
  color: #fff;
}

#contactus::before{
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/bg02.jpg) no-repeat center right / cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #contactus::before{
    background: url(../img/bg02_sp.jpg) no-repeat center right / cover;
  }
}
#contactus .inner{
  align-items: center;
  padding: 70px 60px;
  /* color: #fff;
  background: rgba(33,24,21,0.5); */
}

#contactus h2{
  text-align: left;
  margin: 0;
  padding-left: 70px;
}

#contactus h2 span{
  font-size: 3.2rem;
}

#contactus .tel{
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: bold;
}

#contactus .btn a{
  color: #fff;
  border: 1px solid #fff;
}

#contactus .btn a::before{
  background-image: url(../img/icon_mail.png);
}

#contactus .btn a::after{
  background-image: url(../img/arrow.png);
}

@media screen and (max-width: 767px) {
  #contactus{
    padding: 70px 20px;
    text-align: center;
  }
  #contactus .inner{
    padding: 0;
  }
  #contactus h2{
    text-align: center;
    margin: 0 0 20px 0;
   padding-left: 0;
  }
  #contactus h2{
    font-size: 1.4rem;
  }
  #contactus h2 span{
    font-size: 2.8rem;
  }
}

#mv2{
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

#mv{
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}

#mv::after{
  position: absolute;
  left: 0;
  top:0;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(255,255,255,0.5);
  z-index: 10;
}

.page-contact #mv2, .page-thanks #mv2{
  height: 400px;
  background: url(../img/conatct_mv.jpg) no-repeat center top / cover;
}

#mv2 h1{
  padding: 20px 40px;
  color: #242424;
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  background: #fff;
}

#mv2 h1 span{
  display: block;
  font-size: 4rem;
  font-weight: 500;
}

#mv h1{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  background: none;
  transition: opacity ease-in-out .3s, transform cubic-bezier(0.23,1,0.32,1) .8s;
  opacity: 0;
  z-index: 2;
  transform: translate(-50%,calc(50% - 300px));
  transition-delay: .5s;
  z-index: 20;
}

#mv h1 img{
  width: 250px;
}

.home #mv h1{
  transform: translate(-50%,-50%);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #mv2{
    height: 50vh!important;
  }
  .page-contact #mv2{
    height: 200px!important;
  }
  #mv2 h1{
    padding: 10px 20px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    background: #fff;
  }
  #mv2 h1 span{
    font-size: 2.6rem;
  }
  #mv h1 img{
    width: 220px;
  }
}

.page_body{
  padding: 100px 0 0 0;
}

.contact_body .catch{
  text-align: center;
  font-size: 1.6rem;
  padding: 0 20px;
}

.red{
  color: #d32c25;
}

.form_wrap{
  margin-top: 80px;
  padding: 0;
}

.form_wrap .bg{
  padding: 40px 20px;
}

.form_wrap .tb{
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.form_wrap .tb th, .form_wrap .tb td{
  padding: 40px;
  font-size: 1.8rem;
  border-top: 2px solid #cbcbcb;
}

.form_wrap .tb tr:last-child th, .form_wrap .tb tr:last-child td{
  border-bottom: none;
}

.form_wrap .tb th{
  padding-left: 0;
  padding-right: 0;
}

.form_wrap .tb th span{
  margin-left: 10px;
}

.form_wrap td span.name, .form_wrap td span.zip{
  display: inline-block;
  width: 40px;
}

.form_wrap td span.name{
  font-size: 1.6rem;
}

.mw_wp_form_confirm span.name{
  display: none!important;
}

.form_wrap td span.mwform-radio-field{
  width: auto!important;
}

.form_wrap td span.mwform-radio-field + span.mwform-radio-field{
  margin-left: 80px;
}

.form_wrap td span.mwform-radio-field-text{
  white-space: nowrap;
  vertical-align: middle;
  width: auto!important;
}

.form_wrap td li + li{
  margin-top: 40px;
}

input[type="text"], input[type="email"] {
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  border: 1px solid #c0bfbf;
  outline: none;
  background: #fff;
}

.name_wrap{
  display: -webkit-box;
  display: flex;
}

.name_wrap > *{
  flex: 0 1 45%;
  margin: 0!important;
}

.name_wrap > *:first-child{
  margin-right: 5%!important;
}

.name_wrap > * input{
  width: calc(100% - 50px);
}

textarea{
  width: 100%;
  height: 350px;
  padding: 10px;
  border: 1px solid #c0bfbf;
  outline: none;
  background: #fff;
}

input::-webkit-input-placeholder {
  color: #9fa0a0;
}

input::-moz-placeholder {
  color: #9fa0a0;
}

input:-ms-input-placeholder {
  color: #9fa0a0;
}

input::-ms-input-placeholder {
  color: #9fa0a0;
}

input::placeholder {
  color: #9fa0a0;
}

input:-ms-input-placeholder {
  color: #9fa0a0;
}

input::-ms-input-placeholder {
  color: #9fa0a0;
}

button[type="submit"]{
  display: block;
  width: 350px;
  height: 50px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  color: #747474;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  border: 1px solid #242424;
  position: relative;
  outline: none;
  transition: ease-in-out .3s;
}

button[type="submit"].submit{
  margin-top: 0!important;
}

button[type="submit"]::after{
  content: "";
  display: block;
  width: 68px;
  height: 7px;
  background: url(../img/arrow_gray.png) no-repeat right center / auto 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: ease-in-out .3s;
}

button[type="submit"].back::after{
  transform: scale(-1, 1);
  right: auto;
  left: 20px;
}

button[type="submit"]:hover{
  box-shadow: inset 0 0 10px rgba(33,24,21,0.3);
}

button[type="submit"]:hover::after{
  width: 78px;
  right: 10px;
}

.thanks_wrap{
  padding: 0 20px;
  text-align: center;
  font-size: 1.6rem;
}

.error404_body{
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.thanks_wrap .btn, .error404_body .btn{
  margin: 40px auto 0 auto;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .page_body{
    padding: 40px 0 0 0;
  }
  .contact_body .catch{
    text-align: left;
  }
  .form_wrap{
    margin-top: 40px;
  }
  .form_wrap tbody, .form_wrap tbody tr, .form_wrap tbody tr th, .form_wrap tbody tr td{
    display: block;
    width: 100%;
  }
  .form_wrap tbody tr th, .form_wrap tbody tr td{
    padding: 20px 0!important;
  }
  .form_wrap tbody tr td{
    border-top: none!important;
  padding-top: 0!important;
  }

  textarea{
    height: 150px;
  }
  button[type="submit"]{
    width: 80%;
  }
  
}

/****************************
* add
*****************************/
#mv {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
}

#mv .swiper-wrapper{
  height: 100%;
  width: 100%;
}

#mv .mv-swiper img {
  /* height: 100%;
  object-fit: cover; */
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}
#guide{
  background: #fff;
}

.contact_item{

}

#contactus .inner.flex{
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1600px;
  width: 96%;
  gap:0 4%;
}

.contact_item h3{
  font-size: 32px;
  text-align: center;
}

.contact_item .tb{
  margin: 112px auto 0;
  width: 80%;  
  max-width: 587px;

}

.contact_item th{
  font-size: 14px;
  border-top: none;
}

.contact_item td{
  font-size: 17px;
  border-top: none;
}

.contact_item .btn_map_wrap{
  margin-top: 1em;
}

.contact_item .btn_map{
  position: relative;
  padding: 0 1em 0 2em;
  display: block;
  width: 114px;
  color: #fff;
  border: 1px solid #737373;
  text-align: center;
  font-size: 12px;
}

.contact_item .btn_map:hover{
  background: #5c5b5b;
  transition: background 0.4s ease-in-out;
}

.contact_item .btn_map::before{
  position: absolute;
  content: '';
  display: block;
  top:50%;
  left: 1em;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background: url(../img/icon_map.svg) no-repeat center / contain;

}

.contact_item .btn_mail{
  padding: 1em 1em;
  display: block;
  width: 324px;
  color: #fff;
  border: 1px solid #737373;
  text-align: center;
}

.contact_item .btn_mail span{
  position: relative;
  display: inline-block;
  padding-left: 2.5em;
}

.contact_item .btn_mail span::before{
  position: absolute;
  content: '';
  display: block;
  top:50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  background: url(../img/icon_mail_w.svg) no-repeat center / contain;
}
.service_list .btn_link_wrap{
  margin: 30px auto 0;
}
.service_list .btn_link{
  position: relative;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto 0;
  padding: 10px 0;
  color: #3d3d3d;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  border: 1px solid #3d3d3d;
  border-radius: 50px;
  transition: 0.4s;
}

.service_list .btn_link:hover{
  color: #fff;
  background-color: #3d3d3d;
}

.service_list .btn_link::after{
  position: absolute;
  right: 1em;
  top:44%;
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.service_list .btn_link:hover::after{
  border-color: #fff;
}

.contact_item .btn_mail:hover{
  background: #5c5b5b;
  transition: background 0.4s ease-in-out;
}

@media screen and (max-width: 960px) {
  #contactus .inner.flex{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .contact_item .tb{
    margin-top: 50px;
    width: 100%;
  }

  .contact_item + .contact_item {
    margin-top: 60px;
  }

  .contact_item .btn_mail{
    width: 100%;
    font-size: 14px;
  }

  .contact_item .btn_mail span{
    padding-left: 1.5em;
  }

  .contact_item .btn_mail span::before{
    width: 1em;
    height: 1em;

  }
}
@media screen and (max-width: 767px) {

  .contact_item h3{
    font-size: 24px;
  }
  
  #guide{
    padding-left: 20px;
    padding-right: 20px;
  }

}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.list-indent li{
  padding-left: 1em;
  text-indent: -1em;
}