@charset "UTF-8";

body {
  container-type: inline-size;
}
/* +++++#main-visual+++ */
.add-animation.pic {
  animation: zoomUp 12s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#main-visual {
  position: relative;
  height: 56.25cqw;
  height: 56.25cqw;

  max-height: 100vh;
  overflow: hidden;
}

.map-area {
  width: 56.25cqw;
  height: 56.25cqw;

  max-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.map-area:before {
  content: "";
  display: block;
  border-left: 56.25cqw solid var(--main-blue);
  border-bottom: 56.25cqw solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}
.map-area img {
  /*width: 49.629%;*/
  height: 42%;
  position: relative;
  display: block;
  left: 2.5vw;
  /*	top: 14%;
	top: 23.950%;
*/
  top: 43%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  z-index: 9;
}
.scroll-area {
  width: 23.611cqw;
  height: 23.611cqw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--main-red);
  z-index: 998;
}

.scroll_down {
  position: absolute;
  bottom: 3.47vw;
  left: 12.777vw;
}

.scroll_down span {
  line-height: 1.5;
  position: absolute;
  left: 1.1vw;
  bottom: 2vw;
  font-size: 0.972vw;
  color: #fff;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffffff;
  animation: circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
.catch-area {
  position: absolute;
  bottom: 2.222vw;
  left: 20.138vw;
  font-size: 2.083vw;

  z-index: 999;
}
.catch-area p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catch-area span {
  display: flex;
  align-items: center;
  margin-bottom: 1.25vw;
  /*height: 4.444vw;
	padding: 0 2.083vw 0 1.25vw;*/
  padding: 0.1em 1em 0.1em 0.8em;
}
@keyframes circlemove {
  0% {
    bottom: 5.41vw;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 5.411vw;
  background: #ffffff;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #main-visual {
    max-height: calc(100vh - 8rem);
  }
  .map-area {
    max-height: calc(100vh - 8rem);
  }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
  #main-visual,
  .map-area,
  .slick-slide.pic img {
    height: 75cqw;
  }
  .map-area:before {
    border-left: 65cqw solid var(--main-blue);
    border-bottom: 65cqw solid transparent;
    bottom: unset;
    top: 0;
  }
  .catch-area {
    font-size: min(3.8vw, 3rem);
  }
  .map-area img {
    top: 34%;
  }
  .scroll-area {
    width: 25cqw;
    height: 100%;
  }
  .scroll_down {
    bottom: 3.47vw;
    left: 11vw;
  }

  .scroll_down span {
    left: 1.1vw;
    bottom: 2vw;
    font-size: 1.1vw;
  }

  .scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -0.2rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #222;
    animation: circlemove 1.6s ease-in-out infinite,
      cirlemovehide 1.6s ease-out infinite;
  }
}

@media screen and (max-width: 599px) {
  /* +++++#main-visual+++ */
  #main-visual {
    height: auto;
    margin-top: -12rem;
  }
  .map-area {
    width: 100cqw;
    height: 100cqw;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .map-area:before {
    content: "";
    display: block;
    border-left: none;
    border-bottom: none;
    border-right: 100cqw solid var(--main-blue);
    border-top: 100cqw solid transparent;
  }
  .map-area img {
    width: 30.4rem;
    height: unset;
    display: block;
    left: auto;
    right: 4rem;
    top: auto;
    bottom: 4.7rem;
    transform: unset;
    -webkit-transform: unset;
  }
  .scroll-area {
    width: 28.5rem;
    height: 28.5rem;
    position: absolute;
  }

  .scroll_down {
    bottom: 8.6rem;
    left: 4rem;
  }

  .scroll_down span {
    line-height: 1.5;
    left: 2.6rem;
    bottom: 8rem;
    /*
		font-size: clamp(16px,2.2rem,22px);
*/
    font-size: 2.2rem;
  }

  .scroll_down:before {
    left: -0.4rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .catch-area {
    bottom: 30.4rem;
    left: 0;
    /*font-size: clamp(18px,4rem,40px);*/
    font-size: 4rem;
  }
  .catch-area span {
    margin-bottom: 2rem;
    height: 7.7rem;
    padding: 0 2rem 0 1.2rem;
  }
  @keyframes circlemove {
    0% {
      bottom: 15.6rem;
    }
    100% {
      bottom: 0;
    }
  }

  .scroll_down:after {
    width: 0.2rem;
    height: 15.6rem;
  }
}
.sec {
  overflow: hidden;
}
/* ++++++++++#about-us++++++++++ */
#about-us:before {
  content: "";
  display: block;
  border-top: max(38.2vw, 55rem) solid #ffd700;
  border-right: max(38.2vw, 55rem) solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1140px) {
  #about-us:before {
    content: "";
    display: block;
    border-top: 48.245vw solid #fff;
    border-right: 48.245vw solid transparent;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#about-us:after {
  content: "";
  display: block;
  border-bottom: min(29.3vw, 42rem) solid var(--main-blue);
  border-left: min(29.3vw, 42rem) solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-us-catch {
  font-size: 3rem;
  color: var(--main-red);
}
.about-us-catch:before {
  content: "Total Support";
  display: block;
  font-size: 12rem;
  margin-bottom: -1rem;
  letter-spacing: 0.05em;
}
#about-us h4 {
  font-size: 3.2rem;
  line-height: 1.75;
  margin: 1.8rem 0 4rem;
  text-shadow: 0 0 0.3rem var(--main-blue);
}
#about-us p:not(:last-of-type) {
  margin-bottom: 2rem;
}
#about-us .inner {
  z-index: 9;
}

@media screen and (max-width: 599px) {
  /* ++++++++++#about-us++++++++++ */
  #about-us {
    overflow: hidden;
    padding-top: 7rem;
    background: linear-gradient(
      180deg,
      #ffd700 0%,
      #ffd700 10rem,
      var(--main-blue) 10rem,
      var(--main-blue) 100%
    );
  }
  #about-us:before {
    border-top: 100vw solid #ffd700;
    border-right: 100vw solid transparent;
    left: auto;
    right: 0;
    top: 10rem;
  }

  #about-us:after {
    border-bottom: calc(100vw - 28.7rem) solid var(--main-blue);
    border-left: calc(100vw - 28.7rem) solid transparent;
    right: auto;
    left: 28.7rem;
  }
  .about-us-catch {
    font-size: clamp(16px, 4.2rem, 42px);
    text-align: right;
    line-height: 1.75;
  }
  .about-us-catch span {
    display: block;
    transform: translateX(0em);
  }
  .about-us-catch:before {
    text-align: right;
    font-size: 15rem;
    margin-bottom: 4.5rem;
    line-height: 0.8;
  }
  #about-us h4 {
    font-size: clamp(18px, 4.4rem, 44px);
    margin: 3rem 0 6rem;
    line-height: 1.5;
  }
  #about-us p:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}

/* +++++#sec02+++++ */
#sec02,
#sec03,
#sec04,
#sec05 {
  overflow: hidden;
  position: relative;
}
#sec02:before,
#sec03:before,
#sec05:before,
#sec09:before {
  content: "";
  display: block;
  border-top: min(38.2vw, 55rem) solid var(--main-red);
  border-right: min(38.2vw, 55rem) solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#sec06:before,
.sec07:before {
  content: "";
  display: block;
  border-top: min(38.2vw, 55rem) solid var(--main-blue);
  border-right: min(38.2vw, 55rem) solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#sec02:after,
#sec04:after {
  content: "";
  display: block;
  border-bottom: min(29.3vw, 42rem) solid var(--main-blue);
  border-left: min(29.3vw, 42rem) solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sec03:after,
#sec09:after {
  content: "";
  display: block;
  border-bottom: min(29.3vw, 42rem) solid #ffd700;
  border-left: min(29.3vw, 42rem) solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1; /* ←追加 */
}
#sec05:after,
#sec06:after {
  content: "";
  display: block;
  border-bottom: min(29.3vw, 42rem) solid var(--main-red);
  border-left: min(29.3vw, 42rem) solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec02 {
  h2 {
    align-items: flex-start;
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
    span {
      display: flex;
      align-items: center;
      height: 6.4rem;
      padding: 0 1.8rem;
      margin-bottom: 2rem;
    }
  }
  h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
  .flex_s-between {
    align-items: stretch;
  }
}
.feature {
  width: calc(50% - 3rem);
  &:nth-of-type(1),
  &:nth-of-type(2) {
    margin-bottom: 6rem;
  }
  .icon {
    width: 19.7rem;
  }
  .txt {
    width: calc(100% - 3rem);
    margin-left: 3rem;
    margin-top: -5rem;
    padding: 4rem 4rem 3.6rem;
    position: relative;
    z-index: 9;
  }
}
.josetsu {
  margin-top: 6rem;
  padding: 3.6rem;
}

#sec03 {
  .leading {
    justify-content: space-between;
  }
  h3 {
    font-size: 3.4rem;
    line-height: 1.75em;
    padding-right: 3rem;
    width: 34rem;
  }
  .contents-area {
    width: calc(100% - 38rem);
  }
}
.button01 {
  margin-top: 3.6rem;
  width: 27rem;
  height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  &:after {
    content: "";
    display: block;
    width: 2rem;
    height: 100%;
    background: url(../images/arrow01.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin-left: 1.5rem;
  }
}
.service-list {
  margin-top: 8rem;
  align-items: stretch;
}
.service {
  width: calc(25.88% - 3.1rem);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10; /* ←追加 */
  .txt {
    margin: 0 auto 0;
    position: relative;
    z-index: 9;
    line-height: 1.2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    h4 {
      border-bottom: 0.1rem solid #fff;
      font-size: 1.8rem;
      padding-bottom: 1rem;
      margin-bottom: 1.5rem;
      letter-spacing: 0;
    }
    > div {
      padding: 1.5rem;
      background: rgba(39, 74, 157, 0.95);
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
    .service-text {
      padding: 1.5rem;
      max-height: 25rem;
      overflow-y: auto;
    }
  }
  &:nth-of-type(1),
  &:nth-of-type(2),
  &:nth-of-type(3),
  &:nth-of-type(4) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 599px) {
  #sec03 {
    adding-left: 4rem;
    padding-right: 4rem;
  }
  #sec03 .leading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  #sec03 h3 {
    font-size: 5rem;
    line-height: 1.4;
    padding-right: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #sec03 .contents-area {
    width: 100%;
    margin-top: 1.5rem;
  }

  .button01 {
    margin-top: 2rem;
    width: 100%;
    min-width: 0;
    height: 10rem;
    font-size: 3.3rem;
    border-radius: 2rem;
  }
  .button01:after {
    width: 5.5rem;
    margin-left: 1rem;
  }

  .service-list {
    margin-top: 4rem;
    flex-direction: column;
    gap: 2rem;
  }
  .service {
    width: 100%;
    margin-bottom: 2rem !important;
  }
  .service .txt {
    padding: 0;
  }
  .service .txt h4 {
    font-size: 5.3rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
  }
  .service .txt > div {
    padding: 2rem;
  }
  .text-white.txt p {
    line-height: 1.3;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .service {
    width: 100%;

    .txt {
      h4 {
        font-size: 3.8rem;
      }
      > div {
        font-size: 2.8rem;
      }
    }
    &:nth-of-type(1),
    &:nth-of-type(2),
    &:nth-of-type(3),
    &:nth-of-type(4) {
      margin-bottom: 4rem;
    }
  }
}

#sec04 {
  background: url(../images/index-sec04-bg01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  .txt {
    max-width: 43.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .inner {
    z-index: 9;
    &:before {
      content: "";
      display: block;
      width: 19rem;
      height: 24rem;
      background: url(../images/index-sec04-bg02.svg) no-repeat;
      background-size: 100% auto;
      background-position: center top;
      position: absolute;
      left: 2.6rem;
      top: 0;
    }
    &:after {
      content: "";
      display: block;
      width: 30.5rem;
      height: 33.4rem;
      background: url(../images/index-sec04-bg03.svg) no-repeat;
      background-size: 100% auto;
      background-position: center top;
      position: absolute;
      right: 2.6rem;
      bottom: -9rem;
    }
  }
  h2 {
    font-size: 3.4rem;
    line-height: 1.75;
    margin-bottom: 3.6rem;
  }
  .button01 {
    margin: 3rem auto 0;
  }
}

#sec05 {
  .reason-list {
    margin-top: 4rem;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    z-index: 9;
  }
  .reason {
    width: calc(48.333% - 3.2rem);
    display: flex;
    flex-direction: column;
    &:nth-of-type(1),
    &:nth-of-type(2) {
      /* margin-right: 4.8rem; */
    }
    &:nth-of-type(4),
    &:nth-of-type(5) {
      /* margin: 4rem 2.4rem 0; */
    }
    .txt {
      margin: -3rem auto 0;
      /* width: calc(100% - 4rem); */
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      &:before {
        content: "";
        display: block;
        width: 100%;
        height: 7rem;
        background: url(../images/index-sec03-bg01.svg) no-repeat;
        background-position: left top;
        background-size: auto 100%;
        opacity: 0.95;
      }
      &:after {
        content: "";
        display: block;
        width: 100%;
        height: 7rem;
        background: url(../images/index-sec03-bg02.svg) no-repeat;
        background-position: right top;
        background-size: auto 100%;
        opacity: 0.95;
      }
      > div {
        background: rgba(39, 74, 157, 0.95);
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
      }
    }
    h3 {
      font-size: 1.8rem;
      padding-bottom: 0.5rem;
      margin-bottom: 1.5rem;
      border-bottom: 0.1rem solid #fff;
      letter-spacing: 0;
      line-height: 1.75;
    }
  }
}
@media screen and (max-width: 599px) {
  #sec05 {
    .reason-list {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
    .reason {
      width: 100%;
      margin-bottom: 2rem;
      .txt {
        margin: -2rem auto 0;
        > div {
          padding: 2rem;
        }
      }
      h3 {
        font-size: 3.3rem;
        padding-bottom: 0.5rem;
        margin-bottom: 1rem;
      }
    }
  }
}
#sec06 {
  background: url(../images/index-sec06-bg01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 7.4rem;
  .flex_s-between {
    align-items: stretch;
  }
  .inner {
    z-index: 9;
  }
}
.voice {
  padding: 3.6rem;
  width: calc(50% - 3rem);
}

.button-area {
  margin-top: 9rem;
  justify-content: flex-end;
}
.button02 {
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #222;
  line-height: 0.7;
  align-items: center;
  &:after {
    content: "";
    display: block;
    width: 4rem;
    height: 1em;
    background: url(../images/arrow02.svg) no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin-left: 1.3rem;
    transition: 0.3s all ease;
  }
  &:hover:after {
    transform: translateX(1rem);
  }
}
@media screen and (min-width: 1550px) {
  #sec06 {
    .button02 {
      color: #fff;
      border-bottom-color: #fff;
      &:after {
        background-image: url(../images/arrow03.svg);
      }
    }
  }
}
@media screen and (max-width: 599px) {
  #sec06 {
    padding-bottom: 4rem;
    .flex_s-between {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
    .inner {
      width: 100%;
      padding: 0 2rem;
    }
  }
  .voice {
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem;
    h3 {
      font-size: 3.3rem;
      margin-bottom: 1.5rem;
    }
  }
  .button-area {
    margin-top: 4rem;
  }
  .button02 {
    font-size: 3.8rem;
  }
}

.sec07 {
  overflow: hidden;
  > div.inner.flex {
    justify-content: flex-end;
  }
  .contents {
    padding: 5.56rem 2.22rem;
    width: 100%;
    max-width: 39.11rem;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    &:before {
      width: 10.56rem;
      height: 13.33rem;
      content: "";
      display: block;
      position: absolute;
      left: -3.89rem;
      top: -4.33rem;
      background: url(../images/index-sec07-line01.svg) no-repeat;
      background-size: 100% auto;
    }
    &:after {
      width: 16.67rem;
      height: 18.33rem;
      content: "";
      display: block;
      position: absolute;
      right: -1.67rem;
      bottom: -3.17rem;
      background: url(../images/index-sec07-line02.svg) no-repeat;
      background-size: 100% auto;
    }
  }
}
#sec07 {
  background: url(../images/index-sec07-bg01.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
#sec07 .company-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.11rem;
  min-height: 35rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 1.11rem rgba(0, 0, 0, 0.08);
  padding: 1.67rem 1.11rem;
  font-size: 1.1rem;
}
#sec07 .company-card .logo-area {
  flex: 0 2 30rem;
  text-align: center;
}
#sec07 .company-card .logo-area img {
  width: 25rem;
  max-width: 100%;
  margin-bottom: -0.4em;
}
#sec07 .company-card .info-area .catch {
  font-size: 2.2rem;
  color: #222;
  margin-bottom: -0.4em;
}
#sec07 .company-card .info-area .company-name {
  font-size: 3.6rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.1em;
}
#sec07 .company-card .info-area .position {
  font-size: 2.1rem;
  color: #222;
  margin-bottom: -0.8rem;
}
#sec07 .company-card .info-area .president {
  font-size: 3.2rem;
  font-weight: 900;
  color: #222;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
#sec07 .company-card .info-area ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.56em 0;
  font-size: 2.1rem;
  color: #222;
}
#sec07 .company-card .info-area ul li {
  margin-bottom: 0.17em;
  display: flex;
  align-items: center;
  gap: 0.28em;
}
#sec07 .company-card .info-area ul li span.icon {
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
  font-size: 1.2em;
  min-width: 1.5em;
  text-align: center;
}
#sec07 .company-card .info-area ul li a {
  color: #222;
  text-decoration: underline;
  word-break: break-all;
}
#sec07 .company-card .info-area ul li .sub {
  font-size: 1.85rem;
  color: #666;
  margin-left: 0.28em;
}
#sec07 .company-card .qr-area {
  flex: 0 0 6.67rem;
  text-align: center;
}
#sec07 .company-card .qr-area img {
  width: 6.11rem;
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  #sec07 .company-card {
    /* flex-direction: column;
    align-items: flex-start; */
    text-align: left;
    padding: 1.11rem 0.56rem;
  }
  #sec07 .company-card .logo-area,
  #sec07 .company-card .qr-area {
    text-align: left;
    margin-bottom: 0.83rem;
  }
}
@media screen and (max-width: 599px) {
  #sec07 {
    padding: 10.44rem 4rem;
  }
  #sec07 .company-card {
    min-height: unset;
    padding: 1.11rem 0.28rem;
    border-radius: 0.56rem;
    display: flex;
    flex-direction: row;
  }
  #sec07 .company-card .info-area .catch {
    font-size: 3rem;
  }
  #sec07 .company-card .info-area .company-name {
    font-size: 5.3rem;
  }
  #sec07 .company-card .info-area .position {
    font-size: 3.1rem;
  }
  #sec07 .company-card .info-area .president {
    font-size: 5.3rem;
  }
  #sec07 .company-card .qr-area img {
    width: 5.5rem;
  }
  #sec07 .company-card .info-area ul {
    font-size: 3.5rem;
  }
  #sec07 .company-card .info-area ul li .sub {
    font-size: 2.85rem;
  }
  #sec08 {
    background: url(../images/index-sec07-bg02.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .banner-area a {
    display: block;
    max-width: 70.4rem;
    margin: 0 auto;
  }
}

#sec09 {
  h2 {
    width: 28%;
    padding-right: 0;
  }
  .news-area {
    width: 72%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* .button02 {
    border-bottom-color: #fff;
    &:after {
      background-image: url(../images/arrow03.svg);
    }
  } */
}
.news-list {
  width: 100%;
  margin-bottom: 4rem;
  article {
    padding: 2.4rem;
    background-color: #274a9d;
    margin-bottom: 0.1rem;
    transition: 0.3s all ease;
    &:hover {
      transform: translateX(2rem);
    }
    a {
      display: block;
    }
    .date {
      display: block;
      margin-bottom: 1.2rem;
      color: #ffd700;
    }
    h3 {
      font-weight: 400;
      line-height: 1;
      font-size: 2.6rem;
      color: #fff;
    }
  }
}
.sp-only {
  display: none;
}
.pc-only {
  display: inline;
}
@media screen and (max-width: 599px) {
  .sp-only {
    display: inline !important;
  }
  .pc-only {
    display: none !important;
  }
  #sec09 {
    h2 {
      width: 100%;
    }
    .news-area {
      width: 100%;
    }
  }
}
