@charset "UTF-8";
/*=========================================================================

種別 ： ページ独自css

=========================================================================*/
/* header
-------------------------------------------------------------------------*/
header {
  clear: both;
  width: 100%;
  background-image: url("../img/img-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
header h1 {
  position: absolute;
  left: 3%;
  top: 1%;
  text-align: left;
}
header h1 img {
  width: 100%;
}
header h2 img {
  position: absolute;
  top: 30%;
  text-align: center;
  width: 90%;
  filter: drop-shadow(0px 0px 10px #000);
  display: flex;
  justify-content: center;
}
/* Link
-------------------------------------------------------------------------*/
.pagelink {
  margin: 0;
  padding: 0;
  height: 150px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(2, 32, 77, 1), rgba(34, 61, 99, 1));
}
.gb_nav {
  width: 100%;
}
.gb_nav .container {
  width: 950px;
  margin: 0 auto 0;
}
.gb_nav ul {
  overflow: hidden;
  color: #FFF;
  padding: 20px 0 0 0;
  margin: 0;
  box-sizing: border-box;
}
.gb_nav ul li {
  position: relative;
  display: table-cell;
  width: calc(100% / 6);
  list-style-type: none;
  padding: 40px 5px 0;
  text-align: center;
  vertical-align: middle;
  height: 100px;
  font-weight: bold;
  box-sizing: border-box;
	font-size: 16px;
}
.gb_nav ul li .line-right {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 130px;
  background-color: #FFF;
}
.gb_nav ul li .line-left {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 130px;
  background-color: #FFF;
}
.gb_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gb_nav ul li a:link, .gb_nav ul li a:visited {
  color: #fff;
}
.arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 48%;
  bottom: 5px;
  transform: rotate(135deg);
}
/* notice
-------------------------------------------------------------------------*/
.notice-list {
  border-top: 20px solid #d7e9f8;
  border-bottom: 20px solid #d7e9f8;
  padding: 20px 0;
  margin: 0;
}
.notice-list-inner {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
.notice-list h3 {
  text-align: left;
  color: #14378C;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.notice-list ul {
  padding: 0;
}
.notice-list ul li {
  line-height: 1.5em;
  padding: 10px 0 10px 0;
  /* text-indent: -1em; */
  list-style: none;
  border-bottom: 1px solid #AFD2F0;
}
.notice-list p {
  margin-right: 0;
  margin-left: auto;
}
.notice-list p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #14378C;
}
.more {
  width: 130px;
  margin: 0 auto;
  padding: 10px;
  background: #d7e9f8;
  color: #14378C;
  text-align: center;
  font-weight: bold;
}
.arrow-right {
  position: relative;
  padding: 10px;
}
.arrow-right::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #14378C;
  border-right: solid 2px #14378C;
  position: absolute;
  left: 100px;
  top: 15px;
  transform: rotate(45deg);
}
/* article 01
-------------------------------------------------------------------------*/
.article01 {}
/* article 02
-------------------------------------------------------------------------*/
.article02 {}
ul.diagram {
  margin: 0 auto;
  padding: 0;
}
ul.diagram li {
  list-style: none;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.trapezoid1 {
  width: 100%;
}
table.trapezoid2 {
  width: 100%;
  max-width: 658px;
  margin: 0 auto;
  padding: 0;
  align-content: center;
  box-sizing: border-box;
}
table.trapezoid2 th {
  margin: 0 auto;
  padding: 0;
  align-content: center;
  box-sizing: border-box;
}
table.trapezoid2 tr td {
  padding: 0;
  margin: 0 auto;
  width: 50%;
  box-sizing: border-box;
}
.trapezoid3 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.trapezoid4 {
  width: 100%;
	padding: 0;
  margin: 0 auto;
}
.trapezoid5 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.trapezoid6 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
/* article 03
-------------------------------------------------------------------------*/
.article03 {}
.ttl-band {
  background-image: url("../img/ttl-band_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 0;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 20px auto;
  box-sizing: border-box;
  height: 118px;
}
ul.planlist {
  padding: 0;
  margin: 0;
}
.planlist li {
  list-style: none;
  text-align: center;
  font-size: 20px;
  padding: 20px 0 15px;
  margin: 10px auto;
  width: 80%;
  font-weight: bold;
  border-top: #4160a1 dashed 2px;
  box-sizing: border-box;
}
.planlist li:last-child {
  border-bottom: #4160a1 dashed 2px;
}
.planlist li a {
  display: block;
  color: #4160a1;
  width: 100%;
  height: 100%;
}
.planlist li:hover {
  opacity: 0.7;
}
.planlist li span {
  font-size: 14px;
  color: #000;
}
.planlist li.arrow-right {
  position: relative;
}
.planlist li.arrow-right::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #14378C;
  border-right: solid 2px #14378C;
  position: absolute;
  left: 95%;
  top: 45%;
  transform: rotate(45deg);
}
/* modaal
---------------------*/
.hidden {
  display: none;
}
.modaal-overlay {
  background: rgba(0, 0, 0, .3) !important;
}
.modaal-container {
  width: 60% !important;
  align-content: center;
}
.modaal-content-container {
  background: #FFF;
  /* border: #14378c solid 5px;
	border-radius: 10px; */
}
.modaal-content-container h6 {
  font-size: 16px;
  color: #14378c;
  padding: 0;
  margin: 10px auto;
  border-bottom: 1px solid #14378c;
}
.modaal-content-container p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.modaal-container {
  box-shadow: none !important;
  background: none !important;
}
.modaal-close:before {
  background: #000 !important;
  display: block;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out
}
.modaal-close:after, .modaal-close:before {
  background: #000 !important;
  display: block;
}
.modaal-close:hover:after, .modaal-close:hover:before {
  background: #14378c !important;
  display: block;
}
/* ✕ボタンの位置調整 */
.modaal-close {
  position: absolute;
  top: 0px;
  right: 0;
}
/* article 04
-------------------------------------------------------------------------*/
/* article 05
-------------------------------------------------------------------------*/
.message-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px;
  padding: 0 18px;
  box-sizing: border-box;
}
.message-list li {
  width: 33%;
  padding: 0 10px;
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}
.message-list p {
  color: #14378c;
  font-weight: bold;
  font-size: 16px;
}
.message-list h5 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}
.message-list .btn {
  text-align: center;
  background: #14378c;
  color: #FFF;
  padding: 20px 0;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  vertical-align: middle;
  display: grid;
  align-items: center;
  box-sizing: border-box;
}
.message-list .btn::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 270px;
  top: 26px;
  transform: rotate(45deg);
}
.message-list .btn a {
  display: block;
  color: #FFF;
  width: 100%;
  height: 100%;
}
/* article 06
-------------------------------------------------------------------------*/
.article06-outer {
  background: #a0aed1;
  padding: 10px 0 50px 0;
  margin: 50px auto;
  text-align: center;
  box-sizing: border-box;
}