@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");
}
.rArea, .wpcf7, .footer .inner, .pageHeader {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rArea, .wpcf7, .footer .inner, .pageHeader {
    width: 92%;
  }
}

.wpcf7 form input[type=submit],
.wpcf7 form button, .wp-block-buttons .wp-block-button a {
  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;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.toolList ul li .toolListItemThumbnail img, .pageHeader .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@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%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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%;
  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) {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    transform: translateY(-7px);
  }
}
.toggleBtn span:nth-of-type(2) {
  background: #333;
}
.toggleBtn span:nth-of-type(3) {
  background: #333;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    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) {
  transform: translateY(100%) rotate(45deg);
}
.toggleBtn.active span:nth-of-type(2) {
  transform: rotate(-405deg);
}
.toggleBtn.active span:nth-of-type(3) {
  transform: translateY(-100%) rotate(-45deg);
}

header#header.l-header {
  background: transparent;
  box-shadow: none;
  background: #BAC2D9;
}
header#header.l-header * {
  color: white;
}
header#header.l-header .l-header__logo {
  padding: 0;
  margin: 0;
  filter: grayscale(1) brightness(9999);
}
header#header.l-header .l-container {
  max-width: 100%;
}

ul.c-gnav li {
  display: flex;
  align-items: center;
}
ul.c-gnav li a {
  padding: 1em;
  letter-spacing: 0.05em;
}

html body {
  color: #c4788d;
  background: #f1f3f7;
}

.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: #BAC2D9;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 rgb(169.5560747664, 179.4626168224, 207.9439252336);
  min-width: 240px;
}
@media screen and (min-width: 769px) {
  .wp-block-buttons .wp-block-button a:hover {
    box-shadow: 0 0 0 rgb(169.5560747664, 179.4626168224, 207.9439252336);
    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%;
  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: -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: #BAC2D9;
  font-weight: bold;
}

.pageHeader {
  position: relative;
  max-width: 800px;
  margin-top: 40px;
}
.page-about .pageHeader {
  margin-bottom: 0;
}
.pageHeader .img {
  position: relative;
  background: white;
}
.pageHeader .img:before {
  content: "";
  display: block;
  padding-top: 56%;
}
@media screen and (max-width: 768px) {
  .pageHeader .img:before {
    padding-top: 90%;
  }
}
.pageHeader .img img {
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.pageHeader .img #engTitle {
  position: absolute;
  top: 95%;
  left: 0;
  font-family: "santelia-rough-two", sans-serif;
  font-size: 40px;
  z-index: 1;
  opacity: 0.3;
  line-height: 0.9;
  color: #BAC2D9;
}
.pageHeader .img #engTitle::first-letter {
  font-size: 2em;
}
.pageHeader .content .eng {
  font-family: "santelia-rough-two", sans-serif;
  font-size: clamp(50px, 7vw, 70px);
  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;
  margin: 2em 0 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.pageHeader #breadcrumb {
  background: none;
  box-shadow: none;
}
.pageHeader #breadcrumb * {
  background: none;
  box-shadow: none;
  padding-left: 0;
}

.footer {
  background: #BAC2D9;
  padding: 60px 0 0;
}
.footer .inner {
  background: white;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    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: flex;
  justify-content: space-between;
}
.wpcf7 .item br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item {
    flex-wrap: wrap;
  }
}
.wpcf7 .item .text {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #BAC2D9;
  color: #fff;
  display: flex;
  align-items: 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: flex;
  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;
  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: flex;
  flex-direction: column;
  justify-content: center;
  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;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #BAC2D9;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 rgb(169.5560747664, 179.4626168224, 207.9439252336);
  min-width: 240px;
  color: white;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .wpcf7 form input[type=submit]:hover,
  .wpcf7 form button:hover {
    box-shadow: 0 0 0 rgb(169.5560747664, 179.4626168224, 207.9439252336);
    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%;
  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: 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;
  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;
  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;
}

.diagnosisContainer {
  max-width: 800px;
  margin: 0 auto;
}
.diagnosisContainer .diagnosisContent {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .diagnosisContainer .diagnosisContent {
    padding: 2em;
  }
}
.diagnosisContainer .diagnosisBtn {
  background: #c4788d;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  display: block;
  margin: 30px auto 0;
}
.diagnosisContainer .diagnosisBtn:hover {
  background: rgb(180.4896907216, 84.5103092784, 111.0309278351);
}
.diagnosisContainer .diagnosisBtn.tweetBtn {
  background: #000;
  border-radius: 99px;
  margin-top: 20px;
}
.diagnosisContainer .diagnosisBtn.tweetBtn:hover {
  background: #0d8ddc;
}
.diagnosisContainer .buttonGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.diagnosisContainer #progressBar {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.diagnosisContainer #progressBar #progressFill {
  height: 100%;
  background: #c4788d;
  transition: width 0.3s;
  width: 0%;
}
.diagnosisContainer #questionNumber {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.diagnosisContainer #questionText {
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 30px;
  color: #333;
}
.diagnosisContainer .choiceBtn {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  background: #f5f5f5;
  border: 2px solid #BAC2D9;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
}
.diagnosisContainer .choiceBtn:hover {
  background: #F2C9D4;
  border-color: #c4788d;
}
.diagnosisContainer #resultScore {
  font-size: 48px;
  font-weight: bold;
  color: #c4788d;
  text-align: center;
  margin: 20px 0;
}
.diagnosisContainer #resultImage img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}
.diagnosisContainer #resultTitle {
  font-size: 28px;
  color: #333;
  margin: 20px 0;
  text-align: center;
}
.diagnosisContainer #resultText {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 20px 0;
}
.diagnosisContainer #resultAdvice {
  background: #F2EBF0;
  padding: 20px;
  border-radius: 5px;
  border-left: 4px solid #c4788d;
  margin: 20px 0;
}
.diagnosisContainer #resultAdvice::before {
  content: "💡 アドバイス";
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #c4788d;
}

.toolList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toolList ul:after {
  content: "";
  width: 22.5%;
}
.toolList ul:before {
  content: "";
  width: 22.5%;
  order: 999;
}
.toolList ul li {
  width: 22.5%;
  background: #fff;
  text-align: center;
  padding-bottom: 1em;
  border-radius: 10px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .toolList ul li {
    width: 48.5%;
  }
}
.toolList ul li .toolListItemThumbnail {
  position: relative;
  margin-bottom: 1em;
}
.toolList ul li .toolListItemThumbnail:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.rArea {
  padding: clamp(40px, 8vw, 80px) 0;
  max-width: 800px;
}/*# sourceMappingURL=style.css.map */