@charset "UTF-8";
.-center {
  text-align: center;
}

.-bodergrey {
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
figcaption {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 5px;
  line-height: 1.3rem;
}

@media only screen and (max-width: 960px) {
  img.nostretch {
    height: auto !important;
  }
}
.fig-wrap figure img {
  width: 100% !important;
}

.footnav-link a {
  font-size: inherit;
}
.footnav-link a.text-link.-external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-left: 6px;
  display: inline-block;
  text-decoration: none;
}

ol.list-num {
  margin: 1em;
}

ol.circle {
  list-style-type: none;
  text-indent: -1em;
  margin: 1em;
}

.ml1em {
  margin-left: 1em;
}

.caption,
.asterisk {
  font-size: 0.8rem;
}

.asterisk {
  text-indent: -1rem;
  margin-left: 1rem;
  display: block;
  line-height: 1.3rem;
}
.asterisk::before {
  content: "※";
  margin-right: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .btn-link.-more {
    font-size: 0.9rem !important;
    background-position-y: 0.2rem !important;
  }
}

.sssttl {
  font-weight: bold !important;
  font-size: 0.9rem;
}
.sssttl:not(:first-child) {
  margin: 25px 0 10px 0;
}
.sssttl::first-child {
  margin: 0 0 10px 0;
}

u {
  text-decoration: underline;
}

.clm.-bdr > .list-dot:first-child {
  margin-top: 0;
}
.clm.-bdr > .list-dot:last-child {
  margin-bottom: 0;
}

.btn-link.-back {
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  padding: 0 0 12px 40px;
  border-bottom: 2px solid #418FDE;
  background: url(/ja/kose/img/common/arrow_left_bdr.png) 6px 0.5rem no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link.-back:hover {
  color: #418FDE;
  background-position: 0px 0.5rem;
}

.btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  margin-bottom: 10px;
  border: 2px solid #418FDE;
  color: #418FDE;
  padding: 0 55px 0 15px;
}
.btn::after {
  content: "";
  background: transparent url(/ja/kose/img/common/arrow_right_bdr.png) no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
.btn.-primary {
  background-color: #418FDE;
  color: #fff;
}
.btn.-primary::after {
  background: transparent url(/ja/kose/img/common/arrow_right_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn.-large {
  padding: 15px;
  width: 275px;
}
.btn.-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.btn.-back::after {
  background: transparent url(/ja/kose/img/common/arrow_left_bdr.png) no-repeat 0 0;
  background-size: contain;
  left: 20px;
  right: auto;
}
.btn.-back.-primary {
  background: transparent url(/ja/kose/img/common/arrow_left_bdr_white.png) no-repeat 0 0;
  background-size: contain;
}
.btn:hover {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0.5;
}

.f-sm-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.f-sm-reverse .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .f-sm-reverse .btn + .btn {
    margin: 0 0 10px 0;
  }
}

.content section:nth-child(2) h3.red-line:before {
  content: "";
}

.content section:nth-child(2) h3:before {
  position: absolute;
  width: 80px;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #a01c2e;
}

.content section:nth-child(2) h4 {
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .content section:nth-child(2) h4 {
    font-size: 22px;
  }
}
.content section:nth-child(2) figure {
  margin: 0;
}

.content section:nth-child(2) figure.figure-01 {
  max-width: 775px;
  margin: 0 auto 55px;
}

.content section:nth-child(2) figure.figure-01 figcaption {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .content section:nth-child(2) figure.figure-01 img {
    margin-top: -100px;
  }
}
.content section:nth-child(2) figure.figure-02 {
  position: relative;
}

.content section:nth-child(2) figure.figure-02 figcaption {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 50%;
  color: #a01c2e;
  font-size: 25px;
  line-height: 1.2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .content section:nth-child(2) figure.figure-02 figcaption {
    font-size: 30px;
    bottom: 150px;
  }
}
ul.ul-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  ul.ul-01 {
    margin-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 768px;
    margin: 0 auto !important;
  }
}
ul.ul-01::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -100px;
  width: 250px;
  height: 111px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: url("../img/icon-arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  ul.ul-01::after {
    bottom: -90px;
  }
}
ul.ul-01 > li {
  width: 100%;
}

@media (min-width: 768px) {
  ul.ul-01 > li {
    width: calc(50% - 55px);
  }
}
ul.ul-01 > li > div {
  border: 3px solid #d8dfe3;
  border-radius: 15px;
}

ul.ul-01 > li > div h4 {
  display: table;
  font-size: 18px;
  margin: -12px auto 25px;
  padding: 0 10px;
  background: #fff;
}

ul.ul-01 > li:not(:last-child) {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  ul.ul-01 > li:not(:last-child) {
    margin-bottom: 0;
  }
}
ul.ul-01 > li:nth-child(1) > div {
  position: relative;
}

ul.ul-01 > li:nth-child(1) > div:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 49px;
  background: url("../img/icon-x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  ul.ul-01 > li:nth-child(1) > div:after {
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  ul.ul-01 > li:nth-child(1) > div:after {
    top: 50%;
    right: -80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
ul.ul-01 > li:nth-child(1) figure {
  max-width: 260px;
  margin: 0 auto 25px;
}

ul.ul-01 > li:nth-child(2) > p {
  text-align: left;
  font-size: 11px;
  line-height: 18px;
  color: #555;
  margin: 10px 0 25px 5px;
}

@media (min-width: 768px) {
  ul.ul-01 > li:nth-child(2) > p {
    margin: 10px 0 50px 5px;
  }
}
ul.ul-01 > li:nth-child(2) > div figure {
  max-width: 130px;
  margin: 0 auto;
}

ul.ul-01 > li:nth-child(2) > div figure img {
  margin: 10px 0;
}

ul.ul-01 > li:nth-child(2) > div p {
  margin-bottom: 25px;
  text-align: center;
}

ul.ul-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  margin: 50px 0;
}

ul.ul-02 > li {
  position: relative;
  text-align: center;
}

ul.ul-02 > li p {
  margin-bottom: 0;
}

.p--01 {
  font-family: "Abel", sans-serif;
  font-weight: bold;
  color: #fc9005;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
}
.p--01 small {
  color: #fc9005;
  font-size: 1rem;
  margin-left: 20px;
}

ul.ul-02 > li p.p--01 small {
  display: block;
  font-size: 20px;
}

ul.ul-02 > li:not(:first-child) {
  padding-top: 30px;
}

ul.ul-02 > li:not(:last-child) {
  padding-bottom: 47px;
}

ul.ul-02 > li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 17px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/siwa/icon-down.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.content section:nth-child(3) {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .content section:nth-child(3) {
    margin-bottom: 150px;
  }
}
.content section:nth-child(3) .container > figure {
  margin: 0 0 45px 0;
}

@media (min-width: 768px) {
  .content section:nth-child(3) .container > figure {
    margin: 0 0 90px 0;
  }
}
.content section:nth-child(3) .container > figure img.sp {
  display: none;
}

@media (max-width: 480px) {
  .content section:nth-child(3) .container > figure img.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .content section:nth-child(3) .container > figure img.pc {
    display: none;
  }
}
.content section:nth-child(3) .container > ul {
  max-width: 730px;
  margin: 0 auto;
}

.content section:nth-child(3) .container > ul li p, .content section:nth-child(3) .container > ul li h2 {
  text-align: justify;
  font-size: 15px;
  line-height: 2;
}

.content section:nth-child(3) .container > ul li h2 {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  margin: 40px 0 20px;
  padding-bottom: 18px;
  padding-right: 25px;
  border-bottom: 1px solid #d8dfe3;
}

.content section:nth-child(3) .container > ul li h2.collapse::after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.content section:nth-child(3) .container > ul li h2::after {
  position: absolute;
  content: "";
  right: 5px;
  top: 15px;
  width: 18px;
  height: 9px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: url("../img/siwa/icon-up.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .content section:nth-child(3) .container > ul li figure {
    max-width: 230px;
  }
}
.bgrainbow {
  padding: 35px;
  border-radius: 15px;
  background: linear-gradient(45deg, #e8fcff 16%, #eeffe8 35%, #feffe8 55%, #ffe8e8 75%);
  text-align: center;
}
.bgrainbow h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2 !important;
}
.bgrainbow h3 span {
  display: block;
  font-size: 0.9rem;
  color: #999;
}
.bgrainbow .note {
  max-width: 770px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 768px) {
  .bgrainbow .note {
    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;
  }
}
.bgrainbow .note li {
  width: 100%;
  border-radius: 10px;
  padding: 15px 0;
  background-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .bgrainbow .note li {
    padding: 25px 30px;
  }
}
.bgrainbow .note li h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 22px;
}
.bgrainbow .note li p {
  font-size: 14px;
}
.bgrainbow .note li figure {
  margin: 0 auto;
}
.bgrainbow .note li > div {
  padding: 0px 15px;
}
@media only screen and (max-width: 768px) {
  .bgrainbow .note li > div {
    padding: 0;
  }
}
.bgrainbow .note li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .bgrainbow .note li:nth-child(1), .bgrainbow .note li:nth-child(2) {
    max-width: 310px;
    width: calc(50% - 15px);
  }
}
.bgrainbow .note li:nth-child(1) figure {
  max-width: 280px;
}
.bgrainbow .note li:nth-child(2) figure {
  max-width: 165px;
}
@media only screen and (max-width: 768px) {
  .bgrainbow .note li:nth-child(3) {
    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;
  }
}
.bgrainbow .note li:nth-child(3) figure {
  max-width: 175px;
}
@media only screen and (max-width: 768px) {
  .bgrainbow .note li:nth-child(3) figure {
    margin: 0;
  }
}
.bgrainbow .btn {
  margin: 0 auto;
}

.modal-video {
  background: rgba(0, 0, 0, 0.8) !important;
}

.modal-video-close-btn {
  cursor: pointer;
  right: 5px !important;
}

.modal-video-close-btn:hover {
  opacity: 0.7;
}

.imagetxt {
  width: 100%;
  color: #a01c2e;
  font-size: 25px;
  line-height: 1.2;
  font-size: 30px;
  bottom: 150px;
  margin-top: -175px;
}
@media only screen and (max-width: 768px) {
  .imagetxt {
    font-size: 20px;
    margin-top: -100px;
  }
}