@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.p_top {
  background: url(../img/profile/bg01.jpg) no-repeat center / contain;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
}
.p_top .inner {
  padding-top: 35px;
  padding-bottom: 25px;
}
.p_top .img {
  max-width: 220px;
  margin: auto;
}
.p_top .name {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.01;
  text-align: center;
}
.p_top .name span {
  font-size: 16px;
}
.p_top .txt {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.384;
}
.p_txt {
  background: #ffffff;
  text-align: left;
}
.p_txt .inner {
  padding-top: 20px;
}
.p_txt p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.666;
}
.p_txt .p_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 818px) {
  .p_txt .p_ttl {
    font-size: 18px;
  }
}
.p_txt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  column-gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.p_txt ul li {
  width: calc(50% - 7.5px);
}
.p_txt ul .w100 {
  width: 100% !important;
}
.p_txt p span {
  font-weight: bold;
}
.p_txt .img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.b_a .inner {
  padding-top: 50px;
  padding-bottom: 38px;
  position: relative;
}
.b_a .inner::after {
  background: #E6E6DF;
  width: 100%;
  height: calc(100% - 70px);
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.b_a .h2_ttl {
  position: relative;
  z-index: 10;
}
.b_a .b_a_slide {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
.b_a .b_a_slide .list .img_list {
  display: flex;
}
.b_a .b_a_slide .list .img_list .b {
  width: 50%;
  position: relative;
}
.b_a .b_a_slide .list .img_list .b::after {
  left: 0;
  top: 0;
  content: "Before";
  position: absolute;
  width: fit-content;
  background: rgba(80, 80, 80, 0.8);
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 10px;
  z-index: 10;
}
.b_a .b_a_slide .list .img_list .a {
  width: 50%;
  position: relative;
}
.b_a .b_a_slide .list .img_list .a::after {
  right: 0;
  top: 0;
  content: "After";
  position: absolute;
  width: fit-content;
  background: rgba(80, 80, 80, 0.8);
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 10px;
  z-index: 10;
}
.b_a .b_a_slide .list ul {
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.b_a .b_a_slide .list ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 0.5px solid #ffffff;
}
.b_a .b_a_slide .list ul li .list_ttl {
  display: block;
  line-height: 25px;
  background: #ffffff;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  width: fit-content;
}
.b_a .b_a_slide .list ul li p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.666;
  margin-top: 5px;
}
.b_a .ins_btn {
  background: #214634;
  z-index: 10;
  position: relative;
  height: 80px;
  letter-spacing: 0.03em;
  border-radius: 300px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1.466;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: 30px;
}
.b_a .ins_btn span {
  max-width: 18px;
  display: block;
  margin: auto;
  margin-bottom: 4px;
}
.b_a .ins_btn p {
  line-height: 1.01;
}
.b_a .ins_btn .btn_box {
  width: 100%;
  margin: auto;
}
.b_a .ins_btn::before {
  content: '';
  width: 40px;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.b_a .ins_btn:hover {
  opacity: 1;
}
.b_a .ins_btn:hover::before {
  right: -40px;
}
.b_a .ins_btn::after {
  content: '';
  width: 40px;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  left: -40px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.b_a .ins_btn:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
.price .tu_txt {
  margin-top: 10px;
  position: relative;
  z-index: 10;
  font-size: 12px;
  text-align: left;
}
.price .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;
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 40px;
}
.price .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;
}
.price .btn_o p {
  line-height: 1.01;
}
.price .btn_o .btn_box {
  width: 100%;
  margin: auto;
}
.price .btn_o::before {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  right: 0;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.price .btn_o:hover {
  opacity: 1;
}
.price .btn_o:hover::before {
  right: -30px;
}
.price .btn_o::after {
  content: '';
  width: 30px;
  height: 0.5px;
  background-color: #E6E6DF;
  position: absolute;
  left: -30px;
  bottom: 50%;
  transition: 0.8s;
  z-index: 2;
}
.price .btn_o:hover::after {
  transition-delay: 0.2s;
  left: 0;
}
.price .inner {
  padding-bottom: 46px;
  padding-top: 30px;
  position: relative;
}
.price .inner::after {
  background: #E6E6DF;
  width: 100%;
  height: calc(100% - 54px);
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}
.price .h2_ttl {
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
}
.price .p_h3 {
  position: relative;
  z-index: 10;
  background: #214634;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.price .list01 {
  position: relative;
  z-index: 10;
  margin-bottom: 38px;
}
.price .list01 li {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price .list01 li p {
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.price .list01 li + li {
  padding-top: 8px;
  border-top: 0.5px solid #ffffff;
}
.price .list02 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.price .list02 li + li {
  margin-top: 36px;
}
.price .list02 li .ttl_box {
  border-left: 2px solid #214634;
  padding-left: 10px;
}
.price .list02 li .ttl_box .ttl {
  color: #214634;
  line-height: 1.01;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
}
.price .list02 li .ttl_box p {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}
.price .list02 li .img {
  margin-top: 14px;
  margin-bottom: 10px;
}
.price .list02 li .txt_box {
  display: flex;
  column-gap: 15px;
}
.price .list02 li .txt_box .t_list {
  width: calc(50% - 7.5px);
}
.price .list02 li .txt_box .t_list span {
  display: block;
  line-height: 35px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 818px) {
  .price .list02 li .txt_box .t_list span {
    font-size: 11px;
    letter-spacing: -0.5px;
  }
}
.price .list02 li .txt_box .t_list p {
  line-height: 35px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  color: #000000;
  background: #ffffff;
}
.price .sub_txt {
  margin-top: 50px;
  position: relative;
  z-index: 10;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.666;
}
.kya .inner {
  padding-top: 30px;
  padding-bottom: 26px;
}
.kya .k_ttl {
  text-align: center;
  background: #214634;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 30px;
}
.kya ul {
  margin-top: 15px;
}
.kya ul li {
  padding-left: 13px;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #214634 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kya ul li + li {
  margin-top: 10px;
}
.kya ul li p {
  width: fit-content;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.01;
  text-align: left;
}
.kya .txt {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  line-height: 1 0.1;
  margin-top: 15px;
  color: #000000;
}
.b_a_slide {
  position: relative;
}
.b_a_slide .swiper-button-next-ba {
  z-index: 50;
  position: absolute;
  top: 130px;
  right: -20px;
}
.b_a_slide .swiper-button-next-ba img {
  width: 26px;
  height: 26px;
}
.b_a_slide .swiper-button-prev-ba {
  z-index: 50;
  position: absolute;
  top: 130px;
  left: -20px;
}
.b_a_slide .swiper-button-prev-ba img {
  width: 26px;
  height: 26px;
}
.img_shadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.btn_g {
  z-index: 10;
}
.tudi_img {
  margin-top: 20px;
  margin-bottom: 20px;
}
