@charset "UTF-8";

/* プライバシーポリシーと特定商取引法-------- */
section.section.policies.show {
  text-align: left;
}

/* リンク */
  section.section.policies.show a {
    font-family: "Shippori Mincho", serif;
    color: #4E5544;
    text-decoration: none;
}

section.section.policies.show a:hover {
  opacity: 0.5;
}

/* リスト */
section.section.policies.show ul.wp-block-list {
  padding-left: 30px;
  margin: 1em 0;
}

/* テーブル */
.tokutei-syotorihiki-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}

.tokutei-syotorihiki-table th {
  width: 20%;
  padding: 0px 1em .5em 0px;
  line-height: 1.2;
  font-weight: 600;
}

/* 特定商取引法テーブルのレスポンシブ対応 */
@media screen and (max-width: 1000px) {
  .tokutei-syotorihiki-table th {
    width: 30%;
    padding: 0px 0.5em 0px 0px;
  }
}

@media screen and (max-width: 480px) {
  .tokutei-syotorihiki-table {
    display: block;
  }
  
  .tokutei-syotorihiki-table tr {
    display: block;
    margin-bottom: 1em;
    border-bottom: 1px solid #E7EAE4;
    padding-bottom: 1em;
  }
  
  .tokutei-syotorihiki-table th {
    display: block;
    width: 100%;
    padding: 0px 0px 0.5em 0px;
    font-weight: 600;
    border-bottom: none;
  }
  
  .tokutei-syotorihiki-table td {
    display: block;
    width: 100%;
    padding: 0px;
  }
}

/* プライバシーポリシーと特定商取引法ページの見出しスタイル */
section.section.policies.show h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #4E5544;
  margin-bottom: 3.2rem;
  margin-top: 0;
}

section.section.policies.show h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4E5544;
  margin-bottom: 1.8rem;
  margin-top: 3.2rem;
  border-bottom: 2px solid #E7EAE4;
  padding-bottom: 0.8rem;
}

/* レスポンシブ対応 */
@media screen and (max-width: 680px) {
  section.section.policies.show h1 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  
  section.section.policies.show h2 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    margin-top: 2.8rem;
  }
  
  section.section.policies.show h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  
  section.section.policies.show h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  section.section.policies.show h1 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  
  section.section.policies.show h2 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    margin-top: 2.4rem;
  }
}

small {
  font-size: .8em;
}

/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 480px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .is-sp {
    display: none;
  }
}

/* CSS Document */
/************************************************************************/
/*nicokusa website CSS--------------------------------------------------*/
/************************************************************************/
/*Footer----------------------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #E7EAE4;
  color: #4E5544;
  padding: 80px 0 0 140px;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 80px;
}

.footer-column-left {
  width: 40%;
  text-align: center;
}

.footer-logo {
  width: 214px;
}

.footer-column-center {
  width: 30%;
  text-align: left;
}

ul.footer-site-menu a {
  color: #4E5544;
  text-decoration: none;
}

.footer-site-menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 5rem;
  letter-spacing: 0.15em;
  font-weight: 300;
  margin-bottom: 48px;
}

.footer-sub-menu-item {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}

.footer-column-right {
  width: 30%;
  max-width: 240px;
  text-align: left;
}

.footer-instagram-wrap {
  width: 100%;
  text-align: right;
}

.footer_nav-right .fa-instagram {
  font-size: 2.8rem;
  margin-top: 0px;
  margin-right: 40px;
  color: #4E5544;
}

.footer-bottom-copy {
  width: 100%;
  text-align: right;
  padding: 0 24px;
  margin-bottom: -2px;
  overflow: hidden;
}

.footer-copy {
  font-size: 5.2rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  line-height: 7rem;
}

img.footer-nicokusa {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-right: 30px;
  margin-bottom: -9px;
  margin-top: 20px;
}

img.footer-nicokusa-sp {
  display: none;
}

@media (max-width: 1200px) {
  .footer {
    padding-left: 24px;
  }
}
@media (max-width: 1040px) {
  .footer-copy {
    font-size: 4.2rem;
  }
  .footer-logo {
    width: 178px;
  }
  .footer-column-left {
    width: 30%;
  }
  .footer-column-center {
    width: 40%;
  }
  .footer-column-right {
    width: 30%;
  }
}
@media (max-width: 880px) {
  .footer {
    padding-top: 40px;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .footer-column-left,
  .footer-column-center,
  .footer-column-right {
    width: 100%;
    text-align: left;
  }
  .footer-column-left {
    margin-bottom: 40px;
  }
  .footer-column-center {
    margin-bottom: 0px;
  }
  .footer-site-menu-item {
    font-size: 2.6rem;
    line-height: 4rem;
    margin-bottom: 0px;
  }
  .footer-column-center {
    text-align: left;
  }
  .footer-column-right {
    text-align: left;
  }
  .footer-instagram-wrap {
    text-align: left;
  }
  .footer_nav-right .fa-instagram {
    margin-top: 18px;
  }
  .footer-copy {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 580px) {
  .footer-copy {
    font-size: 2rem;
    line-height: 3rem;
  }
  .footer-bottom-copy {
    margin-bottom: -1px;
  }
}
@media (max-width: 480px) {
  .footer-copy {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .footer-bottom-copy {
    margin-bottom: -1px;
    padding-left: 0;
    padding-right: 10px;
  }
  img.footer-nicokusa {
    display: none;
  }
  img.footer-nicokusa-sp {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: -6px;
  }
}
@media (max-width: 350px) {
  .footer {
    padding-left: 12px;
    padding-right: 2px;
  }
  .footer-bottom-copy {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-copy {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  img.footer-nicokusa-sp {
    width: 100%;
    max-width: 280px;
    margin-right: 0;
  }
}
/*Voice Section---------------------------------------------------------*/
.voice-section {
  width: 90%;
  margin: 0 auto 140px 0;
}

.voice1-wrap {
  margin-bottom: 140px;
  position: relative;
}

.voice2-wrap {
  margin-bottom: 140px;
  position: relative;
}

.voice-section h2 {
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-align: left;
  margin-left: 20%;
}

.jap-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 1em;
}

.voice-bkg1 {
  background-image: url("../img/top/voice_1.png");
  background-size: cover;
  background-position: 10% 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 538px;
  margin-bottom: 60px;
  position: relative;
}

.voice-bkg2 {
  background-image: url("../img/top/voice_2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 538px;
  margin-bottom: 60px;
  position: relative;
}

.voice1-title-wrap {
  width: 40%;
  padding: 40px 0 20px 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.voice2-title-wrap {
  width: 40%;
  padding: 40px 0 20px 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.voice-name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.voice-section h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.voice-subtitle {
  font-size: 1.6rem;
}

.voice1-text {
  width: 100%;
  text-align: left;
  line-height: 1.8;
  padding: 20px 0px 10px 20%;
  margin-bottom: 40px;
}

.voice2-text {
  width: 100%;
  text-align: left;
  line-height: 1.8;
  padding: 20px 0px 10px 20%;
  margin-bottom: 40px;
}

.view-more-button-voice {
  width: 100%;
  text-align: right;
}

.view-more-button2 {
  display: inline-block;
  width: 200px;
  color: #4E5544;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

.view-more-button2:hover {
  color: #7BAA38;
}

.button-chevron-voice {
  width: 10px;
  height: 10px;
  margin-left: 20px;
  border: solid #4E5544;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-more-button2:hover .button-chevron-voice {
  margin-left: 30px;
  border-color: #7BAA38;
}

@media (max-width: 1000px) {
  .voice1-title-wrap,
  .voice2-title-wrap {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .view-more-button-voice {
    padding-left: 40%;
  }
}
@media (max-width: 480px) {
  .voice-section {
    width: 100%;
  }
  .voice1-wrap,
  .voice2-wrap {
    margin-bottom: 100px;
  }
  .voice-section h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .jap-title {
    font-size: 1.6rem;
  }
  .voice-bkg1 {
    background-image: url("../img/top/voice_1_sp.png");
    margin-bottom: 40px;
    height: 320px;
  }
  .voice-bkg2 {
    background-image: url("../img/top/voice_2_sp.png");
    margin-bottom: 40px;
    height: 320px;
  }
  .voice1-title-wrap,
  .voice2-title-wrap {
    width: 84%;
    padding: 20px 0 0 0;
  }
  .voice-name {
    font-size: 1.4rem;
  }
  .voice-section h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .voice-subtitle {
    font-size: 1.4rem;
  }
  .voice1-text,
  .voice2-text {
    padding: 0px 24px;
  }
}
/*Instagram Section-----------------------------------------------------*/
.instagram-section {
  width: 90%;
  margin: 0 0 140px auto;
  background-color: #f5f5f5;
  padding: 80px 20px 0px 100px;
}

.instagram-section h2 {
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 480px) {
  .instagram-section h2 {
    font-size: 3.2rem;
  }
}
/*About Section---------------------------------------------------------*/
.about-section {
  width: 100%;
  height: 1200px;
  background-image: url("../img/top/about_bkg.png");
  background-size: cover;
  background-position: center;
  margin-bottom: 140px;
  position: relative;
}

.about-contents-wrap {
  width: 70%;
  max-width: 750px;
  padding: 80px 20px 0px 100px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}

.about-section h2 {
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

.photo-and-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

.profile-photo img {
  width: 184px;
  margin-right: 20px;
}

.profile-info {
  bottom: 0;
}

.profile-info p {
  margin: 5px 0;
}

.role {
  letter-spacing: 0.135em;
}

.name {
  font-size: 2.5rem;
  letter-spacing: 0.22em;
}

.name-en {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
}

.about-text-wrap {
  line-height: 1.8;
  font-size: 1.1em;
  margin-bottom: 80px;
}

.about-section h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.view-more-button-about {
  width: 100%;
  text-align: right;
}

.view-more-button {
  display: inline-block;
  width: 200px;
  color: #4E5544;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

.view-more-button:hover {
  color: #7BAA38;
}

.button-chevron {
  width: 10px;
  height: 10px;
  margin-left: 20px;
  border: solid #4E5544;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-more-button:hover .button-chevron {
  margin-left: 30px;
  border-color: #7BAA38;
}

/* About Section Responsive */
@media (max-width: 1199px) {
  .about-contents-wrap {
    padding: 60px 20px 0px 80px;
  }
}
@media (max-width: 800px) {
  .about-contents-wrap {
    width: 85%;
    margin-top: 120px;
    padding: 50px 20px 0px 60px;
  }
}
@media (max-width: 660px) {
  .about-contents-wrap {
    width: 90%;
    padding: 40px 15px 0px 40px;
  }
  p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .about-section {
    height: auto;
    min-height: 1280px;
    padding-bottom: 60px;
  }
  .about-contents-wrap {
    position: absolute;
    width: 90%;
    padding: 40px 15px 40px 24px;
    bottom: 0;
    left: 0;
  }
  .about-section h2 {
    font-size: 3.2rem;
  }
  .profile-photo {
    margin-right: 0px;
    width: 120px;
  }
  .profile-photo img {
    width: 120px;
  }
  p.name {
    font-size: 2.3rem;
  }
  .view-more-button {
    width: 168px;
  }
}
@media (max-width: 374px) {
  .about-section {
    min-height: 1400px;
  }
  p.name {
    font-size: 2rem;
  }
}
/*Button Section--------------------------------------------------------*/
.button-section {
  position: relative;
  margin: 0 0 134px auto;
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
}

.button-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: 568px;
  height: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.image-container img {
  width: 100%;
  height: auto;
  max-width: 568px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  /* default overlay shade */
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.text h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0;
}

.view-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: transparent;
  border: 0;
  padding-left: 1em;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  z-index: 2;
}

.view-more-chevron {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: white;
  border: solid 0.5px #4E5544;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-more-chevron::before,
.view-more-chevron::after {
  content: "";
  position: absolute;
  background-color: #4E5544;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.view-more-chevron::before {
  width: 2px;
  height: 16px;
  top: 17px;
  left: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.view-more-chevron::after {
  width: 2px;
  height: 16px;
  top: 17px;
  left: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.image-container:hover .view-more {
  background-color: rgba(255, 255, 255, 0.5);
  color: #292929;
}

.image-container:hover .view-more .view-more-chevron {
  background-color: #4E5544;
}

.image-container:hover .view-more .view-more-chevron::before,
.image-container:hover .view-more .view-more-chevron::after {
  background-color: white;
}

.image-container:hover .overlay {
  background: rgba(255, 255, 255, 0.15);
  /* change overlay color to white shade on hover */
}

.image-container:hover .text {
  color: #292929;
  /* change text color to gray on hover */
}

/* Button Section Responsive */
@media (max-width: 1199px) {
  .button-section {
    margin: 0 0 100px auto;
  }
}
@media (max-width: 740px) {
  .button-section h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 600px) {
  .button-section h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*Top Section-----------------------------------------------------------*/
.top-section {
  position: relative;
  margin: 0 0 134px auto;
  display: block;
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
}

.top-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-left-img {
  position: relative;
  width: 568px;
  height: auto;
}

.top-left-img img {
  width: 100%;
  height: auto;
  max-width: 568px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.top-right-img {
  position: relative;
  width: 568px;
  height: auto;
}

.top-right-img img {
  width: 100%;
  height: auto;
  max-width: 568px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.top-copy {
  width: 100%;
  height: 190px;
  position: absolute;
  bottom: -17px;
  right: 0;
  z-index: 1;
  text-align: right;
}

.top-copy-kokoro {
  font-size: 5.2rem;
  letter-spacing: 0.15em;
  line-height: 0.9em;
  text-align: right;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

img.top-nicokusa {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 40px;
}

@media (max-width: 1120px) {
  .top-copy {
    height: 15vw;
    bottom: 0;
    padding-left: 40px;
  }
  .top-copy-kokoro {
    font-size: 4.8rem;
  }
  img.top-nicokusa {
    max-width: calc(100% - 80px);
    margin: 0 20px;
  }
}
@media (max-width: 1000px) {
  .top-copy {
    height: 12.5vw;
    right: 20px;
    padding-left: 80px;
    margin-bottom: 0;
  }
  .top-copy-kokoro {
    font-size: 2.8rem;
  }
  img.top-nicokusa {
    max-width: calc(100% - 100px);
    margin: 0 10px;
  }
}
@media (max-width: 860px) {
  .top-copy {
    height: 12vw;
  }
  .top-copy-kokoro {
    font-size: 2.2rem;
  }
}
@media (max-width: 760px) {
  .top-copy {
    height: 12.4vw;
  }
}
@media (max-width: 600px) {
  header.header {
    height: 100px;
  }
  .top-copy {
    height: 14.5vw;
    right: 8px;
    bottom: 0;
  }
  .top-copy-kokoro {
    font-size: 2rem;
  }
  img.top-nicokusa {
    max-width: calc(100% - 16px);
    margin: 0 8px;
  }
}
@media (max-width: 480px) {
  .top-img-wrap {
    display: block;
  }
  .top-left-img,
  .top-right-img {
    width: 100%;
    height: 310px;
  }
  .top-copy {
    width: 100%;
    height: 12.8vw;
    bottom: 0;
    right: 20px;
    text-align: left;
    padding-left: 40px;
  }
  .top-copy-kokoro {
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.05em;
  }
  img.top-nicokusa {
    max-width: calc(100% - 40px);
    margin: 0;
  }
  .top-left-img img,
  .top-right-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top-right-img img {
    -o-object-position: center top;
       object-position: center top;
  }
  .top-left-img img {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (max-width: 330px) {
  .top-copy-kokoro {
    font-size: 1.4rem;
  }
}
/*Header----------------------------------------------------------------*/
.header {
  width: 100%;
  height: 150px;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.header-content-wrapper {
  position: relative;
  /*子要素をabsoluteで指定するため*/
}

.header-logo img.logo-yoko {
  position: absolute;
  /*親要素wrapperに対して*/
  top: 28px;
  left: 54px;
  width: 320px;
}

a .header-logo:hover {
  opacity: 0.5;
}

.site-menu a {
  color: #4E5544;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-menu a:hover {
  color: #7BAA38;
}

/*PC表示のとき----------------------*/
@media (min-width: 1100px) {
  .g-nav-menu {
    position: absolute;
    top: 48px;
    right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 横並び */
    gap: 55px;
    /* メニューアイテム間のスペース */
    text-align: left;
  }
  ul.site-menu {
    margin-right: 24px;
    text-align: left;
  }
  .sp-only {
    display: none;
  }
  /* ドロップダウンメニューのスタイル */
  .menu-item {
    position: relative;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: 307px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 8px 0;
    text-align: left;
  }
  .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sub-menu .menu-item {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .sub-menu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 16px;
    color: #4E5544;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
  }
  .sub-menu .menu-item a:hover {
    background-color: #f5f5f5;
    color: #7BAA38;
  }
  /* チェブロンアイコンのスタイル */
  .chevron {
    display: inline-block;
    margin-left: 8px;
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  /* 右向きチェブロンアイコンのスタイル */
  .chevron-right {
    display: inline-block;
    margin-left: 8px;
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .chevron::before,
  .chevron::after,
  .chevron-right::before,
  .chevron-right::after {
    content: "";
    position: absolute;
    background-color: #4E5544;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .chevron::before {
    width: 1px;
    height: 8px;
    top: 5.5px;
    left: 8.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  .chevron::after {
    width: 1px;
    height: 8px;
    top: 5.5px;
    left: 8.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  .chevron-right::before {
    width: 1px;
    height: 8px;
    top: 5.5px;
    left: 8.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  .chevron-right::after {
    width: 1px;
    height: 8px;
    top: 5.5px;
    left: 8.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  .menu-item:hover .chevron {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu-item:hover .chevron::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #7BAA38;
  }
  .menu-item:hover .chevron::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #7BAA38;
  }
  .sub-menu .menu-item a:hover .chevron-right::before {
    background-color: #7BAA38;
  }
  .sub-menu .menu-item a:hover .chevron-right::after {
    background-color: #7BAA38;
  }
  /* インスタグラムアイコンのスタイル */
  .menu-item a i.fa-instagram {
    font-size: 2.8rem;
  }
  /* PC画面でスクロール時のヘッダー高さ変更 */
  .header.scrolled {
    height: 80px;
  }
  .header.scrolled .header-logo img.logo-yoko {
    top: 10px;
    width: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header.scrolled .g-nav-menu {
    top: 28px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
/*1099pxより小さい画面のとき-----------*/
@media (max-width: 1099px) {
  .header {
    position: fixed;
  }
  .main {
    margin-top: 150px;
  }
  .pc-only {
    display: none;
  }
  .header-logo {
    left: 24px;
  }
  /* スマートフォン用ロゴ（縦） */
  .logo-tate {
    width: 100px;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 60px;
  }
  /* スマートフォン用インスタグラムアイコン */
  .sp-only i.fa-instagram {
    position: fixed;
    z-index: 9999;
    top: 32px;
    right: 120px;
    font-size: 2.8rem;
    color: #40205C;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  /* ハンバーガーメニューが開いた時のインスタグラムアイコン非表示 */
  .openbtn1.active ~ a.sp-only,
  .openbtn1.active + nav ~ a.sp-only,
  body:has(.openbtn1.active) a.sp-only {
    display: none !important;
  }
  /*ハンバーガーボタン*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 16px;
    right: 24px;
    cursor: pointer;
    width: 40px;
    height: 60px;
  }
  .openbtn1 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #40205C;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
    width: 20px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 29px;
    width: 30px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 43px;
    width: 40px;
  }
  /*×に変化*/
  .openbtn1.active span {
    background-color: #7c7c7c;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 9px;
    left: 6px;
    -webkit-transform: translateY(6px) rotate(-14deg);
            transform: translateY(6px) rotate(-14deg);
    width: 40px;
  }
  .openbtn1.active span:nth-of-type(2) {
    top: 21px;
    left: 6px;
    -webkit-transform: translateY(-6px) rotate(14deg);
            transform: translateY(-6px) rotate(14deg);
    width: 40px;
  }
  .openbtn1.active span:nth-of-type(3) {
    opacity: 0;
  }
  /*ナビゲーションパネル------------------------*/
  #g-nav {
    position: fixed;
    z-index: 9998;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    max-width: 375px;
    height: 100vh;
    /*ナビの高さ*/
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.6);
            box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    /*動き*/
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
    background-color: #E7EAE4;
  }
  /*ナビゲーションメニュー--------------------*/
  .g-nav-menu {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 120px;
    padding-left: 52px;
    text-align: left;
    overflow-y: auto;
    min-height: 100vh;
  }
  .g-nav-menu ul {
    list-style: none;
    display: block;
    width: 300px;
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 0;
  }
  .g-nav-menu ul.menu li {
    margin-bottom: 2.4rem;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0;
    letter-spacing: 0.4rem;
  }
  .g-nav-menu ul.lang-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .g-nav-menu ul.menu li.lang-menu {
    margin-right: 24px;
    border: 0;
    text-align: left;
  }
  /* スマートフォン用サブメニューのスタイル */
  .g-nav-menu .sub-menu {
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    min-width: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    z-index: auto;
    padding: 0;
    text-align: left;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    margin-top: 1rem;
    letter-spacing: 0;
  }
  .g-nav-menu .sub-menu .menu-item {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .g-nav-menu .sub-menu .menu-item a {
    display: block;
    padding: 4px 0;
    color: #4E5544;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    margin: 0;
  }
  /* スマートフォン用コピー（メニューの下に表示） */
  .g-nav__copy.sp-only {
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
    text-align: left;
    width: auto;
    margin-top: 52px;
  }
  .g-nav__copy-kokoro {
    font-size: 1.5rem;
  }
  .g-nav__copy-nicokusa {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.2rem;
    font-weight: 300;
    letter-spacing: 1rem;
  }
}
/*1099pxより小さい画面のとき end----*/
@media (max-width: 620px) {
  .header-logo img.logo-yoko {
    width: 180px;
    top: 24px;
    left: 24px;
  }
}
@media (max-width: 480px) {
  header.header {
    height: 80px;
  }
  .header .header-logo img.logo-yoko {
    top: 16px !important;
    left: 16px !important;
    width: 160px !important;
  }
  .sp-only i.fa-brands.fa-instagram {
    top: 28px !important;
    right: 92px !important;
  }
  .openbtn1 {
    top: 12px;
    right: 12px;
  }
}
/*General---------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 枠線まで含めた要素のサイズを指定する */
  overflow-x: hidden;
}

body {
  color: #4E5544;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
}

p {
  font-family: "Shippori Mincho", serif;
}

*,
*:before,
*:after {
  /*htmlの全ての要素*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 枠線まで含めた要素のサイズを指定する */
}

.main {
  margin-top: 0;
}

@media (max-width: 1099px) {
  .header {
    position: fixed;
  }
  .main {
    margin-top: 150px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .main {
    margin-top: 80px;
  }
}
.section {
  padding: 100px 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .section {
    padding: 50px 0;
    margin: 0;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 0 24px;
  }
}

.voice2-wrap.last {
  margin-bottom: 0;
}

.school1 img {
  width: 100%;
  height: auto;
}
.school1 .wrap {
  width: 90%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .school1 .wrap {
    width: 100%;
    margin-left: 24px;
  }
}
.school1 .wrap .h1-text {
  position: absolute;
  bottom: -5px;
  max-width: 558px;
  left: 10%;
}
@media screen and (max-width: 480px) {
  .school1 .wrap .h1-text {
    max-width: 200px;
  }
  .school1 .wrap .h1-text.contact-text {
    max-width: 240px;
  }
}

.section-title {
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .section-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .view-more-button2 {
    width: initial;
  }
  .view-more-button-voice {
    padding-right: 24px;
  }
  .voice1-title-wrap,
  .voice2-title-wrap {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .voice1-wrap,
  .voice2-wrap {
    margin-bottom: 70px;
  }
}
.voice1-title-wrap,
.voice2-title-wrap {
  text-align: left;
}

.school2 {
  text-align: left;
}
.school2 h2 {
  font-family: "Noto Sans JP", sans-serif;
}
.school2 ul,
.school2 li {
  list-style: none;
}
.school2 img {
  width: 100%;
  height: auto;
}
.school2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .school2 ul li {
    margin-bottom: 50px;
  }
}
.school2 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .school2 ul li {
    display: block;
  }
}
.school2 ul li .img {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .school2 ul li .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.school2 ul li .contents {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
}
@media screen and (max-width: 480px) {
  .school2 ul li .contents {
    width: 100%;
    padding: 0;
  }
}
.school2 ul li .contents .bottom {
  margin-top: 0;
  text-align: right;
}
.school2 ul li .contents h3 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  border-bottom: 1px solid #4E5544;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .school2 ul li .contents h3 {
    padding: 0;
    margin-bottom: 15px;
  }
}
.school2 ul li .contents p {
  font-size: 1.6rem;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .school2 ul li .contents p {
    padding: 0;
    margin-bottom: 20px;
  }
}

.voice-section p {
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .voice-section p {
    line-height: 1.7;
  }
}

.voice-section .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .voice-section .flex1 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .voice-section .flex1 {
    margin-bottom: 10px;
  }
}
.voice-section .flex1 .img {
  width: 48%;
  max-width: 400px;
}
@media screen and (max-width: 1000px) {
  .voice-section .flex1 .img {
    width: 70%;
    margin: 10px auto 10px;
  }
}
.voice-section .flex1 .img img {
  width: 100%;
  height: auto;
}
.voice-section .flex1 p {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .voice-section .flex1 p {
    width: 100%;
  }
}
.voice-section p {
  text-align: left;
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.5px solid #6E6F71;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.contact {
  background: #FDFDFD;
  color: #1D1D1D;
  text-align: left;
}
.contact .section-title {
  color: #707070;
}
.contact .contact-wrap {
  font-size: 18px;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 675px;
}
@media screen and (max-width: 480px) {
  .contact .contact-wrap {
    margin-top: 0;
  }
}
.contact .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .contact .row {
    margin-bottom: 20px;
  }
}
.contact .row .dt {
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .contact .row .dt {
    padding-left: 0;
  }
}
.contact .attention {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .contact .attention {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.contact textarea {
  resize: none;
  height: 220px;
}
.contact .privacy-text {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact .privacy-text {
    text-align: left;
  }
}
.contact .submit {
  text-align: center;
}
.contact .submit .wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.contact .submit .wrap::after {
  position: absolute;
  content: "";
  background: url(../img/submit-arrow.png) no-repeat center center/cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 13.56px;
  width: 5.58px;
  pointer-events: none;
}
.contact .submit input {
  margin: 0 auto;
  cursor: pointer;
  padding: 10px 10px;
  display: block;
  font-size: 25px;
  border: 1.5px solid #5B5C69;
  border-radius: 40px;
  max-width: 340px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .submit input:hover {
  opacity: 0.6;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.access .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .access .flex {
    display: block;
  }
}
.access .section-title {
  color: #707070;
}
@media screen and (min-width: 481px) {
  .access .section-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .access .section-title {
    margin-bottom: 40px;
  }
}
.access .lead {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .access .lead {
    font-size: 18px;
    text-align: center;
  }
}

.common-mv {
  text-align: left;
}
.common-mv .wrap {
  width: 90%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .common-mv .wrap {
    width: 100%;
  }
}
.common-mv .wrap .contents {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1000px) {
  .common-mv .wrap .contents {
    position: initial;
    padding: 30px 24px;
  }
}
.common-mv .wrap .contents h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .common-mv .wrap .contents h1 {
    font-size: 20px;
  }
}
.common-mv .wrap .contents p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .common-mv .wrap .contents p {
    font-size: 16px;
  }
}
.common-mv img {
  width: 100%;
  height: auto;
}

.nyumon1 img {
  width: 100%;
  height: auto;
}
.nyumon1 .first-text {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .nyumon1 .first-text {
    margin-bottom: 50px;
  }
}
.nyumon1 .first-text p {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .nyumon1 .first-text p {
    font-size: 16px;
  }
}
.nyumon1 .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .nyumon1 .img {
    margin-bottom: 30px;
  }
}
.nyumon1 .area {
  text-align: left;
}
.nyumon1 .area .row {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .nyumon1 .area .row {
    margin-bottom: 40px;
  }
}
.nyumon1 .area .row:last-child {
  margin-bottom: 0;
}
.nyumon1 .area .row h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .nyumon1 .area .row h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.nyumon1 .area .row h3 .wrap {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 1px solid #4E5544;
  padding-bottom: 5px;
}
.nyumon1 .area .row p {
  font-size: 16px;
  font-weight: 500;
}
.nyumon1 .area .row ul li {
  font-size: 16px;
  font-weight: 500;
  list-style: inside;
}
.nyumon1 .area .box {
  background: #F0F4EF;
  padding: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 680px) {
  .nyumon1 .area .box {
    padding: 20px;
  }
}
.nyumon1 .area .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .nyumon1 .area .box .flex {
    display: block;
    margin-bottom: 0;
  }
}
.nyumon1 .area .box .flex .item {
  width: 50%;
  padding: 0 40px;
}
.nyumon1 .area .box .flex .item:first-child {
  border-right: 1px solid #40205C;
}
@media screen and (max-width: 680px) {
  .nyumon1 .area .box .flex .item {
    width: 100%;
    padding: 20px 0;
  }
  .nyumon1 .area .box .flex .item:first-child {
    border-right: none !important;
    border-bottom: 1px solid #40205C;
  }
}
.nyumon1 .area .bottom-text {
  padding: 0 40px;
}
@media screen and (max-width: 680px) {
  .nyumon1 .area .bottom-text {
    padding: 0 0px;
  }
}

.message h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .message h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.message p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .message p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.message .btn {
  text-align: center;
}
.message .btn a {
  color: #4E5544;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 23px;
  margin-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .message .btn a {
    margin-top: 30px;
  }
}
.message .btn a:hover {
  opacity: 0.6;
}
.message .btn .arrow {
  display: inline-block;
  width: 7px;
  margin-left: 30px;
}
.message .btn .arrow img {
  width: 100%;
  height: auto;
}

.nyumon1 .img2 {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  .nyumon1 .img2 {
    margin-top: 50px;
  }
}
.nyumon1 .img3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.yousei2 {
  padding-top: 0;
}
.yousei2 .first-text {
  padding-bottom: 0;
  margin-bottom: 0;
}
.yousei2 h2 {
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5cqb;
}
@media screen and (max-width: 480px) {
  .yousei2 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 481px) {
  .common-mv .wrap .contents {
    min-width: 600px;
    max-width: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .common-mv .wrap .contents {
    min-width: initial;
    max-width: initial;
  }
}

.common-mv2 {
  padding-bottom: 0;
}
.common-mv2 h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .common-mv2 h2 {
    font-size: 20px;
  }
}
.common-mv2 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .common-mv2 p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.school1 .lead2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .school1 .lead2 {
    margin-top: 40px;
    font-size: 18px;
  }
}

.salon2 {
  text-align: left;
}
.salon2 img {
  width: 100%;
  height: auto;
}
.salon2 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 680px) {
  .salon2 .flex1 {
    margin-bottom: 40px;
  }
}
.salon2 .flex1:last-child {
  margin-bottom: 0;
}
.salon2 .flex1 .img {
  width: 42%;
}
.salon2 .flex1 .contents {
  width: 54%;
  font-weight: 500;
}
.salon2 .flex1 .contents h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.salon2 .flex1 .contents p {
  font-size: 16px;
}

.salon3 {
  text-align: left;
}
.salon3 .main-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .salon3 .main-img {
    margin-bottom: 20px;
  }
}
.salon3 img {
  width: 100%;
  height: auto;
}
.salon3 .row {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .salon3 .row {
    margin-bottom: 40px;
  }
}
.salon3 .row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .salon3 .row {
    display: block;
  }
}
.salon3 .row h3 {
  width: 290px;
}
@media screen and (max-width: 1000px) {
  .salon3 .row h3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.salon3 .row .contents {
  width: calc(100% - 290px);
}
@media screen and (max-width: 1000px) {
  .salon3 .row .contents {
    width: 100%;
  }
}
.salon3 .row .step-text {
  max-width: 100px;
  display: block;
}
.salon3 .row .menu-text {
  max-width: 130px;
  display: block;
}
.salon3 .p20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .salon3 .p20 {
    font-size: 16px;
    line-height: 1.7;
  }
}
.salon3 .p18 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .salon3 .p18 {
    font-size: 16px;
  }
}

.common-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .common-row {
    display: block;
  }
}
.common-row .co-img {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .common-row .co-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.common-row .contents {
  width: 55%;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .common-row .contents {
    width: 100%;
  }
}
.common-row img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .common-row {
    margin-bottom: 50px;
  }
}
.common-row:last-child {
  margin-bottom: 0;
}
.common-row h3 {
  font-size: 1.8rem;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  border-bottom: 1px solid #4E5544;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .common-row h3 {
    margin-top: 0px;
    padding: 0;
    margin-bottom: 15px;
  }
}
.common-row p {
  font-size: 16px;
}

.cta a {
  margin: 0 auto;
  cursor: pointer;
  padding: 10px 10px;
  display: block;
  font-size: 25px;
  border: 1.5px solid #5B5C69;
  border-radius: 40px;
  max-width: 340px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #5B5C69;
  position: relative;
}
@media screen and (max-width: 480px) {
  .cta a {
    font-size: 18px;
  }
}
.cta a:hover {
  opacity: 0.6;
}
.cta a::after {
  position: absolute;
  content: "";
  background: url(../img/submit-arrow.png) no-repeat center center/cover;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13.56px;
  width: 5.58px;
  pointer-events: none;
}

.voice2 {
  text-align: left;
}
.voice2 .main-img {
  margin-bottom: 100px;
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .voice2 .main-img {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 24px;
  }
}
.voice2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.voice-row {
  font-weight: 500;
  line-height: 2;
  margin-bottom: 100px;
}
.voice-row .p1 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .voice-row .p1 {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.voice-row h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .voice-row h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.voice-row p {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .voice-row p {
    font-size: 16px;
  }
}
.voice-row img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .voice-row {
    margin-bottom: 50px;
  }
}
.voice-row:last-child {
  margin-bottom: 0;
}
.voice-row .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .voice-row .heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .voice-row .heading {
    display: block;
  }
}
.voice-row .heading .img {
  width: 25%;
}
@media screen and (max-width: 480px) {
  .voice-row .heading .img {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.voice-row .heading .contents {
  width: 63%;
}
@media screen and (max-width: 480px) {
  .voice-row .heading .contents {
    width: 100%;
  }
}
.voice-row .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .voice-row .bottom {
    display: block;
  }
}
.voice-row .bottom .img {
  width: 35%;
}
@media screen and (max-width: 480px) {
  .voice-row .bottom .img {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.voice-row .bottom .contents {
  width: 57%;
}
@media screen and (max-width: 480px) {
  .voice-row .bottom .contents {
    width: 100%;
  }
}

.product {
  background: #F9FAF8;
  text-align: left;
}
.product img {
  width: 100%;
  height: auto;
}
.product .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .product .ul {
    display: block;
  }
}
.product .ul .img {
  margin-bottom: -100px;
}
.product .ul .li {
  width: 31.5%;
}
@media screen and (max-width: 480px) {
  .product .ul .li {
    width: 100%;
    margin-bottom: 30px;
  }
  .product .ul .li:last-child {
    margin-bottom: 0;
  }
}
.product .ul .li .contents {
  background: #F9FAF8;
  padding: 20px;
  margin-left: 15px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.product .ul .li h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.product .ul .li p {
  font-size: 16px;
  margin-bottom: 20px;
}
.product .ul .li .price-text {
  font-size: 20px;
}
.product .bottom {
  text-align: right;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .product .bottom {
    margin-top: 30px;
  }
}

.line-up-text {
  max-width: 149px;
}

.pro2 .common-row .contents p {
  font-size: 16px;
}

.pro3 img {
  width: 100%;
  height: auto;
}
.pro3 .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pro3 .img {
    margin-bottom: 30px;
  }
}
.pro3 .img video {
  width: 100%;
  height: auto;
}
.pro3 .how-text {
  max-width: 237px;
}
.pro3 p {
  text-align: left;
}

.contact-text {
  max-width: 176px;
}

.voice-text {
  max-width: 118px;
}

.products-text {
  max-width: 193px;
}

.access img {
  max-width: 158px;
}

@media screen and (max-width: 480px) {
  .contact .privacy-text {
    font-size: 14px;
  }
  .salon2 .flex1 {
    display: block;
  }
  .salon2 .flex1 .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .salon2 .flex1 .contents {
    width: 100%;
  }
}
.voice3 p {
  font-size: 16px;
}

.otedama2 {
  text-align: left;
}
.otedama2 h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .otedama2 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.otedama2 p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .otedama2 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .common-mv .wrap .contents h1 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }
  .section-title {
    text-align: center;
  }
}
.youtube-div {
  margin: 100px 0 60px;
  width: 100%;
}
.youtube-div .wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-div .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile {
  text-align: left;
}
.profile img {
  width: 100%;
  height: auto;
}
.profile .flex-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  .profile .flex-pro {
    display: block;
    margin-bottom: 20px;
  }
}
.profile .flex-pro .img-pro {
  width: 47%;
}
@media screen and (max-width: 680px) {
  .profile .flex-pro .img-pro {
    width: 70%;
    margin: 0 auto 10px;
  }
}
.profile .flex-pro .contents {
  width: 47%;
}
@media screen and (max-width: 680px) {
  .profile .flex-pro .contents {
    width: 100%;
  }
}
.profile .flex-pro .contents p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .profile .flex-pro .contents p {
    font-size: 16px;
  }
}
.profile .bottom p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .profile .bottom p {
    font-size: 16px;
  }
}

.add-inner {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .add-inner {
    padding-top: 50px;
  }
}

.con-section {
  text-align: left;
}
.con-section img {
  width: 100%;
  height: auto;
}
.con-section p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .con-section p {
    font-size: 16px;
  }
}
.con-section h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .con-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.con-section .img {
  width: 90%;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .con-section .img {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    margin-left: 24px;
  }
}

.thanks-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .thanks-text {
    font-size: 16px;
  }
}

.top-nicokusa {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  /* 下からの位置 */
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.top-nicokusa.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-copy-kokoro span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.top-copy-kokoro span.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.school1 .wrap .h1-text {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.school1 .wrap .h1-text.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

section.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 480px) {
  .nopoint {
    pointer-events: none;
  }
}

html {
  scroll-behavior: smooth;
}

#voice1,
#voice2 {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 480px) {
  #voice1,
  #voice2 {
    top: -160px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.radio input[type=radio] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
.radio .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #4E5544;
}
.radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EBEBEB;
}
.radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  background: #40205C;
}

@media screen and (max-width: 480px) {
  .instagram-section {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 481px) {
  #sb_instagram .sbi_photo img {
    padding: 20px !important;
  }
}
.instagram-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .instagram-section {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .instagram-section h2 {
    margin-bottom: 30px;
  }
}
.view-more-button2 {
  white-space: nowrap;
}

body {
  font-family: "Shippori Mincho", serif;
}

@media (min-width: 1100px) {
  .main {
    margin-top: 150px;
  }
}
@media (max-width: 1100px) {
  .header-logo img.logo-yoko {
    width: 180px;
    top: 24px;
    left: 24px;
  }
  .header {
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .main {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  .main {
    margin-top: 80px;
  }
}
p {
  font-family: "Shippori Mincho", serif;
}

.header {
  position: fixed;
}

.profile .flex-pro .img-pro {
  position: relative;
}
.profile .flex-pro .img-pro .profile-info {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.4;
}
.profile .flex-pro .img-pro .profile-info .role {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .profile .flex-pro .img-pro .profile-info .role {
    font-size: 16px;
  }
}
.profile .flex-pro .img-pro .profile-info .name {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .profile .flex-pro .img-pro .profile-info .name {
    font-size: 22px;
  }
}
.profile .flex-pro .img-pro .profile-info .name-en {
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .profile .flex-pro .img-pro .profile-info .name-en {
    font-size: 14px;
  }
}

.jap-title {
  font-family: "Shippori Mincho", serif;
}

.contact .row .dt {
  color: #4E5544;
}

.radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  background: #4E5544;
}

.contact {
  color: #4E5544;
}

body {
  letter-spacing: 1.5px;
}
@media screen and (max-width: 480px) {
  body {
    letter-spacing: 1px;
  }
}

.view-more,
.view-more-button,
.view-more-button2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.about-text-wrap,
.school2 ul li .contents p,
.nyumon1 .first-text p,
.nyumon1 .area .row p,
.common-mv .wrap .contents p,
.salon2 .flex1 .contents p, .pro3 p, .otedama2 p, .profile .flex-pro .contents p, .profile .bottom p, .con-section p {
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .about-text-wrap,
  .school2 ul li .contents p,
  .nyumon1 .first-text p,
  .nyumon1 .area .row p,
  .common-mv .wrap .contents p,
  .salon2 .flex1 .contents p, .pro3 p, .otedama2 p, .profile .flex-pro .contents p, .profile .bottom p, .con-section p {
    line-height: 1.7;
  }
}

.common-row h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  .about-text-wrap {
    margin-bottom: 40px;
  }
}
.top-left-img {
  overflow: hidden;
  -webkit-transition: 3s;
  transition: 3s;
}
.top-left-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 3s;
  transition: 3s;
}
.top-left-img img.active {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-right-img {
  overflow: hidden;
  -webkit-transition: 3s;
  transition: 3s;
}
.top-right-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 3s;
  transition: 3s;
}
.top-right-img img.active {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-products {
  max-width: 188px;
}

.top-copy-kokoro {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 480px) {
  .top-copy-kokoro {
    top: -8px;
  }
}

.sc-text-img {
  max-width: 200px !important;
}

.sa-text-img {
  max-width: 190px !important;
}

.about-text-img {
  max-width: 160px !important;
}

.instagram-text-img {
  max-width: 230px;
}

.eng-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .section-title {
    text-align: left;
  }
  .voice-section h2 {
    margin-left: 0;
    padding: 0 24px;
  }
  .about-section h2 {
    margin-bottom: 20px;
  }
  .sc-text-img {
    max-width: 130px !important;
  }
  .sa-text-img {
    max-width: 110px !important;
  }
  .about-text-img {
    max-width: 110px !important;
  }
  .instagram-text-img {
    max-width: 150px;
  }
  .voice-text {
    max-width: 110px !important;
  }
  .contact-text {
    max-width: 150px;
  }
  .access img {
    max-width: 130px;
  }
  .instagram-section {
    width: 100%;
    margin-left: 24px;
  }
  .view-more-button {
    margin-right: 24px;
  }
  .view-more-button2 {
    margin-right: 24px;
  }
  .voice-section .flex1 .img {
    width: 90%;
  }
  .about-contents-wrap {
    margin-top: 0;
  }
  .profile .flex-pro .img-pro {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .access .lead {
    font-size: 14px;
  }
  .contact .row {
    font-size: 15px;
  }
}
.image-container:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
}

.span1 {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
}
.span-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .span1 {
    display: inline-block;
    width: 65px;
  }
  
}
