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

index.css

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

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

.main-view__bg {
  position: relative;
  overflow: hidden;
}
.main-view__bg__inner {
  height: 100%;
}
.main-view__bg__img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-view__bg__img__inner {
  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;
  max-width: 1805px;
  height: 100%;
}

.main-view__block {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-40deg);
  z-index: 3;
  position: absolute;
  top: 0;
  right: 54%;
  width: 100%;
  width: 50%;
  height: 100%;
  height: 130%;
          transform: skew(-40deg);
          transform-origin: top right;
  background: #1887B9;
  content: "";
}

.main-view__catch {
  z-index: 4;
  position: relative;
  margin-top: 96px;
  margin-top: 6rem;
  padding: 5%;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
.main-view__catch .is-catch01 {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.main-view__catch .is-catch01__inner {
  display: inline-block;
  position: relative;
  padding: 0.1em 0.35em 0.2em;
  font-weight: 900;
  font-size: calc(1.2rem + 2.20588vw - 6.17647px);
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.main-view__catch .is-catch01__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .is-catch02 {
  display: block;
  margin-bottom: 5px;
}
.main-view__catch .is-catch02__inner {
  display: inline-block;
  position: relative;
  padding: 0.1em 0.35em 0.2em;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
}
.main-view__catch .is-catch02__inner.is-active::before {
  width: 100%;
}
.main-view__catch .is-catch02__inner::before {
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease 0s;
}
.main-view__catch .is-catch02__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .is-catch03 {
  display: block;
}
.main-view__catch .is-catch03__inner {
  display: inline-block;
  position: relative;
  padding: 0.4em 0.9em;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
}
.main-view__catch .is-catch03__inner.is-active::before {
  width: 100%;
}
.main-view__catch .is-catch03__inner::before {
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease 0s;
}
.main-view__catch .is-catch03__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .catch-02,
.main-view__catch .catch-03,
.main-view__catch .catch-04,
.main-view__catch .catch-05 {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  background-color: #1887B9;
  color: #ffffff;
  font-weight: 700;
  font-size: calc(1.1rem + 1.91176vw - 5.35294px);
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08;
}
.main-view__catch .catch-02,
.main-view__catch .catch-03,
.main-view__catch .catch-04 {
  width: 32%;
}
.main-view__catch .catch-02,
.main-view__catch .catch-03 {
  margin-right: 2%;
}
.main-view__catch .catch-05 {
  width: 100%;
}

/* 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: #4BB7E7;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #1887B9;
}
.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: #4BB7E7;
  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 {
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	pickup 01
/--------------------------------------------------------------------*/
.pickup01 {
  padding-top: clamp(80px, 12vw, 176px);
  padding-top: clamp(5rem, 12vw, 11rem);
  padding-bottom: clamp(128px, 12vw, 240px);
  padding-bottom: clamp(8rem, 12vw, 15rem);
  background: url(../img/common/bg-dot.png) no-repeat 50% 0;
}
.pickup01-tit {
  margin-bottom: clamp(24px, 4vw, 32px);
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
  padding-top: 50px;
  background: url(../img/common/icon-tit.svg) no-repeat 50% 0;
  line-height: 1;
  text-align: center;
}
.pickup01-tit b {
  display: block;
  color: #1887B9;
  font-weight: 500;
  font-size: calc(2rem + 5.88235vw - 16.47059px);
  font-family: 'Oswald', sans-serif;
}
.pickup01-tit small {
  display: block;
  margin-top: 0.5em;
  color: #202020;
  font-weight: 700;
  font-size: calc(1rem + 1.76471vw - 4.94118px);
}
.pickup01-btn {
  margin-top: clamp(64px, 7vw, 96px);
  margin-top: clamp(4rem, 7vw, 6rem);
}

.pickup01-intro {
  margin-bottom: clamp(80px, 9vw, 96px);
  margin-bottom: clamp(5rem, 9vw, 6rem);
}
.pickup01-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup01-intro__box__inner {
  position: relative;
  width: 100%;
}
.pickup01-intro__box__tit {
  margin-bottom: calc(1rem + 0.5em);
  padding-top: clamp(32px, 4vw, 64px);
  padding-top: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  font-size: calc(1.2rem + 1.47059vw - 4.11765px);
}

.pickup01-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(48px, 5vw, 80px);
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.pickup01-list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(48px, 5vw, 80px);
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.pickup01-box {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  max-width: 480px;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.pickup01-box__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.pickup01-box__tit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.3em;
  padding: 0 10% 32px;
  padding: 0 10% 2rem;
  background: url(../img/common/icon-tit_03.svg) no-repeat 50% 100%;
  font-weight: 700;
  font-size: calc(1.14rem + 0.58824vw - 1.64706px);
  line-height: 1.4;
  text-align: center;
}
.pickup01-box__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.pickup01-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.pickup01-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 56.25%;
  content: "";
}
.pickup01-box__img__inner > div,
.pickup01-box__img__inner figure,
.pickup01-box__img__inner a,
.pickup01-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pickup01-box__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
  position: relative;
          order: 3;
  margin-top: 1em;
  padding: 0 10% 10%;
}
.pickup01-box__txt.btn-padding {
  padding-bottom: 112px;
  padding-bottom: 7rem;
}
.pickup01-box__txt .btn-wrap {
  position: absolute;
  bottom: 24px;
  bottom: 1.5rem;
  width: 80%;
}
.pickup01-box__btn {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 0.75em 4%;
  border: 1px solid;
  border-radius: 999px;
  background-color: #1887B9;
  color: #ffffff;
  font-weight: normal;
  font-size: calc(1rem + 0.29412vw - 0.82353px);
  line-height: 1.4;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup01-box__btn: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;
}
.pickup01-box__btn:hover {
  background-color: #4BB7E7;
}
.pickup01-box__btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
  color: #ffffff;
}

/*--------------------------------------------------------------------/
	pickup 02
/--------------------------------------------------------------------*/
.pickup02 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.pickup02-wrap {
  position: relative;
  padding: clamp(32px, 6vw, 96px) 0;
  padding: clamp(2rem, 6vw, 6rem) 0;
  overflow: hidden;
}
.pickup02-wrap::before {
  position: absolute;
  width: 140%;
  height: 100%;
  content: "";
}
.pickup02-inner {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: clamp(48px, 7vw, 112px) 0 clamp(64px, 9vw, 144px);
  padding: clamp(3rem, 7vw, 7rem) 0 clamp(4rem, 9vw, 9rem);
}
.pickup02-inner .l-cont {
  background-color: #ffffff;
}
.pickup02 > *:nth-of-type(odd) .pickup02-wrap::before {
  top: 0;
  right: 0;
  width: 80%;
  background: url(../img/common/bg-01.jpg) no-repeat 100% 0;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__tit b {
  background-image: url(../img/common/icon-tit.svg);
  color: #1887B9;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__catch strong::before {
  background: #1887B9;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 4%;
  padding: 1.25rem 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #1887B9;
  background-color: #1887B9;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn: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: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:hover {
  border-color: #4BB7E7;
  background-color: #4BB7E7;
  color: #ffffff;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:hover::after {
  color: #ffffff;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5em;
}
.pickup02 > *:nth-of-type(even) .pickup02-wrap::before {
  top: 0;
  left: 0;
  width: 80%;
  background: url(../img/common/bg-02.jpg) no-repeat 0 0;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__tit b {
  background-image: url(../img/common/icon-tit_02.svg);
  color: #C1A079;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__catch strong::before {
  background: #C1A079;
}
.pickup02 > *:nth-of-type(even) .l-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 4%;
  padding: 1.25rem 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #C1A079;
  background-color: #C1A079;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn: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: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:hover {
  border-color: #A27A4B;
  background-color: #A27A4B;
  color: #ffffff;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:hover::after {
  color: #ffffff;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5em;
}

.pickup02-txt {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.pickup02-txt__inner {
  padding: clamp(2em, 3vw, 48px) 8%;
  padding: clamp(2em, 3vw, 3rem) 8%;
}
.pickup02-txt__tit {
  margin-bottom: clamp(1em, 2vw, 32px);
  margin-bottom: clamp(1em, 2vw, 2rem);
  line-height: 1.2;
}
.pickup02-txt__tit b {
  display: block;
  margin-bottom: 0.3em;
  padding-left: 30px;
  background-position: 0 5px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: calc(2rem + 2.94118vw - 8.23529px);
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.02;
}
.pickup02-txt__tit small {
  display: block;
  font-weight: 700;
  font-size: calc(1.1rem + 1.17647vw - 3.29412px);
  font-family: 'Noto Sans JP', sans-serif;
}
.pickup02-txt__catch {
  margin-bottom: clamp(0.5em, 1vw, 0.75em);
  font-size: calc(1rem + 0.44118vw - 1.23529px);
  line-height: 1.5;
}
.pickup02-txt__catch strong {
  position: relative;
  padding-right: 0.5em;
  color: #202020;
}
.pickup02-txt__btn {
  font-family: 'Oswald', sans-serif;
}

/*--------------------------------------------------------------------/
	top works
/--------------------------------------------------------------------*/
.top-works {
  position: relative;
  margin-top: clamp(32px, 10vw, 80px);
  margin-top: clamp(2rem, 10vw, 5rem);
  padding-top: clamp(48px, 5vw, 80px);
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(96px, 10vw, 192px);
  padding-bottom: clamp(6rem, 10vw, 12rem);
  overflow: hidden;
}
.top-works__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60%;
  max-height: 440px;
}
.top-works__bg__inner {
  position: relative;
  max-height: 440px;
  overflow: hidden;
}
.top-works__bg__inner::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .36);
  content: "";
}
.top-works__inner {
  z-index: 3;
  position: relative;
}
.top-works__tit {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #ffffff;
}
.top-works__tit b {
  display: block;
  position: relative;
  padding-right: clamp(48px, 6vw, 96px);
  padding-right: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  font-size: calc(2rem + 3.67647vw - 10.29412px);
  font-family: 'Oswald', sans-serif;
}
.top-works__tit small {
  display: block;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Noto Sans JP', sans-serif;
}
.top-works__btn {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.top-works__btn a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 4%;
  padding: 1.25rem 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #1887B9;
  background-color: #1887B9;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-works__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: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-works__btn a:hover {
  border-color: #4BB7E7;
  background-color: #4BB7E7;
  color: #ffffff;
}
.top-works__btn a:hover::after {
  color: #ffffff;
}
.top-works__btn a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5em;
}

.top-works {
  position: relative;
}
.top-works::before {
  position: absolute;
  bottom: 3em;
  left: 0;
  width: 80%;
  height: 80%;
  content: "";
}
.top-works .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  overflow: visible;
}
.top-works .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}
.top-works .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-works .swiper-button-prev {
  left: 0;
}
.top-works .swiper-button-next {
  right: 0;
}
.top-works .swiper-button-prev,
.top-works .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-works .swiper-button-prev::before,
.top-works .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #1F56A9;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-works .swiper-button-prev::after,
.top-works .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1F56A9;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-works .swiper-button-prev:hover::before,
.top-works .swiper-button-next:hover::before {
  border-color: #1887B9;
  background: #1887B9;
}
.top-works .swiper-button-prev:hover::after,
.top-works .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-works .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-works .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-works .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-works .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-works .swiper-scrollbar {
  z-index: 1;
  position: absolute;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #f8f8f8;
}
.top-works .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-works .swiper-scrollbar-drag:hover {
  background-color: #1887B9;
}

/*--------------------------------------------------------------------/
	top news
/--------------------------------------------------------------------*/
.top-topnews {
  padding-top: 7px;
  overflow: hidden;
}
.top-topnews__bg {
  padding: 0 0 clamp(96px, 12vw, 192px);
  padding: 0 0 clamp(6rem, 12vw, 12rem);
  background: #f8f8f8;
}
.top-topnews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1215px;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(32px, 12vw, 80px);
  padding-top: clamp(2rem, 12vw, 5rem);
}
.top-topnews__inner::before {
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 64px;
  height: 55px;
  background: url(../img/common/icon-tit.svg) no-repeat 0 0;
  background-size: 100%;
  content: "";
}
.top-topnews__tit b {
  display: block;
  position: relative;
  padding-right: clamp(48px, 6vw, 96px);
  padding-right: clamp(3rem, 6vw, 6rem);
  color: #1887B9;
  font-weight: 500;
  font-size: calc(2.5rem + 4.41176vw - 12.35294px);
  font-family: 'Oswald', sans-serif;
}
.top-topnews__tit small {
  display: block;
  color: #000000;
  font-size: calc(1.1rem + 1.17647vw - 3.29412px);
  font-family: 'Noto Sans JP', sans-serif;
}
.top-topnews__table {
  max-height: 520px;
  overflow-y: auto;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.top-topnews__table::-webkit-scrollbar {
  width: 8px;
}
.top-topnews__table::-webkit-scrollbar-track {
  background: #f8f8f8;
}
.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 {
  display: block;
  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: #1887B9;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.top-topnews__table__inner td {
  padding: 1.25em 0;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.top-blog {
  padding: clamp(96px, 12vw, 192px) 0;
  padding: clamp(6rem, 12vw, 12rem) 0;
  overflow: hidden;
  background: #ffffff;
}
.top-blog__tit {
  margin-bottom: clamp(48px, 5vw, 80px);
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.top-blog__tit__inner {
  display: inline-block;
  position: relative;
  padding-right: clamp(2%, 3vw, 48px);
  padding-right: clamp(2%, 3vw, 3rem);
  line-height: 1;
  vertical-align: baseline;
}
.top-blog__tit__inner::after {
  position: absolute;
  bottom: 0.4em;
  left: 100%;
  width: 100vw;
  height: 1px;
  background: #1887B9;
  content: "";
}
.top-blog__tit b {
  display: inline-block;
  position: relative;
  padding-right: clamp(48px, 6vw, 96px);
  padding-right: clamp(3rem, 6vw, 6rem);
  color: #000000;
  font-weight: 400;
  font-size: calc(3rem + 5.14706vw - 14.41176px);
  font-family: 'Oswald', sans-serif;
}
.top-blog__tit b::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__tit small {
  color: #1887B9;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Noto Sans JP', sans-serif;
}

.top-blog__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  width: 100%;
}
.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: 1em;
          flex-direction: column;
}
.top-blog .btn-wrap {
  max-width: 320px;
  margin-top: clamp(32px, 6vw, 96px);
  margin-top: clamp(2rem, 6vw, 6rem);
  margin-right: auto;
  margin-left: auto;
}

.top-blognewest__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-blognewest__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-blognewest__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.top-blognewest__box__img {
  width: 100%;
}
.top-blognewest__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top-blognewest__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-blognewest__box__img__inner > div,
.top-blognewest__box__img__inner figure,
.top-blognewest__box__img__inner a,
.top-blognewest__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-blognewest__box__date {
  color: #1887B9;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}
.top-blognewest__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-blognewest__box__tit {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(0.94rem + 0.44118vw - 1.23529px);
}

.top-blog__box {
  position: relative;
  width: 100%;
  text-align: left;
}
.top-blog__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-blog__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-blog__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-blog__box__img {
  width: 100%;
}
.top-blog__box__img__inner {
  margin: 0;
}
.top-blog__box__date {
  color: #1887B9;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}
.top-blog__box__tit {
  margin-bottom: 0.5em;
}
.top-blog__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-blog__box__category .category-item {
  font-size: 0.7em;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .pickup01-list3 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(960px + 4%);
  }
  .pickup01-list3 > * {
    width: 48%;
  }
  .pickup01-list4 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(960px + 4%);
  }
  .pickup01-list4 > * {
    width: 48%;
  }
  .pickup01-list3 .pickup01-box__tit {
    font-size: calc(1rem + 0.75188vw - 4.33083px);
  }
  .pickup01-list4 .pickup01-box__tit {
    font-size: calc(1rem + 0.75188vw - 4.33083px);
  }
  .top-topnews__table__inner th {
    width: 16%;
  }
  .top-topnews__table__inner td {
    width: 84%;
  }
  .top-blog__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-blog__box__img {
    width: 35.91%;
  }
  .top-blog__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  .top-blognewest__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-column-gap: 3.75%;
       -moz-column-gap: 3.75%;
            column-gap: 3.75%;
            flex-direction: row-reverse;
  }
  .top-blognewest__box__img {
    width: 35.91%;
  }
  .top-blognewest__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
}
@media (max-width: 575px) and (min-width: 576px) {
  .top-topnews__table__inner th {
    font-size: 1.07rem;
  }
}
@media (min-width: 576px) and (max-width: 1552px) {
  .top-blog__box__img__inner {
    height: 100%;
  }
  .top-blog__box__img__inner > div {
    height: 100%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 75vw;
  }
  .main-view__bg {
    height: 75vw;
  }
  .main-view__bg__img {
    height: 75vw;
  }
  .main-view__catch {
    margin-top: 0;
    padding: 4% 4% 4% 1%;
  }
  .pickup01-list3 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: calc(960px + 8%);
  }
  .pickup01-list3 > * {
    width: 46%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: calc(960px + 8%);
  }
  .pickup01-list4 > * {
    width: 46%;
  }
  .pickup02-wrap::before {
    width: 70%;
  }
  .pickup02-txt__tit b {
    padding-left: 60px;
    background-position: 0 15px;
    background-size: 41px;
    font-size: calc(3rem + 2.75229vw - 21.13761px);
  }
  .pickup02-txt__tit small {
    font-size: calc(1.5rem + 0.68807vw - 5.2844px);
  }
  .pickup02-txt__catch {
    font-size: calc(1rem + 0.45872vw - 3.52294px);
  }
  .top-works .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-works .swiper-button-prev,
  .top-works .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-works .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-blog__flex {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .top-blog__flex::after {
    position: absolute;
    top: 0;
    left: 46.66%;
    width: 1px;
    height: 100%;
    background: #E5E9EC;
    content: "";
  }
  .top-blog__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50.34%;
  }
  .top-blognewest {
    width: 43.66%;
  }
  .top-blognewest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-blognewest__box__txt {
    padding: 0.5em 1.5em 1.5em;
  }
  .top-blognewest__box__date {
    font-size: 1.15em;
  }
  .top-blognewest__box__category {
    margin-bottom: calc(0.5rem + 0.3em);
  }
  .top-blognewest__box__category .category-item {
    font-size: 0.7em;
  }
  .top-blognewest__box__tit {
    font-size: calc(0.9rem + 0.45872vw - 3.52294px);
  }
  .top-blognewest__box .txt {
    font-size: 0.9em;
  }
  .top-blog__box__tit {
    font-size: calc(0.9rem + 0.22936vw - 1.76147px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view__catch {
    padding: 3rem 3rem 3rem 1rem;
  }
  .main-view__catch .is-catch02 {
    margin-bottom: 12px;
  }
  .main-view__catch .catch-02,
  .main-view__catch .catch-03,
  .main-view__catch .catch-04,
  .main-view__catch .catch-05 {
    padding: 20px 0;
    font-weight: 900;
  }
  .pickup01-intro__flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .pickup01-intro__flex > * {
    -ms-flex-preferred-size: 40.5%;
        flex-basis: 40.5%;
  }
  .pickup01-intro__flex .pickup01-intro__box__tit {
    font-size: calc(1.5rem + 1.5625vw - 15.625px);
  }
  .pickup01-list3 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .pickup01-list3 > * {
    width: 32%;
  }
  .pickup01-list3 .pickup01-box__tit {
    font-size: calc(1rem + 0.78125vw - 7.8125px);
  }
  .pickup02-wrap {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .pickup02-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    width: 90%;
    max-width: 1680px;
    padding: 2rem 0;
  }
  .pickup02-inner .l-cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    width: 60%;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
  }
  .pickup02-img {
    width: 45%;
  }
  .pickup02-img__wrap {
    width: 100%;
    height: 100%;
  }
  .pickup02-img__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .pickup02-img__inner div {
    width: 100%;
    height: 100%;
  }
  .pickup02-txt__tit b {
    font-size: calc(2.5rem + 5.3125vw - 53.125px);
  }
  .pickup02-txt__btn {
    font-size: 1.71rem;
  }
  .top-works::before {
    bottom: 6rem;
    height: 70%;
  }
  .top-works .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-works .swiper-button-prev,
  .top-works .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .top-works .swiper-button-prev::after,
  .top-works .swiper-button-next::after {
    font-size: 3.43rem;
  }
  .top-works .swiper-scrollbar {
    top: calc(100% + 3rem);
    height: 8px;
  }
  .top-topnews__inner {
    -webkit-column-gap: 3.55%;
       -moz-column-gap: 3.55%;
            column-gap: 3.55%;
  }
  .top-topnews__tit {
    width: 30.9%;
  }
  .top-topnews__table {
    width: 80%;
    margin-top: clamp(2rem, 3vw, 2rem);
  }
}
@media (min-width: 1024px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1024px) and (min-width: 576px) {
  .pickup02-txt__btn {
    font-size: 1.6rem;
  }
  .top-works .swiper-button-prev::after,
  .top-works .swiper-button-next::after {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .pickup02-txt__btn {
    font-size: 1.5rem;
  }
  .top-works .swiper-button-prev::after,
  .top-works .swiper-button-next::after {
    font-size: 3rem;
  }
}
@media (max-width: 575px) and (min-width: 1024px) {
  .top-topnews__table__inner th {
    font-size: 1rem;
  }
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .main-view {
    height: 100vh;
  }
  .main-view__bg {
    height: 100vh;
  }
  .main-view__bg__img {
    height: 100vh;
  }
  .main-view__catch {
    margin-bottom: 2rem;
    padding: 0;
    background: none;
  }
  .main-view__catch .catch-02,
  .main-view__catch .catch-03,
  .main-view__catch .catch-04,
  .main-view__catch .catch-05 {
    font-size: 3rem;
  }
  .pickup01-intro__flex .pickup01-intro__box__tit {
    font-size: 2.57rem;
  }
  .pickup01-intro__box__txt {
    font-size: 1.21rem;
  }
  .pickup01-list3 {
    -webkit-column-gap: 3.33%;
       -moz-column-gap: 3.33%;
            column-gap: 3.33%;
    max-width: 100%;
  }
  .pickup01-list3 > * {
    width: 30%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 3.48%;
       -moz-column-gap: 3.48%;
            column-gap: 3.48%;
    max-width: 100%;
  }
  .pickup01-list4 > * {
    width: 22.39%;
  }
  .pickup01-list3 .pickup01-box__tit {
    font-size: calc(1.25rem + 1vw - 14.4px);
  }
  .pickup01-list4 .pickup01-box__tit {
    font-size: calc(1.14rem + 1vw - 14.4px);
  }
  .pickup01-box__txt.btn-padding {
    padding-bottom: 7.5rem;
  }
  .pickup01-box__btn {
    font-size: 1.43rem;
  }
  .pickup02-wrap::before {
    width: 50%;
  }
  .pickup02-txt__inner {
    padding: clamp(2em, 4vw, 6rem) 16% clamp(2em, 4vw, 4rem) 10%;
  }
  .pickup02-txt__tit b {
    font-size: 5.14rem;
  }
  .pickup02-txt__tit small {
    font-size: 2.86rem;
  }
  .pickup02-txt__catch {
    font-size: 1.43rem;
  }
  .top-works__bg {
    width: 98.5%;
  }
  .top-works__tit b {
    font-size: 7.14rem;
  }
  .top-works__tit small {
    font-size: 2.57rem;
  }
  .top-works__btn {
    max-width: 360px;
  }
  .top-works .swiper {
    margin-bottom: 7rem;
  }
  .top-topnews__tit b {
    font-size: 6.14rem;
  }
  .top-topnews__tit small {
    font-size: 2rem;
  }
  .top-topnews__table__inner th {
    font-size: 1.36rem;
  }
  .top-blog__tit b {
    font-size: 8.57rem;
  }
  .top-blog__tit small {
    font-size: 2.57rem;
  }
  .top-blog__flex {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .top-blog__flex::after {
    left: 46.66%;
  }
  .top-blog__list {
    width: 48.34%;
  }
  .top-blog .btn-wrap {
    max-width: 360px;
  }
  .top-blognewest {
    width: 41.66%;
  }
  .top-blognewest__box__category .category-item {
    font-size: 1em;
  }
  .top-blognewest__box__tit {
    font-size: 1.43rem;
  }
  .top-blognewest__box .txt {
    font-size: 1.14rem;
  }
  .top-blog__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-blog__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-blog__box__img__inner > div,
  .top-blog__box__img__inner figure,
  .top-blog__box__img__inner a,
  .top-blog__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-blog__box__tit {
    font-size: 1.14rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) and (min-width: 576px) {
  .main-view__catch .catch-02,
  .main-view__catch .catch-03,
  .main-view__catch .catch-04,
  .main-view__catch .catch-05 {
    font-size: 2.8rem;
  }
  .pickup01-intro__flex .pickup01-intro__box__tit {
    font-size: 2.4rem;
  }
  .pickup01-intro__box__txt {
    font-size: 1.13rem;
  }
  .pickup01-box__btn {
    font-size: 1.33rem;
  }
  .pickup02-txt__tit b {
    font-size: 4.8rem;
  }
  .pickup02-txt__tit small {
    font-size: 2.67rem;
  }
  .pickup02-txt__catch {
    font-size: 1.33rem;
  }
  .top-works__tit b {
    font-size: 6.67rem;
  }
  .top-works__tit small {
    font-size: 2.4rem;
  }
  .top-topnews__tit b {
    font-size: 5.73rem;
  }
  .top-topnews__tit small {
    font-size: 1.87rem;
  }
  .top-topnews__table__inner th {
    font-size: 1.27rem;
  }
  .top-blog__tit b {
    font-size: 8rem;
  }
  .top-blog__tit small {
    font-size: 2.4rem;
  }
  .top-blognewest__box__tit {
    font-size: 1.33rem;
  }
  .top-blognewest__box .txt {
    font-size: 1.07rem;
  }
  .top-blog__box__tit {
    font-size: 1.07rem;
  }
}
@media (min-width: 1553px) and (min-width: 1024px) {
  .main-view__catch .catch-02,
  .main-view__catch .catch-03,
  .main-view__catch .catch-04,
  .main-view__catch .catch-05 {
    font-size: 2.63rem;
  }
  .pickup01-intro__flex .pickup01-intro__box__tit {
    font-size: 2.25rem;
  }
  .pickup01-intro__box__txt {
    font-size: 1.06rem;
  }
  .pickup01-box__btn {
    font-size: 1.25rem;
  }
  .pickup02-txt__tit b {
    font-size: 4.5rem;
  }
  .pickup02-txt__tit small {
    font-size: 2.5rem;
  }
  .pickup02-txt__catch {
    font-size: 1.25rem;
  }
  .top-works__tit b {
    font-size: 6.25rem;
  }
  .top-works__tit small {
    font-size: 2.25rem;
  }
  .top-topnews__tit b {
    font-size: 5.38rem;
  }
  .top-topnews__tit small {
    font-size: 1.75rem;
  }
  .top-topnews__table__inner th {
    font-size: 1.19rem;
  }
  .top-blog__tit b {
    font-size: 7.5rem;
  }
  .top-blog__tit small {
    font-size: 2.25rem;
  }
  .top-blognewest__box__tit {
    font-size: 1.25rem;
  }
  .top-blognewest__box .txt {
    font-size: 1rem;
  }
  .top-blog__box__tit {
    font-size: 1rem;
  }
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .main-view__catch .is-catch01__inner {
    font-size: 3.71rem;
  }
  .main-view__catch .is-catch02__inner {
    font-size: 3rem;
  }
  .main-view__catch .is-catch03__inner {
    font-size: 3rem;
  }
  .pickup01-tit b {
    font-size: 6.86rem;
  }
  .pickup01-tit small {
    font-size: 2.43rem;
  }
  .pickup01-intro__box__tit {
    font-size: 2.14rem;
  }
  .pickup01-box__tit {
    font-size: 1.57rem;
  }
  .pickup01-list3 .pickup01-box__tit {
    font-size: 1.57rem;
  }
  .pickup01-list4 .pickup01-box__tit {
    font-size: 1.43rem;
  }
  .top-works__bg {
    width: 95%;
  }
}
@media (min-width: 1753px) and (min-width: 576px) {
  .main-view__catch .is-catch01__inner {
    font-size: 3.47rem;
  }
  .main-view__catch .is-catch02__inner {
    font-size: 2.8rem;
  }
  .main-view__catch .is-catch03__inner {
    font-size: 2.8rem;
  }
  .pickup01-tit b {
    font-size: 6.4rem;
  }
  .pickup01-tit small {
    font-size: 2.27rem;
  }
  .pickup01-intro__box__tit {
    font-size: 2rem;
  }
  .pickup01-box__tit {
    font-size: 1.47rem;
  }
  .pickup01-list3 .pickup01-box__tit {
    font-size: 1.47rem;
  }
  .pickup01-list4 .pickup01-box__tit {
    font-size: 1.33rem;
  }
}
@media (min-width: 1753px) and (min-width: 1024px) {
  .main-view__catch .is-catch01__inner {
    font-size: 3.25rem;
  }
  .main-view__catch .is-catch02__inner {
    font-size: 2.63rem;
  }
  .main-view__catch .is-catch03__inner {
    font-size: 2.63rem;
  }
  .pickup01-tit b {
    font-size: 6rem;
  }
  .pickup01-tit small {
    font-size: 2.13rem;
  }
  .pickup01-intro__box__tit {
    font-size: 1.88rem;
  }
  .pickup01-box__tit {
    font-size: 1.38rem;
  }
  .pickup01-list3 .pickup01-box__tit {
    font-size: 1.38rem;
  }
  .pickup01-list4 .pickup01-box__tit {
    font-size: 1.25rem;
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .pickup01-intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-img {
    left: 0;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-wrap {
    padding-top: 0;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
            flex-direction: row-reverse;
  }
  .pickup02-img__wrap {
    width: 85%;
  }
  .pickup02-img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .pickup02-img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .pickup02-img__inner > div,
  .pickup02-img__inner figure,
  .pickup02-img__inner a,
  .pickup02-img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pickup02-txt {
    margin-top: clamp(-3rem, -9vw, -8rem);
  }
  .top-works__btn {
    margin-right: auto;
    margin-left: auto;
  }
  .top-works__btn a {
    -webkit-transition: all 0.3s ease 0s;
    display: block;
    position: relative;
    width: 100%;
    padding: 1.25rem 4%;
    border: 1px solid;
    border-radius: 999px;
    border-color: #1887B9;
    background-color: #1887B9;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
  }
  .top-works__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: "\e315";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "icomoon" !important;
    text-transform: none;
  }
  .top-works__btn a:hover {
    border-color: #4BB7E7;
    background-color: #4BB7E7;
    color: #ffffff;
  }
  .top-works__btn a:hover::after {
    color: #ffffff;
  }
  .top-works__btn a::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1rem;
            transform: translateY(-50%);
    color: #ffffff;
    font-size: 1.5em;
  }
  .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 未満--
  /====================================================================*/
  .main-view {
    height: 125vw;
  }
  .main-view__bg {
    height: 125vw;
  }
  .main-view__bg__img {
    height: 125vw;
  }
  .top-topnews__inner::before {
    width: 48px;
    height: 42px;
  }
  .top-blog__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-blognewest__box__category .category-item {
    font-size: 0.7em;
  }
  .top-blognewest__box .txt {
    display: none;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .pickup01-list3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup01-list4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-topnews__table__inner th {
    display: block;
    width: 100%;
    padding: 1.25em 0 0 0;
    font-size: 1.14rem;
  }
  .top-topnews__table__inner td {
    display: block;
    width: 100%;
    padding: 0 0 1.25em 0;
  }
  .top-blognewest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-blognewest__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-blog__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-blog__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-blog__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-blog__box__img__inner > div,
  .top-blog__box__img__inner figure,
  .top-blog__box__img__inner a,
  .top-blog__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-blog__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
}
/*# sourceMappingURL=map/top.css.map */
