@charset "UTF-8";
/* webfont 変数　*/
/* webfont 変数　*/
/* ofi */
/*====================================================================

index.css

=====================================================================*/
.main {
  overflow: hidden;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
}

.main-view__bg {
  position: relative;
  overflow: hidden;
}
.main-view__bg__img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.main-view__inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-view__inner .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 100%;
}

.main-view__catch {
  z-index: 2;
  position: absolute;
  right: -0.2em;
  bottom: 40%;
  color: #ffffff;
}
.main-view__catch .is-catch01,
.main-view__catch .is-catch02 {
  display: block;
  font-size: 0;
}
.main-view__catch .is-catch01__inner,
.main-view__catch .is-catch02__inner {
  display: inline-block;
  position: relative;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(40px, 14.29vw, 140px);
  line-height: 0.9;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.08em;
}
.main-view__catch .is-catch01__letter,
.main-view__catch .is-catch02__letter {
  display: inline-block;
}
.main-view__catch .is-catch01__letter.is-main,
.main-view__catch .is-catch02__letter.is-main {
  color: #D7471B;
}
.main-view__catch .is-catch01 {
  padding-left: 0.2em;
}
.main-view__catch .is-catch02__inner {
  margin-bottom: 0.2em;
}
.main-view__catch .is-catch03,
.main-view__catch .is-catch04 {
  display: block;
  padding-left: 2vw;
}
.main-view__catch .is-catch03__inner,
.main-view__catch .is-catch04__inner {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: clamp(9px, 3.21vw, 28px);
  line-height: 1.5;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.2em;
}
.main-view__catch .is-catch03__letter,
.main-view__catch .is-catch04__letter {
  display: inline-block;
  line-height: 1em;
}

.contact-btn {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 20%;
}
.contact-btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  z-index: 3;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25em 4em 1.25em 3em;
  overflow: hidden;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.contact-btn a::before, .contact-btn a::after {
  position: absolute;
  right: 1.5em;
  width: 3px;
  height: 50%;
  background: #ffffff;
  content: "";
}
.contact-btn a::before {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-45deg);
  top: 50%;
          transform: skew(-45deg);
          transform-origin: top right;
}
.contact-btn a::after {
  -webkit-transform-origin: bottom right;
  -webkit-transform: skew(45deg);
  bottom: 49.8%;
          transform: skew(45deg);
          transform-origin: bottom right;
}
.contact-btn a:hover .is-bg {
  background: -webkit-gradient(linear, left top, right top, from(#8d98a2), to(rgb(113, 127, 139)));
  background: linear-gradient(90deg, #8d98a2 0%, rgb(113, 127, 139) 100%);
}
.contact-btn a .is-inner:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.contact-btn a .is-inner::before {
  padding-right: 0.5em;
  font-size: 1.14em;
}
.contact-btn a .is-bg {
  -webkit-transform-origin: left bottom;
  -webkit-transform: skew(-20deg);
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform: skew(-20deg);
          transform-origin: left bottom;
  background: -webkit-gradient(linear, left top, right top, from(#d7471b), to(#ea8705));
  background: linear-gradient(90deg, #d7471b 0%, #ea8705 100%);
  content: "";
  transition: all 0.3s ease 0s;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: min(1.5%, 48px);
  left: min(1.5%, 3rem);
          writing-mode: vertical-rl;
}
.scroll-line a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.85em;
  font-family: 'Poppins', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #8D98A2;
}
.scroll-line__txt {
  letter-spacing: 0;
}
.scroll-line span {
  display: block;
  position: relative;
  inline-size: 80px;
  inline-size: 5rem;
  block-size: 1px;
  overflow: hidden;
  background: transparent;
  content: "";
}
.scroll-line span::before {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 1px;
  background: #ffffff;
  content: "";
          animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  transition: all 0.3s ease 0s;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}
/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  position: relative;
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	top intro
/--------------------------------------------------------------------*/
.top-intro {
  z-index: 4;
  position: relative;
  margin-top: -5em;
}
.top-intro__add {
  z-index: 3;
  position: absolute;
  top: 13em;
  right: 83%;
  width: max(24%, 90px);
}
.top-intro__wrap {
  position: relative;
  overflow: hidden;
}
.top-intro__wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 92%;
  height: calc(100% - 5em);
  background: #141313;
  content: "";
}
.top-intro__wrap::after {
  position: absolute;
  top: 0;
  right: -5vw;
  width: 80vw;
  height: 80vw;
  background: #141313;
  background: radial-gradient(circle, #d7471b 0%, #d7471b 5%, #141313 60%, #141313 100%);
  content: "";
}

.top-intro__inner {
  z-index: 2;
  position: relative;
  padding-top: clamp(3em, 9vw, 9em);
  color: #ffffff;
}
.top-intro__txt {
  z-index: 2;
  position: relative;
  padding-left: 12%;
}
.top-intro__txt__ttl {
  position: relative;
  margin-bottom: clamp(0.5em, 5vw, 5em);
  color: #D7471B;
  font-weight: 500;
  font-size: calc(2.5rem + 5.14706vw - 14.41176px);
  line-height: 0.9;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
.top-intro__txt__inner {
  padding-left: 5%;
}
.top-intro__txt__catch {
  margin-bottom: 1.5em;
  font-size: calc(1.14rem + 1.47059vw - 4.11765px);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.top-intro__txt__txt {
  line-height: 2;
}
.top-intro__txt .txt {
  font-size: calc(0.94rem + 0.29412vw - 0.82353px);
}
.top-intro__img {
  width: 80%;
}

/*--------------------------------------------------------------------/
	top business
/--------------------------------------------------------------------*/
.top-business {
  position: relative;
  padding-top: clamp(6em, 12vw, 12em);
  padding-bottom: clamp(9em, 12vw, 12em);
  background: url(../img/common/bg_texture01.jpg);
}
.top-business__add01 {
  z-index: 4;
  position: absolute;
  top: -2em;
  right: 30%;
  width: 80%;
}
.top-business__add02 {
  position: absolute;
  top: 0;
  right: -80%;
  width: 260%;
}
.top-business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
.top-business__txt__ttl {
  position: relative;
  margin-bottom: max(1em, 2vw);
  padding-bottom: max(1em, 2vw);
}
.top-business__txt__ttl em {
  display: block;
  color: #202020;
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 3.67647vw - 10.29412px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
.top-business__txt__ttl em:first-letter {
  color: #D7471B;
}
.top-business__txt__ttl b {
  display: block;
  padding-left: 0.1em;
  font-weight: 700;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
}

.top-business__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(0.5em, 1vw, 1em);
          flex-direction: column;
}
.top-business__list__item {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  aspect-ratio: 161/45;
  width: 105%;
  overflow: hidden;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-business__list__item:hover {
  margin-left: -5%;
}
.top-business__list__item:hover .top-business__list__item__ttl em,
.top-business__list__item:hover .top-business__list__item__ttl b {
  color: #ffffff;
}
.top-business__list__item:hover .top-business__list__item__txt::before {
  background: #D7471B;
}
.top-business__list__item:hover .top-business__list__item__arrow {
  background: #ffffff;
}
.top-business__list__item:hover .top-business__list__item__arrow::before, .top-business__list__item:hover .top-business__list__item__arrow::after {
  background: #ffffff;
}
.top-business__list__item__txt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
  row-gap: clamp(1em, 3vw, 2em);
          flex-direction: column;
          justify-content: center;
  width: 57%;
  height: 100%;
  padding-left: 8%;
}
.top-business__list__item__txt::before {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-20deg);
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 140%;
  height: 101%;
          transform: skew(-20deg);
          transform-origin: top right;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-business__list__item__ttl em {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  color: #D7471B;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 5.71vw, 48px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.top-business__list__item__ttl b {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  font-weight: 700;
  font-size: clamp(10px, 3.57vw, 26px);
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-business__list__item__arrow {
  display: block;
  position: relative;
  width: 2em;
  height: 1px;
  background: #D7471B;
  content: "";
}
.top-business__list__item__arrow::before {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-40deg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.5em;
          transform: skew(-40deg);
          transform-origin: top right;
  background: #D7471B;
  content: "";
}
.top-business__list__item__arrow::after {
  -webkit-transform-origin: bottom right;
  -webkit-transform: skew(40deg);
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 1px;
  height: 0.5em;
          transform: skew(40deg);
          transform-origin: bottom right;
  background: #D7471B;
  content: "";
}
.top-business__list__item__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}

/*--------------------------------------------------------------------/
	top house
/--------------------------------------------------------------------*/
.top-house {
  position: relative;
}
.top-house__img01 {
  z-index: 2;
  position: absolute;
  top: -3em;
  left: 0;
  width: 50%;
}
.top-house__img02 {
  z-index: 2;
  position: absolute;
  top: 3em;
  right: 0;
  width: 28%;
}
.top-house__img03 {
  z-index: 2;
  position: absolute;
  bottom: -6em;
  left: 8%;
  width: 36%;
}
.top-house__wrap {
  position: relative;
  padding-top: clamp(8em, 10vw, 10em);
  padding-bottom: clamp(10em, 12vw, 12em);
  overflow: hidden;
}
.top-house__wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #141313;
  content: "";
}
.top-house__wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 50vw;
  background: #141313;
  background: linear-gradient(135deg, #141313 0%, #141313 55%, #141313 55%, #d7471b 100%);
  content: "";
}
.top-house .btn-wrap {
  margin-top: clamp(1.5em, 4vw, 4em);
  margin-right: auto;
  margin-left: auto;
}

.top-house__inner {
  z-index: 3;
  position: relative;
  color: #ffffff;
}
.top-house__ttl {
  padding-bottom: clamp(2em, 4vw, 4em);
  text-align: center;
}
.top-house__ttl em {
  display: block;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 3.67647vw - 10.29412px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
.top-house__ttl b {
  display: block;
  padding-left: 0.1em;
  color: #D7471B;
  font-weight: 700;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
}
.top-house__txt {
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
}

/*--------------------------------------------------------------------/
	top wall
/--------------------------------------------------------------------*/
.top-wall {
  position: relative;
  padding-top: clamp(6em, 9vw, 9em);
  padding-bottom: clamp(4em, 6vw, 6em);
}
.top-wall::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../img/common/bg_texture02.jpg) bottom center/cover no-repeat;
  content: "";
}
.top-wall::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #000000;
  content: "";
}
.top-wall__inner {
  z-index: 2;
  position: relative;
}
.top-wall__inner .btn-wrap {
  margin-top: clamp(1.5em, 4vw, 4em);
  margin-right: auto;
  margin-left: auto;
}
.top-wall__txt {
  display: grid;
  padding: clamp(2em, 3vw, 3em) clamp(1.5em, 5%, 5em) clamp(2em, 3vw, 3em);
  background: #ffffff;
}
.top-wall__txt__ttl {
  color: #D7471B;
  font-weight: 500;
  font-size: clamp(32px, 11.43vw, 48px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
.top-wall__txt__txt {
  line-height: 2;
}
.top-wall__txt__txt .is-catch {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(12px, 4.29vw, 22px);
  line-height: 1.4;
}

/*--------------------------------------------------------------------/
	top company
/--------------------------------------------------------------------*/
.top-company {
  padding-top: clamp(96px, 12vw, 192px);
  padding-top: clamp(6rem, 12vw, 12rem);
  padding-bottom: clamp(96px, 12vw, 192px);
  padding-bottom: clamp(6rem, 12vw, 12rem);
  overflow: hidden;
  background: url("../img/top/top_company_bg.png") top right/cover no-repeat;
}
.top-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-company__txt {
  width: 100%;
}
.top-company__txt__ttl {
  position: relative;
  margin-bottom: max(1em, 2vw);
  padding-bottom: max(1em, 2vw);
}
.top-company__txt__ttl em {
  display: block;
  color: #202020;
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 3.67647vw - 10.29412px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
.top-company__txt__ttl em:first-letter {
  color: #D7471B;
}
.top-company__txt__ttl b {
  display: block;
  padding-left: 0.1em;
  font-weight: 700;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
}
.top-company__txt__ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #202020;
  content: "";
}
.top-company__txt__txt {
  line-height: 2;
}
.top-company__txt .btn-wrap {
  margin-top: clamp(1.5em, 3vw, 3em);
}
.top-company__img__inner {
  position: relative;
  overflow: hidden;
}
.top-company__img__inner::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 71, 27, .15);
  content: "";
  mix-blend-mode: darken;
}

/*--------------------------------------------------------------------/
	top separate
/--------------------------------------------------------------------*/
.top-separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-separate__ttl {
  margin-bottom: clamp(1.5em, 3vw, 3em);
}
.top-separate__ttl em {
  display: block;
  color: #D7471B;
  font-style: normal;
  font-weight: 500;
  font-size: calc(2rem + 3.67647vw - 10.29412px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}
.top-separate__ttl b {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: calc(1rem + 0.88235vw - 2.47059px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*--------------------------------------------------------------------/
	top topnews
/--------------------------------------------------------------------*/
.top-news {
  width: 100%;
  padding: clamp(96px, 12vw, 192px) 0;
  padding: clamp(6rem, 12vw, 12rem) 0;
  overflow: hidden;
  background: #141313;
  color: #ffffff;
}
.top-news__table {
  width: 100%;
  max-height: 520px;
  overflow-y: auto;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.top-news__table::-webkit-scrollbar {
  width: 8px;
}
.top-news__table::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.top-news__table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #C9CED2;
          box-shadow: inset 0 0 0 1px #ffffff;
}
.top-news__table__inner {
  width: 100%;
}
.top-news__table__inner tr {
  border-bottom: 1px solid #232729;
}
.top-news__table__inner tr:first-child {
  border-top: 1px solid #232729;
}
.top-news__table__inner th {
  display: block;
  padding-top: 20px;
  padding-top: 1.25rem;
  color: #D7471B;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.top-news__table__inner td {
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.top-blog {
  width: 100%;
  padding: clamp(96px, 12vw, 192px) 0;
  padding: clamp(6rem, 12vw, 12rem) 0;
  overflow: hidden;
  background: #232729;
}
.top-blog__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(0.5em, 1vw, 1em);
          flex-direction: column;
}
.top-blog__txt {
  color: #ffffff;
}
.top-blog .btn-wrap {
  margin-top: clamp(32px, 5vw, 80px);
  margin-top: clamp(2rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.top-blog__box {
  container: top_blog_box/inline-size;
}
.top-blog__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  background: #ffffff;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-blog__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-blog__box__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.15%;
}
.top-blog__box__txt {
  -ms-flex-negative: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
      flex-shrink: 1;
          flex-direction: column;
  padding: clamp(1em, 1.5vw, 1.5em) clamp(1.5em, 2vw, 2em);
}
.top-blog__box__txt__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 700;
}
@container top_blog_box (width > 400px) {
  .top-blog__box__txt__ttl {
    font-size: 1.14em;
  }
}
.top-blog__box__txt__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #D7471B;
  font-weight: 500;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
.top-blog__box__txt__category {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          order: 3;
  gap: 0.2em;
}

.top-commonpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  width: 100%;
}

.top-commonpost1__newest__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__newest__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost1__newest__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.top-commonpost1__newest__box__img {
  width: 100%;
}
.top-commonpost1__newest__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.top-commonpost1__newest__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-commonpost1__newest__box__img__inner > div,
.top-commonpost1__newest__box__img__inner figure,
.top-commonpost1__newest__box__img__inner a,
.top-commonpost1__newest__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-commonpost1__newest__box__img__inner {
  margin: 0;
}
.top-commonpost1__newest__box__date {
  color: #D7471B;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
.top-commonpost1__newest__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
      flex-wrap: wrap;
}
.top-commonpost1__newest__box__category .category-item {
  font-size: 0.7em;
}
.top-commonpost1__newest__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(0.94rem + 0.44118vw - 1.23529px);
}

.top-commonpost1__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.top-commonpost1__list__box {
  position: relative;
  width: 100%;
  text-align: left;
}
.top-commonpost1__list__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__list__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost1__list__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost1__list__box__img {
  width: 100%;
}
.top-commonpost1__list__box__img__inner {
  margin: 0;
}
.top-commonpost1__list__box__date {
  color: #D7471B;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
.top-commonpost1__list__box__ttl {
  margin-bottom: 0.5em;
}
.top-commonpost1__list__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost1__list__box__category .category-item {
  font-size: 0.7em;
}

.top-commonpost2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-commonpost2__box {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.top-commonpost2__box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost2__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.top-commonpost2__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost2__box__img {
  width: 100%;
}
.top-commonpost2__box__img__inner {
  margin: 0;
}
.top-commonpost2__box__txt__inner {
  width: 100%;
}
.top-commonpost2__box__date {
  color: #D7471B;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
.top-commonpost2__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost2__box__category .category-item {
  font-size: 0.7em;
}
.top-commonpost2__box__ttl {
  margin-bottom: 0.5em;
  font-size: calc(1rem + 0.22059vw - 0.61765px);
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .top-house__img01 {
    width: 34.375%;
  }
  .top-house__img02 {
    top: 5em;
    width: 17.7%;
  }
  .top-house__img03 {
    bottom: -4em;
    left: 4%;
    width: 16.9%;
  }
  .top-house__wrap {
    padding-top: clamp(6em, 12vw, 12em);
    padding-bottom: clamp(6em, 9vw, 9em);
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
  }
  .top-commonpost1__list__box__img {
    width: 35.91%;
  }
  .top-commonpost1__list__box__img__inner {
    height: 100%;
  }
  .top-commonpost1__list__box__img__inner > div {
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-commonpost2__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost2__box__img {
    width: 35.91%;
  }
  .top-commonpost2__box__img__inner {
    height: 100%;
  }
  .top-commonpost2__box__img__inner > div {
    height: 100%;
  }
  .top-commonpost2__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-commonpost2__box__ttl {
    font-size: calc(1rem + 0.37594vw - 2.16541px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost1__newest__box__img {
    width: 35.91%;
  }
  .top-commonpost1__newest__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 100vw;
  }
  .main-view__bg {
    height: 100vw;
  }
  .main-view__catch .is-catch01__inner,
  .main-view__catch .is-catch02__inner {
    font-size: clamp(100px, 13.02vw, 140px);
  }
  .main-view__catch .is-catch03__inner,
  .main-view__catch .is-catch04__inner {
    font-size: clamp(20px, 2.6vw, 28px);
  }
  .contact-btn a {
    font-size: 1.14em;
  }
  .contact-btn a::before, .contact-btn a::after {
    width: 5px;
  }
  .scroll-line a {
    font-size: 1em;
  }
  .top-intro__add {
    top: 28vw;
    right: auto;
    left: -7%;
    width: 20%;
  }
  .top-intro__wrap::before {
    width: 95%;
    height: 100%;
  }
  .top-intro__inner {
    padding-top: clamp(6em, 9vw, 9em);
    padding-bottom: clamp(6em, 9vw, 9em);
  }
  .top-intro__txt {
    padding-left: 7%;
  }
  .top-intro__txt__ttl {
    font-size: clamp(60px, 7.81vw, 160px);
  }
  .top-intro__txt__catch {
    font-size: clamp(20px, 2.6vw, 38px);
  }
  .top-intro__txt__txt {
    width: 52%;
    line-height: 2.5;
  }
  .top-intro__img {
    position: absolute;
    top: 16vw;
    right: 0;
    width: 34.72%;
  }
  .top-business {
    padding-bottom: clamp(6em, 12vw, 12em);
  }
  .top-business__add01 {
    top: -3em;
    right: 69%;
    width: 40%;
  }
  .top-business__add02 {
    right: 20%;
    width: 120%;
  }
  .top-business__inner {
    -webkit-column-gap: 4.5%;
       -moz-column-gap: 4.5%;
    left: 8%;
            column-gap: 4.5%;
  }
  .top-business__txt {
    width: 40%;
  }
  .top-business__txt__ttl em {
    font-size: clamp(70px, 9.11vw, 120px);
  }
  .top-business__txt__ttl b {
    font-size: clamp(18px, 2.34vw, 28px);
  }
  .top-business__list {
    width: 54%;
  }
  .top-business__list__item__ttl em {
    font-size: clamp(24px, 3.13vw, 48px);
  }
  .top-business__list__item__ttl b {
    font-size: clamp(13px, 1.69vw, 26px);
  }
  .top-house__txt {
    width: 80%;
    line-height: 2.25;
    text-align: center;
  }
  .top-wall__txt {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
    grid-template-rows: auto 1fr;
    grid-template-columns: 42% 53%;
            column-gap: 5%;
    row-gap: clamp(2em, 3vw, 3em);
  }
  .top-wall__txt__ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: clamp(48px, 6.25vw, 90px);
  }
  .top-wall__txt__txt {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: clamp(12px, 1.56vw, 18px);
  }
  .top-wall__txt__txt .is-catch {
    font-size: clamp(18px, 2.34vw, 36px);
  }
  .top-wall__txt__img {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .top-company__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-column-gap: 8.68%;
       -moz-column-gap: 8.68%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            column-gap: 8.68%;
            flex-direction: row-reverse;
            align-items: center;
  }
  .top-company__txt {
    width: 51.32%;
  }
  .top-company__img {
    width: 40%;
  }
  .top-commonpost1 {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .top-commonpost1::after {
    position: absolute;
    top: 0;
    left: 46.66%;
    width: 1px;
    height: 100%;
    background: #E5E9EC;
    content: "";
  }
  .top-commonpost1__newest {
    width: 43.66%;
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    padding: 0.5em 1.5em 1.5em;
  }
  .top-commonpost1__newest__box__date {
    font-size: 1.15em;
  }
  .top-commonpost1__newest__box__category {
    margin-bottom: calc(0.5rem + 0.3em);
  }
  .top-commonpost1__newest__box__ttl {
    font-size: calc(0.9rem + 0.45872vw - 3.52294px);
  }
  .top-commonpost1__newest__box .txt {
    font-size: 0.9em;
  }
  .top-commonpost1__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    row-gap: 1em;
            justify-content: space-between;
    width: 50.34%;
  }
  .top-commonpost1__list__box {
    height: 100%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: calc(0.9rem + 0.22936vw - 1.76147px);
  }
  .top-commonpost2__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em 2%;
  }
  .top-commonpost2__list > * {
    width: 49%;
  }
  .top-commonpost2__box__img {
    width: 25%;
  }
  .top-commonpost2__box__txt {
    width: 75%;
  }
  .top-commonpost2__box__ttl {
    font-size: calc(0.94rem + 0.45872vw - 3.52294px);
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view {
    height: 108vh;
  }
  .main-view__bg {
    height: 108vh;
  }
  .main-view__catch {
    bottom: 22%;
  }
  .main-view__catch .is-catch01__inner,
  .main-view__catch .is-catch02__inner {
    font-size: 10.41vw;
  }
  .main-view__catch .is-catch03__inner,
  .main-view__catch .is-catch04__inner {
    font-size: 1.77vw;
  }
  .contact-btn a {
    font-size: 1.04vw;
  }
  .top-intro__txt__inner {
    padding-left: 9%;
  }
  .top-intro__txt__txt {
    max-width: 620px;
  }
  .top-intro__img {
    top: 14em;
  }
  .top-business__add01 {
    top: -4.5em;
    right: 73%;
    width: 33.8%;
  }
  .top-business__add02 {
    right: 32%;
    width: 98.9%;
  }
  .top-business__inner {
    left: 10.5%;
  }
  .top-business__txt {
    width: 37%;
  }
  .top-business__txt__txt {
    width: 80%;
    font-size: 1.14em;
  }
  .top-business__list {
    width: 48%;
  }
  .top-business__list__item__ttl em {
    font-size: clamp(30px, 2.78vw, 48px);
  }
  .top-business__list__item__ttl b {
    font-size: clamp(18px, 1.67vw, 26px);
  }
  .top-house__img01 {
    top: -5em;
  }
  .top-house__txt {
    max-width: 900px;
    font-size: 1.14em;
  }
  .top-wall__txt {
    padding: clamp(2em, 4vw, 4em) clamp(1.5em, 8%, 10em) clamp(2em, 5vw, 5em);
  }
  .top-wall__txt__ttl {
    font-size: clamp(60px, 5.56vw, 88px);
  }
  .top-wall__txt__txt {
    font-size: clamp(13.5px, 1.25vw, 18px);
  }
  .top-wall__txt__txt .is-catch {
    font-size: clamp(22px, 2.04vw, 36px);
  }
  .top-company__txt {
    width: 43.98%;
  }
  .top-company__txt__txt {
    font-size: 1.08em;
  }
  .top-company__img {
    width: 37.61%;
  }
  .top-news {
    width: 50%;
  }
  .top-blog {
    width: 50%;
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
  .top-news__inner {
    padding-right: 10%;
    padding-left: 10%;
  }
  .top-blog__inner {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .contact-btn {
    bottom: 22%;
  }
  .top-intro {
    margin-top: -6vw;
  }
  .top-intro__add {
    top: 36%;
    left: -6%;
  }
  .top-intro__wrap::before {
    width: 96%;
  }
  .top-intro__txt {
    padding-left: 0;
  }
  .top-intro__txt__ttl {
    font-size: clamp(120px, 8.33vw, 160px);
  }
  .top-intro__txt__catch {
    font-size: 2.38rem;
  }
  .top-intro__txt .txt {
    font-size: 1.25rem;
  }
  .top-business__txt__ttl em {
    font-size: clamp(120px, 8.33vw, 160px);
  }
  .top-business__txt__ttl b {
    font-size: clamp(28px, 1.94vw, 32px);
  }
  .top-house__ttl em {
    font-size: clamp(120px, 8.33vw, 160px);
  }
  .top-house__ttl b {
    font-size: clamp(28px, 1.94vw, 32px);
  }
  .top-house__txt {
    font-size: 1.25rem;
  }
  .top-wall__txt__ttl {
    font-size: 5.63rem;
  }
  .top-company__txt__ttl em {
    font-size: clamp(120px, 8.33vw, 160px);
  }
  .top-company__txt__ttl b {
    font-size: clamp(28px, 1.94vw, 32px);
  }
  .top-separate__ttl em {
    font-size: 5.25rem;
  }
  .top-separate__ttl b {
    font-size: 1.75rem;
  }
  .top-news {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .top-news__inner {
    width: 720px;
    padding-right: 11.5%;
  }
  .top-news__table__inner th {
    font-size: 1.13rem;
  }
  .top-blog__inner {
    width: 720px;
    padding-left: 11.5%;
  }
  .top-commonpost1 {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .top-commonpost1::after {
    left: 46.66%;
  }
  .top-commonpost1__newest {
    width: 41.66%;
  }
  .top-commonpost1__newest__box__category .category-item {
    font-size: 0.8em;
  }
  .top-commonpost1__newest__box__ttl {
    font-size: 1.25rem;
  }
  .top-commonpost1__newest__box .txt {
    font-size: 1rem;
  }
  .top-commonpost1__list {
    width: 48.34%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: 1rem;
  }
  .top-commonpost2__list {
    gap: 2em 3%;
  }
  .top-commonpost2__list > * {
    width: 48.5%;
  }
  .top-commonpost2__box__img {
    width: 240px;
  }
  .top-commonpost2__box__txt {
    width: calc(100% - 240px);
  }
  .top-commonpost2__box__ttl {
    font-size: 1.31rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (min-width: 1921px) {
  .main-view {
    height: 108vh;
  }
  .main-view__bg {
    height: 108vh;
  }
  .main-view__catch .is-catch03__inner,
  .main-view__catch .is-catch04__inner {
    font-size: 2.13rem;
  }
  .top-intro__txt {
    padding-left: 0;
  }
}
@media (min-width: 1176px) and (min-width: 1921px) {
  .top-intro__txt__txt {
    max-width: 32.29vw;
  }
  .top-house__txt {
    max-width: 46.87vw;
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-separate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-news__inner {
    padding-right: 6%;
    padding-left: 6%;
  }
  .top-blog__inner {
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view {
    height: 150vw;
  }
  .main-view__bg {
    height: 150vw;
  }
  .top-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(2em, 3vw, 3em);
            flex-direction: column;
  }
  .top-business__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(3em, 6vw, 6em);
            flex-direction: column;
  }
  .top-business__txt {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
  .top-business__list {
    padding-left: 5%;
  }
  .top-wall__txt {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
  }
  .top-wall__txt__ttl {
    grid-row: 1/2;
    margin-bottom: 0.5rem;
  }
  .top-wall__txt__txt {
    grid-row: 2/3;
    margin-bottom: 2em;
  }
  .top-wall__txt__img {
    grid-row: 3/4;
  }
  .top-company__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    row-gap: clamp(3em, 4vw, 4em);
            flex-direction: column-reverse;
  }
  .top-company__txt .btn-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .top-company__img {
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-commonpost1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost1__newest__box .txt {
    display: none;
  }
  .top-commonpost2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost2__list > * {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .top-commonpost1 {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost1__list {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__list__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost1__list__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-commonpost1__list__box__img__inner > div,
  .top-commonpost1__list__box__img__inner figure,
  .top-commonpost1__list__box__img__inner a,
  .top-commonpost1__list__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost2__list {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost2__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost2__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost2__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-commonpost2__box__img__inner > div,
  .top-commonpost2__box__img__inner figure,
  .top-commonpost2__box__img__inner a,
  .top-commonpost2__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost2__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
}
/*# sourceMappingURL=map/top.css.map */
