@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media (min-width: 1290px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

@media print {
  body {
    zoom: 0.5;
  }
  body .p-header {
    position: absolute;
  }
}
.js-fadeHead {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.js-fadein,
.js-fadein-left,
.js-fadein-right {
  opacity: 0;
  -webkit-transition: all 0.8s ease !important;
  transition: all 0.8s ease !important;
}

.js-fadein {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.js-fadein-left {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.js-fadein-right {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.simplebar-track {
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    width: 0.75rem;
  }
}

.simplebar-track.simplebar-vertical {
  width: 0.5rem;
  height: 91.1931818182%;
  border-radius: 8px;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .simplebar-track.simplebar-vertical {
    width: 0.75rem;
    height: 89.9598393574%;
    border-radius: 12px;
    right: 1.125rem;
  }
}

.simplebar-track .simplebar-scrollbar {
  height: 51.0903426791% !important;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .simplebar-track .simplebar-scrollbar {
    height: 65.8634538153% !important;
    border-radius: 12px;
  }
}

.simplebar-track {
  background: transparent;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  width: 100%;
  height: 100%;
  background: #E7E7E7;
  border-radius: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1290px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-template {
    padding-bottom: 10rem;
  }
}

.c-arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-arrow {
    width: 2.875rem;
    height: 2.875rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.c-arrow--wht {
  background: #fff;
}

.c-arrow--light {
  background: #E5F6F7;
}

@media screen and (min-width: 768px) {
  a:hover .c-arrow--light {
    background: #005563;
  }
}

.c-arrow--green {
  background: #00A9AC;
}

@media screen and (min-width: 768px) {
  a:hover .c-arrow--green {
    background: #005563;
  }
}

@media screen and (min-width: 768px) {
  .c-arrow--light::before,
  .c-arrow--green::before {
    content: "";
    width: 1rem;
    height: 0.75rem;
    background: transparent url(../images/common/arrow_right_wht.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-300%, -50%);
    -webkit-transform: translate(-300%, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-arrow::before {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .c-arrow--light::after,
  .c-arrow--green::after {
    content: "";
    width: 1rem;
    height: 0.75rem;
    background: transparent url(../images/common/arrow_right_wht.svg) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-arrow--light::after {
    background: transparent url(../images/common/arrow_right_green.svg) no-repeat center center/100%;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-arrow::after {
    transform: translate(200%, -50%);
    -webkit-transform: translate(200%, -50%);
    opacity: 1;
  }
}

.c-arrow img {
  width: 0.625rem;
  height: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-arrow img {
    width: 1rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-arrow--light img,
  a:hover .c-arrow--green img {
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(200%, -50%);
  }
}

.c-btn01 {
  width: 15rem;
  height: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 0.125rem solid #00A9AC;
  background: #00A9AC;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    opacity: 1;
  }
}

.c-btn01--dg {
  border: 0.125rem solid #005563;
  background: #005563;
}

@media screen and (min-width: 768px) {
  .c-btn01::before {
    content: "";
    width: 0;
    height: 100%;
    border: 0.125rem solid #00A9AC;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #005563;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover::before {
    width: 100%;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01--dg::before {
    border: 0.125rem solid #005563;
    background: #00A9AC;
  }
}

.c-btn01::after {
  content: "";
  width: 1.25rem;
  height: 1.375rem;
  background: url(../images/common/icon_power.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .c-btn01::after {
    width: 1.25rem;
    height: 1.375rem;
    right: 1.5rem;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover::after {
    background: url(../images/common/icon_power_yellow.svg) no-repeat center center/100%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.c-btn01__text {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-btn01__text {
    font-size: 1.25rem;
  }
}

.c-btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
}

.c-btn02__text {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-btn02__text {
    font-size: 1.25rem;
  }
}

.c-link {
  display: inline-block;
  margin-left: 1.25rem;
  color: #005563;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#005563), to(#005563)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#005563, #005563) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-link:hover {
    opacity: 0.7;
  }
}

.c-link::before {
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  background: transparent url(../images/common/arrow_right_darkgreen.png) no-repeat center center/100%;
  position: absolute;
  top: 0.5625rem;
  left: -0.875rem;
}

.c-link__blank::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url(../images/common/icon_blank.png) no-repeat center center/100%;
  position: absolute;
  top: 0.25rem;
  right: -1.25rem;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-pagination__prev,
.c-pagination__next {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination__prev {
  margin-right: 1rem;
  background: #E5F6F7;
}

.c-pagination__next {
  margin-left: 1rem;
  background: #00A9AC;
}

.c-pagination__prev-arrow,
.c-pagination__next-arrow {
  display: block;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-pagination__prev-arrow,
  .c-pagination__next-arrow {
    width: 0.625rem;
  }
}

.c-pagination__prev-arrow img,
.c-pagination__next-arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pagination__page {
  width: 1.5rem;
  font-size: 1rem;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-pagination__page {
    width: 1.5rem;
  }
}

span.c-pagination__page {
  color: #00A9AC;
}

.c-problems__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-problems__text {
    font-size: 1.125rem;
  }
}

.c-section-read {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-section-read {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.c-section-read em {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
}

.c-suggestion {
  padding: 2rem 1rem 2.5rem;
  background: #F8F8F8;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-suggestion {
    padding: 2.5rem 3rem 3.125rem;
  }
}

.c-suggestion__title {
  margin: 0;
  font-size: 1.125rem;
  color: #005563;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-suggestion__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.c-suggestion__text {
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-suggestion__text {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
}

.c-title01 {
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #CACACA;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    padding-bottom: 1.0625rem;
  }
}

.c-title01::after {
  content: "";
  width: 11.1111111111%;
  height: 1px;
  background: #005563;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-title01::after {
    width: 7.7745383868%;
  }
}

.c-title01__main {
  font-size: 1.5rem;
  color: #005563;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-title01__main {
    font-size: 2rem;
  }
}

.c-title02 {
  padding-bottom: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.875rem;
  border-bottom: 1px solid #CACACA;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title02 {
    padding-bottom: 2.875rem;
    row-gap: 0.5rem;
  }
}

.c-title02--wht {
  border-bottom: 1px solid #fff;
}

.c-title02::after {
  content: "";
  width: 11.1111111111%;
  height: 1px;
  background: #005563;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-title02::after {
    width: 6.4516129032%;
  }
}

.c-title02__sub {
  font-size: 3rem;
  color: #005563;
  line-height: 1.1666666667;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title02__sub {
    font-size: 5rem;
  }
}

.c-title02__main {
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-title02__main {
    font-size: 1.25rem;
  }
}

.c-title02--wht .c-title02__sub,
.c-title02--wht .c-title02__main {
  color: #fff;
}

.p-header {
  width: 100%;
  height: 5rem;
  padding: 1.0625rem 0.9375rem 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 861px) {
  .p-header {
    width: 100%;
    height: 8.125rem;
    padding: 2.375rem 0 0;
    top: 0;
  }
}

.p-header__inner {
  width: 100%;
  max-height: 43.75rem;
  margin-inline: auto;
  padding: 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-radius: 16px;
  backdrop-filter: blur(16px) brightness(1.15);
  background: rgba(255, 255, 255, .8);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 861px) {
  .p-header__inner {
    width: 93.0555555556%;
    height: auto;
    padding: 1.25rem 1.40625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-header__inner.is-gnav-active {
  height: 94.4527736132svh;
  overflow-y: auto;
}
@media (min-width: 861px) {
  .p-header__inner.is-gnav-active {
    height: auto;
    border-radius: 16px;
  }
}

.p-header__logo {
  width: 10rem;
  margin-top: 1rem;
  position: relative;
  z-index: 50;
}
@media (min-width: 861px) {
  .p-header__logo {
    width: 16.3125rem;
    width: 20.1544401544%;
    margin-top: 0;
    margin-right: auto;
    margin-left: 0;
  }
}

.p-header__logo--link {
  width: 100%;
}

@media (min-width: 861px) {
  .p-header__logo--link:hover {
    opacity: 0.7;
  }
}

.p-header__logo--img {
  position: relative;
}

.p-header__logo--img img {
  width: 100%;
  height: auto;
}

.p-header__hamburger {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 1.0625rem;
  right: 1rem;
  z-index: 50;
}
@media (min-width: 861px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger .line {
  width: 24px;
  height: 1px;
  display: block;
  background-color: #005563;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-active .p-header__inner .p-header__hamburger .line,
.p-header__inner.is-gnav-active .p-header__hamburger .line {
  background-color: #005563;
}

.p-header__hamburger .line:nth-child(2),
.p-header__hamburger .line:nth-child(3) {
  margin-top: 0.4375rem;
}

.p-header__hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}

.p-header__hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
}

.p-header__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  opacity: 0;
  display: none;
}
@media (min-width: 861px) {
  .p-header__nav {
    width: auto;
    margin-left: auto;
    margin-left: 3.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    position: static;
    right: auto;
    opacity: 1;
  }
}

.p-header__nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  margin-top: 5rem;
  padding-bottom: 1.8125rem;
}
@media (min-width: 861px) {
  .p-header__nav.active {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.p-header__navList {
  width: 70.7317073171%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.3125rem;
}
@media (min-width: 861px) {
  .p-header__navList {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
  }
}
@media (min-width: 861px) and (min-width: 1300px) {
  .p-header__navList {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.p-header__navItem {
  position: relative;
}

.p-header__navLink {
  font-size: 1.25rem;
  color: #005563;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 861px) {
  .p-header__navLink {
    display: block;
    font-size: 1.125rem;
    cursor: pointer;
  }
}

@media (min-width: 861px) {
  .p-header__navLink:hover {
    opacity: 1;
    color: #00A9AC;
  }
}

.p-header__navLink::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: transparent url(../images/common/arrow_nav.svg) no-repeat center center/100%;
  display: block;
}
@media (min-width: 861px) {
  .p-header__navLink::before {
    display: none;
  }
}

@media (min-width: 861px) {
  .p-header__navLink::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #00A9AC;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media (min-width: 861px) {
  .p-header__navLink:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 1;
  }
}

.p-header__nav-contact {
  display: block;
  width: 82.3170731707%;
  margin-inline: auto;
  margin-top: 2.75rem;
  padding: 1.09375rem 1rem 1.09375rem;
  background: #00A9AC;
  border: 1px solid #00A9AC;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}
@media (min-width: 861px) {
  .p-header__nav-contact {
    display: none;
  }
}

.p-header__nav-contact_icon {
  display: block;
  width: 1.4375rem;
  position: relative;
  z-index: 1;
}

.p-header__nav-contact_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 23/18;
}

.p-header__nav-contact_text {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4583333333;
  font-weight: 600;
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
  background: #00A9AC;
  border: 1px solid #00A9AC;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 1.0625rem;
  right: 4rem;
  overflow: hidden;
}
@media (min-width: 861px) {
  .p-header__btn {
    width: 10.875rem;
    width: auto;
    height: auto;
    margin-left: 3.125rem;
    padding: 0.90625rem 1.53125rem;
    border-radius: 8px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media (min-width: 861px) {
  .p-header__btn::before {
    content: "";
    width: 0;
    height: 100%;
    border: 1px solid #00A9AC;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #005563;
  }
}

@media (min-width: 861px) {
  .p-header__btn:hover::before {
    width: 100%;
  }
}

.p-header__btn-icon {
  display: block;
  width: 0.9375rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 861px) {
  .p-header__btn-icon {
    width: 1.25rem;
    margin-right: 0.9375rem;
  }
}

.p-header__btn-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/13;
}

.p-header__btn-text {
  display: none;
}
@media (min-width: 861px) {
  .p-header__btn-text {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    position: relative;
    z-index: 1;
  }
}

.p-footer {
  background: #005563;
  padding: 3rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 4.125rem 0 4rem;
  }
}

.p-footer__inner {
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 0 1.5625rem;
  }
}

.p-footer__logo {
  display: block;
  width: 12.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 15.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
}

.p-footer__nav {
  width: 96.3636363636%;
  margin-inline: auto;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: auto;
    margin-inline: 0;
    margin-top: 2.875rem;
  }
}

.p-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
  row-gap: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navList {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}

.p-footer__navLink {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__navLink {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navLink::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navLink:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 1;
  }
}

.p-footer__group {
  margin-top: 2.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__group {
    max-width: 45.375rem;
    margin-inline: auto;
    margin-top: 2.875rem;
  }
}

.p-footer__group-head {
  position: relative;
}

.p-footer__group-head::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-footer__group-head::after {
    top: 50%;
  }
}

.p-footer__group-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-inline: 0.6875rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.2142857143;
  font-weight: 400;
  background: #005563;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__group-title {
    padding-inline: 2rem;
    font-size: 1.125rem;
  }
}

.p-footer__groupList {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__groupList {
    margin-top: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.0625rem;
       -moz-column-gap: 2.0625rem;
            column-gap: 2.0625rem;
    row-gap: 1.9375rem;
  }
}

.p-footer__groupLink {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__groupLink {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__groupLink:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    opacity: 1;
  }
}

.p-footer__groupLink img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 160/73;
}
@media screen and (min-width: 768px) {
  .p-footer__groupLink img {
    aspect-ratio: 220/100;
  }
}

.p-footer__copyright {
  margin-top: 2.75rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.5;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 2.5625rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.p-sub-mv {
  height: 16.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    height: auto;
  }
}

.p-sub-mv__bg {
  height: 100%;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__bg {
    height: auto;
    padding-top: 14.4375rem;
    padding-bottom: 11.5rem;
  }
}

.company .p-sub-mv__bg {
  background-image: url(../images/company/mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .company .p-sub-mv__bg {
    background-image: url(../images/company/mv_pc.jpg);
  }
}

.contact .p-sub-mv__bg {
  background-image: url(../images/contact/mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .contact .p-sub-mv__bg {
    background-image: url(../images/contact/mv_pc.jpg);
  }
}

.news .p-sub-mv__bg {
  background-image: url(../images/news/mv_sp.jpg);
}
@media screen and (min-width: 768px) {
  .news .p-sub-mv__bg {
    background-image: url(../images/news/mv_pc.jpg);
  }
}

.advantages .p-sub-mv__bg {
  background-image: url(../images/advantages/mv_pc.jpg);
}

.battery .p-sub-mv__bg {
  background-image: url(../images/battery/mv_pc.jpg);
}

.solar .p-sub-mv__bg {
  background-image: url(../images/solar/mv_pc.jpg);
}

.om .p-sub-mv__bg {
  background-image: url(../images/om/mv_pc.jpg);
}

.recruit .p-sub-mv__bg {
  background-image: url(../images/recruit/mv_pc.jpg);
}

.p-sub-mv__inner {
  padding: 0 1.9375rem;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-sub-mv__inner {
    max-width: 82.875rem;
    padding: 0 1.5625rem;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

.p-sub-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    row-gap: 1.25rem;
  }
}

.p-sub-mv__title-sub {
  font-size: 2.375rem;
  color: #fff;
  line-height: 1.1052631579;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-sub {
    font-size: 5rem;
    line-height: 0.7;
  }
}

.p-sub-mv__title-main {
  padding-left: 1.125rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4375;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-main {
    padding-left: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-sub-mv__title-main::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title-main::before {
    width: 0.6875rem;
    height: 0.6875rem;
    top: 55%;
    left: 0.1875rem;
  }
}

.p-mv {
  padding-top: 3.125rem;
  padding-bottom: 4.5rem;
  background: #005563;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 51.875rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-mv__content {
  width: 91.7948717949%;
  margin-inline: auto;
  margin-top: -1.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    width: 100%;
    max-width: 78.125rem;
    margin-inline: 0;
    margin-top: 0;
    position: absolute;
    top: 20.875rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-mv__content-read {
  display: inline;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.2777777778;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#fff, #fff) 100% 100%/0 1px no-repeat;
  background-size: 100% 2px;
  background-position: 0 92%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv__content-read {
    font-size: 4.5rem;
    line-height: 1.2638888889;
  }
}

.p-mv__content-text {
  margin-top: 1.125rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__content-text {
    margin-top: 1.625rem;
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__images {
    width: 52.125rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__swiper {
    width: 25.75rem;
    height: 51.875rem;
  }
}

.p-mv__swiper--02 {
  margin-top: 6px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-mv__swiper--02 {
    margin-top: 0;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.p-mv__swiper--02 .p-mv__swiper-slide {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-mv__swiper--02 .p-mv__swiper-slide {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.p-mv__swiper-wrapper {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper-wrapper {
    height: 100%;
    row-gap: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__swiper-slide {
    width: 25.75rem;
    height: 25.75rem !important;
  }
}

.p-mv__swiper-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}

.p-article {
  font-size: 1rem;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-article {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-article a {
  display: inline-block;
  color: #005563;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, left bottom, from(#005563), to(#005563)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#005563, #005563) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
}

.p-list01 {
  padding: 1.375rem 2.8125rem 1.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-list01 {
    padding: 1.375rem 5rem 1.5rem 0.1875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-list01__date {
  font-size: 1rem;
  color: #00A9AC;
  line-height: 1.4375;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-list01__date {
    margin-right: 6.125rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-list01__body {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-list01__body {
    margin-top: 0;
  }
}

.p-list01__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.p-list01__category-item {
  padding: 0.3125rem 0.5rem;
  font-size: 0.875rem;
  color: #00A9AC;
  text-align: center;
  line-height: 1;
  border: 1px solid #00A9AC;
  border-radius: 4px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-list01__category-item {
    font-size: 0.875rem;
  }
}

.p-list01__title {
  margin-top: 0.5625rem;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .p-list01__title {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}

.p-list01__arrow {
  width: 2rem;
  height: 2rem;
  background: #E5F6F7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1.5rem;
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-list01__arrow {
    width: 2.875rem;
    height: 2.875rem;
    bottom: auto;
    top: 22.2222222222%;
    right: 1.6875rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-list01:hover .p-list01__arrow {
    background: #00A9AC;
  }
}

.p-list01__arrow-icon {
  display: block;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-list01__arrow-icon {
    width: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-list01:hover .p-list01__arrow-icon::before {
    content: "";
    width: 1rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/arrow_right_green.svg);
            mask-image: url(../images/common/arrow_right_green.svg);
    background: #fff;
  }
}

.p-list01__arrow-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-list01:hover .p-list01__arrow-icon img {
    opacity: 0;
  }
}

.p-top-concept {
  padding-top: 2.375rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-concept {
    padding-top: 5.625rem;
    padding-bottom: 5.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept::after {
    content: "";
    width: 100%;
    height: 35.625rem;
    background: transparent url(../images/top/concept_bg_pc.png) no-repeat center top/cover;
    position: absolute;
    bottom: auto;
    top: 39.75rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__top {
    max-width: 67.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-concept__title {
  font-size: 2rem;
  color: #005563;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-concept__title {
    font-size: 3rem;
    line-height: 1.4583333333;
  }
}

.p-top-concept__read {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2.0625;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-top-concept__read {
    width: 57.6171875%;
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-top-concept__body {
  margin-top: 5.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-concept__body {
    max-width: 59.5rem;
    margin-inline: auto;
    margin-top: 8.125rem;
  }
}

.p-top-concept__body::after {
  content: "";
  background: transparent url(../images/top/concept_bg_sp.png) no-repeat center top/100% 6.8125rem;
  width: 100vw;
  height: 6.8125rem;
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-concept__body::after {
    display: none;
  }
}

.p-top-concept__list {
  max-width: 15.6875rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-concept__item {
  width: 6.375rem;
  height: 6.375rem;
  padding-top: 1.875rem;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2.47px 2.47px rgba(0, 0, 0, .15);
          box-shadow: 0 2.47px 2.47px rgba(0, 0, 0, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item {
    width: 9.875rem;
    height: 9.875rem;
    padding-top: 2.625rem;
    -webkit-box-shadow: 0 3.83px 3.83px rgba(0, 0, 0, .15);
            box-shadow: 0 3.83px 3.83px rgba(0, 0, 0, .15);
    row-gap: 0.3125rem;
  }
}

.p-top-concept__item:nth-child(even) {
  margin-left: auto;
  top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item:nth-child(even) {
    margin-left: 0;
    top: auto;
  }
}

.p-top-concept__item::after {
  content: "";
  width: 9.3125rem;
  height: 9.3125rem;
  background: rgba(0, 169, 172, .1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item::after {
    width: 14.4375rem;
    height: 14.4375rem;
  }
}

.p-top-concept__item:nth-child(even)::before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(../images/top/arrow_concept_sp01.svg) no-repeat center center/contain;
  position: absolute;
  top: 0%;
  left: -33%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item:nth-child(even)::before {
    display: none;
  }
}

.p-top-concept__item:nth-child(3)::before,
.p-top-concept__item:nth-child(5)::before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(../images/top/arrow_concept_sp02.svg) no-repeat center center/contain;
  position: absolute;
  top: 3%;
  right: -30%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item:nth-child(3)::before,
  .p-top-concept__item:nth-child(5)::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__item:not(:first-child)::before {
    display: block;
    content: "";
    width: 1.5625rem;
    height: 0.8125rem;
    background: url(../images/top/arrow_concept.svg) no-repeat center center/contain;
    position: absolute;
    top: 49%;
    left: -20%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.p-top-concept__item-number {
  display: block;
  font-size: 0.9375rem;
  color: #00A9AC;
  line-height: 1;
  letter-spacing: 0.07em;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item-number {
    font-size: 1.5rem;
  }
}

.p-top-concept__item-text {
  min-height: 2.125rem;
  font-size: 0.75rem;
  line-height: 1.3033359193;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-concept__item-text {
    max-height: 3.25rem;
    font-size: 1.25rem;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
            flex-grow: 0.5;
  }
}

.p-top-concept__btn {
  margin-top: 4.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-concept__btn {
    margin-top: 5.625rem;
  }
}

.p-top-concept__bottom {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__bottom {
    margin-top: 6.25rem;
  }
}

.p-top-concept__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top-concept__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}

.p-top-service {
  padding-top: 3.5rem;
  background: #00A9AC;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-top: 5.1875rem;
    padding-bottom: 5.25rem;
  }
}

.p-top-service::after {
  content: "";
  width: 13.625rem;
  height: 21.5rem;
  background: transparent url(../images/top/service_bg.png) no-repeat center center/cover;
  position: absolute;
  top: 3.5rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-top-service::after {
    width: 25.1875rem;
    height: 39.8125rem;
    top: 3.5rem;
  }
}

.p-top-service__inner {
  position: relative;
  z-index: 1;
}

.p-top-service__read {
  margin-top: 2.1875rem;
  font-size: 1rem;
  color: #fff;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .p-top-service__read {
    margin-top: 2.4375rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-top-service__body {
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-service__body {
    max-width: 77.5rem;
    margin-inline: auto;
    margin-top: 3.75rem;
  }
}

.p-top-service__content-list {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-list {
    height: 36.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-service__content-item {
  display: block;
  min-height: 25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-item {
    width: 100%;
    height: 100%;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-top-service__content-item:nth-child(1) {
  background: transparent url(../images/top/service_img01_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-item:nth-child(1) {
    background: none;
  }
}

.p-top-service__content-item:nth-child(2) {
  background: transparent url(../images/top/service_img02_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-item:nth-child(2) {
    background: none;
  }
}

.p-top-service__content-item:nth-child(3) {
  background: transparent url(../images/top/service_img03_pc.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-item:nth-child(3) {
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__content-item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, .5);
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__content-item::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 85, 99, .49);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1.5;
    opacity: 0;
    -webkit-transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__content-item.active::after {
    opacity: 1;
  }
}

.p-top-service__content-inner {
  padding: 2.625rem 1.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-inner {
    min-height: 20.75rem;
    padding: 0 2.8125rem;
    position: absolute;
    left: 0px;
    bottom: -46%;
    z-index: 2;
    -webkit-transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__content-item:hover .p-top-service__content-inner {
    bottom: 2.3125rem;
  }
}

.p-top-service__content-title {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}

.p-top-service__content-text {
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-text {
    margin-top: 1.625rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-top-service__content-btn {
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-service__content-btn {
    margin-top: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__content-btn .c-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__images-list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__images-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__images-item:nth-child(1) {
    background: transparent url(../images/top/service_img01_pc.jpg) no-repeat center center/cover;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__images-item:nth-child(2) {
    background: transparent url(../images/top/service_img02_pc.jpg) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__images-item:nth-child(3) {
    background: transparent url(../images/top/service_img03_pc.jpg) no-repeat center center/cover;
  }
}

.p-top-service__images-list .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.p-top-service__images-list .inview.animate {
  opacity: 1;
  top: 0;
}

.p-top-solution {
  padding-top: 2.625rem;
  padding-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-solution {
    padding-top: 10.625rem;
    padding-bottom: 10.5rem;
  }
}

.p-top-solution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

.p-top-solution__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-solution__top {
    display: block;
    border-bottom: 1px solid #CACACA;
    position: relative;
  }
}

.p-top-solution__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-solution__btn {
  margin-top: 4rem;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-solution__btn {
    margin-top: 0;
    position: absolute;
    top: 2.375rem;
    right: 1.25rem;
  }
}

.p-top-solution__bottom {
  margin-top: 2.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-solution__bottom {
    margin-top: 4.875rem;
  }
}

.p-top-solution__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.6875rem;
       -moz-column-gap: 3.6875rem;
            column-gap: 3.6875rem;
    row-gap: 4.5rem;
  }
}

.p-top-solution__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-top-solution__link-top {
  position: relative;
  overflow: hidden;
}

.p-top-solution__link-img {
  overflow: hidden;
  border-radius: 0.5rem;
}

.p-top-solution__link-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/223;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-img img {
    aspect-ratio: 374/231;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-top-solution__link:hover .p-top-solution__link-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top-solution__link-arrow {
  position: absolute;
  bottom: 1.1875rem;
  right: 1.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-arrow {
    bottom: auto;
    bottom: 1.0625rem;
    right: 1.5rem;
  }
}

.p-top-solution__link-bottom {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-bottom {
    margin-top: 1.5rem;
  }
}

.p-top-solution__link-detail {
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  border-bottom: 1px solid #CACACA;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-detail {
    padding-bottom: 1.5rem;
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
}

.p-top-solution__link-number {
  margin-top: 0.1875rem;
  font-size: 1.125rem;
  color: #005563;
  letter-spacing: 0.07em;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-number {
    font-size: 1.25rem;
  }
}

.p-top-solution__link-title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-top-solution__link-body {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-body {
    margin-top: 1.5rem;
  }
}

.p-top-solution__link-text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-solution__link-text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-top-solution__readWrap {
  position: absolute;
  top: 28.6%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: solution-slide-sp 50s linear infinite;
          animation: solution-slide-sp 50s linear infinite;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-solution__readWrap {
    top: 43.5%;
    gap: 5rem;
    -webkit-animation: solution-slide-pc 80s linear infinite;
            animation: solution-slide-pc 80s linear infinite;
  }
}

@-webkit-keyframes solution-slide-sp {
  0% {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(calc(-50% - 5rem));
    -webkit-transform: translateY(-50%) translateX(calc(-50% - 5rem));
  }
}

@keyframes solution-slide-sp {
  0% {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(calc(-50% - 5rem));
    -webkit-transform: translateY(-50%) translateX(calc(-50% - 5rem));
  }
}
@-webkit-keyframes solution-slide-pc {
  0% {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(calc(-50% - 10rem));
    -webkit-transform: translateY(-50%) translateX(calc(-50% - 10rem));
  }
}
@keyframes solution-slide-pc {
  0% {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(calc(-50% - 10rem));
    -webkit-transform: translateY(-50%) translateX(calc(-50% - 10rem));
  }
}
.p-top-solution__read {
  font-size: 6.375rem;
  color: #E5F6F7;
  line-height: 1.1960784314;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-solution__read {
    font-size: 25rem;
    line-height: 1.2;
  }
}

.p-top-company {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #E5F6F7;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    padding-top: 7.125rem;
    padding-bottom: 9.8125rem;
  }
}

.p-top-company__bottom {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__bottom {
    margin-top: 3.75rem;
  }
}

.p-top-company__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}

.p-top-company__item {
  padding-bottom: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  border-bottom: 1px solid #CACACA;
}
@media screen and (min-width: 768px) {
  .p-top-company__item {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-top-company__item-img {
  width: 29.1666666667%;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-company__item-img {
    width: 100%;
  }
}

.p-top-company__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 105/60;
}
@media screen and (min-width: 768px) {
  .p-top-company__item-img img {
    aspect-ratio: 373/140;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  a:hover .p-top-company__item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-top-company__item-body {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-company__item-body {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-top-company__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__item-title {
    row-gap: 1rem;
  }
}

.p-top-company__item-sub {
  font-size: 1rem;
  color: #00A9AC;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-company__item-sub {
    font-size: 1.125rem;
  }
}

.p-top-company__item-main {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-company__item-main {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__arrow {
    width: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__arrow .c-arrow {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-top-news {
  padding-top: 2.625rem;
  padding-bottom: 5.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 4.25rem;
    padding-bottom: 10.375rem;
  }
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

.p-top-news__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-news__top {
    display: block;
    border-bottom: 1px solid #CACACA;
    position: relative;
  }
}

.p-top-news__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-news__btn {
  margin-top: 2.75rem;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 0;
    position: absolute;
    top: 2rem;
    right: 1.25rem;
  }
}

.p-top-news__bottom {
  margin-top: 0.875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-news__bottom {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__list {
    width: 73.7903225806%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__item .p-list01 {
    padding: 1.25rem 5rem 1.5rem 0;
  }
}

.p-top-news__item .p-list01__date {
  font-size: 1.125rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-news__item .p-list01__date {
    margin-right: 2.1875rem;
    font-size: 1.125rem;
  }
}

.p-top-news__item .p-list01__title {
  margin-top: 0.4375rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-news__item .p-list01__title {
    margin-top: 0.375rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__item .p-list01__arrow {
    top: 34%;
    right: 0;
  }
}

.p-top-message__inner {
  position: relative;
  overflow: hidden;
}

.p-top-message__readWrap {
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  -webkit-animation: message-slide 20s linear infinite;
          animation: message-slide 20s linear infinite;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-message__readWrap {
    top: 50%;
    -webkit-animation: message-slide 40s linear infinite;
            animation: message-slide 40s linear infinite;
  }
}

@-webkit-keyframes message-slide {
  0% {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(-100vw);
    -webkit-transform: translateY(-50%) translateX(-100vw);
  }
}

@keyframes message-slide {
  0% {
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(-100vw);
    -webkit-transform: translateY(-50%) translateX(-100vw);
  }
}
.p-top-message__read {
  font-size: 3rem;
  color: #fff;
  line-height: 1.1666666667;
  font-family: "Figtree", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-message__read {
    font-size: 7.5rem;
  }
}

.p-top-message__imgWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-top-message__img:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.p-top-message__img:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.p-top-message__img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-top-message__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
