@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype"); }
/*==============================*/
/*中央ぞろえ 
==================================================*/
/*矢印
==================================================*/
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.header {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  padding: 11px 0; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  width: calc(1200px + 20px);
  margin: 0 auto;
  max-width: 100%; }

.header-logo .logo-link {
  display: flex;
  align-items: center; }

.logo .logo-text {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-left: 20px;
  margin-top: 5px; }

.btnMenu {
  background: none;
  height: 35px;
  width: 50px;
  position: relative;
  right: 11px;
  display: none; }
  .btnMenu span:not(.btnMenu-text) {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #FF8900;
    left: calc(50% - 12px);
    top: 17px; }
    .btnMenu span:not(.btnMenu-text):nth-child(2) {
      top: 23px; }
    .btnMenu span:not(.btnMenu-text):nth-child(3) {
      top: 29px; }
  .btnMenu .btnMenu-text {
    font-size: 11px;
    font-weight: bold;
    margin-top: 20px;
    display: block; }

.header-menu {
  position: absolute;
  right: 0;
  top: 0; }
  .header-menu .gNav-list {
    display: flex;
    align-items: center; }
  .header-menu .gNav-list-item {
    margin-left: 40px;
    position: relative; }
    .header-menu .gNav-list-item a {
      display: block;
      padding: 22px 0 22px 23px; }
      .header-menu .gNav-list-item a:hover {
        opacity: .6; }
  .header-menu .gNav-list-item:not(.gNav-list-entry)::before {
    content: "" !important;
    display: block;
    position: absolute;
    width: 8px;
    height: 13px;
    background: url(../img/common/arrow/arrow-orange-right.svg) no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .header-menu .gNav-list-entry {
    margin-left: 30px; }
    .header-menu .gNav-list-entry::before {
      content: "" !important;
      display: block;
      position: absolute;
      width: 8px;
      height: 13px;
      background: url(../img/common/arrow/arrow-white-right.svg) no-repeat;
      background-size: cover;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      right: 9px; }
    .header-menu .gNav-list-entry a {
      background: #1588EB;
      color: #fff;
      width: 147px;
      text-align: center;
      padding: 22px 0 22px; }
    .header-menu .gNav-list-entry .icon_blank_02::after {
      right: 27px; }

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .header-menu .gNav-list-item a {
    font-size: 1.3333vw; }

  .header-logo img {
    width: 43%; }
  .header-logo .logo-text {
    font-size: 1.5vw; } }
@media print, screen and (max-width: 1024px) {
  .header-menu {
    opacity: 0;
    visibility: hidden; }

  .btnMenu {
    display: block !important; } }
@media print, screen and (max-width: 1024px) {
  .header {
    position: relative;
    overflow: inherit; }

  .header-inner {
    padding-left: 15px; }

  .header-logo img {
    width: 120px; }
  .header-logo .logo-text {
    font-size: 14px;
    margin-left: 9px; }

  .btnMenu {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 70px;
    right: 0; }

  .header-menu {
    height: auto;
    background: #F8F8F8;
    top: 56px;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 999; }
    .header-menu .gNav-list {
      display: block; }
    .header-menu .gNav-list-item {
      margin-left: 0; }
      .header-menu .gNav-list-item::before {
        left: inherit;
        right: 30px; }
      .header-menu .gNav-list-item:not(.gNav-list-entry)::before {
        content: "" !important;
        display: block;
        position: absolute;
        width: 8px;
        height: 13px;
        background: url(../img/common/arrow/arrow-red-right.svg) no-repeat;
        background-size: cover;
        right: 30px;
        left: inherit; }
      .header-menu .gNav-list-item a {
        padding: 20px 30px;
        font-size: 16px; }
    .header-menu .gNav-list-entry {
      margin-left: 0; }
      .header-menu .gNav-list-entry::before {
        right: 30px; }
      .header-menu .gNav-list-entry .icon_blank_02 {
        padding: 20px 30px;
        width: 100%;
        text-align: left; }
        .header-menu .gNav-list-entry .icon_blank_02::after {
          right: 0; }
    .header-menu .icon-blank::after {
      position: inherit;
      display: inline-block !important;
      margin-left: 5px; } }
/*アニメーション*/
/*==========================================*/
@media only screen and (max-width: 1024px) {
  .btnMenu span {
    transition: .3s all; }

  .btnMenu.is-active {
    background: #FF8900; }
    .btnMenu.is-active span:not(.btnMenu-text) {
      background: #fff; }
    .btnMenu.is-active .btnMenu-text {
      color: #fff; }

  .btnMenu.is-active span:not(.btnMenu-text):nth-child(1) {
    transform: rotate(45deg);
    top: 23px; }

  .btnMenu.is-active span:not(.btnMenu-text):nth-child(2) {
    left: 50px;
    opacity: 0; }

  .btnMenu.is-active span:not(.btnMenu-text):nth-child(3) {
    transform: rotate(-45deg);
    top: 23px; }

  .header-menu.is-active {
    opacity: 1;
    visibility: inherit; } }
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  margin: 0;
  border: none; }
  .footer .footer-inner {
    padding: 0 20px;
    width: calc(1100px + 40px);
    margin: 0 auto;
    max-width: 100%; }
  .footer .footer-top {
    text-align: center;
    padding: 48px 0;
    background: #fff; }
    .footer .footer-top .footer-top-link {
      margin-top: 20px; }
    .footer .footer-top .icon-blank {
      font-size: 14px;
      font-weight: 500; }
  .footer .footer-bottom {
    padding: 17px 0;
    background: #000; }
    .footer .footer-bottom .footer-inner {
      display: flex;
      justify-content: space-between; }
    .footer .footer-bottom .footer-list {
      display: flex; }
      .footer .footer-bottom .footer-list .footer-list-item {
        margin-right: 80px; }
    .footer .footer-bottom a,
    .footer .footer-bottom .copyright {
      color: #fff;
      font-size: 14px; }
    .footer .footer-bottom a:hover {
      opacity: .6;
      text-decoration: none; }

@media print, screen and (max-width: 1024px) {
  .footer .footer-top {
    padding: 30px 0 47px; }
    .footer .footer-top .footer-top-link {
      margin-top: 12px; }
  .footer .footer-logo img {
    width: 147px; }
  .footer .footer-bottom {
    padding: 20px 0 10px; }
    .footer .footer-bottom .footer-inner {
      display: block; }
    .footer .footer-bottom .footer-list {
      margin-bottom: 22px;
      display: block; }
      .footer .footer-bottom .footer-list .footer-list-item {
        margin: 0; }
        .footer .footer-bottom .footer-list .footer-list-item + .footer-list-item {
          margin-top: 20px; }
    .footer .footer-bottom .footer-copyright {
      text-align: center;
      padding: 8px 0 0; }
      .footer .footer-bottom .footer-copyright .copyright {
        font-size: 12px; } }
body {
  min-width: inherit;
  font-family: 'Noto Sans CJK JP Subset'; }

main {
  display: block; }

img {
  max-width: 100%; }

h2::after {
  content: none; }

.inner {
  width: 1200px;
  padding: 0 0 60px 0;
  position: relative; }
  .inner::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: #fff; }

.intern_special_top main {
  background: url("../img/common/bg/bg-star.svg");
  background-repeat: repeat; }

.liberal main,
.science main {
  padding-top: 30px;
  position: relative;
  display: block; }
  .liberal main::before,
  .science main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
.liberal section,
.science section {
  padding-left: 20px;
  padding-right: 20px; }

.liberal main::before {
  background: url(../img/common/bg/bg-liberal.svg); }

.science main::before {
  background: url("../img/common/bg/bg-science.svg"); }

.autumn main::before {
  background: url("../img/common/bg/bg-star.svg"); }

@media print, screen and (min-width: 768px) {
  .inner {
    max-width: 100%; }
    .inner::before {
      border: 5px solid #E2E2E2;
      width: 100%;
      height: calc(100% - 42px);
      top: 42px; } }
@media print, screen and (max-width: 767px) {
  section {
    margin-bottom: 70px; }
    section p,
    section th,
    section td,
    section dt,
    section dd {
      font-size: 16px; }

  .inner {
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px 50px 20px; }
    .inner::before {
      border-bottom: 2px solid #E2E2E2;
      width: 100vw;
      height: 100%;
      bottom: 0; } }
.section-ttl {
  width: 78%;
  max-width: 100%;
  padding: 18px 20px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  font-size: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1; }
  .section-ttl::before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    background: #FF8900;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: skewX(-25deg) translateX(-50%);
    box-shadow: 10px 10px 0 0 #FFDEAF; }

@media print, screen and (max-width: 767px) {
  .section-ttl {
    font-size: 20px;
    width: 100%;
    padding: 15px 7.14%;
    line-height: 1.5;
    margin-bottom: 24px; }
    .section-ttl::before {
      width: calc(100% - 20px);
      transform: skewX(-15deg) translateX(-50%);
      box-shadow: 5px 5px 0 0 #FFDEAF; }
    .section-ttl::after {
      content: "";
      width: 100vw;
      left: -20px;
      z-index: -2;
      border: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #E2E2E2;
      padding: 0 0 3px; } }
.icon-blank,
.icon_blank_02 {
  position: relative;
  padding-right: 17px !important; }
  .icon-blank::after,
  .icon_blank_02::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 9px;
    height: 7px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.icon-blank::after {
  background: url("../img/common/icon/icon-blank-01.svg") no-repeat;
  background-size: 100%; }

.icon_blank_02::after {
  background: url("../img/common/icon/icon-blank-02.svg") no-repeat;
  background-size: 100%; }

.arrow-right.arrow-red {
  position: relative; }
  .arrow-right.arrow-red::before {
    content: "" !important;
    display: block;
    position: absolute;
    width: 8px;
    height: 13px;
    background: url(../img/common/arrow/arrow-red-right.svg) no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%); }

.arrow-right.arrow-gray {
  position: relative; }
  .arrow-right.arrow-gray::before {
    content: "" !important;
    display: block;
    position: absolute;
    width: 8px;
    height: 13px;
    background: url(../img/common/arrow/arrow-gray-right.svg) no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%); }

.btn {
  display: block;
  border: 3px solid #E2E2E2;
  text-align: center;
  padding: 8px 0;
  color: #000;
  position: relative; }

.btn_blue {
  background: #1588EB !important;
  color: #fff; }

.btn_orange {
  background: #FF8800 !important;
  color: #fff; }

@media screen and (max-width: 767px) {
  .btn {
    padding: 19px 0; } }
.list .list-item {
  font-size: 20px;
  line-height: 2;
  position: relative;
  padding-left: 17px; }
  .list .list-item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
    background: #FF8900; }
  .list .list-item + .list-item {
    margin-top: 20px; }
  .list .list-item a {
    font-size: 20px; }

@media screen and (max-width: 767px) {
  .list .list-item {
    font-size: 16px;
    line-height: 1.875; }
    .list .list-item::before {
      top: 13px; }
    .list .list-item + .list-item {
      margin-top: 16px; } }
@media screen and (min-width: 768px) {
  .row {
    display: flex; }

  .row-col2 {
    justify-content: space-between; }
    .row-col2 .col {
      width: calc((100% - 40px) / 2); } }
@media screen and (max-width: 767px) {
  .col {
    margin-bottom: 50px; }

  .col-figure {
    width: 100% !important; }
    .col-figure img {
      width: 100% !important; } }
.label {
  background: #DC000C;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  padding: 1px 20px;
  font-weight: 700; }

.label-gray {
  background: #898989; }

.label-liberal,
.label-science {
  position: relative;
  width: 84px; }
  .label-liberal::before, .label-liberal::after,
  .label-science::before,
  .label-science::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.label-liberal {
  background: #FF8900;
  padding: 1px 25px; }
  .label-liberal::before, .label-liberal::after {
    background: url("../img/common/icon/icon-liberal-01.svg") no-repeat;
    background-size: 100%;
    width: 12px;
    height: 16px; }
  .label-liberal::before {
    left: 7px; }
  .label-liberal::after {
    right: 7px; }

.label-science {
  background: #FF8900; }
  .label-science::before, .label-science::after {
    background: url("../img/common/icon/icon-science-01.svg") no-repeat;
    background-size: 100%;
    width: 17px;
    height: 17px; }
  .label-science::before {
    left: 5px; }
  .label-science::after {
    right: 5px; }

@media print, screen and (max-width: 767px) {
  .label {
    padding: 4px 11px; }

  .label-liberal,
  .label-science {
    padding: 4px 26px;
    width: auto; } }
.btn-white {
  background: #fff !important;
  color: #000 !important; }

.font-weight-bold {
  font-weight: bold; }

.text-red {
  color: #DC000C; }

.text-line {
  position: relative;
  padding-bottom: 3px; }
  .text-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0; }

.text-line-y::before {
  background: #FFF500; }

.text-nowrap {
  white-space: nowrap; }

.align-right {
  text-align: right !important; }

.text-caution {
  position: relative;
  padding-left: 1em; }
  .text-caution::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px; }

.text-indent {
  text-indent: 1em; }

.mb30 {
  margin-bottom: 30px !important; }

@media print, screen and (max-width: 767px) {
  .text-line::before {
    height: 3px; } }
.star {
  font-size: 20px;
  color: #FF8900; }
  .star .star-no {
    color: #FFDEAF; }

.pagetop {
  width: 60px;
  height: 60px;
  background: #FF8900;
  position: fixed;
  right: 20px !important;
  bottom: 50px !important; }
  .pagetop .pagetop-corner {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    position: relative; }
    .pagetop .pagetop-corner::before {
      content: "" !important;
      display: block;
      position: absolute;
      width: 22px;
      height: 13px;
      background: url(../img/common/arrow/arrow-white-top.svg) no-repeat;
      background-size: cover;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media print, screen and (max-width: 767px) {
  #pagetop {
    width: 50px;
    height: 50px; }
    #pagetop .pagetop-corner {
      width: 50px;
      height: 50px; } }
