@charset "UTF-8";
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main, figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

i {
  font-style: normal;
}

/* 汎用モジュール
========================================================*/
@media screen and (min-width: 769px) {
  .modBpPc {
    display: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .modBpSp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: inherit !important;
  }
}

@media screen and (min-width: 769px) {
  .modBpXPc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .modBpXPc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .modBpXSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modBpXSp {
    display: block;
  }
}

.modHeadingSection {
  position: relative;
}
.modHeadingSection__title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modHeadingSection__title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.modHeadingSection__title--sub {
  text-align: left;
  position: relative;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .modHeadingSection__title--sub {
    font-size: 31px;
    font-size: 3.1rem;
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__title--sub {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 0 0 16px;
  }
}
.modHeadingSection__title--sub::before, .modHeadingSection__title--sub::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.modHeadingSection__title--sub::before {
  background: #DDDDDD;
  border-radius: 6px;
  z-index: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modHeadingSection__title--sub::before {
    height: 6px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__title--sub::before {
    height: 4px;
    border-radius: 12px;
  }
}
.modHeadingSection__title--sub::after {
  background: -webkit-gradient(linear, left top, right top, from(#FFEF71), to(#FFAD45));
  background: linear-gradient(to right, #FFEF71 0%, #FFAD45 100%);
  z-index: 1;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modHeadingSection__title--sub::after {
    width: 120px;
    height: 6px;
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__title--sub::after {
    width: 120px;
    height: 4px;
    border-radius: 12px 0 0 12px;
  }
}
.modHeadingSection__title--ordered {
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.modHeadingSection__title--ordered::before, .modHeadingSection__title--ordered::after {
  left: -0.8em;
}
.modHeadingSection__title--ordered::before {
  width: calc(100% + 0.8em);
}
.modHeadingSection__title--h3 {
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modHeadingSection__title--h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__title--h3 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 16px;
    position: relative;
    right: -15px;
    width: calc(100% - 15px);
    margin-bottom: 20px;
  }
}
.modHeadingSection__title--h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 26px;
  border-radius: 12px;
  background: #FFE355;
  margin: -2px 11px 0 0;
}
@media screen and (max-width: 768px) {
  .modHeadingSection__title--h3::before {
    height: 100%;
    position: absolute;
    left: -15px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingSection__text {
    margin: 12px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__text {
    margin: 23px 0 0;
    line-height: 1.6875;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__text + .modHeadingSection__text {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingSection__lead {
    margin: 44px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__lead {
    margin: 16px 0 0;
  }
}
.modHeadingSection__left, .modHeadingSection__right {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .modHeadingSection__left--type {
    top: -86px;
    left: -140px;
  }
  .modHeadingSection__left--type img {
    width: auto;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__left--type {
    top: -94px;
    left: 0;
  }
  .modHeadingSection__left--type img {
    width: 104px;
    height: 68px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingSection__right--type {
    top: -88px;
    right: -160px;
  }
  .modHeadingSection__right--type img {
    width: auto;
    height: 102px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection__right--type {
    top: -100px;
    right: 0;
  }
  .modHeadingSection__right--type img {
    width: 74px;
    height: 68px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingSection + .modListIndex {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSection + .modListIndex {
    margin-top: 20px;
  }
}
.modHeadingHome__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .modHeadingHome__title {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingHome__title {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 0 0 11px;
  }
}
.modHeadingHome__title::after {
  content: "";
  display: inline-block;
  background: #FFD000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .modHeadingHome__title::after {
    width: 100px;
    height: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingHome__title::after {
    width: 80px;
    height: 5px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingHome__text {
    margin: 20px 0 0;
    line-height: 2.1875;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingHome__text {
    margin: 23px 0 0;
    line-height: 2.1875;
    text-align: left;
  }
}
.modHeadingTop {
  position: relative;
  z-index: 0;
}
.modHeadingTop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__inner {
    max-width: 1400px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__inner {
    padding: 0 23px 70px;
  }
}
.modHeadingTop__title {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
  }
}
.modHeadingTop__text {
  position: relative;
  z-index: 2;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__text {
    text-align: center;
    padding: 13px 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__text {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__text {
    margin: 15px 0 0;
  }
}
.modHeadingTop__img {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img {
    max-width: calc(1200px + 12vw);
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.modHeadingTop__img__left {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__left--sleep-disorder {
    left: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__left--sleep-disorder {
    left: 0;
  }
  .modHeadingTop__img__left--sleep-disorder img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__left--sleep-disorder {
    left: 12px;
  }
  .modHeadingTop__img__left--sleep-disorder img {
    width: 175px;
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__left--self-check {
    left: 82px;
  }
  .modHeadingTop__img__left--self-check img {
    max-width: 377px;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__left--self-check {
    left: 0;
    width: 100%;
  }
  .modHeadingTop__img__left--self-check img {
    max-width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__left--self-check {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__left--medical-treatment {
    left: 81px;
  }
  .modHeadingTop__img__left--medical-treatment img {
    width: 409px;
    height: 229px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__left--medical-treatment {
    left: 20px;
  }
  .modHeadingTop__img__left--medical-treatment img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__left--medical-treatment {
    left: 10px;
  }
  .modHeadingTop__img__left--medical-treatment img {
    width: 155px;
    height: 85px;
  }
}
.modHeadingTop__img__left--learn {
  aspect-ratio: 530/418;
}
.modHeadingTop__img__left--learn img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__left--learn {
    left: 128px;
    bottom: 10px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .modHeadingTop__img__left--learn img {
    width: 228px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__left--learn {
    left: 50px;
    bottom: 0;
  }
  .modHeadingTop__img__left--learn img {
    width: 164px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__left--learn {
    left: 10px;
    bottom: -11px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .modHeadingTop__img__left--learn img {
    width: 135px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__left--guidebook {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__left--guidebook {
    top: 59px;
    bottom: auto;
    left: 37px;
  }
  .modHeadingTop__img__left--guidebook img {
    width: 80px;
    height: 63px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__left--glossary {
    left: 118px;
  }
  .modHeadingTop__img__left--glossary img {
    width: 416px;
    height: 275px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__left--glossary {
    left: 20px;
  }
  .modHeadingTop__img__left--glossary img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__left--glossary {
    left: 23px;
  }
  .modHeadingTop__img__left--glossary img {
    width: 188px;
    height: 162px;
  }
}
.modHeadingTop__img__right {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--sleep-disorder {
    right: 67px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__right--sleep-disorder {
    right: 0;
  }
  .modHeadingTop__img__right--sleep-disorder img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--sleep-disorder {
    right: 9px;
  }
  .modHeadingTop__img__right--sleep-disorder img {
    width: 146px;
    height: 154px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--type {
    right: 66px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--type {
    right: 9px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--type img {
    width: 234px;
    height: 132px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--article {
    right: 84px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--article {
    right: 0;
    bottom: -12px;
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--article img {
    width: 347px;
    height: 237px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--article img {
    width: 188px;
    height: 128px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--self-check {
    right: 86px;
  }
  .modHeadingTop__img__right--self-check img {
    max-width: 460px;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__right--self-check {
    right: 0;
    text-align: right;
    width: 100%;
  }
  .modHeadingTop__img__right--self-check img {
    max-width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--self-check {
    width: 100%;
    text-align: center;
    bottom: -5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .modHeadingTop__img__right--self-check img {
    width: auto;
    height: 147px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--medical-treatment {
    right: 83px;
  }
  .modHeadingTop__img__right--medical-treatment img {
    width: 460px;
    height: 271px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__right--medical-treatment {
    right: 10px;
    text-align: right;
  }
  .modHeadingTop__img__right--medical-treatment img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--medical-treatment {
    right: 10px;
  }
  .modHeadingTop__img__right--medical-treatment img {
    width: 156px;
    height: 100px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--treatment {
    right: 85px;
  }
  .modHeadingTop__img__right--treatment img {
    width: 352px;
    height: 206px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--treatment {
    right: 10px;
  }
  .modHeadingTop__img__right--treatment img {
    width: 214px;
    height: 125px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--learn {
    right: 125px;
    bottom: -4px;
  }
  .modHeadingTop__img__right--learn img {
    width: 223px;
    height: 180px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__right--learn {
    right: 0;
  }
  .modHeadingTop__img__right--learn img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--learn {
    right: 10px;
    bottom: -6px;
  }
  .modHeadingTop__img__right--learn img {
    width: 146px;
    height: 118px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--with-doctor {
    right: 80px;
    bottom: -3px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--with-doctor {
    right: 9px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--with-doctor img {
    width: 255px;
    height: 206px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--with-doctor img {
    width: 223px;
    height: 180px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--medicate {
    right: 98px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--medicate {
    right: 9px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--medicate img {
    width: 354px;
    height: 206px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--medicate img {
    width: 223px;
    height: 130px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--with-nebusoku-hitsuji {
    right: 112px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--with-nebusoku-hitsuji {
    right: 18px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--with-nebusoku-hitsuji img {
    width: 187px;
    height: 202px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--with-nebusoku-hitsuji img {
    width: 120px;
    height: 130px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--guidebook {
    right: 70px;
  }
  .modHeadingTop__img__right--guidebook img {
    width: 363px;
    height: 259px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__right--guidebook {
    right: 0;
  }
  .modHeadingTop__img__right--guidebook img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--guidebook {
    right: 34px;
  }
  .modHeadingTop__img__right--guidebook img {
    width: 104px;
    height: 156px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--glossary {
    right: 105px;
  }
  .modHeadingTop__img__right--glossary img {
    width: 232px;
    height: 309px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modHeadingTop__img__right--glossary {
    right: 10px;
    text-align: right;
  }
  .modHeadingTop__img__right--glossary img {
    max-width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--glossary {
    right: 22px;
  }
  .modHeadingTop__img__right--glossary img {
    width: 130px;
    height: 147px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--trivia {
    right: 80px;
    bottom: -3px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--trivia {
    right: 9px;
    bottom: -3px;
  }
}
.modHeadingTop__img__right--trivia img {
  aspect-ratio: 265/209;
  height: auto;
}
@media screen and (min-width: 769px) {
  .modHeadingTop__img__right--trivia img {
    width: 265px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__right--trivia img {
    width: 174px;
  }
}
.modHeadingTop__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -3px;
  overflow: hidden;
  width: calc(100% + 3px);
  height: 100%;
}
.modHeadingTop__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modHeadingTop--index::before, .modHeadingTop--list::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/img/common/bg_mask_top.svg");
          mask-image: url("/assets/img/common/bg_mask_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #fff;
  background-size: 15px 15px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
}
.modHeadingTop--index {
  background: rgb(235, 242, 245);
  background: linear-gradient(45deg, rgb(235, 242, 245) 0%, rgb(245, 243, 222) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebf2f5", endColorstr="#f5f3de",GradientType=1 );
}
@media screen and (min-width: 769px) {
  .modHeadingTop--index {
    height: 466px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--index {
    margin: 0 0 -40px;
    padding: 495px 0 0;
    z-index: 1;
  }
}
.modHeadingTop--index::after {
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--index::after {
    background-image: url("/assets/img/common/bg_HeadingTop.png");
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--index::after {
    background-image: url("/assets/img/common/sp/bg_HeadingTop.png");
    background-position: 50% 25%;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop--index .modHeadingTop__inner {
    padding: 0 0 20px;
  }
}
.modHeadingTop--list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--list {
    height: 268px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--list {
    height: 207px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop + .pageSection--bgDot {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop + .pageSection--bgDot {
    margin-top: -40px;
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop + .pageSection--bgDot .pageSection__inner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop + .pageSection--bgDot .pageSection__inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop + .pageSection--bgDot.article {
    padding: 34px 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop + .pageSection--bgDot.article .pageSection__inner {
    margin-top: -10px;
    padding-top: 0 !important;
  }
}
.modHeadingTop--detail {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--detail {
    min-height: 290px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--detail {
    min-height: 266px;
  }
}
.modHeadingTop--detail::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_toc_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
.modHeadingTop--detail .modHeadingTop__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--detail .modHeadingTop__inner {
    max-width: calc(1000px + 12vw);
    margin: 0 auto;
    padding: 60px 6vw 120px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--detail .modHeadingTop__inner {
    padding: 54px 6.4vw 55px;
  }
}
.modHeadingTop--detail .modHeadingTop__inner::before, .modHeadingTop--detail .modHeadingTop__inner::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--detail .modHeadingTop__inner::before {
    background-image: url("/assets/img/common/bg_modHeadingTop_detail_left.png");
    width: 119px;
    height: 84px;
    top: 25px;
    left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--detail .modHeadingTop__inner::before {
    background-image: url("/assets/img/common/bg_modHeadingTop_detail_left.png");
    width: 88px;
    height: 62px;
    bottom: -28px;
    right: 11.47vw;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop--detail .modHeadingTop__inner::after {
    background-image: url("/assets/img/common/bg_modHeadingTop_detail_right.png");
    width: 99px;
    height: 98px;
    top: 8px;
    right: 96px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--detail .modHeadingTop__inner::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop--detail .modHeadingTop__text {
    padding: 23px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--detail .modHeadingTop__text {
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop--with .modHeadingTop__inner {
    padding: 50px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--with .modHeadingTop__inner::before {
    display: none;
  }
}
.modHeadingTop--with .modHeadingTop__inner::after {
  background-image: url("/assets/img/learn/with-nebusoku-hitsuji/insomnia/bg_modHeadingTop_with_right.png");
}
@media screen and (min-width: 769px) {
  .modHeadingTop--with .modHeadingTop__inner::after {
    width: 168px;
    height: 182px;
    top: auto;
    bottom: -37px;
    right: 42px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--with .modHeadingTop__inner::after {
    display: block;
    width: 94px;
    height: 102px;
    bottom: -30px;
    right: 42px;
  }
}
.modHeadingTop--with .tag {
  display: block;
  text-align: center;
}
.modHeadingTop--with .tag__inner {
  display: inline-block;
  color: #FF6100;
  background-color: rgba(255, 97, 0, 0.16);
  border-radius: 30px;
  margin: 0 0 14px;
  position: relative;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--with .tag__inner {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 46px 8px 25px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--with .tag__inner {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 42px 8px 25px;
  }
}
.modHeadingTop--with .tag .count {
  display: inline-block;
  background: #ff6100;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--with .tag .count {
    font-size: 14px;
    font-size: 1.4rem;
    top: 11px;
    right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--with .tag .count {
    font-size: 14px;
    font-size: 1.4rem;
    top: 12px;
    right: 16px;
  }
}
.modHeadingTop--with .sub {
  display: block;
  margin: 16px 0 0;
}
@media screen and (min-width: 769px) {
  .modHeadingTop--with .sub {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--with .sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingTop--trivia .modHeadingTop__inner::before {
    background-image: url("/assets/img/common/bg_modHeadingTop_detail_left_trivia.png");
    width: 120px;
    height: 134px;
    top: 39px;
    left: 112px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop--trivia .modHeadingTop__inner::before {
    display: inline-block !important;
    background-image: url("/assets/img/common/sp/bg_modHeadingTop_detail_left_trivia.png");
    width: 105px;
    height: 56px;
    bottom: -5px;
    right: 21px;
  }
}
.modHeadingTop--trivia .modHeadingTop__inner::after {
  display: none;
}

.modTextDescription {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modTextDescription {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 24px auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .modTextDescription {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 12px 0 36px;
  }
}

.modBtnArea {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modBtnArea {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modBtnArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modBtnMain {
  display: inline-block;
  background: #0089B8;
  border: 2px solid #0089B8;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modBtnMain {
    min-width: 348px;
    height: 48px;
    padding: 10px 0;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnMain {
    min-width: 205px;
    width: 100%;
    height: 56px;
    padding: 13px 0;
    border-radius: 56px;
  }
}
.modBtnMain::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/icon_arrow.svg") no-repeat 0 0;
  background-size: contain;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
  width: 10px;
  height: 16px;
  margin: 0 -11px -3px 26px;
}
.modBtnMain[href$=".pdf"]::after {
  width: 16px;
  height: 19px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .modBtnMain[href$=".pdf"]:hover::after {
    -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
            filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  }
}
@media screen and (min-width: 769px) {
  .modBtnMain:hover {
    background: #ffffff;
    color: #0089B8;
  }
  .modBtnMain:hover::after {
    -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
            filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  }
}

.modIconArrow {
  position: relative;
  display: inline-block;
  background: #FFD000;
}
@media screen and (min-width: 769px) {
  .modIconArrow {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .modIconArrow {
    width: 24px;
    height: 24px;
    border-radius: 24px;
  }
}
.modIconArrow::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/common/icon_arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (min-width: 769px) {
  .modIconArrow::before {
    width: 7px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modIconArrow::before {
    width: 7px;
    height: 10px;
  }
}
.modIconBlank {
  position: relative;
  display: inline-block;
  background: #FFD000;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .modIconBlank {
    width: 30px;
    height: 30px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .modIconBlank {
    width: 22px;
    height: 22px;
  }
}
.modIconBlank::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2215%22%20viewBox%3D%220%200%2018%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2293_6404)%22%3E%3Cpath%20d%3D%22M17.2175%2011.6878H4.06972C3.60015%2011.6878%203.28711%2011.3748%203.28711%2010.9052V1.04433C3.28711%200.574762%203.60015%200.261719%204.06972%200.261719H17.2175C17.6871%200.261719%2018.0002%200.574762%2018.0002%201.04433V10.9052C18.0002%2011.3748%2017.6871%2011.6878%2017.2175%2011.6878ZM4.85233%2010.1226H16.4349V1.82694H4.85233V10.1226Z%22%20fill%3D%22%23041C38%22%2F%3E%3Cpath%20d%3D%22M12.5217%2014.9751H0.782609C0.313043%2014.9751%200%2014.662%200%2014.1925V7.61855C0%207.14898%200.313043%206.83594%200.782609%206.83594C1.25217%206.83594%201.56522%207.14898%201.56522%207.61855V13.4099H12.5217C12.9913%2013.4099%2013.3043%2013.7229%2013.3043%2014.1925C13.3043%2014.662%2012.9913%2014.9751%2012.5217%2014.9751Z%22%20fill%3D%22%23041C38%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2293_6404%22%3E%3Crect%20width%3D%2218%22%20height%3D%2214.713%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.261719)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (min-width: 769px) {
  .modIconBlank::before {
    width: 18px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .modIconBlank::before {
    width: 12px;
    height: 12px;
    margin-top: 1px;
  }
}

@media screen and (min-width: 769px) {
  .modListIndex__item + .modListIndex__item {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item + .modListIndex__item {
    margin: 20px 0 0;
  }
}
.modListIndex__item > a {
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  border: 3px solid #DDDDDD;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .modListIndex__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item > a {
    display: block;
    padding: 0 0 22px;
  }
}
.modListIndex__item > a:visited .modListIndex__item__text .title {
  color: #681DA8;
}
@media screen and (min-width: 769px) {
  .modListIndex__item > a:hover {
    border-color: #0089B8;
  }
  .modListIndex__item > a:hover .modListIndex__item__text .title {
    color: #0089B8;
  }
  .modListIndex__item > a:hover .modListIndex__item__text .title [class^=modIcon] {
    background-color: #0089B8;
  }
  .modListIndex__item > a:hover .modListIndex__item__text .title [class^=modIcon]::before {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
  }
}
.modListIndex__item__img {
  display: block;
  background: #DDDDDD;
}
@media screen and (max-width: 768px) {
  .modListIndex__item__img {
    width: 100%;
    height: 183px;
  }
}
.modListIndex__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modListIndex__item__img:has(source) img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .modListIndex__item__img + .modListIndex__item__text {
    padding: 56px 40px;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item__img + .modListIndex__item__text .text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 40px 14px;
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item__text {
    padding: 0 23px;
  }
}
.modListIndex__item__text .title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .modListIndex__item__text .title {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 0 8px;
    padding: 0 0 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item__text .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -1px;
    margin: 27px 0 0;
    padding: 0 0 0 32px;
  }
}
.modListIndex__item__text .title [class^=modIcon] {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modListIndex__item__text .title [class^=modIcon] {
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item__text .title [class^=modIcon] {
    top: 2px;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item__text .text {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item__text .text {
    margin: 10px 0 0;
  }
}
.modListIndex__item--disable > a {
  border-color: #EDEDED;
  background-color: #EDEDED;
  pointer-events: none;
}
.modListIndex__item--disable .title {
  color: #041C38 !important;
  opacity: 0.4;
}
.modListIndex__item--disable .title .modIconArrow {
  background-color: #041C38;
}
.modListIndex__item--disable .title .modIconArrow::before {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
}
.modListIndex__item--disable .text {
  opacity: 0.4;
}
.modListIndex__item--lower {
  border: 3px solid #DDDDDD;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower {
    border-radius: 12px;
    padding: 36px 36px 28px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item--lower {
    border-radius: 9px;
    padding: 0 0 16px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower .modListIndex__item__text {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item--lower .modListIndex__item__text {
    padding: 0 23px;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower .modListIndex__item__text .text {
    margin: 0 0 -6px;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower .modListIndex__item__img {
    width: 48%;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower .modListIndex__item__img + .modListIndex__item__text {
    padding-left: 40px;
  }
}
.modListIndex__item--lower > a {
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .modListIndex__item--lower > a {
    padding: 0;
  }
}
.modListIndex__item--lower .lowerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower .lowerList {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item--lower .lowerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 20px;
  }
}
.modListIndex__item--lower .lowerList__wrapper {
  border-top: 2px solid #DDDDDD;
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower .lowerList__wrapper {
    margin: 30px 0 0;
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item--lower .lowerList__wrapper {
    margin: 12px 23px 0;
    padding: 14px 0 0;
  }
}
.modListIndex__item--lower .lowerList__item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modListIndex__item--lower .lowerList__item > a .modIconArrow {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin: 6px 8px 0 0;
}
.modListIndex__item--lower .lowerList__item > a .modIconArrow::before {
  width: 4px;
  height: 6px;
}
.modListIndex__item--lower .lowerList__item > a .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modListIndex__item--lower .lowerList__item > a:visited .title {
  color: #681DA8;
}
@media screen and (min-width: 769px) {
  .modListIndex__item--lower .lowerList__item > a:hover {
    color: #0089B8;
  }
  .modListIndex__item--lower .lowerList__item > a:hover .modIconArrow {
    background-color: #0089B8;
  }
  .modListIndex__item--lower .lowerList__item > a:hover .modIconArrow::before {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
  }
}
@media screen and (min-width: 769px) {
  .modListIndex__item--interview > a {
    padding: 37px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item--interview > a {
    padding: 23px;
    gap: 12px 0;
  }
}
.modListIndex__item--interview .modListIndex__item__img {
  overflow: hidden;
  border-radius: 9px;
  aspect-ratio: 210/118;
}
@media screen and (min-width: 769px) {
  .modListIndex__item--interview .modListIndex__item__img {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item--interview .modListIndex__item__img {
    width: 100%;
  }
}
.modListIndex__item--interview .modListIndex__item__img img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 769px) {
  .modListIndex__item--interview .modListIndex__item__img + .modListIndex__item__text {
    padding: 0;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex__item--interview .modListIndex__item__img + .modListIndex__item__text {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex--content {
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex--content {
    margin-top: 21px;
  }
}
@media screen and (min-width: 769px) {
  .modListIndex--content .modListIndex__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex--content .modListIndex__item {
    margin-top: 10px;
  }
}
.modListIndex--content .modListIndex__item > a {
  background: #FFFCEF;
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .modListIndex--content .modListIndex__item > a:hover {
    background: #EDFFFF;
    border-color: #0089B8;
  }
}
.modListIndex--content .modListIndex__item > a:hover .title {
  color: #0089B8;
}
.modListIndex--content .modListIndex__item > a:hover .text {
  color: #041C38 !important;
}
@media screen and (min-width: 769px) {
  .modListIndex--content .modListIndex__item__text .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modListIndex--content .modListIndex__item__text .title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
.modListSelfCheck {
  counter-reset: count 0;
}
.modListSelfCheck__item {
  border: 3px solid #DDDDDD;
  border-radius: 12px;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .modListSelfCheck__item {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListSelfCheck__item {
    margin: 20px 0 0;
  }
}
.modListSelfCheck__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .modListSelfCheck__item__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 104px;
    padding: 0 35px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListSelfCheck__item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 6px 4.8vw 11px;
  }
}
.modListSelfCheck__item__head .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modListSelfCheck__item__head .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modListSelfCheck__item__head .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modListSelfCheck__item__head .title::before {
  content: "Q" counter(count);
  counter-increment: count 1;
  margin: 0 11px 0 0;
}
.modListSelfCheck__item__head .count {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modListSelfCheck__item__head .count {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modListSelfCheck__item__head .count {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
  }
}
.modListSelfCheck__item__head .count__total {
  color: #CCCCCC;
}
@media screen and (min-width: 769px) {
  .modListSelfCheck__item__head .count__total {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modListSelfCheck__item__head .count__total {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.modListSelfCheck__item__body .radioList > li {
  position: relative;
}
.modListSelfCheck__item__body .radioList > li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  border-top: 2px solid #DDDDDD;
}
@media screen and (min-width: 769px) {
  .modListSelfCheck__item__body .radioList > li label {
    padding: 6px 18px 0;
  }
  .modListSelfCheck__item__body .radioList > li label:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .modListSelfCheck__item__body .radioList > li label {
    padding: 6px 18px 0;
  }
}
.modListSelfCheck__item__body .radioList > li input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.modListSelfCheck__item__body .radioList > li input[type=radio]:checked + label {
  background: #C2E6F2;
}
.modListSelfCheck__item__body .radioList > li input[type=radio]:checked + label .text::before {
  border-color: #ffffff;
}
.modListSelfCheck__item__body .radioList > li input[type=radio]:checked + label .text::after {
  opacity: 1;
}
.modListSelfCheck__item__body .radioList > li .text {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modListSelfCheck__item__body .radioList > li .text {
    padding-left: 67px;
  }
}
@media screen and (max-width: 768px) {
  .modListSelfCheck__item__body .radioList > li .text {
    padding-left: 60px;
  }
}
.modListSelfCheck__item__body .radioList > li .text::before, .modListSelfCheck__item__body .radioList > li .text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modListSelfCheck__item__body .radioList > li .text::before {
  left: 2px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #CCCCCC;
  background: #ffffff;
}
.modListSelfCheck__item__body .radioList > li .text::after {
  left: 4px;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/common/icon_radio.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 18px;
  -webkit-filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
          filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .modListAnnotation {
    margin: 68px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListAnnotation {
    margin: 50px 0 0;
  }
}
.modListAnnotation > li {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 769px) {
  .modListAnnotation > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modListAnnotation > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modListAnchor {
    gap: 20px;
    margin: 30px 0 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .modListAnchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
    margin: 24px 0 0 !important;
  }
}
.modListAnchor__item {
  margin: 0 !important;
  padding: 0 !important;
}
.modListAnchor__item::before {
  display: none !important;
}
.modListAnchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none !important;
  border-radius: 8px;
  background-color: #F0F5F7;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%209.6%2014.6%22%3E%20%3Cpath%20d%3D%22M9.5%2C8.4c-.1-.3-.4-.4-.7-.4h-3.2V.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v7.2H.8c-.3%2C0-.6.2-.7.4v.4c0%2C.2%2C0%2C.4.2.5l4%2C5h0c.3.4.8.3%2C1.1%2C0l4-5c.2-.2.2-.6.1-.9h-.1ZM4.8%2C12.5l-2.3-2.9h4.7l-2.3%2C2.9h0Z%22%20style%3D%22fill%3A%23041c38%3Bstroke-width%3A0px%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
@media screen and (min-width: 769px) {
  .modListAnchor__item a {
    min-width: 196px;
    min-height: 56px;
    padding: 16px 48px 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .modListAnchor__item a {
    width: 100%;
    padding: 14px 48px 14px 20px;
  }
}
.modListAnchor__item a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%209.6%2014.6%22%3E%20%3Cpath%20d%3D%22M9.5%2C8.4c-.1-.3-.4-.4-.7-.4h-3.2V.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v7.2H.8c-.3%2C0-.6.2-.7.4v.4c0%2C.2%2C0%2C.4.2.5l4%2C5h0c.3.4.8.3%2C1.1%2C0l4-5c.2-.2.2-.6.1-.9h-.1ZM4.8%2C12.5l-2.3-2.9h4.7l-2.3%2C2.9h0Z%22%20style%3D%22fill%3A%230089b8%3Bstroke-width%3A0px%3B%22%2F%3E%3C%2Fsvg%3E");
}
.modListAnchor__item--disable a {
  background: #EDEDED;
  color: #9099a4 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%209.6%2014.6%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.5%2C8.4c-.1-.3-.4-.4-.7-.4h-3.2V.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v7.2H.8c-.3%2C0-.6.2-.7.4%2C0%2C.1%2C0%2C.2%2C0%2C.4%2C0%2C.2%2C0%2C.4.2.5l4%2C5s0%2C0%2C.1.1c.3.3.8.2%2C1.1-.1l4-5c.2-.2.2-.6.1-.9h0ZM4.8%2C12.5l-2.3-2.9h4.7l-2.3%2C2.9Z%22%20style%3D%22fill%3A%239099a4%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.modListAnchor__item--disable a:hover {
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%209.6%2014.6%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.5%2C8.4c-.1-.3-.4-.4-.7-.4h-3.2V.8c0-.4-.4-.8-.8-.8s-.8.4-.8.8v7.2H.8c-.3%2C0-.6.2-.7.4%2C0%2C.1%2C0%2C.2%2C0%2C.4%2C0%2C.2%2C0%2C.4.2.5l4%2C5s0%2C0%2C.1.1c.3.3.8.2%2C1.1-.1l4-5c.2-.2.2-.6.1-.9h0ZM4.8%2C12.5l-2.3-2.9h4.7l-2.3%2C2.9Z%22%20style%3D%22fill%3A%239099a4%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.modBreadcrumbs {
  background: #ffffff;
}
.modBreadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .modBreadcrumbs__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(1200px + 6vw);
    margin: 0 auto 0;
    padding: 7px 3vw;
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs__list {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 13px 6.4vw 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBreadcrumbs__list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modBreadcrumbs__list > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #041c38;
}
@media screen and (min-width: 769px) {
  .modBreadcrumbs__list > li:not(:last-child)::after {
    margin: 0 12px 1px;
  }
}
@media screen and (max-width: 768px) {
  .modBreadcrumbs__list > li:not(:last-child)::after {
    margin: 0 7px 2px 10px;
  }
}
.modBreadcrumbs__list > li > a {
  position: relative;
  color: #0089B8;
}
@media screen and (min-width: 769px) {
  .modBreadcrumbs__list > li > a:hover {
    text-decoration: underline;
  }
}

.modModalContainer {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
}
.modModalContainer.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
.modModalContainer .modal-body {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modModalContainer .modal-body--min {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .modModalContainer .modal-body--min {
    max-width: calc(1000px + 12vw);
    margin: -44px 0 0;
    padding: 60px 6vw 12px;
    height: calc(100% - 60px - 12px);
  }
}
@media screen and (max-width: 768px) {
  .modModalContainer .modal-body--min {
    margin: -44px 0 0;
    padding: 60px 6.4vw 12px;
    height: calc(100% - 60px - 12px);
  }
}
.modModalContainer .modal-body--min .modal-content {
  overflow-y: scroll;
  border-radius: 9px;
  border: 3px solid #CCCCCC;
  width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .modModalContainer .modal-body--min .modal-close {
    margin-right: 0;
  }
}
.modModalContainer .modal-close {
  width: 45px;
  height: 44px;
  color: #ffffff;
  background-image: url("/assets/img/common/icon_close.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
@media screen and (min-width: 769px) {
  .modModalContainer .modal-close {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10px auto;
    padding: 24px 0 0;
  }
  .modModalContainer .modal-close:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .modModalContainer .modal-close {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 12px 10px auto;
    padding: 24px 0 0;
  }
}
.modModalContainer .modal-content {
  background: #ffffff;
  text-align: left;
}
.modModalContainer .modal-content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modModalContainer--img {
  padding: 0;
}
.modModalContainer--img .modal-body {
  background: none;
  padding: 10% 0;
  height: 100%;
}
.modModalContainer--img .modal-content {
  overflow-y: auto;
}

@media screen and (min-width: 769px) {
  .js-modal--sp {
    pointer-events: none;
  }
}

.modFormBottom {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modFormBottom {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modFormBottom {
    margin: 30px 0 0;
  }
}
.modFormBottom__submit {
  position: relative;
  z-index: 0;
  display: inline-block;
  background-color: #0089B8;
  border: 2px solid #0089B8;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .modFormBottom__submit {
    min-width: 348px;
    width: 348px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modFormBottom__submit {
    min-width: 205px;
    width: 100%;
    height: 56px;
    border-radius: 56px;
  }
}
.modFormBottom__submit::before, .modFormBottom__submit::after {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modFormBottom__submit::before {
  content: "結果を見る";
  top: 0;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modFormBottom__submit::before {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .modFormBottom__submit::before {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
    height: 56px;
  }
}
.modFormBottom__submit::after {
  content: "";
  background-image: url("/assets/img/common/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(99%) sepia(91%) saturate(25%) hue-rotate(58deg) brightness(106%) contrast(100%);
          filter: invert(99%) sepia(91%) saturate(25%) hue-rotate(58deg) brightness(106%) contrast(100%);
  width: 10px;
  height: 16px;
  margin: 0 -11px -3px 26px;
}
.modFormBottom__submit input[type=submit] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .modFormBottom__submit input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
    width: 348px;
    border-radius: 24px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .modFormBottom__submit input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 205px;
    width: 100%;
    height: 56px;
    padding: 13px 0;
    border-radius: 56px;
  }
}
@media screen and (min-width: 769px) {
  .modFormBottom__submit input[type=submit]:disabled:hover {
    cursor: default;
  }
}
@media screen and (min-width: 769px) {
  .modFormBottom__submit:hover {
    background-color: #ffffff;
  }
  .modFormBottom__submit:hover::before {
    color: #0089B8;
  }
  .modFormBottom__submit:hover::after {
    -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
            filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  }
}
.modFormBottom__submit--disabled {
  background-color: #EDEDED !important;
  border-color: #EDEDED !important;
}
.modFormBottom__submit--disabled::before {
  color: #041C38 !important;
  opacity: 0.4;
}
.modFormBottom__submit--disabled::after {
  -webkit-filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%) !important;
          filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%) !important;
  opacity: 0.4;
}
.modFormBottom__submit--disabled:hover {
  cursor: default;
}
.modFormBottom__submit--disabled:hover input[type=submit] {
  cursor: default;
}
.modFormBottom__current {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modFormBottom__current {
    margin: 23px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modFormBottom__current {
    margin: 33px 0 0;
  }
}
.modFormBottom__current .count__current {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .modFormBottom__current .count__current {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .modFormBottom__current .count__current {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 0 24px;
  }
}
.modFormBottom__current .count__current--not_enough {
  color: #FF6100;
}

.selfCheckAnswer {
  position: relative;
}
.selfCheckAnswer__title {
  background: #C2E6F2;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px 0 10px;
  position: sticky;
  z-index: 1;
  top: -1px;
  left: 0;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.selfCheckAnswer__top {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__top {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__top {
    height: 270px;
  }
}
.selfCheckAnswer__top .title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__top .title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__top .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.selfCheckAnswer__top--pattern01, .selfCheckAnswer__top--pattern02 {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__top--pattern01, .selfCheckAnswer__top--pattern02 {
    padding: 0 18px 70px;
  }
}
.selfCheckAnswer__top--pattern01::before, .selfCheckAnswer__top--pattern01::after, .selfCheckAnswer__top--pattern02::before, .selfCheckAnswer__top--pattern02::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
}
.selfCheckAnswer__top--pattern01 {
  background: url("/assets/img/self-check/bg_pattern01.png") no-repeat 0 0;
  background-size: cover;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__top--pattern01::before {
    background-image: url("/assets/img/self-check/img_pattern01_left.png");
    width: 219px;
    height: 127px;
    bottom: 9px;
    left: 34px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__top--pattern01::before {
    background-image: url("/assets/img/self-check/sp/img_pattern01.png");
    width: 313px;
    height: 112px;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__top--pattern01::after {
    background-image: url("/assets/img/self-check/img_pattern01_right.png");
    width: 242px;
    height: 150px;
    bottom: 4px;
    right: 30px;
  }
}
.selfCheckAnswer__top--pattern02 {
  background: url("/assets/img/self-check/bg_pattern02.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__top--pattern02::before {
    background-image: url("/assets/img/self-check/img_pattern02_left.png");
    width: 233px;
    height: 101px;
    bottom: 9px;
    left: 34px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__top--pattern02::before {
    background-image: url("/assets/img/self-check/sp/img_pattern02.png");
    width: 317px;
    height: 100px;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__top--pattern02::after {
    background-image: url("/assets/img/self-check/img_pattern02_right.png");
    width: 242px;
    height: 150px;
    bottom: 4px;
    right: 30px;
  }
}
.selfCheckAnswer__bottom {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__bottom {
    padding: 37px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__bottom {
    padding: 25px 0 28px;
  }
}
.selfCheckAnswer__bottom__btn {
  text-align: center;
}
.selfCheckAnswer__bottom__btn .btn {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__bottom__btn .btn {
    max-width: 500px;
    width: 100%;
    height: 100px;
    margin: 15px auto 35px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__bottom__btn .btn {
    width: calc(100% - 36px);
    height: 115px;
    margin: 13px 18px 38px;
  }
}
.selfCheckAnswer__bottom__btn .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #0089B8;
  color: #ffffff;
  border-radius: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("/assets/img/common/img_footer_navi_btn.png") no-repeat #0089B8;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__bottom__btn .btn a {
    padding: 0;
    background-position: 20% 50%;
    background-size: 47px auto;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__bottom__btn .btn a {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 64px;
    background-position: 30px 50%;
    background-size: 75px auto;
  }
}
.selfCheckAnswer__bottom__btn .btn a::before, .selfCheckAnswer__bottom__btn .btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.selfCheckAnswer__bottom__btn .btn a::before {
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__bottom__btn .btn a::before {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__bottom__btn .btn a::before {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    bottom: 11px;
    right: 11px;
  }
}
.selfCheckAnswer__bottom__btn .btn a::after {
  background: url("/assets/img/common/icon_blank.svg") no-repeat 50%;
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__bottom__btn .btn a::after {
    background-size: 11px auto;
    width: 22px;
    height: 22px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__bottom__btn .btn a::after {
    background-size: 11px auto;
    width: 22px;
    height: 22px;
    bottom: 11px;
    right: 11px;
  }
}
@media screen and (min-width: 769px) {
  .selfCheckAnswer__bottom__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .selfCheckAnswer__bottom__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 18px;
  }
}
.selfCheckAnswer__bottom__text ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.bnrFixed {
  position: fixed;
  z-index: 999;
  bottom: -100px;
  -webkit-transition: top 0.5s ease, bottom 0.5s ease, visibility 0.5s ease;
  transition: top 0.5s ease, bottom 0.5s ease, visibility 0.5s ease;
}
@media screen and (min-width: 769px) {
  .bnrFixed {
    right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .bnrFixed {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.bnrFixed.is-visible {
  bottom: 0;
}
.bnrFixed.is-hidden {
  bottom: -100px;
}
.bnrFixed__close {
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  text-indent: -9999px;
}
.bnrFixed__close:focus-within {
  outline: auto;
  outline: auto -webkit-focus-ring-color; /* for Chrome */
}
.bnrFixed__close::before, .bnrFixed__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #0089B8;
}
.bnrFixed__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.bnrFixed__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.bnrFixed__close:hover {
  cursor: pointer;
}
.bnrFixed > a {
  display: inline-block;
}
.bnrFixed .img {
  display: block;
  width: 360px;
  height: 87px;
}
.bnrFixed .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bnrBlock {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 -50vw 210px;
  width: 100vw;
  position: relative;
  z-index: 1;
  left: 50%;
  right: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBDD), to(#FFFBDD));
  background: linear-gradient(to bottom, #FFFBDD 0%, #FFFBDD 100%);
}
.bnrBlock::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/img/common/bg_mask_top.svg");
          mask-image: url("/assets/img/common/bg_mask_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #ffffff;
  background-size: 15px 15px;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
.bnrBlock__wrapper {
  overflow: hidden;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #ffffff;
  background-size: 15px 15px;
  margin: 0 0 0;
  padding: 0 0 0;
  position: relative;
}
.bnrBlock__wrapper::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_footer_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
.bnrBlock__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .bnrBlock__inner {
    max-width: calc(1000px + 12vw);
    margin: 0 auto;
    padding: 0 6vw 120px;
  }
}
@media screen and (max-width: 768px) {
  .bnrBlock__inner {
    margin: 0 6.4vw;
    padding: 67px 0 80px;
  }
}
.bnrBlock__title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .bnrBlock__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrBlock__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bnrBlock__title--PR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bnrBlock__title--PR::before {
  content: "PR";
  display: inline-block;
  background: #ffffff;
  border-radius: 4px;
  border: 2px solid #0089B8;
  color: #0089B8;
  margin: 0 10px 0 0;
  padding: 5px 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .bnrBlock__title--PR::before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrBlock__title--PR::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.bnrBlock .modListIndex {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .bnrBlock .modListIndex__item__img {
    aspect-ratio: 282/158;
    height: auto;
  }
}

/* container
===============================================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  height: -webkit-fill-available;
}

body {
  color: #041C38;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
  body::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
  }
}
body.unscrollable .main {
  z-index: 1001;
}

#container {
  position: relative;
  background: #ffffff;
}

a {
  color: inherit;
}
a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

.main {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main {
    margin: 158px 0 0;
  }
}

/* header
===============================================================================================*/
.header {
  width: 100%;
  background: #ffffff;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .header {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.header.is-active {
  z-index: 1002;
  background: rgba(0, 0, 0, 0.54);
  height: 100%;
}
.header__other {
  background: #f7f9fb;
}
@media screen and (min-width: 769px) {
  .header__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    height: 41px;
    padding: 0 47px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__other {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    position: fixed;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: -100%;
    z-index: 101;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header__other > li {
    margin: 0 0 0 30px;
  }
}
@media screen and (min-width: 769px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    max-width: calc(1200px + 6vw);
    margin: 0 auto;
    padding: 0 3vw;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 81px;
    padding: 0 5.87vw;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.header__top__logo > a {
  display: block;
  text-indent: -9999px;
  background: url("/assets/img/common/logo.svg") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .header__top__logo > a {
    width: 200px;
    height: 44px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__top__logo > a {
    width: 140px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .header__top__logo > a {
    width: 196px;
    height: 51px;
  }
}
@media screen and (min-width: 769px) {
  .header__top__btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__top__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .header__menu {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 81px;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.header__menu__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .header__menu__cat {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat {
    width: 100%;
    white-space: nowrap;
  }
}
.header__menu__cat .item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item {
    height: 100%;
  }
  .header__menu__cat .item:hover {
    color: #0089B8;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item:not(:last-child)::after {
    content: "";
    display: block;
    width: 2px;
    height: 53px;
    background: #CCCCCC;
    position: absolute;
    top: 11px;
    right: 0;
  }
}
.header__menu__cat .item > a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    height: 100%;
    padding: 0 0 0 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__menu__cat .item > a {
    padding: 0 0 0 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 75px;
    padding: 4px 0 0;
  }
}
.header__menu__cat .item > a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item > a::before {
    margin: 0 0.5vw 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__menu__cat .item > a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item > a::before {
    margin: 0 0 2px;
  }
}
.header__menu__cat .item > a.submenuLink .linkText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item > a.submenuLink .linkText {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item > a.submenuLink .linkText::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background: #FFD000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.header__menu__cat .item > a.submenuLink .linkText::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #030303;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item > a.submenuLink .linkText::after {
    margin: 0 0 0 4px;
    border-width: 4px 0 4px 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item > a.submenuLink .linkText::after {
    margin: 0 0 0 auto;
    border-width: 6px 0 6px 8px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item .submenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item .submenu {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -1;
    top: 76px;
    left: 100%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item .submenu__title {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 19px 0 13px;
  }
}
.header__menu__cat .item .submenu__inner {
  width: 100%;
  padding: 0 5.87vw 48px;
  background: #edfbff;
}
.header__menu__cat .item .submenu__inner ul {
  border-top: 1px solid #CCCCCC;
}
.header__menu__cat .item .submenu__inner ul li {
  border-bottom: 1px solid #CCCCCC;
}
.header__menu__cat .item .submenu__inner ul li a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item .submenu__inner ul li a {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item .submenu__inner ul li a {
    background: url("/assets/img/common/icon_arrow.svg") right 9px top 50% no-repeat;
    background-size: 13px 19px;
    padding: 16px 28px 16px 66px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item .submenu__inner ul li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
}
.header__menu__cat .item .submenu--sleep a::before {
  background-image: url("/assets/img/common/icon_header_01.svg");
  width: 32px;
  height: 32px;
  top: 13px;
  left: 14px;
}
.header__menu__cat .item .submenu--self a::before {
  background-image: url("/assets/img/common/icon_header_02.svg");
  width: 32px;
  height: 39px;
  top: 9px;
  left: 13px;
}
.header__menu__cat .item .submenu--medical a::before {
  background-image: url("/assets/img/common/icon_header_03.svg");
  width: 30px;
  height: 30px;
  top: 15px;
  left: 14px;
}
.header__menu__cat .item .submenu--learn a::before {
  background-image: url("/assets/img/common/icon_header_04.svg");
  width: 34px;
  height: 28px;
  top: 15px;
  left: 12px;
}
.header__menu__cat .item .submenu--guidebook a::before {
  background-image: url("/assets/img/common/icon_header_05.svg");
  width: 35px;
  height: 27px;
  top: 16px;
  left: 11px;
}
.header__menu__cat .item--sleep > a::before {
  background-image: url("/assets/img/common/icon_header_01.svg");
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item--sleep > a::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__menu__cat .item--sleep > a::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item--sleep > a::before {
    width: 28px;
    height: 30px;
  }
}
.header__menu__cat .item--sleep:hover > a::before, .header__menu__cat .item--sleep.current > a::before {
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
}
.header__menu__cat .item--self > a::before {
  background-image: url("/assets/img/common/icon_header_02.svg");
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item--self > a::before {
    width: 24px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item--self > a::before {
    width: 28px;
    height: 34px;
  }
}
.header__menu__cat .item--self:hover > a::before, .header__menu__cat .item--self.current > a::before {
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
}
.header__menu__cat .item--medical > a::before {
  background-image: url("/assets/img/common/icon_header_03.svg");
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item--medical > a::before {
    width: 29px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item--medical > a::before {
    width: 31px;
    height: 31px;
  }
}
.header__menu__cat .item--medical:hover > a::before, .header__menu__cat .item--medical.current > a::before {
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item--learn {
    display: none;
  }
}
.header__menu__cat .item--learn > a::before {
  background-image: url("/assets/img/common/icon_header_04.svg");
  width: 38px;
  height: 29px;
}
.header__menu__cat .item--learn:hover > a::before, .header__menu__cat .item--learn.current > a::before {
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item--guidebook {
    display: none;
  }
}
.header__menu__cat .item--guidebook > a::before {
  background-image: url("/assets/img/common/icon_header_05.svg");
  width: 42px;
  height: 30px;
}
.header__menu__cat .item--guidebook:hover > a::before, .header__menu__cat .item--guidebook.current > a::before {
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
}
.header__menu__cat .item--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0 0;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item--other {
    display: none;
  }
}
.header__menu__cat .item--other::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item--other::before {
    background-image: url("/assets/img/common/sp/icon_header_06.svg");
    width: 35px;
    height: 29px;
    margin: 0 0 2px;
  }
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item--navi {
    width: 108px;
    border: 3px solid #0089B8;
    border-radius: 6px;
    height: 38px;
    margin: 0 0 0 1.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__menu__cat .item--navi .btnNavi::before {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item--navi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item.is-active .submenu {
    display: block;
    visibility: visible;
    z-index: 1;
  }
}
.header__menu__cat .item.current > a {
  color: #0089B8;
}
@media screen and (min-width: 769px) {
  .header__menu__cat .item.current > a::after {
    content: "";
    display: inline-block;
    width: calc(100% - 1vw);
    height: 4px;
    background-color: #0089B8;
    position: absolute;
    bottom: 0;
    left: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__menu__cat .item.current > a::after {
    width: calc(100% - 1.7vw);
    left: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .header__menu__cat .item.current::before {
    content: "";
    display: inline-block;
    margin: 0 3.2vw;
    width: calc(100% - 6.4vw);
    height: 3px;
    background: #0089B8;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.header .btnNavi {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header .btnNavi {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .header .btnNavi {
    padding: 42px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    height: 81px;
  }
}
.header .btnNavi::before {
  background-image: url("/assets/img/common/icon_search.svg");
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
@media screen and (min-width: 769px) {
  .header .btnNavi::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header .btnNavi::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 19px;
    height: 19px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 769px) {
  .header .btnNavi:hover {
    color: #ffffff;
    background: #0089B8;
  }
  .header .btnNavi:hover::before {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
  }
}

/* footer
===============================================================================================*/
.footer {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 30px 0 0;
  }
}
.footer > div:first-child .footer__top__inner::before, .footer > div:first-child .footer__top__inner::after,
.footer > div:first-child .footer__middle__inner::before,
.footer > div:first-child .footer__middle__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .footer > div:first-child .footer__top__inner::before,
  .footer > div:first-child .footer__middle__inner::before {
    background-image: url("/assets/img/common/bg_footer_left.png");
    width: 202px;
    height: 102px;
    top: -120px;
    left: 110px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer > div:first-child .footer__top__inner::before,
  .footer > div:first-child .footer__middle__inner::before {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer > div:first-child .footer__top__inner::before,
  .footer > div:first-child .footer__middle__inner::before {
    background-image: url("/assets/img/common/sp/bg_footer_left.png");
    width: 76px;
    height: 75px;
    top: -64px;
    left: 32px;
  }
}
@media screen and (min-width: 769px) {
  .footer > div:first-child .footer__top__inner::after,
  .footer > div:first-child .footer__middle__inner::after {
    background-image: url("/assets/img/common/bg_footer_right.png");
    width: 225px;
    height: 82px;
    top: -140px;
    right: 127px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer > div:first-child .footer__top__inner::after,
  .footer > div:first-child .footer__middle__inner::after {
    right: 77px;
  }
}
@media screen and (max-width: 768px) {
  .footer > div:first-child .footer__top__inner::after,
  .footer > div:first-child .footer__middle__inner::after {
    background-image: url("/assets/img/common/sp/bg_footer_right.png");
    width: 112px;
    height: 68px;
    top: -58px;
    right: 30px;
  }
}
.footer .footer__middle__bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_mask_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  margin: -100px 0 -10px;
  padding: 6% 0 0;
}
.footer__top {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFECD4), to(#FFFBDD));
  background: linear-gradient(to top, #FFECD4 0%, #FFFBDD 100%);
}
.footer__top::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_mask_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .footer__top__inner {
    max-width: calc(1200px + 6vw);
    margin: -30px auto 0;
    padding: 0 3vw 83px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__inner {
    padding: 26px 0 40px;
  }
}
.footer__top__navi {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer__top__navi {
    margin: 0 0 75px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi {
    margin: 0 6.4vw 20px;
  }
}
.footer__top__navi::before, .footer__top__navi::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.footer__top__navi::before {
  background: url("/assets/img/common/img_footer_01.png") no-repeat 0 0;
}
@media screen and (min-width: 769px) {
  .footer__top__navi::before {
    background-size: 177px auto;
    width: 177px;
    height: 209px;
    left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__top__navi::before {
    background-size: 117px auto;
    width: 117px;
    height: 139px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi::before {
    display: none;
  }
}
.footer__top__navi::after {
  background: url("/assets/img/common/img_footer_02.png") no-repeat 0 0;
}
@media screen and (min-width: 769px) {
  .footer__top__navi::after {
    background-size: 178px auto;
    width: 178px;
    height: 208px;
    right: 52px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__top__navi::after {
    background-size: 118px auto;
    width: 118px;
    height: 138px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi::after {
    display: none;
  }
}
.footer__top__navi .title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("/assets/img/common/icon_search.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .footer__top__navi .title {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 40px 0 0;
    background-size: 36px auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi .title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 9px;
    padding: 32px 0 0;
    background-size: 26px auto;
  }
}
.footer__top__navi .btn {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .footer__top__navi .btn {
    max-width: 664px;
    width: 100%;
    height: 210px;
    margin: 34px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__top__navi .btn {
    padding: 0 15vw;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi .btn {
    width: 100%;
    max-width: 332px;
    height: 115px;
    margin: 13px auto 0;
  }
}
.footer__top__navi .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #0089B8;
  color: #ffffff;
  border-radius: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("/assets/img/common/img_footer_navi_btn.png") no-repeat #0089B8;
  border: 3px solid #0089B8;
}
@media screen and (min-width: 769px) {
  .footer__top__navi .btn a {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0 0 0 18%;
    background-position: 20% 50%;
    background-size: 107px auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi .btn a {
    padding: 0 0 0 60px;
    background-position: 44px 50%;
    background-size: 75px auto;
  }
}
.footer__top__navi .btn a::before, .footer__top__navi .btn a::after {
  content: "";
  display: inline-block;
}
.footer__top__navi .btn a::before {
  background: #ffffff;
  border-radius: 48px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .footer__top__navi .btn a::before {
    width: 48px;
    height: 48px;
    bottom: 23px;
    right: 23px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi .btn a::before {
    width: 22px;
    height: 22px;
    bottom: 11px;
    right: 11px;
  }
}
.footer__top__navi .btn a::after {
  background: url("/assets/img/common/icon_blank.svg") no-repeat 50%;
  -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
          filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  position: absolute;
}
@media screen and (min-width: 769px) {
  .footer__top__navi .btn a::after {
    background-size: 23px auto;
    width: 23px;
    height: 23px;
    bottom: 34px;
    right: 36px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top__navi .btn a::after {
    background-size: 11px auto;
    width: 11px;
    height: 11px;
    bottom: 16px;
    right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .footer__top__navi .btn a:hover {
    background-color: #ffffff;
    background-image: url("/assets/img/common/img_footer_navi_btn_color.png");
    color: #0089B8;
  }
}
.footer__top + .footer__middle__bg {
  display: none;
}
.footer__middle {
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__middle {
    padding: 0 0 30px;
  }
}
.footer__middle__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .footer__middle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(1200px + 6vw);
    margin: 0 auto;
    padding: 44px 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle__inner {
    padding: 26px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle__main .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle__main .list > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle__main .list > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle__main .list > li a:hover {
    color: #0089B8;
  }
  .footer__middle__main .list > li a:hover .modIconArrow {
    background: #0089B8;
  }
  .footer__middle__main .list > li a:hover .modIconArrow::before {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);
  }
}
@media screen and (min-width: 769px) {
  .footer__middle__other {
    border-left: 1px solid #CCCCCC;
    width: 160px;
    margin: 0 0 0 18px;
    padding: 0 0 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle__other {
    margin: 22px 6.4vw 0;
  }
}
.footer__middle__other .list > li {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .footer__middle__other .list > li + li {
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle__other .list > li + li {
    margin: 12px 0 0;
  }
}
.footer__middle__other .list > li a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .footer__middle__other .list > li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle__other .list > li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer__middle__other .list > li a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/common/icon_blank_footer.svg") no-repeat 0 0;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  margin: 0 0 -1px 6px;
}
@media screen and (min-width: 769px) {
  .footer__middle__other .list > li a:hover {
    color: #0089B8;
  }
  .footer__middle__other .list > li a:hover::after,
  .footer__middle__other .list > li a:hover .iconlower {
    -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
            filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  }
}
@media screen and (min-width: 769px) {
  .footer__middle .list + .list {
    margin: 12px 0 0;
  }
}
.footer__middle .list__top {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer__middle .list__top {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__top {
    margin: 11px 0 0;
    padding: 0 6.4vw;
  }
}
.footer__middle .list__top > a {
  display: inline-block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .footer__middle .list__top > a {
    margin: 0 0 0 20px;
    text-indent: -20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__top > a {
    position: relative;
    margin: 0 0 0 21px;
    text-indent: -21px;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle .list__top > a .modIconArrow {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 5px -2px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__top > a .modIconArrow {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin: 0 5px -2px 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle .list__top > a .modIconArrow::before {
    width: 5px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__top > a .modIconArrow::before {
    width: 5px;
    height: 7px;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle .list__lower {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__lower {
    padding: 0 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle .list__lower ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__lower ul {
    margin: 0 0 0 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  .footer__middle .list__lower ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__lower ul li {
    padding: 7px 0 0 0;
  }
}
.footer__middle .list__lower ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #cccccc;
}
@media screen and (min-width: 769px) {
  .footer__middle .list__lower ul li::after {
    margin: 0 19px 0 18px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .footer__middle .list__lower ul li::after {
    margin: 0 10px 0 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  .footer__middle .list__lower ul li::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__lower ul li::after {
    display: none;
  }
}
.footer__middle .list__lower ul li:last-child::after {
  display: none;
}
.footer__middle .list__lower ul li a {
  display: inline-block;
  text-indent: -12px;
  margin: 0 0 0 12px;
}
.footer__middle .list__lower ul li a .iconlower {
  display: inline-block;
  background: url("/assets/img/common/icon_arrow.svg") 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .footer__middle .list__lower ul li a .iconlower {
    width: 8px;
    height: 11px;
    margin: 0 4px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__middle .list__lower ul li a .iconlower {
    width: 8px;
    height: 11px;
    margin: 0 4px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__middle .list__lower ul li a:hover {
    color: #0089B8;
  }
  .footer__middle .list__lower ul li a:hover .iconlower {
    -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
            filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  }
}
.footer__lower {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__lower {
    border-top: 1px solid #CCCCCC;
  }
}
.footer__lower__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer__lower__inner {
    max-width: calc(1200px + 6vw);
    margin: 0 auto;
    padding: 32px 3vw 21px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower__inner {
    padding: 0 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__lower .logo {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__lower .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin: 26px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__lower .logo img {
    width: 228px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .footer__lower .logo img {
    width: 164px;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower .logo img {
    width: 164px;
  }
}
.footer__lower .copyright {
  color: #68696a;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .footer__lower .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 14px 0 0;
  }
}

/* pageSection
===============================================================================================*/
.pageSection {
  position: relative;
  overflow: hidden;
}
.pageSection__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pageSection__inner {
    max-width: calc(1000px + 12vw);
    margin: 0 auto;
    padding: 100px 6vw 80px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection__inner {
    margin: 0 6.4vw;
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 769px) {
  .pageSection__inner--min {
    max-width: calc(982px + 24vw);
    margin: 0 auto;
    padding: 100px 12vw 80px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection__inner--min {
    margin: 0 10.67vw;
  }
}
.pageSection--bgColor {
  background: #F0F5F7;
}
.pageSection--bgDot {
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #ffffff;
  background-size: 15px 15px;
}
.pageSection--bgWhite {
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .pageSection--bgWhite .pageSection__inner {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--bgWhite .pageSection__inner {
    padding-top: 100px !important;
  }
}
.pageSection--bgSupervision {
  background-color: #DCEFF7;
}
@media screen and (min-width: 769px) {
  .pageSection--bgSupervision .pageSection__inner {
    padding-top: 26px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pageSection--bgSupervision .pageSection__inner {
    padding-top: 36px;
  }
}
@media screen and (min-width: 769px) {
  .pageSection--bgTop {
    padding-bottom: 70px;
  }
}
.pageSection--bgTop::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/img/common/bg_mask_top.svg");
          mask-image: url("/assets/img/common/bg_mask_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
          mask-position: 50% 100%;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: -webkit-gradient(linear, left top, right top, from(#ebf2f5), to(#f5f3de));
  background: linear-gradient(to right, #ebf2f5 0%, #f5f3de 100%);
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .pageSection--noHidden {
    overflow: inherit;
  }
}
@media screen and (min-width: 769px) {
  .pageSection:last-child {
    padding-bottom: 8% !important;
  }
}
@media screen and (max-width: 768px) {
  .pageSection:last-child .pageSection__inner {
    margin-bottom: 120px !important;
    padding-bottom: 0;
  }
}
.pageSection:last-child::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_footer_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}

/* article
===============================================================================================*/
.article {
  position: relative;
}
@media screen and (min-width: 769px) {
  .article .pageSection__inner {
    margin-top: -30px;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .article .pageSection__inner {
    padding-top: 0;
  }
}
.article::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_mask_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
.article a:not([class]) {
  text-decoration: underline;
}
.article a:not([class]):visited .title {
  color: #681DA8;
}
.article a:not([class]):hover {
  color: #0089B8;
}
.article a:not([class])[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("/assets/img/common/icon_blank.svg") no-repeat 0 0;
  background-size: contain;
  -webkit-filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
          filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 14px -2px 7px;
}
.article a:not([class])[target=_blank]:visited::after {
  -webkit-filter: invert(12%) sepia(99%) saturate(5105%) hue-rotate(274deg) brightness(73%) contrast(89%);
          filter: invert(12%) sepia(99%) saturate(5105%) hue-rotate(274deg) brightness(73%) contrast(89%);
}
@media screen and (min-width: 769px) {
  .article a:not([class])[target=_blank]:hover::after {
    -webkit-filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
            filter: invert(33%) sepia(79%) saturate(1422%) hue-rotate(167deg) brightness(94%) contrast(101%);
  }
}
@media screen and (min-width: 769px) {
  .article ul {
    margin: 14px 0;
  }
}
.article ul li {
  position: relative;
  margin: 4px 0 0;
  padding: 0 0 0 21px;
}
.article ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #0089B8;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .article ul li::before {
    top: 6.71875px;
  }
}
@media screen and (max-width: 768px) {
  .article ul li::before {
    top: 7.5625px;
  }
}
@media screen and (min-width: 769px) {
  .article ol {
    margin: 14px 0;
  }
}
.article strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article sup {
  font-size: 70%;
  line-height: 1;
  vertical-align: super;
  margin-bottom: auto;
}
@media screen and (min-width: 769px) {
  .article .pageSection__inner > .modHeadingSection {
    margin: 66px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article .pageSection__inner > .modHeadingSection {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article .pageSection__inner > .modHeadingSection + .articleImgBlock {
    margin: 20px 0 0;
  }
}
.articleImgBlock {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .articleImgBlock {
    margin: 42px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock {
    margin: 40px 0 0;
  }
}
.articleImgBlock p + p {
  margin-top: 18px;
}
.articleImgBlock .img {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 2px solid #DDDDDD;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img.js-modal--sp::before {
    content: "";
    display: inline-block;
    background: url("/assets/img/common/icon_scale.png") no-repeat 0 0;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    right: 4px;
    bottom: 5px;
  }
}
.articleImgBlock .img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__caption {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img__caption {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin-top: 10px;
  }
}
.articleImgBlock .img__caption--bg {
  background: #EDEDED;
  border-radius: 12px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__caption--bg {
    margin: 20px 0 10px;
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img__caption--bg {
    margin: 14px 0 10px;
    padding: 30px 25px;
  }
}
.articleImgBlock .img__caption--bg > table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.articleImgBlock .img__caption--bg > table th,
.articleImgBlock .img__caption--bg > table td {
  vertical-align: text-top;
  display: inline-block;
}
.articleImgBlock .img__caption--bg > table th {
  font-weight: bold;
}
.articleImgBlock .img__caption--bg > table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.articleImgBlock .img__caption--bg > table + table {
  margin-top: 18px;
}
.articleImgBlock .img__caption--bg > p:nth-child(1), .articleImgBlock .img__caption--bg > p:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__caption--bg > p:nth-child(4) {
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__wrapper {
    display: inline-block;
    margin: 6px 0 8px 40px;
    float: right;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img__wrapper {
    display: block;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__wrapper--single {
    width: 100%;
    max-width: inherit;
    float: none;
    margin: 27px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img__wrapper--single {
    margin: 20px 0 0;
  }
}
.articleImgBlock .img__wrapper--single + * {
  margin-top: 18px;
}
.articleImgBlock .img__wrapper--min {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__wrapper + .img__wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img__wrapper + .img__wrapper {
    margin-top: 20px;
  }
}
.articleImgBlock .img__wrapper .caption__wrapper {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 2px solid #DDDDDD;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__wrapper .caption__wrapper {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img__wrapper .caption__wrapper {
    padding: 30px 25px;
  }
}
.articleImgBlock .img__wrapper .caption__wrapper .img {
  border-radius: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .img__wrapper .caption__wrapper .img__caption--bg {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .img__wrapper .caption__wrapper .img__caption--bg {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock ul {
    margin: 3px 0 0;
  }
}
.articleImgBlock .modHeadingSection__title--h3 {
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .modHeadingSection__title--h3 {
    margin-bottom: 13px;
    padding-left: 16px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .modHeadingSection__title--h3 {
    padding-bottom: 2px;
    padding-left: 16px;
    right: 0;
  }
}
.articleImgBlock .modHeadingSection__title--h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .articleImgBlock .modHeadingSection__title--h3::before {
    height: calc(100% - 11px);
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock__wrapper .articleImgBlock .modHeadingSection {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock__wrapper .articleImgBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 0;
  }
  .articleImgBlock__wrapper .articleImgBlock .img__wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 20px;
  }
  .articleImgBlock__wrapper .articleImgBlock .modHeadingSection {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .articleImgBlock__wrapper .articleImgBlock :not(.img__wrapper, .modHeadingSection) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .singleOver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 21px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .singleOver {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .singleOver .img__wrapper {
    width: calc(50% - 11px);
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .singleOver .img__wrapper + .img__wrapper {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .singleOver.swiper-wrapper {
    margin: 27px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .singleOver.swiper-wrapper .img__wrapper {
    width: calc(33.3333333333% - 11px);
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .singleOver.swiper-wrapper--single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .singleOver.swiper-wrapper--single .img__wrapper {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .singleOver.swiper-wrapper--single .img__wrapper + .img__wrapper {
    margin-top: 20px;
  }
}
.articleImgBlock .articleTable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable {
    table-layout: fixed;
  }
}
.articleImgBlock .articleTableOuter + * {
  margin-top: 18px;
}
.articleImgBlock .articleTable__wrapper {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 2px solid #DDDDDD;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable__wrapper {
    margin: 27px 0 0;
    padding: 35px 7% 40px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable__wrapper {
    margin: 20px 0 0;
    padding: 25px 18px 18px;
  }
}
.articleImgBlock .articleTable caption {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable caption {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable caption {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable tbody th,
  .articleImgBlock .articleTable tbody td {
    padding: 15px 5%;
    border: 1px solid #CCCCCC;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable tbody th,
  .articleImgBlock .articleTable tbody td {
    padding: 10px 17px;
    border: 1px solid #CCCCCC;
  }
}
.articleImgBlock .articleTable tbody th + *,
.articleImgBlock .articleTable tbody td + * {
  border-left: none;
}
.articleImgBlock .articleTable tbody th {
  background: #EDFFFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable tbody th {
    width: 30%;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable tbody th {
    font-size: 16px;
    font-size: 1.6rem;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable tbody tr:first-child > * {
    border-top: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable tbody tr:first-child > * {
    border-top: 1px solid #CCCCCC;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable tbody tr:first-child > *:first-child {
    border-radius: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable tbody tr:first-child > *:first-child {
    border-radius: 10px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable tbody tr:first-child > *:last-child {
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable tbody tr:first-child > *:last-child {
    border-radius: 0 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable tbody tr:last-child > *:first-child {
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable tbody tr:last-child > *:first-child {
    border-radius: 0 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable tbody tr:last-child > *:last-child {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable tbody tr:last-child > *:last-child {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable__caption {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable__caption {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin-top: 10px;
  }
}
.articleImgBlock .articleTable__caption--bg {
  background: #EDEDED;
  border-radius: 12px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable__caption--bg {
    margin: 20px 0 10px;
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable__caption--bg {
    margin: 14px 0 10px;
    padding: 30px 25px;
  }
}
.articleImgBlock .articleTable__caption--bg p:nth-child(1), .articleImgBlock .articleTable__caption--bg p:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable__caption--bg p:nth-child(4) {
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable--vertical tbody th,
  .articleImgBlock .articleTable--vertical tbody td {
    padding: 15px 5%;
    border: 1px solid #CCCCCC;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable--vertical tbody th,
  .articleImgBlock .articleTable--vertical tbody td {
    display: block;
    padding: 10px 17px;
    border: 1px solid #CCCCCC;
  }
}
.articleImgBlock .articleTable--vertical tbody th {
  background: #EDFFFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable--vertical tbody th {
    width: 30%;
    border-right: none;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable--vertical tbody th {
    font-size: 16px;
    font-size: 1.6rem;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable--vertical tbody tr:first-child > * {
    border-top: 1px solid #CCCCCC;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable--vertical tbody tr:first-child > *:first-child {
    border-radius: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable--vertical tbody tr:first-child > *:first-child {
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #CCCCCC;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable--vertical tbody tr:first-child > *:last-child {
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable--vertical tbody tr:first-child > *:last-child {
    border-radius: 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable--vertical tbody tr:last-child > *:first-child {
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable--vertical tbody tr:last-child > *:first-child {
    border-radius: 0;
  }
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleTable--vertical tbody tr:last-child > *:last-child {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleTable--vertical tbody tr:last-child > *:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.articleImgBlock .articleImgList {
  margin: -10px 0 0;
}
.articleImgBlock .articleImgList__title {
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleImgList__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleImgList__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.articleImgBlock .articleImgList__main {
  counter-reset: listnum;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleImgList__main {
    margin: 22px 0 -30px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleImgList__main {
    margin: 12px 0 -30px;
  }
}
.articleImgBlock .articleImgList__main li {
  border-top: 2px solid #DDDDDD;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleImgList__main li {
    padding: 24px 0 24px 28px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleImgList__main li {
    padding: 12px 0 12px 28px;
  }
}
.articleImgBlock .articleImgList__main li::before {
  display: inline-block;
  counter-increment: listnum;
  content: counter(listnum);
  width: 18px;
  height: 18px;
  line-height: 20px;
  border-radius: 100%;
  color: #ffffff;
  background: #0089B8;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .articleImgBlock .articleImgList__main li::before {
    font-size: 10px;
    font-size: 1rem;
    top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .articleImgBlock .articleImgList__main li::before {
    font-size: 10px;
    font-size: 1rem;
    top: 16px;
  }
}
.articleImgBlock:has(.img__wrapper--min) {
  text-align: center;
}
.articleDefinitionList {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .articleDefinitionList {
    margin-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .articleDefinitionList {
    margin-top: 40px;
  }
}
.articleDefinitionList dt {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #FFD000;
  margin: 0 0 6px;
  padding: 0 0 6px;
}
.articleDefinitionList dd + dt {
  margin-top: 40px;
}
.articleAnnotationList {
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .articleAnnotationList {
    margin: 88px 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .articleAnnotationList {
    margin: 70px 0 0 !important;
  }
}
.articleAnnotationList > li {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 769px) {
  .articleAnnotationList > li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .articleAnnotationList > li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 13px;
  }
}
.articleAnnotationList--caption {
  text-align: right;
  margin-top: 10px !important;
}
@media screen and (min-width: 769px) {
  .articleAnnotationList--caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .articleAnnotationList--caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.articleAnnotationList--ja > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0;
  margin-left: 0;
}
.articleAnnotationList--ja > li span:first-child {
  word-break: keep-all;
}
@media screen and (min-width: 769px) {
  .articleAnnotationText {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .articleAnnotationText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .article .short-sleeperBlock ul {
    margin-bottom: 16px;
  }
}
.article .short-sleeperBlock ul li {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .article .short-sleeperBlock ul li::before {
    top: calc(1em + 1.6875px - 11px);
  }
}
@media screen and (max-width: 768px) {
  .article .short-sleeperBlock ul li::before {
    top: calc(1em + 1.6875px - 10px);
  }
}
.article .sampleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #FFF5BF;
  border-radius: 10px;
  background: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article .sampleBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .article .sampleBlock__wrapper {
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article .sampleBlock__wrapper {
    margin: 41px 0 0;
  }
}
.article .sampleBlock__title, .article .sampleBlock__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article .sampleBlock__title {
  background: #FFF5BF;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .article .sampleBlock__title {
    max-width: 200px;
  }
}
.article .sampleBlock__title > *:first-child {
  margin-top: auto;
}
.article .sampleBlock__title > *:last-child {
  margin-bottom: auto;
}
.article .sampleBlock__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 26px 20px;
}
.articleCoverageDate {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .articleCoverageDate {
    margin: 42px 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .articleCoverageDate {
    margin: 40px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.articleCoverageDate__title {
  word-break: keep-all;
}
.article.interview .modHeadingSection__title--h3 {
  background: #F0F5F7;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .article.interview .modHeadingSection__title--h3 {
    margin: 0 0 24px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .article.interview .modHeadingSection__title--h3 {
    width: 100%;
    margin: 0 0 12px;
    padding: 20px 15px;
  }
}
.article.interview .modHeadingSection__title--h3::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .article.interview .articleImgBlock {
    margin: 54px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article.interview .articleImgBlock {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .article.interview .articleImgBlock:has(.img__wrapper) {
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .article.interview .articleImgBlock:has(.img__wrapper) {
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .article.interview .articleImgBlock .articleAnnotationList {
    margin: 18px 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .article.interview .articleImgBlock .articleAnnotationList {
    margin: 18px 0 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .article.interview .img__wrapper.img__wrapper--single {
    display: block;
    margin: 0 auto;
    padding: 0 25%;
    max-width: calc(500px + 50%);
  }
}
@media screen and (max-width: 768px) {
  .article.interview .img__wrapper.img__wrapper--single {
    margin: 0;
    padding: 0;
  }
}
.article.interview .img__wrapper.img__wrapper--single .img {
  border: none;
}
@media screen and (min-width: 769px) {
  .article.interview .img__wrapper.img__wrapper--single .img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .article.interview .img__wrapper.img__wrapper--single .img {
    margin: 0;
  }
}
.article.interview .img__wrapper.img__wrapper--single .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.articleAttentionBox {
  border-radius: 12px;
  padding: 20px 30px 20px 80px;
  background: #F0F5F7;
  background-image: url("/assets/img/common/img_attention.png");
  background-size: 34px 60px;
  background-repeat: no-repeat;
  background-position: 30px 50%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .articleAttentionBox {
    margin: 53px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .articleAttentionBox {
    margin: 40px 0 0;
  }
}
.articleAttentionBox em {
  font-style: normal;
}
.article:has(+ .bnrBlock__wrapper) {
  padding: 0 0 120px;
}
.article:has(+ .bnrBlock__wrapper)::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_footer_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}

/* toc
===============================================================================================*/
.toc {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF3C6), to(#FFE5C6));
  background: linear-gradient(to bottom, #FFF3C6 0%, #FFE5C6 100%);
}
.toc::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/img/common/bg_mask_top.svg");
          mask-image: url("/assets/img/common/bg_mask_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #ffffff;
  background-size: 15px 15px;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
.toc__wrapper {
  position: relative;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #ffffff;
  background-size: 15px 15px;
}
@media screen and (min-width: 769px) {
  .toc__wrapper {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .toc__wrapper {
    padding: 0 0 32px;
  }
}
.toc__wrapper::before, .toc__wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .toc__wrapper::before {
    background-image: url("/assets/img/common/img_toc_left.png");
    width: 136px;
    height: 130px;
    bottom: 19px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .toc__wrapper::before {
    background-image: url("/assets/img/common/sp/img_toc_left.png");
    width: 69px;
    height: 59px;
    bottom: 6px;
    left: 23px;
  }
}
@media screen and (min-width: 769px) {
  .toc__wrapper::after {
    background-image: url("/assets/img/common/img_toc_right.png");
    width: 208px;
    height: 136px;
    bottom: 33px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .toc__wrapper::after {
    background-image: url("/assets/img/common/sp/img_toc_right.png");
    width: 100px;
    height: 67px;
    bottom: 5px;
    right: 18px;
  }
}
.toc__wrapper--trivia::before {
  background-image: url("/assets/img/common/img_toc_left_trivia.png");
  background-size: contain;
  aspect-ratio: 426/330;
  height: auto;
}
@media screen and (min-width: 769px) {
  .toc__wrapper--trivia::before {
    width: 213px;
    bottom: 19px;
    left: 22px;
  }
}
@media screen and (max-width: 768px) {
  .toc__wrapper--trivia::before {
    width: 120px;
    bottom: -2px;
    left: 22px;
  }
}
.toc__wrapper--trivia::after {
  background-image: url("/assets/img/common/img_toc_right_trivia.png");
  background-size: contain;
  aspect-ratio: 448/368;
  height: auto;
}
@media screen and (min-width: 769px) {
  .toc__wrapper--trivia::after {
    width: 224px;
    bottom: 36px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .toc__wrapper--trivia::after {
    width: 128px;
    bottom: -15px;
    right: 22px;
  }
}
@media screen and (min-width: 769px) {
  .toc__wrapper--trivia .toc__inner {
    padding-bottom: 120px;
  }
}
.toc__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .toc__inner {
    max-width: calc(1000px + 12vw);
    margin: 0 auto;
    padding: 0 6vw 90px;
  }
}
@media screen and (max-width: 768px) {
  .toc__inner {
    margin: 0 6.4vw;
    padding: 50px 0 80px;
  }
}
.toc__date {
  text-align: right;
  height: 27px;
}
.toc__date > * {
  display: inline-block;
}
.toc__date--elapsed {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 12px 0 0;
  padding: 25px 30px 22px 69px;
  text-align: left;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("/assets/img/common/icon_elapsed.svg") no-repeat 30px 50% rgba(255, 255, 255, 0.6);
  background-size: 19px 19px;
}
.toc__date .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.toc__date#update-information {
  min-height: 2rem;
  height: auto;
}
.toc__block {
  background: #ffffff;
  border-radius: 12px;
  margin: 12px 0 0;
}
@media screen and (min-width: 769px) {
  .toc__block {
    padding: 25px 30px 22px;
  }
}
@media screen and (max-width: 768px) {
  .toc__block {
    padding: 28px 5.33vw;
  }
}
.toc__block__title {
  border-bottom: 1px solid #FFD000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .toc__block__title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .toc__block__title {
    padding: 0 0 14px;
  }
}
.toc__block__title--teacher::before, .toc__block__title--list::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 5px -3px 0;
}
.toc__block__title--teacher {
  margin: 0 0 8px;
}
.toc__block__title--teacher::before {
  width: 19px;
  height: 19px;
  background-image: url("/assets/img/common/icon_toc_01.svg");
}
.toc__block__title--list::before {
  width: 20px;
  height: 16px;
  background-image: url("/assets/img/common/icon_toc_02.svg");
}
@media screen and (min-width: 769px) {
  .toc__block__teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .toc__block__teacher {
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .toc__block__teacher .teacherBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 22px);
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .toc__block__teacher .teacherBlock {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .toc__block__teacher .teacherBlock__affiliation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 768px) {
  .toc__block__teacher .teacherBlock__affiliation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.toc__block__teacher .teacherBlock__name {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .toc__block__teacher .teacherBlock__name {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .toc__block__teacher .teacherBlock__name {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 0;
  }
}
.toc__block__teacher .teacherBlock__img {
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #CCCCCC;
}
@media screen and (min-width: 769px) {
  .toc__block__teacher .teacherBlock__img {
    width: 66px;
    height: 66px;
    margin: 0 14px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .toc__block__teacher .teacherBlock__img {
    width: 87px;
    height: 87px;
    margin: 0 0 15px;
  }
}
.toc__block__teacher .teacherBlock__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .toc__block__teacher .teacherBlock__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .toc__block__teacher .teacherBlock:only-child {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .toc__block__list:last-child {
    margin-bottom: 6px;
  }
}
.toc__block__list li {
  border-bottom: 1px solid #FFD000;
}
.toc__block__list li a {
  display: block;
  text-indent: -0.8em;
  margin-left: 0.8em;
}
@media screen and (min-width: 769px) {
  .toc__block__list li a {
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .toc__block__list li a {
    padding: 14px 0;
  }
}
.toc__block__list li .toc__block__list {
  margin: 0 0 0 1.5vw;
}
.toc__block__list li .toc__block__list li:last-child {
  border-bottom: none;
}

/* interviewee
===============================================================================================*/
.interviewee {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF3C6), to(#FFE5C6));
  background: linear-gradient(to bottom, #FFF3C6 0%, #FFE5C6 100%);
}
.interviewee::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/img/common/bg_mask_top.svg");
          mask-image: url("/assets/img/common/bg_mask_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #ffffff;
  background-size: 15px 15px;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
.interviewee__wrapper {
  position: relative;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #ffffff;
  background-size: 15px 15px;
}
@media screen and (min-width: 769px) {
  .interviewee__wrapper {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .interviewee__wrapper {
    padding: 0 0 32px;
  }
}
.interviewee__wrapper::before, .interviewee__wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .interviewee__wrapper::before {
    background-image: url("/assets/img/common/img_toc_left.png");
    width: 136px;
    height: 130px;
    bottom: 19px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .interviewee__wrapper::before {
    background-image: url("/assets/img/common/sp/img_toc_left.png");
    width: 69px;
    height: 59px;
    bottom: 6px;
    left: 23px;
  }
}
@media screen and (min-width: 769px) {
  .interviewee__wrapper::after {
    background-image: url("/assets/img/common/img_toc_right.png");
    width: 208px;
    height: 136px;
    bottom: 33px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .interviewee__wrapper::after {
    background-image: url("/assets/img/common/sp/img_toc_right.png");
    width: 100px;
    height: 67px;
    bottom: 5px;
    right: 18px;
  }
}
.interviewee__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .interviewee__inner {
    max-width: calc(1000px + 12vw);
    margin: 0 auto;
    padding: 0 6vw 90px;
  }
}
@media screen and (max-width: 768px) {
  .interviewee__inner {
    margin: 0 6.4vw;
    padding: 50px 0 80px;
  }
}
.interviewee .name {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 15px;
  padding: 0 0 20px;
}
.interviewee .text + .text {
  margin-top: 12px;
}
.interviewee .text--annotation {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .interviewee .img__wrapper {
    display: block;
    margin: 25px auto 0;
    padding: 0 6.5vw;
    max-width: calc(800px + 19.5vw);
  }
}
@media screen and (max-width: 768px) {
  .interviewee .img__wrapper {
    margin: 25px 0 0;
    padding: 0;
  }
}
.interviewee .img {
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .interviewee .img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .interviewee .img {
    margin: 0;
  }
}
.interviewee .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

@media screen and (min-width: 769px) {
  .top .header {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .top .pageSection--bgDot {
    padding: 0 0 60px;
  }
}
.top .pageSection--bgDot::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_mask_top_color.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .top .pageSection--bgDot .pageSection__inner {
    padding-top: 70px;
  }
}
@media screen and (min-width: 769px) {
  .top .pageSection--bgColor {
    padding: 0 0 50px;
  }
}
.top .pageSection--bgColor::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/img/common/bg_mask_top.svg");
          mask-image: url("/assets/img/common/bg_mask_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #fff;
  background-size: 15px 15px;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
.top .pageSection--bgColor + .pageSection--bgDot::before {
  background-image: url("/assets/img/common/bg_supervision_top.svg");
}
@media screen and (min-width: 769px) {
  .top .pageSection--bgTop {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .top .pageSection--bgSupervision .pageSection__inner {
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .top .pageSection__inner {
    padding-top: 60px;
  }
}
.topKv {
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .topKv {
    margin: 0;
    padding: 0 0 203px;
  }
}
@media screen and (max-width: 768px) {
  .topKv {
    margin: 0 0 -24px;
    padding: 0 0 102px;
  }
}
.topKv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/img/top/bg_kv.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) {
  .topKv::before {
    background-size: 100% auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .topKv::before {
    background-image: url("/assets/img/top/sp/bg_kv.png");
    background-position: 50% 100%;
    background-size: contain;
    bottom: 0;
  }
}
.topKv__inner {
  position: relative;
}
.topKv__inner::before, .topKv__inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .topKv__inner::before {
    background-image: url("/assets/img/top/bg_kv_01.png");
    width: 293px;
    height: 83px;
    bottom: -134px;
    left: 98px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .topKv__inner::before {
    width: 223px;
    height: 83px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__inner::before {
    display: none;
  }
}
.topKv__inner::after {
  background-image: url("/assets/img/top/bg_kv_02.png");
}
@media screen and (min-width: 769px) {
  .topKv__inner::after {
    width: 293px;
    height: 92px;
    bottom: -140px;
    right: 87px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .topKv__inner::after {
    width: 223px;
    height: 92px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__inner::after {
    width: 161px;
    height: 187px;
    bottom: -233px;
    right: 23px;
  }
}
.topKv__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topKv__title {
    padding: 0 7vw;
    aspect-ratio: 2400/524;
  }
}
@media screen and (max-width: 768px) {
  .topKv__title {
    padding: 18px 0 0 0;
    aspect-ratio: 692/670;
  }
}
.topKv__title img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.topKv__img {
  display: block;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .topKv__img {
    margin: 0 auto;
    padding: 14px 0 0;
    aspect-ratio: 1400/490;
  }
}
@media screen and (max-width: 768px) {
  .topKv__img {
    padding: 34px 0 0 0;
    aspect-ratio: 692/668;
  }
}
.topKv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.topKv__specialBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr {
    max-width: calc(1000px + 24vw);
    margin: 42px auto 0;
    padding: 0 6vw;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__specialBnr {
    margin: 22px auto 0;
    padding: 0 6.4vw;
    gap: 16px 11px;
  }
}
.topKv__specialBnr__item {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr__item {
    width: calc(50% - 15px);
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__specialBnr__item {
    width: calc(50% - 5.5px);
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr__item:nth-child(n+3) {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .topKv__specialBnr__item:nth-child(n+3) {
    width: calc(33.3333333333% - 7.4px);
  }
}
.topKv__specialBnr__item:only-child {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topKv__specialBnr__item:only-child {
    width: calc(100% - 16.8vw);
  }
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr__item:first-child:nth-last-child(3), .topKv__specialBnr__item:first-child:nth-last-child(3) ~ * {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .topKv__specialBnr__item:first-child:nth-last-child(3), .topKv__specialBnr__item:first-child:nth-last-child(3) ~ * {
    width: calc(33.3333333333% - 7.4px);
  }
}
.topKv__specialBnr__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr__item a {
    border: 3px solid #FFF9CC;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__specialBnr__item a {
    border-radius: 8px;
  }
}
.topKv__specialBnr__item a[target=_blank]::after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2023%2018.8%22%20style%3D%22enable-background%3Anew%200%200%2023%2018.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22%2C14.6H5.2c-0.6%2C0-1-0.4-1-1V1c0-0.6%2C0.4-1%2C1-1H22c0.6%2C0%2C1%2C0.4%2C1%2C1v12.6C23%2C14.2%2C22.6%2C14.6%2C22%2C14.6z%20M6.2%2C12.6H21V2H6.2V12.6z%22%20style%3D%22fill%3A%230089B8%3B%22%2F%3E%3Cpath%20d%3D%22M16%2C18.8H1c-0.6%2C0-1-0.4-1-1V9.4c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1v7.4h14c0.6%2C0%2C1%2C0.4%2C1%2C1S16.6%2C18.8%2C16%2C18.8z%22%20style%3D%22fill%3A%230089B8%3B%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr__item a[target=_blank]::after {
    width: 30px;
    height: 30px;
    background-size: 18px auto;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .topKv__specialBnr__item a[target=_blank]::after {
    width: 16px;
    height: 16px;
    background-size: 10px auto;
    bottom: 6px;
    right: 6px;
  }
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr__item a:hover {
    border-color: #0089B8;
  }
}
@media screen and (min-width: 769px) {
  .topKv__specialBnr__item a:hover[target=_blank]::after {
    background-color: #0089B8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2023%2018.8%22%20style%3D%22enable-background%3Anew%200%200%2023%2018.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M22%2C14.6H5.2c-0.6%2C0-1-0.4-1-1V1c0-0.6%2C0.4-1%2C1-1H22c0.6%2C0%2C1%2C0.4%2C1%2C1v12.6C23%2C14.2%2C22.6%2C14.6%2C22%2C14.6z%20M6.2%2C12.6H21V2H6.2V12.6z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3Cpath%20d%3D%22M16%2C18.8H1c-0.6%2C0-1-0.4-1-1V9.4c0-0.6%2C0.4-1%2C1-1s1%2C0.4%2C1%2C1v7.4h14c0.6%2C0%2C1%2C0.4%2C1%2C1S16.6%2C18.8%2C16%2C18.8z%22%20style%3D%22fill%3A%23ffffff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.topKv__specialBnr__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .modHeadingHome--learn {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .modHeadingHome--learn {
    margin: 0 0 20px;
    padding: 0 0 148px;
  }
}
.top .modHeadingHome--learn::before, .top .modHeadingHome--learn::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
}
.top .modHeadingHome--learn::before {
  background-image: url("/assets/img/top/bg_learn_left.png");
}
@media screen and (min-width: 769px) {
  .top .modHeadingHome--learn::before {
    width: 193px;
    height: 167px;
    top: -27px;
    left: -100px;
  }
}
@media screen and (max-width: 768px) {
  .top .modHeadingHome--learn::before {
    width: 145px;
    height: 123px;
    bottom: 0;
    left: 0;
  }
}
.top .modHeadingHome--learn::after {
  background-image: url("/assets/img/top/bg_learn_right.png");
}
@media screen and (min-width: 769px) {
  .top .modHeadingHome--learn::after {
    top: -45px;
    right: -100px;
    width: 158px;
    height: 187px;
  }
}
@media screen and (max-width: 768px) {
  .top .modHeadingHome--learn::after {
    width: 144px;
    height: 137px;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .top .modListIndex {
    margin: 28px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top .modListIndex {
    margin: 20px 0 0;
  }
}
.top .asideSelfCheck {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebf2f5), to(#f5f3de));
  background: linear-gradient(to right, #ebf2f5 0%, #f5f3de 100%);
}
.top .asideSelfCheck::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/img/common/bg_mask_top.svg");
          mask-image: url("/assets/img/common/bg_mask_top.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-image: radial-gradient(rgb(255, 243, 198) 10%, rgba(255, 255, 255, 0) 20%);
  background-color: #fff;
  background-size: 15px 15px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
}
.top .asideSelfCheck::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .top .asideSelfCheck::after {
    background-image: url("/assets/img/top/bg_selfCheck_center.png");
    background-size: 755px auto;
    width: 755px;
    height: 415px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck::after {
    background-image: url("/assets/img/top/sp/bg_selfCheck_center.png");
    background-size: 327px auto;
    width: 327px;
    height: 468px;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}
.top .asideSelfCheck__inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top .asideSelfCheck__inner {
    max-width: calc(1000px + 12vw);
    margin: 0 auto;
    padding: 70px 6vw 130px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck__inner {
    padding: 40px 6.4vw 170px;
  }
}
.top .asideSelfCheck__inner::before, .top .asideSelfCheck__inner::after {
  content: "";
  display: inline-block;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.top .asideSelfCheck__inner::before {
  background-image: url("/assets/img/top/img_selfCheck_left.png");
  width: 303px;
  height: 226px;
  bottom: 24px;
  left: -73px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top .asideSelfCheck__inner::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck__inner::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .top .asideSelfCheck__inner::after {
    background-image: url("/assets/img/top/img_selfCheck_right.png");
    width: 441px;
    height: 293px;
    bottom: 17px;
    right: -74px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top .asideSelfCheck__inner::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck__inner::after {
    background-image: url("/assets/img/top/sp/img_selfCheck_right.png");
    width: 100%;
    height: 147px;
    bottom: 0px;
    right: 0px;
    background-position: 60% 50%;
  }
}
.top .asideSelfCheck__title {
  position: relative;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .top .asideSelfCheck__title {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 20px;
    padding: 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck__title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    margin: 0 0 16px;
    padding: 0 0 10px;
  }
}
.top .asideSelfCheck__title::after {
  content: "";
  display: inline-block;
  background: #FFD000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .top .asideSelfCheck__title::after {
    width: 100px;
    height: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck__title::after {
    width: 80px;
    height: 5px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .top .asideSelfCheck__text {
    line-height: 2.1875;
  }
}
@media screen and (min-width: 769px) {
  .top .asideSelfCheck .modBtnArea {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck .modBtnArea {
    margin-top: 28px;
    width: 100%;
  }
}
.topSupervision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topSupervision__title {
  background: #ffffff;
  border-radius: 4px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .topSupervision__title {
    width: 100px;
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .topSupervision__title {
    width: 112px;
    height: 64px;
  }
}
.topSupervision__title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/common/icon_toc_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.topSupervision__text {
  padding: 0 0 0 14px;
}
@media screen and (max-width: 768px) {
  .topSupervision__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .topSupervision__text .affiliation {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topSupervision__text .affiliation {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.topSupervision__text .name {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .topSupervision__text .name {
    margin: 3px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topSupervision__text .name {
    margin: 7px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top .asideSelfCheck__text {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .top .modHeadingHome__text {
    margin: 10px 0 0;
  }
}
.top .bnrImg {
  text-align: center;
}
.top .bnrImg a {
  display: inline-block;
  border: 3px solid #DDDDDD;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top .bnrImg a:hover {
    border-color: #0089B8;
  }
}
.top .bnrImg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top .bnrImg img {
    max-width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .top .bnrImg img {
    max-width: 496px;
  }
}

@media screen and (max-width: 768px) {
  .index--guidebook .modHeadingTop + .pageSection--bgDot .pageSection__inner {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index--guidebook .modHeadingSection__title--sub {
    margin-left: 0;
    text-indent: 0;
  }
}
.index--guidebook .articleImgBlock {
  overflow: inherit;
}
.index--guidebook .singleOver__wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .index--guidebook .singleOver__wrapper {
    width: 100vw;
    margin: 0 -6.4vw 0;
    padding: 0 0 22px;
  }
}
.index--guidebook .singleOver__wrapper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index--guidebook .singleOver__wrapper .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 6px;
  background: #cccccc;
}
.index--guidebook .singleOver__wrapper .swiper-pagination-bullet-active {
  background: #0089B8;
}

@media screen and (min-width: 769px) {
  .list .pageSection--bgDot {
    padding: 0 0 70px;
  }
}
.list .pageSection--bgDot::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/bg_mask_top.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .list .pageSection--bgWhite .pageSection__inner {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .list .pageSection--bgWhite .pageSection__inner {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .detail--learn .modHeadingTop--detail .modHeadingTop__inner::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection__inner {
    max-width: calc(1000px + 12vw);
    margin: 0 auto;
    padding: 100px 6vw 80px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection__inner {
    margin: 0 6.4vw;
    padding: 60px 0 80px;
  }
}
.detail--learn .pageSection .modHeadingSection:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor {
    padding: 77px 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor {
    padding: 44px 0 0;
  }
}
.detail--learn .pageSection--bgColor .pageSection__inner {
  background: #ffffff;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .pageSection__inner {
    padding-top: 90px !important;
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .pageSection__inner {
    padding: 64px 5.33vw 57px;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .modHeadingSection {
    margin-top: 90px;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .modListIndex--content {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .modListIndex--content {
    margin-top: 53px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item > a {
    padding: 0 0 8px;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item__text {
    padding: 21px 27px 8px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item__text {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item__text .title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 4px;
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item__text .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin: 10px 0 0;
    padding: 0 0 0 22px;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item__text .title .modIconArrow {
    background-size: 6px 9px;
    width: 20px;
    height: 20px;
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item__text .title .modIconArrow {
    background-size: 5px 7px;
    width: 18px;
    height: 18px;
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .modListIndex__item__text .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin: 2px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .modListIndex--content .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
@media screen and (min-width: 769px) {
  .detail--learn .pageSection--bgColor .articleImgBlock {
    margin-top: 38px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .articleImgBlock {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .pageSection--bgColor .articleImgBlock .img__wrapper--single {
    margin-top: 0;
  }
}
.detail--learn .modHeadingTop::before {
  background-image: url("/assets/img/common/bg_mask_top_color.svg");
}
.detail--learn .toc {
  background: #F0F5F7;
}
.detail--learn .toc__block__list li {
  border-color: #99D0E3;
}
.detail--learn .toc__block__list li a {
  text-indent: 0;
  margin-left: 0;
}
.detail--learn .toc__block__title {
  border-color: #99D0E3;
}
@media screen and (min-width: 769px) {
  .detail--learn .toc__block__teacher .teacherBlock {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .toc__block__teacher .teacherBlock {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .toc__block__teacher .teacherBlock__inner {
    text-align: left;
  }
}
.detail--learn .modHeadingSection__title--sub {
  text-indent: 0;
  margin-left: 0;
}
.detail--learn .modHeadingSection__title--sub::before {
  width: 100%;
  left: 0;
}
.detail--learn .modHeadingSection__title--sub::after {
  left: 0;
}
.detail--learn .dialogueList {
  margin: 0;
}
.detail--learn .dialogueList__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList__item {
    margin: 60px 0 0;
    padding: 0 153px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList__item {
    margin: 24px 0 0;
    padding: 0;
  }
}
.detail--learn .dialogueList__item::before {
  display: none;
}
.detail--learn .dialogueList__item__character {
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList__item__character {
    width: 146px;
    height: 146px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList__item__character {
    width: 86px;
    height: 86px;
    margin: 24px 0 0;
  }
}
.detail--learn .dialogueList__item__character img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail--learn .dialogueList__item__conversation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList__item__conversation {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList__item__conversation {
    margin: 0 0 0 14px;
  }
}
.detail--learn .dialogueList__item__conversation .name {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList__item__conversation .name {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 2px 6px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList__item__conversation .name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.detail--learn .dialogueList__item__conversation .balloon {
  position: relative;
  background: #ffffff;
  border: 3px solid #CCCCCC;
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList__item__conversation .balloon {
    padding: 14px 40px 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList__item__conversation .balloon {
    padding: 10px 16px 10px 16px;
  }
}
.detail--learn .dialogueList__item__conversation .balloon::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/learn/with-nebusoku-hitsuji/insomnia/img_balloon.png") no-repeat 0 0;
  background-size: 17px auto;
  width: 17px;
  height: 26px;
  position: absolute;
  top: 10px;
  left: -17px;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList__item__conversation .balloon + .balloon {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList__item__conversation .balloon + .balloon {
    margin-top: 10px;
  }
}
.detail--learn .dialogueList__item__conversation .balloon strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList__item__conversation .balloon strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList__item__conversation .balloon strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.detail--learn .dialogueList__item__conversation .balloon small {
  display: inline-block;
}
.detail--learn .dialogueList__item--sheep .dialogueList__item__character {
  border-color: #FFC099;
}
.detail--learn .dialogueList__item--sheep .color {
  color: #FF6100;
}
.detail--learn .dialogueList__item--sheep .underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffcfb2));
  background: linear-gradient(transparent 0%, #ffcfb2 0%);
}
.detail--learn .dialogueList__item--pillow .dialogueList__item__character {
  border-color: #99D0E3;
}
.detail--learn .dialogueList__item--pillow .color {
  color: #0089B8;
}
.detail--learn .dialogueList__item--pillow .underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #cce7f1));
  background: linear-gradient(transparent 0%, #cce7f1 0%);
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList--trivia .dialogueList__item {
    margin-top: 27px;
    padding: 0 153px 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .detail--learn .dialogueList--trivia .dialogueList__item {
    padding-right: 0;
  }
}
.detail--learn .dialogueList--trivia .dialogueList__item__character {
  border-color: #CCCCCC;
}
@media screen and (min-width: 769px) {
  .detail--learn .dialogueList--trivia .dialogueList__item__character {
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .detail--learn .dialogueList--trivia .dialogueList__item__character {
    width: 86px;
    height: 86px;
  }
}
.detail--learn .dialogueList--trivia .dialogueList__item__conversation .balloon {
  width: 100%;
}

body.is-active {
  overflow: hidden;
}
body.is-active .header__top {
  pointer-events: none;
}
body.is-active .header__menu {
  -webkit-transform: translateY(-100px) !important;
          transform: translateY(-100px) !important;
}
body.is-active .header .btnNavi::before {
  -webkit-filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
          filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
}
body.is-active .header__menu__cat .item:not(:last-child)::after {
  background-color: #636363;
}

@media screen and (min-width: 769px) {
  .glossaryContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .glossaryContent__side {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side {
    position: fixed;
    z-index: 999;
    bottom: -120%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .glossaryContent__side.is-active {
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .glossaryContent__side__inner {
    position: sticky;
    top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side__inner {
    background: #FFFFFF;
    border-radius: 12px;
    width: calc(100% - 12.8vw);
    margin: 103px 6.4vw 22px;
    padding: 27px 20px 20px;
    border: 2px solid #CCCCCC;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
@media screen and (min-width: 769px) {
  .glossaryContent__side__openbtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side__openbtn {
    display: block;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22 16' style='enable-background:new 0 0 22 16;' xml:space='preserve'%3E%3Ccircle cx='2' cy='2' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='8' cy='2' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='14' cy='2' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='20' cy='2' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='2' cy='8' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='8' cy='8' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='14' cy='8' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='20' cy='8' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='2' cy='14' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='8' cy='14' r='2' style='fill:%23041C38;'/%3E%3Ccircle cx='14' cy='14' r='2' style='fill:%23041C38;'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    background-size: 22px 16px;
    border: 2px solid #CCCCCC;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    padding: 17px 62px 20px 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 12.8vw);
    margin: 0 6.4vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.glossaryContent__side__openbtn.is-active {
  bottom: -120%;
}
@media screen and (min-width: 769px) {
  .glossaryContent__side__closebtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side__closebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 2px solid #DDDDDD;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    margin: 30px 0 0;
    padding: 18px 20px;
    color: #ffffff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #041C38;
  }
}
.glossaryContent__side__closebtn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 22.8 22.8' xml:space='preserve'%3E%3Cpath class='st0' d='M12.8,11.4l9.3-9.3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L11.4,10L2.1,0.7c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4 l9.3,9.3l-9.3,9.3c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l9.3-9.3l9.3,9.3c0.2,0.2,0.5,0.3,0.7,0.3 s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L12.8,11.4z' style='fill:%23041C38;'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  -webkit-filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
          filter: invert(10%) sepia(70%) saturate(946%) hue-rotate(176deg) brightness(96%) contrast(102%);
}
.glossaryContent__side .searchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.glossaryContent__side .searchForm input[type=text], .glossaryContent__side .searchForm input[type=submit] {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
}
.glossaryContent__side .searchForm input[type=text] {
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  width: 100%;
  min-height: 40px;
  padding: 0 15px 0 33px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cpath d='M14.1,1.9c-2.6-2.6-6.8-2.6-9.4,0c-2.2,2.2-2.6,5.5-1,8.1l-3.2,3.2c-0.6,0.6-0.6,1.6,0,2.3 c0.6,0.6,1.6,0.6,2.3,0l3.2-3.2c3.1,1.9,7.2,0.9,9.1-2.3C16.6,7.4,16.2,4.1,14.1,1.9z M12.2,9.5c-1.6,1.6-4.2,1.6-5.8,0 s-1.6-4.2,0-5.8s4.2-1.6,5.8,0c0.8,0.8,1.2,1.8,1.2,2.9C13.4,7.7,13,8.8,12.2,9.5z' style='fill:%23CCCCCC;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 12px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .glossaryContent__side .searchForm input[type=text] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .searchForm input[type=text] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.glossaryContent__side .searchForm input[type=text]::-webkit-input-placeholder {
  color: #cccccc;
}
.glossaryContent__side .searchForm input[type=text]::-moz-placeholder {
  color: #cccccc;
}
.glossaryContent__side .searchForm input[type=text]:-ms-input-placeholder {
  color: #cccccc;
}
.glossaryContent__side .searchForm input[type=text]::-ms-input-placeholder {
  color: #cccccc;
}
.glossaryContent__side .searchForm input[type=text]::placeholder {
  color: #cccccc;
}
.glossaryContent__side .searchForm input[type=text].is-open {
  border-radius: 12px 12px 0 0;
}
.glossaryContent__side .searchResults {
  display: none;
  width: 100%;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.glossaryContent__side .searchResults.is-open {
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(100% - 1px);
  left: 0;
  height: auto;
}
.glossaryContent__side .searchResults__wrapper {
  position: relative;
}
.glossaryContent__side .searchResults__item a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .glossaryContent__side .searchResults__item a {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .searchResults__item a {
    padding: 9px 12px;
  }
}
.glossaryContent__side .searchResults__item a:hover, .glossaryContent__side .searchResults__item a:focus-visible {
  outline: none;
  background-color: #0089B8;
  color: #ffffff;
}
.glossaryContent__side .name {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: 0 100%;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (min-width: 769px) {
  .glossaryContent__side .name {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 0 23px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.glossaryContent__side .name--search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cpath d='M14.1,1.9c-2.6-2.6-6.8-2.6-9.4,0c-2.2,2.2-2.6,5.5-1,8.1l-3.2,3.2c-0.6,0.6-0.6,1.6,0,2.3 c0.6,0.6,1.6,0.6,2.3,0l3.2-3.2c3.1,1.9,7.2,0.9,9.1-2.3C16.6,7.4,16.2,4.1,14.1,1.9z M12.2,9.5c-1.6,1.6-4.2,1.6-5.8,0 s-1.6-4.2,0-5.8s4.2-1.6,5.8,0c0.8,0.8,1.2,1.8,1.2,2.9C13.4,7.7,13,8.8,12.2,9.5z' style='fill:%23041C38;'/%3E%3C/svg%3E");
  background-size: 16px 16px;
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .name--search {
    padding: 0 0 0 23px;
  }
}
.glossaryContent__side .name--find {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 12 16' xml:space='preserve'%3E%3Cpath d='M11.1,2.9l-0.6-2c0.2-0.1,0.2-0.3,0.2-0.4c0-0.3-0.2-0.5-0.5-0.5c0,0,0,0,0,0H2 C1.5,0,1,0.2,0.6,0.6C0.2,0.9,0,1.4,0,2v12.7C0,15.4,0.6,16,1.3,16h9.6c0.6,0,1.1-0.5,1.1-1.1V4C12,3.4,11.6,3,11.1,2.9z M2,2.9 c-0.2,0-0.5-0.1-0.7-0.3C1,2.3,1,1.7,1.3,1.3c0,0,0,0,0,0C1.5,1.1,1.8,1,2,1h7.7l0.6,1.9L2,2.9z' style='fill:%23041C38;'/%3E%3Cpath d='M7,7.3c0,0.2-0.1,0.4-0.2,0.6c-0.1,0-0.2,0-0.3,0c-0.4,0-0.7,0-1.1,0.1c0-0.2,0-0.4,0-0.8 c0.9,0,1.9-0.1,2.8-0.3c0.2,0,0.2,0,0.3,0l0-0.9c-1,0.2-2,0.4-3,0.4c0-0.3,0.1-0.7,0.1-1l-1,0c0,0,0,0.1,0,0.1c0,0.2,0,0.4,0,0.5 c0,0.3,0,0.3,0,0.5H4.5c-0.5,0-1,0-1.5-0.1v0.9c0.1,0,0.2,0,0.2,0h0.2c0.8,0,1.2,0,1.3,0c0,0.4,0,0.7,0,1C4.2,8.4,3.8,8.6,3.5,8.9 C3,9.4,2.7,10.1,2.7,10.7c-0.1,0.7,0.4,1.3,1.1,1.4c0,0,0.1,0,0.1,0C4.8,12,5.5,11.6,6,11c0.6-0.6,1.1-1.3,1.4-2.1 C7.9,9,8.3,9.4,8.3,9.9c0,0.6-0.4,1.1-0.9,1.3c-0.5,0.2-1,0.3-1.5,0.3c0.2,0.3,0.3,0.6,0.4,0.9c0.6,0,1.1-0.2,1.6-0.4 c0.8-0.3,1.4-1.1,1.4-2c0-0.6-0.3-1.2-0.8-1.5C8.3,8.3,8,8.2,7.7,8.1c0-0.1,0-0.1,0.1-0.3c0-0.1,0.1-0.2,0.1-0.2L7,7.3z M4.6,9.1 c0,0.6,0,1.2,0.1,1.8c-0.2,0.2-0.4,0.3-0.7,0.3c-0.3,0-0.5-0.2-0.5-0.6c0-0.4,0.1-0.7,0.4-1C4.1,9.5,4.3,9.3,4.6,9.1z M5.5,10.3 C5.5,10.3,5.5,10.3,5.5,10.3c0-0.1,0-0.2,0-0.2c0-0.5-0.1-0.9-0.1-1.4c0.3-0.1,0.6-0.1,1-0.1c0.1,0,0.1,0,0.2,0 c-0.2,0.6-0.6,1.1-1,1.6C5.6,10.3,5.5,10.3,5.5,10.3L5.5,10.3z' style='fill:%23FFFFFF;'/%3E%3C/svg%3E");
  background-size: 12px 16px;
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .name--find {
    padding: 0 0 0 20px;
  }
}
.glossaryContent__side .name:nth-child(n+2) {
  border-top: 1px solid #FFD000;
  margin-top: 20px;
  padding-top: 17px;
}
.glossaryContent__side .findList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .glossaryContent__side .findList {
    gap: 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .findList {
    gap: 15px calc(25% - 60px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .findList::after {
    content: "";
    display: inline-block;
    width: 60px;
  }
}
.glossaryContent__side .findList > li a {
  display: inline-block;
  color: #041C38;
  border: 2px solid #CCCCCC;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .glossaryContent__side .findList > li a {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__side .findList > li a {
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
}
.glossaryContent__side .findList > li a:hover {
  border-color: #0089B8;
  color: #0089B8;
}
.glossaryContent__side .findList > li a.is--active {
  border-color: #0089B8;
  background-color: #0089B8;
  color: #ffffff;
}
.glossaryContent__side .findList > li a.is--disable {
  border-color: #EDEDED;
  background-color: #EDEDED;
  color: #041C38;
  pointer-events: none;
}
.glossaryContent__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.glossaryContent__main__top {
  background: rgb(235, 242, 245);
  background: linear-gradient(45deg, rgb(235, 242, 245) 0%, rgb(245, 243, 222) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebf2f5", endColorstr="#f5f3de",GradientType=1 );
  margin: 0 0 80px;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__top {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__top {
    padding: 25px 20px 30px;
  }
}
.glossaryContent__main__top .name {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 21 26' style='enable-background:new 0 0 21 26;' xml:space='preserve'%3E%3Cpath d='M0,0v24.4c0,0.6,0.3,1.1,0.8,1.4c0.5,0.3,1.1,0.3,1.5,0L9,21.7c0.9-0.6,2.1-0.6,3.1,0 l6.6,4.1c0.5,0.3,1.1,0.3,1.5,0c0.5-0.3,0.8-0.8,0.8-1.4V0H0z M15.5,10.6l-2.4,2.1C13,12.8,12.9,12.9,13,13l0.8,3.2 c0,0.1,0,0.3-0.1,0.3c-0.1,0.1-0.2,0.1-0.3,0l-2.6-1.8c-0.1-0.1-0.2-0.1-0.3,0l-2.6,1.8c-0.1,0.1-0.2,0.1-0.3,0 c-0.1-0.1-0.1-0.2-0.1-0.3L8,13c0-0.1,0-0.2-0.1-0.3l-2.4-2.1c-0.1-0.1-0.1-0.2-0.1-0.4c0-0.1,0.1-0.2,0.3-0.2l3.1-0.2 c0.1,0,0.2-0.1,0.3-0.2l1.1-3.1c0-0.2,0.2-0.2,0.4-0.2c0.1,0,0.2,0.1,0.2,0.2l1.1,3.1c0,0.1,0.1,0.2,0.3,0.2l3.1,0.2 c0.1,0,0.2,0.1,0.3,0.2C15.6,10.4,15.6,10.5,15.5,10.6z' style='fill:%23041C38;'/%3E%3C/svg%3E");
  background-size: 21px 26px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 0 0 31px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__top .name {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__top .name {
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 3px;
    margin-left: 10px;
  }
}
.glossaryContent__main__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 26px 0 0;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__top ul {
    gap: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__top ul {
    gap: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__top ul li {
    width: 100%;
  }
}
.glossaryContent__main__top ul li a {
  display: inline-block;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 20px 16px 42px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__top ul li a {
    width: 100%;
  }
}
.glossaryContent__main__top ul li a::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Ccircle cx='7' cy='7' r='7' style='fill:%23FFE355;'/%3E%3Cpath d='M6,9.9c-0.1,0-0.2,0-0.2-0.1C5.6,9.8,5.5,9.6,5.5,9.4V4.6c0-0.2,0.1-0.4,0.3-0.4C5.9,4,6.1,4,6.3,4.2l3.3,2.4 C9.6,6.7,9.7,6.8,9.7,7S9.6,7.3,9.5,7.4L6.3,9.8C6.2,9.9,6.1,9.9,6,9.9z M6.5,5.6v2.9L8.4,7L6.5,5.6z' style='fill:%23041C38;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.glossaryContent__main__top ul li a:hover {
  color: #0089B8;
}
.glossaryContent__main__top ul li a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Ccircle cx='7' cy='7' r='7' style='fill:%230089B8;'/%3E%3Cpath d='M6,9.9c-0.1,0-0.2,0-0.2-0.1C5.6,9.8,5.5,9.6,5.5,9.4V4.6c0-0.2,0.1-0.4,0.3-0.4C5.9,4,6.1,4,6.3,4.2l3.3,2.4 C9.6,6.7,9.7,6.8,9.7,7S9.6,7.3,9.5,7.4L6.3,9.8C6.2,9.9,6.1,9.9,6,9.9z M6.5,5.6v2.9L8.4,7L6.5,5.6z' style='fill:%23ffffff;'/%3E%3C/svg%3E");
}
.glossaryContent__main__list {
  margin: 0 0 70px;
}
.glossaryContent__main__list .modHeadingSection__title--sub + .modHeadingSection__title--h3 {
  margin-top: 22px;
}
.glossaryContent__main__list .modHeadingSection__title--h3 {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__list .modHeadingSection__title--h3 {
    margin: 42px 0 -24px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__list .modHeadingSection__title--h3 {
    margin: 21px 0 -6px;
    width: 100%;
    right: 0;
  }
}
.glossaryContent__main__list .modHeadingSection__title--h3::before {
  display: none;
}
.glossaryContent__main__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__list ul {
    gap: 9px 30px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__list ul li {
    width: calc(33.3333333333% - 30px);
  }
}
.glossaryContent__main__list ul li:not(.is--disable) {
  padding-left: 23px;
}
.glossaryContent__main__list ul li:not(.is--disable) a {
  position: relative;
  margin-left: -23px;
  padding: 0 0 0 23px;
  line-height: 1.5;
}
.glossaryContent__main__list ul li:not(.is--disable) a::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Ccircle cx='7' cy='7' r='7' style='fill:%23FFE355;'/%3E%3Cpath d='M6,9.9c-0.1,0-0.2,0-0.2-0.1C5.6,9.8,5.5,9.6,5.5,9.4V4.6c0-0.2,0.1-0.4,0.3-0.4C5.9,4,6.1,4,6.3,4.2l3.3,2.4 C9.6,6.7,9.7,6.8,9.7,7S9.6,7.3,9.5,7.4L6.3,9.8C6.2,9.9,6.1,9.9,6,9.9z M6.5,5.6v2.9L8.4,7L6.5,5.6z' style='fill:%23041C38;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
}
.glossaryContent__main__list ul li:not(.is--disable) a:hover {
  color: #0089B8;
}
.glossaryContent__main__list ul li:not(.is--disable) a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Ccircle cx='7' cy='7' r='7' style='fill:%230089B8;'/%3E%3Cpath d='M6,9.9c-0.1,0-0.2,0-0.2-0.1C5.6,9.8,5.5,9.6,5.5,9.4V4.6c0-0.2,0.1-0.4,0.3-0.4C5.9,4,6.1,4,6.3,4.2l3.3,2.4 C9.6,6.7,9.7,6.8,9.7,7S9.6,7.3,9.5,7.4L6.3,9.8C6.2,9.9,6.1,9.9,6,9.9z M6.5,5.6v2.9L8.4,7L6.5,5.6z' style='fill:%23ffffff;'/%3E%3C/svg%3E");
}
.glossaryContent__main__article .title {
  position: relative;
  background: #E5F3F8;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__article .title {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__article .title {
    margin: 64px 0 0;
    padding: 30px 30px 20px;
    text-align: center;
  }
}
.glossaryContent__main__article .title::before {
  content: "";
  display: inline-block;
  background-image: url("/assets/img/glossary/img_article_title.png");
  position: absolute;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__article .title::before {
    width: 132px;
    height: 75px;
    top: -23px;
    right: 11px;
    background-size: 131px auto;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__article .title::before {
    width: 90px;
    height: 52px;
    top: -64px;
    right: 25px;
    background-size: contain;
  }
}
.glossaryContent__main__article .title h1 {
  color: #0089B8;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__article .title h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__article .title h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.37;
  }
}
.glossaryContent__main__article .title h1 dfn {
  font-style: normal;
}
.glossaryContent__main__article .title h1 abbr {
  text-decoration: none;
}
.glossaryContent__main__article .text {
  margin: 30px 0 0;
  background-image: url("/assets/img/glossary/img_article_bottom.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__article .text {
    padding: 0 0 285px;
    background-size: 305px auto;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__article .text {
    padding: 0 0 178px;
    background-size: 184px auto;
  }
}
.glossaryContent__main__article .text p + p {
  margin-top: 18px;
}
.glossaryContent__main__article .text .articleAnnotationList {
  margin: 0 !important;
}
.glossaryContent__main__article .text .articleAnnotationList__wrapper {
  margin: 30px 0 0;
}
.glossaryContent__main__article .text .articleAnnotationList__title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glossaryContent__main__article .text .articleAnnotationList li::before {
  content: "・";
  display: inline-block;
  text-indent: 0;
  margin-right: 0.5em;
}
.glossaryContent__main__article .text dfn {
  font-style: normal;
}
.glossaryContent__main__article .text abbr {
  text-decoration: none;
}
.glossaryContent__main__article .listKeyword {
  background: #FFF5BF;
  border: 2px solid #FFF5BF;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__article .listKeyword {
    margin: 76px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__article .listKeyword {
    margin: 60px 0 0;
  }
}
.glossaryContent__main__article .listKeyword .name {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__article .listKeyword .name {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 30px 25px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__article .listKeyword .name {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 30px 25px;
  }
}
.glossaryContent__main__article .listKeyword ul {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__article .listKeyword ul {
    padding: 30px;
    gap: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__article .listKeyword ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    gap: 20px 0;
  }
}
.glossaryContent__main__article .listKeyword ul li {
  padding-left: 23px;
}
.glossaryContent__main__article .listKeyword ul li a {
  position: relative;
  margin-left: -23px;
  padding: 0 0 0 23px;
}
.glossaryContent__main__article .listKeyword ul li a::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Ccircle cx='7' cy='7' r='7' style='fill:%23FFE355;'/%3E%3Cpath d='M6,9.9c-0.1,0-0.2,0-0.2-0.1C5.6,9.8,5.5,9.6,5.5,9.4V4.6c0-0.2,0.1-0.4,0.3-0.4C5.9,4,6.1,4,6.3,4.2l3.3,2.4 C9.6,6.7,9.7,6.8,9.7,7S9.6,7.3,9.5,7.4L6.3,9.8C6.2,9.9,6.1,9.9,6,9.9z M6.5,5.6v2.9L8.4,7L6.5,5.6z' style='fill:%23041C38;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
.glossaryContent__main__article .listKeyword ul li a:hover {
  color: #0089B8;
}
.glossaryContent__main__article .listKeyword ul li a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E%3Ccircle cx='7' cy='7' r='7' style='fill:%230089B8;'/%3E%3Cpath d='M6,9.9c-0.1,0-0.2,0-0.2-0.1C5.6,9.8,5.5,9.6,5.5,9.4V4.6c0-0.2,0.1-0.4,0.3-0.4C5.9,4,6.1,4,6.3,4.2l3.3,2.4 C9.6,6.7,9.7,6.8,9.7,7S9.6,7.3,9.5,7.4L6.3,9.8C6.2,9.9,6.1,9.9,6,9.9z M6.5,5.6v2.9L8.4,7L6.5,5.6z' style='fill:%23ffffff;'/%3E%3C/svg%3E");
}
@media screen and (min-width: 769px) {
  .glossaryContent__main__bottom {
    margin: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__main__bottom {
    margin: 60px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .glossaryContent__bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .glossaryContent__bg {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.54);
  }
}

@media screen and (min-width: 769px) {
  .header__bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__bg {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 81px;
    background: rgba(0, 0, 0, 0.54);
  }
}

@media screen and (min-width: 769px) {
  .modHeadingTop__img__top--glossary {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingTop__img__top--glossary {
    bottom: auto;
    top: 14px;
    left: 24px;
  }
  .modHeadingTop__img__top--glossary img {
    width: 75px;
    height: 79px;
  }
}

.notfound {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .notfound {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .notfound {
    padding: 43px 20px 124px;
  }
}
.notfound__img {
  display: block;
  width: 193px;
  height: 122px;
}
@media screen and (min-width: 769px) {
  .notfound__img {
    margin: 0 auto 46px;
  }
}
@media screen and (max-width: 768px) {
  .notfound__img {
    margin: 0 auto 36px;
  }
}
.notfound__img img {
  width: 100%;
  height: 100%;
}
.notfound__title {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .notfound__title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .notfound__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.375;
  }
}
.notfound__text {
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .notfound__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .notfound__text {
    margin: 13px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .notfound .modBtnArea {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .notfound .modBtnArea {
    margin: 57px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */