@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.display_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .display_pc {
    display: block;
  }
}

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

/* リキッドレイアウト対応 */
html {
  color: #2d2b2b;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  /* color: inherit;
  transition: opacity 0.3s; 
  @include mq("md") {
    &:hover {
      opacity: 0.8;
    }
  }*/
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.inner__wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner__wrapper {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

#top_re .btn {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 180px;
  width: 11.25rem;
  padding: 23px 20px 23px 0;
  padding: 1.4375rem 1.25rem 1.4375rem 0;
  border: solid 2.5px #ec6c00;
  border-radius: 50px;
  line-height: 1;
  background-color: #F9FBFC;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 1px 1px 6px rgb(187, 137, 87);
          box-shadow: 1px 1px 6px rgb(187, 137, 87);
}
@media screen and (min-width: 768px) {
  #top_re .btn {
    font-size: 1.125rem;
  }
}

#top_re .btn::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  top: 8px;
  top: 0.5rem;
  right: 20px;
  right: 1.25rem;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #top_re .btn::before {
    top: 0.75rem;
  }
}

#top_re .btn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  top: 1.3125rem;
  right: 35px;
  right: 2.1875rem;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #top_re .btn::after {
    top: 1.5625rem;
  }
}

#top_re .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #top_re .btn:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  #top_re .btn:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 1.25rem;
  }
}

#top_re .contact-btn {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 280px;
  width: 17.5rem;
  border: solid 2.5px #ec6c00;
  padding: 19px 20px 19px 0;
  padding: 1.1875rem 1.25rem 1.1875rem 0;
  background: #fff;
  border-radius: 40px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 1px 1px 4px rgb(220, 165, 110);
          box-shadow: 1px 1px 4px rgb(220, 165, 110);
}
@media screen and (min-width: 768px) {
  #top_re .contact-btn {
    width: 15rem;
    font-size: 1.125rem;
  }
}

#top_re .contact-btn::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  top: 6px;
  top: 0.375rem;
  right: 16px;
  right: 1rem;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #top_re .contact-btn::before {
    top: 0.5625rem;
  }
}

#top_re .contact-btn::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  top: 1.125rem;
  right: 31px;
  right: 1.9375rem;
  z-index: 20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #top_re .contact-btn::after {
    top: 1.3125rem;
  }
}

#top_re .contact-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #top_re .contact-btn:hover::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  #top_re .contact-btn:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 1.25rem;
  }
}

#top_re .sns-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 280px;
  width: 17.5rem;
  padding: 19px 20px 19px 31px;
  padding: 1.1875rem 1.25rem 1.1875rem 1.9375rem;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  border-radius: 40px;
  line-height: 1;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 1px 1px 4px rgb(220, 165, 110);
          box-shadow: 1px 1px 4px rgb(220, 165, 110);
}
@media screen and (min-width: 768px) {
  #top_re .sns-btn {
    width: 12.5rem;
    font-size: 1.125rem;
    padding: 1.1875rem 1.25rem 1.1875rem 2.8125rem;
  }
}

#top_re .sns-btn::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  top: 4px;
  top: 0.25rem;
  left: 59px;
  left: 3.6875rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #top_re .sns-btn::before {
    width: 1.875rem;
    height: 1.875rem;
    top: 0.875rem;
    left: 1.875rem;
  }
}

#top_re .insta-btn::before {
  background-image: url(../images/common/instagram.png);
}

#top_re .face-btn::before {
  background-image: url(../images/common/facebook.png);
}

#top_re .blog-btn::before {
  background-image: url(../images/common/blog-logo.png);
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  top: -27px;
  top: -1.6875rem;
  left: 30px;
  left: 1.875rem;
}
@media screen and (min-width: 768px) {
  #top_re .blog-btn::before {
    left: 0.875rem;
  }
}

#top_re .sns-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.state--btn {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(145, 226, 249)), to(rgb(171, 185, 244)));
  background-image: linear-gradient(90deg, rgb(145, 226, 249), rgb(171, 185, 244));
  border-radius: 50%;
  padding: 8px;
  padding: 0.5rem;
  color: #fff;
}

.state--btn--second {
  padding: 20px 8px;
  padding: 1.25rem 0.5rem;
  background: linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
}

.circle-text {
  position: relative;
  width: 300px; /* 直径 */
  height: 300px; /* 直径 */
  font-size: 50px;
  text-align: center;
  margin: 0;
  -webkit-transform: rotate(-450deg);
          transform: rotate(-450deg); /* 円の回転 */
}

.circle-text span {
  position: absolute;
  top: 0;
  left: calc(50% - 15px); /* 中心点、、文字サイズ分ずらす */
  display: inline-block;
  width: 30px; /* 文字サイズより小さくしない */
  height: 300px; /* 半径 */
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; /* 回転の基準点 */
  /*  border: solid 1px; */
}

.circle-text span:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.circle-text span:nth-child(2) {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.circle-text span:nth-child(3) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.circle-text span:nth-child(4) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.circle-text span:nth-child(5) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.circle-text span:nth-child(6) {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.circle-text span:nth-child(7) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.circle-text span:nth-child(8) {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.circle-text span:nth-child(9) {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}

.circle-text span:nth-child(10) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.circle-text span:nth-child(11) {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}

.circle-text span:nth-child(12) {
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}

.circle-text span:nth-child(13) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

#top_re .footer {
  margin-top: 80px;
  margin-top: 5rem;
}

#top_re .footer__wrapper {
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

#top_re .footer__inner {
  position: relative;
}

#top_re .footer__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/sp/hikouki.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  width: 15.625rem;
  height: 100px;
  height: 6.25rem;
  top: -70px;
  top: -4.375rem;
  left: 40px;
  left: 2.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top_re .footer__inner::before {
    width: 25rem;
    height: 6.25rem;
  }
}

#top_re .footer__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top_re .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#top_re .footer .logo {
  color: #fff;
  line-height: 1;
}

#top_re small {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1;
}

#top_re .guidance {
  margin-top: 24px;
  margin-top: 1.5rem;
  background-image: url(../images/common/nami.png);
  background-size: cover;
  padding: 40px 0;
  padding: 2.5rem 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top_re .guidance {
    padding: 7.5rem 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  #top_re .guidance__wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#top_re .guidance--title {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  #top_re .guidance--title {
    font-size: 2.25rem;
  }
}

#top_re h3 > span {
  color: #6fa4f1;
}

#top_re .guidance__inner {
  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-top: 8px;
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  #top_re .guidance__inner {
    max-width: 56.25rem;
  }
}

#top_re .guidance--item {
  width: calc(50% - 0.75rem);
  margin-right: 24px;
  margin-right: 1.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #top_re .guidance--item {
    width: calc(33.33333% - 1.66667rem);
    margin-top: 4rem;
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #top_re .guidance--item img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  #top_re .guidance--item:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

#top_re .guidance--item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #top_re .guidance--item:nth-of-type(2n) {
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  #top_re .guidance--item:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 動きに関する記述 */
#top_re .element {
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}

/* フェードイン時に入るクラス */
#top_re .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
#top_re .fadeUpTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
#top_re .delay-time02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#top_re .delay-time04 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#top_re .delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#top_re .delay-time08 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#top_re .delay-time10 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#top_re .hamburger {
  width: 48px;
  width: 3rem;
  height: 46px;
  height: 2.875rem;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  position: relative;
  border-radius: 0.625rem;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  #top_re .hamburger {
    display: none;
  }
}

#top_re .hamburger span {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 32px;
  width: 2rem;
  height: 2px;
  height: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
  left: 0.625rem;
}

#top_re .hamburger span:nth-child(1) {
  top: 26%;
}

#top_re .hamburger span:nth-child(2) {
  width: 24px;
  width: 1.5rem;
  top: 46%;
  left: 18px;
  left: 1.125rem;
}

#top_re .hamburger span:nth-child(3) {
  top: 68%;
}

#top_re .hamburger.is-active span:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg);
}

#top_re .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

#top_re .hamburger.is-active span:nth-child(3) {
  top: 45%;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
}

#top_re .header-nav {
  position: absolute;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  width: 95%;
  height: 100vh;
  margin: 66px auto 0;
  margin: 4.125rem auto 0;
  top: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  z-index: 100;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  #top_re .header-nav {
    max-width: 54.375rem;
    height: 3.125rem;
    top: 10px;
    right: 0;
    background-color: transparent;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0;
    position: absolute;
  }
}

#top_re .header-nav.open {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top_re .header-nav.open {
    top: auto;
  }
}

#top_re .header-nav__wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  #top_re .header-nav__wrapper {
    height: inherit;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    min-height: inherit;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 5.5rem;
  }
}

#top_re .nav-item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #top_re .nav-item {
    margin-top: 0;
  }
}

#top_re .nav-item:first-child {
  margin-top: 0;
}

#top_re .nav-item a {
  color: #fff;
  margin-top: 32px;
  margin-top: 2rem;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  #top_re .nav-item a {
    margin-top: 0;
    height: inherit;
    position: relative;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  #top_re .drop li {
    position: relative;
  }
}

nav .has-child .drop {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible; /*JSで制御するため一旦表示*/
  opacity: 1; /*JSで制御するため一旦表示*/
  display: none; /*JSのslidetoggleで表示させるため非表示に*/
  -webkit-transition: none;
  transition: none; /*JSで制御するためCSSのアニメーションを切る*/
}
@media screen and (min-width: 768px) {
  nav .has-child .drop {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 3.5rem;
    z-index: 4;
    background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
    border-radius: 50px;
    padding: 0.5rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*hoverしたら表示*/
@media screen and (min-width: 768px) {
  nav .has-child:hover > .drop,
nav .has-child .drop li:hover > .drop,
nav .has-child:active > .drop,
nav .has-child .drop li:active > .drop {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  #top_re .drop .nav-item-second a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media screen and (min-width: 768px) {
  #top_re .drop .nav-item-second a:hover {
    color: #5596f8;
  }
}

/*アニメーションの設定*/
@-webkit-keyframes wave {
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}
@keyframes wave {
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}
#top_re .nav-item span {
  display: inline-block;
  color: #fff;
  margin-left: -3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#top_re .nav-item span:nth-child(1) {
  margin-left: -1px;
}

#top_re .nav-item:hover span {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  color: #5596f8;
}

#top_re .nav-item:hover span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#top_re .nav-item:hover span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#top_re .nav-item:hover span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#top_re .nav-item:hover span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#top_re .nav-item:hover span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#top_re .nav-item:hover span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#top_re .nav-item:hover span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#top_re .header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  padding: 0 12px;
  padding: 0 0.75rem;
  /* background-color: #fff; */
}

#top_re .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #top_re .header__wrapper {
    max-width: 87.5rem;
    margin: 0 auto;
    position: relative;
  }
}

#top_re .logo {
  font-family: "UD デジタル 教科書体 N-R", "BIZ UDゴシック Regular", "Hiragino Kaku Gothic ProN", "ascii";
  font-size: 16px;
  font-size: 1rem;
  color: #F69C28;
  letter-spacing: 0.05625em;
}

#top_re .logo span {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.15em;
  color: #313030;
  position: relative;
  top: -8px;
  top: -0.5rem;
  left: 15px;
  left: 0.9375rem;
}

@media screen and (min-width: 768px) {
  #top_re .mv {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#top_re .nav-item--second {
  color: red;
}

#top_re .mv-eria {
  padding-top: 69px;
  padding-top: 4.3125rem;
}

#top_re .mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 4px;
  padding: 0 0.25rem;
}

#top_re .mv__box {
  width: calc(50% - 2px);
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

#top_re .mv__box:nth-of-type(2n) {
  margin-right: 0;
}

#top_re .mv__wrapper-pc .mv__box {
  width: calc(20% - 3.2px);
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

#top_re .mv__wrapper-pc .mv__box:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  #top_re .mv-maintext__wrapper {
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }
}

#top_re .mv-maintext {
  width: 90%;
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  background-image: url(../images/common/nami.png);
  background-position: 0 -40px;
  background-size: cover;
  padding: 32px 10px 35px;
  padding: 2rem 0.625rem 2.1875rem;
  border-radius: 50px;
  -webkit-box-shadow: 1px 2px 12px 0px rgba(172, 168, 168, .3);
          box-shadow: 1px 2px 12px 0px rgba(172, 168, 168, .3);
}
@media screen and (min-width: 768px) {
  #top_re .mv-maintext {
    position: relative;
    z-index: 15;
    -webkit-transform: translate(0, -43px);
            transform: translate(0, -43px);
    width: 50rem;
    margin: 0 auto 0 0;
  }
}

#top_re .mv-maintext__inner {
  width: 300px;
  width: 18.75rem;
  margin: 0 auto;
  line-height: 1.25;
}
#top_re .mv-maintext-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

#top_re .mv-maintext-h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "UD デジタル 教科書体 N-R", "BIZ UDゴシック Regular";
  color: #ec6c00;
  text-align: center;
}

#top_re .mv-text {
  width: 90%;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  padding: 48px 8px 56px;
  padding: 3rem 0.5rem 3.5rem;
  border-radius: 80px;
}
@media screen and (min-width: 768px) {
  #top_re .mv-text {
    width: 80%;
    padding: 12.5rem 2.5rem 7.1875rem 6.875rem;
    position: relative;
    z-index: -1;
    margin: -9.375rem 0 0 auto;
    border-radius: 150px;
    -webkit-transform: translate(0, -103px);
            transform: translate(0, -103px);
  }
}

#top_re .mv-text__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  #top_re .mv-text__inner {
    padding: 0 0;
  }
}

#top_re .mv-text-item {
  color: #fff;
  line-height: 1.78;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  #top_re .mv-text-item {
    font-size: 1.125rem;
    padding-top: 2.5rem;
    letter-spacing: 0.25em;
  }
}

#top_re .mv-text-item span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

#top_re .point {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  #top_re .point {
    margin-top: 7.5rem;
  }
}

#top_re .point-text__wrapper {
  max-width: 600px;
  max-width: 37.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #top_re .point-text__wrapper {
    max-width: 50rem;
    font-size: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#top_re .point-text-second {
  width: 200px;
  width: 12.5rem;
  margin: 0 auto;
  font-size: 50px;
  font-size: 3.125rem;
  position: relative;
  text-align: center;
  background: -webkit-linear-gradient(91deg, #F3952D 0%, #F4861D 60%, #F4770D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #top_re .point-text-second {
    font-size: 4.375rem;
  }
}

#top_re .point-text-second::before,
#top_re .point-text-second::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

#top_re .point-text-second::before {
  width: 100px;
  width: 6.25rem;
  height: 50px;
  height: 3.125rem;
  background-image: url(../images/common/point_01.png);
  top: -10px;
  right: -36px;
}

#top_re .point-text-second::after {
  width: 100px;
  width: 6.25rem;
  height: 40px;
  height: 2.5rem;
  background-image: url(../images/common/point_02.png);
  bottom: -23px;
  left: 15px;
}

#top_re .point-text-third {
  text-align: right;
}

#top_re .point__box {
  margin-top: 30px;
  margin-top: 1.875rem;
  background-image: url(../images/common/sp/kougai_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  #top_re .point__box {
    margin-top: 5rem;
    padding: 0;
  }
}

#top_re .point__box--second {
  background-image: url(../images/common/sp/hostfamily_sp.png);
}
@media screen and (min-width: 768px) {
  #top_re .point__box--second {
    margin-top: 2.5rem;
  }
}

#top_re .point__card__inner {
  color: #fff;
  background-color: rgba(98, 98, 98, .5);
  padding: 32px 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #top_re .point__card__inner {
    width: 50%;
    margin: 0 0 0 auto;
    padding: 4rem 0;
  }
}

@media screen and (min-width: 768px) {
  #top_re .point__box--second .point__card__inner {
    margin: 0 auto 0 0;
    padding: 5rem 0;
  }
}

#top_re .point__card--h4 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

#top_re .point__card--text {
  width: 260px;
  width: 16.25rem;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  #top_re .point__card--text {
    line-height: 1.8;
  }
}

.profile_re .header--title__wrapper {
  padding-top: 100px;
  padding-top: 6.25rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .profile_re .header--title__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .profile_re .header--title--img {
    width: 31%;
    position: absolute;
    left: 12%;
    top: 7.5rem;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .profile_re .header--title--img img {
    width: 100%;
  }
}

.profile_re .header--title__box {
  color: #fff;
  line-height: 2;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(151, 223, 242)), to(rgb(170, 182, 236)));
  background-image: linear-gradient(90deg, rgb(151, 223, 242), rgb(170, 182, 236));
  position: relative;
  padding: 40px 40px;
  padding: 2.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .profile_re .header--title__box {
    width: 60%;
    padding: 8.75rem 7.5rem 8.125rem 12.5rem;
    margin: 0 0 0 auto;
  }
}

.profile_re .header--title__box::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 80%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(145, 226, 249)), to(rgb(171, 185, 244)));
  background-image: linear-gradient(90deg, rgb(145, 226, 249), rgb(171, 185, 244));
  top: 100px;
  top: 6.25rem;
  left: -88%;
}

.profile_re .profile--text__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .profile_re .profile--text__wrapper {
    margin-top: 7.75rem;
  }
}

.profile_re .profile-img__wrapper {
  position: relative;
  padding: 56px;
  padding: 3.5rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .profile_re .profile-img__wrapper {
    width: 100%;
    padding: 6.25rem;
    margin-top: 8.75rem;
  }
}

.profile_re .profile-img__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(145, 226, 249)), to(rgb(171, 185, 244)));
  background-image: linear-gradient(90deg, rgb(145, 226, 249), rgb(171, 185, 244));
  top: 0;
  left: 0;
  z-index: -1;
}

.profile_re .profile-img__inner {
  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;
}

.profile_re .profile-img {
  width: 28%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .profile_re .profile-img {
    width: 20%;
  }
}

.profile_re .profile-img:first-child {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  bottom: -30px;
  bottom: -1.875rem;
  left: 1%;
}
@media screen and (min-width: 768px) {
  .profile_re .profile-img:first-child {
    bottom: -3.5rem;
  }
}

.profile_re .profile-img:nth-child(2) {
  top: -50px;
  top: -3.125rem;
  left: 26%;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.profile_re .profile-img:nth-child(3) {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-box-shadow: 10px 6px 19px rgb(102, 101, 101);
          box-shadow: 10px 6px 19px rgb(102, 101, 101);
  left: 50%;
  bottom: -33px;
  bottom: -2.0625rem;
}
@media screen and (min-width: 768px) {
  .profile_re .profile-img:nth-child(3) {
    bottom: -5rem;
  }
}

.profile_re .profile-img:last-child {
  top: -25px;
  top: -1.5625rem;
  right: 2%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-box-shadow: 10px 6px 19px rgb(102, 101, 101);
          box-shadow: 10px 6px 19px rgb(102, 101, 101);
}

.profile_re .profile-img__wrapper--second {
  padding: 0;
}

.profile_re .profile-lastimg__wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.profile_re .profile-lastimg {
  width: 30%;
}

#top_re .profile {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #top_re .profile {
    margin-top: 5rem;
  }
}

#top_re .profile__wrapper {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
  padding: 40px 20px 64px;
  padding: 2.5rem 1.25rem 4rem;
  border-radius: 80px;
}
@media screen and (min-width: 768px) {
  #top_re .profile__wrapper {
    padding: 3.75rem 4rem;
  }
}

#top_re .profile--title {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #top_re .profile--title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  #top_re .profile__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#top_re .profile--img {
  width: 240px;
  width: 15rem;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}

#top_re .profile--text {
  color: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
  line-height: 2.1;
  font-family: "Noto Serif JP", serif;
}

#top_re .profile--btn {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

#top_re .sns__wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
  background-image: url(../images/common/nami.png);
  background-size: cover;
  padding: 40px 0;
  padding: 2.5rem 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top_re .sns__wrapper {
    padding: 7.5rem 0;
  }
}

#top_re .sns__wrapper {
  text-align: center;
}

#top_re .sns-btn__wrapper {
  border-bottom: 1px dotted #EC6C00;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  #top_re .sns-btn__wrapper {
    border-right: 2px dotted #EC6C00;
    border-bottom: none;
  }
}

#top_re .sns-btn__wrapper:nth-of-type(2) {
  padding-top: 40px;
  padding-top: 2.5rem;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #top_re .sns-btn__wrapper:nth-of-type(2) {
    padding-top: 0;
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  #top_re .sns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #top_re .sns-btn__wrapper {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  #top_re .sns-btn__wrapper--second {
    width: 30%;
  }
}

#top_re .sns-btn__box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top_re .sns-btn__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#top_re .sns--title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  #top_re .sns--title {
    font-size: 1.875rem;
  }
}

#top_re .sns-btn,
#top_re .contact-btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}
#top_re .contact-btn__wrapper {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #top_re .contact-btn__wrapper {
    padding-top: 0;
  }
}

.only-child .main-img__wrapper {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .only-child .main-img__wrapper {
    padding: 10rem 0;
  }
}

.only-child .main-img__wrapper h2 {
  width: 240px;
  width: 15rem;
  margin: 0 auto;
}
.only-child .main-img__inner {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.only-child .main-img__box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .only-child .main-img__box {
    margin-right: 2.5rem;
  }
}

.only-child .main-img__box:last-child {
  margin-right: 0;
}

.only-child .main-img__box::before {
  content: "幼児親子短期留学";
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  width: 40%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(254, 186, 68)), to(rgb(254, 173, 64)));
  background-image: linear-gradient(90deg, rgb(254, 186, 68), rgb(254, 173, 64));
  border-radius: 50px;
  color: #fff;
  padding: 8px;
  padding: 0.5rem;
  top: -16px;
  top: -1rem;
  right: -10px;
  right: -0.625rem;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .only-child .main-img__box::before {
    font-size: 1rem;
    width: 40%;
    top: unset;
    bottom: 2.5rem;
    padding: 1.25rem;
  }
}

/* .only-child .main-img__box::after{
    content: "click!";
    position: absolute;
    transform: rotate(-11deg);
    top: rem(36);
    right: rem(-3);
    color: #4c4949;
    @include mq(md){
        bottom: rem(65);
        top: unset;
        right: 0;
    }
} */
.only-child .main-img__box--second::before {
  content: "小学生親子短期留学";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(145, 226, 249)), to(rgb(171, 185, 244)));
  background-image: linear-gradient(90deg, rgb(145, 226, 249), rgb(171, 185, 244));
}

.only-child .youji__wrapper {
  position: relative;
  background-color: #f6f9fc;
  border-radius: 30% 30% 0% 0%/2% 2% 0% 0%;
  padding: 100px 0 160px;
  padding: 6.25rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .only-child .youji__wrapper {
    padding: 10rem 0 15rem;
    border-radius: 45% 45% 0% 0%/2% 2% 0% 0%;
  }
}

.only-child .head--title {
  position: absolute;
  text-align: center;
  top: -24px;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .only-child .head--title {
    font-size: 2.25rem;
  }
}

.only-child .title {
  width: 260px;
  width: 16.25rem;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(254, 186, 68)), to(rgb(254, 173, 64)));
  background-image: linear-gradient(90deg, rgb(254, 186, 68), rgb(254, 173, 64));
  border-radius: 50px;
  color: #fff;
  padding: 8px;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .only-child .title {
    font-size: 2.25rem;
    width: 25rem;
  }
}

.only-child .sub--title--sub::before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #f4a345;
  right: 27%;
  top: 5px;
  top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .only-child .sub--title--sub::before {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 25px solid #f4a345;
    right: 27%;
    top: 0.125rem;
  }
}

.only-child .sub--title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .only-child .sub--title {
    margin-top: 2.5rem;
    font-size: 1.875rem;
  }
}

.only-child .sub--title::before {
  content: "one case";
  position: absolute;
  font-size: 80px;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  top: -74px;
  top: -4.625rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .only-child .sub--title::before {
    font-size: 6.25rem;
    top: -6.125rem;
  }
}

.only-child .sub--title--sub {
  display: inline-block;
  margin-left: 16px;
  margin-left: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  position: relative;
}
.only-child .info__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .only-child .info__wrapper {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .only-child .info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 50rem;
    margin: 0 auto;
  }
}

.only-child .info--text__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .only-child .info--text__wrapper {
    width: 60%;
    text-align: left;
    margin: 0 auto;
  }
}

.only-child .info--img__wrapper {
  width: 60%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .only-child .info--img__wrapper {
    width: 30%;
  }
}

.only-child .info--text {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .only-child .info--text {
    margin-top: 2.5rem;
  }
}

.only-child .exam__wrapper {
  width: 96%;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  background-color: #fff;
  border-radius: 45% 45% 0% 0%/15% 15% 0% 0%;
  padding: 80px 20px 100px;
  padding: 5rem 1.25rem 6.25rem;
  z-index: 10;
  position: relative;
  /* border: dotted 4px #f4a345 ; */
}
@media screen and (min-width: 768px) {
  .only-child .exam__wrapper {
    max-width: 68.75rem;
    border-radius: 50% 50% 0 0;
    margin: 5rem auto 0;
  }
}

.only-child .exam__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 45% 45% 0% 0%/15% 15% 0% 0%;
  border: dotted 4px #f4a345;
  top: -8px;
  top: -0.5rem;
  left: 8px;
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .only-child .exam__wrapper::before {
    border-radius: 50% 50% 0 0;
    top: -0.5rem;
    left: 0.5rem;
  }
}

.only-child .exam__inner {
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
}
.only-child .exam--title__wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .only-child .exam--title__wrapper {
    margin-top: 5rem;
  }
}

.only-child .exam--title__wrapper::before {
  content: "の場合";
  position: absolute;
  border-radius: 50px;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 1px;
  bottom: 0.0625rem;
  right: -16%;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: orange;
}
@media screen and (min-width: 768px) {
  .only-child .exam--title__wrapper::before {
    bottom: 0.375rem;
    right: -12%;
    font-size: 1.125rem;
  }
}

.only-child .exam--title {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .only-child .exam--title {
    font-size: 1.875rem;
  }
}

.only-child .exam--title::before {
  content: "たとえば";
  position: absolute;
  border-radius: 50px;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -27px;
  top: -1.6875rem;
  left: -21%;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-size: 1.125rem;
  color: orange;
  font-weight: bold;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .only-child .exam--title::before {
    top: -0.75rem;
    left: -16%;
    font-size: 1.25rem;
  }
}

.only-child .exam--title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(-45deg, rgb(145, 226, 249), rgb(171, 185, 244) 2px, white 2px, white 4px);
}

.only-child .exam--text__wrapper {
  width: 90%;
  margin: 40px auto;
  margin: 2.5rem auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .only-child .exam--text__wrapper {
    width: 100%;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .only-child .exam--text__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.only-child .exam--text {
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .only-child .exam--text {
    margin-top: 0;
  }
}

.only-child .exam--item__inner {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.only-child .exam--text--img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .only-child .exam--text--img {
    width: auto;
    margin-right: 5rem;
  }
}

.only-child .exam--item {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .only-child .exam--item {
    width: auto;
  }
}

.only-child .state--btn__wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.only-child .dot {
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(254, 186, 68)), to(rgb(254, 173, 64)));
  background-image: linear-gradient(90deg, rgb(254, 186, 68), rgb(254, 173, 64));
  border-radius: 50%;
  position: relative;
  top: 2px;
  top: 0.125rem;
  left: -2px;
  left: -0.125rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.only-child .bold {
  font-weight: bold;
}

.only-child .second-type {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .only-child .second-type {
    margin-top: 10rem;
  }
}

.only-child .second-type .exam--title::before {
  left: -50%;
}
@media screen and (min-width: 768px) {
  .only-child .second-type .exam--title::before {
    left: -46%;
  }
}

.only-child .second-type .exam--title__wrapper::before {
  right: -50%;
}
@media screen and (min-width: 768px) {
  .only-child .second-type .exam--title__wrapper::before {
    right: -40%;
  }
}

.only-child .second-type .sub--title--sub::before {
  right: 69%;
}
@media screen and (min-width: 768px) {
  .only-child .second-type .sub--title--sub::before {
    right: 71%;
  }
}

@media screen and (min-width: 768px) {
  .only-child .second-type .exam--text--img {
    width: 80%;
  }
}

.only-child .third-type .sub--title--sub::before {
  right: 26%;
}

@media screen and (min-width: 768px) {
  .only-child .third-type .exam--text--img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .only-child .youji__wrapper--second .exam__wrapper {
    border-radius: 50% 50% 0 0/43% 43% 0% 0%;
  }
}

@media screen and (min-width: 768px) {
  .only-child .youji__wrapper--second .exam__wrapper::before {
    border-radius: 50% 50% 0 0/43% 43% 0% 0%;
  }
}

.only-child .youji__wrapper--second {
  background-color: #fdf8f4;
  margin-top: -40px;
  margin-top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .only-child .youji__wrapper--second {
    margin-top: -5rem;
  }
}

.only-child .youji__wrapper--second .title {
  width: 300px;
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .only-child .youji__wrapper--second .title {
    width: 22.5rem;
  }
}

.only-child .forth-type .exam--item__inner {
  margin-top: 0;
}

.only-child .forth-type .exam--item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .only-child .forth-type .exam--item {
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .only-child .youji__wrapper--second .exam--text--img {
    width: 50%;
  }
}

.only-child .youji__wrapper--second .second-type .sub--title--sub::before {
  right: 64%;
}

.only-child .youji__wrapper--second .third-type .sub--title--sub::before {
  right: 31%;
}
/*# sourceMappingURL=styles.css.map */
