@charset "UTF-8";

/*============================
   Reset & Base
============================*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.8;
  font-size: 0.875rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.7;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
}

address {
  font-style: normal;
}

/*============================
   l-header
============================*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8e8e2;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 18px 40px;
  padding-right: 30px;
  height: 80px;
}

.l-header__logoTxt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #333;
}

.l-header__gnavList {
  display: flex;
  align-items: center;
  gap: 48px;
}

.l-header__gnavLink {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  transition: color 0.2s;
}

.l-header__gnavLink:hover {
  color: #333;
  opacity: 1;
}

.l-header__gnavLink--contact {
  background: #D9D9D9;
  color: #000000;
  padding: 0px 28px;
  border-radius: 40px;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  display: block;
}

.l-header__gnavLink--contact:hover {
  opacity: 0.8;
}

.l-main {
  overflow: hidden;
}

/*============================
   l-mv
============================*/
.l-mv {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.l-mv__inner {
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 400px;
}

/* タイトルテキスト */
.l-mv__txtArea {
  position: absolute;
  right: 100px;
  top: 30px;
  z-index: 2;
  text-align: right;
}

.l-mv__tit {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2a2a2a;
}

/* キャラクター共通 */
.l-mv__charWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-mv__char {
  position: absolute;
}

.l-mv__charEye {
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  position: absolute;
}

.l-mv__charEye--left {
  left: 30%;
  top: 40%;
}

.l-mv__charEye--right {
  right: 28%;
  top: 40%;
}

.l-mv__charMouth {
  display: block;
  width: 14px;
  height: 7px;
  border: 2px solid #333;
  border-top: none;
  border-radius: 0 0 14px 14px;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
}

/* 寿司キャラ（右上中央） */
.l-mv__char--sushi {
  top: 15px;
  right: 320px;
  width: 80px;
  height: 58px;
  background: linear-gradient(to bottom, #e87060 35%, #f5ede0 35%);
  border-radius: 50% 50% 48% 48% / 55% 55% 45% 45%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* 雲ブロブ（上部中央） */
.l-mv__char--cloud {
  top: 0;
  left: 240px;
  width: 110px;
  height: 70px;
  background: #c8d0c0;
  border-radius: 58% 42% 38% 62% / 62% 58% 42% 38%;
}

/* 緑の木キャラ（左） */
.l-mv__char--tree {
  top: 50px;
  left: 50px;
  width: 62px;
  height: 72px;
  background: #82bc64;
  border-radius: 50% 50% 38% 38% / 62% 62% 38% 38%;
  position: absolute;
}

/* オレンジ太陽キャラ（右） */
.l-mv__char--sun {
  top: 20px;
  right: 80px;
  width: 68px;
  height: 68px;
  background: #e89448;
  border-radius: 50%;
  position: absolute;
}

/* 青のブロブ（中央右寄り） */
.l-mv__char--blueBlob {
  top: 100px;
  right: 220px;
  width: 88px;
  height: 60px;
  background: #78b8d0;
  border-radius: 62% 38% 58% 42% / 44% 56% 44% 56%;
}

/* 黄緑のブロブ（右下） */
.l-mv__char--greenBlob {
  bottom: 60px;
  right: 100px;
  width: 68px;
  height: 100px;
  background: #b2ca68;
  border-radius: 38% 62% 64% 36% / 36% 36% 64% 64%;
}

/* えんどう豆キャラ（左下） */
.l-mv__char--pea {
  bottom: 70px;
  left: 50px;
  width: 56px;
  height: 56px;
  background: #70b050;
  border-radius: 50%;
  position: absolute;
}

/* 小さいブロブ（左中） */
.l-mv__char--smallBlob {
  top: 180px;
  left: 140px;
  width: 44px;
  height: 38px;
  background: #9ac880;
  border-radius: 55% 45% 62% 38% / 50% 58% 42% 50%;
}

/*============================
   p-top-information
============================*/
.p-top-information {
  padding: 90px 0 95px;
  --color-background--half: #F9F9F9;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, var(--color-background--half), var(--color-background--half));
  background-position: bottom;
  background-size: 100%;
  background-size: 100% 40%;
}

.p-top-information__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-top-information__head {
  margin-bottom: 36px;
}

.p-top-information__tit {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-top-information__subTit {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
}

.p-top-information__ctrlArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 8px;
}

.p-top-information__tabList {
  display: flex;
  gap: 20px;
}

.p-top-information__tabLink {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid #CECECE;
  font-size: 1rem;
  color: #CECECE;
  transition: all 0.2s;
  width: 68px;
  text-align: center;
}

.p-top-information__tabItem.is-active .p-top-information__tabLink {
  color: #979797;
  border-color: #979797;
}

.p-top-information__moreLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 26px;
  border: 1px solid #333333;
  border-radius: 25px;
  font-size: 0.875rem;
  color: #000000;
  width: 180px;
  height: 50px;
  position: relative;
}

.p-top-information__moreLink:after {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2228%22%20height%3D%225%22%20viewBox%3D%220%200%2028%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%204.41455H26L20.0702%200.414551%22%20stroke%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 4px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.p-top-information__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}

.p-top-information__cardImg {
  background: #ddd;
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
  border-radius: 2px;
}

.p-top-information__cardDate {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 4px;
  display: block;
}

.p-top-information__cardCategory {
  font-size: 0.625rem;
  color: #979797;
  background-color: #D8D8D8;
  display: inline-block;
  margin-bottom: 4px;
  padding: 0px 6px;
}

.p-top-information__cardTit {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
}

.p-top-information__pager {
  display: flex;
  gap: 0;
}

.p-top-information__pagerBtn {
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 0.8125rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.p-top-information__pagerBtn svg {
  color: #000000;
  width: 9.5px;
}

.p-top-information__pagerBtn--next {
  margin-left: -1px;
}

.p-top-information__pagerBtn:hover {
  background: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}

/*============================
   p-top-message
============================*/
.p-top-message {
  background: #FFFFFF;
  padding: 130px 0 160px;
  position: relative;
  overflow: visible;
}

.p-top-message__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.p-top-message__txtArea {
  flex: 1;
  padding-bottom: 2rem;
}

.p-top-message__tit {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 0;
}

.p-top-message__subTit {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
  margin-bottom: 60px;
}

.p-top-message__txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 1rem;
}

.p-top-message__img {
  max-width: 455px;
}

.p-top-message__img svg {
  width: 100%;
  height: auto;
}

/* 左下の装飾キャラ */
.p-top-message__decor {
  position: absolute;
  z-index: 2;
  bottom: -66px;
  left: -29px;
  width: 365px;
  height: auto;
}

/*============================
   p-top-about
============================*/
.p-top-about {
  background: #F4F4F4;
  padding: 110px 0 160px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.p-top-about__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.p-top-about__head {
  margin-bottom: 24px;
}

.p-top-about__tit {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 0;
}

.p-top-about__subTit {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
  margin-bottom: 50px;
}

.p-top-about__desc {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 68px;
}

.p-top-about__colWrap {
  display: flex;
  align-items: normal;
  gap: 32px;
}

.p-top-about__col {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px 30px;
}

.p-top-about__colPlus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-top-about__plusIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1.5px solid #D9D9D9;
  background-color: #D9D9D9;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 500;
  color: #000000;
}

.p-top-about__colTit {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}

.p-top-about__colSubTit {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 12px;
}

.p-top-about__colImg {
  margin-bottom: 10px;
}

.p-top-about__colTxt {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
}

/*============================
   p-top-space
============================*/
.p-top-space {
  background: #fff;
  padding: 115px 0 185px;
  position: relative;
  overflow: visible;
}

.p-top-space__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.p-top-space__headWrap {
  margin-bottom: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-top-space__tit {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 0;
}

.p-top-space__subTit {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
  margin-bottom: 50px;
}

.p-top-space__desc {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
}

.p-top-space__headImg {
  max-width: 589px;
  width: 100%;
  aspect-ratio: 589 / 369;
  background-color: #EDEDED;
  display: block;
}

.p-top-space__block {
  margin-bottom: 90px;
}

.p-top-space__blockTit {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 58px;
  color: #444;
  position: relative;
  padding-bottom: 6px;
}

.p-top-space__blockTit:after {
  content: "";
  width: 398px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.p-top-space__sliderWrap {
  position: relative;
}

.p-top-space__sliderBtn {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #979797;
  background-color: #979797;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  color: #FFFFFF;
  transition: all 0.2s;
  position: absolute;
}

.p-top-space__sliderBtn--prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.p-top-space__sliderBtn--next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.p-top-space__sliderBtn:hover {
  background: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}

.p-top-space__slide {
  flex: 1;
  display: flex;
  gap: 64px;
  align-items: flex-start;
  border: solid 1px #A8A8A8;
  border-radius: 16px;
  padding: 65px 55px;
}

.p-top-space__slideImg {
  flex: 1;
  background: #ddd;
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  flex-shrink: 0;
  max-width: 48%;
}

.p-top-space__slideTxtArea {
  flex: 1;
  padding-top: 4px;
}

.p-top-space__slideTit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #000000;
}

.p-top-space__slideTxt {
  font-size: 1rem;
  line-height: 2.2;
  color: #000000;
  margin-bottom: 27px;
}

.p-top-space__slideData {
  background-color: #F4F4F4;
  padding: 27px 34px;
}

.p-top-space__slideDataRow {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-top-space__slideDataTit {
  color: #000000;
}

.p-top-space__slideDataTxt {
  color: #000000;
}

.p-top-space__dots {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 37px;
}

.p-top-space__dot {
  display: block;
  width: 16px;
  height: 16px;
  background: #D8D8D8;
  border-radius: 50%;
  transition: background 0.2s;
}

.p-top-space__dot.is-active {
  background: #979797;
}

/* 右側装飾ブロブ */
.p-top-space__decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: -160px;
  right: -33px;
  width: 414px;
  height: auto;
}

/*============================
   p-top-resource
============================*/
.p-top-resource {
  background: #F8F8F8;
  padding: 112px 0 131px;
  position: relative;
  overflow: visible;
}

.p-top-resource__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.p-top-resource__head {
  margin-bottom: 50px;
}

.p-top-resource__tit {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 0;
}

.p-top-resource__subTit {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
}

.p-top-resource__desc {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 90px;
}

.p-top-resource__ctrlArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 36px;
}

.p-top-resource__tabList {
  display: flex;
  gap: 20px;
}

.p-top-resource__tabLink {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid #CECECE;
  font-size: 1rem;
  color: #CECECE;
  transition: all 0.2s;
  width: 68px;
  text-align: center;
}

.p-top-resource__tabItem.is-active .p-top-resource__tabLink {
  color: #979797;
  border-color: #979797;
}

.p-top-resource__moreLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 26px;
  border: 1px solid #333333;
  border-radius: 25px;
  font-size: 0.875rem;
  color: #000000;
  width: 180px;
  height: 50px;
  position: relative;
}

.p-top-resource__moreLink:after {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2228%22%20height%3D%225%22%20viewBox%3D%220%200%2028%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%204.41455H26L20.0702%200.414551%22%20stroke%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 4px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.p-top-resource__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}

.p-top-resource__cardImg {
  background: #ddd;
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
  border-radius: 2px;
}

.p-top-resource__cardDate {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 4px;
  display: block;
}

.p-top-resource__cardCategory {
  font-size: 0.625rem;
  color: #979797;
  background-color: #D8D8D8;
  display: inline-block;
  margin-bottom: 4px;
  padding: 0px 6px;
}

.p-top-resource__cardTit {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #444;
}

.p-top-resource__pager {
  display: flex;
  gap: 0;
}

.p-top-resource__pagerBtn {
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 0.8125rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.p-top-resource__pagerBtn svg {
  color: #000000;
  width: 9.5px;
}

.p-top-resource__pagerBtn--next {
  margin-left: -1px;
}

.p-top-resource__pagerBtn:hover {
  background: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}

/* 左側装飾ブロブ */
.p-top-resource__decor-01 {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: -151px;
  left: 39px;
  width: 214px;
  height: auto;
}

/* 右側装飾ブロブ */
.p-top-resource__decor-02 {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: -95px;
  right: -15px;
  width: 381px;
  height: auto;
}

/* 右側装飾ブロブ */
.p-top-resource__decor-03 {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  bottom: -87px;
  right: 84px;
  width: 242px;
  height: auto;
}

/*============================
   p-top-pagetop
============================*/
.p-top-pagetop {
  padding: 87px 0 49px;
  position: relative;
}

.p-top-pagetop__inner {
  margin: 0 auto;
  padding: 0 49px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-top-pagetop__btn {
  width: 60px;
}

.p-top-pagetop__btn svg {
  width: 100%;
  height: auto;
}

/*============================
   p-top-contact
============================*/
.p-top-contact {
  background: #EDEDED;
  padding: 148px 0 162px;
  position: relative;
}

.p-top-contact__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.p-top-contact__tit {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-top-contact__btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.p-top-contact__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 26px;
  border: 1px solid #333333;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  width: 280px;
  height: 60px;
  position: relative;
  background-color: #FFFFFF;
  transition: opacity 0.2s;
}

.p-top-contact__btn:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2228%22%20height%3D%225%22%20viewBox%3D%220%200%2028%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%204.41455H26L20.0702%200.414551%22%20stroke%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 4px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.p-top-contact__btn--form {
  background: #fff;
  color: #333;
}

.p-top-contact__btn--line {
  background: #fff;
  color: #333;
}

.p-top-contact__btn--tel {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
}

/* 左側装飾ブロブ */
.p-top-contact__decor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: -90px;
  left: -10px;
  width: 298px;
  height: auto;
}

/*============================
   l-footer
============================*/
.l-footer {
  background: #333333;
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}

.l-footer__logoTxt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0em;
  display: block;
  margin-bottom: 15px;
}

.l-footer__addressTxt,
.l-footer__tel {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.l-footer__telLink {
  color: #FFFFFF;
}

.l-footer__gnavList {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 13px 48px;
  margin-bottom: 13px;
}

.l-footer__gnavLink {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.2s;
}

.l-footer__gnavLink:hover {
  color: #fff;
  opacity: 1;
}

.l-footer__copy {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: right;
}

.l-footer__copy small {
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

/*============================
   メディアクエリ（タブレット対応）
============================*/
@media screen and (max-width: 1279px) {
  .l-header__inner {
    padding: 16px 24px;
  }

  .l-mv__inner {
    padding: 0;
  }

  .l-mv__tit {
    font-size: 2.125rem;
  }

  .p-top-information__inner,
  .p-top-message__inner,
  .p-top-about__inner,
  .p-top-space__inner,
  .p-top-resource__inner,
  .p-top-contact__inner {
    padding: 0 24px;
  }

  .l-footer__inner {
    padding: 0 24px 40px;
    gap: 48px;
  }

  .l-footer__copy {
    padding: 16px 24px;
  }
}

/*============================
   メディアクエリ（スマートフォン対応）
============================*/
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* ヘッダー */
  .l-header__gnav {
    display: none;
  }

  /* MV */
  .l-mv {
    padding: 0;
    min-height: 380px;
  }

  .l-mv__tit {
    font-size: 1.75rem;
    position: relative;
    text-align: right;
    right: auto;
    top: auto;
  }

  .l-mv__txtArea {
    position: relative;
    right: 0;
    top: 0;
    text-align: right;
  }

  /* セクション共通 */
  .p-top-information,
  .p-top-message,
  .p-top-about,
  .p-top-space,
  .p-top-resource {
    padding: 56px 0;
  }

  .p-top-information__tit,
  .p-top-message__tit,
  .p-top-about__tit,
  .p-top-space__tit,
  .p-top-resource__tit {
    font-size: 2rem;
  }

  .p-top-information__subTit,
  .p-top-message__subTit,
  .p-top-about__subTit,
  .p-top-space__subTit,
  .p-top-resource__subTit {
    font-size: 1rem;
  }

  /* INFORMATION */
  .p-top-information__head {
    flex-direction: column;
    gap: 16px;
  }

  .p-top-message__txtArea {
    padding-bottom: 0;
  }

  .p-top-information__ctrlArea {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-top-information__list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* MESSAGE */
  .p-top-message {
    padding-bottom: 100px;
  }

  .p-top-message__inner {
    flex-direction: column;
    gap: 32px;
  }

  .p-top-message__decor {
    bottom: -26px;
    left: -29px;
    width: 205px;
}

  /* ABOUT */
  .p-top-about__colWrap {
    flex-direction: column;
    gap: 24px;
  }

  .p-top-about__colPlus {
    padding-top: 0;
    justify-content: center;
  }

  .p-top-about__colTit {
    font-size: 1.5rem;
  }

  .p-top-about__colSubTit {
    font-size: 1rem;
  }

  /* SPACE */
  .p-top-space {
    padding-top: 80px;
  }

  .p-top-space__head {
    margin-bottom: 40px;
  }

  .p-top-space__blockTit {
    font-size: 1.5;
  }

  .p-top-space__slide {
    flex-direction: column;
    padding: 30px 40px;
    gap: 20px;
  }

  .p-top-space__slideImg {
    max-width: 100%;
    width: 100%;
  }

  .p-top-space__slideTit {
    font-size: 1.25rem;
  }

  .p-top-space__slideData {
    padding: 12px 17px;
  }

  .p-top-space__sliderBtn {
    width: 60px;
    height: 60px;
  }

  .p-top-space__sliderBtn--prev {
    left: -30px;
  }

  .p-top-space__sliderBtn--next {
    right: -30px;
  }

  .p-top-space__decor {
    top: -70px;
    right: -33px;
    width: 194px;
  }

  .p-top-space__headWrap {
    margin-bottom: 75px;
    display: block;
  }

  /* RESOURCE */
  .p-top-resource {
    padding-top: 80px;
  }

  .p-top-resource__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-top-resource__ctrlArea {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .p-top-resource__decor-01 {
    top: -91px;
    left: 0;
    width: 114px;
    height: auto;
  }

  .p-top-resource__decor-02 {
    top: -95px;
    right: -25px;
    width: 191px;
    height: auto;
  }

  .p-top-resource__decor-03 {
    bottom: -27px;
    right: 4px;
    width: 122px;
    height: auto;
  }

  /* pagetop */
  .p-top-pagetop {
    padding: 60px 0;
  }

  .p-top-pagetop__inner {
    padding: 0 20px;
    justify-content: center;
  }

  .p-top-pagetop__btn {
    width: 40px;
  }

  /* CONTACT */
  .p-top-contact {
    padding: 80px 0;
  }

  .p-top-contact__btnWrap {
    flex-direction: column;
  }

  .p-top-contact__decor {
    top: -40px;
    left: -10px;
    width: 148px;
    height: auto;
  }

  /* フッター */
  .l-footer__inner {
    flex-direction: column;
    gap: 60px;
  }

  .l-footer__gnavList {
    justify-content: flex-start;
  }

  .l-footer__copy {
    text-align: center;
  }

  .u-pc {
    display: none;
  }
}
