@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

@media (max-width: 1000px) {
  .pc-only {
    display: none;
  }
}

a {
  color: inherit;
  transition: 0.7s;
}

img {
  width: 100%;
}

.inner {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
}

/* ボタン */
/* 装飾 */
.partition {
  width: 153px;
  margin: 30px auto 100px;
  display: block;
}
@media (max-width: 768px) {
  .partition {
    width: 100px;
    margin: 20px auto 50px;
  }
}

.red {
  color: #E72B2B;
}

.pink {
  color: #E14890;
  font-weight: 600;
}

.header--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 999;
  top: 0;
  border-bottom: 3px solid #7DCDF4;
}

.header--tit {
  width: 170px;
  display: flex;
  justify-content: center;
  margin-left: 50px;
}
@media screen and (max-width: 1100px) {
  .header--tit {
    margin-left: 25px;
  }
}
.header--tit img {
  vertical-align: middle;
}

/* ハンバーガーメニュー */
.c-hamburger-menu {
  position: relative;
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #fff;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

.c-hamburger-menu__button-mark {
  background-color: #000;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 22px;
}

ul.ddmenu a {
  text-align: left;
  font-weight: 600;
  line-height: 2.5rem;
}

ul.ddmenu ul {
  display: block;
  position: static;
}

ul.ddmenu ul a {
  background-color: transparent;
  white-space: nowrap;
}

ul.ddmenu a:hover,
ul.ddmenu ul a:hover {
  background-color: transparent;
  opacity: 0.6;
}

.c-hamburger-menu__list {
  background-color: #fff;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 4rem 2rem;
  position: absolute;
  transform: translateX(-100%);
  transition: 0.3s;
  top: 100%;
  width: 100%;
}

#hamburger:checked ~ .c-hamburger-menu__list {
  transform: translateX(0%);
  transition: 0.3s;
}

.c-hamburger-menu__button {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 32px;
  justify-content: center;
  width: 60px;
}

#hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
  transform: translate(2px, 1px) rotate(45deg);
  transform-origin: 0%;
}

#hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
  opacity: 0;
}

#hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
  transform: translate(2px, 3px) rotate(-45deg);
  transform-origin: 0%;
}

.cta {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 14.5833333333%;
  z-index: 100;
}
@media (max-width: 768px) {
  .cta {
    width: 100%;
    bottom: 0;
    right: 0;
    display: flex;
  }
}
.cta__btn {
  text-align: center;
  background-color: #3865aa;
  padding: 10% 5%;
  border-radius: 10px 0 0 10px;
  margin-bottom: 20px;
  transition: 0.7s;
}
@media (max-width: 768px) {
  .cta__btn {
    border-radius: 0;
    margin-bottom: 0;
    width: 50%;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .cta__btn:last-of-type {
    background-color: #6f94cd;
  }
}
.cta__btn:hover {
  opacity: 0.6;
}
.cta__btn a {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .cta__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cta__btn img {
  width: 1.5104166667vw;
}
@media (max-width: 768px) {
  .cta__btn img {
    width: 20px;
    margin-right: 10px;
  }
}
.cta__btn p {
  font-size: clamp(12px, 1.04vw, 20px);
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
}

.fv {
  position: relative;
}
.fv picture img {
  vertical-align: middle;
}
.fv__tit {
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 43.2291666667%;
}
@media (max-width: 768px) {
  .fv__tit {
    width: 89.7435897436%;
    top: 25%;
    left: 50%;
  }
}

.worry {
  background-image: linear-gradient(0deg, #b1bddb, #eff4fe);
  padding: 150px 0;
  position: relative;
}
@media (max-width: 768px) {
  .worry {
    padding: 70px 0;
  }
}
.worry h2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
}
.worry__arrow {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.solution {
  padding: 150px 0;
  text-align: center;
  background-image: url(../img/solution-back-left.png), url(../img/solution-back-right.png);
  background-position: left top 50px, right top 200px;
  background-size: 14.74vw, 17.4vw;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .solution {
    padding: 70px 0;
    background-position: left top 50px, right top 120px;
  }
}
.solution h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #e9af3e;
  border-bottom: 4px solid #e9af3e;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .solution h2 {
    border-bottom: 3px solid #e9af3e;
    padding-bottom: 10px;
    margin-bottom: 70px;
  }
}
.solution__box {
  width: 90%;
  max-width: 780px;
  box-sizing: border-box;
  margin: 0 auto 120px;
  position: relative;
  text-align: left;
  padding: 50px 100px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .solution__box {
    padding: 20px;
    margin-bottom: 60px;
  }
}
.solution__box img {
  width: 230px;
  position: absolute;
  top: -35px;
  left: -20px;
}
@media (max-width: 768px) {
  .solution__box img {
    width: 150px;
    top: -20px;
    left: -10px;
  }
}
.solution__conclusion {
  font-size: clamp(18px, 1.56vw, 30px);
  font-weight: 600;
  color: #6f94cd;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .solution__conclusion {
    margin-bottom: 20px;
  }
}
.solution__conclusion span {
  font-size: clamp(24px, 2.5vw, 48px);
  color: #3865aa;
}
.solution__pic {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.effect {
  padding: 150px 0;
  background-color: #ecfafa;
}
@media (max-width: 768px) {
  .effect {
    padding: 70px 0;
  }
}
.effect h2 {
  font-size: clamp(24px, 3vw, 57px);
  line-height: 1.5em;
  color: #3865aa;
  text-align: center;
}
.effect__example {
  width: 85px;
  margin: 0 auto 100px;
  display: block;
}
@media (max-width: 768px) {
  .effect__example {
    width: 50px;
    margin-bottom: 50px;
  }
}
.effect__box {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .effect__box {
    margin-bottom: 20px;
  }
}

.strengths {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .strengths {
    padding: 70px 0;
  }
}
.strengths h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #3865aa;
  line-height: 1.5em;
  text-align: center;
}
.strengths__box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .strengths__box {
    display: block;
    margin-bottom: 20px;
  }
}
.strengths__box img {
  width: 10.8333333333%;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .strengths__box img {
    width: 70px;
    margin: 0 auto 20px;
    display: block;
  }
}
.strengths__illust {
  width: 100%;
  max-width: 714px;
  margin: 0 auto 100px;
  display: block;
}
@media (max-width: 768px) {
  .strengths__illust {
    margin-bottom: 50px;
  }
}
.strengths__pic {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  display: block;
}

.ability {
  padding: 150px 0;
  text-align: center;
  background-color: #ecfafa;
}
@media (max-width: 768px) {
  .ability {
    padding: 70px 0;
  }
}
.ability h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #3865aa;
  line-height: 1.5em;
}
.ability {
  /* &__box01 {
    margin-bottom: 150px;
    @media (max-width: 768px) {
      margin-bottom: 70px;
    }
  } */
}
.ability__illust {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.change {
  background-color: #FFFCED;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .change {
    padding: 70px 0;
  }
}
.change h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #3865aa;
  line-height: 1.5em;
  text-align: center;
}
.change__box {
  background-color: #fff;
  border: 7px solid #93d2d3;
  border-radius: 25px;
  padding: 70px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .change__box {
    padding: 20px;
    border-width: 4px;
    margin-bottom: 20px;
  }
}
.change__box__titarea {
  display: flex;
  align-items: center;
  gap: 40px;
  background-image: repeating-linear-gradient(90deg, #93d2d3, #93d2d3 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .change__box__titarea {
    display: block;
    gap: 0;
  }
}
.change__box__titarea img {
  max-width: 220px;
  width: 18.3333333333%;
}
@media (max-width: 768px) {
  .change__box__titarea img {
    width: 100px;
    margin: 0 auto;
    display: block;
  }
}
.change__box__titarea h3 {
  font-size: clamp(20px, 2vw, 38px);
  font-weight: 600;
  line-height: 1.5em;
}
.change__box__txtarea {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .change__box__txtarea {
    display: block;
    gap: 0;
    margin-top: 20px;
  }
}
.change__box__txtarea__illust {
  width: 30%;
}
@media (max-width: 768px) {
  .change__box__txtarea__illust {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
}
.change__box__txtarea p {
  font-size: clamp(16px, 1.15vw, 22px);
  margin-bottom: 30px;
}
.change__conclusion {
  background-color: #3865aa;
  color: #fff;
  text-align: center;
  padding: 80px;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .change__conclusion {
    padding: 30px;
  }
}
.change__conclusion h3 {
  font-size: clamp(22px, 2vw, 40px);
  margin-bottom: 50px;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .change__conclusion h3 {
    margin-bottom: 20px;
  }
}
.change__conclusion p {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .change__conclusion p {
    text-align: left;
  }
}

.fiveareas {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .fiveareas {
    padding: 70px 0;
  }
}
.fiveareas h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #3865aa;
  line-height: 1.5em;
  text-align: center;
}
.fiveareas__illust {
  width: 100%;
  max-width: 370px;
  margin: 0 auto 100px;
  display: block;
}
@media (max-width: 768px) {
  .fiveareas__illust {
    width: 250px;
    margin-bottom: 50px;
  }
}
.fiveareas__box {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
.fiveareas__box__item {
  width: 30%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .fiveareas__box__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fiveareas__box__item__tit {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  padding: 5px 0;
  margin-bottom: 25px;
}
.fiveareas__box__item__tit01 {
  background-color: #e9af3e;
}
.fiveareas__box__item__tit02 {
  background-color: #3865aa;
}
.fiveareas__box__item__tit03 {
  background-color: #3bc7e2;
}
.fiveareas__box__item__tit04 {
  background-color: #a46dcd;
}
.fiveareas__box__item__tit05 {
  background-color: #e14890;
}
.fiveareas__box__item__txt {
  line-height: 2em;
}

.step {
  padding: 150px 0;
  background-color: #ecfafa;
}
@media (max-width: 768px) {
  .step {
    padding: 70px 0;
  }
}
.step h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #3865aa;
  line-height: 1.5em;
  text-align: center;
}
.step__box {
  width: 100%;
  max-width: 928px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 70px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .step__box {
    padding: 20px;
  }
}
.step__box__txt {
  font-size: 20px;
  color: #3865aa;
  line-height: 1.5em;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .step__box__txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.step__box__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .step__box__list li {
    display: block;
  }
}
.step__box__list li img {
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .step__box__list li img {
    width: 150px;
    margin: 0 auto 10px;
    display: block;
  }
}
.step__box__list li:nth-last-of-type(n + 2) {
  margin-bottom: 50px;
}
.step__box__list li:nth-last-of-type(n + 2)::after {
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #e9af3e;
  bottom: -50px;
  content: "";
  height: 30px;
  margin: auto;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 40px;
}
@media (max-width: 768px) {
  .step__box__list li:nth-last-of-type(n + 2)::after {
    width: 30px;
    height: 20px;
    bottom: -40px;
  }
}
.step__box__list__txtarea {
  width: 65%;
  text-align: left;
}
@media (max-width: 768px) {
  .step__box__list__txtarea {
    width: 100%;
  }
}
.step__box__list__txtarea h3 {
  font-size: clamp(24px, 2vw, 40px);
  color: #3865aa;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .step__box__list__txtarea h3 {
    text-align: center;
  }
}

.case {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .case {
    padding: 70px 0;
  }
}
.case h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #3865aa;
  line-height: 1.5em;
  text-align: center;
}
.case__box {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 230px 0 0 50px;
  padding: 70px 60px 60px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .case__box {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.case__box02, .case__box03 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .case__box02, .case__box03 {
    margin-top: 30px;
  }
}
.case__box__tit {
  width: 740px;
  font-size: 31px;
  line-height: 1.2em;
  color: #fff;
  padding: 20px 50px;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  top: -80px;
  left: -20px;
}
@media (max-width: 768px) {
  .case__box__tit {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 20px;
    position: static;
    margin-bottom: 20px;
  }
}
.case__box__tit01 {
  background-color: #93d2d3;
}
.case__box__tit02 {
  background-color: #e9af3e;
}
.case__box__tit03 {
  background-color: #6f94cd;
}
.case__box__txtarea {
  line-height: 2em;
}
.case__box__txtarea__name {
  text-align: right;
  margin-top: 20px;
}
.case__box__pic {
  width: 18.407079646%;
  margin-left: 5%;
}
@media (max-width: 768px) {
  .case__box__pic {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
}

.question {
  padding: 150px 0;
  background-color: #ecfafa;
}
@media (max-width: 768px) {
  .question {
    padding: 70px 0;
  }
}
.question h2 {
  font-size: clamp(24px, 3vw, 57px);
  color: #3865aa;
  line-height: 1.5em;
  text-align: center;
}

/* アコーディオン */
.accordion {
  max-width: 900px;
  margin: 0 auto 30px;
  border: 2px solid #3865aa;
  border-radius: 5px;
  background-color: #fff;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%233865aa%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: right calc(2em - 15px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #3865aa;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accordion summary {
    font-size: 16px;
    background-size: 20px;
  }
}

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

.accordion summary::after {
  transform: translateX(8px) translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .accordion summary::after {
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

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

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
}

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

/* ーーーーー */
/* ボタン */
.entry__btn {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .entry__btn {
    margin-top: 50px;
  }
}
.entry__btn a {
  background-color: #3865aa;
  color: #fff;
  padding: 70px 80px;
  border-radius: 20px;
  font-size: 31px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 768px) {
  .entry__btn a {
    font-size: 18px;
    padding: 30px 50px;
    border-radius: 10px;
  }
}
.entry__btn a:hover {
  opacity: 0.6;
}

/* ーーーーー */
.footer {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer {
    margin-bottom: 28px;
  }
}/*# sourceMappingURL=style.css.map */