@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

.button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.about-swiper {
  height: 400px;
}

@media screen and (max-width: 767px) {
  .sp-header__logo {
    width: 114px;
  }
}

.about {
  margin-top: 236px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 110px;
  }
}

.about__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-inline: 10px;
  }
}

.about__fv {
  background: url("../img/about-fv.jpg") no-repeat center center/cover;
  height: 514px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .about__fv {
    height: 280px;
  }
}

.about-contents {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .about-contents {
    margin-top: 29px;
  }
}

.about-contents__inner {
  max-width: 840px;
  margin: 0 auto;
}

.about-contents__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .about-contents__link ul {
    gap: 40px;
  }
}

.about-contents__link-item {
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-contents__link-item {
    font-size: 12px;
    padding-right: 15px;
  }
}
.about-contents__link-item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000066;
  border-bottom: 2px solid #000066;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 23%;
  right: 0;
}

.about-contents__title {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px; /* 150% */
}
@media screen and (max-width: 767px) {
  .about-contents__title {
    font-size: 18px;
    font-style: normal;
    line-height: 37px; /* 205.556% */
    margin-top: 59px;
  }
}

.about-contents__text {
  margin-top: 40px;
  line-height: 38px; /* 237.5% */
  letter-spacing: -0.16em;
}
@media screen and (max-width: 767px) {
  .about-contents__text {
    font-size: 14px;
    line-height: 32px; /* 228.571% */
    margin-top: 30px;
    letter-spacing: -0.003em;
  }
}

/* ===============================================
# about-philosophy
=============================================== */
.about-philosophy {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .about-philosophy {
    margin-top: 80px;
  }
}

.about-philosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .about-philosophy__inner {
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-philosophy__contents {
  padding: 70px 30px;
  width: 67.3%;
}
@media screen and (max-width: 767px) {
  .about-philosophy__contents {
    width: 100%;
    padding: 60px 0;
  }
}

.about-philosophy__accent {
  color: #001e63;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-philosophy__accent {
    font-size: 12px;
  }
}

.about-philosophy__title {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 84px;
}
@media screen and (max-width: 767px) {
  .about-philosophy__title {
    font-size: 26px;
    padding-right: 70px;
  }
}
.about-philosophy__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 2px;
  border: solid 2px #000;
}

.about-philosophy__text {
  margin-top: 60px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 237.5% */
}
@media screen and (max-width: 767px) {
  .about-philosophy__text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 32px; /* 228.571% */
  }
}

.about-philosophy__img {
  width: 32.7%;
}
@media screen and (max-width: 767px) {
  .about-philosophy__img {
    width: 100%;
    margin-top: -30px;
  }
}

.about-philosophy__name {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .about-philosophy__name {
    font-size: 14px;
    margin-top: 30px;
  }
}

/* ===============================================
# about-access
=============================================== */
.about-access {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .about-access {
    margin-top: 80px;
  }
}

.about-access__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .about-access__inner {
    padding-inline: 20px;
  }
}

.about-access__accent {
  color: #001e63;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-access__accent {
    font-size: 12px;
  }
}

.about-access__title {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 84px;
}
@media screen and (max-width: 767px) {
  .about-access__title {
    font-size: 26px;
    padding-right: 70px;
  }
}
.about-access__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 2px;
  border: solid 2px #000;
}

.about-access__text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 237.5% */
}
@media screen and (max-width: 767px) {
  .about-access__text {
    margin-top: 18px;
    line-height: 24px;
  }
}

.iframe-wrap {
  margin-top: 54px;
  aspect-ratio: 1100/400;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .iframe-wrap {
    aspect-ratio: 335/400;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iframe-wrap {
    margin-top: 19px;
  }
}

.iframe {
  width: 100%;
}

/* ===============================================
# about-company
=============================================== */
.about-company {
  background: #f8f8f8;
  margin-top: 120px;
  padding: 70px 0 120px;
}
@media screen and (max-width: 767px) {
  .about-company {
    padding: 60px 0;
    margin-top: 80px;
  }
}

.about-company__accent {
  color: #001e63;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-company__accent {
    font-size: 12px;
  }
}

.about-company__title {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 76px;
}
@media screen and (max-width: 767px) {
  .about-company__title {
    font-size: 26px;
    padding-right: 70px;
  }
}
.about-company__title::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  border: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .about-company__title::after {
    top: 49%;
  }
}

.about-company__container {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .about-company__container {
    margin-top: 10px;
  }
}

.about-company__dl {
  padding: 39.5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #E2E2E2;
}
@media screen and (max-width: 767px) {
  .about-company__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 19.5px 0;
  }
}

.about-company__head {
  width: 15.5%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-company__head {
    font-size: 14px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-company__body {
    font-size: 14px;
  }
}

.about-company__body-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .about-company__body-items {
    gap: 10px;
  }
}

.about-company__body-items .about-company__body:last-child {
  line-height: 13px;
}

/* ===============================================
# about-swiper
=============================================== */
#about-swiper,
.about-swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about-swiper {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .about-swiper {
    height: 150px;
    margin-bottom: 80px;
  }
}

.about-swiper-container {
  border: 1px solid blue;
  position: relative;
}

.about-swiper-slide {
  width: 480px;
  height: 400px;
  aspect-ratio: 480/400;
}
@media screen and (max-width: 767px) {
  .about-swiper-slide {
    width: 180px;
    height: 150px;
    aspect-ratio: 180/150;
  }
}

.about-swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-swiper-slide img {
    height: auto;
  }
}

/* ===============================================
# contact
=============================================== */
.contact {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sp-header__logo {
    width: 114px;
  }
}

.service {
  margin-top: 236px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 110px;
  }
}

.service__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding-inline: 10px;
  }
}

.service__fv {
  background: url("../img/service-fv.jpg") no-repeat center center/cover;
  height: 514px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .service__fv {
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    color: #242424;
    font-family: Roboto;
    font-size: 10px;
    margin-top: 8px;
    text-align: right;
  }
}

.service-contents {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .service-contents {
    margin-top: 29px;
  }
}

.service-contents__inner {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-contents__inner {
    padding-inline: 20px;
  }
}

.service-contents__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .service-contents__link ul {
    gap: 40px;
  }
}

.service-contents__link-item {
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-contents__link-item {
    font-size: 12px;
    padding-right: 15px;
  }
}
.service-contents__link-item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000066;
  border-bottom: 2px solid #000066;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 23%;
  right: 0;
}

.service-contents__title {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px; /* 150% */
}
@media screen and (max-width: 767px) {
  .service-contents__title {
    font-size: 18px;
    font-style: normal;
    line-height: 37px; /* 205.556% */
    margin-top: 59px;
  }
}

.service-contents__text {
  margin-top: 40px;
  line-height: 38px; /* 237.5% */
  letter-spacing: -0.16em;
}
@media screen and (max-width: 767px) {
  .service-contents__text {
    font-size: 14px;
    line-height: 32px; /* 228.571% */
    margin-top: 30px;
    letter-spacing: 0;
  }
}

/* ===============================================
# service-support
=============================================== */
.service-support {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .service-support {
    margin-top: 50px;
  }
}

.service-support__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .service-support__inner {
    padding-inline: 0px;
  }
}

.service-support__item:nth-child(n+2) {
  margin-top: 118px;
}
@media screen and (max-width: 767px) {
  .service-support__item:nth-child(n+2) {
    margin-top: 51px;
  }
}

.service-support__item--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .service-support__item--main {
    display: block;
  }
}

.service-support__item--contents {
  width: 46.7%;
  padding: 112px 110px 110px 50px;
}
@media screen and (max-width: 767px) {
  .service-support__item--contents {
    width: 100%;
    padding: 60px 20px 20px;
  }
}

.service-support__item__number {
  color: #001e63;
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-support__item__number {
    font-size: 32px;
  }
}
.service-support__item__number::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  background: #000;
  top: 50%;
  left: 14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .service-support__item__number::after {
    height: 30px;
    left: 12%;
  }
}

.service-support__item--title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-support__item--title {
    font-size: 20px;
  }
}

.service-support__item--text {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 209.091% */
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-support__item--text {
    font-size: 14px;
    line-height: 32px;
  }
}

.service-support__item--img {
  width: 53.3%;
}
@media screen and (max-width: 767px) {
  .service-support__item--img {
    width: 100%;
    height: 220px;
    padding-inline: 20px;
    aspect-ratio: 335/225;
  }
}

.service-support__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-support__item--sub {
  padding: 32px 50px 0;
}
@media screen and (max-width: 767px) {
  .service-support__item--sub {
    padding: 20px 20px 0;
  }
}

.service-support__sub--title {
  font-family: Oswald;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 53px;
}
@media screen and (max-width: 767px) {
  .service-support__sub--title {
    font-size: 18px;
  }
}
.service-support__sub--title::after {
  content: "特徴";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #626262;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service-support__sub--title::after {
    font-size: 10px;
    top: 55%;
    right: 14px;
  }
}

.service-support__sub--text {
  line-height: 38px; /* 237.5% */
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service-support__sub--text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
  }
}

/* ===============================================
  # contact
  =============================================== */
.contact {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 80px;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1100px ) {
  .pagination {
    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 (max-width: 767px) {
  .pagination {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.pagination__arrow {
  display: inline-block;
  width: 11px;
  height: 18px;
}

.page-numbers {
  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;
  width: 40px;
  height: 40px;
  color: #242424;
  background: #e9eeef;
}

.page-numbers.current {
  color: #fff;
  background-color: #001e63;
}

.prev,
.next {
  background: none;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

@media screen and (max-width: 767px) {
  .sp-header__logo {
    width: 114px;
  }
}

.news {
  margin-top: 236px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 110px;
  }
}

.news__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding-inline: 10px;
  }
}

.news__fv {
  background: url("../img/news-fv.jpg") no-repeat center center/cover;
  height: 514px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .news__fv {
    height: 280px;
  }
}

.breadcrumb {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    color: #242424;
    font-family: Roboto;
    font-size: 10px;
    margin-top: 8px;
    text-align: right;
  }
}

/* ===============================================
  # news-contents
  =============================================== */
.news-contents {
  padding: 76px 0;
}
@media screen and (max-width: 767px) {
  .news-contents {
    padding: 0;
    margin-top: 30px;
  }
}

.news-contents__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .news-contents__inner {
    padding-inline: 40px;
    display: block;
  }
}

.news-contents__aside {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  top: 180px;
  position: sticky;
}
@media screen and (max-width: 767px) {
  .news-contents__aside {
    position: static;
  }
}

.news-contents__topics {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .news-contents__topics ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    margin: 0;
  }
}

.news-contents__topics-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-contents__topics-link {
    margin: 0;
    font-size: 12px;
    display: inline-block;
  }
}
.news-contents__topics-link:hover {
  color: #a9a9a9;
}
.news-contents__topics-link:first-child {
  margin-top: 0;
}
.news-contents__topics-link:hover::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #001e63;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-contents__main {
  padding-left: 60px;
  border-left: 1px solid #e2e2e2;
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
}
@media screen and (max-width: 767px) {
  .news-contents__main {
    padding-left: 0;
    border: none;
    margin-top: 38px;
  }
}

.news-contents__content {
  margin-top: 28.5px;
  border-bottom: 1px solid #e2e2e2;
}
.news-contents__content:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .news-contents__content:first-child {
    border-top: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  .news-contents__content {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .news-contents__content-head {
    margin-top: 22px;
  }
}

.news-contents__content-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-contents__content-date {
  font-size: 12px;
  font-weight: 700;
  margin-right: 29px;
}
@media screen and (max-width: 767px) {
  .news-contents__content-date {
    font-size: 10px;
    margin-right: 13px;
    margin-top: 4px;
  }
}

.news__category {
  background: #f3f3f3;
  color: #626262;
  display: inline-block;
}
.news__category:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .news__category {
    margin-left: 0;
  }
}

.news-contents__content-topics {
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-weight: 500;
  padding: 4px 18px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .news-contents__content-topics {
    font-size: 10px;
    padding: 4px 14px;
    text-align: center;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-contents__content--link {
  font-weight: 500;
  margin-top: 26px;
  padding-bottom: 30.5px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-contents__content--link {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; /* 200% */
    margin-top: 20px;
    padding-bottom: 18px;
  }
}
.news-contents__content--link::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .news-contents__content--link::after {
    display: none;
  }
}
.news-contents__content--link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.news-contents__more {
  text-align: right;
  margin-top: 34px;
  margin-right: 15px;
}

.breadcrumb {
  margin-top: 196px;
  text-align: right;
  color: #242424;
  font-family: Roboto;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 10px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumb-news-detail {
    margin-top: 110px;
  }
}

.news-detail {
  margin: 239px 0 120px;
}
@media screen and (max-width: 767px) {
  .news-detail {
    margin-top: 10px;
  }
}

.news-detail__main--inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12%;
}
@media screen and (max-width: 767px) {
  .news-detail__main--inner {
    padding-inline: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-detail__main {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .news-detail__main {
    width: 100%;
    padding-inline: 30px;
  }
}

.detail__category {
  color: #626262;
  background: #f3f3f3;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  padding: 4px 18px;
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .detail__category {
    font-size: 10px;
    margin-left: 3px;
    padding: 5px 15px;
  }
}
.detail__category:first-child {
  margin-left: 0;
}

.news-detail__main--title {
  font-size: 26px;
  font-weight: 500;
  line-height: 50px; /* 192.308% */
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news-detail__main--title {
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    margin-top: 12px;
    width: 93%;
  }
}

.news-detail__main--date {
  color: #a9a9a9;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news-detail__main--date {
    font-size: 10px;
    margin-top: 10px;
  }
}

.news-detail__main--img {
  margin-top: 40px;
}

.news-detail__main--img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 718/380;
}
@media screen and (max-width: 767px) {
  .news-detail__main--img img {
    aspect-ratio: 315/176;
  }
}

.news-detail__main--content {
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .news-detail__main--content {
    border-bottom: none;
  }
}

.news-detail__main--content h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  padding-left: 14px;
  position: relative;
  margin-top: 48px;
  background: #f8f9f9;
}
@media screen and (max-width: 767px) {
  .news-detail__main--content h2 {
    font-size: 16px;
    padding-left: 12px;
  }
}
.news-detail__main--content h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 48px;
  background: #001e63;
}
@media screen and (max-width: 767px) {
  .news-detail__main--content h2::before {
    height: 40px;
  }
}

.news-detail__main--content p {
  line-height: 32px; /* 200% */
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .news-detail__main--content p {
    font-size: 14px;
    line-height: 32px; /* 228.571% */
  }
}

.news-detail__main--content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 72px;
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-detail__main--content h3 {
    margin-top: 40px;
  }
}
.news-detail__main--content h3::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40%;
  height: 1px;
  background: #001e63;
}
.news-detail__main--content h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 60%;
  height: 1px;
  background: #e4e4e4;
}

.news-detail__main--content ul {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .news-detail__main--content ul {
    margin-top: 22px;
  }
}

.news-detail__main--content li {
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-detail__main--content li {
    font-size: 14px;
    padding-left: 16px;
  }
}
.news-detail__main--content li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #001e63;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-detail__button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .news-detail__button {
    margin-top: 10px;
  }
}

.news-detail__button-prev {
  display: inline-block;
  padding: 12px 24px 12px 40px;
  border-radius: 4px;
  border: 1px solid #001e63;
  color: #001e63;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-detail__button-prev {
    padding: 12px 21px 9px 40px;
  }
}
.news-detail__button-prev::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #001e63;
  border-bottom: 1px solid #001e63;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-detail__button-prev:hover::before {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .news-detail__button-prev:hover::before {
    left: 20px;
  }
}

.news-detail__button-next {
  display: inline-block;
  padding: 12px 34px 12px 24px;
  border-radius: 4px;
  border: 1px solid #001e63;
  color: #001e63;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.news-detail__button-next::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #001e63;
  border-bottom: 1px solid #001e63;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-detail__button-next:hover::after {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .news-detail__button-next:hover::after {
    left: -5px;
  }
}

.news-detail__aside {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .news-detail__aside {
    width: 100%;
    margin-top: 58px;
  }
}

.news-detail__aside--inner {
  padding-inline: 15px;
}

.news-detail__aside--title {
  padding: 15px 0 15px 18px;
  background: #001135;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.news-detail__aside--item {
  padding: 18px 18px 17.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  position: relative;
}
.news-detail__aside--item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 88%;
  background: #e4e4e4;
}

.news-detail__aside--item-img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-detail__aside--item-img img {
  aspect-ratio: 100/100;
  width: 100%;
}

.news-detail__aside--item-title {
  font-size: 12px;
  line-height: 24px; /* 200% */
}
@media screen and (max-width: 767px) {
  .news-detail__aside--item-title {
    font-size: 12px;
    line-height: 28px; /* 233.333% */
  }
}

.news-detail__aside--item-date {
  color: #A9A9A9;
  font-size: 10px;
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .news-detail__aside--item-date {
    margin-top: 29px;
  }
}

.news-detail__aside--archive {
  margin-top: 40px;
}

.news-detail__aside--archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 18px;
}

.news-detail__aside--archive-link a {
  padding: 18px 0 18px;
  position: relative;
  font-size: 14px;
  display: block;
}
.news-detail__aside--archive-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: #e4e4e4;
}

.news-detail__aside--category {
  margin-top: 40px;
}

.news-detail__aside--category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 18px;
}

.news-detail__aside--category-link a {
  padding: 18px 0 18px;
  position: relative;
  font-size: 14px;
}
.news-detail__aside--category-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background: #e4e4e4;
}

.detail__next {
  border-radius: 4px;
  border: 1px solid #001E63;
  padding: 12px 34px 12px 24px;
  position: relative;
}
.detail__next::after {
  position: absolute;
  content: "";
  background: url("../img/page-navigate-next.png") no-repeat center center/contain;
  width: 5px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 767px) {
  .detail__next::after {
    right: 20px;
  }
}

.detail__prev {
  border-radius: 4px;
  border: 1px solid #001E63;
  padding: 12px 24px 12px 34px;
  position: relative;
}
.detail__prev::after {
  position: absolute;
  content: "";
  background: url("../img/page-navigate-prev.png") no-repeat center center/contain;
  width: 5px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
@media screen and (max-width: 767px) {
  .detail__prev::after {
    left: 20px;
  }
}

.breadcrumb {
  margin-top: 18px;
  text-align: right;
  color: #242424;
  font-family: Roboto;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 10px;
    margin-top: 8px;
    padding-inline: 10px;
  }
}

.works {
  margin-top: 236px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works {
    margin-top: 110px;
  }
}

.works__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .works__inner {
    padding-inline: 10px;
  }
}

.works__fv {
  background: url("../img/works-fv.jpg") no-repeat center center/cover;
  height: 514px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .works__fv {
    height: 280px;
  }
}

.works-contents__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 58px auto 120px;
  max-width: 1150px;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .works-contents__container {
    padding-inline: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 38px auto 0;
  }
}

.works-contents__aside {
  top: 180px;
  width: 24%;
  position: sticky;
}
@media screen and (max-width: 767px) {
  .works-contents__aside {
    padding: 0;
    margin-top: -10px;
    width: 100%;
    position: static;
  }
}

.works-contents__topics {
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  .works-contents__topics ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 95px;
    grid-row-gap: 15px;
  }
}

.works-contents__topics-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .works-contents__topics-link {
    margin-top: 0;
    font-size: 12px;
    display: inline-block;
    margin-top: 0px;
    width: 40%;
    padding-bottom: 16px;
  }
}
.works-contents__topics-link:hover {
  color: #a9a9a9;
}
.works-contents__topics-link:first-child {
  margin-top: 0;
}
.works-contents__topics-link:hover::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #001e63;
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works__cards {
  width: 76%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 60px;
  gap: 30px;
  border-left: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  .works__cards {
    margin-top: 20px;
    padding: 0;
    gap: 14px;
    width: 100%;
    border-left: none;
  }
}

.works__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 29px;
  border-bottom: solid 1px #f2f2f2;
}
@media screen and (max-width: 767px) {
  .works__card a {
    gap: 16px;
    padding-bottom: 20px;
  }
}

.works__card-head {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .works__card-head {
    width: 44%;
    height: 100px;
  }
}

.works__card-head img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 160/160;
}
@media screen and (max-width: 767px) {
  .works__card-head img {
    height: auto;
    aspect-ratio: 130/100;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.works__card__body {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media screen and (max-width: 767px) {
  .works__card__body {
    width: 56%;
  }
}

.works__card--category {
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .works__card--category {
    font-size: 10px;
    padding: 4px 14px;
    text-align: center;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.works__card--title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
  height: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works__card--title {
    font-size: 14px;
    line-height: 28px; /* 200% */
    margin-top: 10px;
  }
}
.works__card--title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .works__card--title::after {
    display: none;
  }
}
.works__card--title:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.works__card--text {
  margin-top: 30px;
  line-height: 38px; /* 237.5% */
  color: #626262;
}
@media screen and (max-width: 767px) {
  .works__card--text {
    display: none;
  }
}

.works__card--date {
  margin-top: 26px;
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works__card--date {
    font-size: 10px;
    margin-top: 10px;
  }
}

.pagination {
  margin-top: 78px;
  text-align: center;
}

.breadcrumb-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 1320px;
  margin-inline: auto;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-works {
    margin-top: 90px;
    font-size: 10px;
    padding-inline: 10px;
  }
}

.works-detail {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .works-detail {
    margin-top: 27px;
  }
}

.works-detail__inner {
  max-width: 890px;
  margin: 0 auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .works-detail__inner {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 767px) {
  .works-detail__topics {
    font-size: 10px;
    padding: 4px 14px;
    text-align: center;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.works-detail__title {
  margin-top: 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .works-detail__title {
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    margin-top: 10px;
  }
}

.works-detail__date {
  color: #a9a9a9;
  font-size: 11px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .works-detail__date {
    font-size: 10px;
    margin-top: 10px;
  }
}

.works-detail__img,
.wp-block-image {
  aspect-ratio: 840/471;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .works-detail__img,
  .wp-block-image {
    aspect-ratio: 315/176;
    margin-top: 34px;
  }
}

.works-detail__img img {
  width: 100%;
  height: auto;
}

.works-detail__inner p {
  margin-top: 40px;
  padding-inline: 80px;
  line-height: 32px; /* 200% */
}
@media screen and (max-width: 767px) {
  .works-detail__inner p {
    padding-inline: 0px;
    font-size: 14px;
  }
}

.works-detail__button {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .works-detail__button {
    margin-top: 72px;
  }
}

.works-detail__button a {
  display: inline-block;
  padding: 12px 80px 12px 102px;
  border-radius: 4px;
  border: 1px solid #001e63;
  color: #001e63;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works-detail__button a {
    padding: 12px 88px 12px 96px;
  }
}
.works-detail__button a::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 88px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #001e63;
  border-bottom: 1px solid #001e63;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works-detail__button a:hover::before {
  left: 83px;
}

.thanks {
  margin-top: 236px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thanks {
    margin-top: 30px;
  }
}

.thanks__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .thanks__inner {
    padding-inline: 10px;
  }
}

.thanks__fv {
  background: url("../img/thanks.png") no-repeat center center/cover;
  height: 514px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .thanks__fv {
    height: 280px;
  }
}

.breadcrumb {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    color: #242424;
    font-family: Roboto;
    font-size: 10px;
    margin-top: 8px;
    text-align: right;
  }
}

.thanks-content__container {
  margin: 58px auto 0;
  max-width: 690px;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .thanks-content__container {
    padding-inline: 20px;
  }
}

.thanks-content__title {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .thanks-content__title {
    font-size: 24px;
    margin-top: 70px;
  }
}

.thanks-content__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .thanks-content__text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.thanks-content__message {
  line-height: 38px; /* 237.5% */
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .thanks-content__message {
    font-size: 14px;
    line-height: 32px; /* 228.571% */
    margin-top: 30px;
  }
}

.thanks-content__button {
  background: #011950;
  margin-inline: auto;
  margin-top: 40px;
  width: 460px;
  height: 66px;
  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: 4px;
}
@media screen and (max-width: 767px) {
  .thanks-content__button {
    width: 275px;
    height: 43px;
  }
}

.thanks-content__button a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks-content__button a {
    font-size: 14px;
    padding-left: 14px;
  }
}
.thanks-content__button a::before {
  content: "";
  position: absolute;
  top: 36%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .thanks-content__button a::before {
    left: 0;
  }
}
.thanks-content__button a:hover::before {
  left: -19px;
}
@media screen and (max-width: 767px) {
  .thanks-content__button a:hover::before {
    left: -5px;
  }
}

.not-found {
  margin-top: 330px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .not-found {
    margin-top: 110px;
  }
}

.not-found__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .not-found__inner {
    padding-inline: 10px;
  }
}

.not-found__fv {
  background: url("../img/not-found.png") no-repeat center center/cover;
  height: 600px;
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .not-found__fv {
    height: 243px;
    position: static;
  }
}

.not-found__fv-box {
  padding-right: 16%;
  content: "";
  position: absolute;
  top: 50%;
  left: 43.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .not-found__fv-box {
    position: relative;
    padding: 0;
  }
}

.not-found__title {
  font-family: Oswald;
  font-size: clamp(2.188rem, 1.417rem + 3.29vw, 4.375rem);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .not-found__title {
    content: "";
    position: absolute;
    top: 50%;
    left: -23%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.not-found__subtitle {
  font-weight: 500;
  line-height: 38px; /* 237.5% */
  color: #fff;
  margin-top: 20px;
}

.not-found__button {
  width: 145px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #fff;
  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;
  margin-top: 20px;
}

.not-found__button a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
}
.not-found__button a::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .not-found__button a::before {
    left: 0;
  }
}
.not-found__button a:hover::before {
  left: -5px;
}
@media screen and (max-width: 767px) {
  .not-found__button a:hover::before {
    left: -5px;
  }
}

.not-found__subtitle-issp {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 40px;
  padding-inline: 8px;
}

.not-found__button-issp {
  width: 145px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #011950;
  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;
  margin-top: 40px;
  margin-inline: auto;
  color: #011950;
}
@media screen and (max-width: 767px) {
  .not-found__button-issp {
    margin-bottom: 80px;
  }
}

.not-found__button-issp a {
  color: #011950;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
}
.not-found__button-issp a::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #011950;
  border-bottom: 1px solid #011950;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .not-found__button-issp a::before {
    left: 0;
  }
}
.not-found__button-issp a:hover::before {
  left: -5px;
}
@media screen and (max-width: 767px) {
  .not-found__button-issp a:hover::before {
    left: -5px;
  }
}

.contact-form {
  margin-top: 236px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 110px;
  }
}

.contact-form__inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form__inner {
    padding-inline: 10px;
  }
}

.contact-form__fv {
  background: url("../img/contact-form-fv.jpg") no-repeat center center/cover;
  height: 514px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .contact-form__fv {
    height: 280px;
  }
}

.breadcrumb {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    color: #242424;
    font-family: Roboto;
    font-size: 10px;
    margin-top: 8px;
    text-align: right;
  }
}

.form-title__text {
  line-height: 38px; /* 237.5% */
}
@media screen and (max-width: 767px) {
  .form-title__text {
    font-size: 14px;
    line-height: 32px; /* 228.571% */
  }
}

@media screen and (max-width: 767px) {
  .contact-space {
    margin-left: -16px;
  }
}

.form {
  margin-top: 60px;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .form {
    padding-inline: 20px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__list {
  margin-top: 100px;
}

.form__field + .form__field,
.form__acceptance {
  margin-top: 24px;
}

.form__required {
  color: #e20000;
}

.form__input::-webkit-input-placeholder {
  color: #E2E2E2;
}

.form__input::-moz-placeholder {
  color: #E2E2E2;
}

.form__input:-ms-input-placeholder {
  color: #E2E2E2;
}

.form__input::-ms-input-placeholder {
  color: #E2E2E2;
}

.form__input::placeholder {
  color: #E2E2E2;
}

.form__textarea {
  height: 160px;
}

.form__input,
.form__select,
.form__textarea,
.form__acceptance-text {
  font-size: 14px;
  width: 100%;
  padding: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

.form__acceptance-text {
  overflow-y: auto;
  height: 120px;
  background-color: #f2f2f2;
}

.form__select {
  padding-right: 35px;
}

.form__data-select {
  position: relative;
}

.form__data-select option {
  width: 50px;
}

.form__data-select::after {
  position: absolute;
  top: 46%;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
  content: "";
}

.form__data-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__data,
.form__data-radio,
.form__data-select,
.form__data-check {
  margin-top: 10px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
  }
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::before {
  position: absolute;
  top: 56%;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 7px;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item-label::after {
  position: absolute;
  top: 56%;
  left: 3px;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 4px;
  background-color: #000;
}

.wpcf7-form-control-wrap[data-name=radio-category] .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
    padding-left: 9px;
  }
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__submit-button {
  margin-top: 40px;
  text-align: center;
}

.form__submit-input {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 16px 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff;
  border-radius: 4px;
  background-color: #011950;
  margin-bottom: 120px;
}
.form__submit-input:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}

.confirm__list {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .confirm__list {
    margin-top: 40px;
  }
}

.confirm__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-inline: auto;
  margin-top: 40px;
}
.confirm__field:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .confirm__field {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.confirm__label {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .confirm__label {
    width: 100%;
  }
}

.confirm__data {
  width: 72%;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .confirm__data {
    width: 100%;
  }
}

.confirm__data-select {
  margin-top: 10px;
}

.contact__buttons p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact__buttons p {
    gap: 4%;
  }
}

.confirm__submit-input {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 20px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 4px;
  margin-bottom: 120px;
}
.confirm__submit-input:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .confirm__submit-input {
    min-width: 151px;
    height: 43px;
    padding: 10px 0;
  }
}

.confirm__submit-input-prev {
  background: #fff;
  color: #011950;
}

.confirm__submit-input-next {
  background: #011950;
  color: #FFFFFF;
}

.wpcf7-spinner {
  margin: 0;
  width: 0;
}

.contact-thanks {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-thanks {
    margin-top: 70px;
  }
}

.contact-thanks__inner {
  max-width: 640px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .contact-thanks__inner {
    padding-inline: 20px;
  }
}

.contact-thanks__title {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact-thanks__title {
    font-size: 24px;
    text-align: center;
  }
}

.contact-thanks__text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-thanks__text {
    margin-top: 10px;
    text-align: center;
  }
}

.contact-thanks__message {
  margin-top: 40px;
  line-height: 38px; /* 237.5% */
}
@media screen and (max-width: 767px) {
  .contact-thanks__message {
    margin-top: 30px;
  }
}

.contact-thanks__button {
  width: 460px;
  height: 66px;
  background: #011950;
  color: #fff;
  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;
  margin: 40px auto 120px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact-thanks__button {
    width: 275px;
    height: 43px;
  }
}

.contact-thanks__button a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 20px 180px;
}
@media screen and (max-width: 767px) {
  .contact-thanks__button a {
    padding: 11px 90px;
    font-size: 14px;
  }
}
.contact-thanks__button a::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 165px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contact-thanks__button a::before {
    left: 75px;
  }
}
.contact-thanks__button a:hover::before {
  left: 160px;
}
@media screen and (max-width: 767px) {
  .contact-thanks__button a:hover::before {
    left: 70px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #000;
  background: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

.inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 20px;
  }
}

.top-read__more {
  display: block;
}

.top-read__more a {
  color: #011950;
  font-family: Roboto;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.top-read__more a::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-read__more a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.top-read__more a::after {
  position: absolute;
  content: "";
  background: url("../img/read-more-icon.png") no-repeat center center/contain;
  width: 5px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
}
.top-read__more a:hover::after {
  right: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ===============================================
# カテゴリーのスタイル
=============================================== */
.news-contents__topics-link {
  list-style: none;
}

.top-section__title {
  font-family: Oswald;
  font-size: 70px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-section__title {
    font-size: 38px;
  }
}

.section__title {
  font-family: Oswald;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 44px;
  }
}

.section__subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .section__subtitle {
    font-size: 12px;
    margin-top: -6px;
  }
}

.title__box {
  padding: 16px 50px;
  width: 500px;
  height: 224px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .title__box {
    width: 190px;
    height: 130px;
    padding: 18px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 1320px;
  margin-inline: auto;
}

.breadcrumb__between {
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: 0 8px;
  background-color: black;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 1100px ) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px ) {
  .is-sp {
    display: none;
  }
}

/* ===============================================
# header
=============================================== */
.header {
  height: 80px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}

.header__inner {
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.header__logo {
  width: 259px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 114px;
  }
}

.header__logo-sp {
  width: 114px;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  .header__list {
    display: none;
  }
}

.header__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50.4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link {
  font-weight: 500;
  padding: 29px 0;
  font-family: Roboto;
}
.header__link a {
  display: inline-block;
}

.header__contact {
  display: inline-block;
  color: #fff;
  background: #011950;
  width: 187px;
  text-align: center;
}
.header__contact::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  margin-right: 10px;
  font-size: 20px;
}

.fa-regular {
  width: 22px;
  height: 16px;
}

/* ===============================================
# ドロワーアイコンの表示と、クリックされた時の三本線の変更
=============================================== */
.drawer-icon {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 501;
  border-radius: 50px;
  border: none;
  background: transparent;
}
@media screen and (min-width: 1100px ) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px ) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar {
  background-color: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 22px;
  left: 30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 22px;
  left: 30%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 22px;
}

.no-scroll {
  overflow: hidden;
}

/* ===============================================
  # 三本線の配置
  =============================================== */
.drawer-icon__bar {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 2px;
  z-index: 21;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
  background: #242424;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 13px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 20px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 27px;
  width: 16px;
  left: 39%;
}

#js-drawer-content {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #001135;
  opacity: 0.9;
  z-index: 50;
  padding-inline: 50px;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  z-index: 500;
}
#js-drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-logo {
  width: 114px;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
}

.headernav__list {
  color: #fff;
  margin-top: 161px;
}

.headernav__item {
  font-family: Roboto;
  font-size: 14px;
  padding: 12px 0;
  border-bottom: solid 1px #011950;
}
.headernav__item:first-child {
  border-top: solid 1px #011950;
}

.drawer__sns {
  margin-top: 50px;
}

.drawer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/* ===============================================
  # swiper
  =============================================== */
.fv {
  position: relative;
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1320px;
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
  }
}

.fv-swiper {
  max-width: 1034px;
  height: auto;
}

.fv__logo {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 114px;
}

.fv-swiper__container {
  position: relative;
}

#fv-swiper {
  position: relative;
  max-width: 1034px;
  height: 780px;
}
@media screen and (max-width: 767px) {
  #fv-swiper {
    height: 480px;
  }
}

.fv-swiper-wrapper {
  position: relative;
}

.fv-swiper-slide {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .fv-swiper-slide {
    height: 480px;
  }
}

.fv-swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1034/780;
}
@media screen and (max-width: 767px) {
  .fv-swiper-slide img {
    aspect-ratio: 355/480;
  }
}

.fv-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 204px;
  padding-left: 100px;
}
.fv-text p {
  font-size: clamp(2rem, 1.36rem + 2.73vw, 3.75rem);
  font-weight: 700;
  line-height: 106%; /* 63.6px */
}
@media screen and (max-width: 767px) {
  .fv-text {
    padding: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-top: 28px;
    padding-left: 10px;
    line-height: 90%;
    letter-spacing: 0.1em;
  }
}

.big-message {
  margin-top: 60px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .big-message {
    margin-top: 26px;
  }
}

.big-message div {
  display: inline-block;
  white-space: nowrap;
  color: #011950;
  font-size: 150px;
  font-weight: 700;
  -webkit-animation: loop-slide 5s infinite linear 1s both;
          animation: loop-slide 5s infinite linear 1s both;
}
@media screen and (max-width: 767px) {
  .big-message div {
    font-size: 84px;
  }
}

@-webkit-keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.swiper-pagination-bullet {
  opacity: 1;
  background: gray;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% - 10px);
  height: 10px;
  background: gray;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: red;
}

/* ===============================================
# top-about
=============================================== */
.top-about {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .top-about {
    margin-top: 18px;
  }
}

.top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .top-about__inner {
    display: block;
  }
}

.top-about__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.top-about__img img {
  width: 100%;
  aspect-ratio: 550/480;
}

.top-about__body {
  -ms-flex-preferred-size: 44.5%;
      flex-basis: 44.5%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top-about__body {
    margin-top: 30px;
  }
}

.top-about__body-title {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 700;
}

.top-about__body-text {
  margin-top: 40px;
  font-weight: 400;
  line-height: 38px; /* 237.5% */
}
@media screen and (max-width: 767px) {
  .top-about__body-text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 32px; /* 228.571% */
  }
}

.top-about__body-more {
  text-align: right;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .top-about__body-more {
    padding-right: 16px;
  }
}

/* ===============================================
# top-service
=============================================== */
.top-service {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .top-service {
    margin-top: 79px;
  }
}

.top-service__title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-service__title {
    text-align: left;
  }
}

.top-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-service__cards {
    display: block;
    margin-top: 20px;
  }
}

.top-service__card {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
@media screen and (max-width: 767px) {
  .top-service__card {
    margin-top: 54px;
  }
  .top-service__card:first-child {
    margin-top: 0;
  }
}

.top-service__card-img1 {
  width: 100%;
  height: 170px;
  position: relative;
  background: url("/img/top-service1.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top-service__card-img1 {
    background: #000;
  }
}

.top-service__card-img2 {
  width: 100%;
  height: 170px;
  position: relative;
  background: url("/img/top-service2.png") no-repeat center center/cover;
}

.top-service__card-img3 {
  width: 100%;
  height: 170px;
  position: relative;
  background: url("/img/top-service3.png") no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .top-service__card-img1 img,
  .top-service__card-img2 img,
  .top-service__card-img3 img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-service__card-number {
  content: "";
  position: absolute;
  top: 50px;
  left: 30px;
  color: #fff;
  font-family: Oswald;
  font-weight: 700;
}

.top-service__card-title {
  content: "";
  position: absolute;
  color: #fff;
  top: 83px;
  left: 30px;
  font-size: 26px;
  font-weight: 700;
}

.top-service__card-body {
  padding: 20px 20px 0 0;
  font-weight: 400;
  line-height: 38px; /* 237.5% */
}
@media screen and (max-width: 767px) {
  .top-service__card-body {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-service__card-text {
    margin-top: 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
  }
}

.top-service__card-more {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-service__card-more {
    margin-top: 22px;
  }
}

.top-service__card-more a {
  color: #011950;
  font-family: Roboto;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
  border: solid 1px #011950;
  padding: 12px 49px 12px 12px;
}
.top-service__card-more a::after {
  position: absolute;
  content: "";
  background: url("../img/read-more-icon.png") no-repeat center center/contain;
  width: 5px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
}
.top-service__card-more a:hover::after {
  right: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ===============================================
# top-works
=============================================== */
.top-works {
  margin-top: 122px;
  padding-top: 120px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .top-works {
    margin-top: 82px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .top-works__inner {
    padding-inline: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-works__title {
    padding-left: 20px;
  }
}

.top-works__cards {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 40px;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-works__cards {
    margin-top: 20px;
    padding: 30px 40px;
    gap: 30px;
  }
}

.top-works__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: 47px;
  border-bottom: solid 1px #f2f2f2;
}
@media screen and (max-width: 767px) {
  .top-works__card {
    gap: 18px;
    padding-bottom: 30px;
  }
}

.top-works__card-head {
  -ms-flex-preferred-size: 28.4%;
      flex-basis: 28.4%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-works__card-head {
    -ms-flex-preferred-size: 40.5%;
        flex-basis: 40.5%;
  }
}

.top-works__card-head img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 290/229;
}
@media screen and (max-width: 767px) {
  .top-works__card-head img {
    height: auto;
    aspect-ratio: 120/90;
  }
}

.top-works__card__body {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

@media screen and (max-width: 767px) {
  .top-works__card--category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-works__card--title {
  display: inline-block;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-works__card--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; /* 200% */
    margin-top: 20px;
    padding-bottom: 18px;
  }
}
.top-works__card--title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .top-works__card--title::after {
    display: none;
  }
}
.top-works__card--title:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .top-works__card--title {
    font-size: 14px;
    line-height: 28px; /* 200% */
    margin-top: 10px;
  }
}

.top-works__card__body p {
  margin-top: 30px;
  line-height: 38px; /* 237.5% */
  color: #626262;
}
@media screen and (max-width: 767px) {
  .top-works__card__body p {
    display: none;
  }
}

.top-works__card--date {
  margin-top: 17px;
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-works__card--date {
    font-size: 10px;
    margin-top: 12px;
  }
}

.top-works__more {
  text-align: right;
  margin-top: -14px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .top-works__more {
    margin-top: 3px;
  }
}

/* ===============================================
# top-news
=============================================== */
.top-news {
  padding: 120px 0;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin-top: 48px;
    padding: 82px 0 72px;
  }
}

.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    display: block;
    padding-inline: 40px;
  }
}

.top-news__aside {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

@media screen and (max-width: 767px) {
  .top-news__title {
    margin-left: -20px;
  }
}

.top-news__topics {
  margin-top: 45px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .top-news__topics {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-news__topics ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    margin: 0;
  }
}

.top-news__topics-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
.top-news__topics-link:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top-news__topics-link {
    margin: 0;
    font-size: 12px;
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news__topics-link:nth-child(2n) {
    margin: 0;
  }
}
.top-news__topics-link:hover {
  color: #a9a9a9;
}
.top-news__topics-link:hover::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #001e63;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-news__main {
  padding-left: 60px;
  border-left: 1px solid #e2e2e2;
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
}
@media screen and (max-width: 767px) {
  .top-news__main {
    padding-left: 0;
    border: none;
    margin-top: 38px;
  }
}

.top-news__content {
  margin-top: 28.5px;
  border-bottom: 1px solid #e2e2e2;
}
.top-news__content:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top-news__content:first-child {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .top-news__content {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .top-news__content-head {
    margin-top: 22px;
  }
}

.top-news__content-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news__content-date {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 700;
  margin-right: 29px;
}
@media screen and (max-width: 767px) {
  .top-news__content-date {
    font-size: 10px;
    margin-right: 13px;
  }
}

@media screen and (max-width: 767px) {
  .top-news__content-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
}

.top-news__content-topics__a {
  background: #fff;
  color: #626262;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 18px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-news__content-topics__a {
    margin-right: 12px;
    font-size: 10px;
    padding: 4px 14px;
    display: block;
    text-align: center;
    line-height: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.top-news__content--link {
  display: inline-block;
  font-weight: 500;
  margin-top: 26px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news__content--link {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; /* 200% */
    margin-top: 20px;
    padding-bottom: 18px;
  }
}
.top-news__content--link::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .top-news__content--link::after {
    display: none;
  }
}
.top-news__content--link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.top-news__more {
  text-align: right;
  margin-top: 34px;
  margin-right: 15px;
}

/* ===============================================
# top-contact
=============================================== */
.top-contact {
  background: #011950;
}

.top-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-contact__img-pc {
  width: 57%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 820/446;
}

@media screen and (max-width: 767px) {
  .top-contact__img-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    aspect-ratio: 375/240;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 240px;
  }
}

.top-contact__img-pc img {
  width: 100%;
  height: 446px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-contact__contents {
  max-width: 620px;
  text-align: center;
  vertical-align: middle;
  padding: 80px clamp(10px, 12vw, 174px) clamp(10px, 3vw, 80px) clamp(10px, 10vw, 174px);
  color: #fff;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .top-contact__contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 80px 75px;
  }
}

.top-contact__message {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
@media screen and (max-width: 767px) {
  .top-contact__message {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px; /* 200% */
  }
}

.top-contact__contact {
  font-size: 22px;
  margin-top: 25px;
  border: 1px solid #fff;
  border-radius: 1px;
  display: inline-block;
  padding: 18px 33px 18px 38px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contact__contact {
    font-size: 16px;
    width: 227px;
    margin-top: 32px;
    display: block;
    text-align: center;
  }
}
.top-contact__contact::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 400;
  margin-right: 10px;
}
.top-contact__contact:hover ::before {
  background: #011950;
}
.top-contact__contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #011950; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.top-contact__contact:hover span {
  color: #011950;
}
.top-contact__contact span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
.top-contact__contact:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background: #fff;
  color: #011950;
}

.top-contact__tel {
  font-size: 22px;
  margin-top: 18px;
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 18px 33px 14px 32px;
}
@media screen and (max-width: 767px) {
  .top-contact__tel {
    font-size: 16px;
    font-size: 16px;
    width: 227px;
    margin-top: 32px;
    display: block;
    text-align: center;
    margin-top: -1px;
  }
}
.top-contact__tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 700;
  margin-right: 10px;
}

.top-contact__hours {
  margin-top: 22px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-contact__hours {
    font-size: 12px;
    margin-top: 11px;
    letter-spacing: -0.03em;
  }
}

/* ===============================================
# footer
=============================================== */
.footer {
  background: #001135;
  color: #fff;
  padding: 64px 0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-icons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  width: 258px;
  margin-top: -5px;
}

.footer__logo-sp {
  margin-right: auto;
  margin-top: 60px;
}

.footer__sns {
  margin-top: -24px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-right: auto;
  }
}

.footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .footer__sns ul {
    margin-top: 24px;
  }
}

.footer__sns-icon a {
  width: 22px;
  display: inline-block;
  height: 22px;
  margin-left: 20px;
}

.footer__sns-icon-left a {
  margin-left: 0;
}

.footernav__list {
  font-family: Roboto;
  margin-top: -6px;
  margin-right: -24px;
}
@media screen and (max-width: 767px) {
  .footernav__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.footernav__item {
  font-family: Roboto;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .footernav__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 22px;
  }
}
.footernav__item:first-child {
  margin-top: 0;
}

small {
  display: block;
  font-family: Roboto;
  font-size: 12px;
  max-width: 1100px;
  margin: -20px auto 0;
}
@media screen and (max-width: 767px) {
  small {
    margin-top: 50px;
    padding-left: 50px;
  }
}/*# sourceMappingURL=style.css.map */