@charset "UTF-8";
/*
Theme Name: Swell Child
Template: swell
*/
html {
  color: #000;
  background: #fff;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

a,
button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}

.footer .inner, .wpcf7 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer .inner, .wpcf7 {
    width: 92%;
  }
}

.wp-block-buttons .wp-block-button a, .wpcf7 form input[type="submit"],
.wpcf7 form button {
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothicM, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

ul.c-gnav li a {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

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

.br480 {
  display: none;
}

@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.pageHeader .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

.toggleBtn {
  display: none;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}

.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}

@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}

.toggleBtn span:nth-of-type(1) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.toggleBtn span:nth-of-type(2) {
  background: #333;
}

.toggleBtn span:nth-of-type(3) {
  background: #333;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}

.toggleBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(100%) rotate(45deg);
          transform: translateY(100%) rotate(45deg);
}

.toggleBtn.active span:nth-of-type(2) {
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

.toggleBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-100%) rotate(-45deg);
          transform: translateY(-100%) rotate(-45deg);
}

header#header.l-header {
  position: absolute;
  top: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header#header.l-header * {
  color: white;
}

header#header.l-header .l-header__logo {
  padding: 0;
  margin: 0;
  -webkit-filter: grayscale(1) brightness(9999);
          filter: grayscale(1) brightness(9999);
}

header#header.l-header .l-container {
  max-width: 100%;
}

ul.c-gnav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.c-gnav li a {
  padding: 1em;
  letter-spacing: 0.05em;
}

.page-template-template-free main {
  width: 100%;
  display: block;
}

.page-template-template-free #content, .page-template-template-free #content.l-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.wp-block-buttons .wp-block-button a {
  position: relative;
  z-index: 1;
  color: #33b5b1;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  -webkit-box-shadow: 0 4px 0 #2da19e;
          box-shadow: 0 4px 0 #2da19e;
  min-width: 240px;
}

@media screen and (min-width: 769px) {
  .wp-block-buttons .wp-block-button a:hover {
    -webkit-box-shadow: 0 0 0 #2da19e;
            box-shadow: 0 0 0 #2da19e;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.wp-block-buttons .wp-block-button a:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}

.wp-block-buttons .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}

.titleArea {
  margin-bottom: 1.5em;
}

.titleArea p {
  text-align: center;
  font-family: "santelia-rough-two", sans-serif;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1em;
}

.titleArea h2 {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  color: #33b5b1;
  font-weight: bold;
}

.pageHeader {
  height: 440px;
  position: relative;
  margin-bottom: clamp(40px, 8vw, 80px);
}

@media screen and (max-width: 768px) {
  .pageHeader {
    height: 240px;
  }
}

.page-about .pageHeader {
  margin-bottom: 0;
}

.pageHeader .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pageHeader .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(310deg, #ffec6e, #a9fffc);
  -webkit-backdrop-filter: brightness(80%);
          backdrop-filter: brightness(80%);
  mix-blend-mode: multiply;
}

.pageHeader .img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}

.pageHeader .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

.pageHeader .content .eng {
  font-family: "santelia-rough-two", sans-serif;
  font-size: clamp(50px, 7vw, 70px);
  color: white;
  line-height: 1;
  margin-bottom: 0.1em;
  text-transform: capitalize;
}

.pageHeader .content .title {
  font-size: clamp(18px, 3vw, 24px);
  font-family: "zen-maru-gothic", sans-serif;
  color: white;
}

.pageHeader #breadcrumb {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pageHeader #breadcrumb * {
  background: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer {
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  padding: 60px 0 0;
}

.footer .inner {
  background: white;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .left .footerLogo {
  width: 240px;
  margin-bottom: 1em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .footer .left .footerLogo {
    width: 180px;
  }
}

.footer .right ul li a {
  font-size: 0.9em;
  padding: 0.5em;
  display: block;
}

.footer .copy {
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 0.5em 0;
}

.wpcf7 {
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.wpcf7 .item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpcf7 .item br {
  display: none;
}

@media screen and (max-width: 768px) {
  .wpcf7 .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpcf7 .item .text {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #33b5b1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .wpcf7 .item .text {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}

.wpcf7 .item .labelWrap {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap {
    width: 100%;
  }
}

.wpcf7 .item .labelWrap input[type="text"],
.wpcf7 .item .labelWrap input[type="email"],
.wpcf7 .item .labelWrap input[type="url"],
.wpcf7 .item .labelWrap input[type="tel"],
.wpcf7 .item .labelWrap input[type="number"],
.wpcf7 .item .labelWrap input[type="date"],
.wpcf7 .item .labelWrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap input[type="text"],
  .wpcf7 .item .labelWrap input[type="email"],
  .wpcf7 .item .labelWrap input[type="url"],
  .wpcf7 .item .labelWrap input[type="tel"],
  .wpcf7 .item .labelWrap input[type="number"],
  .wpcf7 .item .labelWrap input[type="date"],
  .wpcf7 .item .labelWrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}

.wpcf7 .item .labelWrap textarea {
  line-height: 1.5;
}

.wpcf7 .item .labelWrap .wpcf7-radio {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wpcf7 .item .labelWrap > p {
  width: 100%;
}

.wpcf7 form input[type="submit"],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #33b5b1;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  -webkit-box-shadow: 0 4px 0 #2da19e;
          box-shadow: 0 4px 0 #2da19e;
  min-width: 240px;
  color: white;
  height: 60px;
}

@media screen and (min-width: 769px) {
  .wpcf7 form input[type="submit"]:hover,
  .wpcf7 form button:hover {
    -webkit-box-shadow: 0 0 0 #2da19e;
            box-shadow: 0 0 0 #2da19e;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.wpcf7 form input[type="submit"]:before,
.wpcf7 form button:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}

.wpcf7 form input[type="submit"]:after,
.wpcf7 form button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}

.wpcf7 form input[type="submit"] *,
.wpcf7 form button * {
  color: white;
}

.wpcf7 .resultWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6em;
}

.wpcf7 .resultWrap br {
  display: none;
}

.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}

.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}

.wpcf7 .title.bank br {
  display: block;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*# sourceMappingURL=style.css.map */