@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;

}
body {
  background-color: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", serif;
    color: #333;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.085em;
  text-align: justify;
  font-feature-settings: "palt";

}
a {
  color: #333;
  text-decoration: none;

}
a:hover {
  color: #bbb;

}
::selection {
  background-color: #333;
  color: #fff;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}


#ascrail2000{
  display: none !important;
}

* {
  /* outline: 1px solid #ff0000; */
}
/*============================================================================

	header

============================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 128rem;
  height: 6.4rem;

  

  transition-duration: 0.65s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-property: height, box-shadow, background-color;
  z-index: 99999;
}
@media all and (-ms-high-contrast: none) {
  header {
    position: fixed;
  }
}
.header_inner {
  display: flex;
  justify-content: center;
  height: inherit;
  padding: 0 8rem;
  
}


header.fixed {

  
}
header.fixed .nav_dropdown_list {}
header.nav_dropdown_header {}
header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, .4);
  transition-duration: 0.16s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  opacity: 0;
  z-index: -1;
}
header.nav_dropdown_header::after {
  opacity: 1;
  z-index: 1;
}
/*============================================================================

	nav

============================================================================*/
nav {
  right: 0.07rem;
  height: inherit;
}
nav > ul {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  height: inherit;
}
nav ul > li {
  height: inherit;
}
nav ul > li > a {
  display: table-cell;
  position: relative;
  height: inherit;
  padding: 0.1rem 2.4rem 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.260, 0.005, 0.000, 1.035);
  transition-property: background-color;
  cursor: pointer;
}
/* 日本語テキスト */
.nav_text-ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  transition: 0.2s ease-in-out;
}
.nav_slidebtm .nav_text-ja {
  padding-right: 8px;
}
.nav_slidebtm .nav_text-ja::after {
  position: relative;
  top: -0.4rem;
  right: -0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(135deg);
  border-right: 1px solid #545454;
  border-top: 1px solid #545454;
  content: "";
  bottom: 0;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  display: inline-block;
}
.nav_slidebtm {
  transform: none;
  z-index: 10;
}
.nav_contact a {
  padding: 0.1rem 1.4rem;
  letter-spacing: 0.09em;
}
/* ブランクアイコン */
.nav_contact .nav_text-ja::after {
  /*     position: absolute;
    bottom: 0;
    top: 0;
    left: -1.8rem;
    width: 1.1rem;
    height: 0.9rem;
    margin: auto;
    background-image: url(../images/icon_clone_g.svg);
    background-repeat: no-repeat;
    content: "";
	border-right: none;
    border-top: none; */
}
/* ホバー */
nav li > a:hover, nav li.active2 > a {}
nav li.active2 a .nav_text-ja, nav li.active2 a:hover .nav_text-ja {
  color: #fff;
}
nav li.active2 a .nav_text-ja::after, nav li a:hover .nav_text-ja::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.nav_border_hover {
  position: relative;
}
.nav_border_hover::before {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: -4px;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}
nav li a:hover .nav_border_hover::before, nav li.active2 .nav_border_hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
nav li.active2 .nav_border_hover::before {
  background-color: #fff;
}
/* スクロールで追加されるクラス */
nav.fixed {}
/* dropdown */
nav ul li .nav_dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  background-color: #fff;
  box-shadow: 0 5.4rem 3.4rem -1.2rem rgba(217, 200, 173, .2);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
nav ul li .nav_dropdown.nav_open {
  top: 100%;
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}
.nav_dropdown_inner {
  max-width: 140rem;
  min-width: 128rem;
  padding: 6.4rem 4rem 7.2rem;
  margin: auto;
  
}
.nav_dropdown_title_clinic {
  
  border-right: 1px solid #E1EBF3;
}
.nav_dropdown_title_inner {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.6rem;
  line-height: 1;
}
.nav_dropdown_title_ja {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 3rem;
  margin-left: 0.3rem;
}
.nav_dropdown_title_text {
  font-size: 1.3rem;
}
.nav_dropdown_title .btn-01 {}
.nav_dropdown_title .btn-01 a {
  padding: 0 0 0.8rem 0;
  font-size: 1.4rem;
}
.nav_dropdown_list {
  width: 100%;
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}
.nav_dropdown_list li {
  display: flex;
  width: calc(100% / 4 - 5rem);
  
}
.nav_dropdown_list li a {
  position: relative;
  width: 100%;
  
  color: #514942;
  padding: 0;
  line-height: 1;
  text-align: justify;
}
.nav_dropdown_list li:last-child {
  margin-right: 0;
}
.nav_dropdown_list_l {
  position: relative;
  width: 100%;
  height: 9.4rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
  background-position: center;
  background-size: 113%;
  background-repeat: no-repeat;
  transition: 0.28s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list_l::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 15, 30, .3);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  opacity: 0;
  z-index: 10;
}
.nav_dropdown_list_l::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 1.9rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  content: "Learn More";
  opacity: 0;
  z-index: 10;
  transform: scale(1, 1);
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list_img01 {
  background-image: url(../images/nav_clinic_img01.jpg);
}
.nav_dropdown_list_img02 {
  background-image: url(../images/nav_clinic_img02.jpg);
}
.nav_dropdown_list_img03 {
  background-image: url(../images/nav_clinic_img03.jpg);
}
.nav_dropdown_list_img04 {
  background-image: url(../images/nav_clinic_img04.jpg);
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l {
  background-size: 100%;
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l::before {
  opacity: 1;
  transform: scale(1, 1);
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l::after {
  opacity: 1;
  transform: scale(.8, .8);
}
.nav_dropdown_list li a:hover .nav_dropdown_list_l {
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
}
.nav_dropdown_list_text {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
}
.nav_dropdown_list_en {
  margin-left: 0.1rem;
  font-size: 1.2rem;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  color: #ADB6BF;
}
.nav_dropdown_list_l .btn-01 {
  font-size: 1.3rem;
  font-family: din-2014, sans-serif;
  font-weight: 300;
}
.nav_dropdown_list_l .btn-01 {
  position: relative;
}
.nav_dropdown_list_l .btn-01 span {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 1rem;
  color: #454545;
}
.nav_dropdown_list_l .btn-01 span::after {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #454545;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
  content: "";
  z-index: 1;
}
.nav_dropdown_list li:hover .nav_dropdown_list_l .btn-01::after {
  width: 0;
  right: 0;
  left: auto;
}
.nav_dropdown_list_text, .nav_dropdown_list_en, .nav_dropdown_list_l {
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.nav_dropdown_list li:hover .nav_dropdown_list_text, .nav_dropdown_list li:hover .nav_dropdown_list_en, .nav_dropdown_list li:hover .nav_dropdown_list_l, .nav_dropdown_list li:hover .nav_dropdown_list_text {}
.nav_dropdown_list_text {
  position: relative;
  padding-bottom: 0.4rem;
}
.nav_dropdown_list_text::after {
  position: absolute;
  right: 0;
  left: auto;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.2s ease-out;
  content: "";
  z-index: 1;
}
nav ul li .nav_dropdown a:hover {}
nav ul li .nav_dropdown a:hover .nav_dropdown_list_text::after {
  width: 100%;
  right: auto;
  left: 0;
}
nav ul li .nav_dropdown a:hover::before {
  right: 20px;
}
nav ul li .nav_dropdown_list.nav_dropdown_list-02 li {
  display: block;
  position: relative;
}
.nav_dropdown_treat_inner {
  max-width: 140rem;
  min-width: 128rem;
  padding: 6.4rem 4rem 7.2rem;
  margin: auto;
  display: block;
  
}
.nav_dropdown_treat_title_clinic {
  
  padding-right: 8rem;
  border-right: 1px solid #E1EBF3;
}
.nav_dropdown_treat_title_inner {
  display: flex;
  text-align: left;
  align-items: baseline;
  margin-bottom: 1.6rem;
  line-height: 1;
}
.nav_dropdown_title_ja {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 3rem;
  margin-left: 0.3rem;
}
.nav_dropdown_title_s {
  font-size: 1.3rem;
}
.nav_dropdown_treat_list_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(106, 97, 69, 0.15);
  border-bottom: 1px solid rgba(106, 97, 69, 0.15);
}
.nav_dropdown_treat_list_b {
  position: relative;
  width: 15%;
  display: flex;
}
.nav_dropdown_treat_list_b::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(106, 97, 69, 0.15);
  width: 1px;
  height: calc(100% - 4rem);
  content: "";
}
.nav_dropdown_treat_list_b a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  line-height: 1.5;
}
.nav_dropdown_treat_list_b_l {
  height: 7.2rem;
  margin-bottom: 3rem;
  margin-top: -2rem;
  position: relative;
}
.nav_dropdown_treat_list {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_dropdown_treat_list::before {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(106, 97, 69, 0.15);
  width: calc(100% - 5.6rem);
  height: 1px;
  content: "";
}
.nav_dropdown_treat_list li {
  position: relative;
  width: calc(100% / 6);
}
.nav_dropdown_treat_list li a {
  display: flex;
  min-height: 14.8rem;
  padding: 0.1rem 0.4rem 0;
  justify-content: center;
  line-height: 1.5;
  align-items: center;
}
.nav_dropdown_treat_list_b a::before, .nav_dropdown_treat_list li a::before, .nav_dropdown_treat_list_category a::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
  box-shadow: 0 0rem 0rem rgba(217, 200, 173, .2);
  content: "";
  opacity: 0;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.nav_dropdown_treat_list_b a:hover::before, .nav_dropdown_treat_list li a:hover::before, .nav_dropdown_treat_list_category a:hover::before {
  opacity: 1;
  box-shadow: 0 3.3rem 3.6rem rgba(217, 200, 173, .2);
}
.nav_dropdown_treat_list li::before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(106, 97, 69, 0.15);
  width: 1px;
  height: calc(100% - 5.2rem);
  content: "";
}
.nav_dropdown_treat_list li:nth-child(6n)::before {
  display: none;
}
.nav_dropdown_treat_list_l {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.nav_dropdown_treat_list_l {
  height: 6.2rem;
  position: relative;
}
.nav_dropdown_treat_list_l img {
  transform: scale(0.8);
}
.nav_dropdown_treat_list_r {}
.nav_dropdown_treat_list_text {
  display: inline;
  padding-bottom: 0.2rem;
  position: relative;
  font-size: 1.3rem;
  color: #514942;
  font-weight: bold;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .nav_dropdown_treat_list_text {
    display: inline-block;
  }
  .nav_dropdown_treat_list_l {
    padding-top: 3rem;
  }
  .nav_dropdown_list li a {
    display: block;
  }
}
.nav_dropdown_list_text, .nav_dropdown_treat_list_text, .nav_dropdown_treat_list_category_text {
  background-image: linear-gradient(#514942, #514942);
  transition: background-size .2s cubic-bezier(.165, .84, .44, 1);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}
.nav_dropdown_list a:hover .nav_dropdown_list_text, .nav_dropdown_treat_list_category a:hover .nav_dropdown_treat_list_category_text, .nav_dropdown_treat_list li a:hover .nav_dropdown_treat_list_text, .nav_dropdown_treat_list_b a:hover .nav_dropdown_treat_list_text {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}
.nav_dropdown_treat_list_category {
  width: 100%;
  border-top: 1px solid rgba(106, 97, 69, 0.15);
}
.nav_dropdown_treat_list_category a {
  position: relative;
  display: block;
  padding: 1.6rem 0;
  font-size: 1.3rem;
  color: #514942;
  font-weight: bold;
  text-align: center;
}
.nav_dropdown_treat_list_category a::before {}
.nav_dropdown_treat_list_category_text {
  position: relative;
  padding-bottom: 0.2rem;
}
.nav_dropdown_treat_list_img01 img {}
.nav_dropdown_treat_list_img02 img {
  width: 6rem;
  height: 7.4rem;
}
.nav_dropdown_treat_list_img03 img {}
.nav_dropdown_treat_list_img04 img {}
.nav_dropdown_treat_list_img05 img {
  height: 4.8rem;
}
.nav_dropdown_treat_list_img06 img {}
.nav_dropdown_treat_list_img07 img {}
.nav_dropdown_treat_list_img08 img {
  height: 5.2rem;
}
.nav_dropdown_treat_list_img09 img {
  width: 5.2rem;
  height: 6.7rem;
}
.nav_dropdown_treat_list_img10 img {
  width: 7.0rem;
  height: 5.1rem;
}
.nav_dropdown_treat_list_img11 img {
  width: 5.8rem;
  height: 6rem;
}
.nav_dropdown_treat_list_img12 img {
  width: 5.8rem;
  height: 5.5rem;
}
.nav_dropdown_treat_list li a .nav_dropdown_treat_list_text::before, .nav_dropdown_treat_list_b a .nav_dropdown_treat_list_text::before {
  /* 	position: absolute;
width: 0;
right: 0;
left: auto;
bottom: -0.4rem;
height: 0.1rem;
background-color: #514942;
transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
content: "";
z-index: 1; */
}
.nav_dropdown_treat_list li a:hover .nav_dropdown_treat_list_text::before, .nav_dropdown_treat_list_b a:hover .nav_dropdown_treat_list_text::before {
  right: auto;
  left: 0;
  width: 100%;
}
.sp_resv {
  display: none;
}


















/*============================================================================

	.kv

============================================================================*/



.kv{
  position: fixed;
  display: flex;
  width: 100%;
  height: 100vh;

}
.kv_inner{
  display: inherit;
  position: relative;
  min-width: 128rem;
  max-width: 160rem;
  flex-basis: 160rem;
  margin: 0 auto ;
  padding: 0 10rem;

}
.kv_img{
  position: relative;
  width: 50%;
  display: inherit;
  justify-content: center;
  align-items: center;
  }
  .kv_img h1{
    position: relative;
    width: 100%;
  }
.kv_img svg{
  width:80%;
  height: auto;
  margin-right: auto;
  opacity: 0;
  filter: blur(2.4rem) brightness(1.3);
  transform: scale(1.15);
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .55s;
  transition-property: transform, filter, opacity;
  transition-delay: 0.22s;
  }












  /*============================================================================

	$animation

============================================================================*/
  .kv_img.is-active svg{
    opacity: 1;
    filter: none;
    transform: scale(1);

  }

  .kv_img svg .cls-1{



    transition-timing-function:ease-in-out;
    transition-duration: .34s;
  
  }




.kv_img svg .cls-1{fill:#231815;

  
}

.bg_black .kv_img svg .cls-1{fill:#fff;}



#sec02,#sec03,#sec04,#sec05,#sec06,#sec07{
  opacity: 0;
  transform: translate(0,3rem);
  transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
  transition-duration: .55s;
  transition-property: transform, filter, opacity;
  transition-delay: 0.1s;
}




















/*============================================================================

	#container

============================================================================*/
#container{

}



/*============================================================================

	.about

============================================================================*/

.about{

  margin-left: auto;
  height: 100vh;
  display: flex;
  
  
}
.about_inner{


  display: inherit;
  position: relative;
  min-width: 128rem;
  max-width: 160rem;
  margin: 0 auto ;
  padding: 0 10rem;

}
.about_inner_box{
  width: 50%;
  margin-left: auto;

  
  display: inherit;
  justify-content: center;
  align-items: center;
  
}



.about_text{

}
.about_text_en{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 5.1rem;
  line-height: 1;

  

}

.about_text_en::before {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  width: 4.2rem;
  height: 1px;
  margin: auto;
  background-color: #333;
  content: "";
}

.about_text_ja{
  font-weight: inherit;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4.6rem;
  margin-left: -0.4rem;

}

.about_text_desc{
  font-size: 2.1rem;
  padding-top: 2rem;
  font-weight: 600;
}

.about_text_en,.about_text_ja,.about_text_desc{
opacity: 0;
transform: translate(0,2rem);
transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
transition-duration: .55s;
transition-property: transform, filter, opacity;
}

.about_text_en{
transition-delay: 0.35s;

}
.about_text_ja{
  transition-delay: 0.4s;
}
.about_text_desc{
  transition-delay: 0.46s;
}

.about_text_en.is-active,.about_text_ja.is-active,.about_text_desc.is-active{
  opacity: 1;
  transform: translate(0,0);

  
  }







/*============================================================================

	共通

============================================================================*/

.survices,.company,.history{
  margin-left: auto;
  padding: 20rem 0;

  display: flex;
   
}
.survices_inner,.company_inner,.history_inner,.contact_inner{
  display: inherit;
  position: relative;
  min-width: 128rem;
  max-width: 160rem;
  flex-basis: 160rem;
  margin: 0 auto ;
  padding: 0 10rem;

}
.survices_inner_box,.company_inner_box,.history_inner_box,.contact_inner_box{
  width: 50%;
  margin-left: auto;

  
  display: inherit;

  align-items: center;
  
}

.kv_img svg .cls-1{


  

}
body.is-black .wrapper{
  background-color: #000;
  color: #fff;
}
.nav_text-ja{
  color: #fff;
  mix-blend-mode: difference;
}

.wrapper{
  background-color: #F2F2F2;
  min-height: 100vh;
  min-width: 1024px;
}


header{
  mix-blend-mode: difference;
}





body.is-black .kv_img svg .cls-1 {
  fill: #fff;
}

.contact a{

  
  transition-property: background-size, color;

  transition-duration: .34s;
}
body.is-black .wrapper .contact a{
  background-image: linear-gradient(#fff, #fff);
  color: #fff; 
  }





/*============================================================================

	.survices

============================================================================*/











/*============================================================================

	.company

============================================================================*/


.company_outline{

}

.company_outline dl{
  
}

.company_outline dt{

  margin-bottom: 0.1rem;
  font-weight: bold;
  
}

.company_outline dd{
  margin-bottom: 4rem;

}

.company_outline{
  
}




/*============================================================================

	.history

============================================================================*/


.history_outline{

}

.history_outline dl{
  display: flex;
  flex-wrap: wrap;
}

.history_outline dt{
width: 20%;

font-family: 'Heebo', sans-serif;
font-style: normal;
font-weight: 500;
opacity: 0.5;
}

.history_outline dd{
  width: 80%;
  margin-bottom: 4rem;

}








/*============================================================================

	.contact

============================================================================*/


.contact{
  height: 100vh;
  margin-left: auto;

  
  display: flex;
}


.contact a{
background-image: linear-gradient(#333, #333);
transition: background-size color .4s cubic-bezier(.165, .84, .44, 1);
background-repeat: no-repeat;
background-position: 0 100%;
background-size: 100% 1px;
text-decoration: none;
}
.contact a:hover {
color: #bbb;
background-image: linear-gradient(#bbb, #bbb);
background-position: 100% 100%;
background-size: 0% 1px;
}





.contact_inner {
  display: flex;
  flex-wrap: wrap;
}


.contact_mail{
margin-bottom: 4rem;
}

.contact_mail_title{

  font-weight: bold;
  margin-bottom: 0.4rem;
}

.contact_mail_ad{

}
.contact_mail_ad a{
  line-height: 1;
  font-family: 'Heebo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.0rem;
}






.contact_mail_note{
  font-size: 1.4rem;
}

.contact_tel{

}

.contact_tel_title{
  font-weight: bold;
  margin-bottom: 0.4rem;
}


.contact_tel_num{
  margin-bottom: 1rem;
}
.contact_tel_num a{
  font-family: 'Heebo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 0.7;

}

.contact_tel_note{
  font-size: 1.4rem;
  margin-top: -0.6rem;

}







footer{
  padding: 10rem 0 10rem;
}
.copy{
  position: absolute;
  right: 10rem;
  bottom: 10rem;
  text-align: right;
  font-family: 'Heebo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;

  color: #9E9E9E;

  line-height: 1;
}









/*============================================================================

	$contact

============================================================================*/


.kv-simple {
	height: 32rem;

  
  display: block;
  position: relative;




}
.kv-simple.kv::before {
	background-color: transparent;
	bottom: auto;
}
.kv-simple .kv_inner {
  display: flex;

  align-items: end;
  height: inherit;
  max-width: 120rem;
	margin: auto;
  
}
.kv-simple .kv_inner_title {
	color: inherit;
	vertical-align: bottom;
  margin-bottom: 2rem;

}
.kv-simple .kv_inner_title_l {
	font-size: 2.4rem;
}
.kv-simple .kv_inner_breadcrumbs {
	color: inherit;
}
.kv-simple .kv_inner_breadcrumbs li::before {
	background-image: url(../images/arrow04.svg);
	background-repeat: no-repeat;
}



.text-01 {
  position: relative;
  margin-bottom: 10.0rem;
}

.contents_inner {
	max-width: 120rem;
	margin: auto;
	padding: 0 6rem;
	display: flex;
	justify-content: space-between;
}
.contents_right {
	position: relative;
	width: 20%;
	padding-bottom: 25rem;
}
.contents_right::before {
	top: -250px;
	right: 0;
	position: absolute;
	width: 291%;
	height: 110%;
	background-color: #F5F7FA;
}
.contents_left {
	width: 68%;
}
.contents_left section {
	margin-bottom: 20.0rem;
	overflow: visible;
}

.contact {
}
.p-contact_title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 1.4rem;
}
.c-contact_must {
	color: #0068CF;
	border: 1px solid #0068CF;
	font-size: 1.1rem;
	display: inline-block;
	padding: 3px 8px;
	margin-left: 2rem;
	vertical-align: middle;
	line-height: 1;
	position: relative;
	top: -1px;
}
.p-contact table, .p-contact input[type="text"], .p-contact input[type="tel"], .p-contact input[type="email"], .p-contact select, .p-contact textarea {
	width: 100%;
	box-sizing: border-box;
}


.p-contact_select_outer{
  display: flex;
  justify-content: space-between;
}
.p-contact .p-contact_select_outer input{
width: 49.2%;
}
.p-contact input[type="text"], .p-contact input[type="tel"], .p-contact input[type="email"], .p-contact textarea {
	border: 1px #dedede solid;
	padding: 16px 16px;
	background-color: #f8f9fa;
	margin-bottom: 3rem;
	font-size: 1.7rem;
	font-family: inherit;
  letter-spacing: inherit;
}
.p-contact select {
	border: 1px #dedede solid;
	padding: 16px 16px;
	background-color: #f8f9fa;
	margin-bottom: 3rem;
	font-size: 1.7rem;
	font-family: inherit;
	padding: 14px 16px;
  letter-spacing: inherit;
}
.p-contact input[type="text"], .p-contact input[type="tel"], .p-contact input[type="email"], .p-contact select {
	height: 5.6rem;
}
 .p-contact input::placeholder, .p-contact select::placeholder {
 color: #aaa;
}

/* IE */
.p-contact input:-ms-input-placeholder, .p-contact select:-ms-input-placeholder {
 color: #aaa;
}

/* Edge */
.p-contact input::-ms-input-placeholder, .p-contact select::-ms-input-placeholder {
 color: #aaa;
}
.p-contact table {
	margin-bottom: 2rem;
}
.p-contact_btn {
	position: relative;
	border-radius: 6.6rem;
	overflow: hidden;
	width: 40%;
	margin: auto;
	height: 6.6rem;
	display: flex;
	align-items: center;
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.p-contact_btn:hover {
/* 	transform: scale(1.1, 1.1); */
}
.p-contact_btn input {
	position: relative;
	width: 100%;
  height: inherit;
  padding-bottom: 0.4rem;
	font-size: 1.7rem;
	font-family: inherit;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: none;
	background-color: transparent;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 64px 98px -24px rgba(0,0,0,.06);
}
.p-contact_btn::before {
	position: absolute;
	width: 0;
	right: -20%;
	left: auto;
	bottom: -100%;
	height: 300%;
	box-sizing: border-box;
	background-color: #454545;
	transform: rotate(10deg);
	content: "";
	transition: 0.25s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	z-index: 10;
}
.p-contact_btn::after {
	position: absolute;
	width: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #454545;
	box-shadow: 0 64px 98px -24px rgba(0,0,0,.06);
	content: "";
	transition: 0.25s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	z-index: 9;
}
.p-contact_btn:hover::before {
/* 	right: auto;
	left: 0;
	width: 110%; */
}
.p-contact_btn:hover::after {
	background-color: #bbb;
}







/* 確認画面 */
.p-contact_btn_outer {
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
}
/* 送信する */
.p-contact_btn-submit {
	position: relative;
	border-radius: 63px;
	overflow: hidden;
	width: 45%;
	margin: auto;
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	box-shadow: 0 64px 98px -24px rgba(0,0,0,.06);
}
.p-contact_btn-submit input {
	position: relative;
	width: 100%;
	font-size: 1.7rem;
	font-family: inherit;
	font-weight: bold;
	text-align: center;
	line-height: 3.6;
	color: #fff;
	border: none;
	background-color: transparent;
	cursor: pointer;
	z-index: 10;
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}
.p-contact_btn-submit::before {
	position: absolute;
	width: 0;
	right: -20%;
	left: auto;
	bottom: -100%;
	height: 300%;
	box-sizing: border-box;
	background-color: #454545;
	transform: rotate(10deg);
	content: "";
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	z-index: 10;
}
.p-contact_btn-submit::after {
	position: absolute;
	width: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #454545;
	box-shadow: 0 64px 98px -24px rgba(0,0,0,.06);
	content: "";
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	z-index: 9;
}
.p-contact_btn-submit:hover::before {
	right: auto;
	left: 0;
	width: 110%;
}
.p-contact_btn-submit:hover {
/* 	transform: scale(1.1, 1.1); */
}
.p-contact_btn-submit:hover::before,.p-contact_btn-submit:hover::after{
background-color: #bbb;
}





/* 戻る */
.p-contact_btn-back {
	position: relative;
	border-radius: 63px;
	overflow: hidden;
	width: 45%;
	margin: auto;
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	box-shadow: 0 64px 98px -24px rgba(0,0,0,.06);
}
.p-contact_btn-back input {
	position: relative;
	width: 100%;
	font-size: 1.7rem;
	font-family: inherit;
	font-weight: bold;
	text-align: center;
	line-height: 3.6;
	color: #333;
	border: none;
	background-color: transparent;
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	cursor: pointer;
	z-index: 10;
}
.p-contact_btn-back::before {
/* 	position: absolute;
	width: 0;
	right: -20%;
	left: auto;
	bottom: -100%;
	height: 300%;
	box-sizing: border-box;
	background-color: #f3f3f3;
	transform: rotate(10deg);
	content: "";
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	z-index: 10; */
}
.p-contact_btn-back::after {
	position: absolute;
	width: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #dedede;
	box-shadow: 0 64px 98px -24px rgba(0,0,0,.06);
	content: "";
	transition: 0.3s cubic-bezier(0.260, 0.005, 0.000, 1.035);
	z-index: 9;
}


.p-contact_btn-back:hover::before {
	right: auto;
	left: 0;
	width: 110%;
}

.p-contact_btn-back:hover::after{
/* 	transform: scale(1.1, 1.1); */



}
.p-contact_btn-back:hover input{
  color: #bbb;
}



.p-contact_privacy {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	text-align: center;
}
.p-contact_privacy a {
	position: relative;
	display: inline-block;
	margin-right: 12px;
}
.p-contact_privacy a::after {
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #454545;
	transition: 0.2s ease-out;
	content: "";
	z-index: 1;
}
.p-contact_privacy a:hover::after {
	width: 0;
	right: 0;
	left: auto;
  background-color: #bbb;
}
.p-contact_privacy a:hover {
	color: #bbb
}



.p-contact_privacy a .icon_clone {
}
.p-contact_privacy a .icon_clone svg {
	width: 12px;
	height: 10px;
	vertical-align: middle;
	fill: #454545;
}
.p-contact_privacy a:hover .icon_clone svg {
	width: 12px;
	height: 10px;
	vertical-align: middle;
	fill: #bbb;
}



.p-contact_note {
	font-size: 1.3rem;
}
.error_messe {
	color: #FF272B;
}
.contact_thanks .btn-01 {
	margin-bottom: 100px;
}
.contact_note_gmail {
	padding: 30px 44px 32px;
	border: 1px solid #ddd;
	padding-top: 30px;
	font-size: 1.5rem;
}
.contact_note_gmail_title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.7rem;
}
.contact_right {
	position: sticky;
	top: 140px;
	display: inline-block;
}
.contact_right li {
	margin-bottom: 1.0rem;
	color: #bbb;
}
.contact_right li:last-child {
	margin-bottom: 0;
}
.contact_right li span {
	margin-right: 0.8rem;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
}
.contact_right li.active {
	margin-bottom: 1.6rem;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #333;
}






.contact_confirm_text{
  margin-bottom: 6rem;
}
.contact_thanks_textbox{
  margin-bottom: 3rem;
}




/*============================================================================

	$privacy

============================================================================*/



.privacy_contents{
padding-bottom: 20rem;
}
.privacy_contents h3{
  font-size: 2.1rem;
  margin-top: 4rem;
  margin-bottom: 1.4rem;
}













/*============================================================================

	$伸縮

============================================================================*/



@media screen and (max-width: 1366px){
html {
    font-size: 56.25%;
}
.kv_inner,.about_inner,.survices_inner,.company_inner,.history_inner,.contact_inner{
  min-width: 1024px;
  padding: 0px 6rem;
}











.about_text_ja {
  font-size: 4.5rem;

  letter-spacing: 0.0em;
}
}
@media screen and (min-width: 1921px){
html {
    font-size: 68.75%;
}

}


