@charset "UTF-8";
/*!*** Base Rules *****/
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!*** Base Rules(Custom) *****/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #040000;
  font-size: 1.6rem;
}

li {
  list-style-type: none;
}

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

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a.nolink:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  /* 768px以上用のスタイル */
}
.scroll-up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll-up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.delay2s {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3s {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4s {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5s {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.main {
  width: 100%;
}
.main img, .main iframe {
  width: 100%;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
@media (min-width: 768px) {
  #page-top {
    right: 20px;
    bottom: 10px;
  }
}
#page-top img {
  width: 60px;
}
@media (min-width: 768px) {
  #page-top img {
    width: 124px;
  }
}

.svg-bg {
  position: absolute;
  bottom: 125px;
  width: 30px;
  height: 30px;
  -webkit-animation: floatAndSway 10s infinite;
          animation: floatAndSway 10s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (min-width: 768px) {
  .svg-bg {
    width: 69px;
    height: 69px;
  }
}

/*!*** Module Rules *****/
.windows .fv-wrap {
  background-color: #ebebeb !important;
}

.macos .fv-wrap {
  background-color: #eeeeee !important;
}

.iphone .fv-wrap {
  background-color: #eeeeee !important;
}

.fv-wrap {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
.fv-wrap .fv-logo {
  width: 268px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .fv-wrap .fv-logo {
    width: 100px;
    right: 87px;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-logo {
    width: 215px;
    right: 87px;
  }
}
.fv-wrap .fv-title {
  position: relative;
  z-index: 5;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
}
@media (min-width: 768px) {
  .fv-wrap .fv-title {
    width: 200px;
    padding-top: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (min-height: 680px) {
  .fv-wrap .fv-title {
    width: auto;
    max-width: 380px;
    padding-top: 8vh;
  }
}
@media (min-height: 1000px) {
  .fv-wrap .fv-title {
    max-width: 543px;
    padding-top: 150px;
  }
}
.fv-wrap .fv-video {
  width: 620px;
  left: 50%;
  margin-left: -320px;
  overflow: hidden;
  position: absolute;
  bottom: 125px;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv-wrap .fv-video {
    width: 800px;
    margin-left: -400px;
    bottom: 132px;
  }
}
@media (min-height: 780px) {
  .fv-wrap .fv-video {
    width: 1000px;
    margin-left: -500px;
    bottom: 132px;
  }
}
.fv-wrap .fv-bottom {
  width: 100%;
  height: 153px;
  position: absolute;
  bottom: 0;
  background-color: #00AEEF;
  color: #fff;
  z-index: 3;
}
@media (min-width: 768px) {
  .fv-wrap .fv-bottom {
    height: 144px;
  }
}
.fv-wrap .fv-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/svg/wavy-blue.svg");
  background-repeat: repeat-x;
  background-size: 28px 15.69px;
  position: relative;
  top: -5px;
}
@media (min-width: 768px) {
  .fv-wrap .fv-bottom::before {
    width: 100%;
    height: 56px;
    background-size: contain;
    top: -50px;
  }
}
.fv-wrap .fv-bottom .text-wrap {
  width: 225px;
  padding-left: 2%;
}
@media (min-width: 768px) {
  .fv-wrap .fv-bottom .text-wrap {
    width: 100%;
    padding-left: inherit;
    margin-top: -60px;
    z-index: 10;
    position: relative;
  }
}
.fv-wrap .fv-bottom .text-wrap .schedule {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3em;
  margin-top: 1em;
  color: #fff;
}
@media (min-width: 768px) {
  .fv-wrap .fv-bottom .text-wrap .schedule {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-bottom .text-wrap .schedule {
    font-size: 28px;
    margin-top: 20px;
  }
}
.fv-wrap .fv-bottom .text-wrap .white-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  background-color: #fff;
  height: 45px;
  border-radius: 22.5px;
  line-height: 1.4;
  color: #00AEEF;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .fv-wrap .fv-bottom .text-wrap .white-box {
    width: 500px;
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-bottom .text-wrap .white-box {
    width: 640px;
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}
.fv-wrap .fv-bottom .button-share > a {
  width: 131px;
  max-height: 150px;
  position: absolute;
  right: 9px;
  bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .fv-wrap .fv-bottom .button-share > a {
    width: 150px;
    max-height: 160px;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-bottom .button-share > a {
    width: 250px;
    max-height: 260px;
    right: 40px;
    bottom: 30px;
  }
}
.fv-wrap .fv-bottom .button-share > a.fixed {
  position: fixed;
  right: 9px;
  top: 10px;
  z-index: 100000;
}
@media (min-width: 768px) {
  .fv-wrap .fv-bottom .button-share > a.fixed {
    right: 40px;
    top: 30px;
  }
}

#news {
  position: relative;
  background-color: #CCEFFC;
}
#news .news-heading {
  padding-top: 3em;
  margin-bottom: 2em;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #news .news-heading {
    width: 360px;
    padding-top: 120px;
    margin-bottom: 80px;
  }
}
#news .news-heading::before {
  content: "";
  width: 71px;
  height: 21px;
  position: absolute;
  display: block;
  background-image: url("../images/svg/news-bge-cloud.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
  top: 30px;
  -webkit-animation: cloudMovementLeft 10s linear infinite;
          animation: cloudMovementLeft 10s linear infinite;
}
@media (min-width: 768px) {
  #news .news-heading::before {
    width: 170px;
    height: 47px;
    left: 180px;
    top: 40px;
  }
}
#news .news-heading::after {
  content: "";
  width: 48px;
  height: 13px;
  position: absolute;
  display: block;
  background-image: url("../images/svg/news-bge-cloud.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 60px;
  right: 30px;
  -webkit-animation: cloudMovementRight 10s linear infinite;
          animation: cloudMovementRight 10s linear infinite;
}
@media (min-width: 768px) {
  #news .news-heading::after {
    width: 110px;
    height: 31px;
    right: 200px;
    top: 180px;
  }
}
@-webkit-keyframes cloudMovementLeft {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes cloudMovementLeft {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes cloudMovementRight {
  0% {
    right: 0;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 0;
  }
}
@keyframes cloudMovementRight {
  0% {
    right: 0;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 0;
  }
}
#news .news-list {
  padding: 0;
}
@media (min-width: 768px) {
  #news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: inherit;
    padding-left: inherit;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
#news .news-list .news-elem > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#news .news-list .news-elem > a p {
  line-height: 1;
}
@media (min-width: 768px) {
  #news .news-list .news-elem > a {
    display: block;
  }
}
#news .news-list .news-elem > a .news-image {
  width: 50%;
}
@media (min-width: 768px) {
  #news .news-list .news-elem > a .news-image {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  #news .news-list .news-elem > a .news-image {
    width: 330px;
  }
}
#news .news-list .news-elem > a .news-image img {
  border-radius: 8px;
  border: 2px solid #00A95A;
}
@media (min-width: 768px) {
  #news .news-list .news-elem > a .news-image img {
    border-radius: 16px;
    border: 10px solid #00A95A;
  }
}
#news .news-list .news-elem > a .news-title {
  color: #fff;
  width: 50%;
  border-radius: 8px;
  background-color: #00A95A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#news .news-list .news-elem > a .news-title > span {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}
#news .news-list .news-elem > a .news-title > span .date {
  display: inline-block;
  font-size: 10px;
  margin-top: 1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  #news .news-list .news-elem > a .news-title {
    background-color: transparent;
    display: block;
    color: #00A95A;
    text-align: left;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  #news .news-list .news-elem > a .news-title > span {
    font-size: 22px;
    font-size: 18px;
  }
  #news .news-list .news-elem > a .news-title > span .date {
    font-size: 17px;
    font-size: 14px;
    margin-top: 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  #news .news-list .news-elem > a .news-title {
    width: 330px;
  }
}
#news .news-list .news-elem.orange .news-image img {
  border: 2px solid #F4A142;
}
@media (min-width: 768px) {
  #news .news-list .news-elem.orange .news-image img {
    border: 10px solid #F4A142;
  }
}
#news .news-list .news-elem.orange .news-title {
  background-color: #F4A142;
}
@media (min-width: 768px) {
  #news .news-list .news-elem.orange .news-title {
    color: #F4A142;
    background-color: transparent;
  }
}
#news .news-list .news-elem.red .news-image img {
  border: 2px solid #E95599;
}
@media (min-width: 768px) {
  #news .news-list .news-elem.red .news-image img {
    border: 10px solid #E95599;
  }
}
#news .news-list .news-elem.red .news-title {
  background-color: #E95599;
}
@media (min-width: 768px) {
  #news .news-list .news-elem.red .news-title {
    color: #E95599;
    background-color: transparent;
  }
}
#news .news-slide-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #news .news-slide-buttons {
    display: none;
  }
}
#news #news-slide-up {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg/news-slide-arrow-up-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1em;
  margin-left: 1em;
}
#news #news-slide-up.off {
  opacity: 0.2;
}
#news #news-slide-down {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg/news-slide-arrow-down-sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1em;
  margin-left: 1em;
}
#news #news-slide-down.off {
  opacity: 0.2;
}

#description {
  background-color: #CCEFFC;
  padding-top: 65px;
  overflow: hidden;
}
#description .desc-inner {
  background-image: url("../images/desc-bg-earth.webp");
  background-size: 200%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 768px) {
  #description .desc-inner {
    background-size: 1520px;
    padding-top: 120px;
  }
}
#description .desc-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/svg/wavy-white.svg");
  background-repeat: repeat-x;
  background-size: 28px 15.69px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  #description .desc-inner::after {
    width: 100%;
    height: 56px;
    background-size: contain;
  }
}
#description .bg-elem .bge-cloud01 {
  width: 68px;
  position: absolute;
  top: -18px;
  left: -13px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-animation: cloudMovementLeft 10s linear infinite;
          animation: cloudMovementLeft 10s linear infinite;
}
@media (min-width: 768px) {
  #description .bg-elem .bge-cloud01 {
    width: 137px;
    top: 0;
    left: 100px;
  }
}
#description .bg-elem .bge-cloud02 {
  width: 97px;
  position: absolute;
  top: 10px;
  right: -32px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-animation: cloudMovementRight 10s linear infinite;
          animation: cloudMovementRight 10s linear infinite;
}
@media (min-width: 768px) {
  #description .bg-elem .bge-cloud02 {
    width: 194px;
    top: 100px;
    right: 100px;
  }
}
#description .bg-elem .bge-sun {
  width: 27px;
  position: absolute;
  top: -50px;
  left: 94px;
  -webkit-animation: sunRotate 20s linear infinite;
          animation: sunRotate 20s linear infinite;
}
@media (min-width: 768px) {
  #description .bg-elem .bge-sun {
    width: 60px;
    top: -50px;
    left: 300px;
  }
}
#description .bg-elem .bge-whale {
  width: 37px;
  position: absolute;
  top: -6px;
  right: 86px;
  -webkit-animation: whaleFloat 4s ease-in-out infinite;
          animation: whaleFloat 4s ease-in-out infinite;
}
@media (min-width: 768px) {
  #description .bg-elem .bge-whale {
    width: 75px;
    top: 0px;
    right: 35%;
  }
}
@-webkit-keyframes whaleFloat {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-5px) rotate(-5deg);
            transform: translateX(0) translateY(-5px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes whaleFloat {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-5px) rotate(-5deg);
            transform: translateX(0) translateY(-5px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
            transform: translateX(0) translateY(0) rotate(0);
  }
}
@-webkit-keyframes sunRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sunRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#description .desc-logo {
  text-align: center;
}
#description .desc-logo img {
  width: 144px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #description .desc-logo img {
    width: 305px;
    margin-bottom: 60px;
  }
}
#description .desc-heading {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #description .desc-heading {
    font-size: 42px;
    font-size: 30px;
    margin-bottom: 60px;
    margin-bottom: 40px;
  }
}
#description .desc-heading span {
  position: relative;
}
#description .desc-heading span::before {
  content: "";
  display: block;
  width: 19px;
  height: 11px;
  background-image: url("../images/svg/desc-ribbon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 10px;
}
@media (min-width: 768px) {
  #description .desc-heading span::before {
    width: 43px;
    height: 26px;
    top: 20px;
    top: 10px;
    left: -70px;
  }
}
#description .desc-heading span::after {
  content: "";
  display: block;
  width: 19px;
  height: 11px;
  background-image: url("../images/svg/desc-ribbon.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 10px;
}
@media (min-width: 768px) {
  #description .desc-heading span::after {
    width: 43px;
    height: 26px;
    top: 20px;
    top: 10px;
    right: -70px;
  }
}
#description .desc-text-wrap {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: justify;
  width: 320px;
  font-size: 14px;
}
#description .desc-text-wrap p {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  #description .desc-text-wrap {
    width: 80%;
    letter-spacing: 0.15em;
    font-size: 16px;
  }
}
@media (min-width: 930px) {
  #description .desc-text-wrap {
    width: 890px;
    letter-spacing: 0.15em;
    font-size: 18px;
  }
}

.article {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
  background-color: #79CD8D;
  color: #fff;
}
.article img {
  width: 100%;
}
@media (min-width: 768px) {
  .article {
    margin-top: 240px;
    padding-top: 150px;
  }
}
.article::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/svg/wavy-green01.svg");
  background-repeat: repeat-x;
  background-size: 28px 15.69px;
  position: absolute;
  top: -10px;
}
@media (min-width: 768px) {
  .article::before {
    width: 100%;
    height: 56px;
    background-size: contain;
  }
}
.article .fec-title {
  width: 142px;
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -71px;
}
@media (min-width: 768px) {
  .article .fec-title {
    width: 424px;
    margin-left: -212px;
    top: -130px;
  }
}
.article .fec-author {
  font-size: 13px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 768px) {
  .article .fec-author {
    font-size: 26px;
  }
}
.article .fec-author span {
  position: relative;
  display: inline-block;
}
.article .fec-author span::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("../images/svg/article-green-ribbon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: -30px;
}
@media (min-width: 768px) {
  .article .fec-author span::before {
    width: 28px;
    height: 17px;
    left: -60px;
    top: 15px;
  }
}
.article .fec-author span::after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("../images/svg/article-green-ribbon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 8px;
  right: -30px;
}
@media (min-width: 768px) {
  .article .fec-author span::after {
    width: 28px;
    height: 17px;
    right: -60px;
    top: 15px;
  }
}
.article .fec-author.line2 span::before {
  top: 16px;
}
@media (min-width: 768px) {
  .article .fec-author.line2 span::before {
    top: 30px;
  }
}
.article .fec-author.line2 span::after {
  top: 16px;
}
@media (min-width: 768px) {
  .article .fec-author.line2 span::after {
    top: 30px;
  }
}
.article .fec-date {
  font-size: 9px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .article .fec-date {
    font-size: 18px;
  }
}
.article .movie .fec-content {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #008842;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .article .movie .fec-content {
    font-size: 30px;
    line-height: 1;
  }
}
@media (min-width: 930px) {
  .article .movie .fec-content {
    font-size: 50px;
    font-size: 40px;
  }
}
.article .movie .movie-thumb {
  width: 290px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.article .movie .movie-thumb:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .article .movie .movie-thumb {
    width: 660px;
  }
}
.article .movie .movie-thumb::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/svg/icon-play-green.svg");
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 70px;
  opacity: 0.8;
  pointer-events: none;
}
@media (min-width: 768px) {
  .article .movie .movie-thumb::after {
    width: 82px;
    height: 82px;
    margin-left: -41px;
    top: 160px;
  }
}
.article .movie .movie-thumb img {
  border-radius: 22px;
}
.article .case {
  margin-top: 20px;
}
.article .case .case-heading {
  width: 216px;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 11px;
  font-size: 14px;
  letter-spacing: 0.3em;
  background-color: #20AC42;
  position: relative;
  margin-bottom: 35px;
  -webkit-animation: caseMovement 3s infinite;
          animation: caseMovement 3s infinite;
}
@media (min-width: 768px) {
  .article .case .case-heading {
    width: 530px;
    height: 80px;
    border-radius: 40px;
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 24px;
  }
}
@-webkit-keyframes caseMovement {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@keyframes caseMovement {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
.article .case .case-heading::after {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -12px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.1px 7px 0 7px;
  border-color: #20ac43 transparent transparent transparent;
}
@media (min-width: 768px) {
  .article .case .case-heading::after {
    border-width: 31.2px 18px 0 18px;
    margin-left: -18px;
    bottom: -26px;
  }
}
.article .case .case-portrait {
  width: 175px;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .article .case .case-portrait {
    width: 400px;
    height: 400px;
    border: 12px solid #fff;
  }
}
.article .case .case-name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .article .case .case-name {
    font-size: 35px;
    font-size: 26px;
  }
}
.article .case .case-name span {
  position: relative;
  display: inline-block;
}
.article .case .case-name span::before {
  content: "";
  width: 47px;
  height: 2px;
  background-image: url("../images/svg/article-dashed-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: -60px;
}
@media (min-width: 768px) {
  .article .case .case-name span::before {
    width: 108px;
    height: 4px;
    top: 30px;
    top: 20px;
    left: -130px;
  }
}
.article .case .case-name span::after {
  content: "";
  width: 47px;
  height: 2px;
  background-image: url("../images/svg/article-dashed-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: -60px;
}
@media (min-width: 768px) {
  .article .case .case-name span::after {
    width: 108px;
    height: 4px;
    top: 30px;
    top: 20px;
    right: -130px;
  }
}
.article .case .case-country {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .article .case .case-country {
    line-height: 1;
    font-size: 18px;
  }
}
.article .case .case-text {
  width: 270px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  font-size: 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .article .case .case-text {
    width: 80%;
    font-size: 18px;
  }
}
@media (min-width: 930px) {
  .article .case .case-text {
    width: 790px;
    font-size: 24px;
    font-size: 18px;
  }
}
.article .case .case-image {
  width: 270px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .article .case .case-image {
    width: 80%;
  }
}
@media (min-width: 930px) {
  .article .case .case-image {
    width: 790px;
  }
}
.article .case .sdgs-wrap {
  font-size: 9px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 70px;
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative;
}
.article .case .sdgs-wrap .sdgs-bg {
  background-color: #20AC42;
  width: 100vw;
  height: 740px;
  height: 640px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 0;
}
.article .case .sdgs-wrap .sdgs-bg.sdgs-3elem {
  height: 980px;
  height: 800px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-bg.sdgs-3elem {
    height: 600px;
  }
}
.article .case .sdgs-wrap .sdgs-bg.sdgs-1elem {
  height: 500px;
  height: 480px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-bg.sdgs-1elem {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-bg {
    height: 650px;
    height: 600px;
  }
}
.article .case .sdgs-wrap .sdgs-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/svg/wavy-green02.svg");
  background-repeat: repeat-x;
  background-size: 28px 15.69px;
  position: absolute;
  top: -10px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-bg::before {
    width: 100%;
    height: 56px;
    background-size: contain;
    top: -50px;
  }
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap {
    margin-top: 150px;
    padding-top: 230px;
    padding-top: 180px;
    padding-bottom: 100px;
    font-size: 24px;
    font-size: 20px;
  }
}
.article .case .sdgs-wrap .sdgs-balloon {
  position: absolute;
  background-color: #fff;
  color: #20AC42;
  width: 280px;
  width: 300px;
  padding-top: 1em;
  padding-bottom: 1em;
  left: 50%;
  margin-left: -150px;
  top: -40px;
  border-radius: 26px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-balloon {
    width: 910px;
    height: 180px;
    height: 145px;
    border-radius: 90px;
    margin-left: -455px;
    top: -50px;
  }
}
.article .case .sdgs-wrap .sdgs-balloon::after {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -12px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.1px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-balloon::after {
    border-width: 41.6px 24px 0 24px;
    margin-left: -24px;
    bottom: -30px;
  }
}
.article .case .sdgs-wrap .sdgs-text {
  position: relative;
  z-index: 1;
}
.article .case .sdgs-wrap .sdgs-number-list {
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 54px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-number-list {
    width: 100%;
    padding-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.article .case .sdgs-wrap .sdgs-number-list > li {
  width: 74px;
  width: 140px;
  line-height: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-number-list > li {
    width: 178px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.article .case .sdgs-wrap .sdgs-number-list > li::before {
  content: "";
  background-image: url("../images/svg/sdgs-click.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  width: 90px;
  height: 15px;
  margin-left: -45px;
  top: -20px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-number-list > li::before {
    width: 128px;
    height: 39px;
    margin-left: -64px;
    top: -40px;
  }
}
.article .case .sdgs-wrap .sdgs-number-list > li img {
  border: 2px solid #fff;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-number-list > li img {
    border: 4px solid #fff;
  }
}

.article .case .sdgs-wrap .sdgs-preamble {
  width: 270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 54px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-preamble {
    width: 100%;
    padding-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.article .case .sdgs-wrap .sdgs-preamble > p {
  width: 270px;
  line-height: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-preamble > p {
    width: 614px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.article .case .sdgs-wrap .sdgs-preamble > p::before {
  content: "";
  background-image: url("../images/svg/sdgs-preamble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 20px;
  top: -26px;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-preamble > p::before {
    width: 500px;
    height: 41px;
    top: -51px;
  }
}
.article .case .sdgs-wrap .sdgs-preamble > p img {
  border: 2px solid #fff;
}
@media (min-width: 768px) {
  .article .case .sdgs-wrap .sdgs-preamble > li img {
    border: 4px solid #fff;
  }
}

.article .article-border {
  background-color: #fff;
  background-image: url("../images/svg/hr-color.svg");
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .article .article-border {
    height: 200px;
    background-image: none;
  }
}
.article .article-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/svg/wavy-white.svg");
  background-repeat: repeat-x;
  background-size: 28px 15.69px;
  position: absolute;
  top: -15px;
}
@media (min-width: 768px) {
  .article .article-border::before {
    width: 100%;
    height: 56px;
    background-size: contain;
  }
}
.article .article-border.last {
  background-image: none;
  height: 20px;
}
@media (min-width: 768px) {
  .article .article-border.last {
    height: 100px;
  }
  .article .article-border.last::after {
    content: none;
  }
}
.article .article-border.archive {
  background-image: none;
  height: 20px;
}
@media (min-width: 768px) {
  .article .article-border.archive {
    height: 100px;
  }
  .article .article-border.archive::after {
    content: none;
  }
}
@media (min-width: 768px) {
  .article .article-border::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background-image: url("../images/svg/hr-color-pc.svg");
    background-repeat: repeat-x;
    background-size: 1300px 50px;
    position: absolute;
    top: 100px;
  }
}
.article .article-bg-wrap {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.article .article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.article .article-inner {
  min-width: 290px;
  max-width: 320px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .article .article-inner {
    max-width: 920px;
  }
}
.article .particle-bg {
  max-width: calc(100vw - 290px);
  max-width: calc(100vw - 300px);
  height: auto;
  background-color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.article .particle-bg img {
  position: absolute;
  -webkit-animation: bg-anime 5s infinite;
          animation: bg-anime 5s infinite;
}
@media (max-width: 768px) {
  .article .particle-bg img {
    width: 15px !important;
  }
}
@media (min-width: 768px) {
  .article .particle-bg {
    max-width: calc(100vw - 920px);
  }
}
@-webkit-keyframes bg-anime {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(30deg);
            transform: translateX(10px) rotate(30deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes bg-anime {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(30deg);
            transform: translateX(10px) rotate(30deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.article.orange {
  background-color: #F9C158;
}
.article.orange .article-inner::before {
  background-image: url("../images/svg/article-bg-orange.svg");
}
.article.orange .article-inner::after {
  background-image: url("../images/svg/article-bg-orange.svg");
}
.article.orange::before {
  background-image: url("../images/svg/wavy-orange01.svg");
}
.article.orange .fec-author span::before {
  background-image: url("../images/svg/article-orange-ribbon.svg");
}
.article.orange .fec-author span::after {
  background-image: url("../images/svg/article-orange-ribbon.svg");
}
.article.orange .movie .fec-content {
  color: #E94709;
}
.article.orange .movie .movie-thumb::after {
  background-image: url("../images/svg/icon-play-orange.svg");
}
.article.orange .case .case-heading {
  background-color: #F08300;
}
.article.orange .case .case-heading::after {
  border-color: #F08300 transparent transparent transparent;
}
.article.orange .sdgs-wrap .sdgs-bg {
  background-color: #F08300;
}
.article.orange .sdgs-wrap .sdgs-bg::before {
  background-image: url("../images/svg/wavy-orange02.svg");
}
.article.orange .sdgs-wrap .sdgs-balloon {
  color: #F08300;
}
.article.red {
  background-color: #F39EA5;
}
.article.red .article-inner::before {
  background-image: url("../images/svg/article-bg-red.svg");
}
.article.red .article-inner::after {
  background-image: url("../images/svg/article-bg-red.svg");
}
.article.red::before {
  background-image: url("../images/svg/wavy-red01.svg");
}
.article.red .fec-author span::before {
  background-image: url("../images/svg/article-red-ribbon.svg");
}
.article.red .fec-author span::after {
  background-image: url("../images/svg/article-red-ribbon.svg");
}
.article.red .movie .fec-content {
  color: #B32123;
}
.article.red .movie .movie-thumb::after {
  background-image: url("../images/svg/icon-play-red.svg");
}
.article.red .case .case-heading {
  background-color: #E94F5C;
}
.article.red .case .case-heading::after {
  border-color: #E94F5C transparent transparent transparent;
}
.article.red .sdgs-wrap .sdgs-bg {
  background-color: #E94F5C;
}
.article.red .sdgs-wrap .sdgs-bg::before {
  background-image: url("../images/svg/wavy-red02.svg");
}
.article.red .sdgs-wrap .sdgs-balloon {
  color: #E94F5C;
}
.article .back-button {
  background-color: #fff;
  text-align: center;
  padding-bottom: 1em;
}
.article .back-button img {
  width: 180px;
}
@media (min-width: 768px) {
  .article .back-button img {
    width: 250px;
  }
}
.article .archive-credit {
  color: #848484;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .article .archive-credit {
    padding-bottom: 100px;
  }
}

.button-archive {
  text-align: center;
}
.button-archive img {
  width: 270px;
  width: 90%;
}
@media (min-width: 768px) {
  .button-archive img {
    width: 510px;
  }
}

.sns {
  margin-top: 100px;
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
  background-color: #4CC6F4;
  color: #fff;
  font-size: 10px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sns {
    margin-top: 250px;
    padding-top: 300px;
    padding-bottom: 120px;
    font-size: 21px;
  }
}
.sns .sns-inner::before {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/svg/sns-bg.svg");
  background-position: right top;
  background-size: 750px;
}
@media (min-width: 768px) {
  .sns .sns-inner::before {
    background-size: 1500px;
  }
}
.sns .sns-inner::after {
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/svg/sns-bg.svg");
  background-position: left top;
  background-size: 750px;
}
@media (min-width: 768px) {
  .sns .sns-inner::after {
    background-size: 1500px;
  }
}
.sns .sns-title {
  width: 278px;
  position: absolute;
  left: 50%;
  margin-left: -139px;
  top: -50px;
}
@media (min-width: 768px) {
  .sns .sns-title {
    width: 566px;
    margin-left: -283px;
    top: -100px;
  }
}
.sns .sns-text01 {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .sns .sns-text01 {
    font-size: 18px;
  }
}
@media (min-width: 930px) {
  .sns .sns-text01 {
    font-size: 23px;
    font-size: 18px;
  }
}
.sns .sns-text02 {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .sns .sns-text02 {
    font-size: 18px;
  }
}
@media (min-width: 930px) {
  .sns .sns-text02 {
    font-size: 23px;
    font-size: 18px;
  }
}
.sns .hash-tag {
  margin-bottom: 1em;
}
.sns .hash-tag img {
  width: 211px;
}
@media (min-width: 768px) {
  .sns .hash-tag img {
    width: 480px;
  }
}
.sns .sns-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns .sns-link-list > li {
  width: 32px;
  margin-left: 5px;
  margin-right: 5px;
}
.sns .sns-link-list > li a {
  cursor: inherit;
}
.sns .sns-link-list > li a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .sns .sns-link-list > li {
    width: 76px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.sns .ex-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sns .ex-wrap {
    margin-bottom: 80px;
  }
  .sns .ex-wrap .ex-wrap-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 930px) {
  .sns .ex-wrap .ex-wrap-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sns .ex-wrap .balloon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 87px;
  height: 26px;
  border-radius: 13px;
  color: #00AEEF;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .sns .ex-wrap .balloon {
    width: 250px;
    height: 94px;
    border-radius: 47px;
    margin-bottom: 40px;
    font-size: 23px;
  }
}
.sns .ex-wrap .balloon::after {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -8px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 768px) {
  .sns .ex-wrap .balloon::after {
    border-width: 27.7px 16px 0 16px;
    margin-left: -16px;
    bottom: -20px;
  }
}
@media (min-width: 768px) {
  .sns .ex-wrap .sns-ex-photo {
    margin-right: 40px;
  }
}
.sns .ex-wrap .sns-ex-photo img {
  width: 175px;
}
@media (min-width: 768px) {
  .sns .ex-wrap .sns-ex-photo img {
    width: 90%;
  }
}
@media (min-width: 930px) {
  .sns .ex-wrap .sns-ex-photo img {
    width: 382px;
  }
}
@media (min-width: 768px) {
  .sns .ex-wrap .sns-ex-video {
    margin-left: 40px;
  }
}
.sns .ex-wrap .sns-ex-video img {
  width: 175px;
}
@media (min-width: 768px) {
  .sns .ex-wrap .sns-ex-video img {
    width: 90%;
  }
}
@media (min-width: 930px) {
  .sns .ex-wrap .sns-ex-video img {
    width: 382px;
  }
}
.sns .ex-wrap::before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  margin-left: -166px;
  width: 332px;
  height: 3px;
  background-image: url("../images/svg/sns-border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .sns .ex-wrap::before {
    width: 1000px;
    height: 4px;
    margin-left: -500px;
  }
}
.sns .ex-wrap::after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  margin-left: -166px;
  width: 332px;
  height: 3px;
  background-image: url("../images/svg/sns-border.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .sns .ex-wrap::after {
    width: 1000px;
    height: 4px;
    margin-left: -500px;
  }
}
.sns .ex-wrap .sns-text03 {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sns .ex-wrap .sns-text03 {
    font-size: 30px;
    font-size: 28px;
    margin-bottom: 80px;
  }
}
.sns .sns-dl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sns .sns-dl-wrap {
    margin-bottom: 20px;
  }
}
.sns .sns-dl-wrap .sns-dl-text {
  text-align: left;
}
@media (min-width: 768px) {
  .sns .sns-dl-wrap .sns-dl-text {
    font-size: 18px;
  }
}
.sns .sns-dl-wrap .sns-dl-image {
  width: 80px;
  margin-top: -10px;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .sns .sns-dl-wrap .sns-dl-image {
    width: 223px;
    margin-top: -40px;
  }
}
.sns .sns-dl-button img {
  width: 141px;
  width: 200px;
}
@media (min-width: 768px) {
  .sns .sns-dl-button img {
    width: 300px;
  }
}

.color-border {
  background-color: #fff;
  background-image: url("../images/svg/hr-color.svg");
  background-repeat: repeat-x;
  background-position: center center;
  width: 100%;
  height: 70px;
  position: relative;
}
@media (min-width: 768px) {
  .color-border {
    background-size: 1300px 50px;
    height: 290px;
  }
}

.campaign {
  background-color: #D9F3FD;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .campaign {
    padding-top: 100px;
  }
}
.campaign .campaign-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #00AEEF;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .campaign .campaign-title {
    font-size: 38px;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
.campaign .campaign-title::after {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 1.5px;
  display: block;
  background-color: #00AEEF;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
}
@media (min-width: 768px) {
  .campaign .campaign-title::after {
    width: 50px;
    height: 6px;
    border-radius: 3px;
    margin-left: -25px;
  }
}
.campaign .campaign-text {
  width: 260px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #00AEEF;
  line-height: 2;
  text-align: justify;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .campaign .campaign-text {
    width: 80%;
    font-size: 18px;
  }
}
@media (min-width: 930px) {
  .campaign .campaign-text {
    width: 880px;
    font-size: 22px;
    font-size: 18px;
  }
}
.campaign .campaign-card {
  width: 316px;
  height: 206px;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 18px;
  padding-left: 38px;
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: justify;
  margin-bottom: 3em;
  position: relative;
}
@media (min-width: 768px) {
  .campaign .campaign-card {
    width: 80%;
    height: 465px;
    height: 410px;
    border-radius: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 140px;
    padding-top: 80px;
    line-height: 1.8;
  }
}
@media (min-width: 930px) {
  .campaign .campaign-card {
    width: 1000px;
    height: 465px;
    height: 410px;
    border-radius: 20px;
    margin-bottom: 50px;
    font-size: 21px;
    font-size: 18px;
    padding-right: 70px;
    padding-left: 140px;
    padding-top: 80px;
    line-height: 1.8;
  }
}
.campaign .campaign-card::before {
  content: "";
  width: 3px;
  height: 206px;
  height: 190px;
  position: absolute;
  left: 15px;
  top: 0;
  background-image: url("../images/svg/campaign-border-01.svg");
}
@media (min-width: 768px) {
  .campaign .campaign-card::before {
    width: 8px;
    height: 465px;
    height: 410px;
    left: 62px;
  }
}
.campaign .campaign-card.nhk::before {
  background-image: url("../images/svg/campaign-border-02.svg");
}
.campaign .campaign-card.sesame {
  padding-top: 15px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .campaign .campaign-card.sesame {
    padding-top: 40px;
  }
}
.campaign .campaign-card.sesame::before {
  background-image: url("../images/svg/campaign-border-03.svg");
}
.campaign .campaign-card .card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .campaign .campaign-card .card-heading {
    margin-bottom: 30px;
  }
}
.campaign .campaign-card .card-heading .logo-unicef img {
  width: 118px;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .campaign .campaign-card .card-heading .logo-unicef img {
    width: 271px;
  }
}
.campaign .campaign-card .card-heading .logo-nhk img {
  width: 91px;
  margin-bottom: -8px;
}
@media (min-width: 768px) {
  .campaign .campaign-card .card-heading .logo-nhk img {
    width: 244px;
  }
}
.campaign .campaign-card .card-heading .logo-sesame img {
  width: 83px;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .campaign .campaign-card .card-heading .logo-sesame img {
    width: 246px;
  }
}
.campaign .card-copyright {
  width: 316px;
  font-size: 10px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .campaign .card-copyright {
    width: 1000px;
    font-size: 14px;
  }
}
.campaign .campaign2022 {
  background-color: #fff;
  padding-top: 10px;
}
.campaign .campaign2022 .campaign2022-title {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .campaign .campaign2022 .campaign2022-title {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
.campaign .campaign2022 .campaign2022-title::after {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 1.5px;
  display: block;
  background-color: #00AEEF;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
}
@media (min-width: 768px) {
  .campaign .campaign2022 .campaign2022-title::after {
    width: 50px;
    height: 6px;
    border-radius: 3px;
    margin-left: -25px;
  }
}
.campaign .campaign2022 .campaign2022-image {
  width: 316px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .campaign .campaign2022 .campaign2022-image {
    width: 90%;
  }
}
@media (min-width: 930px) {
  .campaign .campaign2022 .campaign2022-image {
    width: 895px;
  }
}
.campaign .campaign2022 .campaign2022-text {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .campaign .campaign2022 .campaign2022-text {
    font-size: 23px;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.campaign .campaign2022 .campaign2022-list {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .campaign .campaign2022 .campaign2022-list {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px;
  }
}
@media (min-width: 930px) {
  .campaign .campaign2022 .campaign2022-list {
    width: 893px;
  }
}
.campaign .campaign2022 .campaign2022-list > li {
  margin-bottom: 20px;
  position: relative;
  line-height: 0;
}
@media (min-width: 768px) {
  .campaign .campaign2022 .campaign2022-list > li {
    width: 48%;
  }
}
@media (min-width: 930px) {
  .campaign .campaign2022 .campaign2022-list > li {
    width: 425px;
    margin-bottom: 40px;
  }
}
.campaign .campaign2022 .campaign2022-list > li::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/svg/icon-play-blue.svg");
  background-size: contain;
  left: 5px;
  bottom: 5px;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .campaign .campaign2022 .campaign2022-list > li::after {
    width: 57px;
    height: 57px;
    left: 18px;
    bottom: 18px;
  }
}
.campaign .related-links {
  background-color: #fff;
}
.campaign .related-links .links-title {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .campaign .related-links .links-title {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
.campaign .related-links .links-title::after {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 1.5px;
  display: block;
  background-color: #00AEEF;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
}
@media (min-width: 768px) {
  .campaign .related-links .links-title::after {
    width: 50px;
    height: 6px;
    border-radius: 3px;
    margin-left: -25px;
  }
}
.campaign .related-links .links-list {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .campaign .related-links .links-list {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 930px) {
  .campaign .related-links .links-list {
    width: 893px;
  }
}
.campaign .related-links .links-list > li {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .campaign .related-links .links-list > li {
    width: 48%;
  }
}
@media (min-width: 930px) {
  .campaign .related-links .links-list > li {
    width: 425px;
    margin-bottom: 40px;
  }
}
.campaign .related-links .links-list > li a {
  color: #040000;
}
.campaign .related-links .links-list > li .link-text {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .campaign .related-links .links-list > li .link-text {
    font-size: 18px;
  }
}
.campaign .related-links .links-list > li .link-text span {
  font-size: 9px;
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .campaign .related-links .links-list > li .link-text span {
    margin-top: 15px;
    font-size: 16px;
  }
}

.footer {
  background-color: #00AEEF;
  padding-top: 18px;
  padding-bottom: 8px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer .footer-logo img {
  width: 72px;
}
@media (min-width: 768px) {
  .footer .footer-logo img {
    width: 144px;
  }
}
.footer .footer-text01 img {
  width: 222px;
  display: inline-block;
}
.footer .footer-text01 .pc-text {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-text01 {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .footer .footer-text01 img {
    display: none;
  }
  .footer .footer-text01 .pc-text {
    display: block;
  }
}
.footer .footer-text02 img {
  width: 289px;
  display: inline-block;
}
.footer .footer-text02 .pc-text {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-text02 {
    font-size: 15px;
    margin-bottom: 3em;
  }
  .footer .footer-text02 img {
    display: none;
  }
  .footer .footer-text02 .pc-text {
    display: block;
  }
}
.footer .footer-text03 img {
  width: 175px;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer .footer-text03 img {
    width: 144px;
  }
}
.footer .footer-text03 .pc-text {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-text03 {
    font-size: 13px;
  }
  .footer .footer-text03 img {
    display: none;
  }
  .footer .footer-text03 .pc-text {
    display: block;
  }
}

.swiper-wrap {
  height: 460px;
  z-index: 0;
}
@media (min-width: 768px) {
  .swiper-wrap {
    width: 800px;
    height: inherit;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .swiper-wrap {
    width: 1100px;
  }
}

.swiper {
  width: 315px;
  height: 460px;
}
@media (min-width: 768px) {
  .swiper {
    width: 800px;
    height: inherit;
  }
}
@media (min-width: 1200px) {
  .swiper {
    width: 1100px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    height: 40px;
    width: 40px;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev::after,
  .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 40px;
    margin: auto;
    width: 40px;
    display: block;
  }
  /* 前への矢印カスタマイズ */
  .swiper-button-prev::after {
    background-image: url("../images/svg/news-slide-arrow-left-pc.svg");
  }
  /* 次への矢印カスタマイズ */
  .swiper-button-next::after {
    background-image: url("../images/svg/news-slide-arrow-right-pc.svg");
  }
  /* 画像サイズ調整 */
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 100px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -40px);
    left: auto;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -40px);
    right: auto;
  }
}
@media (min-width: 1200px) {
  .swiper-button-next, .swiper-button-prev {
    top: 150px;
  }
}
.archive .fv-logo {
  width: 268px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .archive .fv-logo {
    width: 100px;
    right: 87px;
  }
}
@media (min-width: 1200px) {
  .archive .fv-logo {
    width: 215px;
    right: 87px;
  }
}
.archive .contents {
  margin-top: 180px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #D2EDF8;
  color: #fff;
  background-image: url("../images/svg/archive-bg-bubble.svg");
  background-position: top 100px center;
}
@media (min-width: 768px) {
  .archive .contents {
    margin-top: 240px;
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.archive .contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/svg/wavy-blue-archive.svg");
  background-repeat: repeat-x;
  background-size: 28px 15.69px;
  position: absolute;
  top: -10px;
}
@media (min-width: 768px) {
  .archive .contents::before {
    width: 100%;
    height: 56px;
    background-size: contain;
  }
}
.archive .contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/svg/wavy-blue.svg");
  background-repeat: repeat-x;
  background-size: 28px 15.69px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .archive .contents::after {
    width: 100%;
    height: 56px;
    background-size: contain;
  }
}
.archive .contents .fec-title {
  width: 142px;
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -71px;
}
@media (min-width: 768px) {
  .archive .contents .fec-title {
    width: 424px;
    margin-left: -212px;
    top: -130px;
  }
}
@media (min-width: 768px) {
  .archive .contents .archive-list {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
}
.archive .contents .archive-list .archive-elem {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .archive .contents .archive-list .archive-elem {
    width: 300px;
  }
}
.archive .contents .archive-list .archive-elem > a p {
  line-height: 1;
}
.archive .contents .archive-list .archive-elem > a .archive-image {
  width: 230px;
}
@media (min-width: 1200px) {
  .archive .contents .archive-list .archive-elem > a .archive-image {
    width: 300px;
  }
}
.archive .contents .archive-list .archive-elem > a .archive-image img {
  border-radius: 16px;
  border: 4px solid #00A95A;
}
@media (min-width: 768px) {
  .archive .contents .archive-list .archive-elem > a .archive-image img {
    border: 10px solid #00A95A;
  }
}
.archive .contents .archive-list .archive-elem > a .archive-title {
  width: auto;
  background-color: transparent;
  display: block;
  color: #00A95A;
  text-align: left;
}
.archive .contents .archive-list .archive-elem > a .archive-title > span {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .archive .contents .archive-list .archive-elem > a .archive-title > span {
    font-size: 22px;
    font-size: 16px;
  }
}
.archive .contents .archive-list .archive-elem > a .archive-title > span .date {
  font-size: 10px;
  margin-top: 0;
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .archive .contents .archive-list .archive-elem > a .archive-title > span .date {
    font-size: 17px;
    font-size: 14px;
  }
}
.archive .contents .archive-list .archive-elem.orange .archive-image img {
  border: 4px solid #F4A142;
}
@media (min-width: 768px) {
  .archive .contents .archive-list .archive-elem.orange .archive-image img {
    border: 10px solid #F4A142;
  }
}
.archive .contents .archive-list .archive-elem.orange .archive-title {
  color: #F4A142;
  background-color: transparent;
}
.archive .contents .archive-list .archive-elem.red .archive-image img {
  border: 4px solid #E95599;
}
@media (min-width: 768px) {
  .archive .contents .archive-list .archive-elem.red .archive-image img {
    border: 10px solid #E95599;
  }
}
.archive .contents .archive-list .archive-elem.red .archive-title {
  color: #E95599;
  background-color: transparent;
}
.archive .home-button {
  text-align: center;
  margin-top: 3em;
}
@media (min-width: 768px) {
  .archive .home-button {
    margin-top: 3em;
  }
}
.archive .home-button img {
  width: 180px;
}
@media (min-width: 768px) {
  .archive .home-button img {
    width: 200px;
  }
}

.archive-detail .archive-header .fv-logo {
  width: 268px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .archive-detail .archive-header .fv-logo {
    width: 100px;
    right: 87px;
  }
}
@media (min-width: 1200px) {
  .archive-detail .archive-header .fv-logo {
    width: 215px;
    right: 87px;
  }
}
.archive-detail article {
  margin-top: 150px;
}
@media (min-width: 768px) {
  .archive-detail article {
    margin-top: 200px;
  }
}

.movie-wrap {
  width: 290px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .movie-wrap {
    width: 660px;
  }
}

.youtube-wrap {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* YouTube埋め込み用のiframe */
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

i.ex-link {
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../images/svg/icon-ex-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (min-width: 768px) {
  i.ex-link {
    width: 20px;
    height: 20px;
  }
}

/*!*** Helper Rules *****/
.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz42 {
  font-size: 42px;
}

.fz49 {
  font-size: 49px;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.lh1 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh15 {
  line-height: 1.5;
}

.lh2 {
  line-height: 2;
}

.lh47 {
  line-height: 47px;
}

.lh60 {
  line-height: 60px;
}

.va20 {
  letter-spacing: 0.02em;
}

.ltsp100 {
  letter-spacing: 0.1em;
}

.tdu {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt1em {
  padding-top: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pr2p {
  padding-right: 2%;
}
@media (min-width: 768px) {
  .pr2p {
    padding-right: 0;
  }
}

.plr2p {
  padding-right: 2%;
  padding-left: 2%;
}

.plr5p {
  padding-right: 5%;
  padding-left: 5%;
}

.plr1em {
  padding-right: 1em;
  padding-left: 1em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml1em {
  margin-left: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mt2em {
  margin-top: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.br-sp, .sp {
  display: inherit;
}

.br-tb {
  display: inherit;
}

.br-pc, .pc {
  display: none;
}

.text-sp {
  display: inline;
}

.text-pc {
  display: none;
}

@media (min-width: 768px) {
  .br-sp, .sp {
    display: none;
  }
  .br-tb {
    display: inherit;
  }
  .br-pc, .pc {
    display: inline-block;
  }
  .text-sp {
    display: none;
  }
  .text-pc {
    display: inline;
  }
  .pc-fz14 {
    font-size: 14px;
  }
  .pc-fz18 {
    font-size: 18px;
  }
  .pc-fz26 {
    font-size: 26px;
  }
  .pc-fz27 {
    font-size: 27px;
  }
  .pc-fz30 {
    font-size: 30px;
  }
  .pc-fz36 {
    font-size: 36px;
  }
  .pc-fz38 {
    font-size: 38px;
  }
  .pc-fz40 {
    font-size: 40px;
  }
  .pc-fz49 {
    font-size: 49px;
  }
  .plr2p {
    padding-left: inherit;
    padding-right: inherit;
  }
  .pc-tac {
    text-align: center;
  }
  .pc-lh12 {
    line-height: 1.2;
  }
  .pc-w780 {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .pc-w730 {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
  }
  .pc-w265 {
    max-width: 265px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .pc-w410 {
    max-width: 410px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mb2em {
    margin-bottom: 2em;
  }
  .pc-mb3em {
    margin-bottom: 3em;
  }
}
@media (min-width: 1000px) {
  .br-tb {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */