@charset "utf-8";

:root {
  --spv: / 750 * 100vw;
  --spp: / 750 * 100%;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

h1,
h2 {
  font-size: 100%;
}

footer,
section,
picture {
  display: block;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #1f1f1f;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Noto Sans JP", serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* slick
============================================================================================================ */

/* pc / sp
============================================================================================================ */
@media screen and (min-width: 768px),
print {

  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .pc {
    display: none !important;
  }
}

/* transition
============================================================================================================ */
@media screen and (min-width: 768px) {

  a[href],
  a[href]::before,
  a[href]::after {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out,
      border-radius 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
}

/* spパディング
============================================================================================================ */

/* object-fit
============================================================================================================ */
img.of {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* site_logo
============================================================================================================ */
.site_logo {
  position: absolute;
  left: 25px;
  top: 20px;
  z-index: 100;
}

.site_logo img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .site_logo {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .site_logo {
    left: min(calc(30 / 750 * 100vw), 30px);
    top: min(calc(40 / 750 * 100vw), 40px);
    width: min(calc(195 / 750 * 100vw), 195px);
  }
}

/* fix_btn
============================================================================================================ */
.fix_btn {
  position: fixed;
  z-index: 100;
}

@media screen and (min-width: 768px),
print {
  .fix_btn {
    right: 22px;
    top: 14px;
  }
}

@media print {
  .fix_btn {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .fix_btn {
    bottom: 0;
    right: 10px;
    left: 10px;
    transition: opacity 0.3s, transform 0.3s;
  }

  .fix_btn .box_btn {
    display: block;
    padding: 10px 0;
    background-color: #2864f0;
    border-radius: 12px 12px 0 0;
  }

  .fix_btn .box_btn::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background-color: #2864f0;
    border-radius: 100%;
    z-index: -1;
  }

  .fix_btn .box_btn::after {
    content: '';
    position: absolute;
    top: -4px;
    right: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 0;
    transform: rotate(-45deg);
  }

  .fix_btn .box_btn .a {
    display: none;
  }
}

/* footer
============================================================================================================ */
#footer {
  position: relative;
  padding-top: 170px;
  background-color: #285ac8;
  color: #fff;
}

#footer>* {
  position: relative;
  z-index: 3;
}

#footer .bg {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 600px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px),
print {
  #footer .img img {
    display: block;
    width: 1120px;
    height: auto;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  #footer .bg {
    height: 280px;
  }
}

/* contents
------------------------------------------------------------- */
#footer .contents {
  font-size: 14px;
}

#footer .freee {
  position: relative;
}

#footer .freee a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#footer .freee dl {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #footer .freee dl {
    margin-top: 40px;
  }
}

#footer .freee dt {
  margin-bottom: 12px;
  font-weight: bold;
}

#footer .freee dd {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #footer .freee dd {
    font-size: clamp(12px, calc(22 / 750 * 100vw), 22px);
  }
}

#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}

#footer .nav ul a {
  color: #fff;
  text-decoration: none;
}

footer a.box_btn.l {
  height: 104px;
  background: #fff;
  font-size: 3.4rem;
  color: #2864f0;
}

footer a.box_btn.l span {
  padding: 0 45px;
  background: url(../img/arrow_05.png) no-repeat right center;
}

@media screen and (min-width: 768px),
print {
  #footer .contents {
    width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }

  #footer .freee {
    padding: 95px 0 0 165px;
  }

  #footer .freee .logo {
    position: absolute;
    top: 0;
    left: 0;
  }

  #footer .freee dl {
    position: relative;
    z-index: 2;
  }

  #footer .nav {
    width: 580px;
  }

  #footer .nav ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  #footer .nav ul li {
    margin: 0 20px;
  }

  #footer .nav ul a:hover {
    text-decoration: underline;
  }

  #footer .nav .box_btn {
    height: 110px;
    border-radius: 55px;
  }

  #footer .contents .notes {
    padding-bottom: 48px;
  }

  #footer .contents .notes a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #footer .contents {
    margin-top: min(calc(102 / 750 * 100vw), 102px);
    padding-bottom: min(calc(30 / 750 * 100vw), 30px);
    font-size: clamp(12px, calc(26 / 750 * 100vw), 26px);
  }

  #footer .contents.chu {
    margin-top: min(calc(134 / 750 * 100vw), 134px);
  }

  #footer .freee a {
    width: min(calc(600 / 750 * 100vw), 600px);
    margin: 0 auto;
    text-align: center;
  }

  #footer .freee a.logo {
    margin: min(calc(100 / 750 * 100vw), 100px) auto min(calc(20 / 750 * 100vw), 20px);
  }

  #footer .freee a .logo img {
    width: 100%;
    max-width: min(calc(410 / 750 * 100vw), 410px);
  }

  #footer .nav p {
    margin-top: min(calc(82 / 750 * 100vw), 82px);
    padding: 0 7.5vw;
  }

  #footer .nav ul {
    margin-top: min(calc(68 / 750 * 100vw), 68px);
  }

  #footer .contents .nav ul li a {
    display: block;
    padding: min(calc(16 / 750 * 100vw), 16px) 0;
    text-align: center;
  }

  #footer .contents .notes {
    padding: 0px min(calc(20 / 750 * 100vw), 20px) min(calc(30 / 750 * 100vw), 30px);
  }

  #footer .contents .notes a {
    color: #fff;
  }

  footer a.box_btn.l {
    height: min(calc(100 / 750 * 100vw), 100px);
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px);
  }

  footer a.box_btn.l span {
    padding: 0 min(calc(28 / 750 * 100vw), 28px);
    background-size: min(calc(14 / 750 * 100vw), 14px) auto;
  }
}

/* small
------------------------------------------------------------- */
#footer small {
  display: block;
  padding: 15px;
  background-color: #fff;
  font-size: 1.1rem;
  text-align: center;
  color: #555555;
}

@media screen and (max-width: 767px) {
  #footer small {
    font-size: clamp(12px, calc(20 / 750 * 100vw), 20px);
  }
}

/* container
============================================================================================================ */
#container {
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px),
print {
  #container {
    min-width: 1200px;
  }
}

/* ===================================================================================================================

	パーツ

=================================================================================================================== */

/* box_btn
============================================================================================================ */
a.box_btn {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 40px 15px 25px;
  background-color: #fa6414;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a.box_btn {
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px);
  }
}

a.box_btn .a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 20px;
  overflow: hidden;
}

a.box_btn .a::before,
a.box_btn .a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: 100% 0;
  transform: rotate(45deg);
  opacity: 0.6;
}

a.box_btn .a::after {
  right: 10px;
  opacity: 0;
}

a.box_btn.m,
a.box_btn.obi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 104px;
  margin: auto;
  border-radius: 52px;
  font-size: 3.4rem;
  letter-spacing: 0;
}

a.box_btn.obi {
  width: 396px;
  height: 78px;
  font-size: 26px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  a.box_btn.obi {
    width: min(calc(539 / 750 * 100vw), 539px);
    height: min(calc(104 / 750 * 100vw), 104px);
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px);
  }
}

a.box_btn.m span,
a.box_btn.obi span {
  padding: 0 45px;
  background: url("../img/arrow_01.png") no-repeat right center;
}

@media screen and (max-width: 767px) {

  a.box_btn.m span,
  a.box_btn.obi span {
    width: 100%;
    padding: 0;
    background-position: center right 0px;
    background-size: 4%;
  }
}

a.box_btn.l {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 146px;
  border-radius: 73px;
  font-size: 2rem;
}

@media screen and (min-width: 768px),
print {
  a[href].box_btn:hover {
    background-color: #fa9444 !important;
    border-radius: 0 !important;
    box-shadow: 5px 5px 10px rgba(17, 95, 95, 0.2);
  }

  a.box_btn .a::before,
  a.box_btn .a::after {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  a.box_btn .a::before {
    transition-delay: 0.1s;
  }

  a[href].box_btn:hover .a::before,
  a[href].box_btn:hover .a::after {
    transform: translateX(5px) rotate(45deg);
  }

  a[href].box_btn:hover .a::before {
    transition-delay: 0;
    opacity: 0;
  }

  a[href].box_btn:hover .a::after {
    transition-delay: 0.1s;
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  a.box_btn.l {
    height: min(calc(82 / 750 * 100vw), 82px);
    font-size: 1.6rem;
  }

  a.box_btn.m {
    width: min(calc(438 / 750 * 100vw), 438px);
    height: min(calc(98 / 750 * 100vw), 98px);
    font-size: clamp(14px, calc(32 / 750* 100vw), 32px);
    white-space: nowrap;
  }

  a.box_btn.m span {
    min-width: min(calc(438 / 750* 100vw), 438px);
    padding: 0;
    background-size: min(calc(14 / 750* 100vw), 14px) auto;
    background-position: center right min(calc(18 / 750* 100vw), 18px);
  }
}

/* color
============================================================================================================ */

/* fv
============================================================================================================ */

#fv {
  padding: 110px 0 0;
  text-align: center;
}

#fv .texts h1 {
  font-size: 3.8rem;
  line-height: calc(50 / 38);
  font-weight: normal;
  letter-spacing: 0.085em;
}

#fv .texts h1 .no1 {
  width: 333px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#fv .texts h1 .blue {
  color: #2864f0;
}

#fv .texts h1 .text1 {
  margin-top: 0.8em;
  padding: 0 0.4em 0 0.8em;
  display: inline-block;
  position: relative;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

#fv .texts h1 .text1::before,
#fv .texts h1 .text1::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.1em;
  background: #000;
  position: absolute;
  top: 50%;
}

#fv .texts h1 .text1::before {
  left: 0;
  transform: translateY(-50%) rotate(-28deg);
}

#fv .texts h1 .text1::after {
  right: 0;
  transform: translateY(-50%) rotate(28deg);
}

#fv .texts h1 .text2 {
  margin-top: 4px;
  display: block;
  font-size: 4.4rem;
  line-height: calc(66 / 44);
  letter-spacing: 0.04em;
}

#fv .texts h1 .text2 strong {
  font-weight: bold;
}

#fv .texts .note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

#fv .note {
  margin: 1em 1em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  #fv .note {
    margin: -3em 2.5em 1em;
    text-align: left;
  }
}

#fv .mov .mov-wrap {
  position: relative;
}

#fv .mov .mov-wrap .points {
  display: flex;
  position: absolute;
  right: -26px;
  top: -85px;
  z-index: 4;
}

#fv .mov .mov-wrap img {
  width: 100%;
  max-width: 516px;
}

@media screen and (max-width: 767px) {
  #fv .mov .mov-wrap img {
    max-width: 601px;
    margin-top: 10px;
  }
}

#fv .mov .mov-wrap .points li {
  width: 102px;
  height: 98px;
  background: url("../img/fv_bg_01.png") no-repeat 0 0 / contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: calc(20 / 16);
  letter-spacing: 0;
}

#fv .mov .mov-wrap .points li+li {
  margin-left: 5px;
}

#fv .mov .mov-wrap .points li span {
  transform: translateY(10%);
}

@media screen and (min-width: 768px),
print {
  #fv .col2 {
    width: 1090px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
  }

  #fv .col2>* {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #fv {
    margin-top: min(calc(120 / 750 * 100vw), 120px);
    padding-top: calc(70 var(--spv));
    border-top: solid 1px #dcdcdc;
  }

  #fv .col2 {
    position: relative;
  }

  #fv .texts h1 {
    font-size: calc(52 var(--spv));
    line-height: calc(70 / 52);
  }

  #fv .texts h1 .no1 {
    width: calc(456 var(--spv));
  }

  #fv .texts h1 .text1 {
    font-size: clamp(14px, calc(40 / 750 * 100vw), 40px);
  }

  #fv .texts h1 .text1::before,
  #fv .texts h1 .text1::after {
    width: 1px;
  }

  #fv .texts h1 .text2 {
    font-size: clamp(14px, calc(48 / 750 * 100vw), 48px);
  }

  #fv .texts .note {
    margin-top: 1em;
    line-height: 1.5;
    white-space: nowrap;
    display: inline-block;
    font-size: calc(20 var(--spv));
  }

  #fv .mov .mov-wrap {
    width: calc(601 var(--spv));
    margin: 0 auto;
  }

  #fv .mov .mov-wrap .points {
    right: calc(-44 var(--spv));
    top: calc(-100 var(--spv));
  }

  #fv .mov .mov-wrap .points li {
    width: calc(132 var(--spv));
    height: calc(126 var(--spv));
    font-size: calc(20 var(--spv));
    line-height: calc(26 / 20);
  }

  #fv .mov .mov-wrap .points li+li {
    margin-left: calc(16 var(--spv));
  }
}

/* .h-normal
============================================================================================================ */

.h-normal {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.h-normal strong {
  color: #2864f0;
}

@media screen and (max-width: 767px) {
  .h-normal {
    font-size: clamp(14px, calc(40 / 750 * 100vw), 40px);
    line-height: 1.4;
  }

  .h-normal.sp-lh {
    line-height: calc(30 / 20);
    font-size: clamp(14px, calc(48 / 750 * 100vw), 48px);
    line-height: 1.2;
  }

  .h-normal.sp-sp_menu {
    line-height: calc(30 / 20);
    font-size: clamp(12px, calc(22 / 750 * 100vw), 22px);
    line-height: 1.2;
  }
}

/* #movie
============================================================================================================ */
#movie {
  padding: 104px 0 46px;
}

@media screen and (max-width: 767px) {
  #movie {
    padding: min(calc(62 / 750 * 100vw), 62px) 0 min(calc(46 / 750 * 100vw), 46px);
  }
}

#movie video {
  display: block;
  width: 515px;
  margin: 90px auto 0;
}

@media screen and (max-width: 767px) {
  #movie video {
    width: calc(600 / 750 * 100vw);
    margin: min(calc(38 / 750 * 100vw), 38px) auto 0;
  }
}

/* #complain
============================================================================================================ */
#complain {
  /* position: relative; */
  padding: 88px 0 20px;
  background-color: #ebf1fe;
}

/* #complain::after {
  content: "";
  position: absolute;
  bottom: -10vw;
  left: 0;
  right: 0;
  display: block;
  width: 100vw;
  height: 10vw;
  margin: auto;
  background-image: url("../img/complain_bg_01.png");
  background-repeat: no-repeat;
  background-size: contain;
} */

#complain .ranking img {
  display: block;
  width: 1204px;
  height: auto;
  margin: 35px auto 0;
}

@media screen and (max-width: 767px) {
  #complain {
    padding: calc(78 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }

  #complain .ranking img {
    display: block;
    width: calc(640 / 750 * 100vw);
    height: auto;
    margin: calc(40 / 750 * 100vw) auto 0;
  }

  #complain .lead {
    margin-top: calc(50 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

/* #nayami
============================================================================================================ */

#nayami {
  position: relative;
  padding: 24px 0 20px;
  background-color: #ebf1fe;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #nayami {
    padding: min(calc(65 / 750 * 100vw), 65px) 0 min(calc(72 / 750 * 100vw), 72px);
  }

}

#nayami ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #nayami ul {
    flex-direction: column;
    align-items: center;
  }
}

#nayami ul li {
  width: 340px;
  padding-top: 346px;
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  position: relative;
}

@media screen and (max-width: 767px) {
  #nayami ul li {
    width: 100%;
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
    padding-top: min(calc(485 / 750 * 100vw), 485px);
  }

  #nayami ul li+li {
    margin-top: min(calc(108 / 750 * 100vw), 108px);
  }
}

#nayami ul li+li::after {
  content: "";
  display: block;
  border-left: 1px solid #726f6f;
  position: absolute;
  top: 110px;
  height: 255px;
}

@media screen and (max-width: 767px) {
  #nayami ul li+li::after {
    border-top: 1px solid #726f6f;
    top: min(calc(-56 / 750 * 100vw), 56px);
    width: 80%;
    height: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#nayami ul li:nth-child(1) {
  background: url("../img/nayami_fig_01.png") no-repeat center top;
}

@media screen and (max-width: 767px) {
  #nayami ul li:nth-child(1) {
    background: url("../img/nayami_fig_01_sp.png") no-repeat center top;
    background-position: center 0px;
    background-size: 60% auto;
  }
}

#nayami ul li:nth-child(2) {
  background: url("../img/nayami_fig_02.png") no-repeat center top;
}

@media screen and (max-width: 767px) {
  #nayami ul li:nth-child(2) {
    background: url("../img/nayami_fig_02_sp.png") no-repeat center top;
    background-position: center 0px;
    background-size: 60% auto;
  }
}

#nayami ul li:nth-child(3) {
  background: url("../img/nayami_fig_03.png") no-repeat center top;
}

@media screen and (max-width: 767px) {
  #nayami ul li:nth-child(3) {
    background: url("../img/nayami_fig_03_sp.png") no-repeat center top;
    background-position: center 0px;
    background-size: 60% auto;
  }
}

#nayami .lead {
  margin-top: 68px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: calc(42 / 30);
}

@media screen and (max-width: 767px) {
  #nayami .lead {
    margin-top: min(calc(106 / 750 * 100vw), 106px);
    font-size: clamp(14px, calc(28 / 750 * 100vw), 28px);
    letter-spacing: normal;
  }

}

/* #easy .points
============================================================================================================ */

#easy {
  padding: 56px 0 80px;
  position: relative;
}

/* #easy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #ebf1fe;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
} */

#easy .points {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 0 24px;
  position: relative;
  z-index: 10;
}

#easy .points li {
  width: 196px;
  height: 77px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #2864f0;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0;
}

#easy .points li a {
  color: #fff !important;
  text-decoration: none;
}

#easy .points li::after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-width: 12px 11px 0 11px;
  border-color: #2864f0 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #easy {
    padding: min(calc(22 / 750 * 100vw), 22px) 0 min(calc(48 / 750 * 100vw), 48px);
  }

  #easy .points {
    margin-top: 30px;
    gap: 0 5px;
  }

  #easy .points li {
    width: auto;
    height: 42px;
    padding: 0 0.7em;
    font-size: 1.1rem;
    line-height: calc(33 / 22);
    border-radius: 3px;
  }

  #easy .points li::after {
    border-width: 6px 5px 0 5px;
  }
}

/* #easy .details
============================================================================================================ */

#easy .details .texts {
  position: relative;
  z-index: 4;
  height: 476px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #easy .details li:nth-child(1) .texts {
    height: min(calc(769 / 750 * 100vw), 769px);
  }

  #easy .details li:nth-child(2) .texts {
    height: min(calc(670 / 750 * 100vw), 670px);
  }

  #easy .details li:nth-child(3) .texts {
    height: min(calc(702 / 750 * 100vw), 702px);
  }
}

#easy .details .title {
  font-size: 25px;
  line-height: calc(51 / 34);
  letter-spacing: 0;
  color: #1f1f1f;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #easy .details .title {
    font-size: clamp(14px, calc(38 / 750* 100vw), 38px);
    margin-top: min(calc(64 / 750 * 100vw), 64px);
  }
}

#easy .details .title strong {
  color: #2864f0;
}


#easy .details .desc {
  font-size: 16px;
  line-height: calc(30 / 20);
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  #easy .details .desc {
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
  }

  #easy .details .desc.desc_only {
    margin-right: 25%;
  }
}

#easy .details {
  width: 100%;
  max-width: 1134px;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #easy .details {
    max-width: 100%;
    margin-top: min(calc(47 / 750 * 100vw), 47px);
    flex-direction: column;
  }
}

#easy .details li {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #easy .details li {
    width: 100%;
  }

  #easy .details li+li {
    margin-top: min(calc(112 / 750 * 100vw), 112px);
  }
}

#easy .details li::after,
#easy .details li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

#easy .details li:nth-child(1)::after {
  width: 374px;
  height: 269px;
  background: url(../img/easy_bg_01.png) no-repeat 0 0;
  right: -28%;
  left: unset;
}

@media screen and (max-width: 767px) {
  #easy .details li:nth-child(1)::after {
    width: min(calc(572 / 750 * 100vw), 572px);
    height: min(calc(419 / 750 * 100vw), 419px);
    background: url(../img/easy_bg_01_sp.png) no-repeat 0 0;
    right: 10%;
    left: unset;
    top: 51%;
    background-position: bottom -12px left 10px;
    background-size: 100% auto;
  }
}

#easy .details li:nth-child(1)::before {
  width: 102px;
  height: 107px;
  background: url(../img/easy_bg_01_icon.png) no-repeat 0 0;
  right: -37%;
  left: unset;
  top: 83%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #easy .details li:nth-child(1)::before {
    width: min(calc(151 / 750 * 100vw), 151px);
    height: min(calc(159 / 750 * 100vw), 159px);
    background: url(../img/easy_bg_01_icon_sp.png) no-repeat 0 0;
    right: 5%;
    top: 83%;
    background-position: center;
    background-size: 100% auto;
  }
}

#easy .details li:nth-child(2)::after {
  width: 265px;
  height: 235px;
  background: url("../img/easy_bg_02.png") no-repeat 0 0;
  right: -28%;
  left: unset;
}

@media screen and (max-width: 767px) {
  #easy .details li:nth-child(2)::after {
    width: min(calc(426 / 750 * 100vw), 426px);
    height: min(calc(363 / 750 * 100vw), 363px);
    background: url(../img/easy_bg_02_sp.png) no-repeat 0 0;
    top: 54%;
    right: 16%;
    background-position: bottom -2px left -3px;
    background-size: 100% auto;
  }
}

#easy .details li:nth-child(3)::after {
  width: 236px;
  height: 230px;
  background: url("../img/easy_bg_03.png") no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  #easy .details li:nth-child(3)::after {
    width: min(calc(368 / 750 * 100vw), 368px);
    height: min(calc(363 / 750 * 100vw), 363px);
    background: url("../img/easy_bg_03_sp.png") no-repeat 0 0;
    top: 56%;
    left: -18%;
    background-position: bottom 2px left 13px;
    background-size: 100% auto;
  }
}

/* #easy .btn-area
============================================================================================================ */

#easy .btn-area {
  margin-top: 315px;
  text-align: center;
}

#easy .btn-area p {
  padding: 0 0.8em 0 1.2em;
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.4rem;
  line-height: calc(51 / 34);
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}

#easy .btn-area p strong {
  color: #2864f0;
  font-weight: normal;
}

#easy .btn-area p::before,
#easy .btn-area p::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.8em;
  background: #000;
  position: absolute;
  bottom: 0.1em;
}

#easy .btn-area p::before {
  left: 0;
  transform: rotate(-28deg);
}

#easy .btn-area p::after {
  right: 0;
  transform: rotate(28deg);
}

@media screen and (max-width: 767px) {
  #easy .btn-area {
    margin-top: 65px;
  }

  #easy .btn-area p {
    margin-bottom: 0.8em;
    font-size: 1.8rem;
    line-height: calc(54 / 36);
  }

  #easy .btn-area p::before,
  #easy .btn-area p::after {
    width: 1px;
  }
}

/* #triangle
============================================================================================================ */
#triangle .triangle_inner {
  background-color: #ebf1fe;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 767px) {
  #triangle .triangle_inner {
    height: min(calc(76 / 750 * 100vw), 76px);
  }
}

/* .btn_obi
============================================================================================================ */
.btn_obi {
  width: 100%;
  background-color: #235ac6;
  display: flex;
  justify-content: center;
}

.btn_obi .btn_obi_inner {
  width: 100%;
  max-width: 876px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .btn_obi .btn_obi_inner {
    flex-direction: column;
    padding: min(calc(45 / 750 * 100vw), 45px) 0 min(calc(85 / 750 * 100vw), 85px);
  }
}

.btn_obi .btn-area-crown .obi img {
  width: 100%;
  max-width: 432px;
}

@media screen and (max-width: 767px) {
  .btn_obi .btn-area-crown .obi img {
    max-width: min(calc(542 / 750 * 100vw), 542px);
  }
}

.btn_obi .btn-area-crown {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .btn_obi .btn-area-crown {
    padding-bottom: min(calc(54 / 750 * 100vw), 54px);
  }
}

.btn_obi .btn-area-crown .note {
  text-indent: -1em;
  margin: 6px auto 0;
  text-align: left;
  font-size: 13px;
  line-height: calc(18 / 12);
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn_obi .btn-area-crown .note {
    font-size: clamp(10px, calc(16 / 750 * 100vw), 16px);
    margin: min(calc(6 / 750 * 100vw), 6px) auto 0;
  }
}

.btn_obi .btn-area-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* #feature・#item_function
============================================================================================================ */
#feature,
#item_function {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 20px;
}

@media screen and (max-width: 767px) {

  #feature,
  #item_function {
    padding: min(calc(74 / 750 * 100vw), 74px) 0 min(calc(20 / 750 * 100vw), 20px);
  }
}

#item_function {
  padding: 0;
}

#feature .feature_inner,
#item_function .item_function_inner {
  width: 100%;
  max-width: 810px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {

  #feature .feature_inner,
  #item_function .item_function_inner {
    padding: min(calc(100 / 750 * 100vw), 100px) 0 min(calc(80 / 750 * 100vw), 80px);
  }
}

#item_function .item_function_inner {
  padding: 55px 0 142px;
}

@media screen and (max-width: 767px) {
  #item_function .item_function_inner {
    padding: min(calc(34 / 750 * 100vw), 34px) 0 min(calc(56 / 750 * 100vw), 56px);
  }
}

#item_function .item_function_inner {
  max-width: 1013px;
}

#feature .feature_inner .feature_container,
#item_function .item_function_inner .item_function_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {

  #feature .feature_inner .feature_container,
  #item_function .item_function_inner .item_function_container {
    flex-wrap: nowrap;
    gap: min(calc(87 / 750 * 100vw), 87px) 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#item_function .item_function_inner .item_function_container {
  gap: 12px;
}

@media screen and (max-width: 767px) {
  #item_function .item_function_inner .item_function_container {
    gap: min(calc(12 / 750 * 100vw), 12px);
  }
}

#item_function .item_function_inner .item_function_container .row {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #item_function .item_function_inner .item_function_container .row {
    flex-direction: column;
    gap: min(calc(12 / 750 * 100vw), 12px);
  }
}

#item_function .item_function_inner .item_function_container .row:first-child .item_function_item,
#item_function .item_function_inner .item_function_container .row:last-child .item_function_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#item_function .item_function_inner .item_function_container .row:first-child .item_function_item {
  flex-basis: calc((100% - 40px) / 4);
}

#item_function .item_function_inner .item_function_container .row:last-child .item_function_item {
  flex-basis: calc((100% - 10px) / 4);
}

@media screen and (max-width: 767px) {

  #item_function .item_function_inner .item_function_container .row:first-child .item_function_item,
  #item_function .item_function_inner .item_function_container .row:last-child .item_function_item {
    flex-basis: 100%;
    justify-content: space-between;
    max-width: calc(100% - min(calc(60 / 750 * 100vw), 60px));
    margin: 0 auto;
    height: min(calc(144 / 750 * 100vw), 144px);
  }
}

#feature .feature_inner .feature_container .feature_item,
#item_function .item_function_inner .item_function_container .item_function_item {
  position: relative;
  z-index: 0;
  width: calc(50% - 30px);
  box-sizing: border-box;
  padding: 72px 10px 14px;
  border-radius: 18px;
  border: 3px solid #2964f0;
}

@media screen and (max-width: 767px) {

  #feature .feature_inner .feature_container .feature_item,
  #item_function .item_function_inner .item_function_container .item_function_item {
    width: calc(100% - 21%);
    padding: min(calc(72 / 750 * 100vw), 72px) min(calc(10 / 750 * 100vw), 10px) min(calc(30 / 750 * 100vw), 30px);
    border: 2px solid #2964f0;
  }
}

#item_function .item_function_inner .item_function_container .item_function_item {
  width: 100%;
  border-radius: 0;
  border: unset;
  background-color: #f7f5f5;
  padding: 18px 10px 10px;
  height: 200px;
}

@media screen and (max-width: 767px) {
  #item_function .item_function_inner .item_function_container .item_function_item {
    padding: min(calc(24 / 750 * 100vw), 24px) min(calc(10 / 750 * 100vw), 10px);
  }
}

#feature .feature_inner .feature_container .feature_item h3 {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #2964f0;
  position: absolute;
  z-index: 1;
  top: -10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  width: 80%;
  padding: 8px 0 4px;
}

@media screen and (max-width: 767px) {
  #feature .feature_inner .feature_container .feature_item h3 {
    font-size: clamp(14px, calc(46 / 750 * 100vw), 46px);
    padding: min(calc(18 / 750 * 100vw), 18px) 0 min(calc(4 / 750 * 100vw), 4px);
    letter-spacing: normal;
  }
}

#feature .feature_inner .feature_container .feature_item .feature_item_inner,
#item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 282px;
}

@media screen and (max-width: 767px) {

  #feature .feature_inner .feature_container .feature_item .feature_item_inner,
  #item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner {
    height: min(calc(482 / 750 * 100vw), 482px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(1) .feature_item_inner {
    padding-top: min(calc(40 / 750 * 100vw), 40px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(2) .feature_item_inner {
    padding-top: min(calc(72 / 750 * 100vw), 72px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(3) .feature_item_inner {
    padding-top: min(calc(86 / 750 * 100vw), 86px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(4) .feature_item_inner {
    padding-top: min(calc(16 / 750 * 100vw), 16px);
  }

  #feature .feature_inner .feature_container .feature_item .feature_item_inner .obi img {
    width: 100%;
    max-width: min(calc(482 / 750 * 100vw), 482px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(1) .feature_item_inner .obi img {
    height: min(calc(310 / 750 * 100vw), 310px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(2) .feature_item_inner .obi img {
    height: min(calc(281 / 750 * 100vw), 281px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(3) .feature_item_inner .obi img {
    height: min(calc(302 / 750 * 100vw), 302px);
  }

  #feature .feature_inner .feature_container .feature_item:nth-child(4) .feature_item_inner .obi img {
    height: min(calc(368 / 750 * 100vw), 368px);
  }
}

#item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner {
  height: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner {
    width: 100%;
    max-width: 87%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
  }

  #item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner img {
    width: min(calc(98 / 750 * 100vw), 98px);
  }
}

#feature .feature_inner .feature_container .feature_item .feature_item_inner .feature_text,
#item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner .item_function_text {
  font-size: 16px;
  color: #2964f0;
  text-align: center;
  line-height: 1.4;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 4px;
}

@media screen and (max-width: 767px) {

  #feature .feature_inner .feature_container .feature_item .feature_item_inner .feature_text,
  #item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner .item_function_text {
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
  }

  #item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner .item_function_text {
    flex: none;
  }
}

#item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner .item_function_text {
  color: #1f1f1f;
  letter-spacing: normal;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #item_function .item_function_inner .item_function_container .item_function_item .item_function_item_inner .item_function_text {
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px);
    padding-left: min(calc(34 / 750 * 100vw), 34px);
  }
}

/* support
============================================================================================================ */

#support {
  padding: 68px 0 136px;
  text-align: center;
  background: #ebf3ff;
}

#support .lead {
  margin-top: 0.8em;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
}

#support .supports img {
  display: block;
  width: 1045px;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 768px),
print {
  #support .supports {
    width: 1090px;
    margin: 55px auto 0;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #support {
    padding: min(calc(94 / 750 * 100vw), 94px) 0 min(calc(80 / 750 * 100vw), 80px);
  }

  #support .lead {
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px);
  }

  #support .supports {
    width: 100%;
    max-width: calc(670 var(--spp));
    margin: min(calc(58 / 750 * 100vw), 58px) auto 0;
  }

  #support .supports img {
    width: min(calc(626 / 750 * 100vw), 626px);
  }
}

/* #chosen
============================================================================================================ */

#chosen {
  text-align: center;
}

#chosen ul {
  margin-bottom: 80px;
}

#chosen ul li img {
  width: 100%;
  height: auto;
}

#chosen ul li .desc {
  margin-top: 35px;
  text-align: left;
  font-size: 2rem;
  line-height: calc(30 / 20);
  letter-spacing: 0;
}

#chosen ul li .desc .kome {
  font-size: 0.6em;
  vertical-align: 0.4em;
}

#chosen ul li .note {
  text-indent: -1em;
  margin: 1.5em 0 0 1em;
  text-align: left;
  font-size: 1.2rem;
  line-height: calc(18 / 12);
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #chosen ul {
    margin-top: 60px;
    display: flex;
    gap: 0 27px;
    justify-content: center;
  }

  #chosen ul li {
    position: relative;
  }

  #chosen ul li:nth-child(1) {
    width: 355px;
    text-align: left;
  }

  #chosen ul li:nth-child(2) {
    width: 345px;
  }

  #chosen ul li:nth-child(3) {
    width: 303px;
  }

  #chosen ul li:nth-child(2)::before,
  #chosen ul li:nth-child(2)::after {
    width: 1px;
    height: 298px;
    background: #e1dcdc;
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }

  #chosen ul li:nth-child(2)::before {
    left: 0;
  }

  #chosen ul li:nth-child(2)::after {
    right: 0;
  }

  #chosen ul li:nth-child(1) img {
    max-width: 300px;
  }

  #chosen ul li:nth-child(2) img {
    max-width: 303px;
  }

  #chosen ul li:nth-child(3) img {
    max-width: 303px;
  }
}

@media screen and (max-width: 767px) {
  #chosen {
    padding-top: min(calc(172 / 750 * 100vw), 172px);
  }

  #chosen ul {
    width: calc(600 var(--spp));
    margin: min(calc(30 / 750 * 100vw), 30px) auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #chosen ul li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #chosen ul li:nth-child(1) img {
    width: min(calc(450 / 750 * 100vw), 450px);
  }

  #chosen ul li:nth-child(2) img,
  #chosen ul li:nth-child(3) img {
    width: min(calc(465 / 750 * 100vw), 465px);
  }

  #chosen ul img {
    max-width: 100%;
  }

  #chosen ul li+li {
    margin-top: min(calc(44 / 750 * 100vw), 44px);
    padding-top: min(calc(44 / 750 * 100vw), 44px);
    border-top: solid 1px #e1dcdc;
  }

  #chosen ul li .desc {
    margin-top: min(calc(72 / 750 * 100vw), 72px);
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px);
    line-height: 1.4;
    text-align: center;
  }

  #chosen ul li .note {
    margin-top: 0.5em;
    font-size: clamp(12px, calc(20 / 750 * 100vw), 20px);
    line-height: calc(30 / 20);
    text-align: center;
  }
}

/* #price
============================================================================================================ */
#price {
  padding: 110px 0;
}

#price .lead {
  margin-top: 0.9em;
  margin-bottom: 55px;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

#price .list {
  display: flex;
  width: 1000px;
  margin: auto;
}

#price .item {
  width: calc(100% / 3 - 17px * 2 / 3);
  border: 1px solid #3567e7;
  padding-bottom: 30px;
}

#price .item:not(:nth-child(3n)) {
  margin-right: 17px;
}

#price .item dt {
  background-color: #3567e7;
  font-size: 29px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

#price .item dd .title {
  min-height: 295px;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: calc(29 / 20);
  font-weight: 700;
  color: #3567e7;
  letter-spacing: 0;
  background-size: 208px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#price .item:nth-child(1) dd .title {
  background-image: url("../img/price_01.png");
  background-position: bottom 10px center;
}

#price .item:nth-child(2) dd .title {
  background-image: url("../img/price_02.png");
}

#price .item:nth-child(3) dd .title {
  background-image: url("../img/price_03.png");
  background-position: bottom -10px center;
}

#price .item dd .price {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

#price .item dd .price .small {
  font-size: 20px;
}

#price .item dd .price .normal {
  font-size: 29px;
  margin-top: -5px;
}

#price .item dd .price .large {
  font-size: 58px;
}

#price .item dd .price strong {
  color: #3567e7;
}

#price .item dd .notes {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}

#price .item dd .notes .year {
  display: block;
  font-size: 20px;
  color: #3567e7;
  line-height: calc(29 / 20);
}

#price .item dd .notes .month {
  display: block;
  font-size: 16px;
}

#price .item dd .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin: 20px auto 0;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #3567e7;
  text-decoration: none;
  border-radius: 10px;
}

#price .item dd .button:hover {
  background-color: #e86023;
}

#price .item dd .button.button--orange {
  background-color: #e86023;
}

#price .item dd .button.button--orange:hover {
  background-color: #3567e7;
}

@media screen and (max-width: 767px) {
  #price {
    padding: min(calc(74 / 750 * 100vw), 74px) 0 min(calc(26 / 750 * 100vw), 26px);
  }

  #price .lead {
    margin-top: min(calc(12 / 750 * 100vw), 12px);
    font-size: clamp(14px, calc(40 / 750 * 100vw), 40px);
    line-height: 1.2;
    letter-spacing: 0;
  }

  #price .list {
    flex-direction: column;
    width: calc(690 / 750 * 100vw);
    margin: auto;
  }

  #price .item {
    position: relative;
    width: 100%;
    border: 1px solid #3567e7;
    padding-bottom: calc(40 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

  #price .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #price .item dt {
    background-color: #3567e7;
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px);
    padding: min(calc(4 / 750 * 100vw), 4px) 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }

  #price .item dd .title {
    min-height: min(calc(264 / 750 * 100vw), 264px);
    margin-top: min(calc(34 / 750 * 100vw), 34px);
    font-size: clamp(12px, calc(20 / 750 * 100vw), 20px);
    text-align: center;
    line-height: calc(29 / 20);
    font-weight: 700;
    color: #3567e7;
    letter-spacing: 0;
    background-size: 46%;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: min(calc(435 / 750 * 100vw), 435px);
  }

  #price .item:nth-child(1) dd .title {
    background-image: url("../img/price_01_sp.png");
    background-position: bottom 40% left 10%;
  }

  #price .item:nth-child(2) dd .title {
    background-image: url("../img/price_02_sp.png");
    background-position: bottom 29% left 12%;
  }

  #price .item:nth-child(3) dd .title {
    background-image: url("../img/price_03_sp.png");
    background-position: bottom 30% left 24%;
  }

  #price .item dd .textarea {
    position: absolute;
  }

  #price .item:nth-child(1) dd .textarea {
    right: 12%;
    top: 34%;
  }

  #price .item:nth-child(2) dd .textarea {
    right: 4%;
    top: 36%;
  }

  #price .item:nth-child(3) dd .textarea {
    right: 5%;
    top: 34%;
  }

  #price .item dd .price {
    margin-top: min(calc(10 / 750 * 100vw), 10px);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
  }

  #price .item dd .price .small {
    font-size: clamp(12px, calc(22 / 750 * 100vw), 22px);
  }

  #price .item dd .price .normal {
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px);
    margin-top: min(calc(-5 / 750 * 100vw), 5px);
  }

  #price .item dd .price .large {
    font-size: clamp(18px, calc(58 / 750 * 100vw), 58px);
  }

  #price .item dd .price strong {
    color: #3567e7;
  }

  #price .item dd .notes {
    margin-top: 6%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
  }

  #price .item dd .notes .year {
    display: block;
    font-size: clamp(12px, calc(22 / 750 * 100vw), 22px);
    color: #3567e7;
    line-height: calc(29 / 20);
    margin-top: min(calc(26 / 750 * 100vw), 26px);
  }

  #price .item dd .notes .month {
    display: block;
    font-size: clamp(12px, calc(18 / 750 * 100vw), 18px);
    margin-top: 2%;
  }

  #price .item dd .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(calc(340 / 750 * 100vw), 340px);
    height: min(calc(60 / 750 * 100vw), 60px);
    margin: min(calc(-10 / 750 * 100vw), 10px) auto 0;
    font-size: clamp(12px, calc(20 / 750* 100vw), 20px);
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #3567e7;
    text-decoration: none;
    border-radius: min(calc(10 / 750 * 100vw), 10px);
  }

  #price .item dd .button.button--orange {
    background-color: #e86023;
  }
}

@media screen and (max-width: 500px) {
  #price .item dd .button {
    width: min(calc(300 / 500 * 100vw), 300px);
  }
}

/* #course
============================================================================================================ */
#course {
  padding: 0;
  display: none;
}

#course .list,
#course .support_menu .list {
  display: flex;
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {

  #course .list,
  #course .support_menu .list {
    width: calc(690 / 750* 100vw);
    flex-direction: column;
    gap: min(calc(34 / 750 * 100vw), 34px);
  }
}

#course .list+.list {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #course .list+.list {
    margin-top: min(calc(34 / 750 * 100vw), 34px);
  }
}

#course .support_menu {
  margin: 55px auto 100px;
}

@media screen and (max-width: 767px) {
  #course .support_menu {
    margin: min(calc(55 / 750 * 100vw), 55px) auto min(calc(100 / 750 * 100vw), 100px);
  }
}

#course .support_menu .list {
  justify-content: space-between;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #course .support_menu .list {
    margin-top: min(calc(26 / 750 * 100vw), 26px);
  }
}

#course .item {
  width: calc(100% / 2 - 14px* 2 / 2);
  border: 1px solid #c8c8c8;
  border-radius: 17px;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #course .item {
    width: 100%;
    border: 2px solid #c8c8c8;
    border-radius: min(calc(30 / 750 * 100vw), 30px);
  }
}

#course .item_container .item {
  border: none;
}

#course .item_container .item .title_container,
#course .item_container .item .link_container {
  width: 100%;
  max-width: 556px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  #course .item_container .item .title_container,
  #course .item_container .item .link_container {
    max-width: min(calc(684 / 750 * 100vw), 684px);
  }
}

#course .item h3,
#course .item .item_area .button {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 220px;
  margin: 20px auto;
  border: 1px solid #1f1f1f;
  border-radius: 8px;
  color: #1f1f1f;
}

@media screen and (max-width: 767px) {

  #course .item h3,
  #course .item .item_area .button {
    font-size: clamp(12px, calc(16 / 750 * 100vw), 16px);
    max-width: min(calc(180 / 750 * 100vw), 180px);
    margin: min(calc(16 / 750 * 100vw), 16px) auto min(calc(10 / 750 * 100vw), 10px);
    border: 1px solid #1f1f1f;
    border-radius: min(calc(10 / 750 * 100vw), 10px);
  }

  #course .item .item_area .button {
    font-size: clamp(12px, calc(20 / 750 * 100vw), 20px);
    letter-spacing: normal;
  }
}

#course .item .item_area .button {
  max-width: 268px;
  margin: 0 auto 20px;
  text-decoration: none;
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  #course .item .item_area .button {
    max-width: min(calc(308 / 750 * 100vw), 308px);
    margin: 0 auto min(calc(30 / 750 * 100vw), 30px);
    padding: min(calc(8 / 750 * 100vw), 8px) 0;
  }
}

#course .item .item_area .button:hover {
  background-color: #3567e7;
  color: #fff;
  border: 1px solid transparent;
}

#course .item .item_area .button.course_button--orange:hover {
  background-color: #e86023;
  color: #fff;
  border: 1px solid transparent;
}

@media screen and (max-width: 500px) {
  #course .item .item_area .button {
    max-width: min(calc(220 / 500 * 100vw), 220px);
    margin: 0 auto min(calc(30 / 500 * 100vw), 30px);
    padding: min(calc(8 / 500 * 100vw), 8px) 0 min(calc(4 / 500 * 100vw), 4px);
    letter-spacing: -1px;
  }
}

#course .item_container .title_container h3,
#course .support_menu .item:nth-child(2) h3,
#course .support_menu .item:nth-child(3) h3 {
  border: 1px solid #2964f0;
  color: #2964f0;
}

#course .item .item_area,
#course .item_container .item .item_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 410px;
}

@media screen and (max-width: 767px) {

  #course .item .item_area {
    min-height: min(calc(300 / 750 * 100vw), 300px);
  }

  #course .item_container .item .item_area {
    min-height: min(calc(280 / 750 * 100vw), 280px);
  }

  #course .item .item_area img,
  #course .item_container .item .item_area img {
    width: min(calc(247 / 750 * 100vw), 247px);
    height: min(calc(220 / 750 * 100vw), 220px);
  }

  #course .item_container .item .item_area.item_area_big img {
    width: min(calc(256 / 750 * 100vw), 256px);
    height: min(calc(220 / 750 * 100vw), 220px);
  }
}

#course .item .item_area .title,
#course .item_container .item .item_area .title,
#course .support_menu .item .item_area .sub {
  font-size: 16px;
  text-align: center;
  line-height: calc(29 / 20);
  font-weight: 700;
  color: #1f1f1f;
  letter-spacing: 0;
  background-size: 230px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

  #course .item .item_area .title,
  #course .item_container .item .item_area .title,
  #course .support_menu .item .item_area .sub {
    font-size: clamp(12px, calc(19 / 750 * 100vw), 19px);
    margin-top: min(calc(10 / 750 * 100vw), 10px);
    letter-spacing: -1px;
  }

  #course .support_menu .item .item_area .title {
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
  }

  #course .support_menu .item:nth-child(1) .item_area img {
    width: min(calc(147 / 750 * 100vw), 147px);
    height: min(calc(164 / 750 * 100vw), 164px);
    margin: min(calc(10 / 750 * 100vw), 10px) auto min(calc(18 / 750 * 100vw), 18px);
  }

  #course .support_menu .item:nth-child(2) .item_area img {
    width: min(calc(160 / 750 * 100vw), 160px);
    height: min(calc(153 / 750 * 100vw), 153px);
    margin: min(calc(8 / 750 * 100vw), 8px) auto min(calc(20 / 750 * 100vw), 20px);
  }

  #course .support_menu .item:nth-child(3) .item_area img {
    width: min(calc(247 / 750 * 100vw), 247px);
    height: min(calc(135 / 750 * 100vw), 135px);
    margin: min(calc(10 / 750 * 100vw), 10px) auto min(calc(20 / 750 * 100vw), 20px);
  }
}

#course .item_container .item .item_area .title {
  background-size: 300px;
}

#course .support_menu .item .item_area .sub {
  font-size: 15px;
  font-weight: normal;
  margin-top: -16px;
  background-size: 247px;
}

@media screen and (max-width: 767px) {
  #course .support_menu .item .item_area .sub {
    font-size: clamp(12px, calc(19 / 750 * 100vw), 19px);
    margin-top: 0;
  }
}

#course .list .item_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ecf2fe;
  box-sizing: border-box;
  margin-left: 17px;
  border-radius: 17px;
}

@media screen and (max-width: 767px) {
  #course .list .item_container {
    width: 100%;
    border: 2px solid #ecf2fe;
    border-radius: min(calc(30 / 750 * 100vw), 30px);
    margin-left: 0;
  }
}

#course .list .item_container .item {
  width: 100%;
}

#course .item .item_area .price {
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

#course .support_menu .list .item {
  width: calc(100% / 3 - 17px * 2 / 3);
}

@media screen and (max-width: 767px) {
  #course .support_menu .list .item {
    width: calc(690 / 750* 100vw);
  }
}

/* #js-button
============================================================================================================ */
#js-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#js-button .js-butto_inner {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #js-button .js-butto_inner {
    max-width: 50%;
  }
}

#js-button .course_more,
#js-button .course_close {
  width: 100%;
}

#js-button .course_more {
  display: block;
}

#js-button .course_close {
  display: none;
}

#js-button .course_more button,
#js-button .course_close button {
  font-family: "Noto Sans JP", serif;
  border: 1px solid #2964f0;
  background-color: #fff;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  font-size: 20px;
  font-weight: 700;
  color: #3567e7;
  cursor: pointer;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  padding-bottom: 12px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {

  #js-button .course_more button,
  #js-button .course_close button {
    height: min(calc(76 / 750 * 100vw), 76px);
    border-radius: min(calc(38 / 750 * 100vw), 38px);
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
    margin-bottom: min(calc(64 / 750 * 100vw), 64px);
    padding-bottom: min(calc(12 / 750 * 100vw), 12px);
  }
}

#js-button .course_more button:hover,
#js-button .course_close button:hover {
  opacity: .8;
}

#js-button .course_more button::after,
#js-button .course_close button::after {
  content: "";
  display: block;
  background-image: url(../img/arrow_06.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 23px;
  height: 11px;
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {

  #js-button .course_more button::after,
  #js-button .course_close button::after {
    width: min(calc(23 / 750 * 100vw), 23px);
    height: min(calc(11 / 750 * 100vw), 11px);
    bottom: min(calc(8 / 750 * 100vw), 8px);
  }
}

#js-button .course_more button::after {
  transform: rotate(180deg);
}

#js-button .course_close button::after {
  transform: rotate(0);
}


/* #voice
============================================================================================================ */

#voice {
  margin-top: 245px;
}

#voice ul li img {
  width: 100%;
  height: auto;
}

#voice ul li .text1 {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: calc(27 / 18);
  letter-spacing: 0;
  font-weight: bold;
}

#voice ul li .text2 {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: calc(24 / 15);
  letter-spacing: 0;
}

#voice ul li .text3 {
  margin-top: 1.5em;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  #voice ul {
    width: 1028px;
    margin: 64px auto 75px;
    display: flex;
    justify-content: space-between;
  }

  #voice ul li {
    width: calc(327 / 1028 * 100%);
  }

  #voice ul li .text1.pc-nowrap {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #voice {
    margin-top: min(calc(120 / 750 * 100vw), 120px);
  }

  #voice ul {
    width: calc(638 var(--spp));
    margin: min(calc(66 / 750 * 100vw), 66px) auto min(calc(70 / 750 * 100vw), 70px);
  }

  #voice ul li+li {
    margin-top: min(calc(66 / 750 * 100vw), 66px);
  }

  #voice ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  #voice ul li .text1 {
    margin-top: 1.3em;
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px);
    line-height: calc(51 / 32);
  }

  #voice ul li .text2 {
    margin-top: 0.6em;
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
    line-height: calc(36 / 24);
  }

  #voice ul li .text3 {
    margin-top: 1.4em;
    font-size: clamp(12px, calc(18 / 750 * 100vw), 18px);
  }
}

/* #faq
============================================================================================================ */

#faq {
  margin-top: 150px;
  padding: 145px 0 140px;
  background: #f7f5f5;
}

#faq dl {
  width: 1092px;
  margin: 60px auto 0;
}

#faq dl dt,
#faq dl dd {
  padding-left: 78px;
  padding-right: 35px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}

#faq dl dt {
  padding-top: 35px;
  border-top: solid 1px #aac8ff;
  color: #2864f0;
  font-weight: bold;
}

#faq dl dt::before,
#faq dl dd::before {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  left: 32px;
}

#faq dl dt::before {
  content: "Q";
  color: #fff;
  background: #2864f0;
  transform: translateY(-2px);
}

#faq dl dd::before {
  content: "A";
  border: solid 1px #aac8ff;
  color: #2864f0;
  top: -2px;
}

#faq dl dd {
  margin-top: 0.9em;
}

#faq dl dd+dt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #faq {
    margin-top: min(calc(78 / 750 * 100vw), 78px);
    padding: min(calc(90 / 750 * 100vw), 90px) 0 min(calc(35 / 750 * 100vw), 35px);
  }

  #faq dl {
    width: calc(600 var(--spp));
    margin: min(calc(66 / 750 * 100vw), 66px) auto 0;
  }

  #faq dl dt,
  #faq dl dd {
    padding-left: min(calc(50 / 750 * 100vw), 50px);
    padding-right: 0;
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
    line-height: calc(36 / 24);
  }

  #faq dl dt {
    padding-top: min(calc(30 / 750 * 100vw), 30px);
  }

  #faq dl dt::before,
  #faq dl dd::before {
    width: min(calc(38 / 750 * 100vw), 38px);
    height: min(calc(38 / 750 * 100vw), 38px);
    font-size: clamp(12px, calc(24 / 750 * 100vw), 24px);
    line-height: calc(36 / 24);
    left: 0;
  }

  #faq dl dt::before {
    content: "Q";
    color: #fff;
    background: #2864f0;
    transform: translateY(-1px);
  }

  #faq dl dd::before {
    top: -1px;
  }

  #faq dl dd {
    margin-top: 0.7em;
  }

  #faq dl dd+dt {
    margin-top: min(calc(40 / 750 * 100vw), 40px);
  }
}

/* arrow
============================================================================================================ */
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px;
}

.arrow a {
  color: #2864f0;
  font-size: 4.2vw;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .arrow a {
    font-size: 1.5rem;
  }
}

.arrow a:hover {
  opacity: 0.7;
}

.arrow a:visited {
  color: #2864f0;
}

.arrow::before {
  content: '';
  width: 2.7vw;
  height: 2.7vw;
  border-top: 0.6vw solid #2864f0;
  border-right: solid 0.6vw #2864f0;
  position: absolute;
  left: -5.1vw;
  top: 40%;
}

@media (min-width: 768px) {
  .arrow::before {
    width: 10px;
    height: 10px;
    border-top: solid 2px #2864f0;
    border-right: solid 2px #2864f0;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .arrow {
    padding: min(calc(76 / 750 * 100vw), 76px) min(calc(10 / 750 * 100vw), 10px) min(calc(108 / 750 * 100vw), 108px);
  }

  .arrow a {
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px);
    letter-spacing: 0;
  }
}

/* ul / ol
============================================================================================================ */

/* secadd
============================================================================================================ */

/* registerForm
============================================================================================================ */
/* input, select, textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 100%;
	margin: 0;
	border-radius: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
}
::-webkit-input-placeholder {
	color: #bbb;
}
:-ms-input-placeholder {
	color: #bbb;
}
::-moz-placeholder {
	color: #bbb;
}
select::-ms-expand {
	display: none;
}
button {
	cursor: pointer;
}
 */

#registerForm {
  position: fixed;
  background-color: #fff;
  font-size: 1.1rem;
  transition: transform 0.3s ease-in-out;
  z-index: 200;
}

#registerForm.op0 {
  opacity: 0;
}

#registerForm .logo {
  margin-bottom: 30px;
  text-align: center;
}

#registerForm p {
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
  color: #888;
}

#registerForm p a {
  color: #888;
}

#registerForm .login {
  margin-top: 30px;
}

#registerForm .login a {
  color: #075555;
  font-weight: bold;
}

@media screen and (min-width: 768px),
print {
  #registerForm {
    right: 12px;
    top: 12px;
    width: 395px;
    padding: 60px 0 30px;
    border: 1px solid #e2e2e2;
    border-radius: 24px;
    transform: translateX(420px);
  }

  #registerForm a:hover {
    text-decoration: none;
  }

  #registerForm .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 10;
  }

  #registerForm .close::before,
  #registerForm .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    margin-left: -9px;
    margin-top: -1px;
    border-top: 2px solid #666;
    transform: rotate(45deg);
  }

  #registerForm .close::after {
    transform: rotate(-45deg);
  }

  #registerForm .close:hover {
    transform: rotate(90deg);
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  #registerForm {
    right: 10px;
    left: 10px;
    bottom: 0;
    border-top: 5px solid #2864f0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    letter-spacing: 0.1em;
    transform: translateY(110%);
  }

  #registerForm>div {
    max-height: calc(100vh - 10px);
    padding: 50px 0 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #registerForm>div>* {
    min-width: 280px;
    width: calc(100% - 75px);
    margin: auto;
  }

  #registerForm p {
    text-align: left;
  }

  #registerForm .login {
    margin-top: 20px;
  }

  #registerForm .close {
    position: absolute;
    overflow: hidden;
    right: 0;
    left: 0;
    top: 0;
    height: 24px;
    z-index: 10;
  }

  #registerForm .close::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    background-color: #2864f0;
    border-radius: 100%;
  }

  #registerForm .close::after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 8px;
    height: 8px;
    margin-bottom: -2px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: 100% 100%;
    transform: rotate(45deg);
  }
}