@charset "UTF-8";

body {
  color: #333;
  /* -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; */
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #333;
  /* 250724 add */
  font-family: var(--font);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

@keyframes hover {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

a:hover {
  opacity: 0.6;
  animation: hover 1s forwards;
}

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

.en {
  font-family: var(--font-en);
  font-weight: 300;
}

@media not all and (min-width: 84.375rem) {
  .pcBig-txt {
    display: none;
  }
}

.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.under-header {
  position: fixed;
  background-color: #fff;
}

.under-header .header-logo {
  display: block;
  position: fixed;
  z-index: 2;
}

.under-header .header_nav {
  position: fixed;
  width: 100vw;
  z-index: 1;
  padding-right: 250px;
}

@media not all and (min-width: 84.375rem) {
  .under-header .header_nav {
    padding-right: 145px;
  }
}

.under-header .header_nav__a {
  color: #333;
}

.under-hero {
  margin-left: 10%;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  /* 250722 add */
  position: relative;
  margin-left: 0;
  border-radius: 0;
  z-index: 0;
  max-height: 423px;
  display: flex;
  align-items: center;
  height: 29.9850074963vh;
  overflow: hidden;
}

@media (min-width: 37.5rem) {
  .under-hero {
    height: 78.4786641929vh;
  }
}

.under-hero::before {
  /* 250722 add */
  content: "";
  position: absolute;
  inset: 0;
  background: #1A1311;
  opacity: 0.71;
  z-index: -1;
}

.under-hero__wrap {
  padding-top: 80px;
}

.under-hero__title {
  color: #fff;
  font-size: 3.25rem;
  padding: 150px 0 150px 70px;
  text-shadow: 3px 3px 8px #5f7a94;
  line-height: 1.7;
  /* 250722 */
  text-shadow: none;
  font-size: 19.8px;
  padding: 0 0 0 14.8669796557vw;
}

@media not all and (min-width: 68.75rem) {
  .under-hero__title {
    font-size: 2.625rem;
  }
}

@media not all and (min-width: 48rem) {
  .under-hero__title {
    font-size: 2.25rem;
    padding: 150px 0 150px 30px;
  }
}

@media not all and (min-width: 37.5rem) {
  .under-hero__title {
    padding: 30px 0 30px 10px;
  }
}

@media not all and (min-width: 28.125rem) {
  .under-hero__title {
    font-size: 1.875rem;
  }
}

.under-hero__title__en {
  font-size: 1.125rem;
  display: block;
  padding-left: 10px;
  /* 250722 */
  font-size: 49.5px;
  line-height: 1.2;
  padding: 0;
}

.under-hero__catch {
  /* 250722 */
  font-size: clamp(50px, 9.3114241002vw, 119px);
  color: #fff;
  align-self: flex-end;
  margin-right: 3.125vw;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  font-weight: 100;
  font-family: "Overpass", sans-serif;
  transform: translateY(0.25em);
}

@media (min-width: 37.5rem) {
  .under-hero__catch {
    margin-right: 5.4773082942vw;
  }
}

.info-map__link {
  border-bottom: 1px solid var(--corporate-color);
}

.top-grting__content__about {
  display: block;
  text-align: center;
  padding: 17px 68px 17px 0;
  height: 69px;
  width: 281px;
  font-size: 1.125rem;
  color: var(--corporate-color);
  border: 1px solid var(--corporate-color);
  margin-bottom: -34px;
  position: relative;
  font-weight: bold;
  background: #fff;
}

@media not all and (min-width: 28.125rem) {
  .top-grting__content__about {
    width: 250px;
  }
}

.top-grting__content__about__arrow {
  position: absolute;
  right: 0;
  top: 0;
}

.business-hero {
  background-image: url(img/business/hero.jpg);
}

.hudosan__title {
  font-size: 2.25rem;
  padding-bottom: 10px;
  background: url(img/common/line.png) no-repeat left bottom;
  margin-bottom: 30px;
  /* 250723add */
  background: none;
  border-bottom: 1px solid var(--corporate-color);
  position: relative;
}

.hudosan__title::before {
  /* 250723add */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  transform: translate(0, 50%);
  background: var(--corporate-color);
}

.hudosan__title.--row {
  /* 250723add */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}

.hudosan__title.--row .en {
  color: var(--corporate-color);
  font-size: 1.5rem;
  font-family: "Overpass", sans-serif;
}

@media not all and (min-width: 28.125rem) {
  .hudosan__title {
    font-size: 2rem;
  }
}

.works-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6%;
  padding-left: 6%;
  /* 250722 */
  padding-right: min(6%, 30px);
  padding-left: min(6%, 30px);
}

.works-hero {
  background-image: url(img/works/hero.jpg);
}

.works-top {
  /* padding: 100px 6% 115px; */
  text-align: center;
  /* 250722 */
  margin-top: 55px;
  text-align: left;
}

.works-top__title {
  /* 250722 */
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.works-top__txt {
  font-size: 1.125rem;
  margin-bottom: 100px;
  text-align: left;
  /* 250722 */
  font-size: 1rem;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

/* 250722 add works1__list */
.works1__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 312px), 1fr));
  gap: 10px;
}

.works1__item.--title {
  background: #e6e6e6;
  padding: 30px 18px 18px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
}

.works1__item.--title::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  background: var(--corporate-color);
  left: 0;
  top: 0;
}

.works1__item.--title .title {
  font-size: 1.3125rem;
}

.works1__item.--title .title-en {
  font-size: 1.0625rem;
}

.works1__item.--title .info {
  border-top: 1px solid;
  font-size: 1.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
  margin-top: 15px;
}

.works1__item.--title .plot {
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1/1;
  width: 65px;
  height: 65px;
  background: #000;
  font-size: 0.8125rem;
  display: grid;
  place-items: center;
}

.works1__item.--img {
  padding: 7px;
  border: #ccc solid 0.5px;
  box-shadow: 2px 2px 1px rgba(163, 166, 175, 0.4);
}

.works1__item.--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-other__list {
  /* 250722 */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(40%, 300px)), 1fr));
  gap: 38px 15px;
}

.works-other__item {
  border-bottom: 1px dotted #d5d5dd;
  padding-bottom: 10px;
  padding-top: 15px;
  /* 250722 */
  border: 0.5px solid #ccc;
  box-shadow: 2px 2px 1px rgba(163, 166, 175, 0.4);
  padding: 20px 20px 15px;
  position: relative;
}

.works-other__item::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  background: var(--corporate-color);
  left: 0;
  top: 0;
}

.works-other__item__title {
  font-size: 1.5rem;
  width: 410px;
  line-height: 1.2;
  /* 250723 add */
  width: auto;
}

.works-other__cap {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: right;
  color: var(--corporate-color);
  margin-top: 40px;
  margin-bottom: 150px;
  /* 250722 */
  color: #000;
}

.works-other__item__info {
  /* 250722 add */
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.works-other__item__info .plot {
  width: min(100%, 112px);
  background: #000;
  color: #fff;
  text-align: center;
}

.specification-hero {
  background-image: url(img/specification/hero.jpg);
}

.house-top {
  /* 250722 delete */
  /* background: url(img/specification/bg.jpg) no-repeat right bottom; */
  /* 250722 */
  margin-top: 55px;
}

.house-top__title {
  /* 250722 */
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.house-top__txt {
  padding-top: 100px;
  padding-bottom: 243px;
  font-size: 1.125rem;
  line-height: 2.8;
  /* 250722 */
  font-size: 1rem;
  padding: 0;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.house-point {
  margin: 175px auto 70px;
  /* 250722 */
  margin-top: 80px;
}

.house-point__item {
  margin-bottom: 125px;
}

.house-point__item__top__item {
  width: 47%;
  margin-bottom: 35px;
}

@media not all and (min-width: 68.75rem) {
  .house-point__item__top__item {
    width: 100%;
  }
}

.house-point__item__top__item:last-of-type {
  margin-top: 10px;
}

.house-point__item__top__txtBox__title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.house-point__item__imgWrap {
  padding: 45px 20px 45px 35px;
  background: #f9f9fb;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.house-point__item__imgWrap__title {
  font-size: 1.25rem;
  color: var(--corporate-color);
  padding-left: 40px;
}

.house-point__item__title_k {
  background: url(img/specification/icon.png) no-repeat;
}

.house-point__item__title_b {
  background: url(img/specification/icon2.png) no-repeat;
}

.house-point__item__title_s {
  background: url(img/specification/icon3.png) no-repeat;
}

.house-point__item__title_t {
  background: url(img/specification/icon4.png) no-repeat;
}

.house-point__item__imgBox {
  width: 1040px;
}

@media not all and (min-width: 68.75rem) {
  .house-point__item__imgBox {
    width: 522px;
  }
}

@media not all and (min-width: 48rem) {
  .house-point__item__imgBox {
    width: 250px;
  }
}

.house-point__item__imgBox__item__img {
  display: block;
  margin-top: 13px;
  margin-right: 12px;
}

.house-point__item__spanRed {
  font-size: 0.875rem;
  color: #b12013;
  font-weight: bold;
}

.house-point__caption {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--corporate-color);
  text-indent: -1em;
  padding-left: 1em;
}

.house-point__caption+p {
  margin-top: 10px;
}

.company-hero {
  background-image: url(img/company/hero.jpg);
}

.company-greeting {
  margin: 175px auto 130px;
}

@media not all and (min-width: 37.5rem) {
  .company-greeting {
    margin: 100px auto 130px;
  }
}

.company-greeting__txtBox {
  width: calc(50% - 30px);
}

@media not all and (min-width: 68.75rem) {
  .company-greeting__txtBox {
    width: 100%;
  }
}

.company-greeting__p+.company-greeting__p {
  margin-top: 1.5em;
}

.company-greeting__p__name {
  text-align: right;
  margin-top: 30px;
}

.company-greeting__p__name span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.25rem;
  margin-left: 10px;
  font-weight: bold;
}

.company-supplier {
  margin: 135px auto 150px;
}

.company-detail__table {
  border-collapse: collapse;
  width: 100%;
}

.company-detail__tr {
  border-bottom: 1px dotted #d5d5dd;
}

.company-detail__tr:first-of-type {
  border-top: 2px solid #d5d5dd;
}

.company-detail__tr:last-of-type {
  border-bottom: 2px solid #d5d5dd;
}

.company-detail__th,
.company-detail__td {
  padding: 40px 18px;
  text-align: left;
}

.company-detail__th {
  width: 20%;
  background-color: #f7f7f9;
  font-weight: bold;
  vertical-align: top;
}

@media not all and (min-width: 48rem) {
  .company-detail__th {
    width: 100%;
    padding: 20px 18px;
  }
}

.company-detail__td {
  width: 70%;
}

@media not all and (min-width: 48rem) {
  .company-detail__td {
    width: 100%;
    padding: 20px 18px 40px;
  }
}

.contact-hero {
  background-image: url(img/contact/hero.jpg);
}

.contact-top {
  margin: 100px auto;
  text-align: center;
}

.contact-top__title {
  font-size: 2.25rem;
  margin-bottom: 30px;
}

.contact-top__logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.contact-top__p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.contact-top__tel {
  margin-right: 0 !important;
}

.contact-top__open-hour {
  font-weight: normal !important;
  text-align: center !important;
}

.req__span {
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--corporate-color);
  padding: 5px 10px;
  margin: 0 3px;
  font-weight: normal;
}

.req__span__table {
  padding: 0 10px;
}

.form-caption {
  text-align: right;
  padding-bottom: 15px;
  border-bottom: 2px solid #d5d5dd;
}

.contact_form tr {
  border-bottom: 1px dotted #d5d5dd;
  align-items: flex-start;
}

.contact_form tr:last-of-type {
  border-bottom: 2px solid #d5d5dd;
}

.contact_form {
  width: 100%;
  text-align: left;
}

.form__th {
  width: 40%;
  padding: 30px 0 15px;
}

@media not all and (min-width: 48rem) {
  .form__th {
    width: 100%;
    padding: 20px 0 15px;
  }
}

.form__td {
  width: 50%;
  margin: 15px 0 15px 15px;
  padding: 15px 25px;
  background-color: #f7f7f9;
}

@media not all and (min-width: 68.75rem) {
  .form__td {
    width: 55%;
  }
}

@media not all and (min-width: 48rem) {
  .form__td {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

input,
textarea {
  width: 100%;
}

textarea {
  min-height: 250px;
}

.form_btn {
  display: block;
  text-align: center;
  padding: 25px 68px 35px 0;
  height: 88px;
  width: 362px;
  font-size: 1.125rem;
  color: var(--corporate-color);
  border: 1px solid var(--corporate-color);
  margin-bottom: -34px;
  position: relative;
  font-weight: bold;
  background: #fff url(img/contact/arrow.jpg) no-repeat right center;
  margin: 80px auto 160px;
}

@media not all and (min-width: 37.5rem) {
  .form_btn {
    width: 90%;
  }
}

#formWrap tr {
  border-bottom: 1px dotted #d5d5dd;
}

#formWrap .formTable {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #d5d5dd;
  border-bottom: 2px solid #d5d5dd;
}

#formWrap p {
  font-size: 1.25rem;
  margin-top: 50px;
}

#formWrap th {
  padding: 15px 0;
}

#formWrap input[type=submit],
#formWrap input[type=button] {
  display: block;
  text-align: center;
  padding: 25px 0 35px;
  height: 88px;
  width: 362px;
  font-size: 1.125rem;
  color: var(--corporate-color);
  border: 1px solid var(--corporate-color);
  margin-bottom: -34px;
  position: relative;
  font-weight: bold;
  margin: 30px auto;
}

@media not all and (min-width: 37.5rem) {

  #formWrap input[type=submit],
  #formWrap input[type=button] {
    width: 90%;
  }
}

footer {
  background: #f7f7f9;
}

.breadcrumbs {
  padding: 20px 15px;
}

.breadcrumbs__item {
  position: relative;
  line-height: 1.2;
}

.breadcrumbs__item:not(:first-of-type) {
  padding-left: 40px;
}

.breadcrumbs__item:not(:first-of-type):after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  left: 17px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

.breadcrumbs__item:last-of-type {
  pointer-events: none;
  text-decoration: none;
}

.breadcrumbs a {
  display: block;
}

.breadcrumbs__top {
  border-bottom: 1px solid var(--corporate-color);
}

.breadcrumbs__top a {
  color: var(--corporate-color);
}

.contactBox__tel {
  color: var(--corporate-color);
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-right: 30px;
}

@media not all and (min-width: 68.75rem) {
  .contactBox__tel {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}

@media not all and (min-width: 37.5rem) {
  .contactBox__tel {
    font-size: 2.1875rem;
    font-weight: bold;
    margin-top: 20px;
  }
}

.contactBox__tel__txt {
  font-size: 1.25rem;
  font-weight: 700;
}

.contactBox__open-hour {
  display: block;
  margin-left: auto;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

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

_result.scss

***************************/
.result-hero {
  background-image: url(img/result/hero.jpg);
}

.result-top {
  /* padding: 100px 6% 115px; */
  /* 250722 */
  margin-top: 55px;
}

.result-top__title {
  /* 250722 */
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.result-top__txt {
  /* 250722 */
  font-size: 1rem;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

/* 250722 add result__list */
.result-top__img-list {
  display: grid;
  justify-content: center;
  gap: 23px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 222px), 1fr));
}

.result-top__img-list img {
  width: 100%;
}

.result__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.result__item {
  box-shadow: 2px 2px 1px rgba(163, 166, 175, 0.4);
  grid-column: auto/span 3;
}

@media (min-width: 37.5rem) {
  .result__item {
    grid-column: auto/span 2;
  }
}

.result__item:nth-of-type(-n+2) {
  grid-column: auto/span 6;
}

@media (min-width: 56.25rem) {
  .result__item:nth-of-type(-n+2) {
    grid-column: auto/span 3;
  }
}

.result__item.--title {
  background: #fff;
  padding: 30px 20px 18px min(4.1471048513vw, 53px);
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
  border: #ccc 0.5px solid;
}

.result__item.--title::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  background: var(--corporate-color);
  left: 0;
  top: 0;
}

.result__item.--title .title-wrap {
  display: flex;
  align-items: start;
  flex-flow: wrap;
  justify-content: space-between;
}

.result__item.--title .title {
  font-size: 1.3125rem;
}

.result__item.--title .title-en {
  font-size: 1.0625rem;
}

.result__item.--title .tag {
  background: #D4145A;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.2em 0.5em;
}

.result__item.--title .info {
  font-size: 1.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
  margin-top: 15px;
  position: relative;
}

.result__item.--title .info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 1px;
  background: #000;
}

.result__item.--title .plot {
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1/1;
  width: 65px;
  height: 65px;
  background: #000;
  font-size: 0.8125rem;
  display: grid;
  place-items: center;
}

.result__item.--img {
  padding: 7px;
  border: #ccc solid 0.5px;
}

.result__item.--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.result2__list {
  /* 250722 */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(40%, 300px)), 1fr));
  gap: 20px 15px;
}

.result2__item {
  /* 250722 */
  border: 0.5px solid #ccc;
  box-shadow: 2px 2px 1px rgba(163, 166, 175, 0.4);
  padding: 15px 50px;
  min-height: 115px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
}

.result2__item::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 4px;
  background: var(--corporate-color);
  left: 0;
  top: 0;
}

/* 250722 add business */
.business-top {
  margin-top: 55px;
  /* padding: 0; */
}

.business-top__title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}

.business-top__txt {
  font-size: 1rem;
  margin: 0;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}

.business__title-wrap {
  display: flex;
  flex-flow: column;
}

@media (min-width: 37.5rem) {
  .business__title-wrap {
    flex-flow: row;
    max-height: 390px;
    height: 72.3562152134vh;
    background: var(--corporate-color);
  }
}

.business__title {
  align-self: center;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 2.1126760563vw, 27px);
  font-weight: 600;
  line-height: 1.5;
  background: var(--corporate-color);
  width: 100%;
  padding: 30px 6%;
}

@media (min-width: 37.5rem) {
  .business__title {
    max-width: 505px;
    flex: 505;
    min-width: 300px;
    padding: 0;
    padding-left: min(5.4773082942vw, 70px);
    width: auto;
  }
}

.business__title .en {
  font-size: clamp(28px, 2.8169014085vw, 36px);
  font-family: "Overpass", sans-serif;
  line-height: 1.2;
}

@media (min-width: 37.5rem) {
  .business__title__img {
    flex: 773;
  }
}

.business__title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.business__sec {
  display: flex;
  gap: 30px;
  flex-flow: column;
}

@media (min-width: 48rem) {
  .business__sec {
    flex-flow: row;
  }
}

.business__sec .title {
  color: var(--corporate-color);
  font-size: 1.3125rem;
  font-weight: 700;
}

.business__sec .content {
  flex: 476;
}

.business__sec .img {
  flex: 400;
}

.business__sec .img img {
  width: 100%;
}

.business__sec .top-grting__content__about {
  margin-bottom: 0;
}

/* 250723 add animation */
/* animation */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRightTrigger {
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeLeftTrigger {
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeDownTrigger {
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.textSlide_outer {
  overflow: hidden;
}

@keyframes textSlideIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes textSlideIn-catch {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0.25em);
  }
}

.textSlideIn {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}

.textSlideIn.is-animated,
.under-hero__catch.textSlideIn.is-animated {
  animation-name: textSlideIn;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}

.under-hero__catch.textSlideIn.is-animated {
  animation-name: textSlideIn-catch;
}

@keyframes textSlideDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.textSlideDown {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}

.textSlideDown.is-animated {
  animation-name: textSlideDown;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}

@keyframes clipPath {
  0% {
    opacity: 0;
    clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
  }

  100% {
    opacity: 1;
    clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  }
}

.clipPathTrigger {
  opacity: 0;
}

.clipPathTrigger.is-animated {
  animation: clipPath 1s cubic-bezier(0.74, 0.01, 0.29, 0.97) forwards;
}

.rotateTrigger.is-animated::before {
  animation-name: rotateAnime;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.rotateTrigger::before {
  transform: rotate(0deg);
}

@keyframes rotateAnime {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(5deg);
  }
}

/* 250724 variable */
:root {
  /* color */
  --corporate-color: #003CFF;
  /* font */
  --font: "IBM Plex Sans JP", sans-serif;
  --font-en: "Outfit", sans-serif;
  /* mediaQuery */
  /* ----------------------------
  --xxs: 'calc(375em / 16)';
  --xs: 'calc(425em / 16)';
  --sm: 'calc(640em / 16)';
  --md: 'calc(768em / 16)';
  --lg: 'calc(1024em / 16)';
  --xl: 'calc(1280em / 16)';
  --xxl: 'calc(1340em / 16)';
  --xxxl: 'calc(1440em / 16)';
  --xxxxl: 'calc(1500em / 16)'; 
  -----------------------------*/
  /* value */
  --header-height: 60px;
}

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

component/_icon.scss

***************************/
.icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.icon::before {
  content: "";
  background: no-repeat center/contain;
  background-color: var(--bg-color);
  transition-property: background-color, color;
  transition-duration: var(--duration--s);
  --bg-color: transparent;
}

.icon.--arrow-right::before {
  width: 20px;
  height: 8px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="9" viewBox="0 0 20 9" fill="none"><path d="M0 5.30225V3.30225H14V0.302246L20 4.30225L14 8.30225V5.30225H0Z" fill="%23003CFF"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="9" viewBox="0 0 20 9" fill="none"><path d="M0 5.30225V3.30225H14V0.302246L20 4.30225L14 8.30225V5.30225H0Z" fill="%23003CFF"/></svg>') center/contain no-repeat;
  --bg-color: var(--corporate-color);
}

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

layout/_header.scss

***************************/
.header__nav_toggle_title {
  font-size: 0.625rem;
  font-size: 1rem;
  display: block;
  padding-top: 5px;
  width: 4em;
  white-space: nowrap;
}

.header__nav_toggle_title:before {
  content: "メニュー";
}

/* header */
#header {
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: var(--header-height);
}

@keyframes header_fixed {
  0% {
    transform: translateY(-100%);
  }

  10% {
    transform: translateY(-100%);
    position: fixed;
  }

  100% {
    transform: translateY(0);
    position: fixed;
  }
}

#header.-is-fixed {
  animation: header_fixed 0.5s both;
}

#header.-is-fixed .header__logotype01 {
  display: none;
}

#header.-is-fixed .header__logotype02 {
  display: flex;
  align-items: center;
}

#header.-is-fixed .header__nav_list {
  display: flex;
  flex-direction: row;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#header.-is-fixed .header__nav_list.is_contact {
  margin-top: 0;
  margin-left: 5px;
}

@media (min-width: 68.75em) {
  .header__logo {
    z-index: 10;
  }
}

.header__logotype01 {
  display: block;
}

.header__logotype02 {
  display: none;
}

.header_wrap {
  padding: 15px;
  padding-left: min(2.0833333333vw, 40px);
  display: flex;
  justify-content: space-between;
}

/* gnav */
#gnav {
  max-width: 150px;
}

#header.-is-fixed #gnav,
#gnav {
  width: 100%;
}

#header.-is-fixed #gnav::-webkit-scrollbar,
#gnav::-webkit-scrollbar {
  display: none;
}

@media not all and (min-width: 68.75em) {

  #header.-is-fixed #gnav[aria-hidden=false] .header__nav_list,
  #gnav[aria-hidden=false] .header__nav_list {
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 0;
    transform: none;
  }

  #header.-is-fixed #gnav[aria-hidden=false] .header_nav__item a,
  #gnav[aria-hidden=false] .header_nav__item a {
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
}

#header.-is-fixed #gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
}


@media not all and (min-width: 68.75em) {
  #header.-is-fixed #gnav {
    position: absolute;
    overflow: hidden;
    transition-property: visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    width: 100%;
    max-width: 150px;
    height: auto;
    display: block;
    background: transparent;
    left: auto;
    right: min(6%, 30px);
    top: calc(var(--header-height) + 10px);
    max-height: calc(100vh - var(--header-height));
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 30px;
    z-index: 6;
  }
}

.header__nav_list {
  width: 100%;
  background: #fff;
  border-radius: 7px;
}

@media (min-width: 68.75em) {
  .header__nav_list {
    gap: 0 15px;
  }
}

@media not all and (min-width: 68.75em) {
  .header__nav_list {
    flex-direction: column;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 35%;
    transform: translateY(-35%);
    opacity: 0;
    visibility: hidden;
  }
}

.header__nav_list.is_contact {
  background: var(--corporate-color);
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.header__nav_list.is_contact a {
  color: #fff;
}

.header__nav_list a {
  padding: 0 20px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 3.7;
}

.header_nav__item a {
  padding: 0 20px;
  display: inline-block;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 3.7;
}

@media not all and (min-width: 68.75em) {
  .header_nav__item a {
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
}

.header_nav__item a:hover {
  color: var(--corporate-color);
  opacity: 1;
}

.header_nav__item a.is-current {
  color: var(--corporate-color);
}

/* toggle */
#toggle {
  cursor: pointer;
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  text-align: center;
  position: relative;
  z-index: 7;
}

#toggle[aria-expanded=true] .header__nav_toggle_bar {
  background-color: transparent;
}

#toggle[aria-expanded=true] .header__nav_toggle_bar::before {
  transform: translateY(8px) rotate(135deg);
}

#toggle[aria-expanded=true] .header__nav_toggle_bar::after {
  transform: translateY(-8px) rotate(-135deg);
  width: 30px;
}

#toggle[aria-expanded=true] .header__nav_toggle_title:before {
  content: "とじる";
}

@media (min-width: 68.75em) {
  #toggle {
    display: none;
  }
}

.header__nav_toggle_bar {
  position: relative;
  margin: 8px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 20px;
}

.header__nav_toggle_bar,
.header__nav_toggle_bar::before,
.header__nav_toggle_bar::after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #231815;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.5s;
}

.header__nav_toggle_bar::before,
.header__nav_toggle_bar::after {
  position: absolute;
  content: "";
}

.header__nav_toggle_bar::after {
  width: 15px;
  top: 8px;
}

.header__nav_toggle_bar::before {
  top: -8px;
}

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

layout/_footer.scss

***************************/
#footer {
  background: #F5F6F9;
  padding: 30px clamp(0.938rem, -6.094rem + 30vw, 1.875rem);
  margin-top: clamp(100px, 8.6979166667vw, 167px);
}

.footer-contact {
  background: var(--corporate-color);
  color: #fff;
  border-radius: 15px;
  padding: clamp(45px, 3.75vw, 72px) 40px clamp(45px, 5.0520833333vw, 97px);
}

.footer-contact__row {
  display: flex;
  justify-content: center;
  gap: 20px clamp(3.125rem, -3.208rem + 13.19vw, 12.625rem);
  /* val:min50px,max202px view:min768px,1920px */
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  flex-flow: column;
}

@media (min-width: 48em) {
  .footer-contact__row {
    flex-flow: row;
    width: auto;
  }
}

.footer-bottom {
  background: #fff;
  padding: clamp(80px, 6.6145833333vw, 127px) min(6%, 30px) clamp(50px, 3.75vw, 72px);
  border-radius: 15px;

  .sp-550,
  .button-round {
    width: 100%;
  }
}

.footer-bottom .inner {
  max-width: 1505px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom__row {
  display: flex;
  justify-content: center;
  gap: 50px min(11.6145833333vw, 223px);
  align-items: start;
}

@media not all and (min-width: 48em) {
  .footer-bottom__row {
    flex-flow: column;
  }
}

.footer-bottom__row-left {
  flex: 622;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px 0;
}

@media not all and (min-width: 48em) {
  .footer-bottom__row-left {
    width: 100%;
  }
}

.footer-bottom__row-right {
  flex: 659;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 50px 0;
}

@media not all and (min-width: 48em) {
  .footer-bottom__row-right {
    width: 100%;
  }
}

.footer-nav {
  display: flex;
  flex-flow: wrap;
  gap: 15px min(4.1666666667vw, 80px);
  font-size: 15px;
  font-weight: 600;
}

.footer-nav .button-round {
  max-width: 150px;
}

.footer-nav-item+.footer-nav-item {
  margin-top: 15px;
}

.footer-nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-nav-link::before {
  content: "";
  display: inline-block;
  --size: 7px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--corporate-color);
  flex-shrink: 0;
}

.footer-nav-link.is-current {
  color: var(--corporate-color);
}

.copyright {
  font-size: 0.625rem;
  font-family: var(--font-en);
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.sp-550 {
  display: none;
}

@media screen and (max-width: 550px) {
  .footer-nav {
    flex-flow: unset;
    gap: 0 30px;

    .footer-nav-list {
      width: 100%;
      max-width: max-content;
    }
  }

  .footer-bottom__row {
    gap: 25px min(11.6145833333vw, 223px);
  }

  .footer-banners {
    display: flex;
    /*flex-flow: wrap;*/
    gap: 5px 15px;

    .img {
      margin: 0;
    }
  }

  .pc-550 {
    display: none;
  }

  .sp-550 {
    display: block;
  }
}

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

component/_title.scss

***************************/
.title-section {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 4.5rem);
  /* val:min32px,max72px view:min320px,1920px */
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1;
  color: var(--corporate-color);
}

.title-section.--white {
  color: #fff;
}

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

component/_button.scss

***************************/
.button-round-long {
  border-radius: 7px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--corporate-color);
  gap: 10px;
  padding: 15px 25px;
  min-height: 77px;
  font-size: 15px;
  width: 100%;
  font-weight: 600;
}

.button-round {
  border-radius: 7px;
  background: var(--corporate-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
  padding: 15px 25px;
  min-height: 56px;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.button-round i {
  color: #fff;
}

.button-round i::before {
  --bg-color: #fff !important;
}

.button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDE0E5;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.button-row i {
  --size: 56px;
  width: var(--size);
  height: var(--size);
  border-radius: 7px;
  background: var(--corporate-color);
  color: #fff;
}

.button-row i::before {
  --bg-color: #fff !important;
}

.button-row+.button-row {
  border-top: none;
}

/* link */
.link-underline {
  color: var(--corporate-color);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

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

component/_tels.scss

***************************/
.tels {
  font-family: var(--font-en);
  display: flex;
  align-items: end;
  gap: 0.3em;
}

.tels .sub {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.tels .number {
  font-size: clamp(1.625rem, 1.25rem + 1.88vw, 3.5rem);
  /* val:min26px,max56px view:min320px,1920px */
  line-height: 1;
}

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

object/project/_home.scss

***************************/
.mv_contents {
  position: relative;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.mv_textbox {
  padding-left: 15px;
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media screen and (min-width: 1200px) {
  .mv_textbox {
    left: 60px;
  }
}

.mv_movie {
  width: 100%;
  max-width: 90%;
  position: relative;
  width: 100%;
  max-width: 90%;
  height: 90vh;
  overflow: hidden;
  border-radius: 0 0 0 15px;
}

@media screen and (min-width: 1200px) {
  .mv_movie {
    max-width: 80%;
  }
}

.mv_movie img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 95vh;
}

.mv_movie video {
  border-radius: 0 0 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.mv_title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.mv_sub-title {
  font-family: var(--font-en);
  color: var(--corporate-color);
  font-size: 10vw;
  font-weight: 300;
  line-height: 1;
  animation: clipPath 0.8s cubic-bezier(0.74, 0.01, 0.29, 0.97) -0.15s forwards;
  opacity: 0;
  animation-duration: 1s;
}

@media screen and (min-width: 1200px) {
  .mv_sub-title {
    font-size: 100px;
    margin-top: 30px;
  }
}

@keyframes clipPath {
  0% {
    opacity: 0;
    clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
  }

  100% {
    opacity: 1;
    clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  }
}

.textSlide_outer {
  overflow: hidden;
}

.textSlideIn {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}

.textSlideIn.is-animated {
  animation-name: textSlideIn;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}

@keyframes textSlideIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

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

object/project/_top-about.scss

***************************/
.top-about {
  margin-top: clamp(70px, 11.9791666667vw, 230px);
  display: flex;
  gap: 30px 5.2083333333vw;
  position: relative;
  z-index: 0;
  padding-bottom: 63px;
  flex-direction: column-reverse;
}

@media (min-width: 64em) {
  .top-about {
    flex-direction: row;
  }
}

@media (min-width: 80em) {
  .top-about {
    gap: 30px 10.4166666667vw;
  }
}

.top-about::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 6.25vw;
  left: 6.25vw;
  background: #F5F6F9;
  z-index: -1;
  border-radius: 15px 0 15px 0;
}

.top-about .left {
  flex: 900;
  /* padding-right: 6.25vw; */
  padding-right: 16.25vw;
}

@media (min-width: 64em) {
  .top-about .left {
    padding-right: 0;
  }
}

.top-about .left img {
  border-radius: 0 15px 15px 0;
}

.top-about .right {
  flex: 780;
  margin-top: 13.0208333333vw;
  padding: 0 min(6%, 30px);
  padding-left: 12%;
}

@media (min-width: 64em) {
  .top-about .right {
    padding: 0;
  }
}

@media (min-width: 120em) {
  .top-about .right {
    padding-right: calc(50vw - 40%);
  }
}

.top-about .deco {
  margin-left: auto;
  max-width: 570px;
  /* margin-top: 20px; */
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 37.5em) {
  .top-about .deco {
    display: grid;
    margin-top: calc(clamp(8.125rem, -17.735rem + 61.21vw, 21.438rem) * -1);
    /* val:min130px,max343px view:min676px,1024px */
    grid-template-columns: 210fr 360fr;
    grid-template-areas: ". image01""image02 .";
  }
}

@media (min-width: 64em) {
  .top-about .deco {
    margin-right: 2.0833333333vw;
    margin-top: -5.7291666667vw;
  }
}

.top-about .deco img:nth-of-type(1) {
  grid-area: image01;
}

.top-about .deco img:nth-of-type(2) {
  grid-area: image02;
}

.top-about .deco img {
  border-radius: 15px;
  max-width: 100%;
  width: max-content;
  /* max-width: -moz-max-content;
  max-width: max-content; */
}

@media (min-width: 37.5em) {
  .top-about .deco img {
    max-width: none;
  }
}

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

object/project/_top-business.scss

***************************/
.top-business {
  margin-top: clamp(100px, 7.2916666667vw, 140px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: clamp(0.938rem, -6.094rem + 30vw, 1.875rem);
  padding-right: clamp(0.938rem, -6.094rem + 30vw, 1.875rem);
  display: flex;
  gap: 50px 30px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
}

@media (min-width: 64em) {
  .top-business {
    flex-direction: row;
    max-width: none;
    max-width: 97rem;
  }
}

@media (min-width: 64em) {
  .top-business .left {
    margin-left: min(5.5208333333vw, 106px);
    max-width: 408px;
    flex-shrink: 0;
  }
}

.top-business .right {
  position: relative;
  z-index: 0;
  display: flex;
}

.top-business .right::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  background: var(--corporate-color);
  display: block;
  border-radius: 15px;
}

.top-business .right img {
  border-radius: 15px;
}

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

object/project/_top-result.scss

***************************/
.top-result {
  margin-top: clamp(100px, 7.2916666667vw, 140px);
  background: rgba(0, 60, 255, 0.75);
  padding: 75px clamp(0.938rem, -6.094rem + 30vw, 1.875rem);
}

.top-result .inner {
  display: flex;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  flex-flow: column;
}

@media (min-width: 48em) {
  .top-result .inner {
    flex-flow: row;
  }
}

.top-result .img {
  display: flex;
}

@media (min-width: 48em) {
  .top-result .img {
    width: 50%;
  }
}

.top-result .img img {
  border-radius: 15px 15px 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 48em) {
  .top-result .img img {
    border-radius: 15px 0 15px 0;
  }
}

.top-result .content {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: min(4.4270833333vw, 85px) min(5.7291666667vw, 110px) min(6.25vw, 120px);
}

@media (min-width: 48em) {
  .top-result .content {
    width: 50%;
    border-radius: 0 15px 0 15px;
  }
}

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

object/project/_top-specification.scss

***************************/
.top-specification {
  margin-top: clamp(80px, 8.59375vw, 165px);
  display: grid;
  grid-template-areas: "item01""item03""item02";
  flex-flow: wrap;
  gap: 30px;
}

@media (min-width: 48em) {
  .top-specification {
    grid-template-areas: "item01 item02""item03 item02";
  }
}

@media (min-width: 71.875em) {
  .top-specification {
    grid-template-columns: max-content 1fr 1fr;
    grid-template-areas: "item01 item02 item03";
    gap: 0;
  }
}

.top-specification .left {
  grid-area: item01;
}

@media (min-width: 71.875em) {
  .top-specification .left {
    margin-right: min(2.6041666667vw, 50px);
    padding-top: min(2.6041666667vw, 50px);
  }
}

.top-specification .center {
  grid-area: item02;
}

@media (min-width: 48em) {
  .top-specification .center {
    max-height: 390px;
  }
}

@media (min-width: 71.875em) {
  .top-specification .center {
    margin-right: min(5.2083333333vw, 100px);
    flex: 360;
    max-height: none;
  }
}

.top-specification .center img {
  border-radius: 15px;
  width: 100%;
}

@media (min-width: 48em) {
  .top-specification .center img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
  }
}

.top-specification .right {
  grid-area: item03;
  width: 100%;
}

@media (min-width: 71.875em) {
  .top-specification .right {
    max-width: 360px;
    flex: 360;
    padding-bottom: min(2.6041666667vw, 50px);
    align-self: flex-end;
  }
}

/* c-container */
/* ============================================ */
.container-m {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 83.75rem;
  padding-left: clamp(0.938rem, -6.094rem + 30vw, 1.875rem);
  padding-right: clamp(0.938rem, -6.094rem + 30vw, 1.875rem);
}

/* TODO：hoverアニメーションを離したときも付ける */
/* TODO：電話番号をそもそもpc時はクリックできなくする */

/* 250731 */
.is-open .header_wrap {
  background: #fff;
}

.is-open #gnav {
  max-width: 100% !important;
  right: 0 !important;
  background: #fff !important;
  height: 100vh !important;
}