@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	/*font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";*/
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}

#wrap{cursor: none}
.cursor,.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
.cursor{
	width: 8px;
	height: 8px;
	background-color: #12377e;
	opacity: 0.6;
	z-index: 1001;
}
.follower{
   width: 27px;
   height: 35px;
   background-color: #dee2ea;
   -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
   border-radius:         50%  50%  50%  50%  / 60%   60%   40%  40%;
	z-index: 1000;
	transition: 0.3s;
	opacity: 0.75;
	transition-property: transform,background
}
.follower.is-active{
	background-color: transparent;
	border: solid 1px #dee2ea;
	transform: scale(1.2);
}

.cursor.is-active.more_move,.cursor.is-active.more_info{
	background-color: transparent;
}
.follower.is-active.more_move,.follower.is-active.more_info{
	background-color: transparent;
	border-radius: 0;
	border: none;
	transform: scale(1);
	transition-property: none;
	animation: rumble 0.2s linear infinite;
}
.follower.is-active.more_move::before{
	content: url("../img/more.png");
	width: 10px;
	height: 10px;
	position: relative;
	top: -34px;
	left: -34px;
}
a{cursor: none}
.linkStyle{
	color:#aaa;
}
.linkStyle:hover{
	color:#aaa;
	opacity: 0.7;
	transition: all 0.5s;
}
/*-------------------------------------------------------
					ヘッダー
-------------------------------------------------------*/
header{
	padding-top: 5px;
	padding-bottom: 10px;
}
header .logo{
	width:5%;
}
header #header .pc_menu ul li:hover{
	padding-bottom: 7px;
	transition: 0.2s;
}
header #header .pc_menu ul li:hover a{
	color: #12377e;
}
header #header .pc_menu ul li:last-child a{
	width: 150px;
	display: inline-block;
	text-align: center;
}
header #header .pc_menu ul li:hover:last-child a{
	letter-spacing: 6px;
	transition: 0.4s;
	color: #fff;
}
.clone-nav {
 	position: fixed;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	width: 100%;
 	transition: .3s;
 	transform: translateY(-100%);
}
header.clone-nav{
	border-top:4px solid rgba(18,55,126,1);
}
header.clone-nav .logo{
	width:4%;
}
.is-show {
	transform: translateY(0);
	z-index:999;
	background-color: rgba(255,255,255,0.75);
	padding-bottom: 8px;
	padding-top: 8px;
}
header .overlay-menu ul li:last-child a{
	width: 200px;
	display: block;
	margin: auto;
}
/*-------------------------------------------------------
					応募フォーム
-------------------------------------------------------*/

.more_read a{
	width: 300px;
	padding-left: 20px;
}
.more_read a:hover{
	letter-spacing:5px;
	transition: 0.4s;
}
/* リンクボタン　応募フォームのみ */
.entry .more:hover{
	letter-spacing:7px;
	transition: 0.4s;	
}
.contents {
	position: absolute;
	bottom: 0;
 	width: 0;
	height: 0;
	border-left: 55px solid rgba(18,55,126,0.75);
	border-top: 50px solid transparent;
	z-index: 9;
}
/* リンクボタン　浮く */
.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  text-decoration: none;
}

.hover-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@keyframes hover2 {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes hover-shadow2 {
  0% {
    transform: translateY(6px);
    opacity: .4;


  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(6px);
    opacity: .4;
  }
}
.hover-shadow2 {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow2:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.hover-shadow2:hover {
  transform: translateY(-6px);
  animation-name: hover2;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover-shadow2:hover:before {
  opacity: .4;
  transform: translateY(6px);
  animation-name: hover-shadow2;
  animation-duration: 1.5s;
  animation-delay: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/*-------------------------------------------------------
					エントリー
-------------------------------------------------------*/
.entry{
	padding-top: 80px;
	padding-bottom: 80px;
}
.entry p{
	line-height: 3.4;
	border-bottom: 1px solid #12377e;
    display: inline;
    padding-bottom: 10px;
}
.entry .entry_img{
	width: 300px;
}
.entry div{
	margin-top: 40px;
}
@media all and (-ms-high-contrast: none){
.button {
    padding: 1em 1em 0.7em 1em;
}
}
/*-------------------------------------------------------
					フッター
-------------------------------------------------------*/
footer{
	border-bottom: 8px solid #12377e;
}
footer .logo{
	width:22%;
}
.map{
  height: 500px;
}
.map iframe{
	width: 100%;
	height: 500px;
}
.map::after {
  content: '';
  display: block;
  position: absolute;
  right:0;
  top: 0;
  border-left: 0px solid transparent;  /* 透明 */ 
  border-top: 50vw solid transparent;  /* 透明 */ 
  border-bottom: 50vw solid #fff;  /* むらさき */ 
  border-right: 200px solid #fff;  /* むらさき */ 
}
#footer{
	height: 500px;
}
#footer .footer_info{
	line-height: 1.8;
}
#footer .footer_bottom{
	bottom:-50px;
}
.footer_wrap{
	margin-top: 20px;
}
/*-------------------------------------------------------
					TOPへ戻る
-------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
	z-index: 99;
}
#page-top a img{
	height: 50px;
	width:50px;
}
@media all and (-ms-high-contrast: none){
header #header .pc_menu ul li:last-child a{
	padding-bottom: 5px!important;
}
.pc_menu {
	margin-left: auto;
}
.pc_menu ul li{
	margin-top: 15px;
}
.pc_menu ul li:last-child{
	margin-top: 10px;
}
.is-show .pc_menu ul li{
	margin-top: 0px;
}
.is-show .pc_menu ul li:last-child{
	margin-top: 0px;
}
}
/*ここからタブレット用（1020px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1020px){
#header{
flex-direction:column!important;
}
header .logo {
    width: 7%!important;
    margin-bottom: 10px!important;
    margin-top: 5px!important;
}
#header .pc_menu ul li{
	font-size: 14px!important;
  margin-right: 10px!important;
}
#header .pc_menu ul li:nth-child(6){
	font-size: 14px!important;
    margin-right: 10px!important;
}
header #header .pc_menu ul li:last-child {
   margin-right: 0px!important;
}	
header #header .pc_menu ul li:last-child a {
    width: 110px!important;
    font-size: 15px!important;
}	
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
#header{	
	    flex-direction: inherit!important;
}
header .logo {
    width: 6%!important;
	margin-top: 0px!important;
    margin-bottom: 5px!important;
}
#wrap{cursor: auto;}
	a{cursor: pointer;}
	.cursor,.follower{
		display: none;
	}
/*-------------------------------------------------------
					ヘッダー
-------------------------------------------------------*/
	header{
		width: 100%;
		z-index: 99;
		background: rgba(255,255,255,1);
	}
header.clone-nav .logo {
    width: 6%;
}
#footer .footer_wrap{
	margin: 0!important;
	margin-right: auto!important;
}
.is-show {
	display: none;
}
header.transform{
    background: rgba(255,255,255,0.75);
	transition: 0.5s;
}
/*-------------------------------------------------------
					フッター
-------------------------------------------------------*/
.map{
  height: 550px;
}
.map iframe{
	height: 550px;
}
#footer{
	height: 430px;
}
#footer .footer_bottom{
	bottom:-80px;
}
.map::after {
  border-left: 0px solid transparent;  /* 透明 */ 
  border-top: 110vw solid transparent;  /* 透明 */ 
  border-bottom: 50vw solid #fff;  /* むらさき */ 
  border-right: 140px solid #fff;  /* むらさき */ 
}
/*-------------------------------------------------------
					TOPへ戻る
-------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 99;
}
#page-top a img{
	height: 50px;
	width:50px;
}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
header .logo {
    width: 14%!important;
}
/*-------------------------------------------------------
					エントリー
-------------------------------------------------------*/
.entry .entry_img {
    width: 270px;
}
.entry p {
 /*   line-height: 2.8;*/
	line-height: 3.5;
    font-size: 15px;
    
}
/*-------------------------------------------------------
					フッター
-------------------------------------------------------*/
/*#footer {
    height: 350px;
}*/
.map{
  height: 380px;
}
.map iframe{
	height: 380px;
}
#footer{
	height: 510px;
margin-bottom: 100px;
}
footer .logo {
    width: 30%;
}
.map::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
	top:auto;
    bottom: 0;
    border-left: 0px solid transparent;
    border-top: 10vw solid transparent;
    border-bottom: 5vw solid #fff;
    border-right: 100vw solid #fff;
}
#footer .footer_wrap {
    margin: auto!important;
}
#page-top a img {
    height: 35px;
    width: 35px;
}
}
/*-------------------------------------------------------
2024/04/08
-------------------------------------------------------*/
.map {
    height: 700px;
}
.map iframe {
    height: 700px;
}
#footer {
    height: 700px;
}
@media screen and (max-width: 768px){
.map {
    height: 600px;
}
.map iframe {
    height: 600px;
}
#footer {
    height: 600px;
}
}
@media screen and (max-width: 667px){
.map {
    height: 500px;
}
.map iframe {
    height: 500px;
}
}