@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

b, strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

input::placeholder {
  color: #b0b0b0;
}

/* IE */
input:-ms-input-placeholder {
  color: #b0b0b0;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b0b0b0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.85;
}

* {
  box-sizing: border-box;
}

.under_link {
  text-decoration: underline;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}

.drawer--left .drawer-hamburger,
.drawer--right .drawer-hamburger {
  position: relative;
  width: 35px;
}

@media screen and (max-width: 640px) {
  .drawer--left .drawer-hamburger,
  .drawer--right .drawer-hamburger {
    width: 26px;
  }
}

.drawer-hamburger-icon {
  background-color: #000;
}

@media screen and (max-width: 834px) {
  .drawer-hamburger-icon {
    margin-top: auto;
  }
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-nav {
  width: 500px;
}

@media screen and (max-width: 640px) {
  .drawer-nav {
    width: 94%;
  }
}

.drawer--left .drawer-nav {
  left: -500px;
}

.drawer--right .drawer-nav {
  right: -500px;
}

@media screen and (max-width: 640px) {
  .drawer--right .drawer-nav {
    right: -94%;
  }
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.drawer-navbar .drawer-menu {
  position: absolute;
  width: 16.25rem;
  height: 1000px;
  overflow: scroll;
  background: #ccff99;
}

.no_contents {
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  #cookie-notice .cookie-notice-container {
    padding: 15px;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-text {
  vertical-align: top;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 900px) {
  #cookie-notice .cookie-notice-container #cn-notice-text {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 150px);
    font-size: 1.1rem;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-text .cn-privacy-policy-link {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  #cookie-notice .cookie-notice-container #cn-notice-buttons {
    display: inline-block;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button {
  width: 210px;
  text-align: left;
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: unset;
  padding: 12px 20px;
  position: relative;
}

@media screen and (max-width: 900px) {
  #cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button {
    width: 130px;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button::before {
  content: '';
  position: absolute;
  right: 22px;
  top: 18.5px;
  display: block;
  width: 11px;
  height: 2px;
  background: #000;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button::after {
  content: '';
  position: absolute;
  right: 22px;
  top: 15px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  #cookie-notice .cookie-notice-container .cn-close-icon {
    right: 5px;
  }
}

main {
  padding-top: 120px;
}

@media screen and (max-width: 834px) {
  main {
    padding-top: 60px;
  }
}

.pagination {
  display: none;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
}

.wrapper.no_bg {
  background-color: #fff;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.c-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999996;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 14px 30px;
  background-color: #fff;
  height: 120px;
  position: fixed;
}

@media screen and (max-width: 834px) {
  .c-header {
    height: 60px;
    padding: 0 15px;
  }
}

.c-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .c-header__inner {
    height: 100%;
  }
}

.c-header__logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 340px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .c-header__logo {
    width: 270px;
  }
}

@media screen and (max-width: 834px) {
  .c-header__logo {
    position: static;
    margin: 0;
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .c-header__logo {
    width: 150px;
  }
}

@media screen and (max-width: 360px) {
  .c-header__logo {
    width: 120px;
  }
}

.c-header__logo a {
  display: block;
}

.c-header__logo a img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  .c-header .btn-menu__left {
    display: none;
  }
}

.c-header .btn-menu__right {
  display: none;
}

@media screen and (max-width: 834px) {
  .c-header .btn-menu__right {
    display: block;
    padding: 0;
  }
}

.c-header__nav {
  background-color: #f2f2f2;
  padding: 0 70px;
}

@media screen and (max-width: 640px) {
  .c-header__nav {
    padding: 0 20px;
  }
}

.c-header__nav_inner .language {
  margin-top: 28px;
  text-align: right;
  font-size: 1.4rem;
  border: none;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .language {
    margin-top: 6px;
    text-align: left;
    padding: 20px 0 10px;
  }
}

.c-header__nav_inner .language span:first-child {
  border-right: 1px solid #b2b2b2;
  padding-right: 15px;
  margin-right: 15px;
}

.c-header__nav_inner .language a {
  display: inline;
  color: #a5a5a5;
}

.c-header__nav_inner .language a.active {
  color: #000;
}

.c-header__nav_inner .supporter {
  border: none;
  padding: 20px 0 10px;
}

.c-header__nav_inner .supporter .btn-supporter {
  width: 100%;
  margin-bottom: auto;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .supporter .btn-supporter {
    padding: 0 20px;
  }
}

.c-header__nav_inner .newsletter {
  border: none;
  padding: 0;
  padding-bottom: 20px;
}

.c-header__nav_inner .newsletter .btn-newsletter {
  width: 100%;
  margin-bottom: 20px;
  line-height: 44px;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .newsletter .btn-newsletter {
    padding: 0 20px;
  }
}

.c-header__nav_inner > ul {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner > ul {
    font-size: 1.6rem;
  }
}

.c-header__nav_inner > ul > li {
  border-top: 1px solid #d7d7d7;
  width: 360px;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner > ul > li {
    width: 100%;
  }
}

.c-header__nav_inner > ul > li a {
  display: block;
}

.c-header__nav_inner .dropdown-menu {
  display: none;
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  padding-left: 15px;
  margin-top: 20px;
}

.c-header__nav_inner .dropdown-menu .sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}

.c-header__nav_inner .dropdown {
  position: relative;
  cursor: pointer;
}

.c-header__nav_inner .dropdown::after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 8px;
  right: 20px;
}

.c-header__nav_inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 100px;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .sns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}

.c-header__nav_inner .sns a {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .c-header__nav_inner .sns a {
    margin-right: 0;
  }
}

.c-header__nav_inner .sns a img {
  width: 25px;
  height: 24px;
}

@media screen and (max-width: 834px) {
  .c-header__right .btn-supporter {
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .c-header__right .btn-supporter {
    width: 126px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 834px) {
  .c-header__right .btn-supporter::before {
    content: none;
  }
}

@media screen and (max-width: 834px) {
  .c-header__right .btn-supporter::after {
    content: none;
  }
}

.sec_slider {
  margin-bottom: 105px;
}

@media screen and (max-width: 640px) {
  .sec_slider {
    margin-bottom: 65px;
  }
}

.sec_slider a {
  display: block;
}

.sec_slider img {
  height: 890px;
}

@media screen and (max-width: 640px) {
  .sec_slider img {
    height: 440px;
    object-fit: cover;
  }
}

.sec_slider__txt {
  position: absolute;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, black 60%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 80px 0 50px;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt {
    padding: 60px 20px 30px;
  }
}

@media screen and (max-width: 640px) {
  .sec_slider__txt {
    padding: 60px 15px 40px;
  }
}

.sec_slider__txt__box {
  max-width: 1100px;
  margin: auto;
}

.sec_slider__txt__box_subttl {
  color: #0095b4;
  margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt__box_subttl {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .sec_slider__txt__box_subttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.sec_slider__txt__box_ttl {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt__box_ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.sec_slider__txt__box_text {
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .sec_slider__txt__box_text {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sec_slider__txt__box_text {
    display: none;
  }
}

.sec_slider__txt__box_date {
  font-size: 1.2rem;
  font-weight: normal;
}

.sec_slider .slide__container {
  margin-bottom: 20px;
}

.sec_slider .swiper-pagination {
  width: 100%;
  z-index: 1;
}

.sec_slider .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: #a7a7a7;
  border-radius: 0;
  margin: 6px;
}

.sec_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #0095b4;
}

.sec {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1100px;
}

.sec.last {
  margin-bottom: auto;
}

@media screen and (max-width: 1100px) {
  .sec {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .sec {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

.sec__ttl {
  color: #121212;
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec__ttl {
    font-size: 2.6rem;
  }
}

.sec__ttl_navi {
  display: inline-block;
  font-weight: normal;
  margin-left: 14px;
}

.sec__ttl_navi li {
  display: inline-block;
}

.sec__ttl_navi li a {
  font-size: 1.8rem;
  text-decoration: underline;
}

.sec__ttl_link {
  font-size: 1.8rem;
  text-decoration: underline;
  margin-left: 14px;
  font-weight: normal;
}

.container__inner_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .container__inner_col3 {
    display: block;
  }
}

.container__inner_col3 li {
  width: 31%;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .container__inner_col3 li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.container__inner_col3 li a {
  display: inline-block;
}

.container__inner_col3_img {
  max-height: 210px;
}

.container__inner_col3_img img {
  height: 210px;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_img img {
    height: 140px;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_img img {
    height: 210px;
  }
}

.container__inner_col3_text {
  padding: 25px 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_text {
    padding: 20px 14px;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_text {
    padding: 20px;
  }
}

.container__inner_col3_thema {
  color: #0095b4;
  font-size: 1.4rem;
  margin-bottom: 22px;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_thema {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_thema {
    margin-bottom: 20px;
  }
}

.container__inner_col3_ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .container__inner_col3_ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 710px) {
  .container__inner_col3_ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .container__inner_col3_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.container__inner_col3_date {
  font-size: 1.2rem;
  color: #333333;
  font-weight: normal;
}

.sec_exploration .sec__ttl {
  cursor: pointer;
}

.sec_exploration__inner {
  margin-bottom: 40px;
  background-color: #fff;
}

.sec_exploration__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 322px;
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner a {
    display: block;
    height: auto;
    margin-bottom: 30px;
  }
}

.sec_exploration__inner_img {
  max-width: 520px;
}

@media screen and (max-width: 1100px) {
  .sec_exploration__inner_img {
    max-width: 350px;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_img {
    max-width: 100%;
  }
}

.sec_exploration__inner_img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_img img {
    height: 210px;
  }
}

.sec_exploration__inner_text {
  width: calc(100% - 520px);
  padding: 42px 50px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1100px) {
  .sec_exploration__inner_text {
    width: 100%;
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_text {
    padding: 20px;
  }
}

.sec_exploration__inner_thema {
  color: #0095b4;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_thema {
    margin-bottom: 20px;
  }
}

.sec_exploration__inner_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .sec_exploration__inner_ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.sec_exploration__inner_txt {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

@media screen and (max-width: 710px) {
  .sec_exploration__inner_txt {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
  .sec_exploration__inner_txt {
    display: none;
  }
}

.sec_exploration__inner_date {
  font-size: 1.2rem;
  color: #333333;
  font-weight: normal;
}

.c-toppage {
  display: none;
  width: 45px;
  height: 45px;
  background-color: #00738f;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 9998;
}

@media screen and (max-width: 640px) {
  .c-toppage {
    bottom: 50px;
  }
}

.c-toppage::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("../img/common/top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-footer {
  padding-top: 100px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .c-footer {
    padding-top: 50px;
  }
}

.c-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px 35px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .c-footer__inner {
    display: block;
    padding: 0 15px 30px;
    margin-bottom: 30px;
  }
}

.c-footer__inner_left_logo {
  width: 210px;
}

@media screen and (max-width: 834px) {
  .c-footer__inner_left_logo {
    width: 190px;
  }
}

@media screen and (max-width: 710px) {
  .c-footer__inner_left_logo {
    width: 160px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__inner_left_logo {
    width: 150px;
    margin: auto;
  }
}

.c-footer__inner_left_logo a {
  display: block;
}

.c-footer__inner_right {
  margin-left: 124px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .c-footer__inner_right {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .c-footer__inner_right {
    margin-left: 70px;
  }
}

@media screen and (max-width: 710px) {
  .c-footer__inner_right {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__inner_right {
    display: none;
  }
}

.c-footer__inner_right .btn-supporter {
  margin-bottom: 40px;
  width: 360px;
  padding: 0 20px;
}

.c-footer__inner_right .btn-supporter::before {
  right: 22px;
}

.c-footer__inner_right .btn-supporter::after {
  right: 22px;
}

.c-footer__inner_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .c-footer__inner_right_list {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 710px) {
  .c-footer__inner_right_list {
    font-size: 1.4rem;
  }
}

.c-footer__inner_right_list > li {
  width: 30%;
}

.c-footer__inner_right_list > li h2 {
  margin-bottom: 30px;
}

.c-footer__inner_right_list > li ol {
  margin-left: 16px;
  margin-bottom: 5px;
}

.c-footer__inner_right_list > li ol li {
  margin-bottom: 25px;
}

.c-footer__inner_right_list > li:last-child {
  width: 40%;
}

.c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1100px) {
  .c-footer__bottom {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__bottom {
    display: block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_left {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_left p {
    margin-bottom: 10px;
  }
}

.c-footer__bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}

.c-footer__bottom_right img {
  width: 25px;
  height: 24px;
  margin-left: 35px;
}

@media screen and (max-width: 640px) {
  .c-footer__bottom_right img {
    margin-left: 0;
  }
}

.c-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  padding: 30px 63px 35px;
}

@media screen and (max-width: 640px) {
  .c-footer__copyright {
    padding: 20px 15px;
  }
}

.c-footer__copyright_logo {
  width: 146px;
}

.c-footer__copyright_text {
  font-size: 1rem;
  color: #717171;
}

.btn-supporter {
  background-color: #ffd905;
  line-height: 50px;
  display: block;
  width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 0 15px;
  position: relative;
  margin-bottom: 7px;
}

@media screen and (max-width: 1100px) {
  .btn-supporter {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .btn-supporter {
    margin-bottom: auto;
    line-height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .btn-supporter {
    width: 150px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

.btn-supporter::after {
  content: '';
  background-image: url(../img/common/right_bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 14px;
  top: 17px;
  display: block;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 834px) {
  .btn-supporter::after {
    top: 22px;
  }
}

.btn-newsletter {
  background-color: #0095b4;
  color: #fff;
  line-height: 34px;
  display: block;
  width: 260px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 0 15px;
  position: relative;
}

.btn-newsletter img {
  width: 12px;
  margin-right: 6px;
  vertical-align: baseline;
}

@media screen and (max-width: 1100px) {
  .btn-newsletter {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .btn-newsletter {
    display: none;
  }
}

.btn-newsletter::after {
  content: '';
  background-image: url(../img/common/right_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
}

.page_container {
  margin-top: 80px;
}

@media screen and (max-width: 1100px) {
  .page_container {
    padding: 0 20px;
  }
}

.page_container__ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .page_container__ttl {
    font-size: 2.6rem;
  }
}

.page_container__text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 30px;
}

/*------------------------------------------------------------
	Top
------------------------------------------------------------*/
.top {
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .top {
    padding-bottom: 60px;
  }
}

.top .sec_news__list {
  border-bottom: 1px solid #d7d7d7;
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .top .sec_news__list {
    display: block;
    padding: 20px 0;
    line-height: 1.6;
  }
}

.top .sec_news__list:nth-of-type(1) {
  border-top: 1px solid #d7d7d7;
}

.top .sec_news__list_ttl {
  margin-right: 30px;
  min-width: 165px;
}

@media screen and (max-width: 640px) {
  .top .sec_news__list_ttl {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}

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

@media screen and (max-width: 640px) {
  .top .sec_journalism__list {
    display: block;
  }
}

.top .sec_journalism__list li {
  width: 530px;
}

@media screen and (max-width: 1100px) {
  .top .sec_journalism__list li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec_journalism__list li {
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec_journalism__list li:first-child {
    margin-bottom: 20px;
  }
}

.top .sec_journalism__list li a {
  display: block;
}

/*------------------------------------------------------------
	Series
------------------------------------------------------------*/
.sec_series .container__inner_col3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec_series .container__inner_col3::after {
  content: "";
  display: block;
  width: 31%;
}

.sec_series .container__inner_col3 li {
  margin-bottom: 40px;
}

/*------------------------------------------------------------
	Exploration
------------------------------------------------------------*/
.exploration .sec_exploration__inner_text {
  padding: 60px 50px;
}

@media screen and (max-width: 1100px) {
  .exploration .sec_exploration__inner_text {
    padding: 40px;
  }
}

.exploration .sec_exploration__inner_thema {
  margin-bottom: 30px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1100px) {
  .exploration .sec_exploration__inner_thema {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .exploration .sec_exploration__inner_thema {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.exploration .sec_exploration__inner_txt {
  font-weight: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .exploration .sec_exploration__inner_txt {
    display: block;
  }
}

/*------------------------------------------------------------
	About
------------------------------------------------------------*/
.about {
  background-color: #f5f5f5;
}

.about .page_container {
  margin-top: auto;
  padding-top: 80px;
}

@media screen and (max-width: 640px) {
  .about .page_container {
    padding-top: 40px;
  }
}

.about .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
  .about .video {
    margin-bottom: 40px;
  }
}

.about .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about .sec_about:not(:last-child) {
  border-bottom: 40px solid #fff;
}

.about .sec_about__img {
  margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__img {
    margin-bottom: 40px;
  }
}

.about .sec_about__ttl {
  font-size: 3rem;
  margin: 60px 0 25px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .about .sec_about__ttl {
    font-size: 2.6rem;
    margin: 40px 0 30px;
  }
}

.about .sec_about .no_ttl {
  margin-top: 60px;
}

.about .sec_about__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1 {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.about .sec_about__box1__inline_ttl {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.about .sec_about__box1__inline_text {
  width: 520px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .about .sec_about__box1__inline_text {
    padding: 0 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_text {
    width: 100%;
    order: 2;
    padding: 0;
  }
}

.about .sec_about__box1__inline_text p:first-child {
  margin-bottom: 25px;
}

.about .sec_about__box1__inline_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_text dl {
    display: block;
  }
}

.about .sec_about__box1__inline_text dl dt {
  min-width: 70px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_text dl dt {
    margin-bottom: 15px;
  }
}

.about .sec_about__box1__inline_img {
  width: 520px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box1__inline_img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

.about .sec_about__box1__inline_img img {
  max-width: 100%;
}

.about .sec_about__box1__inline_txt {
  margin-bottom: 40px;
}

.about .sec_about__box1__archive {
  font-size: 1.4rem;
  line-height: 1.6;
}

.about .sec_about__box1__archive_ttl {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.about .sec_about__box1__archive_subttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 16px 0 17px;
}

.about .sec_about__box1__archive_pdf {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.about .sec_about__box2__inner {
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}

.about .sec_about__box2__inner_ttl {
  font-size: 2rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box2__inner_ttl {
    margin-bottom: 20px;
  }
}

.about .sec_about__box2__inner_text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.about .sec_about__box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box3 {
    display: block;
  }
}

.about .sec_about__box3__inline {
  width: 24%;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .about .sec_about__box3__inline {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .about .sec_about__box3__inline {
    width: 100%;
    margin-bottom: 40px;
  }
}

.about .sec_about__box3__inline_img {
  margin-bottom: 30px;
}

.about .sec_about__box3__inline_name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
}

.about .sec_about__box3__inline_position {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.about .sec_about__box3__inline_text {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box3__inline_text {
    font-size: 1.6rem;
  }
}

.about .sec_about__box3::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}

.about .sec_about__box3::after {
  content: "";
  display: block;
  width: 24%;
}

.about .sec_about__box4 {
  padding: 60px 0 100px;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box4 {
    padding: 40px 0 60px;
  }
}

.about .sec_about__box4__inline {
  margin-bottom: 50px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .about .sec_about__box4__inline:last-child {
    margin-bottom: auto;
  }
}

.about .sec_about__box4__inline_ttl {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about .sec_about__box4__inline_text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.about .sec_about__box4__inline_pdf {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*------------------------------------------------------------
	Single
------------------------------------------------------------*/
.single .sec_single {
  width: 100%;
  max-width: 720px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 720px) {
  .single .sec_single {
    padding: 0 15px;
    margin-bottom: 65px;
  }
}

.single .sec_single__top_thema {
  font-size: 1.8rem;
  color: #0095b4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 25px;
}

.single .sec_single__top_ttl {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .single .sec_single__top_ttl {
    font-size: 3.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
}

.single .sec_single__top_date {
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.single .sec_single__details {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

.single .sec_single__details blockquote {
  background-color: #fff;
  color: #0095b4;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 25px 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .single .sec_single__details blockquote {
    padding: 20px;
  }
}

.single .sec_single__details blockquote p {
  margin-bottom: 0;
}

.single .sec_single__details blockquote a {
  color: #0095b4;
  text-decoration: underline;
}

.single .sec_single__details h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .single .sec_single__details h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.single .sec_single__details h2::after {
  content: '';
  border-bottom: 2px solid #0095b4;
  width: 100%;
  display: block;
}

.single .sec_single__details h3 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.single .sec_single__details h4 {
  margin-bottom: 20px;
}

.single .sec_single__details p {
  text-indent: 1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.single .sec_single__details img {
  display: block;
  max-width: 100%;
  max-height: 630px;
  margin: 0 auto;
}

.single .sec_single__details li {
  list-style: none;
}

.single .sec_single__details .ImageArea {
  margin-bottom: 10px;
}

.single .sec_single__details .caption {
  font-size: 1.4rem;
  text-indent: 0;
}

.single .sec_single__details .iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.single .sec_single__details .iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.single .sec_single__details .pagination {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 22px;
}

.single .sec_single__details .pagination.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single .sec_single__details .pagination .page_prev {
  position: relative;
  padding-left: 30px;
}

.single .sec_single__details .pagination .page_prev::before {
  content: '';
  background-image: url(../img/single/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  left: 0;
}

.single .sec_single__details .pagination .page_next {
  position: relative;
  padding-right: 30px;
}

.single .sec_single__details .pagination .page_next::after {
  content: '';
  background-image: url(../img/single/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  width: 16px;
  top: 0;
  bottom: 0;
  right: 0;
}

.single .sec_single__details_themalist {
  text-indent: 0;
}

/*------------------------------------------------------------
	Support
------------------------------------------------------------*/
.support .sec_support__plan {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .support .sec_support__plan {
    padding: 30px 15px;
  }
}

.support .sec_support__plan_ttl1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}

.support .sec_support__plan_price h4 {
  font-size: 2.6rem;
  line-height: 1.6;
  position: relative;
  margin-bottom: 35px;
}

.support .sec_support__plan_price h4::after {
  content: '';
  border-bottom: 2px solid #0095b4;
  width: 100%;
  display: block;
}

.support .sec_support__plan_price h5 {
  font-size: 2rem;
  line-height: 1.6;
  color: #0095b4;
  margin-bottom: 20px;
}

.support .sec_support__plan_price p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.support .sec_support__plan_price form {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .support .sec_support__plan_price form {
    font-size: 1.6rem;
  }
}

.support .sec_support__plan_price form select {
  appearance: none;
  height: 50px;
  border: 1px solid #d2d2cc;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .support .sec_support__plan_price form select {
    font-size: 1.6rem;
  }
}

.support .sec_support__plan_price form .submit {
  color: #fff;
  background-color: #0095b4;
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 0 12px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .support .sec_support__plan_price form .submit {
    display: block;
    margin-top: 20px;
  }
}

.support .sec_support__plan_price form .submit:hover {
  opacity: 0.85;
}

.support .sec_support__qa {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.support .sec_support__qa_ttl {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 20px;
}

.support .sec_support__qa_top {
  margin-bottom: 45px;
}

.support .sec_support__qa_bottom dl {
  margin-bottom: 16px;
}

.support .support__form {
  padding: 60px 100px;
}

@media screen and (max-width: 950px) {
  .support .support__form {
    padding: 60px;
  }
}

@media screen and (max-width: 834px) {
  .support .support__form {
    padding: 30px 15px;
  }
}

.support .support__form_inner {
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
}

.support .support__form_inner tbody tr th {
  font-weight: bold;
  width: 240px;
  padding-bottom: 20px;
}

@media screen and (max-width: 950px) {
  .support .support__form_inner tbody tr th {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr th {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}

.support .support__form_inner tbody tr td {
  padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr td {
    display: block;
    width: 100%;
  }
}

.support .support__form_inner tbody tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr td ul {
    display: block;
  }
}

.support .support__form_inner tbody tr td ul li {
  width: 50%;
  margin: 10px 0;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr td ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
  }
}

.support .support__form_inner tbody tr td ul li .radio {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}

.support .support__form_inner tbody tr td ul li .radio::before {
  content: '';
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
}

.support .support__form_inner tbody tr td ul li .radio::after {
  content: '';
  background: #0095b4;
  border-radius: 50%;
  display: block;
  opacity: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 17px;
  height: 17px;
}

.support .support__form_inner tbody tr .name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .name_box {
    display: block;
  }
}

.support .support__form_inner tbody tr .name_box .name {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .name_box .name {
    width: 100%;
    margin-bottom: 15px;
  }
}

.support .support__form_inner tbody tr .address_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .address_box {
    display: block;
  }
}

.support .support__form_inner tbody tr .address_box .zip_code {
  width: 28%;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .address_box .zip_code {
    width: 100%;
    margin-bottom: 15px;
  }
}

.support .support__form_inner tbody tr .address_box .address {
  width: 68%;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner tbody tr .address_box .address {
    width: 100%;
  }
}

.support .support__form_inner input[type=radio] {
  display: none;
}

.support .support__form_inner input[type=radio]:checked + .radio::before {
  border-color: #000;
}

.support .support__form_inner input[type=radio]:checked + .radio::after {
  opacity: 1;
}

.support .support__form_inner input[type=text], .support .support__form_inner input[type=number], .support .support__form_inner input[type=email] {
  font-size: 1.8rem;
  width: 100%;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 25px;
}

@media screen and (max-width: 834px) {
  .support .support__form_inner input[type=text], .support .support__form_inner input[type=number], .support .support__form_inner input[type=email] {
    font-size: 16px;
  }
}

.support .support__form_inner input::placeholder {
  color: #999;
}

.support .support__form .plan_1 {
  display: none;
  margin-top: 30px;
}

.support .support__form .plan_box {
  display: none;
}

.support .support__form .btn-submit {
  background-color: #0095b4;
  color: #fff;
  line-height: 60px;
  display: block;
  width: 360px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  margin: auto;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .support .support__form .btn-submit {
    width: 100%;
  }
}

.support .support__form .btn-submit:disabled {
  background-color: #ccc;
}

.support .support__form .btn-submit::after {
  content: '';
  background-image: url(../img/common/right_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}

@media screen and (min-width: 481px) {
  .tmodal_dialog {
    top: 120px !important;
  }
}

@media screen and (max-width: 480px) {
  .tmodal_dialog {
    top: 120px !important;
  }
}

/*------------------------------------------------------------
	School
------------------------------------------------------------*/
.school .sec_school .top_img {
  margin-bottom: 30px;
}

.school .sec_school__text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.school .sec_school__inner_text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.school .sec_school .last {
  padding-bottom: 60px;
}
