@charset "UTF-8";
/*
* campaign.css
*
*/
/* ------------------------
  reset
------------------------ */
*,
*:after,
*:before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

h3 {
  font-weight: normal;
}

/* ------------------------
  Base Settings
------------------------ */
main {
  background: #fff; 
  font-size: 3.73333vw;
}
@media (min-width: 768px) {
  main {
    font-size: 18px;
  }
}

main {
  background-color: #fff;
  letter-spacing: 0.07em; 
  word-wrap: break-word;
  color: #333;
  font-family: source-han-sans-japanese, sans-serif, YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.618;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

main a {
  text-decoration: none; 
  color: #0a0e80;
}
main a:visited {
  color: #0a0e80;
}
main a:hover {
  text-decoration: none; 
  color: #0a0e80;
}
main a:active {
  text-decoration: none; 
  color: #0a0e80;
}
main a[href^="tel:"]:hover {
  color: #0a0e80;
}
@media (min-width: 768px) {
  main a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

a img {
  transition: 0.4s;
}
a img:hover {
  opacity: 0.6;
}

.section {
  width: 100%;
}
@media (min-width: 768px) {
  .section {
    margin: 0 auto; 
    width: 100%;
    max-width: 1280px;
  }
}

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

.hero .hero_inner {
  position: relative;
}
@media (min-width: 768px) {
  .hero .hero_inner {
    margin: 0 auto; 
    max-width: 1280px;
  }
}

.hero .mv_link {
  opacity: 0; 
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
@media (min-width: 768px) {
  .hero .mv_link {
    right: 16%;
    left: auto;
    font-size: 12px;
  }
}

.hero .annotation {
  padding: 0 6.66667vw 4vw;
  text-align: right; 
  font-size: 1.6vw;
}
@media (min-width: 768px) {
  .hero .annotation {
    padding: 0 30px 20px;
    font-size: 12px;
  }
}

.no1 {
  text-align: center;
}
.no1 .no1_inner {
  padding-top: 4vw;
  padding-bottom: 0vw;
}
@media (min-width: 768px) {
  .no1 .no1_inner {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.no1 .no1_img img {
  border: 0.26667vw solid #b9b9b9;
}
@media (min-width: 768px) {
  .no1 .no1_img img {
    border: 1px solid #b9b9b9;
  }
}
.no1 .annotation_link {
  display: flex;
  padding: 0.66667vw 0 0;
  font-size: 2.66667vw;

  justify-content: center;
}
@media (min-width: 768px) {
  .no1 .annotation_link {
    padding: 10px 30px 0px;
    font-size: 12px;
  }
}
.no1 .annotation_link a {
  display: flex;
  text-decoration: underline;

  justify-content: flex-start;
}
@media (min-width: 768px) {
  .no1 .annotation_link a {
    justify-content: flex-end;
  }
}
.no1 .annotation_link a::after {
  content: "";
  display: block;
  width: 5.33333vw;
  height: 5.33333vw;
  background: url("/campaign-2/img/campaign/202309/icon_blank.png") no-repeat 0 0;
  background-size: 5.33333vw 5.33333vw;
}
@media (min-width: 768px) {
  .no1 .annotation_link a::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
@media (min-width: 768px) {
  .no1 .annotation_link a:hover {
    text-decoration: none;
  }
}

.campaign .campaign_inner {
  padding-top: 1em;
}
@media (min-width: 768px) {
  .campaign .campaign_inner {
    padding-top: 2em;
  }
}

.campaign .campaign_heading {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .campaign .campaign_heading {
    margin: 0 auto; 
    width: 600px;
  }
}

.campaign .campaign_annotation {
  margin-top: 1em;
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .campaign .campaign_annotation {
    text-align: center;
    font-size: 12px;
  }
}

.campaign .campaign_course {
  margin-top: 2em;
}

.campaign .campaign_item {
  padding: 0.5em 0;
  border-radius: 9999px;
  background-color: #d0eeff;
  text-align: center;
  color: #0a0e80;
  font-weight: bold;
}
.campaign .campaign_item + .campaign_item {
  margin-top: 0.4em;
}
.campaign .campaign_item:first-child {
  margin-top: 1em;
}

.campaign .campaign_inner .campaign_inner {
  margin-top: 2em;
}

.campaign .campaign_problem_list {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .campaign .campaign_problem_list {
    margin-left: 7em;
  }
}

.campaign .campaign_problem_item {
  position: relative; 
  padding-left: 2em;
}
.campaign .campaign_problem_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; 
  width: 4.8vw;
  height: 4.8vw;
  background: url("/campaign-2/img/campaign/202309/icon_check_yellow.png") no-repeat 0 0;
  background-size: 4.8vw 4.8vw;
}
@media (min-width: 768px) {
  .campaign .campaign_problem_item::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.campaign .campaign_problem_item + .campaign_problem_item {
  margin-top: 0.4em;
}

.campaign .campaign_texts {
  margin-top: 3em;
}
.campaign .campaign_texts sub {
  bottom: 0; 
  font-size: 30%;
}

@media (min-width: 768px) {
  .structure .structure_inner {
    padding-top: 0;
  }
}

.structure .structure_img {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .structure .structure_img {
    margin: 1.5em auto 0; 
    width: 400px;
  }
}

@media (min-width: 768px) {
  .conversion {
    margin: 0 auto; 
    max-width: 1280px;
  }
}

.conversion .conversion_inner {
  padding: 8vw 5.33333vw 13.33333vw;
  border-radius: 1.33333vw;
}
@media (min-width: 768px) {
  .conversion .conversion_inner {
    padding: 40px 0 40px;
  }
}
.conversion .conversion_inner.u-inner {
  padding-bottom: 10.66667vw;
}
@media (min-width: 768px) {
  .conversion .conversion_inner.u-inner {
    padding-bottom: 60px;
  }
}

.conversion .conversion_btns + .conversion_btns {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .conversion .conversion_btns + .conversion_btns {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .conversion .conversion_btns.-flex {
    display: flex;

    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .conversion .conversion_btns.-flex .-cv {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .conversion .conversion_btns.-flex .conversion_btn {
    margin-top: 0; 
    width: 48%;
  }
  .conversion .conversion_btns.-flex .conversion_btn span {
    font-size: 20px !important;
  }
  .conversion .conversion_btns.-flex .conversion_btn span.-xl {
    font-size: 35px !important;
  }
}

@media (min-width: 768px) {
  .conversion .conversion_btns.-flex .conversion_maker {
    margin-left: 0;
    padding: 0;
    padding-left: 0.5em;
    width: 80px;
  }
}

@media (min-width: 768px) {
  .conversion .conversion_btns.-flex .conversion_label {
    width: 65%;
  }
}

.conversion .conversion_subheading {
  margin-bottom: 0.4em;
}

.conversion .conversion_free {
  margin-left: 1.33333vw; 
  padding: 0 1.33333vw 0.26667vw 1.33333vw;
  border: #fff 0.26667vw solid;
  border-radius: 1.06667vw;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .conversion .conversion_free {
    margin-top: -2px; 
    margin-left: 5px;
    padding: 0 10px 2px 10px;
    border: #fff 1px solid;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1;
  }
}

.conversion .conversion_inner_second {
  border-radius: 1.33333vw;
}

.conversion .conversion_tels {
  margin-top: 2em;
}

.conversion .conversion_tel_date {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .conversion .conversion_tel_subheading {
    margin-bottom: 0.4em;
  }
}

@media (min-width: 768px) {
  .conversion .conversion_label {
    font-size: 30px !important;
  }
}

.conversion .conversion_present {
  display: flex;
  margin-bottom: 2em; 

  align-items: center;
}
@media (min-width: 768px) {
  .conversion .conversion_present {
    justify-content: center;
  }
}
.conversion .conversion_present .conversion_img {
  margin-right: 1em; 
  width: 32.53333vw;
}
@media (min-width: 768px) {
  .conversion .conversion_present .conversion_img {
    width: 113px;
  }
}

@media (min-width: 768px) {
  .bnr ._inner {
    padding: 60px 0;
  }
}

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

.bnr a {
  display: block;
  color: #fff; 
  box-shadow: 0 0 20px #aaa;
}
@media (min-width: 768px) {
  .bnr a {
    margin: 0 auto; 
    width: 40%;
  }
}

.bnr .u-btn {
  background-color: #d01624 !important; 

  flex-wrap: wrap;
}
.bnr .u-btn .class {
  display: flex;
  margin-bottom: 0.3em; 
  width: 100%;

  justify-content: center;
}
.bnr .u-btn .class .class_icon {
  display: block;
  margin: 0 0.3em;
  padding: 0.53333vw 4vw;
  border-radius: 9999px;
  background-color: #fff;
  color: #0a0e80;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .bnr .u-btn .class .class_icon {
    padding: 0.2em 1.8em; 
    font-size: 18px;
  }
}
.bnr .u-btn .class .class_icon.-elementaryschool {
  color: #ff922e;
}
.bnr .u-btn .class .class_icon.-juniorhighschool {
  color: #3bb97d;
}
.bnr .u-btn .class .class_icon.-highschool {
  color: #249bd9;
}

.cm {
  overflow: hidden;
}
@media (min-width: 768px) {
  .cm {
    margin: 0 auto; 
    width: 100%;
    max-width: 1280px;
  }
}
.cm .cm_inner {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
@media (min-width: 768px) {
  .cm .cm_inner {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.cm .movie_box {
  padding: 5.33333vw 5.33333vw 0;
}
@media (min-width: 768px) {
  .cm .movie_box {
    margin: 0 auto;
    padding: 0;
    padding-top: 30px;
    width: 670px;
    height: 376px;
  }
}
.cm .movie_box iframe {
  width: 89.33333vw;
  height: 50.13333vw;
}
@media (min-width: 768px) {
  .cm .movie_box iframe {
    width: 670px;
    height: 376px;
  }
}

@media (min-width: 768px) {
  .links {
    margin: 0 auto; 
    max-width: 1280px;
  }
}

.links .links_inner {
  padding: 8vw 5.33333vw 13.33333vw;
  border-radius: 1.33333vw;
}
@media (min-width: 768px) {
  .links .links_inner {
    padding: 40px 0 40px;
  }
}

.links .links_btns {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .links .links_btns {
    margin-right: auto; 
    margin-left: auto;
    width: 750px;
  }
}

.ancher {
  background: url("/campaign-2/img/campaign/202309/ancher_bg_sm.jpg") no-repeat 0 0;
  background-color: #9bd9fe; 
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .ancher {
    background: url("/campaign-2/img/campaign/202309/ancher_bg_lg.jpg") no-repeat 0 0;
    background-size: auto 100%;
  }
}
.ancher .ancher_inner {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
@media (min-width: 768px) {
  .ancher .ancher_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .ancher .ancher_heading {
    margin-bottom: 0.5em;
  }
}
.ancher .ancher_annotation {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .ancher .ancher_annotation {
    margin: 0 auto;
    margin-top: 1.5em; 
    width: 750px;
    text-align: center;
  }
}
.ancher .ancher_btn {
  position: relative;
}
.ancher .ancher_btn::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 2.66667vw; 
  border: 0.1em solid #d91b6c;
  border-bottom: 0;
  border-left: 0;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  vertical-align: middle;
  color: #333;
  line-height: 1;
}
@media (min-width: 768px) {
  .ancher .ancher_btn::after {
    -webkit-transform: translateY(-40%) rotate(45deg);
            transform: translateY(-40%) rotate(45deg);
  }
}

.nayami .nayami_img {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .nayami .nayami_img {
    margin: 1em auto 0; 
    width: 609px;
  }
}

.nayami .nayami_text {
  margin-top: 1em;
}

.nayami .nayami_head {
  display: flex;

  justify-content: space-between;
}
@media (min-width: 768px) {
  .nayami .nayami_head {
    flex-direction: row-reverse;

    align-items: center;
    justify-content: flex-end;
  }
}
.nayami .nayami_head .nayami_heading {
  padding-top: 1em;
}
@media (min-width: 768px) {
  .nayami .nayami_head .nayami_heading {
    margin-left: 20px; 
    padding-top: 0;
  }
}
.nayami .nayami_head .nayami_img {
  width: 33.6vw;
}

.goukaku {
  margin-top: 2em; 
  background-color: #00023e;
  background-image: linear-gradient(0deg, #00023e 0%, #0a0e80 100%);
}
.goukaku .goukaku_inner {
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.service .service_shoulder {
  display: block;
  margin: 0 auto;
}
.service .service_shoulder span {
  padding: 0.2em 1em; 
  border-radius: 9999px;
  background-color: #ffe600;
}

.service .service_btn {
  margin-top: 1em;
}
.service .service_btn a {
  display: block;
  box-shadow: 0 0 20px #aaa;
}
@media (min-width: 768px) {
  .service .service_btn a {
    margin: 0 auto; 
    width: 40%;
  }
}

.voice .voice_inner.u-inner {
  padding-right: 0; 
  padding-left: 0;
}

.voice .voice_item_wrap {
  display: flex;
  margin-top: 4vw; 
  padding: 0 5.33333vw;

  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .voice .voice_item_wrap {
    margin-top: 30px; 
    padding: 0 140px;
  }
}

.voice .voice_item {
  margin-top: 1em; 
  width: 48%;
}
@media (min-width: 768px) {
  .voice .voice_item {
    margin-top: 2em;
  }
}

.voice .voice_itembox {
  position: relative;
  border-radius: 2.66667vw;
  height: 56vw;
}
@media (min-width: 768px) {
  .voice .voice_itembox {
    border-radius: 20px;
    height: 400px;
  }
}
.voice .voice_itembox::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.66667vw;
  bottom: 2.66667vw; 
  width: 2.4vw;
  height: 2.4vw;
  background: url("/campaign-2/img/campaign/202309/icon_arw_oblique.svg") no-repeat 0 0;
  background-size: 2.4vw 2.4vw;
}
@media (min-width: 768px) {
  .voice .voice_itembox::after {
    right: 20px;
    bottom: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
.voice .voice_itembox a {
  position: relative;
}
.voice .voice_itembox .voice_badge {
  position: absolute;
  z-index: 3; 
  top: -2.66667vw;
  left: -2.66667vw;
  width: 10.53333vw;
}
@media (min-width: 768px) {
  .voice .voice_itembox .voice_badge {
    top: -30px;
    left: -30px; 
    width: 70px;
  }
}
.voice .voice_itembox .voice_img {
  overflow: hidden; 
  border-radius: 2.66667vw 2.66667vw 0vw 0vw;
}
@media (min-width: 768px) {
  .voice .voice_itembox .voice_img {
    border-radius: 20px 20px 0 0;
  }
}
.voice .voice_itembox .voice_heading {
  padding: 2.66667vw 4vw 6.66667vw; 
  color: #fff;
  font-size: 3.73333vw;
}
@media (min-width: 768px) {
  .voice .voice_itembox .voice_heading {
    padding: 20px 30px 50px; 
    font-size: 20px;
  }
}

.voice .voice_modal_content {
  padding: 2.66667vw 0;
  border: 0.8vw solid #4da7d6;
  border-radius: 4vw; 
  height: auto;
  background: #fff;
}
@media (min-width: 768px) {
  .voice .voice_modal_content {
    padding: 30px 60px;
    border-width: 4px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .voice .voice_modal_content::after {
    content: "";
    display: block;
    clear: both;
  }
}
.voice .voice_modal_content .voice_modal_heading {
  text-align: center;
  letter-spacing: 0.02rem !important; 
  font-weight: bold;
}
.voice .voice_modal_content .voice_modal_img {
  position: relative; 
  margin: 0 5.33333vw;
  padding: 2.66667vw 0;
}
@media (min-width: 768px) {
  .voice .voice_modal_content .voice_modal_img {
    float: left;
    margin: 0;
    margin: 1em 2em 0 0;
    padding: 0;
    width: 30%;
  }
}
.voice .voice_modal_content .voice_modal_img .voice_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center; 
  color: #fff;
}
.voice .voice_modal_content .voice_modal_text {
  padding: 2.66667vw 5.33333vw;
}
@media (min-width: 768px) {
  .voice .voice_modal_content .voice_modal_text {
    margin-top: 1em; 
    padding: 0;
  }
}

.voice .voice_item.-highschool .voice_itembox {
  background-color: #4da7d6;
}

.voice .voice_item.-highschool .voice_modal_content {
  border-color: #4da7d6;
}

.voice .voice_item.-highschool .voice_modal_heading {
  color: #4da7d6;
}

.voice .voice_item.-juniorhighschool .voice_itembox {
  background-color: #3bb97d;
}

.voice .voice_item.-juniorhighschool .voice_modal_content {
  border-color: #3bb97d;
}

.voice .voice_item.-juniorhighschool .voice_modal_heading {
  color: #3bb97d;
}

.voice .voice_item.-elementaryschool .voice_itembox {
  background-color: #f09e34;
}

.voice .voice_item.-elementaryschool .voice_modal_content {
  border-color: #f09e34;
}

.voice .voice_item.-elementaryschool .voice_modal_heading {
  color: #f09e34;
}

.voice .md-overlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  z-index: 9999; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.voice .md-contents {
  display: none;
  position: fixed;
  z-index: 10000; 
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.voice .md-xmark {
  position: absolute;
  z-index: 9999;
  top: -5.33333vw;
  right: -5.33333vw;
  border-radius: 9999px; 
  width: 11.73333vw;
  height: 11.73333vw;
  cursor: pointer;
  background-color: #0a0e80;
}
@media (min-width: 768px) {
  .voice .md-xmark {
    top: -30px;
    right: -30px; 
    width: 60px;
    height: 60px;
  }
}

.voice .md-xmark span {
  position: absolute;
  left: 50%;
  width: 50%;
  height: auto;
  height: 0.53333vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .voice .md-xmark span {
    height: 2px;
  }
}

.voice .md-xmark span:nth-of-type(1) {
  top: 48%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.voice .md-xmark span:nth-of-type(2) {
  bottom: 48%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.voice_main .voice_cmt {
  margin-top: 1.5em;
  padding: 5.33333vw;
}
@media (min-width: 768px) {
  .voice_main .voice_cmt {
    margin: 20px auto 0; 
    padding: 20px 50px;
    width: 600px;
  }
}

.voice_main .voice_cmt_box {
  display: flex;
  margin-top: 0.5em; 

  justify-content: space-between;
  align-items: center;
}
.voice_main .voice_cmt_box .voice_img {
  width: 32%;
}
.voice_main .voice_cmt_box .voice_img img {
  overflow: hidden; 
  border-radius: 50%;
}
.voice_main .voice_cmt_box .voice_text {
  width: 65%;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .voice_main .voice_cmt_box .voice_text {
    font-size: 14px;
  }
}
.voice_main .voice_cmt_box .voice_text span {
  font-weight: bold;
}

.classroom .classroom_img {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .classroom .classroom_img {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .point {
    margin: 0 auto; 
    width: 100%;
    max-width: 1280px;
  }
}

@media (min-width: 768px) {
  .point .point_title {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.point .point_title sub {
  bottom: 0; 
  font-size: 30%;
}

.point .point_annotation {
  margin-top: 0.8em;
}

.point .point_box {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .point .point_box {
    margin: 40px auto 0; 
    width: 750px;
  }
}

.point .point_top {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .point .point_top {
    margin-top: 0;
  }
}

.point .point_img {
  display: flex;

  justify-content: flex-start;
}
.point .point_img img {
  width: 71.33333vw;
}
@media (min-width: 768px) {
  .point .point_img img {
    width: 535px !important;
  }
}
.point .point_img::after {
  content: "";
  display: block;
  clear: both;
}

.point .point_head {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: -2em;
}
@media (min-width: 768px) {
  .point .point_head {
    margin-top: -3em;
  }
}
.point .point_head span {
  display: inline-block;
  padding: 4vw 5.33333vw; 
  background-color: #0a0e80;
}
@media (min-width: 768px) {
  .point .point_head span {
    padding: 20px 30px;
  }
}
.point .point_head.u-inner {
  padding-bottom: 0;
}

.point .point_heading {
  color: #0a0e80;
}

.point .point_check_list {
  margin-top: 5.33333vw;
}
@media (min-width: 768px) {
  .point .point_check_list {
    margin-top: 30px;
  }
}

.point .point_list {
  margin-top: 1em;
}

.point .point_item {
  position: relative; 
  padding-left: 2em;
}
.point .point_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; 
  width: 4.8vw;
  height: 4.8vw;
  background: url("/campaign-2/img/campaign/202309/icon_check.png") no-repeat 0 0;
  background-size: 4.8vw 4.8vw;
}
@media (min-width: 768px) {
  .point .point_item::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.point .point_item + .point_item {
  margin-top: 0.8em;
}

.point .point_inner:nth-child(2) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .point .point_sub_heading {
    margin-top: 20px;
  }
}

.point.point_bottom .point_heading {
  width: 100%;
}

.point.point_bottom .point_inner {
  padding-top: 0;
  padding-bottom: 10.66667vw;
}

.point .point_text {
  margin-top: 1em;
}

.point .point_1 .point_img,
.point .point_3 .point_img {
  justify-content: flex-end;
}

.point .point_1 .point_head .point_icon,
.point .point_3 .point_head .point_icon {
  position: absolute;
  top: -6.66667vw;
  left: -2.66667vw; 
  width: 11.6vw;
}
@media (min-width: 768px) {
  .point .point_1 .point_head .point_icon,
  .point .point_3 .point_head .point_icon {
    top: -30px; 
    width: 60px;
  }
}

.point .point_2 .point_head,
.point .point_4 .point_head {
  justify-content: flex-end;
}

.point .point_2 .point_icon,
.point .point_4 .point_icon {
  position: absolute;
  top: -6.66667vw;
  right: -2.66667vw; 
  width: 11.6vw;
}
@media (min-width: 768px) {
  .point .point_2 .point_icon,
  .point .point_4 .point_icon {
    top: -30px; 
    width: 60px;
  }
}

.point .point_foot {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .point .point_foot {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .point .point_column {
    display: flex;
    margin-top: 1em !important;
  }
}

.point .point_column .point_column_img {
  position: relative;
}
@media (min-width: 768px) {
  .point .point_column .point_column_img {
    margin-right: 1em;
  }
}

.pointcomp .pointcomp_inner {
  padding-bottom: 5.33333vw;
}
@media (min-width: 768px) {
  .pointcomp .pointcomp_inner {
    padding-bottom: 40px;
  }
}

.pointcampaign .pointcampaign_inner {
  padding-top: 16vw;
  padding-bottom: 5.33333vw;
}
@media (min-width: 768px) {
  .pointcampaign .pointcampaign_inner {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.pointcampaign + .conversion .conversion_inner {
  padding-top: 18.66667vw;
}
@media (min-width: 768px) {
  .pointcampaign + .conversion .conversion_inner {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .pointcampaign .pointcampaign_title {
    margin: 0 auto; 
    width: 500px;
  }
}

.pointcampaign .pointcampaign_annotation {
  margin-top: 1em;
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .pointcampaign .pointcampaign_annotation {
    text-align: center; 
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .flow .flow_block {
    padding-top: 30px; 
    padding-right: 200px;
    padding-left: 200px;
  }
}

.flow .flow_heading {
  display: flex;

  align-items: flex-start;
}

.flow .flow_text {
  margin-top: 1em;
}

.flow .flow_block_01 {
  margin-top: 8vw;
  padding-bottom: 5.33333vw;
}
@media (min-width: 768px) {
  .flow .flow_block_01 {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .flow .flow_block_02 {
    padding-bottom: 40px;
  }
}

.flow .flow_foot {
  margin-top: 13.33333vw;
}
@media (min-width: 768px) {
  .flow .flow_foot {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .faq .faq_inner {
    width: 800px;
  }
}

.faq .faq_title {
  margin-top: 0.5em;
}

.faq .faq_area {
  margin-top: 6.93333vw;
}
@media (min-width: 768px) {
  .faq .faq_area {
    margin-top: 42px;
  }
}

.faq .faq_set {
  margin-top: 2.66667vw;
  padding: 4vw 5.6vw;
  border-radius: 1.33333vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .faq .faq_set {
    margin-top: 18px;
    padding: 30px 42px;
    border-radius: 12px;
  }
}

.faq .faq_question {
  display: flex;
  position: relative;
  padding-right: 5.86667vw; 
  padding-left: 5.86667vw;
  text-align: left;
  color: #0a0e80;

  align-items: top;
}
@media (min-width: 768px) {
  .faq .faq_question {
    padding: 0 37px 0 37px;
  }
}
.faq .faq_question::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4vw;
  height: 4vw;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
  background: url("/campaign-2/img/campaign/202309/icon_plus.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .faq .faq_question::after {
    width: 30px;
    height: 20px;
  }
}
.faq .faq_question.active::after {
  background: url("/campaign-2/img/campaign/202309/icon_minus.svg") no-repeat 0 0;
  background-size: 100% 100%;
}
.faq .faq_question::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0; 
  color: #68ade7;
  font-weight: bold;
}
@media (min-width: 768px) {
  .faq .faq_question::before {
    width: 30px;
    height: 20px;
  }
}

.faq .faq_answer {
  display: none;
}

.faq .faq_answer_text {
  position: relative;
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 5.86667vw; 
  border-top: 0.26667vw solid #e1e1e1;
}
.faq .faq_answer_text::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 1em;
  left: 0; 
  color: #68ade7;
  font-weight: bold;
}
@media (min-width: 768px) {
  .faq .faq_answer_text {
    padding-left: 37px; 
    border-width: 1px;
  }
}
.faq .faq_answer_text a {
  text-decoration: underline;
}

.faq .faq_foot {
  margin-top: 5.33333vw;
}
@media (min-width: 768px) {
  .faq .faq_foot {
    margin-top: 0;
    padding: 40px 0 40px;
  }
}

.btns {
  margin-top: 2.66667vw; 
  width: 100%;
}
@media (min-width: 768px) {
  .btns {
    margin-top: 15px;
  }
}
.btns:first-child {
  margin-top: 0;
}
.btns .btn {
  margin-top: 2.66667vw;
}
.btns .btn:first-child {
  margin-top: 0;
}
.btns .btn + .btn {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .btns .btn + .btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .btns.-flex {
    display: flex;

    justify-content: center;
  }
}
@media (min-width: 768px) {
  .btns.-flex .btn {
    margin: 0 10px;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .btns.-flex .btn + .btn {
    margin-top: 0;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

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

@media (min-width: 768px) {
  .u-br_sp {
    display: none;
  }
}

.u-br_pc {
  display: none;
}
@media (min-width: 768px) {
  .u-br_pc {
    display: block;
  }
}

.u-inner {
  position: relative; 
  padding: 13.06667vw 5.33333vw;
}
@media (min-width: 768px) {
  .u-inner {
    margin: 0 auto;
    padding: 78px 0; 
    max-width: 1280px;
  }
}
.u-inner.-l {
  padding: 13.06667vw 0;
}
@media (min-width: 768px) {
  .u-inner.-l {
    padding: 78px 0; 
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-inner.-m {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .u-inner.-m img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-inner.-s {
    width: 590px;
  }
}
@media (min-width: 768px) {
  .u-inner.-s img {
    width: 100%;
  }
}
.u-inner .u-inner {
  margin-top: 4vw; 
  padding: 5.6vw;
}
@media (min-width: 768px) {
  .u-inner .u-inner {
    margin-top: 42px;
    padding: 36px 60px;
  }
}
.u-inner .u-inner.u-arw::after {
  border-width: 8vw 44.66667vw 0 44.66667vw;
}
@media (min-width: 768px) {
  .u-inner .u-inner.u-arw::after {
    margin-left: -376px; 
    border-width: 35px 376px 0 376px;
  }
}
.u-inner .u-inner .u-inner {
  margin-top: 3.2vw; 
  padding: 4vw;
}
@media (min-width: 768px) {
  .u-inner .u-inner .u-inner {
    margin-top: 18px;
    padding: 36px;
    width: auto;
  }
}

.u-arw {
  position: relative;
}
.u-arw::after {
  content: "";
  position: absolute;
  z-index: 5; 
  bottom: -7.86667vw;
  left: 0;
  border-width: 8vw 50vw 0 50vw;
  border-style: solid;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .u-arw::after {
    bottom: -35px;
    left: 50%;
    margin-left: -295px; 
    border-width: 35px 295px 0 295px;
  }
}
.u-arw.-white::after {
  border-color: #fff transparent transparent transparent;
}
.u-arw.-gray::after {
  border-color: #e1e1e1 transparent transparent transparent;
}
.u-arw.-blue::after {
  border-color: #0a0e80 transparent transparent transparent;
}
.u-arw.-light_blue::after {
  border-color: #68ade7 transparent transparent transparent;
}
.u-arw.-highlight_blue::after {
  border-color: #d0eeff transparent transparent transparent;
}
.u-arw.-black::after {
  border-color: black transparent transparent transparent;
}
.u-arw + .section {
  padding-top: 5.33333vw;
}
@media (min-width: 768px) {
  .u-arw + .section {
    padding-top: 0px;
  }
}
.u-arw + .u-inner {
  margin-top: 10.66667vw;
}
@media (min-width: 768px) {
  .u-arw + .u-inner {
    margin-top: 60px;
  }
}

.u-icon {
  display: flex;

  justify-content: center;
  align-items: center;
}
.u-icon.-circle p {
  display: flex;
  margin-top: -20vw; 
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  background-color: #ffe600;
  color: #0a0e80;
  font-size: 3.2vw;

  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
@media (min-width: 768px) {
  .u-icon.-circle p {
    margin-top: -150px;
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
}
.u-icon.-circle span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold; 
  line-height: 1;
}
.u-icon.-corner span {
  display: flex;
  position: relative;
  margin-bottom: 0.5em; 
  padding: 1.86667vw 4.8vw 1.86667vw;
  border-radius: 6.66667vw;
  background-color: #0a0e80;
  color: #fff;
  font-weight: bold;
  line-height: 1;

  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .u-icon.-corner span {
    margin-bottom: 0.5em; 
    padding: 11px 30px 11px;
    border-radius: 110px;
  }
}
.u-icon.-corner.-corner_yellow span {
  background-color: #ffe600; 
  color: #0a0e80;
}
.u-icon.-corner.-corner_white span {
  background-color: #fff; 
  color: #f60;
}
.u-icon.-corner.-corner_blue span {
  background-color: #0a0e80; 
  color: #fff;
}
.u-icon.-bal span::after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: -2vw;
  border-width: 2vw 1.6vw 0 1.6vw;
  border-style: solid;
  border-color: #0a0e80 transparent transparent transparent; 
  width: 0;
  height: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (min-width: 768px) {
  .u-icon.-bal span::after {
    bottom: -10px;
    left: 50%;
    margin-left: -30px; 
    border-width: 10px 15px 0 15px;
  }
}
.u-icon.-bal.-yellow span::after {
  border-color: #ffe600 transparent transparent transparent;
}
.u-icon.-arw_down {
  margin: 5.33333vw auto;
  border-top: 4vw solid #0a0e80;
  border-right: 4vw solid transparent;
  border-left: 4vw solid transparent; 
  width: 5.33333vw;
}
@media (min-width: 768px) {
  .u-icon.-arw_down {
    margin: 30px auto;
    border-top: 30px solid #0a0e80;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent; 
    width: 40px;
  }
}

.u-typo.-white {
  color: #fff;
}

.u-typo.-red {
  color: #d01624;
}

.u-typo.-dark-blue {
  color: #122d4a;
}

.u-typo.-blue {
  color: #0a0e80;
}

.u-typo.-light_blue {
  color: #68ade7;
}

.u-typo.-highlight_blue {
  color: #d0eeff;
}

.u-typo.-yellow {
  color: #ffe600;
}

.u-typo.-pink {
  color: #d91b6c;
}

.u-typo.-xl {
  letter-spacing: 0.2rem;
  font-size: 8.53333vw;
  line-height: 1.38125;
}
@media (min-width: 768px) {
  .u-typo.-xl {
    font-size: 38px;
  }
}

.u-typo.-l {
  letter-spacing: 0.08rem;
  font-size: 6.4vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .u-typo.-l {
    font-size: 32px;
  }
}

.u-typo.-m {
  letter-spacing: 0.2rem;
  font-size: 4.8vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .u-typo.-m {
    font-size: 28px;
  }
}

.u-typo.-s {
  letter-spacing: 0.1rem;
  font-size: 3.73333vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .u-typo.-s {
    font-size: 16px;
  }
}

.u-typo.-xs {
  letter-spacing: 0rem; 
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .u-typo.-xs {
    font-size: 10px;
  }
}

.u-typo.-xxl,
.u-typo.-xl,
.u-typo.-l,
.u-typo.-m,
.u-typo.-s,
.u-typo.-xs {
  font-weight: 500;
  font-style: normal;
}

.u-typo.-bold {
  font-weight: 900;
}

.u-typo.-italic {
  font-style: italic;
}

.u-typo.-mincho {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
}

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

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

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

.u-typo.-sub {
  font-size: 20%;
}

.u-typo.-underline {
  background: linear-gradient(transparent 70%, #ffe600 0%);
}

.u-typo.-maker {
  display: inline-block;
  margin-top: 0.66667vw;
  margin-right: 0.8vw;
  padding: 0 0.66667vw 0.26667vw 1.06667vw;
  border-radius: 0.66667vw; 
  background-color: #333;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .u-typo.-maker {
    padding: 2px 6px;
    border-radius: 5px;
  }
}
.u-typo.-maker.-maker_blue {
  background-color: #0a0e80;
  color: #fff;
}
.u-typo.-maker.-maker_yellow {
  background-color: #ffe600;
}
.u-typo.-maker.-maker_green {
  background-color: #3bb97d;
  color: #fff;
}
.u-typo.-maker.-maker_light_blue {
  background-color: #249bd9;
  color: #fff;
}

.u-typo.-dot {
  position: relative;
  padding-top: 0.02em;
}
.u-typo.-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  width: 0.15em;
  height: 0.15em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); 
  background-color: #122d4a;
}

.u-bgc.-white {
  background-color: #fff;
}

.u-bgc.-gray {
  background-color: #e1e1e1;
}

.u-bgc.-blue {
  background-color: #0a0e80;
}

.u-bgc.-yellow {
  background-color: #ffe600;
}

.u-bgc.-light_blue {
  background-color: #68ade7;
}

.u-bgc.-highlight_blue {
  background-color: #d0eeff;
}

.u-bgc.-j_school {
  background-color: #ff922e;
}

.u-bgc.-jh_school {
  background-color: #3bb97d;
}

.u-bgc.-h_school {
  background-color: #249bd9;
}

.u-margin.-mt_xl {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .u-margin.-mt_xl {
    margin-top: 60px;
  }
}

.u-margin.-mt_l {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .u-margin.-mt_l {
    margin-top: 48px;
  }
}

.u-margin.-mt_m {
  margin-top: 4.26667vw;
}
@media (min-width: 768px) {
  .u-margin.-mt_m {
    margin-top: 32px;
  }
}

.u-margin.-mt_s {
  margin-top: 2.4vw;
}
@media (min-width: 768px) {
  .u-margin.-mt_s {
    margin-top: 18px;
  }
}

.u-btn {
  display: block;
  position: relative;
  margin-top: 0.2em; 
  padding: 1.6vw 0 2.66667vw;
  border-radius: 2.66667vw;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #0a0e80;
  box-shadow: 0px 2.66667vw 0px 0px #dbdbdb;
  font-weight: 500;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .u-btn {
    margin: 0 auto;
    padding: 24px 0 32px;
    border: solid 4px #fff; 
    border-radius: 10px;
    width: 750px;
    box-shadow: 0px 8px 0px 0px #dbdbdb;
  }
}
.u-btn.-blue {
  display: flex;
  padding: 4vw 0 4.53333vw; 
  border-radius: 26.66667vw;
  background-color: #0a0e80;
  box-shadow: none;

  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .u-btn.-blue {
    padding: 25px 0 25px;
    width: 40%;
  }
}
.u-btn.-blue::after {
  content: "";
  display: block;
  margin-left: 0.4em;
  width: 5.33333vw;
  height: 5.33333vw;
  background: url("/campaign-2/img/campaign/202309/icon_arw.svg") no-repeat 0 0;
  background-size: 5.33333vw 5.33333vw;
}
@media (min-width: 768px) {
  .u-btn.-blue::after {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
}
.u-btn.-cv {
  display: flex;
  padding: 1.06667vw 0;
  font-weight: bold; 

  align-items: center;
}
@media (min-width: 768px) {
  .u-btn.-cv {
    margin-top: 10px; 
    padding: 5px 0 12px 0;
  }
}
.u-btn.-cv::after {
  display: none;
}
.u-btn.-cv .conversion_maker {
  border-radius: 0.66667vw;
  width: 18.66667vw;
  background: none; 
  font-weight: bold;
}
@media (min-width: 768px) {
  .u-btn.-cv .conversion_maker {
    margin-left: 20px; 
    border-radius: 5px;
    width: 100px;
  }
}
.u-btn.-cv .conversion_label {
  width: 70%;
  text-align: center;
}
.u-btn.-green {
  border: solid 1.06667vw #2cc68e; 
  background-color: #2cc68e;
  box-shadow: 0px 2.66667vw 0px 0px #1f9f70;
}
@media (min-width: 768px) {
  .u-btn.-green {
    border: solid 2px #2cc68e; 
    box-shadow: 0px 10px 0px 0px #1f9f70;
  }
}
.u-btn.-green .conversion_maker {
  color: #2cc68e;
}
.u-btn.-orange {
  border: solid 1.06667vw #f60; 
  background-color: #f60;
  box-shadow: 0px 2.66667vw 0px 0px #be4c00;
}
@media (min-width: 768px) {
  .u-btn.-orange {
    border: solid 2px #f60; 
    box-shadow: 0px 10px 0px 0px #be4c00;
  }
}
.u-btn.-orange .conversion_maker {
  color: #f60;
}
.u-btn.-reder {
  border: solid 1.06667vw #e8080c; 
  background-color: #e8080c;
  box-shadow: 0px 2.66667vw 0px 0px #800001;
}
@media (min-width: 768px) {
  .u-btn.-reder {
    border: solid 2px #e8080c; 
    box-shadow: 0px 10px 0px 0px #800001;
  }
}
.u-btn.-reder .conversion_maker {
  color: #f60;
}
.u-btn.-yellower {
  border: solid 1.06667vw #d2a620; 
  background-color: #d2a620;
  box-shadow: 0px 2.66667vw 0px 0px #ac8200;
}
@media (min-width: 768px) {
  .u-btn.-yellower {
    border: solid 2px #d2a620; 
    box-shadow: 0px 10px 0px 0px #ac8200;
  }
}
.u-btn.-yellower .conversion_maker {
  color: #d2a620;
}
.u-btn.-tel {
  display: flex;
  padding: 2.66667vw 0;
  background-color: #ededed;
  color: #d01624;
  box-shadow: none; 
  font-size: 8vw;
  font-weight: 900;

  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .u-btn.-tel {
    padding: 10px 0;
    width: 50%; 
    font-size: 32px;
  }
}
.u-btn.-tel::before {
  content: "";
  display: block;
  margin-right: 0.2em;
  width: 5.33333vw;
  height: 5.33333vw;
  background: url("/campaign-2/img/campaign/202309/icon_tel.svg") no-repeat 0 0;
  background-size: 5.33333vw 5.33333vw;
}
@media (min-width: 768px) {
  .u-btn.-tel::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
@media (min-width: 768px) {
  .u-btn.-tel:hover {
    color: #d01625 !important;
  }
}
.u-btn.-modal {
  display: flex;
  padding: 4vw 0;
  border-radius: 13.33333vw;
  background: none; 
  color: #0a0e80;
  box-shadow: none;
  font-size: 3.2vw;

  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .u-btn.-modal {
    padding: 10px 0;
    border: none; 
    width: 100%;
    font-size: 16px;
  }
}
.u-btn.-modal::after {
  content: "";
  display: block;
  margin-left: 0.4em;
  width: 3.2vw;
  height: 3.2vw;
  background: url("/campaign-2/img/campaign/202309/icon_modal.svg") no-repeat 0 0;
  background-size: 3.2vw 3.2vw;
}
@media (min-width: 768px) {
  .u-btn.-modal::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
@media (min-width: 768px) {
  .u-btn {
    transition: all 0.2s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .u-btn:hover {
    opacity: 0.6;
  }
}

/* ------------------------
  Components
------------------------ */
/* --------------------------------
  BreadcrumbList
-------------------------------- */
@media all and (min-width: 768px) {
  .m-breadcrumbs-item a[href],
  .m-breadcrumbs-item a[href]:visited {
    color: #2f2f2f;
  }
}

.c-tab {
  display: flex;

  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-tab {
    margin: 0 auto; 
    width: 800px;
  }
}
.c-tab .tab_item {
  position: relative;
  z-index: 1;
  top: 0.8vw; 
  padding: 3.06667vw;
  border: 0.8vw solid #000;
  border-bottom: none;
  border-radius: 3.2vw 3.2vw 0 0;
  width: 32%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-tab .tab_item {
    top: 4px; 
    padding: 20px;
    border: 4px solid #000;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    transition: all 0.2s;
    font-size: 24px;
  }
}
.c-tab .tab_item.tab_j {
  border-color: #ff922e;
  background-color: #ff922e;
}
.c-tab .tab_item.tab_j.active {
  border-color: #ff922e;
  background-color: #fff;
  color: #ff922e;
}
@media (min-width: 768px) {
  .c-tab .tab_item.tab_j:hover {
    background-color: #fff4ea;
    color: #ff922e;
  }
}
.c-tab .tab_item.tab_jh {
  border-color: #3bb97d;
  background-color: #3bb97d;
}
.c-tab .tab_item.tab_jh.active {
  border-color: #3bb97d;
  background-color: #fff;
  color: #3bb97d;
}
@media (min-width: 768px) {
  .c-tab .tab_item.tab_jh:hover {
    background-color: #ebf8f2;
    color: #3bb97d;
  }
}
.c-tab .tab_item.tab_h {
  border-color: #249bd9;
  background-color: #249bd9;
}
.c-tab .tab_item.tab_h.active {
  border-color: #249bd9;
  background-color: #fff;
  color: #249bd9;
}
@media (min-width: 768px) {
  .c-tab .tab_item.tab_h:hover {
    background-color: #e9f5fb;
    color: #249bd9;
  }
}
.c-tab .tab_item.active {
  z-index: 2; 
  cursor: auto;
}
.c-tab .tab_item_lg {
  position: relative;
  z-index: 2;
  top: 0.8vw; 
  padding: 3.06667vw;
  border: 0.8vw solid #0a0e80;
  border-bottom: none;
  border-radius: 3.2vw 3.2vw 0 0;
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: #0a0e80;
  font-size: 4.26667vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-tab .tab_item_lg {
    top: 4px; 
    padding: 20px;
    border: 4px solid #0a0e80;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    transition: all 0.2s;
    font-size: 24px;
  }
}
.c-tab .tab_item_lg.tab_jyuken {
  background-color: #0a0e80;
  color: #fff;
}
.c-tab .tab_item_lg.tab_jyuken.active {
  border-color: #0a0e80;
  background-color: #fff;
  color: #0a0e80;
}
@media (min-width: 768px) {
  .c-tab .tab_item_lg.tab_jyuken:hover {
    background-color: #e9f5fb;
    color: #249bd9;
  }
}
.c-tab .tab_item_lg.tab_hijyuken {
  background-color: #0a0e80;
  color: #fff;
}
.c-tab .tab_item_lg.tab_hijyuken.active {
  border-color: #0a0e80;
  background-color: #fff;
  color: #0a0e80;
}
@media (min-width: 768px) {
  .c-tab .tab_item_lg.tab_hijyuken:hover {
    background-color: #e9f5fb;
    color: #249bd9;
  }
}

.c-tab_contents {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-tab_contents {
    margin: 0 auto; 
    width: 800px;
  }
}
.c-tab_contents div {
  display: none; 
  position: relative;
  border-width: 0.8vw;
  border-style: solid;
}
@media (min-width: 768px) {
  .c-tab_contents div {
    border-width: 4px;
  }
}
.c-tab_contents div.tab_contents_j {
  border-color: #ff922e;
  background-color: #fff;
}
.c-tab_contents div.tab_contents_jh {
  border-color: #3bb97d;
  background-color: #fff;
}
.c-tab_contents div.tab_contents_h {
  border-color: #249bd9;
  background-color: #fff;
}
.c-tab_contents div.tab_contents_jyuken {
  border-color: #0a0e80;
  background-color: #fff;
}
.c-tab_contents div.tab_contents_hijyuken {
  border-color: #0a0e80;
  background-color: #fff;
}
.c-tab_contents div.show {
  display: block;
}

.c-course .tab {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .c-course .tab {
    margin-top: 42px;
  }
}

.c-course .tab_contents .course_j,
.c-course .tab_contents .course_jh,
.c-course .tab_contents .course_h {
  position: relative;
  padding: 5.6vw 5.6vw 9.06667vw;
}
@media (min-width: 768px) {
  .c-course .tab_contents .course_j,
  .c-course .tab_contents .course_jh,
  .c-course .tab_contents .course_h {
    padding: 42px 42px 48px;
  }
}

.c-course .tab_contents .course_j {
  background-color: #ffece0;
}
.c-course .tab_contents .course_j span {
  color: #ff922e;
  font-weight: bold;
}

.c-course .tab_contents .course_jh {
  background-color: #e7f5e8;
}
.c-course .tab_contents .course_jh span {
  color: #3bb97d;
  font-weight: bold;
}

.c-course .tab_contents .course_h {
  background-color: #e6f5f9;
}
.c-course .tab_contents .course_h span {
  color: #249bd9;
  font-weight: bold;
}

.c-course .tab_contents .course_item {
  border-radius: 12px; 
  background-color: #fff;
}

.c-course .tab_contents .course_comment {
  text-align: center;
}

.c-course .tab_contents .course_list_item {
  padding: 3.2vw;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .c-course .tab_contents .course_list_item {
    padding: 18px 0;
    font-size: 18px;
  }
}
.c-course .tab_contents .course_list_item + .course_list_item {
  border-top: 0.13333vw solid #d4d4d4;
}
@media (min-width: 768px) {
  .c-course .tab_contents .course_list_item + .course_list_item {
    border-top-width: 1px;
  }
}
.c-course .tab_contents .course_list_item span {
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .c-course .tab_contents .course_list_item span {
    font-size: 24px;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}