@charset "utf-8";
/* Subject Design Common */
#main {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #main {
    font-size: 1.5rem; 
	  letter-spacing: 0;
	  line-height: 1.8;
  }
}

.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

#main .title {
  font-size: 3rem;
  line-height: 1.78;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

#main .title span {
  position: relative;
  z-index: 2;
  padding: 0 8px;
}

#main .title span::after {
    content: '';
    position: absolute;
    width: 0%;
    transition: 1s 0.4s;
    height: 12px;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
    background: linear-gradient(to right, #adcfea 0, #adcfea 100%);
}

#main .title.is-view span::after {
    width: 100%;
}



.dflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.txt-shadow-w{
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff;
}
.mv {
  position: relative;
}

.mv img {
  width: 100%;
}

#pankuzu {
  position: absolute;
  left: calc(50% - 500px);
  top: 0;
}
@media (max-width: 1000px) {
   #pankuzu {
    left: 20px;
  }
}
@media (max-width: 768px) {
   #pankuzu {
    left: 0;
    letter-spacing: 0em;
  }
}

.weboc-btn {
  margin-top: 30px;
}

.btn-link {
  opacity: 1 !important;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 40px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 0px 0px #ccc;
  text-align: center;
  height: 56px;
  color: #fff;
  max-width: 500px;
  width: 90%;
  min-width: 280px;
  margin: 0px auto 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: url("../images/subjects/subject_lifedesign/common/btn-blue_dark.jpg") no-repeat center center/100% 100%;
  position: relative;
}
.btn-link::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 3%;
  display: block;
  background: url("../images/subjects/subject_lifedesign/common/arrow-blue_dark.svg") no-repeat top left/100% 100%;
  transform: translateY(-50%);
}

.btn-link:hover {
  background: #4694d0;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .btn-link{
    width: 100%;
    letter-spacing: 0.1em;
  }
}

/* Page Btn */
.bottom-page{margin-top: 150px;}
[class*="page-btn"]{display: flex; flex-wrap: wrap; justify-content: space-between;}
[class*="page-btn"] a{opacity: 1 !important; width: 100%; font-size: min(1.5vw,1.8rem); letter-spacing: 0.1em; line-height: 1.3; border: 2px solid #fff;
 box-shadow: 3px 3px 0px 0px #ccc; height: 64px; color: #fff; border-radius: 8px; display: flex; align-items: center; overflow: hidden; background: url("../images/subjects/subject_lifedesign/common/btn-blue_dark.jpg") no-repeat center center/100% 100%; position: relative; padding-left: 15px; box-sizing: border-box;}
[class*="page-btn"] a:hover {background: #4694d0;}
[class*="page-btn"] a::after {content: ''; width: 24px; height: 24px; position: absolute; top: 50%; right: 10px; display: block; background: url("../images/subjects/subject_lifedesign/common/arrow-blue_dark.svg") no-repeat top left/100% 100%; transform: translateY(-50%);}
[class*="page-btn"] a.is-active{background: #fff; border: 2px solid #4694d0; color: #4694d0;}
[class*="page-btn"] a.is-active::after {background: url(../images/subjects/subject_lifedesign/common/arrow-blue_active.svg) no-repeat top left/100% 100%;}

.page-btn2 a{justify-content: center; text-align: center;}
.page-btn2 li:nth-of-type(1) a{background: url("../images/subjects/subject_lifedesign/common/btn-green.jpg") no-repeat center center/100% 100%;}
.page-btn2 li:nth-of-type(1) a:after{background: url("../images/subjects/subject_lifedesign/common/arrow-green.svg") no-repeat top left/100% 100%;}
.page-btn2 li:nth-of-type(1) a:hover{background: #a3c600;}
.page-btn2 li:nth-of-type(2) a{background: url("../images/subjects/subject_lifedesign/common/btn-blue.jpg") no-repeat center center/100% 100%;}
.page-btn2 li:nth-of-type(2) a:after{background: url("../images/subjects/subject_lifedesign/common/arrow-blue.svg") no-repeat top left/100% 100%;}
.page-btn2 li:nth-of-type(2) a:hover{background: #47c5da;}

@media (min-width: 769px) {
	.page-btn1 li{width: 15.35%; margin-bottom: 30px;}
	.page-btn1 li:nth-of-type(2){width: 19.56%;}
	.page-btn1 li:nth-of-type(3){width: 14.1%;}
	.page-btn1 li:nth-of-type(4){width: 16.84%;}
	.page-btn1 li:nth-of-type(6){width: 14.1%;}
	.page-btn2 li{width: 49.2%;}
}

@media (max-width: 768px) {
	.bottom-page{margin-top: 80px;}
	[class*="page-btn"] li{margin-bottom: 4%;}
	[class*="page-btn"] a{font-size: 1.4rem; height: 56px; padding-left: 8px;}
	[class*="page-btn"] a::after{width: 18px; height: 18px; right: 5px;}
	.page-btn1 li{width: 49%;}
	.page-btn2 li{width: 100%;}
}