/* --------------------------------------------------------------------------------
 * web fonts
-------------------------------------------------------------------------------- */

:root {
  --color: #221f20;

  --shuei: 'dnp-shuei-mgothic-std', sans-serif;
  --kokoro: 'ab-kokoro-no3', sans-serif;
  --chippewa: 'chippewa-falls', sans-serif;
}

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-family: var(--shuei), sans-serif;
  color: var(--color);
  line-height: 1.5;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

input, button, textarea, select {
  color: #161f3e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

textarea {
  vertical-align: top;
}

*:focus {
  outline: none;
}

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

a:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp-non {
    display: none !important;
  }
}
.mb0 {
  margin-bottom: 0;
}

.tCenter {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.telLink {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .telLink {
    pointer-events: none;
  }
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .wrapper {
    width: auto;
  }
}

.hover {
  transition: 0.3s;
}
@media only screen and (min-width: 751px) {
  .hover:hover {
    opacity: 0.7;
  }
}

.hoverTxt {
  text-decoration: none;
  color: inherit;
}
.hoverTxt:hover {
  text-decoration: underline;
}

.require {
  display: inline-block;
  background-color: #d44629;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 5px;
}

/* ----------------------------------------------------------------------
 Layout
---------------------------------------------------------------------- */
.header {
  height: calc( 70 / 1210 * 100vw );
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 1000;
  @media screen and (min-width: 1211px){
    height: 70px; 
  }
  @media screen and (max-width: 750px){
    height: calc( 100 / 750 * 100vw );
  }
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: calc( 25 / 1210 * 100vw );
  padding-right: calc( 25 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    padding-left: 25px;
    padding-right: 25px;
  }
  @media screen and (max-width: 750px){
    padding-left: calc( 30 / 750 * 100vw );
    padding-right: calc( 40 / 750 * 100vw );
  }
}
.header__logo {
  width: calc( 226 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 226px;
  }
  @media screen and (max-width: 750px){
    width: calc( 528 / 750 * 100vw );
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__navi {
  display: flex;
  align-items: center;
  margin-right: calc( 20 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-right: 20px;
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.header__navi li {
  margin: 0 calc( 15 / 1210 * 100vw );
  font-size: calc( 15 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin: 0 15px;
    font-size: 15px;
  }
  font-weight: bold;
}
.header__navi li a {
  text-decoration: none;
  color: inherit;
}
.header__navi li a:hover {
  text-decoration: underline;
}
.header__menu {
  line-height: 1.6;
  width: calc( 20 / 1210 * 100vw );
  height: calc( 20 / 1210 * 100vw );
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/menu_close.png) no-repeat center / 0 0;
  cursor: pointer;
  @media screen and (min-width: 1211px) {
    width: 20px;
    height: 20px;
  }
  @media screen and (max-width: 750px){
    width: calc( 46 / 750 * 100vw );
    height: calc( 46 / 750 * 100vw );
  }
  &.is-active {
    background-size: 90%;
    img {
      opacity: 0;
    }
  }
}

.mega {
  position: fixed;
  top: calc( 70 / 1210 * 100vw );
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/bg_mega.png) no-repeat center top / cover;
  z-index: 1500;
  display: none;
  @media screen and (min-width: 1211px) {
    top: 70px;
  }
  @media screen and (max-width: 750px){
    top: calc( 100 / 750 * 100vw );
  }
}
.mega__wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega__inner {
  display: flex;
}
.mega__navi {
  margin: 0 calc( 75 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin: 0 75px;
  }
  @media screen and (max-width: 750px){
    margin: 0 calc( 50 / 750 * 100vw );
  }
}
.mega__navi li {
  &:before {
    content: "▶︎";
    color: #7eb22d;
    font-size: calc( 7.5 / 1210 * 100vw );
    display: inline-block;
    position: relative;
    margin-right: 1.2em;
    top: -0.4em;
    @media screen and (min-width: 1211px) {
      font-size: 7.5px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 15 / 750 * 100vw );
    }
  }
  + li {
    margin-top: calc( 50 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      margin-top: 50px;
    }
  }
  a {
    text-decoration: none;
    color: inherit;
    font-size: calc( 16 / 1210 * 100vw );
    font-weight: bold;
    letter-spacing: 0.06em;
    &:hover {
      text-decoration: underline;
    }
    @media screen and (min-width: 1211px) {
      font-size: 16px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 28 / 750 * 100vw );
    }
  }
}

.main {
  padding-top: calc( 70 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    padding-top: 70px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 100 / 750 * 100vw );
  }
}

.mv {

}
.mv__btn {
  position: fixed;
  right: calc( 20 / 1210 * 100vw );
  bottom: calc( 20 / 1210 * 100vw );
  width: calc( 159 / 1210 * 100vw );
  z-index: 200;
  @media screen and (min-width: 1211px) {
    width: 159px;
    right: 20px;
    bottom: 20px;
  }
  @media screen and (max-width: 750px){
    width: calc( 210 / 750 * 100vw );
    right: calc( 20 / 750 * 100vw );
    bottom: calc( 20 / 750 * 100vw );
  }
  .btn {
    position: relative;
    z-index: 2;
  }
  .bg {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    animation: rotate 20s linear infinite;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bg-about {
  background: url(../img/bg_about.jpg) no-repeat center/cover;
  padding-bottom: calc( 65 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    padding-bottom: 65px;
  }
}
.bg-about__white {
  background: rgba(255,255,255,0.5);
  padding-top: calc( 84 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    padding-top: 84px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 80 / 750 * 100vw );
  }
}
.about__inner {
  
  position: relative;
  @media screen and (min-width: 1211px) {
    width: 1210px;
    padding-left: 105px;
    margin: 0 auto;
  }
  @media screen and (max-width: 750px){
    padding: 0 calc( 100 / 750 * 100vw );
  }
}
.about__title {
  width: calc( 250 / 1210 * 100vw );
  margin-left: calc(-35 / 1210 * 100vw);
  margin-top: calc(-24 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    width: 250px;
    margin-left: -35px;
    margin-top: -24px;
  }
  @media screen and (max-width: 750px){
    width: calc( 350 / 750 * 100vw );
    margin-left: calc( -50 / 750 * 100vw );
    margin-top: 0;
  }
}
.about__subtitle {
  font-weight: bold;
  font-size: calc( 15 / 1210 * 100vw );
  letter-spacing: 0.1em;
  margin-top: calc( 22 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    font-size: 15px;
    margin-top: 22px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 26 / 750 * 100vw );
    margin-top: calc( 18 / 750 * 100vw );
  }
}
.about__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc( 6 / 1210 * 100vw );
  margin-top: calc( 30 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    gap: 6px;
    margin-top: 30px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 40 / 750 * 100vw );
    gap: calc( 8 / 750 * 100vw );
  }
  span {
    font-weight: bold;
    display: block;
    background-color: #fff;
    padding: calc( 6 / 1210 * 100vw ) calc( 18 / 1210 * 100vw );
    font-size: calc( 25 / 1210 * 100vw );
    letter-spacing: 0.2em;
    @media screen and (min-width: 1211px) {
      padding: 6px 18px;
      font-size: 25px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 35 / 750 * 100vw );
      padding: calc( 10 / 750 * 100vw ) calc( 25 / 750 * 100vw );
    }
    &:nth-child(2) {
      margin-left: calc( 30 / 1210 * 100vw );
      @media screen and (min-width: 1211px) {
        margin-left: 30px;
      }
      @media screen and (max-width: 750px){
        margin-left: calc( 40 / 750 * 100vw );
      }
    }
    &:nth-child(3) {
      margin-left: calc(60 / 1210 * 100vw);
      @media screen and (min-width: 1211px) {
        margin-left: 60px;
      }
      @media screen and (max-width: 750px){
        margin-left: calc( 80 / 750 * 100vw );
      }
    }
  }
}
.about__text {
  margin-top: calc( 35 / 1210 * 100vw );
  font-size: calc( 16 / 1210 * 100vw );
  letter-spacing: 0.1em;
  line-height: 2.19;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    margin-top: 35px;
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 50 / 750 * 100vw );
    font-size: calc( 32 / 750 * 100vw );
  }
}
.about__thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc( 606 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 606px;
  }
  @media screen and (max-width: 750px){
    position: static;
    margin-top: calc( 90 / 750 * 100vw );
    margin-right: calc( -100 / 750 * 100vw );
    width: calc( 650 / 750 * 100vw );
  }
}
.daito {
  margin-top: calc( 65 / 1210 * 100vw );
  padding-bottom: calc( 180 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 65px;
    padding-bottom: 180px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 90 / 750 * 100vw );
    padding-bottom: calc( 130 / 750 * 100vw );
  }
}
.daito__inner {
  padding-left: calc(680 / 1210 * 100vw);
  position: relative;
  @media screen and (min-width: 1211px) {
    width: 1210px;
    padding-left: 680px;
    margin: 0 auto;
  }
  @media screen and (max-width: 750px){
    padding: 0 calc( 100 / 750 * 100vw );
  }
}
.daito__title {
  width: calc(232 / 1210 * 100vw);
  margin-left: calc(-35 / 1210 * 100vw);
  margin-top: calc(-24 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    width: 232px;
    margin-left: -35px;
    margin-top: -24px;
  }
  @media screen and (max-width: 750px){
    width: calc( 320 / 750 * 100vw );
    margin-top: 0;
    margin-left: calc( -50 / 750 * 100vw );
  }
}
.daito__subtitle {
  font-weight: bold;
  font-size: calc(15 / 1210 * 100vw);
  letter-spacing: 0.1em;
  margin-top: calc(22 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    font-size: 15px;
    margin-top: 22px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 26 / 750 * 100vw );
    margin-top: calc( 18 / 750 * 100vw );
  }
}
.daito__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(6 / 1210 * 100vw);
  margin-top: calc(30 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    gap: 6px;
    margin-top: 30px;
  }
  @media screen and (max-width: 750px) {
    margin-top: calc(40 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
  span {
    font-weight: bold;
    display: block;
    background-color: #fff;
    padding: calc(6 / 1210 * 100vw) calc(18 / 1210 * 100vw);
    font-size: calc(25 / 1210 * 100vw);
    letter-spacing: 0.2em;
    @media screen and (min-width: 1211px) {
      padding: 6px 18px;
      font-size: 25px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 35 / 750 * 100vw );
      padding: calc( 10 / 750 * 100vw ) calc( 25 / 750 * 100vw );
    }
    &:nth-child(2) {
      margin-left: calc(30 / 1210 * 100vw);
      @media screen and (min-width: 1211px) {
        margin-left: 30px;
      }
      @media screen and (max-width: 750px){
        margin-left: calc( 40 / 750 * 100vw );
      }
    }
    &:nth-child(3) {
      margin-left: calc(60 / 1210 * 100vw);
      @media screen and (min-width: 1211px) {
        margin-left: 60px;
      }
      @media screen and (max-width: 750px){
        margin-left: calc( 80 / 750 * 100vw );
      }
    }
  }
}
.daito__text {
  margin-top: calc(35 / 1210 * 100vw);
  font-size: calc(16 / 1210 * 100vw);
  letter-spacing: 0.1em;
  line-height: 2.19;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    margin-top: 35px;
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 50 / 750 * 100vw );
    font-size: calc( 32 / 750 * 100vw );
  }
}
.daito__thumb {
  position: absolute;
  top: 0px;
  left: calc( 80 / 1210 * 100vw );
  width: calc(580 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    left: 80px;
    width: 580px;
  }
  @media screen and (max-width: 750px){
    position: static;
    margin-top: calc( 90 / 750 * 100vw );
    margin-right: calc( -90 / 750 * 100vw );
    margin-left: calc( -70 / 750 * 100vw );
    width: calc( 690 / 750 * 100vw );
  }
}
.features {
  padding-top: calc( 90 / 1210 * 100vw );
  position: relative;
  @media screen and (min-width: 1211px) {
    padding-top: 90px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 135 / 750 * 100vw );
  }
}
.features__inner {
  max-width: calc( 1000 / 1210 * 100vw );
  margin: 0 auto;
  @media screen and (min-width: 1211px) {
    max-width: 1000px;
  }
  @media screen and (max-width: 750px){
    max-width: initial;
    padding: 0 calc( 50 / 750 * 100vw );
  }
}
.features__title {
  text-align: center;
  background: url(../img/line_titile_features.png) no-repeat center left / calc( 263 / 1210 * 100vw ),url(../img/line_titile_features.png) no-repeat center right / calc(263 / 1210 * 100vw);
  margin: 0 calc( 50 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    background-size: 263px, 263px;
    margin: 0 50px;
  }
  @media screen and (max-width: 750px){
    background: none;
    margin: 0;
  }
  img {
    width: calc( 310 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 310px;
    }
    @media screen and (max-width: 750px) {
      width: calc( 440 / 750 * 100vw );
    }
  }
}
.features__subtitle {
  font-size: calc( 16 / 1210 * 100vw );
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: calc( 20 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    font-size: 16px;
    margin-top: 20px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 26 / 750 * 100vw );
    margin-top: calc( 20 / 750 * 100vw );
  }
}
.features__catch {
  font-size: calc( 21 / 1210 * 100vw );
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: calc( 40 / 1210 * 100vw );
  line-height: 1.66;
  @media screen and (min-width: 1211px) {
    font-size: 21px;
    margin-top: 40px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 29.4 / 750 * 100vw );
    margin-top: calc( 50 / 750 * 100vw );
  }
}
.features__float-01 {
  width: calc( 242 / 1210 * 100vw );
  position: absolute;
  top: calc( -56 / 1210 * 100vw );
  right: calc( 113 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 242px;
    top: -56px;
    right: calc(50% - 500px);
  }
  @media screen and (max-width: 750px){
    position: static;
    text-align: center;
    margin-top: calc(65 / 750 * 100vw);
    width: 100%;
    img {
      width: calc( 455 / 750 * 100vw );
    }
  }
}
.features__float-02 {
  width: calc(218 / 1210 * 100vw);
  position: absolute;
  top: calc(156 / 1210 * 100vw);
  left: calc(150 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    width: 218px;
    top: 156px;
    left: calc(50% - 450px);
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.featuresList {
  margin-top: calc( 55 / 1210 * 100vw );
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc( 20 / 1210 * 100vw ) 0;
  position: relative;
  z-index: 2;
  @media screen and (min-width: 1211px) {
    margin-top: 55px;
    gap: 20px 0;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 65 / 750 * 100vw );
    gap: calc( 30 / 750 * 100vw );
  }
}
.featuresList__item {
  width: calc( 489 / 1210 * 100vw );
  height: calc( 190 / 1210 * 100vw );
  background: url(../img/bg_note.png) no-repeat center / contain;
  padding: calc( 28 / 1210 * 100vw ) calc(30 / 1210 * 100vw) 0;
  @media screen and (min-width: 1211px) {
    width: 489px;
    height: 190px;
    padding: 28px 30px 0;
  }
  @media screen and (max-width: 750px){
    width: 100%;
    height: calc( 368 / 750 * 100vw );
    padding: calc( 50 / 750 * 100vw ) calc(50 / 750 * 100vw) 0;
    background: url(../img/bg_note_sp.png) no-repeat center / contain;
  }
}
.featuresList__title {
  display: flex;
  align-items: center;
  .num {
    width: calc( 55 / 1210 * 100vw );
    height: calc( 55 / 1210 * 100vw );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: calc( 25 / 1210 * 100vw );
    letter-spacing: 0.05em;
    font-family: var(--chippewa);
    @media screen and (min-width: 1211px) {
      width: 55px;
      height: 55px;
      font-size: 25px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 35 / 750 * 100vw );
      width: calc( 77 / 750 * 100vw );
      height: calc( 77 / 750 * 100vw );
    }
    &.-orange {
      background-color: #d07a34;
    }
    &.-blue {
      background-color: #0099c1;
    }
    &.-green {
      background-color: #5bb531;
    }
    &.-pink {
      background-color: #dc7094;
    }
  }
  .text {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-left: calc( 15 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      font-size: 25px;
      margin-left: 15px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 35 / 750 * 100vw );
      margin-left: calc( 22 / 750 * 100vw );
      white-space: nowrap;
      margin-right: -1em;
    }
  }
}
.featuresList__text {
  font-weight: bold;
  margin-top: calc( 15 / 1210 * 100vw );
  font-size: calc( 16 / 1210 * 100vw );
  line-height: 1.9;
  padding: 0 calc( 14 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 15px;
    font-size: 16px;
    padding: 0 14px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 32 / 750 * 100vw );
    margin-top: calc( 16 / 750 * 100vw );
  }
}
.map {
  iframe {
    vertical-align: bottom;
    width: 100%;
    height: calc( 520 / 1210 * 100vw );
    @media screen and (max-width: 750px){
      height: calc( 880 / 750 * 100vw );
    }
  }
}
.course {
  padding-top: calc( 56 / 1210 * 100vw );
  padding-bottom: calc( 120 / 1210 * 100vw );
  background: url(../img/bg_course.jpg) no-repeat center/cover;
  @media screen and (min-width: 1211px) {
    padding-top: 56px;
    padding-bottom: 120px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 90 / 750 * 100vw );
    padding-bottom: calc( 90 / 750 * 100vw );
  }
}
.course__inner {
  position: relative;
  @media screen and (max-width: 750px){
    padding: 0 calc( 100 / 750 * 100vw );
  }
}
.course__title {
  text-align: center;
  @media screen and (max-width: 750px){
    margin-left: calc(-40 / 750 * 100vw);
  }
  img {
    position: relative;
    width: calc( 290 / 1210 * 100vw );
    left: calc( -20 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 290px;
      left: -20px;
    }
    @media screen and (max-width: 750px){
      width: auto;
      height: calc( 118 / 750 * 100vw );
    }
  }
}
.course__subtitle {
  margin-top: calc( 24 / 1210 * 100vw );
  text-align: center;
  @media screen and (min-width: 1211px){
    margin-top: 24px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 30 / 750 * 100vw );
  }
  span {
    display: inline-block;
    width: calc(146 / 1210 * 100vw);
    aspect-ratio: 146 / 31;
    background: url(../img/bg_course_subtitle.png) no-repeat center / contain;
    font-size: calc( 16 / 1210 * 100vw );
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: calc( 31 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 146px;
      font-size: 16px;
      line-height: 31px;
    }
    @media screen and (max-width: 750px){
      width: 100%;
      aspect-ratio: 550 / 44;
      font-size: calc( 22 / 750 * 100vw );
      line-height: calc( 44 / 750 * 100vw );
    }
  }
}
.course__catch {
  text-align: center;
  margin-top: calc(38 / 1210 * 100vw);
  @media screen and (min-width: 1211px){
    margin-top: 38px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 40 / 750 * 100vw );
  }
  span {
    display: inline-block;
    font-size: calc(21 / 1210 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    @media screen and (min-width: 1211px) {
      font-size: 21px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 29.4 / 750 * 100vw );
    }
    &:before {
      content: "";
      background: url(../img/line_catch_left.png) no-repeat center / contain;
      width: calc( 12 / 1210 * 100vw );
      aspect-ratio: 24 / 57;
      position: absolute;
      top: 0;
      left: calc( -28 / 1210 * 100vw );
      @media screen and (min-width: 1211px) {
        width: 12px;
        left: -28px;
      }
      @media screen and (max-width: 750px){
        background-image: url(../img/line_catch_left_sp.png);
        width: calc( 38 / 750 * 100vw );
        aspect-ratio: 38 / 81;
        left: calc( -56 / 750 * 100vw );
        top: calc( 6 / 750 * 100vw );
      }
    }
    &:after {
      content: "";
      background: url(../img/line_catch_right.png) no-repeat center / contain;
      width: calc( 12 / 1210 * 100vw );
      aspect-ratio: 24 / 57;
      position: absolute;
      top: 0;
      right: calc( -28 / 1210 * 100vw );
      @media screen and (min-width: 1211px) {
        width: 12px;
        right: -28px;
      }
      @media screen and (max-width: 750px){
        background-image: url(../img/line_catch_right_sp.png);
        width: calc( 38 / 750 * 100vw );
        aspect-ratio: 38 / 81;
        right: calc( -56 / 750 * 100vw );
        top: calc( 6 / 750 * 100vw );
      }
    }
  }
}
.course__float {
  position: absolute;
  top: calc( 40 / 1210 * 100vw );
  right: calc( 278 / 1210 * 100vw );
  width: calc( 123 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    top: 40px;
    right: calc(50% - 317px);
    width: 123px;
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.courseList {
  max-width: calc( 1000 / 1210 * 100vw );
  margin: 0 auto;
  @media screen and (min-width: 1211px) {
    max-width: 1000px;
  }
  @media screen and (max-width: 750px){
    max-width: initial;
  }
}
.courseList__item {
  margin-top: calc(70 / 1210 * 100vw);
  display: flex;
  justify-content: space-between;
  @media screen and (min-width: 751px){
    margin-top: 70px;
    &:nth-child(odd) {
      flex-direction: row-reverse;
    }  
  }
  @media screen and (max-width: 750px){
    flex-direction: column-reverse;
    margin-top: calc( 90 / 750 * 100vw ); 
  }
}
.courseList__right {
  width: calc( 370 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 370px;
  }
  @media screen and (max-width: 750px){
    width: 100%;
    margin-top: calc( 30 / 750 * 100vw );
  }
}
.courseList__thumb {
  width: calc( 560 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 560px;
  }
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.courseList__title {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: calc( 31 / 1210 * 100vw );
  padding-bottom: calc( 15 / 1210 * 100vw );
  background: url(../img/line_course_h3.png) no-repeat bottom left;
  background-size: auto calc( 6.5 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    font-size: 31px;
    padding-bottom: 15px;
    background-size: auto 6.5px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 40 / 750 * 100vw );
    background-size: auto calc( 8 / 750 * 100vw );
    padding-bottom: calc( 15 / 750 * 100vw );
  }
  small {
    font-size: calc( 21 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      font-size: 21px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 26 / 750 * 100vw );
    }
  }
}
.courseList__text {
  margin-top: calc( 30 / 1210 * 100vw );
  font-size: calc( 16 / 1210 * 100vw );
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    margin-top: 30px;
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 30 / 750 * 100vw );
    font-size: calc( 32 / 750 * 100vw );
  }
}
.courseList__btn {
  margin-top: calc( 20 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 20px;
  }
  img {
    width: calc( 250 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 250px;
    }
    @media screen and (max-width: 750px){
      width: calc( 356 / 750 * 100vw );
      margin-top: calc( 30 / 750 * 100vw );
    }
  }
}
.loop {
  padding: calc( 10 / 1210 * 100vw ) 0 calc( 22 / 1210 * 100vw );
  overflow: hidden;
  @media screen and (min-width: 1211px) {
    padding: 10px 0 22px;
  }
  @media screen and (max-width: 750px){
    padding: calc( 10 / 750 * 100vw ) 0 calc( 22 / 750 * 100vw );
  }
  .item {
    position: absolute;
    bottom: 0px;
    left: 0px;
    animation: stream 30s linear infinite;
  }
  img {
    width: auto;
    max-width: initial;
    height: calc( 60 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      height: 60px;
    }
    @media screen and (max-width: 750px){
      height: calc( 60 / 750 * 100vw );
    }
    &.copy {
      position: absolute;
      top: 0%;
      left: 100%;
    }
  }
}
.loop__wrapper {
  position: relative;
  height: calc(60 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    height: 60px;
  }
  @media screen and (max-width: 750px){
    height: calc( 60 / 750 * 100vw );
  }
}
@keyframes stream {
  100% {
    transform: translateX(-51.2%);
  }
}
.ex {
  padding-top: calc( 68 / 1210 * 100vw );
  padding-bottom: calc( 110 / 1210 * 100vw );
  background: url(../img/bg_ex.jpg) no-repeat center / cover;
  @media screen and (min-width: 1211px) {
    padding-top: 68px;
    padding-bottom: 110px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 90 / 750 * 100vw );
    padding-bottom: calc( 90 / 750 * 100vw );
  }
}
.ex__inner {
  position: relative;
  @media screen and (max-width: 750px){
    padding: 0 calc( 100 / 750 * 100vw );
  }
}
.ex__title {
  text-align: center;
  @media screen and (max-width: 750px){
    margin-left: calc(-40 / 750 * 100vw);
  }
  img {
    position: relative;
    width: calc( 416 / 1210 * 100vw );
    left: calc( -20 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 416px;
      left: -20px;
    }
    @media screen and (max-width: 750px){
      width: auto;
      height: calc( 118 / 750 * 100vw );
    }
  }
}
.ex__float {
  position: absolute;
  top: calc( 26 / 1210 * 100vw );
  right: calc( 292 / 1210 * 100vw );
  width: calc( 107 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    top: 26px;
    right: calc(50% - 308px);
    width: 107px;
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.ex__subtitle {
  margin-top: calc( 24 / 1210 * 100vw );
  text-align: center;
  @media screen and (min-width: 1211px){
    margin-top: 24px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 30 / 750 * 100vw );
  }
  span {
    display: inline-block;
    width: calc(206 / 1210 * 100vw);
    aspect-ratio: 206 / 31;
    background: url(../img/bg_ex_subtitle.png) no-repeat center / contain;
    font-size: calc(16 / 1210 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: calc(31 / 1210 * 100vw);
    @media screen and (min-width: 1211px) {
      width: 206px;
      font-size: 16px;
      line-height: 31px;
    }
    @media screen and (max-width: 750px){
      width: 100%;
      aspect-ratio: 550 / 44;
      font-size: calc( 22 / 750 * 100vw );
      line-height: calc( 44 / 750 * 100vw );
    }
  }
}
.ex__catch {
  text-align: center;
  margin-top: calc(38 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    margin-top: 38px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 40 / 750 * 100vw );
  }
  span {
    display: inline-block;
    font-size: calc(21 / 1210 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    @media screen and (min-width: 1211px) {
      font-size: 21px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 29.4 / 750 * 100vw );
    }
    &:before {
      content: "";
      background: url(../img/line_catch_left.png) no-repeat center / contain;
      width: calc(12 / 1210 * 100vw);
      aspect-ratio: 24 / 57;
      position: absolute;
      top: 0;
      left: calc(-28 / 1210 * 100vw);
      @media screen and (min-width: 1211px) {
        width: 12px;
        left: -28px;
      }
      @media screen and (max-width: 750px){
        background-image: url(../img/line_catch_left_sp.png);
        width: calc( 38 / 750 * 100vw );
        aspect-ratio: 38 / 81;
        left: calc( -56 / 750 * 100vw );
        top: calc(6 / 750 * 100vw);
      }
    }
    &:after {
      content: "";
      background: url(../img/line_catch_right.png) no-repeat center / contain;
      width: calc(12 / 1210 * 100vw);
      aspect-ratio: 24 / 57;
      position: absolute;
      top: 0;
      right: calc(-28 / 1210 * 100vw);
      @media screen and (min-width: 1211px) {
        width: 12px;
        right: -28px;
      }
      @media screen and (max-width: 750px){
        background-image: url(../img/line_catch_right_sp.png);
        width: calc( 38 / 750 * 100vw );
        aspect-ratio: 38 / 81;
        right: calc( -56 / 750 * 100vw );
        top: calc(6 / 750 * 100vw);
      }
    }
  }
}
.exList {
  max-width: calc( 1000 / 1210 * 100vw );
  margin: calc( 60 / 1210 * 100vw ) auto 0;
  @media screen and (min-width: 1211px) {
    max-width: 1000px;
    margin: 60px auto 0;
  }
  @media screen and (max-width: 750px){
    max-width: initial;
    margin-top: calc( 80 / 750 * 100vw );
  }
}
.exList__item {
  display: flex;
  justify-content: space-between;
  @media screen and (min-width: 751px){
    &:nth-child(odd) {
      flex-direction: row-reverse;
    }  
  }
  @media screen and (max-width: 750px){
    flex-direction: column;
    position: relative;
  }
  + .exList__item {
    margin-top: calc( 90 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      margin-top: 90px;
    }
    @media screen and (max-width: 750px){
      margin-top: calc( 90 / 750 * 100vw );
    }
  }
}
.exList__right {
  width: calc( 436 / 1210 * 100vw );
  padding-left: calc( 28 / 1210 * 100vw );
  position: relative;
  @media screen and (min-width: 1211px) {
    width: 436px;
    padding-left: 28px;
  }
  @media screen and (max-width: 750px){
    display: contents;
  }
}
.exList__thumb {
  width: calc( 500 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 500px;
  }
  @media screen and (max-width: 750px){
    width: 100%;
    order: 2;
    margin-top: calc( 40 / 750 * 100vw );
  }
}
.exList__title {
  margin-left: calc( -40 / 1210 * 100vw );
  display: flex;
  align-items: center;
  @media screen and (min-width: 1211px) {
    margin-left: -40px;
  }
  @media screen and (max-width: 750px){
    order: 1;
    margin: 0 calc( -50 / 750 * 100vw );
  }
  .num {
    width: calc( 81 / 1210 * 100vw );
    margin-right: calc( 17 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 81px;
      margin-right: 17px;
    }
    @media screen and (max-width: 750px){
      width: calc( 112 / 750 * 100vw );
      @media screen and (max-width: 750px){
        margin-right: calc( 20 / 750 * 100vw );
      }
    }
  }
  .text {
    font-size: calc( 24 / 1210 * 100vw );
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.45;
    @media screen and (min-width: 1211px) {
      font-size: 24px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 33.6 / 750 * 100vw );
    }
  }
}
.exList__text {
  margin-top: calc( 20 / 1210 * 100vw );
  font-size: calc( 16 / 1210 * 100vw );
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    margin-top: 20px;
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    order: 3;
    margin-top: calc( 50 / 750 * 100vw );
    font-size: calc( 32 / 750 * 100vw );
  }
}
.exList__btn {
  margin-top: calc( 30 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 30px;
  }
  @media screen and (max-width: 750px){
    order: 4;
    margin-top: calc( 50 / 750 * 100vw );
  }
  img {
    width: calc( 254 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 254px;
    }
    @media screen and (max-width: 750px){
      width: calc( 356 / 750 * 100vw );
    }
  }
}
.exList__float {
  position: absolute;
  &.-float01 {
    bottom: calc( -40 / 1210 * 100vw );
    right: calc( -16 / 1210 * 100vw );
    width: calc( 148 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      bottom: -40px;
      right: -16px;
      width: 148px;
    }
    @media screen and (max-width: 750px){
      bottom: calc( 0 / 750 * 100vw );
      right: calc( -50 / 750 * 100vw );
      width: calc( 212 / 750 * 100vw );
    }
  }
  &.-float02 {
    bottom: calc( -28 / 1210 * 100vw );
    right: calc( -100 / 1210 * 100vw );
    width: calc( 210 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      bottom: -28px;
      right: -100px;
      width: 210px;
    }
    @media screen and (max-width: 750px){
      bottom: calc( 0 / 750 * 100vw );
      right: calc( -68 / 750 * 100vw );
      width: calc( 252 / 750 * 100vw );
    }
  }
  &.-float03 {
    bottom: calc( -16 / 1210 * 100vw );
    right: calc( -34 / 1210 * 100vw );
    width: calc( 154 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      bottom: -16px;
      right: -34px;
      width: 154px;
    }
    @media screen and (max-width: 750px){
      bottom: calc( 0 / 750 * 100vw );
      right: calc( -50 / 750 * 100vw );
      width: calc( 212 / 750 * 100vw );
    }
  }
}
.exOther {
  text-align: center;
  margin-top: calc( 65 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 65px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 80 / 750 * 100vw );
  }
}
.exOther__text {
  font-size: calc( 21 / 1210 * 100vw );
  font-weight: bold;
  letter-spacing: 0.1em;
  @media screen and (min-width: 1211px) {
    font-size: 21px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 29.4 / 750 * 100vw );
  }
}
.exOther__btn {
  margin-top: calc( 30 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 30px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 30 / 750 * 100vw );
  }
  img {
    width: calc( 430 / 1210 * 100vw );
    @media screen and (min-width: 1211px){
      width: 430px;
    }
    @media screen and (max-width: 750px){
      width: calc( 550 / 750 * 100vw );
    }
  }
}
.spot {
  padding: calc( 78 / 1210 * 100vw ) 0 calc( 95 / 1210 * 100vw );
  background: url(../img/bg_spot.jpg) no-repeat center / cover;
  @media screen and (min-width: 1211px) {
    padding-top: 78px;
    padding-bottom: 95px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 90 / 750 * 100vw );
    padding-bottom: calc( 90 / 750 * 100vw );
  }
}
.spot__inner {
  position: relative;
  @media screen and (max-width: 750px){
    padding: 0 calc( 50 / 750 * 100vw );
  }
}
.spot__title {
  text-align: center;
  @media screen and (max-width: 750px){
    margin-left: calc(-40 / 750 * 100vw);
  }
  img {
    width: calc( 272 / 1210 * 100vw );
    position: relative;
    left: calc( -20 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 272px;
      left: -20px;
    }
    @media screen and (max-width: 750px){
      width: auto;
      height: calc( 118 / 750 * 100vw );
    }
  }
}
.spot__subtitle {
  margin-top: calc( 24 / 1210 * 100vw );
  text-align: center;
  @media screen and (min-width: 1211px){
    margin-top: 24px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 30 / 750 * 100vw );
  }
  span {
    display: inline-block;
    width: calc(176 / 1210 * 100vw);
    aspect-ratio: 176 / 31;
    background: url(../img/bg_spot_subtitle.png) no-repeat center / contain;
    font-size: calc(16 / 1210 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: calc(31 / 1210 * 100vw);
    @media screen and (min-width: 1211px) {
      width: 176px;
      font-size: 16px;
      line-height: 31px;
    }
    @media screen and (max-width: 750px){
      width: 100%;
      aspect-ratio: 550 / 44;
      font-size: calc( 22 / 750 * 100vw );
      line-height: calc( 44 / 750 * 100vw );
    }
  }
}
.spot__float {
  position: absolute;
  top: calc( 32 / 1210 * 100vw );
  right: calc( 360 / 1210 * 100vw );
  width: calc( 100 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    top: 32px;
    right: calc(50% - 305px);
    width: 100px;
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.spotList {
  margin: calc( 40 / 1210 * 100vw ) auto 0;
  max-width: calc( 1000 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    max-width: 1000px;
    margin-top: 40px;
  }
  @media screen and (max-width: 750px){
    max-width: initial;
    margin-top: calc( 50 / 750 * 100vw );
  }
}
.spotList__item {
  margin-top: calc( 20 / 1210 * 100vw );
  background-color: #fff;
  padding: calc( 50 / 1210 * 100vw );
  border-radius: calc( 10 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 20px;
    padding: 50px;
    border-radius: 10px;
  }
  @media screen and (max-width: 750px){
    padding: calc( 50 / 750 * 100vw ) calc( 70 / 750 * 100vw );
  }
  + .spotList__item {
    margin-top: calc( 20 / 1210 * 100vw );
    @media screen and (max-width: 750px){
      margin-top: calc( 40 / 750 * 100vw );
    }
  }
}
.spotList__row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column;
  }
}
.spotList__right {
  position: relative;
  width: calc( 600 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 600px;
  }
  @media screen and (max-width: 750px){
    display: contents;
  }
}
.spotList__thumb {
  width: calc( 264 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 264px;
  }
  @media screen and (max-width: 750px){
    width: 100%;
    order: 2;
    margin-top: calc( 36 / 750 * 100vw );
  }
}
.spotList__title {
  font-size: calc( 25 / 1210 * 100vw );
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #59b0d3;
  @media screen and (min-width: 1211px) {
    font-size: 25px;
  }
  @media screen and (max-width: 750px){
    text-align: center;
    order: 1;
    font-size: calc( 50 / 750 * 100vw );
  }
}
.spotList__text {
  margin-top: calc( 30 / 1210 * 100vw );
  font-size: calc( 16 / 1210 * 100vw );
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    margin-top: 30px;
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    order: 3;
    margin-top: calc( 40 / 750 * 100vw );
    font-size: calc( 32 / 750 * 100vw );
  }
}
.spotList__btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc( 166 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 166px;
  }
  @media screen and (max-width: 750px){
    order: 4;
    position: static;
    text-align: right;
    width: 100%;
    margin-top: calc( 50 / 750 * 100vw );
    img {
      width: calc( 330 / 750 * 100vw );
    }
  }
}
.spotEx {
  margin-top: calc( 44 / 1210 * 100vw );
  background-color: #e8eff0;
  border-radius: calc(10 / 1210 * 100vw);
  border: 1px solid #bfe2ed;
  padding: calc(25 / 1210 * 100vw) calc(217 / 1210 * 100vw) calc(45 / 1210 * 100vw) calc(45 / 1210 * 100vw);
  display: block;
  position: relative;
  @media screen and (min-width: 1211px) {
    margin-top: 44px;
    border-radius: 10px;
    padding: 25px 217px 45px 45px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 100 / 750 * 100vw );
    padding: calc(50 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
  }
  &:after {
    content: "";
    background: url(../img/arrow_blue.png) no-repeat center / contain;
    width: calc(7 / 1210 * 100vw);
    aspect-ratio: 7 / 15;
    position: absolute;
    top: 50%;
    right: calc(22 / 1210 * 100vw);
    transform: translateY(-50%);
    @media screen and (min-width: 1211px) {
      width: 7px;
      right: 22px;
    }
    @media screen and (max-width: 750px) {
      width: calc(15 / 750 * 100vw);
      top: auto;
      bottom: calc(200 / 750 * 100vw);
      transform: none;
    }
  }
}
.spotEx__title {
  font-size: calc( 18 / 1210 * 100vw );
  color: #59b0d3;
  font-weight: bold;
  letter-spacing: 0.1em;
  @media screen and (min-width: 1211px) {
    font-size: 18px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 36 / 750 * 100vw );
  }
}
.spotEx__text {
  font-size: calc( 16 / 1210 * 100vw );
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: calc( 15 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    font-size: 16px;
    margin-top: 15px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 32 / 750 * 100vw );
    margin-top: calc( 30 / 750 * 100vw );
  }
}
.spotEx__img {
  position: absolute;
  width: calc( 140 / 1210 * 100vw );
  top: calc( -27 / 1210 * 100vw );
  right: calc( 50 / 1210 * 100vw );
  a {
    display: block;
  }
  @media screen and (min-width: 1211px) {
    width: 140px;
    top: -27px;
    right: 50px;
  }
  @media screen and (max-width: 750px){
    position: static;
    width: 100%;
    text-align: center;
    margin-top: calc( 36 / 750 * 100vw );
    img {
      width: calc( 254 / 750 * 100vw );
    }
  }
}
.bg-bottom {
  background: url(../img/bg_bottom.jpg) no-repeat center / cover;
}
.flow {
  padding-top: calc( 70 / 1210 * 100vw );
  background-color: rgba(255,255,255,0.5);
  @media screen and (min-width: 1211px) {
    padding-top: 70px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 90 / 750 * 100vw );
  }
}
.flow__inner {
  max-width: calc( 1000 / 1210 * 100vw );
  margin: 0 auto;
  position: relative;
  @media screen and (min-width: 1211px) {
    max-width: 1000px;
  }
  @media screen and (max-width: 750px){
    max-width: initial;
    padding: 0 calc( 50 / 750 * 100vw );
  }
}
.flow__title {
  text-align: center;
  img {
    width: calc( 170 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 170px;
    }
    @media screen and (max-width: 750px){
      width: auto;
      height: calc( 76 / 750 * 100vw );
    }
  }
}
.flow__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc( 15 / 1210 * 100vw );
  @media screen and (min-width: 1211px){
    margin-top: 15px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 24 / 750 * 100vw );
  }
  span {
    display: inline-block;
    font-size: calc( 18 / 1210 * 100vw );
    letter-spacing: .05em;
    font-family: var(--kokoro);
    @media screen and (min-width: 1211px) {
      font-size: 18px;
    }
    @media screen and (max-width: 750px) {
      font-size: calc( 36 / 750 * 100vw );
    }
  }
  &:before {
    content: "";
    width: calc( 13 / 1210 * 100vw );
    height: calc( 1.5 / 1210 * 100vw );
    background-color: var(--color);
    margin-right: calc( 13 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      height: 1.5px;
      width: 13px;
      margin-right: 13px;
    }
    @media screen and (max-width: 750px){
      width: calc( 26 / 750 * 100vw );
      height: calc( 3 / 750 * 100vw );
      margin-right: calc( 20 / 750 * 100vw );
    }
  }
  &:after {
    content: "";
    width: calc( 13 / 1210 * 100vw );
    height: calc( 1.5 / 1210 * 100vw );
    background-color: var(--color);
    margin-left: calc( 13 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      height: 1.5px;
      width: 13px;
      margin-left: 13px;
    }
    @media screen and (max-width: 750px){
      width: calc( 26 / 750 * 100vw );
      height: calc( 3 / 750 * 100vw );
      margin-left: calc(20 / 750 * 100vw);
    }
  }
}
.flow__float-01 {
  position: absolute;
  top: calc( -8 / 1210 * 100vw );
  left: calc( 273 / 1210 * 100vw );
  width: calc( 91 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    left: calc(50% - 241px);
    width: 91px;
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.flow__float-02 {
  position: absolute;
  top: calc(0 / 1210 * 100vw);
  right: calc(300 / 1210 * 100vw);
  width: calc(83 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    right: calc(50% - 200px);
    width: 83px;
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.flowList {
  margin-top: calc( 34 / 1210 * 100vw );
  padding: calc( 30 / 1210 * 100vw ) calc( 25 / 1210 * 100vw );
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: calc( 5 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 34px;
    padding: 30px 25px;
    border-radius: 5px;
  }
  @media screen and (max-width: 750px){
    padding: calc( 60 / 750 * 100vw ) calc(50 / 750 * 100vw) calc(90 / 750 * 100vw);
    display: block;
  }
}
.flowList__item {
  width: 25%;
  height: calc( 218 / 1210 * 100vw );
  padding: 0 calc( 28 / 1210 * 100vw ) 0 calc( 10 / 1210 * 100vw );
  background: url(../img/line_fllow.png) no-repeat right top / contain;
  @media screen and (min-width: 1211px) {
    height: 218px;
    padding: 0 28px 0 10px;
  }
  &:last-child {
    background: none;
  }
  @media screen and (max-width: 750px){
    width: 100%;
    height: auto;
    background: none;
    padding: 0;
    + .flowList__item {
      margin-top: calc( 50 / 750 * 100vw );
    }
  }
}
.flowList__step {
  background-color: #99c455;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc( 40 / 1210 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: calc( 5 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    height: 40px;
    border-radius: 5px;
  }
  @media screen and (max-width: 750px){
    height: calc( 84 / 750 * 100vw );
    border-radius: calc( 10 / 750 * 100vw );
  }
  .text {
    font-size: calc( 15 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      font-size: 15px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 30 / 750 * 100vw );
    }
  }
  .num {
    font-size: calc( 20 / 1210 * 100vw );
    margin-left: 0.4em;
    @media screen and (min-width: 1211px) {
      font-size: 20px;
    }
    @media screen and (max-width: 750px){
      font-size: calc( 40 / 750 * 100vw );
    }
  }
}
.flowList__title {
  font-size: calc( 21 / 1210 * 100vw );
  color: #99c455;
  text-align: center;
  font-weight: bold;
  margin-top: calc( 24 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    font-size: 21px;
    margin-top: 24px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 42 / 750 * 100vw );
    margin-top: calc( 50 / 750 * 100vw );
  }
}
.flowList__text {
  margin-top: calc( 15 / 1210 * 100vw );
  font-size: calc( 16 / 1210 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    margin-top: 15px;
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 32 / 750 * 100vw );
    margin-top: calc( 30 / 750 * 100vw );
  }
}
.flowNote {
  margin-top: calc( 30 / 1210 * 100vw );
  padding: calc( 40 / 1210 * 100vw );
  background-color: rgba(255, 255, 255, 0.5);
  @media screen and (min-width: 1211px) {
    margin-top: 30px;
    padding: 40px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 50 / 750 * 100vw );
    padding: calc( 60 / 750 * 100vw ) calc( 50 / 750 * 100vw );
  }
}
.flowNote__title {
  font-size: calc( 20 / 1210 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    font-size: 20px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 40 / 750 * 100vw );
    text-align: center;
  }
}
.flowNote__text {
  margin-top: calc( 15 / 1210 * 100vw );
  font-size: calc( 16 / 1210 * 100vw );
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    margin-top: 15px;
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 32 / 750 * 100vw );
    margin-top: calc( 30 / 750 * 100vw );
    margin-right: -1em;
  }
  img {
    width: calc( 99 / 1210 * 100vw );
    @media screen and (max-width: 750px){
      width: calc( 210 / 750 * 100vw );
    }
  }
}
.flow__submit {
  text-align: center;
  margin-top: calc( 40 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 40px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 75 / 750 * 100vw );
  }
}
.btn-submit {
  img {
    width: calc(769 / 1210 * 100vw);
    @media screen and (min-width: 1211px) {
      width: 769px;
    }
    @media screen and (max-width: 750px){
      width: calc( 650 / 750 * 100vw );
      max-width: 100%;
    }
  }
}
.bene {
  padding-top: calc( 60 / 1210 * 100vw );
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: calc( 60 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media screen and (max-width: 750px){
    padding: calc( 90 / 750 * 100vw ) calc( 50 / 750 * 100vw );
  }
}
.bene__inner {
  max-width: calc( 1000 / 1210 * 100vw );
  margin: 0 auto;
  position: relative;
  padding-top: calc(70 / 1210 * 100vw);
  border-top: 1px solid #d4ceb5;
  @media screen and (min-width: 1211px) {
    max-width: 1000px;
    padding-top: 70px;
  }
  @media screen and (max-width: 750px){
    padding-top: calc( 90 / 750 * 100vw );
  }
}
.bene__title {
  text-align: center;
  img {
    width: calc( 170 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 170px;
    }
    @media screen and (max-width: 750px){
      width: auto;
      height: calc( 76 / 750 * 100vw );
    }
  }
}
.bene__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc( 15 / 1210 * 100vw );
  @media screen and (min-width: 1211px){
    margin-top: 15px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 24 / 750 * 100vw );
  }
  span {
    display: inline-block;
    font-size: calc( 18 / 1210 * 100vw );
    letter-spacing: .05em;
    font-family: var(--kokoro);
    @media screen and (max-width: 750px) {
      font-size: calc( 36 / 750 * 100vw );
    }
  }
  &:before {
    content: "";
    width: calc( 13 / 1210 * 100vw );
    height: calc( 1.5 / 1210 * 100vw );
    background-color: var(--color);
    margin-right: calc( 13 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      height: 1.5px;
      width: 13px;
      margin-right: 13px;
    }
    @media screen and (max-width: 750px){
      width: calc( 26 / 750 * 100vw );
      height: calc( 3 / 750 * 100vw );
      margin-right: calc( 20 / 750 * 100vw );
    }
  }
  &:after {
    content: "";
    width: calc( 13 / 1210 * 100vw );
    height: calc( 1.5 / 1210 * 100vw );
    background-color: var(--color);
    margin-left: calc( 13 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      height: 1.5px;
      width: 13px;
      margin-left: 13px;
    }
    @media screen and (max-width: 750px){
      width: calc( 26 / 750 * 100vw );
      height: calc( 3 / 750 * 100vw );
      margin-left: calc(20 / 750 * 100vw);
    }
  }
}
.bene__float-01 {
  position: absolute;
  top: calc( 54 / 1210 * 100vw );
  left: calc( 280 / 1210 * 100vw );
  width: calc( 82 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    width: 82px;
    left: calc(50% - 222px);
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.bene__float-02 {
  position: absolute;
  top: calc(60 / 1210 * 100vw);
  right: calc(265 / 1210 * 100vw);
  width: calc(102 / 1210 * 100vw);
  @media screen and (min-width: 1211px) {
    width: 102px;
    right: calc(50% - 228px);
  }
  @media screen and (max-width: 750px){
    display: none;
  }
}
.bene__catch {
  text-align: center;
  margin-top: calc( 30 / 1210 * 100vw );
  font-weight: bold;
  font-size: calc( 21 / 1210 * 100vw );
  line-height: 1.67;
  letter-spacing: 0.1em;
  @media screen and (min-width: 1211px) {
    margin-top: 30px;
    font-size: 21px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 40 / 750 * 100vw );
    font-size: calc( 32 / 750 * 100vw );
  }
}
.beneList {
  margin-top: calc( 30 / 1210 * 100vw );
  display: flex;
  justify-content: space-between;
  gap: calc( 20 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 30px;
    gap: 20px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 50 / 750 * 100vw );
    flex-direction: column;
    padding: 0 calc( 50 / 750 * 100vw );
    gap: calc( 30 / 750 * 100vw );
    justify-content: center;
  }
}
.beneList__item {
  
}
.bene__submit {
  text-align: center;
  margin-top: calc( 40 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    margin-top: 40px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 75 / 750 * 100vw );
  }
}
.beneContact {
  margin: calc( 45 / 1210 * 100vw ) auto 0;
  width: calc( 492 / 1210 * 100vw );
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: calc( 30 / 1210 * 100vw ) 0;
  @media screen and (min-width: 1211px) {
    margin: 45px auto 0;
    width: 492px;
    padding: 30px 0;
  }
  @media screen and (max-width: 750px){
    margin: calc( 90 / 750 * 100vw ) 0 0;
    padding: calc( 60 / 750 * 100vw ) 0;
    width: auto;
  }
}
.beneContact__text {
  font-size: calc( 16 / 1210 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 28 / 750 * 100vw );
  }
}
.beneContact__small {
  font-size: calc( 14 / 1210 * 100vw );
  margin-top: calc( 10 / 1210 * 100vw );
  letter-spacing: 0.1em;
  font-weight: bold;
  @media screen and (min-width: 1211px) {
    font-size: 14px;
    margin-top: 10px;
  }
  @media screen and (max-width: 750px){
    margin-top: calc( 20 / 750 * 100vw );
    font-size: calc( 26 / 750 * 100vw );
  }
}
.bottom {
  padding: calc( 80 / 1210 * 100vw ) 0 calc( 90 / 1210 * 100vw );
  background: rgba(255, 255, 255, 0.8);
  @media screen and (min-width: 1211px) {
    padding: 80px 0 90px;
  }
  @media screen and (max-width: 750px){
    padding: calc( 60 / 750 * 100vw ) 0 calc( 60 / 750 * 100vw );
  }
}
.bottom__list {
  display: flex;
  justify-content: center;
  gap: calc( 55 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    gap: 55px;
  }
  @media screen and (max-width: 750px){
    flex-direction: column;
    align-items: center;
    gap: calc( 40 / 750 * 100vw );
  }
  li {
    width: calc( 280 / 1210 * 100vw );
    @media screen and (min-width: 1211px) {
      width: 280px;
    }
    @media screen and (max-width: 750px){
      width: calc( 480 / 750 * 100vw );
    }
    a {
      display: block;
      text-decoration: none;
      color: inherit;
      position: relative;
      padding-bottom: calc( 12 / 1210 * 100vw );
      font-size: calc( 18 / 1210 * 100vw );
      font-weight: bold;
      letter-spacing: 0.1em;
      line-height: 1.44;
      @media screen and (min-width: 1211px) {
        font-size: 18px;
        padding-bottom: 12px;
      }
      @media screen and (max-width: 750px){
        font-size: calc( 32 / 750 * 100vw );
      }
      &:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0px;
        left: 0px;
        border-bottom: 1px solid var(--color);
        opacity: 0.5;
      }
      &:after {
        content: "";
        background: url(../img/tri_black.png) no-repeat center / contain;
        width: calc( 8 / 1210 * 100vw );
        aspect-ratio: 8 / 13;
        position: absolute;
        right: 0px;
        bottom: calc( 18 / 1210 * 100vw );
        @media screen and (min-width: 1211px) {
          width: 8px;
          bottom: 18px;
        }
        @media screen and (max-width: 750px){
          width: calc( 16 / 750 * 100vw );
        }
      }
    }
  }
}
.footer {
  padding: calc( 95 / 1210 * 100vw ) 0 calc( 95 / 1210 * 100vw );
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  @media screen and (min-width: 1211px) {
    padding: 95px 0 95px;
  }
  @media screen and (max-width: 750px){
    padding: calc( 60 / 750 * 100vw ) 0 calc( 240 / 750 * 100vw );
  }
}
.footer__text {
  font-size: calc( 16 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    font-size: 16px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 28 / 750 * 100vw );
  }
}
.footer__small {
  font-size: calc( 14 / 1210 * 100vw );
  margin-top: calc( 10 / 1210 * 100vw );
  @media screen and (min-width: 1211px) {
    font-size: 14px;
    margin-top: 10px;
  }
  @media screen and (max-width: 750px){
    font-size: calc( 26 / 750 * 100vw );
  }
}