@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* common */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 2.8vw;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 16px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 3.73vw;
  }
}
body {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-size: 1rem;
  color: #231815;
  background: #fcfaf1;
  word-break: normal;
  text-align: center;
}

#wrapper {
  position: relative;
  padding-bottom: 28px;
  overflow: hidden;
  min-height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  #wrapper {
    min-height: -webkit-fill-available;
  }
}
a {
  color: #231815;
  -webkit-tap-highlight-color: rgba(237, 108, 0, 0.15);
}

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

img[src$=".svg"] {
  width: 100%;
  display: block;
  max-width: none;
}

ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.text-orange {
  color: #ed6c00;
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  #wrapper {
    padding-top: 110px;
  }
}
@media print, screen and (max-width: 959px) {
  #wrapper {
    padding-top: 60px;
  }
}
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(252, 250, 241, 0.9);
  z-index: 1000;
}

#global-nav a {
  display: block;
}

@media print, screen and (min-width: 960px) {
  #header {
    height: 100px;
    padding: 0 5% 0 3.5%;
  }

  #site-id {
    width: 24.32%;
    margin-right: 4.4%;
    max-width: 304px;
  }

  #global-nav {
    width: 71.28%;
    max-width: 550px;
  }
  #global-nav .nav-list {
    display: flex;
    border-left: 1px solid #231815;
  }
  #global-nav li {
    width: 25%;
    max-width: 110px;
    border-right: 1px solid #231815;
  }
  #global-nav a {
    padding-bottom: 20.37%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  #global-nav .text {
    display: none;
  }
  #global-nav .nav-home a {
    background-image: url("../img/common/text_top.svg");
  }
  #global-nav .nav-home.cr a {
    background-image: url("../img/common/text_top_orange.svg");
  }
  #global-nav .nav-news a {
    background-image: url("../img/common/text_news.svg");
  }
  #global-nav .nav-news.cr a {
    background-image: url("../img/common/text_news_orange.svg");
  }
  #global-nav .nav-gallery a {
    background-image: url("../img/common/text_gallery.svg");
  }
  #global-nav .nav-gallery.cr a {
    background-image: url("../img/common/text_gallery_orange.svg");
  }
  #global-nav .nav-price a {
    background-image: url("../img/common/text_price.svg");
  }
  #global-nav .nav-price.cr a {
    background-image: url("../img/common/text_price_orange.svg");
  }
  #global-nav .nav-access a {
    background-image: url("../img/common/text_access.svg");
  }
  #global-nav .nav-access.cr a {
    background-image: url("../img/common/text_access_orange.svg");
  }

  #gnav-bg {
    display: none;
  }

  #hd-contact {
    position: fixed;
    right: 2.245%;
    top: 20px;
    width: 6.43%;
    max-width: 86px;
  }
  #hd-contact a {
    padding-bottom: 100%;
    background: url("../img/common/hd_contact_pc.svg") no-repeat center center;
    background-size: 100% auto;
  }

  #menu-button {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #global-nav {
    transition: none;
  }
  #global-nav a {
    transition: opacity 0.3s ease;
  }
  #global-nav a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 959px) {
  #header {
    height: 50px;
    padding: 0 4%;
    justify-content: space-between;
  }

  #site-id {
    width: 48.7%;
    max-width: 168px;
  }

  #global-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #ed6c00;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 50;
  }
  #global-nav .nav-list, #global-nav #hd-contact {
    position: relative;
    z-index: 5;
  }
  #global-nav .nav-list {
    padding: 15px 4%;
    max-width: 375px;
    margin: 0 auto;
    font-size: 1.285rem;
  }
  #global-nav .nav-list a {
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
  #global-nav .nav-list .nav-home .text {
    display: none;
  }
  #global-nav .nav-list .nav-home a {
    width: 42px;
    height: 66px;
    padding: 0;
    margin: 15px auto;
    background: url("../img/common/ico_home.svg") no-repeat center center;
    background-size: 100% auto;
  }

  #hd-contact {
    width: 86.67%;
    max-width: 325px;
    margin: 0 auto;
  }
  #hd-contact a {
    color: #ed6c00;
    padding: 20px 0;
    text-decoration: none;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.285rem;
    border-radius: 12px;
  }
  #hd-contact span {
    position: relative;
    display: inline-block;
    padding-left: 42px;
  }
  #hd-contact span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 28px;
    margin-top: -14px;
    background: url("../img/common/ico_contact_orange.svg") no-repeat center center;
    background-size: 100% auto;
  }

  #gnav-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  #menu-button {
    position: relative;
    width: 11.6%;
    max-width: 40px;
    z-index: 100;
  }
  #menu-button i {
    cursor: pointer;
    display: block;
    padding-bottom: 100%;
    background: url("../img/common/ico_menu.svg") no-repeat center center;
    background-size: 100%;
    transition: background 0.3s ease;
  }

  body.menu-active #menu-button i {
    background-image: url("../img/common/ico_menu_close.svg");
  }
  body.menu-active #global-nav {
    transform: translateY(0);
  }
}
/* footer */
#footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ed6c00;
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  z-index: 5;
}

/* top */
#top-main-contents {
  overflow: hidden;
  padding-bottom: 55px;
}

#top-mv-area,
#top-lesson,
#top-profile {
  position: relative;
}

#top-lesson::before,
#top-lesson::after,
#top-profile::before,
#top-profile::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

#top-lesson::before {
  background-position: center top;
  background-image: url("../img/index/pattern_02.png");
}

#top-lesson::after {
  background-position: center bottom;
  background-image: url("../img/index/pattern_03.png");
}

#top-profile::before {
  background-position: center top;
  background-image: url("../img/index/pattern_04.png");
}

#top-profile::after {
  background-position: center bottom;
  background-image: url("../img/index/pattern_05.png");
}

#top-mv-area::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/index/pattern_01.png") no-repeat center bottom;
  background-size: 100% auto;
  z-index: -1;
}
#top-mv-area .swiper-pagination-bullet {
  background-color: #c5ccd1;
  opacity: 1;
}
#top-mv-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ed6c00;
}

#mv-imgs {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

#top-lesson p {
  font-size: 0.9375rem;
}

#top-trial {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

#top-profile {
  padding: 0 4%;
  text-align: left;
}
#top-profile .profile-detail h3 {
  background: url("../img/index/bdr_profile_name.png") repeat-x left bottom;
}

@media print, screen and (min-width: 769px) {
  #top-mv-area {
    padding: 0 3.5%;
    margin-bottom: 60px;
  }
  #top-mv-area::before {
    width: 320px;
    height: 312px;
    left: -45px;
    bottom: -60px;
  }
  #top-mv-area .text01, #top-mv-area .text02 {
    position: absolute;
    width: 14px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
  #top-mv-area .text01 {
    margin-left: 600px;
  }
  #top-mv-area .text02 {
    margin-left: -614px;
  }
  #top-mv-area .swiper-pagination {
    bottom: 20px;
  }
  #top-mv-area .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 10px;
  }

  #mv-imgs {
    border-radius: 80px;
  }
  #mv-imgs img {
    display: block;
    border-radius: 80px;
  }

  #top-lesson {
    padding: 0 4% 50px;
  }
  #top-lesson::before {
    width: 438px;
    height: 412px;
    right: -80px;
    top: 0;
    margin-top: -165px;
  }
  #top-lesson::after {
    width: 415px;
    height: 404px;
    left: -92px;
    bottom: 0;
    margin-bottom: -160px;
  }
  #top-lesson h2 {
    width: 672px;
    margin: 0 auto;
  }
  #top-lesson p {
    padding-top: 2.5em;
    line-height: 2;
  }

  #top-trial {
    margin-bottom: -25px;
  }
  #top-trial::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 76.5%;
    height: 100%;
    background: url("../img/index/bg_trial_pc.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
  }
  #top-trial .trial-text {
    padding: 50px 30.5% 50px 10%;
    font-size: 1.0625rem;
    line-height: 1.88;
  }
  #top-trial .trial-text h2 {
    max-width: 446px;
    padding-bottom: 1rem;
    margin: 0 auto;
  }
  #top-trial .trial-btn {
    position: absolute;
    width: 32.23%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #top-trial .trial-btn a img {
    transition: opacity 0.3s ease;
  }
  #top-trial .trial-btn a:hover img {
    opacity: 0.7;
  }

  #top-profile::before {
    width: 320px;
    height: 311px;
    right: -16px;
    top: 0;
    margin-top: -165px;
  }
  #top-profile::after {
    width: 439px;
    height: 413px;
    left: -165px;
    bottom: 0;
    margin-bottom: -160px;
  }
  #top-profile .profile-area {
    max-width: 1100px;
    padding: 45px 0 55px;
    margin: 0 auto;
    background: url("../img/index/bg_profile_pc.svg") no-repeat center center;
    background-size: 100% 100%;
  }
  #top-profile h2 {
    padding-bottom: 45px;
  }
  #top-profile h2 img {
    width: auto;
    height: 1.5rem;
    margin: 0 auto;
  }
  #top-profile .profile-detail {
    padding: 0 6.36% 0 9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #top-profile .profile-detail .thumb {
    width: 37.85%;
  }
  #top-profile .profile-detail .text {
    width: 56.77%;
  }
  #top-profile .profile-detail h3 {
    padding-bottom: 1.125rem;
  }
  #top-profile .profile-detail h3 img {
    height: 1.3125rem;
    width: auto;
  }
  #top-profile .profile-detail p {
    padding-top: 1.785em;
    font-size: 0.875rem;
    line-height: 1.785;
  }
}
@media screen and (max-width: 768px) {
  #top-main-contents {
    padding-bottom: 5.33%;
  }

  #top-mv-area {
    padding: 0 4%;
    margin-bottom: 8%;
  }
  #top-mv-area::before {
    width: 43.7vw;
    height: 42.67vw;
    left: -17.86%;
    bottom: 0;
    margin-bottom: -8%;
  }
  #top-mv-area .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }

  #mv-imgs {
    border-radius: 25px;
  }
  #mv-imgs img {
    display: block;
    border-radius: 25px;
  }

  #top-lesson {
    padding: 0 4% 4%;
  }
  #top-lesson::before {
    max-width: 250px;
    width: 60vw;
    height: 56.5vw;
    right: -20.2vw;
    top: 0;
    margin-top: 4%;
  }
  #top-lesson::after {
    max-width: 280px;
    width: 71.64vw;
    height: 69.6vw;
    left: -22.1vw;
    bottom: 0;
  }
  #top-lesson h2 {
    width: 61%;
    margin: 0 auto;
  }
  #top-lesson p {
    padding-top: 1.5em;
    line-height: 1.7;
    text-align: justify;
  }

  #top-trial {
    padding: 9.33% 4% 6.67%;
    background: url("../img/index/bg_trial_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  #top-trial .trial-text {
    font-size: 1.14rem;
    line-height: 1.5;
    text-align: left;
  }
  #top-trial .trial-text h2 {
    width: 71.7%;
    padding-bottom: 1.14rem;
    margin: 0 auto;
  }
  #top-trial .trial-btn {
    width: 64%;
    margin: 0 auto;
  }

  #top-profile::before {
    width: 68.53vw;
    height: 66.67vw;
    right: -23.46vw;
    top: 0;
    margin-top: -27.2vw;
  }
  #top-profile::after {
    width: 74.6vw;
    height: 70.04vw;
    left: -31.46vw;
    bottom: 0;
    margin-bottom: -10.9vw;
  }
  #top-profile .profile-area {
    padding: 5.8% 0 14.5%;
    background: url("../img/index/bg_profile_sp.svg") no-repeat center center;
    background-size: 100% 100%;
  }
  #top-profile h2 {
    width: 40.58%;
    margin: 0 auto 5.8%;
  }
  #top-profile .profile-detail .thumb {
    width: 52.17%;
    margin: 0 auto;
  }
  #top-profile .profile-detail .text {
    padding: 9% 2.9% 0;
  }
  #top-profile .profile-detail h3 {
    padding-bottom: 5%;
    margin: 0 auto 1rem;
  }
  #top-profile .profile-detail h3 img {
    width: 23.38%;
    margin: 0 auto;
  }
  #top-profile .profile-detail p {
    font-size: 1rem;
    line-height: 1.6;
  }
  #top-profile .profile-detail p + p {
    padding-top: 1.6em;
  }
}
@media screen and (max-width: 419px) {
  #top-lesson p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
/* sub page */
#main-contents .page-title img {
  width: auto;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  #main-contents {
    padding: 0 4% 50px;
  }
  #main-contents .page-title {
    padding: 25px 0;
  }
  #main-contents .page-title img {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #main-contents {
    padding: 0 4% 30px;
  }
  #main-contents .page-title {
    padding: 0 0 0.65rem;
  }
  #main-contents .page-title img {
    height: 2.7rem;
  }
}
/* gallery */
.gallery-list {
  max-width: 900px;
  margin: 0 auto;
}
.gallery-list .ph {
  padding: 9% 9% 0;
  display: block;
  background: url("../img/gallery/bg_photo.svg") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .gallery-list li + li {
    padding-top: 30px;
  }
  .gallery-list .ph {
    padding-bottom: 5%;
  }
  .gallery-list .caption {
    padding-top: 0.5em;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-list li + li {
    padding-top: 10px;
  }
  .gallery-list .ph {
    padding-bottom: 4%;
  }
  .gallery-list .caption {
    padding-top: 0.5em;
    font-size: 0.714rem;
  }
}
/* price */
.price-sec {
  max-width: 900px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .price-sec + .price-sec {
    padding-top: 30px;
  }
  .price-sec .price-title {
    max-width: 505px;
    margin: 0 auto -5px;
  }

  .price-note {
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .price-sec + .price-sec {
    padding-top: 5.8%;
  }
  .price-sec .price-title {
    width: 92.75%;
    margin: 0 auto;
  }

  .price-note {
    padding-top: 0.5em;
    line-height: 1.64;
    text-align: left;
  }
}
/* access */
.access-map {
  max-width: 900px;
  margin: 0 auto;
}

.gmap {
  display: block;
  position: relative;
  width: 100%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .access-text {
    padding-bottom: 2em;
    line-height: 1.5625;
  }

  .gmap {
    padding-bottom: 42.5%;
  }
}
@media screen and (max-width: 768px) {
  .access-text {
    padding-bottom: 1.8em;
    line-height: 1.785;
  }

  .gmap {
    padding-bottom: 66%;
  }
}
/* contact */
#contact-form-area {
  max-width: 900px;
  margin: 0 auto;
}

#contact-form-list {
  width: 94.2%;
  margin: 0 auto;
  max-width: 616px;
}
#contact-form-list input, #contact-form-list textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #fce9d9;
  border: 1px solid #ed6c00;
  border-radius: 5px;
}
#contact-form-list input::-moz-placeholder, #contact-form-list textarea::-moz-placeholder {
  color: #f4a766;
  -moz-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
#contact-form-list input:-ms-input-placeholder, #contact-form-list textarea:-ms-input-placeholder {
  color: #f4a766;
  -ms-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
#contact-form-list input::placeholder, #contact-form-list textarea::placeholder {
  color: #f4a766;
  transition: color 0.15s linear;
}
#contact-form-list input:-ms-input-placeholder, #contact-form-list textarea:-ms-input-placeholder {
  color: #f4a766;
  -ms-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
#contact-form-list input:focus::-moz-placeholder, #contact-form-list textarea:focus::-moz-placeholder {
  color: transparent;
}
#contact-form-list input:focus:-ms-input-placeholder, #contact-form-list textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#contact-form-list input:focus::placeholder, #contact-form-list textarea:focus::placeholder {
  color: transparent;
}
#contact-form-list input:focus:-ms-input-placeholder, #contact-form-list textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#contact-form-list input:focus::-ms-input-placeholder, #contact-form-list textarea:focus::-ms-input-placeholder {
  color: transparent;
}
#contact-form-list .item-req {
  position: relative;
}
#contact-form-list .item-req::before {
  content: "必須";
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #ed6c00;
}
#contact-form-list .input-zip {
  display: flex;
  align-items: center;
}
#contact-form-list .input-zip .symbol {
  width: 3em;
  text-align: center;
}
#contact-form-list .input-zip .input {
  width: calc(100% - 3em);
}

.form-button button {
  display: block;
  padding: 0.65em 1em;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
  background-color: #ed6c00;
  cursor: pointer;
}

.contact-thanks {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}
.contact-thanks p + p {
  padding-top: 1.7em;
}

@media print, screen and (min-width: 769px) {
  .contact-info {
    text-align: center;
    padding-bottom: 2em;
    line-height: 1.5625;
  }

  #contact-form-area {
    background: url("../img/contact/bg_form.svg") no-repeat center center;
    background-size: 100% 100%;
  }

  #contact-form-list {
    padding: 13.33% 0 5.5%;
    font-size: 1.25rem;
  }
  #contact-form-list input, #contact-form-list textarea {
    padding: 0.5em;
    font-size: 1.25rem;
  }
  #contact-form-list .item-req::before {
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    right: 8px;
  }
  #contact-form-list .item-req input {
    padding-right: calc(.8em + 44px);
  }
  #contact-form-list .form-input {
    display: flex;
    justify-content: space-between;
  }
  #contact-form-list .form-input + .form-input {
    padding-top: 4.87%;
  }
  #contact-form-list .form-input .item-name {
    width: 24%;
    padding-top: 0.5em;
    text-align: right;
  }
  #contact-form-list .form-input .item-input {
    width: 74.67%;
  }
  #contact-form-list .form-input .input-wrap + .input-wrap {
    margin-top: 10px;
  }
  #contact-form-list .form-input .item-req::before {
    top: 50%;
    margin-top: -22px;
  }
  #contact-form-list .form-input-message {
    padding-top: 8.11%;
  }
  #contact-form-list .form-input-message .item-name {
    padding-bottom: 0.8em;
  }
  #contact-form-list .form-input-message .item-req::before {
    top: -5px;
  }

  .form-button {
    padding-top: 50px;
  }
  .form-button button {
    border-radius: 15px;
    font-size: 1.25rem;
    transition: opacity 0.3s ease;
  }
  .form-button button:hover {
    opacity: 0.6;
  }

  .contact-thanks a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-info {
    text-align: left;
    padding-bottom: 0.5em;
    line-height: 1.7;
  }

  #contact-form-area {
    border-radius: 12px;
    background-color: #fff;
  }

  #contact-form-list {
    padding: 6% 0;
    text-align: left;
  }
  #contact-form-list input, #contact-form-list textarea {
    padding: 0.5em;
    font-size: 1.14rem;
  }
  #contact-form-list .item-req::before {
    width: 2.22rem;
    height: 2.22rem;
    font-size: 0.643rem;
    line-height: 2.22rem;
    right: 4px;
  }
  #contact-form-list .item-req input {
    padding-right: calc(.8em + 2.22rem);
  }
  #contact-form-list .form-input + .form-input {
    padding-top: 1rem;
  }
  #contact-form-list .form-input .input-wrap + .input-wrap {
    margin-top: 10px;
  }
  #contact-form-list .form-input .item-req::before {
    top: 50%;
    margin-top: -1.11rem;
  }
  #contact-form-list .form-input-message {
    padding-top: 1rem;
  }
  #contact-form-list .form-input-message .item-name {
    text-align: center;
  }
  #contact-form-list .form-input-message .item-req::before {
    right: 0;
    top: -3px;
  }

  .form-button {
    padding-top: 6%;
  }
  .form-button button {
    border-radius: 9px;
    font-size: 1rem;
  }

  .contact-thanks {
    text-align: left;
  }
  .contact-thanks .back-to-top {
    text-align: center;
  }
}