@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Tienne";
  src: url("../fonts/Tienne-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
}
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* =============================================
    タグ共通
============================================= */
html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

body {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #555;
}

.container {
  max-width: 430px;
  margin: 0 auto;
}

.wrapper {
  padding: 0 25px;
}

h1 {
  font-size: 3.2rem;
  padding: 149px 25px 0;
}
@media (max-width: 430px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 368px) {
  h1 {
    font-size: 2.8rem;
  }
}

.bubble {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 430px) {
  .bubble {
    font-size: 1.4rem;
  }
}
@media (max-width: 368px) {
  .bubble {
    font-size: 1.3rem;
  }
}

.line-btn {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #fff;
  text-align: center;
  margin-bottom: 24px;
  border: 0.42px solid #f4c81a;
  padding: 13.42px 0;
  box-shadow: 0px 3.368px 3.368px 0px rgba(0, 0, 0, 0.25);
  border-radius: 60.632px;
  color: #333;
}
.line-btn span {
  font-size: 2.4rem;
}
@media (max-width: 430px) {
  .line-btn span {
    font-size: 2.2rem;
  }
}
.line-btn img {
  position: absolute;
  top: 35%;
  right: 8%;
}

.view-btn {
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.5s ease;
  color: #555;
  border: 0.42px solid rgba(83, 111, 148, 0.4392156863);
  padding: 13.42px 0;
  border-radius: 60.632px;
  background: linear-gradient(90deg, #85cdec 0%, #bdf4ff 100%);
}
@media (max-width: 430px) {
  .view-btn {
    font-size: 1.3rem;
  }
}

.yellow-marker {
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
.yellow-marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 27px;
  background: linear-gradient(transparent 65%, #f4c81a 50%);
  bottom: 0;
  left: -0.5em;
  z-index: -1;
}

.round-brackets {
  position: relative;
}
.round-brackets::before {
  content: "「";
  position: absolute;
  left: -1em;
}

.mainvisual {
  min-height: 512px;
  background-image: url(../img/mainvisual-sp\ 1.png);
  background-size: cover;
}
.mainvisual .inner {
  position: relative;
  top: 10px;
}
.mainvisual .programming_text1 {
  position: absolute;
  top: 37px;
  right: 35%;
  width: 100px;
  height: 100px;
  padding-top: 19px;
  font-size: 1.32rem;
  background: #f4c81a;
  border-radius: 50%;
  text-align: center;
  transform: rotate(-15deg);
}
@media (max-width: 430px) {
  .mainvisual .programming_text1 {
    right: 38%;
  }
}
.mainvisual .programming_text2 {
  position: absolute;
  top: 12px;
  right: 5%;
  width: 150px;
}

.achievement {
  margin-bottom: 53px;
  color: #000;
}
.achievement h2 {
  color: #555;
  font-size: 2.8rem;
  text-align: center;
  padding: 17px 0;
  background: #85cdec;
}
@media (max-width: 430px) {
  .achievement h2 {
    font-size: 2.6rem;
  }
}
.achievement h3 {
  text-align: left;
  font-size: 2.4rem;
}
@media (max-width: 430px) {
  .achievement h3 {
    font-size: 2.2rem;
  }
}
.achievement h3 span {
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .achievement h3 span {
    font-size: 1.6rem;
  }
}
.achievement .lists {
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
.achievement .lists .list {
  background: #bdf4ff;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  background-position: 100% 0%;
  margin: 32px auto 0;
  padding: 24px 30px;
  max-width: 380px;
  text-align: center;
  position: relative;
}
.achievement .lists .list .Polygon {
  position: absolute;
  top: 0;
  right: 0;
}
.achievement .summary {
  position: relative;
  background: #bdf4ff;
  width: 100%;
}
.achievement .summary .icon {
  position: absolute;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 430px) {
  .achievement .summary .icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 368px) {
  .achievement .summary .icon {
    right: -7px;
    width: 60px;
    height: 60px;
  }
}
.achievement .summary p {
  font-size: 1.6rem;
  padding: 8px 0 16px;
  text-align: left;
}
@media (max-width: 430px) {
  .achievement .summary p {
    font-size: 1.4rem;
  }
}
.achievement .answer {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  background: #bdf4ff;
}
.achievement .answer .LP-image1 {
  max-width: 320px;
  width: 100%;
  text-align: center;
  scrollbar-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.open .answer {
  opacity: 1;
  height: auto;
  overflow: visible;
  text-align: center;
  overflow-x: auto;
  margin-top: 24px;
  scrollbar-width: none;
}
.open .horizontal img {
  max-width: none;
  width: 1083px;
}

.trouble {
  background: #97d9e6;
  position: relative;
  z-index: -10;
  margin-bottom: 53px;
  width: 100%;
}
.trouble::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 115px 430px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: -10;
}
@media (max-width: 430px) {
  .trouble::before {
    content: "";
    border-right: 100vw solid transparent;
  }
}
.trouble .wrapper {
  padding-top: 23px;
}
.trouble .wrapper .sec-title-bg {
  text-align: center;
  font-size: 2.2rem;
  background-color: rgba(51, 175, 200, 0.5);
  padding: 16px 0 21px;
  border: 2px solid #555;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media (max-width: 430px) {
  .trouble .wrapper .sec-title-bg {
    font-size: 2rem;
  }
}
.trouble .trouble-lists .trouble-list {
  text-align: center;
  margin: 0 auto;
  padding: 0 25px;
}
.trouble .trouble-lists .trouble-list .balloon {
  position: relative;
  display: inline-block;
  margin: 44px 0 3px;
  padding: 13px 24px;
  max-width: 320px;
  width: 100%;
  color: #555;
  font-size: 1.8rem;
  text-align: center;
  background: #f8ffff;
  border-radius: 35px;
  filter: drop-shadow(0px 3.368px 3.368px rgba(0, 0, 0, 0.25));
}
.trouble .trouble-lists .trouble-list .balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-top: 10px solid #f8ffff;
}
@media (max-width: 430px) {
  .trouble .trouble-lists .trouble-list .balloon {
    font-size: 1.6rem;
  }
}
.trouble .trouble-lists .trouble-list img {
  width: 133px;
  margin: 20px 0;
}
.trouble .trouble-lists .trouble-list .text-area {
  text-align: left;
  margin: 0 auto;
  background: #f8ffff;
  padding: 16px 28px 24px 30px;
}
.trouble .trouble-lists .trouble-list .text-area-1 {
  font-size: 1.6rem;
  max-width: 320px;
  margin-bottom: 24px;
}
.trouble .trouble-lists .trouble-list .text-area-1 span {
  color: #536f94;
}
@media (max-width: 430px) {
  .trouble .trouble-lists .trouble-list .text-area-1 {
    font-size: 1.4rem;
  }
}
.trouble .trouble-lists .trouble-list .text-area-2 {
  margin: 0 auto;
  white-space: nowrap;
}
.trouble .trouble-lists .trouble-list .text-area-2 .yellow-marker {
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .trouble .trouble-lists .trouble-list .text-area-2 .yellow-marker {
    font-size: 1.6rem;
  }
}
.trouble .text-area2 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  padding: 48px 36px 26px;
}
@media (max-width: 430px) {
  .trouble .text-area2 {
    width: 100vw;
    font-size: 1.6rem;
  }
}
.trouble .text-area2 .num {
  font-size: 2.8rem;
}
@media (max-width: 430px) {
  .trouble .text-area2 .num {
    font-size: 2.6rem;
  }
}
.trouble .text-area2-1 {
  white-space: nowrap;
}
.trouble .text-area2-2 {
  padding-top: 24px;
}
.trouble .text-area2-2 .red {
  color: red;
}
.trouble .text-area2::after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  height: 53px;
  border-top: 53px solid #97d9e6;
  border-left: 215px solid transparent;
  border-right: 215px solid transparent;
  z-index: 20;
}
@media (max-width: 430px) {
  .trouble .text-area2::after {
    content: "";
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }
}

.three-cause {
  padding: 53px 0 25px;
}
.three-cause h2 {
  font-size: 3.2rem;
  text-align: center;
  border: 2px solid #536f94;
  opacity: 0.9;
  background: linear-gradient(90deg, #85cdec 0%, rgba(189, 244, 255, 0.6) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 5px 0 9px;
}
@media (max-width: 430px) {
  .three-cause h2 {
    font-size: 3rem;
  }
}
.three-cause h2 span {
  font-size: 4rem;
}
@media (max-width: 430px) {
  .three-cause h2 span {
    font-size: 3.8rem;
  }
}
.three-cause h3 {
  font-size: 2.4rem;
  margin-top: 40px;
  text-align: center;
  background: #97d9e6;
  padding: 13px 0;
  border: 2px dashed #536f94;
}
@media (max-width: 430px) {
  .three-cause h3 {
    font-size: 2.2rem;
  }
}
.three-cause img {
  padding: 24px;
}
.three-cause .text {
  background: #97d9e6;
  font-size: 1.6rem;
  padding: 22px 20px 22px 30px;
}
@media (max-width: 430px) {
  .three-cause .text {
    font-size: 1.45rem;
  }
}
.three-cause .text p {
  padding-bottom: 24px;
}
.three-cause .text p:last-child {
  padding-bottom: 0;
}
.three-cause .text p span {
  background: linear-gradient(transparent 65%, #f4c81a 50%);
  white-space: nowrap;
}

.solution {
  background-image: url(../img/bacground.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 16px;
  color: #333;
}
.solution h2 {
  text-align: center;
  padding: 90px 0 13px;
  color: #f8ffff;
  font-size: 2.5rem;
}
@media (max-width: 430px) {
  .solution h2 {
    font-size: 2.3rem;
  }
}
.solution h2 .mark1 {
  display: inline-block;
  transform: rotate(16.897deg);
  font-size: 2.8rem;
}
@media (max-width: 430px) {
  .solution h2 .mark1 {
    font-size: 2.6rem;
  }
}
.solution h2 .mark2 {
  display: inline-block;
  transform: rotate(24.762deg);
  font-size: 2.8rem;
  margin-left: 2px;
}
@media (max-width: 430px) {
  .solution h2 .mark2 {
    font-size: 2.6rem;
  }
}
.solution h3 {
  font-size: 2.8rem;
  color: #333;
  text-align: center;
  padding-bottom: 18px;
}
@media (max-width: 430px) {
  .solution h3 {
    font-size: 2.6rem;
  }
}
.solution .wrapper {
  padding-bottom: 100px;
  overflow: hidden;
}
.solution .read-text {
  text-align: center;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.solution .read-text p {
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .solution .read-text p {
    font-size: 1.6rem;
  }
}
.solution .read-text p span {
  font-size: 4rem;
  color: #d83434;
}
@media (max-width: 430px) {
  .solution .read-text p span {
    font-size: 3.8rem;
  }
}
@media (max-width: 375px) {
  .solution .read-text p span {
    font-size: 3.7rem;
  }
}
.solution .read-text .marker {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.solution .read-text img {
  margin: 11px 0 47px;
  width: 176px;
}
.solution .read-text .material1 {
  position: absolute;
  top: 125px;
  left: -10px;
  z-index: -1;
}
.solution .read-text .material2 {
  position: absolute;
  top: 218px;
  right: -5px;
  z-index: -1;
}
.solution .text-summary {
  width: 100%;
  text-align: left;
  background: #f8ffff;
  border: 2px solid #f4c81a;
  padding: 24px 24px 24px 29px;
  font-size: 1.6rem;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 430px) {
  .solution .text-summary {
    width: calc(100vw - 50px);
    font-size: 1.45rem;
  }
}
.solution .text-summary::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100.2%;
  transform: translateX(-50%);
  height: 53px;
  border-top: 53px solid #f4c81a;
  border-left: 190px solid transparent;
  border-right: 190px solid transparent;
}
@media (max-width: 430px) {
  .solution .text-summary::before {
    content: "";
    border-left: calc(50vw - 25px) solid transparent;
    border-right: calc(50vw - 25px) solid transparent;
  }
}
.solution .text-summary::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 99.9%;
  transform: translateX(-50%);
  height: 53px;
  border-top: 53px solid #f8ffff;
  border-left: 190px solid transparent;
  border-right: 190px solid transparent;
}
@media (max-width: 430px) {
  .solution .text-summary::after {
    content: "";
    border-left: calc(50vw - 25px) solid transparent;
    border-right: calc(50vw - 25px) solid transparent;
  }
}
.solution .text-summary li {
  padding-bottom: 16px;
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}
.solution .contents-summary {
  text-align: center;
  white-space: nowrap;
}
.solution .contents-summary li {
  margin-bottom: 32px;
  position: relative;
}
.solution .contents-summary li:last-child {
  margin-bottom: 47px;
}
.solution .contents-summary li h3 {
  position: relative;
  font-size: 2.4rem;
  text-shadow: 2px 2px 2px #f8ffff, -2px -2px 2px #f8ffff, -2px 2px 2px #f8ffff, 2px -2px 2px #f8ffff, 2px 0 2px #f8ffff, -2px 0 2px #f8ffff, 0 2px 2px #f8ffff, 0 -2px 2px #f8ffff;
}
@media (max-width: 430px) {
  .solution .contents-summary li h3 {
    font-size: 2.2rem;
  }
}
.solution .contents-summary li h3 .num {
  font-family: "Tienne", serif;
  font-weight: 700;
  color: #f8ffff;
  font-size: 3.2rem;
  text-shadow: none;
}
@media (max-width: 430px) {
  .solution .contents-summary li h3 .num {
    font-size: 3rem;
  }
}
.solution .contents-summary li h3 .small {
  font-size: 1.6rem;
}
@media (max-width: 430px) {
  .solution .contents-summary li h3 .small {
    font-size: 1.4rem;
  }
}
.solution .contents-summary li h3 .emphasis-left {
  position: absolute;
  top: 26px;
  left: -25px;
}
.solution .contents-summary li h3 .emphasis-right {
  position: absolute;
  top: 26px;
  right: -25px;
}
.solution .contents-summary li .contents-img {
  max-width: 320px;
  width: 100%;
}
.solution .contents-summary li .contents-img2 {
  max-width: 230px;
  width: 100%;
}
.solution .contents-summary li .text {
  text-align: left;
  background: #f8ffff;
  font-size: 1.6rem;
  padding: 16px 30px 20px;
  margin-top: 16px;
}
.solution .contents-summary li .text span {
  color: #D83434;
}
@media (max-width: 430px) {
  .solution .contents-summary li .text {
    font-size: 1.4rem;
  }
}
.solution .contents-summary li .text p {
  padding-bottom: 20px;
}
.solution .contents-summary li .text p:last-of-type {
  padding-bottom: 0;
}
.solution .point {
  padding-top: 38px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.solution .point .now {
  font-size: 1.6rem;
}
@media (max-width: 430px) {
  .solution .point .now {
    font-size: 1.4rem;
  }
}
.solution .point h3 {
  position: relative;
  font-size: 4.8rem;
  z-index: 10;
}
@media (max-width: 430px) {
  .solution .point h3 {
    font-size: 4.6rem;
  }
}
.solution .point h3 .a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-text-stroke: 7px #536f94;
  text-stroke: 7px #536f94;
  color: #536f94;
  z-index: -10;
}
.solution .point h3 .b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  z-index: -1;
}
.solution .point .material1 {
  position: absolute;
  top: 30px;
  left: -26px;
  width: 168px;
  z-index: -1;
}
.solution .point .material2 {
  position: absolute;
  top: 118px;
  right: -30px;
  width: 182px;
  z-index: -1;
}
.solution .point ul li {
  padding-top: 76px;
  position: relative;
}
.solution .point ul li .material3 {
  position: absolute;
  bottom: 100px;
  right: -37px;
  z-index: -1;
}
.solution .point ul li .material4 {
  position: absolute;
  top: -14px;
  right: -57px;
  z-index: -1;
}
.solution .point ul li .material5 {
  position: absolute;
  top: 200px;
  left: -70px;
  z-index: -1;
  width: 165px;
}
.solution .point ul li .material6 {
  position: absolute;
  bottom: 194px;
  right: -24px;
  z-index: -1;
}
.solution .point ul li .material7 {
  position: absolute;
  top: -108px;
  left: -25px;
  z-index: -1;
}
.solution .point ul li .material8 {
  position: absolute;
  top: -47px;
  left: 0;
  z-index: -1;
}
.solution .point ul li .material9 {
  position: absolute;
  top: 144px;
  right: -35px;
  z-index: -1;
}
.solution .point ul li .material10 {
  position: absolute;
  bottom: 116px;
  left: -70px;
  z-index: -1;
  width: 165px;
}
.solution .point ul li h4 {
  position: absolute;
  top: 45px;
  left: -26px;
}
.solution .point ul li .ribbon {
  max-width: 389px;
  position: relative;
}
.solution .point ul li .ribbon svg {
  width: 100%;
}
.solution .point ul li .ribbon p {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 2.4rem;
  padding: 14px 0;
}
@media (max-width: 430px) {
  .solution .point ul li .ribbon p {
    font-size: 2.2rem;
  }
}
.solution .point ul li .ribbon p span {
  font-size: 1.8rem;
  background: #f4c81a;
  border-radius: 8px;
  margin-right: 8px;
  padding: 3.1px 17px 4.9px;
}
@media (max-width: 430px) {
  .solution .point ul li .ribbon p span {
    font-size: 1.6rem;
  }
}
.solution .point ul li .text {
  padding: 48px 30px 32px;
  background: #f8ffff;
  border: 3px solid #333;
  white-space: nowrap;
}
.solution .point ul li .text span {
  color: #D83434;
}
.solution .point ul li .text img {
  padding-bottom: 24px;
}
.solution .point ul li .text p {
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 24px;
}
.solution .point ul li .text p:last-child {
  padding: 0;
}
@media (max-width: 430px) {
  .solution .point ul li .text p {
    font-size: 1.4rem;
  }
}

.LINE {
  margin-bottom: 40px;
  color: #333;
}
.LINE h2 {
  text-align: center;
  color: #f8ffff;
  font-size: 3.6rem;
  background: #536f94;
  padding: 8px 0 12px;
  margin-bottom: 40px;
}
@media (max-width: 430px) {
  .LINE h2 {
    font-size: 3.4rem;
  }
}
.LINE h2 span {
  font-size: 3.2rem;
}
@media (max-width: 430px) {
  .LINE h2 span {
    font-size: 3rem;
  }
}
.LINE h3 {
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 3.2rem;
  color: #536f94;
  max-width: 320px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 430px) {
  .LINE h3 {
    font-size: 3rem;
  }
}
.LINE h3 span {
  font-size: 3rem;
}
@media (max-width: 430px) {
  .LINE h3 span {
    font-size: 2.6rem;
  }
}
@media (max-width: 368px) {
  .LINE h3 span {
    font-size: 2.4rem;
  }
}
.LINE li {
  background: #bdf4ff;
  padding: 21px 30px;
  margin-bottom: 24px;
  text-align: center;
  border-radius: 8px;
}
.LINE li:last-child {
  margin-bottom: 40px;
}
.LINE li .text {
  margin: 16px 0;
  font-size: 1.6rem;
}
@media (max-width: 430px) {
  .LINE li .text {
    font-size: 1.4rem;
  }
}
.LINE li .caution {
  margin-top: 16px;
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 430px) {
  .LINE li .caution {
    font-size: 1rem;
  }
}
.LINE li .line-btn {
  margin-bottom: 0;
}
.LINE li .step-img {
  max-width: 279px;
  width: 100%;
}

.voice {
  color: #333;
  text-align: center;
}
.voice h2 {
  font-size: 3.2rem;
  background: #85cdec;
  padding: 13px 0;
}
@media (max-width: 430px) {
  .voice h2 {
    font-size: 3rem;
  }
}
.voice .swiper img {
  max-width: 183px;
  width: 100%;
  box-shadow: 0px 3.368px 3.368px 0px rgba(0, 0, 0, 0.25);
}
.voice .swiper .swiper-wrapper {
  margin: 24px 0 45px;
}
.voice .swiper .swiper-button-prev:after,
.voice .swiper .swiper-button-next:after {
  display: none;
}
.voice .swiper .swiper-scrollbar {
  display: none;
}
.voice .etc {
  text-align: left;
  font-size: 2.1rem;
}
@media (max-width: 430px) {
  .voice .etc {
    font-size: 1.9rem;
  }
}
.voice .lists {
  margin-top: 24px;
  transition: all 0.5s ease;
}
.voice .lists .list {
  background: #bdf4ff;
  padding: 24px 30px;
  height: 100%;
  margin: 0 auto 48px;
}
.voice .summary {
  text-align: center;
  background: #bdf4ff;
}
.voice .summary .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.voice .summary .name .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.voice .summary .name h3 {
  font-size: 2.4rem;
}
@media (max-width: 430px) {
  .voice .summary .name h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 375px) {
  .voice .summary .name h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 368px) {
  .voice .summary .name h3 {
    font-size: 2rem;
  }
}
.voice .summary .name h3 span {
  font-size: 1.8rem;
}
@media (max-width: 430px) {
  .voice .summary .name h3 span {
    font-size: 1.6rem;
  }
}
@media (max-width: 375px) {
  .voice .summary .name h3 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 368px) {
  .voice .summary .name h3 span {
    font-size: 1.3rem;
  }
}
.voice .summary .LP-image1 {
  max-width: 320px;
  width: 100%;
  padding: 24px 0;
}
.voice .answer {
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #bdf4ff;
  transition: all 0.5s ease;
  text-align: left;
  font-size: 1.5rem;
  color: #333;
}
@media (max-width: 430px) {
  .voice .answer {
    font-size: 1.3rem;
  }
}
.voice .answer h4 {
  padding: 4px 0 6px;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  background: #f8ffff;
}
@media (max-width: 430px) {
  .voice .answer h4 {
    font-size: 1.4rem;
  }
}
.voice .answer p {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 24px;
}

.open2 .answer {
  margin-top: 24px;
  opacity: 1;
  height: auto;
  overflow: visible;
  background: #bdf4ff;
}
.open2 .answer p {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.result {
  color: #000;
  text-align: center;
}
.result h2 {
  font-size: 2.6rem;
  background: #97d9e6;
  padding: 16px 0;
  margin: 32px 0;
}
@media (max-width: 430px) {
  .result h2 {
    font-size: 2.4rem;
  }
}
.result img {
  max-width: 241px;
}
.result ul {
  text-align: left;
  white-space: nowrap;
  margin: 32px 0 52px;
}
.result ul p {
  padding-bottom: 24px;
  font-size: 1.6rem;
}
@media (max-width: 430px) {
  .result ul p {
    font-size: 1.5rem;
  }
}
.result ul p:last-child {
  padding-bottom: 0;
}
.result ul p .font-size {
  font-size: 2.1rem;
}
@media (max-width: 430px) {
  .result ul p .font-size {
    font-size: 2rem;
  }
}
.result ul p .red {
  color: #D83434;
}
.result ul p .yellow-marker2 {
  background: linear-gradient(transparent 65%, #f4c81a 50%);
  white-space: nowrap;
}

.QA {
  text-align: center;
}
.QA h2 {
  font-size: 1rem;
  margin-bottom: 32px;
}
.QA h2 span {
  font-size: 3.6rem;
  font-family: "Caveat", cursive;
  color: #536f94;
}
.QA .lists {
  max-width: 360px;
  margin: 0 auto;
}
.QA .lists .list3 {
  margin-bottom: 16px;
  position: relative;
  border: 2px solid #536f94;
  border-radius: 8px;
}
.QA .summary {
  max-width: 340px;
  text-align: left;
  list-style: none;
  display: flex;
  position: relative;
  padding: 16px 50px 8px 14px;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
}
.QA .summary .num {
  font-size: 2.1rem;
  color: #536f94;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-style: italic;
  margin-right: 11px;
}
.QA .toggle-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 30px;
}
.QA .toggle-btn::after, .QA .toggle-btn::before {
  content: "";
  position: absolute;
  display: block;
  background: #536f94;
  width: 14px;
  border-radius: 2px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.QA .toggle-btn::before {
  width: 2px;
  height: 14px;
  visibility: visible;
  opacity: 1;
}
.QA .answer {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.5s ease;
  max-width: 284px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 16px 16px;
  color: #536f94;
}
.QA .answer .answerInner .red {
  color: #d83434;
  font-size: 1.4rem;
}
.QA .bubble {
  padding-top: 32px;
}
.QA .line-btn {
  margin-bottom: 52px;
}

.open3 .toggle-btn {
  top: 50%;
  right: 30px;
  position: absolute;
}
.open3 .toggle-btn::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.open3 .toggle-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.open3 .answer {
  margin-top: 3px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.study-hard {
  text-align: center;
  color: #000;
  white-space: nowrap;
}
.study-hard h2 {
  font-size: 2.1rem;
  color: #f8ffff;
  background: #536f94;
  padding: 16px 0;
}
.study-hard img:first-child {
  max-width: 320px;
  width: 100%;
  padding: 30px 0;
}
.study-hard .text p {
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 430px) {
  .study-hard .text p {
    font-size: 1.5rem;
  }
}
.study-hard .text p .yellow-marker:first-child::after {
  width: 103%;
}
.study-hard .kakashi {
  font-size: 2.4rem;
  text-align: right;
  margin-bottom: 48px;
}

footer {
  color: #000;
  margin-top: 8px;
  text-align: center;
}
footer p {
  font-size: 1.6rem;
  padding: 16px 0;
  background: #97d9e6;
}
/*# sourceMappingURL=style.css.map */