@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
/* Common Reset Style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
}

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

.Background {
  background: url("../img/common/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  .Background {
    min-width: unset;
    background-image: url("../img/common/bg_sp.jpg");
    background-position: center top;
    background-size: 330% auto;
    background-repeat: repeat-y;
  }
}

header {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 100;
  }
  header.gnav-current {
    position: fixed;
  }
  header + * {
    padding-top: 60px !important;
  }
}

.HeaderStd {
  position: relative;
  z-index: 10;
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(0, 104, 183, 0.1);
}
.HeaderStd.transform {
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}
.HeaderStd-inner {
  width: 1000px;
  height: 160px;
  margin: 0 auto;
  padding: 34px 0 0 0;
}
@media screen and (max-width: 768px) {
  .HeaderStd-inner {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.HeaderStd__base {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .HeaderStd__base {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.HeaderStd__logo {
  width: 310px;
  height: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .HeaderStd__logo {
    width: 210px;
    height: auto;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
.HeaderStd__toggle {
  width: 65px;
  padding: 15px;
  z-index: 101;
  cursor: pointer;
}
.HeaderStd__toggle-inner {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 30px;
  box-sizing: border-box;
  transition: all 0.4s;
}
.HeaderStd__toggle span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0168b7;
  z-index: 10;
  box-sizing: border-box;
  transition: all 0.4s;
}
.HeaderStd__toggle span:nth-of-type(1) {
  top: 5px;
}
.HeaderStd__toggle span:nth-of-type(2) {
  top: 16px;
}
.HeaderStd__toggle span:nth-of-type(3) {
  top: 27px;
}
.HeaderStd__toggle.current span:nth-of-type(1) {
  transform: translateY(12px) rotate(45deg) scale(1.2) translate3d(0, 0, 0);
}
.HeaderStd__toggle.current span:nth-of-type(2) {
  opacity: 0;
}
.HeaderStd__toggle.current span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg) scale(1.2) translate3d(0, 0, 0);
}
.HeaderStd__menu-wrap {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .HeaderStd__menu-wrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .HeaderStd__menu-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .HeaderStd__menu-wrap.current {
    height: calc(100vh - 60px);
    opacity: 1;
    visibility: visible;
  }
}
.HeaderStd__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .HeaderStd__menu {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 120px;
  }
}
.HeaderStd__menu-item {
  margin-right: 14px;
}
.HeaderStd__menu-item:first-child {
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .HeaderStd__menu-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .HeaderStd__menu-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .HeaderStd__menu-item:not(:last-child) {
    border-top: #0168b7 1px solid;
  }
  .HeaderStd__menu-item-swim a {
    display: block;
    width: 170px;
    height: auto;
    margin: 30px auto 20px;
  }
  .HeaderStd__menu-item-etc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .HeaderStd__menu-item-etc a {
    display: inline-block;
    width: 70px;
    height: auto;
  }
  .HeaderStd__menu-item-etc a:first-child {
    margin-right: 25px;
  }
}
.HeaderStd__menu-link {
  padding-bottom: 12px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #0168b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.HeaderStd__menu-link.enquiry {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #eb5857;
}
.HeaderStd__menu-link.enquiry::after {
  background: #eb5857;
}
.HeaderStd__menu-link.enquiry:hover {
  color: #eb5857;
}
.HeaderStd__menu-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #0168b7;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .HeaderStd__menu-link::after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .HeaderStd__menu-link:hover {
    color: #0168b7;
  }
  .HeaderStd__menu-link:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.HeaderStd__menu-link.select::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .HeaderStd__menu-link {
    width: 100%;
    height: auto;
    padding: 17px;
  }
  .HeaderStd__menu-link::after {
    display: none;
  }
  .HeaderStd__menu-link::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: #0068b7 2px solid;
    border-right: #0068b7 2px solid;
    transform: translateY(-50%) rotate(45deg);
  }
  .HeaderStd__menu-link.enquiry {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFF;
    background-color: #eb5857;
  }
  .HeaderStd__menu-link.enquiry::after {
    background: #eb5857;
  }
  .HeaderStd__menu-link.enquiry::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
    transform: translateY(-50%) rotate(45deg);
  }
}
.HeaderStd__org {
  width: 290px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .HeaderStd__org {
    display: none;
  }
}
.HeaderStd__org-swim img {
  width: 143px;
  height: auto;
}
.HeaderStd__org-umitonihon img {
  width: 50px;
  height: auto;
}
.HeaderStd__org-jla img {
  width: 53px;
  height: auto;
}

.HeaderSecond {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 160px;
  left: 0px;
  background: center top/1366px 14px repeat-x url("../img/common/img_header-line.png"), rgb(255, 255, 255);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 104, 183, 0.1), 0px 5px 5px 0px rgba(0, 104, 183, 0.1);
}
@media screen and (max-width: 768px) {
  .HeaderSecond {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 3;
    box-shadow: unset;
    background: #e6f3fd;
    transition: all 0.6s;
  }
}
.HeaderSecond-inner {
  padding: 36px 0 22px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .HeaderSecond-inner {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.HeaderSecond-inner:not(:first-of-type) {
  padding: 0 0 22px 0;
}
@media screen and (max-width: 768px) {
  .HeaderSecond-inner:not(:first-of-type) {
    padding: 0;
  }
}
.HeaderSecond__title {
  margin-right: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.HeaderSecond__stitle {
  border-top: 2px dashed #CCC;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HeaderSecond__stitle {
    padding-left: 15px;
    border-top: 2px solid #0068b7;
    background-color: #0068b7;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
    text-align: left;
  }
}
.HeaderSecond__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .HeaderSecond__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.HeaderSecond__menu-item {
  margin-right: 15px;
}
.HeaderSecond__menu-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .HeaderSecond__menu-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-top: #0068b7 1px solid;
  }
}
.HeaderSecond__menu-link {
  width: 164px;
  height: 42px;
  display: inline-block;
  border-radius: 29px;
  border: 3px solid #b2dbfa;
  background: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link:hover {
    border: 3px solid #0068b7;
    background: rgb(0, 104, 183);
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .HeaderSecond__menu-link {
    position: relative;
    width: 100%;
    height: auto;
    padding: 17px 48px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #0068b7;
    text-align: left;
    border-radius: 0;
    border: none;
    background: none;
  }
  .HeaderSecond__menu-link::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: #0068b7 2px solid;
    border-right: #0068b7 2px solid;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link.short {
    width: 130px;
    height: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link.large {
    width: 260px;
    height: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link.-leader {
    border: 3px solid #0068b7;
    background: rgb(0, 104, 183);
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    color: #FFF;
  }
  .HeaderSecond__menu-link.-leader:hover {
    background: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
@media screen and (max-width: 768px) {
  .HeaderSecond__menu-link.-leader {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFF;
    background: rgb(0, 104, 183);
  }
}
.HeaderSecond__menu-link-en {
  width: 164px;
  height: auto;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link-en {
    margin-top: 0.75em;
    text-decoration: underline;
  }
  .HeaderSecond__menu-link-en:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .HeaderSecond__menu-link-en {
    position: relative;
    width: 100%;
    height: auto;
    padding: 17px 48px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #0068b7;
    text-align: left;
    border-radius: 0;
    border-top: 1px solid #0068b7;
    background: none;
  }
  .HeaderSecond__menu-link-en::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-top: #0068b7 2px solid;
    border-right: #0068b7 2px solid;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link-en.short {
    width: 130px;
    height: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link-en.large {
    width: 260px;
    height: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .HeaderSecond__menu-link-en.-leader {
    border: 3px solid #0068b7;
    background: rgb(0, 104, 183);
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    color: #FFF;
  }
  .HeaderSecond__menu-link-en.-leader:hover {
    background: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
@media screen and (max-width: 768px) {
  .HeaderSecond__menu-link-en.-leader {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFF;
    background: rgb(0, 104, 183);
  }
}
.HeaderSecond__toggle {
  position: relative;
  z-index: 2;
}
.HeaderSecond__toggle::before {
  display: none;
}
.HeaderSecond__toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  padding: 20px 25px;
  background-color: #e6f3fd;
}
.HeaderSecond__toggle-icon-inner {
  position: relative;
  width: 15px;
  height: 10px;
  z-index: 1;
}
.HeaderSecond__toggle-icon span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0168b7;
  box-sizing: border-box;
  transition: all 0.4s;
}
.HeaderSecond__toggle-icon span:nth-of-type(2) {
  transform: rotate(90deg);
}
.HeaderSecond__toggle.current + .HeaderSecond__toggle-icon span:nth-of-type(2) {
  transform: rotate(0deg);
}
.HeaderSecond__toggle.current + .HeaderSecond__toggle-icon + .HeaderSecond {
  visibility: visible;
  max-height: 50vh;
}

.FooterCharacter-wrap {
  max-width: 100%;
  width: 100%;
  background: #fff;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #FFF 80%, #FFF);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #FFF 80%, #FFF);
  background: linear-gradient(rgba(255, 255, 255, 0), #FFF 80%, #FFF);
}

.FooterCharacter {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.FooterCharacter.-prelearning {
  padding-top: 200px;
}
.FooterCharacter.-think {
  padding-top: 50px;
}
.FooterCharacter.-movie {
  padding-top: 100px;
}
.FooterCharacter.-quizTop {
  padding-top: 200px;
}
.FooterCharacter.-quizStd {
  padding-top: 50px;
}
.FooterCharacter.-videos {
  padding-top: 100px;
}
.FooterCharacter.-materials {
  padding-top: 50px;
}
.FooterCharacter.-support {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .FooterCharacter {
    width: 270px;
    padding-right: 30px;
  }
}

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

.FooterStd {
  border-top: 1px solid #dedede;
  background: rgb(255, 255, 255);
}
.FooterStd-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .FooterStd-inner {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 90px;
  }
}
.FooterStd__base {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .FooterStd__base {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
}
.FooterStd__logo {
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .FooterStd__logo {
    margin: 0 auto;
  }
}
.FooterStd__logo img {
  width: 80px;
  height: auto;
}
.FooterStd__association-j {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.FooterStd__association-e {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.FooterStd__association-address {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.833;
  letter-spacing: 0em;
  color: #000;
}
.FooterStd__association-tel {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.833;
  letter-spacing: 0em;
  color: #000;
}
.FooterStd__other {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .FooterStd__other {
    margin: 0 auto;
  }
}
.FooterStd__production {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.833;
  letter-spacing: 0em;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .FooterStd__production {
    text-align: center;
  }
}
.FooterStd__copyrights {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.833;
  letter-spacing: -0.025em;
  color: #000;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .FooterStd__copyrights {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.833;
    letter-spacing: 0em;
    color: #000;
  }
}

.FooterEnquiry {
  width: 100%;
  height: auto;
  background-color: #e5e5e5;
}
.FooterEnquiry-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .FooterEnquiry-inner {
    width: 100%;
    height: auto;
  }
}
.FooterEnquiry__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
}
.FooterEnquiry__contents {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
}
.FooterEnquiry__description {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
}
.FooterEnquiry__btn {
  width: 180px;
  height: 54px;
  display: block;
  border: 3px solid #f26461;
  border-radius: 27px;
  background-color: #f26461;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
.FooterEnquiry__btn:hover {
  border: 3px solid #f26461;
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #f26461;
}
.FooterEnquiry__btn-wrap {
  width: 180px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.arw {
  position: relative;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.arw::before, .arw:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.pageTop {
  display: block;
  position: fixed;
  width: 63px;
  height: 63px;
  border-radius: 10px;
  right: 30px;
  bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(55, 55, 55, 0.5);
}
@media screen and (max-width: 768px) {
  .pageTop {
    right: 15px;
    bottom: 15px;
  }
}
.pageTop .pageTop__paragraph {
  display: block;
  width: 110%;
  text-align: center;
  font-size: 8px;
  -webkit-transform: scale(0.6);
  -webkit-transform-origin: 35% 40%;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pageTop .pageTop__paragraph {
    width: 100%;
    padding: 3px 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
  }
}
.pageTop .pageTop__paragraph:first-line {
  line-height: 1.3;
}
.pageTop img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  *:focus {
    outline: none;
  }
  .movie-wrap {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 !important;
  }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.HomeMain {
  align-items: baseline;
  z-index: -10;
  width: 100%;
  height: auto;
  background: center bottom/1376px auto repeat-x url("../img/home/img_bg-wave.png"), center top/cover no-repeat url("../img/home/img_bg-sea.jpg");
}
@media screen and (max-width: 768px) {
  .HomeMain {
    width: 100%;
    height: auto;
    background: center top 326px/750px auto repeat-x url("../img/home/img_bg-wave02.png"), center top 60px/120% auto no-repeat url("../img/home/img_bg-sea.jpg");
    background-position: center top 326px, center top 60px;
    background-color: #cff1fe;
  }
}
.HomeMain-inner {
  align-content: center;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .HomeMain-inner {
    width: 100%;
    height: auto;
  }
}
.HomeMain__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .HomeMain__head {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.HomeMain__title {
  width: 669px;
  height: auto;
  margin-left: -8px;
  padding: 50px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .HomeMain__title {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 126px 5% 10px;
  }
  .HomeMain__title img {
    width: 400px;
    height: auto;
  }
}
.HomeMain__subtitle {
  width: 370px;
  height: auto;
  margin-left: -6px;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .HomeMain__subtitle {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0 5% 75px;
  }
  .HomeMain__subtitle img {
    width: 250px;
    height: auto;
  }
}
.HomeMain__img {
  width: 155px;
  height: auto;
  margin-left: 60px;
  padding: 32px 0 0 0;
}
@media screen and (max-width: 768px) {
  .HomeMain__img {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 90px;
    height: auto;
    margin-left: 0;
    padding: 0;
  }
}
.HomeMain__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card-wrap {
    width: 88%;
    height: auto;
    margin: 0 auto 30px;
  }
}
.HomeMain__contents .Card {
  width: 230px;
  height: auto;
  min-height: 566px;
  padding: 0 0 26px 0;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0;
  }
  .HomeMain__contents .Card:not(:first-child) {
    margin-top: 30px;
  }
}
.HomeMain__contents .Card__title {
  width: auto;
  height: 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__title {
    margin-bottom: 25px;
  }
}
.HomeMain__contents .Card__title.-type01 {
  background-color: #ffa634;
}
.HomeMain__contents .Card__title.-type02 {
  background-color: #32b16c;
}
.HomeMain__contents .Card__title.-type03 {
  background-color: #ff76a2;
}
.HomeMain__contents .Card__title.-type04 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b7ee;
}
.HomeMain__contents .Card__image {
  width: 200px;
  height: auto;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__image {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__menu-wrap {
    padding: 25px;
  }
}
.HomeMain__contents .Card__menu {
  text-align: center;
}
.HomeMain__contents .Card__menu-title {
  margin-top: 1.5em;
  border-top: 4px dashed #CCC;
  padding: 1.25em 0 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
.HomeMain__contents .Card__menu-item {
  margin-bottom: 10px;
}
.HomeMain__contents .Card__menu-item:last-child {
  margin-bottom: 0px;
}
.HomeMain__contents .Card__menu-link {
  width: 184px;
  height: 54px;
  display: inline-block;
  border-radius: 29px;
  border: 3px solid #b2dbfa;
  background: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__menu-link {
    width: 100%;
    height: auto;
  }
}
.HomeMain__contents .Card__menu-link:hover {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff;
}
.HomeMain__contents .Card__menu-link.sml {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__menu-link.sml {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__contents .Card__menu-link.sml:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__menu-link.sml:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__contents .Card__menu-link.two-lines {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__menu-link.two-lines {
    padding-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__contents .Card__menu-link.two-lines:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .Card__menu-link.two-lines:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__contents .Card__menu-link.-leader {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
.HomeMain__contents .Card__menu-link.-leader:hover {
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
.HomeMain__contents .Card__menu-link.-en {
  height: auto;
  margin-bottom: 1em;
  border: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-decoration: underline;
}
.HomeMain__contents .Card__menu-link.-en:hover {
  background-color: #FFF;
  text-decoration: none;
}
.HomeMain__contents .subCard {
  width: 230px;
  height: auto;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard {
    width: 100%;
    height: auto;
  }
  .HomeMain__contents .subCard:not(:first-child) {
    margin-top: 30px;
  }
}
.HomeMain__contents .subCard__title {
  width: auto;
  height: 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
  margin-bottom: 15px;
}
.HomeMain__contents .subCard__title.-type01 {
  background-color: #ffa634;
}
.HomeMain__contents .subCard__title.-type02 {
  background-color: #32b16c;
}
.HomeMain__contents .subCard__title.-type03 {
  background-color: #ff76a2;
}
.HomeMain__contents .subCard__title.-type04 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b7ee;
}
.HomeMain__contents .subCard__image {
  width: 200px;
  height: auto;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard__image {
    width: 300px;
    height: auto;
  }
}
.HomeMain__contents .subCard__menu {
  text-align: center;
}
.HomeMain__contents .subCard__menu-item {
  margin-bottom: 10px;
}
.HomeMain__contents .subCard__menu-item:last-child {
  margin-bottom: 0px;
}
.HomeMain__contents .subCard__menu-link {
  width: 184px;
  height: 58px;
  display: inline-block;
  border-radius: 29px;
  border: 3px solid #b2dbfa;
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard__menu-link {
    width: 300px;
    height: auto;
  }
}
.HomeMain__contents .subCard__menu-link:hover {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0em;
  color: #fff;
}
.HomeMain__contents .subCard__menu-link.sml {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard__menu-link.sml {
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__contents .subCard__menu-link.sml:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard__menu-link.sml:hover {
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__contents .subCard__menu-link.two-lines {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard__menu-link.two-lines {
    padding-top: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__contents .subCard__menu-link.two-lines:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard__menu-link.two-lines:hover {
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__contents .subCard__menu-link.-leader {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
.HomeMain__contents .subCard__menu-link.-leader:hover {
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
.HomeMain__contents .subCard p {
  width: 184px;
  height: auto;
  margin: 20px auto 0;
  padding: 10px;
  font-size: 10px;
  color: #f30;
  line-height: 1.4;
  text-align: justify;
  padding: 10px;
  border: 1px solid #f30;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .HomeMain__contents .subCard p {
    width: 300px;
    height: auto;
    margin: 20px auto 0;
  }
}
.HomeMain__lower {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card-wrap {
    width: 88%;
    height: auto;
    margin: 0 auto 30px;
  }
}
.HomeMain__lower .Card {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card {
    width: 100%;
    height: auto;
  }
  .HomeMain__lower .Card:not(:first-child) {
    margin-top: 30px;
  }
}
.HomeMain__lower .Card__title {
  width: auto;
  height: 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__title {
    margin-bottom: 25px;
  }
}
.HomeMain__lower .Card__title.-type05 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a43aa8;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__image {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 25px;
  }
}
.HomeMain__lower .Card__menu-wrap {
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .HomeMain__lower .Card__menu-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-wrap {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .HomeMain__lower .Card__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu {
    padding: 25px;
    text-align: center;
  }
}
.HomeMain__lower .Card__menu-image {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-image {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 25px;
  }
}
.HomeMain__lower .Card__menu-title {
  margin-top: 1.5em;
  border-top: 4px dashed #CCC;
  padding: 1.25em 0 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .HomeMain__lower .Card__menu-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-item:not(:first-of-type) {
    margin-top: 15px;
  }
}
.HomeMain__lower .Card__menu-link {
  width: 247px;
  height: 54px;
  display: inline-block;
  border-radius: 29px;
  border: 3px solid #b2dbfa;
  background: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-link {
    width: 100%;
    height: auto;
  }
}
.HomeMain__lower .Card__menu-link:hover {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff;
}
.HomeMain__lower .Card__menu-link.sml {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-link.sml {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__lower .Card__menu-link.sml:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-link.sml:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__lower .Card__menu-link.two-lines {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-link.two-lines {
    padding-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__lower .Card__menu-link.two-lines:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__lower .Card__menu-link.two-lines:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__lower .Card__menu-link.-leader {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
.HomeMain__lower .Card__menu-link.-leader:hover {
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
.HomeMain__leaders {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card-wrap {
    width: 88%;
    height: auto;
    margin: 0 auto 30px;
  }
}
.HomeMain__leaders .Card {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card {
    width: 100%;
    height: auto;
  }
  .HomeMain__leaders .Card:not(:first-child) {
    margin-top: 30px;
  }
}
.HomeMain__leaders .Card__title {
  width: auto;
  height: 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__title {
    margin-bottom: 25px;
  }
}
.HomeMain__leaders .Card__title.-type01 {
  background-color: #666;
}
.HomeMain__leaders .Card__title.-type02 {
  background-color: #32b16c;
}
.HomeMain__leaders .Card__title.-type03 {
  background-color: #ff76a2;
}
.HomeMain__leaders .Card__title.-type04 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b7ee;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__image {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 25px;
  }
}
.HomeMain__leaders .Card__menu-wrap {
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .HomeMain__leaders .Card__menu-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-wrap {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .HomeMain__leaders .Card__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu {
    padding: 25px;
    text-align: center;
  }
}
.HomeMain__leaders .Card__menu-image {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-image {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 25px;
  }
}
.HomeMain__leaders .Card__menu-title {
  margin-top: 1.5em;
  border-top: 4px dashed #CCC;
  padding: 1.25em 0 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .HomeMain__leaders .Card__menu-item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-item:not(:first-of-type) {
    margin-top: 15px;
  }
}
.HomeMain__leaders .Card__menu-link {
  width: 184px;
  height: 54px;
  display: inline-block;
  border-radius: 29px;
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-link {
    width: 100%;
    height: auto;
  }
}
.HomeMain__leaders .Card__menu-link:hover {
  background: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  color: #0068b7;
}
.HomeMain__leaders .Card__menu-link.sml {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-link.sml {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__leaders .Card__menu-link.sml:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-link.sml:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__leaders .Card__menu-link.two-lines {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-link.two-lines {
    padding-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__leaders .Card__menu-link.two-lines:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .Card__menu-link.two-lines:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__leaders .Card__menu-link.-leader {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
.HomeMain__leaders .Card__menu-link.-leader:hover {
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
.HomeMain__leaders .subCard {
  width: 230px;
  height: auto;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard {
    width: 100%;
    height: auto;
  }
  .HomeMain__leaders .subCard:not(:first-child) {
    margin-top: 30px;
  }
}
.HomeMain__leaders .subCard__title {
  width: auto;
  height: 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
  margin-bottom: 15px;
}
.HomeMain__leaders .subCard__title.-type01 {
  background-color: #ffa634;
}
.HomeMain__leaders .subCard__title.-type02 {
  background-color: #32b16c;
}
.HomeMain__leaders .subCard__title.-type03 {
  background-color: #ff76a2;
}
.HomeMain__leaders .subCard__title.-type04 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b7ee;
}
.HomeMain__leaders .subCard__image {
  width: 200px;
  height: auto;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard__image {
    width: 300px;
    height: auto;
  }
}
.HomeMain__leaders .subCard__menu {
  text-align: center;
}
.HomeMain__leaders .subCard__menu-item {
  margin-bottom: 10px;
}
.HomeMain__leaders .subCard__menu-item:last-child {
  margin-bottom: 0px;
}
.HomeMain__leaders .subCard__menu-link {
  width: 184px;
  height: 58px;
  display: inline-block;
  border-radius: 29px;
  border: 3px solid #b2dbfa;
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard__menu-link {
    width: 300px;
    height: auto;
  }
}
.HomeMain__leaders .subCard__menu-link:hover {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 18px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0em;
  color: #fff;
}
.HomeMain__leaders .subCard__menu-link.sml {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard__menu-link.sml {
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__leaders .subCard__menu-link.sml:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard__menu-link.sml:hover {
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__leaders .subCard__menu-link.two-lines {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #0068b7;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard__menu-link.two-lines {
    padding-top: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #0068b7;
  }
}
.HomeMain__leaders .subCard__menu-link.two-lines:hover {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard__menu-link.two-lines:hover {
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.HomeMain__leaders .subCard__menu-link.-leader {
  border: 3px solid #0068b7;
  background: rgb(0, 104, 183);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #FFF;
}
.HomeMain__leaders .subCard__menu-link.-leader:hover {
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  color: #0068b7;
}
.HomeMain__leaders .subCard p {
  width: 184px;
  height: auto;
  margin: 20px auto 0;
  padding: 10px;
  font-size: 10px;
  color: #f30;
  line-height: 1.4;
  text-align: justify;
  padding: 10px;
  border: 1px solid #f30;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .HomeMain__leaders .subCard p {
    width: 300px;
    height: auto;
    margin: 20px auto 0;
  }
}
.HomeMain__subcontents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .HomeMain__subcontents {
    width: 88%;
    height: auto;
    max-width: 330px;
    margin: 0 auto;
  }
}
.HomeMain__subcontents .Card {
  width: 488px;
  height: 122px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .HomeMain__subcontents .Card {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.HomeMain__subcontents .Card__image {
  width: 176px;
  height: 122px;
}
@media screen and (max-width: 768px) {
  .HomeMain__subcontents .Card__image {
    width: 100%;
    height: auto;
  }
}
.HomeMain__subcontents .Card__image img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .HomeMain__subcontents .Card__image img {
    margin: 0 auto;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}
.HomeMain__subcontents .Card__title-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .HomeMain__subcontents .Card__title-wrap {
    width: 100%;
    height: auto;
  }
}
.HomeMain__subcontents .Card__title {
  width: 310px;
  height: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 122px;
  letter-spacing: 0.05em;
  color: #007bc7;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMain__subcontents .Card__title {
    width: 100%;
    height: auto;
  }
}
.HomeMain__subcontents .Card:hover .Card__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 122px;
  letter-spacing: 0.05em;
  color: #0068b7;
}
.HomeMain__subcontents .Card__baloon {
  position: absolute;
  top: -20px;
  left: 15px;
}
.HomeMain__subcontents .Card__baloon img {
  width: 83px;
  height: auto;
}
.HomeMain__lastcontents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.HomeMain__lastcontents .Point {
  width: 282px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .HomeMain__lastcontents .Point {
    width: 220px;
    height: auto;
  }
}

.HomeMessage {
  width: 100%;
  height: auto;
  background-color: #00b7ee;
}
.HomeMessage-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .HomeMessage-inner {
    width: 88%;
    height: auto;
  }
}
.HomeMessage__btn-wrap {
  width: 236px;
  height: auto;
  margin: 20px auto 0;
  text-align: center;
}
.HomeMessage__btn {
  width: 236px;
  height: 54px;
  display: block;
  border: 3px solid #f26461;
  border-radius: 27px;
  background-color: #f26461;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
.HomeMessage__btn:hover {
  border: 3px solid #f26461;
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #f26461;
}
.HomeMessage__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
}
.HomeMessage__description {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .HomeMessage__description {
    font-size: 11px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0em;
    color: #fff;
  }
  .HomeMessage__description span {
    display: none;
  }
}

.HomeIntroduction {
  width: 100%;
  height: auto;
  background-color: #0068b7;
}
.HomeIntroduction-inner {
  width: 1000px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .HomeIntroduction-inner {
    width: 88%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.HomeIntroduction__description-wrap {
  width: 623px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .HomeIntroduction__description-wrap {
    width: 100%;
    height: auto;
  }
}
.HomeIntroduction__description {
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
}
.HomeIntroduction__association {
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
  text-align: right;
}
.HomeIntroduction__image-wrap {
  width: 322px;
  height: 225px;
}
@media screen and (max-width: 768px) {
  .HomeIntroduction__image-wrap {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.HomeIntroduction__image img {
  border-radius: 10px;
}

.HomeDonation {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.HomeDonation-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .HomeDonation-inner {
    width: 100%;
    height: auto;
  }
}
.HomeDonation__btn-wrap {
  width: 180px;
  height: auto;
  margin: 0 auto 15px;
  text-align: center;
}
.HomeDonation__btn {
  width: 180px;
  height: 54px;
  display: block;
  border: 3px solid #f26461;
  border-radius: 27px;
  background-color: #f26461;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
.HomeDonation__btn:hover {
  border: 3px solid #f26461;
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  color: #f26461;
}
.HomeDonation__description {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}

.HomeSystem {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.HomeSystem-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .HomeSystem-inner {
    width: 100%;
    height: auto;
  }
}
.HomeSystem__title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #0068b7;
  text-align: center;
}
.HomeSystem__description {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}

#mainTitle {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainTitle {
    width: 100%;
    height: auto;
  }
}
#mainTitle .mainTitle-contents {
  width: 938px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #mainTitle .mainTitle-contents {
    width: 100%;
    height: auto;
  }
}
#mainTitle .mainTitle-contents img {
  width: 938px;
}
@media screen and (max-width: 768px) {
  #mainTitle .mainTitle-contents img {
    width: 100%;
    height: auto;
  }
}

.mainMenu-wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mainMenu-wrap {
    width: 100%;
    height: auto;
  }
}

#mainMenu {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #mainMenu {
    width: 100%;
    height: auto;
  }
}
#mainMenu ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#mainMenu ul li a {
  display: block;
  height: 272px;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#mainMenu ul li .mainMenu01 {
  width: 285px;
  background-image: url("../img/home/btn_01.png");
  margin: 0 0 20px 5px;
}
#mainMenu ul li .mainMenu01:hover {
  background-image: url("../img/home/btn_01_on.png");
}
#mainMenu ul li .mainMenu02 {
  width: 285px;
  background-image: url("../img/home/btn_02.png");
  margin: 0 0 0 6px;
}
#mainMenu ul li .mainMenu02:hover {
  background-image: url("../img/home/btn_02_on.png");
}
#mainMenu ul li .mainMenu03 {
  width: 296px;
  background-image: url("../img/home/btn_03.png");
  margin: 0 0 20px 0;
}
#mainMenu ul li .mainMenu03:hover {
  background-image: url("../img/home/btn_03_on.png");
}
#mainMenu ul li .mainMenu04 {
  width: 285px;
  background-image: url("../img/home/btn_04.png");
}
#mainMenu ul li .mainMenu04:hover {
  background-image: url("../img/home/btn_04_on.png");
}

.mainCaption-wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mainCaption-wrap {
    width: 100%;
    height: auto;
  }
}

.mainCaption {
  width: 1000px;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mainCaption {
    width: 100%;
    height: auto;
  }
}
.mainCaption .mainCapiton-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-right: 30px;
}
.mainCaption .mainCapiton-txt .mainCapiton-txt02 {
  text-align: right;
}
.mainCaption .mainCapiton-img img {
  border-radius: 5px;
}

.pre-learning {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pre-learning {
    width: 92%;
  }
}
.pre-learning__title {
  margin: 30px 0 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pre-learning__title {
    margin: 40px 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pre-learning__title img {
    margin: 0 auto;
  }
}
.pre-learning__title a {
  margin-top: auto;
}
.pre-learning__title a p {
  color: #000;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .pre-learning__title a {
    margin: 20px auto 0;
  }
}
.pre-learning__title a:hover p {
  color: #fff;
  background-color: #007eff;
}
.pre-learning__subtitle {
  width: 940px;
  height: 80px;
  margin: 40px auto 0;
  border-radius: 40px;
  background-color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0em;
  color: #000;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-learning__subtitle {
    width: 100%;
    height: auto;
    padding: 12px 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.2em;
    letter-spacing: 0em;
    color: #000;
  }
}
.pre-learning__subtitle rt {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  transform: translateY(0.1em);
}
@media screen and (max-width: 768px) {
  .pre-learning__subtitle rt {
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.pre-learning__nav {
  width: 970px;
  border-bottom: 4px solid #007eff;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav {
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #007eff;
    background-color: #007eff;
    overflow: hidden;
  }
}
.pre-learning__nav ul {
  display: flex;
  justify-content: center;
  font-family: "Nico Moji";
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .pre-learning__nav ul::after {
    display: block;
    content: "";
    width: calc((100% - 2px) / 2);
    background-color: #f5f5ff;
    border-top: 2px solid #007eff;
  }
}
.pre-learning__nav ul li {
  width: 100%;
  font-size: 20px;
  line-height: 83px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav ul li {
    width: calc((100% - 2px) / 2);
    font-size: 15px;
    line-height: 70px;
  }
  .pre-learning__nav ul li:nth-child(n+3) {
    border-top: 2px solid #007eff;
  }
}
.pre-learning__nav ul li a {
  display: block;
  width: 100%;
  height: 83px;
  background: #f5f5ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav ul li a {
    height: 70px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pre-learning__nav ul li a:hover {
    color: #fff;
    background-color: #007eff;
  }
}
.pre-learning__nav ul li a.active {
  color: #fff;
  background-color: #007eff;
}
.pre-learning__nav ul li a.line2 {
  padding-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav ul li a.line2 {
    padding-top: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .pre-learning__nav ul li a.line2-en {
    padding-top: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .pre-learning__nav ul li a.line2-en span {
    display: block;
  }
}
.pre-learning__nav ul li:not(:first-of-type) {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav ul li:not(:first-of-type) {
    margin-left: 0;
  }
}
.pre-learning__nav ul li ruby rt {
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  margin-bottom: -0.1em;
  transform: translateY(0.1em);
  text-align: center;
}
.pre-learning__nav ul li .nico {
  font-family: "Nico Moji";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.pre-learning__nav-type02 {
  width: 970px;
  border-bottom: 4px solid #007eff;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav-type02 {
    width: 100%;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #007eff;
    background-color: #007eff;
    overflow: hidden;
  }
}
.pre-learning__nav-type02 ul {
  display: flex;
  justify-content: center;
  font-family: "Nico Moji";
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav-type02 ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.pre-learning__nav-type02 ul li {
  width: 100%;
  font-size: 20px;
  line-height: 83px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav-type02 ul li {
    width: calc((100% - 2px) / 2);
  }
  .pre-learning__nav-type02 ul li:nth-child(n+3) {
    border-top: 2px solid #007eff;
  }
}
.pre-learning__nav-type02 ul li a {
  display: block;
  width: 100%;
  height: 83px;
  background: #f5f5ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav-type02 ul li a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.pre-learning__nav-type02 ul li a:hover {
  color: #fff;
  background-color: #007eff;
}
.pre-learning__nav-type02 ul li a.active {
  color: #fff;
  background-color: #007eff;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav-type02 ul li a.line2 {
    padding-top: 10px;
    line-height: 1.75;
  }
}
.pre-learning__nav-type02 ul li:not(:first-of-type) {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .pre-learning__nav-type02 ul li:not(:first-of-type) {
    margin-left: 0;
  }
}
.pre-learning__nav-type02 ul li ruby rt {
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  margin-bottom: -0.1em;
  transform: translateY(0.1em);
  text-align: center;
}
.pre-learning__nav-type02 ul li .nico {
  font-family: "Nico Moji";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.pre-learning .-production {
  padding: 0 20px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pre-learning .-production {
    padding: 0 0 60px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    color: #000;
  }
}
.pre-learning .-production02 {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .pre-learning .-production02 {
    padding: 0 0 60px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    color: #000;
  }
}
.pre-learning__pool {
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .pre-learning__pool {
    width: 345px;
    height: 280px;
    margin: 0 auto;
  }
}
.pre-learning__pool-a {
  width: 936px;
  height: 503px;
  max-height: 503px;
  margin: 0 auto;
  background-image: url("../img/pre-learning/bg_pool-a.png");
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-learning__pool-a {
    transform: scale(0.38) translate(-780px, -420px);
  }
}
.pre-learning__pool-b {
  width: 936px;
  height: 503px;
  max-height: 503px;
  margin: 0 auto;
  background-image: url("../img/pre-learning/bg_pool-b.png");
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-learning__pool-b {
    transform: scale(0.38) translate(-780px, -420px);
  }
}
.pre-learning__pool-c {
  width: 936px;
  height: 503px;
  max-height: 503px;
  margin: 0 auto;
  background-image: url("../img/pre-learning/bg_pool-c.png");
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-learning__pool-c {
    transform: scale(0.38) translate(-780px, -420px);
  }
}
.pre-learning__sea {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .pre-learning__sea {
    width: 345px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 20px;
  }
}
.pre-learning__sea-inner {
  width: 936px;
  height: 662px;
  max-height: 664px;
  margin: 0 auto;
  background-image: url("../img/pre-learning/bg_sea.png");
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-learning__sea-inner {
    transform: scale(0.38) translate(-780px, -540px);
  }
}
.pre-learning__river {
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .pre-learning__river {
    width: 345px;
    height: 575px;
    margin: 0 auto;
    padding: 50px 0 20px;
  }
}
.pre-learning__river-inner {
  width: 936px;
  height: 1327px;
  max-height: 1327px;
  margin: 0 auto;
  background-image: url("../img/pre-learning/bg_river.png");
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-learning__river-inner {
    transform: scale(0.38) translate(-780px, -1084px);
  }
}
.pre-learning__videos {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .pre-learning__videos {
    padding: 8%;
    border-radius: 5px;
  }
}
.pre-learning__videos .cooperation p {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.pre-learning__videos__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-learning__videos__list::after {
  content: "";
  display: block;
  width: 275px;
  height: 0;
}
.pre-learning__videos__list li {
  width: 275px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .pre-learning__videos__list li {
    width: 100%;
  }
}
.pre-learning__videos__list li:hover .img img {
  opacity: 0.8;
}
.pre-learning__videos__list li:hover .txt {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pre-learning__videos__list li.box01 {
    order: 1;
  }
  .pre-learning__videos__list li.box02 {
    order: 2;
  }
  .pre-learning__videos__list li.box03 {
    order: 3;
  }
  .pre-learning__videos__list li.box04 {
    order: 4;
  }
  .pre-learning__videos__list li.box05 {
    order: 5;
  }
  .pre-learning__videos__list li.box06 {
    order: 6;
  }
}
.pre-learning__videos__list .img img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .pre-learning__videos__list .img img {
    width: 100%;
  }
}
.pre-learning__videos__list .txt {
  color: #007eff;
  letter-spacing: 0.05em;
  padding: 10px 0 0 0;
}
.pre-learning__videos__list .txt .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.pre-learning__videos__list .txt .title rt {
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.pre-learning__videos__list .txt .subTitle {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.pre-learning__videos__list .txt .subTitle rt {
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.pre-learning__videos__list .notice {
  font-size: 10px;
  color: #f30;
  line-height: 1.4;
  text-align: justify;
  padding: 10px;
  border: 1px solid #f30;
  text-decoration: none;
}

@supports (-ms-ime-align: auto) {
  .pre-learning__subtitle ruby {
    ruby-align: center;
  }
  .pre-learning__subtitle ruby rt {
    position: relative;
    top: 0.3em;
  }
  .pre-learning__nav ul li ruby rt {
    position: relative;
    top: 0.3em;
  }
}
#btn-pool_a01 {
  position: absolute;
  top: 374px;
  left: 318px;
}

#exc-pool_a01 {
  position: absolute;
  top: 330px;
  left: 325px;
}

#btn-pool_a02 {
  position: absolute;
  top: 170px;
  left: 88px;
}

#exc-pool_a02 {
  position: absolute;
  top: 125px;
  left: 82px;
}

#btn-pool_a03 {
  position: absolute;
  top: 272px;
  left: 183px;
}

#exc-pool_a03 {
  position: absolute;
  top: 255px;
  left: 223px;
}

#btn-pool_a04 {
  position: absolute;
  top: 82px;
  left: 367px;
}

#exc-pool_a04 {
  position: absolute;
  top: 40px;
  left: 360px;
}

#btn-pool_a05 {
  position: absolute;
  top: 131px;
  left: 233px;
}

#exc-pool_a05 {
  position: absolute;
  top: 90px;
  left: 228px;
}

#btn-pool_a06 {
  position: absolute;
  top: 110px;
  left: 815px;
}

#exc-pool_a06 {
  position: absolute;
  top: 66px;
  left: 810px;
}

#btn-pool_a07 {
  position: absolute;
  top: 218px;
  left: 587px;
}

#exc-pool_a07 {
  position: absolute;
  top: 174px;
  left: 596px;
}

#btn-pool_a08 {
  position: absolute;
  top: 50px;
  left: 475px;
}

#exc-pool_a08 {
  position: absolute;
  top: 34px;
  left: 472px;
}

#btn-pool_a09 {
  position: absolute;
  top: 167px;
  left: 703px;
}

#exc-pool_a09 {
  position: absolute;
  top: 128px;
  left: 710px;
}

#btn-pool_a10 {
  position: absolute;
  top: 224px;
  left: 424px;
}

#exc-pool_a10 {
  position: absolute;
  top: 186px;
  left: 486px;
}

#btn-pool_b01 {
  position: absolute;
  top: 223px;
  left: 310px;
}

#exc-pool_b01 {
  position: absolute;
  top: 180px;
  left: 321px;
}

#btn-pool_b02 {
  position: absolute;
  top: 90px;
  left: 558px;
}

#exc-pool_b02 {
  position: absolute;
  top: 50px;
  left: 572px;
}

#btn-pool_b03 {
  position: absolute;
  top: 308px;
  left: 426px;
}

#exc-pool_b03 {
  position: absolute;
  top: 266px;
  left: 422px;
}

#btn-pool_b04 {
  position: absolute;
  top: 188px;
  left: 435px;
}

#exc-pool_b04 {
  position: absolute;
  top: 150px;
  left: 478px;
}

#btn-pool_b05 {
  position: absolute;
  top: 349px;
  left: 319px;
}

#exc-pool_b05 {
  position: absolute;
  top: 310px;
  left: 326px;
}

#btn-pool_b06 {
  position: absolute;
  top: 180px;
  left: 634px;
}

#exc-pool_b06 {
  position: absolute;
  top: 140px;
  left: 626px;
}

#btn-pool_b07 {
  position: absolute;
  top: 167px;
  left: 141px;
}

#exc-pool_b07 {
  position: absolute;
  top: 125px;
  left: 140px;
}

#btn-pool_b08 {
  position: absolute;
  top: 97px;
  left: 358px;
}

#exc-pool_b08 {
  position: absolute;
  top: 53px;
  left: 354px;
}

#btn-pool_c01 {
  position: absolute;
  top: 34px;
  left: 505px;
}

#exc-pool_c01 {
  position: absolute;
  top: 10px;
  left: 522px;
}

#btn-pool_c02 {
  position: absolute;
  top: 54px;
  left: 749px;
}

#exc-pool_c02 {
  position: absolute;
  top: 10px;
  left: 742px;
}

#btn-pool_c03 {
  position: absolute;
  top: 54px;
  left: 644px;
}

#exc-pool_c03 {
  position: absolute;
  top: 10px;
  left: 640px;
}

#btn-pool_c04 {
  position: absolute;
  top: 68px;
  left: 425px;
}

#exc-pool_c04 {
  position: absolute;
  top: 28px;
  left: 422px;
}

#btn-pool_c05 {
  position: absolute;
  top: 78px;
  left: 776px;
}

#exc-pool_c05 {
  position: absolute;
  top: 38px;
  left: 780px;
}

#btn-pool_c06 {
  position: absolute;
  top: 222px;
  left: 512px;
}

#exc-pool_c06 {
  position: absolute;
  top: 180px;
  left: 510px;
}

#btn-pool_c07 {
  position: absolute;
  top: 234px;
  left: 348px;
}

#exc-pool_c07 {
  position: absolute;
  top: 196px;
  left: 355px;
}

#btn-pool_c08 {
  position: absolute;
  top: 136px;
  left: 584px;
}

#exc-pool_c08 {
  position: absolute;
  top: 104px;
  left: 591px;
}

#btn-pool_c09 {
  position: absolute;
  top: 295px;
  left: 399px;
}

#exc-pool_c09 {
  position: absolute;
  top: 256px;
  left: 412px;
}

#btn-sea_a01 {
  position: absolute;
  top: 38px;
  left: 28px;
}

#exc-sea_a01 {
  position: absolute;
  top: 74px;
  left: 64px;
}

#btn-sea_a02 {
  position: absolute;
  top: 186px;
  left: 131px;
}

#exc-sea_a02 {
  position: absolute;
  top: 170px;
  left: 205px;
}

#btn-sea_a03 {
  position: absolute;
  top: 300px;
  left: 142px;
}

#exc-sea_a03 {
  position: absolute;
  top: 255px;
  left: 150px;
}

#btn-sea_a04 {
  position: absolute;
  top: 422px;
  left: 118px;
}

#exc-sea_a04 {
  position: absolute;
  top: 440px;
  left: 230px;
}

#btn-sea_a05 {
  position: absolute;
  top: 507px;
  left: 458px;
}

#exc-sea_a05 {
  position: absolute;
  top: 470px;
  left: 484px;
}

#btn-sea_a06 {
  position: absolute;
  top: 539px;
  left: 206px;
}

#exc-sea_a06 {
  position: absolute;
  top: 550px;
  left: 250px;
  z-index: 10;
}

#btn-sea_a07 {
  position: absolute;
  top: 518px;
  left: 583px;
}

#exc-sea_a07 {
  position: absolute;
  top: 530px;
  left: 626px;
  z-index: 10;
}

#btn-sea_a08 {
  position: absolute;
  top: 442px;
  left: 714px;
}

#exc-sea_a08 {
  position: absolute;
  top: 470px;
  left: 726px;
}

#btn-sea_a09 {
  position: absolute;
  top: 294px;
  left: 437px;
}

#exc-sea_a09 {
  position: absolute;
  top: 254px;
  left: 528px;
}

#btn-sea_a10 {
  position: absolute;
  top: 164px;
  left: 788px;
}

#exc-sea_a10 {
  position: absolute;
  top: 170px;
  left: 800px;
  z-index: 10;
}

#btn-sea_a11 {
  position: absolute;
  top: 86px;
  left: 885px;
}

#exc-sea_a11 {
  position: absolute;
  top: 110px;
  left: 878px;
  z-index: 10;
}

#btn-sea_a12 {
  position: absolute;
  top: 48px;
  left: 590px;
}

#exc-sea_a12 {
  position: absolute;
  top: 4px;
  left: 594px;
}

#btn-sea_a13 {
  position: absolute;
  top: 148px;
  left: 439px;
}

#exc-sea_a13 {
  position: absolute;
  top: 108px;
  left: 446px;
}

#btn-sea_a14 {
  position: absolute;
  top: 359px;
  left: 22px;
}

#exc-sea_a14 {
  position: absolute;
  top: 340px;
  left: 105px;
}

#btn-sea_a15 {
  position: absolute;
  top: 517px;
  left: 59px;
}

#exc-sea_a15 {
  position: absolute;
  top: 478px;
  left: 65px;
}

#btn-sea_a16 {
  position: absolute;
  top: 582px;
  left: 458px;
}

#exc-sea_a16 {
  position: absolute;
  top: 555px;
  left: 490px;
  z-index: 10;
}

#btn-river_a01 {
  position: absolute;
  top: 155px;
  left: 308px;
}

#exc-river_a01 {
  position: absolute;
  top: 110px;
  left: 295px;
}

#btn-river_a02 {
  position: absolute;
  top: 346px;
  left: 416px;
}

#exc-river_a02 {
  position: absolute;
  top: 301px;
  left: 403px;
}

#btn-river_a03 {
  position: absolute;
  top: 395px;
  left: 690px;
}

#exc-river_a03 {
  position: absolute;
  top: 348px;
  left: 693px;
}

#btn-river_a04 {
  position: absolute;
  top: 475px;
  left: 505px;
}

#exc-river_a04 {
  position: absolute;
  top: 430px;
  left: 492px;
}

#btn-river_a05 {
  position: absolute;
  top: 463px;
  left: 533px;
}

#exc-river_a05 {
  position: absolute;
  top: 420px;
  left: 543px;
}

#btn-river_a06 {
  position: absolute;
  top: 540px;
  left: 723px;
}

#exc-river_a06 {
  position: absolute;
  top: 495px;
  left: 710px;
}

#btn-river_a07 {
  position: absolute;
  top: 635px;
  left: 635px;
}

#exc-river_a07 {
  position: absolute;
  top: 590px;
  left: 622px;
}

#btn-river_a08 {
  position: absolute;
  top: 505px;
  left: 412px;
}

#exc-river_a08 {
  position: absolute;
  top: 470px;
  left: 418px;
}

#btn-river_a09 {
  position: absolute;
  top: 658px;
  left: 335px;
}

#exc-river_a09 {
  position: absolute;
  top: 615px;
  left: 332px;
}

#btn-river_a10 {
  position: absolute;
  top: 810px;
  left: 260px;
}

#exc-river_a10 {
  position: absolute;
  top: 765px;
  left: 247px;
}

#btn-river_a11 {
  position: absolute;
  top: 792px;
  left: 328px;
}

#exc-river_a11 {
  position: absolute;
  top: 755px;
  left: 348px;
}

#btn-river_a12 {
  position: absolute;
  top: 715px;
  left: 180px;
}

#exc-river_a12 {
  position: absolute;
  top: 670px;
  left: 167px;
}

#btn-river_a13 {
  position: absolute;
  top: 950px;
  left: 500px;
}

#exc-river_a13 {
  position: absolute;
  top: 905px;
  left: 487px;
}

#btn-river_a14 {
  position: absolute;
  top: 835px;
  left: 655px;
}

#exc-river_a14 {
  position: absolute;
  top: 790px;
  left: 642px;
}

#btn-river_a15 {
  position: absolute;
  top: 1050px;
  left: 630px;
}

#exc-river_a15 {
  position: absolute;
  top: 1005px;
  left: 617px;
}

#btn-river_a16 {
  position: absolute;
  top: 1055px;
  left: 820px;
}

#exc-river_a16 {
  position: absolute;
  top: 1010px;
  left: 807px;
}

.monochrome img {
  filter: grayscale(1);
}

.nomonochrome img {
  filter: none;
}

.noexc {
  display: none;
}

.think {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .think {
    width: 92%;
  }
}
.think .-production {
  padding: 20px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .think .-production {
    padding: 20px 0 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    color: #000;
  }
}

.think__title {
  margin: 30px 0 10px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .think__title {
    margin: 40px 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .think__title-paragraph {
    margin: 0 auto;
  }
}
.think__title a {
  margin-top: auto;
}
.think__title a .think__title-guidance {
  color: #000;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .think__title a {
    margin: 20px auto 0;
  }
}
.think__title a:hover .think__title-guidance {
  color: #fff;
  background-color: #007eff;
}

.think__main {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.think__main.-manual {
  background-color: #c8ecff;
}
.think__main .think__main-ttl {
  margin: 0 0 40px 0;
  padding: 10px 0;
  background-color: #0066ff;
}
.think__main .think__main-ttl .think_main-palagraph {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
}
.think__main .think__main__first {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__first {
    padding: 15px 4% 0;
  }
}
.think__main .think__main__first h2 {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #0066ff;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.think__main .think__main__first h2 rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__first .think__main__first-paragraph {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin: 0 0 40px 0;
}
.think__main .think__main__first .think__main__first-paragraph rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
@media screen and (max-width: 768px) {
  .think__main .think__main__second {
    padding: 0 4%;
  }
}
.think__main .think__main__second h2 {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #0066ff;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.think__main .think__main__second h2 rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__second .think__main__first-paragraph {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}
.think__main .think__main__second .think__main__first-paragraph rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__first-manual {
  display: flex;
  margin: 0 0 40px 0;
  padding: 0 44px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__first-manual {
    padding: 0 4%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.think__main .think__main__first-manual .think__main__first-box {
  width: 380px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__first-manual .think__main__first-box {
    width: 100%;
    margin: 0;
  }
}
.think__main .think__main__first-manual h2 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0066ff;
  font-weight: bold;
  text-align: left;
  margin: 20px 0 14px 0;
}
.think__main .think__main__first-manual h2 rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__first-manual .think__main__first-paragraph {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.think__main .think__main__first-manual .think__main__first-paragraph rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__second-manual {
  display: flex;
  margin: 0 0 40px 0;
  padding: 0 44px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__second-manual {
    padding: 0 4%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.think__main .think__main__second-manual .think__main__second-box {
  width: 380px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__second-manual .think__main__second-box {
    width: 100%;
    margin: 0;
  }
}
.think__main .think__main__second-manual h2 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0066ff;
  font-weight: bold;
  text-align: left;
  margin: 20px 0 14px 0;
}
.think__main .think__main__second-manual h2 rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__second-manual .think__main__second-paragraph {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.think__main .think__main__second-manual .think__main__second-paragraph rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__second-manual .think__main__second-paragraph a {
  text-decoration: underline;
}
.think__main .think__main__point {
  background-color: #ace7ef;
}
.think__main .think__main__point h2 {
  font-size: 40px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  margin-bottom: 10px;
}
.think__main .think__main__point h2 ruby {
  font-size: 40px;
  vertical-align: 3px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.think__main .think__main__point h2 ruby rt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0em;
  text-align: center;
}
.think__main .think__main__point .think__main__point-subttl {
  font-size: 18px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  margin: 0 10px 20px 0;
}
.think__main .think__main__point .think__main__point-subttl.-manual {
  color: #fff;
}
.think__main .think__main__point h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.think__main .think__main__point h3 rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__point.-manual {
  background: #0066ff;
}
.think__main .think__main__point.-manual h2, .think__main .think__main__point.-manual h3 {
  color: #fff;
}
.think__main .think__main__point.-manual::before {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  background: url("../img/think/bg_point01m@2x.png");
  background-size: cover;
}
.think__main .think__main__point.-manual::after {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  background: url("../img/think/bg_point02m@2x.png");
  background-size: cover;
}
.think__main .think__main__point::before {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  background: url("../img/think/bg_point01@2x.png");
  background-size: cover;
}
.think__main .think__main__point::after {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  background: url("../img/think/bg_point02@2x.png");
  background-size: cover;
}
.think__main .think__main__pointList {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__pointList {
    padding: 0 8%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.think__main .think__main__pointList::before {
  content: "";
  display: block;
  width: 215px;
  height: 0;
  order: 1;
}
.think__main .think__main__pointList::after {
  content: "";
  display: block;
  width: 215px;
  height: 0;
}
.think__main .think__main__pointList a {
  width: 215px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__pointList a {
    width: 100%;
  }
}
.think__main .think__main__pointList a:hover {
  background-color: #DDF1FF;
}
.think__main .think__main__pointList a:hover .img img {
  opacity: 0.7;
}
.think__main .think__main__pointList a:hover h4 {
  text-decoration: underline;
}
.think__main .think__main__pointList .img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__pointList .img img {
    width: 100%;
  }
}
.think__main .think__main__pointList .txt {
  padding: 20px 20px 10px;
  text-align: left;
  min-height: 170px;
}
.think__main .think__main__pointList .txt h4 {
  color: #007eff;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  margin-bottom: 10px;
}
.think__main .think__main__pointList .txt h4 rt {
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__pointList .txt .sml {
  font-size: 15px;
  line-height: 1.6;
}
.think__main .think__main__pointList .txt .caption {
  color: #000;
  font-size: 14px;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.think__main .think__main__pointList .txt .caption rt {
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__discuss {
  background-color: #fff;
  padding: 20px 40px 40px;
  background-image: url("../img/think/bg_discuss@2x.jpg");
  background-size: cover;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__discuss {
    padding: 20px 4% 130px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom -1px;
  }
}
.think__main .think__main__discuss h2 {
  font-size: 40px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  margin-bottom: 10px;
}
.think__main .think__main__discuss h2 ruby {
  font-size: 40px;
  vertical-align: 3px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.think__main .think__main__discuss h2 ruby rt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0em;
  text-align: center;
}
.think__main .think__main__discuss h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.think__main .think__main__discuss h3 rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.think__main .think__main__discuss .think__main__discussList {
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__discuss .think__main__discussList {
    width: 100%;
  }
}
.think__main .think__main__discuss .think__main__discussList .discussList-paragraph {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  background-color: #ace7ef;
  border-radius: 100px;
  width: 600px;
  padding: 20px 90px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .think__main .think__main__discuss .think__main__discussList .discussList-paragraph {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
}
.think__main .think__main__discuss .think__main__discussList .discussList-paragraph rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}

@supports (-ms-ime-align: auto) {
  .think__main .think__main__first h2 rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__first .think__main__first-paragraph rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__second h2 rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__second .think__main__first-paragraph rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__point h3 rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__pointList .txt h4 rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__pointList .txt .caption rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__discuss h3 rt {
    position: relative;
    top: 0.3em;
  }
  .think__main .think__main__discuss .think__main__discussList .discussList-paragraph rt {
    position: relative;
    top: 0.3em;
  }
}
.movie {
  width: 970px;
  margin: 0 auto;
}

.movie__title {
  margin: 30px 0 10px 0;
}

.movie__nav {
  width: 970px;
}
.movie__nav ul {
  display: flex;
  justify-content: center;
  font-family: "Nico Moji";
  font-size: 24px;
  color: #000;
}
.movie__nav ul li {
  width: 50%;
  font-size: 20px;
  line-height: 83px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
.movie__nav ul li a {
  display: block;
  width: 100%;
  height: 83px;
  background: #fff;
  color: #000;
}
.movie__nav ul li a:hover {
  color: #fff;
  background-color: #007eff;
}
.movie__nav ul li a.active {
  color: #fff;
  background-color: #007eff;
}
.movie__nav ul li:first-child a {
  border-top-left-radius: 5px;
}
.movie__nav ul li:last-child a {
  border-top-right-radius: 5px;
}
.movie__nav ul li ruby rt {
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  margin-bottom: -0.1em;
  transform: translateY(0.1em);
  text-align: center;
}
.movie__nav ul li .nico {
  font-family: "Nico Moji";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}

.movie__main {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 40px;
}
.movie__main > p {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  padding: 20px 0 10px;
  border-radius: 8px;
  background: #007eff;
}
.movie__main > p rt {
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.movie__main .movie__main__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie__main .movie__main__list::after {
  content: "";
  display: block;
  width: 275px;
  height: 0;
}
.movie__main .movie__main__list li {
  width: 275px;
  margin: 0 0 20px 0;
}
.movie__main .movie__main__list li:hover .img img {
  opacity: 0.8;
}
.movie__main .movie__main__list li:hover .txt {
  text-decoration: underline;
}
.movie__main .movie__main__list .img img {
  border-radius: 5px;
}
.movie__main .movie__main__list .txt {
  color: #007eff;
  letter-spacing: 0.05em;
  padding: 10px 0 0 0;
}
.movie__main .movie__main__list .txt .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.movie__main .movie__main__list .txt .title rt {
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.movie__main .movie__main__list .txt .subTitle {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.movie__main .movie__main__list .txt .subTitle rt {
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}

@supports (-ms-ime-align: auto) {
  .movie__nav ul li ruby rt {
    position: relative;
    top: 0.5em;
  }
  .movie__main .movie__main__list .txt .title rt {
    position: relative;
    top: 0.3em;
  }
  .movie__main .movie__main__list .txt .subTitle rt {
    position: relative;
    top: 0.3em;
  }
}
.quiz {
  width: 970px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .quiz {
    width: 92%;
    height: auto;
  }
}
.quiz__title {
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .quiz__title {
    margin: 40px 0 20px;
  }
  .quiz__title img {
    margin: 0 auto;
  }
}
.quiz__entrance {
  width: 970px;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  background-color: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .quiz__entrance {
    width: 92%;
    height: auto;
    padding: 20px;
  }
}
.quiz__listTable {
  width: 970px;
  height: auto;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .quiz__listTable {
    width: 92%;
    height: auto;
  }
}
.quiz__listTable h2 {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #007eff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__listTable h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFF;
  }
}
@media print, screen and (min-width: 768px) {
  .quiz__listTable-article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .quiz__listTable-article {
    padding: 20px;
  }
}
.quiz__listTable-article p {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .quiz__listTable-article p {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    color: #333;
  }
}
.quiz__listTable-section {
  width: 48.5%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .quiz__listTable-section {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .quiz__listTable-section:nth-of-type(even) {
    margin-left: 3%;
  }
  .quiz__listTable-section:nth-of-type(n+3) {
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .quiz__listTable-section:not(:first-of-type) {
    margin-top: 20px;
  }
}
.quiz__listTable-section h3 {
  width: 100%;
  height: auto;
  padding: 15px 20px 13px;
  background-color: #007eff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .quiz__listTable-section h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFF;
  }
}
.quiz__listTable-section ol {
  padding: 20px 20px 20px 55px;
  border: 2px solid #007eff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 768px) {
  .quiz__listTable-section ol {
    padding: 10px 10px 10px 40px;
  }
}
.quiz__listTable-section ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #333;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .quiz__listTable-section ol li {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    color: #333;
  }
}
.quiz__listTable-section ol li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #007eff;
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .quiz__listTable-section ol li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    color: #007eff;
  }
}
.quiz__listTable-section ol li a:hover {
  text-decoration: none;
}
.quiz__list li:not(:first-of-type) {
  margin-top: 20px;
}
.quiz__list-image {
  width: 232px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .quiz__list-image {
    max-width: 232px;
    width: 100%;
  }
  .quiz__list-image img {
    width: 100%;
    height: auto;
  }
}
.quiz__list-image img {
  border-radius: 10px;
}
.quiz__list-beginner {
  display: inline-block;
  width: 305px;
  height: 377px;
  padding: 210px 0 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  background-image: url("../img/quiz/btn_01.png");
}
.quiz__list-beginner:hover {
  background-image: url("../img/quiz/btn_01_on.png");
}
.quiz__list-intermediate {
  display: inline-block;
  width: 305px;
  height: 377px;
  padding: 210px 0 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  background-image: url("../img/quiz/btn_02.png");
}
.quiz__list-intermediate:hover {
  background-image: url("../img/quiz/btn_02_on.png");
}
.quiz__list-advanced {
  display: inline-block;
  width: 305px;
  height: 377px;
  padding: 210px 0 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  background-image: url("../img/quiz/btn_03.png");
}
.quiz__list-advanced:hover {
  background-image: url("../img/quiz/btn_03_on.png");
}
.quiz__list-class {
  margin-left: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #007eff;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
}
.quiz__list-class ruby {
  ruby-align: center;
}
.quiz__list-class rt {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__list-class {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #007eff;
  }
  .quiz__list-class rt {
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.quiz__list-link {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #007eff;
}
@media print, screen and (min-width: 768px) {
  .quiz__list-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .quiz__list-link {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  .quiz__list-link div {
    margin: auto;
    text-align: center;
  }
}
.quiz__list-link:hover {
  background-color: #007eff;
  border: 3px solid #007eff;
}
.quiz__list-link:hover .quiz__list-class {
  color: #fff;
}
.quiz__list-link.-leader {
  border: 3px solid #007eff;
  background-color: #007eff;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .quiz__list-link.-leader {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
}
.quiz__list-link.-leader p {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
.quiz__list-link.-leader:hover {
  background-color: #FFF;
}
.quiz__list-link.-leader:hover p {
  background: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #007eff;
}
.quiz__list-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #007eff;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
}
.quiz__list-number ruby {
  ruby-align: center;
}
.quiz__list-number rt {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
.quiz__contents {
  background: #fff;
  border-radius: 5px;
}
.quiz__class {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
  background: #007eff;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .quiz__class {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.quiz__class-ttl {
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .quiz__class-ttl {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
  }
}
.quiz__btn-return {
  width: auto;
  height: 30px;
  padding: 0px 16px 2px 13px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Nico Moji";
}
@media screen and (max-width: 768px) {
  .quiz__btn-return {
    padding: 0px 12px 2px 9px;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: #fff;
  }
}
.quiz__btn-return svg {
  width: 10px;
  height: 10px;
  margin: 2px 8px 0 0;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .quiz__btn-return svg {
    margin: 2px 4px 0 0;
  }
}
.quiz__btn-return:hover {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #007eff;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .quiz__btn-return:hover {
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: #007eff;
  }
}
.quiz__btn-return:hover svg {
  fill: #007eff;
}
.quiz__questionBox {
  padding: 40px 55px 20px;
}
@media screen and (max-width: 768px) {
  .quiz__questionBox {
    padding: 10% 4% 13%;
  }
}
.quiz__question {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .quiz__question {
    margin: 0 0 30px;
  }
}
.quiz__question-number {
  margin: 0 0 50px 0;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  color: #007eff;
}
@media screen and (max-width: 768px) {
  .quiz__question-number {
    margin: 0 0 20px;
    font-size: 40px;
  }
}
.quiz__question-number span {
  letter-spacing: -0.08em;
  margin-right: 10px;
}
.quiz__question-number ruby {
  font-size: 60px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "M PLUS Rounded 1c";
  vertical-align: 3px;
  ruby-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__question-number ruby {
    font-size: 36px;
  }
}
.quiz__question-number ruby rt {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__question-number ruby rt {
    font-size: 14px;
  }
}
.quiz__question-text {
  width: 700px;
  height: auto;
  font-size: 24px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #007eff;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .quiz__question-text {
    width: 100%;
    height: auto;
    font-size: 18px;
  }
}
.quiz__question-text rt {
  letter-spacing: 0em;
  transform: translateY(-0.2em);
}
.quiz__question-text .underline {
  font-weight: bold;
  text-decoration: underline;
}
.quiz__question-image {
  margin: auto;
  text-align: center;
}
.quiz__question-image img {
  display: inline-block;
}
.quiz__question-choice {
  padding: 40px 0 0 1em;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #007eff;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .quiz__question-choice {
    padding: 20px 0 10px;
    font-size: 16px;
  }
}
.quiz__question-choice li {
  margin: 0 0 15px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 2;
}
.quiz__question-choice li:last-child {
  margin: 0;
}
.quiz__question-choice rt {
  letter-spacing: 0em;
  transform: translateY(-0.2em);
}
.quiz__answer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .quiz__answer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz__answer > a {
    width: 100%;
    height: auto;
    display: block;
  }
  .quiz__answer > a:not(:first-child) {
    margin-top: 15px;
  }
}
.quiz__answer .mb {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .quiz__answer .mb {
    margin-bottom: 0;
  }
}
.quiz__answer .mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .quiz__answer .mb60 {
    margin-bottom: 20px;
  }
}
.quiz__answer-btn {
  border: 4px solid #007eff;
  border-radius: 15px;
}
.quiz__answer-btn.-b4x1 {
  width: 860px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px 0;
  padding: 30px 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .quiz__answer-btn.-b4x1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4% 6%;
  }
}
.quiz__answer-btn.-b1x4 {
  width: 200px;
  height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px 0;
  padding: 50px 25px 50px 30px;
}
@media screen and (max-width: 768px) {
  .quiz__answer-btn.-b1x4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4% 6%;
  }
}
.quiz__answer-btn .-number {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: block;
  border-radius: 50%;
  background: #007eff;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
.quiz__answer-btn .-number.-n4x1 {
  margin: 0 20px 0 0;
}
.quiz__answer-btn .-number.-n1x4 {
  margin: 0 10px 0 10px;
}
.quiz__answer-btn .-text {
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #007eff;
}
@media screen and (max-width: 768px) {
  .quiz__answer-btn .-text {
    font-size: 16px;
  }
}
.quiz__answer-btn .-text:hover {
  color: #007eff;
}
.quiz__answer-btn .-text rt {
  letter-spacing: 0em;
  transform: translateY(-0.2em);
}
.quiz__answer-btn:hover {
  background: #007eff;
}
.quiz__answer-btn:hover .-number {
  background: #fff;
  color: #007eff;
}
.quiz__answer-btn:hover .-text {
  color: #fff;
}
.quiz__btn-answer {
  border: 4px solid #007eff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer {
    border-width: 3px;
  }
}
.quiz__btn-answer:hover {
  background: #007eff;
}
.quiz__btn-answer:hover .quiz__btn-answer-number {
  background: #fff;
  color: #007eff;
}
.quiz__btn-answer:hover .quiz__btn-answer-text {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .quiz__btn-answer-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.quiz__btn-answer-parts2x2 {
  width: 414px;
  height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px 0;
  padding: 50px 25px 50px 30px;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-parts2x2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 6%;
  }
}
.quiz__btn-answer-parts1x4 {
  width: 200px;
  height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px 0;
  padding: 50px 25px 50px 30px;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-parts1x4 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 6%;
  }
}
.quiz__btn-answer-parts1x3 {
  width: 270px;
  height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px 0;
  padding: 50px 25px 50px 30px;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-parts1x3 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 6%;
  }
}
.quiz__btn-answer-parts1x3.-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.quiz__btn-answer-parts4x1 {
  width: 860px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px 0;
  padding: 30px 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-parts4x1 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 6%;
  }
  .quiz__btn-answer-parts4x1 .quiz__btn-answer-text {
    font-size: 16px;
  }
}
.quiz__btn-answer-parts1x3-img {
  width: 270px;
  height: auto;
  min-height: 250px;
  margin: 0 0 30px 0;
  padding: 30px 20px 20px 20px;
  border: 4px solid #007eff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-parts1x3-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 6%;
  }
}
.quiz__btn-answer-parts1x3-img img {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-parts1x3-img img {
    width: 100%;
    height: auto;
  }
}
.quiz__btn-answer-numberBox-parts1x3-img {
  min-height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-numberBox-parts1x3-img {
    min-height: unset;
    margin-bottom: 10px;
  }
}
.quiz__btn-answer-img span {
  display: block;
  bottom: 0;
}
.quiz__btn-answer-img.img150 {
  width: 150px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-img.img150 {
    width: 100%;
    height: auto;
  }
}
.quiz__btn-answer-number {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: block;
  border-radius: 50%;
  background: #007eff;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
.quiz__btn-answer-number-parts2x2 {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-number-parts2x2 {
    margin: 0 10px 0 0;
  }
}
.quiz__btn-answer-number-parts1x4 {
  margin: 0 10px 0 10px;
}
.quiz__btn-answer-number-parts1x3 {
  margin: 0 10px 0 10px;
}
.quiz__btn-answer-number-parts4x1 {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-number-parts4x1 {
    margin: 0 10px 0 0;
  }
}
.quiz__btn-answer-number-parts1x3-img {
  margin: 0 10px 0 0;
}
.quiz__btn-answer-text {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #007eff;
}
@media screen and (max-width: 768px) {
  .quiz__btn-answer-text {
    font-size: 18px;
  }
}
.quiz__btn-answer-text:hover {
  color: #007eff;
}
.quiz__btn-answer-text rt {
  letter-spacing: 0em;
  transform: translateY(-0.2em);
}
@media print, screen and (min-width: 768px) {
  .quiz__btn-answer-text.wd {
    width: 568px;
    height: auto;
    padding-right: 20px;
  }
}
.quiz__correctBox {
  padding: 40px 0 40px 0;
}
.quiz__correct {
  width: 860px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .quiz__correct {
    width: 92%;
    height: auto;
    padding: 0 0 20px;
  }
}
.quiz__correct-ttl {
  margin: 0 0 40px 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f30;
  font-family: "M PLUS Rounded 1c";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__correct-ttl {
    font-size: 45px;
  }
}
.quiz__correct-ttl img {
  width: 80px;
  height: 80px;
  display: inline;
  margin: 0 20px 0 0;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .quiz__correct-ttl img {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
  }
}
.quiz__correct-ttl ruby {
  ruby-align: center;
}
.quiz__correct-ttl rt {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__correct-ttl rt {
    font-size: 16px;
  }
}
.quiz__correct-description {
  font-size: 26px;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #f30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__correct-description {
    font-size: 18px;
    text-align: left;
  }
  .quiz__correct-description br {
    display: none;
  }
}
.quiz__correct-description.-advanced {
  text-align: justify;
}
.quiz__correct-description rt {
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transform: translateY(-0.2em);
}
.quiz__correct-img {
  text-align: center;
}
.quiz__correct-img img {
  display: inline;
  vertical-align: bottom;
}
.quiz__correct-description-textLeft {
  text-align: left;
}
.quiz__commentary {
  width: 860px;
  height: auto;
  margin: 0 auto 45px;
  padding: 40px 60px;
  background: #eaf0ff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .quiz__commentary {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 8% 6%;
  }
}
.quiz__commentary-ttl {
  margin: 0 0 30px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #007eff;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 768px) {
  .quiz__commentary-ttl {
    font-size: 20px;
  }
}
.quiz__commentary-ttl ruby {
  ruby-align: center;
}
.quiz__commentary-ttl rt {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  transform: translateY(0em);
  text-align: center;
}
.quiz__commentary-description {
  font-size: 24px;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description {
    font-size: 16px;
  }
}
.quiz__commentary-description rt {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  transform: translateY(-0.2em);
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description rt {
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.quiz__commentary-description h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description h4 {
    font-size: 18px;
  }
}
.quiz__commentary-description .mb {
  margin-bottom: 30px;
}
.quiz__commentary-description .mb60 {
  margin-bottom: 60px;
}
.quiz__commentary-description div {
  margin: 40px auto 0 auto;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description div {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
  }
}
.quiz__commentary-description div.-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quiz__commentary-description figure img {
  display: inline;
  margin: 0 0 10px 0;
  padding: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description figure img {
    width: 100%;
  }
}
.quiz__commentary-description figure figcaption {
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description figure figcaption {
    margin: 5px auto 20px;
    font-size: 16px;
  }
}
.quiz__commentary-description figure figcaption.-left {
  text-align: justify;
}
.quiz__commentary-description figure figcaption h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description figure figcaption h6 {
    font-size: 18px;
  }
}
.quiz__commentary-description figure figcaption b {
  font-weight: bold;
}
.quiz__commentary-description figure figcaption span {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 0 0 1em;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333;
  text-indent: -1em;
}
.quiz__commentary-description figure figcaption.-notice {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333;
}
.quiz__commentary-description figure figcaption.-notice h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333;
}
.quiz__commentary-description figure figcaption a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-description figure figcaption a {
    word-break: break-all;
  }
}
.quiz__commentary-description strong {
  background-color: #FFFF00;
}
.quiz__commentary-textLink {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-textLink {
    font-size: 16px;
  }
}
.quiz__commentary-textLink rt {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  transform: translateY(-0.2em);
}
@media screen and (max-width: 768px) {
  .quiz__commentary-textLink rt {
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.quiz__commentary-textLink a {
  text-decoration: underline;
}
.quiz__commentary-textLink strong {
  background-color: #FFFF00;
}
.quiz__commentary-description-list li {
  margin: 0 0 25px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.quiz__commentary-description-list li:last-child {
  margin: 0;
}
.quiz__commentary-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-image {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz__commentary-image > p {
    width: 100%;
    margin: 0 auto;
  }
  .quiz__commentary-image > p:not(:first-child) {
    margin-top: 20px;
  }
}
.quiz__commentary-image img {
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-image img {
    width: 100%;
    margin: 0 auto 5px;
  }
}
.quiz__commentary-image1x1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 0 0;
  text-align: center;
}
.quiz__commentary-image1x1 .mb {
  margin-bottom: 20px;
}
.quiz__commentary-image1x2 {
  width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-image1x2 {
    width: 100%;
    height: auto;
  }
}
.quiz__commentary-image1x2 p {
  margin-top: 20px;
}
.quiz__commentary-image1x2 p:first-child {
  margin-top: 0px;
}
.quiz__commentary-image2x3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .quiz__commentary-image2x3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quiz__commentary-image2x3 p:nth-child(-n+3) {
  margin-bottom: 8px;
}
.quiz__commentary__b10Box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .quiz__commentary__b10Box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz__commentary__b10Box img {
    width: 100%;
    height: auto;
  }
}
.quiz__commentary__b10-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
.quiz__commentary__b10-detail01 {
  width: 480px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .quiz__commentary__b10-detail01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .quiz__commentary__b10-detail01 > p {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.quiz__commentary__b10-detail02 {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .quiz__commentary__b10-detail02 {
    width: 100%;
    height: auto;
  }
}
.quiz__btn {
  width: 860px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .quiz__btn {
    width: 92%;
    height: auto;
    margin: 45px auto 0;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.quiz__btn-next {
  width: 300px;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .quiz__btn-next {
    width: 100%;
    height: auto;
  }
}
.quiz__btn-next:hover .quiz__btn-next-name {
  background: #fff;
  border: 2px solid #007eff;
  color: #007eff;
}
.quiz__btn-next:hover .quiz__btn-next-img {
  fill: #007eff;
}
.quiz__btn-next-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px 10px 125px;
  background: #007eff;
  border: 2px solid #007eff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Nico Moji";
}
.quiz__btn-next-img {
  width: 32px;
  height: 32px;
  margin: 0 0 0 auto;
  fill: #fff;
}
.quiz__btn-back {
  width: 180px;
  height: auto;
  margin: 0 auto 30px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .quiz__btn-back {
    position: relative;
    left: unset;
    margin: 0 auto;
  }
}
.quiz__btn-back:hover .quiz__btn-back-name {
  background: #007eff;
  border: 2px solid #007eff;
  color: #fff;
}
.quiz__btn-back:hover .quiz__btn-back-img {
  fill: #fff;
}
.quiz__btn-back-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 50px 10px 25px;
  background: #fff;
  border: 2px solid #007eff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #007eff;
  font-family: "Nico Moji";
}
.quiz__btn-back-img {
  width: 32px;
  height: 32px;
  margin: 0 auto 0 0;
  fill: #007eff;
}
.quiz__congratulations {
  width: auto;
  height: 700px;
  padding: 120px 0 0 0px;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations {
    width: 100%;
    height: auto;
    padding: 50px 0 40px;
  }
}
.quiz__congratulations-ttlBox {
  text-align: center;
}
.quiz__congratulations-ttl {
  padding: 0 0 16px 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #f30;
  font-family: "M PLUS Rounded 1c";
  text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-ttl {
    padding: 0 0 40px;
    font-size: 56px;
  }
}
.quiz__congratulations-ttl ruby {
  ruby-align: center;
}
.quiz__congratulations-ttl rt {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: center;
  text-shadow: initial;
}
.quiz__congratulations-ttl-nico {
  padding: 0 0 16px 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #f30;
  font-size: 72px;
  font-family: "Nico Moji";
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-ttl-nico {
    font-size: 50px;
    padding: 0;
  }
}
.quiz__congratulations-ttl-nico rt {
  font-size: 72px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.quiz__congratulations-description {
  padding: 0 0 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #f30;
  font-family: "M PLUS Rounded 1c";
  text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-description {
    padding: 0 0 30px 15px;
  }
}
.quiz__congratulations-description ruby {
  ruby-align: center;
}
.quiz__congratulations-description rt {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  text-shadow: initial;
}
.quiz__congratulations-description-nico {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #f30;
  font-family: "Nico Moji";
}
.quiz__congratulations-description-nico rt {
  font-size: 32px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.quiz__congratulations-characterBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-characterBox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.quiz__congratulations-characterBox .order01 {
  order: 1;
}
.quiz__congratulations-characterBox .order02 {
  order: 2;
}
.quiz__congratulations-characterBox .triangle01 {
  position: relative;
}
.quiz__congratulations-characterBox .triangle01:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 60px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0px 15px 30px;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-characterBox .triangle01:after {
    display: none;
  }
}
.quiz__congratulations-characterBox .triangle02 {
  position: relative;
}
.quiz__congratulations-characterBox .triangle02:after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 60px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 15px 30px 15px 0px;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-characterBox .triangle02:after {
    display: none;
  }
}
.quiz__congratulations-imgPato {
  width: 171px;
  height: auto;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-imgPato {
    width: 100px;
    margin: 0 auto;
  }
  .quiz__congratulations-imgPato.order02 {
    order: 1;
  }
}
.quiz__congratulations-imgUmi {
  width: 178px;
  height: auto;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-imgUmi {
    width: 110px;
    margin: 0 auto;
  }
  .quiz__congratulations-imgUmi.order02 {
    order: 1;
  }
}
.quiz__congratulations-imgSora {
  width: 278px;
  height: auto;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-imgSora {
    width: 160px;
    margin: 0 auto;
  }
  .quiz__congratulations-imgSora.order02 {
    order: 1;
  }
}
.quiz__congratulations-characterTxtBox {
  width: 560px;
  height: auto;
  padding: 20px 35px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-characterTxtBox {
    width: 92%;
    margin: 10px auto 0;
    padding: 20px 4%;
  }
  .quiz__congratulations-characterTxtBox.order01 {
    order: 2;
  }
}
.quiz__congratulations-characterTxt {
  font-size: 20px;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 0em;
  color: #007eff;
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-characterTxt {
    font-size: 16px;
  }
}
.quiz__congratulations-characterTxt rt {
  text-shadow: initial;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #007eff;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 768px) {
  .quiz__congratulations-characterTxt rt {
    font-size: 10px;
  }
}

.background-beginner {
  background: url("../img/quiz/bg_pato@2x.png") 800px 20px/129px 184px no-repeat;
}
@media screen and (max-width: 768px) {
  .background-beginner {
    background-position: right 20px top 10px;
    background-size: 56px auto;
  }
}

.background-intermediate {
  background: url("../img/quiz/bg_umisora@2x.png") 710px 30px/234px 123px no-repeat;
}
@media screen and (max-width: 768px) {
  .background-intermediate {
    background-position: right 15px top 20px;
    background-size: 135px auto;
  }
}

.background-advanced {
  background: url("../img/quiz/bg_pato02@2x.png") 740px 30px/187px 128px no-repeat;
}
@media screen and (max-width: 768px) {
  .background-advanced {
    background-position: right 15px top 20px;
    background-size: 90px auto;
  }
}

.background-correct {
  background: url("../img/quiz/bg_correct@2x.png") 0% 0%/970px 112px no-repeat;
}
@media screen and (max-width: 768px) {
  .background-correct {
    background-size: 100% auto;
  }
}

.background-congratulations {
  padding: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url("../img/quiz/bg_congratulations@2x.png") 0% 0%/970px 700px no-repeat;
}
@media screen and (max-width: 768px) {
  .background-congratulations {
    background-size: 100% auto;
    background-color: #55c1e2;
  }
}

@supports (-ms-ime-align: auto) {
  rt {
    position: relative;
  }
  .quiz__list-class rt {
    top: 0.6em;
  }
  .quiz__list-number rt {
    top: 0.3em;
  }
  .quiz__question-number rt {
    top: 0.6em;
  }
  .quiz__question-text rt {
    top: 0.3em;
  }
  .quiz__question-choice rt {
    top: 0.3em;
  }
  .quiz__btn-answer-text rt {
    top: 0.3em;
  }
  .quiz__correct-ttl rt {
    top: 0.6em;
  }
  .quiz__correct-description rt {
    top: 0em;
  }
  .quiz__commentary-ttl rt {
    top: 0.3em;
  }
  .quiz__commentary-description rt {
    top: 0.1em;
  }
  .quiz__congratulations-ttl rt {
    top: 1em;
  }
  .quiz__congratulations-description rt {
    top: 0.2em;
  }
  .quiz__congratulations-characterTxt rt {
    top: 0em;
  }
}
.quiz .quiz__class a {
  display: block;
}
.quiz .quiz__class a ~ a {
  display: none;
}

.leader .quiz .quiz__class a {
  display: none;
}
.leader .quiz .quiz__class a ~ a {
  display: block;
}
.leader .quiz .quiz__btn.question .quiz__btn-back {
  display: none;
}
.leader .quiz .quiz__btn.answer .quiz__btn-next {
  display: none;
}

.videos {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .videos {
    width: 92%;
  }
}

.videos__title {
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .videos__title {
    margin: 40px 0 20px;
  }
  .videos__title img {
    margin: 0 auto;
  }
}

.videos__nav {
  width: 970px;
  border-bottom: 4px solid #007eff;
}
@media screen and (max-width: 768px) {
  .videos__nav {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #007eff;
    background-color: #f5f5ff;
    overflow: hidden;
  }
}
.videos__nav ul {
  display: flex;
  justify-content: center;
  font-family: "Nico Moji";
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .videos__nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.videos__nav ul li {
  width: 100%;
  font-size: 20px;
  line-height: 83px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .videos__nav ul li {
    width: 50%;
  }
  .videos__nav ul li:nth-of-type(odd) {
    background-color: #000;
    border-right: 2px solid #007eff;
  }
  .videos__nav ul li:not(:last-of-type) {
    border-bottom: 2px solid #007eff;
  }
}
.videos__nav ul li a {
  display: block;
  width: 100%;
  height: 83px;
  background: #f5f5ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .videos__nav ul li a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.videos__nav ul li a:hover {
  color: #fff;
  background-color: #007eff;
}
.videos__nav ul li a.active {
  color: #fff;
  background-color: #007eff;
}
.videos__nav ul li:not(:first-of-type) {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .videos__nav ul li:not(:first-of-type) {
    margin-left: 0;
  }
}
.videos__nav ul li ruby rt {
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  margin-bottom: -0.1em;
  transform: translateY(0.1em);
  text-align: center;
}
.videos__nav ul li .nico {
  font-family: "Nico Moji";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}

.videos__main {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .videos__main {
    padding: 8%;
    border-radius: 5px;
  }
}
.videos__main .videos__main__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.videos__main .videos__main__list::after {
  content: "";
  display: block;
  width: 275px;
  height: 0;
}
.videos__main .videos__main__list li {
  width: 275px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .videos__main .videos__main__list li {
    width: 100%;
  }
}
.videos__main .videos__main__list li:hover .img img {
  opacity: 0.8;
}
.videos__main .videos__main__list li:hover .txt {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .videos__main .videos__main__list li.box01 {
    order: 1;
  }
  .videos__main .videos__main__list li.box02 {
    order: 2;
  }
  .videos__main .videos__main__list li.box03 {
    order: 3;
  }
  .videos__main .videos__main__list li.box04 {
    order: 4;
  }
  .videos__main .videos__main__list li.box05 {
    order: 5;
  }
  .videos__main .videos__main__list li.box06 {
    order: 6;
  }
}
.videos__main .videos__main__list .img img {
  margin: auto;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .videos__main .videos__main__list .img img {
    width: 100%;
  }
}
.videos__main .videos__main__list .img.border img {
  border: 1px solid #CCC;
}
.videos__main .videos__main__list .txt {
  color: #007eff;
  letter-spacing: 0.05em;
  padding: 10px 0 0 0;
}
.videos__main .videos__main__list .txt .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.videos__main .videos__main__list .txt .title rt {
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.videos__main .videos__main__list .txt .title.ctr {
  text-align: center;
}
.videos__main .videos__main__list .txt .subTitle {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
.videos__main .videos__main__list .txt .subTitle rt {
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.videos__main .videos__main__list .notice {
  font-size: 10px;
  color: #f30;
  line-height: 1.4;
  text-align: justify;
  padding: 10px;
  border: 1px solid #f30;
  text-decoration: none;
}

@supports (-ms-ime-align: auto) {
  .videos__nav ul li ruby rt {
    position: relative;
    top: 0.5em;
  }
  .videos__main .videos__main__list .txt .title rt {
    position: relative;
    top: 0.3em;
  }
  .videos__main .videos__main__list .txt .subTitle rt {
    position: relative;
    top: 0.3em;
  }
}
.materials {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .materials {
    width: 92%;
  }
}

.materials__title {
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .materials__title {
    margin: 40px 0 20px;
  }
  .materials__title img {
    margin: 0 auto;
  }
}

.materials__main {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .materials__main {
    padding: 4%;
  }
}
.materials__main p {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}
.materials__main h2 {
  font-size: 40px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .materials__main h2 {
    font-size: 30px;
  }
}
.materials__main h2 ruby {
  font-size: 40px;
  vertical-align: 3px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .materials__main h2 ruby {
    font-size: 30px;
  }
}
.materials__main h2 ruby rt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0em;
  margin-bottom: -0.5em;
  transform: translateY(0.5em);
  text-align: center;
}
.materials__main .materials__title-worksheet {
  margin-top: 75px;
  font-size: 40px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__title-worksheet {
    font-size: 30px;
  }
}
.materials__main .materials__title-worksheet ruby {
  font-size: 40px;
  vertical-align: 3px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__title-worksheet ruby {
    font-size: 30px;
  }
}
.materials__main .materials__title-worksheet ruby rt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0em;
  margin-bottom: -0.5em;
  transform: translateY(0.5em);
  text-align: center;
}
.materials__main .materials__title-document {
  margin-top: 75px;
  font-size: 40px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__title-document {
    font-size: 30px;
  }
  .materials__main .materials__title-document + p {
    text-align: center;
  }
}
.materials__main .materials__title-document ruby {
  font-size: 40px;
  vertical-align: 3px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__title-document ruby {
    font-size: 30px;
  }
}
.materials__main .materials__title-document ruby rt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0em;
  margin-bottom: -0.5em;
  transform: translateY(0.5em);
  text-align: center;
}
.materials__main h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}
.materials__main h3 rt {
  letter-spacing: 0em;
  margin-bottom: 0.3em;
  transform: translateY(-0.3em);
}
.materials__main h3.related {
  width: 100%;
  height: 40px;
  margin-top: 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #FFF;
}
.materials__main h3.related.waterside {
  background-color: #67349E;
}
.materials__main h3.related.sea {
  background-color: #0770C0;
}
.materials__main h3.related.river {
  background-color: #16B0EF;
}
.materials__main h3.related.lifesaving {
  background-color: #FEC002;
}
.materials__main h3.related.life {
  background-color: #DD3333;
}
.materials__main h3.related.environment {
  background-color: #92D051;
}
.materials__main h3.related.creature {
  background-color: #FC65FF;
}
.materials__main h3.related.question {
  background-color: #000;
}
.materials__main .materials__program {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__program {
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.materials__main .materials__program-item {
  width: 147px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__program-item {
    width: 48%;
  }
  .materials__main .materials__program-item:nth-child(n+3) {
    margin-top: 25px;
  }
}
.materials__main .materials__program-item img {
  border: 1px solid #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__program-item img {
    width: 100%;
  }
}
.materials__main .materials__worksheet.-type01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
.materials__main .materials__worksheet.-type01::after {
  content: "";
  display: block;
  width: 275px;
  height: 0;
}
.materials__main .materials__worksheet.-type01 a:nth-of-type(n + 4) {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet.-type01 a:nth-of-type(n + 4) {
    padding-top: 0;
  }
}
.materials__main .materials__worksheet.-type02 {
  display: flex;
  justify-content: flex-start;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet.-type02 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.materials__main .materials__worksheet.-type05 {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet.-type05 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.materials__main .materials__worksheet.-type05::after {
  content: "";
  width: 147px;
  height: auto;
}
.materials__main .materials__worksheet-item {
  width: 279px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet-item {
    width: 48%;
  }
  .materials__main .materials__worksheet-item:nth-child(n+3) {
    margin-top: 25px;
  }
}
.materials__main .materials__worksheet-item img {
  border: 1px solid #000;
  margin-bottom: 5px;
}
.materials__main .materials__worksheet-item.-type02 {
  width: 147px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet-item.-type02 {
    width: 48%;
    margin-right: auto;
  }
}
.materials__main .materials__worksheet-item.-type03 {
  width: 610px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet-item.-type03 {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}
.materials__main .materials__worksheet-item.-type03 p {
  text-align: center;
}
.materials__main .materials__worksheet-item.-type04 {
  width: 455px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet-item.-type04 {
    width: 100%;
    margin-left: 0;
  }
}
.materials__main .materials__worksheet-item.-type04 p {
  text-align: center;
}
.materials__main .materials__worksheet-item.-type05 {
  width: 147px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet-item.-type05 {
    width: 48%;
  }
  .materials__main .materials__worksheet-item.-type05:nth-child(n+3) {
    margin-top: 25px;
  }
}
.materials__main .materials__worksheet-item.-type05 p {
  text-align: center;
}
.materials__main .materials__worksheet-img.-type03 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet-img.-type03 {
    flex-wrap: wrap;
  }
  .materials__main .materials__worksheet-img.-type03 img {
    width: 48%;
  }
}
.materials__main .materials__worksheet-img.-type04 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__worksheet-img.-type04 {
    flex-wrap: wrap;
  }
  .materials__main .materials__worksheet-img.-type04 img {
    width: 48%;
  }
}
.materials__main .materials__document.-type01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 45px;
}
.materials__main .materials__document.-type01::after {
  content: "";
  width: 20%;
}
.materials__main .materials__document.-type02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.materials__main .materials__document.-type02::after {
  content: "";
  display: block;
  width: 275px;
  height: 0;
}
.materials__main .materials__document.-type03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 45px;
}
.materials__main .materials__document.-type03::after {
  content: "";
  width: 200px;
}
.materials__main .materials__document.-other::before {
  content: "";
  width: 147px;
  order: 1;
}
.materials__main .materials__document.-other::after {
  content: "";
  width: 147px;
}
.materials__main .materials__document-item img {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .materials__main .materials__document-item.-type01 {
    width: 20%;
  }
  .materials__main .materials__document-item.-type01:nth-of-type(n+6) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .materials__main .materials__document-item.-type01 {
    width: 48%;
  }
  .materials__main .materials__document-item.-type01:nth-child(n+3) {
    margin-top: 25px;
  }
}
.materials__main .materials__document-item.-type02 {
  width: 279px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__document-item.-type02 {
    width: 48%;
  }
  .materials__main .materials__document-item.-type02:nth-child(n+3) {
    margin-top: 25px;
  }
}
.materials__main .materials__document-item.-type03 {
  width: 200px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .materials__main .materials__document-item.-type03 {
    width: 48%;
  }
  .materials__main .materials__document-item.-type03:nth-child(n+3) {
    margin-top: 25px;
  }
}

@supports (-ms-ime-align: auto) {
  .movie__nav ul li ruby rt {
    position: relative;
    top: 0.5em;
  }
  .movie__main .movie__main__list .txt .title rt {
    position: relative;
    top: 0.3em;
  }
  .movie__main .movie__main__list .txt .subTitle rt {
    position: relative;
    top: 0.3em;
  }
}
.support {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support {
    width: 92%;
  }
}

.support__title {
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .support__title {
    margin: 40px 0 20px;
  }
  .support__title img {
    margin: 0 auto;
  }
}

.support__main {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support__main {
    padding: 8%;
  }
}
.support__main:last-child {
  margin-bottom: 0px;
}
.support__main h4 {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .support__main h4 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.support__main .support__message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .support__main .support__message {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.support__main .support__message:last-child {
  margin-bottom: 0px;
}
.support__main .support__message .support__message-img {
  width: 200px;
  height: 253px;
}
@media screen and (max-width: 768px) {
  .support__main .support__message .support__message-img {
    margin: 0 auto 15px;
  }
}
.support__main .support__message .support__message-text {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .support__main .support__message .support__message-text {
    width: 100%;
  }
}
.support__main .support__message .message {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .support__main .support__message .message {
    font-size: 14px;
  }
}
.support__main .support__message .position {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .support__main .support__message .position {
    font-size: 12px;
  }
}
.support__main .support__message .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: right;
}
.support__main .support__message .name span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .support__main .support__message .name {
    font-size: 16px;
  }
  .support__main .support__message .name span {
    font-size: 12px;
  }
}
.support__main .support__message .notice {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.support__main .support__message .link {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: right;
}

.swim-survive {
  width: 970px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .swim-survive {
    width: 92%;
  }
}
.swim-survive__title {
  margin: 30px 0 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .swim-survive__title {
    margin: 0 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swim-survive__title img {
    margin: 0 auto;
  }
}
.swim-survive__title a {
  margin-top: auto;
  margin: auto 0 auto auto;
}
.swim-survive__title a p {
  color: #000;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Nico Moji", "M PLUS Rounded 1c";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100% !important;
}
@media screen and (max-width: 768px) {
  .swim-survive__title a {
    margin: 20px auto 0;
  }
}
.swim-survive__title a:hover p {
  color: #fff;
  background-color: #007eff;
}

.swim-survive__main {
  background: #fff;
  border-radius: 5px;
  padding: 80px 100px 100px;
}
@media screen and (max-width: 768px) {
  .swim-survive__main {
    padding: 8%;
  }
}
.swim-survive__main .ttl_box h2 {
  width: 400px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .swim-survive__main .ttl_box h2 {
    width: 80%;
    text-align: center;
  }
}
.swim-survive__main .ttl_box h2 img {
  max-width: 100%;
  height: auto;
}
.swim-survive__main .ttl_box .subttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .swim-survive__main .ttl_box .subttl {
    font-size: 14px;
  }
}
.swim-survive__main .txt_box {
  margin-top: 60px;
}
.swim-survive__main .txt_box p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .swim-survive__main .txt_box p {
    font-size: 13px;
  }
}
.swim-survive__main .txt_box p:not(:first-of-type) {
  padding-top: 30px;
}