@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Noto Serif JP';
	src: url(/wp-content/themes/onehair/assets/font/NotoSerifJP-VariableFont_wght.ttf);
}

@font-face {
	font-family: 'Jost';
	src: url(/wp-content/themes/onehair/assets/font/Jost-VariableFont_wght.ttf);
}

@font-face {
	font-family: 'EB Garamond';
	src: url(/wp-content/themes/onehair/assets/font/EBGaramond-VariableFont_wght.ttf);
}



#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.666;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Serif JP", serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.1s;
  opacity: 1;
  transition: transform 1s, opacity 1s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* ---------------------------------------------
*   is-disabled
--------------------------------------------- */
.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  max-width: 440px;
  position: fixed;
  top: 0;
  left: calc(50% - 220px);
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #ffffff;
}
@media screen and (max-width: 440px) {
  #header {
    left: 0;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 20px 0 20px;
  max-width: 100%;
  height: 40px;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    width: 100%;
  }
}
#header .header_item .header_line {
  background: #000000;
  border-radius: 3px;
  line-height: 20px;
  padding: 0 10px 0 10px;
  color: #ffffff;
  position: absolute;
  right: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  top: 10px;
  font-size: 10px;
  font-weight: 400;
  z-index: 999999999999;
}
#header .header_item .header_line:hover {
  transition: 0.4s;
  opacity: 1;
  background: #214634;
}
#header .header_item .header_line span {
  width: 12px;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 120px;
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
  z-index: 9999999999999;
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
#header .nobg {
  background: none;
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s, visibility 0.8s;
  z-index: -10;
  height: 100vh;
  width: 440px;
  padding: 39px 20px 100px 20px;
  position: fixed;
  top: 0;
  left: calc(50% - 220px);
  overflow: scroll;
  text-align: left;
  background: #E6E6DF;
  background-size: 100% 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 440px) {
  #header .menu_item #menu_list {
    width: 100%;
    left: 0;
  }
}
#header .menu_item #menu_list ul li {
  position: relative;
  border-bottom: 0.5px solid #ffffff;
  height: fit-content;
  transition: 0.3s;
}
#header .menu_item #menu_list ul li a,
#header .menu_item #menu_list ul li .big,
#header .menu_item #menu_list ul li .menu_te {
  padding-top: 16px;
  position: relative;
  z-index: 99999999999;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: 0.05em;
  color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  text-align: left;
  width: 100%;
  padding-bottom: 16px;
}
#header .menu_item #menu_list ul li .menu_100 {
  padding-bottom: 16px;
  width: 100%;
}
#header .menu_item #menu_list ul li .menu_100 .txt_main {
  padding-bottom: 0;
}
#header .menu_item #menu_list ul li .sub_menu100 {
  margin-left: 0;
  position: relative !important;
  width: fit-content;
  margin-left: 0 !important;
  font-family: "EB Garamond", serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  height: fit-content;
  transition: 0.3s;
  padding: 8px 18px 0 18px !important;
}
#header .menu_item #menu_list ul li .sub_menu100::after {
  top: 11px !important;
}
#header .menu_item #menu_list ul li .big {
  padding-bottom: 0 !important;
}
#header .menu_item #menu_list ul li a:hover {
  color: #214634;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1 !important;
  cursor: pointer;
}
#header .menu_item #menu_list ul .big_box {
  padding-bottom: 16px;
}
#header .menu_item .menu_show {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
#header #menuBtn {
  width: 26px;
  height: 20px;
  position: fixed;
  right: calc(50% - 200px);
  top: 10px;
  z-index: 9999999;
}
@media screen and (max-width: 440px) {
  #header #menuBtn {
    right: 20px;
  }
}
#header #menuBtn span {
  display: block;
  background: #000000;
  width: 26px;
  height: 0.5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#header #menuBtn span:nth-child(1) {
  bottom: 5px;
  transition: 0.3s ease-in-out;
}
#header #menuBtn span:nth-child(2) {
  display: none;
}
#header #menuBtn span:nth-child(3) {
  bottom: 13.5px;
  transition: 0.3s ease-in-out;
}
#header #menuBtn.isOpen span {
  height: 0.5px;
}
#header #menuBtn.isOpen span:not(.txt):nth-child(1) {
  transform: translateY(-4px) rotate(-45deg);
  transition: 0.3s ease-in-out;
}
#header #menuBtn.isOpen span:not(.txt):nth-child(2) {
  display: none;
}
#header #menuBtn.isOpen span:not(.txt):nth-child(3) {
  transform: translateY(4px) rotate(45deg);
  transition: 0.3s ease-in-out;
}
#header #sp_menuopen01,
#header #sp_menuopen02 {
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.3s;
  height: 0;
  opacity: 0;
  line-height: 0 !important;
  visibility: hidden;
  transition: line-height 0.3s ease-out, height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear, margin-top 0.3s ease-out, margin-bottom 0.3s ease-out;
}
#header #sp_menuopen01 li,
#header #sp_menuopen02 li {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  margin: auto;
  background-image: linear-gradient(to right, #fff 5px, transparent 5px);
  background-size: 10.5px 0.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: none !important;
}
#header #sp_menuopen01 li a,
#header #sp_menuopen02 li a {
  padding: 8px 20px !important;
}
#header #sp_menuopen01 li::after,
#header #sp_menuopen02 li::after {
  display: none !important;
}
#header #sp_menuopen01 li + li,
#header #sp_menuopen02 li + li {
  margin-top: 0 !important;
}
#header #sp_menuopen01 li a,
#header #sp_menuopen02 li a {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 12px !important;
  font-family: "Noto Serif JP", serif !important;
  letter-spacing: 0 !important;
  line-height: 1.01 !important;
}
#header #sp_menu01,
#header #sp_menu02 {
  padding-right: 30px !important;
  position: relative !important;
  width: fit-content;
  margin: auto;
  cursor: pointer !important;
  height: fit-content;
  transition: 0.3s;
}
#header #sp_menuopen03,
#header #sp_menuopen04 {
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.3s;
  height: 0;
  opacity: 0;
  line-height: 0 !important;
  visibility: hidden;
  transition: line-height 0.3s ease-out, height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear, margin-top 0.3s ease-out, margin-bottom 0.3s ease-out;
}
#header #sp_menuopen03 li,
#header #sp_menuopen04 li {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  margin: auto;
  background-image: linear-gradient(to right, #fff 5px, transparent 5px);
  background-size: 10.5px 0.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: none !important;
}
#header #sp_menuopen03 li a,
#header #sp_menuopen04 li a {
  padding: 8px 18px !important;
}
#header #sp_menuopen03 li::after,
#header #sp_menuopen04 li::after {
  display: none !important;
}
#header #sp_menuopen03 li + li,
#header #sp_menuopen04 li + li {
  margin-top: 0 !important;
}
#header #sp_menuopen03 li a,
#header #sp_menuopen04 li a {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 12px !important;
  font-family: "Noto Serif JP", serif !important;
  letter-spacing: 0 !important;
  line-height: 1.01 !important;
}
#header #sp_menu03,
#header #sp_menu04 {
  position: relative !important;
  width: fit-content;
  margin: auto;
  font-family: "EB Garamond", serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  height: fit-content;
  transition: 0.3s;
}
#header #sp_menu03::after,
#header #sp_menu04::after {
  top: 11px !important;
}
#header #sp_menu03 span,
#header #sp_menu04 span {
  padding: 8px 18px !important;
}
#header #sp_menu04 {
  padding-bottom: 4px !important;
}
#header .sp_menu03_border {
  background-image: linear-gradient(to right, #fff 5px, transparent 5px);
  background-size: 10.5px 0.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 8px !important;
}
#header .after_open::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 3px;
  top: 23px;
  z-index: 1;
  background: url(../img/common/after_open.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .after_close::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 3px;
  top: 23px;
  z-index: 1;
  background: url(../img/common/after_close.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .after_close_noborder {
  border-bottom: 0 !important;
  background: none !important;
}
#header .after_close_noborder::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 3px;
  top: 7px;
  z-index: 1;
  background: url(../img/common/after_close.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .show {
  transition: 0.3s;
  height: fit-content !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1.01 !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  /* 開くアニメーション */
  transition: line-height 0.3s ease-out, height 0.3s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s, margin-top 0.3s ease-out, margin-bottom 0.3s ease-out;
}
#header .show0304 {
  transition: 0.3s;
  height: fit-content !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1.01 !important;
  margin-top: 5px !important;
  margin-bottom: 3px !important;
  /* 開くアニメーション */
  transition: line-height 0.3s ease-out, height 0.3s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s, margin-top 0.3s ease-out, margin-bottom 0.3s ease-out;
}
#header .hide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  line-height: 0 !important;
  /* 閉じるアニメーション */
  transition: line-height 0.3s ease-out, height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear, margin-top 0.3s ease-out, margin-bottom 0.3s ease-out;
}
#header .btn_item_header {
  padding-top: 25px;
  border-bottom: none !important;
}
#header .btn_item_header .btn_o_header {
  background: #6A8D73;
  position: relative;
  height: 100px;
  border-radius: 300px;
  color: #E6E6DF !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center !important;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 40px;
}
#header .btn_item_header .btn_o_header span {
  width: 100%;
  margin: auto;
  line-height: 26px;
  border-radius: 80px;
  background: #E6E6DF;
  text-align: center;
  display: block;
  color: #6A8D73;
  font-size: 16px;
  font-weight: 500;
  margin-top: 11px;
}
#header .btn_item_header .btn_o_header p {
  line-height: 1.01;
}
#header .btn_item_header .btn_o_header .btn_box {
  margin: auto;
  width: 100%;
}
#header .btn_item_header .btn_o_header::before {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
#header .btn_item_header .btn_o_header:hover {
  opacity: 1;
}
#header .btn_item_header .btn_o_header:hover::before {
  right: -30px;
}
#header .btn_item_header .btn_o_header::after {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  left: -30px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
#header .btn_item_header  .btn_item_header .btn_o_header:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
#header .btn_item_header .btn_ug_header {
  background: #B56E5E;
  position: relative;
  height: 100px;
  border-radius: 300px;
  color: #E6E6DF !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center !important;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 40px;
  margin-top: 12px;
}
#header .btn_item_header .btn_ug_header .w_txt {
  width: 100%;
  margin: auto;
  line-height: 26px;
  border-radius: 80px;
  background: #E6E6DF;
  text-align: center;
  display: block;
  color: #B56E5E;
  font-size: 16px;
  font-weight: 500;
  margin-top: 11px;
}
#header .btn_item_header .btn_ug_header p span {
  font-family: "EB Garamond", serif;
  color: #E6E6DF !important;
}
#header .btn_item_header .btn_ug_header p {
  letter-spacing: 0.1em;
  line-height: 1.01;
}
#header .btn_item_header .btn_ug_header .btn_box {
  width: 100%;
  margin: auto;
}
#header .btn_item_header .btn_ug_header::before {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
#header .btn_item_header .btn_ug_header:hover {
  opacity: 1;
}
#header .btn_item_header .btn_ug_header:hover::before {
  right: -30px;
}
#header .btn_item_header .btn_ug_header::after {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  left: -30px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
#header .btn_item_header .btn_ug_header:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
#header .sns_item {
  padding-top: 10px;
  border-bottom: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 26px;
  width: fit-content;
  margin: auto;
}
#header .sns_item a {
  display: block;
  max-width: 26px !important;
  margin: auto !important;
  width: fit-content !important;
}
.breadmenu {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.01;
  margin-top: 20px;
  border-top: 0.5px solid #E6E6DF;
  border-bottom: 0.5px solid #E6E6DF;
  padding: 4px 0;
}
.breadmenu span {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.77;
  color: #969696;
}
.breadmenu p {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.77;
  color: #969696;
}
.breadmenu a {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.77;
  color: #000000;
  position: relative;
  padding-right: 11px;
}
.breadmenu a:hover {
  transition: 0.3s ease-in-out;
}
.breadmenu a::after {
  position: absolute;
  content: " - ";
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-size: 100% 100%;
}
.main {
  position: relative;
  max-width: 440px;
  margin-inline: auto;
  background: #ffffff;
  min-height: 100vh;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.bg_flex {
  position: fixed;
  inset: 0;
}
.bg_flex .bg_l {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  display: flex;
  padding-right: 220px;
  align-items: center;
  justify-content: center;
}
.bg_flex .bg_l img {
  position: absolute;
  width: 206px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .bg_flex .bg_l img {
    width: 140px;
  }
}
.bg_flex .bg_l .bg_l_img {
  position: absolute;
  inset: 0;
}
.bg_flex .bg_l .bg_l_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (max-width: 740px) {
  .bg_flex .bg_l .bg_l_logo , .bg_flex .bg_l_img img , .bg_flex .bg_r_img img {
    display: none;
  }
}
.bg_flex .bg_r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
.bg_flex .bg_r img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 160px;
}
.bg_flex .bg_r .bg_r_img {
  position: absolute;
  inset: 0;
}
.bg_flex .bg_r .bg_r_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (max-width: 740px) {
  .bg_flex .bg_r .bg_r_img img , .bg_flex .bg_l .bg_l_img img {
    display: none;
  }
}

.h2_ttl {
  text-align: left;
  font-family: "EB Garamond", serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.01;
}
.h2_ttl span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.01;
  margin-top: 10px;
  display: block;
}
.page_h2 {
  text-align: left;
  font-family: "EB Garamond", serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.01;
}
.page_h2 span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.01;
  margin-top: 10px;
  display: block;
}
.btn_g {
  background: #214634;
  position: relative;
  line-height: 60px;
  border-radius: 100px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: block;
  overflow: hidden;
}
.btn_g::before {
  content: '';
  width: 40px;
  height: 0.5px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_g:hover {
  opacity: 1;
}
.btn_g:hover::before {
  right: -40px;
}
.btn_g::after {
  content: '';
  width: 40px;
  height: 0.5px;
  background-color: #ffffff;
  position: absolute;
  left: -40px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_g:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
.btn_w {
  background: #E6E6DF;
  position: relative;
  line-height: 60px;
  border-radius: 100px;
  color: #214634 !important;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: block;
  overflow: hidden;
}
.btn_w::before {
  content: '';
  width: 40px;
  height: 0.5px;
  background-color: #214634;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_w:hover {
  opacity: 1;
}
.btn_w:hover::before {
  right: -40px;
}
.btn_w::after {
  content: '';
  width: 40px;
  height: 0.5px;
  background-color: #214634;
  position: absolute;
  left: -40px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_w:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
.footer_contact {
  background: #214634;
  color: #ffffff;
}
.footer_contact .inner {
  padding-top: 30px;
  padding-bottom: 35px;
}
.footer_contact .txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding-top: 52px;
  position: relative;
}
.footer_contact .txt::after {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 25px;
  left: 50%;
  top: 8px;
  z-index: 1;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
.footer_contact .btn_item {
  margin-top: 30px;
}
.footer {
  background: #E6E6DF;
  line-height: 40px;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 12px;
  font-weight: 400;
}
.page {
  padding-top: 53px;
}
.btn_item {
  margin: auto;
  margin-top: 34px;
  max-width: 335px;
}
.btn_item .btn_o {
  background: #6A8D73;
  position: relative;
  height: 100px;
  border-radius: 300px;
  color: #E6E6DF !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.btn_item .btn_o span {
  width: 100%;
  margin: auto;
  line-height: 26px;
  border-radius: 80px;
  background: #E6E6DF;
  text-align: center;
  display: block;
  color: #6A8D73;
  font-size: 16px;
  font-weight: 500;
  margin-top: 11px;
}
.btn_item .btn_o p {
  line-height: 1.01;
}
.btn_item .btn_o .btn_box {
  width: 100%;
  margin: auto;
}
.btn_item .btn_o::before {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_item .btn_o:hover {
  opacity: 1;
}
.btn_item .btn_o:hover::before {
  right: -30px;
}
.btn_item .btn_o::after {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  left: -30px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_item .btn_o:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
.btn_item .btn_ug {
  background: #B56E5E;
  position: relative;
  height: 100px;
  border-radius: 300px;
  color: #E6E6DF !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: 12px;
}
.btn_item .btn_ug .w_txt {
  margin: auto;
  line-height: 26px;
  border-radius: 80px;
  background: #E6E6DF;
  text-align: center;
  color: #B56E5E;
  font-size: 16px;
  font-weight: 500;
  margin-top: 11px;
  display: block;
  max-width: 250px;
  width: 100%;
}
.btn_item .btn_ug p span {
  font-family: "EB Garamond", serif;
  color: #E6E6DF !important;
}
.btn_item .btn_ug p {
  letter-spacing: 0.1em;
  line-height: 1.01;
}
.btn_item .btn_ug .btn_box {
  width: 100%;
    margin: auto;
}
.contact_txt_muda{
  text-align:center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.contact_txt_muda a{
    color: #fff !important;
  }
.contact_txt_muda a.txt_b{
  text-decoration: underline;
  }
.btn_item .btn_ug::before {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_item .btn_ug:hover {
  opacity: 1;
}
.btn_item .btn_ug:hover::before {
  right: -30px;
}
.btn_item .btn_ug::after {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  left: -30px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.btn_item .btn_ug:hover::after {
  transition-delay: 0.2s;
  left: 0;
}

#header .btn_item_header  .contact_txt_muda_header{
  text-align:center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 25px;
  color: #214634;
}
#header .btn_item_header  .contact_txt_muda_header a{
  font-size: 14px !important;
  font-weight: 400 !important;
  display: inline-block !important;
    color: #214634 !important;
    width: fit-content !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
#header .btn_item_header  .contact_txt_muda_header a.txt_b{
  text-decoration: underline;
  }