<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* フォントの設定 */
html {
  font-size: calc( 1000vw / 375 );
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc( 1000vw / 1366 );
  }
}

@media screen and (min-width: 1367px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

/* 画像の設定 */
img {
  vertical-align: bottom;
}

/* 背景 */
.bg-style_white-snow {
  padding: 3rem 1.5rem;
  background: url(../images/bg_white-snow.png) repeat center top;
  background-size: 12rem auto;
}

.bg-style_red-snow {
  padding: 3rem 1.5rem;
  background: url(../images/bg_red-snow.png) repeat center top;
  background-size: 12rem auto;
}

.bg-style_gray {
  padding: 3rem 1.5rem;
  background: url(../images/bg_gray.jpg) repeat center top;
  background-size: 8rem auto;
}

.bg-style_blue {
  padding: 3rem 1.5rem;
  background-image: url(../images/snow_top.png), url(../images/snow_bottom.png), url(../images/bg_blue.jpg);
  background-position: center top .5rem, center bottom .5rem, center top;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: auto 4rem, auto 4rem, 8rem auto;
}

@media screen and (min-width: 768px) {
  .bg-style_white-snow {
    padding: 5rem 18.3rem;
  }

  .bg-style_red-snow {
    padding: 5rem 18.3rem;
  }

  .bg-style_gray {
    padding: 5rem 18.3rem;
    background-size: 12rem auto;
  }

  .bg-style_blue {
    padding: 5rem 18.3rem;
    background-position: center top 1.5rem, center bottom 1.5rem, center top;
    background-size: auto 6rem, auto 6rem, 12rem auto;
  }
}

/* PC版・SP版の切り替え */
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

/* ヘッダーの高さ調整 */
.main-contents {
  padding-top: 7.8rem;
}

@media screen and (min-width: 768px) {
  .main-contents {
    padding-top: 12rem;
  }
}

/* 共通の設定 */
.section_inner {
  margin: 0 auto;
  max-width: 1000px;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px;
}

.header_logo a {
  transition: opacity .2s ease-out;
}

.header_logo a:hover {
  opacity: .7;
}

.hide-area {
  display: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-content-container div {
  display: flex;
  justify-content: space-between;
}

.modaal-content-container dt {
  font-weight: 700;
}

.modaal-content-container div:nth-child(odd) {
  background-color: #f7f2e8;
}

.modaal-content-container div:nth-child(even) {
  background-color: #ffffff;
}

.modaal-content-container p {
  font-weight: 500;
  text-align: center;
}

.modaal-content-container a {
  background-image: url(../images/icon_tel_white.svg);
  background-repeat: no-repeat;
  background-color: #cb4544;
  color: #ffffff;
  font-weight: 700;
  transition: opacity .2s ease-out;
}

.modaal-content-container a:hover {
  opacity: .7;
}

.modaal-close:after, .modaal-close:before, .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666666;
}

.header_nav_links01 a {
  display: flex;
  align-items: center;
}

.header_nav_tel &gt; span {
  display: block;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
}

/* ヘッダー SP版 */
@media screen and (max-width: 767px) {
  .header_inner {
    height: 5rem;
    padding-left: 1.5rem;
  }

  .header_logo {
    width: 24rem;
  }

  .header_nav_links01 &gt; li {
    font-weight: 700;
  }

  .tel_button {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 5rem;
    height: 100%;
    padding-bottom: .75rem;
    background: #cb4747 url(../images/icon_tel_white.svg) no-repeat center .8rem;
    background-size: 2rem auto;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: .5;
    font-family: "Open Sans", sans-serif;
  }

  .modaal-content-container div {
    padding: 1.5rem;
  }

  .modaal-content-container dt {
    margin-left: 3.2rem;
  }

  .modaal-content-container div:nth-child(1) &gt; dt {
    margin-left: 0;
  }

  .modaal-content-container div:nth-child(6) &gt; dt {
    margin-left: 2.4rem;
  }

  .modaal-content-container a {
    padding: .5rem 1rem .5rem 3rem;
    border-radius: 3rem;
    background-position: left 1rem center;
    background-size: 1.4rem auto;
  }

  .modaal-content-container p {
    padding: 1.5rem 0;
    font-size: 1.2rem;
  }

  .nav_toggle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 5rem;
    height: 100%;
    padding-bottom: .75rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: .5;
    font-family: "Open Sans", sans-serif;
    background-color: #AA0000;
  }

  .nav_opened .nav_toggle_text &gt; span:nth-child(1), .nav_toggle_text &gt; span:nth-child(2) {
    display: none;
  }

  .nav_opened .nav_toggle_text &gt; span:nth-child(2) {
    display: inline;
  }

  .nav_toggle.nav_opened .nav_toggle_inner, .nav_toggle.nav_opened .nav_toggle_inner::before, .nav_toggle.nav_opened .nav_toggle_inner::after {
    background-color: #ffffff;
  }

  .nav_toggle_box {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem;
    margin: 0 auto 1rem;
  }

  .nav_toggle_inner {
    display: block;
    top: 50%;
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  .nav_toggle_inner, .nav_toggle_inner::before, .nav_toggle_inner::after {
    position: absolute;
    width: 2rem;
    height: .2rem;
    background-color: #ffffff;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }

  .nav_toggle_inner::before, .nav_toggle_inner::after {
    display: block;
    content: "";
  }

  .nav_toggle_inner::before {
    top: -.6rem;
    transition: top .075s .12s ease, opacity .075s ease;
  }

  .nav_toggle_inner::after {
    bottom: -.6rem;
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
  }

  .nav_toggle.nav_opened .nav_toggle_inner {
    transform: rotate(45deg);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-delay: .12s;
  }

  .nav_toggle.nav_opened .nav_toggle_inner::before {
    opacity: 0;
    top: 0;
    transition: top .075s ease, opacity .075s .12s ease;
  }

  .nav_toggle.nav_opened .nav_toggle_inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  }

  .header_nav {
    position: absolute;
    top: 7.8rem;
    left: 0;
    z-index: 1000;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    height: calc(100vh - 5rem);
    padding: 0 0 2rem;
    overflow-y: auto;
    background: #ffffff;
    transition: transform .25s ease-out;

    -webkit-overflow-scrolling: touch;
  }

  .header_nav.nav_opened {
    transform: translate3d(0, 0, 0);
  }

  .header_nav_links01 {
    margin-bottom: 3rem;
  }

  .header_nav_links01 &gt; li {
    font-size: 1.6rem;
    color: #cb4747;
  }

  .header_nav_links01 a {
    height: 6rem;
    padding: 0 3rem;
    background: url(../images/arrow01.svg) no-repeat right 3rem center;
    background-size: 1.2rem auto;
  }

  .header_nav_links01 &gt; li:nth-child(odd) a {
    background-color: #fdefee;
  }

  .header_nav_links01 &gt; li:nth-child(even) a {
    background-color: #ffffff;
  }

  .header_nav_links02 &gt; li {
    width: 34.5rem;
    margin: 0 auto 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  .header_nav_links02 &gt; li:last-child {
    margin-bottom: 0;
  }

  .header_nav_links02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    border: 2px solid #cb4747;
    border-radius: 2.5rem;
    background-position: right 2.5rem center;
    background-size: 2.5rem auto;
    background-repeat: no-repeat;
  }

  .header_nav_contact a {
    background-image: url(../images/arrow02.svg);
    background-color: #cb4747;
    color: #ffffff;
  }

  .header_nav_tel {
    display: none;
  }

  .header_nav_line a {
    background-image: url(../images/arrow03.svg);
    background-color: #ffffff;
    color: #cb4747;
  }
}

/* ヘッダー PC版 */
@media screen and (min-width: 768px) {
  .header_inner {
    height: 8rem;
    padding-right: 5rem;
    padding-left: 5rem;
    margin: 0 auto;
  }

  .tel_button, .nav_toggle {
    display: none;
  }

  .header_logo {
    width: 32rem;
  }

  .header_nav_links01 &gt; li {
    font-weight: 500;
  }

  .header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    height: 100%;
  }

  .header_nav_links01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    height: 100%;
  }

  .header_nav_links01 &gt; li {
    height: 100%;
  }

  .header_nav_links01 a {
    position: relative;
    height: 100%;
  }

  .header_nav_links01 a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 1, 1);
    width: 100%;
    height: 3px;
    background-color: #cb4747;
    content: "";
    transition: transform .2s ease-out;

    transform-origin: center;
  }

  .header_nav_links01 a:hover::after {
    transform: scale3d(1, 1, 1);
  }

  .header_nav_links02 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .header_nav_contact {
    display: none;
  }

  .header_nav_tel &gt; a {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    background: #cb4747 url(../images/icon_tel_white.svg) no-repeat center 1.2rem;
    background-size: 2.4rem;
    border-radius: 2.4rem;
  }

  .modaal-container {
    max-width: 400px;
  }

  .modaal-content-container div {
    padding: 24px;
    font-size: 16px;
  }

  .modaal-content-container dt {
    margin-left: 32px;
  }

  .modaal-content-container div:nth-child(1) &gt; dt {
    margin-left: 0;
  }

  .modaal-content-container div:nth-child(6) &gt; dt {
    margin-left: 24px;
  }

  .modaal-content-container a {
    padding: 10px 20px 10px 40px;
    border-radius: 50px;
    background-position: left 18px top 18px;
    background-size: 16px auto;
    font-size: 20px;
  }

  .modaal-content-container p {
    padding: 15px 0;
    font-size: 12px;
  }

  .modaal-close {
    position: absolute;
    top: -10rem;
    right: -10rem;
  }

  .header_nav_line {
    padding: 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.8rem;
    border-radius: 2.4rem;
    background-color: #cb4747;
  }

  .header_nav_line &gt; a {
    font-weight: 500;
    color: #ffffff;
  }
}

/* 個別指導への誘導バナー */
.rplus_banner {
  position: fixed;
  top:  5rem;
  z-index: 1000;
  width: 100%;
  padding: .5rem;
  background-color: #535353;
  font-size: 1.2rem;
}

.rplus_banner p {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.rplus_banner a {
  color: #fff000;
  text-decoration: none;
  transition: color .2s ease-out;
}

.rplus_banner a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .rplus_banner {
    top:  8rem;
    padding: .5em;
    font-size: 1.6rem;
  }
}

/* ヒーロー */
.hero {
  position: relative;
}

.hero_pc {
  display: none;
}

.hero_title {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 32rem;
}

.hero_card {
  position: absolute;
  width: 15rem;
  top: 27rem;
  left: 21rem;
  animation: btn-push 3s step-end infinite;
}

.hero_card a {
  transition: opacity .2s ease-in-out;
}

.hero_card a:hover {
  opacity: .7;
}

@keyframes btn-push {
  50% {
    top: 28rem;
  }
}

.hero_medal {
  position: absolute;
  top: 16.5rem;
  right: 25rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.hero_medal img {
  width: 11rem;
}

.hero_caution {
  position: absolute;
  margin: 1rem 1rem 0;
  top: 40rem;
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1rem;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .hero_pc {
    display: block;
    width: 100%;
  }
  
  .hero_sp {
    display: none;
  }

  .hero_title {
    top: 20vw;
    left: 5vw;
    width: 40vw;
  }
  
  .hero_medal {
    top: 2.5vw;
    left: 5vw;
    gap: 1.5vw;
    flex-direction: row;
  }
  
  .hero_medal img {
    width: 15vw;
  }
  
  .hero_card {
    top: 21vw;
    left: 75vw;
    width: 20vw;
  }

  @keyframes btn-push {
    50% {
      top: 22vw;
    }
  }

  .hero_caution {
    margin: 0 5vw;
    top: 39vw;
    font-size: 1.4rem;
  }
}

/* 冬期講習会の役割 */
.role_intro {
  color: #264571;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 3rem 0;
}

.role_intro &gt; span {
  color: #cb4747;
  font-size: 2.8rem;
}

.role_logo &gt; img:nth-child(1) {
  display: block;
  width: 20rem;
  margin: 0 auto 1.5rem;
}

.role_logo &gt; img:nth-child(2) {
  display: block;
  width: 32rem;
  margin: 0 auto;
}

.role_step-list h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1rem 0;
  color: #264571;
}

.role_step-list &gt; li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding: 12rem 1.5rem 3rem;
}

.role_step-list01 {
  background-image: url(../images/step01-bg_sp.png), linear-gradient(to bottom, transparent 0%, transparent 9rem, #f7f2e8 9rem, #f7f2e8 100%);
  margin: 0 -1.5rem 3rem;
}

.role_step-list01 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.role_step-list01 ul &gt; li &gt; div {
  position: relative;
  margin: 0 0 1rem;
}

.role_step-list01 ul &gt; li &gt; div span {
  font-size: 1rem;
  font-weight: 700;
  background-color: #cb4747;
  color: #ffffff;
  padding: .5rem .75rem;
  position: absolute;
  top: 0;
  left: 0;
}

.role_step-list01 ul &gt; li &gt; p {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: justify;
  color: #264571;
}

.role_step-list02 {
  background-image: url(../images/step02-bg_sp.png), linear-gradient(to bottom, transparent 0%, transparent 9rem, #f7f2e8 9rem, #f7f2e8 100%);
  margin: 0 -1.5rem 3rem;
}

.role_step-list02 ul {
  display: flex;
  background-color: #6da3bf;
}

.role_step-list02 ul &gt; li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  height: 10rem;
}

.role_step-list02 ul &gt; li:nth-child(1) {
  width: 13rem;
  background: url(../images/arrow04.png) no-repeat right center;
  background-size: auto 100%;
  padding-left: 1.2rem;
}

.role_step-list02 ul &gt; li:nth-child(2) {
  width: 10.5rem;
  background: url(../images/arrow04.png) no-repeat right center;
  background-size: auto 100%;
  padding-left: 1rem;
}

.role_step-list02 ul &gt; li:nth-child(3) {
  width: calc(100% - 23.5rem);
  padding-left: .75rem;
}

.role_step-list03 {
  background-image: url(../images/step03-bg_sp.png), linear-gradient(to bottom, transparent 0%, transparent 12rem, #f7f2e8 12rem, #f7f2e8 100%);
  margin: 0 -1.5rem;
}

.role_step-list03 &gt; div:nth-child(1) p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #264571;
}

.role_step-list03 &gt; div:nth-child(1) p &gt; span {
  color: #cb4544;
  font-size: 3.6rem;
}

.role_step-list03 &gt; div:nth-child(1) p &gt; span &gt; sup {
  font-size: 1.2rem;
  position: relative;
  top: -1.5rem;
}

.role_step-list03 &gt; div:nth-child(1) p &gt; small {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
}

.role_step-list_point {
  display: flex;
  align-items: center;
  margin: 1.5rem -1.5rem -3rem;
  padding: 1rem .75rem 1rem 8rem;
  background-image: url(../images/role_point.png), url(../images/bg_red-snow.png);
  background-position: 2rem center, center top;
  background-repeat: no-repeat, repeat;
  background-size: 4rem auto, 9rem auto;
  border-radius: 0 0 .5rem .5rem;
}

.role_step-list_point p {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.role_step-list_point span {
  color: #ffdf92;
  font-size: 2.4rem;
}


@media screen and (min-width: 768px) {
  .role.bg-style_white-snow {
    padding: 5rem 18.3rem 12rem;
  }
  .role_intro {
    font-size: 3rem;
    margin: 5rem 0;
  }
  
  .role_intro &gt; span {
    font-size: 4.8rem;
  }

  .role_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin: -2.5rem 0;
  }
  
  .role_logo &gt; img:nth-child(1) {
    display: block;
    width: 32rem;
    margin: 0;
  }
  
  .role_logo &gt; img:nth-child(2) {
    display: block;
    width: 48rem;
    margin: 0;
  }
  
  .role_step-list h4 {
    font-size: 4.2rem;
    margin: 2.5rem 0;
  }
  
  .role_step-list &gt; li {
    max-width: 900px;
    padding: 32rem 5rem 0;
  }
  
  .role_step-list01 {
    background-image: url(../images/step01-bg_sp.png), linear-gradient(to bottom, transparent 0%, transparent 12rem, #f7f2e8 12rem, #f7f2e8 100%);
    margin: 0 auto;
  }
  
  .role_step-list01 ul {
    gap: 5rem;
  }
  
  .role_step-list01 ul &gt; li &gt; div span {
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }
  
  .role_step-list01 ul &gt; li &gt; p {
    font-size: 2rem;
  }
  
  .role_step-list02 {
    background-image: url(../images/step02-bg_sp.png), linear-gradient(to bottom, transparent 0%, transparent 12rem, #f7f2e8 12rem, #f7f2e8 100%);
    margin: 10rem auto 0;
  }
  
  .role_step-list02 ul &gt; li {
    font-size: 2.8rem;
    height: 24rem;
  }
  
  .role_step-list02 ul &gt; li:nth-child(1) {
    width: 30rem;
    padding-left: 3rem;
  }
  
  .role_step-list02 ul &gt; li:nth-child(2) {
    width: 24rem;
    padding-left: 2rem;
  }
  
  .role_step-list02 ul &gt; li:nth-child(3) {
    width: calc(100% - 55rem);
    padding-left: 1rem;
  }
  
  .role_step-list03 {
    background-image: url(../images/step03-bg_sp.png), linear-gradient(to bottom, transparent 0%, transparent 12rem, #f7f2e8 12rem, #f7f2e8 100%);
    margin: 10rem auto 0;
  }
  
  .role_step-list03 &gt; div &gt; div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .role_step-list03 &gt; div &gt; div &gt; img {
    width: 38rem;
  }
  
  .role_step-list03 &gt; div:nth-child(1) p {
    font-size: 3.2rem;
  }
  
  .role_step-list03 &gt; div:nth-child(1) p &gt; span {
    font-size: 6.4rem;
  }
  
  .role_step-list03 &gt; div:nth-child(1) p &gt; span &gt; sup {
    font-size: 1.4rem;
    top: -3rem;
  }
  
  .role_step-list03 &gt; div:nth-child(1) p &gt; small {
    font-size: 1.4rem;
  }
  
  .role_step-list_point {
    margin: 3rem -5rem -3rem;
    padding: 3rem .75rem 3rem 14rem;
    background-position: 4rem center, center top;
    background-size: 6rem auto, 9rem auto;
  }
  
  .role_step-list_point p {
    font-size: 3rem;
  }
  
  .role_step-list_point span {
    font-size: 4rem;
  }
}

/* おすすめポイント */
.point ol {
  margin: 5rem 0;
}

.point ol:last-child {
  margin: 5rem 0 0;
}

.point ol &gt; li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  margin: 0 0 5rem;
  padding: 2rem 0 2rem 1rem;
  border-radius: .5rem;
}

.point ol &gt; li:last-child {
  margin: 0;
}

.point ol &gt; li &gt; p {
  color: #264571;
  font-weight: 700;
}

.point ol &gt; li &gt; p &gt; span {
  color: #cb4544;
}

.point ol &gt; li &gt; p &gt; sup {
  font-size: 1.2rem;
}

.point ol &gt; li &gt; img {
  width: 10rem;
}

.point_e-list &gt; li:nth-child(1)::before {
  position: absolute;
  top: -3.2rem;
  left: -1rem;
  width: 10rem;
  height: 5rem;
  background: url(../images/point_num01.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.point_e-list &gt; li:nth-child(2)::before {
  position: absolute;
  top: -3.2rem;
  left: -1rem;
  width: 10rem;
  height: 5rem;
  background: url(../images/point_num02.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.point_e-list &gt; li:nth-child(3)::before {
  position: absolute;
  top: -3.2rem;
  left: -1rem;
  width: 10rem;
  height: 5rem;
  background: url(../images/point_num03.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.point_j-list &gt; li:nth-child(1)::before {
  position: absolute;
  top: -3.2rem;
  left: -1rem;
  width: 10rem;
  height: 5rem;
  background: url(../images/point_num04.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.point_j-list &gt; li:nth-child(2)::before {
  position: absolute;
  top: -3.2rem;
  left: -1rem;
  width: 10rem;
  height: 5rem;
  background: url(../images/point_num05.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.point_j-list &gt; li:nth-child(3)::before {
  position: absolute;
  top: -3.2rem;
  left: -1rem;
  width: 10rem;
  height: 5rem;
  background: url(../images/point_num06.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px) {
  .point h2 &gt; img.only-pc {
    display: block;
    margin: 0 auto;
    width: 80rem;
  }

  .point ol {
    margin: 7.5rem auto;
    width: 80rem;
  }
  
  .point ol:last-child {
    margin: 7.5rem auto 0;
  }
  
  .point ol &gt; li {
    margin: 0 0 7.5rem;
    padding: 1rem 1.5rem 1rem 3rem;
  }
  
  .point ol &gt; li &gt; p {
    font-size: 2.4rem;
  }
  
  .point ol &gt; li &gt; img {
    width: 20rem;
  }
  
  .point_e-list &gt; li:nth-child(1)::before,
  .point_e-list &gt; li:nth-child(2)::before,
  .point_e-list &gt; li:nth-child(3)::before,
  .point_j-list &gt; li:nth-child(1)::before,
  .point_j-list &gt; li:nth-child(2)::before,
  .point_j-list &gt; li:nth-child(3)::before {
    top: -5rem;
    left: -1rem;
    width: 18rem;
    height: 9rem;
  }
}

/* CTAボタン */
.call-to-action {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 5rem 0;
  background-image: url(../images/snow_top.png), url(../images/snow_bottom.png), url(../images/bg_blue.jpg);
  background-position: center top .5rem, center bottom .5rem, center top;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: auto 4rem, auto 4rem, 8rem auto;
}

.call-to-action &gt; p {
  font-size: 2.4rem;
  margin: 0 0 1.5rem;
  color: #ffffff;
  animation: blink 0.8s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.call-to-action &gt; a {
  position: relative;
  display: inline-block;
  width: 34.5rem;
  font-size: 1.8rem;
  color: #cb4544;
  background-color: #ffc000;
  padding: 1.5rem;
  border-radius: 2.75rem;
  transition: opacity .2s ease-out;
}

.call-to-action &gt; a:hover {
  opacity: .7;
}

.call-to-action &gt; a::before {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 7rem;
  height: 7rem;
  background: url(../images/cta_girl_sp.png) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.call-to-action &gt; a::after {
  position: absolute;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/arrow05.svg) no-repeat center bottom;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px) {
  .call-to-action {
    padding: 7.5rem 0;
    background-position: center top 1.5rem, center bottom 1.5rem, center top;
    background-size: auto 6rem, auto 6rem, 12rem auto;
  }
  
  .call-to-action &gt; p {
    font-size: 3.6rem;
    margin: 0 0 3rem;
  }
  
  .call-to-action &gt; a {
    width: 75rem;
    font-size: 3.6rem;
    padding: 1.5rem;
    border-radius: 4.2rem;
  }

  .call-to-action &gt; a::before {
    left: 1rem;
    width: 15rem;
    height: 15rem;
    background: url(../images/cta_girl_pc.png) no-repeat center bottom;
    background-size: contain;
    content: "";
  }
  
  .call-to-action &gt; a::after {
    top: 2.4rem;
    right: 5rem;
    width: 3.6rem;
    height: 3.6rem;
    background: url(../images/arrow05.svg) no-repeat center bottom;
    background-size: contain;
    content: "";
  }
}

/* 喜びの声 */
.voice_copy {
  position: relative;
  margin: 1.5rem 0 0;
  color: #264571;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  animation: finger 3s step-end infinite;
}

.voice_copy &gt; span {
  color: #cb4544;
}

.voice_copy &gt; img {
  width: 3.6rem;
}

@keyframes finger {
  50% {
    top: 1rem;
  }
}

.voice_area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin: 3rem 0;
}

.voice_area-select {
  color: #ffffff;
  font-weight: 500;
  background-color: #cb4544;
  padding: .25rem 1rem;
  border-radius: 1.55rem;
  cursor: pointer;
  box-shadow: 1px 1px rgba(0,0,0,0.3);
  transition: opacity .2s ease-out;
}

.voice_area-select:hover {
  opacity: .7;
}

.voice_area-select.selected {
  color: #cb4544;
  background-color: #ffc000;
}

.voice_wrapper {
  display: none;
}

.voice_wrapper.current {
  display: block;
}

.voice_slide &gt; img.only-pc {
  display: none;
}

.voice_caution {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  color: #264571;
}

.slick-arrow {
  display: block;
  z-index: 100;
  transform: translateY(-50%);
  width: 3.2rem;
  cursor: pointer;
  transition: opacity .2s ease-out;
}

.slick-arrow:hover {
  opacity: .7;
}

.voice_wrapper .slick-track {
  height: 479.891px;
}

.voice_prev {
  position: absolute;
  top: 50%;
  left: -1rem;
}

.voice_next {
  position: absolute;
  top: 50%;
  right: -1rem;
}

@media screen and (min-width: 768px) {
  .voice_copy {
    margin: 2.5rem 0 0;
    font-size: 4.8rem;
  }
  
  .voice_copy &gt; img {
    width: 8rem;
  }
  
  @keyframes finger {
    50% {
      top: 1rem;
    }
  }

  .voice_area-list {
    justify-content: center;
    gap: 2rem;
    margin: 5rem 0;
  }
  
  .voice_area-select {
    font-size: 2rem;
    padding: .5rem 2rem;
    border-radius: 2.1rem;
  }

  .voice_slide {
    margin: 0 5rem;
  }

  .voice_slide &gt; img.only-pc {
    display: block;
  }

  .voice_slide &gt; img.only-sp {
    display: none;
  }
  
  .voice_caution {
    margin: 0 calc(50% - 40rem);
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  
  .slick-arrow {
    width: 5rem;
  }

  .voice_wrapper .slick-track {
    height: 540.156px;
  }
  
  .voice_prev {
    left: 7rem;
  }
  
  .voice_next {
    right: 7rem;
  }
}

/* アンケートスライダー */
.voice_slider01,
.voice_slider02,
.voice_slider03 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.voice_slider01 a,
.voice_slider02 a,
.voice_slider03 a {
  display: block;
  margin: 0 1.5rem;
}

.voice_slider01 {
  margin: 2.5rem -1.5rem;
}

.lb-outerContainer {
  margin: 12rem auto 0;
}

.lb-nav,
.lb-details {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .voice_slider01,
  .voice_slider02,
  .voice_slider03 {
    margin-right: -18.3rem;
    margin-left: -18.3rem;
  }

  .voice_slider01 {
    margin: 5rem -18.3rem 3rem;
  }

  .voice_slider02 {
    margin-bottom: 3rem;
  }

  .lb-outerContainer {
    margin: 0 auto;
  }
}

/* YouTube */
.movie {
  padding: 3rem 1.5rem 6rem;
  background-image: url(../images/snow_bottom02.png), url(../images/bg_gray.jpg);
  background-position: center bottom 0.5rem, center top;
  background-repeat: repeat-x, repeat;
  background-size: auto 4rem, 8rem auto;
  position: relative;
}

.movie_area {
  width: 100%;
  margin: 0 auto;
}

.movie_area_inner {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  border: 5px solid #cb4747;
  position: relative;
}

.movie_area_inner::before,
.movie_area_inner::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #6da3bf;
}

.movie_area_inner::before {
  width: 5px;
  height: calc(100% + 10px);
  right: -5px;
  top: -5px;
}

.movie_area_inner::after {
  height: 5px;
  width: calc(100% + 10px);
  left: -5px;
  bottom: -5px;
}

.movie_area_inner &gt; iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}

.movie_caution {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  color: #264571;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 5rem 18.3rem 10rem;
    background-image: url(../images/snow02.png), url(../images/snow_bottom02.png), url(../images/bg_gray.jpg);
    background-position: center top, center bottom 1.5rem, center top;
    background-repeat: no-repeat, repeat-x, repeat;
    background-size: 100% auto, auto 6rem, 12rem auto;
  }

  .movie h2 {
    display: block;
    margin: 0 auto;
    width: 60rem;
  }

  .movie_area {
    width: 80rem;
  }

  .movie_area_inner {
    border-width: 7.5px;
  }

  .movie_area_inner::before {
    width: 7.5px;
    height: calc(100% + 15px);
    right: -7.5px;
    top: -7.5px;
  }

  .movie_area_inner::after {
    height: 7.5px;
    width: calc(100% + 15px);
    left: -7.5px;
    bottom: -7.5px;
  }

  .movie_caution {
    margin: 0 calc(50% - 40rem);
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

/* 講習会情報 */
.info &gt; .section_inner {
  background-color: #ffffff;
  padding: 3rem 1.5rem;
  max-width: 900px;
}

.info h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #264571;
}

.info h2::after {
  content: '';
  display: block;
  margin: 1rem auto 0;
  width: 6.2rem;
  height: .7rem;
  background: url(../images/deco01.png) repeat-x left center;
  background-size: auto 100%;
}

.info_select01 {
  margin: 3rem 0 0;
  position: relative;
}

.info_select01::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-70%) rotate(-135deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #cb4544;
  border-left: 2px solid #cb4544;
  content: "";
  pointer-events: none;
}

.info_select01 &gt; select {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #cb4544;
  border-radius: 5px;
}

.info_detail {
  display: none;
}

.info_detail.current {
  display: block;
}

.info h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
}

.info h3 &gt; span {
  color: #cb4544;
}

.info_table01 {
  width: 100%;
  border: 1px solid #cb4544;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
}

.info_table01 th {
  padding: 1rem;
  border: 1px solid #cb4544;
  background-color: #fdefee;
  font-weight: 500;
}

.info_table01 td {
  padding: 1rem;
  border: 1px solid #cb4544;
  background-color: #ffffff;
}

.info_table01 &gt; thead &gt; tr &gt; th:nth-child(1) {
  width: 30%;
}

.info_table02 {
  width: 100%;
  border: 1px solid #cb4544;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
}

.info_table02 th {
  padding: 1rem;
  border: 1px solid #cb4544;
  background-color: #fdefee;
  font-weight: 500;
  vertical-align: middle;
}

.info_table02 td {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  color: #cb4544;
  padding: 1rem;
  border: 1px solid #cb4544;
  background-color: #ffffff;
  line-height: 1.2;
}

.info_table02 td &gt; span {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
}

.info_table02 &gt; thead &gt; tr &gt; th:nth-child(1) {
  width: 25%;
}

.info_school-list &gt; li {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px dotted #cbdae2;
}

.info_school-list &gt; li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.info_school-list h4 {
  font-weight: 500;
}

.info_school-list h4 &gt; span {
  color: #cb4544;
}

.info_school-list p {
  font-size: 1.4rem;
  padding: 0 0 0 1.6rem;
}

.info_school-list a {
  font-size: 1.4rem;
  color: #cb4544;
  padding: 0 0 0 1.6rem;
}

.info_caution {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  text-align: justify;
}

.info_caution a {
  color: #cb4544;
  transition: opacity .2s ease-out;
  text-decoration: underline;
}

.info_caution a:hover {
  opacity: .7;
  text-decoration: none;
}

.info_caution#kit_info_caution,
.info_caution#asa_info_caution {
  margin-bottom: 1.5rem;
}

.info_select02 {
  margin: 0 0 1.5rem;
  position: relative;
}

.info_select02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-70%) rotate(-135deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #cb4544;
  border-left: 2px solid #cb4544;
  content: "";
  pointer-events: none;
}

.info_select02 &gt; select {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #cb4544;
  border-radius: 5px;
}

.info_grade_option_hide {
  display: none;
}

.info_class_option_hide {
  display: none;
}

.obi_info_schedule,
.kit_info_schedule,
.kus_info_schedule,
.asa_info_schedule,
.hak_info_schedule,
.tom_info_schedule,
.mur_info_schedule,
.tak_info_schedule {
  display: none;
}

.obi_info_schedule.current,
.kit_info_schedule.current,
.kus_info_schedule.current,
.asa_info_schedule.current,
.hak_info_schedule.current,
.tom_info_schedule.current,
.mur_info_schedule.current,
.tak_info_schedule.current {
  display: block;
}

.info_table03 {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.info_table03 thead {
  background-color: #cb4544;
  color: #ffffff;
  font-weight: 500;
}

.info_table03 tbody tr:nth-child(even) {
  background-color: #fdefee;
}

.info_table03 th {
  padding: .5rem;
}

.info_table03 td {
  padding: .5rem;
}

.info_table03 td &gt; span {
  font-weight: 500;
  color: #cb4544;
}

.info_price_title {
  margin: 0 0 1.5rem;
}

.info_price_title &gt; p:nth-child(1) {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  padding: .5rem 0;
  color: #ffffff;
  background-color: #264571;
  border-radius: 1.85rem;
}

.info_price_title &gt; p:nth-child(1) span {
  color: #ffcc00;
}

.info_price_title &gt; p:nth-child(2) {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #264571;
}

.info_price_title &gt; p:nth-child(2) span {
  color: #cb4544;
  font-size: 4rem;
}

.info_table04 {
  width: 100%;
  border: 1px solid #cb4544;
  background-color: #ffffff;
  text-align: center;
  border-collapse: collapse;
}

.info_table04 th {
  padding: 1rem;
  border: 1px solid #cb4544;
  background-color: #fdefee;
  font-weight: 500;
  vertical-align: middle;
}

.info_table04 td {
  font-weight: 400;
  padding: 1rem;
  border: 1px solid #cb4544;
  background-color: #ffffff;
  font-size: 1.4rem;
}

.info_table04 td &gt; span {
  color: #cb4544;
  font-weight: 700;
  font-size: 1.6rem;
}

.info_table04 &gt; thead &gt; tr &gt; th:nth-child(1) {
  width: 30%;
}

.info_table04 &gt; thead &gt; tr &gt; th:nth-child(2) {
  width: 35%;
}

.info_campaign_title {
  margin: 3rem 0;
}

.info_campaign_title &gt; img {
  display: block;
  margin: 0 auto .5rem;
  width: 12rem;
}

.info_campaign_title &gt; p {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #264571;
  line-height: 1.25;
}

.info_campaign_title &gt; p &gt; span {
  color: #cb4544;
  font-size: 4rem;
}

.info_campaign_list &gt; li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 3px solid #264571;
  background-color: #f5f9ff;
  border-radius: 5px;
  margin: 0 0 1.5rem;
}

.info_campaign_list &gt; li:last-child {
  margin: 0;
}

.info_campaign_list &gt; li &gt; img {
  width: 5.6rem;
  position: absolute;
  left: 2rem;
}

.info_campaign_list &gt; li &gt; p {
  font-weight: 700;
  color: #264571;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 0 4rem;
}

.info_campaign_list &gt; li &gt; p &gt; span {
  color: #cb4544;
  font-size: 4.8rem;
}

.info_campaign_list &gt; li &gt; p &gt; sup {
  font-size: 1.2rem;
}

.info_caution02 {
  margin-top: 1rem;
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1.2rem;
  text-align: justify;
}

.info_campaign_amazon {
  margin: 3rem 0 0;
}

.info_campaign_amazon &gt; p {
  font-weight: 700;
  font-size: 2.8rem;
  color: #cb4544;
  line-height: 1.25;
}

.info_campaign_amazon &gt; p::after {
  content: '';
  display: block;
  margin: 1rem auto 0;
  width: 31rem;
  height: 1.5rem;
  background: url(../images/deco01.png) repeat-x left center;
  background-size: auto 100%;
}

.info_campaign_amazon &gt; div {
  margin: 1.5rem 0 0;
  background-color: #264571;
  padding: 1.5rem;
  border-radius: 10px;
}

.info_campaign_amazon &gt; div &gt; p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}

.info_campaign_amazon &gt; div &gt; p &gt; span {
  color: #ffcc00;
  font-size: 3.6rem;
}

.info_campaign_amazon &gt; div &gt; div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 0;
}

.info_campaign_amazon &gt; div &gt; div &gt; img {
  width: 12rem;
}

.info_campaign_amazon &gt; div &gt; div &gt; p {
  color: #ffffff;
  font-size: 1.2rem;
}

.info_campaign_amazon &gt; div &gt; div &gt; p &gt; span {
  color: #ffcc00;
}

@media screen and (min-width: 768px) {
  .info {
    font-size: 1.8rem;
  }

  .info &gt; .section_inner {
    padding: 5rem 10rem;
  }
  
  .info h2 {
    font-size: 3.6rem;
  }
  
  .info h2::after {
    margin: 1.5rem auto 0;
    width: 12.4rem;
    height: 1.4rem;
  }
  
  .info_select01 {
    margin: 5rem 0;
  }
  
  .info_select01::after {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .info_select01 &gt; select {
    padding: 1rem 2.5rem;
    border: 2px solid #cb4544;
  }
  
  .info h3 {
    font-size: 2.4rem;
    margin: 5rem 0 2.5rem;
  }
  
  .info_table01 {
    border: 2px solid #cb4544;
  }
  
  .info_table01 th {
    border: 2px solid #cb4544;
  }
  
  .info_table01 td {
    border: 2px solid #cb4544;
  }
  
  .info_table02 {
    border: 2px solid #cb4544;
  }
  
  .info_table02 th {
    border: 2px solid #cb4544;
  }
  
  .info_table02 td {
    text-align: left;
    font-size: 1.6rem;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #cb4544;
    line-height: 1.5;
  }
  
  .info_table02 td &gt; span {
    font-size: 1.2rem;
  }
  
  .info_school-list &gt; li {
    margin: 0 0 2.5rem;
    padding: 0 0 2.5rem;
  }
  
  .info_school-list p {
    font-size: 1.6rem;
    padding: 0 0 0 1.8rem;
  }
  
  .info_school-list a {
    font-size: 1.6rem;
    padding: 0 0 0 1.8rem;
  }
  
  .info_caution {
    margin-top: 2rem;
    font-size: 1.4rem;
  }

  .info_caution#obi_info_caution,
  .info_caution#kit_info_caution,
  .info_caution#asa_info_caution {
    margin-bottom: 2.5rem;
  }

  .info_select02 {
    margin: 0 0 2.5rem;
  }

  .info_select02::after {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .info_select02 &gt; select {
    padding: 1rem 2.5rem;
    border: 2px solid #cb4544;
  }

  .info_table03 {
    width: 75%;
    margin: 0 auto;
    font-size: 1.6rem;
  }

  .info_table03 th {
    padding: .75rem;
  }
  
  .info_table03 td {
    padding: .75rem;
  }
  
  .info_price_title {
    margin: 0 0 3rem;
  }
  
  .info_price_title &gt; p:nth-child(1) {
    font-size: 2.8rem;
    padding: 1rem 0;
    border-radius: 3.4rem;
    width: 50rem;
    margin: 0 auto;
  }
  
  .info_price_title &gt; p:nth-child(2) {
    font-size: 4.8rem;
  }
  
  .info_price_title &gt; p:nth-child(2) span {
    font-size: 6.4rem;
  }
  
  .info_table04 {
    border: 2px solid #cb4544;
  }
  
  .info_table04 th {
    border: 2px solid #cb4544;
  }
  
  .info_table04 td {
    border: 2px solid #cb4544;
    font-size: 1.8rem;
  }
  
  .info_table04 td &gt; span {
    font-size: 2.4rem;
  }
  
  .info_campaign_title {
    margin: 5rem 0;
  }
  
  .info_campaign_title &gt; img {
    margin: 0 auto 1rem;
    width: 24rem;
  }
  
  .info_campaign_title &gt; p {
    font-size: 4.8rem;
  }
  
  .info_campaign_title &gt; p &gt; span {
    font-size: 6.4rem;
  }
  
  .info_campaign_list &gt; li {
    padding: 3rem;
    border: 5px solid #264571;
    margin: 0 0 3rem;
    position: relative;
  }
  
  .info_campaign_list &gt; li &gt; img {
    width: 12rem;
    position: absolute;
    left: -1.5rem;
  }
  
  .info_campaign_list &gt; li &gt; p {
    font-size: 3.2rem;
    margin: 0 0 0 8rem;
  }
  
  .info_campaign_list &gt; li &gt; p &gt; span {
    font-size: 7.2rem;
  }
  
  .info_campaign_list &gt; li &gt; p &gt; sup {
    font-size: 1.4rem;
  }
  
  .info_caution02 {
    font-size: 1.4rem;
  }
  
  .info_campaign_amazon {
    margin: 5rem 0 0;
  }
  
  .info_campaign_amazon &gt; p {
    font-size: 3.6rem;
    text-align: center;
  }
  
  .info_campaign_amazon &gt; p::after {
    margin: 1.5rem auto 0;
    width: 100%;
    height: 1.9rem;
  }
  
  .info_campaign_amazon &gt; div {
    margin: 3rem 0 0;
    padding: 3rem;
  }
  
  .info_campaign_amazon &gt; div &gt; p {
    font-size: 4.8rem;
    line-height: 1.25;
  }
  
  .info_campaign_amazon &gt; div &gt; p &gt; span {
    font-size: 7.2rem;
  }
  
  .info_campaign_amazon &gt; div &gt; div {
    margin: 3rem 0 0;
  }
  
  .info_campaign_amazon &gt; div &gt; div &gt; img {
    width: 24rem;
  }
  
  .info_campaign_amazon &gt; div &gt; div &gt; p {
    font-size: 2.8rem;
    font-weight: 500;
  }
  
  .info_campaign_amazon &gt; div &gt; div &gt; p &gt; span {
    color: #ffcc00;
  }
}


/* 合格実績 */
.result h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto 3rem;
  padding: .5rem 0;
  width: 20rem;
}

.result h2 &gt; span {
  display: block;
  color: #ffffff;
  background-color: #264571;
  border-radius: .5rem;
  margin-bottom: 1.5rem;
}

.result_feature-list {
  margin: 0 0 3rem;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.result_feature-list &gt; li {
  width: calc(50% - .5rem);
  background-color: #ffffff;
  padding: 1rem 0;
  border: 2px solid #cb4747;
  position: relative;
}

.result_feature-list &gt; li::before,
.result_feature-list &gt; li::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #6da3bf;
}

.result_feature-list &gt; li::before {
  width: 2px;
  height: calc(100% + 4px);
  right: -2px;
  top: -2px;
}

.result_feature-list &gt; li::after {
  height: 2px;
  width: calc(100% + 4px);
  left: -2px;
  bottom: -2px;
}

.result_feature-list &gt; li &gt; h3 {
  width: 7.2rem;
  margin: 0 auto .5rem;
}

.result_feature-list &gt; li &gt; p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #264571;
}

.result_feature-list &gt; li &gt; p &gt; span {
  font-size: 1.8rem;
  color: #cb4544;
}

.result_area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 5rem;
}

.result_area-select {
  color: #ffffff;
  font-weight: 500;
  background-color: #cb4544;
  padding: .25rem 1rem;
  border-radius: 1.55rem;
  cursor: pointer;
  box-shadow: 1px 1px rgba(0,0,0,0.3);
  transition: opacity .2s ease-out;
}

.result_area-select:hover {
  opacity: .7;
}

.result_area-select.selected {
  color: #cb4544;
  background-color: #ffc000;
}

.result_wrapper {
  display: none;
  position: relative;
}

.result_wrapper.current {
  display: block;
}

.result_medal-list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -9rem;
  width: 100%;
}

.result_medal-list &gt; li {
  text-align: center;
  width: 11rem;
  margin: 0 .25rem;
}

.result_caution01 {
  margin-top: 1rem;
  padding-top: 3rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.result_more {
  display: block;
  width: 12rem;
  margin: 3rem auto 1rem;
}

.result_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #264571;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  height: 18rem;
}

.result_content_title {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

.result_content_title &gt; span {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fde67c 70%, #fde67c 100%);
}

.result_content_text {
  font-weight: 700;
  font-size: 1.6rem;
}

.result_content_text &gt; span {
  color: #cb4747;
}

.result_prev {
  position: absolute;
  top: 50%;
  left: -1rem;
}

.result_next {
  position: absolute;
  top: 50%;
  right: -1rem;
}

.result_caution02 {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.result_image {
  margin: 3rem 0;
}

@media screen and (min-width: 768px) {
  .result h2 {
    font-size: 3.2rem;
    margin: 0 auto 5rem;
    width: 40rem;
  }
  
  .result h2 &gt; span {
    margin-bottom: 2rem;
  }
  
  .result_feature-list {
    margin: 0 -8rem 8rem;
    gap: 1.5rem;
  }
  
  .result_feature-list &gt; li {
    width: calc((100% / 3) - 1rem);
    padding: 3rem 0;
    border: 4px solid #cb4747;
  }
  
  .result_feature-list &gt; li::before {
    width: 4px;
    height: calc(100% + 8px);
    right: -4px;
    top: -4px;
  }
  
  .result_feature-list &gt; li::after {
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    bottom: -4px;
  }
  
  .result_feature-list &gt; li &gt; h3 {
    width: 14rem;
    margin: 0 auto 1.5rem;
  }
  
  .result_feature-list &gt; li &gt; p {
    font-size: 2.4rem;
  }
  
  .result_feature-list &gt; li &gt; p &gt; span {
    font-size: 4rem;
  }

  .result_title {
    display: block;
    margin: 0 auto;
    width: 70rem;
  }
  
  .result_area-list {
    justify-content: center;
    gap: 2rem;
    margin: 3rem 0 12rem;
  }
  
  .result_area-select {
    font-size: 2rem;
    padding: .5rem 2rem;
    border-radius: 2.1rem;
  }
  
  .result_medal-list {
    top: -20rem;
  }
  
  .result_medal-list &gt; li {
    width: 30rem;
    margin: 0 1.5rem;
  }
  
  .result_caution01 {
    text-align: center;
    padding-top: 12rem;
    font-size: 1.4rem;
  }
  
  .result_more {
    width: 24rem;
    margin: 6rem auto 3rem;
  }

  .result_slide {
    padding: 0 6rem 0;
  }
  
  .result_content {
    padding: 5rem 3rem;
    height: 36rem;
  }
  
  .result_content_title {
    font-size: 4rem;
    margin: 0 0 1.5rem;
  }
  
  .result_content_text {
    font-size: 3.2rem;
  }

  .result_prev {
    left: 8rem;
  }
  
  .result_next {
    right: 8rem;
  }
  
  .result_caution02 {
    text-align: center;
    font-size: 1.4rem;
  }
  
  .result_image {
    margin: 8rem 0;
    text-align: center;
  }
}

/* よくある質問 */
.faq h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #264571;
}

.faq h2::after {
  content: '';
  display: block;
  margin: 1rem auto 0;
  width: 6.2rem;
  height: .7rem;
  background: url(../images/deco01.png) repeat-x left center;
  background-size: auto 100%;
}

.faq dl {
  margin: 3rem 0 0;
}

.faq_q {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #cb4544;
  padding: .75rem 3rem .75rem 7rem;
  position: relative;
  margin: 1.5rem 0 0;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.faq_q:hover {
  opacity: .7;
}

.faq_q &gt; span {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  width: 7rem;
  height: 3.5rem;
  background: url(../images/faq-q.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_q em {
  color: #fde67e;
}

.faq_q::before,
.faq_q::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 1rem;
  transition: transform 0.2s linear;
}

.faq_q::after {
  transform: rotate(-90deg);
}

.faq_q.opened::after {
  transform: rotate(0deg);
}

.faq_a {
  background-color: #fff;
  border: 1px solid #cb4544;
  padding: 2rem;
  display: none;
}

.faq_a p {
  margin: 0 0 2rem;
  font-weight: 500;
}

.faq_a p &gt; a {
  color: #cb4544;
  transition: opacity 0.2s ease-out;
  text-decoration: underline;
}

.faq_a p &gt; a:hover {
  opacity: .7;
  text-decoration: none;
}

.faq_button &gt; a {
  text-decoration: none !important;
  font-weight: 700;
  background-color: #ffc000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 24rem;
  height: 4rem;
  border-radius: 2rem;
}

.faq_contact {
  margin: 3rem 0 0;
  padding: 2.5rem 1rem;
  background-color: #ffffff;
  border: 2px solid #efefef;
}

.faq_contact &gt; p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.faq_contact &gt; a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #cb4544;
  font-weight: 700;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 2.35rem;
  padding: 1rem 0;
  transition: opacity 0.2s ease-out;
}

.faq_contact &gt; a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .faq h2 {
    font-size: 3.6rem;
  }
  
  .faq h2::after {
    margin: 1.5rem auto 0;
    width: 12.4rem;
    height: 1.4rem;
  }
  
  .faq &gt; .section_inner {
    max-width: 930px;
  }

  .faq dl {
    margin: 5rem 0 0;
  }
  
  .faq_q {
    font-size: 2rem;
    padding: 1.5rem 5rem 1.5rem 14rem;
    margin: 3rem 0 0;
  }

  .faq_q &gt; span {
    font-size: 2.4rem;
    padding-left: 2rem;
    width: 14rem;
    height: 6rem;
  }
  
  .faq_q::before,
  .faq_q::after {
    width: 2rem;
    height: 3px;
    right: 2rem;
  }
  
  .faq_a {
    border: 2px solid #cb4544;
    padding: 4rem;
  }
  
  .faq_a p {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
  
  .faq_a p &gt; a {
    font-size: 1.8rem;
  }
  
  .faq_button &gt; a {
    width: 36rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
  
  .faq_contact {
    margin: 5rem 0 0;
    padding: 5rem 2.5rem;
    border: 4px solid #efefef;
  }
  
  .faq_contact &gt; p {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
  
  .faq_contact &gt; a {
    margin: 0 auto;
    font-size: 2.4rem;
    width: 36rem;
    border-radius: 2.8rem;
    padding: 1rem 0;
  }
}

/* フォーム 全体 */
.contact &gt; .section_inner {
  padding: 3rem 1.5rem;
  background-color: #ffffff;
}

.contact h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: #264571;
}

.contact h2::after {
  content: '';
  display: block;
  margin: 1rem auto 0;
  width: 6.2rem;
  height: .7rem;
  background: url(../images/deco01.png) repeat-x left center;
  background-size: auto 100%;
}

.countdown-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fde67c;
  background-color: #cb4544;
  margin: 3rem auto;
  max-width: 50rem;
  padding: 1rem;
  text-align: center;
  animation: blink 0.8s ease-in-out infinite alternate;
}

.contact dl {
  margin: 0 0 3rem;
}

.contact dt {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

.contact dt &gt; span {
  color: #ff776b;
}

.contact dd &gt; ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact dd &gt; ul.contact_kinds {
  flex-direction: column;
}

.txt-error {
  display: none;
  font-size: 1.2rem;
  margin: 1rem 0 0;
  color: #ff776b;
}


/* フォーム 2カラム */
.contact dd &gt; ul.two-column &gt; li {
  width: 100%;
}

/* フォーム セレクトボックス */
.contact-select {
  position: relative;
}

.contact-select select {
  padding: 1rem 1.5rem;
  width: 100%;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.contact-select::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-70%) rotate(-135deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #777777;
  border-left: 2px solid #777777;
  content: "";
  pointer-events: none;
}

/* フォーム テキストボックス */
input[type=text], textarea {
  padding: 1rem 1.5rem;
  width: 100%;
  border-radius: 5px;
  background-color: #f0f0f0;
}

input[type=text]::placeholder {
  color: #ccc;
}

textarea {
  resize: vertical;
  height: 20rem;
}

/* フォーム チェックボックス＆ラジオボタン */
.contact-custom_input input {
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-custom_control01 {
  display: inline-flex;
  vertical-align: bottom;
  width: 2rem;
  height: 2rem;
  bottom: .1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  margin: 0 .5rem 0 0;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 2px;
  border: 2px solid #f0f0f0;
}

input[type=checkbox]:checked + .contact-custom_control01 {
  border-color: #cb4747;
}

input[type=checkbox]:checked + .contact-custom_control01::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-45deg);
  width: 1.2rem;
  height: .8rem;
  border-bottom: 2px solid #cb4747;
  border-left: 2px solid #cb4747;
  content: "";
}

.contact-custom_control02 {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  bottom: .1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  vertical-align: middle;
  margin: 0 .5rem 0 0;
  position: relative;
  border-radius: 1rem;
  background-color: #f0f0f0;
}

input[type=radio]:checked + .contact-custom_control02::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  background-color: #cb4747;
  content: "";
}

/* フォーム 誕生日 */
.contact dd &gt; ul.birthday &gt; li:nth-child(1) {
  width: 28%;
}

.contact dd &gt; ul.birthday &gt; li:nth-child(2) {
  width: 24%;
}

.contact dd &gt; ul.birthday &gt; li:nth-child(3) {
  width: 24%;
}

.contact dd &gt; ul.birthday &gt; li {
  position: relative;
  margin: 0 1.6rem 0 0;
}

.contact dd &gt; ul.birthday &gt; li:nth-child(1)::after {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: calc(100% + .5rem);
  content: "年";
}

.contact dd &gt; ul.birthday &gt; li:nth-child(2)::after {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: calc(100% + .5rem);
  content: "月";
}

.contact dd &gt; ul.birthday &gt; li:nth-child(3)::after {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: calc(100% + .5rem);
  content: "日";
}

/* フォーム 住所 */
.zip-wrap {
  margin: 0 0 1rem;
}

.zip-wrap input[type=text] {
  width: 40%;
  margin: 0 1.5rem 0 0;
}

.postcode-btn {
  position: relative;
  display: inline-flex;
  color: #cb4544;
  background-color: #ffc000;
  padding: .5rem 2.5rem;
  border-radius: 2.5rem;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
  line-height: 1.25;
  text-align: center;
  top: .3rem;
  vertical-align: bottom;
  font-weight: 700;
}

.postcode-btn:hover {
  opacity: .7;
}

.input-mt1 {
  margin: 1rem 0 0;
}

/* フォーム 電話番号 */
.tel-wrap &gt; input[type=text] {
  width: 25%;
}

/* フォーム メールアドレス */
.contact dd &gt; ul.mail&gt; li:first-child {
  position: relative;
  padding: 0 2.5rem 0 0;
}

.contact dd &gt; ul.mail&gt; li:first-child::after {
  display: inline-block;
  position: absolute;
  line-height: 1;
  top: 1.2rem;
  right: .5rem;
  content: "@";
}

.other-domain {
  display: none;
  margin: 1rem 0 0;
}

.other-domain.custom {
  display: block;
}

/* フォーム プライバシーポリシー */
.privacy-policy a {
  color: #cb4544;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}

.privacy-policy a:hover {
  opacity: .7;
  text-decoration: none;
}

/* フォーム 送信ボタン */
.submit-button {
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  color: #cb4544;
  background-color: #ffc000;
  margin: 3rem auto 0;
  padding: 1.5rem;
  text-align: center;
  border-radius: 2.85rem;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.submit-button:hover {
  opacity: .7;
}

.non-click{
  opacity: 0.2;
  pointer-events: none;
}

/* 謎 */
.form-select.form-select--half {
  max-width: 50%;
}

@media screen and (min-width: 768px) {
  /* フォーム 全体 */
  .contact &gt; .section_inner {
    padding: 5rem 10rem;
  }

  .contact h2 {
    font-size: 3.6rem;
  }
  
  .contact h2::after {
    margin: 1.5rem auto 0;
    width: 12.4rem;
    height: 1.4rem;
  }

  .countdown-text {
    font-size: 3.6rem;
    margin: 5rem auto;
  }

  .contact dl {
    font-size: 1.8rem;
    margin: 0 0 5rem;
  }

  .contact dt {
    font-size: 2rem;
    margin: 0 0 1.5rem;
  }

  .contact dd &gt; ul {
    gap: 1.5rem;
  }

  .txt-error {
    font-size: 1.4rem;
  }

  /* フォーム 2カラム */
  .contact dd &gt; ul.two-column &gt; li {
    width: calc(50% - .75rem);
  }

  /* フォーム セレクトボックス */
  .contact-select select {
    font-size: 1.8rem;
    padding: 1rem 2.5rem;
  }

  .contact-select::after {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  /* フォーム テキストボックス */
  input[type=text], textarea {
    padding: 1rem 2.5rem;
  }

  /* フォーム チェックボックス＆ラジオボタン */
  .contact-custom_control01 {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 1rem 0 0;
  }

  input[type=checkbox]:checked + .contact-custom_control01::after {
    width: 1.5rem;
    height: 1rem;
  }

  .contact-custom_control02 {
    width: 2.4rem;
    height: 2.4rem;
    bottom: .25rem;
    margin: 0 1rem 0 0;
    border-radius: 1.2rem;
  }

  input[type=radio]:checked + .contact-custom_control02::after {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
  }

  /* フォーム 誕生日 */
  .contact dd &gt; ul.birthday &gt; li:nth-child(1) {
    width: calc(33% - 2.8rem);
  }

  .contact dd &gt; ul.birthday &gt; li:nth-child(2) {
    width: calc(33% - 2.8rem);
  }

  .contact dd &gt; ul.birthday &gt; li:nth-child(3) {
    width: calc(33% - 2.8rem);
  }

  .contact dd &gt; ul.birthday &gt; li {
    margin: 0 1.8rem 0 0;
  }

  /* フォーム 住所 */
  .zip-wrap {
    margin: 0 0 1.5rem;
  }

  .zip-wrap input[type=text] {
    width: 32rem;
    margin: 0 2.5rem 0 0;
  }

  .postcode-btn {
    padding: 1rem 2.5rem;
    border-radius: 2.35rem;
    line-height: 1.5;
    top: 0rem;
  }

  .input-mt1 {
    margin: 1.5rem 0 0;
  }

  /* フォーム メールアドレス */
  .contact dd &gt; ul.mail {
    align-items: flex-start;
  }

  .contact dd &gt; ul.mail&gt; li:first-child {
    padding: 0 1.5rem 0 0;
  }

  .contact dd &gt; ul.mail&gt; li:first-child::after {
    right: -.9rem;
  }

  .other-domain {
    margin: 1.5rem 0 0;
  }

  /* フォーム プライバシーポリシー */
  .privacy-policy span {
    font-size: 1.8rem;
  }

  /* フォーム 送信ボタン */
  .submit-button {
    display: block;
    font-size: 2.8rem;
    width: 56rem;
    margin: 5rem auto 0;
    padding: 2.5rem;
    border-radius: 4.6rem;
  }
}

/* フッター */
.footer {
  padding: 3rem 0 8rem;
  background-color: #ffffff;
}

.footer img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 16rem;
}

.footer p {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 5rem 0;
  }
  
  .footer img {
    margin: 0 auto 2.5rem;
    width: 24rem;
  }
  
  .footer p {
    font-size: 1.4rem;
  }
}

/* フローティングメニュー */
.float-links {
  display: flex;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  height: 5rem;
}

.float-links a:nth-child(1) {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  background-color: #cb4747;
  line-height: 5rem;
  width: calc(100vw - 10rem);
  font-size: 1.8rem;
}

.float-links a:nth-child(1)::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background: url(../images/icon_mail.svg) no-repeat center bottom;
  background-size: contain;
  content: "";
}

.float-links a:nth-child(2) {
  text-align: center;
  background-color: #06c755;
  width: 5rem;
  padding: .75rem;
}

.float-links a:nth-child(3) {
  position: relative;
  padding: 2.75rem 0 0;
  text-align: center;
  font-weight: 500;
  color: #cb4747;
  background-color: #ffffff;
  width: 5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.float-links a:nth-child(3)::before {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/arrow08.svg) no-repeat center center;
  content: "";
}

@media screen and (min-width: 768px) {
  .float-links {
    display: flex;
    flex-direction: column;
    left: calc(100% - 6rem);
    top: 16rem;
    width: 6rem;
    height: auto;
  }
  
  .float-links a:nth-child(1) {
    writing-mode: vertical-rl;
    line-height: 6rem;
    letter-spacing: .5rem;
    width: 6rem;
    font-size: 1.8rem;
    padding: 3rem 0;
    border-radius: 10px 0 0 0;
  }
  
  .float-links a:nth-child(1)::before {
    margin: 0 0 1.5rem 0;
  }
  
  .float-links a:nth-child(2) {
    width: 6rem;
    padding: 1rem;
  }
  
  .float-links a:nth-child(3) {
    padding: 3rem 0 0;
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
    border-radius: 0 0 0 10px;
  }
  
  .float-links a:nth-child(3)::before {
    top: .75rem;
    left: 1.8rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

/* サンクスページ */
.thanks &gt; .section_inner {
  background-color: #ffffff;
  margin: 0 0 3rem;
  padding: 3rem 2.5rem;
  max-width: 1000px;
}

.thanks_text01 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  text-align: justify;
}

.thanks_text01 &gt; span {
  color: #cb4544;
  border-bottom: 3px solid #fde67c;
}

.thanks_text02 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 1.5rem 0 0;
  text-align: justify;
}

.thanks_contact {
  margin: 3rem 0 0;
  padding: 2.5rem 1rem;
  background-color: #ffffff;
  border: 2px solid #efefef;
}

.thanks_contact &gt; p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.thanks_contact &gt; a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #cb4544;
  font-weight: 700;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 2.35rem;
  padding: 1rem 0;
  transition: opacity 0.2s ease-out;
}

.thanks_contact a:hover {
  opacity: .7;
}

.thanks_campaign {
  margin: 3rem 0 0;
  background-color: #f7f2e8;
  border-radius: .5rem;
  overflow: hidden;
}

.thanks_campaign_title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fde67c;
  background-color: #264571;
  padding: .5rem;
}

.thanks_campaign_contents {
  padding: 3rem 1.5rem;
}

.thanks_caution01 {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  text-align: justify;
  word-break: break-all;
}

.thanks_campaign_contents h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
  color: #264571;
}

.thanks_campaign_contents &gt; p &gt; span {
  font-weight: 500;
  color: #cb4544;
  border-bottom: 3px solid #fde67c;
}

.thanks_campaign_contents &gt; a {
  display: block;
  margin: 1.5rem auto 0;
  padding: 1rem 0;
  background-color: #06c755;
  color: #ffffff;
  text-align: center;
  border-radius: 2.2rem;
  font-weight: 700;
}

.thanks_caution02 {
  margin-top: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  word-break: break-all;
}

.thanks_caution02 a {
  font-weight: 500;
  color: #cb4544;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}

.thanks_caution02 a:hover {
  opacity: .7;
  text-decoration: none;
}

.thanks_campaign dl {
  margin: 1.5rem 0 0;
  padding: 1.5rem;
  background-color: #ffffff;
}

.thanks_campaign dl span {
  font-weight: 500;
  color: #cb4544;
  border-bottom: 3px solid #fde67c;
}

.thanks_caution02 span {
  font-weight: 500;
  color: #cb4544;
  border-bottom: 3px solid #fde67c;
}

.thanks_line.only-sp {
  margin: 3rem auto;
}

.thanks_line.only-sp &gt; img {
  margin: 0 1.5rem;
}

.thanks_line.only-sp div {
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.thanks_line.only-sp div img {
  width: 15rem;
}

.thanks_line.only-sp a {
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #cb4544;
  color: #ffffff;
  text-align: center;
  border-radius: 2.2rem;
  font-weight: 700;
}

.thanks_sns {
  margin: 0 auto;
}

.thanks_sns p {
  margin: 0 0 1.5rem;
  font-weight: 500;
  text-align: center;
}

.thanks_sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}

.thanks_sns li {
  width: 4rem;
}

@media screen and (min-width: 768px) {
  .thanks &gt; .section_inner {
    margin: 0 auto 5rem;
    padding: 10rem;
  }

  .thanks_text01 {
    font-size: 2.8rem;
  }
  
  .thanks_text02 {
    font-size: 1.8rem;
    margin: 3rem 0 0;
  }

  .thanks_contact {
    margin: 5rem 0;
    padding: 5rem 10rem;
    border: 4px solid #efefef;
  }
  
  .thanks_contact &gt; p {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
  
  .thanks_contact &gt; a {
    font-size: 2.4rem;
    border-radius: 3.3rem;
    padding: 1.5rem 0;
  }
  
  .thanks_campaign_title {
    font-size: 3.2rem;
    padding: 1.5rem 0;
  }
  
  .thanks_campaign_contents {
    padding: 5rem;
  }
  
  .thanks_caution01 {
    font-size: 1.4rem;
  }
  
  .thanks_campaign_contents h3 {
    margin: 5rem 0 1.5rem;
  }
  
  .thanks_campaign_contents &gt; p &gt; span {
    font-weight: 700;
  }

  .thanks_campaign_contents &gt; a {
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #06c755;
    font-weight: 700;
    font-size: 2.4rem;
    width: 60rem;
    border-radius: 3.3rem;
    margin: 2.5rem auto 0;
    padding: 1.5rem 0;
    transition: opacity 0.2s ease-out;
  }
  
  .thanks_caution02 {
    margin-top: 3rem;
  }
  
  .thanks_campaign dl {
    margin: 3rem 0 0;
    padding: 3rem;
  }
  
  .thanks_campaign dl span {
    font-weight: 700;
  }
  
  .thanks_caution02 span {
    font-weight: 700;
  }

  .thanks_line.only-pc {
    max-width: 900px;
    margin: 0 auto;
  }

  .thanks_line.only-pc &gt; div {
    margin: 0 2.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
  }

  .thanks_line.only-pc &gt; div &gt; div &gt; img {
    width: 48rem;
    margin: 0 0 2.5rem;
  }

  .thanks_line.only-pc &gt; div &gt; div &gt; p {
    font-size: 1.8rem;
  }

  .thanks_line.only-pc &gt; div &gt; img {
    width: 24rem;
  }
  
  .thanks_line.only-pc a {
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #cb4544;
    font-weight: 700;
    font-size: 2.4rem;
    width: 60rem;
    border-radius: 3.3rem;
    margin: 0 auto;
    padding: 1.5rem 0;
    transition: opacity 0.2s ease-out;
  }
  
  .thanks_sns {
    margin: 10rem auto 0;
  }
  
  .thanks_sns p {
    margin: 0 0 2.5rem;
    font-size: 1.8rem;
  }
  
  .thanks_sns ul {
    gap: 9rem;
  }
  
  .thanks_sns li {
    width: 6rem;
  }
}

/* 2段階フォーム */
.inquiry_text {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 3rem;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .inquiry_text {
    font-size: 2.8rem;
    margin: 0 0 5rem;
  }
}

/* LINE ポップアップ */
.line_popup {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2000;
}

.line_popup.active {
  display: block;
}

.line_popup &gt; span {
  position: absolute;
  top: 15%;
  right: .5rem;
  width: 5rem;
  cursor: pointer;
}

.line_popup_contents {
  padding: 3rem 2rem;
  background-color: #06c755;
  position: absolute;
  top: 25%;
  left: calc((100% - 36rem) / 2);
  width: 36rem;
  border-radius: 10px;
}

.line_popup_contents &gt; div {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #fcee21;
  font-weight: 500;
}

.line_popup_contents &gt; div &gt; img {
  width: 16rem;
}

.line_popup_contents &gt; a {
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #ff6751;
  color: #ffffff;
  text-align: center;
  border-radius: 2.2rem;
  font-weight: 700;
  transition: opacity 0.2s ease-out;
}

.line_popup_contents &gt; a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {  
  .line_popup &gt; span {
    top: 20%;
    right: calc(((100% - 64rem) / 2) - 7.5rem);
    width: 7.5rem;
  }
  
  .line_popup_contents {
    padding: 5rem;
    top: 30%;
    left: calc((100% - 64rem) / 2);
    width: 64rem;
  }
  
  .line_popup_contents &gt; div {
    margin: 3rem 0;
    gap: 2rem;
    font-size: 2.4rem;
  }
  
  .line_popup_contents &gt; div &gt; img {
    width: 25rem;
  }
  
  .line_popup_contents &gt; a {
    padding: 1.5rem 0;
    border-radius: 3.3rem;
    font-size: 2.4rem;
  }
}

.class_full01 {
  font-weight: 700;
  color: #cb4747;
  margin-top: 1rem;
}

.class_full02 {
  font-weight: 700;
  color: #cb4747;
  margin-bottom: 1.5rem;
}

.class_full03 {
  font-weight: 700;
  color: #cb4747;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .class_full02 {
    text-align: center;
  }

  .class_full03 {
    font-size: 2rem;
    margin-bottom: 5rem;
    text-align: center;
  }
}</pre></body></html>