@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;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-view .l-cont {
  margin-right: 0;
  margin-left: 0;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 3;
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  left: min(2%, 64px);
  left: min(2%, 4rem);
          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: #000;
  font-weight: 400;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #4D86CB;
}
.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: #000;
  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%;
  }
}
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
/* 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.65217vw - 1.82609px);
  line-height: 1.4;
  text-align: center;
}
.pickup01-col2__tit b {
  display: block;
  font-weight: 400;
  font-size: calc(1.4rem + 1.08696vw - 3.04348px);
  font-family: Roboto Condensed, 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.65217vw - 1.82609px);
  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 {
  padding: 80px 0;
  padding: 5rem 0;
}

.pickup01-box01__img {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pickup01-box01__img::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.pickup01-box01__img > div,
.pickup01-box01__img figure,
.pickup01-box01__img a,
.pickup01-box01__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pickup01-box01__txt {
  position: relative;
  padding: 32px 8%;
  padding: 2rem 8%;
}
.pickup01-box01__txt.btn-padding {
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
}
.pickup01-box01__txt .btn-wrap {
  position: absolute;
  bottom: 32px;
  bottom: 2rem;
  width: 84%;
}
.pickup01-box01__tit {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 1.57em;
  text-align: center;
}
.pickup01-box01__tit::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  height: 2px;
          transform: translateX(-50%);
  background-color: #1FD4C0;
  content: "";
}

/* pickup02 */
.pickup02 {
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt {
  background: linear-gradient(135deg, #1cbeac, #43e3d2);
}
.pickup02 > *:nth-of-type(even) .pickup02-txt {
  background: linear-gradient(315deg, #3cbbe5, #6fcae8);
}
.pickup02 > *:nth-of-type(even) .btn-arrow--main {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 4%;
  padding: 1rem 4%;
  border: 1px solid #1FD4C0;
  border-radius: 30px;
  background-color: #1FD4C0;
  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 > *:nth-of-type(even) .btn-arrow--main:hover {
  border-color: #4D86CB;
  background-color: #4D86CB;
  color: #fff;
}
.pickup02 > *:nth-of-type(even) .btn-arrow--main: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) .btn-arrow--main::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
          transform: translateY(-50%);
}
.pickup02-cont {
  overflow: hidden;
  color: #fff;
}
.pickup02-flex {
  width: 100%;
}
.pickup02-flex figure {
  display: block;
  z-index: 0;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.pickup02-flex figure img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.pickup02-txt__inner {
  width: 100%;
}
.pickup02-txt__tit {
  font-weight: 600;
  font-size: calc(2.5rem + 1.08696vw - 3.04348px);
  font-family: Roboto Condensed, sans-serif;
}
.pickup02-txt__catch {
  display: inline-block;
  margin-bottom: 1em;
  font-size: calc(1rem + 1.08696vw - 3.04348px);
}
.pickup02-txt__txt {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

/* works-cont */
.works-cont {
  position: relative;
  padding: 48px 0;
  padding: 3rem 0;
  background-image: url(../img/common/top-works_sp.jpg);
  background-position: center center;
  background-size: cover;
}

.works-empty .txt {
  font-weight: 500;
  font-size: calc(1rem + 0.65217vw - 1.82609px);
}

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

/* blog-cont */
.blog-cont {
  padding: 48px 0 64px;
  padding: 3rem 0 4rem;
  background: #ECFAFF;
}

/*--------------------------------------------------------------------/
	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 6%;
  padding: 1.5rem 6%;
  color: #4B4D4E;
  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: Roboto Condensed, 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;
  font-weight: 600;
  font-family: Roboto Condensed, 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;
  }
  .feed-list > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@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-list3 > *:nth-of-type(2n) .pickup01-box01, .pickup01-list3 > *:last-of-type .pickup01-box01 {
    border-right: 1px solid #E5E9EC;
  }
  .pickup01-list4 {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .pickup01-list4 > * {
    width: 49%;
    margin-right: 2%;
  }
  .pickup01-list4 > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .pickup01-box01__txt {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 0.88rem;
  }
  .pickup01-box01__txt .btn-wrap {
    width: 68%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 100vw;
    background-image: url(../img/common/top-main_tb.jpg);
    background-size: cover;
  }
  .pickup01-col2__tit small {
    font-size: 0.73em;
  }
  .pickup01-box01__tit {
    font-size: 1.46em;
  }
  .works-cont {
    padding: 5rem 0;
  }
  .news-cont {
    padding: 5rem 0 6rem;
  }
  .blog-cont {
    padding: 5rem 0 7rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .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: 620px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .pickup01-list3 > * {
    width: 33.33%;
  }
  .pickup01-list3 > *:nth-of-type(2n) .pickup01-box01 {
    border-right: none;
  }
  .pickup01-list3 > *:nth-of-type(3n) .pickup01-box01, .pickup01-list3 > *:last-of-type .pickup01-box01 {
    border-right: 1px solid #E5E9EC;
  }
  .pickup01-box01__tit {
    font-size: 1.37em;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-txt__inner {
    padding-right: 10%;
    float: right;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-txt__inner {
    padding-left: 12%;
  }
  .pickup02-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pickup02-txt {
    width: 64%;
  }
  .works-cont {
    padding: 6rem 0 7rem;
    background-image: url(../img/common/top-works_pc.jpg);
  }
  .works-empty .txt {
    text-align: center;
  }
  .feed-box .txt {
    font-size: 0.88rem;
  }
  .news-table th,
  .news-table td {
    padding: 1.5rem 0 1.2rem;
    font-size: 1.07em;
  }
  .news-table th {
    width: 160px;
    font-size: 1.28em;
  }
}
@media (min-width: 1024px) and (max-width: 1256px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
  .pickup02-flex figure {
    display: block;
    width: 37.5%;
    height: 100%;
    min-height: 450px;
  }
  .pickup02-flex figure img {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .news-table th,
  .news-table td {
    font-size: 1em;
  }
  .news-table th {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .news-table th,
  .news-table td {
    font-size: 0.93em;
  }
  .news-table th {
    font-size: 1.12em;
  }
}
@media (min-width: 1257px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .main-view {
    height: 800px;
    background-image: url(../img/common/top-main_pc.jpg);
    background-position: 40% top;
  }
  .pickup01-col2__tit span {
    font-size: 1.5rem;
  }
  .pickup01-col2__tit b {
    font-size: 2rem;
  }
  .pickup01-col2__box__tit {
    font-size: 1.38rem;
  }
  .pickup01 {
    padding: 8rem 0;
  }
  .pickup01-list4 > * {
    width: 24%;
    margin-right: 1.3%;
  }
  .pickup01-list4 > *:nth-of-type(2n) {
    margin-right: 1.3%;
  }
  .pickup01-list4 > *:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .pickup02-flex figure {
    width: 44%;
  }
  .pickup02-txt {
    width: 56%;
  }
  .pickup02-txt__inner {
    max-width: 800px;
    padding: 5rem 8%;
  }
  .pickup02-txt__tit {
    font-size: 4rem;
  }
  .pickup02-txt__catch {
    font-size: 1.5rem;
  }
  .works-empty .txt {
    font-size: 1.38rem;
  }
  .feed-list > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .news-inner {
    max-height: 400px;
  }
}
@media (min-width: 1257px) and (max-width: 1639px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1640px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .main-view {
    height: 860px;
  }
  .pickup02 > * {
    margin-bottom: 4rem;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-txt {
    background: none;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-cont::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: linear-gradient(135deg, #1cbeac, #43e3d2);
    content: "";
  }
  .pickup02 > *:nth-of-type(even) .pickup02-txt {
    background: none;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-txt__inner {
    padding-left: 20%;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-cont::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background: linear-gradient(315deg, #3cbbe5, #6fcae8);
    content: "";
  }
  .pickup02-cont {
    position: relative;
    padding: 4.5rem 0;
  }
  .pickup02-flex {
    z-index: 1;
    position: relative;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  .pickup02-flex figure {
    width: 45%;
  }
  .pickup02-txt {
    width: 42%;
  }
  .pickup02-txt__inner {
    padding: 0;
  }
  .pickup02-txt__txt {
    max-width: 520px;
    line-height: 1.9;
  }
}
@media (max-width: 1639px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1256px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
  .pickup02-txt__inner {
    padding: 5rem 8%;
  }
  .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-flex figure {
    width: 100%;
  }
  .pickup02-txt__inner {
    padding: 3rem 4% 5rem;
  }
  .news-table th,
  .news-table td {
    display: block;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view {
    height: 177.77vw;
    background-image: url(../img/common/top-main_sp.jpg);
    background-size: cover;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .pickup01-list3 > * .pickup01-box01 {
    border-right: 1px solid #E5E9EC;
  }
}