* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: transparent;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  position: relative;
  transition: 0s;
  visibility: hidden;
  background-color: white;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 3.8vw;
    visibility: visible;
  }
}

@media screen and (max-width: 960px) {
  body.fixed {
    position: fixed;
    width: 100%;
  }
}
body.hidden {
  display: none;
}

.skip {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}

a {
  display: block;
  color: #000;
  background-color: transparent;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #004D9E;
  background-color: transparent;
}

.linkLine {
  display: inline-block;
  text-decoration: underline;
}

.current {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

#main {
  position: relative;
  line-height: 2.2;
  margin-top: -115px;
}
@media screen and (max-width: 960px) {
  #main {
    padding-bottom: calc(18vw + 30px);
    margin-top: 0;
  }
}

.head_wrap {
  background-color: #004D9E;
  color: #fff;
  padding-left: calc((100% - 1100px) / 2);
  padding-right: calc((100% - 1100px) / 2);
  padding-top: 140px;
  padding-bottom: 60px;
}
@media (max-width: 1240px) {
  .head_wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 960px) {
  .head_wrap {
    padding-top: 12vw !important;
    padding-bottom: 40px;
  }
}
.head_wrap h1 {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .head_wrap h1 {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
.head_wrap p {
  line-height: 2.2;
}

.btn {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  transition: 0.3s;
}
.btn::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #000;
  color: transparent;
  border-radius: 50%;
}
.btn::after {
  right: -23px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
}
.btn:hover::before, .btn:focus::before {
  background-color: #004D9E;
  color: transparent;
}
@media screen and (max-width: 960px) {
  .btn::before, .btn::after {
    right: -6vw;
  }
  .btn::before {
    width: 4.5vw;
    height: 4.5vw;
  }
  .btn::after {
    right: -4.4vw;
    width: 2vw;
    height: 2vw;
    border-top: 2.6px solid #fff;
    border-right: 2.6px solid #fff;
  }
}

.linkBtn {
  background-color: #E5EDF5;
  color: #000;
  border: 1px solid #000;
  border-radius: 10vw;
  display: inline-block;
  padding: 10px min(60px, 5vw);
  box-shadow: 0px 3px 0px 0px rgb(0, 0, 0);
  position: relative;
}
.linkBtn p {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
}
.linkBtn p::before, .linkBtn p::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  transition: 0.3s;
}
.linkBtn p::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #000;
  color: transparent;
  border-radius: 50%;
}
.linkBtn p::after {
  right: -23px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
}
.linkBtn:hover p::before, .linkBtn:focus p::before {
  background-color: #004D9E;
  color: transparent;
}
@media screen and (max-width: 960px) {
  .linkBtn {
    font-size: 3.8vw;
    padding: 10px 9vw;
  }
}

.w_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .w_wrap {
    max-width: inherit;
    margin: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .w_wrap {
    padding: 40px 0 50px;
    margin: 0 5vw;
  }
}

.w_layerwrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px;
}
@media (max-width: 1240px) {
  .w_layerwrap {
    max-width: inherit;
    margin: 40px;
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  .w_layerwrap {
    margin: 0 8vw;
    padding: 40px 0;
  }
}

.w_various {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 80px 0;
}
@media (max-width: 1240px) {
  .w_various {
    max-width: inherit;
    margin: 40px;
    padding: 50px 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .w_various {
    margin: 0 8vw;
    padding: 40px 0;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .pb_120 {
    padding-bottom: 0;
  }
}

.pb_0 {
  padding-bottom: 0;
}

.dl_wrap {
  border: 2px solid #004D9E;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  padding: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .dl_wrap {
    padding: 20px;
  }
}
.dl_wrap .head {
  margin-bottom: 20px;
}
.dl_wrap .head span {
  font-size: 2rem;
  font-weight: 700;
  color: #004D9E;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  .dl_wrap .head span {
    font-size: 4vw;
  }
}
.dl_wrap .dl_inner div {
  margin-bottom: 15px;
}
.dl_wrap .dl_inner div:last-of-type {
  margin-bottom: 0;
}
.dl_wrap .dl_inner div .dl_title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .dl_wrap .dl_inner div .dl_title {
    font-size: 3.8vw;
  }
}
.dl_wrap .dl_inner div ul {
  margin-left: 1em;
}
.dl_wrap .dl_inner div ul li {
  margin-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .dl_wrap .dl_inner div ul li {
    margin-bottom: 20px;
  }
}
.dl_wrap .dl_inner div ul li:last-of-type {
  margin-bottom: 0;
}
.dl_wrap .dl_inner div ul li a {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .dl_wrap .dl_inner div ul li a {
    font-size: 3.5vw;
  }
}
.dl_wrap .dl_inner div ul li a::before {
  right: inherit;
  left: -30px;
}
.dl_wrap .dl_inner div ul li a::after {
  right: inherit;
  left: -27px;
}
.dl_wrap .dl_inner div ul li a .em {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .dl_wrap .dl_inner div ul li a .em {
    font-size: 4vw;
  }
}
.dl_wrap .dl_inner div ul li a .cap {
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .dl_wrap .dl_inner div ul li a .cap {
    font-size: 1.2rem;
  }
}
.dl_wrap .dl_inner div ul li a .icn {
  font-size: 1.3rem;
  background-color: #004D9E;
  color: #fff;
  padding: 1px 5px;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .dl_wrap .dl_inner div ul li a .icn {
    font-size: 1.2rem;
  }
}
.dl_wrap .dl_inner div ul li:last-child a {
  margin-bottom: 0;
}

.txt_b {
  font-weight: 900;
}

.brd_w {
  border-bottom: 2px solid #fff;
}

.brd_b {
  border-bottom: 2px solid #004D9E;
}

.disc {
  margin-left: 1em;
}
.disc li {
  list-style: disc;
}

.bg_l {
  position: relative;
}
.bg_l::after {
  content: "";
  background-color: #D2E4F8;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% + 1100px) / 2);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1240px) {
  .bg_l::after {
    width: calc(100% - 3vw);
  }
}

.bg_r {
  position: relative;
}
.bg_r::after {
  content: "";
  background-color: #D2E4F8;
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% + 1100px) / 2);
  height: 100%;
  z-index: -1;
}
@media (max-width: 1240px) {
  .bg_r::after {
    width: calc(100% - 3vw);
  }
}

.top_playpause {
  margin-top: 20px;
}
.top_playpause a {
  width: 280px;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 50px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top_playpause a {
    width: 60%;
    font-size: 3vw;
  }
}
.top_playpause a::before, .top_playpause a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 50%;
}
.top_playpause a::before {
  left: 10px;
}
.top_playpause a::after {
  left: 18px;
}
.top_playpause a {
  color: #fff;
  background-color: #000;
  text-align: center;
}
.top_playpause a::before, .top_playpause a::after {
  background: #fff;
  color: transparent;
}

.movie_playpause {
  margin-top: 20px;
}
.movie_playpause a {
  width: 280px;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 50px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 960px) {
  .movie_playpause a {
    width: 60%;
    font-size: 3vw;
  }
}
.movie_playpause a::before, .movie_playpause a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 50%;
}
.movie_playpause a::before {
  left: 10px;
}
.movie_playpause a::after {
  left: 18px;
}
.movie_playpause a {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #000;
}
.movie_playpause a::before, .movie_playpause a::after {
  background: #000;
  color: transparent;
}



.interview_playpause {
  margin-top: 20px;
}
.interview_playpause a {
  width: 280px;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 50px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 960px) {
  .interview_playpause a {
    width: 60%;
    font-size: 3vw;
  }
}
.interview_playpause a::before, .interview_playpause a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 50%;
}
.interview_playpause a::before {
  left: 10px;
}
.interview_playpause a::after {
  left: 18px;
}
.interview_playpause a {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #000;
}
.interview_playpause a::before, .interview_playpause a::after {
  background: #000;
  color: transparent;
}


.kodomo_playpause {
  margin-top: 20px;
}
.kodomo_playpause a {
  width: 280px;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 50px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 960px) {
  .kodomo_playpause a {
    width: 60%;
    font-size: 3vw;
  }
}
.kodomo_playpause a::before, .kodomo_playpause a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 50%;
}
.kodomo_playpause a::before {
  left: 10px;
}
.kodomo_playpause a::after {
  left: 18px;
}
.kodomo_playpause a {
  width: 240px;
  border: 2px solid #004D9E;
  color: #004D9E;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #004D9E;
}
@media screen and (max-width: 960px) {
  .kodomo_playpause a {
    width: 40%;
    font-size: 3vw;
  }
}
.kodomo_playpause a::before, .kodomo_playpause a::after {
  background: #004D9E;
  color: transparent;
}

.paused a::before {
  height: 17.3205080757px;
  width: 20px;
  clip-path: polygon(70% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 960px) {
  .paused a::before {
    height: 4.3301270189vw;
    width: 5vw;
  }
}
.paused a::after {
  display: none;
}

.swiper-pagination-bullets-dynamic {
  font-size: 100% !important;
}

header {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  header {
    position: fixed !important;
    top: 0 !important;
    border-bottom: 0.5px solid #585858;
    background-color: #fff;
    color: #000;
  }
}

header.is-show {
  transform: translateY(-60px);
}

.gNav {
  position: relative;
}
.gNav #navTop {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 998;
}
@media screen and (max-width: 960px) {
  .gNav #navTop {
    width: fit-content;
    padding: 10px 4vw;
  }
}
.gNav #navTop .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .gNav #navTop .logo {
    justify-content: flex-start;
  }
}
.gNav #navTop .logo li p span {
  display: block;
  position: relative;
  z-index: -1;
  overflow: hidden;
  line-height: 0.3;
}
@media screen and (max-width: 960px) {
  .gNav #navTop .logo li p span {
    position: relative;
    z-index: -1;
    font-size: 10%;
  }
}
.gNav #navTop .logo .fukushi {
  margin-right: 25px;
}
.gNav #navTop .logo .fukushi p {
  background: #ffffff url(../common/logo_fukushi.png) 0 0 no-repeat;
  background-size: contain;
  width: min(180px, 15vw);
  height: min(28px, 2.3vw);
  color: #000;
  font-size: 100%;
}
@media screen and (max-width: 960px) {
  .gNav #navTop .logo .fukushi p {
    width: 24vw;
    height: 4vw;
  }
}
.gNav #navTop .logo .bf p {
  background: #ffffff url(../common/logo_kokorobf_tx.png) 0 0 no-repeat;
  background-size: contain;
  width: min(233px, 18vw);
  height: min(47px, 3.8vw);
  color: #000;
  font-size: 100%;
}
@media screen and (max-width: 960px) {
  .gNav #navTop .logo .bf p {
    width: 29vw;
    height: 6vw;
  }
}
.gNav #navTop .headerContents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .gNav #navTop .headerContents {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .gNav #navTop .headerContents {
    display: none;
  }
}
.gNav #navTop .headerContents .headerLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.gNav #navTop .headerContents .headerLink li a,
.gNav #navTop .headerContents .headerLink li button {
  transition: 0.3s;
  position: relative;
}
.gNav #navTop .headerContents .headerLink li a:hover, .gNav #navTop .headerContents .headerLink li a:focus,
.gNav #navTop .headerContents .headerLink li button:hover,
.gNav #navTop .headerContents .headerLink li button:focus {
  opacity: 0.8;
}
.gNav #navTop .headerContents .headerLink li a.current::after,
.gNav #navTop .headerContents .headerLink li button.current::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 5px solid #004D9E;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .gNav #navTop .headerContents .headerLink li a.current::after,
  .gNav #navTop .headerContents .headerLink li button.current::after {
    display: none;
  }
}
.gNav #navTop .headerContents .fontSize {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gNav #navTop .headerContents .fontSize .sizeWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  gap: 5px;
  margin-left: 5px;
  transition: 0s;
}
.gNav #navTop .headerContents .fontSize .sizeWrap li {
  border: 1px solid #000;
  border-radius: 3px;
}
.gNav #navTop .headerContents .fontSize .sizeWrap li a {
  padding: 2px;
  line-height: 1;
}
.gNav #navTop .headerContents .fontSize .sizeWrap .small {
  font-size: 1.6rem;
}
.gNav #navTop .headerContents .fontSize .sizeWrap .middle {
  font-size: 1.8rem;
}
.gNav #navTop .headerContents .fontSize .sizeWrap .large {
  font-size: 2rem;
}
.gNav #navTop .headerContents .fontSize .sizeWrap .active a {
  background-color: #000;
  color: #fff;
}
.gNav #navTop .headerContents .fontSize .sizeWrap .active a:hover, .gNav #navTop .headerContents .fontSize .sizeWrap .active a:focus {
  color: #004D9E;
  background-color: #fff;
}
.gNav .gNav_btn {
  font-size: 100%;
  text-align: center;
  width: 6.5vw;
  height: 6.5vw;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  position: absolute;
  top: 1.5vw;
  right: 6vw;
  display: none;
}
@media screen and (max-width: 960px) {
  .gNav .gNav_btn {
    display: block;
  }
}
.gNav .gNav_btn a {
  background: #fff url(../common/btn_nav.png) no-repeat center center;
  background-size: contain;
  color: #000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.gNav .gNav_btn a:hover, .gNav .gNav_btn a:focus {
  opacity: 1;
}
.gNav .gNav_btn span {
  position: relative;
  z-index: -1;
  font-size: 0%;
}
.gNav .open a {
  background: #fff url(../common/btn_nav_close.png) no-repeat center center;
  background-size: contain;
  color: #FFFFFF;
}
.gNav .nav,
.gNav .nav_sp {
  background-color: #fff;
  color: #000;
  border-radius: 30vw;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
  margin: 30px auto 0;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 960px) {
  .gNav .nav,
  .gNav .nav_sp {
    display: none;
    border-radius: inherit;
    position: fixed;
    top: 0;
    margin: 0;
    box-shadow: none;
    width: 100%;
    height: 100dvh;
    padding-bottom: 10vh;
    overflow: auto;
  }
}
.gNav .nav .nav_wrap,
.gNav .nav_sp .nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0;
  width: auto;
  position: relative;
}
@media (max-width: 1366px) {
  .gNav .nav .nav_wrap,
  .gNav .nav_sp .nav_wrap {
    padding: 0 5px;
  }
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap,
  .gNav .nav_sp .nav_wrap {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
}
.gNav .nav .nav_wrap > li,
.gNav .nav_sp .nav_wrap > li {
  transition: 0.3s;
}
.gNav .nav .nav_wrap > li.active > a p::after,
.gNav .nav .nav_wrap > li.active > a .button_text::after,
.gNav .nav .nav_wrap > li.active button p::after,
.gNav .nav .nav_wrap > li.active button .button_text::after,
.gNav .nav_sp .nav_wrap > li.active > a p::after,
.gNav .nav_sp .nav_wrap > li.active > a .button_text::after,
.gNav .nav_sp .nav_wrap > li.active button p::after,
.gNav .nav_sp .nav_wrap > li.active button .button_text::after {
  transform: rotate(135deg);
}
.gNav .nav .nav_wrap > li.active > a::after,
.gNav .nav .nav_wrap > li.active button::after,
.gNav .nav_sp .nav_wrap > li.active > a::after,
.gNav .nav_sp .nav_wrap > li.active button::after {
  border-bottom: 5px solid #004D9E;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li.active > a::after,
  .gNav .nav .nav_wrap > li.active button::after,
  .gNav .nav_sp .nav_wrap > li.active > a::after,
  .gNav .nav_sp .nav_wrap > li.active button::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li,
  .gNav .nav_sp .nav_wrap > li {
    position: relative;
  }
  .gNav .nav .nav_wrap > li::before, .gNav .nav .nav_wrap > li::after,
  .gNav .nav_sp .nav_wrap > li::before,
  .gNav .nav_sp .nav_wrap > li::after {
    content: "";
    display: block;
    background-color: #004D9E;
    color: #000;
    position: absolute;
    width: 6vw;
    height: 1.5px;
    top: 7vw;
    right: 5vw;
    transform: translateY(-50%);
  }
  .gNav .nav .nav_wrap > li::before,
  .gNav .nav_sp .nav_wrap > li::before {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .gNav .nav .nav_wrap > li.active,
  .gNav .nav_sp .nav_wrap > li.active {
    transition: 0.3s;
  }
  .gNav .nav .nav_wrap > li.active:before,
  .gNav .nav_sp .nav_wrap > li.active:before {
    transform: rotate(0);
    transform-origin: center;
    transition: 0.3s;
    height: 0px;
  }
  .gNav .nav .nav_wrap > li:nth-child(1)::before, .gNav .nav .nav_wrap > li:nth-child(1)::after,
  .gNav .nav_sp .nav_wrap > li:nth-child(1)::before,
  .gNav .nav_sp .nav_wrap > li:nth-child(1)::after {
    display: none;
  }
}
.gNav .nav .nav_wrap > li > a,
.gNav .nav .nav_wrap > li button,
.gNav .nav_sp .nav_wrap > li > a,
.gNav .nav_sp .nav_wrap > li button {
  padding: 20px 38px 20px 20px;
  height: min(85px, 8vw);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1240px) {
  .gNav .nav .nav_wrap > li > a,
  .gNav .nav .nav_wrap > li button,
  .gNav .nav_sp .nav_wrap > li > a,
  .gNav .nav_sp .nav_wrap > li button {
    padding: 20px 28px 20px 15px;
  }
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li > a,
  .gNav .nav .nav_wrap > li button,
  .gNav .nav_sp .nav_wrap > li > a,
  .gNav .nav_sp .nav_wrap > li button {
    user-select: none;
    pointer-events: none;
    height: auto;
    justify-content: flex-start;
    padding: 20px 5vw;
  }
}
.gNav .nav .nav_wrap > li > a p,
.gNav .nav .nav_wrap > li > a .button_text,
.gNav .nav .nav_wrap > li button p,
.gNav .nav .nav_wrap > li button .button_text,
.gNav .nav_sp .nav_wrap > li > a p,
.gNav .nav_sp .nav_wrap > li > a .button_text,
.gNav .nav_sp .nav_wrap > li button p,
.gNav .nav_sp .nav_wrap > li button .button_text {
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li > a p,
  .gNav .nav .nav_wrap > li > a .button_text,
  .gNav .nav .nav_wrap > li button p,
  .gNav .nav .nav_wrap > li button .button_text,
  .gNav .nav_sp .nav_wrap > li > a p,
  .gNav .nav_sp .nav_wrap > li > a .button_text,
  .gNav .nav_sp .nav_wrap > li button p,
  .gNav .nav_sp .nav_wrap > li button .button_text {
    font-size: 4vw;
  }
}
.gNav .nav .nav_wrap > li > a p::after,
.gNav .nav .nav_wrap > li > a .button_text::after,
.gNav .nav .nav_wrap > li button p::after,
.gNav .nav .nav_wrap > li button .button_text::after,
.gNav .nav_sp .nav_wrap > li > a p::after,
.gNav .nav_sp .nav_wrap > li > a .button_text::after,
.gNav .nav_sp .nav_wrap > li button p::after,
.gNav .nav_sp .nav_wrap > li button .button_text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  right: -20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
}
@media (max-width: 1240px) {
  .gNav .nav .nav_wrap > li > a p::after,
  .gNav .nav .nav_wrap > li > a .button_text::after,
  .gNav .nav .nav_wrap > li button p::after,
  .gNav .nav .nav_wrap > li button .button_text::after,
  .gNav .nav_sp .nav_wrap > li > a p::after,
  .gNav .nav_sp .nav_wrap > li > a .button_text::after,
  .gNav .nav_sp .nav_wrap > li button p::after,
  .gNav .nav_sp .nav_wrap > li button .button_text::after {
    right: -15px;
  }
}
.gNav .nav .nav_wrap > li > a p span,
.gNav .nav .nav_wrap > li > a .button_text span,
.gNav .nav .nav_wrap > li button p span,
.gNav .nav .nav_wrap > li button .button_text span,
.gNav .nav_sp .nav_wrap > li > a p span,
.gNav .nav_sp .nav_wrap > li > a .button_text span,
.gNav .nav_sp .nav_wrap > li button p span,
.gNav .nav_sp .nav_wrap > li button .button_text span {
  display: inline-block;
}
.gNav .nav .nav_wrap > li > a p.large_point,
.gNav .nav .nav_wrap > li > a .button_text.large_point,
.gNav .nav .nav_wrap > li button p.large_point,
.gNav .nav .nav_wrap > li button .button_text.large_point,
.gNav .nav_sp .nav_wrap > li > a p.large_point,
.gNav .nav_sp .nav_wrap > li > a .button_text.large_point,
.gNav .nav_sp .nav_wrap > li button p.large_point,
.gNav .nav_sp .nav_wrap > li button .button_text.large_point {
  font-size: 2vw;
  line-height: 1.4;
}
.gNav .nav .nav_wrap > li > a::before, .gNav .nav .nav_wrap > li > a::after,
.gNav .nav .nav_wrap > li button::before,
.gNav .nav .nav_wrap > li button::after,
.gNav .nav_sp .nav_wrap > li > a::before,
.gNav .nav_sp .nav_wrap > li > a::after,
.gNav .nav_sp .nav_wrap > li button::before,
.gNav .nav_sp .nav_wrap > li button::after {
  content: "";
  display: block;
  position: absolute;
}
.gNav .nav .nav_wrap > li > a::before,
.gNav .nav .nav_wrap > li button::before,
.gNav .nav_sp .nav_wrap > li > a::before,
.gNav .nav_sp .nav_wrap > li button::before {
  height: 70%;
  width: 1px;
  background-color: #000;
  color: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li > a::before,
  .gNav .nav .nav_wrap > li button::before,
  .gNav .nav_sp .nav_wrap > li > a::before,
  .gNav .nav_sp .nav_wrap > li button::before {
    display: none;
  }
}
.gNav .nav .nav_wrap > li > a::after,
.gNav .nav .nav_wrap > li button::after,
.gNav .nav_sp .nav_wrap > li > a::after,
.gNav .nav_sp .nav_wrap > li button::after {
  border-bottom: 5px solid #004D9E;
  width: 0;
  left: 10%;
  bottom: 15%;
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li > a::after,
  .gNav .nav .nav_wrap > li button::after,
  .gNav .nav_sp .nav_wrap > li > a::after,
  .gNav .nav_sp .nav_wrap > li button::after {
    display: none;
  }
}
.gNav .nav .nav_wrap > li > a:hover::after, .gNav .nav .nav_wrap > li > a.hover::after, .gNav .nav .nav_wrap > li > a:focus::after, .gNav .nav .nav_wrap > li > a.current::after,
.gNav .nav .nav_wrap > li button:hover::after,
.gNav .nav .nav_wrap > li button.hover::after,
.gNav .nav .nav_wrap > li button:focus::after,
.gNav .nav .nav_wrap > li button.current::after,
.gNav .nav_sp .nav_wrap > li > a:hover::after,
.gNav .nav_sp .nav_wrap > li > a.hover::after,
.gNav .nav_sp .nav_wrap > li > a:focus::after,
.gNav .nav_sp .nav_wrap > li > a.current::after,
.gNav .nav_sp .nav_wrap > li button:hover::after,
.gNav .nav_sp .nav_wrap > li button.hover::after,
.gNav .nav_sp .nav_wrap > li button:focus::after,
.gNav .nav_sp .nav_wrap > li button.current::after {
  border-bottom: 5px solid #004D9E;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li > a:hover::after, .gNav .nav .nav_wrap > li > a.hover::after, .gNav .nav .nav_wrap > li > a:focus::after, .gNav .nav .nav_wrap > li > a.current::after,
  .gNav .nav .nav_wrap > li button:hover::after,
  .gNav .nav .nav_wrap > li button.hover::after,
  .gNav .nav .nav_wrap > li button:focus::after,
  .gNav .nav .nav_wrap > li button.current::after,
  .gNav .nav_sp .nav_wrap > li > a:hover::after,
  .gNav .nav_sp .nav_wrap > li > a.hover::after,
  .gNav .nav_sp .nav_wrap > li > a:focus::after,
  .gNav .nav_sp .nav_wrap > li > a.current::after,
  .gNav .nav_sp .nav_wrap > li button:hover::after,
  .gNav .nav_sp .nav_wrap > li button.hover::after,
  .gNav .nav_sp .nav_wrap > li button:focus::after,
  .gNav .nav_sp .nav_wrap > li button.current::after {
    display: none;
  }
}
.gNav .nav .nav_wrap > li button,
.gNav .nav_sp .nav_wrap > li button {
  color: inherit;
  background-color: inherit;
  border: none;
}
.gNav .nav .nav_wrap > li:first-child > a, .gNav .nav .nav_wrap > li:first-child button,
.gNav .nav_sp .nav_wrap > li:first-child > a,
.gNav .nav_sp .nav_wrap > li:first-child button {
  padding: 20px;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_wrap > li:first-child > a, .gNav .nav .nav_wrap > li:first-child button,
  .gNav .nav_sp .nav_wrap > li:first-child > a,
  .gNav .nav_sp .nav_wrap > li:first-child button {
    pointer-events: auto;
  }
}
.gNav .nav .nav_wrap > li:first-child > a p::after,
.gNav .nav .nav_wrap > li:first-child > a .button_text::after, .gNav .nav .nav_wrap > li:first-child button p::after,
.gNav .nav .nav_wrap > li:first-child button .button_text::after,
.gNav .nav_sp .nav_wrap > li:first-child > a p::after,
.gNav .nav_sp .nav_wrap > li:first-child > a .button_text::after,
.gNav .nav_sp .nav_wrap > li:first-child button p::after,
.gNav .nav_sp .nav_wrap > li:first-child button .button_text::after {
  display: none;
}
.gNav .nav .nav_wrap > li:last-child > a::before, .gNav .nav .nav_wrap > li:last-child button::before,
.gNav .nav_sp .nav_wrap > li:last-child > a::before,
.gNav .nav_sp .nav_wrap > li:last-child button::before {
  display: none;
}
.gNav .nav .nav_wrap > li .navLink,
.gNav .nav_sp .nav_wrap > li .navLink {
  font-size: 4vw;
  padding: 20px 5vw;
}
.gNav .nav .nav_inner,
.gNav .nav_sp .nav_inner {
  width: 100%;
  background-color: #DAE2FA;
  color: #000;
  padding: 5% 40px 40px;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_inner,
  .gNav .nav_sp .nav_inner {
    padding: 30px 5vw;
    position: relative;
    top: auto;
    z-index: 1;
  }
}
.gNav .nav .nav_inner p,
.gNav .nav_sp .nav_inner p {
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_inner p,
  .gNav .nav_sp .nav_inner p {
    font-size: 5vw;
  }
}
.gNav .nav .nav_inner dl,
.gNav .nav_sp .nav_inner dl {
  background-color: #fff;
  color: #000;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_inner dl,
  .gNav .nav_sp .nav_inner dl {
    padding: 15px;
  }
}
.gNav .nav .nav_inner dl div,
.gNav .nav_sp .nav_inner dl div {
  margin-bottom: 40px;
  padding: 5px 0 5px 20px;
  border-left: 5px solid #DAE2FA;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_inner dl div,
  .gNav .nav_sp .nav_inner dl div {
    margin-bottom: 20px;
    padding: 3px 0 3px 10px;
    border-left: 3px solid #DAE2FA;
  }
}
.gNav .nav .nav_inner dl div:last-child,
.gNav .nav_sp .nav_inner dl div:last-child {
  margin-bottom: 0;
}
.gNav .nav .nav_inner dl div dt,
.gNav .nav_sp .nav_inner dl div dt {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_inner dl div dt,
  .gNav .nav_sp .nav_inner dl div dt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_inner dl div dd,
  .gNav .nav_sp .nav_inner dl div dd {
    font-size: 3vw;
  }
}
.gNav .nav .nav_inner .close,
.gNav .nav_sp .nav_inner .close {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 70px;
  right: 40px;
}
@media screen and (max-width: 960px) {
  .gNav .nav .nav_inner .close,
  .gNav .nav_sp .nav_inner .close {
    display: none;
  }
}
.gNav .nav .nav_inner .close .icn,
.gNav .nav_sp .nav_inner .close .icn {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  color: transparent;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  transform-origin: center;
  transition: background-color 0.3s ease;
}
.gNav .nav .nav_inner .close .icn::after,
.gNav .nav_sp .nav_inner .close .icn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  color: transparent;
  transform: rotate(-90deg);
  left: 0;
  top: 0;
  transform-origin: center;
  transition: background-color 0.3s ease;
}
.gNav .nav .nav_inner.is-open,
.gNav .nav_sp .nav_inner.is-open {
  display: block;
  opacity: 1;
}
.gNav .nav .barrierfree_wrap .nav_inner dl div,
.gNav .nav .kodomo_wrap .nav_inner dl div,
.gNav .nav_sp .barrierfree_wrap .nav_inner dl div,
.gNav .nav_sp .kodomo_wrap .nav_inner dl div {
  margin-bottom: 20px;
  margin-left: 1em;
}
@media screen and (max-width: 960px) {
  .gNav .nav .barrierfree_wrap .nav_inner dl div,
  .gNav .nav .kodomo_wrap .nav_inner dl div,
  .gNav .nav_sp .barrierfree_wrap .nav_inner dl div,
  .gNav .nav_sp .kodomo_wrap .nav_inner dl div {
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-left: 0;
  }
}
.gNav .nav .barrierfree_wrap .nav_inner dl div:last-child,
.gNav .nav .kodomo_wrap .nav_inner dl div:last-child,
.gNav .nav_sp .barrierfree_wrap .nav_inner dl div:last-child,
.gNav .nav_sp .kodomo_wrap .nav_inner dl div:last-child {
  margin-bottom: 0;
}
.gNav .nav .barrierfree_wrap .nav_inner dl .inner_top,
.gNav .nav .kodomo_wrap .nav_inner dl .inner_top,
.gNav .nav_sp .barrierfree_wrap .nav_inner dl .inner_top,
.gNav .nav_sp .kodomo_wrap .nav_inner dl .inner_top {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
@media screen and (max-width: 960px) {
  .gNav .nav .barrierfree_wrap .nav_inner dl .inner_top,
  .gNav .nav .kodomo_wrap .nav_inner dl .inner_top,
  .gNav .nav_sp .barrierfree_wrap .nav_inner dl .inner_top,
  .gNav .nav_sp .kodomo_wrap .nav_inner dl .inner_top {
    margin-bottom: 15px;
  }
}
.gNav .nav .barrierfree_wrap .nav_inner dl .inner_top dt,
.gNav .nav .kodomo_wrap .nav_inner dl .inner_top dt,
.gNav .nav_sp .barrierfree_wrap .nav_inner dl .inner_top dt,
.gNav .nav_sp .kodomo_wrap .nav_inner dl .inner_top dt {
  font-size: 2.6rem;
}
@media screen and (max-width: 960px) {
  .gNav .nav .barrierfree_wrap .nav_inner dl .inner_top dt,
  .gNav .nav .kodomo_wrap .nav_inner dl .inner_top dt,
  .gNav .nav_sp .barrierfree_wrap .nav_inner dl .inner_top dt,
  .gNav .nav_sp .kodomo_wrap .nav_inner dl .inner_top dt {
    font-size: 4vw;
  }
}
.gNav .nav .sp_headerLink,
.gNav .nav_sp .sp_headerLink {
  display: none;
}
@media screen and (max-width: 960px) {
  .gNav .nav .sp_headerLink,
  .gNav .nav_sp .sp_headerLink {
    display: block;
    padding: 30px 0 0;
    margin: 0 5vw;
    border-top: 1px solid #000;
  }
  .gNav .nav .sp_headerLink li,
  .gNav .nav_sp .sp_headerLink li {
    margin-bottom: 20px;
  }
}
.gNav .nav {
  display: block;
}
@media (max-width: 1240px) {
  .gNav .nav {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .gNav .nav {
    display: none;
  }
}
.gNav .nav_sp {
  display: none;
}

#current_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-left: calc((100% - 1200px) / 2);
  margin-bottom: 40px;
  z-index: 90;
}
@media (max-width: 1240px) {
  #current_wrap {
    margin-left: calc((100% - 1000px) / 2);
  }
}
@media (max-width: 1100px) {
  #current_wrap {
    margin-left: 5%;
  }
}
@media screen and (max-width: 960px) {
  #current_wrap {
    top: 10px;
    margin-left: 4vw;
  }
}
#current_wrap li {
  font-size: 2rem;
  margin-right: 35px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #current_wrap li {
    font-size: 3vw;
  }
}
#current_wrap li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
#current_wrap li:last-child {
  margin-right: 0;
}
#current_wrap li:last-child::before {
  display: none;
}
#current_wrap li a {
  transition: 0.3s;
  color: #fff;
  background-color: transparent;
  font-size: 2rem;
  text-decoration: underline;
}
#current_wrap li a:hover, #current_wrap li a:focus {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  #current_wrap li a {
    font-size: 3vw;
  }
}
#current_wrap li a.current {
  text-decoration: none;
}
#current_wrap li p {
  width: 100% !important;
}

#current_wrap.contentslayer,
#current_wrap.contentslayer li,
#current_wrap.contentslayer a {
  color: #fff;
  background-color: #004D9E;
}

#current_wrap.contentslayer li::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

#top #main {
  position: relative;
}
@media screen and (max-width: 960px) {
  #top #main {
    padding-top: 12vw !important;
  }
}
#top #top_wrap {
  position: relative;
  background-color: #fff;
  color: #000;
  max-height: 760px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #top #top_wrap {
    max-height: inherit;
    margin: 0 auto 20px;
  }
}
#top #top_wrap h1 {
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 10;
  padding: 0 calc((100% - 1366px) / 2);
}
@media screen and (max-width: 960px) {
  #top #top_wrap h1 {
    font-size: 6.5vw;
    left: 0;
    right: 0;
    top: 3%;
    margin: auto;
    text-align: center;
  }
}
#top #top_wrap .mv_swiper {
  max-height: 900px;
  overflow-y: hidden;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper {
    max-height: inherit;
    padding-top: 20vw;
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  max-height: 900px;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide {
    max-height: inherit;
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap {
  width: 62%;
  max-height: 760px;
  margin-left: auto;
  position: relative;
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap img {
  width: auto;
  height: 100%;
  max-height: 760px;
  object-fit: cover;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap img {
    object-fit: cover;
    max-height: inherit;
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap::before, #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap::before {
  left: 0;
  background-image: linear-gradient(270deg, transparent 0 60%, #FFF 95%);
  color: transparent;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap {
    width: calc(100% + 30vw);
    height: 380px;
    max-height: inherit;
    margin-right: inherit;
  }
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .img_wrap::before {
    width: 100%;
    height: 40%;
    background-image: linear-gradient(0deg, transparent 0 50%, #FFF 100%);
    color: transparent;
    background-color: transparent;
    z-index: 20;
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .bf_logo {
  width: min(120px, 6vw);
  position: absolute;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .bf_logo {
    width: 14vw;
    height: 16vw;
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .lead {
  font-size: 2rem;
  background-color: #fff;
  color: #000;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide .lead {
    font-size: 3.1vw;
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
@keyframes scale {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sway {
  0% {
    transform: rotate(10deg);
    opacity: 1;
  }
  40% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    transform: translate(0, 0px);
    opacity: 1;
  }
  40% {
    transform: translate(0, -60px);
  }
  60% {
    transform: translate(0, 0px);
  }
  80% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0px);
    opacity: 1;
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_01 .bf_logo {
  right: 5vw;
  top: 14vw;
  animation: scale 0.8s 0.3s forwards;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_01 .bf_logo {
    right: 6vw;
    top: 15%;
    transform: translateY(-50%);
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_02 .bf_logo {
  right: -19vw;
  left: 0;
  top: 13vw;
  margin: auto;
  animation: sway 0.8s 0.3s forwards;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_02 .bf_logo {
    right: auto;
    left: 16vw;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_02 .bf_logo {
    right: auto;
    left: 16vw;
    top: 22%;
    transform: translateY(-50%);
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_03 .bf_logo {
  right: 25%;
  top: 26%;
  animation: up 0.8s 0.3s ease-in-out forwards;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_03 .bf_logo {
    right: 41vw;
    top: 18%;
    transform: translateY(-50%);
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_04 .bf_logo {
  right: -22vw;
  left: 0;
  top: 9vw;
  margin: auto;
  animation: scale 0.8s 0.3s forwards;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_04 .bf_logo {
    right: auto;
    left: 24vw;
    top: 15%;
    transform: translateY(-50%);
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_05 .bf_logo {
  right: 19vw;
  top: 12vw;
  animation: up 0.8s 0.3s ease-in-out forwards;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_05 .bf_logo {
    right: 31vw;
    top: 23%;
    transform: translateY(-50%);
  }
}
#top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_06 .bf_logo {
  right: 3vw;
  top: 11vw;
  animation: sway 0.8s 0.3s forwards;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .mv_swiper .swiper-wrapper .swiper-slide-active .mv_06 .bf_logo {
    right: 4vw;
    top: 13%;
    transform: translateY(-50%);
  }
}
#top #top_wrap .swiper-button-playpause {
  position: absolute;
  right: 50%;
  left: 50%;
  margin: 20px auto 0;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .swiper-button-playpause {
    position: relative;
    right: inherit;
    left: inherit;
  }
}
#top #top_wrap .kodomo {
  position: absolute;
  bottom: -50px;
  left: 5%;
  z-index: 9;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .kodomo {
    position: relative;
    width: calc(100% - 6vw);
    left: auto;
    margin: 0 auto 40px;
  }
}
#top #top_wrap .kodomo .kodomo_wrap {
  background-color: #FBDEB2;
  color: #000;
  padding: 25px 65px 30px;
  border-radius: 50vw;
  text-align: center;
  position: relative;
}
@media (max-width: 1100px) {
  #top #top_wrap .kodomo .kodomo_wrap {
    padding: 2vw 4vw 3vw;
  }
}
@media screen and (max-width: 960px) {
  #top #top_wrap .kodomo .kodomo_wrap {
    padding: 30px 8vw;
  }
}
#top #top_wrap .kodomo .kodomo_wrap img {
  width: min(140px, 12vw);
  position: absolute;
  top: -40px;
  left: -1vw;
}
@media screen and (max-width: 960px) {
  #top #top_wrap .kodomo .kodomo_wrap img {
    width: 23vw;
    top: -7vw;
  }
}
#top #top_wrap .kodomo .kodomo_wrap h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1vw;
  margin-left: 2em;
}
@media (max-width: 1100px) {
  #top #top_wrap .kodomo .kodomo_wrap h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  #top #top_wrap .kodomo .kodomo_wrap h2 {
    font-size: 4.5vw;
  }
}
#top #top_wrap .kodomo .kodomo_wrap .linkBtn {
  background-color: #E0F9FF;
  color: #000;
  font-weight: 600;
}
#top #top_wrap .kodomo .kodomo_wrap .linkBtn:hover, #top #top_wrap .kodomo .kodomo_wrap .linkBtn:focus {
  background-color: #fff;
  color: #004D9E;
}
#top #top_wrap .kodomo .kodomo_wrap .linkBtn:hover p::before, #top #top_wrap .kodomo .kodomo_wrap .linkBtn:focus p::before {
  background-color: #004D9E;
  color: transparent;
}
#top #top_wrap .kodomo.large_point {
  bottom: -130px;
}
#top h3 {
  font-size: 5rem;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
#top h3 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  #top h3 {
    font-size: 12vw;
    margin-bottom: 20px;
  }
  #top h3 span {
    font-size: 4.8vw;
    display: block;
  }
}
#top #bnr {
  padding-top: 70px;
}
#top #bnr .bnr {
  display: block;
  width: 804px;
  height: fit-content;
  margin: auto;
  position: relative;
}
#top #bnr .bnr .bnr-bg {
  display: block;
  width: 100%;
}
#top #bnr .bnr p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  display: block;
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 185px;
  margin: auto;
}
#top #bnr .bnr .linkBtn {
  display: block;
  width: 215px;
  background-color: #E94D2C;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
#top #bnr .bnr .linkBtn:hover {
  background-color: #fff;
  color: #E94D2C;
}
#top #bnr .bnr .linkBtn span {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../images/bnr-btn-icon.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (min-width: 961px) {
  #top #bnr .bnr .bnr-bg.sp{
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #top #bnr .bnr .bnr-bg.pc{
    display: none;
  }
  #top #bnr {
    padding-top: 55px;
  }
  #top #bnr .bnr {
    width: calc(360/375*100vw);
  }
  #top #bnr .bnr p {
    font-size: calc(12/375*100vw);
    line-height: calc(20/375*100vw);
    top: calc(107/375*100vw);
  }
  #top #bnr .bnr .linkBtn {
    width: calc(215/375*100vw);
    font-size: calc(14/375*100vw);
    line-height: 1;
    text-align: center;
    padding-top: calc(17/375*100vw);
    padding-bottom: calc(17/375*100vw);
    padding-left: 0;
    padding-right: calc(13/375*100vw);
    bottom: calc(25/375*100vw);
  }
  #top #bnr .bnr .linkBtn span {
    width: calc(16/375*100vw);
    height: calc(16/375*100vw);
    right: calc(30/375*100vw);
  }
}
#top #movie .movie_contents h3 span {
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  #top #movie .movie_contents h3 span {
    margin-left: 0;
  }
}
#top #movie .movie_contents .container {
  position: relative;
}
@media screen and (max-width: 960px) {
  #top #movie .movie_contents .container {
    margin: 0 -3vw;
  }
}
#top #movie .movie_contents .container .movie_swiper a {
  transition: 0.3s;
}
#top #movie .movie_contents .container .movie_swiper a:hover, #top #movie .movie_contents .container .movie_swiper a:focus {
  opacity: 0.8;
}
#top #movie .movie_contents .container .swiper-button::before, #top #movie .movie_contents .container .swiper-button::after {
  content: "";
  position: absolute;
  font-size: 100%;
}
#top #movie .movie_contents .container .swiper-button::before {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  background-color: #fff;
  color: transparent;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #top #movie .movie_contents .container .swiper-button::before {
    width: 12vw;
    height: 12vw;
  }
}
#top #movie .movie_contents .container .swiper-button::after {
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top #movie .movie_contents .container .swiper-button-prev {
  left: 0;
}
#top #movie .movie_contents .container .swiper-button-prev::before {
  left: -35px;
}
@media screen and (max-width: 960px) {
  #top #movie .movie_contents .container .swiper-button-prev::before {
    left: 3vw;
  }
}
#top #movie .movie_contents .container .swiper-button-prev::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #000;
  left: -13px;
}
@media screen and (max-width: 960px) {
  #top #movie .movie_contents .container .swiper-button-prev::after {
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-right: 4vw solid #000;
    left: 6.5vw;
  }
}
#top #movie .movie_contents .container .swiper-button-next {
  right: 0;
}
#top #movie .movie_contents .container .swiper-button-next::before {
  right: -35px;
}
@media screen and (max-width: 960px) {
  #top #movie .movie_contents .container .swiper-button-next::before {
    right: 3vw;
  }
}
#top #movie .movie_contents .container .swiper-button-next::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #000;
  right: -13px;
}
@media screen and (max-width: 960px) {
  #top #movie .movie_contents .container .swiper-button-next::after {
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 4vw solid #000;
    right: 6.5vw;
  }
}
#top #interview{
  margin-bottom: 70px;
  background: #c7edff;
}
#top #interview .interview_contents{
  padding: 30px 0 48px 0;
  position: relative;
}
#top #interview .interview_contents h3 span {
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents h3 span {
    margin-left: 0;
  }
}
#top #interview .interview_contents .container {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents .container {
    margin: 0 -3vw;
  }
}
#top #interview .interview_contents .container .interview_swiper a {
  transition: 0.3s;
}
#top #interview .interview_contents .container .interview_swiper a:hover, #top #interview .interview_contents .container .interview_swiper a:focus {
  opacity: 0.8;
}
#top #interview .interview_contents .container .interview_swiper a .name{
  line-height: 1.8;
  font-size: 2.6rem;
  font-weight: bold;
}
#top #interview .interview_contents .container .interview_swiper a .name small{
  padding-left: 1.5rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
}
#top #interview .interview_contents .container .interview_swiper a .lead{
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2c6ed5;
}
#top #interview .interview_contents .container .swiper-button::before, #top #interview .interview_contents .container .swiper-button::after {
  content: "";
  position: absolute;
  font-size: 100%;
}
#top #interview .interview_contents .container .swiper-button::before {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  background-color: #fff;
  color: transparent;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents .container .swiper-button::before {
    width: 12vw;
    height: 12vw;
  }
}
#top #interview .interview_contents .container .swiper-button::after {
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top #interview .interview_contents .container .swiper-button-prev {
  left: 0;
}
#top #interview .interview_contents .container .swiper-button-prev::before {
  left: -35px;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents .container .swiper-button-prev::before {
    left: 3vw;
  }
}
#top #interview .interview_contents .container .swiper-button-prev::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #000;
  left: -13px;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents .container .swiper-button-prev::after {
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-right: 4vw solid #000;
    left: 6.5vw;
  }
}
#top #interview .interview_contents .container .swiper-button-next {
  right: 0;
}
#top #interview .interview_contents .container .swiper-button-next::before {
  right: -35px;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents .container .swiper-button-next::before {
    right: 3vw;
  }
}
#top #interview .interview_contents .container .swiper-button-next::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #000;
  right: -13px;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents .container .swiper-button-next::after {
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 4vw solid #000;
    right: 6.5vw;
  }
}

#top #interview .interview_contents .linkBtn{
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media screen and (max-width: 960px) {
  #top #interview .interview_contents .detail_btn{
    text-align: center;
  }
  #top #interview .interview_contents .linkBtn{
    margin-top: 30px;
    position: static;
  }
}


#top #interview .interview_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 48px;
  position: relative;
}

#top #interview .interview_row .col{

}

#top #interview .interview_row .col a .name{
  line-height: 1.8;
  font-size: 2.6rem;
  font-weight: bold;
}
#top #interview .interview_row .col a .name small{
  padding-left: 1.5rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
}
#top #interview .interview_row .col a .lead{
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2c6ed5;
}

#top #interview .center_detail_btn{
text-align: center;
}

#top #interview .center_detail_btn a.linkBtn{
  margin: 0 auto;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#top #interview .center_detail_btn a.linkBtn:hover{
  background: #ffffff;
}
@media screen and (max-width: 960px) {

  #top #interview .interview_row {
    display: block;
    position: relative;
  }

  #top #interview .interview_row .col{
    margin-bottom: 28px;
  }

  #top #interview .interview_row .col a .name{
    font-size: 2.0rem;
  }
  #top #interview .interview_row .col a .name small{
    padding-left: 1.0rem;
    font-size: 1.3rem;
  }
  #top #interview .interview_row .col a .lead{
    font-size: 2.0rem;
  }
}

#top #join .join_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #top #join .join_contents {
    flex-direction: column;
  }
}
#top #join .join_contents::after {
  content: "";
  background-color: #A6C1DD;
  color: transparent;
  position: absolute;
  top: 0;
  left: calc(100% - 80vw - 20%);
  width: 80vw;
  height: 100%;
  z-index: -1;
  margin-right: 20%;
}
@media screen and (max-width: 960px) {
  #top #join .join_contents::after {
    left: calc(100% - 90vw - 10%);
    width: 90vw;
    margin-right: 10%;
  }
}
#top #join .join_contents .join_wrap {
  width: 30%;
}
#top #join .join_contents .join_wrap h3 span {
  display: block;
}
@media screen and (max-width: 960px) {
  #top #join .join_contents .join_wrap {
    width: calc(100% - 10vw - 10%);
  }
}
#top #join .join_contents ul {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 960px) {
  #top #join .join_contents ul {
    width: 100%;
    display: block;
    padding: 30px 10% 30px 30px;
  }
}
#top #join .join_contents ul li {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #top #join .join_contents ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #top #join .join_contents ul li:last-child {
    margin-bottom: 0;
  }
}
#top #join .join_contents ul li a {
  transition: 0.3s;
}
#top #join .join_contents ul li a:hover, #top #join .join_contents ul li a:focus {
  opacity: 0.8;
}
#top #join .join_contents ul li a img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #top #join .join_contents ul li a img {
    margin-bottom: 10px;
  }
}
#top #join .join_contents ul li a h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #top #join .join_contents ul li a h4 {
    font-size: 4.5vw;
    margin-bottom: 5px;
  }
}
#top #join .join_contents ul li a:hover h4::before, #top #join .join_contents ul li a:focus h4::before {
  background-color: #004D9E;
  color: transparent;
}
#top #news {
  width: 100%;
}
#top #news .news_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 960px) {
  #top #news .news_contents {
    display: block;
    width: auto;
  }
}
#top #news .news_contents .news_wrap {
  width: 30%;
}
@media screen and (max-width: 960px) {
  #top #news .news_contents .news_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
#top #news .news_contents .news_wrap h3 span {
  display: block;
}
#top #news .news_contents dl {
  width: 70%;
}
@media screen and (max-width: 960px) {
  #top #news .news_contents dl {
    width: 100%;
  }
}
#top #news .news_contents dl .detail {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 960px) {
  #top #news .news_contents dl .detail {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#top #news .news_contents dl .detail dt {
  margin-bottom: 5px;
}
#top #news .news_contents dl .detail dd {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #top #news .news_contents dl .detail dd {
    font-size: 4.1vw;
    margin-bottom: 5px;
  }
}
#top #news .news_contents dl .detail dd span {
  font-size: 1.5rem;
  padding: 2px 10px 3px;
  margin-top: 10px;
  line-height: 1;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  #top #news .news_contents dl .detail dd span {
    font-size: 3vw;
  }
}
#top #news .news_contents dl .up span {
  background-color: #004D9E;
  color: #fff;
  border-radius: 50vw;
}
#top #news .news_contents dl .pr span {
  background-color: #fff;
  color: #004D9E;
  border: 2px solid #004D9E;
}
#top #navigation {
  background-color: #E5EDF5;
  color: #000;
  position: relative;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents {
    padding-bottom: calc(18vw + 30px);
  }
}
#top #navigation .navigation_contents h3 span {
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents h3 span {
    margin-left: 0;
  }
}
#top #navigation .navigation_contents .navi_list {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 40px 10px;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list {
    padding: 30px 10px;
  }
}
#top #navigation .navigation_contents .navi_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul {
    align-items: flex-start;
  }
}
#top #navigation .navigation_contents .navi_list ul li {
  width: 33.3333333333%;
  text-align: center;
  padding: 30px 40px;
  margin-bottom: 30px;
  position: relative;
  border-right: 2px dotted #000;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul li {
    width: 50%;
    padding: 10px 3vw;
    margin-bottom: 20px;
  }
}
#top #navigation .navigation_contents .navi_list ul li:nth-child(n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul li:nth-child(n+3) {
    margin-bottom: 20px;
  }
  #top #navigation .navigation_contents .navi_list ul li:nth-child(5), #top #navigation .navigation_contents .navi_list ul li:nth-child(6) {
    margin-bottom: 0;
  }
}
#top #navigation .navigation_contents .navi_list ul li:nth-child(3), #top #navigation .navigation_contents .navi_list ul li:nth-child(6) {
  border-right: none;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul li:nth-child(even) {
    border-right: none;
  }
  #top #navigation .navigation_contents .navi_list ul li:nth-child(odd) {
    border-right: 2px dotted #000;
  }
}
#top #navigation .navigation_contents .navi_list ul li a {
  transition: 0.3s;
}
#top #navigation .navigation_contents .navi_list ul li a:hover, #top #navigation .navigation_contents .navi_list ul li a:focus {
  opacity: 0.8;
}
#top #navigation .navigation_contents .navi_list ul li a img {
  width: auto;
  height: 115px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul li a img {
    height: 16vw;
  }
}
#top #navigation .navigation_contents .navi_list ul li a p {
  font-weight: 600;
}
#top #navigation .navigation_contents .navi_list ul li a p .sp {
  display: none;
}
#top #navigation .navigation_contents .navi_list ul li a p::before {
  right: auto;
  left: -25px;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul li a p::before {
    left: -4vw;
  }
}
#top #navigation .navigation_contents .navi_list ul li a p::after {
  right: auto;
  left: -22px;
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul li a p::after {
    left: -3vw;
  }
}
@media screen and (max-width: 960px) {
  #top #navigation .navigation_contents .navi_list ul li a p {
    font-size: 3.2vw;
    text-align: left;
    padding-left: 2vw;
  }
  #top #navigation .navigation_contents .navi_list ul li a p .sp {
    display: block;
  }
}
#top #navigation .navigation_contents .navi_list ul li a:hover p::before, #top #navigation .navigation_contents .navi_list ul li a:focus p::before {
  background-color: #004D9E;
  color: transparent;
}

#about {
  letter-spacing: 0.02em;
  line-height: 2;
}
#about .head_wrap {
  background-color: #004D9E;
  color: #fff;
  padding-left: calc((100% - 1100px) / 2);
  padding-right: calc((100% - 1100px) / 2);
  padding-top: 140px;
  padding-bottom: 60px;
}
@media (max-width: 1240px) {
  #about .head_wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 960px) {
  #about .head_wrap {
    padding-top: 12vw !important;
    padding-bottom: 40px;
  }
}
#about .head_wrap h1 {
  font-size: 4.6rem;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #about .head_wrap h1 {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
#about .head_wrap p {
  line-height: 2.2;
}
#about .page_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #about .page_link {
    gap: 10px;
  }
}
#about .page_link li a {
  color: #004D9E;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
#about .page_link li a:hover, #about .page_link li a:focus {
  opacity: 0.8;
}
#about .page_link li a::before, #about .page_link li a::after {
  content: "";
  position: absolute;
}
#about .page_link li a::before {
  border-bottom: 2px solid #004D9E;
  width: 100%;
  bottom: -5px;
  left: 0;
}
#about .page_link li a::after {
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #004D9E;
  border-bottom: 0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#about .page_link li a:hover, #about .page_link li a:focus {
  color: #004D9E;
  background-color: rgba(0, 77, 158, 0.3);
}
#about strong {
  font-weight: 500;
}
#about section h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #about section h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}
#about section h2 .img_icon {
  width: 50px;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  #about section h2 .img_icon {
    width: 9vw;
    margin-right: 10px;
  }
}
#about section h2 .small {
  width: auto;
  font-size: 3.2rem;
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  #about section h2 .small {
    font-size: 4vw;
  }
}
#about section .lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #about section .lead {
    margin-bottom: 40px;
  }
}
#about section .txt_b {
  font-weight: 900;
}
#about section .brd_w {
  border-bottom: 2px solid #fff;
}
#about section .brd_b {
  border-bottom: 2px solid #004D9E;
}
#about #movie .movie_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #about #movie .movie_wrap {
    flex-direction: column;
  }
}
#about #movie .movie_wrap .movie_box {
  width: calc(50% - 40px);
}
@media screen and (max-width: 960px) {
  #about #movie .movie_wrap .movie_box {
    width: 100%;
  }
}
#about #movie .movie_wrap .movie_box a {
  transition: 0.3s;
}
#about #movie .movie_wrap .movie_box a:hover, #about #movie .movie_wrap .movie_box a:focus {
  opacity: 0.8;
}
#about #movie .movie_wrap .movie_box a h3 {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #about #movie .movie_wrap .movie_box a h3 {
    font-size: 3.5vw;
    margin-top: 10px;
  }
}
#about #movie .movie_wrap .movie_box a h3 .num {
  color: #004D9E;
  background-color: #fff;
  border: 1px solid #004D9E;
  padding: 0px 10px;
  margin-right: 10px;
}
#about #about_t .about_t_wrap .about_t_box {
  background-color: #fff;
  color: #000;
  padding: 50px;
  margin-top: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  #about #about_t .about_t_wrap .about_t_box {
    padding: 20px;
  }
}
#about #about_t .about_t_wrap .about_t_box dl {
  text-align: center;
}
#about #about_t .about_t_wrap .about_t_box dl dt {
  font-size: 3rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  display: inline-block;
  padding: 0 2.5em;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #about #about_t .about_t_wrap .about_t_box dl dt {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
}
#about #about_t .about_t_wrap .about_t_box dl dt::before, #about #about_t .about_t_wrap .about_t_box dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #004D9E;
  color: transparent;
}
#about #about_t .about_t_wrap .about_t_box dl dt::before {
  left: 0;
}
#about #about_t .about_t_wrap .about_t_box dl dt::after {
  right: 0;
}
#about #about_t .about_t_wrap .about_t_box dl dd {
  margin: 0 auto 30px;
}
#about #about_t .about_t_wrap .about_t_box dl .txt {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #about #about_t .about_t_wrap .about_t_box dl .txt {
    font-size: 6vw;
  }
}
#about #about_t .about_t_wrap .about_t_box dl .img {
  width: 175px;
}
@media screen and (max-width: 960px) {
  #about #about_t .about_t_wrap .about_t_box dl .img {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents {
    margin-top: 60px;
  }
}
#about #about_b .bf_contents li {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li {
    margin-bottom: 40px;
  }
}
#about #about_b .bf_contents li .bf_wrap_inner {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li .bf_wrap_inner {
    margin-bottom: 10px;
  }
}
#about #about_b .bf_contents li .bf_wrap_inner img {
  width: 85%;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li .bf_wrap_inner img {
    width: 100%;
  }
}
#about #about_b .bf_contents li .bf_wrap_inner .title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #fff;
  color: #004D9E;
  line-height: 1;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li .bf_wrap_inner .title_wrap {
    position: relative;
    justify-content: flex-start;
  }
}
#about #about_b .bf_contents li .bf_wrap_inner .title_wrap .num {
  font-size: 10rem;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li .bf_wrap_inner .title_wrap .num {
    font-size: 7vw;
    margin-right: 30px;
    margin-right: 10px;
  }
}
#about #about_b .bf_contents li .bf_wrap_inner .title_wrap h3 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li .bf_wrap_inner .title_wrap h3 {
    font-size: 4vw;
  }
}
#about #about_b .bf_contents li:nth-child(odd) .bf_wrap_inner img {
  margin-left: auto;
}
#about #about_b .bf_contents li:nth-child(odd) .bf_wrap_inner .title_wrap {
  padding: 20px 30px 0 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li:nth-child(odd) .bf_wrap_inner .title_wrap {
    padding: 10px;
  }
}
#about #about_b .bf_contents li:nth-child(odd) > p {
  margin-right: calc(100% - 660px);
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li:nth-child(odd) > p {
    margin-right: 0;
  }
}
#about #about_b .bf_contents li:nth-child(even) .bf_wrap_inner img {
  margin-right: auto;
}
#about #about_b .bf_contents li:nth-child(even) .bf_wrap_inner .title_wrap {
  padding: 20px 0 0 30px;
  right: 0;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li:nth-child(even) .bf_wrap_inner .title_wrap {
    padding: 10px;
  }
}
#about #about_b .bf_contents li:nth-child(even) > p {
  margin-left: calc(100% - 660px);
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li:nth-child(even) > p {
    margin-left: 0;
  }
}
#about #about_b .bf_contents li > p {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li > p {
    margin-bottom: 10px;
  }
}
#about #about_b .bf_contents li .note {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  #about #about_b .bf_contents li .note {
    font-size: 1.2rem;
  }
}
#about #action h2 .img_icon {
  width: 30px;
}
@media screen and (max-width: 960px) {
  #about #action h2 .img_icon {
    width: 4vw;
  }
}
@media screen and (max-width: 960px) {
  #about #action h2 div {
    line-height: 1.2;
  }
}
#about #action .action_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap {
    margin-top: 60px;
  }
}
#about #action .action_wrap .action_inner {
  text-align: center;
}
#about #action .action_wrap .action_inner .title_wrap {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .action_inner .title_wrap {
    margin-bottom: 80px;
  }
}
#about #action .action_wrap .action_inner .title_wrap::before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: solid 3px #004D9E;
  border-right: solid 3px #004D9E;
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .action_inner .title_wrap::before {
    bottom: -30px;
  }
}
#about #action .action_wrap .action_inner .title_wrap h3 {
  font-size: 3.6rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .action_inner .title_wrap h3 {
    font-size: 4.5vw;
  }
}
#about #action .action_wrap .action_inner .title_wrap h3 span {
  width: 80px;
  position: absolute;
  left: -75px;
  bottom: -20px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .action_inner .title_wrap h3 span {
    width: 8vw;
    left: -9vw;
    bottom: -2vw;
  }
}
#about #action .action_wrap .action_inner .title_wrap p {
  margin-top: 40px;
}
#about #action .action_wrap .barrier {
  margin-bottom: 140px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .barrier {
    margin-bottom: 80px;
  }
}
#about #action .action_wrap .barrier .action_barrier_inner .action_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .barrier .action_barrier_inner .action_box {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 60px;
  }
}
#about #action .action_wrap .barrier .action_barrier_inner .action_box img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .barrier .action_barrier_inner .action_box img {
    width: 100%;
  }
}
#about #action .action_wrap .barrier .action_barrier_inner .action_box .action_box_inner {
  width: 50%;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .barrier .action_barrier_inner .action_box .action_box_inner {
    width: 100%;
  }
}
#about #action .action_wrap .barrier .action_barrier_inner .action_box .action_box_inner .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: -0.5em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .barrier .action_barrier_inner .action_box .action_box_inner .title {
    font-size: 6vw;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
#about #action .action_wrap .barrier .action_barrier_inner .action_box .action_box_inner .title span {
  height: 90px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -45px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .barrier .action_barrier_inner .action_box .action_box_inner .title span {
    height: 20vw;
    right: -13vw;
  }
}
#about #action .action_wrap .barrier .action_barrier_inner .action_box .action_box_inner .title span img {
  width: auto;
  height: 100%;
}
#about #action .action_wrap .barrier .action_barrier_inner .action_box:last-child {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .barrier .action_barrier_inner .action_box:last-child {
    flex-direction: column;
  }
}
#about #action .action_wrap .lose {
  margin-bottom: 40px;
}
#about #action .action_wrap .lose .action_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .lose .action_box {
    flex-direction: column;
    gap: 30px;
  }
}
#about #action .action_wrap .lose .action_box .action_box_inner {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .lose .action_box .action_box_inner {
    width: 100%;
  }
}
#about #action .action_wrap .lose .action_box .action_box_inner .num {
  font-size: 2.6rem;
  font-weight: 700;
  background-color: #fff;
  color: #004D9E;
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 3;
  position: absolute;
  top: -40px;
  left: -10px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .lose .action_box .action_box_inner .num {
    font-size: 3.8vw;
    width: 12vw;
    height: 12vw;
    top: -20px;
  }
}
#about #action .action_wrap .lose .action_box .action_box_inner img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #about #action .action_wrap .lose .action_box .action_box_inner img {
    margin-bottom: 10px;
  }
}
#about #action .action_wrap .lose .action_box .action_box_inner p {
  text-align: left;
}

#kodomo #current_wrap {
  color: #585858;
  background-color: transparent;
}
#kodomo #current_wrap a {
  color: #585858;
  background-color: transparent;
}
#kodomo #main {
  position: relative;
  background-color: #FBDEB2;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 120px;
}
#kodomo #main .sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #kodomo #main {
    padding-bottom: calc(18vw + 30px);
    overflow: hidden;
  }
  #kodomo #main .sp {
    display: block;
  }
}
#kodomo .noshaggy {
  transform: rotate(0.03deg);
}
#kodomo .linkBtn {
  background-color: #E0F9FF;
  border-radius: 10px;
  border: 4px solid #585858;
  box-shadow: 0px 3px 0px 0px rgb(88, 88, 88);
  color: #585858;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 30px 60px;
}
@media screen and (max-width: 960px) {
  #kodomo .linkBtn {
    font-size: 3.5vw;
    padding: 30px 3px;
    width: 100%;
    text-align: center;
  }
}
#kodomo .linkBtn p::before {
  background-color: #585858;
  color: transparent;
}
#kodomo .linkBtn:hover, #kodomo .linkBtn:focus {
  color: #004D9E;
  background-color: #fff;
}
#kodomo .linkBtn:hover p::before, #kodomo .linkBtn:focus p::before {
  background-color: #004D9E;
  color: transparent;
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#kodomo .img_wrap.scale img {
  opacity: 0;
}
#kodomo .img_wrap.scale img.is-scaleanimated {
  animation: scale 0.6s 0.5s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#kodomo .img_wrap.fade img {
  opacity: 0;
}
#kodomo .img_wrap.fade img.is-fadeanimated {
  animation: fadeIn 0.8s forwards;
}
#kodomo .pd_80 {
  padding: 80px;
}
@media (max-width: 1300px) {
  #kodomo .pd_80 {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .pd_80 {
    padding: 60px 4vw;
  }
}
#kodomo .bg_o {
  position: relative;
  background-color: #FAD399;
  color: #000;
}
#kodomo .bg_o::before, #kodomo .bg_o::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #FAD399;
  color: transparent;
}
@media screen and (max-width: 960px) {
  #kodomo .bg_o::before, #kodomo .bg_o::after {
    height: 14vw;
  }
}
#kodomo .bg_o::before {
  top: -119px;
  clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  #kodomo .bg_o::before {
    top: -13vw;
    clip-path: polygon(0 calc(100% - 4vw), 100% 0, 100% 100%, 0 100%);
  }
}
#kodomo .bg_o::after {
  bottom: -119px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}
@media screen and (max-width: 960px) {
  #kodomo .bg_o::after {
    bottom: -13vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
#kodomo .play_btn {
  position: relative;
}
#kodomo .play_btn::before, #kodomo .play_btn::after {
  content: "";
  font-family: inherit;
  font-size: 100%;
  position: absolute;
  z-index: 1;
}
#kodomo .play_btn::before {
  width: min(80px, 5vw);
  height: min(80px, 5vw);
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 960px) {
  #kodomo .play_btn::before {
    width: 10vw;
    height: 10vw;
  }
}
#kodomo .play_btn::after {
  border-top: min(13px, 1.5vw) solid transparent;
  border-bottom: min(13px, 1.5vw) solid transparent;
  border-left: min(20px, 2vw) solid #fff;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  #kodomo .play_btn::after {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #fff;
    left: 51%;
  }
}
#kodomo .kodomo_contents {
  max-width: 1260px;
  margin: 120px auto 0;
  background-color: #fff;
  color: #000;
}
@media (max-width: 1300px) {
  #kodomo .kodomo_contents {
    max-width: inherit;
    margin: 10vw 20px 0;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .kodomo_contents {
    margin: 10vw 4vw 0;
  }
}

#kodomo #current_wrap {
  color: #585858;
  background-color: transparent;
}

#kodomo #current_wrap a {
  color: #585858;
  background-color: transparent;
}

#kodomo #main {
  position: relative;
  background-color: #FBDEB2;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 120px;
}

#kodomo #main .sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #kodomo #main {
    padding-bottom: calc(18vw + 30px);
    overflow: hidden;
  }
  #kodomo #main .sp {
    display: block;
  }
}
#kodomo .noshaggy {
  transform: rotate(0.03deg);
}

#kodomo .linkBtn {
  background-color: #E0F9FF;
  border-radius: 10px;
  border: 4px solid #585858;
  box-shadow: 0px 3px 0px 0px rgb(88, 88, 88);
  color: #585858;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 30px 60px;
}

@media screen and (max-width: 960px) {
  #kodomo .linkBtn {
    font-size: 3.5vw;
    padding: 30px 3px;
    width: 100%;
    text-align: center;
  }
}
#kodomo .linkBtn p::before {
  background-color: #585858;
  color: transparent;
}

#kodomo .linkBtn:hover, #kodomo .linkBtn:focus {
  color: #004D9E;
  background-color: #fff;
}

#kodomo .linkBtn:hover p::before, #kodomo .linkBtn:focus p::before {
  background-color: #004D9E;
  color: transparent;
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#kodomo .img_wrap.scale img {
  opacity: 0;
}

#kodomo .img_wrap.scale img.is-scaleanimated {
  animation: scale 0.6s 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#kodomo .img_wrap.fade img {
  opacity: 0;
}

#kodomo .img_wrap.fade img.is-fadeanimated {
  animation: fadeIn 0.8s forwards;
}

#kodomo .pd_80 {
  padding: 80px;
}

@media (max-width: 1300px) {
  #kodomo .pd_80 {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .pd_80 {
    padding: 60px 4vw;
  }
}
#kodomo .bg_o {
  position: relative;
  background-color: #FAD399;
  color: #000;
}

#kodomo .bg_o::before, #kodomo .bg_o::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #FAD399;
  color: transparent;
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before, #kodomo .bg_o::after {
    height: 14vw;
  }
}
#kodomo .bg_o::before {
  top: -119px;
  clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before {
    top: -13vw;
    clip-path: polygon(0 calc(100% - 4vw), 100% 0, 100% 100%, 0 100%);
  }
}
#kodomo .bg_o::after {
  bottom: -119px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::after {
    bottom: -13vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
#kodomo .play_btn {
  position: relative;
}

#kodomo .play_btn::before, #kodomo .play_btn::after {
  content: "";
  font-family: inherit;
  font-size: 100%;
  position: absolute;
  z-index: 1;
}

#kodomo .play_btn::before {
  width: min(80px, 5vw);
  height: min(80px, 5vw);
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::before {
    width: 10vw;
    height: 10vw;
  }
}
#kodomo .play_btn::after {
  border-top: min(13px, 1.5vw) solid transparent;
  border-bottom: min(13px, 1.5vw) solid transparent;
  border-left: min(20px, 2vw) solid #fff;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::after {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #fff;
    left: 51%;
  }
}
#kodomo .kodomo_contents {
  max-width: 1260px;
  margin: 120px auto 0;
  background-color: #fff;
  color: #000;
}

@media (max-width: 1300px) {
  #kodomo .kodomo_contents {
    max-width: inherit;
    margin: 10vw 20px 0;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .kodomo_contents {
    margin: 10vw 4vw 0;
  }
}
#kodomo .sp {
  display: none;
}
#kodomo .pc {
  display: inherit;
}
#kodomo #main .play_btn::before {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 960px) {
  #kodomo #current_wrap {
    margin-left: 1rem;
  }
  #kodomo #current_wrap li, #kodomo #current_wrap li a {
    font-size: 1rem;
  }
  #kodomo #main .play_btn::before {
    width: 60px;
    height: 60px;
  }
  #kodomo #main .play_btn::after {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 22px;
  }
  #kodomo .sp {
    display: inherit;
  }
  #kodomo .pc {
    display: none;
  }
}
#kodomo .image_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#kodomo .image_modal .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
}
#kodomo .image_modal .inner {
  width: 80%;
  height: 80%;
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 1002;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#kodomo .image_modal .inner .image {
  position: relative;
  display: inline-block;
}
#kodomo .image_modal .inner .image button.close {
  width: 30px;
  height: 30px;
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  top: calc(50% - 500px);
  left: calc(50% + 370px);
}
#kodomo .image_modal .inner .image button.close:before, #kodomo .image_modal .inner .image button.close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
#kodomo .image_modal .inner .image button.close:before {
  transform: rotate(45deg);
}
#kodomo .image_modal .inner .image button.close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #kodomo .image_modal .inner .image button.close {
      top: calc(50% - 210px);
      left: calc(50% + 100px);
  }
}
#kodomo .image_modal .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#kodomo a.blue_btn {
  margin: 0 auto;
  padding-right: 50px;
  width: 100%;
  height: 130px;
  display: block;
  box-sizing: border-box;
  background: #1397f1;
  position: relative;
  border-radius: 65px;
  line-height: 130px;
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  #kodomo a.blue_btn {
    padding-right: 50px;
    width: 100%;
    height: 65px;
    border-radius: 33px;
    line-height: 65px;
    font-size: 1.5rem;
  }
}
#kodomo a.blue_btn:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("/kodomo/images/top/icon_btn_arrow.png") no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 25px);
  right: 50px;
}
@media screen and (max-width: 960px) {
  #kodomo a.blue_btn:after {
    width: 25px;
    height: 25px;
    top: calc(50% - 14px);
    right: 25px;
  }
}
#kodomo a.blue_btn:hover {
  filter: brightness(1.2);
}
#kodomo #main.index {
  width: 100%;
  min-width: 1180px;
  overflow: hidden;
  background: #ffffff url("/kodomo/images/top/bg_main_pc.png") no-repeat center top;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index {
    min-width: 320px;
    background-image: url("/kodomo/images/top/bg_main_sp.png");
    background-size: 100% auto;
  }
}
#kodomo #main.index .kodomo_top {
  padding-top: 130px;
  margin-bottom: 200px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index .kodomo_top {
    padding: 44px 15px 0 15px;
    margin-bottom: 110px;
  }
}
#kodomo #main.index .kodomo_top h1 {
  margin: 0 auto 40px auto;
  max-width: 700px;
  position: relative;
  z-index: 10;
  line-height: 6.6rem;
  font-size: 4.8rem;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index .kodomo_top h1 {
    padding-top: 20px;
    margin-bottom: 70px;
    line-height: 4rem;
    font-size: 3rem;
  }
}
#kodomo #main.index .kodomo_top .top_movie_wrap {
  margin: 0 auto;
  max-width: 1130px;
  position: relative;
}
#kodomo #main.index .kodomo_top .top_movie_wrap p.chara {
  width: 202px;
  position: absolute;
  top: -187px;
  left: 31px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index .kodomo_top .top_movie_wrap p.chara {
    width: 71px;
    top: -66px;
    left: 1px;
  }
}
#kodomo #main.index .kodomo_top .top_movie_wrap #player-container {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 15px solid #ffae64;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index .kodomo_top .top_movie_wrap #player-container {
    border-width: 5px;
    border-radius: 15px;
  }
}
#kodomo #main.index .kodomo_top .top_movie_wrap #player-container #player {
  width: 100%;
  height: 100%;
}
#kodomo #main.index .kodomo_top .top_movie_wrap #volume_btn {
  position: absolute;
  top: -116px;
  right: 16px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index .kodomo_top .top_movie_wrap #volume_btn {
    top: -64px;
    right: -2px;
  }
}
#kodomo #main.index .kodomo_top .top_movie_wrap #volume_btn .volume_btn_wrap {
  width: 162px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index .kodomo_top .top_movie_wrap #volume_btn .volume_btn_wrap {
    width: 82px;
  }
}
#kodomo #main.index .kodomo_top .top_movie_wrap #volume_btn .volume_btn_wrap img {
  width: 100%;
  height: auto;
}
#kodomo #main.index .kodomo_top .top_movie_wrap #volume_btn .volume_btn_wrap p {
  width: 100%;
  height: 55px;
  position: absolute;
  left: 0;
  bottom: 14px;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index .kodomo_top .top_movie_wrap #volume_btn .volume_btn_wrap p {
    bottom: -24px;
    line-height: 1.1rem;
    font-size: 0.9rem;
  }
}
#kodomo #main.index #kodomo_contents {
  text-align: left;
}
#kodomo #main.index #kodomo_contents h2 {
  margin-bottom: 34px;
  line-height: 7rem;
  font-size: 5rem;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents h2 {
    margin-bottom: 20px;
    line-height: 4rem;
    font-size: 3rem;
  }
}
#kodomo #main.index #kodomo_contents section {
  margin: 0 auto;
  max-width: 1130px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents section {
    padding: 0 20px;
  }
}
#kodomo #main.index #kodomo_contents .try {
  margin-bottom: 238px;
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .try {
    margin-bottom: 178px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  #kodomo #main.index #kodomo_contents .try .text_area {
    padding: 0 20px;
  }
}
#kodomo #main.index #kodomo_contents .try h2 {
  width: 840px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .try h2 {
    width: 240px;
  }
}
#kodomo #main.index #kodomo_contents .try p.text {
  width: 840px;
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .try p.text {
    width: auto;
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.index #kodomo_contents .try p.chara {
  width: 233px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .try p.chara {
    width: 101px;
    top: -30px;
    right: 20px;
  }
}
#kodomo #main.index #kodomo_contents .try p.chara img {
  width: 100%;
  height: auto;
}
#kodomo #main.index #kodomo_contents .try .point {
  margin: 0 0 58px -153px;
  width: 1391px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .try .point {
    margin: 25px auto 30px auto;
    max-width: 442.5px;
    width: 100%;
    height: 370.5px;
    background: url("/kodomo/images/top/img_barrier_free_sp.png") no-repeat center center/cover;
  }
  #kodomo #main.index #kodomo_contents .try .point img {
    display: none;
  }
}
#kodomo #main.index #kodomo_contents .try .point ol li {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  line-height: 2.8rem;
  font-size: 2rem;
  font-weight: bold;
  color: #ef5900;
}
#kodomo #main.index #kodomo_contents .try .point ol li:nth-child(1) {
  top: 593px;
  left: 231px;
}
#kodomo #main.index #kodomo_contents .try .point ol li:nth-child(2) {
  top: 68px;
  left: 236px;
}
#kodomo #main.index #kodomo_contents .try .point ol li:nth-child(3) {
  top: 596px;
  left: 618px;
}
#kodomo #main.index #kodomo_contents .try .point ol li:nth-child(4) {
  top: 24px;
  left: 793px;
}
#kodomo #main.index #kodomo_contents .try .point ol li:nth-child(5) {
  top: 567px;
  left: 983px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .try .point ol li {
    width: 85px;
    height: 85px;
    line-height: 1.4rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ef5900;
  }
  #kodomo #main.index #kodomo_contents .try .point ol li:nth-child(1) {
    top: 249px;
    left: calc(50% - 152px);
  }
  #kodomo #main.index #kodomo_contents .try .point ol li:nth-child(2) {
    top: 9px;
    left: calc(50% - 134px);
  }
  #kodomo #main.index #kodomo_contents .try .point ol li:nth-child(3) {
    top: 277px;
    left: calc(50% - 30px);
  }
  #kodomo #main.index #kodomo_contents .try .point ol li:nth-child(4) {
    top: 11px;
    left: calc(50% + 41px);
  }
  #kodomo #main.index #kodomo_contents .try .point ol li:nth-child(5) {
    top: 248px;
    left: calc(50% + 82px);
  }
}
#kodomo #main.index #kodomo_contents .try p.what_about {
  margin: 0 auto;
  width: 720px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .try p.what_about {
    margin: 0 20px;
    width: auto;
  }
}
#kodomo #main.index #kodomo_contents .videos {
  margin-bottom: 180px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos {
    margin-bottom: 90px;
  }
}
#kodomo #main.index #kodomo_contents .videos .text_area {
  margin: 0 auto 82px auto;
  padding-left: 340px;
  width: 920px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .text_area {
    margin-bottom: 32px;
    padding-left: 0;
    width: auto;
  }
}
#kodomo #main.index #kodomo_contents .videos .text_area p.text {
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .text_area p.text {
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.index #kodomo_contents .videos .text_area p.chara {
  width: 360px;
  position: absolute;
  top: -100px;
  left: -90px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .text_area p.chara {
    width: 220px;
    position: absolute;
    top: -127px;
    left: auto;
    right: 0;
  }
}
#kodomo #main.index #kodomo_contents .videos .text_area p.chara span {
  width: 120px;
  height: 94px;
  position: absolute;
  top: 19px;
  left: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .text_area p.chara span {
    width: 100px;
    height: 74px;
    top: 13px;
    left: 9px;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider {
  overflow: visible;
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper {
  width: 100%;
  overflow: visible;
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide {
  width: 670px;
  float: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide {
    width: 315px;
  }
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a {
  margin: 0 auto;
  width: 558px;
  display: block;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a {
    width: 290px;
  }
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a .thumb_wrap {
  margin-bottom: 40px;
  width: 558px;
  height: 312px;
  display: block;
  border: 10px solid #ffae64;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a .thumb_wrap {
    margin-bottom: 20px;
    width: 280px;
    height: 161px;
    border-width: 5px;
    border-radius: 15px;
  }
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a .thumb_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a p.noshaggy {
  text-align: center;
  line-height: 3rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a p.noshaggy {
    line-height: 2.8rem;
    font-size: 1.5rem;
  }
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a .play_btn::before {
  background: #ffffff;
}
#kodomo #main.index #kodomo_contents .videos .slick_video_slider .slide_wallpaper .slide a .play_btn::after {
  border-left-color: #1397f1;
}
#kodomo #main.index #kodomo_contents .videos .slick-button-playpause {
  padding: 50px 0;
  clear: both;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .slick-button-playpause {
    padding: 35px 0;
  }
}
#kodomo #main.index #kodomo_contents .videos .slick-button-playpause a {
  margin: 0 auto;
  padding-left: 7.2rem;
  width: 20.4rem;
  height: 5.4rem;
  display: block;
  position: relative;
  box-sizing: border-box;
  border: 4px solid #229ef2;
  background: #ffffff;
  line-height: 4.6rem;
  text-align: left;
  font-size: 2.7rem;
  font-weight: bold;
  color: #229ef2;
}
#kodomo #main.index #kodomo_contents .videos .slick-button-playpause a:after {
  content: "";
  width: 2.2rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 3.2rem;
  background: url("/kodomo/images/top/icon_start.png") no-repeat center center/contain;
}
#kodomo #main.index #kodomo_contents .videos .slick-button-playpause a.played:before {
  content: "";
  width: 1.6rem;
  height: 2.55rem;
  display: block;
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 3.4rem;
  background: url("/kodomo/images/top/icon_stop.png") no-repeat center center/contain;
}
#kodomo #main.index #kodomo_contents .videos .slick-button-playpause a.played:after {
  display: none;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .videos .slick-button-playpause a {
    padding-left: 5.5rem;
    width: 15.5rem;
    height: 4rem;
    border-width: 2px;
    line-height: 3.6rem;
    font-size: 2.1rem;
  }
  #kodomo #main.index #kodomo_contents .videos .slick-button-playpause a:after {
    width: 1.2rem;
    height: 1.5rem;
    top: calc(50% - 0.7rem);
    left: 2.7rem;
  }
  #kodomo #main.index #kodomo_contents .videos .slick-button-playpause a.played:before {
    width: 1rem;
    height: 1.8rem;
    top: calc(50% - 0.9rem);
    left: 2.7rem;
  }
}
#kodomo #main.index #kodomo_contents .activity {
  padding-top: 40px;
  margin-bottom: 200px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .activity {
    padding-top: 20px;
    margin-bottom: 80px;
  }
}
#kodomo #main.index #kodomo_contents .activity .text_area {
  padding-top: 56px;
  width: 660px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .activity .text_area {
    padding-top: 0;
    width: auto;
  }
}
#kodomo #main.index #kodomo_contents .activity .text_area h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .activity .text_area h2 {
    line-height: 3.5rem;
    font-size: 2.5rem;
  }
}
#kodomo #main.index #kodomo_contents .activity .text_area p.text {
  margin-bottom: 20px;
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .activity .text_area p.text {
    margin-bottom: 30px;
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.index #kodomo_contents .activity .text_area p.button a.blue_btn {
  width: 640px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .activity .text_area p.button a.blue_btn {
    width: auto;
  }
}
#kodomo #main.index #kodomo_contents .activity .poster {
  margin-bottom: 32px;
  overflow: hidden;
}
#kodomo #main.index #kodomo_contents .activity .poster .text_area {
  float: right;
}
#kodomo #main.index #kodomo_contents .activity .poster .image {
  width: 418px;
  float: left;
}
#kodomo #main.index #kodomo_contents .activity .school {
  margin-bottom: 22px;
  overflow: hidden;
}
#kodomo #main.index #kodomo_contents .activity .school .text_area {
  float: left;
}
#kodomo #main.index #kodomo_contents .activity .school .image {
  width: 423px;
  float: right;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #kodomo_contents .activity .poster, #kodomo #main.index #kodomo_contents .activity .school {
    margin-bottom: 55px;
  }
  #kodomo #main.index #kodomo_contents .activity .poster .text_area,
  #kodomo #main.index #kodomo_contents .activity .poster .image, #kodomo #main.index #kodomo_contents .activity .school .text_area,
  #kodomo #main.index #kodomo_contents .activity .school .image {
    float: none;
  }
  #kodomo #main.index #kodomo_contents .activity .poster .image, #kodomo #main.index #kodomo_contents .activity .school .image {
    margin: 0 auto 20px auto;
    width: 207px;
  }
}
#kodomo #main.index #news {
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #news {
    margin: 0 20px;
  }
}
#kodomo #main.index #news h2 {
  margin-bottom: 34px;
  line-height: 7rem;
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #news h2 {
    margin-bottom: 22px;
    line-height: 3.5rem;
    font-size: 2.5rem;
    text-align: left;
  }
}
#kodomo #main.index #news ul {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #news ul {
    width: auto;
  }
}
#kodomo #main.index #news ul li {
  border-bottom: 1px dotted #229ef2;
}
#kodomo #main.index #news ul li dl {
  padding: 20px 10px;
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #news ul li dl {
    padding: 10px 0;
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.index #news ul li dl dt {
  width: 15.4rem;
  float: left;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #news ul li dl dt {
    margin-bottom: 5px;
    width: auto;
    float: none;
  }
}
#kodomo #main.index #news ul li dl dd {
  margin-left: 15.4rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.index #news ul li dl dd {
    margin-left: 0;
  }
}
#kodomo #main.index #news ul li dl dd a {
  display: inline;
  text-decoration: underline;
}
#kodomo #main.index #news ul li dl dd a:hover {
  text-decoration: none;
}

#kodomo #current_wrap {
  color: #585858;
  background-color: transparent;
}

#kodomo #current_wrap a {
  color: #585858;
  background-color: transparent;
}

#kodomo #main {
  position: relative;
  background-color: #FBDEB2;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 120px;
}

#kodomo #main .sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #kodomo #main {
    padding-bottom: calc(18vw + 30px);
    overflow: hidden;
  }
  #kodomo #main .sp {
    display: block;
  }
}
#kodomo .noshaggy {
  transform: rotate(0.03deg);
}

#kodomo .linkBtn {
  background-color: #E0F9FF;
  border-radius: 10px;
  border: 4px solid #585858;
  box-shadow: 0px 3px 0px 0px rgb(88, 88, 88);
  color: #585858;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 30px 60px;
}

@media screen and (max-width: 960px) {
  #kodomo .linkBtn {
    font-size: 3.5vw;
    padding: 30px 3px;
    width: 100%;
    text-align: center;
  }
}
#kodomo .linkBtn p::before {
  background-color: #585858;
  color: transparent;
}

#kodomo .linkBtn:hover, #kodomo .linkBtn:focus {
  color: #004D9E;
  background-color: #fff;
}

#kodomo .linkBtn:hover p::before, #kodomo .linkBtn:focus p::before {
  background-color: #004D9E;
  color: transparent;
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#kodomo .img_wrap.scale img {
  opacity: 0;
}

#kodomo .img_wrap.scale img.is-scaleanimated {
  animation: scale 0.6s 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#kodomo .img_wrap.fade img {
  opacity: 0;
}

#kodomo .img_wrap.fade img.is-fadeanimated {
  animation: fadeIn 0.8s forwards;
}

#kodomo .pd_80 {
  padding: 80px;
}

@media (max-width: 1300px) {
  #kodomo .pd_80 {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .pd_80 {
    padding: 60px 4vw;
  }
}
#kodomo .bg_o {
  position: relative;
  background-color: #FAD399;
  color: #000;
}

#kodomo .bg_o::before, #kodomo .bg_o::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #FAD399;
  color: transparent;
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before, #kodomo .bg_o::after {
    height: 14vw;
  }
}
#kodomo .bg_o::before {
  top: -119px;
  clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before {
    top: -13vw;
    clip-path: polygon(0 calc(100% - 4vw), 100% 0, 100% 100%, 0 100%);
  }
}
#kodomo .bg_o::after {
  bottom: -119px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::after {
    bottom: -13vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
#kodomo .play_btn {
  position: relative;
}

#kodomo .play_btn::before, #kodomo .play_btn::after {
  content: "";
  font-family: inherit;
  font-size: 100%;
  position: absolute;
  z-index: 1;
}

#kodomo .play_btn::before {
  width: min(80px, 5vw);
  height: min(80px, 5vw);
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::before {
    width: 10vw;
    height: 10vw;
  }
}
#kodomo .play_btn::after {
  border-top: min(13px, 1.5vw) solid transparent;
  border-bottom: min(13px, 1.5vw) solid transparent;
  border-left: min(20px, 2vw) solid #fff;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::after {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #fff;
    left: 51%;
  }
}
#kodomo .kodomo_contents {
  max-width: 1260px;
  margin: 120px auto 0;
  background-color: #fff;
  color: #000;
}

@media (max-width: 1300px) {
  #kodomo .kodomo_contents {
    max-width: inherit;
    margin: 10vw 20px 0;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .kodomo_contents {
    margin: 10vw 4vw 0;
  }
}
#kodomo #main.about {
  width: 100%;
  min-width: 1180px;
  overflow: hidden;
  background: #ffffff url("/kodomo/images/about/bg_main_pc.png") no-repeat center top;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about {
    min-width: 320px;
    background-image: url("/kodomo/images/about/bg_main_sp.png");
    background-size: 100% auto;
  }
}
#kodomo #main.about .kodomo_top {
  padding-top: 130px;
  margin-bottom: 88px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_top {
    padding-top: 50px;
    margin-bottom: 48px;
  }
}
#kodomo #main.about .kodomo_contents {
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents {
    margin: 0;
  }
}
#kodomo #main.about .kodomo_contents section {
  position: relative;
}
#kodomo #main.about .kodomo_contents section h2 {
  margin-bottom: 26px;
  line-height: 7rem;
  font-size: 5rem;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section h2 {
    margin-bottom: 18px;
    line-height: 3.8rem;
    font-size: 3.2rem;
  }
}
#kodomo #main.about .kodomo_contents section.top {
  margin-bottom: 120px;
  padding: 0 50px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.top {
    margin-bottom: 100px;
    padding: 0 35px;
  }
}
#kodomo #main.about .kodomo_contents section.top h1 {
  margin-bottom: 30px;
  line-height: 6.6rem;
  font-size: 4.8rem;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.top h1 {
    margin-bottom: 22px;
    text-align: center;
    line-height: 4rem;
    font-size: 3rem;
  }
}
#kodomo #main.about .kodomo_contents section.top p.image {
  width: 221px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.top p.image {
    margin: 0 auto 20px auto;
    width: 110px;
    position: static;
  }
}
#kodomo #main.about .kodomo_contents section.top p.text {
  margin-bottom: 48px;
  width: 920px;
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.top p.text {
    margin-bottom: 25px;
    width: auto;
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.about .kodomo_contents section.top p.text.images {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.top p.text.images {
    display: block;
    position: relative;
  }
}
#kodomo #main.about .kodomo_contents section.top p.text.images span {
  padding: 0 60px 0 40px;
  display: block;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.top p.text.images span {
    padding: 134px 0 0 0;
  }
}
#kodomo #main.about .kodomo_contents section.top p.text.images img {
  height: auto;
}
#kodomo #main.about .kodomo_contents section.top p.text.images img.image1 {
  width: 144px;
}
#kodomo #main.about .kodomo_contents section.top p.text.images img.image2 {
  width: 198px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.top p.text.images img {
    position: absolute;
  }
  #kodomo #main.about .kodomo_contents section.top p.text.images img.image1 {
    width: 92px;
    top: 0;
    left: calc(50% - 115px);
  }
  #kodomo #main.about .kodomo_contents section.top p.text.images img.image2 {
    width: 127px;
    top: 6px;
    left: calc(50% - 5px);
  }
}
#kodomo #main.about .kodomo_contents section.think {
  margin-bottom: 180px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think {
    margin-bottom: 50px;
  }
}
#kodomo #main.about .kodomo_contents section.think .text_area {
  margin-bottom: 32px;
  padding-top: 20px;
  padding-left: 50px;
  width: 676px;
  box-sizing: border-box;
  float: left;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think .text_area {
    margin-bottom: 12px;
    padding: 0 25px;
    width: auto;
    float: none;
  }
}
#kodomo #main.about .kodomo_contents section.think .text_area p.text {
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think .text_area p.text {
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.about .kodomo_contents section.think .image {
  margin-left: 676px;
  margin-bottom: 32px;
  width: 385px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think .image {
    margin: 0 auto;
    width: 207px;
    z-index: 2;
  }
}
#kodomo #main.about .kodomo_contents section.think .image span {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 13px;
  top: 9px;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think .image span {
    width: 80px;
    height: 80px;
    right: 6px;
    top: 5px;
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
#kodomo #main.about .kodomo_contents section.think ul.movies {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 44px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think ul.movies {
    margin: -7px 38px 0 38px;
    width: auto;
    display: block;
  }
}
#kodomo #main.about .kodomo_contents section.think ul.movies li {
  width: calc(50% - 22px);
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think ul.movies li {
    margin-bottom: 34px;
    width: auto;
  }
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a {
  width: 100%;
  display: block;
  text-align: left;
  color: #000000;
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a .thumb_wrap {
  margin-bottom: 18px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 10px solid #ffae64;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think ul.movies li a .thumb_wrap {
    margin-bottom: 7px;
    border-width: 5px;
    border-radius: 15px;
  }
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a .thumb_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a h3 {
  padding: 5px 24px;
  display: inline-block;
  background: #ef5900;
  border-radius: 20px;
  line-height: 3.8rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think ul.movies li a h3 {
    padding: 2px 12px;
    border-radius: 13px;
    line-height: 2.3rem;
    font-size: 1.4rem;
  }
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a p.video_time {
  padding: 5px 24px;
  display: inline-block;
  text-align: right;
  line-height: 3.8rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think ul.movies li a p.video_time {
    padding: 4px 2px;
    line-height: 2.3rem;
    font-size: 1.2rem;
  }
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a p.noshaggy {
  padding-top: 26px;
  clear: both;
  line-height: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.think ul.movies li a p.noshaggy {
    padding-top: 10px;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a .play_btn::before {
  background: #ffffff;
}
#kodomo #main.about .kodomo_contents section.think ul.movies li a .play_btn::after {
  border-left-color: #1397f1;
}
#kodomo #main.about .kodomo_contents section.try {
  margin-bottom: 270px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try {
    margin-bottom: 80px;
  }
}
#kodomo #main.about .kodomo_contents section.try .text_area {
  margin-left: 400px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try .text_area {
    margin: 0 35px 22px 35px;
  }
}
#kodomo #main.about .kodomo_contents section.try .text_area p.text {
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try .text_area p.text {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.about .kodomo_contents section.try .chara {
  width: 334px;
  position: absolute;
  left: 40px;
  top: -92px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try .chara {
    margin: 0 auto 25px auto;
    width: 168px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(-25px);
  }
}
#kodomo #main.about .kodomo_contents section.try .chara span {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 11px;
  top: 0px;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try .chara span {
    width: 80px;
    height: 80px;
    left: -3px;
    top: -10px;
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 115px 54px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try ul.check_btns {
    justify-content: left;
    gap: 0;
  }
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li {
  width: 368px;
  height: 350px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try ul.check_btns li {
    width: 50%;
    height: auto;
  }
  #kodomo #main.about .kodomo_contents section.try ul.check_btns li:nth-child(5) {
    width: 100%;
  }
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li a.check_click {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li a.check_click.answer span.check {
  display: none;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li a.check_click.answer span.answer {
  display: block;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li span.check, #kodomo #main.about .kodomo_contents section.try ul.check_btns li span.answer {
  width: 600px;
  height: 480px;
  position: absolute;
  top: -10px;
  left: -105px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try ul.check_btns li span.check, #kodomo #main.about .kodomo_contents section.try ul.check_btns li span.answer {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li span.check span, #kodomo #main.about .kodomo_contents section.try ul.check_btns li span.answer span {
  width: 300px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.try ul.check_btns li span.check span, #kodomo #main.about .kodomo_contents section.try ul.check_btns li span.answer span {
    display: none;
  }
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li span.check {
  display: block;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li span.check span {
  top: 68px;
  left: 152px;
  line-height: 4.6rem;
  font-size: 3rem;
  font-weight: bold;
  color: #ef5900;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li span.answer {
  display: none;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li span.answer span {
  top: 57px;
  left: 152px;
  line-height: 3.2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li:nth-child(2) span.answer span {
  top: 81px;
}
#kodomo #main.about .kodomo_contents section.try ul.check_btns li:nth-child(4) span.answer span {
  top: 111px;
}
#kodomo #main.about .kodomo_contents section.poster {
  padding: 0 50px 100px 50px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.poster {
    padding: 0 35px;
  }
}
#kodomo #main.about .kodomo_contents section.poster .text_area {
  margin-bottom: 50px;
  width: 720px;
  float: left;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.poster .text_area {
    margin-bottom: 25px;
    width: auto;
    float: none;
  }
}
#kodomo #main.about .kodomo_contents section.poster .text_area p.text {
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.poster .text_area p.text {
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.about .kodomo_contents section.poster .poster_chara {
  width: 432px;
  float: right;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.poster .poster_chara {
    margin: 0 auto 30px auto;
    width: 315px;
    float: none;
  }
}
#kodomo #main.about .kodomo_contents section.poster .poster_chara span {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 17px;
  top: 151px;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.poster .poster_chara span {
    width: 70px;
    height: 70px;
    left: 10px;
    top: 10px;
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
}
#kodomo #main.about .kodomo_contents section.poster p.button {
  width: 711px;
  float: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.about .kodomo_contents section.poster p.button {
    width: auto;
    float: none;
  }
}

#kodomo #current_wrap {
  color: #585858;
  background-color: transparent;
}

#kodomo #current_wrap a {
  color: #585858;
  background-color: transparent;
}

#kodomo #main {
  position: relative;
  background-color: #FBDEB2;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 120px;
}

#kodomo #main .sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #kodomo #main {
    padding-bottom: calc(18vw + 30px);
    overflow: hidden;
  }
  #kodomo #main .sp {
    display: block;
  }
}
#kodomo .noshaggy {
  transform: rotate(0.03deg);
}

#kodomo .linkBtn {
  background-color: #E0F9FF;
  border-radius: 10px;
  border: 4px solid #585858;
  box-shadow: 0px 3px 0px 0px rgb(88, 88, 88);
  color: #585858;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 30px 60px;
}

@media screen and (max-width: 960px) {
  #kodomo .linkBtn {
    font-size: 3.5vw;
    padding: 30px 3px;
    width: 100%;
    text-align: center;
  }
}
#kodomo .linkBtn p::before {
  background-color: #585858;
  color: transparent;
}

#kodomo .linkBtn:hover, #kodomo .linkBtn:focus {
  color: #004D9E;
  background-color: #fff;
}

#kodomo .linkBtn:hover p::before, #kodomo .linkBtn:focus p::before {
  background-color: #004D9E;
  color: transparent;
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#kodomo .img_wrap.scale img {
  opacity: 0;
}

#kodomo .img_wrap.scale img.is-scaleanimated {
  animation: scale 0.6s 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#kodomo .img_wrap.fade img {
  opacity: 0;
}

#kodomo .img_wrap.fade img.is-fadeanimated {
  animation: fadeIn 0.8s forwards;
}

#kodomo .pd_80 {
  padding: 80px;
}

@media (max-width: 1300px) {
  #kodomo .pd_80 {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .pd_80 {
    padding: 60px 4vw;
  }
}
#kodomo .bg_o {
  position: relative;
  background-color: #FAD399;
  color: #000;
}

#kodomo .bg_o::before, #kodomo .bg_o::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #FAD399;
  color: transparent;
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before, #kodomo .bg_o::after {
    height: 14vw;
  }
}
#kodomo .bg_o::before {
  top: -119px;
  clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before {
    top: -13vw;
    clip-path: polygon(0 calc(100% - 4vw), 100% 0, 100% 100%, 0 100%);
  }
}
#kodomo .bg_o::after {
  bottom: -119px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::after {
    bottom: -13vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
#kodomo .play_btn {
  position: relative;
}

#kodomo .play_btn::before, #kodomo .play_btn::after {
  content: "";
  font-family: inherit;
  font-size: 100%;
  position: absolute;
  z-index: 1;
}

#kodomo .play_btn::before {
  width: min(80px, 5vw);
  height: min(80px, 5vw);
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::before {
    width: 10vw;
    height: 10vw;
  }
}
#kodomo .play_btn::after {
  border-top: min(13px, 1.5vw) solid transparent;
  border-bottom: min(13px, 1.5vw) solid transparent;
  border-left: min(20px, 2vw) solid #fff;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::after {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #fff;
    left: 51%;
  }
}
#kodomo .kodomo_contents {
  max-width: 1260px;
  margin: 120px auto 0;
  background-color: #fff;
  color: #000;
}

@media (max-width: 1300px) {
  #kodomo .kodomo_contents {
    max-width: inherit;
    margin: 10vw 20px 0;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .kodomo_contents {
    margin: 10vw 4vw 0;
  }
}
#kodomo #main.poscon {
  width: 100%;
  min-width: 1180px;
  overflow: hidden;
  background: #ffffff url("/kodomo/images/poscon/bg_main_pc.png") no-repeat center top;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon {
    min-width: 320px;
    background-image: url("/kodomo/images/poscon/bg_main_sp.png");
    background-size: 100% auto;
  }
}
#kodomo #main.poscon .kodomo_top {
  padding-top: 130px;
  margin-bottom: 88px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_top {
    padding-top: 50px;
    margin-bottom: 48px;
  }
}
#kodomo #main.poscon .kodomo_contents {
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents {
    margin: 0;
  }
}
#kodomo #main.poscon .kodomo_contents section {
  margin: 0 auto;
  width: 1300px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section {
    padding: 0 20px;
    width: auto;
  }
}
#kodomo #main.poscon .kodomo_contents section h2 {
  margin-bottom: 40px;
  line-height: 7rem;
  font-size: 5rem;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section h2 {
    margin-bottom: 18px;
    line-height: 3.8rem;
    font-size: 3.2rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.top {
  margin-bottom: 228px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top {
    margin-bottom: 110px;
  }
}
#kodomo #main.poscon .kodomo_contents section.top .text_area {
  margin-left: 100px;
  width: 690px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top .text_area {
    margin-left: 0;
    width: auto;
  }
}
#kodomo #main.poscon .kodomo_contents section.top .text_area h1 {
  margin-bottom: 36px;
  line-height: 6.6rem;
  font-size: 4.8rem;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top .text_area h1 {
    margin-bottom: 28px;
    text-align: center;
    line-height: 4rem;
    font-size: 3rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.top .text_area p.text {
  line-height: 4rem;
  font-size: 2rem;
}
#kodomo #main.poscon .kodomo_contents section.top .text_area p.text.close{
  padding-bottom: 160px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top .text_area p.text {
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
  #kodomo #main.poscon .kodomo_contents section.top .text_area p.text.center {
    text-align: center;
    line-height: 2rem;
    font-size: 1.3rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.top .text_area dl.theme {
  margin: 88px 0 30px 0;
  padding: 38px 50px;
  max-width: 630px;
  box-sizing: border-box;
  border: 2px solid #ef5900;
  border-radius: 20px;
  position: relative;
  letter-spacing: 0.1em;
  background: #ffffff;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top .text_area dl.theme {
    margin: 15px 0 20px 0;
    padding: 18px 25px;
    max-width: 100%;
    border-radius: 10px;
  }
}
#kodomo #main.poscon .kodomo_contents section.top .text_area dl.theme dt {
  padding: 0 10px;
  height: 4.4rem;
  background: #ffffff;
  position: absolute;
  top: -2.4rem;
  left: 6.2em;
  line-height: 4.4rem;
  font-size: 3rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top .text_area dl.theme dt {
    padding: 0 5px;
    height: 2.3rem;
    top: -1.3rem;
    left: 6.2em;
    line-height: 2.3rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.top .text_area dl.theme dd {
  line-height: 6rem;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top .text_area dl.theme dd {
    text-align: center;
    line-height: 3.4rem;
    font-size: 1.4rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.top .text_area p.button {
  margin-top: 44px;
  width: 596px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top .text_area p.button {
    margin-top: 28px;
    width: 100%;
  }
}
#kodomo #main.poscon .kodomo_contents section.top p.chara {
  width: 332px;
  position: absolute;
  top: -60px;
  right: 132px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top p.chara {
    width: 167px;
    float: right;
    position: relative;
    top: 0;
    right: 0;
  }
}
#kodomo #main.poscon .kodomo_contents section.top p.chara span {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  top: 0;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top p.chara span {
    width: 60px;
    height: 60px;
    left: 8px;
    top: 2px;
    line-height: 1.2rem;
    font-size: 1rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.top p.poster {
  width: 362px;
  position: absolute;
  right: 126px;
  top: 6em;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top p.poster {
    margin: 0 auto;
    width: 170px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    clear: both;
  }
}
#kodomo #main.poscon .kodomo_contents section.top p.poster a {
  display: block;
  color: inherit;
}
#kodomo #main.poscon .kodomo_contents section.top p.poster a small {
  display: block;
  text-align: center;
  line-height: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.top p.poster a small {
    padding-top: 12px;
    line-height: 2rem;
    font-size: 1.1rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards {
  margin-bottom: 106px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards {
    margin-bottom: 126px;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards p.text {
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards p.text {
    margin-bottom: 58px;
    text-align: left;
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame {
  margin: 70px auto 0 auto;
  padding: 0 100px 80px 100px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame {
    margin-top: 20px;
    padding: 0 15px 22px 15px;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame h3 {
  margin: 26px 0 28px 0;
  padding: 18px 58px 0 58px;
  min-height: 86px;
  background: url("/kodomo/images/poscon/icon_award_left.png") no-repeat left center/auto 86px, url("/kodomo/images/poscon/icon_award_right.png") no-repeat right center/auto 86px;
  display: inline-block;
  position: relative;
  line-height: 6rem;
  font-size: 4rem;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame h3 {
    margin: 16px 0 18px 0;
    padding: 26px 42px 0 42px;
    background-size: auto 65px, auto 65px;
    line-height: 3.2rem;
    font-size: 3rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame h3 span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame h3 span {
    display: block;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame h3 span small {
  width: 100%;
  display: block;
  position: absolute;
  top: -1.2rem;
  left: 0;
  line-height: 2rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame h3 span small {
    top: -1.2rem;
    line-height: 1.2rem;
    font-size: 1rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li {
    margin-bottom: 38px;
  }
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li:last-child {
    margin-bottom: 0;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.group {
  margin-bottom: 18px;
  line-height: 3.4rem;
  font-size: 3rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.group {
    line-height: 2.4rem;
    font-size: 2rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.image {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.image {
    padding: 0 38px;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.name {
  padding: 24px 8px 14px 8px;
  line-height: 2.4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.name {
    padding: 12px 12px 2px 12px;
    line-height: 1.8rem;
    font-size: 1.5rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.name small {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.name small {
    font-size: 1rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li p.name br + small {
  margin-bottom: 10px;
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li dl {
  padding: 25px 20px;
  border-radius: 20px;
  background: #fff4b9;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li dl {
    padding: 24px 15px;
    border-radius: 10px;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li dl dt {
  margin-bottom: 18px;
  line-height: 2.4rem;
  font-size: 2rem;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li dl dt {
    line-height: 1.8rem;
    font-size: 1.5rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame ul li dl dd {
  text-align: left;
  line-height: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame ul li dl dd {
    line-height: 2rem;
    font-size: 1.4rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame.first h3:before {
  content: "";
  width: 76px;
  height: 50px;
  display: block;
  position: absolute;
  top: -57px;
  left: calc(50% - 38px);
  background: url("/kodomo/images/poscon/icon_award_top.png") no-repeat center center/contain;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame.first h3:before {
    width: 57px;
    height: 38px;
    top: -43px;
    left: calc(50% - 23px);
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame.first ul {
  justify-content: space-between;
}
#kodomo #main.poscon .kodomo_contents section.awards .frame.first ul li {
  width: calc(50% - 50px);
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame.first ul li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame.second h3 {
    padding-top: 15px;
  }
}
#kodomo #main.poscon .kodomo_contents section.awards .frame.second ul {
  gap: 50px 40px;
}
#kodomo #main.poscon .kodomo_contents section.awards .frame.second ul li {
  width: calc(33.3% - 27px);
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.awards .frame.second ul li {
    width: 100%;
  }
}
#kodomo #main.poscon .kodomo_contents section.winners {
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.winners {
    margin-bottom: 30px;
  }
}
#kodomo #main.poscon .kodomo_contents section.winners h2 {
  margin-bottom: 64px;
  line-height: 5rem;
  font-size: 3rem;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.winners h2 {
    margin-bottom: 22px;
    line-height: 3.4rem;
    font-size: 2rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list {
  margin: 0 auto;
  width: 1100px;
  border: 2px solid #ef5900;
}
@media (max-width: 1100px) {
  #kodomo #main.poscon .kodomo_contents section.winners .winners_list {
    margin: 90px 40px 0;
  }
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.winners .winners_list {
    margin: 60px 0 0;
    width: auto;
    border: none;
  }
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table {
  width: 100%;
  border-spacing: inherit;
  border-bottom: 1px solid #000;
  background: #ffffff;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table tr {
  text-align: center;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table tr th {
  border-right: 1px solid #000;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table tr td {
  padding: 10px 5px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table .title {
  background-color: #FFEDD3;
  color: #000;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table .title td {
  padding: 10px 5px;
  border-right: 1px solid #000;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table .name {
  border-right: none !important;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table .bt th {
  border-top: 2px solid #000;
  border-right: 1px solid #000;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list table .bt td {
  border-top: 2px solid #000;
}
#kodomo #main.poscon .kodomo_contents section.winners .winners_list sup,
#kodomo #main.poscon .kodomo_contents section.winners .winners_list .note {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.winners .winners_list sup,
  #kodomo #main.poscon .kodomo_contents section.winners .winners_list .note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.more {
    margin-bottom: 40px;
  }
}
#kodomo #main.poscon .kodomo_contents section.more p.chara {
  width: 271px;
  position: absolute;
  left: 44px;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.more p.chara {
    margin: 0 auto 20px auto;
    width: 137px;
    position: relative;
    left: 0;
  }
}
#kodomo #main.poscon .kodomo_contents section.more p.chara span {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 14px;
  top: 11px;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.more p.chara span {
    width: 60px;
    height: 60px;
    left: 7px;
    top: 5px;
    line-height: 1.2rem;
    font-size: 1rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.more > div {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.more > div {
    margin-bottom: 110px;
  }
}
#kodomo #main.poscon .kodomo_contents section.more h3 {
  margin-bottom: 40px;
  line-height: 6.6rem;
  font-size: 4.8rem;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.more h3 {
    line-height: 4.5rem;
    font-size: 3rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.more p.text {
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.more p.text {
    text-align: left;
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.poscon .kodomo_contents section.more p.text a {
  display: inline;
  color: inherit;
  text-decoration: underline;
}
#kodomo #main.poscon .kodomo_contents section.more p.button {
  margin: 0 auto;
  width: 596px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.poscon .kodomo_contents section.more p.button {
    width: auto;
  }
}

#kodomo #current_wrap {
  color: #585858;
  background-color: transparent;
}

#kodomo #current_wrap a {
  color: #585858;
  background-color: transparent;
}

#kodomo #main {
  position: relative;
  background-color: #FBDEB2;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 120px;
}

#kodomo #main .sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #kodomo #main {
    padding-bottom: calc(18vw + 30px);
    overflow: hidden;
  }
  #kodomo #main .sp {
    display: block;
  }
}
#kodomo .noshaggy {
  transform: rotate(0.03deg);
}

#kodomo .linkBtn {
  background-color: #E0F9FF;
  border-radius: 10px;
  border: 4px solid #585858;
  box-shadow: 0px 3px 0px 0px rgb(88, 88, 88);
  color: #585858;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 30px 60px;
}

@media screen and (max-width: 960px) {
  #kodomo .linkBtn {
    font-size: 3.5vw;
    padding: 30px 3px;
    width: 100%;
    text-align: center;
  }
}
#kodomo .linkBtn p::before {
  background-color: #585858;
  color: transparent;
}

#kodomo .linkBtn:hover, #kodomo .linkBtn:focus {
  color: #004D9E;
  background-color: #fff;
}

#kodomo .linkBtn:hover p::before, #kodomo .linkBtn:focus p::before {
  background-color: #004D9E;
  color: transparent;
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#kodomo .img_wrap.scale img {
  opacity: 0;
}

#kodomo .img_wrap.scale img.is-scaleanimated {
  animation: scale 0.6s 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#kodomo .img_wrap.fade img {
  opacity: 0;
}

#kodomo .img_wrap.fade img.is-fadeanimated {
  animation: fadeIn 0.8s forwards;
}

#kodomo .pd_80 {
  padding: 80px;
}

@media (max-width: 1300px) {
  #kodomo .pd_80 {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .pd_80 {
    padding: 60px 4vw;
  }
}
#kodomo .bg_o {
  position: relative;
  background-color: #FAD399;
  color: #000;
}

#kodomo .bg_o::before, #kodomo .bg_o::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #FAD399;
  color: transparent;
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before, #kodomo .bg_o::after {
    height: 14vw;
  }
}
#kodomo .bg_o::before {
  top: -119px;
  clip-path: polygon(0 calc(100% - 50px), 100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::before {
    top: -13vw;
    clip-path: polygon(0 calc(100% - 4vw), 100% 0, 100% 100%, 0 100%);
  }
}
#kodomo .bg_o::after {
  bottom: -119px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}

@media screen and (max-width: 960px) {
  #kodomo .bg_o::after {
    bottom: -13vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 0 100%);
  }
}
#kodomo .play_btn {
  position: relative;
}

#kodomo .play_btn::before, #kodomo .play_btn::after {
  content: "";
  font-family: inherit;
  font-size: 100%;
  position: absolute;
  z-index: 1;
}

#kodomo .play_btn::before {
  width: min(80px, 5vw);
  height: min(80px, 5vw);
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::before {
    width: 10vw;
    height: 10vw;
  }
}
#kodomo .play_btn::after {
  border-top: min(13px, 1.5vw) solid transparent;
  border-bottom: min(13px, 1.5vw) solid transparent;
  border-left: min(20px, 2vw) solid #fff;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  #kodomo .play_btn::after {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #fff;
    left: 51%;
  }
}
#kodomo .kodomo_contents {
  max-width: 1260px;
  margin: 120px auto 0;
  background-color: #fff;
  color: #000;
}

@media (max-width: 1300px) {
  #kodomo .kodomo_contents {
    max-width: inherit;
    margin: 10vw 20px 0;
  }
}
@media screen and (max-width: 960px) {
  #kodomo .kodomo_contents {
    margin: 10vw 4vw 0;
  }
}
#kodomo #main.guardian {
  width: 100%;
  min-width: 1180px;
  overflow: hidden;
  background: #ffffff url("/kodomo/images/guardian/bg_main_pc.png") no-repeat center top;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian {
    min-width: 320px;
    background-image: url("/kodomo/images/guardian/bg_main_sp.png");
    background-size: 100% auto;
  }
}
#kodomo #main.guardian .kodomo_top {
  padding-top: 130px;
  margin-bottom: 88px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_top {
    padding-top: 50px;
    margin-bottom: 48px;
  }
}
#kodomo #main.guardian .kodomo_contents {
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents {
    margin: 0;
  }
}
#kodomo #main.guardian .kodomo_contents section {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
#kodomo #main.guardian .kodomo_contents section h2 {
  margin-bottom: 40px;
  line-height: 7rem;
  font-size: 5rem;
  font-weight: bold;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section h2 {
    margin-bottom: 18px;
    line-height: 3.8rem;
    font-size: 3.2rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.top {
  margin-bottom: 52px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.top {
    margin-bottom: 0;
  }
}
#kodomo #main.guardian .kodomo_contents section.top h1 {
  margin-bottom: 30px;
  line-height: 6.6rem;
  font-size: 4.8rem;
  color: #1397f1;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.top h1 {
    margin-bottom: 28px;
    line-height: 4rem;
    font-size: 3rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.top p.text {
  text-align: left;
  line-height: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.top p.text {
    margin-bottom: 20px;
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.top p.chara {
  width: 339px;
  position: absolute;
  right: 72px;
  bottom: -160px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.top p.chara {
    margin: 0 auto;
    width: 200px;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
#kodomo #main.guardian .kodomo_contents section.top p.chara span {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 51px;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.top p.chara span {
    width: 90px;
    height: 90px;
    left: 6px;
    top: 12px;
    line-height: 1.9rem;
    font-size: 1.4rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content {
  overflow: hidden;
  text-align: left;
}
#kodomo #main.guardian .kodomo_contents section.main_content .text_area {
  padding-left: 70px;
  width: 610px;
  box-sizing: border-box;
}
#kodomo #main.guardian .kodomo_contents section.main_content .text_area a {
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .text_area {
    padding: 0;
    width: auto;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .text_area h2 {
  margin-bottom: 20px;
}
#kodomo #main.guardian .kodomo_contents section.main_content .text_area h2 img {
  margin-bottom: 12px;
  width: 80px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .text_area h2 img {
    width: 71px;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .text_area h2 span {
  display: block;
  line-height: 6.6rem;
  font-size: 4rem;
  color: #ef5900;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .text_area h2 span {
    line-height: 3.8rem;
    font-size: 2.7rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area {
  width: 480px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .image_area {
    width: auto;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area h3 {
  margin-bottom: 12px;
  display: block;
  line-height: 2rem;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .image_area h3 {
    margin-top: 40px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies {
  width: 470px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies {
    margin: 0 17px;
    width: auto;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li {
  margin-bottom: 30px;
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a {
  width: 100%;
  display: block;
  text-align: left;
  color: #000000;
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a .thumb_wrap {
  margin-bottom: 10px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 10px solid #ffae64;
  border-radius: 30px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a .thumb_wrap {
    margin-bottom: 7px;
    border-width: 5px;
    border-radius: 15px;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a .thumb_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a h4 {
  padding: 5px 10px;
  display: inline-block;
  background: #ef5900;
  border-radius: 20px;
  line-height: 3rem;
  font-size: 2.3rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a h4 {
    padding: 2px 10px;
    border-radius: 13px;
    line-height: 2.3rem;
    font-size: 1.4rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a p.video_time {
  padding: 5px 4px;
  display: inline-block;
  text-align: right;
  line-height: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a p.video_time {
    padding: 2px 5px;
    line-height: 2.3rem;
    font-size: 1.2rem;
  }
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a .play_btn::before {
  background: #ffffff;
}
#kodomo #main.guardian .kodomo_contents section.main_content .image_area ul.movies li a .play_btn::after {
  border-left-color: #1397f1;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content1 .text_area {
  padding-top: 150px;
  float: right;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content1 .image_area {
  float: left;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content2 .text_area {
  padding-top: 168px;
  width: 480px;
  float: left;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content2 .image_area {
  float: right;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content3 {
  margin-bottom: 100px;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content3 .text_area {
  padding-top: 100px;
  float: right;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content3 .image_area {
  padding-left: 56px;
  float: left;
}
#kodomo #main.guardian .kodomo_contents section.main_content.content3 .image_area p.poster {
  width: 418px;
}
@media screen and (max-width: 960px) {
  #kodomo #main.guardian .kodomo_contents section.main_content.content1, #kodomo #main.guardian .kodomo_contents section.main_content.content2, #kodomo #main.guardian .kodomo_contents section.main_content.content3 {
    margin-bottom: 30px;
  }
  #kodomo #main.guardian .kodomo_contents section.main_content.content1 .text_area, #kodomo #main.guardian .kodomo_contents section.main_content.content1 .image_area, #kodomo #main.guardian .kodomo_contents section.main_content.content2 .text_area, #kodomo #main.guardian .kodomo_contents section.main_content.content2 .image_area, #kodomo #main.guardian .kodomo_contents section.main_content.content3 .text_area, #kodomo #main.guardian .kodomo_contents section.main_content.content3 .image_area {
    padding: 0;
    float: none;
    width: auto;
  }
  #kodomo #main.guardian .kodomo_contents section.main_content.content1 .text_area p.poster, #kodomo #main.guardian .kodomo_contents section.main_content.content1 .image_area p.poster, #kodomo #main.guardian .kodomo_contents section.main_content.content2 .text_area p.poster, #kodomo #main.guardian .kodomo_contents section.main_content.content2 .image_area p.poster, #kodomo #main.guardian .kodomo_contents section.main_content.content3 .text_area p.poster, #kodomo #main.guardian .kodomo_contents section.main_content.content3 .image_area p.poster {
    width: auto;
  }
}

#sitemap .link_wrap {
  margin-bottom: 60px;
  padding-left: 30px;
}
#sitemap .link_wrap:last-of-type {
  margin-bottom: 0;
}
#sitemap .link_wrap > li {
  margin-bottom: 40px;
}
#sitemap .link_wrap > li:last-child {
  margin-bottom: 0;
}
#sitemap .link_wrap > li a {
  transition: 0.3s;
}
#sitemap .link_wrap > li a:hover, #sitemap .link_wrap > li a:focus {
  opacity: 0.8;
}
#sitemap .link_wrap > li a.btn::before {
  right: inherit;
  left: -30px;
}
#sitemap .link_wrap > li a.btn::after {
  right: inherit;
  left: -27px;
}
#sitemap .link_wrap > li .link_sub_wrap {
  margin-top: 10px;
  padding-left: 1em;
}
#sitemap .link_wrap > li .link_sub_wrap li {
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
#sitemap .link_wrap > li .link_sub_wrap li a {
  text-decoration: underline;
}
#sitemap .link_wrap > li .link_sub_wrap li::before {
  content: "";
  width: 0.2em;
  height: 0.2em;
  background-color: #000;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#sitepolicy .wrap,
#privacypolicy .wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #sitepolicy .wrap,
  #privacypolicy .wrap {
    margin-bottom: 40px;
  }
}
#sitepolicy .wrap:last-of-type,
#privacypolicy .wrap:last-of-type {
  margin-bottom: 0;
}
#sitepolicy .wrap h2,
#privacypolicy .wrap h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
  color: #004D9E;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  #sitepolicy .wrap h2,
  #privacypolicy .wrap h2 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
#sitepolicy .wrap h3,
#privacypolicy .wrap h3 {
  font-size: 2rem;
  padding-left: 0.8em;
  position: relative;
}
@media screen and (max-width: 960px) {
  #sitepolicy .wrap h3,
  #privacypolicy .wrap h3 {
    font-size: 4vw;
  }
}
#sitepolicy .wrap h3::before,
#privacypolicy .wrap h3::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #004D9E;
  color: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sitepolicy .wrap p,
#privacypolicy .wrap p {
  line-height: 2.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #sitepolicy .wrap p,
  #privacypolicy .wrap p {
    line-height: 2;
  }
}
#sitepolicy .wrap p a,
#privacypolicy .wrap p a {
  transition: 0.3s;
  display: inline;
  text-decoration: underline;
  font-weight: 800;
}
#sitepolicy .wrap p a:hover, #sitepolicy .wrap p a:focus,
#privacypolicy .wrap p a:hover,
#privacypolicy .wrap p a:focus {
  opacity: 0.8;
}
#sitepolicy .wrap .mb10,
#privacypolicy .wrap .mb10 {
  margin-bottom: 10px;
}
#sitepolicy .wrap .note,
#privacypolicy .wrap .note {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  #sitepolicy .wrap .note,
  #privacypolicy .wrap .note {
    font-size: 1.2rem;
  }
}

#contact .lead {
  line-height: 2.2;
  margin-bottom: 80px;
}
#contact .addr_wrap h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
  color: #004D9E;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  #contact .addr_wrap h2 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
#contact .addr_wrap .access {
  line-height: 2;
  letter-spacing: 0.02em;
}
#contact .addr_wrap .access h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #contact .addr_wrap .access h3 {
    font-size: 4vw;
  }
}
#contact .addr_wrap .access ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  #contact .addr_wrap .access ul {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
#contact .addr_wrap .access ul li {
  display: flex;
}
#contact .addr_wrap .access ul li span {
  margin-right: 5px;
}
#contact .addr_wrap .access .note {
  font-size: 1.3rem;
}

#news h1 .small {
  font-size: 3.6rem;
}
@media screen and (max-width: 960px) {
  #news h1 .small {
    font-size: 4vw;
  }
}
#news .page_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #news .page_link {
    gap: 10px;
  }
}
#news .page_link li a {
  color: #004D9E;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
#news .page_link li a:hover, #news .page_link li a:focus {
  opacity: 0.8;
}
#news .page_link li a::before, #news .page_link li a::after {
  content: "";
  position: absolute;
}
#news .page_link li a::before {
  border-bottom: 2px solid #004D9E;
  width: 100%;
  bottom: -5px;
  left: 0;
}
#news .page_link li a::after {
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #004D9E;
  border-bottom: 0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#news .page_link li a:hover, #news .page_link li a:focus {
  color: #004D9E;
  background-color: rgba(0, 77, 158, 0.3);
}
#news .news_contents {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #news .news_contents {
    width: 100%;
  }
}
#news .news_contents .detail {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 960px) {
  #news .news_contents .detail {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#news .news_contents .detail dt {
  margin-bottom: 5px;
}
#news .news_contents .detail dd {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #news .news_contents .detail dd {
    font-size: 4.1vw;
    margin-bottom: 5px;
  }
}
#news .news_contents .detail dd a {
  transition: 0.3s;
  display: inline-block;
  text-decoration: underline;
}
#news .news_contents .detail dd a:hover, #news .news_contents .detail dd a:focus {
  opacity: 0.8;
}
#news .news_contents .detail dd span {
  font-size: 1.5rem;
  padding: 2px 10px 3px;
  margin-top: 10px;
  line-height: 1;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  #news .news_contents .detail dd span {
    font-size: 3vw;
  }
}
#news .news_contents .up span {
  background-color: #004D9E;
  color: #fff;
  border-radius: 50vw;
}
#news .news_contents .pr span {
  background-color: #fff;
  color: #004D9E;
  border: 2px solid #004D9E;
}

#link .link_contents h2 {
  font-size: 2.8rem;
  color: #004D9E;
  background-color: #fff;
  border: 3px solid #004D9E;
  padding: 5px 10px;
  margin-bottom: 50px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #link .link_contents h2 {
    font-size: 5vw;
  }
}
#link .link_contents .link_wrap {
  margin-bottom: 80px;
}
#link .link_contents .link_wrap:last-of-type {
  margin-bottom: 0;
}
#link .link_contents .link_wrap h3 {
  font-size: 3rem;
  color: #004D9E;
  background-color: transparent;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #link .link_contents .link_wrap h3 {
    font-size: 4vw;
  }
}
#link .link_contents .link_wrap ul {
  padding-left: 30px;
}
#link .link_contents .link_wrap ul:last-of-type {
  margin-bottom: 0;
}
#link .link_contents .link_wrap ul > li {
  margin-bottom: 20px;
}
#link .link_contents .link_wrap ul > li:last-child {
  margin-bottom: 0;
}
#link .link_contents .link_wrap ul > li a {
  transition: 0.3s;
}
#link .link_contents .link_wrap ul > li a:hover, #link .link_contents .link_wrap ul > li a:focus {
  opacity: 0.8;
}
#link .link_contents .link_wrap ul > li a.btn::before {
  right: inherit;
  left: -30px;
}
#link .link_contents .link_wrap ul > li a.btn::after {
  right: inherit;
  left: -27px;
}

#document .document_contents h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: -0.5em;
}
@media screen and (max-width: 960px) {
  #document .document_contents h2 {
    font-size: 6vw;
    margin-top: 0;
  }
}
#document .dl_wrap .dl_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #document .dl_wrap .dl_flex {
    flex-direction: column;
  }
}
#document .dl_wrap .dl_flex .img {
  width: 15%;
  border: 1px solid #004D9E;
}
@media screen and (max-width: 960px) {
  #document .dl_wrap .dl_flex .img {
    width: 50%;
    margin: auto;
  }
}
#document .dl_wrap .sticker_dl {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #document .dl_wrap .sticker_dl {
    margin-top: 20px;
  }
}
#document .dl_wrap .sticker_dl .em {
  font-size: 2rem;
  font-weight: 700;
  color: #004D9E;
  background-color: transparent;
  padding-left: 1.5em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #document .dl_wrap .sticker_dl .em {
    font-size: 4vw;
    padding-left: 1.3em;
    line-height: 1.4;
  }
}
#document .dl_wrap .sticker_dl .em::before {
  content: "";
  display: block;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #004D9E;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5em;
}
@media screen and (max-width: 960px) {
  #document .dl_wrap .sticker_dl .em::before {
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 3vw solid #004D9E;
    top: 0.3em;
    transform: translateY(0%);
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  #document .dl_wrap .sticker_dl .dl_flex {
    gap: 20px;
  }
}
#document .dl_wrap .sticker_dl .dl_flex .img {
  width: 50%;
  border: none;
}
@media screen and (max-width: 960px) {
  #document .dl_wrap .sticker_dl .dl_flex .img {
    width: 70%;
  }
}
#document .dl_wrap .sticker_dl .dl_flex .img img {
  margin: auto;
}
#document .dl_wrap .sticker_dl .omotenashi {
  margin-top: 40px;
}
#document .dl_wrap .sticker_dl .omotenashi .img img {
  width: 60%;
}
#document .service h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
  color: #004D9E;
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 960px) {
  #document .service h3 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
#document .service h3::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #004D9E;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#document .udtoilet .disc {
  font-weight: 700;
}

#company .support_company h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: -0.5em;
}
@media screen and (max-width: 960px) {
  #company .support_company h2 {
    font-size: 6vw;
    margin-top: 0;
  }
}
#company .support_company h2 span {
  display: inline-block;
}
#company .support_company .lead {
  margin-bottom: 40px;
}
#company .support_company .lead a {
  transition: 0.3s;
  display: inline;
  color: #004D9E;
  background-color: transparent;
  text-decoration: underline;
}
#company .support_company .lead a:hover, #company .support_company .lead a:focus {
  opacity: 0.8;
}
#company .support_company .support_company_movie {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_movie {
    width: 90%;
  }
}
#company .support_company .support_company_movie a {
  transition: 0.3s;
}
#company .support_company .support_company_movie a:hover, #company .support_company .support_company_movie a:focus {
  opacity: 0.8;
}
#company .support_company .support_company_movie img {
  border: 1px solid #004D9E;
}
#company .support_company .support_company_movie p {
  margin-top: 5px;
}
#company .support_company .support_company_flow {
  margin-top: 60px;
}
#company .support_company .support_company_flow .flow {
  margin-bottom: 180px;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow {
    margin-bottom: 120px;
  }
}
#company .support_company .support_company_flow .flow:first-of-type {
  position: relative;
}
#company .support_company .support_company_flow .flow:first-of-type::before, #company .support_company .support_company_flow .flow:first-of-type::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #004D9E;
  border-right: 5px solid #004D9E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow:first-of-type::before, #company .support_company .support_company_flow .flow:first-of-type::after {
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #004D9E;
    border-right: 3px solid #004D9E;
  }
}
#company .support_company .support_company_flow .flow:first-of-type::before {
  bottom: -100px;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow:first-of-type::before {
    bottom: -60px;
  }
}
#company .support_company .support_company_flow .flow:first-of-type::after {
  bottom: -120px;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow:first-of-type::after {
    bottom: -80px;
  }
}
#company .support_company .support_company_flow .flow:last-of-type {
  margin-bottom: 0;
}
#company .support_company .support_company_flow .flow h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow h3 {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}
#company .support_company .support_company_flow .flow h3 span {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #004D9E;
  background-color: #fff;
  border: 1px solid #004D9E;
  display: inline-block;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow h3 span {
    font-size: 5vw;
  }
}
#company .support_company .support_company_flow .flow .entry_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow .entry_wrap {
    flex-direction: column;
  }
}
#company .support_company .support_company_flow .flow .entry_wrap .entry_inner {
  width: 45%;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow .entry_wrap .entry_inner {
    width: 100%;
  }
}
#company .support_company .support_company_flow .flow .entry_wrap .entry_inner h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #004D9E;
  background-color: transparent;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow .entry_wrap .entry_inner h4 {
    font-size: 4.5vw;
  }
}
#company .support_company .support_company_flow .flow .entry_wrap .entry_inner .support_merit li {
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
}
#company .support_company .support_company_flow .flow .entry_wrap .entry_inner .support_merit li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #004D9E;
  color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow .entry_wrap .entry_inner .support_merit li::before {
    top: 0.5em;
  }
}
#company .support_company .support_company_flow .flow .entry_wrap .entry_inner .note {
  font-size: 1.3rem;
}
#company .support_company .support_company_flow .flow .entry_wrap .entry_inner .note ul li {
  padding-left: 0.6em;
  position: relative;
}
#company .support_company .support_company_flow .flow .entry_wrap .entry_inner .note ul li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1em;
}
#company .support_company .support_company_flow .flow .entry_wrap .img {
  width: 55%;
  max-width: 300px;
  border: 1px solid #004D9E;
}
@media screen and (max-width: 960px) {
  #company .support_company .support_company_flow .flow .entry_wrap .img {
    width: 70%;
    max-width: inherit;
    margin: auto;
  }
}
#company .support_company .support_company_flow .flow:last-child .img {
  border: none;
}
#company .support_company_link .link_wrap {
  margin-bottom: 60px;
}
#company .support_company_link .link_wrap p {
  margin-bottom: 20px;
}
#company .support_company_link .link_wrap .support_link {
  width: 100%;
  background-color: #004D9E;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  position: relative;
}
#company .support_company_link .link_wrap .support_link span {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  display: block;
  padding: 10px 0 10px 3em;
}
#company .support_company_link .link_wrap .support_link::before {
  right: auto;
  left: 1.5em;
  background-color: #fff;
  color: transparent;
}
#company .support_company_link .link_wrap .support_link::after {
  right: auto;
  left: 1.7em;
  border-top: 3px solid #004D9E;
  border-right: 3px solid #004D9E;
}
#company .support_company_link .link_wrap .support_link:hover, #company .support_company_link .link_wrap .support_link:focus {
  background-color: #fff;
  color: #004D9E;
}
#company .support_company_link .link_wrap .support_link:hover span, #company .support_company_link .link_wrap .support_link:focus span {
  border: 2px solid #004D9E;
}
#company .support_company_link .link_wrap .support_link:hover::before, #company .support_company_link .link_wrap .support_link:focus::before {
  background-color: #004D9E;
  color: transparent;
}
#company .support_company_link .link_wrap .support_link:hover::after, #company .support_company_link .link_wrap .support_link:focus::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
#company .support_company_link .link_wrap .dl_wrap {
  margin-top: 0;
}
#company .support_company_link .link_wrap .dl_wrap .dl_inner div ul {
  margin-left: 0;
}
#company .support_company_link .link_wrap .dl_wrap p {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 1.5em;
  color: #004D9E;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 960px) {
  #company .support_company_link .link_wrap .dl_wrap p {
    font-size: 4vw;
  }
}
#company .support_company_link .link_wrap .dl_wrap p::before {
  content: "";
  display: block;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #004D9E;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 960px) {
  #company .support_company_link .link_wrap .dl_wrap p::before {
    border-style: solid;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 3vw solid #004D9E;
  }
}
#company .support_company_link .link_wrap .dl_wrap p a {
  transition: 0.3s;
  color: #004D9E;
  background-color: transparent;
  text-decoration: underline;
  display: inline-block;
}
#company .support_company_link .link_wrap .dl_wrap p a:hover, #company .support_company_link .link_wrap .dl_wrap p a:focus {
  opacity: 0.8;
}
#company .support_company_link .link_wrap .dl_wrap .document li {
  padding-left: 0.6em;
  position: relative;
}
@media screen and (max-width: 960px) {
  #company .support_company_link .link_wrap .dl_wrap .document li {
    font-size: 3.5vw;
  }
}
#company .support_company_link .link_wrap .dl_wrap .document li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1em;
}

#barrierfree .index .lead {
  line-height: 2.2;
}
#barrierfree .index section .barrierfree_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #barrierfree .index section .barrierfree_wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#barrierfree .index section .barrierfree_wrap .title_wrap {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #barrierfree .index section .barrierfree_wrap .title_wrap {
    width: 100%;
  }
}
#barrierfree .index section .barrierfree_wrap .title_wrap h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: -0.5em;
}
@media screen and (max-width: 960px) {
  #barrierfree .index section .barrierfree_wrap .title_wrap h2 {
    font-size: 6vw;
    margin-top: 0;
  }
}
#barrierfree .index section .barrierfree_wrap .title_wrap p {
  line-height: 2;
}
#barrierfree .index section .barrierfree_wrap img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #barrierfree .index section .barrierfree_wrap img {
    width: 100%;
  }
}
#barrierfree .index section .link {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 20px;
}
#barrierfree .index section .link a {
  display: inline;
  font-weight: 700;
  transition: 0.3s;
}
#barrierfree .index section .link a:hover, #barrierfree .index section .link a:focus {
  opacity: 0.8;
}
#barrierfree .index section:nth-child(2) .link {
  background-color: #E5EDF5;
  color: #000;
}
#barrierfree .udtoilet .lead h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .lead h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
#barrierfree .udtoilet .lead h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #004D9E;
}
#barrierfree .udtoilet .lead p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .lead p {
    line-height: 1.6;
  }
}
#barrierfree .udtoilet h3 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: -0.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet h3 {
    font-size: 6vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet h3 {
    margin-bottom: 20px;
  }
}
#barrierfree .udtoilet .note {
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .note {
    font-size: 1.2rem;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap {
  margin-bottom: 100px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap {
    margin-bottom: 60px;
    line-height: 1.6;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .sub_title {
  display: inline-block;
  font-size: 2.5rem;
  background-color: #004D9E;
  color: #fff;
  line-height: inherit;
  padding: 5px 10px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .sub_title {
    font-size: 4vw;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner {
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner:first-of-type {
    margin-top: 50px;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap {
    width: 100%;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap h4 {
  font-size: 2.5rem;
  color: #004D9E;
  background-color: transparent;
  padding-left: 1.2em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap h4 {
    font-size: 4vw;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap h4::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #004D9E;
  color: transparent;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap h4::before {
    top: 0.4em;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap p {
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .title_wrap p {
    margin-bottom: 10px;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .img {
    width: 100%;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .img_height {
  height: 320px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .img_height {
    height: 60vw;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .img_height img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_wrap .udtoilet_inner .img_height img {
    margin: auto;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point {
  position: relative;
  margin-top: 120px;
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #004D9E;
  border-right: 5px solid #004D9E;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_point::before {
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #004D9E;
    border-right: 3px solid #004D9E;
    top: -50px;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point .em {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_point .em {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point {
  font-size: 2.4rem;
  font-weight: 800;
  color: #004D9E;
  background-color: transparent;
  text-align: center;
  line-height: 2;
  padding: 50px 0;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point {
    font-size: 3.8vw;
    padding: 50px 20px;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point .pc {
  display: none;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point .pc {
    display: block;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point .space {
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point .space {
    margin-right: 0;
  }
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point::before, #barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point::before {
  border-left: 3px solid #004D9E;
  border-top: 3px solid #004D9E;
  border-bottom: 3px solid #004D9E;
  left: 0;
}
#barrierfree .udtoilet .udtoilet_facility .udtoilet_point .point::after {
  border-right: 3px solid #004D9E;
  border-top: 3px solid #004D9E;
  border-bottom: 3px solid #004D9E;
  right: 0;
}
#barrierfree .udtoilet .udtoilet_movie .movie_title {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_movie .movie_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
#barrierfree .udtoilet .udtoilet_movie .movie_title span {
  font-size: 3.4rem;
  font-weight: 800;
  background-color: #fff;
  color: #004D9E;
  padding: 5px 10px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_movie .movie_title span {
    font-size: 4vw;
  }
}
#barrierfree .udtoilet .udtoilet_movie .movie_title h3 {
  margin-bottom: 0;
}
#barrierfree .udtoilet .udtoilet_movie .movie_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_movie .movie_wrap {
    margin-top: 40px;
  }
}
#barrierfree .udtoilet .udtoilet_movie .movie_wrap a {
  position: relative;
  transition: 0.3s;
}
#barrierfree .udtoilet .udtoilet_movie .movie_wrap a:hover, #barrierfree .udtoilet .udtoilet_movie .movie_wrap a:focus {
  opacity: 0.8;
}
#barrierfree .udtoilet .udtoilet_movie .movie_wrap a::before, #barrierfree .udtoilet .udtoilet_movie .movie_wrap a::after {
  content: "";
  font-family: inherit;
  font-size: 100%;
  position: absolute;
  z-index: 1;
}
#barrierfree .udtoilet .udtoilet_movie .movie_wrap a::before {
  width: min(120px, 10vw);
  height: min(120px, 10vw);
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_movie .movie_wrap a::before {
    width: 15vw;
    height: 15vw;
  }
}
#barrierfree .udtoilet .udtoilet_movie .movie_wrap a::after {
  border-top: min(20px, 2vw) solid transparent;
  border-bottom: min(20px, 2vw) solid transparent;
  border-left: min(35px, 3vw) solid #fff;
  top: 50%;
  left: 50.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_movie .movie_wrap a::after {
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 5vw solid #fff;
    left: 51%;
  }
}
#barrierfree .udtoilet .udtoilet_movie .movie_wrap .note {
  text-align: right;
  margin-top: 10px;
}
#barrierfree .udtoilet .udtoilet_book .book_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_book .book_wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#barrierfree .udtoilet .udtoilet_book .book_wrap img {
  width: 25%;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_book .book_wrap img {
    width: 60%;
    margin: auto;
  }
}
#barrierfree .udtoilet .udtoilet_book .book_wrap .book_text {
  width: 75%;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_book .book_wrap .book_text {
    width: 100%;
  }
}
#barrierfree .udtoilet .udtoilet_book .book_wrap .book_text p {
  margin-bottom: 10px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #barrierfree .udtoilet .udtoilet_book .book_wrap .book_text p {
    line-height: 1.8;
  }
}
#barrierfree .udtoilet .udtoilet_book .book_wrap .book_text ul {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 10px;
}
#barrierfree .guideline .lead h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .lead h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
#barrierfree .guideline .lead h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #004D9E;
}
#barrierfree .guideline .lead p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .lead p {
    line-height: 1.6;
  }
}
#barrierfree .guideline h3 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: -0.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline h3 {
    font-size: 6vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline h3 {
    margin-bottom: 20px;
  }
}
#barrierfree .guideline .parking_area .parking_area_wrap {
  margin-bottom: 80px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_wrap {
    margin-bottom: 60px;
    line-height: 1.6;
  }
}
#barrierfree .guideline .parking_area .parking_area_wrap .sub_title {
  display: inline-block;
  font-size: 2.5rem;
  background-color: #004D9E;
  color: #fff;
  line-height: inherit;
  padding: 5px 10px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_wrap .sub_title {
    font-size: 4vw;
  }
}
#barrierfree .guideline .parking_area .parking_area_wrap ol {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_wrap ol {
    font-size: 3.8vw;
    margin-bottom: 30px;
  }
}
#barrierfree .guideline .parking_area .parking_area_wrap ol li {
  margin-bottom: 10px;
}
#barrierfree .guideline .parking_area .parking_area_wrap ol li .symbolmark_wrap {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-left: 1.5em;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_wrap ol li .symbolmark_wrap {
    font-size: 3.4vw;
  }
}
#barrierfree .guideline .parking_area .parking_area_wrap ol li .symbolmark_wrap img {
  width: 50px;
}
#barrierfree .guideline .parking_area .parking_area_wrap ol li .symbolmark_wrap dl {
  line-height: 1.5;
}
#barrierfree .guideline .parking_area .parking_area_wrap ol li .symbolmark_wrap dl dt {
  font-weight: 700;
  color: #004D9E;
  background-color: transparent;
}
#barrierfree .guideline .parking_area .parking_area_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_wrap ul {
    flex-direction: column;
    gap: 20px;
  }
}
#barrierfree .guideline .parking_area .parking_area_wrap ul li {
  text-align: center;
}
#barrierfree .guideline .parking_area .parking_area_wrap ul li p {
  font-weight: 700;
  color: #004D9E;
  background-color: transparent;
}
#barrierfree .guideline .parking_area .parking_area_point {
  position: relative;
  margin-top: 120px;
}
#barrierfree .guideline .parking_area .parking_area_point::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #004D9E;
  border-right: 5px solid #004D9E;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_point::before {
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #004D9E;
    border-right: 3px solid #004D9E;
    top: -50px;
  }
}
#barrierfree .guideline .parking_area .parking_area_point .em {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_point .em {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
#barrierfree .guideline .parking_area .parking_area_point .point {
  font-size: 2.4rem;
  font-weight: 800;
  color: #004D9E;
  background-color: transparent;
  text-align: center;
  line-height: 2;
  padding: 50px 0;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_point .point {
    font-size: 3.8vw;
    padding: 50px 20px;
  }
}
#barrierfree .guideline .parking_area .parking_area_point .point .pc {
  display: none;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_point .point .pc {
    display: block;
  }
}
#barrierfree .guideline .parking_area .parking_area_point .point .space {
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_point .point .space {
    margin-right: 0;
  }
}
#barrierfree .guideline .parking_area .parking_area_point .point::before, #barrierfree .guideline .parking_area .parking_area_point .point::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
}
#barrierfree .guideline .parking_area .parking_area_point .point::before {
  border-left: 3px solid #004D9E;
  border-top: 3px solid #004D9E;
  border-bottom: 3px solid #004D9E;
  left: 0;
}
#barrierfree .guideline .parking_area .parking_area_point .point::after {
  border-right: 3px solid #004D9E;
  border-top: 3px solid #004D9E;
  border-bottom: 3px solid #004D9E;
  right: 0;
}
#barrierfree .guideline .parking_area .parking_area_point p.em {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_point p.em {
    margin-bottom: 15vw;
  }
}
#barrierfree .guideline .parking_area .parking_area_point::before {
  top: 130px;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area .parking_area_point::before {
    top: 33vw;
  }
}

#barrierfree h2 .video_title{
  display: inline-block;
  font-size: 2.5rem;
  background-color: #004D9E;
  color: #fff;
  line-height: inherit;
  padding: 5px 10px;
}
#barrierfree .yt_video{
  margin-top: 80px;
  /*margin-bottom: 100px;*/
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  position: relative;
}
#barrierfree  .yt_video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  #barrierfree h2 .video_title{
    font-size: 4vw;
  }
  #barrierfree .yt_video{
    margin-top: 30px;
    /*margin-bottom: 60px;*/
  }
}

#barrierfree .guideline .parking_area_guideline .dl_inner .booklet_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area_guideline .dl_inner .booklet_wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#barrierfree .guideline .parking_area_guideline .dl_inner .booklet_wrap img {
  width: 15%;
  border: 1px solid #004D9E;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area_guideline .dl_inner .booklet_wrap img {
    width: 60%;
  }
}
#barrierfree .guideline .parking_area_guideline .dl_inner .booklet_wrap ul {
  margin-left: 0;
  line-height: 1.6;
}
#barrierfree .guideline .parking_area_guideline .dl_inner .booklet_wrap ul li {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  #barrierfree .guideline .parking_area_guideline .dl_inner .booklet_wrap ul li {
    font-size: 3.3vw;
  }
}
#barrierfree .block .lead h2 {
  font-size: 4rem;
  font-weight: 900;
  color: #004D9E;
  background-color: transparent;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .lead h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
#barrierfree .block .lead h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #004D9E;
}
#barrierfree .block .lead p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .lead p {
    line-height: 1.6;
  }
}
#barrierfree .block .block_wrap {
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap {
    line-height: 1.6;
  }
}
#barrierfree .block .block_wrap .sub_title {
  display: inline-block;
  font-size: 2.5rem;
  background-color: #004D9E;
  color: #fff;
  line-height: inherit;
  padding: 5px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .sub_title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .sub_title {
    margin-bottom: 20px;
  }
}
#barrierfree .block .block_wrap .block_area_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_area_wrap {
    margin-bottom: 60px;
  }
}
#barrierfree .block .block_wrap .block_area_wrap .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_area_wrap .img_wrap {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
#barrierfree .block .block_wrap .block_area_wrap .img_wrap .img {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_area_wrap .img_wrap .img {
    width: 100%;
  }
}
#barrierfree .block .block_wrap .block_area_wrap ul li {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_area_wrap ul li {
    font-size: 4vw;
    flex-direction: column;
  }
}
#barrierfree .block .block_wrap .block_area_wrap ul li h4 {
  font-weight: 700;
  color: #004D9E;
  background-color: transparent;
  margin-right: 5px;
  padding-left: 1.3em;
  width: 4.3em;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_area_wrap ul li h4 {
    width: auto;
  }
}
#barrierfree .block .block_wrap .block_area_wrap ul li h4::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #004D9E;
  color: transparent;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#barrierfree .block .block_wrap .block_area_wrap ul li p {
  width: 100%;
}
#barrierfree .block .block_wrap .block_type_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_type_wrap {
    margin-bottom: 60px;
  }
}
#barrierfree .block .block_wrap .block_type_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_type_wrap ul {
    flex-direction: column;
  }
}
#barrierfree .block .block_wrap .block_type_wrap ul li img {
  width: 60%;
  margin: 0 auto 20px;
}
#barrierfree .block .block_wrap .block_type_wrap ul li h5 {
  display: inline-block;
  font-size: 2.5rem;
  background-color: #004D9E;
  color: #fff;
  line-height: inherit;
  padding: 5px 10px;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_type_wrap ul li h5 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_type_wrap ul li h5 {
    font-size: 3.8vw;
  }
}
#barrierfree .block .block_wrap .block_point {
  position: relative;
  margin-top: 120px;
}
#barrierfree .block .block_wrap .block_point::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #004D9E;
  border-right: 5px solid #004D9E;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_point::before {
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #004D9E;
    border-right: 3px solid #004D9E;
    top: -50px;
  }
}
#barrierfree .block .block_wrap .block_point .em {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_point .em {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
#barrierfree .block .block_wrap .block_point .point {
  font-size: 2.4rem;
  font-weight: 800;
  color: #004D9E;
  background-color: transparent;
  text-align: center;
  line-height: 2;
  padding: 50px 0;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_point .point {
    font-size: 3.8vw;
    padding: 50px 20px;
  }
}
#barrierfree .block .block_wrap .block_point .point .pc {
  display: none;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_point .point .pc {
    display: block;
  }
}
#barrierfree .block .block_wrap .block_point .point .space {
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_point .point .space {
    margin-right: 0;
  }
}
#barrierfree .block .block_wrap .block_point .point::before, #barrierfree .block .block_wrap .block_point .point::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
}
#barrierfree .block .block_wrap .block_point .point::before {
  border-left: 3px solid #004D9E;
  border-top: 3px solid #004D9E;
  border-bottom: 3px solid #004D9E;
  left: 0;
}
#barrierfree .block .block_wrap .block_point .point::after {
  border-right: 3px solid #004D9E;
  border-top: 3px solid #004D9E;
  border-bottom: 3px solid #004D9E;
  right: 0;
}
#barrierfree .block .block_wrap .block_point p.em {
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_point p.em {
    margin-bottom: 15vw;
  }
}
#barrierfree .block .block_wrap .block_point::before {
  top: 60px;
}
@media screen and (max-width: 960px) {
  #barrierfree .block .block_wrap .block_point::before {
    top: 15vw;
  }
}

#return_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 960px) {
  #return_top {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}
#return_top a {
  transition: 0.3s;
  width: 100px;
  height: 100px;
  background-color: #fff;
  color: #004D9E;
  border: 2px solid #004D9E;
  box-shadow: 0px 3px 0px 0px #004d9e;
  border-radius: 50%;
  position: relative;
}
#return_top a:hover, #return_top a:focus {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  #return_top a {
    width: 18vw;
    height: 18vw;
  }
}
#return_top a span,
#return_top a span::before,
#return_top a span::after {
  width: 15px;
  height: 15px;
  background-color: #004D9E;
  color: transparent;
}
@media screen and (max-width: 960px) {
  #return_top a span,
  #return_top a span::before,
  #return_top a span::after {
    width: 3vw;
    height: 3vw;
  }
}
#return_top a span {
  display: block;
  border-top-left-radius: 30%;
  transform: rotate(30deg) skewY(30deg) scaleX(0.86666);
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #return_top a span {
    top: 4vw;
  }
}
#return_top a span::before, #return_top a span::after {
  content: "";
  position: absolute;
}
#return_top a span::before {
  border-top-right-radius: 30%;
  transform: skewX(-45deg) translateX(50%);
}
#return_top a span::after {
  border-bottom-left-radius: 30%;
  transform: skewY(-45deg) translateY(50%);
}
#return_top a p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #004D9E;
  background-color: transparent;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #return_top a p {
    font-size: 2.5vw;
    bottom: 4vw;
  }
}

#return_top.large_point a p {
  line-height: 1.2;
  bottom: 100px;
}

.footer {
  width: 100%;
  border-top: 2px solid #000;
  background-color: #fff;
  color: #000;
}
.footer .footer_wrap {
  max-width: 1100px;
  margin: 40px auto 30px;
}
@media (max-width: 1250px) {
  .footer .footer_wrap {
    max-width: inherit;
    margin: 40px 5% 30px;
  }
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap {
    margin: 60px 6vw 30px;
  }
}
.footer .footer_wrap .footer_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap .footer_inner {
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer_wrap .footer_inner .name {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap .footer_inner .name {
    font-size: 5vw;
  }
}
.footer .footer_wrap .footer_inner .access_wrap {
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap .footer_inner .access_wrap {
    font-size: 4vw;
  }
}
.footer .footer_wrap .footer_inner .access_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3px;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap .footer_inner .access_wrap ul {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
.footer .footer_wrap .footer_inner .access_wrap ul li {
  display: flex;
}
.footer .footer_wrap .footer_inner .access_wrap ul li span {
  margin-right: 5px;
}
.footer .footer_wrap .footer_inner .access_wrap .tw_icn {
  width: 50px;
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap .footer_inner .access_wrap .tw_icn {
    width: 12%;
  }
}
.footer .footer_wrap .footer_inner .logo {
  width: min(400px, 35vw);
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap .footer_inner .logo {
    display: none;
  }
}
.footer .footer_wrap .footer_inner .logo.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .footer .footer_wrap .footer_inner .logo.sp {
    display: block;
    width: 70%;
    margin-bottom: 40px;
  }
}
.footer .footer_link {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .footer .footer_link {
    gap: 10px;
    font-size: 3.3vw;
    justify-content: space-between;
  }
}
.footer .footer_link li a {
  transition: 0.3s;
  text-decoration: underline;
  position: relative;
}
.footer .footer_link li a:hover, .footer .footer_link li a:focus {
  opacity: 0.8;
}
.footer .footer_link li a.current {
  text-decoration: none;
}
.footer .footer_link li a.current::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 5px solid #004D9E;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .footer .footer_link li a.current::after {
    display: none;
  }
}
.footer .copyright {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

#interview #main .interview_detail_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 42px;
}

#interview #main .interview_detail_wrap .row{
  width: calc(50% - 21px);
}

#interview #main .interview_detail_wrap .row a{
  display: block;
  overflow: hidden;
}

#interview #main .interview_detail_wrap .row:hover{
  opacity: 0.8;
}

#interview #main .interview_detail_wrap .row h2{
  position: relative;
  z-index: 2;
  line-height: 0;
}

#interview #main .interview_detail_wrap .row h2 span{
  margin-bottom: 4px;
  padding: 0 10px;
  display: inline-block;
  border: 2px solid #1a60c8;
  background: #ffffff;
  box-shadow: 7px 10px 0 #1a60c8;
  line-height: 4.0rem;
  font-size: 2.3rem;
  font-weight: bold;
  color: #1a60c8;
}

#interview #main .interview_detail_wrap .row .image{
  margin-top: -22px;
  margin-left: 55px;
  border: 2px solid #1a60c8;
}

#interview #main .interview_detail_wrap .row .name{
  font-size: 2.6rem;
  font-weight: bold;
  float: left;
}

#interview #main .interview_detail_wrap .row .name small{
  padding-left: 16px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
}

#interview #main .interview_detail_wrap .row .check{
  margin-top: 21px;
  padding: 0.3rem 36px 0.9rem 18px;
  background: #1a60c8;
  border-radius: 1.7rem;
  position: relative;
  float: right;
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}

#interview #main .interview_detail_wrap .row .check:after{
  content: '';
  width: 19px;
  height: 19px;
  display: block;
  background: url('../../images/icn_interview_arrow.png') no-repeat center center / contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 8px;
}

@media screen and (max-width: 960px) {
  #interview #main .head_wrap h1{
    line-height: 1.3;
  }
  #interview #main .interview_detail_wrap{
    margin: 0 auto;
    max-width: 540px;
    display: block;
  }
  #interview #main .interview_detail_wrap .row{
    width: 100%;
    margin-bottom: 20px;
  }

  #interview #main .interview_detail_wrap .row:hover{
    opacity: 1;
  }
  
  #interview #main .interview_detail_wrap .row h2 span{
    margin-bottom: 2px;
    padding: 0 8px;
    border: 1px solid #1a60c8;
    box-shadow: 3px 5px 0 #1a60c8;
    line-height: 3.0rem;
    font-size: 1.6rem;
  }
  
  #interview #main .interview_detail_wrap .row .image{
    margin-top: -10px;
    margin-left: 15px;
    border: 1px solid #1a60c8;
  }
  
  #interview #main .interview_detail_wrap .row .name{
    margin-left: 15px;
    font-size: 2.0rem;
  }
  
  #interview #main .interview_detail_wrap .row .name small{
    padding-left: 8px;
    font-size: 1.0rem;
  }
  
  #interview #main .interview_detail_wrap .row .check{
    margin-top: 10px;
    padding: 0.4rem 32px 0.6rem 14px;
    border-radius: 1.5rem;
    line-height: 2.0rem;
    font-size: 1.5rem;
  }
  
  #interview #main .interview_detail_wrap .row .check:after{
    width: 16px;
    height: 16px;
    top: calc(50% - 9px);
    right: 7px;
  }
}



#interview .interview_modal_window{
  padding: 0 40px;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  display: none;
}
#interview .interview_modal_window .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9991;
}
#interview .interview_modal_window .frame{
  margin: 120px auto 0 auto;
  max-width: 1100px;
  height: calc(100% - 240px);
  background: #ffffff;
  box-sizing: border-box;
  border: 3px solid #1a60c8;
  position: relative;
  z-index: 9992;
}

#interview .interview_modal_window .scroll{
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#interview .interview_modal_window .frame .close.top{
  position: absolute;
  top: 0;
  right: 0;
}

#interview .interview_modal_window .frame .close.bottom{
  padding: 20px 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#interview .interview_modal_window .frame .close button{
  width: 67px;
  height: 67px;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
}

#interview .interview_modal_window .frame .inner{
  padding: 44px 82px 0 82px;
  display: none;
}

#interview .interview_modal_window .frame .inner .image{
  margin: 0 auto 14px auto;
  width: 412px;
  border: 2px solid #1a60c8;
}

#interview .interview_modal_window .frame .inner .name{
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 2.6rem;
}
#interview .interview_modal_window .frame .inner .name small{
  display: block;
  font-size: 1.5rem;
}

#interview .interview_modal_window .frame .content{
}

#interview .interview_modal_window .frame .content .copy{
  margin-bottom: 36px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #1a60c8;
}

#interview .interview_modal_window .frame .content dl{
  margin-bottom: 34px;
  line-height: 1.6;
  font-size: 1.8rem;
}

#interview .interview_modal_window .frame .content dl dt{
  font-weight: bold;
  color: #1a60c8;
}
#interview .interview_modal_window .frame .content dl dd{
  text-indent: 1em;
}


@media screen and (max-width: 960px) {

  #interview .interview_modal_window{
    padding: 0;
  }
  #interview .interview_modal_window .frame{
    margin: 0;
    max-width: 640px;
    height: 100vh;
  }
  
  #interview .interview_modal_window .frame .close.bottom{
    padding: 30px 0 50px 0;
  }
  
  #interview .interview_modal_window .frame .close button{
    width: 45px;
    height: 45px; 
  }
  
  #interview .interview_modal_window .frame .inner{
    padding: 52px 15px 0 15px;
  }
  
  #interview .interview_modal_window .frame .inner .image{
    width: 100%;
  }
  
  #interview .interview_modal_window .frame .inner .name{
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 1.8rem;
  }
  #interview .interview_modal_window .frame .inner .name small{
    font-size: 1.0rem;
  }
  
  #interview .interview_modal_window .frame .content .copy{
    margin-bottom: 22px;
    font-size: 1.6rem;
  }
  
  #interview .interview_modal_window .frame .content dl{
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
}



#barrierfree .setsubi_movie .movie_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #barrierfree .setsubi_movie .movie_title {
    margin-bottom: 10px;
  }
}
#barrierfree .setsubi_movie .movie_title span {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 800;
  background-color: #fff;
  color: #004D9E;
  padding: 5px 10px;
}
@media screen and (max-width: 960px) {
  #barrierfree .setsubi_movie .movie_title span {
    margin-bottom: 5px;
    font-size: 4vw;
  }
}
#barrierfree .setsubi_movie .movie_title h3 {
  margin-bottom: 0;
}
#barrierfree .setsubi_movie .movie_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #barrierfree .setsubi_movie .movie_wrap {
    margin-top: 40px;
  }
}
#barrierfree .setsubi_movie .movie_wrap a {
  position: relative;
  transition: 0.3s;
}
#barrierfree .setsubi_movie .movie_wrap a:hover, #barrierfree .setsubi_movie .movie_wrap a:focus {
  opacity: 0.8;
}
#barrierfree .setsubi_movie .movie_wrap a::before, #barrierfree .setsubi_movie .movie_wrap a::after {
  content: "";
  font-family: inherit;
  font-size: 100%;
  position: absolute;
  z-index: 1;
}
#barrierfree .setsubi_movie .movie_wrap a::before {
  width: min(120px, 10vw);
  height: min(120px, 10vw);
  background-color: #000;
  color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 960px) {
  #barrierfree .setsubi_movie .movie_wrap a::before {
    width: 15vw;
    height: 15vw;
  }
}
#barrierfree .setsubi_movie .movie_wrap a::after {
  border-top: min(20px, 2vw) solid transparent;
  border-bottom: min(20px, 2vw) solid transparent;
  border-left: min(35px, 3vw) solid #fff;
  top: 50%;
  left: 50.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  #barrierfree .setsubi_movie .movie_wrap a::after {
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    border-left: 5vw solid #fff;
    left: 51%;
  }
}
#barrierfree .setsubi_movie .movie_wrap .note {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
#barrierfree .setsubi_movie .movie_wrap .note {
  font-size: 1.2rem;
}
}


.poscon .kodomo_contents .theme ol{
  margin-bottom: 60px;
  border-top: 2px solid #ef5900;
}
.poscon .kodomo_contents .theme ol>li{
  padding: 3.4rem 0;
  border-bottom: 2px solid #ef5900;
}
.poscon .kodomo_contents .theme ol>li dl{
  overflow: hidden;
}
.poscon .kodomo_contents .theme ol>li dl dt{
  width: calc(290px + 54px);
  padding-right: 54px;
  padding-left: 1.5em;
  float: left;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  color: #ef5900;
  text-align: left;
  font-size: 3.0rem;
  line-height: 1.3em;
}
.poscon .kodomo_contents .theme ol>li dl dt span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background: #ef5900;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.4rem;
}
.poscon .kodomo_contents .theme ol>li dl dd{
  margin-left: calc(290px + 54px);
  font-size: 2.0rem;
  line-height: 4.0rem;
  text-align: left;
}

.poscon .kodomo_contents .theme ol>li dl dd ul{
  margin-bottom: 50px;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li{
    margin-left: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a{
    position: relative;
    display: inline-block;
    text-decoration: underline;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a:before,
.poscon .kodomo_contents .theme ol>li dl dd ul li a:after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    transition: 0.3s;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a:before{
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    background-color: #000;
    color: transparent;
    border-radius: 50%;
    right: inherit;
    left: -34px;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a:after{
    right: inherit;
    left: -30px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    border-radius: 2px;
    display: inline-block;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a .cap{
    font-size: 1.4rem;
    display: inline-block;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a .icn{
  font-size: 1.3rem;
  background-color: #004D9E;
  color: #fff;
  padding: 1px 5px;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .poscon .kodomo_contents .theme ol{
    margin-bottom: 40px;
  }
  .poscon .kodomo_contents .theme ol>li{
    padding: 2.0rem 0;
  }
  .poscon .kodomo_contents .theme ol>li dl dt{
    margin-bottom: 0.5em;
    width: 100%;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  .poscon .kodomo_contents .theme ol>li dl dt span{
    font-size: 1.2rem;
  }
  .poscon .kodomo_contents .theme ol>li dl dd{
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

.poscon .kodomo_contents .theme ol>li dl dd ul{
  margin-bottom: 40px;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li{
    margin-left: 25px;
    margin-bottom: 30px;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a:before,
.poscon .kodomo_contents .theme ol>li dl dd ul li a:after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    transition: 0.3s;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a:before{
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    background-color: #000;
    color: transparent;
    border-radius: 50%;
    right: inherit;
    left: -24px;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a:after{
    right: inherit;
    left: -20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    border-radius: 2px;
    display: inline-block;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a .cap{
    font-size: 1.2rem;
    display: inline-block;
}
.poscon .kodomo_contents .theme ol>li dl dd ul li a .icn{
  font-size: 1.0rem;
  background-color: #004D9E;
  color: #fff;
  padding: 1px 5px;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
}
}


.poscon .kodomo_contents .theme .pdf_downloads{
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links{
  width: 100%;
  max-width: 596px;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links>li{
  margin-bottom: 36px;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn{
  padding: 24px 176px 24px 76px;
  display: block;
  background: #1397f1;
  border-radius: calc(130px / 2);
  position: relative;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn:after{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url(/kodomo/images/top/icon_btn_arrow.png) no-repeat center center / contain;
    position: absolute;
    top: calc(50% - 25px);
    right: 50px;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn span{
  display: block;
  text-align: left;
  line-height: 1.2;
  font-size: 3.1rem;
  font-weight: bold;
  color: #ffffff;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn span em{
    font-style: normal;
    display: inline-block;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn span small{
  display: inline-block;
  font-size: 65%;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn{
  padding-left: 40px;
  display: block;
  text-align: left;
  line-height: 1.5;
  font-size: 3.0rem;
  position: relative;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn:before,
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn:after{
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn:before{
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    background-color: #000;
    color: transparent;
    border-radius: 50%;
    top: 10px;
    left: 0;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn:after{
    top: 17px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    border-radius: 2px;
    display: inline-block;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn span{
  display: block;
  text-decoration: underline;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn small{
  display: block;
  font-size: 70%;
}


@media screen and (max-width: 960px) {

.poscon .kodomo_contents .theme .pdf_downloads{
  margin-bottom: 70px;
  display: block;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links{
  margin-bottom: 28px;
  width: 100%;
  max-width: auto;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links>li{
  margin-bottom: 15px;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn{
  padding: 12px 86px 12px 38px;
  border-radius: 33px;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn:after{
    width: 25px;
    height: 25px;
    display: block;
    top: calc(50% - 12px);
    right: 20px;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.large_btn span{
  line-height: 1.2;
  font-size: 1.5rem;
}

.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn{
  margin-left: 16px;
  padding-left: 22px;
  line-height: 1.5;
  font-size: 1.4rem;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn:before{
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
}
.poscon .kodomo_contents .theme .pdf_downloads ul.download_links a.simple_btn:after{
    top: 7px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
  
}

#column #main {
  background-image: linear-gradient(90deg, rgba(176, 220, 213, 0.3) 18%, rgba(160, 216, 239, 0.3));
}
#column #main .column-title {
  width: 870px;
  margin: auto;
  position: relative;
  padding-top: 190px;
  padding-bottom: 45px;
}
#column #main .column-title h1 {
  display: block;
  width: 652px;
  margin: auto;
}
#column #main .column-title h1 img {
  width: 100%;
}
#column #main .column-title p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  text-align: center;
  margin-top: 45px;
}
#column #main .column-title::before,
#column #main .column-title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}
#column #main .column-title::before {
  width: 90px;
  height: 193px;
  background-image: url("../../column/images/column-title-image1.png");
  left: 0;
}
#column #main .column-title::after {
  width: 99px;
  height: 190px;
  background-image: url("../../column/images/column-title-image2.png");
  right: 0;
}
#column #main .column-content {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
#column #main .column-content .quiz-set {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  box-sizing: border-box;
}
#column #main .column-content .quiz-set:nth-of-type(n+2) {
  margin-top: 40px;
}
#column #main .column-content .quiz-set .quiz-q {
  padding-right: 420px;
  position: relative;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-num {
  display: block;
  width: auto;
  height: 38px;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-num img {
  width: auto;
  height: 100%;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-text {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 700;
  margin-top: 14px;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-list {
  margin-top: 24px;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-list li {
  padding-left: 3.5rem;
  position: relative;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-list li .num {
  display: block;
  width: 2.2rem;
  height: fit-content;
  background-color: #075F68;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-list li .text {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-list li .text:hover {
  background-color: #FFD2C8;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-image {
  display: block;
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 5px;
  right: 0;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-image .quiz-q-image-text {
  display: block;
  width: 352px;
  background: url("../../column/images/quiz-image-text-bg.png") no-repeat center/100% 100%;
  padding: 12px 20px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-image img {
  display: block;
}
#column #main .column-content .quiz-set.q1 .quiz-q .quiz-q-image img {
  width: 284px;
  margin: auto;
}
#column #main .column-content .quiz-set.q2 .quiz-q .quiz-q-image img {
  width: 349px;
  margin: auto;
}
#column #main .column-content .quiz-set.q3 .quiz-q .quiz-q-image {
  width: 390px;
  right: -30px;
}
#column #main .column-content .quiz-set.q3 .quiz-q .quiz-q-image img {
  width: 390px;
  margin: 10px auto 0;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-btn {
  display: block;
  width: 215px;
  padding: 15px 10px 15px 0;
  background: #E94D2C;
  border: 3px solid #231815;
  border-radius: 25px;
  box-sizing: border-box;
  margin-top: 35px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../column/images/btn-icon.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
#column #main .column-content .quiz-set .quiz-q .quiz-q-btn:hover {
  opacity: 0.7;
}
#column #main .column-content .quiz-set.open .quiz-q .quiz-q-btn {
  background: #075F68;
  box-shadow: none;
  margin-top: 38px;
}
#column #main .column-content .quiz-set.open .quiz-q .quiz-q-btn::after {
  transform: rotate(180deg);
}
#column #main .column-content .quiz-set .quiz-a {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.8s cubic-bezier(0.48, 0.43, 0.48, 1.43);
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-inner {
  padding-top: 50px;
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-main {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding-top: 40px;
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #1A6169 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  position: absolute;
  top: 0;
  left: 0;
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-main .icon {
  display: block;
  width: auto;
  height: 60px;
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-main .icon img {
  width: auto;
  height: 100%;
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-main .num {
  display: block;
  width: 2.2rem;
  height: fit-content;
  background-color: #075F68;
  margin: 0 7px 0 13px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-main .text {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  background-color: #FFD2C8;
}
#column #main .column-content .quiz-set .quiz-a .quiz-a-sub {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin-top: 25px;
}

@media screen and (min-width: 961px) {
  #column #main .sp {
    display: none;
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-image img.sp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  #column #main .pc {
    display: none;
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-image img.pc {
    display: none;
  }
  #column #main .column-title {
    width: calc(350 / 375 * 100vw);
    padding-top: calc(85 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
  }
  #column #main .column-title h1 {
    width: calc(338 / 375 * 100vw);
  }
  #column #main .column-title p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  #column #main .column-title::before {
    width: calc(59 / 375 * 100vw);
    height: calc(129 / 375 * 100vw);
  }
  #column #main .column-title::after {
    width: calc(70 / 375 * 100vw);
    height: calc(128 / 375 * 100vw);
  }
  #column #main .column-content {
    width: calc(340 / 375 * 100vw);
    max-width: none;
  }
  #column #main .column-content .quiz-set {
    padding: calc(28 / 375 * 100vw) calc(20 / 375 * 100vw) calc(45 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set:nth-of-type(n+2) {
    margin-top: calc(20 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q {
    padding-right: 0;
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-num {
    height: calc(40 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-list {
    margin-top: calc(16 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-list li {
    padding-left: calc(28 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-list li .num {
    width: calc(18 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    top: calc(5 / 375 * 100vw);
    margin: 0;
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-list li .text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-list li .text:hover {
    background-color: transparent;
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-image {
    position: static;
    margin-top: calc(40 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-image .quiz-q-image-text {
    width: calc(300 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) calc(15 / 375 * 100vw) calc(25 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-image img {
    width: 100%;
  }
  #column #main .column-content .quiz-set.q1 .quiz-q .quiz-q-image img {
    width: 100%;
  }
  #column #main .column-content .quiz-set.q2 .quiz-q .quiz-q-image img {
    width: 100%;
  }
  #column #main .column-content .quiz-set.q3 .quiz-q .quiz-q-image {
    width: calc(314 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set.q3 .quiz-q .quiz-q-image img {
    width: 100%;
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-btn {
    width: calc(215 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) calc(10 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
    border: 2px solid #231815;
    border-radius: calc(25 / 375 * 100vw);
    margin: calc(35 / 375 * 100vw) auto 0;
    font-size: calc(14 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-q .quiz-q-btn::after {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    right: calc(30 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set.open .quiz-q .quiz-q-btn {
    margin-top: calc(38 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-a .quiz-a-inner {
    padding-top: calc(45 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-a .quiz-a-main {
    padding-top: calc(35 / 375 * 100vw);
    flex-wrap: wrap;
  }
  #column #main .column-content .quiz-set .quiz-a .quiz-a-main .icon {
    width: 100%;
    height: calc(43 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-a .quiz-a-main .num {
    width: calc(18 / 375 * 100vw);
    margin: 0 calc(10 / 375 * 100vw) 0 0;
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-a .quiz-a-main .text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
  #column #main .column-content .quiz-set .quiz-a .quiz-a-sub {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}