/* --------------------------
color
-------------------------- */
/* --------------------------
spacing
-------------------------- */
/* --------------------------
font
-------------------------- */
/* --------------------------
contents width
-------------------------- */
/* --------------------------
z-index order
-------------------------- */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

strong {
  font-weight: bold;
}

html {
  font-size: 16px;
}
html.nooverflow {
  overflow-y: hidden;
}

.loading {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000000;
}
.loading-image {
  width: 632px;
  padding: 30px;
  max-width: 100%;
}

body {
  font-family: "Open Sans", YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #272727;
  letter-spacing: 0.01em;
}

a {
  color: #272727;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.6;
}

p {
  margin-bottom: 1em;
  line-height: 1.8em;
  font-size: 4.2666666667cqw;
}
p:last-child {
  margin-bottom: 0;
}

h3,
h4 {
  line-height: 1.5;
}

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

div[aria-hidden=true] {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-section {
  margin: 9.3023255814cqw 0;
}

.c-section--bg {
  padding: 9.3023255814cqw 0;
}

.c-section-container,
.c-section-container-middle {
  padding: 0 4.6511627907cqw;
}

.u-text-inverse {
  color: #fff;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-center {
  text-align: center;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-regular {
  font-weight: 500;
}

.u-text-normal {
  font-weight: 400;
}

.u-line-basis {
  line-height: 1.25;
}

.u-text-bit-large {
  font-size: 7.4418604651cqw;
}

.u-text-large {
  font-size: 4.6511627907cqw;
  line-height: 1.25;
}

.u-text-default {
  font-size: 3.7209302326cqw;
}

.u-text-small {
  font-size: 5.5813953488cqw;
}

.u-text-x-small {
  font-size: 2.7906976744cqw;
  line-height: 4.1860465116cqw;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-mt10 {
  margin-top: 2.3255813953cqw;
}

.u-mb10 {
  margin-bottom: 2.3255813953cqw;
}

sup {
  font-size: 0.5em;
}

.best {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  background: #ddd;
}
.best-main {
  container-type: inline-size;
  max-width: 100%;
  width: 430px;
  margin: 0 auto;
  overflow: hidden;
  z-index: -2;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .best-main {
    max-width: 100%;
    width: 100%;
  }
}
.best-bg {
  background: #54c2f0;
}
.best-triangle {
  position: relative;
  margin-bottom: 9.3023255814cqw;
}
.best-triangle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 9.3023255814cqw;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
  background: #54c2f0;
}
.best-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.7209302326cqw;
  height: 18.6046511628cqw;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}
.best-header-logo.rakuie {
  width: 47.2093023256cqw;
}
.best-header-logo.hajime {
  width: 34.8837209302cqw;
}
.best-mv {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  background: url(../images/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.best-mv::before, .best-mv::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #54c2f0;
}
.best-mv::before {
  top: 0;
  height: 18.6046511628cqw;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}
.best-mv::after {
  bottom: 0;
  height: 9.3023255814cqw;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}
.best-mv img {
  position: relative;
  z-index: 2;
}
.best-pr {
  padding-top: 9.3023255814cqw;
  margin-bottom: 9.3023255814cqw;
  background: #54c2f0;
  border-bottom: 1px solid #54c2f0;
  position: relative;
}
.best-pr::after {
  content: "";
  position: absolute;
  bottom: -9.3023255814cqw;
  left: 0;
  width: 100%;
  height: 9.3023255814cqw;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  background: #54c2f0;
}
.best-panel {
  padding: 0 3.7209302326cqw 3.7209302326cqw;
  background: #fff;
  position: relative;
}
.best-panel::before {
  content: "";
  width: 100%;
  height: 9.3023255814cqw;
  position: absolute;
  bottom: 100%;
  left: 0;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
}
.best-panel-headline {
  font-size: 5.5813953488cqw;
  line-height: 1.5;
  color: #54c2f0;
  margin-bottom: 3.7209302326cqw;
}
.best-panel-headline.border {
  border-bottom: 2px solid #54c2f0;
}
.best-h2 {
  font-size: 4.6511627907cqw;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.best-h2.border {
  border-bottom: 2px solid #54c2f0;
}
.best-h2.cta {
  color: #f1b12f;
}
.best-h2 img {
  position: relative;
  bottom: -0.5em;
  padding-right: 0.5em;
}
.best-video {
  width: 100%;
  aspect-ratio: 16/9;
}
.best-video video {
  width: 100%;
  height: 100%;
}
.best-video video ~ p {
  display: none;
}
.best-answer {
  padding-top: 18.6046511628cqw;
  padding-bottom: 9.3023255814cqw;
  background: #eaebed;
  position: relative;
}
.best-answer::before {
  content: "";
  width: 100%;
  height: 9.3023255814cqw;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #fff;
}
.best-answer-headline {
  margin-bottom: 5.5813953488cqw;
}
.best-answer-list {
  padding-top: 9.3023255814cqw;
}
.best-answer-list-item:not(:last-child) {
  margin-bottom: 9.3023255814cqw;
  padding-bottom: 9.3023255814cqw;
}
.best-answer-point-item {
  display: flex;
  font-size: 5.5813953488cqw;
  line-height: 1.25;
  padding-left: 2em;
  position: relative;
}
.best-answer-point-item::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-answer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.best-answer-point-item:not(:last-child) {
  padding-bottom: 3.7209302326cqw;
  border-bottom: 2px dotted #54c2f0;
  margin-bottom: 3.7209302326cqw;
}
.best-button {
  display: block;
  font-size: 5.5813953488cqw;
  line-height: 1.5;
  padding: 0.75em;
  text-align: center;
  border-radius: 0.5em;
}
.best-button.cta {
  color: #fff;
  border: 1px solid transparent;
  background: #f1b12f;
}
.best-button.cta.border {
  color: #f1b12f;
  border: 1px solid #f1b12f;
  background: transparent;
}
.best-button.more {
  color: #fff;
  background: #54c2f0;
}
.best-button-list {
  display: grid;
  gap: 1em;
}
.best footer {
  padding: 3.7209302326cqw;
  background: #eaebed;
}
.best footer p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.7906976744cqw;
}/*# sourceMappingURL=style.css.map */