@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.7rem;
  color: #211815;
  line-height: 2.2;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

body * {
  box-sizing: border-box;
}

.sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.eigo {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.5rem;
}

img {
  width: 100%;
  height: auto;
  border-style: none;

}

*:focus {
  outline: none;
}

.red {
  color: #ff0033;
}


/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #211815;
  text-decoration: none;
}

a:visited {
  color: #211815;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


p {
  margin-bottom: 1em;
}

.only_pc_none {
  display: none;
}

.only_sp_none {
  display: block;
}

.sp_br {
  display: none;
}

.br_480 {
  display: none;
}

.sp_480_over {
  display: block;
}

.sp_480_under {
  display: none;
}

.sp_contact {
  display: none;
}

#anc_concept,
#anc_location,
#anc_map,
#anc_detail {
  padding-top: 80px;
  margin-top: -90px;
  pointer-events: none;
  display: block;
}



/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up {
  opacity: 0;
  transform: translateY(30px)
    /*スクロールアップする距離*/
  ;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: none;
}

.btn a {
  display: inline-block;
  background: #013b64;
  color: #fff;
  padding: 0 5%;
  box-sizing: border-box;
}

.btn a i.fa-file-alt {
  font-size: 280%;
  vertical-align: -1px;
  padding-right: 2px;
}

.btn a:hover {
  background: #33719d;
}

.btn_tri {
  height: 65px;
  line-height: 65px;
  text-align: center;
  outline: none;
  font-size: 110%;
}

.btn_tri a {
  display: inline-block;
  background: #013b64;
  color: #fff;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 8px;
}

.btn_tri a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 8px;
}

.btn_tri a:hover {
  background: #33719d;
}

#side_btn {
  width: 58px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  line-height: 1.4;
}

#side_btn a:nth-of-type(1) {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.5rem;
  display: block;
  padding: 35px 10px;
  font-size: 160%;
  color: #fff;
  transition: all 0.5s;
  background: #ed1c24;
}

#side_btn a:nth-of-type(2) {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.5rem;
  display: block;
  padding: 35px 10px;
  font-size: 160%;
  color: #ed1c24;
  transition: all 0.5s;
  background: #fcee21;
}

#side_btn a:nth-of-type(1):hover,
#side_btn a:nth-of-type(2):hover {
  padding: 60px 10px;
  opacity: 0.9;
}

@media screen and (max-width: 1200px) {

  #side_btn {
    width: 43px;
    top: 130px;
  }

  #side_btn a:nth-of-type(1),
  #side_btn a:nth-of-type(2) {
    padding: 30px 5px;
    font-size: 140%;
  }

  #side_btn a:nth-of-type(1):hover,
  #side_btn a:nth-of-type(2):hover {
    padding: 60px 5px;
  }
}



.white_slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.white_slide img {
  opacity: 0;
}

.white_slide.white_slide_on img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  animation: apper_img 2s forwards;
  animation-delay: 0;
}

#newstage .white_slide.white_slide_on img {
  width: 90%;
}


.white_slide.white_slide_on::before {
  animation: apper_right 2s forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 1;
  animation-delay: 0;
  transform: translateX(100%);
}

.white_slide2.white_slide_on2::before {
  animation: apper_left 2s forwards;
}



@keyframes apper_img {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes apper_right {
  40% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes apper_left {
  40% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

/* ジャンプする動き */
.jump {
  opacity: 0;
}

.jump_on {
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 0;
}

@keyframes poyoyon {
  0% {
    transform: scale(0.5, 0.5) translate(0, 0);
  }

  15% {
    transform: scale(0.7, 0.7) translate(0, 8px);
  }

  30% {
    transform: scale(1.02, 1.0) translate(0, 12px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -12px);
  }

  70% {
    transform: scale(1.0, 0.9) translate(0, 8px);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}




#header {
  width: 100%;
  z-index: 3;
  position: fixed;
  background: #ffffffcc;
}

#header_in {
  width: 90%;
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s;
}


#header_in_sp {
  display: none;
}

#header_in h1 {
  width: 350px;
  padding-top: 20px;
}



header #nav_pc {
  width: calc(100% - 400px);
  font-size: 90%;
}

header #nav_pc>div {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}

header #nav_pc>div>ul {
  display: flex;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  justify-content: space-between;
}

header #nav_pc>div>ul>li {
  position: relative;
  display: block;
  text-align: center;
}

header #nav_pc>div>ul>li a {
  padding: 5px 20px 5px;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  position: relative;
  font-size: 110%;
  text-align: center;
}



header #nav_pc>div>ul>li:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #211815;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header #nav_pc>div>ul>li:first-child:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #211815;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#nav_pc #global_nav ul {
  display: none;
  position: absolute;
  top: 60px;
}

#nav_pc #global_nav ul li {
  width: 100%;
  margin: 0 0;
}

header #nav_pc div div {
  width: 220px;
  color: #fff !important;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  display: block;
  margin-top: 18px;
  position: absolute;
  top: -50px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#nav_pc li {
  position: relative;
}


header #nav_pc li a:hover {
  color: #211815 !important;
}

header #nav_pc div div a::after {
  content: '';
  display: inline-block;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #211815;
  border-right: 1px solid #211815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0 auto auto;
}

header #nav_pc>div>div>a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#header_in>img {
  width: 260px;
  position: absolute;
  top: 12px;
  right: 190px;
}

.slide-line {
  position: absolute;
  width: 0;
  bottom: 0;
  height: 4px;
  background-color: #39b54a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

#nav_pc li:hover .slide-line {
  margin-left: -20px;
}

header #nav_pc>div>ul>li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #a12d3a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

@media screen and (max-width: 1300px) {
  #header_in h1 {
    width: 300px;
    padding-top: 28px;
  }

  #header #nav_pc {
    width: calc(100% - 300px);
    font-size: 80%;
  }

  header #nav_pc>div>ul {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1130px) {
  #header_in {
    height: 85px;
  }

  #header h1 {
    width: 300px;
    padding-top: 5px;
    margin: 0 auto;
  }

  #header #nav_pc {
    width: 900px;
    margin: 0 auto;
  }

  header #nav_pc>div>ul {
    padding-top: 0px;
  }
}

.mm-page {
  width: 100%;
  overflow: hidden;
}

#main {
  min-height: 900px;
  background: url(../img/main.jpg?230118) no-repeat bottom center;
  background-size: cover;
  position: relative;
}



.main_icon_img {
  width: 550px;
  height: 550px;
  background: url("../img/main_icon_bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  filter: drop-shadow(0 0 0.5rem #fff) drop-shadow(0 0 0.5rem #fff);
  position: absolute;
  right: 110px;
  top: 20%;
  animation: rotate-anime 70s linear infinite, light 3s linear infinite;
}

#main>img {
  width: 380px;
  position: absolute;
  right: 190px;
  top: 25%;
}

@keyframes light {

  25% {
    filter: drop-shadow(0 0 0.5rem #fff) drop-shadow(0 0 0.5rem #fff);
  }

  75% {
    filter: drop-shadow(0 0 1rem #fff) drop-shadow(0 0 1rem #fff);
  }
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1600px) {
  .main_icon_img {
    width: 450px;
    height: 450px;
    background: url("../img/main_icon_bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
    right: 110px;
    top: 20%;
  }

  #main>img {
    width: 300px;
    right: 190px;
    top: 25%;
  }
}

@media screen and (max-width: 1200px) {
  #main {
    min-height: 900px;
    background: url(../img/main.jpg) no-repeat bottom left -160px;
    background-size: cover;
    position: relative;
  }

  .main_icon_img {
    width: 380px;
    height: 380px;
    background: url("../img/main_icon_bg.png") no-repeat;
    background-size: cover;
    background-position: center center;
    right: auto;
    left: 50px;
    top: 15%;
    margin: 0 auto;
  }

  #main>img {
    width: 250px;
    right: auto;
    left: 115px;
    top: 20%;
    margin: 0 auto;
  }
}

#main_access {
  padding: 1% 0;
  background: linear-gradient(to right, #d9e021 0%, #d9e021 50%, #e3decc 50%, #e3decc 100%);
  margin-bottom: 5%;
}

#main_access ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#main_access ul li {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

#main_access ul li:nth-child(1) img {
  width: 90%;
}

#main_access ul li:nth-child(2) img {
  width: 70%;
}

#concept {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5%;
  overflow: hidden;
}

#concept .concept_read {
  width: 45%;
  max-width: 520px;
  position: relative;
  margin-left: calc(45% - 470px);
}

#concept .concept_read::after {
  content: '';
  width: 160px;
  height: 170px;
  display: block;
  background: url(../img/concept_img02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -15%;
  bottom: 5%;
  z-index: 2;
}

#concept .concept_read h2 {
  color: #39b54a;
  font-size: 350%;
  text-align: left;
}

.green_read {
  color: #39b54a;
  font-size: 140%;
  line-height: 1.8;
}



#concept .white_slide {
  width: 50%;
}

@media screen and (max-width: 1130px) {
  #concept .concept_read {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-left: 0;
  }

  #concept .concept_read::after {
    background: none;
    display: none;
  }

  #concept .concept_read h2 {
    text-align: center;
    line-height: 1.4;
    margin-top: 3%;
  }

  .concept_read br {
    display: none;
  }

  .concept_read br.sp_br {
    display: inline;
  }

  #concept .white_slide {
    width: 85%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
  }

  #concept .white_slide::after {
    content: '';
    width: 160px;
    height: 170px;
    display: block;
    background: url(../img/concept_img02.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -4%;
    bottom: -3%;
    z-index: 2;
  }
}

#location {
  margin-bottom: 5%;
  overflow: hidden;
}

#location .ttl {
  color: #fff;
  background: url(../img/location_ttl.jpg) no-repeat top center;
  background-size: cover;
  padding: 10% 0 8%;
  text-align: center;
  margin-bottom: 3%;
}

#location .ttl h2 {
  font-size: 350%;
  line-height: 1.5;
}

#location .ttl h2+p {
  letter-spacing: 0.5rem;
  font-size: 120%;
}

.loca_read {
  text-align: center;
}

.loca_read h3 {
  color: #39b54a;
  font-size: 140%;
  margin: 0 auto 2%;
}

.loca_read p {
  display: inline-block;
  margin: 0 auto 2%;
  position: relative;
  overflow: visible;
}

.loca_read p>img:nth-of-type(1) {
  width: 90px;
  display: block;
  position: absolute;
  top: -65%;
  right: -15%;
}

.loca_read p>img:nth-of-type(2) {
  width: 100px;
  display: block;
  position: absolute;
  top: 29%;
  left: -25%;
}

.loca_read p>img:nth-of-type(3) {
  width: 120px;
  display: block;
  position: absolute;
  bottom: -75%;
  right: -5%;
}


.bg_yellow {
  background: url(../img/location_access_bg) no-repeat top 100px center;
  background-size: cover;
  padding: 0 0 2%;
  margin: 10% auto 5%;
}

.bg_yellow .station {
  width: 90%;
  max-width: 1000px;
  margin: -10% auto 5%;
  position: relative;
  z-index: 0;
}

.bg_yellow .station .white_slide {
  width: 60%;
  margin-left: 5%;
  z-index: 2;
}

.bg_yellow .station::before {
  content: '';
  width: 17%;
  height: 150px;
  background: url(../img/location_access01.png) no-repeat #fff center center;
  background-size: 100% auto;
  position: absolute;
  right: 10%;
  bottom: -5%;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-right: 50px solid #fff;
  border-left: 80px solid #fff;
  z-index: -1;
}

.bg_yellow .station::after {
  content: '';
  width: 110px;
  height: 170px;
  display: block;
  background: url(../img/location_access01_img02.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  bottom: 5%;
  right: 1%;
}


.bg_yellow .school {
  width: 90%;
  max-width: 1000px;
  margin: 3% auto 3%;
  position: relative;
  z-index: 0;
}

.bg_yellow .school .white_slide {
  width: 60%;
  margin-left: 35%;
  z-index: 2;
}

.bg_yellow .school::before {
  content: '';
  width: 17%;
  height: 150px;
  background: url(../img/location_access02_access.png) no-repeat #fff center center;
  background-size: 100% auto;
  position: absolute;
  left: 10%;
  bottom: -5%;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-right: 80px solid #fff;
  border-left: 50px solid #fff;
  z-index: -1;
}

.bg_yellow .school::after {
  content: '';
  width: 130px;
  height: 170px;
  display: block;
  background: url(../img/location_access02_img02.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  bottom: 25%;
  left: 17%;
}

.loca_other {
  text-align: center;
  padding-bottom: 5%;
  margin-bottom: 3%;
}

.other_access {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.other_access dl {
  width: 47.5%;
  margin-bottom: 5%;
}

.other_access dl dt {
  margin-bottom: 8px;
}

.other_access dl dd {
  font-size: 90%;
  line-height: 1.4;
}

.other_access dl dd span {
  display: block;
  font-size: 90%;
}

.access_plus {
  width: 90%;
  max-width: 1000px;
  margin: 3% auto;
  text-align: left;
}

.access_plus dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 90%;
}

.access_plus dl dt {
  display: inline-block;
  margin-right: 20px;
}

.access_plus dl dd {
  display: inline-block;
}

.access_plus p {
  font-size: 80%;
  margin: 3% auto;
}

.btn_kira {
  width: 80%;
  max-width: 550px;
  margin: 35% auto 0;
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  border-radius: 50px;
}

/*キラッと光る*/
.btn_kira::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btn_kira:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.youtube {
  width: 90%;
  max-width: 850px;
  aspect-ratio: 16 / 9;
  margin: 5% auto 0;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}


#map {
  margin-bottom: 3%;
  background: #edeeee;
  text-align: center;
  padding-bottom: 5%;
}

#map .ttl {
  color: #39b54a;
  padding: 5% 0 0;
  text-align: center;
  margin-bottom: 3%;
}

#map .ttl h2 {
  font-size: 400%;
  line-height: 1.2;
}

#map .ttl h2+p {
  letter-spacing: 0.5rem;
  font-size: 120%;
}

#map iframe {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#detail {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5%;
}

#detail>img {
  margin-bottom: 3%;
}

#detail>h3 {
  color: #39b54a;
  text-align: center;
  margin-bottom: 1%;
}

#detail p {
  max-width: 900px;
  font-size: 90%;
  line-height: 1.8;
  margin: 0 auto;
}

#footer01 {
  background: #39b54a;
  padding: 2% 0;
  position: relative;
}

#footer01>div:nth-child(1) {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

#footer01>div p:first-child {
  font-size: 110%;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}


#footer01>div a {
  width: 60%;
  max-width: 450px;
  display: block;
  margin: 2% auto 3%;
}

#footer02>div:nth-child(1) {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#footer02>div:nth-child(1) a {
  width: 170px;
  display: block;
  margin: 5% auto 2%;
}


#footer_fixed {
  display: none;
}


#copy {
  transform: scale(0.8);
  text-align: center;
  font-size: 80%;
  padding: 8px 0;
  margin: 0 0 40px;
}


#pageTop {
  position: absolute;
  top: 15%;
  right: 5%;
  z-index: 1;
}

#pageTop a {
  display: block;
  width: 45px !important;
  height: 45px !important;
  background: url(../img/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}