@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* noto-sans-jp */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.ttf") format("ttf");
}
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.9;
  letter-spacing: 0em;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

main {
  flex: 1;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
    text-decoration: underline 1px;
  }
}

.wrapper_l {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper_s {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.hidden {
  overflow: hidden;
}

h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

.title_wrap {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_wrap::before, .title_wrap::after {
  content: "";
  display: block;
  width: 62px;
  height: 67px;
}
@media screen and (max-width: 767px) {
  .title_wrap::before, .title_wrap::after {
    width: 40px;
  }
}
.title_wrap::before {
  background: url(../img/title_deco_l.svg) center/contain no-repeat;
}
.title_wrap::after {
  background: url(../img/title_deco_r.svg) center/contain no-repeat;
}

.noscript {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #FDF56D url(../img/dot60.svg);
  height: 100%;
  display: flex;
  align-items: center;
}
.noscript h1 {
  color: #00A0E9;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.noscript p {
  text-align: center;
}

.nav .header_toggle {
  width: 50px;
  position: fixed;
  top: 60px;
  right: 80px;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s;
}
.nav .header_toggle:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .nav .header_toggle {
    top: 20px;
    right: 20px;
  }
}
.nav .nav_list {
  height: 100vh;
  background: #3C3C3C;
  transform: translateX(100%);
  padding: 130px 34px 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .nav .nav_list {
    width: 100%;
    padding: 60px 34px 0;
  }
}
.nav .nav_list.active {
  transform: translateX(0%);
}
.nav_item {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 30px;
  transition: 0.2s;
}
.nav_item a:hover {
  color: #FFF100;
}
.nav .nav_close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
}
.nav .nav_circle {
  display: flex;
  flex-direction: column;
  gap: 16px 16px;
  position: fixed;
  top: 160px;
  right: 40px;
  z-index: 99;
}
.nav .nav_circle a {
  width: 130px;
}
@media screen and (max-width: 1023px) {
  .nav .nav_circle {
    flex-direction: row;
    gap: 16px 16px;
    top: auto;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
    z-index: 99;
  }
  .nav .nav_circle a {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .nav .nav_circle {
    column-gap: 10px;
    bottom: 10px;
    left: 20px;
    right: auto;
    transform: translateX(0);
  }
  .nav .nav_circle a {
    width: 80px;
  }
}

.mv {
  background: #FDF56D url(../img/dot60.svg);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 40px;
  }
}
.mv_inner {
  display: flex;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 1023px) {
  .mv_inner {
    flex-direction: column-reverse;
  }
}
.mv_left {
  width: 48%;
}
.mv_left p:nth-of-type(1) {
  margin-bottom: 40px;
}
.mv_left p:nth-of-type(2) {
  margin-bottom: 16px;
}
.mv_left p:nth-of-type(3) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.8;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #00A0E9;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 13px;
  width: fit-content;
}
.mv_left p:nth-of-type(3) span {
  color: #00A0E9;
}
.mv_left p:nth-of-type(4) {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-top: 18px;
}
@media screen and (max-width: 1023px) {
  .mv_left {
    width: 100%;
  }
  .mv_left p:nth-of-type(1) {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv_left p:nth-of-type(2) {
    max-width: 500px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv_left p:nth-of-type(3) {
    margin: 0 auto;
  }
  .mv_left p:nth-of-type(4) {
    font-size: 2rem;
    margin-top: 20px;
    text-align: center;
    line-height: 1.6;
  }
}
.mv_img {
  width: 48%;
  padding-right: 8%;
}
@media screen and (max-width: 1023px) {
  .mv_img {
    width: 90%;
    max-width: 500px;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .mv_deco {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .mv_deco img {
    width: 700px;
  }
}

.sports {
  background: #AADDF8 url(../img/dot20.svg);
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .sports {
    padding: 50px 0;
  }
}
.sports .title_wrap {
  max-width: 730px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sports .title_wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sports .wrapper_s {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sports img {
    max-width: 300px;
  }
}

.effect {
  background: #FDF56D url(../img/dot60.svg);
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .effect {
    padding: 50px 0;
  }
}
.effect .title_wrap {
  margin-bottom: 110px;
}
.effect .title_wrap span {
  font-size: 6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .effect .title_wrap {
    margin-bottom: 60px;
  }
  .effect .title_wrap span {
    line-height: 1;
  }
}
.effect_link {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .effect_link {
    margin-bottom: 50px;
  }
}
.effect_link li {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  text-align: center;
  width: 13%;
  background: #00A0E9;
  border-radius: 15px;
  position: relative;
}
.effect_link li p:nth-of-type(1) {
  margin: 0 auto;
  max-width: 100px;
}
.effect_link li a {
  display: block;
  padding: 50px 0 15px;
}
.effect_link li::before {
  content: "";
  display: block;
  width: 36px;
  height: 58px;
  background: center/contain no-repeat;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.effect_link li:nth-of-type(1)::before {
  background-image: url(../img/effect_no01.svg);
}
.effect_link li:nth-of-type(2)::before {
  background-image: url(../img/effect_no02.svg);
}
.effect_link li:nth-of-type(3)::before {
  background-image: url(../img/effect_no03.svg);
}
.effect_link li:nth-of-type(4)::before {
  background-image: url(../img/effect_no04.svg);
}
.effect_link li:nth-of-type(5)::before {
  background-image: url(../img/effect_no05.svg);
}
.effect_link li:nth-of-type(6)::before {
  background-image: url(../img/effect_no06.svg);
}
.effect_link li:nth-of-type(7)::before {
  background-image: url(../img/effect_no07.svg);
}
@media screen and (max-width: 1023px) {
  .effect_link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 10px;
  }
  .effect_link li {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .effect_link {
    gap: 20px 1%;
  }
  .effect_link li {
    width: 24%;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .effect_link li p:nth-of-type(1) {
    width: 50%;
  }
  .effect_link li a {
    padding: 40px 0 15px;
  }
  .effect_link li::before {
    width: 28px;
    height: 58px;
  }
}
.effect .effect_section {
  background: #fff;
  border: 4px solid #00A0E9;
  border-radius: 20px;
  padding: 50px 50px 80px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .effect .effect_section {
    padding: 50px 20px 50px;
    margin-bottom: 30px;
  }
}
.effect .effect_section::before {
  content: "";
  display: block;
  width: 53px;
  height: 85px;
  background: top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 4%;
}
@media screen and (max-width: 767px) {
  .effect .effect_section::before {
    width: 30px;
  }
}
.effect .effect_section_lead {
  padding-left: 8%;
}
.effect .effect_section_lead p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .effect .effect_section_lead {
    padding-left: 0;
  }
}
.effect .effect_section h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.effect .effect_section h3 span {
  color: #00A0E9;
}
@media screen and (max-width: 767px) {
  .effect .effect_section h3 {
    font-size: 2rem;
  }
}
.effect .effect_section .effect_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.effect .effect_section .effect_list li {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #00A0E9;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00A0E9;
  border-radius: 20px;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .effect .effect_section .effect_list li {
    font-size: 1.6rem;
  }
}
.effect .effect_01::before {
  background-image: url(../img/effect_no01_l.svg);
}
.effect .effect_01 .effect_list {
  margin: 40px auto 60px;
}
.effect .effect_01 .effect_list li {
  min-width: 230px;
}
@media screen and (max-width: 767px) {
  .effect .effect_01 .effect_list {
    margin: 20px auto 30px;
    flex-direction: column;
    gap: 10px;
  }
}
.effect .effect_01 .img {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .effect .effect_01 .img {
    max-width: 450px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.effect .effect_01 .img li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  width: 28%;
  aspect-ratio: 1/1;
  background: #AADDF8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.effect .effect_01 .img li::before, .effect .effect_01 .img li::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .effect .effect_01 .img li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .effect .effect_01 .img li {
    font-size: 1.8rem;
    width: 70%;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .effect .effect_01 .img li:nth-of-type(1) {
    margin: 0 0 0 auto;
  }
}
.effect .effect_01 .img li:nth-of-type(1)::before {
  width: 103px;
  background: url(../img/effect01_01.svg) center/contain no-repeat;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .effect .effect_01 .img li:nth-of-type(2) {
    margin: 0 auto 0 0;
  }
}
.effect .effect_01 .img li:nth-of-type(2)::before {
  width: 90px;
  background: url(../img/effect01_02.svg) center/contain no-repeat;
  left: -20px;
}
.effect .effect_01 .img li:nth-of-type(2)::after {
  width: 90px;
  background: url(../img/effect01_03.svg) center/contain no-repeat;
  right: -45px;
}
@media screen and (max-width: 767px) {
  .effect .effect_01 .img li:nth-of-type(3) {
    margin: 0 0 0 auto;
  }
}
.effect .effect_01 .img li:nth-of-type(3)::before {
  width: 100px;
  background: url(../img/effect01_04.svg) center/contain no-repeat;
  right: 0;
}
.effect .effect_02::before {
  background-image: url(../img/effect_no02_l.svg);
}
.effect .effect_02 .effect_section_lead h3 {
  letter-spacing: 0;
}
.effect .effect_02 .effect_list {
  margin: 30px auto 40px;
}
.effect .effect_02 .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.effect .effect_02 .img p:nth-of-type(1),
.effect .effect_02 .img p:nth-of-type(3) {
  width: 32%;
  border: 1px solid #707070;
  padding: 7px;
}
.effect .effect_02 .img p:nth-of-type(2) {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .effect .effect_02 .img {
    flex-direction: column;
    gap: 20px;
  }
  .effect .effect_02 .img p:nth-of-type(1),
  .effect .effect_02 .img p:nth-of-type(3) {
    width: 90%;
  }
  .effect .effect_02 .img p:nth-of-type(2) {
    max-width: 400px;
    width: 80%;
  }
}
.effect .effect_03 {
  padding-bottom: 30px;
}
.effect .effect_03::before {
  background-image: url(../img/effect_no03_l.svg);
}
.effect .effect_03 .img {
  max-width: 670px;
  margin: 40px auto;
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .effect .effect_03 .img {
    flex-direction: column;
  }
}
.effect .effect_03 .img li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .effect .effect_03 .img li img {
    max-width: 400px;
  }
}
.effect .effect_03 .img p {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #00A0E9;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00A0E9;
  border-radius: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .effect .effect_03 .img p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.effect .effect_03 .img li:nth-of-type(1) p {
  padding: 5px 35px;
}
.effect .effect_03 .img li:nth-of-type(2) p {
  padding: 5px 24px;
}
.effect .effect_03 dl {
  color: #fff;
  width: calc(100% + 100px);
  background: #00A0E9;
  padding: 10px 4%;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .effect .effect_03 dl {
    width: calc(100% + 40px);
    padding: 10px 4% 20px;
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: column;
    align-items: start;
  }
}
.effect .effect_03 dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .effect .effect_03 dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.effect .effect_03 dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .effect .effect_03 dd {
    padding-left: 0;
  }
}
.effect .effect_03 dd:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #FFF100;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 6px;
}
.effect .effect_04::before {
  background-image: url(../img/effect_no04_l.svg);
}
.effect .effect_04 .img {
  max-width: 780px;
  margin: 130px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .effect .effect_04 .img {
    max-width: 450px;
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.effect .effect_04 .img li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  width: 28%;
  aspect-ratio: 1/1;
  background: #AADDF8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.effect .effect_04 .img li div {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .effect .effect_04 .img li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .effect .effect_04 .img li {
    font-size: 1.8rem;
    width: 70%;
    max-width: 240px;
  }
}
.effect .effect_04 .img li:before {
  content: "";
  display: block;
  width: 100%;
  height: 170px;
  background: bottom/contain no-repeat;
  position: absolute;
  top: -90px;
}
@media screen and (max-width: 767px) {
  .effect .effect_04 .img li:before {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .effect .effect_04 .img li:nth-of-type(1) {
    margin: 0 0 0 auto;
  }
}
.effect .effect_04 .img li:nth-of-type(1)::before {
  background-image: url(../img/effect04_01.svg);
}
@media screen and (max-width: 767px) {
  .effect .effect_04 .img li:nth-of-type(2) {
    margin: 0 auto 0 0;
  }
}
.effect .effect_04 .img li:nth-of-type(2)::before {
  background-image: url(../img/effect04_02.svg);
}
@media screen and (max-width: 767px) {
  .effect .effect_04 .img li:nth-of-type(3) {
    margin: 0 0 0 auto;
  }
}
.effect .effect_04 .img li:nth-of-type(3)::before {
  background-image: url(../img/effect04_03.svg);
}
.effect .effect_05 {
  padding-bottom: 30px;
}
.effect .effect_05::before {
  background-image: url(../img/effect_no05_l.svg);
}
.effect .effect_05 .img {
  margin: 20px auto 50px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.effect .effect_05 .img p:nth-of-type(1),
.effect .effect_05 .img p:nth-of-type(3) {
  width: 23%;
}
.effect .effect_05 .img p:nth-of-type(2) {
  width: 32%;
  border: 1px solid #707070;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .effect .effect_05 .img {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .effect .effect_05 .img p:nth-of-type(1),
  .effect .effect_05 .img p:nth-of-type(3) {
    width: 80%;
    max-width: 300px;
  }
  .effect .effect_05 .img p:nth-of-type(2) {
    width: 90%;
  }
}
.effect .effect_05 dl {
  color: #fff;
  width: calc(100% + 100px);
  background: #00A0E9;
  padding: 10px 4%;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .effect .effect_05 dl {
    width: calc(100% + 40px);
    padding: 10px 4% 20px;
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: column;
    align-items: start;
  }
}
.effect .effect_05 dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .effect .effect_05 dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.effect .effect_05 dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .effect .effect_05 dd {
    padding-left: 0;
  }
}
.effect .effect_05 dd:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #FFF100;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 6px;
}
.effect .effect_06 {
  padding-bottom: 30px;
}
.effect .effect_06::before {
  background-image: url(../img/effect_no06_l.svg);
}
.effect .effect_06 .img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .effect .effect_06 .img {
    width: 90%;
    max-width: 350px;
    margin: 30px auto 0;
  }
}
.effect .effect_07 {
  padding-bottom: 30px;
}
.effect .effect_07::before {
  background-image: url(../img/effect_no07_l.svg);
}
.effect .effect_07 .img {
  max-width: 720px;
  margin: 40px auto 50px;
}
@media screen and (max-width: 767px) {
  .effect .effect_07 .img {
    margin: 30px auto;
  }
}
.effect .effect_07 dl {
  color: #fff;
  width: calc(100% + 100px);
  background: #00A0E9;
  padding: 10px 4%;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .effect .effect_07 dl {
    width: calc(100% + 40px);
    padding: 10px 4% 20px;
    margin-left: -20px;
    margin-right: -20px;
    flex-direction: column;
    align-items: start;
  }
}
.effect .effect_07 dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .effect .effect_07 dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.effect .effect_07 dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .effect .effect_07 dd {
    padding-left: 0;
  }
}
.effect .effect_07 dd:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #FFF100;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 6px;
}

.activity {
  background: #AADDF8 url(../img/dot20.svg);
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .activity {
    padding: 50px 0;
  }
}
.activity .title_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .activity .title_wrap {
    margin-bottom: 40px;
  }
}
.activity_box {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activity_box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .activity_box {
    margin-bottom: 50px;
  }
}
.activity_title {
  width: 38%;
  margin-left: -8%;
}
@media screen and (max-width: 767px) {
  .activity_title {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 250px;
  }
}
.activity_content01 {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .activity_content01 {
    width: 100%;
  }
}
.activity .catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.activity .catch span {
  display: inline-block;
  margin-bottom: 10px;
}
.activity .catch span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/underline_dot.svg) repeat-x;
}
@media screen and (max-width: 767px) {
  .activity .catch {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.activity .activity_01 .activity_content01 p:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content01 p:nth-of-type(2) {
    width: 78%;
    margin: 0 auto 20px;
  }
}
.activity .activity_01 .activity_content01 ul {
  width: 45%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content01 ul {
    min-width: 240px;
    margin: 0 auto;
  }
}
.activity .activity_01 .activity_content01 li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .activity .activity_01 .activity_content01 li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content01 li {
    font-size: 1.5rem;
  }
}
.activity .activity_01 .activity_content01 li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #00A0E9;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 4px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .activity .activity_01 .activity_content01 li::before {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content01 li::before {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }
}
.activity .activity_01 .activity_content02 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content02 {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.activity .activity_01 .activity_content02 dl {
  width: 48%;
  border: 2px dotted #00A0E9;
  border-radius: 10px;
  background: #AADDF8;
  padding: 24px 4% 30px;
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content02 dl {
    width: 100%;
  }
}
.activity .activity_01 .activity_content02 dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content02 dt {
    font-size: 1.8rem;
    gap: 10px;
  }
}
.activity .activity_01 .activity_content02 dt::before,
.activity .activity_01 .activity_content02 dt::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #3C3C3C;
}
.activity .activity_01 .activity_content02 dt::before {
  transform: rotate(-20deg);
}
.activity .activity_01 .activity_content02 dt::after {
  transform: rotate(20deg);
}
.activity .activity_01 .activity_content02 dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .activity .activity_01 .activity_content02 dd {
    font-size: 1.4rem;
  }
}
.activity .activity_02 .activity_content01 {
  margin-top: 80px;
}
.activity .activity_02 .activity_content01 p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.activity .activity_02 .activity_content01 p:nth-of-type(2) span {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .activity .activity_02 .activity_content01 {
    margin-top: 0;
  }
}
.activity .activity_02 .catch {
  height: auto;
}
.activity .activity_03 .activity_content01 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .activity .activity_03 .activity_content01 {
    margin-top: 0;
  }
}
.activity .activity_04 div {
  width: 32%;
}
.activity .activity_04 div p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .activity .activity_04 div {
    width: 48%;
  }
  .activity .activity_04 div p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.activity .activity_04 div:nth-of-type(1),
.activity .activity_04 div:nth-of-type(2) {
  margin: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .activity .activity_04 div:nth-of-type(1),
  .activity .activity_04 div:nth-of-type(2) {
    margin: 0 0 20px;
  }
}

.voice {
  background: #FDF56D url(../img/dot60.svg);
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 50px 0;
  }
}
.voice .title_wrap {
  margin-bottom: 30px;
}
.voice .img {
  max-width: 470px;
  margin: 0 auto 50px;
}
.voice dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid #00A0E9;
}
@media screen and (max-width: 767px) {
  .voice dl {
    flex-direction: column;
  }
}
.voice dt,
.voice dd {
  border-bottom: 3px solid #00A0E9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.voice dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 1%;
  width: 40%;
  display: flex;
  align-items: center;
}
.voice dt span {
  font-size: 1.6rem;
  margin-right: 10px;
}
.voice dt::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/voice_icon.svg) center/contain no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .voice dt {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .voice dt {
    font-size: 1.8rem;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.voice dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  width: 60%;
  padding-right: 1%;
}
@media screen and (max-width: 1023px) {
  .voice dd {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .voice dd {
    width: 100%;
    padding: 20px 0 30px;
  }
}

.price {
  background: #AADDF8 url(../img/dot20.svg);
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 50px 0;
  }
}
.price .title_wrap {
  margin-bottom: 80px;
}
.price .price_item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #fff;
  border: 4px solid #F28427;
  border-radius: 20px;
  overflow: hidden;
}
.price h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  background: #F28427;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .price h3 {
    font-size: 2rem;
  }
}
.price .price_item_body {
  padding: 30px 3%;
}
.price .caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  margin: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .price .caption {
    text-align: left;
  }
}
.price .price_item:nth-of-type(1) .price_item_body {
  display: flex;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(1) .price_item_body {
    flex-direction: column;
  }
}
.price .price_item:nth-of-type(1) dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(1) dl {
    flex-direction: column;
  }
}
.price .price_item:nth-of-type(1) dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100px;
  width: 120px;
  text-align: center;
  background: url(../img/price_bg.svg) center/contain no-repeat;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(1) dt {
    font-size: 1.8rem;
    line-height: 50px;
    width: 100%;
    background: none;
    background-color: #FDF56D;
    margin-bottom: 20px;
  }
}
.price .price_item:nth-of-type(1) dl:nth-of-type(1) {
  width: 28%;
}
.price .price_item:nth-of-type(1) dl:nth-of-type(1) dd {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F28427;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(1) dl:nth-of-type(1) {
    width: 100%;
  }
  .price .price_item:nth-of-type(1) dl:nth-of-type(1) dd {
    font-size: 3rem;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.price .price_item:nth-of-type(1) dl:nth-of-type(2) {
  flex: 1;
}
.price .price_item:nth-of-type(1) dl:nth-of-type(2) dd {
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(1) dl:nth-of-type(2) dd {
    padding: 0;
  }
}
.price .price_item:nth-of-type(1) dl:nth-of-type(2) dd p {
  font-size: 2rem;
  font-weight: 700;
}
.price .price_item:nth-of-type(1) dl:nth-of-type(2) dd p span {
  font-family: "Poppins", sans-serif;
  color: #F28427;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 3px;
}
@media screen and (max-width: 1023px) {
  .price .price_item:nth-of-type(1) dl:nth-of-type(2) dd p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(1) dl:nth-of-type(2) dd p {
    font-size: 1.8rem;
  }
}
.price .price_item:nth-of-type(1) dl:nth-of-type(2) dd p:nth-of-type(2) {
  letter-spacing: 0.1em;
  margin-top: -10px;
}
.price .price_item:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(1) {
  border-right: 2px dotted #3C3C3C;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(1) {
    border-right: none;
  }
}
.price .price_item:nth-of-type(1) dl:nth-of-type(2) dd:nth-of-type(2) {
  padding-right: 0;
}
.price .price_item:nth-of-type(2) .lead {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) .lead {
    flex-direction: column;
    align-items: center;
  }
}
.price .price_item:nth-of-type(2) .lead p:nth-of-type(1) {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) .lead p:nth-of-type(1) {
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
  }
}
.price .price_item:nth-of-type(2) .lead p:nth-of-type(2) {
  font-size: 1.4rem;
}
.price .price_item:nth-of-type(2) .lead::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/price_meeting.svg) center/contain no-repeat;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) .lead::before {
    margin-right: 0;
  }
}
.price .price_item:nth-of-type(2) .feature {
  margin: 40px auto 50px;
  display: flex;
  justify-content: center;
  gap: 1.5%;
}
@media screen and (max-width: 1023px) {
  .price .price_item:nth-of-type(2) .feature {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) .feature {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.price .price_item:nth-of-type(2) .feature dl {
  width: 30%;
  border: 2px dotted #F28427;
  border-radius: 10px;
  padding: 25px 1%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .price .price_item:nth-of-type(2) .feature dl {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) .feature dl {
    width: 100%;
  }
}
.price .price_item:nth-of-type(2) .feature dt {
  color: #F28427;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .price .price_item:nth-of-type(2) .feature dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) .feature dt {
    font-size: 1.8rem;
    gap: 20px;
  }
}
.price .price_item:nth-of-type(2) .feature dt::before,
.price .price_item:nth-of-type(2) .feature dt::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #F28427;
}
.price .price_item:nth-of-type(2) .feature dt::before {
  transform: rotate(-20deg);
}
.price .price_item:nth-of-type(2) .feature dt::after {
  transform: rotate(20deg);
}
.price .price_item:nth-of-type(2) .feature dd {
  line-height: 1.5;
  text-align: center;
}
.price .price_item:nth-of-type(2) ul {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .price .price_item:nth-of-type(2) ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) ul {
    flex-direction: column;
    gap: 0px;
  }
}
.price .price_item:nth-of-type(2) li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .price .price_item:nth-of-type(2) li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .price .price_item:nth-of-type(2) li {
    width: 100%;
  }
}
.price .price_item:nth-of-type(2) li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #F28427;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 5px;
}

.vision {
  background: #FDF56D url(../img/dot60.svg);
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .vision {
    padding: 50px 0;
  }
}
.vision .title_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .vision .title_wrap {
    margin-bottom: 30px;
  }
}
.vision .catch {
  text-align: center;
}
.vision .catch span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.3rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.vision .catch span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/underline_dot2.svg) repeat-x;
}
@media screen and (max-width: 767px) {
  .vision .catch span {
    font-size: 2rem;
  }
}
.vision .formula {
  max-width: 720px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .vision .formula {
    margin: 30px auto;
  }
}
.vision .content {
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 1023px) {
  .vision .content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .vision .content {
    flex-direction: column-reverse;
  }
}
.vision .content_left {
  width: 40%;
  background: #fff;
  border-radius: 20px;
  padding: 45px 3%;
}
@media screen and (max-width: 1023px) {
  .vision .content_left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .vision .content_left {
    width: 100%;
    padding: 45px 8%;
    margin-top: 20px;
  }
}
.vision .content_right {
  flex: 1;
}
.vision .content ol {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  position: relative;
}
.vision .content ol::before {
  content: "";
  display: block;
  width: 15px;
  height: 200px;
  background: #00A0E9;
  margin-left: 30px;
  margin-right: 14px;
}
@media screen and (max-width: 1023px) {
  .vision .content ol::before {
    margin-left: 10px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .vision .content ol::before {
    width: 8px;
  }
}
.vision .content ol div {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .vision .content ol {
    font-size: 1.6rem;
  }
}
.vision .content li {
  margin-bottom: 7px;
}
.vision .content li span {
  margin: 0 6px;
}
.vision .content li span:nth-of-type(1) {
  color: #00A0E9;
}
.vision .content li span:nth-of-type(2) {
  color: #F28427;
}

.faq {
  background: #AADDF8 url(../img/dot20.svg);
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 50px 0;
  }
}
.faq .title_wrap {
  margin-bottom: 80px;
}
.faq .title_wrap h2 {
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .faq .title_wrap {
    margin-bottom: 30px;
  }
}
.faq .qa_item {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}
.faq .qa_item:last-of-type {
  margin-bottom: 0;
}
.faq .qa_item dt,
.faq .qa_item dd {
  font-weight: 500;
  display: flex;
  gap: 14px;
}
.faq .qa_item dt::before,
.faq .qa_item dd::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: center/contain no-repeat;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .faq .qa_item dt,
  .faq .qa_item dd {
    gap: 10px;
  }
}
.faq .qa_item dt {
  padding: 15px 30px;
}
.faq .qa_item dt p {
  flex: 1;
}
.faq .qa_item dt::before {
  background-image: url(../img/faq_q.svg);
}
.faq .qa_item dt::after {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  background: url(../img/faq_arrow.svg) center/contain no-repeat;
  margin-top: 8px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .faq .qa_item dt {
    padding: 15px;
  }
  .faq .qa_item dt::after {
    width: 12px;
  }
}
.faq .qa_item dd {
  padding: 0px 30px 15px;
}
.faq .qa_item dd::before {
  background-image: url(../img/faq_a.svg);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq .qa_item dd {
    padding: 0 15px 15px;
  }
}
.faq .qa_item.open dt::after {
  transform: rotate(180deg);
}

.member {
  background-color: #FDF56D;
  background-image: url(../img/member_bg.svg), url(../img/dot60.svg);
  background-position: center;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .member {
    padding: 50px 0;
    background-size: 450px, auto;
  }
}
.member h2 {
  color: #00A0E9;
  font-size: 5rem;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.member h2::before, .member h2::after {
  content: "";
  display: block;
  width: 5px;
  height: 76px;
  background: #00A0E9;
}
.member h2::before {
  transform: rotate(-30deg);
}
.member h2::after {
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .member h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    gap: 40px;
  }
  .member h2::before, .member h2::after {
    width: 2px;
    height: 40px;
    background: #00A0E9;
  }
}
.member_btn {
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}
.member_btn a {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  background: #00A0E9;
  border-radius: 20px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member_btn a::after {
  content: "";
  width: 80px;
  height: 25px;
  background: url(../img/member_arrow.svg) center/contain no-repeat;
  margin-top: 4px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .member_btn a {
    font-size: 2.2rem;
  }
  .member_btn a::after {
    width: 30px;
  }
}

.footer {
  color: #fff;
  background: #F28427;
  padding: 60px 0;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 110px;
  }
}
.footer .wrapper_l {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .wrapper_l {
    flex-direction: column;
  }
}
.footer_left {
  font-family: "Zen Kaku Gothic New", sans-serif;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .footer_left {
    margin-bottom: 30px;
  }
}
.footer_logo {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
.footer_logo span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    font-size: 2rem;
  }
}
.footer address {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
}
.footer .sns {
  width: 50px;
  margin-right: 5px;
  display: inline-block;
}
.footer .sns:hover {
  opacity: 0.7;
}
.footer ul {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding-left: 8%;
}
.footer ul:nth-of-type(2) {
  margin-right: 100px;
}
@media screen and (max-width: 1023px) {
  .footer ul:nth-of-type(2) {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer ul {
    padding-left: 0;
  }
}
.footer li {
  margin-bottom: 15px;
}
.footer li a:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer li {
    margin-bottom: 8px;
  }
}
.footer li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer li:last-of-type {
    margin-bottom: 8px;
  }
}

.pagetop {
  width: 40px;
  position: fixed;
  right: 90px;
  bottom: 80px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .pagetop {
    right: 72px;
    bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 28px;
    width: 30px;
  }
}/*# sourceMappingURL=style.css.map */