@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #082f50;
  background-color: #fff;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .about-page-contents-map__inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.about-page-contents-map__container {
  padding-top: 80%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-page-contents-map__container {
    padding-top: 33.3636363636%;
  }
}

.about-page-contents-map__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page-contents__inner {
  padding: 16px 20px 0;
  padding: 1rem 20px 0;
}
@media screen and (min-width: 768px) {
  .about-page-contents__inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 1rem 25px 0;
  }
}

.about-page-contents__breadcrumb {
  margin-bottom: 85px;
  margin-bottom: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .about-page-contents__breadcrumb {
    margin-bottom: 7.1875rem;
  }
}

.about-page-contents__table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .about-page-contents__table {
    margin-bottom: 5rem;
  }
}

.about-page-contents__th {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  width: 34.0298507463%;
  padding: 17px 57px 22px 5px;
  padding: 1.0625rem 3.5625rem 1.375rem 0.3125rem;
  border-bottom: 1px solid #082f50;
  margin-right: 52px;
  margin-right: 3.25rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about-page-contents__th {
    font-size: 1rem;
    width: 13.8181818182%;
    padding: 1.875rem 3.5625rem 1.875rem 0.3125rem;
  }
}

.about-page-contents__td {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  border-bottom: 1px solid #082f50;
  padding: 17px 0 22px;
  padding: 1.0625rem 0 1.375rem;
}
@media screen and (min-width: 768px) {
  .about-page-contents__td {
    font-size: 1rem;
    padding: 1.875rem 0;
  }
}

.about-page-contents__map {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .about-page-contents__map {
    margin-bottom: 9.375rem;
  }
}

.back-lines {
  position: relative;
}
.back-lines::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 2px;
  height: 0.125rem;
  top: 1080px;
  top: 67.5rem;
  left: 0;
  background-color: #cccccc;
  -webkit-transform: rotate(61deg);
          transform: rotate(61deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.back-lines::after {
  position: absolute;
  content: "";
  width: 266.6666666667%;
  height: 2px;
  height: 0.125rem;
  top: 3215px;
  top: 200.9375rem;
  left: -5px;
  left: -0.3125rem;
  background-color: #cccccc;
  -webkit-transform: rotate(-75deg);
          transform: rotate(-75deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: -10;
}

@media screen and (min-width: 48rem) {
  .back-lines::before {
    width: 141.421356237%;
    top: 53.4375rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -10;
  }
  .back-lines::after {
    width: 141.421356237%;
    top: 213.125rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.blog-detail-page-contents-dateAndCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-detail-page-contents-dateAndCategory__date {
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents-dateAndCategory__date {
    margin-right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-detail-page-contents-dateAndCategory__category {
    margin-right: 3.8125rem;
  }
}

.blog-detail-page-contents-dateAndCategory__category span {
  display: block;
  border: 1px solid #082f50;
  padding: 5px 20px 4px;
  padding: 0.3125rem 1.25rem 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents-dateAndCategory__category span {
    font-weight: 500;
    padding: 0.375rem 1.375rem 0.3125rem 1.3125rem;
    white-space: nowrap;
  }
}

.blog-detail-page-contents-dateAndCategory__category_fz-16 span {
  font-size: 16px;
  font-size: 1rem;
}

.blog-detail-page-contents {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents {
    margin-bottom: 9.375rem;
  }
}

.blog-detail-page-contents__breadcrumb {
  padding: 16px 20px 0;
  padding: 1rem 1.25rem 0;
  margin-bottom: 78px;
  margin-bottom: 4.875rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__breadcrumb {
    padding: 0;
  }
}

.blog-detail-page-contents__inner {
  width: 100%;
  max-width: 850px;
  max-width: 53.125rem;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__inner {
    padding: 25px 25px 0;
    margin: 0 auto 6.5rem;
  }
}

.blog-detail-page-contents__title {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 20px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__title {
    font-size: 1.4375rem;
    font-weight: 31.25rem;
    padding: 0;
    margin-bottom: 2rem;
  }
}

.blog-detail-page-contents__dateAndCategory {
  padding: 0 20px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__dateAndCategory {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.blog-detail-page-contents__content {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content {
    margin-bottom: 6.5rem;
  }
}

.blog-detail-page-contents__content figure {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content figure {
    padding-top: 26.6875rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.blog-detail-page-contents__content p {
  padding: 0 20px;
  line-height: 2.1875;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content p {
    padding: 0;
  }
}

.blog-detail-page-contents__content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 29px;
  padding: 0 1.8125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content h3 {
    padding: 0 0 0 0.375rem;
  }
}

.blog-detail-page-contents__content h3::before {
  position: absolute;
  content: "";
  top: 3px;
  top: 0.1875rem;
  left: 20px;
  width: 3px;
  width: 0.1875rem;
  height: 29px;
  height: 1.8125rem;
  background-color: #144e94;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content h3::before {
    left: 0;
  }
}

.blog-detail-page-contents__content h4 {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin: 0 auto 24px 29px;
  margin: 0 auto 1.5rem 1.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content h4 {
    margin: 0 auto 1.5rem 0.4375rem;
  }
}

.blog-detail-page-contents__content h4::after {
  position: absolute;
  content: "";
  bottom: -3px;
  bottom: -0.1875rem;
  left: 0;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#cccccc), color-stop(33%, #cccccc), color-stop(33%, #082f50), to(#082f50));
  background: linear-gradient(90deg, #cccccc 0%, #cccccc 33%, #082f50 33%, #082f50 100%);
}

.blog-detail-page-contents__content ul {
  list-style: disc;
  line-height: 2.1875;
  padding: 0 20px 0 40px;
  padding: 0 20px 0 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content ul {
    padding: 0 20px 0 1.25rem;
  }
}

.blog-detail-page-contents__content ol {
  list-style: decimal;
  line-height: 2.1875;
  padding: 0 20px 0 40px;
  padding: 0 20px 0 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__content ol {
    padding: 0 20px 0 1.25rem;
  }
}

.blog-detail-page-contents__swiper {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .blog-detail-page-contents__swiper {
    margin-bottom: 6.4375rem;
  }
}

.blog-detail-page-contents__swiper-main {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.blog-page-contents__inner {
  padding: 16px 20px 0;
  padding: 1rem 20px 0;
}
@media screen and (min-width: 768px) {
  .blog-page-contents__inner {
    width: 100%;
    max-width: 1150px;
    padding: 1rem 25px 0;
    margin: 0 auto;
  }
}

.blog-page-contents__breadcrumb {
  margin-bottom: 85px;
  margin-bottom: 5.3125rem;
}

.blog-page-contents__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  row-gap: 1rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .blog-page-contents__category-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}

.blog-page-contents__category-list li {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin: 0;
  cursor: pointer;
}

.blog-page-contents__category-list li.current-cat {
  color: #fff;
  background-color: #082f50;
}

.blog-page-contents__category-list li a {
  display: block;
  padding: 3px 8px 4px;
  padding: 0.1875rem 0.5rem 0.25rem;
}

.blog-page-contents__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 24px;
  row-gap: 1.5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .blog-page-contents__items {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
    margin-bottom: 6.5rem;
  }
}

.blog-page-contents__pagination {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .blog-page-contents__pagination {
    margin-bottom: 9.375rem;
  }
}

.blog-sec-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-sec-title {
    width: 100%;
    max-width: 68.75rem;
    margin: 0 auto;
    padding-bottom: 2.1875rem;
  }
}

.blog-sec-title__en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Noto Serif JP", serif;
  opacity: 0.27;
}
@media screen and (min-width: 768px) {
  .blog-sec-title__en {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    line-height: 1;
  }
}

.blog-sec-title__ja {
  position: absolute;
  color: #fff;
  top: 50px;
  top: 3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .blog-sec-title__ja {
    position: static;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03125rem;
  }
}

.blog {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
}
@media screen and (min-width: 768px) {
  .blog {
    max-width: 80rem;
    padding: 3.875rem 1.5625rem 0;
    margin: 0 auto 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .blog__inner {
    width: 100%;
    max-width: 68.75rem;
    padding: 0;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .blog__container {
    width: 86.71875%;
  }
}

.blog__items {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  row-gap: 1.5rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog__items {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}

.blog__button {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .blog__button {
    font-size: 1rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .breadcrumb__inner {
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
    padding: 1rem 0 0;
    line-height: 1;
  }
}

.breadcrumb span {
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.breadcrumb span:last-child {
  margin-right: 0;
}

.business-content-page-content-main-philosophy__inner {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .business-content-page-content-main-philosophy__inner {
    width: 100%;
    max-width: 35.625rem;
    margin: 0 auto 9.375rem;
  }
}

.business-content-page-content-main-philosophy__inner h3 {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-align: center;
}

.business-content-page-content-main-philosophy__inner p {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.business-content-page-content-sub-philosophy {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy_even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.business-content-page-content-sub-philosophy figure {
  width: 100vw;
  padding-top: 69.7860962567%;
  margin: 0 calc(50% - 50vw) 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy figure {
    width: 50%;
    padding-top: 33.3636363636%;
  }
}

@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy_odd figure {
    margin: 0 1.875rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy_even figure {
    margin: 0 0 0 2.4375rem;
  }
}

.business-content-page-content-sub-philosophy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy__txt {
    width: 46.3636363636%;
    padding-top: 1.25rem;
  }
}

.business-content-page-content-sub-philosophy__txt h3 {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy__txt h3 {
    text-align: left;
  }
}

.business-content-page-content-sub-philosophy__txt p {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .business-content-page-content-sub-philosophy__txt p {
    letter-spacing: 0.03125rem;
  }
}

.business-content-page-content {
  overflow: hidden;
}

.business-content-page-content__inner {
  width: 100%;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .business-content-page-content__inner {
    max-width: 71.875rem;
    padding: 0 25px;
    margin: 0 auto 9.375rem;
  }
}

.business-content-page-content__breadcrumb {
  padding: 16px 0 0;
  padding: 1rem 0 0;
  margin-bottom: 85px;
  margin-bottom: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .business-content-page-content__breadcrumb {
    padding: 1rem 0 0;
    margin-bottom: 4.3125rem;
  }
}

.business-content-page-content__inner h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .business-content-page-content__inner h3 {
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .business-content-page-content__inner p {
    line-height: 2.1875rem;
  }
}

.business-content-page-content__sub-philosophy {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .business-content-page-content__sub-philosophy {
    margin-bottom: 6.5rem;
  }
}

.business-content-sec-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business-content-sec-title {
    width: 100%;
    max-width: 68.75rem;
    margin: 0 auto;
  }
}

.business-content-sec-title__en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Noto Serif JP", serif;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .business-content-sec-title__en {
    position: absolute;
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    line-height: 1;
    bottom: -0.4375rem;
    left: 0;
  }
}

.business-content-sec-title__ja {
  position: absolute;
  top: 50px;
  top: 3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .business-content-sec-title__ja {
    position: static;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03125rem;
  }
}

.business-content {
  margin: 0 0 71px;
  margin: 0 0 4.4375rem;
}
@media screen and (min-width: 768px) {
  .business-content {
    margin-bottom: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .business-content__inner {
    padding-top: 2.8125rem;
  }
}

.business-content__sec-title {
  margin: 0 0 50px 0;
  margin: 0 0 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .business-content__sec-title {
    padding-bottom: 2.8125rem;
    margin: 0 auto;
  }
}

.business-content__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.business-content__content {
  position: relative;
  width: 50%;
  padding-top: 50.2673796791%;
  display: block;
}
@media screen and (min-width: 768px) {
  .business-content__content {
    width: 25%;
    padding-top: 25%;
  }
}

.business-content__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #082f50;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.business-content__content:hover::before {
  opacity: 0;
}

.business-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.business-content__content span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  z-index: 3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .business-content__content span {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.5625rem;
  }
}

.button {
  position: relative;
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  .button {
    width: 0;
    padding: 1.875rem 11.25rem;
    margin: 0 auto;
  }
}

.button__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border: none;
  padding: 10px 70px 8px;
  padding: 0.625rem 4.375rem 0.5rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  background-color: #a5c5d6;
}

.button__link::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #082f50;
}

.button__link:hover::after {
  left: 0;
}

.button__link:hover span {
  color: #fff;
  z-index: 10;
}

.button__link span {
  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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #666666;
}

.card-title-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.card-title-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.card-txt {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-txt__title {
  text-align: left;
  font-weight: 500;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 35px;
  line-height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .card-txt__title {
    margin: 0 0 0.3125rem 0;
  }
}

.card-txt__copy {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-txt__copy {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.card-txt__copy-responsive {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .card-txt__copy-responsive {
    display: none;
  }
}

.card-txt__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-txt__category {
  color: #fff;
  background-color: #666666;
  padding: 1px 3px 1px 5px;
  padding: 0.0625rem 0.1875rem 0.0625rem 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .card-txt__category {
    padding: 0 0.375rem;
    vertical-align: middle;
  }
}

.card-txt__info time {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.card {
  display: block;
  position: relative;
  cursor: pointer;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  background-color: #082f50;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .card {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card:hover {
  background-color: #fff;
}

.card:hover .card__txt {
  color: #082f50;
}

.card__new {
  background-color: #ffba6a;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: -15px;
  left: -0.9375rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .card__new {
    top: -1.25rem;
  }
}

.card__new::after {
  content: "New";
  position: absolute;
  top: 16px;
  top: 1rem;
  left: 13px;
  left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .card__new::after {
    letter-spacing: 0.125rem;
  }
}

.card__figure {
  width: 100%;
  padding-top: 66.5714285714%;
  margin-bottom: 0;
  position: relative;
}

.card__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__padding-large {
  padding: 4px 21px 15px;
  padding: 0.25rem 1.3125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .card__padding-large {
    padding: 0.25rem 1.4375rem 1rem 1.5rem;
  }
}

.card__padding-middle {
  padding: 4px 23px 16px;
  padding: 0.25rem 1.4375rem 1rem;
}
@media screen and (min-width: 768px) {
  .card__padding-middle {
    padding: 0.1875rem 0.4375rem 0.875rem 0.5625rem;
  }
}

.card__txt {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .card__txt {
    margin-top: 0;
  }
}

.cards {
  display: grid;
}

.contact-complete-page-content {
  color: #fff;
}

.contact-complete-page-content__inner {
  padding: 130px 20px 0;
  padding: 8.125rem 20px 0;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .contact-complete-page-content__inner {
    padding: 12.5rem 25px 0;
    margin-bottom: 9.375rem;
  }
}

.contact-complete-page-content__button {
  width: 100%;
  max-width: 334px;
  max-width: 20.875rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contact-page-contact {
    display: none;
  }
}

.contact-page-contents-form-button {
  color: #fff;
  background-color: #082f50;
  width: 100%;
  line-height: 1;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border: solid 1px transparent;
  border: solid 0.0625rem transparent;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-page-contents-form-button {
    padding: 1.25rem 0;
  }
}

.contact-page-contents-form-button:hover {
  color: #082f50;
  background-color: #fff;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
}

@media screen and (min-width: 768px) {
  .contact-page-contents-form__inner {
    width: 63.2727272727%;
    max-width: 43.5rem;
    padding-bottom: 3rem;
    margin-left: 7.6875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .contact-page-contents-form__inner {
    padding-bottom: 7.1875rem;
  }
}

.contact-page-contents-form__form-groups {
  display: grid;
  grid-template-columns: repeat(1, auto);
  row-gap: 32px;
  row-gap: 2rem;
}

.contact-page-contents-form__button {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .contact-page-contents-form__button {
    width: 70.3703703704%;
  }
}

.contact-page-contents__inner {
  padding: 16px 20px 0;
  padding: 1rem 20px 0;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .contact-page-contents__inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 1rem 25px 0;
  }
}

.contact-page-contents__breadcrumb {
  margin-bottom: 85px;
  margin-bottom: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .contact-page-contents__breadcrumb {
    margin-bottom: 7.1875rem;
  }
}

.contact-page-contents__error {
  color: #ff5757;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-align: center;
  padding: 30px 0 32px;
  padding: 1.875rem 0 2rem;
}

.contact-page-contents__items {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .contact-page-contents__items {
    margin-bottom: 6.5rem;
  }
}

.contact-page-contents__pagination {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .contact-page-contents__pagination {
    margin-bottom: 9.375rem;
  }
}

.contact-sec-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  position: relative;
}

.contact-sec-title__en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Noto Serif JP", serif;
  opacity: 0.27;
}
@media screen and (min-width: 768px) {
  .contact-sec-title__en {
    position: absolute;
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    line-height: 1;
    bottom: -0.3125rem;
    left: 0;
  }
}

.contact-sec-title__ja {
  position: absolute;
  color: #082f50;
  top: 50px;
  top: 3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-sec-title__ja {
    position: static;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.125rem;
  }
}

.contact {
  padding: 19px 20px 64px;
  padding: 1.1875rem 1.25rem 4rem;
  background-color: #2999c4;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 9.25rem 1.5625rem;
    margin: 0 auto;
  }
}

.contact__sec-title {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__sec-title {
    max-width: 68.75rem;
    padding-bottom: 0;
    margin: 0 auto 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__txt {
    width: 100%;
    background-color: #3d3d3d;
  }
}

.contact__inner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 68.75rem;
    padding: 0;
    margin: 0 auto;
  }
}

.contact__copy {
  color: #082f50;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .contact__copy {
    text-align: center;
    letter-spacing: 0.125rem;
    margin-bottom: 3.75rem;
  }
}

.contact__button {
  font-size: 20px;
  font-size: 1.25rem;
}

.dateAndCategory {
  display: -webkit-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.dateAndCategory__category span {
  display: block;
  border: 1px solid #082f50;
  padding: 5px 20px 4px;
  padding: 0.3125rem 1.25rem 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dateAndCategory__category span {
    font-weight: 500;
    padding: 0.375rem 1.28125rem 0.3125rem;
  }
}

.dateAndCategory__category_fz-16 span {
  font-size: 16px;
  font-size: 1rem;
}

.error-page-content {
  color: #fff;
}

.error-page-content__inner {
  padding: 80px 20px 0;
  padding: 5rem 20px 0;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .error-page-content__inner {
    margin-bottom: 9.375rem;
  }
}

.error-page-content__h2 {
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #ffea2e;
  opacity: 0.3;
  text-align: center;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .error-page-content__h2 {
    font-size: 3.75rem;
  }
}

.error-page-content__p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 29px;
  line-height: 1.8125rem;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .error-page-content__p {
    font-size: 1.875rem;
  }
}

.error-page-content__button {
  width: 100%;
  max-width: 334px;
  max-width: 20.875rem;
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .error-page-content__button {
    display: block;
  }
}

.footer-site-title__link {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.footer-site-title__link img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  color: #082f50;
}

.footer__inner {
  padding: 50px 0 48px;
  padding: 3.125rem 0 3rem;
  width: 100%;
  max-width: 1280px;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 2.1875rem 2rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.25rem;
  }
}

.footer__site-title {
  height: 30px;
  height: 1.875rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.footer__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -0.1875rem;
  }
}

.footer__item {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__item {
    margin-right: 1.875rem;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
  }
}

.footer__item:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .footer__item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__item:hover {
    border-bottom: 0.125rem solid #666666;
  }
}

@media screen and (min-width: 768px) {
  .footer__item-top,
.footer__item-blog {
    display: none;
  }
}

.footer__item-works,
.footer__item-media {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__item-works,
.footer__item-media {
    display: block;
  }
}

.footer__link {
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .footer__link {
    line-height: 2.1875rem;
    letter-spacing: 0.125rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__link:hover {
    opacity: 1;
  }
}

.footer__copy {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 0.9375rem;
  }
}

.form-group {
  display: grid;
  grid-template-columns: repeat(1, auto);
  row-gap: 32px;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .form-group {
    row-gap: 2.8125rem;
  }
}

.form-group__tr {
  display: grid;
  grid-template-columns: repeat(1, auto);
  row-gap: 16px;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .form-group__tr {
    grid-template-columns: auto 77.5862068966%;
  }
}

.form-group__th {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form-group__th {
    text-align: right;
    padding: 0.4375rem 0 0;
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .form-group__th_align-items-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .form-group__company-name_sp {
    display: none;
  }
}

.form-group__company-name_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-group__company-name_pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .form-group__td {
    height: 100%;
    padding: 0;
    text-align: center;
  }
}

.form-group__input {
  width: 100%;
  padding: 9px;
  padding: 0.5625rem;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
}
@media screen and (min-width: 768px) {
  .form-group__input {
    line-height: 0;
    width: 100%;
    padding: 0.4375rem 0 0.4375rem 1rem;
  }
}

.form-group__input::-webkit-input-placeholder {
  color: #cccccc;
}

.form-group__input::-moz-placeholder {
  color: #cccccc;
}

.form-group__input::-ms-input-placeholder {
  color: #cccccc;
}

.form-group__input::placeholder {
  color: #cccccc;
}

.form-group__input:focus {
  color: #082f50;
  background-color: #fff;
}

.form-group__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-group__input:focus::-moz-placeholder {
  color: transparent;
}

.form-group__input:focus::-ms-input-placeholder {
  color: transparent;
}

.form-group__input:focus::placeholder {
  color: transparent;
}

.form-group__input_error {
  background-color: #ffdcdc;
}

.form-group__error-message {
  display: none;
}

.form-group__textarea {
  width: 100%;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  padding: 16px 0 0 9px;
  padding: 1rem 0 0 0.5625rem;
}
@media screen and (min-width: 768px) {
  .form-group__textarea {
    height: 100%;
    padding: 0.4375rem 0 0 1rem;
  }
}

.form-group__textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.form-group__textarea::-moz-placeholder {
  color: #cccccc;
}

.form-group__textarea::-ms-input-placeholder {
  color: #cccccc;
}

.form-group__textarea::placeholder {
  color: #cccccc;
}

.form-group__textarea:focus {
  color: #082f50;
  background-color: #fff;
}

.form-group__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-group__textarea:focus::-moz-placeholder {
  color: transparent;
}

.form-group__textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.form-group__textarea:focus::placeholder {
  color: transparent;
}

.hamburger {
  position: relative;
  z-index: 40;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger.is-active .hamburger__line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  top: 0.5rem;
}

.hamburger.is-active .hamburger__line-2 {
  display: none;
}

.hamburger.is-active .hamburger__line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  top: 0.5rem;
}

.hamburger__line {
  background-color: #082f50;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger__line-1 {
  top: 0px;
  top: 0rem;
}

.hamburger__line-2 {
  top: 6px;
  top: 0.375rem;
}

.hamburger__line-3 {
  top: 13px;
  top: 0.8125rem;
}

.header-site-title__link {
  display: block;
  width: 100%;
  height: 100%;
}

.header-site-title__link:hover {
  opacity: 1;
}

.header-site-title__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0;
  }
}

.header_transparent {
  color: #082f50;
  background-color: rgba(255, 255, 255, .5);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: 100%;
  padding: 0 22px;
  padding: 0 1.375rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 0 0 2rem;
  }
}

.header__site-title {
  position: relative;
  z-index: 40;
  width: 70px;
  width: 4.375rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__site-title {
    width: 6.25rem;
    height: 3.125rem;
  }
}

.header__hamburger {
  width: 24px;
  width: 1.5rem;
  height: 13px;
  height: 0.8125rem;
}

.header__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    margin-right: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header__nav li {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .header__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 0.9375rem;
    line-height: 2.1875rem;
    letter-spacing: 0.125rem;
  }
}

@media screen and (min-width: 768px) {
  .header__nav a:hover {
    opacity: 1;
  }
}

.header__nav a:hover > span::after {
  position: absolute;
  content: "";
  background-color: #666666;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  bottom: 7px;
  bottom: 0.4375rem;
  left: 0;
}

@media screen and (min-width: 768px) {
  .header__nav span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    position: relative;
  }
}

.header__contact-link {
  display: none;
  color: #fff;
  background-color: #082f50;
}
@media screen and (min-width: 768px) {
  .header__contact-link {
    display: block;
    padding: 0.4375rem 1.9375rem 0.5rem;
    line-height: 2.1875rem;
    letter-spacing: 0.125rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header__contact-link:hover {
  color: #082f50;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header__contact-link:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 48rem) {
  .inner {
    max-width: 80rem;
  }
}
.lower-page-mainvisual {
  position: relative;
  padding-top: 425px;
  padding-top: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .lower-page-mainvisual {
    padding-top: 28.90625%;
  }
}

.lower-page-mainvisual__figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-page-mainvisual__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lower-page-mainvisual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .lower-page-mainvisual h2 {
    font-size: 2.1875rem;
  }
}

.lower-page-mainvisual__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.2;
}

.mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    margin-bottom: 2rem;
  }
}

.mainvisual__images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: scale;
          animation-name: scale;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mainvisual__images img:first-child {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.mainvisual__images img:nth-child(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  48% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  48% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.mainvisual__mask {
  height: 100%;
  background-color: #111;
  opacity: 0.2;
}

.mainvisual__txt {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.mainvisual__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
}
@media screen and (min-width: 768px) {
  .mainvisual__title {
    letter-spacing: 0.03125rem;
  }
}

.mainvisual__main-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mainvisual__main-title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

.mainvisual__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mainvisual__sub-title {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
  }
}

.media__pic {
  width: 100%;
  margin-right: 32px;
  margin-right: 2rem;
}

.media__figure {
  width: 100%;
  padding-top: 69.6%;
  position: relative;
}

.media__content {
  width: 100%;
}

.media__title {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.media__copy {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

@media screen and (min-width: 48rem) {
  .media__figure {
    padding-top: 69.8384201077%;
  }

  .media__content {
    padding: 0 0 1.25rem 0;
  }

  .media__title {
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    margin-bottom: 2.625rem;
    text-align: left;
  }

  .media__copy {
    line-height: 2.1875;
    letter-spacing: 0.03125rem;
    margin-bottom: 3rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}

.modal.is-show {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: inherit;
}

.modal__nav {
  width: inherit;
}

.modal__li {
  text-align: center;
}

.modal__li:last-child {
  margin-bottom: 0;
}

.modal__link {
  display: block;
  padding: 16px 0;
  padding: 1rem 0;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #082f50;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.modal__link:hover {
  color: #fff;
  background-color: #082f50;
}

.mw_wp_form_complete > p {
  text-align: center;
}

.mw_wp_form_complete > p > span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete > p > span {
    font-size: 1.875rem;
  }
}

.mw_wp_form_send_error {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}

.news-content__dateAndCategory {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-content__dateAndCategory {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .news-content__description {
    width: 100%;
    height: 100%;
    max-width: 35.75rem;
  }
}

.news-content__description a {
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .news-content__description a {
    display: block;
    width: 100%;
    cursor: pointer;
  }
}

.news-content__description a:hover {
  color: #a5c5d6;
}

.news-page-breadcrumb {
  padding: 16px 20px 0;
  padding: 1rem 1.25rem 0;
  margin-bottom: 85px;
  margin-bottom: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .news-page-breadcrumb {
    padding: 1rem 5.625rem 0;
  }
}

.news-page-content__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-page-content__inner {
    width: 100%;
    max-width: 56.875rem;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.news-page-content__articles {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .news-page-content__articles {
    padding-bottom: 6.5rem;
  }
}

.news-page-content__breadcrumb {
  margin-bottom: 85px;
  margin-bottom: 5.3125rem;
}

.news-page-content__news-content {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.news-page-content__news-content:last-child {
  margin-bottom: 0;
}

.news-page__news-content {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.news-page__news-content:last-child {
  margin-bottom: 0;
}

.news-page__news-content:last-child > .news-content__description {
  margin-bottom: 0;
}

.news {
  margin: 0 auto 100px;
  margin: 0 auto 6.25rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-bottom: 9.375rem;
  }
}

.news__inner {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 68.25rem;
    padding: 0 1.5625rem;
  }
}

.news__content {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .news__content {
    margin-bottom: 0;
  }
}

.news__button {
  background-color: #a5c5d6;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__button {
    width: 12.2710622711%;
    padding-top: 2.7472527473%;
    background-color: #082f50;
  }
}

.news__button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  background-color: #082f50;
}
@media screen and (min-width: 768px) {
  .news__button::after {
    background-color: #fff;
  }
}

.news__button:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.news__button a {
  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;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__button a {
    color: #fff;
    font-size: 1rem;
  }
}

.news__button a:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news__button a:hover {
    color: #082f50;
  }
}

.overview-media__pic {
  width: 100%;
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .overview-media__pic {
    width: 50.6363636364%;
    padding-bottom: 0;
    margin-right: 0;
  }
}

.overview-media__figure {
  width: 100%;
  padding-top: 69.6%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .overview-media__figure {
    padding-top: 69.8384201077%;
  }
}

.overview-media__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overview-media__content {
  width: 100%;
  padding: 24px 20px 21px;
  padding: 1.5rem 1.25rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .overview-media__content {
    width: 46.3636363636%;
    margin-right: 2.0625rem;
    padding: 0 0 1.25rem 0;
  }
}

.overview-media__title {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .overview-media__title {
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    margin-bottom: 2.625rem;
    text-align: left;
  }
}

.overview-media__copy {
  line-height: 23px;
  line-height: 1.4375rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .overview-media__copy {
    line-height: 2.1875;
    letter-spacing: 0.03125rem;
    margin-bottom: 3rem;
  }
}

.overview-media__button {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .overview-media__button {
    font-size: 1rem;
    margin: 0 auto 0 0;
  }
}

.overview-sec-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  position: relative;
  margin: 0 0 50px 0;
  margin: 0 0 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .overview-sec-title {
    width: 100%;
    max-width: 68.75rem;
    padding-bottom: 2.1875rem;
    margin: 0 auto;
  }
}

.overview-sec-title__en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Noto Serif JP", serif;
  opacity: 0.27;
}
@media screen and (min-width: 768px) {
  .overview-sec-title__en {
    position: absolute;
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    line-height: 1;
    left: 0;
    bottom: -0.4375rem;
  }
}

.overview-sec-title__ja {
  position: absolute;
  top: 50px;
  top: 3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .overview-sec-title__ja {
    position: static;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03125rem;
  }
}

.overview {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .overview {
    max-width: none;
    padding-top: 3.3125rem;
    margin: 0 auto 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .overview__body {
    padding: 5.0625rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#a5c5d6), color-stop(70%, #a5c5d6), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(90deg, #a5c5d6 0%, #a5c5d6 70%, transparent 70%, transparent 100%);
  }
}

.overview__copy {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.overview__container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .overview__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .overview__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pagetop {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background-color: #082f50;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 40px;
  bottom: 2.5rem;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 1.875rem;
    bottom: 1.875rem;
  }
}

.pagetop:hover {
  background-color: #a5c5d6;
}

.pagetop:hover::before {
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #082f50;
}

.pagetop:hover::after {
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #082f50;
}

.pagetop::before {
  position: fixed;
  content: "";
  right: 40px;
  right: 2.5rem;
  bottom: 60px;
  bottom: 3.75rem;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .pagetop::before {
    right: 3.125rem;
    bottom: 3.1875rem;
  }
}

.pagetop::after {
  position: fixed;
  content: "";
  right: 27px;
  right: 1.6875rem;
  bottom: 60px;
  bottom: 3.75rem;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .pagetop::after {
    right: 2.3125rem;
    bottom: 3.1875rem;
  }
}

.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  line-height: 1;
  padding: 0 33px;
  padding: 0 2.0625rem;
}

.pagination__inner span {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  padding: 0 13px;
  padding: 0 0.8125rem;
}

.pagination__inner a {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.pagination__inner a:last-child {
  margin-right: 0;
}

.pagination__inner a[rel=prev], .pagination__inner a[rel=next] {
  padding: 0 13px;
  padding: 0 0.8125rem;
}

.pagination__inner .pagination__prev {
  color: gray;
  border-color: gray;
}

.pagination__inner .pagination__next {
  color: gray;
  border-color: gray;
}

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

.recommended-articles-card__figure {
  width: 100%;
  padding-top: 66.5714285714%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommended-articles-card__figure {
    padding-top: 9.25rem;
  }
}

.recommended-articles-card__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommended-articles-card__txt {
  padding: 4px 21px 15px;
  padding: 0.25rem 1.3125rem 0.9375rem;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .recommended-articles-card__txt {
    padding: 0.1875rem 0.4375rem 0.875rem 0.5625rem;
    margin-top: 0;
  }
}

.recommended-articles-card__txt p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recommended-articles-card__txt p {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.recommended-articles-card__header {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .recommended-articles-card__header {
    margin-bottom: 2.25rem;
  }
}

.recommended-articles-card__title {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.94;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .recommended-articles-card__title {
    font-size: 0.875rem;
    line-height: 2.1875rem;
    margin: 0 0 0.3125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .recommended-articles-card__period {
    display: none;
  }
}

.recommended-articles-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recommended-articles-card__category {
  color: #000;
  background-color: #ffea2e;
  padding: 1px 3px 1px 5px;
  padding: 0.0625rem 0.1875rem 0.0625rem 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .recommended-articles-card__category {
    padding: 0 0.375rem;
    vertical-align: middle;
  }
}

.recommended-articles-card__info time {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.recommended-articles__inner {
  padding: 0 20px;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .recommended-articles__inner {
    width: 100%;
    max-width: 71.875rem;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.recommended-articles__inner h2 {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  text-align: center;
  padding: 9px 0 10px;
  padding: 0.5625rem 0 0.625rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recommended-articles__inner h2 {
    padding: 0.5625rem 0 0.5rem;
    background-color: #a5c5d6;
    margin-bottom: 5rem;
  }
}

.recommended-articles__items {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recommended-articles__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.sec-title-en {
  color: #666666;
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.works-detail-page-contents-dateAndCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-detail-page-contents-dateAndCategory__date {
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents-dateAndCategory__date {
    margin-right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .works-detail-page-contents-dateAndCategory__category {
    margin-right: 3.8125rem;
  }
}

.works-detail-page-contents-dateAndCategory__category span {
  display: block;
  border: 1px solid #082f50;
  padding: 5px 20px 4px;
  padding: 0.3125rem 1.25rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents-dateAndCategory__category span {
    font-weight: 500;
    padding: 0.375rem 1.375rem 0.3125rem 1.3125rem;
    white-space: nowrap;
  }
}

.works-detail-page-contents-features-feature {
  position: relative;
}

.works-detail-page-contents-features-feature__title {
  position: absolute;
  top: -21.5px;
  top: -1.34375rem;
  left: 24px;
  left: 1.5rem;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  padding: 8px 24px 9px;
  padding: 0.5rem 1.5rem 0.5625rem;
  border-radius: 2rem;
  background-color: #fff;
}

.works-detail-page-contents-features-feature__txt {
  border: solid 1px #082f50;
  border: solid 0.0625rem #082f50;
  padding: 56px 10px 33px;
  padding: 3.5rem 0.625rem 2.0625rem;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  line-height: 35px;
  line-height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents-features-feature__txt {
    padding: 2.75rem 1.375rem 2rem 1.4375rem;
  }
}

.works-detail-page-contents-features__inner {
  width: 100%;
  padding: 20px 20px 0;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents-features__inner {
    padding: 0;
  }
}

.works-detail-page-contents-features__feature {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents-features__feature {
    margin-bottom: 4.4375rem;
  }
}

.works-detail-page-contents-features__feature:last-child {
  margin-bottom: 0;
}

.works-detail-page-contents-swiper-main {
  position: relative;
  overflow: hidden;
}

.works-detail-page-contents-swiper-main .swiper-slide {
  padding-top: 66.9333333333%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents-swiper-main .swiper-slide {
    padding-top: 53.4418022528%;
  }
}

.works-detail-page-contents-swiper-main .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-detail-page-contents-swiper-main .swiper-button-prev, .works-detail-page-contents-swiper-main .swiper-button-next {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #fff;
}

.works-detail-page-contents-swiper-main .swiper-button-prev__position, .works-detail-page-contents-swiper-main .swiper-button-next__position {
  position: relative;
  width: 100%;
  height: 100%;
}

.works-detail-page-contents-swiper-main .swiper-button-prev__position::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 2px;
  height: 0.125rem;
  top: 10px;
  top: 0.625rem;
  left: 8px;
  left: 0.5rem;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #666666;
}

.works-detail-page-contents-swiper-main .swiper-button-prev__position::after {
  position: absolute;
  content: "";
  width: 35%;
  height: 2px;
  height: 0.125rem;
  top: 17px;
  top: 1.0625rem;
  left: 9px;
  left: 0.5625rem;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #666666;
}

.works-detail-page-contents-swiper-main .swiper-button-next__position::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 2px;
  height: 0.125rem;
  top: 11px;
  top: 0.6875rem;
  left: 9px;
  left: 0.5625rem;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background-color: #666666;
}

.works-detail-page-contents-swiper-main .swiper-button-next__position::after {
  position: absolute;
  content: "";
  width: 35%;
  height: 2px;
  height: 0.125rem;
  top: 18px;
  top: 1.125rem;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background-color: #666666;
}

.works-detail-page-contents-swiper-thumbnail {
  overflow: hidden;
}

.works-detail-page-contents-swiper-thumbnail .swiper-slide {
  position: relative;
  width: 43.4666666667%;
  padding-top: 43.4666666667%;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents-swiper-thumbnail .swiper-slide {
    padding-top: 11.625%;
  }
}

.works-detail-page-contents-swiper-thumbnail .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-detail-page-contents-swiper-thumbnail .swiper-slide-active {
  opacity: 1;
}

.works-detail-page-contents {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents {
    margin-bottom: 9.375rem;
  }
}

.works-detail-page-contents__inner {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents__inner {
    padding: 0 25px;
  }
}

.works-detail-page-contents__breadcrumb {
  padding: 0 20px;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents__breadcrumb {
    padding: 0;
    margin-bottom: 5.6875rem;
  }
}

.works-detail-page-contents__content {
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto 120px;
  margin: 0 auto 7.5rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents__content {
    margin: 0 auto 6.5rem;
  }
}

.works-detail-page-contents__title {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 20px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents__title {
    padding: 0;
  }
}

.works-detail-page-contents__dateAndCategory {
  padding: 0 20px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents__dateAndCategory {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.works-detail-page-contents__swiper {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .works-detail-page-contents__swiper {
    margin-bottom: 6.4375rem;
  }
}

.works-detail-page-contents__swiper-main {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.works-media-pic-swiper {
  overflow: hidden;
}

.works-media__pic {
  width: 100%;
  margin-right: 32px;
  margin-right: 2rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .works-media__pic {
    width: 50.6363636364%;
    padding-bottom: 2.5rem;
  }
}

.works-media__pic .swiper-slide figure {
  width: 100%;
  padding-top: 69.6%;
  position: relative;
}

.works-media__pic .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .works-media__pic .swiper-pagination {
    padding-right: 2.5rem;
  }
}

.works-media__pic .swiper-pagination-bullet {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #2999c4;
  opacity: 1;
}

.works-media__pic .swiper-pagination-bullet-active {
  background: #666666;
}

.works-media__content {
  width: 100%;
  padding: 0 20px 21px;
  padding: 0 1.25rem 1.3125rem;
  margin-top: -6px;
  margin-top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .works-media__content {
    width: 46.3636363636%;
    padding: 0 0 2.5rem 0;
    margin-top: 0;
  }
}

.works-media__title {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-media__title {
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    margin-bottom: 2.625rem;
    text-align: left;
  }
}

.works-media__copy {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .works-media__copy {
    line-height: 2.1875;
    letter-spacing: 0.03125rem;
    margin-bottom: 3rem;
  }
}

.works-media__button {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works-media__button {
    font-size: 1rem;
    width: 0;
    padding: 1.875rem 11.25rem;
    margin: 0 auto 0 0;
  }
}

.works-page-contents-article__title {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-align: center;
}

.works-page-contents-article__figure {
  position: relative;
  padding-top: 66.4761904762%;
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .works-page-contents-article__figure {
    margin: 0 0 0.75rem;
  }
}

.works-page-contents-article__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-page-contents-article__figure span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #111;
  padding: 8px 20px 9px;
  padding: 0.5rem 1.25rem 0.5625rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

@media screen and (min-width: 768px) {
  .works-page-contents__inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.works-page-contents__breadcrumb {
  padding: 16px 20px 0;
  padding: 1rem 1.25rem 0;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .works-page-contents__breadcrumb {
    padding: 0;
    margin-bottom: 7.1875rem;
  }
}

.works-page-contents__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  row-gap: 1rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding: 0 20px;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .works-page-contents__category-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}

.works-page-contents__category-list li {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin: 0;
  cursor: pointer;
}

.works-page-contents__category-list li.current-cat {
  color: #fff;
  background-color: #082f50;
}

.works-page-contents__category-list li a {
  display: block;
  padding: 3px 8px 4px;
  padding: 0.1875rem 0.5rem 0.25rem;
}

.works-page-contents__articles {
  display: grid;
  row-gap: 48px;
  row-gap: 3rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .works-page-contents__articles {
    grid-template-columns: repeat(2, 47.7272727273%);
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    row-gap: 7.0625rem;
    margin-bottom: 6.5rem;
  }
}

.works-page-contents__article {
  display: block;
}

.works-page-contents__article:last-child {
  margin-bottom: 0;
}

.works-sec-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  position: relative;
  margin: 0 0 52px 0;
  margin: 0 0 3.25rem 0;
}
@media screen and (min-width: 768px) {
  .works-sec-title {
    width: 100%;
    max-width: 68.75rem;
    margin: 0 auto;
    padding-bottom: 2.25rem;
  }
}

.works-sec-title__en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Noto Serif JP", serif;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .works-sec-title__en {
    position: absolute;
    bottom: 0;
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
    line-height: 1;
    right: 0;
    bottom: -0.4375rem;
  }
}

.works-sec-title__ja {
  position: absolute;
  top: 50px;
  top: 3.125rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .works-sec-title__ja {
    position: static;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03125rem;
  }
}

.works {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto 72px;
  margin: 0 auto 4.5rem;
}
@media screen and (min-width: 768px) {
  .works {
    max-width: none;
    padding-top: 3.125rem;
    margin-bottom: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .works__body {
    padding: 5rem 0 2.625rem;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, transparent), color-stop(30%, #a5c5d6), to(#a5c5d6));
    background: linear-gradient(90deg, transparent 0%, transparent 30%, #a5c5d6 30%, #a5c5d6 100%);
  }
}

.works__container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works__container {
    padding: 0 5.625rem;
  }
}

.works__media {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  text-align: center;
  line-height: 1;
}

.wp-pagenavi a:hover {
  color: #082f50;
  background-color: #fff;
}

.wp-pagenavi span {
  cursor: default;
}

.page {
  line-height: 1;
  border: 1px solid #082f50;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
  margin: 0 8px;
  margin: 0 0.5rem;
}

.current {
  font-weight: 300;
  color: #fff;
  background-color: #082f50;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
  margin: 0 8px;
  margin: 0 0.5rem;
  line-height: 1;
  border: 1px solid #082f50;
}

.previouspostslink, .nextpostslink {
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  padding: 3px 11px;
  padding: 0.1875rem 0.6875rem;
  border: 1px solid #082f50;
}

.previouspostslink {
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
}

.nextpostslink {
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem;
}
/*# sourceMappingURL=styles.css.map */
