@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #faf7be;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #233977;
  background-color: #fff;
  background-image: radial-gradient(#fbf6a6 20%, transparent 20%), radial-gradient(#fbf6a6 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

a {
  display: block;
  color: #233977;
}

section,
main,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(720 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1200 * 100vw);
  }
  .wrapper {
    font-size: 2.2rem;
  }
  .wrapper a {
    transition: 0.3s ease;
  }
  .inner {
    width: 100%;
    max-width: 1200px !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.bg_deco {
  position: relative;
}
.bg_deco::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 32.1rem;
  height: 100%;
  background: url(../images/common/img_deco_l-sp.png) repeat-y top left/100% auto;
}
.bg_deco::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 32.1rem;
  height: 100%;
  background: url(../images/common/img_deco_r-sp.png) repeat-y top right/100% auto;
}

.sec_ttl {
  margin: 0 auto 6.6rem;
  width: 37.5rem;
}

.btn1 {
  margin: 0 auto;
  width: 42rem;
  border-radius: 2rem;
  box-shadow: 0.5em 0.5em 0 #fff;
}
.btn1 a {
  position: relative;
  padding: 10% 0;
  text-align: center;
  font-size: 115%;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #e72717;
  background-image: repeating-linear-gradient(to top, #ef4e2e, #ef4e2e 1px, transparent 1px, transparent);
  background-size: 2px 2px;
  box-shadow: 0.16em 0.16em 0 #a81101;
  border-radius: 2rem;
}
.btn1 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 7.1428571429%;
  width: 5.4761904762%;
  padding-top: 8.3333333333%;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .bg_deco::before {
    margin-left: calc(50vw - 78rem);
    width: 32.7rem;
    background-image: url(../images/common/img_deco_l-pc.png);
  }
  .bg_deco::after {
    margin-right: calc(50vw - 78rem);
    width: 32.7rem;
    background-image: url(../images/common/img_deco_r-pc.png);
  }
  .sec_ttl {
    margin-bottom: 5rem;
    width: 26.3rem;
  }
  .btn1 {
    width: 30rem;
  }
  .btn1 a {
    font-size: 100%;
  }
  .btn1 a:hover {
    background-color: #4163c1;
    background-image: repeating-linear-gradient(to top, #314ab1, #314ab1 1px, transparent 1px, transparent);
    background-size: 2px 2px;
    box-shadow: 0.16em 0.16em 0 #092791;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header {
  padding: 3.5rem 0 6rem;
  background: url(../images/common/bg_pattern1.jpg) repeat center/25rem auto;
}
.header::before, .header::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #f8f4a5;
  background-image: repeating-linear-gradient(to right, #f1e94b, #f1e94b 0.2rem, transparent 0.2rem, transparent);
  background-size: 0.5rem 0.5rem;
}
.header::after {
  top: auto;
  bottom: 0;
}

.submv {
  margin-bottom: 5.8rem;
}
.submv h1 {
  margin: 0 auto;
  width: 34.8rem;
}
.submv_onair {
  margin: -0.2rem auto 0;
  width: 52.1rem;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.nav_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60rem;
}
.nav_menu li {
  margin-bottom: 3rem;
  width: 29rem;
  border-radius: 2rem;
  box-shadow: 0.5em 0.5em 0 #fff;
}
.nav_menu li a {
  padding: 3.5rem 0;
  background-color: #e72717;
  background-image: repeating-linear-gradient(to top, #ef4e2e, #ef4e2e 1px, transparent 1px, transparent);
  background-size: 2px 2px;
  box-shadow: 0.16em 0.16em 0 #a81101;
  border-radius: 2rem;
}
.nav_menu li a img {
  margin: auto;
  width: 20rem;
}

.nav_sns {
  position: relative;
  margin-left: 2rem;
}
.nav_sns li {
  margin-bottom: 1.5rem;
  border-radius: 50%;
  box-shadow: 1rem 1rem 0 #fff;
}
.nav_sns li:last-child {
  margin-bottom: 0;
}
.nav_sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.6rem;
  height: 7.6rem;
  background-color: #1c96d0;
  background-image: repeating-linear-gradient(to top, #8fdff9, #8fdff9 1px, transparent 1px, transparent);
  background-size: 2px 2px;
  box-shadow: 0.16em 0.16em 0 #1386b7;
  border-radius: 50%;
}
.nav_sns li a img {
  width: 3.8rem;
}
.nav_sns li .line_open {
  position: absolute;
  left: inherit;
  right: -0.8rem;
  top: inherit;
  bottom: -13.2rem;
  display: block;
  width: 31.5rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 2.7rem 0 7rem;
    background-size: 15rem auto;
  }
  .submv {
    margin-bottom: 3rem;
  }
  .submv h1 {
    width: 29.4rem;
  }
  .submv_onair {
    width: 32.2rem;
  }
  .nav {
    align-items: center;
  }
  .nav_menu {
    justify-content: space-between;
    width: 92rem;
  }
  .nav_menu li {
    margin-bottom: 0;
    width: 21rem;
    border-radius: 1rem;
  }
  .nav_menu li a {
    padding: 1.5rem 0;
    border-radius: 1rem;
  }
  .nav_menu li a:hover {
    background-color: #4163c1;
    background-image: repeating-linear-gradient(to top, #314ab1, #314ab1 1px, transparent 1px, transparent);
    background-size: 2px 2px;
    box-shadow: 0.16em 0.16em 0 #092791;
  }
  .nav_menu li a img {
    width: 13rem;
  }
  .nav_sns {
    display: flex;
    justify-content: space-between;
    margin-left: 2.8rem;
    width: 18.7rem;
  }
  .nav_sns li {
    margin: 0;
    box-shadow: 1rem 1rem 0 #fff;
  }
  .nav_sns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.3rem;
    height: 5.3rem;
  }
  .nav_sns li a:hover {
    background-color: #4163c1;
    background-image: repeating-linear-gradient(to top, #314ab1, #314ab1 1px, transparent 1px, transparent);
    background-size: 2px 2px;
    box-shadow: 0.16em 0.16em 0 #092791;
  }
  .nav_sns li a img {
    width: 2.4rem;
  }
  .nav_sns li .line_open {
    left: 0;
    right: inherit;
    top: -7.5rem;
    bottom: inherit;
    width: 19.6rem;
  }
}
/* =====================================================================
    theme
======================================================================*/
.theme_list {
  margin: 0 auto 7rem;
  width: calc(630 / 720 * 100%);
  line-height: 1.4;
}
.theme_list dt {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.3em 1.8em;
  font-size: 85%;
  color: #fff;
  background: #4163c1;
  border-radius: 2em;
}
.theme_list dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background-color: #fff100;
  border-radius: 50%;
}
.theme_list dd {
  margin-bottom: 2em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .theme_list {
    margin: 0 auto 6rem;
    width: calc(580 / 1200 * 100%);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner_list li {
  margin-bottom: 4rem;
  width: calc(486 / 720 * 100%);
}
.banner_list li:last-child {
  margin-bottom: 0;
}
.banner_list li a {
  box-shadow: 0.2rem 0.2rem 1rem rgba(84, 84, 84, 0.4);
}

@media screen and (min-width: 768px) {
  .banner_list li {
    width: calc(340 / 1200 * 100%);
  }
  .banner_list li a:hover {
    transform: scale(1.07);
  }
}
/* =====================================================================
    recruitment
======================================================================*/
.recruitment_wrap {
  padding: 9rem 0 13rem;
  background: url(../images/common/bg_pattern3.jpg) repeat center/24rem auto;
}
.recruitment_wrap::before, .recruitment_wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #f8f4a5;
  background-image: repeating-linear-gradient(to right, #f1e94b, #f1e94b 0.2rem, transparent 0.2rem, transparent);
  background-size: 0.5rem 0.5rem;
}
.recruitment_wrap::after {
  top: auto;
  bottom: 0;
}

.entry_list {
  margin: 0 auto;
  padding-bottom: 4rem;
  width: calc(630 / 720 * 100%);
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.entry_list:not(:last-child) {
  margin-bottom: 5rem;
}

.entry_ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 2rem 4rem 2rem 7rem;
  font-weight: 700;
  line-height: 1.538;
  color: #fff;
  background: #4163c1;
}
.entry_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background-color: #fff100;
  border-radius: 50%;
}

.entry_txt {
  margin-bottom: 4rem;
  padding: 0 4rem;
  line-height: 1.538;
}

@media screen and (min-width: 768px) {
  .recruitment_wrap {
    padding: 10rem 0 12rem;
  }
  .entry_list {
    width: calc(800 / 1200 * 100%);
  }
  .entry_ttl {
    padding: 2rem 10rem 2rem 12.5rem;
  }
  .entry_ttl::before {
    left: 10rem;
  }
  .entry_txt {
    margin-bottom: 5rem;
    padding: 0 10rem;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 12rem 0;
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.popup_area {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(77, 73, 53, 0.93);
}

.popup_inner {
  position: relative;
  margin: auto;
  align-self: flex-start;
  padding: 8em 0;
  width: calc(630 / 750 * 100%);
}

.popup_close {
  position: absolute;
  top: 3em;
  right: -0.2em;
  width: 4.19em;
  height: 4.34em;
  z-index: 3;
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 6.3492063492%;
  background: #fff;
  border: 1rem solid #c0edfc;
  border-radius: 2rem;
  z-index: 2;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #fbf692;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: calc(800 / 1200 * 100%);
    max-width: 800px;
  }
  .popup_close {
    cursor: pointer;
  }
  .popup_close2 {
    width: 50rem;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #e72717;
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .nextstory_movie_photo img,
  .story_movie_photo img,
  .news_list_photo img,
  .story_txt_list_photo img,
  .bucknumber_list img,
  .topics_photo img,
  .chart_btn_img,
  .chart_photo img {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */
