@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
::-moz-selection {
  background: #111;
  color: #fafafa;
}
::selection {
  background: #111;
  color: #fafafa;
}

::-moz-selection {
  background: #111;
  color: #fafafa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

p {
  margin-bottom: 1em;
  line-height: 2;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}
a:hover, a:link, a:active, a:focus {
  color: #111;
}
a:hover {
  opacity: 0.6;
}

body {
  background: #fafafa;
  color: #111;
  font-family: "Noto Serif JP", serif;
  color: #5c4837;
}

header {
  position: relative;
}
header .inner {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 101;
}
header .inner .pc_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  header .inner .pc_header {
    display: none;
  }
}
header .inner .pc_header .logo {
  width: 130px;
  padding: 10px;
}
header .inner .pc_header .logo img {
  width: 100%;
}
header .inner .pc_header ul {
  display: flex;
  gap: 20px;
}
header .inner .pc_header ul li {
  list-style: none;
}
header .inner .pc_header ul li a {
  color: #5c4837;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
}
header .inner .pc_header ul li a span {
  font-size: 11px;
  font-weight: 500;
  color: #eaad85;
}
header .inner .pc_header ul .btn {
  background: #efe1d8;
  border-radius: 10em;
  box-shadow: 5px 5px 10px -5px rgba(17, 17, 17, 0.3);
}
header .inner .pc_header ul .btn a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em 1.5em;
}
header .inner .pc_header ul .instagram-btn {
  width: 30px;
  margin-top: 3px;
}
header .inner .pc_header ul .instagram-btn img {
  width: 100%;
}
header .inner .sp_header {
  width: 100%;
  height: 80px;
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
}
@media only screen and (max-width: 900px) {
  header .inner .sp_header {
    display: flex;
  }
}
header .inner .sp_header .logo {
  width: 80px;
  padding: 8px 10px;
}
header .inner .sp_header .logo img {
  width: 100%;
}
header .inner .sp_header .btn-group {
  display: flex;
  align-items: center;
}
header .inner .sp_header .btn-group .btn {
  background: #efe1d8;
  border-radius: 10em;
  margin-top: 10px;
  margin-right: 10px;
  box-shadow: 5px 5px 10px -5px rgba(17, 17, 17, 0.3);
}
header .inner .sp_header .btn-group .btn a {
  font-size: 13px;
  display: block;
  font-weight: 500;
  padding: 1em 1.5em;
}
header .inner .sp_header .btn-group .instagram-btn {
  margin-right: 60px;
  width: 30px;
  margin-top: 10px;
}
header .inner .sp_header .btn-group .instagram-btn img {
  width: 100%;
}
header .inner .drawer_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .inner .drawer_btn img {
  width: 65%;
}
header .inner .drawer_btn img.close {
  display: none;
}
header .inner .drawer_btn.active img.menu {
  display: none;
}
header .inner .drawer_btn.active img.close {
  display: block;
}
header .drawer_content {
  width: 100%;
  height: 100vh;
  padding: 100px 20px 60px;
  background: #efe1d8;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 0.3s;
  z-index: 100;
  opacity: 0;
  overflow: scroll;
  position: fixed;
}
header .drawer_content.active {
  right: 0;
  opacity: 1;
}
header .drawer_content ul li {
  list-style: none;
  padding: 1em;
}
header .drawer_content ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #5c4837;
}
header .drawer_content ul li a span {
  font-size: 12px;
  font-weight: 500;
  color: #eaad85;
}

footer {
  padding: 40px 20px 20px;
  background-image: url(../img/common/footer/footer-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .inner .wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  opacity: 0.95;
  box-shadow: 5px 5px 10px -5px rgba(17, 17, 17, 0.3);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 450px) {
  footer .inner .wrap {
    padding: 10px;
  }
}
footer .inner .wrap ul.btn {
  display: flex;
}
@media only screen and (max-width: 630px) {
  footer .inner .wrap ul.btn {
    flex-direction: column;
  }
}
footer .inner .wrap ul.btn li.btn {
  margin: 20px;
  /* マウスオーバーした際のデザイン */
}
@media only screen and (max-width: 630px) {
  footer .inner .wrap ul.btn li.btn {
    margin: 6px;
  }
}
footer .inner .wrap ul.btn li.btn .cta_btn03 {
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  color: #fff; /* ボタン文字色 */
  background-color: #e2ad9e; /* ボタン上色 */
  position: relative;
  padding: 1em 2em;
  border-radius: 100vh;
  border-bottom: 5px solid #b39289; /* ボタン下色 */
  font-weight: bold; /* ボタン文字の太さ */
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
  margin-top: 2em;
}
footer .inner .wrap ul.btn li.btn .cta_btn03-copy {
  font-size: 70%; /* コピー文字サイズ */
  font-weight: bold; /* コピー文字の太さ */
  color: #745a43; /* コピー文字の色 */
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
footer .inner .wrap ul.btn li.btn .cta_btn03-copy:before {
  margin-right: 0.2rem;
  content: "＼";
}
footer .inner .wrap ul.btn li.btn .cta_btn03-copy:after {
  margin-left: 0.2rem;
  content: "／";
}
footer .inner .wrap ul.btn li.btn .cta_btn03:hover {
  margin-top: calc(2em + 3px);
}
footer .inner .wrap .footter-txt {
  padding: 1em 0;
}
footer .inner .wrap .footter-txt li {
  display: flex;
  align-items: flex-start;
  padding: 0.4em 0;
}
@media only screen and (max-width: 650px) {
  footer .inner .wrap .footter-txt li {
    flex-direction: column;
    padding: 0.4em;
  }
}
footer .inner .wrap .footter-txt li .heading {
  width: 80px;
  font-weight: 500;
}
@media only screen and (max-width: 400px) {
  footer .inner .wrap .footter-txt li .heading {
    font-size: 15px;
  }
}
footer .inner .wrap .footter-txt li .txt {
  font-size: 15px;
  font-weight: 300;
}
footer .inner .wrap .footter-txt li .txt span {
  font-size: 11px;
  font-family: "Courier New", Courier, monospace;
}
@media only screen and (max-width: 600px) {
  footer .inner .wrap .footter-txt li .txt span {
    display: block;
  }
}
footer .inner .copy {
  padding-top: 16px;
  text-align: center;
  font-size: 11px;
  color: #e29b6c;
}

body {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #fff, #d6e6c6, #d6f2ee, #d6f2ee, #d6e6c6, #fff);
  background-size: 500% 500%;
}

.main_visual {
  margin-top: 173px;
}
@media only screen and (max-width: 900px) {
  .main_visual {
    margin-top: 0;
  }
}
.main_visual .inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.main_visual .inner .wrap .main-img {
  max-width: 1000px;
  margin: 0 auto;
}
.main_visual .inner .wrap .main-img img {
  width: 100%;
}
.main_visual .inner .wrap .main-txt {
  position: absolute;
  writing-mode: vertical-rl;
  top: 17%;
  left: 23%;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1100px) {
  .main_visual .inner .wrap .main-txt {
    left: 18%;
    font-size: 28px;
  }
}
@media only screen and (max-width: 750px) {
  .main_visual .inner .wrap .main-txt {
    font-size: 24px;
    top: 5%;
    left: 7%;
    letter-spacing: 0.1em;
    padding: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .main_visual .inner .wrap .main-txt {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 500px) {
  .main_visual .inner .wrap .main-txt {
    writing-mode: horizontal-tb;
    font-size: 18px;
    padding: 0;
    top: 50%;
  }
}
@media only screen and (max-width: 370px) {
  .main_visual .inner .wrap .main-txt {
    font-size: 17px;
  }
}
.main_visual .inner .wrap .main-txt :nth-child(3) {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .main_visual .inner .wrap .main-txt :nth-child(3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 500px) {
  .main_visual .inner .wrap .main-txt :nth-child(3) {
    margin-top: 0;
    margin-right: 16px;
  }
}
.main_visual .inner .wrap .main-txt :nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .main_visual .inner .wrap .main-txt :nth-child(4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 500px) {
  .main_visual .inner .wrap .main-txt :nth-child(4) {
    margin-top: 0;
  }
}
.main_visual .inner .wrap .main-txt p {
  display: inline-block;
  background: #f7fcf6;
  color: #248654;
  margin: 8px;
  padding: 16px 0;
}
@media only screen and (max-width: 750px) {
  .main_visual .inner .wrap .main-txt p {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 750px) and (max-width: 500px) {
  .main_visual .inner .wrap .main-txt p {
    padding: 0 8px;
  }
}

.about {
  padding: 100px 0;
}
.about .inner .title {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.about .inner .title::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/page/about/about-head.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 700px;
  height: 180px;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .about .inner .title::after {
    width: 300px;
    height: 80px;
    left: 60%;
  }
}
.about .inner .title .title-in {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 100;
}
.about .inner .title .title-in .head-img {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .about .inner .title .title-in .head-img {
    max-width: 100px;
  }
}
.about .inner .title .title-in .head-img img {
  width: 100%;
}
.about .inner .title .title-in h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 500px) {
  .about .inner .title .title-in h2 {
    font-size: 17px;
  }
}
.about .inner .box {
  max-width: 740px;
  margin: 0 auto;
  padding: 50px 20px;
}
.about .inner .box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 35px 0;
}
@media only screen and (max-width: 850px) {
  .about .inner .box h3 {
    font-size: 16.5px;
    padding: 20px 0;
    font-weight: 600;
  }
}
.about .inner .box p {
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 850px) {
  .about .inner .box p {
    font-size: 15px;
  }
}
.about .inner .more-btn .btn-box {
  width: 300px;
  margin: 0 auto;
}
.about .inner .more-btn .btn-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #edbdaf;
  font-size: 20px;
  padding: 18px 0px 20px 20px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.about .inner .more-btn .btn-box a span {
  padding: 5px 20px 0;
}

.profile .inner {
  margin-bottom: 80px;
}
@media only screen and (max-width: 500px) {
  .profile .inner {
    margin-bottom: 0;
  }
}
.profile .inner .title {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.profile .inner .title::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/page/profile/profile-head.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 700px;
  height: 180px;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .profile .inner .title::after {
    width: 300px;
    height: 80px;
    left: 60%;
  }
}
.profile .inner .title .title-in {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 100;
}
.profile .inner .title .title-in .head-img {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .profile .inner .title .title-in .head-img {
    max-width: 100px;
  }
}
.profile .inner .title .title-in .head-img img {
  width: 100%;
}
.profile .inner .title .title-in h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 500px) {
  .profile .inner .title .title-in h2 {
    font-size: 18px;
  }
}
.profile .inner .box {
  max-width: 800px;
  margin: 0 auto;
  padding: 90px 20px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .profile .inner .box {
    flex-direction: column;
    padding: 30px 10px;
  }
}
.profile .inner .box::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/page/profile/profile-background.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .profile .inner .box::before {
    top: 55%;
    width: 500px;
    height: 500px;
    left: 50%;
  }
}
.profile .inner .box .in-box-img {
  margin: 0 auto;
  position: relative;
}
.profile .inner .box .in-box-img::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/page/profile/profile-decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
  bottom: 0%;
  left: 0%;
}
@media only screen and (max-width: 750px) {
  .profile .inner .box .in-box-img::after {
    bottom: 20%;
  }
}
@media only screen and (max-width: 650px) {
  .profile .inner .box .in-box-img::after {
    bottom: 45%;
    width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .profile .inner .box .in-box-img::after {
    bottom: 0%;
    left: 0%;
    width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .profile .inner .box .in-box-img {
    max-width: 200px;
    padding: 20px 0;
  }
}
.profile .inner .box .in-box-img img {
  width: 100%;
}
.profile .inner .box .in-box-txt {
  padding: 0 20px;
}
.profile .inner .box .in-box-txt h4 {
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .profile .inner .box .in-box-txt h4 {
    text-align: center;
  }
}
.profile .inner .box .in-box-txt .qualification {
  font-size: 14px;
  padding: 10px 0;
}
@media only screen and (max-width: 500px) {
  .profile .inner .box .in-box-txt .qualification {
    text-align: center;
  }
}
.profile .inner .box .in-box-txt .txt {
  font-size: 15px;
  padding: 15px 0;
  line-height: 1.7;
}
@media only screen and (max-width: 500px) {
  .profile .inner .box .in-box-txt .txt p {
    line-height: 1.4;
  }
}
.profile .inner .box .in-box-txt .txt a {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  color: #248654;
}

.menu .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px 20px;
}
.menu .inner .menu-list {
  background: #96a8a6;
  color: #fff;
  border-radius: 450px 450px 8px 8px;
  box-shadow: 5px 5px 10px -5px rgba(17, 17, 17, 0.3);
  padding: 20px 10px;
}
@media only screen and (max-width: 800px) {
  .menu .inner .menu-list {
    padding: 8px;
  }
}
.menu .inner .menu-list .title-in {
  padding: 16px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 100;
}
.menu .inner .menu-list .title-in .head-img {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .menu .inner .menu-list .title-in .head-img {
    max-width: 100px;
  }
}
.menu .inner .menu-list .title-in .head-img img {
  width: 100%;
}
.menu .inner .menu-list .title-in h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 500px) {
  .menu .inner .menu-list .title-in h2 {
    font-size: 18px;
  }
}
.menu .inner .menu-list .servise {
  max-width: 700px;
  margin: 0 auto;
}
.menu .inner .menu-list .servise .price_list .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px;
}
.menu .inner .menu-list .servise .price_list .inner .item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
@media only screen and (max-width: 500px) {
  .menu .inner .menu-list .servise .price_list .inner .item {
    flex-direction: column;
    justify-content: center;
  }
}
.menu .inner .menu-list .servise .price_list .inner .item .item-img {
  max-width: 200px;
  margin: 0 auto;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-img img {
  width: 100%;
  border-radius: 100%;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 500px) {
  .menu .inner .menu-list .servise .price_list .inner .item .item-txt {
    padding: 0;
  }
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt .menu-heading {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt .menu-heading small {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt .lead {
  font-size: 15px;
  padding: 16px 0;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt ul {
  max-width: 500px;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt ul li {
  display: flex;
  align-items: center;
  padding: 0.4em 0;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt ul li h4 {
  font-weight: 100;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt ul li span {
  display: block;
  flex: 1;
  height: 1px;
  background: #fff;
  margin: 0 1em;
}
.menu .inner .menu-list .servise .price_list .inner .item .item-txt ul .detail {
  font-size: 12px;
  padding: 0;
}
.menu .inner .menu-list .menu_recommend {
  max-width: 650px;
  margin: 0px auto 50px;
  background: #86796b;
  border-radius: 8px;
  box-shadow: 5px 5px 10px -5px rgba(17, 17, 17, 0.3);
}
.menu .inner .menu-list .menu_recommend .box {
  padding: 40px;
}
.menu .inner .menu-list .menu_recommend .box .box_title {
  display: block;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .menu .inner .menu-list .menu_recommend .box .box_title {
    font-size: 16px;
  }
}
.menu .inner .menu-list .menu_recommend .box .box_title p {
  padding: 5px;
  display: inline;
  border-bottom: 1px solid #ffffff;
}
.menu .inner .menu-list .menu_recommend .box .illust {
  padding: 20px 0;
  max-width: 80px;
  margin: 0 auto;
}
.menu .inner .menu-list .menu_recommend .box .illust img {
  width: 100%;
}
.menu .inner .menu-list .menu_recommend .box ul.recomend-example {
  max-width: 600px;
  margin: 0 auto;
}
.menu .inner .menu-list .menu_recommend .box ul.recomend-example li {
  font-size: 13px;
}
.menu .inner .menu-list .menu_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  gap: 20px;
}
.menu .inner .menu-list .menu_img .m-img {
  width: 300px;
}
.menu .inner .menu-list .menu_img .m-img img {
  width: 100%;
  border-radius: 8px;
}
.menu .inner .menu-list .menu_img .m-img video {
  border-radius: 10px;
}
.menu .inner .guidance_line .line {
  max-width: 600px;
  margin: 40px auto 0;
}
.menu .inner .guidance_line .line a {
  display: block;
}
.menu .inner .guidance_line .line a img {
  border: 1px solid #ececec;
}
.menu .inner .cancellation_policy {
  max-width: 900px;
  margin: 0 auto;
}
.menu .inner .cancellation_policy .policy_list {
  max-width: 600px;
  margin: 0 auto;
}
.menu .inner .cancellation_policy .policy_list .inner .item {
  padding: 14px 0;
}
.menu .inner .cancellation_policy .policy_list .inner .item .policy-heading {
  font-size: 17px;
  padding: 4px 0;
}
@media only screen and (max-width: 500px) {
  .menu .inner .cancellation_policy .policy_list .inner .item .policy-heading {
    font-size: 15px;
  }
}
.menu .inner .cancellation_policy .policy_list .inner .item .policy-txt {
  font-size: 14px;
}
.menu .inner .cancellation_policy .policy_list .inner .item .policy-txt ul {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.voice .inner .title {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.voice .inner .title::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/page/voice/voice-head.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 800px;
  height: 180px;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .voice .inner .title::after {
    width: 300px;
    height: 80px;
    left: 60%;
  }
}
.voice .inner .title .title-in {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 100;
}
.voice .inner .title .title-in .head-img {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .voice .inner .title .title-in .head-img {
    max-width: 100px;
  }
}
.voice .inner .title .title-in .head-img img {
  width: 100%;
}
.voice .inner .title .title-in h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 500px) {
  .voice .inner .title .title-in h2 {
    font-size: 18px;
  }
}
.voice .inner .list {
  overflow: hidden;
}
.voice .inner .list .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 50px) 20px;
}
.voice .inner .list .inner ul li {
  background: #fff;
  padding-top: 20px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.voice .inner .list .inner ul li:last-child {
  margin-bottom: 0;
}
.voice .inner .list .inner ul li h3 {
  font-size: 18px;
  display: inline-block;
  background: #86d175;
  color: #fff;
  box-shadow: 0.2em 0.2em 0.4em -0.2em rgba(0, 0, 0, 0.2);
  padding: 0.3em 0.8em 0.4em;
  position: relative;
  left: -0.8em;
}
@media only screen and (max-width: 500px) {
  .voice .inner .list .inner ul li h3 {
    font-size: 15px;
  }
}
.voice .inner .list .inner ul li h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.8em 0.8em 0;
  border-color: transparent #679f5a transparent transparent;
  position: absolute;
  left: 0;
  bottom: -0.8em;
  z-index: 1;
}
.voice .inner .list .inner ul li h3 span {
  font-size: 13px;
  padding-left: 10px;
  font-weight: 600;
}
.voice .inner .list .inner ul li .txt {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 15px;
}
.voice .inner .list .inner ul li .txt p {
  font-size: 15px;
  margin-bottom: 0.5em;
  line-height: 1.8;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */