@charset "UTF-8";
/* clearfix */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Oswald:wght@500&display=swap");
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  vertical-align: bottom;
}

::selection {
  background: #8E9198; /* Safari */
}

::-moz-selection {
  background: #8E9198;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

@media print {
  * html body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0;
  }
  body {
    font-size: 10px !important;
  }
  .l-header,
  .l-footer {
    display: none;
  }
  .l-container {
    width: 100%;
  }
}
/* Webフォント最優先読み込み */
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  visibility: visible;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #444;
  background: #fff;
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  -webkit-print-color-adjust: exact;
}

/* 日本語の文字詰め - font-feature-settingsを使用 */
body {
  font-feature-settings: "palt";
}

/* 見出しの色設定 */
h1, h2, h3, h4, h5, h6 {
  color: #000;
}

/* 約物を含む和文の字間を詰める */
p, h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}

/* 仮名系のみ字間を詰める場合 */
.kana-kerning {
  font-feature-settings: "pkna";
}

/* Import Google Fonts */
img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[id]:not([href]) {
  margin-top: -60px;
  padding-top: 60px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1200px) {
  a[id]:not([href]) {
    margin-top: -226px;
    padding-top: 226px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  a[id]:not([href]) {
    margin-top: -226px;
    padding-top: 226px;
  }
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #CCC;
  margin-top: 1em;
  margin-bottom: 1em;
}

ol {
  margin-left: 2em;
}

/*----------------------------------------------------
  Layout
----------------------------------------------------*/
.l-container {
  width: 100%;
  position: relative;
  min-width: 32rem;
  color: #332422;
  overflow: hidden;
  padding: 2rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-container {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .l-container {
    padding: 4rem 6rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .l-container {
    padding: 4rem 6rem;
  }
}

/* Header */
.l-header {
  background: #fff;
  position: relative;
  z-index: 100;
  border-bottom: 0.1rem solid #ddd;
}

.l-header__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 auto;
  padding: 2rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-header__inner {
    padding: 1.5rem 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-header__inner {
    padding: 1rem 1.5rem;
  }
}

.l-header__left {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
}

.l-header__center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.l-logo-marimo {
  height: 4rem;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .l-logo-marimo {
    height: 5rem;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-logo-marimo {
    height: 3.5rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-logo-marimo {
    height: 3rem;
  }
}

.l-header__right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

/* Architecture Header */
.l-architecture-header {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .l-architecture-header__inner {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .l-architecture-header__inner {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-architecture-header__inner {
    padding: 3rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-architecture-header__inner {
    padding: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .l-architecture-header__inner {
    padding: 2rem 1rem;
  }
}

.l-breadcrumb {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #007ac5;
}

.l-breadcrumb-link {
  color: #007ac5;
  font-weight: 700;
}

.l-breadcrumb-separator {
  color: #333;
}

.l-breadcrumb-current {
  color: #545454;
  font-weight: 700;
}

/* Main Image */
.l-main-image {
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  margin: 10px 0;
}
.l-main-image.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.l-main-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Background Section */
.l-background {
  position: relative;
  background: #fff;
}

.l-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/gladis-aioibashi/ph_background_01.jpg");
  -webkit-background-size: cover auto;
  -moz-background-size: cover auto;
  -ms-background-size: cover auto;
  -o-background-size: cover auto;
  background-size: cover auto;
  background-position: center;
  opacity: 0.8;
}

.l-background-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 120rem;
  margin: 0 auto;
}

.l-hero-subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 3rem;
  color: #000;
}

.l-hero-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444;
  margin: 0 auto;
}

.l-hero {
  position: relative;
  width: 100%;
  overflow: visible;
  aspect-ratio: 1328/892;
  max-height: 1000px;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-hero {
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width: 375px) {
  .l-hero {
    aspect-ratio: 3/2;
  }
}
@media only screen and (min-width: 1200px) {
  .l-hero {
    padding: 4rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .l-hero {
    padding: 3rem;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-hero {
    padding: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-hero {
    padding: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .l-hero {
    padding: 1rem;
  }
}
.l-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.l-hero__logo {
  position: absolute;
  top: 43%;
  width: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.l-hero__logo img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: contrast(1.1) brightness(1.05);
  will-change: transform;
}
.l-hero__logo.fade-in {
  opacity: 1;
}
.l-hero__image {
  position: absolute;
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 1s ease, transform 1s ease;
}
.l-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}
.l-hero__image.fade-in {
  opacity: 1;
  transform: scale(1);
}
.l-hero__image--4 {
  width: 37%;
  top: 0%;
  left: 0%;
}
.l-hero__image--5 {
  width: 24%;
  top: 0%;
  left: 41%;
}
.l-hero__image--2 {
  width: 31%;
  top: 0%;
  right: 0%;
}
.l-hero__image--1 {
  width: 32%;
  bottom: 0%;
  left: 0%;
}
.l-hero__image--6 {
  width: 17%;
  bottom: 0%;
  left: 36%;
}
.l-hero__image--3 {
  width: 43%;
  bottom: 0%;
  right: 0%;
}
.l-hero__g-mark {
  position: absolute;
  bottom: -30px;
  right: 2rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s ease, transform 1s ease;
  z-index: 10;
  max-width: 35rem;
}
.l-hero__g-mark.fade-in {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-hero__g-mark {
    bottom: -30px;
    right: 1.5rem;
    padding: 1.2rem;
    gap: 1.2rem;
    max-width: 30rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-hero__g-mark {
    bottom: -30px;
    right: 1rem;
    padding: 1rem;
    gap: 1rem;
    max-width: 25rem;
  }
}
@media only screen and (max-width: 375px) {
  .l-hero__g-mark {
    bottom: -30px;
    right: 1rem;
    padding: 1rem;
    gap: 1rem;
    max-width: 25rem;
  }
}
.l-hero__g-mark-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.l-hero__g-mark-logo img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
.l-hero__g-mark-message {
  flex: 1;
}
.l-hero__g-mark-message p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-hero__g-mark-message p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-hero__g-mark-message p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .l-hero__g-mark-message p {
    font-size: 1rem;
  }
}

.l-footer {
  background: #282828;
  width: 100%;
  color: #FFF;
}
.l-footer__inner {
  padding: 3rem;
}

/* Intro Section */
.l-intro-section {
  background: #FFF;
  text-align: center;
  padding: 4rem 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-intro-section {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-intro-section {
    padding: 0;
  }
}
@media only screen and (max-width: 375px) {
  .l-intro-section {
    padding: 0;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-intro-section > div {
    text-align: center !important;
  }
}
.l-intro-section .p-basic-title,
.l-intro-section .p-intro-description {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.l-intro-section .p-basic-title.fade-in,
.l-intro-section .p-intro-description.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Philosophy Section */
.l-philosophy-section {
  background: #0F59A3;
  padding: 8rem 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-philosophy-section {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-philosophy-section {
    padding: 4rem 0;
  }
}
.l-philosophy-section .p-basic-title,
.l-philosophy-section .p-philosophy-subtitle,
.l-philosophy-section .p-philosophy-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.l-philosophy-section .p-basic-title.fade-in,
.l-philosophy-section .p-philosophy-subtitle.fade-in,
.l-philosophy-section .p-philosophy-item.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Link Section */
.l-link-section {
  background: #002146;
  padding: 8rem 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .l-link-section {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-link-section {
    padding: 4rem 0;
  }
}
.l-link-section .p-project-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.l-link-section .p-project-card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Concept Section */
.l-concept-section {
  background: rgba(228, 231, 223, 0.59);
  text-align: center;
}
.l-concept-section--polestar-naganobrightia {
  background: #1B5F8C url("../../assets/images/polestar-naganobrightia/bg_concept.jpg") no-repeat center top;
  background-size: cover;
  color: #FFF !important;
}
.l-concept-section--gransoltia-tenjinnosono {
  background: #F4E4BC url("../../assets/images/gransoltia-tenjinnosono/bg_concept.jpg") no-repeat center top;
  background-size: cover;
}
.l-concept-section--polestar-higashihonura {
  background: #E0D3A4 url("../../assets/images/polestar-higashihonura/bg_concept.jpg") no-repeat center top;
  background-size: cover;
}
.l-concept-section--soltia-kyototakaragaike {
  background: #9E9049 url("../../assets/images/soltia-kyototakaragaike/bg_concept.jpg") no-repeat center top;
  background-size: cover;
  color: #FFF !important;
}
.l-concept-section--gladis-minamiishido {
  background: #EEEBE2 url("../../assets/images/gladis-minamiishido/bg_concept.jpg") no-repeat center top;
  background-size: cover;
}

/* Design Section */
.l-design-section {
  padding: 2rem 0;
  background: #fff;
}

/* Outline Section */
.l-outline-section {
  padding: 2rem 0;
  background: #fff;
}

.l-outline-section h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

/* Footer */
.l-footer {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

.l-footer-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-footer-top {
  max-width: 300px;
  margin: 0 auto 30px;
}
.l-footer-top a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.l-footer-top a:hover {
  opacity: 0.8;
}
.l-footer-top img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .l-footer-top {
    max-width: 180px;
  }
}
@media only screen and (max-width: 375px) {
  .l-footer-top {
    max-width: 180px;
  }
}

.l-footer-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.l-footer-bottom a {
  display: inline-block;
  transition: opacity 0.3s ease;
  flex: 1;
}
.l-footer-bottom a:hover {
  opacity: 0.8;
}
.l-footer-bottom img {
  max-width: 100%;
  height: auto;
}

.l-copyright {
  font-size: 0.9em;
  color: #444;
}

/* Design Section */
.l-design-section {
  padding: 80px 0;
  background: #fff;
}

/*----------------------------------------------------
  Component
----------------------------------------------------*/
.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
}

.c-loading img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
}

.c-button {
  padding: 10px;
  border-radius: 4px;
  margin: 1em auto;
  display: block;
  text-align: center;
}

.c-button--exhibition {
  border: #707070 solid 1px;
}
.c-button--exhibition a {
  display: block;
  color: #FFF;
}
.c-button--exhibition a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-button--exhibition a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  margin-right: 1em;
  font-weight: 900;
}

.c-button--other {
  border: #000 solid 1px;
}

.c-button--other a {
  color: #000;
  text-decoration: none;
}

.c-button--other:hover {
  background: #000;
}

.c-button--other:hover a {
  color: #FFF;
}

.c-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 20000;
}

.c-pagetop a {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  background: url(../../assets/images/common/img_pagetop.png) no-repeat;
  background-size: cover;
}

.c-form a {
  width: 100%;
  background: #FFF;
  display: block;
  margin: 1em 0 2em;
  border-radius: 4px;
  color: #444;
  font-weight: bold;
  text-align: center;
  padding: 0.6em 1em;
}
@media only screen and (min-width: 1200px) {
  .c-form a {
    width: 200px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .c-form a {
    width: 200px;
  }
}

.c-form a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.c-breadcrumbs {
  font-size: 0.7em;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 2rem -2rem;
  padding: 0;
  position: relative;
  z-index: 10;
}
.c-breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs li:not(:last-of-type)::after {
  content: " / ";
  margin: 0 0.3em;
  color: #333;
  font-weight: normal;
}
.c-breadcrumbs a {
  color: #0066cc;
  font-weight: normal;
  text-decoration: none;
}
.c-breadcrumbs a:hover {
  color: #004499;
  text-decoration: underline;
}
.c-breadcrumbs .current {
  color: #333;
  font-weight: normal;
}

/*----------------------------------------------------
  Project
----------------------------------------------------*/
/* Philosophy Grid */
.p-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
  max-width: 120rem;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-philosophy-item {
  text-align: center;
  position: relative;
  background-image: url("../images/index/bg_circle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-philosophy-content {
  text-align: center;
  position: relative;
  padding: 3rem 2rem;
}
.p-philosophy-content > * {
  position: relative;
  z-index: 2;
}

.p-philosophy-title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-philosophy-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-philosophy-title {
    font-size: 1.6rem;
  }
}

.p-philosophy-subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-philosophy-subtitle {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-philosophy-subtitle {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.p-philosophy-subtitle-item {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-philosophy-subtitle-item {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-philosophy-subtitle-item {
    font-size: 2.2rem;
  }
}

.p-philosophy-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #FFF;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-philosophy-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-philosophy-text {
    font-size: 1.3rem;
  }
}

/* Movie (Philosophy bottom) */
.p-movie {
  margin-top: 2rem;
}
.p-movie .p-movie__inner {
  position: relative;
  width: 100%;
  /* 16:9 responsive wrapper */
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  border-radius: 0.8rem;
}
.p-movie .p-movie__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-movie .p-movie__button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p-movie .p-movie__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none; /* start hidden until play */
}
.p-movie .p-movie__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-movie.is-playing .p-movie__thumb,
.p-movie.is-playing .p-movie__button {
  display: none;
}
.p-movie.is-playing .p-movie__video {
  display: block;
}

/* Catch Copy */
.p-catch-copy {
  font-family: "Shippori Mincho", serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.722;
  margin-bottom: 2rem;
  color: #000;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-catch-copy {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-catch-copy {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 375px) {
  .p-catch-copy {
    font-size: 1.3em;
  }
}
.p-catch-copy.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Intro Description */
.p-intro-description {
  margin-top: 4rem;
}
.p-intro-description p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3rem;
}
.p-intro-description p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-intro-description p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-intro-description p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-intro-description p {
    font-size: 1.3rem;
    margin-bottom: 1.8rem;
  }
}

/* Project Grid */
.p-project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-project-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0;
  }
}
@media only screen and (max-width: 375px) {
  .p-project-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0;
  }
}

.p-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #002146;
  overflow: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.p-project-card:hover {
  transform: translateY(-6px) !important;
  opacity: 0.7 !important;
  text-decoration: none;
}

.p-project-image {
  width: 100%;
  overflow: hidden;
}
.p-project-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 !important;
}

.p-project-content {
  padding: 0;
  position: relative;
  text-align: left;
}

.p-project-catch {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #FFF;
  margin-bottom: 1.5rem;
  padding: 2.5rem 0 0 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-project-catch {
    font-size: 1.3rem;
    padding: 2rem 0 0;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-project-catch {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding: 1.5rem 0 0 0;
  }
}

.p-project-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  padding: 0 2.5rem 0 0;
  padding-right: 6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-project-title {
    font-size: 2rem;
    padding: 0 2rem 0 0;
    padding-right: 5.5rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-project-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding: 0 1.5rem 0 0;
    padding-right: 5rem;
  }
}

.p-project-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-project-arrow {
    right: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-project-arrow {
    right: 1.5rem;
  }
}

.p-project-icon {
  width: 3rem;
  height: 3rem;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-project-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-project-card:hover .p-project-icon {
  opacity: 1;
}

/* Concept Description */
.p-concept-description {
  margin-top: 3rem;
}
.p-concept-description p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.p-concept-description p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-concept-description p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-concept-description p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-concept-description p {
    font-size: 1.2rem;
  }
}

/* Logo Section */
.p-logo-section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.p-logo-section.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.p-main-logo {
  margin: 0;
  max-width: 600px;
}
.p-main-logo img {
  width: 100%;
  height: auto;
}

.p-content-inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .p-content-inner {
    padding: 6rem 4rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-content-inner {
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-content-inner {
    padding: 3rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-content-inner {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-content-inner {
    padding: 2rem 1rem;
  }
}

.p-logo-img {
  height: 6rem;
  width: auto;
}

.p-main-logo-link {
  text-decoration: none;
  color: inherit;
  width: 110px;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-main-logo-link {
    width: 90px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-main-logo-link {
    width: 60px;
  }
}
@media only screen and (max-width: 375px) {
  .p-main-logo-link {
    width: 60px;
  }
}
.p-main-logo-link:hover {
  text-decoration: none;
  color: inherit;
}

.p-basic-title {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .p-basic-title--large {
    font-size: 2.2em;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-basic-title--large {
    font-size: 2.2em;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-basic-title--large {
    font-size: 2em;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-basic-title--large {
    font-size: 1.8em;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-basic-title--large {
    font-size: 1.6em;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-basic-title--middle {
    font-size: 1.8em;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-basic-title--middle {
    font-size: 1.8em;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-basic-title--middle {
    font-size: 1.6em;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-basic-title--middle {
    font-size: 1.5em;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-basic-title--middle {
    font-size: 1.5em;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-basic-title--small {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-basic-title--small {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-basic-title--small {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-basic-title--small {
    font-size: 1.3em;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-basic-title--small {
    font-size: 1.3em;
    margin-bottom: 1rem;
  }
}
.p-basic-title--white {
  color: #FFF;
}

/* Judge Comment Section */
.p-judge-comment {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.p-judge-comment__inner {
  display: flex;
  align-items: center;
  padding: 3rem;
  gap: 3rem;
}
.p-judge-comment__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.p-judge-comment__left .p-g-mark-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.p-judge-comment__right {
  flex: 1;
}
.p-judge-comment__right h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-align: left;
}
.p-judge-comment__right p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-judge-comment__inner {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
    padding: 3rem;
  }
  .p-judge-comment__left {
    align-items: flex-start;
  }
  .p-judge-comment__left .p-g-mark-logo {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-judge-comment__inner {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 3rem;
  }
  .p-judge-comment__left {
    align-items: center;
  }
  .p-judge-comment__left .p-g-mark-logo {
    width: 45px;
    height: 45px;
  }
  .p-judge-comment__right h4 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .p-judge-comment__right p {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .p-judge-comment__inner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding: 3rem;
  }
  .p-judge-comment__left {
    align-items: center;
  }
  .p-judge-comment__left .p-g-mark-logo {
    width: 40px;
    height: 40px;
  }
  .p-judge-comment__right h4 {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  .p-judge-comment__right p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.p-line-title {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 3rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  padding: 0.6rem 1.8rem;
  display: inline-block;
  border: 0.1rem solid #000;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-line-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-line-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding: 0.8rem 1.6rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-line-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding: 0.8rem 1.6rem;
  }
}
.p-line-title--white {
  border: 0.1rem solid #FFF;
  color: #FFF;
}

/* Award Badge */
.p-award-badge {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #fff;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

.p-g-mark-icon {
  position: absolute;
  right: 0;
  bottom: 16%;
  width: 8rem;
  height: 8rem;
}

/* Design Images - Ratio Modifiers */
.p-design-images--3-2 {
  grid-template-columns: 3fr 2fr !important;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-design-images--3-2 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-design-images--3-2 {
    grid-template-columns: 1fr !important;
  }
}

.p-design-images--2-3 {
  grid-template-columns: 2fr 3fr !important;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-design-images--2-3 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-design-images--2-3 {
    grid-template-columns: 1fr !important;
  }
}

.p-design-images--4-1 {
  grid-template-columns: 4fr 1fr !important;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-design-images--4-1 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-design-images--4-1 {
    grid-template-columns: 1fr !important;
  }
}

.p-design-images--1-4 {
  grid-template-columns: 1fr 4fr !important;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-design-images--1-4 {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-design-images--1-4 {
    grid-template-columns: 1fr !important;
  }
}

/* Design Images - Single Column for All Devices */
.p-design-images--1-col {
  grid-template-columns: 1fr !important;
}

/* Design Images - 3 Columns for PC and Large-PC Only */
@media only screen and (min-width: 1200px) {
  .p-design-images--3-col {
    display: flex !important;
  }
  .p-design-images--3-col .p-design-image:nth-child(1) {
    width: 41.93%;
  }
  .p-design-images--3-col .p-design-image:nth-child(2) {
    width: 35.14%;
  }
  .p-design-images--3-col .p-design-image:nth-child(3) {
    width: 17.43%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-design-images--3-col {
    display: flex !important;
  }
  .p-design-images--3-col .p-design-image:nth-child(1) {
    width: 41.93%;
  }
  .p-design-images--3-col .p-design-image:nth-child(2) {
    width: 35.14%;
  }
  .p-design-images--3-col .p-design-image:nth-child(3) {
    width: 17.43%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-design-images--3-col .p-design-image {
    width: 100%;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-design-images--3-col .p-design-image {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .p-design-images--3-col .p-design-image {
    width: 100%;
  }
}

/* Grey Box */
.p-grey-box {
  background: #676767;
  padding: 3rem;
  color: #fff !important;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-grey-box {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-grey-box {
    padding: 2rem 1rem;
  }
}

.p-hanbe-intro__content {
  background: #676767;
  color: #fff !important;
  margin: 3rem 0;
  padding: 3rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-hanbe-intro__content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-hanbe-intro__content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-hanbe-intro__content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
  }
}
.p-hanbe-intro__content .p-hanbe-intro__title {
  flex: 0 0 30%;
  font-family: "Shippori Mincho", serif;
  font-size: 6em;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-hanbe-intro__content .p-hanbe-intro__title {
    font-size: 5em;
    flex: 0 0 35%;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-hanbe-intro__content .p-hanbe-intro__title {
    flex: none;
    width: 100%;
    font-size: 4em;
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .p-hanbe-intro__content .p-hanbe-intro__title {
    flex: none;
    width: 100%;
    font-size: 4em;
    text-align: left;
  }
}
.p-hanbe-intro__content .p-hanbe-intro__text {
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-hanbe-intro__content .p-hanbe-intro__text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-hanbe-intro__content .p-hanbe-intro__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-hanbe-intro__content .p-hanbe-intro__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* Hanbe Images */
.p-hanbe-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-hanbe-images {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-hanbe-images {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-hanbe-images {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-hanbe-images .p-image-caption {
  text-align: right;
  font-size: 0.8em;
}

.p-hanbe-title {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  width: 40%;
  font-size: 1.3em;
}

.p-hanbe-description {
  text-align: left;
}

/* Concept Higashihonura Layout */
.p-concept-higashihonura {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 4rem 0;
  background: transparent;
  padding: 3rem 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-concept-higashihonura {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-concept-higashihonura {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-concept-higashihonura {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2rem;
  }
}
.p-concept-higashihonura .p-concept-feature {
  text-align: left;
  background: rgba(73, 45, 0, 0.66);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-concept-higashihonura .p-concept-feature .p-concept-feature-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFF;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-concept-higashihonura .p-concept-feature .p-concept-feature-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-concept-higashihonura .p-concept-feature .p-concept-feature-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-concept-higashihonura .p-concept-feature .p-concept-feature-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-concept-higashihonura .p-concept-feature p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-concept-higashihonura .p-concept-feature p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-concept-higashihonura .p-concept-feature p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-concept-higashihonura .p-concept-feature p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-concept-higashihonura .p-concept-image {
  margin-bottom: 1rem;
}
.p-concept-higashihonura .p-concept-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.p-concept-higashihonura .p-image-caption {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  margin-top: 0.5rem;
}

/* Concept Naganobrightia Layout */
.p-concept-naganobrightia > .p-content-inner {
  display: grid;
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .p-concept-naganobrightia > .p-content-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-concept-naganobrightia > .p-content-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-concept-naganobrightia > .p-content-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-concept-naganobrightia > .p-content-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 375px) {
  .p-concept-naganobrightia > .p-content-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.p-concept-naganobrightia > .p-content-inner .p-concept-description {
  color: #444;
}
.p-concept-naganobrightia .p-concept-item {
  text-align: center;
  background: #ffffff;
  padding: 3rem 2.5rem;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.p-concept-naganobrightia .p-concept-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
}
.p-concept-naganobrightia .p-concept-item .p-concept-lead {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  margin: 0 0 0.6rem;
  line-height: 1.6;
}
.p-concept-naganobrightia .p-concept-item .p-concept-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #2d63a6;
  margin: 0 0 1rem;
  line-height: 1.35;
}
.p-concept-naganobrightia .p-concept-item .p-concept-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9;
}

/* Background Points */
.p-background-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 4rem 0;
}
.p-background-points .p-background-point {
  padding: 3rem;
  border-right: 1px solid #BEBEBE;
}
.p-background-points .p-background-point:last-child {
  border-right: none;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-background-points {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-background-points .p-background-point {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    padding: 3rem 0;
  }
  .p-background-points .p-background-point:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-background-points {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-background-points .p-background-point {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    padding: 2.5rem 0;
  }
  .p-background-points .p-background-point:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 375px) {
  .p-background-points {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-background-points .p-background-point {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    padding: 2.5rem 0;
  }
  .p-background-points .p-background-point:last-child {
    border-bottom: none;
  }
}

.p-background-point {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.p-background-point .p-background-title {
  order: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
.p-background-point img {
  order: 2;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.p-background-point .p-background-description {
  order: 3;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* History and Future Section */
.p-history-future {
  display: flex;
  display: -webkit-flex;
  padding: 6rem 0;
  max-width: 120rem;
  margin: 0 auto;
  gap: 4rem;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-history-future {
    flex-direction: column;
    flex-direction: -webkit-column;
    gap: 2rem;
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-history-future {
    flex-direction: column;
    flex-direction: -webkit-column;
    gap: 1.5rem;
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 375px) {
  .p-history-future {
    flex-direction: column;
    flex-direction: -webkit-column;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}

.p-history-box,
.p-future-box {
  flex: 1;
  padding: 3rem 2rem;
  text-align: center;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-history-box,
  .p-future-box {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-history-box,
  .p-future-box {
    padding: 1.5rem 1rem;
  }
}

.p-history-box {
  background: #DBDFE5;
}

.p-future-box {
  background: #EAF3ED;
}

/* Section Title English */
.p-section-title-en {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}

.p-history-box .p-section-title-en {
  color: #666666;
}

.p-future-box .p-section-title-en {
  color: #778877;
}

.p-history-box h4,
.p-future-box h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #000;
}

.p-history-box p,
.p-future-box p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 3rem;
}

/* History and Future Images */
.p-history-images,
.p-future-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.p-history-image,
.p-future-image {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: visible;
}
.p-history-image .p-image-caption,
.p-future-image .p-image-caption {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  background: none;
  color: #333;
  padding: 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.p-history-image img,
.p-future-image img {
  width: 100%;
  height: auto;
  min-height: 15rem;
  _height: 15rem;
  object-fit: cover;
  border-radius: 0;
}

.p-image-label {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  background: none;
  color: #444;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  white-space: nowrap;
}

/* Location Images */
.p-location-images {
  padding: 60px 0;
  background: #fff;
}

.p-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-location-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.p-location-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* Concept Section */
.p-concept-header {
  margin-bottom: 40px;
}

.p-concept-header h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #000;
}

.p-concept-main-title {
  margin-bottom: 40px;
}

.p-concept-main-title h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.722;
  color: #000;
}

.p-concept-description {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

/* Concept Images */
.p-concept-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 4rem 0;
}
.p-concept-images .p-concept-image {
  padding: 3rem;
  border-right: 1px solid #BEBEBE;
}
.p-concept-images .p-concept-image:last-child {
  border-right: none;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-concept-images {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-concept-images .p-concept-image {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    padding: 3rem 0;
  }
  .p-concept-images .p-concept-image:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-concept-images {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-concept-images .p-concept-image {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    padding: 2.5rem 0;
  }
  .p-concept-images .p-concept-image:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 375px) {
  .p-concept-images {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-concept-images .p-concept-image {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    padding: 2.5rem 0;
  }
  .p-concept-images .p-concept-image:last-child {
    border-bottom: none;
  }
}

.p-concept-image {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.p-concept-image .p-concept-content {
  order: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-concept-image .p-concept-content .p-concept-title {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.p-concept-image .p-concept-content .p-concept-subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.p-concept-image .p-concept-content .p-concept-subtitle--white {
  color: #FFF;
  font-size: 19px;
  font-size: 1.9rem;
}
.p-concept-image .p-concept-content .p-concept-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  flex: 1;
}
.p-concept-image img {
  order: 2;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.p-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 120rem; /* 1200px */
  margin: 0 auto;
  padding: 3rem 0;
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .p-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 375px) {
  .p-feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
}

.p-feature-item {
  background: #fff;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  border-radius: 0.8rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.11);
  padding: 3rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 8.8rem; /* 88px */
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-feature-item {
    height: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 1.5rem;
    min-height: 6rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-feature-item {
    height: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 1.5rem;
    min-height: 6rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-feature-item {
    height: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 1.2rem;
    min-height: 5rem;
  }
}

.p-feature-item:hover {
  transform: translateY(-0.2rem);
  text-decoration: none;
  color: inherit;
}

.p-feature-number {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-feature-number {
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-feature-number {
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-feature-number {
    margin-right: 0.8rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-feature-icon {
  width: 1.6rem; /* 16px */
  height: 3.7rem; /* 37px */
  background-image: url("../images/common/icon_anchor.svg");
  -webkit-background-size: contain auto;
  -moz-background-size: contain auto;
  -ms-background-size: contain auto;
  -o-background-size: contain auto;
  background-size: contain auto;
  background-repeat: no-repeat;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-feature-icon {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 1.4rem;
    height: 3.2rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-feature-icon {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 1.2rem;
    height: 2.8rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-feature-icon {
    margin-right: 0.8rem;
    margin-bottom: 0;
    width: 1rem;
    height: 2.4rem;
  }
}

.p-feature-item h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin: 0;
  flex: 1;
  text-align: left;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-feature-item h4 {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-feature-item h4 {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-feature-item h4 {
    margin-bottom: 0;
    margin-right: 0.8rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-feature-item p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.p-feature-button {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  background: #455e70;
  color: white;
  padding: 0.8rem 1.6rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  border-radius: 1.5rem;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-feature-button {
    position: static;
    transform: none;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
    padding: 0.6rem 1.2rem;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-feature-button {
    position: static;
    transform: none;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 8px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 375px) {
  .p-feature-button {
    position: static;
    transform: none;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
    padding: 0.4rem 0.8rem;
    font-size: 7px;
    font-size: 0.7rem;
  }
}

.p-feature-button:hover {
  background: #5a7388;
}

/* Detailed Design Sections */
.p-design-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
}

.p-design-detail:last-child {
  border-bottom: none;
}

.p-detail-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.p-detail-number {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-right: 20px;
}

.p-detail-icon {
  width: 16px;
  height: 37px;
  background-image: url("../images/common/icon_anchor.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.p-design-detail h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.p-design-detail p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Design Images */
.p-design-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-design-images {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-design-images {
    grid-template-columns: 1fr;
  }
}

.p-design-image {
  position: relative;
  border-radius: 0; /* 角丸なし */
  overflow: hidden; /* キャプションを画像内に収める */
}

.p-design-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: none; /* ホバー反応なし */
  position: relative;
}

.p-design-image-caption {
  position: static;
  margin-top: 0.5rem;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.4;
}

.p-detail-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.p-image-left,
.p-image-right {
  position: relative;
}

.p-detail-images img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.p-detail-images img:hover {
  transform: scale(1.02);
}

.p-comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 40px;
}

.p-judge-photo {
  width: 82px;
  height: 104px;
  margin-right: 20px;
  object-fit: cover;
}

.p-comment-header h4 {
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

/* Specifications Section */
.p-spec-table {
  margin: 0 auto;
  padding: 0 20px;
}

.p-spec-row {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-spec-row {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .p-spec-row {
    flex-direction: column;
    gap: 10px;
  }
}

.p-spec-label {
  font-weight: bold;
  color: #000;
  width: 200px;
  flex-shrink: 0;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-spec-label {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .p-spec-label {
    width: 100%;
  }
}

.p-spec-value {
  color: #444;
  flex: 1;
}

.p-hero__title {
  width: 80%;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-hero__title {
    width: 240px;
  }
}
@media only screen and (max-width: 375px) {
  .p-hero__title {
    width: 240px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-hero__title {
    width: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-hero__title {
    width: 540px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-hero__title {
    width: 540px;
  }
}
.p-hero__title {
  position: absolute;
  top: 40%;
  left: 6%;
}

.p-header__logo {
  width: 260px;
  height: auto;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-header__logo {
    position: absolute;
    width: 240px;
    top: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-header__logo {
    position: absolute;
    width: 240px;
    top: 10px;
    left: 10px;
  }
}
.p-header__toggle {
  position: absolute;
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 100000000;
}
@media only screen and (min-width: 1200px) {
  .p-header__toggle {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-header__toggle {
    display: none;
  }
}
.p-header__toggle div {
  position: relative;
}
.p-header__toggle span {
  display: block;
  height: 2px;
  background: #FFF;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.p-header__toggle span:nth-child(1) {
  top: 0px;
}
.p-header__toggle span:nth-child(2) {
  top: 8px;
}
.p-header__toggle span:nth-child(3) {
  top: 16px;
}

/*----------------------------------------------------
  共通
----------------------------------------------------*/
.p-catch {
  color: #7D9396;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

.p-catch--oc {
  color: #7D9396;
  font-weight: bold;
  margin-bottom: 1em;
}

.p-submit-box {
  background: #F8F8F8;
  padding: 3rem;
  border-radius: 4px;
  margin-top: 2rem;
  margin-bottom: 6rem;
  text-align: center;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
}
.p-submit-box__title {
  font-size: 1.1em;
  font-weight: bold;
}

/*----------------------------------------------------
  button
----------------------------------------------------*/
.p-link-button {
  width: 100%;
  font-weight: bold;
}
.p-link-button a {
  color: #7D9396;
  display: block;
  text-align: center;
  border: #7D9396 solid 2px;
  border-radius: 4px;
  padding: 1rem 2rem;
  text-decoration: none;
  margin: 2rem auto 3rem;
}
.p-link-button a:hover {
  background: #7D9396;
  color: #FFF;
}

.p-link-mini-button {
  width: 100%;
  font-weight: bold;
}
.p-link-mini-button a {
  background: #7D9396 url(../../assets/images/common/icon_link.svg) no-repeat right 14px top 14px;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 0.8rem 1rem;
  text-decoration: none;
  margin: 0.4rem auto 0.4rem;
}
.p-link-mini-button a:hover {
  background: #8E9198 url(../../assets/images/common/icon_link.svg) no-repeat right 14px top 14px;
}

.p-submit-button {
  font-weight: bold;
}
.p-submit-button a {
  background: #7D9396;
  color: #FFF;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 1rem 2rem;
  text-decoration: none;
  margin: 2rem auto 0;
}

.p-link-list {
  border-radius: 4px;
  list-style: none;
}
.p-link-list__item {
  margin-bottom: 1em;
  display: block;
  margin: 0;
}
.p-link-list__item a {
  display: block;
  padding: 1em;
  width: 100%;
  text-align: center;
  background: #FFF;
}

.p-link-list {
  list-style: none;
}
.p-link-list li {
  width: 30%;
  display: inline-block;
  font-weight: bold;
}
.p-link-list li a {
  background: #E4E8E8;
  background: #E4E8E8 url(../../assets/images/common/icon_link.svg) no-repeat right 14px top 16px;
  color: #444;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 4rem 4rem 4rem 2rem;
  text-decoration: none;
  margin: 2rem auto 0;
}
.p-link-list li a:hover {
  background: #8E9198 url(../../assets/images/common/icon_link.svg) no-repeat right 14px top 16px;
}
.p-link-list li a[target=_blank] {
  background: #E4E8E8 url(../../assets/images/common/icon_blank_white.svg) no-repeat right 1rem center;
}
.p-link-list li a:hover[target=_blank] {
  background: #8E9198 url(../../assets/images/common/icon_blank_white.svg) no-repeat right 1rem center;
}

.p-link-list--white__item {
  width: 100%;
}

.p-link-list--white__item a[target=_blank] {
  width: 100%;
  border: #8E9198 solid 1px;
  background: #FFF url(../../assets/images/common/icon_blank_pink.svg) no-repeat right 1rem center !important;
  background-size: 14px 14px !important;
  color: #8E9198;
}
.p-link-list--white__item a[target=_blank]:hover[target=_blank] {
  opacity: 0.8;
  background: #FFF url(../../assets/images/common/icon_blank_pink.svg) no-repeat right 1rem center !important;
  background-size: 14px 14px !important;
  color: #8E9198;
}

.p-link-list--comingsoon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .p-link-list--comingsoon {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-link-list--comingsoon {
    flex-direction: row;
  }
}
.p-link-list--comingsoon li {
  background: #888;
  color: #FFF;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 1rem;
  text-decoration: none;
  margin: 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .p-link-list--comingsoon li {
    padding: 1rem 4rem;
    margin: 0 2rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-link-list--comingsoon li {
    padding: 1rem 4rem;
    margin: 0 2rem;
  }
}

.p-page-title {
  text-align: center;
  color: #FFF;
  font-size: 1.4em;
}
@media only screen and (min-width: 1200px) {
  .p-page-title {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-page-title {
    font-size: 1.8em;
  }
}

.p-footer-fixed a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2);
  width: 94%;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #FFF;
  border-radius: 4px;
  padding: 0.4em 1em;
  background: rgba(234, 128, 153, 0.9);
  border: #FFF solid 4px;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .p-footer-fixed a {
    font-size: 1.2em;
    width: 1100px;
    padding: 0.8em 2em;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-footer-fixed a {
    font-size: 1.2em;
    width: 1100px;
    padding: 0.8em 2em;
    bottom: 30px;
  }
}
.p-footer-fixed a:hover {
  text-decoration: none;
  background: rgba(229, 107, 136, 0.9);
}

.p-number-font {
  font-family: "Oxygen", sans-serif;
  font-size: 2.2em;
}

.p-sat-font {
  font-size: 1.4em;
  color: #3AA2FC;
  margin-right: 0.3em;
}

.p-sun-font {
  font-size: 1.4em;
  color: #E6095E;
  margin-right: 0.3em;
}

.p-numbers {
  background-color: #8E9198;
  color: #FFF;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

.p-button-schedule {
  margin-bottom: 0.4em;
}
.p-button-schedule a {
  font-size: 0.8em;
  display: inline-block;
  background: #FFF url(../../assets/images/common/icon_link_black.svg) no-repeat right 10px top 10px;
  background-size: 10px 10px;
  padding: 0.2em 2em 0.2em 1em;
  border-radius: 3px;
}
.p-button-schedule a:hover {
  text-decoration: none;
}

.p-bnr {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
  margin-top: 1%;
}
@media only screen and (min-width: 1200px) {
  .p-bnr__item {
    width: 12%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-bnr__item {
    width: 12%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-bnr__item {
    width: 24%;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-bnr__item {
    width: 24%;
  }
}
.p-bnr__item {
  margin-bottom: 1%;
}
.p-bnr__item img {
  border-radius: 3px;
}
.p-bnr__item:hover {
  opacity: 0.8;
}

.p-image-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
  margin-bottom: 4rem;
}
.p-image-list li {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .p-image-list li {
    width: 49%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-image-list li {
    width: 49%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-image-list li {
    width: 49%;
  }
}

.p-basic-box {
  border: #EDEDED solid 6px;
  padding: 2rem;
}
.p-basic-box__title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #7D9396;
}
@media only screen and (min-width: 1200px) {
  .p-basic-box {
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-basic-box {
    padding: 2rem 4rem;
  }
}
.p-basic-box {
  margin-bottom: 2em;
}
.p-basic-box__inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row-reverse;
  flex-direction: -webkit-row-reverse;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-basic-box__inner__image {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-basic-box__inner__image {
    width: 30%;
  }
  .p-basic-box__inner__content {
    width: 66%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-basic-box__inner__image {
    width: 30%;
  }
  .p-basic-box__inner__content {
    width: 66%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-basic-box__inner__image {
    width: 30%;
  }
  .p-basic-box__inner__content {
    width: 66%;
  }
}

.p-image-box {
  padding: 2em;
  background: #FFF5F8;
  border-radius: 2px;
  margin-bottom: 3rem;
}

/*----------------------------------------------------
  section
----------------------------------------------------*/
.p-section {
  margin-bottom: 4rem;
}
.p-section__title {
  color: #332422;
  position: relative;
  font-size: 2rem;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-section__title {
    font-size: 1.6rem;
  }
}
.p-section__title {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 3rem;
}
.p-section__title::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  margin-left: 1em;
  height: 3px;
  left: 0;
  bottom: 0.5rem;
  background-color: #8E9198;
}
.p-section__title--large {
  font-size: 2.6rem;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-section__title--large {
    font-size: 2rem;
  }
}
.p-section__sub-title {
  color: #8E9198;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-section__mini-title {
  font-size: 1.1em;
  display: inline-block;
  color: #FFF;
  background: #8E9198;
  padding: 0.2em 0.8em;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.p-single p {
  margin-bottom: 2em;
}
.p-single h2 {
  color: #332422;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-single h2::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  margin-left: 1em;
  height: 3px;
  left: 0;
  bottom: 0.5rem;
  background-color: #8E9198;
}
.p-single h3 {
  color: #8E9198;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-link-box {
  background: #FAF8ED;
  border-radius: 3px;
  padding: 2rem;
  margin-bottom: 4em;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-link-box p {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-link-box p {
    width: 49%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-link-box p {
    width: 49%;
  }
}

.p-anchor-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  list-style: none;
}
.p-anchor-list li {
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.p-anchor-list li a {
  background: #FFF;
  font-weight: bold;
  display: block;
  border: #7D9396 solid 1px;
  border-radius: 6px;
  color: #7D9396;
  padding: 1.6rem 2rem 3rem;
  font-size: 1em;
  background: #FFF url(../images/common/icon_anchor.svg) no-repeat center bottom 20px;
}
.p-anchor-list li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media only screen and (min-width: 1200px) {
  .p-anchor-list li {
    width: 49%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-anchor-list li {
    width: 49%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-anchor-list li {
    width: 49%;
  }
}

.p-list-nolink {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  list-style: none;
}
.p-list-nolink li {
  width: 99%;
  margin: 0 0.5% 1rem;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border: #7D9396 solid 1px;
  color: #7D9396;
  display: block;
  border-radius: 6px;
  padding: 1.6rem 1rem;
}
@media only screen and (min-width: 1200px) {
  .p-list-nolink li {
    width: 49%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-list-nolink li {
    width: 49%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-list-nolink li {
    width: 49%;
  }
}
.p-list-nolink--04 li {
  width: 49%;
}
@media only screen and (min-width: 1200px) {
  .p-list-nolink--04 li {
    width: 24%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .p-list-nolink--04 li {
    width: 24%;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .p-list-nolink--04 li {
    width: 24%;
  }
}

.p-baloon {
  background: #FFF;
  padding: 2rem 3rem;
  border-radius: 10px;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto -2rem;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-baloon {
    margin: 0 auto -0.6rem;
  }
}
.p-baloon {
  z-index: 1000;
  position: relative;
  display: inline-block;
  color: #3A7DCB;
}
.p-baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-baloon:before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #FFF;
  }
}
.p-baloon:before {
  color: #3A7DCB;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-baloon {
    font-size: 1.2em;
    padding: 1rem;
  }
}

.p-section-sub-title {
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.6em;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-section-sub-title {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 375px) {
  .p-section-sub-title {
    font-size: 1.2em;
  }
}
.p-section-sub-title {
  font-weight: bold;
  position: relative;
}
.p-section-sub-title:before {
  margin-right: 0.2em;
  content: "";
  background: url(../../assets/images/scholarship/icon_line.svg) center center no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 4px;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .p-section-sub-title:before {
    display: inline-block;
    width: 16px;
    height: 3px;
  }
}
@media only screen and (max-width: 375px) {
  .p-section-sub-title:before {
    display: inline-block;
    width: 16px;
    height: 3px;
  }
}

/*----------------------------------------------------
  Utility
----------------------------------------------------*/
.u-sp {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .u-sp {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-pc {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .u-br-pc {
    display: block;
  }
  .u-br-sp {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-br-pc {
    display: block;
  }
  .u-br-sp {
    display: none;
  }
}
@media only screen and (max-width: 899px) and (min-width: 750px) {
  .u-br-pc {
    display: block;
  }
  .u-br-sp {
    display: none;
  }
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .u-left-sp {
    text-align: left;
  }
  .u-br-pc {
    display: none;
  }
  .u-br-sp {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .u-left-sp {
    text-align: left;
  }
  .u-br-pc {
    display: none;
  }
  .u-br-sp {
    display: block;
  }
}
.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all;
}

.u-big-text {
  font-size: 1.4em;
  line-height: 1.6;
  color: #FFF;
}

.u-big-text02 {
  font-size: 1.4em;
  font-weight: bold;
}

.u-right {
  margin-top: 0.3em;
  text-align: right;
  margin-right: 1em;
}

.u-center {
  text-align: center;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .u-center-pc {
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .u-center-pc {
    text-align: left;
  }
}

.u-left {
  text-align: left !important;
}

.u-under {
  color: #EE7993;
  text-decoration: underline;
}

.u-hidden {
  opacity: 0.4;
}

.u-bold {
  font-weight: bold;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-mb-40 {
  margin-bottom: 4rem;
}

.u-mr-20 {
  margin-right: 2rem;
}

.u-weight {
  font-weight: bold;
}

.u-color {
  color: #ef93ae;
}

.u-list {
  list-style: none;
}

.u-w-80 {
  width: 80%;
  margin: 1em auto 2em;
}
@media only screen and (max-width: 749px) and (min-width: 376px) {
  .u-w-80 {
    width: 100%;
  }
}

.u-attention {
  color: #D80042;
  font-weight: bold;
}

.u-attention--border {
  padding: 1em;
  margin: 2em auto;
  border: #D80042 solid 2px;
}

.u-underline {
  text-decoration: underline;
}

.u-icon-blank {
  padding-right: 1.2em;
  background: url(../../assets/images/common/icon_blank_white.svg) no-repeat right center;
  background-size: 14px 14px;
}

.u-break-word {
  word-wrap: break-word;
}

.u-text-orientation {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

.u-text-indent {
  text-indent: -0.5em;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .history-future {
    max-width: 100%;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .main-title {
    font-size: 24px;
  }
  .hero-subtitle {
    font-size: 20px;
  }
  .history-future {
    flex-direction: column;
    padding: 40px 20px;
    max-width: 100%;
  }
  .history-images,
  .future-images {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-item {
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-number {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feature-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feature-item h4 {
    margin-bottom: 10px;
  }
  .feature-button {
    position: static;
    margin-top: 10px;
    align-self: flex-end;
  }
  .design-images {
    grid-template-columns: 1fr;
  }
  .comment-header {
    flex-direction: column;
    text-align: center;
  }
  .judge-photo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .spec-row {
    flex-direction: column;
  }
  .spec-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .image-grid {
    grid-template-columns: 1fr;
  }
  .feature-item {
    height: auto;
    padding: 20px;
  }
  .feature-button {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .main-title {
    font-size: 20px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .concept-main-title h3 {
    font-size: 24px;
  }
  .header-content {
    flex-direction: column;
    gap: 20px;
  }
  .logo-group {
    flex-direction: column;
    text-align: center;
  }
}
/* Max Width Utilities - PC and Large PC Only */
@media only screen and (min-width: 1200px) {
  .u-max-width-80 {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-max-width-80 {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .u-max-width-70 {
    max-width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-max-width-70 {
    max-width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .u-max-width-60 {
    max-width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-max-width-60 {
    max-width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .u-max-width-50 {
    max-width: 50% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-max-width-50 {
    max-width: 50% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .u-max-width-40 {
    max-width: 40% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-max-width-40 {
    max-width: 40% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .u-max-width-30 {
    max-width: 30% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .u-max-width-30 {
    max-width: 30% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=style.css.map */
