@charset "UTF-8";
.pc {
  display: none;
}
.sp {
  display: block;
}
body {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    font-size: 16px;
  }
  body p,
  body span,
  body div,
  table th,
  table td {
    line-height: 1.7;
  }
  /*                    トップページ　　　　*/
  /*　　共通　　　*/

  .top_box {
    padding: 100px 15px;
  }

  .top_midasi {
    margin-bottom: 90px;
  }

  .top_tips {
    text-align: center;
    margin-bottom: 90px;
  }
  .top_tips_midasi {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .top_tips p {
    margin-bottom: 15px;
  }

  /*              追加　トップページ　　　　　　　　　　*/
  .top_blog_list li {
    width: 23%;
    margin-bottom: 0;
  }

  .top_blog_list .title {
    font-size: 18px;
    margin: 5px 0 11px 0;
  }

  .top_blog_list .bassui {
    display: block;
  }
  .blog_meta .cat_name_wrap {
    font-size: 13px;
  }
  .blog_meta .date {
    letter-spacing: 2px;
    padding-left: 10px;
    font-size: 12px;
  }

  /*              追加　archive single　　　　　　　　　　*/
  .article-group .top_blog_list {
    justify-content: flex-start;
  }

  .article-group .top_blog_list li {
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .single .entry-content h2 {
    margin: 40px 0;
    font-size: 24px;
    padding: 15px;
  }
  .single .entry-content h3 {
    padding: 0 10px 10px 0px;
    margin: 40px 0 20px 0;
    font-size: 20px;
  }

  /*            footer                  */

  .footer_L {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .footer_L .footer_logo {
    width: 28%;
    padding: 0 10px 10px 0;
  }
  .footer_L p {
    flex: 1;
    margin: 0;
  }
  /*     page top   */

  .ec-blockTopBtn {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 200px;
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1070px) {
  .top_box {
    padding: 50px 15px;
  }
  .top_midasi {
    margin-bottom: 40px;
  }
  .more.more_orange {
    margin-top: 30px;
  }
  .footer_ue_nav {
    margin-top: 30px;
  }

  .page_h2 {
    margin: 40px 0 25px 0;
  }

  .widget-title {
    font-size: 26px;
  }
  .widget ul li a {
    padding: 10px 15px 10px 10px;
    font-size: 14px;
  }
}

@media (max-width: 1070px) {
  body {
  }
  .sp_header_logo {
    display: block;
  }
}

/*      @media   　 max767                                             */
@media (max-width: 767.888px) {
  .footer_L .footer_logo img {
    max-width: 80px;
  }
  .footer_ue_nav a {
    padding: 5px 10px;
  }
  .main-content-header {
  }
  #secondary {
    margin-top: 40px;
  }
  .nav-previous a {
    padding: 12px 20px 12px 40px;
  }
  .nav-next a {
    padding: 12px 40px 12px 20px;
  }
}

/* -----------------
    20250617_TOP
--------------------*/
/* パーツ */
.c-btn {
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #155faa;
  border-radius: 27px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.c-btn:hover {
  color: #fff;
  background-color: #009b3f;
  opacity: 1;
}

.c-btn::after {
  content: "";
  width: 20px;
  height: 12px;
  display: block;
  background: url("../images/top/btn_icon.png") no-repeat center center /
    contain;
}

.c-btn--green {
  background-color: #009b3f;
}

.c-btn--green:hover {
  background-color: #155faa;
}

.c-btn--white {
  color: #009b3f;
  background-color: #fff;
}

.sp_logo {
  padding: 10px 10px 10px 20px;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.68);
  z-index: 50;
}
@media (min-width: 1070px) {
  .sp_logo {
    display: none;
  }
}

.sp_logo a {
  display: flex;
  align-items: center;
}

.sp_logo img {
  width: 200px;
  height: auto;
}

@media (max-width: 1069px) {
  header {
    display: none;
  }
}

/* ヘッダー */
.p-header__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1600px) {
  .p-header__wrapper {
    gap: 40px;
  }
}

.p-header__btn {
  width: 200px;
}

/* フッター */
.p-footer {
  background-color: blue;
  background: linear-gradient(to right, #009b3f, #28d676);
}

.p-footer__top {
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1070px) {
  .p-footer__top {
    padding-block: 55px;
    max-width: 1350px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__logo {
  margin-inline: auto;
  max-width: 500px;
  width: 90%;
}
@media (min-width: 1070px) {
  .p-footer__logo {
    margin-inline: initial;
    max-width: 265px;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 444/34;
}

.p-footer__btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1070px) {
  .p-footer__btn-box {
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
  }
}

.p-footer__btn {
  max-width: 400px;
  width: 100%;
}
@media (min-width: 1070px) {
  .p-footer__btn {
    max-width: 200px;
  }
}

.p-footer__bottom {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
@media (min-width: 1070px) {
  .p-footer__bottom {
    padding: 0 35px;
  }
}

.home .p-footer__bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 120;
}

.p-footer__nav {
  display: none;
}
@media (min-width: 1070px) {
  .p-footer__nav {
    display: block;
  }
}

.p-footer__nav-list {
  display: flex;
  align-items: center;
}

.p-footer__nav-item a {
  padding: 10px 20px;
  display: block;
}
.p-footer__nav-item a span{
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14);
  color: #000;

  position: relative;
  font-weight: bold;
}
.p-footer__nav-item a span:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 1px;/*下線の高さ*/
  background:var(--color_01);/*下線の色*/
  z-index: -1;
  transition: all 0.3s;/*アニメーション速度*/
}
.p-footer__nav-item a:hover span:after{
  width: 100%;/*hover時に表示*/
}
.p-footer__bottom small {
  margin-inline: auto;
  color: #000;
  font-size: 8px;
  font-weight: 400;
  line-height: calc(18 / 12);
  letter-spacing: 0.08em;
  word-break: normal;
}
@media (min-width: 370px) {
  .p-footer__bottom small {
    font-size: 9px;
  }
}
@media (min-width: 1070px) {
  .p-footer__bottom small {
    margin-inline: initial;
    font-size: 12px;
  }
}

.l-inner {
  padding-inline: 25px;
}

/* ホーム */
.home {
  height: 100svh;
}

/* FV */
.p-fv {
  height: 100svh;
  position: relative;
  overflow: hidden;
}

/* キャッチ */
.p-fv__catch {
  padding-top: 80px;
  padding-inline: 8vw;
  width: 80vw;
  position: relative;
  z-index: 100;
}
@media (min-width: 600px) {
  .p-fv__catch {
    width: 60vw;
  }
}
@media (min-width: 1000px) {
  .p-fv__catch {
    width: 55vw;
    height: 53vh;
  }
}
@media (min-width: 1600px) {
  .p-fv__catch {
    padding-top: 8vw;
    width: 45vw;
  }
}

.p-fv__catch::before {
  content: "";
  width: 275px;
  height: 110px;
  display: block;
  position: absolute;
  top: 50px;
  left: -25px;
  z-index: -1;
  background: url("../images/top/fv_bg.png") no-repeat center center / contain;
}
@media (min-width: 768px) {
  .p-fv__catch::before {
    width: 550px;
    height: 25vh;
    top: 100px;
  }
}
@media (min-width: 1070px) {
  .p-fv__catch::before {
    width: 695px;
    height: 34vh;
    top: 100px;
    left: 170px;
  }
}
@media (min-width: 1600px) {
  .p-fv__catch::before {
    width: 901px;
    top: 135px;
  }
}
@media (min-width: 1920px) {
  .p-fv__catch::before {
    //width: 700px;
    //height: 200px;
	
	        width: 1000px;
        height: 351px;
  }
}

.p-fv__catch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 456/298;
}

.p-fv__sub-image {
  margin-top: 35px;
  width: 70%;
  transform: translateX(-10px);
}
@media (min-width: 768px) {
  .p-fv__sub-image {
    width: 65%;
    transform: translateX(-10px);
  }
}
@media (min-width: 1070px) {
  .p-fv__sub-image {
    width: 26%;
    transform: unset;
    position: absolute;
    z-index: 110;
    top: 40%;
    left: 54%;
  }
}
@media (min-width: 1440px) {
  .p-fv__sub-image {
    left: 43%;
  }
}

.p-fv__sub-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 416/400;
  border-radius: 15px;
}

@media (min-width: 768px) {
.p-fv__sub-image img {
  aspect-ratio: 416/400;
}
}

@media (min-width: 1070px) {
.p-fv__sub-image img {
  aspect-ratio: 416/800;
}
}
@media (min-width: 1200px) {
.p-fv__sub-image img {
  aspect-ratio: 416/650;
}

}

@media (min-width: 1300px) {
.p-fv__sub-image img {
  aspect-ratio: 416/500;
}



}
/* スライダー */
.p-fv__slider {
  width: 65%;
  height: 100svh;
  position: absolute;
  top: 0;
  right: -140px;
  z-index: 30;
}
@media (min-width: 400px) {
  .p-fv__slider {
    width: 50%;
    right: -90px;
  }
}
@media (min-width: 500px) {
  .p-fv__slider {
    width: 45%;
    right: -125px;
  }
}
@media (min-width: 1070px) {
  .p-fv__slider {
    width: 20%;
    right: -10px;
  }
}
@media (min-width: 1440px) {
  .p-fv__slider {
    width: 30%;
    right: -10px;
  }
}

.p-fv__slider-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-fv__slider-contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: scrollUp 146s linear infinite;
}
@media (min-width: 1070px) {
  .p-fv__slider-contents {
    gap: 25px;
    animation: scrollUp 146s linear infinite;
  }
}

.p-fv__slider-slide {
  height: 177px;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .p-fv__slider-slide {
    height: 250px;
  }
}
@media (min-width: 1600px) {
  .p-fv__slider-slide {
    height: 364px;
  }
}

.p-fv__slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 244/177;
  border-radius: 15px;
}

/* アニメーション定義 */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* ニュース */
.l-news {
  padding-block: 20px;
}
@media (min-width: 1070px) {
  .l-news {
    padding-block: 2vw;
  }
}

.p-news {
  width: 100%;
  position: fixed;
  bottom: 40px;
  left: 0;
  z-index: 40;
  background: linear-gradient(45deg, #155faa, #155faa, #009b3f);
}
@media (min-width: 1070px) {
  .p-news {
    bottom: 45px;
    z-index: 10;
  }
}

.p-news__inner {
  padding-inline: 25px;
}
@media (min-width: 1070px) {
  .p-news__inner {
    padding-inline: 120px;
  }
}

.p-news__list {
  padding-bottom: 10px;
}
@media (min-width: 1070px) {
  .p-news__list {
    max-width: 447px;
    padding-left: 17px;
  }
}

.p-news__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}

.p-news__item a {
  padding-block: 10px;
  display: block;
}
@media (min-width: 1070px) {
  .p-news__item a {
    padding-block: 13px;
  }
}

.p-news__title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
}

.p-news__title::before {
  content: "";
  width: 20px;
  height: 14.5px;
  display: block;
  background: url("../images/top/btn_icon.png") no-repeat center center /
    contain;
  transform: rotate(270deg);
}

.p-news__item-data {
  color: #f3f3f3;
  font-size: 12px;
  font-weight: 400;
}

.p-news__item-title {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap; /* 折り返し無しにする */
  overflow: hidden; /* はみ出た部分を非表示 */
  text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
