@charset "utf-8";
/* CSS Document */

/* ■■■■■■■■■■■■■■【ヒーローイメージ】■■■■■■■■■■■■■ */
  .main-image {
	height: 80vh;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../images/top/main-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 50%;
  }

  .main-image-inner {
	height: 80vh;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	background-image: url(../images/top/main-logo.svg);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: 98% 98%;
  }
  .wakei-main-photo {
	z-index: 10;
	width: 50vh;
	position: absolute;
	top: 40%;
	left: -10%;
	height: 55vh;
	transform: translateY(-50%) scale(1) rotate(-8deg); /* 初期状態 */
	border: 8px solid #FFFFFF;
	-webkit-box-shadow: 5px 5px 5px 0px hsla(0,0%,0%,0.30);
	box-shadow: 5px 5px 5px 0px hsla(0,0%,0%,0.30);
	overflow: hidden;
	  background-color: #fff;
  }
.wakei-main-photo > div {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 65% 50%;
  opacity: 0;
  transform: scale(1);
  animation: slide 24s infinite linear;
}

.wakei-main-photo > div::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  animation: flash 24s infinite;
}
.wakei-main-photo > div:nth-child(1),
.wakei-main-photo > div:nth-child(1)::after { animation-delay: 0s; }
.wakei-main-photo > div:nth-child(2),
.wakei-main-photo > div:nth-child(2)::after { animation-delay: 6s; }
.wakei-main-photo > div:nth-child(3),
.wakei-main-photo > div:nth-child(3)::after { animation-delay: 12s; }
.wakei-main-photo > div:nth-child(4),
.wakei-main-photo > div:nth-child(4)::after { animation-delay: 18s; }

@keyframes slide {
  0%   { opacity: 1; transform: scale(1); }
  20%  { opacity: 1; transform: scale(1.1); }
  21%  { opacity: 0; transform: scale(1.1); } 
  100% { opacity: 0; transform: scale(1); }
}

@keyframes flash {
  0%, 18%   { opacity: 0; }
  21%       { opacity: 1; } 
  25%       { opacity: 0; }
  100%      { opacity: 0; }
}
.to-scroll{
	padding: 16px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
.ban-wakei-life{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


/* ■■■■■■■■■■■■■■【全体】■■■■■■■■■■■■■ */

/*bootstrap hack*/
.main-content .container {
	padding: 0px!important;
	width: 94%;
}
.pic-full-box{
	padding: 0px!important;
}
.main-content{
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 5em;
}

p{
	line-height: 1.6;
}
.main-overlay-glid{
	width: 94%;
	height: 100%;
	position: absolute;
	z-index: 999;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	inset: 0;
	margin-left: auto;
	margin-right: auto;
  pointer-events: none;
}
.main-content .row{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.container-fluid .row{
	margin-left: 1em!important;
	margin-right: 1em!important;
}
.pagetop a {
    bottom: 3rem!important;
}
.scale-on-hover {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform .50s cubic-bezier(.2,.9,.3,1);
  will-change: transform;
  backface-visibility: hidden;
}
.scale-on-hover-container {
  overflow: hidden;
  display: block;
  border-radius: inherit;
}
.scale-on-hover-container:hover .scale-on-hover,
.scale-on-hover-container:focus-within .scale-on-hover,
.scale-on-hover:hover,
.scale-on-hover:focus {
  transform: scale(1.02);
}
.special-content.container-fluid{
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-bottom: 3em;
}
.fluied-h2{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
}
.fluied-h2 h2 strong{
	color: #4f1c87;
}
strong {
	color: #4f1c87 !important;
}
.fluied-h2 h2{
	text-align: center;
	font-weight: 800;
	color: #000;
	font-size: 32px;
}
.fluied-h2 p{
	color: #999;
	font-size: 14px;
	font-weight: 300;
	margin:0;
	padding: 0px;
}
.wakei-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.wakei-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.wakei-banner-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: url(../images/wakei-symbol.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% 90%;
	opacity: 1.0;
	z-index: 900;
}
figcaption{
	font-size: 14px;
}

/* ■■■■■■■■■■■■■■【スライダー】■■■■■■■■■■■■■ */
.slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.slider-wakei-point {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.slider-wakei-point .slide {
  flex: 0 0 100%;
  box-sizing: border-box;
}

.slider-wakei-point .slide img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
	.slider-wakei-point .slide {
	flex: 0 0 70%;
	margin: 0 15px;
  }
}

@media (min-width: 992px) {
	.slider-wakei-point .slide {
	flex: 0 0 60%;
	margin: 0 15px;
  }
}
@media (min-width: 1200px) {
	.slider-wakei-point .slide {
	flex: 0 0 50%;
	margin: 0 15px;
  }
}
/* ===== ナビゲーション矢印 ===== */
.slider-arrow {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.slider-arrow svg {
  stroke: #4f1c87;
  stroke-width: 2;
  fill: none;
}
.slider-arrow.prev {
  left: 26px;
}
.slider-arrow.next {
  right: 26px;
}


/* ■■■■■■■■■■■■■■【アバウト和敬】■■■■■■■■■■■■■ */
.about-text{
	padding: 1.0em !important;
}
.about-text p{
	margin-bottom: .5em;
	font-weight: 600;
}
.about-text p.note{
	border-top: 1px solid #CCCCCC;
	margin-top: .5em;
	padding-top: .5em;
	font-weight: 400;
}
p.about-no{
	color: #999;
	font-size: 2.0em;
	margin-bottom: 0px;
	font-weight: 300;
}
.about-text h3{
	font-weight: 800;
	color: #000;
	font-size:24px;
}
.about-pic figcaption{	
	font-weight: 800;
	text-align: center;
	padding: 1.0em;
	background-color: #4f1c87;
	color: #fff;
}

.about-pic a{	
	display: block;
	line-height: .5em;
}
.about-pic figure{	
	margin: 0px!important;
}
.about-wakei .row{
	border-bottom: 1px solid #CCCCCC;	
}
.about-wakei .row:last-child{
	border-bottom: 0px solid #CCCCCC;	
}
.about-pic a:hover{	
	opacity: .8;
}

/* ■■■■■■■■■■■■■■【ニュース】■■■■■■■■■■■■■ */
.news-article{	
	border-bottom: 1px solid #CCCCCC;	
}
.news-article{	
	padding-left:1em;	
	padding-right:1em;
	padding-top:.75em;
	padding-bottom:.75em;
}

.news .container{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.news .news-date{
	color:#666;
	font-size: .9em;
}
.other-news{
	text-align: right;
	margin-top: 10px;
}
.other-news a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	color:#fff;
	background-color: #4f1c87;
	width: 10em;
	font-size:12px;
	text-align: center;
	margin-right: .75em;	
	margin-bottom: .75em;
}
.other-news a:hover{
	opacity: .8;
}

/* ■■■■■■■■■■■■■■【topics】■■■■■■■■■■■■■ */
.topics{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCCCCC;	
	margin-top: 3em;
	padding-top: 3em;
}
.topics-banner{
	margin-bottom: 2em;
	
}

.topics-banner {	
	position: relative;
}

.topics-banner figure{	
	border-radius: 4px;
	overflow: hidden;
}

.topics-banner a{	
	display: block;
}

.topics-banner a:hover{	
	opacity:.8;
}
.topics-banner figcaption{
	font-weight: 800;
	text-align: center;
	padding: .5em;
	background-color: #4f1c87;
	color: #fff;
	position: absolute;
	left: 0;
	top: 7%;
	width: 90%;
	z-index: 999;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
}


/* ■■■■■■■■■■■■■■【SNNメニュー】■■■■■■■■■■■■■ */
  #sns-menu-container {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.3);
    transform: translateY(calc(100% - 2.5em));
    transition: transform 0.4s ease;
    z-index: 999;
  }

  #sns-menu-container.open {
    transform: translateY(0);
  }

  #sns-menu-bar {
    height: 2.5em;
	  background: #F9CE34;
	  background: linear-gradient(90deg,rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 50%, rgba(98, 40, 215, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 1em;
    cursor: pointer;
	  justify-content: center;
	  font-size: 16px;
  }
  #sns-menu-bar .label{
	  font-size: 13px;
  }
  #sns-menu-bar:hover{
    opacity:0.8;
  }
  #sns-menu-bar .arrow {
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    fill: white;
  }

  #sns-menu-box a i{
	  margin-right: .5em;	  
  }
  #sns-menu-box a{
	  display: block;
	  width: 100%;
	  margin-bottom: 5px;
	  cursor: pointer;
  }

  #sns-menu-box {
    padding: 1em;
	  font-size:14px;
  }
  #sns-menu-box > div {
margin-bottom: 1em;
}
  #sns-menu-box h5{
	font-size: 15px;
	border-bottom: 1px solid #4f1c87;
	  font-weight: 600;
	  margin-top: .5em;
  }

/* ■■■■■■■■■■■■■■【メディアクエリ】■■■■■■■■■■■■■ */

@media screen and (min-width: 576px) {
  .wakei-main-photo {
	height: 65vh;
	left: -10%; 
    width: 80vh;
	top: 44%;
	border: 8px solid #FFFFFF;
  }
.wakei-main-photo > div {
  background-position: 50% 50%;
}
  .main-image-inner {
	background-size: 70% auto;
  }
	.main-overlay-glid , .ban-wakei-point{
        max-width: 540px;
	}
  #sns-menu-bar .label{
	  font-size: 15px;
  }
.slider-arrow {
  top: 50%;
  width: 40px;
  height: 40px;
}
.fluied-h2 h2{
	font-size: 34px;
}
.about-text h3{
	font-size:22px;
}
.news .news-date{
	font-size: 1em;
}
  }
@media screen and (min-width: 768px) {
	.main-overlay-glid , .ban-wakei-point , .topics{
        max-width: 720px;		
	}
.fluied-h2 h2{
	font-size: 38px;
}
.about-text h3{
	font-size:24px;
}
.news .container{
	max-width: 600px;
}
  }
@media screen and (min-width: 992px) {
  .wakei-main-photo {
	height: 60vh;
	left: 0%; 
	top: 48%;
    width: 90vh;
	border: 10px solid #FFFFFF;
  }
  .main-image-inner {
	background-size: 60% auto;
  }
	.main-overlay-glid , .ban-wakei-point , .topics{
        max-width: 960px;
	}
  #sns-menu-box {
	  font-size:15px;
  }
  #sns-menu-box h5{
	font-size: 16px;
  }
	.about-text{
	padding: 3em !important;
}
.fluied-h2 h2{
	font-size: 42px;
}
.about-text h3{
	font-size:26px;
}
	.about-text{
	padding: 3em !important;
}
.news .container{
	max-width: 700px;
}
	
  }

@media (min-width: 1200px) {
  .wakei-main-photo {
	left: 5%; 
	top: 47%;
  }
  .main-image-inner {
	background-image: url(../images/top/main-logo-width.svg);
	background-size: 70% auto;
  }
	.main-overlay-glid , .ban-wakei-point , .topics{
        max-width: 1140px;
	}
  #sns-menu-bar .label{
	  font-size: 16px;
  }
	#sns-menu-container {
	width: 70%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  }
	
  #sns-menu-bar {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  }
.fluied-h2 h2{
	font-size: 46px;
}
.about-text h3{
	font-size:28px;
}
.news .container{
	max-width: 800px;
}
}

@media (min-width: 1400px) {
	.main-overlay-glid , .ban-wakei-point , .topics{
        max-width: 1320px;
	}
  .main-image-inner {
	background-size: 65% auto;
  }
	#sns-menu-container {
    width: 40%;
  }
.fluied-h2 h2{
	font-size: 50px;
}
.about-text h3{
	font-size:30px;
}
}


@media screen and (max-width: 768px) {
.topics .container-fluid {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
	.topics-banner{
		padding: 0px!important;
	}
}