/*--------------------------------------------------------------
visual
--------------------------------------------------------------*/
.page_visual_wrap {
  position: relative;
}
.home_mv_text {
  width: min(90vw,95rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_mv_text h1 {
  line-height: 0;
}
.home_mv_text .catch_copy {
  color: #FFF;
  font-size: clamp(1.6rem,calc( 1rem + 1.6666666666666667vw ),3rem);
  text-align: center;
  filter: drop-shadow(0px 0px 1px var(--fc-base))drop-shadow(0px 0px 1px var(--fc-base));
}
.home_mv_text .title_bottom {
  color: var(--main-blue);
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: clamp( 1.7rem, calc( 0.4142857142857144rem + 3.571428571428571vw ), 4.7rem );
  text-align: center;
  filter: drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF) drop-shadow(0px 0px 1px #FFF);
}
@media (min-width: 992px) {
  .home_mv_text {
    top: 70%;
  }
  .home_mv_text .title_bottom {
    margin-top: 0.5em;
  }
}
/*--------------------------------------------------------------
intro
--------------------------------------------------------------*/
#home_intro {
  padding-top: 4rem;
}
#home_intro .btn_wrap {
  margin-top: 2em;
}
/*--------------------------------------------------------------
news
--------------------------------------------------------------*/
#home_news {
  padding: 10rem 0 8rem;
}
#home_news .content_block {
  max-width: 800px;
  padding: 1em;
  margin: 0 auto;
  background: #FFF;
  border: 4px solid #ACDDF7;
  border-radius: 20px;
  position: relative;
}
#home_news .news_section_title {
  position: absolute;
  top: -1.2em;
  text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
#home_news .news_list li {
  padding: 10px 5px;
  margin: 15px;
  border-bottom: 1px dashed #4d4d4d;
  position: relative;
  z-index: 3;
}
#home_news .news_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease 0.4s;
}
#home_news .news_list li:hover::before {
  opacity: 0.1;
}
#home_news .news_list li a {
  display: flex;
  color: #4d4d4d;
  gap: 10px;
}
#home_news .news_list img {
  width: min(14vw,100px);
  height: min(14vw,100px);
  object-fit: cover;
  object-position: top;
}
#home_news .news_list li .text_wrap p {
  line-height: 1.4; 
}
#home_news .read_more {
  display: flex;
  color: var(--main-blue);
  line-height: 1;
  align-items: center;
  width: fit-content;
  margin: 1em 1em 0 auto;
}
#home_news .read_more::after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.2em;
  border-right: 3px solid var(--main-blue);
  border-bottom: 3px solid var(--main-blue);
  transform: rotate(-45deg);
}
#home_news .read_more:hover::after {
  animation: slideBlink 1.4s linear infinite;
}
@keyframes slideBlink { 
  0% { 
    transform: rotate(-45deg) translate(0,0);
  }
  80% {
    transform: rotate(-45deg) translate(15px,15px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
}
@media (min-width: 992px){
  #home_news {
    padding: 19rem 0 10rem;
  }
  #home_news .content_block {
    padding: 2em;
  }
  #home_news .news_list li .text_wrap span,
  #home_news .news_list li .text_wrap p,
  .read_more a {
    font-size: 1.6rem; 
  }

}
/*--------------------------------------------------------------
reason
--------------------------------------------------------------*/
#home_reason {
  padding: 10rem 0;
  background: url(/assets/img/common/yellow_bg_sp.jpg) no-repeat center / 100% 100%;
}
#home_reason .title_ball {
  font-family: "heisei-maru-gothic-std", sans-serif;
  margin-bottom: 3em;
}
#home_reason .content_block .item {
  padding: 2em 1em;
  background: #FFF;
  border: 5px solid var(--orange);
  border-radius: 1rem;
}
#home_reason .content_block .item + .item {
  margin-top: 3rem;
}

#home_reason .content_block .item .block_title {
  line-height: 1.3;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}
#home_reason .content_block .item + .item .block_title::after {
  display: block;
  content:"";
  width: 10rem;
  height: 10rem;
  margin: 1rem auto;
}
#home_reason .content_block .item:nth-child(2) .block_title::after {
  background: url(/assets/img/home/icon_heart.svg) no-repeat center / contain;
}
#home_reason .content_block .item:nth-child(3) .block_title::after {
  background: url(/assets/img/home/icon_bus.svg) no-repeat center / contain;
}
#home_reason .content_block .item:nth-child(1) .year {
  display: flex;
  flex-wrap: wrap;
  color: var(--orange);
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-content: center;
  width: 10rem;
  height: 10rem;
  margin: 1rem auto;
  border: 5px solid;
  border-radius: 50%;
}
#home_reason .content_block .item:nth-child(1) .year .start {
  width: 100%;
}
#home_reason .content_block .item:nth-child(1) .year .number {
  font-size: 200%;
}
#home_reason .content_block .item:nth-child(1) .year .end {
  align-self: self-end;
}
#home_reason .content_block .item .text {
  flex-grow: 1;
}
#home_reason .content_block .item .link {
  display: flex;
  color: var(--main-blue);
  line-height: 1;
  align-items: center;
  width: fit-content;
  margin: 1em 1em 0 auto;
}
#home_reason .content_block .item .link::after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.2em;
  border-right: 3px solid var(--main-blue);
  border-bottom: 3px solid var(--main-blue);
  transform: rotate(-45deg);
}
#home_reason .content_block .item .link:hover::after {
  animation: slideBlink 1.4s linear infinite;
}
@keyframes slideBlink { 
  0% { 
    transform: rotate(-45deg) translate(0,0);
  }
  80% {
    transform: rotate(-45deg) translate(15px,15px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #home_reason .content_block {
    display: flex;
    justify-content: space-between;
  }
  #home_reason .content_block .item {
    display: flex;
    flex-direction: column;
    width: 32%;
  }
  #home_reason .content_block .item:nth-child(1) .block_title {
    height: 2em;
  }
  #home_reason .content_block .item + .item {
    margin-top: 0;
  }
  #home_reason .content_block .item + .item .block_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(2em + 12rem);
  }

}
@media (min-width: 992px) {
  #home_reason {
    padding: 12rem 0;
    background: url(/assets/img/common/yellow_bg.jpg) no-repeat center / 100% 100%;
  }
}
/*--------------------------------------------------------------
service
--------------------------------------------------------------*/
#home_service .content_block .item + .item {
  margin-top: 7rem;
}
#home_service .content_block .item img {
  aspect-ratio: 590 / 373;
  object-fit: cover;
}
#home_service .content_block .block_title {
  color: var(--main-blue);
  text-align: center;
}
#home_service .content_block .item p  {
  margin-bottom: 2em;
}
#home_service .content_block .item .pdf_wrap {
  text-align: center;
  margin-top: 1em;
}
#home_service .content_block .item .pdf_wrap .btn {
  font-size: clamp(1.4rem,calc(1.3142857142857142rem + 0.2380952380952381vw),1.6rem);
  background: var(--orange);
  border-color: var(--orange);
}
#home_service .content_block .item .pdf_wrap .btn:hover {
  color: var(--orange);
  background: #FFF;
}
@media (min-width: 768px){
  #home_service .content_block {
    display: flex;
    justify-content: space-between;
  }
  #home_service .content_block .item {
    display: flex;
    flex-direction: column;
    width: 47%;
  }
  #home_service .content_block .item + .item {
    margin-top: 0;
  }
  #home_service .content_block .item .item_text {
    flex-grow: 1;
  }
  #home_service .content_block .item + .item .btn_wrap {
    margin-bottom: 6.9rem;
  }
}
/*--------------------------------------------------------------
youtube
--------------------------------------------------------------*/
#home_youtube {
  padding: 8rem 0;
  background: url(/assets/img/common/yellow_bg_sp.jpg) no-repeat center / 100% 100%;
}
#home_youtube .content_block {
  text-align: center;
}
#home_youtube iframe {
  max-width: 100%;
}
@media (min-width: 992px) {
  #home_youtube {
    padding: 13rem 0;
    background: url(/assets/img/common/yellow_bg.jpg) no-repeat center / 100% 100%;
  }
}
/*--------------------------------------------------------------
voice
--------------------------------------------------------------*/
#home_voice .voice_item {
  margin-bottom: 14rem;
  position: relative;
}
#home_voice .voice_item::after {
  display: block;
  content:"";
  width: 13rem;
  aspect-ratio: 102 / 107;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 90%;
  z-index: 3;
}
#home_voice .voice_item:nth-child(1)::after {
  background-image: url(/assets/img/home/voice_illust1.png);
}
#home_voice .voice_item:nth-child(2)::after {
  background-image: url(/assets/img/home/voice_illust2.png);
  right: 0;
}
#home_voice .voice_item p {
  filter: drop-shadow(0px 0px 1px var(--main-blue)) drop-shadow(0px 0px 1px var(--main-blue)) drop-shadow(0px 0px 1px var(--main-blue));
}
#home_voice .voice_item p span {
  display: block;
  margin-bottom: 7rem;
  padding: 2em 1em 6em;
  background: #FFF;
}
#home_voice .voice_item:nth-child(1) p span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 73% 80%, 43% 100%, 52% 80%, 0% 80%);
}
#home_voice .voice_item:nth-child(2) p span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 48% 80%, 58% 100%, 26% 80%, 0% 80%);
}
#home_voice .content_block .btn_wrap {
  text-align: center;
  margin: 1em auto 0;
}
#home_voice .content_block .btn_wrap .btn {
  background: var(--orange);
  border-color: var(--orange);
}
#home_voice .content_block .btn_wrap .btn:hover {
  color: var(--orange);
  background: #FFF;
}
@media (min-width: 768px){
  #home_voice .content_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  #home_voice .voice_item {
    width: 48%;
  }
  #home_voice .voice_item::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #home_voice .voice_item:nth-child(2)::after {
    right: auto;
  }
  #home_voice .voice_item p span {
    height: 19em;
    padding: 1.5em;
  }
  #home_voice .voice_item:nth-child(1) p span {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0% 90%);
  }
  #home_voice .voice_item:nth-child(2) p span {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0% 90%);
  }
}
/*--------------------------------------
worry
---------------------------------------*/
#home_worry {
  padding: 0;
  position: relative;
}
#home_worry .content_block {
  padding: 5rem 0;
  background: url(/assets/img/home/worry-bg.jpg) no-repeat 40% top/cover;
}
#home_worry .title_wrap {
  color: #FFF;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: bold;
  text-align: center;
  width: min(100%,900px);
  padding: 0 5px;
  margin: 0px 0px 0px auto;
}
#home_worry .title_wrap .text {
  font-size: calc(1.2rem + 0.3vw);
}
#home_worry .title_wrap .title {
  font-size: 2.7rem;
}
#home_worry .worry_list {
  width: min(100%,500px);
  height: 390px;
  margin: 0 0 0 auto;
  position: relative;
}
#home_worry .worry_list li {
  color: #563b21;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
#home_worry .worry_list li:nth-child(1) {
  padding: 15px 57px;
  background: url(/assets/img/home/worry1.png) no-repeat top / contain;
  top: 33%;
  left: 0;
}
#home_worry .worry_list li:nth-child(2) {
  padding: 20px 60px;
  background: url(/assets/img/home/worry3.png) no-repeat top / contain;
  top: 0;
  right: 8%;
}
#home_worry .worry_list li:nth-child(3) {
  padding: 20px 40px;
  background: url(/assets/img/home/worry2.png) no-repeat top / contain;
  left: 20%;
  bottom: -3%;
}
#home_worry .worry_list li:nth-child(4) {
  padding: 26px 54px 11px;
  background: url(/assets/img/home/worry4.png) no-repeat top / contain;
  right: 1%;
  bottom: 20%;
}
@media (min-width: 768px){
  #home_worry .content_block {
    background-position: center top;
  }
  #home_worry .title_wrap .title {
    font-size: 3rem;
    letter-spacing: .2em;
  }
  #home_worry .worry_list {
    width: min(100%,900px);
  }
  #home_worry .worry_list li {
    font-size: 2rem;
  }
  #home_worry .worry_list li:nth-child(1) {
    top: 23%;
    left: 5%;
  }
  #home_worry .worry_list li:nth-child(2) {
    top: 3%;
    right: 24%;
  }
  #home_worry .worry_list li:nth-child(3) {
    left: 30%;
    bottom: 4%;
  }
  #home_worry .worry_list li:nth-child(4) {
    right: 13%;
    bottom: 9%;
  }
}
@media (min-width: 1200px){
  #home_worry .title_wrap .text {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------------------
access
--------------------------------------------------------------*/
#home_access {
  padding: 1rem 0 4rem;
}
#home_access .title_ball {
  position: relative;
  top: 0.5em;
}
#home_access .item_inner {
  padding: 30px;
  margin-bottom: 50px;
  background-color: #fff;
}
#home_access .item .map {
  height: 330px;
  margin-bottom: 10px;
}
#home_access .item .note {
  margin: 10px 0;
  line-height: 1.68;
}
#home_access .item .note.tel {
  display: flex;
  color: #4d4d4d;
  font-size: 3rem;
  line-height: 1.4;
  align-items: center;
  gap: 10px;
}
#home_access .item .note.tel::before {
  display: inline_block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(/assets/img/common/icon_phone.svg) no-repeat center / 75%;
  border: 0.3rem solid #4d4d4d;
  border-radius: 50%;
}
@media (min-width: 768px){
  #home_access {
    padding: 10rem 0;
  }
  #home_access .content_block {
    display: flex;
    justify-content: space-between;
  }
  #home_access .content_block .item {
    width: 48%;
  }
}