@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth;
}
* {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.brsp {
  display: none;
}
.text_small {
  font-size: 0.8em;
  margin: 0 0.3em;
}
.container {
  position: absolute;
  right: 0;
  width: 75%;
  max-width: calc(100% - 200px);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 25%;
  min-width: 200px;
  height: 100vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  text-align: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE対策 */
  overflow: -moz-scrollbars-none;
  /* Firefox対策 */
}
header::-webkit-scrollbar {
  /* Google Chrome対策 */
  display: none;
}
header h1 {
  width: 84%;
  max-width: 160px;
  margin: 20px auto 30px;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .header_nav ul {
  margin-bottom: 30px;
}
header .header_nav ul li {
  margin-bottom: 10px;
}
header .header_nav ul li a {
  padding: 10px 5px;
  position: relative;
  display: inline-block;
}
header .header_nav ul li a:after {
  content: " ";
  display: block;
  position: absolute;
  background: #1a489c;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header_nav ul li a:hover:after {
  transform: scaleX(1);
}
header .header_nav .header_contact {
  border: 1px #000 solid;
  border-radius: 8px;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header_nav .header_contact a {
  padding: 15px 0 15px 40px;
  background-image: url(../images/common/contact.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 33px auto;
}
header .header_nav .header_contact:hover {
  transform: scale(0.97);
  opacity: 0.5;
}
.top {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
.top .slide li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/top/slide01.jpg") no-repeat center center;
  background-size: cover !important;
  transition: all 2s linear;
  opacity: 0;
  z-index: 1;
}
.top .slide li:nth-child(1) {
  position: relative;
}
.top .slide li.active {
  opacity: 1;
}
.top .slide li:nth-child(2) {
  background: url(../images/top/slide02.jpg) no-repeat center center;
}
.top .slide li:nth-child(3) {
  background: url(../images/top/slide03.jpg) no-repeat center center;
}
.top .slide li:nth-child(4) {
  background: url(../images/top/slide04.jpg) no-repeat center center;
}
.top .pager {
  position: absolute;
  right: 4vw;
  bottom: 1vw;
  z-index: 998;
}
.top .pager li {
  display: inline-block;
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
}
.top .pager li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
}
.top .pager li a.active {
  background-color: white;
}
.top .top_arrow {
  position: absolute;
  background: url("../images/common/arrow.png") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 38px;
  left: 50%;
  margin-left: -6px;
  bottom: 20px;
  z-index: 999;
  animation-name: anime1;
  animation-duration: 4s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes anime1 {
  0% {
    bottom: 20px;
  }
  6% {
    bottom: 7px;
  }
  12% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}
section h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 20px;
}
section h2:after {
  content: " ";
  display: block;
  width: 98px;
  height: 3px;
  background: #1a489c;
  margin: 0 auto;
}
.article {
  padding: 0 5%;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.content {
  margin-bottom: 160px;
}
.content_head {
  height: 315px;
  background: url(../images/top/head01.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 30px;
}
.plan .content_head {
  background: url(../images/top/head02.jpg?v20251209) no-repeat top right;
  background-size: cover;
}
.info .content_head {
  background: url("../images/top/head03.jpg") no-repeat center center;
  background-size: cover;
}
.content_container {
  position: relative;
  margin-bottom: 68px;
  min-height: 233px;
}
.content_container .content_container--img {
  position: absolute;
  left: 5%;
  top: 0;
  width: 350px;
  height: 233px;
  overflow: hidden;
}
.content_container .content_container--img img {
  width: 100%;
  height: auto;
}
.content_container .content_container--text {
  width: calc(95% - 350px);
  margin-left: calc(350px + 5%);
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.content_container .content_container--text p {
  margin-bottom: 20px;
}
.content_container .content_container--text p .content_container--top {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.content_container .content_container--note {
  font-size: 0.85em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-top: 10px;
}
.content_container .content_container--note a {
  color: #1a489c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  margin-left: 1em;
  text-indent: -1em;
  display: inline-block;
  font-weight: bold;
}
.content_container .content_container--note a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.content_container--link {
  display: inline-block;
  font-size: 93%;
  text-align: center;
  line-height: 50px;
  border: 1px #000 solid;
  width: 210px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0 3px 12px;
  /*&:after {
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  		content: " ";
  		display: block;
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		border: 5px #1a489c solid;
  		top:0;
  		left: 0;
  	opacity: 0;
  }*/
}
.content_container--link:hover {
  background: rgba(0, 77, 217, 0.24);
  /*&:after {
    	opacity: 1;
    }*/
}
/*各セクションごと*/
.concept {
  margin-bottom: 77px;
}
.concept p {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
}
.concept p.concept_l {
  font-size: 1.1em;
}
.concept p.concept_s {
  font-size: 0.9em;
}
.info {
  margin-bottom: 50px;
}
.info .info_container .info_container--map {
  float: left;
  width: 45%;
  height: 0;
  padding-top: 45%;
  position: relative;
}
.info .info_container .info_container--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.info .info_container .info_container--text {
  float: right;
  width: 50%;
}
.info .info_container .info_container--text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.info .info_container .info_container--text p, .info .info_container .info_container--text dl {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.info .info_container .info_container--text dt {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  text-align: center;
}
.pagetop a {
  padding-top: 20%;
}
.pagetop a:hover {
  animation-name: anime2;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}
@keyframes anime2 {
  0% {
    padding-top: 20%;
  }
  50% {
    padding-top: 10%;
  }
  100% {
    padding-top: 20%;
  }
}
footer {
  padding: 20px 0 15px;
  background: #1a489c;
  color: #fff;
  text-align: center;
  line-height: 2;
}
footer a {
  color: #fff;
  text-decoration: underline;
  margin-bottom: 5px;
  margin-left: 1em;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
footer a:hover {
  text-decoration: none;
}
footer a:before {
  content: " ";
  display: block;
  height: 1em;
  width: 1px;
  background: #fff;
  position: absolute;
  left: -0.6em;
  top: 0.5em;
}
footer a:first-child {
  margin-left: 0;
}
footer a:first-child:before {
  display: none;
}
footer .copyright {
  font-size: 12px;
}
/*NEWS*/
body {
  position: relative;
}
.news {
  width: 70%;
  min-height: 90px;
  margin: 0px auto 28px;
  padding-top: 30px;
  padding-left: 130px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 8px;
  border: 0.5px solid #000;
  position: relative;
}
.news h2 {
  font-size: 22px;
  position: absolute;
  top: 15px;
  left: 0;
  padding-left: 22px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news h2:after {
  content: " ";
  background: #1a489c;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.news .news_container {
  position: relative;
  margin-bottom: 20px;
}
.news .news_container .news_container--label {
  float: left;
  font-size: 14px;
  line-height: 20px;
}
.news .news_container .news_container--label .label {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 85%;
  text-align: center;
  width: 60px;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
  padding: 3px 0;
  vertical-align: top;
}
.news .news_container .news_container--title {
  font-size: 16px;
  margin-left: 155px;
  text-decoration: underline;
  line-height: 20px;
}
.news .news_container .news_container--title:hover {
  text-decoration: none;
}