@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* media query */
/*#019CDE*/
/* common */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a:active,
a:hover {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

/* common */
html {
  height: 100%;
  font-size: 100%;
  background: #ffffff;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  min-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "Montserrat", "Helvetica Neue", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #323232;
  background: #ffffff;
  font-weight: 300;
}

.top-main {
  background-color: #fff;
}

.main {
  background-color: #ceedd1;
  padding: 2rem 0 0;
}

.mv {
  overflow: hidden;
  padding: 3rem 3rem 2rem;
  background-color: #CEEDD1;
}
.mv video {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mv {
    width: 100%;
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    padding: 1rem 0 0;
  }
}
.mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ceedd1;
  padding: 1rem 0;
}
.mv__btn-each {
  margin: 0 5rem 0.5rem;
  font-size: 1.375rem;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 280px;
  text-align: center;
  letter-spacing: 1px;
}
.mv__btn-each--01 {
  background-color: #CE9807;
}
.mv__btn-each--02 {
  background-color: #a3519f;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mv__btn-each {
    margin: 1rem 1rem 0;
    width: 30%;
    font-size: 1.125rem;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .mv__btn-each {
    margin: 1rem 1rem 0;
    width: 40%;
    font-size: 0.75rem;
    padding: 0.25rem 0;
  }
}
.mv__btn-each:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.about {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .about {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
}
.about__left {
  width: 45%;
  display: grid;
  place-items: center;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .about__left {
    width: 100%;
    padding: 0rem;
  }
}
.about__left img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .about__left img {
    width: 45%;
  }
}
.about__right {
  width: 55%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .about__right {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.about__right--title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 3px solid #000;
  display: inline;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .about__right--title {
    font-size: 1.75rem;
  }
}
.about__right--subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1rem 0 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__right--subtitle {
    font-size: 1.125rem;
    margin: 1rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about__right--subtitle {
    font-size: 1rem;
    margin: 1rem 0 1rem;
  }
}
.about__right--btn {
  display: inline-block;
  background-color: #000;
  border-radius: 2rem;
  margin: 0 1rem 0.75rem 0;
  color: #fff;
  padding: 0.25rem 1rem;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .about__right--btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}
.about__right--txt {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__right--txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about__right--txt {
    font-size: 1rem;
    margin: 0;
  }
}

.service {
  background-color: #F3F5F4;
  padding: 3rem 0;
}
.service__midashi {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .service__midashi {
    font-size: 2.25rem;
  }
}
.service__flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .service__flex {
    display: block;
  }
}
.service__flex--each {
  width: calc(33.3333333333% - 40px);
  margin: 20px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  border: 2px solid #000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .service__flex--each {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .service__flex--each {
    margin: 20px 0;
    width: 100%;
    padding: 1rem;
  }
}
.service__flex--each-number {
  color: #87CC9C;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
}
.service__flex--each-title {
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
  height: 5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .service__flex--each-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .service__flex--each-title {
    font-size: 1.25rem;
    height: auto;
  }
}
.service__flex--each-txt {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1rem 0;
}
.service__strong {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.service__strong--title {
  width: 400px;
  margin: 1.5rem auto;
  text-align: center;
  position: relative;
  padding: 7px 10px;
  color: #fff;
  font-size: 16px;
  background: #2D2B66;
  border-radius: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .service__strong--title {
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
    margin: 1rem auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .service__strong--title {
    width: 80%;
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
    margin: 1rem auto 3rem;
  }
}
.service__strong--title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2D2B66;
}
.service__strong p {
  margin: 0;
  padding: 0;
}
.service__strong--box {
  margin: 2rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service__strong--box {
    display: block;
    margin: 2rem auto 1rem;
  }
}
.service__strong--box-each {
  margin: 2rem 0;
}
.service__strong--box-ttl {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service__strong--box-ttl {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
.service__strong--left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .service__strong--left {
    width: 100%;
  }
}
.service__strong--right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .service__strong--right {
    width: 100%;
  }
}
.service__strong--right img {
  width: 200px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .service__strong--right img {
    width: 120px;
  }
}
.service__strong--right video {
  width: 200px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .service__strong--right video {
    width: 120px;
  }
}
.service__strong--center {
  padding-top: 2rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service__strong--center {
    font-size: 1.125rem;
  }
}
.service__strong--center p {
  border-bottom: 2px solid #000;
  display: inline;
}

.flow {
  padding: 3rem 0;
}
.flow__midashi {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .flow__midashi {
    font-size: 2.25rem;
  }
}
.flow__box {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.flow__box p.midashi {
  text-align: center;
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .flow__box p.midashi {
    font-size: 1rem;
  }
}
.flow__list {
  background-color: #F3F5F4;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  margin: 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .flow__list {
    display: block;
    margin: 2rem 0rem;
  }
}
.flow__list--left {
  width: 10%;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow__list--left {
    width: 100%;
  }
}
.flow__list--left p {
  font-weight: 600;
  font-size: 1.25rem;
  color: #6008B9;
}

.timeline {
  width: 90%;
  margin: 0 auto;
}
.timeline-list {
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .timeline-list {
    padding: 1rem 0 1rem 1rem;
  }
}
.timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}
.timeline-list-item .content {
  position: relative;
  width: 100%;
  padding: 0.5rem 0 3rem 2.5rem;
  border-left: 1px dashed #707070;
}
.timeline-list-item .content__midashi {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.timeline-list-item .content_end {
  position: relative;
  width: 100%;
  padding: 0.5rem 0 1rem 2.5rem;
}
.timeline-list-item .content_end__midashi {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.timeline-list-item .step {
  position: absolute;
  top: 0;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: #2E2B66;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.timeline-list-item .step p {
  display: inline-block;
  line-height: 1.2;
  font-size: 0.875rem;
}
.timeline-list-item .step span.big {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
}

.faq {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 2rem 0 3rem;
  }
}
.faq__midashi {
  font-size: 3.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .faq__midashi {
    font-size: 2.75rem;
  }
}
.faq__box {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.faq__box p.midashi {
  text-align: center;
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .faq__box p.midashi {
    font-size: 1rem;
  }
}

.accordion {
  margin: 1rem 0;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 5px;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem 2rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .accordion summary {
    padding: 1rem 0rem;
    font-size: 1rem;
  }
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 1rem;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .accordion p {
    padding: 1rem 0rem;
    font-size: 1rem;
  }
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

.assurance {
  background-color: #F3F5F4;
  padding: 3rem 0;
}
.assurance__midashi {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .assurance__midashi {
    font-size: 2.25rem;
  }
}
.assurance__box {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.assurance__box--each {
  margin-top: 2rem;
}
.assurance__box--each-ttl {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .assurance__box--each-ttl {
    font-size: 1.125rem;
  }
}

.contact {
  padding: 3rem 0;
}
.contact__midashi {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contact__midashi {
    font-size: 2.25rem;
  }
}
.contact__box {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.contact__box p.midashi {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .contact__box p.midashi {
    font-size: 1rem;
  }
}
.contact__box p.midashi span {
  font-weight: 600;
}
.contact__box p.midashi span.large {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact__box p.midashi span.large {
    font-size: 1rem;
  }
}
.contact__btn {
  display: block;
  width: 280px;
  margin: 2rem auto;
  font-size: 1.375rem;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  text-align: center;
  letter-spacing: 1px;
  background-color: #FEBC53;
}
.contact__number {
  font-size: 3rem;
  font-weight: 600;
  color: #28548E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__number {
    font-size: 2.5rem;
  }
}
.contact video, .contact img {
  width: 280px;
  margin: 0rem auto;
}

h2 {
  text-align: center;
  font-size: 1.75rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}

.top_h2 {
  text-align: center;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top_h2 {
    font-size: 1rem;
  }
}

.policy {
  background-color: #f4f4f4;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 3rem;
  border-radius: 2rem;
}
.policy__box {
  padding: 1rem 0;
}
.policy__box-title {
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 1rem 1rem;
  }
}

.poricy__box-contact {
  padding: 10px;
}

.seminar {
  background-color: #fff;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .seminar {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
}
.seminar_h2 {
  text-align: center;
  font-size: 1.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .seminar_h2 {
    font-size: 1.25rem;
  }
}
.seminar_h2 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .seminar_h2 span {
    font-size: 1.375rem;
  }
}
.seminar__midashi {
  text-align: center;
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .seminar__midashi {
    font-size: 1rem;
  }
}
.seminar__btn {
  display: block;
  width: 480px;
  margin: 2rem auto;
  font-size: 1.375rem;
  color: #fff;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  text-align: center;
  letter-spacing: 1px;
  background-color: #CE9807;
}
@media screen and (max-width: 768px) {
  .seminar__btn {
    width: 90%;
    font-size: 1rem;
  }
}
.seminar__point {
  width: 90%;
  max-width: 880px;
  margin: 3rem auto;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .seminar__point {
    margin: 1rem auto;
    font-size: 1rem;
  }
}

.worries {
  background-color: #F3F5F4;
  padding: 3rem 0;
  position: relative;
}
.worries_hukidashi {
  position: absolute;
  width: 200px;
  top: 1rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .worries_hukidashi {
    width: 160px;
  }
}
.worries__flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 7rem 0 0;
}
@media screen and (max-width: 768px) {
  .worries__flex {
    display: block;
    padding: 4rem 0 0;
  }
}
.worries__flex--each {
  width: calc(33.3333333333% - 40px);
  margin: 20px;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .worries__flex--each {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .worries__flex--each {
    margin: 20px 0;
    width: 100%;
  }
}
.worries__flex--each-title {
  background-color: #004BA3;
  border-radius: 0.875rem 0.875rem 0 0;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
}
.worries__flex--each-txt {
  padding: 1rem;
}
.worries__center {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .worries__center {
    font-size: 1.125rem;
  }
}

.footer {
  position: relative;
  padding: 20px 0;
  background: #ceedd1;
  z-index: 4;
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 880px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__flex {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__flex {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.footer__company {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.footer__company-logo {
  margin-right: 1rem;
}
.footer__company-logo img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .footer__company-logo img {
    width: 50px;
  }
}
.footer__company-name {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__company-name {
    font-size: 1rem;
  }
}
.footer__policy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__policy {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__policy {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
.footer__policy a {
  color: #000;
  text-decoration: underline;
}
.footer__policy-each {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #000;
}
.footer__copyright {
  padding: 0 0.5rem;
  color: #000;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }
}

.follow {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 9999;
  width: 100%;
  background-color: #EBEBEB;
}
.follow__box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .follow__box {
    display: block;
    height: auto;
    padding: 0.5rem 0;
  }
}
.follow__box--each01 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .follow__box--each01 {
    width: 100%;
    display: block;
    justify-content: center;
    text-align: center;
  }
}
.follow__box--each01-txt {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  margin-right: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .follow__box--each01-txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .follow__box--each01-txt {
    font-size: 0.875rem;
  }
}
.follow__box--each01-txt span {
  color: #28548E;
  font-size: 1.75rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .follow__box--each01-txt span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .follow__box--each01-txt span {
    font-size: 1.375rem;
  }
}
.follow__box--each01-btn {
  background-color: #EA5454;
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  line-height: 1.2;
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .follow__box--each01-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .follow__box--each01-btn {
    width: 50%;
    margin: 0 auto;
    display: block;
    font-size: 0.875rem;
    padding: 0.25rem 1rem;
  }
}
.follow__box--each02 {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .follow__box--each02 {
    width: 100%;
    margin: 0.5rem 0;
    justify-content: center;
  }
}
.follow__box--each02-txt {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .follow__box--each02-txt {
    font-size: 0.75rem;
  }
}
.follow__box--each02-txt span {
  color: #0DC754;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .follow__box--each02-txt span {
    font-size: 0.875rem;
  }
}
.follow__box--each02-btn img {
  width: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .follow__box--each02-btn img {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .follow__box--each02-btn img {
    width: 40px;
  }
}
.follow__hand {
  position: absolute;
  right: 12%;
  top: -1rem;
  width: 110px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .follow__hand {
    right: 3%;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .follow__hand {
    right: 5%;
    width: 80px;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 9999;
}
.header__inner {
  background-color: #ceedd1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  height: 70px;
}
.header__title {
  width: 220px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__title {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header__title {
    width: 40%;
    padding-bottom: 0.5rem;
  }
}
.header__title img {
  width: 100%;
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__list {
    font-size: 0.75rem;
  }
}
.header__list-item {
  padding: 0 1rem;
  border-right: 1px #000 solid;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header__list-item {
    padding: 0 0.5rem;
  }
}
.header__list-item a {
  color: #000;
}
.header__list-item--end {
  border: none;
}
.header__list-item a:hover {
  opacity: 0.5;
}

.sp_header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 9999;
}

.sp_header__box {
  padding: 1rem 1rem 0;
  background-color: #ceedd1;
  position: relative;
  height: 60px;
}

.global__hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}

.global__hamburger span.line {
  display: block;
  position: absolute;
  height: 2px;
  right: 10px;
  background: #323232;
  transition: 0.3s ease-in-out;
}

.global__hamburger span:nth-child(1) {
  width: 10px;
  top: 15px;
}

.global__hamburger span:nth-child(2) {
  width: 20px;
  top: 22px;
}

.global__hamburger span.menu {
  display: block;
  position: absolute;
  width: 30px;
  top: 25px;
  color: #323232;
  font-weight: 600;
}

.global__hamburger.active span:nth-child(1) {
  width: 30px;
  top: 23px;
  right: 15px;
  color: #323232;
  transform: rotate(-45deg);
}

.global__hamburger.active span:nth-child(2) {
  width: 30px;
  top: 23px;
  right: 15px;
  color: #323232;
  transform: rotate(45deg);
}

.global__hamburger.active span:nth-child(3) {
  display: none;
}

.global__menu-sp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 60%;
  color: #000;
  background: rgb(255, 255, 255);
  text-align: center;
  width: 40%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

.global__menu-sp ul {
  margin: 1rem auto;
  padding: 1rem 0 0;
  width: 100%;
}

.global__menu-sp ul li {
  list-style-type: none;
  padding: 0.5rem 0 0;
  width: 90%;
  margin: 0 auto;
  transition: 0.4s all;
}

.global__menu-sp ul li:last-child {
  padding-bottom: 0;
}

.global__menu-sp ul li a {
  display: block;
  color: #323232;
  padding: 0.5em 0 0;
  text-decoration: none;
  font-weight: 600;
}

.global__menu-sp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

table.form {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
}
table.form th {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
table.form td {
  width: 60%;
}
@media screen and (max-width: 768px) {
  table.form th,
  table.form td {
    width: 100%;
    display: block;
  }
}

.must {
  display: inline-block;
  background-color: red;
  color: #ffffff;
  padding: 0.125rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .must {
    padding: 0 0.5rem;
  }
}

form input[type=text], form textarea {
  width: 90%;
  border: 1px solid #aaa;
  border-radius: 3px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  form input[type=text], form textarea {
    width: 100%;
  }
}

form input[type=reset], form input[type=button] {
  padding: 0.5rem 1.25rem;
  display: inline-block;
  border: 1px solid #ccc;
  background: #efefef;
  border-radius: 5px;
}

input[type=submit] {
  margin-top: 30px;
  background: #222;
  border: #222 solid 1px;
  color: #E1E1E1;
  cursor: pointer;
  pointer-events: auto;
  padding: 0.5rem 2.25rem;
  border-radius: 5px;
}

input.btn[type=submit] {
  margin-top: 30px;
  background: #EAEAEA;
  border: #C0C0C0 solid 1px;
  border-radius: 5px;
  color: #C0C0C0;
  padding: 0.5rem 2.25rem;
  pointer-events: none;
  transition: background-color 0.3s, color 0.5s;
}
input.btn[type=submit]:focus {
  /* チェックボタンが押されていないときはボタン不可視  */
  visibility: hidden;
}

input.btn[type=submit].btn-On {
  background: #222;
  border: #222 solid 1px;
  color: #E1E1E1;
  cursor: pointer;
  pointer-events: auto;
}

.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .checkbox {
    flex-wrap: wrap;
  }
}
.checkbox a {
  color: #000;
  text-decoration: underline;
}

.btn01 {
  margin-left: 2rem;
}

input[type=submit].btn-On:focus {
  visibility: visible;
}

@media (hover: hover) {
  .box2 form input[type=submit].btn-On:hover {
    background: #222;
    color: #fff;
  }
}
.bold {
  font-weight: 600;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hidden {
  display: none !important;
}

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

.pc {
  display: initial;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-aspect-ratio: 16/9) and (orientation: landscape) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */