@charset "UTF-8";

/*****************************
    topsec-firstview
*****************************/
.topsec-firstview{
  margin-top: 130px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .topsec-firstview{
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .topsec-firstview{
    margin-top: 160px;
  }
}

.topsec .topslider{
  margin-bottom: 30px;
}

.topslider .slideitem{
  margin: 0 auto;
  width: min(800px, 100%);
  aspect-ratio: 1920 / 900;
}
.topslider .slideitem img{
  width: 80%;
  aspect-ratio: 1920 / 900;
  object-fit: cover;
}
/* .slideitem a{
  height: 100%;
} */
/* .slide-item a:hover{
  opacity: 1;
}
.slide-item a:hover img{
  border: 2px solid #255500;
  opacity: 0.9;
} */

.topslider .nolink{
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  bottom: -60px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-bottom: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
padding: 2px;
cursor: pointer;
color: #345678;
border: 0;
outline: none;
background-color: #345678;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: '';
  display: block;
  background-color: #C1BFBF;
  text-align: center;
  color: #C1BFBF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .slick-dots li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -60px;
  }
  .slick-dots li {
    margin: 0 15px;
  }
  .slick-dots li button,.slick-dots li button:before{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev {
  left: 15px;

}
.slick-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 10px;
    display: none !important;
  }
  .slick-next {
    right: 22px;
    display: none !important;
  }
}

.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}

.slick-arrow::before {
  position: relative;
  font-family: FontAwesome;
  color: #fff;
  padding: 40px 10px;
  background: rgb(247, 247, 247, 0.5);
  opacity: 1;
  font-size: 24px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .slick-arrow::before {
    font-size: 18px;
    border-radius: 0px;
  }
}

/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
  max-width: 100%;
  text-shadow: 1px 1px 3px #555;
}
.catchcopy h2{
  font-size: 26px;
}
.catchcopy p{
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
  .catchcopy h2 {
      font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .catchcopy h2{
      font-size: 20px;
  }
  .catchcopy p{
      font-size: 16px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  padding: 30px 0;
}

/*****************************
  scroll to TOP
*****************************/
.page_top {
  margin: 0;
  text-align: center;
  background: url(../images/common/dotdot.png) repeat;
}
.page_top a{
  background-color: #fff;
  border-bottom: 1px solid #dfe4e6;
  border-top: 1px solid #dfe4e6;
  z-index: 1000;
  color: #345678;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  /* clip-path: polygon(0% 101%, 10% 0%, 90% 0%, 100% 101%); */
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}

.page_top a::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  position: relative;
  transition: 0.5s;
  top: 0;
  padding-right: 10px;
  vertical-align: top;
}
.page_top a:hover{
  opacity: 1;
color: #255500;
transition: 0.5s;
}
.page_top a:hover:before {
  transition: 0.5s;
  top: -5px;
}

/*****************************

*****************************/
.h_bnner{
  align-content: center;
}


.btn-boshu{
  --pink: #e3007f;
  --white: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 30px 7px 12px;
  margin-left: 10px;
  background: var(--pink);
  color: var(--white);
  text-decoration: none;

  border: 2px solid var(--white);   /* 外枠 */
  border-radius: 6px;

  position: relative;
  line-height: 1;
  box-sizing: border-box;
}

/* ★ 内側の白いライン */
.btn-boshu::before{
  content: "";
  position: absolute;
  inset: 4px;                 /* 内側にどれくらい入れるか */
  border: 1px solid #ffffff;  /* 内枠の白線 */
  border-radius: 4px;         /* 外枠より少し小さく */
  pointer-events: none;
}

/* 右の▶ */
.btn-boshu::after{
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);

  width: 0;
  height: 0;
  border-left: 9px solid var(--white);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* ===== 左の丸アイコン ===== */
.btn-boshu__icon{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--white);
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  box-sizing: border-box;
}

.btn-boshu__icon i{
  background: #ffffff;
  color: #e3007f;
  font-size: 22px;
}


.btn-boshu__text{
  display: grid;
  gap: 4px;
}

.btn-boshu__line1{
  display: block;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.btn-boshu__line1{ font-size: 16px; }

/* ホバー（任意） */
.btn-boshu:hover{
  filter: brightness(1.05);
}
.btn-boshu:active{
  transform: translateY(1px);
}

.spstyle{
  display: none;
}
@media screen and (max-width: 1024px) {
.spstyle{
  display: block;
}
}

.new-label {
    font-size: 12px;
    vertical-align: inherit;
    background: #B6003D;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    width: 45px;
    align-content: center;
}
.date{
    display: inline-block;
    vertical-align: middle;
}

.top_view_news_item02{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
}


.date time {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
}

.top_style .date time {
font-size: 14px;
letter-spacing: 0px;
color: #b5b5b5;
line-height: 1;
margin-left: 10px;
}

.news_title_style02{
  color: #008ACC;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
.news_title_style02{
  font-size: 16px;
}
}
.news_text_style02{
  color: #999;
  font-size: 14px;
}


/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 260px;
  margin: 0 auto;
  padding: 5px 25px 5px 2px;
  border: 1px solid #41bcef;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #41bcef;
  border-radius: 50px;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #E3007F;
  color: #fff;
  background: #E3007F;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #ce777a;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #ce777a;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}


.hashira_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.hashira_flex .hashira_area{
  width: calc(100% /2);
  padding: 10px;
}

@media screen and (max-width: 820px) {
.hashira_flex .hashira_area{
  width: calc(100% /1);
  padding: 10px;
}
}

.hashira_flex .hashira_area .subtitle{
    border-bottom: 2px solid #dae0d9;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.5;
    padding-left: 55px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.hashira_flex .hashira_area .subtitle{
    font-size: 18px;
}
}

.hashira_flex .hashira_area .subtitle::before {
position: absolute;
content: "";
background-image: url(../images/top/n01.jpg);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 45px;
aspect-ratio: 1 / 1;
left: 0px;
top: -11px;
}
.hashira_flex .hashira_area.hashira01 .subtitle::before {
background-image: url(../images/top/n01.jpg);
}
.hashira_flex .hashira_area.hashira02 .subtitle::before {
background-image: url(../images/top/n02.jpg);
}
.hashira_flex .hashira_area.hashira03 .subtitle::before {
background-image: url(../images/top/n03.jpg);
}
.hashira_flex .hashira_area.hashira04 .subtitle::before {
background-image: url(../images/top/n04.jpg);
}
.hashira_flex .hashira_area.hashira05 .subtitle::before {
background-image: url(../images/top/n05.jpg);
}
.hashira_flex .hashira_area.hashira06 .subtitle::before {
background-image: url(../images/top/n06.jpg);
}


/*****************************
  スクロールトップ
*****************************/
:root{
  --scrolltop-size: 56px;     /* ボタンの大きさ */
  --scrolltop-bg: #e3007f;       /* 背景色（お好みで） */
  --scrolltop-fg: #ffffff;       /* 矢印色 */
}

html { scroll-behavior: smooth; } /* アンカー時なども滑らかに */

.scroll-top{
  position: fixed;
  right: clamp(12px, 2vw, 20px);
  bottom: calc(clamp(12px, 2vw, 20px) + env(safe-area-inset-bottom, 0px));
  width: var(--scrolltop-size);
  height: var(--scrolltop-size);
  border-radius: 50%;
  background: var(--scrolltop-bg);
  color: var(--scrolltop-fg);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.18), 0 2px 8px rgba(0,0,0,.12);
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  transform: scale(.8);
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
  pointer-events: none; /* 非表示時はクリックさせない */
  border: none;
border: 2px solid #f8f9fa;
}

.scroll-top.is-show{
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.scroll-top:hover{ filter: brightness(1.05); }
.scroll-top:focus-visible{
  outline: 3px solid #72c6ff;
  outline-offset: 3px;
}

.scroll-top svg{
  width: 24px;
  height: 24px;
}

/* 省エネ設定の人にはアニメ抑制 */
@media (prefers-reduced-motion: reduce){
  .scroll-top{ transition: none; }
  html{ scroll-behavior: auto; }
}

.page-title{
  border-bottom: 2px solid #dae0d9;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
  position: relative;
  line-height: 1.5;
  padding-left: 120px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
.page-title{
  font-size: 18px;
  padding-left: 0px;
  margin-top: 50px;
}
}

.page-title::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/vision01.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 100px;
    aspect-ratio: 10 / 4;
    left: 0px;
    top: 40%;
    transform: translateY(-50%) translateX(0%);
}
@media screen and (max-width: 767px) {
.page-title::before {
  top: -30px;
    transform: translateY(-50%) translateX(0%);
}
}


.page-title.vision01::before {
    background-image: url(../images/top/vision01.jpg);
}
.page-title.vision02::before {
    background-image: url(../images/top/vision02.jpg);
}
.page-title.vision03::before {
    background-image: url(../images/top/vision03.jpg);
}

.vision_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: min(1000px, 100%);
}

.vision_area{
  width: calc(100% / 1);
  padding: 10px;
}

.vision_area a{
  line-height: 1;
}

.vision_box{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
border: 1px solid #E0E0E0;
margin-bottom: 20px;
width: 300px;
transition: 1s;
margin-right: 15px;
}

.vision_box:hover{
border: 1px solid #41bcef;
transition: 1s;
}

.left_area{
  width: 40px;
  margin-right: 5px;
}
.left_area img{
  width: 40px;
}
.right_area{
width: calc(100% - 45px);
}
.right_area p{
  font-size: 16px;
  font-weight: bold;
}
.vision_box:hover .right_area p{
  color: #41bcef;
  transition: 1s;
}

.vision_btn_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.free_img{
  width: min(500px, 100%);
  margin: 30px 0;
}
.free_img img{
  width: 100%;
}
