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

index.css

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

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
}
.main-view__catch {
  -webkit-transform: translateY(-50%);
  z-index: 2;
  position: absolute;
  top: 51%;
  left: 5.5%;
  width: 51.04%;
          transform: translateY(-50%);
}

.main-view__bg {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.main-view__bg img {
  width: 100%;
}

/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	aboutu us
/--------------------------------------------------------------------*/
.top-aboutus {
  position: relative;
  margin-top: -7rem;
  margin-bottom: clamp(1rem, 2vw, 2rem);
  padding-top: clamp(10rem, 18vw, 18rem);
  padding-bottom: clamp(4rem, 12vw, 14rem);
  overflow: hidden;
  background: url(../img/common/white-btm.svg) no-repeat 50% 100%/101%, url(../img/common/about-bg.png) no-repeat 50% 0/cover;
}
.top-aboutus__inner {
  position: relative;
  width: 44.27%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.top-aboutus__img {
  width: 44.71%;
  max-width: 363px;
  margin-bottom: 0.5em;
}

.top-aboutus__txt__ttl {
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2;
}
.top-aboutus__txt__ttl b {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(1.25rem + 1.47059vw - 4.11765px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-aboutus__txt__txt {
  color: #ffffff;
  font-size: 1em;
  font-family: 'Zen Kaku Gothic New', serif;
}

/*--------------------------------------------------------------------/
	top-business
/--------------------------------------------------------------------*/
.top-business {
  position: relative;
  width: 100%;
  margin-bottom: clamp(5rem, 6vw, 6rem);
  padding-top: clamp(4rem, 8.5vw, 8.5rem);
  overflow: hidden;
  background-image: url(../img/common/img-asirai_01.svg);
  background-position: 80% 0;
  background-size: 38.33%;
  background-repeat: no-repeat;
}
.top-business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top-business__img {
  z-index: 2;
  position: relative;
}
.top-business__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.top-business__img__inner::before {
  display: block;
  position: relative;
  padding-top: 74.94%;
  content: "";
}
.top-business__img__inner > div,
.top-business__img__inner figure,
.top-business__img__inner a,
.top-business__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-business__img__inner .is-bg {
  border-radius: 20px;
}
.top-business__txt {
  z-index: 1;
  position: relative;
}
.top-business__txt .txt {
  margin-bottom: clamp(2rem, 2.9vw, 2.9rem);
}
.top-business__tit {
  margin-bottom: clamp(1.5rem, 1.5vw, 1.5rem);
  padding-top: 0.3em;
  line-height: 1;
}
.top-business__tit em {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  color: #46A3E6;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.2rem + 0.88235vw - 2.47059px);
  line-height: 1;
  letter-spacing: 0.03em;
}
.top-business__tit b {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: calc(1.5rem + 1.32353vw - 3.70588px);
}
.top-business__tit b::before {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.7em);
  width: 100%;
  height: 2px;
  background-color: #46A3E6;
  content: "";
}
.top-business__btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-top: clamp(2rem, 2vw, 2rem);
  text-align: right;
}
.top-business__btn .btn-wrap {
  width: 100%;
  max-width: 280px;
}
.top-business__btn .btn-wrap .common-btn--main {
  padding: 1em 4%;
  font-weight: 700;
  font-size: 1.1em;
}

#business-bg {
  -webkit-transition: background-image 0.4s;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url(../img/top/business-bg_01.jpg);
  background-position: center;
  background-size: cover;
  background-color: #46A3E6;
  transition: background-image 0.4s;
}
#business-bg.is-bg1 {
  background-image: url(../img/top/business-bg_01.jpg);
}
#business-bg.is-bg2 {
  background-image: url(../img/top/business-bg_02.jpg);
}
#business-bg.is-bg3 {
  background-image: url(../img/top/business-bg_03.jpg);
}

.top-business__list {
  width: 100%;
  border-top: 1px solid #979DA4;
}
.top-business__list li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  width: 100%;
  padding: 1.8em 0;
  border-bottom: 1px solid #979DA4;
  background: transparent;
  color: #202020;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-business__list li a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-business__list li a::after {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
          transform: translateY(-50%);
  color: #46A3E6;
  font-weight: 700;
  font-size: 2em;
  transition: all 0.3s ease 0s;
}
.top-business__list li a:hover {
  padding-left: 1em;
  border-color: #46A3E6;
  background: #46A3E6;
  color: #ffffff;
}
.top-business__list li a:hover:after {
  color: #ffffff;
}
.top-business__list li a span {
  font-weight: 700;
  font-size: calc(1.14rem + 0.31646vw - 1.18987px);
}

/*--------------------------------------------------------------------/
	top-product
/--------------------------------------------------------------------*/
.top-product {
  margin-bottom: clamp(5rem, 7vw, 7rem);
  padding-top: clamp(5rem, 12vw, 12rem);
  padding-bottom: clamp(5rem, 12vw, 12rem);
  background: url(../img/common/white-top.svg) no-repeat 50% 0/101%, url(../img/common/white-btm_02.svg) no-repeat 50% 100%/101%, #ECFAFF;
}
.top-product__ttl {
  position: relative;
  margin-bottom: clamp(2rem, 2.4vw, 2.4rem);
  padding-bottom: clamp(1.5rem, 2vw, 2rem);
  line-height: 1;
}
.top-product__ttl em {
  display: block;
  position: relative;
  margin-bottom: 1.1rem;
  color: #46A3E6;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2rem + 2.35294vw - 6.58824px);
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
.top-product__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.2rem + 0.88235vw - 2.47059px);
  text-align: center;
}
.top-product__ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 52px;
  height: 4px;
          transform: translateX(-50%);
  border-radius: 10px;
  background-color: #46A3E6;
  content: "";
}
.top-product .l-cont {
  max-width: 1620px;
}
.top-product__txt {
  margin-bottom: clamp(3rem, 4vw, 4rem);
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
}
.top-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-product__img__wrap {
  display: block;
  position: relative;
}
.top-product__img__wrap:hover .top-product__img__item img {
  -webkit-transform: scale(1.1, 1.1);
  -webkit-filter: opacity(64%);
          transform: scale(1.1, 1.1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.64" /></feComponentTransfer></filter></svg>#filter');
          filter: opacity(64%);
}
.top-product__img__item {
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
}
.top-product__img__item img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top-product__img__bg {
  position: relative;
  width: 100%;
}
.top-product__img__bg img {
  z-index: 1;
  position: relative;
}
.top-product__img__bg::before {
  display: block;
  z-index: 1;
  position: absolute;
  content: "";
}
.top-product__item01 .top-product__img__item {
  width: 50%;
}
.top-product__item01 .top-product__img__bg {
  aspect-ratio: 449/364;
}
.top-product__item01 .top-product__img__bg::before {
  bottom: 50%;
  left: 0;
  aspect-ratio: 262/207;
  width: 60%;
  background: url(../img/top/top-product-bg_01.svg) no-repeat 0 0/100%;
}
.top-product__item02 .top-product__img__item {
  width: 30%;
}
.top-product__item02 .top-product__img__bg {
  aspect-ratio: 227/182;
}
.top-product__item02 .top-product__img__bg::before {
  bottom: 2em;
  left: -2em;
  aspect-ratio: 61/40;
  width: 64%;
  background: url(../img/top/top-product-bg_02.svg) no-repeat 0 0/100%;
}
.top-product__item03 .top-product__img__item {
  max-width: 55%;
  max-height: 60%;
}
.top-product__item03 .top-product__img__bg {
  aspect-ratio: 185/182;
}
.top-product__item03 .top-product__img__bg::before {
  right: -2em;
  bottom: 0;
  aspect-ratio: 239/181;
  width: 60%;
  background: url(../img/top/top-product-bg_03.svg) no-repeat 0 0/100%;
}
.top-product__item04 .top-product__img__item {
  max-width: 60%;
  max-height: 65%;
}
.top-product__item04 .top-product__img__bg {
  aspect-ratio: 369/364;
}
.top-product__item04 .top-product__img__bg::before {
  right: 62%;
  bottom: -0.7em;
  aspect-ratio: 281/212;
  width: 74%;
  background: url(../img/top/top-product-bg_04.svg) no-repeat 0 0/100%;
}
.top-product__item05 .top-product__img__item {
  max-width: 40%;
  max-height: 60%;
}
.top-product__item05 .top-product__img__bg {
  aspect-ratio: 209/182;
}
.top-product__item05 .top-product__img__bg::before {
  bottom: 10%;
  left: 60%;
  aspect-ratio: 299/246;
  width: 70%;
  background: url(../img/top/top-product-bg_05.svg) no-repeat 0 0/100%;
}

/*--------------------------------------------------------------------/
	top-company
/--------------------------------------------------------------------*/
.top-company {
  position: relative;
  padding-bottom: clamp(6rem, 8vw, 8rem);
  overflow: hidden;
}
.top-company__ttl {
  margin-bottom: clamp(2rem, 2vw, 2rem);
  line-height: 1;
}
.top-company__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  color: #46A3E6;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.2rem + 0.88235vw - 2.47059px);
  line-height: 1;
  letter-spacing: 0.03em;
}
.top-company__ttl b {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: calc(1.5rem + 1.32353vw - 3.70588px);
}
.top-company__ttl b::before {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.3em);
  width: 100%;
  height: 2px;
  background-color: #46A3E6;
  content: "";
}
.top-company__list a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.25em 4%;
  padding: 1.1em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #979DA4;
  background-color: #ffffff;
  color: #202020;
  font-weight: normal;
  font-weight: 500;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-company__list a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-company__list a:hover {
  border-color: #46A3E6;
  background-color: #46A3E6;
  color: #ffffff;
}
.top-company__list a:hover::after {
  color: #ffffff;
}
.top-company__list a::before {
  justify-self: start;
  content: "";
}
.top-company__list a::after {
  justify-self: end;
  font-size: 1.5em;
}
.top-company__list a::after {
  color: #46A3E6;
}

/*--------------------------------------------------------------------/
	top topnews
/--------------------------------------------------------------------*/
.top-topnews {
  margin-bottom: clamp(4rem, 9vw, 9rem);
  overflow: hidden;
  background: #ffffff;
}
.top-topnews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(2rem, 6vw, 6rem) 8%;
  border-radius: 20px;
  background-color: #EEF6FA;
}
.top-topnews__ttl {
  line-height: 1;
}
.top-topnews__ttl em {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  color: #46A3E6;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.2rem + 0.88235vw - 2.47059px);
  line-height: 1;
  letter-spacing: 0.03em;
}
.top-topnews__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.5rem + 1.32353vw - 3.70588px);
}
.top-topnews__table {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.top-topnews__table::-webkit-scrollbar {
  width: 8px;
}
.top-topnews__table::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.top-topnews__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-topnews__table__inner {
  width: 100%;
}
.top-topnews__table__inner tr {
  border-bottom: 1px solid #C9CED2;
}
.top-topnews__table__inner tr:first-child {
  border-top: 1px solid #C9CED2;
}
.top-topnews__table__inner th {
  min-width: 100px;
  padding: 1.25em 0;
  color: #46A3E6;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
.top-topnews__table__inner td {
  padding: 1.25em 0;
}

/*--------------------------------------------------------------------/
	top news
/--------------------------------------------------------------------*/
.top-news {
  position: relative;
  margin-top: clamp(4rem, 9vw, 9rem);
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
  overflow: hidden;
}
.top-news__inner {
  z-index: 3;
  position: relative;
}
.top-news__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #202020;
}
.top-news__ttl em {
  display: block;
  position: relative;
  padding-right: clamp(3rem, 6vw, 6rem);
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 5.14706vw - 14.41176px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-news__ttl b {
  display: block;
  color: #46A3E6;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-news__list .is-column {
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-news__list .is-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-news__btn {
  margin-right: auto;
  margin-left: auto;
}
.top-news__btn a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #46A3E6;
  background-color: #46A3E6;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-news__btn a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news__btn a:hover {
  border-color: #0A8EDA;
  background-color: #0A8EDA;
  color: #ffffff;
}
.top-news__btn a:hover::after {
  color: #ffffff;
}
.top-news__btn a::before {
  justify-self: start;
  content: "";
}
.top-news__btn a::after {
  justify-self: end;
  font-size: 1.5em;
}

.top-news__box {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.top-news__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-news__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-news__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-news__box__img {
  width: 100%;
}
.top-news__box__img__inner {
  margin: 0;
}
.top-news__box__txt__inner {
  width: 100%;
}
.top-news__box__date {
  color: #46A3E6;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', serif;
  letter-spacing: 0;
}
.top-news__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-news__box__category .category-item {
  font-size: 0.7em;
}
.top-news__box__ttl {
  margin-bottom: 0.5em;
  font-size: calc(1rem + 0.22059vw - 0.61765px);
}

.top-news {
  position: relative;
}
.top-news::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #EEF5FE;
  content: "";
}
.top-news .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  overflow: visible;
}
.top-news .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440 px;
  height: 100%;
}
.top-news .swiper-next_prev {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  top: 50%;
  left: -16px;
          justify-content: space-between;
  width: calc(100% + 32px);
          transform: translateY(-50%);
}
.top-news .swiper-button-prev {
  left: 0;
}
.top-news .swiper-button-next {
  right: 0;
}
.top-news .swiper-button-prev,
.top-news .swiper-button-next {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
          transform: translateY(-50%);
  background-image: none;
}
.top-news .swiper-button-prev::before,
.top-news .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #10228C;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-news .swiper-button-prev::after,
.top-news .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #10228C;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-news .swiper-button-prev:hover::before,
.top-news .swiper-button-next:hover::before {
  border-color: #46A3E6;
  background: #46A3E6;
}
.top-news .swiper-button-prev:hover::after,
.top-news .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-news .swiper-button-prev:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-news .swiper-button-next:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-news .swiper-scrollbar {
  z-index: 1;
  position: absolute;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #f6f6f6;
}
.top-news .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-news .swiper-scrollbar-drag:hover {
  background-color: #46A3E6;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.top-blog {
  padding: clamp(6rem, 12vw, 12rem) 0;
  overflow: hidden;
  background: #ffffff;
}
.top-blog__ttl {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.top-blog__ttl__inner {
  display: inline-block;
  position: relative;
  padding-right: clamp(2%, 3vw, 3rem);
  line-height: 1;
  vertical-align: baseline;
}
.top-blog__ttl__inner::after {
  position: absolute;
  bottom: 0.4em;
  left: 100%;
  width: 100vw;
  height: 1px;
  background: #46A3E6;
  content: "";
}
.top-blog__ttl em {
  display: inline-block;
  position: relative;
  padding-right: clamp(3rem, 6vw, 6rem);
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 5.14706vw - 14.41176px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-blog__ttl em::after {
  -webkit-transform-origin: bottom right;
  -webkit-transform: rotate(-40deg);
  position: absolute;
  right: 0.1em;
  bottom: 0.4em;
  width: 0.6em;
  height: 1px;
  height: 1px;
          transform: rotate(-40deg);
          transform-origin: bottom right;
  background: #C9CED2;
  content: "";
}
.top-blog__ttl b {
  color: #46A3E6;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-blog .btn-wrap {
  margin-top: clamp(2rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.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%;
  margin: 0;
}
.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__date {
  color: #46A3E6;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', 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: #46A3E6;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', 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: #46A3E6;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', 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-topnews__table__inner th {
    width: 18%;
  }
  .top-topnews__table__inner td {
    width: auto;
  }
  .top-news__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-news__box__img {
    width: 35.91%;
  }
  .top-news__box__img__inner {
    width: 100%;
    height: 100%;
  }
  .top-news__box__img__inner > div {
    width: 100%;
    height: 100%;
  }
  .top-news__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-news__box__ttl {
    font-size: calc(1rem + 0.37594vw - 2.16541px);
  }
  .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__catch {
    width: 34.04%;
  }
  .top-product__inner {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
        flex-wrap: wrap;
        justify-content: space-around;
  }
  .top-product__item01 {
    width: 30.18%;
  }
  .top-product__item02 {
    width: 30.53%;
  }
  .top-product__item03 {
    width: 24.69%;
  }
  .top-product__item03 .top-product__img__bg::before {
    bottom: 76%;
  }
  .top-product__item04 {
    width: 24.62%;
    margin-top: -3rem;
    margin-left: 10%;
  }
  .top-product__item05 {
    width: 28.03%;
    margin-top: -3rem;
    margin-right: 7%;
  }
  .top-company__ttl b::before {
    right: calc(100% + 0.7em);
  }
  .top-news__list .is-col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em 2%;
  }
  .top-news__list .is-col2 > * {
    width: 49%;
  }
  .top-news__box__img {
    width: 25%;
  }
  .top-news__box__txt {
    width: 75%;
  }
  .top-news__box__ttl {
    font-size: calc(0.94rem + 0.45872vw - 3.52294px);
  }
  .top-news .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-news .swiper-scrollbar-drag {
    height: 8px;
  }
  .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__catch {
    left: 12.5%;
  }
  .top-business {
    width: 96%;
  }
  .top-business__inner {
    -webkit-column-gap: 9.52%;
       -moz-column-gap: 9.52%;
            column-gap: 9.52%;
  }
  .top-business__img {
    width: 54.17%;
  }
  .top-business__img__inner .is-bg {
    border-radius: 0 50px 50px 0;
  }
  .top-business__txt {
    width: 36.31%;
  }
  #business-bg {
    border-radius: 0 50px 50px 0;
  }
  .top-business__list li a {
    padding: 2.4em 0;
  }
  .top-business__list li a span {
    font-size: calc(1rem + 1.07143vw - 11.57143px);
  }
  .top-topnews__inner {
    -webkit-column-gap: 3.55%;
       -moz-column-gap: 3.55%;
            column-gap: 3.55%;
    border-radius: 50px;
  }
  .top-topnews__ttl {
    width: 23.9%;
  }
  .top-topnews__table {
    width: 76.06%;
    max-height: 520px;
  }
  .top-news .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .top-news .swiper-button-prev::after,
  .top-news .swiper-button-next::after {
    font-size: 2.67rem;
  }
  .top-news .swiper-scrollbar {
    top: calc(100% + 3rem);
    height: 8px;
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .top-aboutus__txt__txt {
    font-size: 1.34em;
  }
  .top-business {
    width: 87.5%;
  }
  .top-business__txt .txt {
    font-size: 1.08em;
  }
  .top-business__tit em {
    font-size: 1.56rem;
  }
  .top-business__tit b {
    font-size: 2.78rem;
  }
  .top-business__list li a span {
    font-size: 1.56rem;
  }
  .top-product__ttl em {
    font-size: 5.56rem;
  }
  .top-product__ttl b {
    font-size: 1.67rem;
  }
  .top-product__txt {
    font-size: 1.36em;
  }
  .top-company__ttl em {
    font-size: 1.56rem;
  }
  .top-company__ttl b {
    font-size: 2.78rem;
  }
  .top-topnews__ttl em {
    font-size: 1.56rem;
  }
  .top-topnews__ttl b {
    font-size: 2.78rem;
  }
  .top-topnews__table__inner th {
    font-size: 1.11rem;
  }
  .top-topnews__table__inner td {
    font-size: 0.89rem;
  }
  .top-news__ttl em {
    font-size: 6.67rem;
  }
  .top-news__ttl b {
    font-size: 2rem;
  }
  .top-news__list .is-col2 {
    gap: 2em 3%;
  }
  .top-news__list .is-col2 > * {
    width: 48.5%;
  }
  .top-news__box__img {
    width: 240px;
  }
  .top-news__box__txt {
    width: calc(100% - 240px);
  }
  .top-news__box__ttl {
    font-size: 1.17rem;
  }
  .top-news .swiper {
    margin-bottom: 7rem;
  }
  .top-blog__ttl em {
    font-size: 6.67rem;
  }
  .top-blog__ttl b {
    font-size: 2rem;
  }
  .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.11rem;
  }
  .top-commonpost1__newest__box .txt {
    font-size: 0.89rem;
  }
  .top-commonpost1__list {
    width: 48.34%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: 0.89rem;
  }
  .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.17rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .top-aboutus {
    margin-top: -9.5rem;
  }
  .top-aboutus__txt__ttl b {
    font-size: 3.06rem;
  }
}
@media (min-width: 1921px) {
  .top-product .l-cont {
    max-width: 94.37vw;
  }
  .top-news .swiper-control {
    max-width: 75vw;
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-aboutus__inner {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }
  .top-business {
    padding-right: 8%;
    padding-left: 8%;
    background-position: 5% 60%;
    background-size: 38.33%;
  }
  .top-business__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1.8em;
            flex-direction: column;
  }
  .top-topnews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .top-aboutus__inner {
    padding-right: 5%;
    padding-left: 5%;
  }
  .top-business {
    padding-right: 5%;
    padding-left: 5%;
    background-position: 5% 40%;
    background-size: 56.33%;
  }
  .top-business__btn .btn-wrap {
    max-width: 200px;
  }
  .top-product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-product__img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .top-news__list .is-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-news__list .is-col2 > * {
    width: 100%;
  }
  .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-topnews__table__inner th {
    display: block;
    width: 100%;
    padding: 1.25em 0 0 0;
    font-size: 0.94rem;
  }
  .top-topnews__table__inner td {
    display: block;
    width: 100%;
    padding: 0 0 1.25em 0;
  }
  .top-news__list .is-col2 {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-news__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-news__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-news__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-news__box__img__inner > div,
  .top-news__box__img__inner figure,
  .top-news__box__img__inner a,
  .top-news__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-news__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .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 */
