@charset "UTF-8";
/**
 * for Staycation
 * @date 9 Dec 2021
 */
* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #222;
  font-size: 1.7rem;
  letter-spacing: 0.1em; }

.site_name {
  position: relative;
  z-index: 2;
  font-size: 2.7rem;
  display: flex;
  text-align: left;
  line-height: 1.1;
  max-width: 1132px;
  margin: 0 auto; }
  .site_name svg {
    height: 43px;
    margin-right: 10px; }
  .site_name small {
    font-size: 1.3rem;
    display: block;
    padding-top: 1px; }

h2 {
  font-size: 4.8rem;
  margin: 0;
  text-align: center;
  position: relative;
  font-weight: 200;
  letter-spacing: 0.1em; }

a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s; }

p {
  margin-top: 20px; }

ul {
  padding: 0;
  list-style: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.visible_sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem; }

  .site_name {
    padding-left: 5%; }

  h2 {
    font-size: 3.2rem; }

  .visible_pc {
    display: none !important; }

  .visible_sp {
    display: block !important; } }
/*========================*/
#header {
  width: 100%;
  text-align: center;
  padding-top: 17px;
  position: relative; }
  #header .mv_catch {
    position: absolute;
    z-index: 2;
    font-size: 3vw;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #014094; }
  #header .slider_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  #header .slider .slider_item {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #header .slider .slider_01 {
    background-image: url("../images/mv_01.jpg"); }
  #header .slider .slider_02 {
    background-image: url("../images/mv_02.jpg"); }
  #header .slider .slider_03 {
    background-image: url("../images/mv_03.jpg"); }

.home #header {
  height: 80vh; }

section {
  max-width: 1132px;
  padding: 0;
  margin: 0 auto; }

#footer {
  background: #6bd0e8;
  color: #fff;
  padding: 60px 5% 95px; }
  #footer .inner {
    max-width: 1132px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 47px; }
    #footer .inner .footer_logo {
      font-size: 1.5rem;
      font-weight: 200;
      letter-spacing: .1em;
      margin-right: auto; }
    #footer .inner .footer_summary {
      text-align: right;
      font-size: 2.5rem; }
      #footer .inner .footer_summary .copyright {
        font-size: 1.5rem;
        font-weight: 200;
        display: block; }
        #footer .inner .footer_summary .copyright span {
          font-size: 2.6rem;
          transform: translateY(5px);
          display: inline-block; }

@media screen and (max-width: 768px) {
  #header .mv_catch {
    font-size: 5vw; }

  #footer {
    padding-top: 80px; }
    #footer .inner {
      flex-wrap: wrap;
      padding: 0 10px; }
      #footer .inner .footer_logo {
        width: 100%;
        margin-bottom: 2em;
        font-size: 1.4rem;
        letter-spacing: 0; }
      #footer .inner .footer_summary {
        text-align: left; }
    #footer .copyright {
      text-align: center;
      font-size: 1rem; } }
#academics {
  background: url("../images/academics_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 52px 0 100px; }
  #academics h2 {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
    #academics h2::before, #academics h2::after {
      content: "";
      height: 1px;
      flex-grow: 1;
      background-color: #fff; }
    #academics h2::before {
      margin-right: 3rem; }
    #academics h2::after {
      margin-left: 3rem; }
  #academics .sub_ttl {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 200; }
  #academics ul {
    display: flex;
    justify-content: space-between;
    line-height: 2em;
    gap: 6px; }
  #academics li {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px; }
    #academics li .card_add {
      font-size: 1.4rem;
      letter-spacing: 0;
      line-height: 1.4;
      padding: 5px 30px;
      position: relative;
      margin-bottom: 1em; }
      #academics li .card_add::before {
        content: "";
        position: absolute;
        left: 30px;
        top: 0;
        width: calc(100% - 60px);
        height: 1px;
        background: #000; }
      #academics li .card_add p {
        margin-top: 1em; }
    #academics li .btn {
      text-align: center;
      width: calc(100% - 60px);
      margin: auto auto 0;
      background: #014094;
      color: #fff;
      font-size: 1.8rem;
      line-height: 56px;
      display: block; }
      #academics li .btn:hover {
        background: #3b73be; }

.card_content {
  padding: 0px 30px 1em;
  font-size: 1.6rem;
  letter-spacing: 0; }

@media screen and (min-width: 769px) {
  .card_content {
    height: 10.5em; } }
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #academics section {
    padding: 0 5%; }

  .card_content {
    height: 13em; } }
@media screen and (max-width: 768px) {
  #academics section {
    padding: 0 5%; }
  #academics ul {
    flex-wrap: wrap;
    gap: 30px; }
    #academics ul li {
      width: 100%; } }
#information {
  padding: 100px 5%; }
  #information h2 {
    color: #014094; }
    #information h2::before {
      content: "";
      width: 62px;
      height: 1px;
      background: #014094;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%); }
  #information .year {
    text-align: center;
    font-size: 3rem;
    margin-top: 40px;
    margin-bottom: 1.5em;
    font-weight: 200; }
  #information h3 {
    background: #74787c;
    color: #fff;
    font-weight: 200;
    font-size: 2rem;
    line-height: 42px;
    padding: 0 20px 0 33px;
    position: relative; }
    #information h3::before {
      position: absolute;
      content: "";
      width: 16px;
      height: 5px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  #information section {
    max-width: 1132px;
    margin: 0 auto; }
    #information section .inner {
      display: flex;
      justify-content: space-between;
      gap: 32px; }
      #information section .inner dd {
        padding: 1em; }
        #information section .inner dd li {
          margin-bottom: 5px;
          list-style-type: disc;
          margin-left: 2em; }
          #information section .inner dd li a {
            position: relative;
            display: inline-block;
            text-decoration: none; }
            #information section .inner dd li a::before {
              position: absolute;
              bottom: -2px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #111;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .4s; }
            #information section .inner dd li a:hover::before {
              transform-origin: left top;
              transform: scale(1, 1); }
            #information section .inner dd li a::after {
              position: absolute;
              bottom: -2px;
              right: -25px;
              content: "";
              width: 20px;
              height: 23px;
              background: url("../images/i_pdf.png") no-repeat center/cover; }
      #information section .inner .side_01 {
        width: 100%;
        max-width: 750px; }
        #information section .inner .side_01 .side_01_1 h3::before {
          background: #014094; }
        #information section .inner .side_01 .side_01_2 h3::before {
          background: #02ace8; }
        #information section .inner .side_01 .side_01_2 + dd {
          display: flex;
          font-size: 1.7rem; }
          #information section .inner .side_01 .side_01_2 + dd ul {
            width: 50%; }
      #information section .inner .side_02 {
        width: 100%;
        max-width: 350px; }
        #information section .inner .side_02 a {
          border: solid 1px #9ea8b2;
          display: block;
          text-align: center;
          line-height: 100px;
          margin-bottom: 22px;
          position: relative; }
          #information section .inner .side_02 a::before {
            position: absolute;
            content: "";
            width: 16px;
            height: 5px;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
          #information section .inner .side_02 a i {
            display: inline-block;
            transform: translateY(4px);
            margin-left: 5px;
            width: 20px;
            height: 23px;
            background: url("../images/i_pdf.png") no-repeat center/cover; }
          #information section .inner .side_02 a:hover {
            background: #efefef; }
        #information section .inner .side_02 .side_02_01 a::before {
          background: #014094; }
        #information section .inner .side_02 .side_02_02 a::before {
          background: #02ace8; }
        #information section .inner .side_02 .side_02_03 a::before {
          background: #e10515; }
        #information section .inner .side_02 .side_02_04 a::before {
          background: #0A743F; }

@media screen and (max-width: 768px) {
  #information section .inner {
    flex-wrap: wrap; }
    #information section .inner h3 {
      padding: 5px 10px 5px 33px;
      line-height: 1.5; }
    #information section .inner dd {
      margin-left: -1em; }
    #information section .inner .side_01 .side_01_2 + dd {
      flex-wrap: wrap; }
      #information section .inner .side_01 .side_01_2 + dd ul {
        width: 100%; }
    #information section .inner .side_02 {
      max-width: 100%; } }
/*------------------------------------------
page　下層
------------------------------------------*/
.page header {
  margin-bottom: 20px; }
.page h2 {
  color: #234c9b;
  font-size: 2.6rem;
  text-align: left;
  margin-bottom: 2em; }
.page p {
  font-weight: 200; }
.page .item {
  margin-bottom: 120px; }
.page .column {
  display: flex;
  flex-wrap: wrap; }
.page .page-title {
  background: #f7f7f7;
  padding: 50px;
  margin-bottom: 50px; }
  .page .page-title h2 {
    margin: 0; }

#main-visual {
  position: relative;
  margin-bottom: 100px; }
  #main-visual .info {
    background: #fff;
    padding: 90px 150px;
    font-size: 2.4rem;
    margin-left: 20%;
    transform: translateY(0px);
    display: inline-block; }
    #main-visual .info .name {
      font-size: 4rem;
      display: inline-block;
      margin: 0 1em; }
    #main-visual .info small {
      font-size: 1.6rem;
      color: #777; }
  #main-visual .lead {
    padding: 0 150px;
    margin-left: 20%;
    max-width: 1000px; }
  #main-visual .mv_copy {
    position: absolute;
    transform: translateX(-90px);
    bottom: 1.2em; }
    #main-visual .mv_copy div {
      line-height: 1;
      color: #204e9c;
      font-size: 4rem;
      display: inline-block;
      background: #fff;
      margin-bottom: 10px;
      padding: 8px; }
  #main-visual figure {
    width: 80%;
    margin: 0 0 0 20%;
    position: relative; }
    #main-visual figure::before {
      content: "";
      display: block;
      width: 100%;
      height: 90%;
      background: #f5f5f5;
      position: absolute;
      left: -90px;
      bottom: -50px;
      z-index: -1; }

.page-interview .item_01 .column {
  justify-content: flex-end;
  align-items: center; }

.page-interview .item_01 .summary {
  width: 55%;
  padding: 0 5%; }

.page-interview .item_01 figure {
  width: 35%; }

.page-interview .item_02 .column {
  align-items: flex-end;
  justify-content: center; }

.page-interview .item_02 .summary {
  width: 55%;
  padding: 0 1% 0 10%;
  order: 2; }

.page-interview .item_03 .column {
  width: 80%;
  margin: 0 auto;
  justify-content: center; }

.page-interview .item_04 .column {
  align-items: center;
  justify-content: flex-start; }

.page-interview .item_04 .summary {
  width: 55%;
  padding: 0 1% 0 10%;
  order: 2; }

.page-interview .item_04 figure {
  width: 40%; }

.second_mv h2 {
  font-size: 4rem;
  text-indent: -30px;
  max-width: 1132px;
  margin: 0 auto 100px; }
  .second_mv h2 span {
    font-size: 4.8rem; }
.second_mv figure {
  width: 80%;
  margin: 0 0 0 auto; }

.page-interview .item_05 .summary {
  width: 90%;
  max-width: 1132px;
  margin: 0 auto;
  transform: translateY(-60px); }
  .page-interview .item_05 .summary h2 {
    background: #fff;
    display: inline-block;
    padding: 60px 0 0; }

.page-interview .item_06 .column {
  align-items: center;
  justify-content: flex-start; }

.page-interview .item_06 .summary {
  width: 55%;
  padding: 0 1% 0 10%;
  order: 2; }

.page-interview .item_06 figure {
  width: 40%; }

.page-interview .item_07 .column {
  width: 80%;
  margin: 0 auto;
  justify-content: center; }

.page-interview .band {
  height: 45vh;
  background: url("../images/interview/image_06.jpg") no-repeat center/cover; }
.page-interview #career {
  background: #f7f7f7;
  padding: 120px 5%; }
  .page-interview #career h2 {
    font-size: 4rem; }
  .page-interview #career .column {
    justify-content: space-between; }
  .page-interview #career table {
    width: 55%; }
  .page-interview #career figure {
    width: 40%; }
.page-interview th, .page-interview td {
  font-weight: 200;
  text-align: left; }
.page-interview th {
  padding-right: 30px;
  white-space: nowrap; }
.page-interview #academic {
  padding: 120px 0; }
  .page-interview #academic .inner {
    background: #f7f7f7;
    max-width: 90%;
    margin: 0 auto;
    padding: 5%;
    position: relative; }
  .page-interview #academic .column {
    max-width: 1132px;
    margin: 0 auto;
    justify-content: space-between; }
  .page-interview #academic h2 {
    position: absolute;
    text-align: center;
    font-size: 4rem;
    top: -30px;
    left: 0;
    width: 100%; }
  .page-interview #academic ul {
    width: 40%;
    order: 2; }
    .page-interview #academic ul li {
      margin-bottom: 0.5em;
      font-weight: 200; }
  .page-interview #academic figure {
    width: 50%; }

.page-history article {
  padding: 0 5%; }
.page-history dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 200; }
.page-history dt {
  width: 25%; }
.page-history dd {
  width: 70%; }
.page-history dt, .page-history dd {
  border-bottom: solid 1px #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.5rem; }
.page-history figure {
  width: 100%; }
  .page-history figure ul {
    width: 80%;
    max-width: 800px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px; }

.banners {
  background: #eee;
  padding: 5%; }

.banner-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1132px;
  margin: 0 auto; }

.banner {
  width: 30%; }
  .banner .inner {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-top: 70%; }
    .banner .inner::after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .banner .inner:hover::after {
      -moz-transform: scale(1.03);
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
    .banner .inner a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      color: #234c9b;
      background: white;
      background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 50%);
      text-decoration: none;
      z-index: 1; }
      .banner .inner a span {
        display: block;
        margin-bottom: 10px;
        font-size: 2rem;
        font-weight: 400; }

.banner_01 .inner::after {
  background: url("../images/interview/banner_01.jpg") no-repeat center/cover; }

.banner_02 .inner::after {
  background: url("../images/interview/banner_02.jpg") no-repeat center/cover; }

.banner_03 .inner::after {
  background: url("../images/interview/banner_03.jpg") no-repeat center/cover; }

@media screen and (max-width: 1250px) {
  #main-visual .mv_copy div {
    font-size: 3vw; } }
@media screen and (max-width: 768px) {
  .page h2 {
    font-size: 4vw; }

  .page-interview .item_01 .summary,
  .page-interview .item_01 figure,
  .page-interview .item_02 .summary,
  .page-interview .item_04 .summary,
  .page-interview .item_04 figure,
  .page-interview .item_06 figure {
    width: 100%;
    padding: 0 5%; }

  .page-interview .item_02 figure,
  .page-interview .item_06 figure {
    order: 2; }

  .page-interview .item_01 .summary,
  .page-interview .item_02 .summary {
    margin-bottom: 50px; }

  .page-interview .item_03 .column {
    width: 90%;
    margin: 0 auto; }

  .page-interview .item_03 {
    margin-bottom: 50px; }

  .page-interview .item_04 figure {
    margin-bottom: 100px; }

  .page-interview .item_05 .summary {
    transform: translateY(-20px); }
    .page-interview .item_05 .summary h2 {
      padding: 20px 20px 0 0; }

  .page-interview .item_06 .summary {
    width: 100%;
    padding: 0 5%;
    order: 1;
    margin-bottom: 50px; }

  #main-visual .mv_copy {
    position: relative;
    transform: translate(0); }
    #main-visual .mv_copy div {
      font-size: 4vw;
      line-height: 1.4; }
  #main-visual figure {
    width: 90%;
    margin: 0 0 0 10%;
    position: relative; }
    #main-visual figure::before {
      content: "";
      display: block;
      width: 100%;
      height: 90%;
      background: #f5f5f5;
      position: absolute;
      left: -90px;
      bottom: 0px;
      z-index: -1; }
  #main-visual .info {
    padding: 20px 20px;
    font-size: 4vw;
    margin-left: 5%;
    transform: translateY(0px);
    display: inline-block; }
    #main-visual .info .name {
      font-size: 6vw; }
    #main-visual .info small {
      font-size: 1.2rem;
      display: block; }
  #main-visual .lead {
    padding: 0 20px;
    margin: 0 5%; }

  .second_mv h2 {
    font-size: 4vw;
    text-indent: 0px;
    width: 90%;
    margin: 0 auto 50px; }
    .second_mv h2 span {
      font-size: 6vw; }
  .second_mv figure {
    width: 90%;
    margin: 0 0 0 auto; }

  .page-interview .band {
    height: 25vh; }
  .page-interview #career {
    padding: 100px 5%; }
    .page-interview #career h2 {
      font-size: 5vw; }
    .page-interview #career table {
      width: 100%; }
    .page-interview #career figure {
      width: 80%;
      margin: 50px auto 0; }
  .page-interview #academic {
    padding: 100px 0; }
    .page-interview #academic .inner {
      background: #f7f7f7;
      padding: 10% 5% 100px; }
    .page-interview #academic h2 {
      font-size: 5vw;
      top: -0.7em; }
    .page-interview #academic ul {
      order: 1;
      width: 100%; }
    .page-interview #academic figure {
      width: 90%;
      order: 2;
      margin: 50px auto 0; }

  .page-history h2 {
    font-size: 5vw; }
  .page-history dt {
    width: 100%;
    border-bottom: none;
    padding: 5px 5px 2px;
    background: #f7f7f7; }
  .page-history dd {
    width: 100%;
    border-bottom: none;
    padding: 0px 5px 2px;
    margin-bottom: 20px; }
  .page-history figure {
    width: 100%; }
    .page-history figure li {
      width: 100%; }

  .banner {
    width: 100%;
    margin-bottom: 30px; } }

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#014094;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav .sublink {
	margin-top: 30px;
	border-top: solid 1px #fff;
	padding-top: 30px;
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:15px;
	right:15px;
	cursor: pointer;
    width: 50px;
    height:50px;
	border: solid #111 2px;
	border-radius: 15px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
	background-color: #111;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:14px;
}

.openbtn span:nth-of-type(2) {
	top:22px;
}

.openbtn span:nth-of-type(3) {
	top:30px;
}
.openbtn.active {
	border: solid #fff 2px;
}
.openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
	background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 28px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
	background-color: #fff;
}


.top_banner_area{
	background: #f8f8f8;
	padding: 50px 5%;
}
.top_banner_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	max-width:900px;
}
.top_banner_area .banner_text a {
	padding: 30px 10px;
	text-align: center;
	color: #014094;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.top_banner_area a:hover {
	background:  #014094;
	color: #fff;
}
.top_banner_area .banner_text {
	width: 49%;
	border: solid 2px #014094
}
.top_banner_area .banner_interview {
	width: 100%;
	margin-bottom: 20px;
}
.top_banner_area .banner_interview a:hover{
	opacity: 0.8
}