@charset "UTF-8";
/*
Theme Name:　宇部市こどもと大人の発達相談センターWEBサイト
Theme URI:https://
Description: 宇部市こどもと大人の発達相談センターサイトオリジナルテーマ
Author:kiraramarketing
Version: 1.0
*/
/*共通のcss*/
:root {
  --header-height: 80px;
}
html {
 scroll-behavior: smooth;
 scroll-snap-type: y proximity;
 scroll-padding-top: var(--header-height);
}
@media screen and (max-width: 768px) {
:root {
    --header-height: 64px;
  }
}
body {
 font-family: "Zen Kaku Gothic New", sans-serif;
 line-height: 1;
 color: #020202;
 background: #FFFFF8;
}
/* iOS対策を含めたスクロール固定 */
body.no-scroll {
 overflow: hidden;
 height: 100%;
}
/* 主に改行に使用 */
@media screen and (max-width: 1110px) {
 .head-pcnone {
  display: none !important;
 }
}
@media screen and (min-width: 800px) {
 .pcnone {
  display: none !important;
 }
}
@media screen and (max-width: 800px) {
 .spnone {
  display: none !important;
 }
}
.fade {
 transition: 0.3s ease-in-out;
}
.fade:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha(opacity=70)";
}
.content {
 width: clamp(331px, 74.9vw, 836px);
 max-width: 836px;
 margin: 0 auto;
}
@media screen and (max-width: 768px) {
 .content {
  max-width: none;
 }
}
/* 共通クラス */
.flex-between {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
}
.flex-start {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
}
/* ボタン */
.btn {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 max-width: 238px;
 height: 64px;
 background-color: #FFD54D;
 border-radius: 50px;
 transition: 0.3s ease-in-out;
 margin: 0 auto;
}
.btn a {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 20px;
 width: 100%;
 height: 100%;
 color: #222;
 text-align: center;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 600;
 line-height: 160%;
 letter-spacing: 0.45px;
}
.btn a span {
 width: 34px;
 height: 34px;
 display: block;
 background-image: url("assets/image/arrow-light.png");
 background-repeat: no-repeat;
 background-size: 13px 12px;
 background-position: center;
 background-color: #FFF;
 border-radius: 50%;
 transition: background-position 0.3s ease;
}
.btn a:hover span {
 background-position: right 6px center;
}
.btn.mgt100 {
 margin-top: 100px;
}
@media screen and (max-width:768px) {
 .btn.mgt100 {
  margin-top: 80px;
 }
}
/*
.btn a:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha(opacity=70)";
}
*/
/* パンくずリスト */
.breadcrumb {
 position: relative;
 padding: 30px 0;
}
div.breadcrumb nav ol {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 gap: 10px;
 width: 100%;
 flex-wrap: wrap;
}
div.breadcrumb nav ol li {
 display: flex;
 justify-content: center;
 align-items: center;
 min-width: 0;
}
div.breadcrumb nav ol li span {
 color: #030303;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 13px;
 font-style: normal;
 font-weight: 400;
 line-height: 160%;
 /* 20.8px */
 letter-spacing: 0.39px;
}
div.breadcrumb nav ol li:nth-child(1), div.breadcrumb nav ol li:nth-child(2) {
 white-space: nowrap;
}
div.breadcrumb nav ol li:last-child {
 max-width: 45%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
div.breadcrumb nav ol li a {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 10px;
 color: #030303;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 13px;
 font-style: normal;
 font-weight: 400;
 line-height: 160%;
 /* 20.8px */
 letter-spacing: 0.39px;
}
div.breadcrumb nav ol li:not(:last-child)::after {
 content: "";
 display: inline-block;
 width: 8px;
 height: 1px;
 background-color: #030303;
 margin-left: 10px;
 vertical-align: middle;
}
div.breadcrumb nav ol li a[aria-current="page"] {
 display: block;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 color: #030303;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 13px;
 font-style: normal;
 font-weight: 600;
 line-height: 160%;
 letter-spacing: 0.39px;
 text-decoration: none;
 pointer-events: none;
}
@media screen and (max-width:1110px) {
 .breadcrumb {
  margin-top: 64px;
  padding-top: calc(64px + env(safe-area-inset-top));
  padding-bottom: 20px;
 }
 div.breadcrumb nav ol li:not(:last-child)::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  margin-left: 10px;
 }
}
/*ページャー*/
.pagenavi ul.page-numbers {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: row;
 list-style: none;
 gap: 10px;
 padding: 0;
 margin: 0;
}
.pagenavi ul.page-numbers li a.page-numbers:not(.prev):not(.next), .pagenavi ul.page-numbers li span.page-numbers.current {
 display: flex;
 width: 40px;
 height: 40px;
 justify-content: center;
 align-items: center;
 border-radius: 50%;
 text-align: center;
 color: #222;
 leading-trim: both;
 text-edge: cap;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 13px;
 font-style: normal;
 font-weight: 700;
 line-height: 190%; /* 24.7px */
 box-sizing: border-box;
 text-decoration: none;
 transition: all 0.2s ease;
}
/* 現在のページの背景色（数字） */
.pagenavi ul.page-numbers li span.page-numbers.current {
 background: #222;
 color: #fff;
}
/* 矢印ボタンの設定*/
.pagenavi ul.page-numbers li a.prev, .pagenavi ul.page-numbers li a.next {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 40px;
 height: 40px;
 aspect-ratio: 1/1;
 border-radius: 50%;
 background-color: #FFD54D;
 transition: background-color 0.3s ease;
}
/* 矢印の画像表示 */
.pagenavi ul.page-numbers li a .arrow-prev, .pagenavi ul.page-numbers li a .arrow-next {
 display: block;
 width: 13px;
 height: 12px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
}
.pagenavi ul.page-numbers li a .arrow-next {
 background-image: url("assets/image/arrow-light.png");
}
.pagenavi ul.page-numbers li a .arrow-prev {
 background-image: url("assets/image/arrow-left.png");
}
/* --- ホバー --- */
.pagenavi ul.page-numbers li a .arrow-prev, .pagenavi ul.page-numbers li a .arrow-next {
 transition: transform 0.3s ease; /* 0.3秒かけて動く */
}
/* 2. 「前へ」にホバーした時：左に動かす */
.pagenavi ul.page-numbers li a.prev:hover .arrow-prev {
 transform: translateX(-5px); /* 左に5px移動 */
}
/* 3. 「次へ」にホバーした時：右に動かす */
.pagenavi ul.page-numbers li a.next:hover .arrow-next {
 transform: translateX(5px); /* 右に5px移動 */
}
/* --- 既存のホバー設定（微調整） --- */
.pagenavi ul.page-numbers li a.prev:hover, .pagenavi ul.page-numbers li a.next:hover {
 opacity: 0.8;
}
.pagenavi ul.page-numbers li span.page-numbers.current, .pagenavi ul.page-numbers li a.page-numbers:not(.prev):not(.next):hover {
 background: #222;
 color: #fff;
}
@media screen and (max-width:768px) {
 .pagenavi ul.page-numbers {
  gap: 8px;
 }
 .pagenavi ul.page-numbers li a.page-numbers:not(.prev):not(.next), .pagenavi ul.page-numbers li span.page-numbers.current {
  display: flex;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  font-size: 1.8rem;
  line-height: 130%;
 }
 /* 矢印ボタンの設定*/
 .pagenavi ul.page-numbers li a.prev, .pagenavi ul.page-numbers li a.next {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
 }
 /* 矢印の画像表示 */
 .pagenavi ul.page-numbers li a .arrow-prev, .pagenavi ul.page-numbers li a .arrow-next {
  width: 13px;
  height: 11.996px;
 }
 .pagenavi ul.page-numbers li a.prev {
  margin-right: 11px;
 }
 .pagenavi ul.page-numbers li a.next {
  margin-left: 11px;
 }
}
/* -----------------------------------------
   全体のcss
   ----------------------------------------- */
hgroup {
 position: relative;
 z-index: 2;
 display: flex;
 flex-direction: column;
 gap: 15px;
 max-width: 621px;
}
hgroup.about-hgroup {
 gap: 30px;
}
hgroup.news-hgroup {
 margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
 hgroup {
  max-width: 100%;
  gap: 10px;
 }
 hgroup.about-hgroup {
  gap: 19px;
 }
    hgroup.news-hgroup {
 margin-bottom: 30px;
}
}
hgroup .dot-text {
 display: flex;
 align-items: center;
 gap: 10px;
 color: #FFD54D;
 font-size: 14px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
hgroup .dot-text span {
 display: inline-block;
 width: 9px;
 height: 9px;
 aspect-ratio: 1/1;
 background-color: #FDDA18;
 border-radius: 50%;
 flex-shrink: 0;
}
hgroup .dot-text span.white {
 background-color: #fff;
}
hgroup .dot-text.black {
 color: #222;
}
hgroup h2 {
 color: #222;
 font-size: 36px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}
@media screen and (max-width: 768px) {
 hgroup h2 {
  font-size: 2.4rem;
 }
}
.layout-wrapper {
 display: flex;
 width: 100%;
 align-items: flex-start;
}
@media screen and (max-width: 1110px) {
 .layout-wrapper {
  display: block;
  width: 97.5%;
  margin-left: auto;
 }
}
@media screen and (max-width: 768px) {
 .layout-wrapper {
  width: 100%;
  margin: auto;
 }
}
.header {
 width: 18.37%;
 min-width: 200px;
 flex-shrink: 0;
 position: sticky;
 top: 0;
 height: 100vh;
}
@media screen and (max-width: 1110px) {
 .header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFFFF8;
  overflow: visible;
 }
}
.content-wrapper {
 flex-grow: 1;
 display: flex;
 flex-direction: column;
 min-height: 100vh;
}
.header-inner {
 width: 100%;
 padding-top: 60px;
 box-sizing: border-box;
}
@media screen and (max-width: 1110px) {
 .header-inner {
  padding-top: 0;
 }
}
.header-top {
 padding-bottom: 25px;
}
@media screen and (max-width: 1110px) {
 .header-top {
  padding-bottom: 0;
  height: 100%;
 }
}
.header-top h1 {
 text-align: center;
 margin-bottom: 15px;
}
@media screen and (max-width: 1110px) {
 .header-top h1 {
  position: relative;
  width: 265px;
  margin: 0 auto;
  padding-top: 7px;
 }
}
.header-top h1 a {
 display: block;
 width: 100%;
 height: 100%;
 color: #222;
 text-align: center;
 font-size: 22px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
}
@media screen and (max-width: 1110px) {
 .header-top h1 a {
  font-size: 1.7rem;
  line-height: 140%;
 }
}
.header-top h1 a:hover {
 opacity: 0.5;
}
.header-top h1 a span.dotted-underline {
 position: relative;
 display: block;
 margin: 0 auto;
 width: fit-content;
 color: #222;
 text-align: center;
 font-size: 20px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 margin-bottom: 2px;
}
@media screen and (max-width: 1110px) {
 .header-top h1 a span.dotted-underline {
  font-size: 1.5rem;
     margin-bottom: 5px;
 }
}
.header-top h1 a span.dotted-underline::after {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -5px;
 width: 76px;
 height: 3px;
 background-image: radial-gradient(circle at 1.5px 1.5px, #FFD54D 1.5px, transparent 0);
 background-size: 7px 3px;
 background-repeat: repeat-x;
}
@media screen and (max-width: 1110px) {
 .header-top h1 a span.dotted-underline::after {
  width: 60px;
  height: 3px;
  background-size: 5px 3px;
 }
}
@keyframes piyon {
  0% {
    transform: translateY(10px) scale(0.9); /* 少し下で小さめ */
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1); /* 元の位置・大きさに */
    opacity: 1;
  }
}
.header-top img.header-logo {
 display: block;
 width: 131px;
 height: 111px;
 aspect-ratio: 131/111;
 margin: 0 auto;
animation: piyon 0.6s ease-out both;
transform-origin: bottom center;
}
@media screen and (max-width: 1110px) {
 .header-top img.header-logo {
  display: none;
 }
}
@media screen and (max-width: 1110px) {
 .pc-nav {
  display: none;
 }
}
.pc-nav ul {
 display: flex;
 flex-direction: column;
 gap: 15px;
 padding-left: 19%;
 margin-bottom: 60px;
}
.pc-nav ul li a {
 display: flex;
 flex-direction: column;
 list-style: none;
 transition: color 0.3s;
}
.pc-nav ul li a:hover {
 opacity: 0.7;
}
.pc-nav ul li a .nav-en {
 position: relative;
 padding-left: 13px;
 display: flex;
 align-items: center;
 color: #FFD54D;
 font-size: 11px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: 0;
}
.pc-nav ul li a .nav-en::before {
 content: "";
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 7px;
 height: 7px;
 aspect-ratio: 1/1;
 background-color: #FDDA18;
 border-radius: 50%;
}
.pc-nav ul li a .nav-ja {
 color: #222;
 font-size: 15px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0;
}
.header-bottom {
 display: flex;
 align-items: center;
 width: 88.4%;
 height: 50px;
 border-radius: 0 30px 30px 0;
 background: #FFD54D;
}
.header-bottom a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 color: #222;
 font-size: 15px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}
.header-bottom a::before {
 content: "";
 width: 16px;
 height: 11px;
 background-image: url("assets/image/icon_mail.svg");
 background-size: cover;
 background-repeat: no-repeat;
 margin-right: 9%;
}
.header-bottom a::after {
 content: "";
 width: 13px;
 height: 11.996px;
 background-image: url("assets/image/arrow-light.png");
 background-size: cover;
 background-repeat: no-repeat;
 margin-left: 12%;
 transition: transform 0.3s ease;
}
.header-bottom a:hover::after {
 /* ここを追加：右に5px移動 */
 transform: translateX(5px);
}
.sp-header-cyoukokun {
 display: none;
}
.header-bottom.footer-contact{
    width: 222px;
height: 50px;
    border-radius: 30px;
background: #FFF;
margin-bottom: 15px;
}
@media screen and (max-width: 1110px) {
 .sp-header-cyoukokun {
  display: block;
  position: absolute;
  top: 15px;
  left: -52px;
  width: 52px;
  height: 43px;
  aspect-ratio: 52/43;
 }
}
.menu-toggle, .menu-area {
 display: none;
}
@media screen and (max-width: 1110px) {
 .menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  width: 51px;
  height: 61px;
  border-radius: 0 0 0 8px;
  background: #FFD54D;
  border: none;
  cursor: pointer;
 }
 .menu-toggle .toggle_line {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background-color: #222;
  transition: all 0.3s;
 }
 .menu-toggle .toggle_line:nth-child(1) {
  top: 20px;
 }
 .menu-toggle .toggle_line:nth-child(2) {
  top: 29px;
 }
 .menu-toggle .menu-text {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  color: #222;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
 }
 .menu-toggle.open .toggle_line:nth-of-type(1) {
  transform: translate(-50%, 0px) rotate(-45deg);
 }
 .menu-toggle.open .toggle_line:nth-of-type(2) {
  transform: translate(-50%, -10px) rotate(45deg);
 }
 /*ハンバーガーメニューの中身*/
 .menu-area {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
  transform: translateX(100%);
  visibility: hidden;
  /* transitionにtransformを指定 */
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s;
  border-radius: 20px 20px 0 0;
  background: #FFF;
  padding: 10% 0 50px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
 }
 .menu-area.open {
  transform: translateX(0);
  visibility: visible !important;
  will-change: transform;
  opacity: 1;
  will-change: transform;
 }
 .sp-nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 88.2667%;
  margin-bottom: 30px;
  flex-shrink: 0;
 }
 .sp-nav ul li {
  background-image: radial-gradient(circle at 1.5px 1.5px, #FFD54D 1.5px, transparent 0);
  background-size: 7px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
 }
 .sp-nav ul li a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  transition: color 0.3s;
  padding-bottom: 14px;
 }
 .sp-nav ul li a:hover {
  opacity: 0.7;
 }
 .sp-nav ul li a .nav-en {
  position: relative;
  padding-left: 13px;
  display: flex;
  align-items: center;
  color: #FFD54D;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
 }
 .sp-nav ul li a .nav-en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  aspect-ratio: 1/1;
  background-color: #FDDA18;
  border-radius: 50%;
 }
 .sp-nav ul li a .nav-ja {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
 }
 .menu-area-bottom-tel {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
  border-radius: 67px;
  background: #FFD54D;
 }
 .menu-area-bottom-tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 0 14px;
 }
 .menu-area-bottom-tel a div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
 }
 .menu-area-bottom-tel a div img {
  width: 30px;
  height: 30px;
 }
 .menu-area-bottom-tel a div p {
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 48px */
 }
 .menu-area-bottom-tel-text {
  color: #191E2E;
  text-align: center;
  font-feature-settings: 'palt'on;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
 }
 .menu-area-bottom-mail {
  width: 100%;
  height: 50px;
  border-radius: 32px;
  background: #FF931E;
  max-width: 400px;
  margin: 0 auto;
 }
 .menu-area-bottom-mail a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  padding-left: 13.3%;
 }
 .menu-area-bottom-mail a img {
  display: block;
  width: 32px;
  height: 23px;
 }
}
.top-mv {
 position: relative;
 width: 100%;
 height: 100vh;
 height: 100dvh;
}
@media screen and (max-width: 768px) {
 .top-mv {
  top: 64px;
  width: 100%;
  height: 100svh;
  margin-left: auto;
 }
}
.top-mv .top-mv-inner {
 position: relative;
 z-index: 2;
 width: 100%;
 margin: 0 auto;
 padding-top: 161px;
}
@media screen and (max-width: 768px) {
 .top-mv .top-mv-inner {
  padding-top: 30%;
 }
}
.top-mv .top-mv-inner .catch {
 width: clamp(300px, 60vw, calc(378px * 1.5));
    max-width: 90%;
  height: auto;
  min-height: clamp(31px, 6vw, calc(38px * 1.5));
display: flex;
  align-items: center; 
  justify-content: center;
 color: #222;
 font-size: clamp(20px, 4vw, calc(25px * 1.5));
 font-style: normal;
 font-weight: 500;
 line-height: 1.2;
 text-align: center;
 border-radius: 10px;
 background: #FFD54D;
 margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
 .top-mv .top-mv-inner .catch {
  margin: 0 auto 11px;
 }
}
.top-mv .top-mv-inner .sub {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: clamp(10px, 2vw, 15px);
 color: #222;
 text-align: center;
 font-size: clamp(15px, 2.5vw, calc(15px * 1.5));
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}
@media screen and (max-width: 768px) {
 .top-mv .top-mv-inner .sub {
  align-items: flex-end;
 }
}
.top-mv .top-mv-inner .sub span {
 display: inline-block;
 width: 15px;
 height: 1px;
 background-color: #222;
 flex-shrink: 0;
}
@media screen and (max-width: 768px) {
 .top-mv .top-mv-inner .sub span {
  transform: translateY(-10px);
 }
}
.top-mv .top-mv-img {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 width: 100%;
 height: calc(100% - 20px);
 object-fit: cover;
 object-position: top;
 border-radius: 0 0 0 30px;
}
.about {
 position: relative;
 width: 100%;
 padding: 92px 0 386px;
 border-radius: 40px 40px 0 0;
 background: #FFF;
    scroll-snap-align: start;
}
@media screen and (max-width: 768px) {
 .top-mv .top-mv-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 94.133%;
  height: calc(100% - 20px);
  object-fit: cover;
  border-radius: 0 0 0 30px;
  margin-left: auto;
 }
}
@media screen and (max-width: 768px) {
 .about {
  width: 100%;
  border-radius: 0;
  background: #FFFFF8;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
 }
 .sp-about-content {
  width: 88.26%;
  border-radius: 20px 20px 0 0;
  background: #FFF;
  padding: 50px 25px 188px 36px;
  margin: 70px auto 0;
 }
}
.about-inner {
 position: relative;
 margin-top: 30px;
 max-width: 621px;
}
@media screen and (max-width: 768px) {
 .about-inner {
  margin-top: 20px;
  width: 100%;
 }
}
.about-inner p {
 position: relative;
 z-index: 2;
 color: #222;
 font-size: 17px;
 font-style: normal;
 font-weight: 700;
 line-height: 200%;
 letter-spacing: 0.51px;
}
@media screen and (max-width: 768px) {
 .about-inner p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.48px;
 }
}
.about-illust_bottom {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 386px;
}
@media screen and (max-width: 768px) {
 .about-illust_bottom {
  height: 148px;
 }
}
.about-illust_bottom .about-illust__bottom-bg {
 bottom: 0;
 right: 0;
 z-index: 1;
 background-image: url("assets/image/about-bottom.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: right bottom;
 width: 100%;
 height: 386px;
}
@media screen and (max-width: 768px) {
 .about-illust_bottom .about-illust__bottom-bg {
  position: absolute;
  width: 100%;
  height: 142px;
  background-image: url("assets/image/sp-about-bottom.png");
 }
}
.about-illust_bottom .about-illust__bottom--people {
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 z-index: 3;
 background-image: url("assets/image/about-bottom-people.png");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center bottom;
 width: clamp(331px, 74.9vw, 736px);
 height: 306px;
}
@media screen and (max-width: 768px) {
 .about-illust_bottom .about-illust__bottom--people {
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 168px;
  background-image: url(assets/image/sp-about-bottom-people.png);
  margin: 0 auto;
 }
}
@keyframes fuwafuwa-A {
 0% {
  transform: translate(0, 0) rotate(0deg);
 }
 100% {
  transform: translate(30px, 10px) rotate(1deg);
 }
}
@keyframes fuwafuwa-B {
 0% {
  transform: translate(0, 0) rotate(0deg);
 }
 100% {
  transform: translate(-20px, 12px) rotate(-2deg);
 }
}
.about_cloud-1 {
 position: absolute;
 top: -26px;
 left: 105px;
 z-index: -1;
 width: 113px;
 height: 74px;
 background: url("assets/image/about_cloud1.png") no-repeat center bottom/cover;
 animation: fuwafuwa-A 3.5s infinite alternate;
 overflow: hidden;
}
@media screen and (max-width: 800px) {
 .about_cloud-1 {
  width: 90.984px;
  height: 60px;
 }
}
.about_cloud-2 {
 position: absolute;
 top: 225px;
 right: 69px;
 z-index: 1;
 width: 57px;
 height: 32px;
 background: url("assets/image/about_cloud2.png") no-repeat center bottom/cover;
 animation: fuwafuwa-B 2s ease-in-out infinite alternate;
 overflow: hidden;
}
@media screen and (max-width: 800px) {
 .about_cloud-2 {
  width: 43px;
  height: 24px;
  top: 105px;
  right: 6px;
 }
}
.about_cloud-3 {
 position: absolute;
 top: 160px;
 right: -70px;
 z-index: 1;
 width: 113px;
 height: 74px;
 background: url("assets/image/about_cloud3.png") no-repeat center bottom/cover;
 animation: fuwafuwa-B 4s ease-in-out -1s infinite alternate;
 overflow: hidden;
}
@media screen and (max-width: 800px) {
 .about_cloud-3 {
  width: 84px;
  height: 55px;
  top: 54px;
  right: -79px;
 }
}
.about_cloud-4 {
 position: absolute;
 top: 140px;
 right: -250px;
 z-index: 1;
 width: 108px;
 height: 62px;
 background: url("assets/image/about_cloud4.png") no-repeat center bottom/cover;
 animation: fuwafuwa-B 2s ease-in-out infinite alternate;
 overflow: hidden;
}
@media screen and (max-width: 900px) {
 .about_cloud-4 {
  top: auto;
  bottom: 0;
  right: 0;
  width: 94px;
  height: 54px;
  animation: fuwafuwa-B -0.5s infinite alternate;
 }
}
.role {
 position: relative;
 z-index: 2;
 padding: 64px 0 140px;
 background: #FFD54D;
 margin-top: -16px;
}
@media screen and (max-width: 768px) {
 .role {
  padding: 56.6px 0 76px;
  background: #FFD54D;
  margin-top: -16px;
 }
}
.role-illust__bottom {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 38px;
 aspect-ratio: 584/19;
 background-image: url("assets/image/role-bottom.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: right bottom;
}
.role-inner {
 padding: 40px 0 75px;
 gap: 39px 4.3%;
 flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
 .role-illust__bottom {
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 100%;
  height: 37px;
  background-image: url("assets/image/sp-role-bottom.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
 }
 .role-inner {
  padding: 30px 0 30px;
  gap: 30px 20px;
 }
}
.role-inner .role-inner__loop {
 display: flex;
 flex-direction: column;
 width: 47.8%;
}
@media screen and (max-width: 900px) {
 .role-inner .role-inner__loop {
  width: 100%;
 }
}
.role-inner .role-inner__loop img {
 width: 100%;
 height: 268.817px;
 object-fit: cover;
 border-radius: 20px;
 flex-shrink: 0;
}
.role-inner .role-inner__loop h3 {
 width: 90.5%;
 margin: -26px auto 16px;
 border-radius: 15px;
 border: 2px solid #222;
 background: #fff;
 color: #222;
 text-align: center;
 font-size: clamp(22px, 2.4vw, 24px);
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 z-index: 1;
 flex-shrink: 0;
 letter-spacing: 0;
 padding: 10px 0 7px;
}
@media screen and (max-width: 900px) {
 .role-inner .role-inner__loop img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
 }
 .role-inner .role-inner__loop h3 {
  border-radius: 10px;
  border: 2px solid #222;
  background: #FFF;
  font-size: 2rem;
  padding: 10px 15px 7px;
  margin: -26px auto 15px;
 }
}
.role-inner .role-inner__loop p {
 color: #222;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 /* 25.6px */
 letter-spacing: 0;
 flex-grow: 1;
}
.section-bottom {
 position: relative;
 width: 100%;
 max-width: 532px;
 height: 67px;
 margin: 0 auto;
}
.section-bottom.mgt50 {
 margin-top: 50px;
}
@media screen and (max-width: 768px) {
 .section-bottom {
  width: 100%;
  height: 43px;
 }
 .section-bottom.mgt50 {
  margin-top: 30px;
 }
}
.section-bottom p {
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 z-index: 3;
 width: 100%;
 max-width: 532px;
 height: 67px;
 display: flex;
 align-items: center;
 justify-content: center;
 background-image: url("assets/image/section-bottom.png");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 color: #222;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
}
@media screen and (max-width: 768px) {
 .section-bottom p {
  height: 100%;
  max-width: none;
  color: #222;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -1.3px;
 }
}
.section-bottom p.section-bottom_yellow {
 background-image: url("assets/image/section-bottom_yellow.png");
}
.support {
 padding: 105px 0 0;
 background-color: #fff;
}
.support-inner {
 gap: 29px;
 padding: 40px 0 0;
 margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
 .support {
  padding: 60px 0 0;
  background-color: #fff;
 }
 .support-inner {
  gap: 30px 9.3%;
  padding: 30px 0 0;
  margin-bottom: 30px;
  flex-wrap: wrap;
 }
}
.support-inner .support-inner__loop {
 width: 100%;
 max-width: 187px;
 min-width: 160px;
}
.support-inner .support-inner__loop h3 {
 width: 100%;
 margin-bottom: 15px;
}
.support-inner .support-inner__loop h3 img {
 width: 100%;
 height: auto;
 object-fit: cover;
}
.support-inner .support-inner__loop p {
 color: #111;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 /* 25.6px */
 letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
 .support-inner .support-inner__loop {
  width: 45%;
  max-width: 150px;
  min-width: auto;
 }
 .support-inner .support-inner__loop h3 {
  width: 100%;
  margin-bottom: 12px;
 }
 .support-inner .support-inner__loop h3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
 }
 .support-inner .support-inner__loop p {
  color: #111;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0;
 }
}
.use {
 position: relative;
 padding: 100px 0 133px;
 background-color: #fff;
}
.use-illust__bottom {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 38px;
 aspect-ratio: 584/19;
 background-image: url("assets/image/use-bottom.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: right bottom;
}
.use-inner {
 width: 100%;
 margin: 40px 0 31px;
}
.use-inner .use-list {
 display: flex;
 justify-content: space-between;
 align-items: stretch;
 border-radius: 30px;
 background: #FFD54D;
 padding: 40px 40px 34px;
 gap: 3% 3.3%;
 margin-bottom: 31px;
}
.use-inner .use-list .use-item {
 position: relative;
 display: grid;
 grid-template-rows: auto auto 1fr;
 width: 31.1%;
 border-radius: 10px;
 border: 2px solid #222;
 background: #fff;
 padding: 30px 18px 19px 20px;
 box-sizing: border-box;
}
.use-inner .use-list .use-item .use-num {
 position: absolute;
 top: 0;
 right: 28px;
 z-index: 2;
}
.use-inner .use-list .use-item .use-num span {
 color: #222;
 text-align: right;
 font-family: "Montserrat", sans-serif;
 font-size: 48px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
}
.use-inner .use-list .use-item .use-img {
 width: 100%;
 height: 135px;
 margin-bottom: 15px;
 grid-row: 1;
}
.use-inner .use-list .use-item .use-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.use-inner .use-list .use-item .use-title {
 color: #222;
 font-size: 22px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 grid-row: 2;
 min-height: 3.2em;
 margin-bottom: 5px;
}
.use-inner .use-list .use-item .use-title span {
 display: block;
 font-size: 18px;
 letter-spacing: -0.5px;
}
.use-inner .use-list .use-item .use-text {
 color: #111;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 150%;
 letter-spacing: 0.48px;
 grid-row: 3;
 margin-top: 0;
}
@media screen and (max-width: 768px) {
 .use {
  position: relative;
  padding: 60px 0 87px;
  background-color: #fff;
 }
 .use-illust__bottom {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 100%;
  height: 50px;
  background-image: url("assets/image/sp-use-bottom.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
 }
 .use-inner {
  width: 100%;
  margin: 30px 0 0;
 }
 .use-inner .use-list {
  flex-wrap: wrap;
  border-radius: 20px;
  background: #FFD54D;
  padding: 51px 14.5% 50px;
  gap: 31px;
  margin-bottom: 30px;
 }
 .use-inner .use-list .use-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #222;
  background: #fff;
  padding: 30px 18px 19px 20px;
  box-sizing: border-box;
 }
 .use-inner .use-list .use-item .use-num {
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 2;
 }
 .use-inner .use-list .use-item .use-num span {
  color: #222;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
 }
 .use-inner .use-list .use-item .use-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  grid-row: 1;
 }
 .use-inner .use-list .use-item .use-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .use-inner .use-list .use-item .use-title {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  grid-row: 2;
  min-height: 0;
  margin-bottom: 5px;
 }
 .use-inner .use-list .use-item .use-title span {
  display: block;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 130%;
 }
 .use-inner .use-list .use-item .use-text {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.48px;
  grid-row: 3;
  margin-top: 0;
 }
}
.contact {
 padding: 105px 0 241px;
 background: #F7F7F7;
 overflow: hidden;
}
.contact-content {
 position: relative;
 z-index: 2;
}
@media screen and (max-width: 768px) {
 .contact {
  padding: 60px 0 120px;
  background: #F7F7F7;
  overflow: hidden;
 }
}
.contact-cloud-1 {
 position: absolute;
 z-index: 3;
 top: -50px;
 right: -91px;
 width: 359px;
 height: 197px;
 background-image: url("assets/image/contact_cloud1.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: right bottom;
 animation: fuwafuwa-B 6s ease-in-out infinite alternate;
 overflow: hidden;
}
.contact-cloud-2 {
 position: absolute;
 top: 348px;
 left: -126px;
 width: 359px;
 height: 197px;
 background-image: url("assets/image/contact_cloud2.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: right bottom;
 animation: fuwafuwa-A 4s ease-in-out infinite alternate;
 overflow: hidden;
}
.contact-cloud-3 {
 position: absolute;
 z-index: 2;
 bottom: -98px;
 right: -136px;
 width: 359px;
 height: 197px;
 background-image: url("assets/image/contact_cloud3.png");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: right bottom;
 animation: fuwafuwa-B 4s ease-in-out infinite alternate;
 overflow: hidden;
}
@media screen and (max-width: 768px) {
 .contact-cloud-1 {
  position: absolute;
  z-index: 1;
  top: -27px;
  right: -16px;
  width: 244px;
  height: 134px;
  background-image: url("assets/image/contact_cloud1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: fuwafuwa-B 6s ease-in-out infinite alternate;
  overflow: hidden;
 }
 .contact-cloud-2 {
  position: absolute;
  top: 530px;
  left: -57px;
  width: 261px;
  height: 143px;
  background-image: url("assets/image/contact_cloud2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: fuwafuwa-A 4s ease-in-out infinite alternate;
  overflow: hidden;
 }
 .contact-cloud-3 {
  position: absolute;
  z-index: 2;
  bottom: -43px;
  right: -43px;
  width: 212px;
  height: 116px;
  background-image: url("assets/image/contact_cloud3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  animation: fuwafuwa-B 4s ease-in-out infinite alternate;
  overflow: hidden;
 }
}
.contact-inner {
 position: relative;
 z-index: 2;
 display: flex;
 flex-direction: column;
 gap: 40px;
 margin-top: 50px;
}
.contact-inner .contact-item img {
 width: 406px;
 height: 290px;
 border-radius: 15px;
 object-fit: cover;
}
.contact-inner .contact-item div {
 width: 46.65%;
 display: flex;
 flex-direction: column;
 gap: 18px;
}
.contact-item div::before {
 content: "";
 margin-top: 10px;
 width: 25px;
 height: 2px;
 background: #FFD54D;
}
.contact-inner .contact-item div h3 {
 color: #222;
 font-size: 28px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
}
.contact-inner .contact-item div p {
 position: relative;
 color: #111;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 180%;
 letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
 .contact-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 31px;
 }
 .contact-item {
  display: block;
 }
 .contact-inner .contact-item img {
  width: 100%;
  height: 220px;
  border-radius: 15px;
  margin-bottom: 5px;
 }
 .contact-inner .contact-item div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
 }
 .contact-item div::before {
  content: "";
  margin-top: 10px;
  width: 25px;
  height: 2px;
  background: #FFD54D;
 }
 .contact-inner .contact-item div h3 {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
 }
 .contact-inner .contact-item div p {
  position: relative;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
 }
}
.news {
 padding: 122px 0 197px;
 border-radius: 40px 40px 0 0;
 background: #fff;
 margin-top: -122px;
}
.news.sub-page {
 position: relative;
 padding: 23px 0 40px;
 margin-bottom: 160px;
 border-radius: 0 0 40px 40px;
}
.news.sub-page.sub-page-contact {
 padding: 60px 0 80px;
 margin-bottom: 80px;
}

@media screen and (min-width: 1874px) {
   .news.sub-page {
       margin-top: -6vw;
} 
    .news.sub-page.sub-page-news{
        margin-top: -9vw;
    }
        .news.sub-page.pp-page{
        margin-top: -8vw;
    }
        .news.sub-page.sub-page-contact {
 margin-top: -9vw;
    }


}
@media screen and (max-width: 1874px) {
   .news.sub-page {
       margin-top: -7vw;
} 
        .news.sub-page.sub-page-news{
        margin-top: -8vw;
    }
        .news.sub-page.pp-page{
        margin-top: -9vw;
    }
        .news.sub-page.sub-page-contact {
 margin-top: -9vw;
    }

}

@media screen and (max-width: 1370px) {
   .news.sub-page {
       margin-top: -8vw;
} 
        .news.sub-page.sub-page-news{
        margin-top: -11vw;
    }
        .news.sub-page.sub-page-contact {
 margin-top: -11vw;
    }


}
@media screen and (max-width: 1110px) {
   .news.sub-page {
       margin-top: -9.5vw;
} 
            .news.sub-page.sub-page-news{
        margin-top: -13vw;
    }
    .news.sub-page.pp-page{
        margin-top: -11.6vw;
    }
    .news.sub-page.sub-page-contact {
 margin-top: -10vw;
    }
        .news.sub-page.sub-page-contact {
 margin-top: -10.5vw;
    }

}
@media screen and (max-width: 900px) {
   .news.sub-page {
       margin-top: -10.5vw;
} 
            .news.sub-page.sub-page-news{
        margin-top: -15vw;
    }
        .news.sub-page.sub-page-contact {
 margin-top: -15vw;
    }

}

@media screen and (max-width: 768px) {
 .news {
  padding: 60px 0 130px;
  border-radius: 20px 20px 0 0;
  background: #fff;
  margin-top: -60px;
 }
 .news.sub-page {
  position: relative;
  padding: 15px 0 80px;
  margin-top: -15vw;
  margin-bottom: 50px;
  border-radius: 0;
 }
 .news.sub-page.pp-page {
  position: relative;
  padding: 30px 0 80px;
  margin-top: -14vw;
  margin-bottom: 50px;
  border-radius: 0;
 }
 .news.sub-page.sub-page-contact {
  position: relative;
  padding: 15px 0 80px;
  margin-top: -14vw;
  margin-bottom: 50px;
 }
            .news.sub-page.sub-page-news{
        margin-top: -12vw;
    }

}
@media screen and (max-width: 530px) {
 .news.sub-page {
  margin-top: -16vw;
 }
.news.sub-page.sub-page-news{
        margin-top: -15vw;
    }
}
.news-inner {

}
.news-inner ul {
 display: flex;
 flex-direction: column;
 gap: 40px;
 margin-bottom: 80px;
}
.news-inner ul .news-item a {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 7%;
}
.news-inner ul .news-item a:hover {
 opacity: 0.7;
}
.news-inner ul .news-item a .news-img {
 width: 32.3%;
 height: 180px;
}
.news-inner ul .news-item a .news-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 15px;
 border: 2px solid #000;
}
.news-inner ul .news-item a .news-content {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 width: 60%;
 padding: 20px 0 17px;
}
.news-inner ul .news-item a .news-content .news-title {
 width: 100%;
 color: #222;
 font-size: 24px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 padding-bottom: 10px;
 background-image: radial-gradient(circle at 1.5px 1.5px, #FFD54D 1.5px, transparent 0);
 background-position: bottom;
 background-size: 7px 3px;
 background-repeat: repeat-x;
 margin-bottom: 6px;
}
.news-inner ul .news-item a .news-content .news-text {
 color: #111;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 150%;
 letter-spacing: 0.54px;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 max-height: 3em;
}
time.news-time {
 color: #222;
 font-feature-settings: "palt"on;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 line-height: 200%;
 /* 30px */
 letter-spacing: 0.45px;
 margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
 .news-inner {
  margin-top: 0;
 }
 .news-inner ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 80px;
 }
 .news-inner ul .news-item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.2%;
 }
 .news-inner ul .news-item a:hover {
  opacity: 0.7;
 }
 .news-inner ul .news-item a .news-img {
  width: 34.4%;
  height: auto;
 }
 .news-inner ul .news-item a .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #000;
 }
 .news-inner ul .news-item a .news-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 61.3%;
  padding: 8px 0 5px;
 }
 .news-inner ul .news-item a .news-content .news-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 0;
  background-image: none;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
 }
 .news-inner ul .news-item a .news-content .news-text {
  display: none;
 }
 time.news-time {
  font-size: 1.4rem;
  letter-spacing: 0.42px;
  line-height: normal;
  margin-bottom: 8px;
 }
}
.footer {
 width: 100%;
 height: 100%;
 border-radius: 40px;
 background: #FFD54D;
 margin: -80px 0 60px;
 padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
 .footer {
  border-radius: 20px 20px 0 0;
  margin: -50px 0 0;
  padding: 50px 0 40px;
 }
}
.pc-nav.footer-nav {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 gap: 7.1%;
 border-radius: 30px;
 background: #FFF;
 padding: 30px 7% 30px 7%;
 margin-bottom: 50px;
}
@media screen and (max-width: 1075px) {
 .pc-nav.footer-nav {
  border-radius: 20px;
  padding: 30px 5% 30px 5%;
  margin-bottom: 35px;
 }
}
@media screen and (max-width: 890px) {
 .pc-nav.footer-nav {
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 30px 5% 30px 5%;
  margin-bottom: 35px;
 }
}
.pc-nav.footer-nav .footer-nav-left, .pc-nav.footer-nav .footer-nav-right {
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 ;
 align-items: flex-start;
 flex-wrap: wrap;
 gap: 20px 18%;
 margin-bottom: 0;
 padding-left: 0;
 white-space: nowrap;
}
@media screen and (max-width: 768px) {
 .pc-nav.footer-nav .footer-nav-left, .pc-nav.footer-nav .footer-nav-right {
  gap: 20px 30px;
 }
}
.pc-nav.footer-nav .footer-nav-left li.w-128, .pc-nav.footer-nav .footer-nav-right li.w-128 {
 width: 128px;
}
@media screen and (max-width: 830px) {
 .pc-nav.footer-nav .footer-nav-left li.w-128, .pc-nav.footer-nav .footer-nav-right li.w-128 {
  width: 120px;
 }
 .pc-nav.footer-nav .footer-nav-left li.w-120, .pc-nav.footer-nav .footer-nav-right li.w-120 {
  width: 120px;
 }
}
.pc-nav.footer-nav .footer-nav-left li a .nav-ja, .pc-nav.footer-nav .footer-nav-right li a .nav-ja {
 color: #222;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0;
}
@media screen and (max-width: 1030px) {
 .pc-nav.footer-nav .footer-nav-left li a .nav-ja, .pc-nav.footer-nav .footer-nav-right li a .nav-ja {
  font-size: 1.5rem;
 }
}
.pc-nav.footer-nav .footer-nav-left {
 width: 42%;
}
@media screen and (max-width: 1010px) {
 .pc-nav.footer-nav .footer-nav-left {
  width: 100%;
  margin-bottom: 20px;
  gap: 30px;
 }
}
@media screen and (max-width: 890px) {
 .pc-nav.footer-nav .footer-nav-left {
  width: 100%;
  margin-bottom: 20px;
 }
}
@media screen and (max-width: 768px) {
 .pc-nav.footer-nav .footer-nav-left {
  width: 100%;
  margin-bottom: 20px;
 }
}
.pc-nav.footer-nav .footer-nav-right {
 width: 48%;
}
@media screen and (max-width: 1010px) {
 .pc-nav.footer-nav .footer-nav-right {
  gap: 30px;
  width: 100%;
 }
}
@media screen and (max-width: 810px) {
 .pc-nav.footer-nav .footer-nav-right {
  width: 100%;
 }
}
@media screen and (max-width: 890px) {
 .order-1 {
  order: 1;
 }
 .order-3 {
  order: 2;
 }
 .order-2 {
  order: 3;
 }
 .order-4 {
  order: 4;
 }
 .order-5 {
  order: 1;
 }
 .order-7 {
  order: 2;
 }
 .order-6 {
  order: 3;
 }
}
.footer-inner {
 gap: 7%;
}
@media screen and (max-width: 900px) {
 .footer-inner {
  flex-wrap: wrap;
  gap: 20px;
 }
}
.footer-inner .footer-info {
 display: flex;
 flex-direction: column;
 width: 53.3%;
}
.footer-inner .footer-info .footer-h1 {
 width: 100%;
 height: 100%;
 display: block;
 color: #222;
 font-size: 24px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 letter-spacing: 0.72px;
 margin-bottom: 19px;
}
.footer-inner .footer-info .footer-address {
 display: flex;
 flex-direction: column;
 margin-bottom: 21px;
}
.footer-inner .footer-info .footer-address p {
 color: #222;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 letter-spacing: 0.54px;
 margin-bottom: 15px;
}
.footer-inner .footer-info .footer-address .footer-tel {
 display: flex;
 justify-self: flex-start;
 align-items: flex-start;
 gap: 9px;
 color: #222;
 font-family: "Roboto", sans-serif;
 font-size: 28px;
 font-style: normal;
 font-weight: 600;
 line-height: 160%;
}
@media screen and (max-width: 1100px) {
 .footer-inner .footer-info .footer-h1 {
  width: 100%;
  height: 100%;
  display: block;
  color: #222;
  font-size: 2.1vw;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.72px;
  margin-bottom: 19px;
 }
}
@media screen and (max-width: 900px) {
 .footer-inner .footer-info {
  display: flex;
  flex-direction: column;
  width: 100%;
 }
 .footer-inner .footer-info .footer-h1 {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.63px;
  margin-bottom: 15px;
  white-space: nowrap;
 }
 .footer-inner .footer-info .footer-address {
  display: flex;
  flex-direction: column;
  margin-bottom: 21px;
     position: relative;
 }
 .footer-inner .footer-info .footer-address::after {
  content: "";
     position: absolute;
     bottom: -18px;
     right: 0;
  width: 100px;
        height: 80px;
background-image: url("assets/image/header-logo.png");
     background-repeat: no-repeat;
     background-size: contain;
 }
 .footer-inner .footer-info .footer-address p {
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
 }
 .footer-inner .footer-info .footer-address .footer-tel {
  display: flex;
  justify-self: flex-start;
  align-items: flex-start;
  gap: 9px;
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 44.8px */
 }
}
.footer-inner .footer-info .footer-address .footer-tel:hover, .footer-inner .footer-info .footer-address .footer-fax:hover {
 opacity: 0.6;
}
.footer-inner .footer-info .footer-address .footer-tel img {
 display: block;
 width: 25px;
 height: 25px;
 margin-top: 14px;
}
.footer-inner .footer-info .footer-address .footer-fax {
 color: #222;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 /* 25.6px */
 letter-spacing: 0.48px;
}
.footer-inner .footer-map {
 width: 39.6%;
 height: 311px;
}
@media screen and (max-width: 900px) {
 .footer-inner .footer-map {
  width: 100%;
  height: 300px;
 }
}
@media screen and (max-width: 768px) {
 .footer-inner .footer-map {
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
 }
}
.footer-inner .footer-map iframe {
 width: 100%;
 height: 100%;
}
.footer-bottom {
 gap: 49px;
}
.footer-bottom .footer-bottom-pp {
 color: #222;
 font-size: 15px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 /* 24px */
 letter-spacing: 0.45px;
}
.footer-bottom .footer-bottom-pp:hover {
 opacity: 0.6;
}
.footer-bottom .footer-bottom-copy {
 color: #222;
 font-size: 15px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 /* 24px */
 letter-spacing: 0.45px;
}
@media screen and (max-width: 900px) {
 .footer-bottom {
  flex-wrap: wrap;
  gap: 4px;
 }
 .footer-bottom .footer-bottom-pp {
  width: 100%;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
 }
 .footer-bottom .footer-bottom-pp:hover {
  opacity: 0.6;
 }
 .footer-bottom .footer-bottom-copy {
  width: 100%;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
 }
}
.footer-hours {
 display: flex;
 flex-direction: column;
 gap: 10px;
 margin-bottom: 44px;
}
.footer-hours dl {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 flex-direction: row;
 gap: 15px;
}
.footer-hours dl dt {
 width: 98px;
 height: 26px;
 border: 1px solid #222;
 color: #222;
 text-align: center;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 letter-spacing: 0.48px;
}
.footer-hours dl dd {
 color: #222;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 160%;
 letter-spacing: 0.48px;
}
@media screen and (max-width: 900px) {
 .footer-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
 }
 .footer-hours dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 15px;
 }
 .footer-hours dl dt {}
 .footer-hours dl dd {
  width: 65%;
 }
}
.header-bottom.footer-bottom-link {
 position: relative;
 width: 222px;
 height: 50px;
 border-radius: 30px;
 background: #FFF;
 margin: 10px auto 0;
}
.sub-mv-img {
 position: relative;
 width: 100%;
 height: auto;
 overflow: hidden;
    top: -50px;
}
.sub-mv-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
 display: block;
}
.single-page {
 margin-top: -30px;
}
.news.sub-page.pp-page .single-page {
 margin-top: 0
}
.single-page .single-page-title {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 32px;
 font-style: normal;
 font-weight: 600;
 line-height: 160%;
 letter-spacing: 0.96px;
 margin: 18px 0 30px;
 padding-bottom: 20px;
 width: 100%;
 background-image: radial-gradient(circle at 1.5px 1.5px, #FFD54D 1.5px, transparent 0);
 background-size: 7px 3px;
 background-repeat: repeat-x;
 background-position: bottom;
}
.single-page .single-page-content {
 width: 100%;
}
.single-page .single-page-content h2 {
 color: #111;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 20px;
 font-style: normal;
 font-weight: bold;
 line-height: 200%;
 letter-spacing: 0.48px;
 margin-bottom: 1em;
}
.single-page .single-page-content p {
 color: #111;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 200%;
 letter-spacing: 0.48px;
 margin-bottom: 1em;
}
.single-page .single-page-content img {
 width: 100%;
 height: auto;
 display: block;
 margin-top: 80px;
}
.single-page .single-page-content a {
text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #FFD54D;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 768px) {
 .single-page {
  margin-top: -10px;
 }
 .single-page .single-page-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  margin: 12px 0 20px;
 }
 .single-page .single-page-content {
  width: 100%;
 }
 .single-page .single-page-content h2 {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.48px;
  margin-bottom: 1em;
 }
 .single-page .single-page-content img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 80px;
 }
    .sub-mv-img {
    top: -30px;
}
}
.privacy-text {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 200%;
 letter-spacing: 0.48px;
}
.privacy-list {
 padding-top: 80px;
 display: flex;
 flex-direction: column;
 gap: 60px;
}
.privacy-list li {
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.privacy-list li h3 {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 24px;
 font-style: normal;
 font-weight: 600;
 line-height: 160%;
 letter-spacing: 0.72px;
}
.privacy-list li p {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 200%;
 letter-spacing: 0.48px;
}
.privacy-list-sub {
 display: flex;
 flex-direction: column;
 gap: 40px;
 margin-top: 20px;
}
.privacy-list-sub li {
 display: flex;
 flex-direction: column;
 gap: 0;
}
.privacy-list-sub li h4 {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: 160%;
 letter-spacing: 0.6px;
 margin-bottom: 20px;
}
.privacy-list-sub li h4 p {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 200%;
 letter-spacing: 0.48px;
}
.inner-list {
 display: flex;
 flex-direction: column;
}
.inner-list li {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 200%;
 letter-spacing: 0.48px;
}
dl {
 display: flex;
 flex-direction: column;
}
dl .contact-item-pp {
 gap: 0;
}
dl .contact-item-pp dt, dl .contact-item-pp dd, dl .contact-item-pp dt a, dl .contact-item-pp dd a {
 color: #222;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 200%;
 letter-spacing: 0.48px;
}
dl .contact-item-pp dd a:hover{
    opacity: 0.5;
}
@media screen and (max-width:768px) {
 .privacy-text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.42px;
 }
 .privacy-list {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
 }
 .privacy-list li {
  display: flex;
  flex-direction: column;
  gap: 10px;
 }
 .privacy-list li h3 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
 }
 .privacy-list li p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.42px;
 }
 .privacy-list-sub {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
 }
 .privacy-list-sub li {
  display: flex;
  flex-direction: column;
  gap: 0;
 }
 .privacy-list-sub li h4 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  margin-bottom: 10px;
 }
 .privacy-list-sub li h4 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.42px;
 }
 .inner-list {
  display: flex;
  flex-direction: column;
 }
 .inner-list li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.42px;
 }
 dl {
  display: flex;
  flex-direction: column;
 }
 dl .contact-item-pp {
  gap: 0;
 }
 dl .contact-item-pp dt, dl .contact-item-pp dd, dl .contact-item-pp dt a, dl .contact-item-pp dd a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.42px;
 }
}