@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: clamp(16px, 1.6vw, 18px);
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
}

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

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
}
a:hover, a:focus {
  outline: none;
}

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

table, tr, th, td {
  border-collapse: collapse;
  font-size: 100%;
  vertical-align: top;
  border-spacing: 0;
}

input[type=text],
input[type=button],
input[type=email],
input[type=tel],
input[type=submit],
input[type=reset],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wrapper {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.grecaptcha-badge {
  z-index: 9999;
}

/*----------------------------------------------------
コンテンツ共通
----------------------------------------------------*/
.inner {
  display: block;
  width: min(94%, 1200px);
  margin: 0 auto;
}

.sec_ttl {
  margin: 0 auto 60px;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  line-height: 1.2;
  font-size: clamp(34px, 3.5vw, 44px);
  color: #37a7b3;
}
.sec_ttl img {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .sec_ttl img {
    width: 170px;
  }
}
.sec_ttl span {
  font-family: "Roboto Slab", serif;
  font-size: clamp(18px, 1.8vw, 20px);
}

.btn, .submit {
  display: block;
  width: 260px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn, .submit {
    width: 170px;
  }
}
.btn input,
.btn a, .submit input,
.submit a {
  width: 100%;
  padding: 24px 0;
  border-radius: 30px;
  border: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.btn::before, .submit::before {
  content: "";
  width: 12px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn::before, .submit::before {
    width: 10px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .btn::before, .submit::before {
    right: 10px;
  }
}

.submit input[type=submit],
.submit a {
  background: #fff588;
  -webkit-box-shadow: 3px 3px 0 #e4be0c;
          box-shadow: 3px 3px 0 #e4be0c;
  color: #333333;
}
.submit input[type=submit]:disabled,
.submit a:disabled {
  background: #E8E8E8;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 3px 3px 0 #D5D5D5;
          box-shadow: 3px 3px 0 #D5D5D5;
  cursor: auto;
  opacity: 1;
}
.submit::before {
  background: url("../img/arrow.png") no-repeat;
  background-size: cover;
}
.submit.disabled::before {
  background: url("../img/arrow_w.png") no-repeat;
  background-size: cover;
}
.submit.disabled:hover::before {
  background: url("../img/arrow_w.png") no-repeat;
  background-size: cover;
}
.submit:hover input,
.submit:hover a {
  background: #e4be0c;
  color: #ffffff;
  -webkit-box-shadow: 3px 3px 0 #fff588;
          box-shadow: 3px 3px 0 #fff588;
}
@media screen and (max-width: 768px) {
  .submit:hover input,
.submit:hover a {
    background: #fff588;
    color: #333333;
    -webkit-box-shadow: 3px 3px 0 #e4be0c;
            box-shadow: 3px 3px 0 #e4be0c;
  }
}
.submit:hover::before {
  background: url("../img/arrow_w.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .submit:hover::before {
    background: url("../img/arrow.png") no-repeat;
  }
}

.btn input,
.btn a {
  background: #333333;
  -webkit-box-shadow: 3px 3px 0 #f0e8d3;
          box-shadow: 3px 3px 0 #f0e8d3;
  color: #ffffff;
}
.btn::before {
  background: url("../img/arrow_w.png") no-repeat;
  background-size: cover;
}
.btn:hover input,
.btn:hover a {
  background: #f0e8d3;
  -webkit-box-shadow: 3px 3px 0 #333333;
          box-shadow: 3px 3px 0 #333333;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .btn:hover input,
.btn:hover a {
    background: #333333;
    -webkit-box-shadow: 3px 3px 0 #f0e8d3;
            box-shadow: 3px 3px 0 #f0e8d3;
    color: #ffffff;
  }
}
.btn:hover::before {
  background: url("../img/arrow.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .btn:hover::before {
    background: url("../img/arrow_w.png") no-repeat;
  }
}

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  width: 100%;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
@media screen and (max-width: 768px) {
  header {
    height: 56px;
  }
}
header h1 {
  padding: 40px 0 0 2.5vw;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Kiwi Maru", serif;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  header h1 {
    padding-top: 16px;
  }
}
header h1 a {
  line-height: 1;
  font-size: clamp(22px, 2.3vw, 28px);
  color: #37a7b3;
}
header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
header .menu .contact_btn {
  font-family: "Kiwi Maru", serif;
  z-index: 999;
}
header .menu .contact_btn a {
  width: 110px;
  height: 110px;
  padding: 19px 0;
  background: #e4be0c;
  border-bottom-left-radius: 6px;
  font-size: clamp(14px, 1.5vw, 16px);
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  header .menu .contact_btn a {
    width: 56px;
    height: 56px;
  }
}
header .menu .contact_btn a img {
  display: block;
  width: 38px;
  height: 31px;
  margin: 0 auto 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  header .menu .contact_btn a img {
    width: 22px;
    height: 18px;
    margin: 0 auto;
  }
}
header .menu .contact_btn a:hover {
  -webkit-box-shadow: 0px 3px 3px rgba(51, 51, 51, 0.4);
          box-shadow: 0px 3px 3px rgba(51, 51, 51, 0.4);
}
@media screen and (max-width: 768px) {
  header .menu .contact_btn a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header .menu .contact_btn a:hover img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  header .menu .contact_btn a:hover img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
header .menu .memu_btn {
  width: 110px;
  height: 110px;
  display: block;
  background: #37a7b3;
  position: relative;
  z-index: 999;
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .menu .memu_btn {
    width: 56px;
    height: 56px;
  }
}
header .menu .memu_btn:hover {
  -webkit-box-shadow: 0px 3px 3px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 3px 3px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  header .menu .memu_btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header .menu .memu_btn span {
  width: 46px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  header .menu .memu_btn span {
    width: 20px;
  }
}
header .menu .memu_btn span:first-child {
  top: 26px;
}
@media screen and (max-width: 768px) {
  header .menu .memu_btn span:first-child {
    top: 21px;
  }
}
header .menu .memu_btn span:nth-child(2) {
  top: 44px;
}
@media screen and (max-width: 768px) {
  header .menu .memu_btn span:nth-child(2) {
    top: 32px;
  }
}
header .menu .memu_btn p {
  position: absolute;
  right: 0;
  left: 0;
  top: 65px;
  margin: auto;
  line-height: 1;
}
header .menu .overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header .menu.open .memu_btn span {
  width: 36px;
  top: 34px;
}
@media screen and (max-width: 768px) {
  header .menu.open .memu_btn span {
    width: 22px;
    top: 26px;
  }
}
header .menu.open .memu_btn span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .menu.open .memu_btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .menu.open nav {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .menu.open .overlay {
  display: block;
}
header nav {
  width: 36vw;
  height: 100vh;
  padding: 13vh 6vw 10vh 5vw;
  background: #e4fcff;
  position: fixed;
  top: 0;
  font-family: "Kiwi Maru", serif;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 997;
}
@media screen and (max-width: 768px) {
  header nav {
    width: 100vw;
    padding: 10vh 12vw 12vh;
  }
}
header nav ul {
  margin-bottom: 40px;
}
header nav ul li a {
  padding: 24px 0;
  position: relative;
  border-bottom: 2px dashed #37a7b3;
  color: #333333;
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    padding: 20px 0;
  }
}
header nav ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  header nav ul li a:hover {
    opacity: 1;
  }
}
header nav ul li a::before {
  content: "";
  width: 12px;
  height: 13px;
  background: url("../img/arrow_b.png") no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  header nav ul li a::before {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  header nav h2 {
    text-align: center;
  }
}
header nav h2 a {
  font-size: clamp(20px, 2.1vw, 24px);
  color: #37a7b3;
}
header nav h2 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  header nav h2 a:hover {
    opacity: 1;
  }
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
  padding: 60px 0;
  background: #e4fcff;
  position: relative;
  text-align: center;
}
footer::before {
  content: "";
  display: block;
  width: min(100%, 1920px);
  height: 6vh;
  background: url("../img/bg_line03.png") no-repeat center bottom/cover;
  background-size: contain;
  position: absolute;
  top: -6vh;
  right: 0;
  left: 0;
  margin: auto;
}
footer h2 {
  margin-bottom: 40px;
  font-family: "Kiwi Maru", serif;
}
footer h2 a {
  font-size: clamp(20px, 2.1vw, 24px);
  color: #37a7b3;
}
footer h2 a:hover {
  opacity: 0.7;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  footer ul {
    margin-bottom: 60px;
  }
}
footer ul li {
  margin-right: 30px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  footer ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
footer ul li a {
  font-weight: 400;
}
footer ul li a:hover {
  color: #37a7b3;
}
@media screen and (max-width: 768px) {
  footer ul li a:hover {
    color: #333333;
  }
}
footer ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer ul li:last-child {
    margin-bottom: 0;
  }
}
footer .copy {
  line-height: 1.4;
  font-weight: 300;
  font-size: 14px;
}

/*----------------------------------------------------
animation
----------------------------------------------------*/
.fadein__01 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadein__02 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fadein__03 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}
.fadein__04 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}

.fadein__01.show,
.fadein__02.show {
  opacity: 1;
}

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

.fadein__04.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.obj.note03, .obj.note09, .obj.note12, .obj.note06, .obj.ba01 {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: sway01 2s steps(1) infinite;
          animation: sway01 2s steps(1) infinite;
}
@-webkit-keyframes sway01 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes sway01 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.obj.note01, .obj.note04, .obj.note07, .obj.note10, .obj.ba02, .obj.bird01, .obj.bird02 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: sway02 2s steps(1) infinite;
          animation: sway02 2s steps(1) infinite;
}
@-webkit-keyframes sway02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes sway02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.obj.note02, .obj.note08 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: sway03 2s steps(1) infinite;
          animation: sway03 2s steps(1) infinite;
}
@-webkit-keyframes sway03 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sway03 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.obj.note11, .obj.note05 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: sway04 2s steps(1) infinite;
          animation: sway04 2s steps(1) infinite;
}
@-webkit-keyframes sway04 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes sway04 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.obj.ba04 {
  -webkit-transform-origin: bottom left 20px;
          transform-origin: bottom left 20px;
  -webkit-animation: sway05 2s linear infinite;
          animation: sway05 2s linear infinite;
}
@-webkit-keyframes sway05 {
  0%, 100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes sway05 {
  0%, 100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.obj.ba03 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: sway06 2s steps(1) infinite;
          animation: sway06 2s steps(1) infinite;
}
@-webkit-keyframes sway06 {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes sway06 {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.obj.mogura {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: shiver 0.2s linear infinite;
          animation: shiver 0.2s linear infinite;
}
@-webkit-keyframes shiver {
  0%, 100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@keyframes shiver {
  0%, 100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

/*-- ファイル読み込み --*/
/*----------------------------------------------------
mv
----------------------------------------------------*/
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv::before, .mv::after {
  content: "";
  display: block;
  position: absolute;
}
.mv::before {
  width: 100%;
  height: 546px;
  background: url("../img/bg01.png") no-repeat right bottom/cover;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv::before {
    height: 273px;
  }
}
.mv::after {
  width: min(30%, 537px);
  height: 533px;
  background: url("../img/bg02.png") no-repeat top left/cover;
  top: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .mv::after {
    width: 30%, 269px;
    height: 267px;
  }
}
.mv__content {
  width: min(90%, 1520px);
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__content {
    width: 100vw;
  }
}
.mv__content .img {
  width: min(60%, 960px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv__content .img {
    width: 100%;
    top: 38%;
    left: -20%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 679px) {
  .mv__content .img {
    top: 48%;
  }
}
.mv__content .img img {
  width: 100%;
}
.mv__content .txt {
  width: min(46%, 799px);
  position: absolute;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-62%);
          transform: translateY(-62%);
}
@media screen and (max-width: 768px) {
  .mv__content .txt {
    width: 90%;
    top: 14%;
    right: 3%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv__content .txt h2 span {
  display: table;
  padding: 16px;
  background: #ffffff;
  border-radius: 5px;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  font-size: clamp(24px, 2.5vw, 34px);
  -webkit-box-shadow: 5px 5px 0 #fff588;
          box-shadow: 5px 5px 0 #fff588;
}
@media screen and (max-width: 768px) {
  .mv__content .txt h2 span {
    padding: 10px;
  }
}
.mv__content .txt h2 span:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mv__content .txt h2 span:first-child {
    margin-bottom: 14px;
  }
}
.mv__content .txt h2 span:nth-child(2) {
  margin: 0 0 20px 120px;
}
@media screen and (max-width: 768px) {
  .mv__content .txt h2 span:nth-child(2) {
    margin: 0 0 24px 100px;
  }
}
.mv__content .txt h2 img {
  width: 100%;
}
.mv .obj {
  position: absolute;
}
.mv .obj.note01 {
  width: 3.8%;
  top: 0;
  left: 26%;
}
@media screen and (max-width: 768px) {
  .mv .obj.note01 {
    width: 10.8%;
    top: 10%;
  }
}
.mv .obj.note02 {
  width: 2.4%;
  top: 42%;
  left: 2%;
}
@media screen and (max-width: 768px) {
  .mv .obj.note02 {
    width: 6.4%;
    top: 55%;
    left: 90%;
  }
}

/*----------------------------------------------------
feature
----------------------------------------------------*/
.feature {
  padding: 2vh 0 6vh;
  position: relative;
}
.feature::before, .feature::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.feature::before {
  width: min(30%, 595px);
  height: 556px;
  background: url("../img/bg03.png") no-repeat top right/cover;
  top: 10%;
  left: -2%;
}
@media screen and (max-width: 768px) {
  .feature::before {
    width: min(60%, 298px);
    height: 278px;
    top: 20%;
  }
}
.feature::after {
  width: min(30%, 641px);
  height: 1201px;
  background: url("../img/bg04.png") no-repeat bottom left/cover;
  top: -6%;
  right: -3%;
}
@media screen and (max-width: 768px) {
  .feature::after {
    width: min(70%, 321px);
    height: 601px;
    top: 50%;
  }
}
.feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  z-index: 3;
}
.feature__item:nth-child(2) {
  margin-bottom: 0;
}
.feature__item:nth-child(2) .txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (max-width: 768px) {
  .feature__item:nth-child(2) .txt {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.feature__item .img {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .feature__item .img {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.feature__item .img img {
  width: 100%;
}
.feature__item .txt {
  width: 60%;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .feature__item .txt {
    width: 100%;
    text-align: center;
  }
}
.feature__item .txt h4 {
  display: inline-block;
  margin-bottom: 40px;
  padding: 16px;
  background: url("../img/pat_y.png") repeat;
  background-size: contain;
  border-radius: 5px;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  font-size: clamp(24px, 2.5vw, 34px);
}
@media screen and (max-width: 768px) {
  .feature__item .txt h4 {
    display: block;
    margin: 0 auto 14px;
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .feature__item .txt h4 span {
    display: inline-block;
    margin-bottom: 6px;
    padding: 6px;
    background: url("../img/pat_y.png") repeat;
    background-size: contain;
    line-height: 1.4;
  }
}
.feature .obj {
  position: absolute;
}
.feature .obj.note03 {
  width: 3.9%;
  top: -3%;
  right: 2%;
}
@media screen and (max-width: 768px) {
  .feature .obj.note03 {
    width: 10.9%;
  }
}
.feature .obj.note04 {
  width: 1.5%;
  top: 18%;
  right: 11%;
}
@media screen and (max-width: 768px) {
  .feature .obj.note04 {
    width: 4%;
    top: 6%;
  }
}
.feature .obj.note05 {
  width: 3.8%;
  top: 45%;
  left: 2%;
}
@media screen and (max-width: 768px) {
  .feature .obj.note05 {
    width: 9.8%;
    top: 14%;
  }
}
.feature .obj.note06 {
  width: 3.8%;
  top: 56%;
  left: 9%;
}
@media screen and (max-width: 768px) {
  .feature .obj.note06 {
    width: 9.8%;
    top: 60%;
  }
}
.feature .obj.note07 {
  width: 2.4%;
  right: 6%;
  bottom: 0%;
}
@media screen and (max-width: 768px) {
  .feature .obj.note07 {
    width: 6.4%;
    bottom: 0;
  }
}

/*----------------------------------------------------
teacher
----------------------------------------------------*/
.teacher {
  margin: 6vh auto 12vh;
}
.teacher__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.6%;
  background: #fffbf2;
  position: relative;
  border-radius: 10px;
  border: 10px solid #f0e8d3;
}
@media screen and (max-width: 768px) {
  .teacher__content {
    padding: 5% 5% 24%;
  }
}
.teacher__content .txt {
  width: 74%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .teacher__content .txt {
    width: 100%;
  }
}
.teacher__content .txt .comment {
  position: relative;
  margin-bottom: 50px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .teacher__content .txt .comment {
    margin-bottom: 0;
    padding: 24px 24px;
  }
}
.teacher__content .txt .comment::before, .teacher__content .txt .comment::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  border-left: 10px solid #37a7b3;
  border-bottom: 10px solid #37a7b3;
}
@media screen and (max-width: 768px) {
  .teacher__content .txt .comment::before, .teacher__content .txt .comment::after {
    width: 16px;
    height: 16px;
  }
}
.teacher__content .txt .comment::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.teacher__content .txt .comment::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.teacher__content img {
  width: 18%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .teacher__content img {
    width: 40%;
    margin: 0 auto;
  }
}
.teacher__content .name {
  position: absolute;
  right: 26%;
  bottom: 13.6%;
  text-align: right;
  line-height: 1;
  color: #37a7b3;
}
@media screen and (max-width: 768px) {
  .teacher__content .name {
    right: 0;
    left: 0;
    bottom: 4%;
    margin: auto;
    line-height: 1.4;
    text-align: center;
  }
}
.teacher__content .name span {
  margin-left: 30px;
  font-size: clamp(22px, 2.3vw, 28px);
}
@media screen and (max-width: 768px) {
  .teacher__content .name span {
    margin-left: 0;
  }
}

/*----------------------------------------------------
lesson
----------------------------------------------------*/
.lesson {
  padding: 12vh 0;
  background: #fff588;
  position: relative;
}
.lesson::before {
  content: "";
  display: block;
  width: min(100%, 1920px);
  height: 161px;
  background: url("../img/bg_line01.png") no-repeat center top/cover;
  position: absolute;
  bottom: -161px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lesson::before {
    width: min(100%, 768px);
    height: 81px;
    bottom: -81px;
  }
}
.lesson__content {
  margin-bottom: 10vh;
  text-align: center;
}
.lesson__content h5 {
  width: 118px;
  margin: 0 auto 40px;
  padding: 10px 0;
  background: #37a7b3;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
}
.lesson__content .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.lesson__content .day p {
  display: block;
  width: 90px;
  margin-right: 40px;
  padding: 16px 0;
  background: #37a7b3;
  position: relative;
  border-radius: 6px;
  font-family: "Kiwi Maru", serif;
  line-height: 1.2;
  font-size: clamp(22px, 2.3vw, 28px);
  color: #ffffff;
  -webkit-box-shadow: 3px 3px 0 #ffffff;
          box-shadow: 3px 3px 0 #ffffff;
}
@media screen and (max-width: 768px) {
  .lesson__content .day p {
    width: 72px;
    padding: 14px 0;
    margin-right: 12px;
  }
}
.lesson__content .day p:last-child {
  margin-right: 0;
}
.lesson__content .day p::before, .lesson__content .day p::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/day_ring.png") no-repeat;
  position: absolute;
  top: -4px;
}
.lesson__content .day p::before {
  left: 12px;
}
.lesson__content .day p::after {
  right: 12px;
}
.lesson__content .day p span {
  font-family: "Roboto Slab", serif;
  font-size: clamp(14px, 1.5vw, 16px);
}
.lesson__content p span.red {
  color: #d52323;
}
.lesson__banner {
  display: block;
  width: min(90%, 1520px);
  margin: 0 auto;
  position: relative;
}
.lesson__banner a {
  padding: 176px 0 50px 14vw;
  background: url("../img/pat_border.png") repeat;
  border-radius: 10px;
  border: 10px solid #37a7b3;
}
@media screen and (max-width: 1520px) {
  .lesson__banner a {
    padding: 15% 0 4.6% 5vw;
  }
}
@media screen and (max-width: 768px) {
  .lesson__banner a {
    padding: 90% 6% 5%;
  }
}
.lesson__banner a:hover {
  border: 10px solid #e4be0c;
  -webkit-box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
          box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  .lesson__banner a:hover {
    border: 10px solid #37a7b3;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.lesson__banner a h4 {
  width: 60%;
  position: absolute;
  top: -2px;
  left: 20px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lesson__banner a h4 {
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.lesson__banner a p {
  position: relative;
  z-index: 99;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0px 1px 0 #ffffff, -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}
.lesson__banner a p span {
  font-weight: 400;
}
.lesson__banner a .obj {
  position: absolute;
}
.lesson__banner a .obj.ba01 {
  width: 10%;
  left: 4%;
  bottom: 10%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lesson__banner a .obj.ba01 {
    width: 22.5%;
    top: 52%;
    left: 1%;
    bottom: 0;
  }
}
@media screen and (max-width: 679px) {
  .lesson__banner a .obj.ba01 {
    top: 38%;
  }
}
.lesson__banner a .obj.ba02 {
  width: 10%;
  right: 35%;
  bottom: 20%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lesson__banner a .obj.ba02 {
    width: 22.5%;
    top: 32%;
    right: 55%;
    bottom: 0;
  }
}
@media screen and (max-width: 679px) {
  .lesson__banner a .obj.ba02 {
    top: 22%;
  }
}
.lesson__banner a .obj.ba03 {
  width: 10%;
  top: 5%;
  right: 1%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lesson__banner a .obj.ba03 {
    width: 25%;
    top: 22%;
    right: 3%;
  }
}
@media screen and (max-width: 679px) {
  .lesson__banner a .obj.ba03 {
    top: 15%;
  }
}
.lesson__banner a .obj.ba04 {
  width: 5.5%;
  right: 2%;
  bottom: 20%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lesson__banner a .obj.ba04 {
    width: 16.5%;
    top: 62%;
    bottom: 0;
  }
}
@media screen and (max-width: 679px) {
  .lesson__banner a .obj.ba04 {
    top: 43%;
  }
}
.lesson__banner a .obj.ba05 {
  width: 37%;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lesson__banner a .obj.ba05 {
    width: 80%;
    top: 22%;
    right: -1%;
    margin: inherit;
  }
}
@media screen and (max-width: 679px) {
  .lesson__banner a .obj.ba05 {
    top: 15%;
  }
}

/*----------------------------------------------------
access
----------------------------------------------------*/
.access {
  padding: 24vh 0 26vh;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 14vh 0 18vh;
  }
}
.access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access__content .map {
  width: 62%;
  height: 520px;
  position: relative;
  border-radius: 10px;
  border: 10px solid #f0e8d3;
}
@media screen and (max-width: 768px) {
  .access__content .map {
    width: 100%;
  }
}
.access__content .map::before, .access__content .map::after {
  content: "";
  display: block;
  width: 160px;
  height: 40px;
  background: url("../img/pat_g.png") repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .access__content .map::before, .access__content .map::after {
    width: 120px;
    height: 20px;
  }
}
.access__content .map::before {
  top: -30px;
  left: -90px;
}
@media screen and (max-width: 768px) {
  .access__content .map::before {
    top: -6px;
    left: -70px;
  }
}
.access__content .map::after {
  right: -90px;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .access__content .map::after {
    right: -70px;
    bottom: -6px;
  }
}
.access__content .txt {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__content .txt {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.access__content .txt .sec_ttl {
  margin-bottom: 40px;
  text-align: left;
}
.access__content .txt h4 {
  margin-bottom: 30px;
}
.access__content .txt h4 span {
  padding-bottom: 20px;
  border-bottom: 2px dashed #333333;
  font-size: clamp(20px, 2.1vw, 24px);
}
.access__content .txt p {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .access__content .txt p {
    margin-bottom: 80px;
  }
}
.access__content .txt img {
  width: 52%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .access__content .txt img {
    width: 26%;
    left: 70%;
  }
}
.access__content .txt .parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 155px;
  background: url("../img/bg_circle.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: 60px;
  line-height: 1.6;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .access__content .txt .parking {
    bottom: 80px;
  }
}

/*----------------------------------------------------
qanda
----------------------------------------------------*/
.qanda {
  padding: 12vh 0;
  background: #f0e8d3;
  position: relative;
}
.qanda::before, .qanda::after {
  content: "";
  display: block;
  width: min(100%, 1920px);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .qanda::before, .qanda::after {
    width: min(100%, 768px);
  }
}
.qanda::before {
  height: 172px;
  background: url("../img/bg_line02.png") no-repeat center bottom/cover;
  top: -172px;
}
@media screen and (max-width: 768px) {
  .qanda::before {
    height: 86px;
    top: -86px;
  }
}
.qanda::after {
  height: 41px;
  background: url("../img/pat_piano.png") repeat top;
  background-size: contain;
  bottom: -40px;
}
.qanda__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.qanda__content .sec_ttl {
  width: 36%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .qanda__content .sec_ttl {
    width: 100%;
  }
}
.qanda__content dl {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .qanda__content dl {
    width: 100%;
  }
}
.qanda__content dl dt {
  margin-bottom: 40px;
  padding: 24px;
  position: relative;
  background: #4e943b;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .qanda__content dl dt {
    margin-bottom: 30px;
    padding: 20px 50px 20px 20px;
    line-height: 1.4;
  }
}
.qanda__content dl dt:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .qanda__content dl dt:hover {
    opacity: 1;
  }
}
.qanda__content dl dt::before, .qanda__content dl dt::after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.qanda__content dl dt::before {
  width: 18px;
  height: 2px;
  right: 26px;
}
.qanda__content dl dt::after {
  width: 2px;
  height: 18px;
  right: 33px;
}
.qanda__content dl dt.open {
  background: #37a7b3;
}
.qanda__content dl dt.open::before {
  width: 0;
}
.qanda__content dl dt.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.qanda__content dl dd {
  display: none;
  padding: 0 26px 60px;
}
.qanda .obj {
  position: absolute;
}
.qanda .obj.flower {
  width: min(40%, 549px);
  top: -12vh;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .qanda .obj.flower {
    width: 70%;
    top: -6%;
  }
}

/*----------------------------------------------------
contact
----------------------------------------------------*/
.contact {
  padding: 16vh 0 30vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 16vh 0 240px;
  }
}
.contact .inner {
  position: relative;
  z-index: 99;
}
.contact::before, .contact::after {
  content: "";
  display: block;
  position: absolute;
}
.contact::before {
  width: min(30%, 578px);
  height: 895px;
  background: url("../img/bg05.png") no-repeat top right/cover;
  top: 5%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact::before {
    width: min(50%, 289px);
    height: 448px;
  }
}
.contact::after {
  width: min(30%, 562px);
  height: 717px;
  background: url("../img/bg06.png") no-repeat bottom left/cover;
  right: 0;
  bottom: 28%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .contact::after {
    width: min(70%, 281px);
    height: 359px;
    bottom: 40%;
  }
}
.contact p {
  text-align: center;
}
.contact__content {
  margin-top: 80px;
  padding: 0 5.2vw;
}
@media screen and (max-width: 768px) {
  .contact__content {
    padding: 0;
  }
}
.contact__content form {
  position: relative;
  z-index: 3;
}
.contact__content form table {
  width: 100%;
}
.contact__content form table tr {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact__content form table tr {
    margin-bottom: 40px;
  }
}
.contact__content form table th, .contact__content form table td {
  display: block;
}
.contact__content form table th {
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 500;
}
.contact__content form table th .req {
  margin-left: 8px;
  padding: 2px 6px;
  background: #d52323;
  border-radius: 10px;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #ffffff;
}
.contact__content form table td input[type=text],
.contact__content form table td input[type=email],
.contact__content form table td input[type=tel],
.contact__content form table td textarea {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
  border: 2px solid #37a7b3;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}
.contact__content form table td input[type=text]:focus,
.contact__content form table td input[type=email]:focus,
.contact__content form table td input[type=tel]:focus,
.contact__content form table td textarea:focus {
  border: 2px solid #e4fcff;
}
.contact__content form table td input[type=text]::-webkit-input-placeholder, .contact__content form table td input[type=email]::-webkit-input-placeholder, .contact__content form table td input[type=tel]::-webkit-input-placeholder, .contact__content form table td textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #C3C3C3;
}
.contact__content form table td input[type=text]::-moz-placeholder, .contact__content form table td input[type=email]::-moz-placeholder, .contact__content form table td input[type=tel]::-moz-placeholder, .contact__content form table td textarea::-moz-placeholder {
  font-weight: 400;
  color: #C3C3C3;
}
.contact__content form table td input[type=text]:-ms-input-placeholder, .contact__content form table td input[type=email]:-ms-input-placeholder, .contact__content form table td input[type=tel]:-ms-input-placeholder, .contact__content form table td textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #C3C3C3;
}
.contact__content form table td input[type=text]::-ms-input-placeholder, .contact__content form table td input[type=email]::-ms-input-placeholder, .contact__content form table td input[type=tel]::-ms-input-placeholder, .contact__content form table td textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #C3C3C3;
}
.contact__content form table td input[type=text]::placeholder,
.contact__content form table td input[type=email]::placeholder,
.contact__content form table td input[type=tel]::placeholder,
.contact__content form table td textarea::placeholder {
  font-weight: 400;
  color: #C3C3C3;
}
.contact__content form table td input[type=text].p-postal-code,
.contact__content form table td input[type=email].p-postal-code,
.contact__content form table td input[type=tel].p-postal-code,
.contact__content form table td textarea.p-postal-code {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contact__content form table td input[type=text].p-postal-code,
.contact__content form table td input[type=email].p-postal-code,
.contact__content form table td input[type=tel].p-postal-code,
.contact__content form table td textarea.p-postal-code {
    width: 60%;
  }
}
.contact__content form input[type=radio], .contact__content form input[type=checkbox] {
  display: none;
}
.contact__content form input[type=radio]:checked + label::after, .contact__content form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.contact__content form label {
  position: relative;
  padding-left: 40px;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__content form label {
    display: block;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact__content form label:last-child {
    margin-bottom: 0;
  }
}
.contact__content form label::before, .contact__content form label::after {
  content: "";
  display: block;
  position: absolute;
}
.contact__content form label::before {
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  border: 1px dashed #37a7b3;
}
.contact__content form label::after {
  opacity: 0;
}
.contact__content form label.radio_btn::before, .contact__content form label.radio_btn::after {
  border-radius: 50%;
}
.contact__content form label.radio_btn::after {
  width: 10px;
  height: 10px;
  background: #37a7b3;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.contact__content form label.check_btn::after {
  width: 16px;
  height: 8px;
  border-left: 2px solid #37a7b3;
  border-bottom: 2px solid #37a7b3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 7px;
}
@media screen and (max-width: 768px) {
  .contact__content form label.check_btn::after {
    top: 10px;
  }
}
.contact__content form .privacy {
  margin-bottom: 60px;
}
.contact__content form .privacy > p {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1;
}
.contact__content form .privacy .scroll {
  height: 180px;
  margin-bottom: 40px;
  padding: 40px;
  background: #e4fcff;
  overflow-y: scroll;
  border-radius: 6px;
  border: 2px solid #e4fcff;
}
@media screen and (max-width: 768px) {
  .contact__content form .privacy .scroll {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.contact__content form .privacy .scroll::-webkit-scrollbar {
  width: 10px;
}
.contact__content form .privacy .scroll::-webkit-scrollbar-track {
  background: #ffffff;
}
.contact__content form .privacy .scroll::-webkit-scrollbar-thumb {
  background: #37a7b3;
  border-radius: 6px;
}
@-moz-document url-prefix() {
  .contact__content form .privacy .scroll {
    scrollbar-width: thin;
    scrollbar-color: #37a7b3 #ffffff;
  }
}
.contact__content form .privacy .scroll p {
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 16px);
}
.contact__content form .form_btn .submit {
  margin: 0 auto;
}
.contact .obj {
  position: absolute;
}
.contact .obj.note08 {
  width: 1.5%;
  top: 9%;
  left: 12.5%;
}
@media screen and (max-width: 768px) {
  .contact .obj.note08 {
    width: 4%;
    top: 3%;
    left: 4.5%;
  }
}
.contact .obj.note09 {
  width: 2.4%;
  top: 12%;
  left: 17%;
}
@media screen and (max-width: 768px) {
  .contact .obj.note09 {
    width: 5.6%;
    top: 5%;
    left: 13%;
  }
}
.contact .obj.note10 {
  width: 3.8%;
  top: 32%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  .contact .obj.note10 {
    width: 9.8%;
    top: 28%;
    left: 72%;
  }
}
.contact .obj.note11 {
  width: 1.5%;
  right: 13%;
  bottom: 30%;
}
@media screen and (max-width: 768px) {
  .contact .obj.note11 {
    width: 4%;
    right: 13%;
    bottom: 38%;
  }
}
.contact .obj.note12 {
  width: 4%;
  right: 5%;
  bottom: 27.5%;
}
@media screen and (max-width: 768px) {
  .contact .obj.note12 {
    width: 12.3%;
    bottom: 20.5%;
  }
}
.contact .obj.bird01 {
  width: auto;
  height: 3%;
  left: 8%;
  bottom: 6%;
}
@media screen and (max-width: 768px) {
  .contact .obj.bird01 {
    height: 2%;
    bottom: 4%;
    left: 7%;
  }
}
.contact .obj.tree {
  width: auto;
  height: 5.8%;
  left: 2%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact .obj.tree {
    height: 3.6%;
    bottom: 0;
  }
}

.confirm {
  padding: 13vh 0 30vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .confirm {
    padding: 16vh 0 240px;
  }
}
.confirm p {
  margin-bottom: 60px;
  text-align: center;
}
.confirm table {
  width: 100%;
  margin-bottom: 80px;
  border-collapse: separate;
  border-spacing: 30px 20px;
}
@media screen and (max-width: 768px) {
  .confirm table {
    border-collapse: inherit;
    border-spacing: 0;
  }
}
.confirm table th, .confirm table td {
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .confirm table th, .confirm table td {
    display: block;
  }
}
.confirm table th {
  width: 24%;
  margin-right: 10px;
  background: #37a7b3;
  border-radius: 5px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .confirm table th {
    width: 100%;
    padding: 10px;
  }
}
.confirm table td {
  width: 86%;
  border-bottom: 2px dashed #37a7b3;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .confirm table td {
    width: 100%;
    padding: 20px 10px 30px;
    border: none;
  }
}
.confirm .form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirm .form_btn .submit {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .confirm .form_btn .submit {
    margin-right: 10px;
  }
}
.confirm .obj.post {
  width: auto;
  height: 8%;
  position: absolute;
  right: 0;
  bottom: 1.4%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .confirm .obj.post {
    height: 8%;
    bottom: 0;
  }
}

.error {
  padding: 13vh 0 30vh;
}
@media screen and (max-width: 768px) {
  .error {
    padding: 16vh 0 240px;
  }
}
@media screen and (max-width: 768px) {
  .error {
    padding: 16vh 0 240px;
  }
}
.error__content .form_btn p {
  margin-bottom: 60px;
}
.error__content .form_btn .btn {
  display: block;
  margin: 0 auto;
}

.thanks {
  padding: 13vh 0 30vh;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 16vh 0 240px;
  }
}
.thanks p {
  margin-bottom: 60px;
}
.thanks .submit {
  margin: 0 auto;
}
.thanks .obj {
  position: absolute;
}
.thanks .obj.bird02 {
  width: auto;
  height: 8%;
  right: 4%;
  bottom: 25%;
}
@media screen and (max-width: 768px) {
  .thanks .obj.bird02 {
    height: 6%;
    right: 6%;
    bottom: 16%;
  }
}
.thanks .obj.tree {
  width: auto;
  height: 20%;
  right: 2%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .thanks .obj.tree {
    height: 14%;
    bottom: 0;
  }
}

.notfound {
  padding: 13vh 0 30vh;
  position: relative;
  text-align: center;
}
.notfound p {
  margin-bottom: 60px;
}
.notfound .submit {
  margin: 0 auto;
}
.notfound .obj {
  position: absolute;
}
.notfound .obj.mogura {
  width: 6%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .notfound .obj.mogura {
    width: 20%;
  }
}

/*-- ファイル読み込み --*/