@charset "UTF-8";
/* blockeffects */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*伸びたブロックを横に追いやるアニメーション*/
@-webkit-keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes overlayOutL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@-webkit-keyframes overlayOutR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@keyframes overlayOutR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
/* upeffects */
@-webkit-keyframes margintop {
  0% {
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes margintop {
  0% {
    margin-top: 100px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
/* webfont 変数　*/
/* ofi */
/*====================================================================

index.css

=====================================================================*/
/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 125vw;
  background-image: url(../img/top/top-main_sp.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-view .l-cont {
  margin-right: 0;
  margin-left: 0;
}

.main-view__catch {
  position: absolute;
  left: 5%;
  width: clamp(160px, 54%, 608px);
}

.main-view__add01, .main-view__add02 {
  z-index: 2;
  position: absolute;
  bottom: -1vw;
  width: 22.36%;
}
.main-view__add01__img, .main-view__add02__img {
  position: relative;
}
.main-view__add01 {
  left: 0;
}
.main-view__add02 {
  right: -16px;
  right: -1rem;
}

/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.top-about {
  position: relative;
  padding: clamp(64px, 9vw, 96px) 0 clamp(64px, 9vw, 144px);
  padding: clamp(4rem, 9vw, 6rem) 0 clamp(4rem, 9vw, 9rem);
  overflow: hidden;
  background: #edf9ff;
}
.top-about__add01, .top-about__add02 {
  position: absolute;
  bottom: -3vw;
  width: clamp(48px, 12.5%, 240px);
}
.top-about__add01 {
  -webkit-transform: rotate(45deg);
  left: -2vw;
          transform: rotate(45deg);
}
.top-about__add02 {
  -webkit-transform: rotate(-45deg);
  right: -2vw;
          transform: rotate(-45deg);
}
.top-about__tit {
  position: relative;
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-top: 0.5em;
  text-align: center;
}
.top-about__tit b {
  display: block;
  color: #2b81e5;
  font-weight: 700;
  font-size: calc(1.25rem + 1.72414vw - 4.82759px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.top-about__tit em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.14rem + 0.34483vw - 0.96552px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.03em;
}
.top-about__tit::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 48px;
  height: 48px;
          transform: translateX(-50%);
  background: url(../img/common/shinbousui_helmet01.png) center center/contain no-repeat;
  content: "";
}
.top-about__txt {
  font-size: calc(1rem + 0.25862vw - 0.72414px);
}
.top-about .btn-wrap {
  max-width: 400px;
  margin-top: clamp(32px, 3vw, 48px);
  margin-top: clamp(2rem, 3vw, 3rem);
  margin-right: auto;
  margin-left: auto;
}

/* pickup01 column layout 2 */
.pickup01-col2 {
  position: relative;
  overflow: hidden;
}
.pickup01-col2__tit span {
  display: block;
  position: relative;
  margin-bottom: calc(2rem + 0.3em);
  font-weight: 400;
  font-size: calc(1.14rem + 0.51724vw - 1.44828px);
  line-height: 1.4;
  text-align: center;
}
.pickup01-col2__tit b {
  display: block;
  font-weight: 400;
  font-size: calc(1.4rem + 0.86207vw - 2.41379px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pickup01-col2__tit small {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  font-size: 0.78em;
}
.pickup01-col2__tit small::before, .pickup01-col2__tit small::after {
  position: absolute;
  top: calc(50% + 1px);
  width: 1em;
  height: 1px;
  background-color: #202020;
  content: "";
}
.pickup01-col2__tit small::before {
  left: 0;
}
.pickup01-col2__tit small::after {
  right: 0;
}

.pickup01-col2__box {
  position: relative;
  padding-top: 96px;
  padding-top: 6rem;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  background-position: center center;
  background-size: cover;
}
.pickup01-col2__box::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  content: "";
}
.pickup01-col2__box__txt {
  position: relative;
}
.pickup01-col2__box__txt.btn-padding {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.pickup01-col2__box__txt .btn-wrap {
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
  width: 100%;
}
.pickup01-col2__box__tit {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: calc(1rem + 0.51724vw - 1.44828px);
  text-align: center;
}
.pickup01-col2__box__tit::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5rem);
  width: 48px;
  width: 3rem;
  height: 1px;
  background: #fff;
  content: "";
}

.pickup01-col2__inner {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  color: #fff;
}

/* pickup01 column layout 3 or 4 */
.pickup01 {
  position: relative;
  padding: clamp(96px, 9vw, 144px) 0 clamp(96px, 12vw, 192px);
  padding: clamp(6rem, 9vw, 9rem) 0 clamp(6rem, 12vw, 12rem);
  overflow: hidden;
  background: #afdefc;
}
.pickup01:before {
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 12vw;
  background: url(../img/common/bg_wave_bottom_white.svg) bottom left no-repeat;
  background-size: 300%;
  content: "";
}
.pickup01__tit {
  position: relative;
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-top: 0.2em;
  font-weight: 400;
  font-size: calc(1.14rem + 0.86207vw - 2.41379px);
  line-height: 1.4;
  text-align: center;
}
.pickup01__tit b {
  display: block;
  margin-bottom: 0.2em;
  color: #2b81e5;
  font-weight: 700;
  font-size: calc(1.5rem + 1.37931vw - 3.86207px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pickup01__tit small {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: calc(1rem + 0.51724vw - 1.44828px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pickup01__tit::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 48px;
  height: 48px;
          transform: translateX(-50%);
  background: url(../img/common/drop-set_blue.svg) center center/contain no-repeat;
  content: "";
}
.pickup01-list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup01-box01 {
  padding: 1.25em;
  border-radius: clamp(8px, 2vw, 20px);
  background: #fff;
}
.pickup01-box01__img {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.pickup01-box01__img__add {
  -webkit-transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  bottom: 8px;
  bottom: 0.5rem;
  left: 50%;
  width: clamp(60px, 35.71%, 120px);
          transform: translateX(-50%);
}
.pickup01-box01__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(4px, 1.5vw, 12px);
}
.pickup01-box01__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.pickup01-box01__img__inner > div,
.pickup01-box01__img__inner figure,
.pickup01-box01__img__inner a,
.pickup01-box01__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pickup01-box01__txt {
  position: relative;
  padding: 0 1em;
}
.pickup01-box01__txt.btn-padding {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.pickup01-box01__txt .btn-wrap {
  position: absolute;
  bottom: 12px;
  bottom: 0.75rem;
  width: calc(100% - 2em);
}
.pickup01-box01__tit {
  position: relative;
  margin-bottom: 0.75em;
  color: #075ebb;
  font-weight: 700;
  font-size: calc(1.14rem + 0.68966vw - 1.93103px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
}
.pickup01-box01__btn {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 11.2px 4%;
  padding: 0.7rem 4%;
  border: 1px solid #075ebb;
  border-radius: 999px;
  background-color: #075ebb;
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup01-box01__btn:hover {
  border-color: #0573e8;
  background-color: #0573e8;
  color: #fff;
}

/* pickup02 */
.pickup02 {
  padding: clamp(48px, 6vw, 96px) 0 clamp(48px, 6vw, 96px);
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(3rem, 6vw, 6rem);
}
.pickup02-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(48px, 6vw, 96px);
  row-gap: clamp(3rem, 6vw, 6rem);
          flex-direction: column;
}
.pickup02-inner > *:nth-of-type(odd) .pickup02-txt {
  background-color: #d9f1ff;
}
.pickup02-inner > *:nth-of-type(odd) .pickup02-txt__tit {
  color: #075ebb;
}
.pickup02-inner > *:nth-of-type(odd) .pickup02-txt__catch {
  color: #2db9f4;
}
.pickup02-inner > *:nth-of-type(odd) .btn-wrap a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 4%;
  padding: 1.25rem 4%;
  border: 1px solid #075ebb;
  border-radius: 999px;
  background-color: #075ebb;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02-inner > *:nth-of-type(odd) .btn-wrap 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: "\e907";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02-inner > *:nth-of-type(odd) .btn-wrap a:hover {
  border-color: #0573e8;
  background-color: #0573e8;
  color: #fff;
}
.pickup02-inner > *:nth-of-type(odd) .btn-wrap a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
  font-size: 0.5em;
}
.pickup02-inner > *:nth-of-type(even) .pickup02-txt {
  background-color: #FFF5E6;
}
.pickup02-inner > *:nth-of-type(even) .pickup02-txt__tit {
  color: #f9980b;
}
.pickup02-inner > *:nth-of-type(even) .pickup02-txt__catch {
  color: #D59D1C;
}
.pickup02-inner > *:nth-of-type(even) .btn-wrap a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 4%;
  padding: 1.25rem 4%;
  border: 1px solid #f9980b;
  border-radius: 999px;
  background-color: #f9980b;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02-inner > *:nth-of-type(even) .btn-wrap 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: "\e907";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02-inner > *:nth-of-type(even) .btn-wrap a:hover {
  border-color: #F9620B;
  background-color: #F9620B;
  color: #fff;
}
.pickup02-inner > *:nth-of-type(even) .btn-wrap a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
  font-size: 0.5em;
}

.pickup02-cont {
  max-width: 1728px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}
.pickup02-cont__inner {
  position: relative;
}
.pickup02-img {
  margin: 0;
}
.pickup02-img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}
.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__inner {
  width: 100%;
}
.pickup02-txt__tit {
  font-weight: 700;
  font-size: calc(1.25rem + 0.51724vw - 1.44828px);
  line-height: 1.4;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pickup02-txt__catch {
  padding-left: 0.2em;
  font-weight: 700;
  font-size: calc(1.25rem + 0.51724vw - 1.44828px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pickup02-txt__txt {
  margin-top: clamp(16px, 1.5vw, 24px);
  margin-top: clamp(1rem, 1.5vw, 1.5rem);
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.pickup02-txt__txt .txt strong {
  color: #40b8fd;
  font-weight: 700;
  font-size: 1.25em;
}
.pickup02-txt .btn-wrap {
  width: 100%;
  max-width: 320px;
}
.pickup02-txt .btn-wrap a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 4%;
  padding: 1.25rem 4%;
  border: 1px solid #075ebb;
  border-radius: 999px;
  background-color: #075ebb;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02-txt .btn-wrap 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: "\e907";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02-txt .btn-wrap a:hover {
  border-color: #0573e8;
  background-color: #0573e8;
  color: #fff;
}
.pickup02-txt .btn-wrap a::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
  font-size: 0.5em;
}

/* works-cont */
.works-cont {
  position: relative;
  padding: clamp(48px, 6vw, 96px) 0 clamp(64px, 9vw, 144px);
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(4rem, 9vw, 9rem);
  background: url(../img/common/pattern_bg01.svg) top 6px left repeat, #0076c0;
  color: #fff;
}
.works-cont__tit {
  margin-bottom: clamp(32px, 2.5vw, 48px);
  margin-bottom: clamp(2rem, 2.5vw, 3rem);
  font-weight: 400;
  font-size: calc(1.14rem + 0.51724vw - 1.44828px);
  line-height: 1.4;
  text-align: center;
}
.works-cont__tit b {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: calc(1.5rem + 2.06897vw - 5.7931px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.works-cont__tit small {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: calc(1rem + 0.34483vw - 0.96552px);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0;
}

/* news-cont */
.news-cont {
  padding: 48px 0;
  padding: 3rem 0;
}

/* blog-cont */
.blog-cont {
  padding: 48px 0;
  padding: 3rem 0;
}
.blog-cont__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-box__tit {
  position: relative;
  margin-bottom: clamp(32px, 3vw, 40px);
  margin-bottom: clamp(2rem, 3vw, 2.5rem);
  padding-top: 1em;
  padding-left: 70px;
}
.blog-box__tit span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.blog-box__tit b {
  display: block;
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: calc(2rem + 1.72414vw - 4.82759px);
  line-height: 1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.is-column .blog-box__tit b {
  color: #40b8fd;
}
.is-glossary .blog-box__tit b {
  color: #075ebb;
}
.blog-box__tit em {
  display: block;
  padding-left: 0.2em;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 1.37931vw - 3.86207px);
  line-height: 1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.02em;
}
.blog-box__list {
  margin-bottom: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  border-top: 1px solid #c9ced2;
}
.blog-box__item {
  border-bottom: 1px solid #c9ced2;
}
.blog-box__item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  padding: 1em 0;
  color: #202020;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.blog-box__item a span {
  position: relative;
  padding-left: 44px;
}
.blog-box__item a span: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;
}
.blog-box__item a span::before {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 22px;
  height: 22px;
          transform: translateY(-50%);
  border-radius: 50%;
  background: #075ebb;
  content: "";
  transition: all 0.3s ease 0s;
}
.is-column .blog-box__item a span::before {
  background: #40b8fd;
}
.is-glossary .blog-box__item a span::before {
  background: #075ebb;
}
.blog-box__item a span::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 13px;
          transform: translateY(-50%);
  color: #fff;
}
.is-column .blog-box__item a:hover {
  color: #40b8fd;
}
.is-glossary .blog-box__item a:hover {
  color: #075ebb;
}

/*--------------------------------------------------------------------/
	feed
/--------------------------------------------------------------------*/
.feed-list {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.feed-box {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.feed-box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  padding: 24px 16%;
  padding: 1.5rem 16%;
  color: #979da4;
  text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.feed-box a:hover h3,
.feed-box a:hover .txt {
  text-decoration: underline !important;
}
.feed-box__img {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  overflow: hidden;
}
.feed-box__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.feed-box__img > div,
.feed-box__img figure,
.feed-box__img a,
.feed-box__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feed-date {
  margin-bottom: 6.4px;
  margin-bottom: 0.4rem;
  line-height: 1.4;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.news-inner {
  max-width: 960px;
  max-height: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  overflow-y: auto;
}

.news-table {
  width: 100%;
}
.news-table tr {
  border-bottom: 1px solid #c9ced2;
}
.news-table tr:first-child {
  border-top: 1px solid #c9ced2;
}
.news-table th,
.news-table td {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.news-table th {
  padding-top: 16px;
  padding-top: 1rem;
  color: #075ebb;
  font-weight: 400;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.news-table td {
  width: auto;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
  .feed-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    border-right: 1px solid #e2e9f0;
  }
  .feed-list > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .feed-box {
    border-left: 1px solid #e2e9f0;
  }
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .pickup01-list3 {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .pickup01-list3 > * {
    width: 50%;
  }
  .pickup01-list4 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 3%;
    row-gap: clamp(1.5rem, 2vw, 2rem);
        flex-wrap: wrap;
  }
  .pickup01-list4 > * {
    width: 48.5%;
  }
  .pickup01-box01__txt {
    font-size: 0.94rem;
  }
  .pickup01-box01__tit {
    font-size: calc(1rem + 0.92593vw - 5.33333px);
  }
  .blog-box__tit {
    padding-top: 2em;
    padding-left: 102px;
  }
  .blog-box__tit span {
    width: 86px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 75vw;
    background-image: url(../img/top/top-main_tb.jpg);
  }
  .main-view__catch {
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: clamp(320px, 45%, 608px);
            transform: translateY(-50%);
  }
  .top-about__tit::before {
    width: 72px;
    height: 72px;
  }
  .top-about__txt {
    line-height: 2;
    text-align: center;
  }
  .pickup01-col2__tit small {
    font-size: 0.73em;
  }
  .pickup01__tit::before {
    width: 64px;
    height: 64px;
  }
  .pickup01-box01__txt {
    font-size: 1rem;
  }
  .pickup01-box01__tit {
    font-size: calc(1.25rem + 1.19048vw - 9.14286px);
  }
  .news-cont {
    padding: 5rem 0;
  }
  .blog-cont {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view {
    height: 60vw;
    background-image: url(../img/top/top-main_pc.jpg);
    background-position: top right;
  }
  .main-view__catch {
    width: clamp(420px, 31.66%, 608px);
  }
  .top-about__tit::before {
    width: 90px;
    height: 90px;
  }
  .pickup01-col2__tit {
    -webkit-transform: translateX(-50%);
    z-index: 2;
    position: absolute;
    top: 7rem;
    left: 50%;
            transform: translateX(-50%);
    color: #fff;
  }
  .pickup01-col2__tit span {
    padding: 2rem 6rem;
    border: 1px solid #fff;
  }
  .pickup01-col2__tit small {
    font-size: 0.68em;
  }
  .pickup01-col2__tit small::before, .pickup01-col2__tit small::after {
    background: #fff;
  }
  .pickup01-col2__separate {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .pickup01-col2__separate > * {
    width: 100%;
  }
  .pickup01-col2__box {
    padding-top: 24rem;
    padding-bottom: 10rem;
  }
  .pickup01-col2__inner {
    max-width: 740px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .pickup01:before {
    height: 3.645vw;
    background-size: cover;
  }
  .pickup01-list3 > * {
    width: 33.33%;
  }
  .pickup02-inner > *:nth-of-type(odd) .pickup02-img {
    right: 0;
  }
  .pickup02-inner > *:nth-of-type(odd) .pickup02-txt {
    padding: 3em 16% 3.5em 5%;
  }
  .pickup02-inner > *:nth-of-type(even) .pickup02-cont__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pickup02-inner > *:nth-of-type(even) .pickup02-img {
    left: 0;
  }
  .pickup02-inner > *:nth-of-type(even) .pickup02-txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 3em 5% 3.5em 16%;
  }
  .pickup02-cont__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
  }
  .pickup02-img {
    position: absolute;
    top: 0;
    width: 40%;
  }
  .pickup02-img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: clamp(6px, 2vw, 20px);
  }
  .pickup02-img__inner::before {
    display: block;
    position: relative;
    padding-top: 75%;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    border-radius: clamp(6px, 2vw, 36px);
  }
  .pickup02-txt__tit {
    font-size: calc(1.5rem + 2.27273vw - 22.72727px);
  }
  .blog-cont__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-box {
    width: 48.5%;
  }
  .blog-box__tit b {
    font-size: 2.88rem;
  }
  .blog-box__tit em {
    font-size: 1.25rem;
  }
  .feed-box .txt {
    font-size: 0.88rem;
  }
  .news-table th,
  .news-table td {
    padding: 1rem 0 1.2rem;
    font-size: 1.07em;
  }
  .news-table th {
    width: 140px;
  }
}
@media (min-width: 1024px) and (max-width: 1496px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1024px) and (min-width: 768px) {
  .news-table th,
  .news-table td {
    font-size: 1em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .news-table th,
  .news-table td {
    font-size: 0.93em;
  }
}
@media (min-width: 1497px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .main-view {
    height: 990px;
  }
  .main-view__catch {
    width: 31.66%;
  }
  .main-view__add01, .main-view__add02 {
    bottom: 0;
  }
  .top-about__add01, .top-about__add02 {
    bottom: -4rem;
  }
  .top-about__add01 {
    left: -2rem;
  }
  .top-about__add02 {
    right: -2rem;
  }
  .top-about__tit b {
    font-size: 3rem;
  }
  .top-about__tit em {
    font-size: 1.38rem;
  }
  .top-about__txt {
    font-size: 1.19rem;
  }
  .pickup01-col2__tit span {
    font-size: 1.5rem;
  }
  .pickup01-col2__tit b {
    font-size: 2rem;
  }
  .pickup01-col2__box__tit {
    font-size: 1.38rem;
  }
  .pickup01__tit {
    font-size: 1.5rem;
  }
  .pickup01__tit b {
    font-size: 2.5rem;
  }
  .pickup01__tit small {
    font-size: 1.38rem;
  }
  .pickup01-list4 {
    -webkit-column-gap: 1.97%;
       -moz-column-gap: 1.97%;
            column-gap: 1.97%;
  }
  .pickup01-list4 > * {
    width: 23.52%;
  }
  .pickup01-box01__tit {
    font-size: 1.5rem;
  }
  .pickup02-cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pickup02-cont__inner {
    padding-top: 3rem;
  }
  .pickup02-img {
    width: 50%;
  }
  .pickup02-img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .pickup02-img__inner::before {
    display: block;
    position: relative;
    padding-top: 56.25%;
    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 {
    width: 63.65%;
    min-height: 520px;
    padding: 4em 5% 4em;
  }
  .pickup02-txt__inner {
    width: 620px;
  }
  .pickup02-txt__tit {
    font-size: 2.25rem;
  }
  .pickup02-txt__catch {
    font-size: 1.38rem;
  }
  .works-cont__tit {
    font-size: 1.5rem;
  }
  .works-cont__tit b {
    font-size: 3rem;
  }
  .works-cont__tit small {
    font-size: 1.19rem;
  }
  .blog-box {
    width: 43%;
  }
  .feed-list > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .news-inner {
    max-height: 400px;
  }
}
@media (min-width: 1497px) and (max-width: 1639px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1640px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (min-width: 1920px) {
  .main-view {
    height: 51.5625vw;
  }
}
@media (max-width: 1639px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1496px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
  .feed-list > **:nth-child(n+3) {
    display: none;
  }
  .feed-box {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .pickup01-col2 {
    padding-top: 2.5rem;
  }
  .pickup01-col2__inner {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .pickup02-img__inner {
    border-top-right-radius: clamp(10px, 2vw, 20px);
    border-top-left-radius: clamp(10px, 2vw, 20px);
  }
  .pickup02-txt {
    padding: clamp(1.5rem, 2vw, 2rem) 5% clamp(2rem, 3vw, 3rem);
    border-bottom-right-radius: clamp(10px, 2vw, 20px);
    border-bottom-left-radius: clamp(10px, 2vw, 20px);
  }
  .blog-cont__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    row-gap: clamp(3rem, 5vw, 5rem);
            flex-direction: column;
            align-items: center;
  }
  .blog-box {
    width: 100%;
    max-width: 680px;
    padding: 0 5%;
  }
  .news-table th,
  .news-table td {
    display: block;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view__catch {
    bottom: 9vw;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .pickup01-list4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1rem, 1.5vw, 1.5rem);
            flex-direction: column;
  }
}
/*# sourceMappingURL=map/top.css.map */
