@charset "UTF-8";
/* Common */
.fc-white {
  color: #fff;
}

.fc-red {
  color: #DC000C;
}

.fc-pink {
  color: #E6605E;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}

a.link-underline {
  text-decoration: underline;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}
body {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  color: #030303;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
  scrollbar-width: none;
  background: #fff;
}
body::-webkit-scrollbar {
  display: none;
}

main {
  position: relative;
  overflow: hidden;
  margin: 130px 0 0;
}
main.lower {
  padding: 95px 0 200px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

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

ol.list-decimal {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.list-brackets li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.list-brackets li:before {
  content: "(" counter(cnt) ") ";
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

a.txt-link {
  color: #4A88ED;
}
a.link-underline {
  text-decoration: underline;
}

.txt-link {
  color: #4A88ED;
}

b,
strong,
.bold {
  font-weight: 700;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.aligncenter {
  margin: 0 auto;
}

.ta-center {
  text-align: center;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.spOnly {
  display: none;
}

.spTabOnly {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: inherit;
  font-size: 12px;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select {
  height: 58px;
  padding: 0 18px;
  line-height: 1;
  background: #f0f0f0 !important;
  border: none;
  border-radius: 0;
}

.upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upload-box [type=file],
.upload-box .mwform-file-delete,
.upload-box .mw-wp-form_file {
  display: none !important;
}
.upload-box label {
  padding: 16px 32px;
  color: #fff;
  background-color: #184FC9;
  cursor: pointer;
  text-align: center;
}
.upload-box .js-form-file-filename {
  width: 100%;
}

textarea {
  height: 330px;
  padding: 10px 14px;
  background: #f0f0f0 !important;
  border: none;
  border-radius: 0;
}

.select-wrap {
  position: relative;
  max-width: 350px;
  width: calc((100% - 30px) / 2);
}
.select-wrap:after {
  position: absolute;
  top: calc((100% - 18px) / 2);
  right: 16px;
  color: #A3A3A3;
  font-size: 12px;
  line-height: 1;
  content: "▼";
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-radio .wpcf7-list-item label input {
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 8px 0 0;
  border: 1px solid #707070;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item label input:checked:before {
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc((100% - 18px) / 2);
  left: calc((100% - 18px) / 2);
  background: #dc000c;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
}

.mw_wp_form.mw_wp_form_send_error,
.mw_wp_form.mw_wp_form_complete {
  padding: 110px;
  max-width: 1380px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.form-wrap {
  padding: 110px;
  max-width: 1380px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
}
.form-wrap .form-lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #DC000C;
}
.form-wrap .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #9D9D9D;
  gap: 2%;
}
.form-wrap .form-item .ttl {
  width: 25%;
  font-weight: 500;
}
.form-wrap .form-item .ttl > .required,
.form-wrap .form-item .ttl > .optional {
  display: block;
  width: 58px;
  margin: 6px 0 0;
  border-radius: 3px;
  background: #fccc71;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.form-wrap .form-item .ttl .optional {
  background: #c6c8c9;
}
.form-wrap .form-item .input {
  width: 73%;
  padding: 0 8px;
}
.form-wrap .form-item .input.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.form-wrap .form-item .input.is-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
}
.form-wrap .form-item .input.is-radio .wpcf7-radio .wpcf7-list-item span {
  width: calc(100% - 26px);
}
.form-wrap .form-item.is-policy {
  border-bottom: none;
}
.form-wrap .form-item.is-policy .input {
  height: 330px;
  padding: 10px 14px;
  background: #f0f0f0;
  overflow: scroll;
}
.form-wrap .agreement {
  padding: 0 0 40px;
  border-bottom: 1px solid #9D9D9D;
}
.form-wrap .agreement .ttl {
  text-align: center;
}
.form-wrap .agreement .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-wrap .agreement .input .error {
  width: 100%;
  text-align: center;
}

.btn-send {
  position: relative;
  display: block;
  max-width: 598px;
  width: 100%;
  height: 154px;
  margin: 80px auto 0;
  border-radius: 60px;
  background: #050505;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.1em;
}
.btn-send:after {
  position: absolute;
  width: 13.5px;
  height: 23.62px;
  top: calc((100% - 23.62px) / 2);
  right: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/common/chevron-white.svg");
  z-index: 10;
  content: "";
}

/* Components */
#top .news-list {
  max-width: 1080px;
  margin: 124px auto 0;
  padding: 40px 60px;
  background: #fff;
}
#top .news-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .news-list .item .item-date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#top .news-list .item .item-cat {
  min-width: 120px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 12.5px;
  background: #dc000c;
  text-align: center;
  color: #fff;
}
#top .news-list .item .item-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .news-list .item .item-ttl a {
  text-decoration: underline;
  letter-spacing: 0.1em;
}
#top .news-list .item + .item {
  margin: 40px 0 0;
}

.cases-slider {
  position: relative;
  width: 100%;
  padding: 0 36px;
  overflow: hidden;
}
.cases-slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 40px;
}
.cases-slider:not(.swiper-initialized) .swiper-button-prev,
.cases-slider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.cases-slider .item {
  position: relative;
  background: #fff;
  border: 1px solid #050505;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.cases-slider .item > a {
  display: block;
  padding: 45px 30px 40px;
}
.cases-slider .item .thumb {
  position: relative;
  padding-top: 58.7131367292%;
  background: #efe5e5;
  border: 1px solid #707070;
}
.cases-slider .item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.cases-slider .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 17px;
}
.cases-slider .item .info .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.cases-slider .item .info .cat {
  min-width: 120px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 12.5px;
  background: #dc000c;
  text-align: center;
  color: #fff;
}
.cases-slider .item .text .ttl {
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
.cases-slider .item .text .excerpt {
  margin: 10px 0 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.cases-slider .swiper-button-prev,
.cases-slider .swiper-button-next {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc((100% - 80px) / 2);
  margin-top: -40px;
  background-image: url("../img/common/arrow-slider.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.cases-slider .swiper-button-prev::after,
.cases-slider .swiper-button-prev > svg,
.cases-slider .swiper-button-next::after,
.cases-slider .swiper-button-next > svg {
  display: none;
}
.cases-slider .swiper-button-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.cases-slider .swiper-button-next {
  right: 0;
}

.cases-empty .img {
  max-width: 516px;
  margin: 0 auto;
}
.cases-empty .text {
  margin: 20px 0 0;
}
.cases-empty .text > p {
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  text-align: center;
}
.cases-empty .text > p:first-of-type {
  font-size: 40px;
}
.cases-empty .text > p:last-of-type {
  margin: 20px 0 0;
  font-size: 35px;
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-list .event-item {
  position: relative;
  background: #fff;
  border: 1px solid #050505;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
}
.event-list .event-item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 60px 32px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.event-list .event-item > a:before {
  position: absolute;
  width: 58px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0px 20px 20px 0px;
  background-color: #000;
  background-image: url("../img/common/chevron-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.event-list .event-item .event-item__thumb {
  width: 225px;
  aspect-ratio: 225/132;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ebebeb;
}
.event-list .event-item .event-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-list .event-item .event-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 12px;
}
.event-list .event-item .event-item__info .event-item__cat {
  display: inline-block;
  padding: 3px 14px;
  font-size: 14px;
  font-weight: bold;
  background: #E6605E;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
.event-list .event-item .event-item__info .event-item__date {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.event-list .event-item .event-item__info .event-item__ttl {
  width: 100%;
  margin: 12px 0 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.event-list .event-item .event-item__info .event-item__excerpt {
  width: 100%;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event-list + .btn {
  margin-top: 50px;
}

.top-member {
  position: relative;
  padding: 90px 20px 160px;
}
.top-member:after {
  position: absolute;
  width: 28.059375%;
  height: 442.92px;
  bottom: -40px;
  right: -5%;
  background-image: url("../img/common/deco02.png");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  content: "";
  z-index: 1;
}
.top-member .inner {
  max-width: 1380px;
  margin: 0 auto;
}
.top-member__lead {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.top-member__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 80px;
  margin-top: 80px;
  gap: 50px 30px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.top-member__item-image {
  width: 100%;
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #efe5e5;
  border: 1px solid #79c9fc;
}
.top-member__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-member__item-position {
  text-align: center;
  margin: 18px 0 0;
  font-size: 20px;
  font-weight: 900;
}
.top-member__item-name {
  margin: 4px 0 0;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}
.top-member__item-text {
  margin: 10px 0 0;
  font-size: 18px;
  text-align: center;
}

.kv__article {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  min-width: 500px;
  width: 50%;
  bottom: 60px;
  left: calc(50% - 50vw);
  z-index: 10;
}
.kv__article.is-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.kv__article a {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  border-left: none;
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  font-size: 16px;
  text-decoration: none;
}
.kv__article .kv__article-thumb {
  width: 160px;
}
.kv__article .kv__article-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.kv__article .kv__article-meta {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.kv__article .kv__article-cat {
  display: inline-block;
  padding: 3px 14px;
  background: #DC000C;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.kv__article .kv__article-date {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.kv__article .kv__article-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  text-decoration: underline;
  letter-spacing: 0.05em;
}

.pagination {
  max-width: 1244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.pagination .pagination-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 48px;
}
.pagination .pagination-top > span {
  display: none;
}
.pagination .pagination-top .btn {
  position: relative;
}
.pagination .pagination-top .btn:before {
  position: absolute;
  width: 13.5px;
  height: 23.62px;
  top: calc((100% - 23.62px) / 2);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/common/chevron-black.svg");
  z-index: 10;
  content: "";
}
.pagination .pagination-top .btn.next:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 6.6889632107%;
}
.pagination .pagination-top .btn.prev:before {
  right: 6.6889632107%;
}
.pagination .pagination-bottom {
  width: 100%;
}
.pagination .btn {
  width: 100%;
}
.pagination .btn a {
  font-size: 30px;
}

.pagination-archive {
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.pagination-archive .page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  font-weight: 800;
  border-radius: 50%;
  border: 2px solid #000;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #030303;
}
.pagination-archive .page-numbers.current {
  background: #000000;
  color: #fff;
}
.pagination-archive .page-numbers.next, .pagination-archive .page-numbers.prev {
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 16.35px solid #000000;
  border-right: 0;
}
.pagination-archive .page-numbers.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Layouts */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 90;
}
header .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;
  gap: 20px;
}
header .header-inner .logo {
  max-width: 370px;
  width: 16%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
}
header .header-inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .header-inner .right .pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  gap: 20px;
  font-weight: bold;
  font-size: 20px;
  font-size: clamp(16px, 1.1vw, 20px);
  letter-spacing: 0.04em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner .right .pnav > li:not(.banner-event) {
  position: relative;
  padding: 0 0 3px;
}
header .header-inner .right .pnav > li:not(.banner-event):after {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #dc000c;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
header .header-inner .right .pnav > li:not(.banner-event):hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .header-inner .right .pnav > li:not(.banner-event).is-active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .header-inner .right .banner-event {
  max-width: 302px;
  width: 15%;
  margin-left: auto;
}
header .header-inner .right.is-open {
  position: fixed;
  display: block;
  padding: 90px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: #dc000c;
  z-index: 90;
  -webkit-animation: fadeIn 0.5s ease normal backwards;
          animation: fadeIn 0.5s ease normal backwards;
}
header .header-inner .right.is-open .pnav {
  max-width: 84%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
header .header-inner .right.is-open .pnav li {
  position: relative;
}
header .header-inner .right.is-open .pnav li a {
  color: #fff;
}
header .hamburger {
  position: relative;
  display: none;
  width: 42px;
  height: 14px;
}
header .hamburger > span {
  position: absolute;
  right: 0;
  height: 3px;
  background: #DC000C;
}
header .hamburger > span:first-of-type {
  top: 0;
  width: 31px;
}
header .hamburger > span:last-of-type {
  bottom: 0;
  width: 42px;
}
header .close {
  position: absolute;
  display: none;
  width: 33.09px;
  height: 31.67px;
  top: 20px;
  right: 20px;
  z-index: 99;
}
header .close.is-open {
  display: block;
}
header .close > span {
  position: absolute;
  width: 31px;
  height: 3px;
  background: #fff;
  top: 20px;
  right: 0;
}
header .close > span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .close > span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
footer .footer-top {
  padding: 80px 20px;
  border-top: 2px solid #DC000C;
}
footer .footer-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-top ul li a {
  font-weight: bold;
  font-size: 20px;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: 0.04em;
  text-align: left;
  color: #030303;
}
footer .footer-bottom {
  padding: 80px 20px 40px;
  background: #DC000C;
  color: #fff;
  text-align: center;
}
footer .footer-bottom figure {
  max-width: 380.46px;
  margin: 0 auto;
}
footer .footer-bottom p {
  margin: 25px 0 0;
}
footer .footer-bottom p:first-of-type {
  font-size: 20px;
}
footer .footer-bottom p:last-of-type {
  margin: 50px 0 0;
}

.to-top {
  position: absolute;
  bottom: 60px;
  right: 7.8125%;
}
.to-top a {
  width: 120.04px;
  height: 120.04px;
}

/* Pages */
#top .top-common__lead {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.1em;
}
#top .kv {
  position: relative;
  padding: 0 0 200px;
}
#top .kv .kv__hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  max-width: 1600px;
  max-height: 1000px;
  height: 100vh;
  margin: 0 auto;
}
#top .kv .kv__hero .kv__hero-text {
  max-width: 1380px;
  width: 70%;
  margin: 10% auto 0;
  padding: 0 22px;
  font-weight: 900;
  font-size: 70px;
  font-size: clamp(50px, 4.3vw, 70px);
}
#top .kv .kv__hero .kv__hero-visual {
  position: relative;
  float: right;
}
#top .kv .kv__hero .kv__hero-visual > div:first-of-type {
  top: -7%;
  right: -6%;
  -webkit-animation: 6s linear infinite rotation01;
          animation: 6s linear infinite rotation01;
}
#top .kv .kv__hero .kv__hero-visual > div:last-of-type {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 16%;
  right: 24%;
  -webkit-animation: 6s linear infinite rotation01;
          animation: 6s linear infinite rotation01;
}
@-webkit-keyframes rotation01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#top .kv .kv__lead {
  position: relative;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.1em;
  line-height: 2.68;
  z-index: 10;
}
#top .kv .kv__lead .highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7e406));
  background: linear-gradient(transparent 60%, #f7e406 60%);
}
#top .kv .sign {
  position: relative;
  margin: 0 auto;
  padding: 140px 0 0;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  background: #fff;
}
#top .kv .sign .kv__sign-logo {
  padding: 40px 0;
}
#top .kv .sign .kv__sign-logo .kv__sign-logo-img {
  position: relative;
  width: 221.27px;
}
#top .kv .sign .kv__sign-logo .kv__sign-logo-img:before {
  position: absolute;
  width: 108.32px;
  height: 88.53px;
  top: calc((100% - 88.53px) / 2);
  left: -131px;
  background-image: url("../img/common/logo-maimai01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#top .kv .sign .kv__sign-logo.is-animated_first .kv__sign-logo-img {
  -webkit-animation: scroll-left 12s ease-out forwards;
          animation: scroll-left 12s ease-out forwards;
}
#top .kv .sign .kv__sign-logo.is-animated_second .kv__sign-logo-img:before {
  width: 148.4px;
  height: 108.52px;
  top: -39px;
  left: -178px;
  background-image: url("../img/common/logo-maimai02.svg");
}
#top .kv .sign .kv__sign-logo.is-animated_third .kv__sign-logo-img {
  -webkit-transform: translateX(47vw);
          transform: translateX(47vw);
  -webkit-animation: scroll-left2 12s linear 1s forwards;
          animation: scroll-left2 12s linear 1s forwards;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(calc(100vw + 221.27px));
            transform: translateX(calc(100vw + 221.27px));
  }
  100% {
    -webkit-transform: translateX(47vw);
            transform: translateX(47vw);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(calc(100vw + 221.27px));
            transform: translateX(calc(100vw + 221.27px));
  }
  100% {
    -webkit-transform: translateX(47vw);
            transform: translateX(47vw);
  }
}
@-webkit-keyframes scroll-left2 {
  100% {
    -webkit-transform: translateX(-47vw);
            transform: translateX(-47vw);
  }
}
@keyframes scroll-left2 {
  100% {
    -webkit-transform: translateX(-47vw);
            transform: translateX(-47vw);
  }
}
#top .kv .sign span {
  font-size: 30px;
}
#top .business {
  padding: 90px 20px 200px;
  background: #F7E405;
}
#top .business .inner {
  max-width: 1380px;
  margin: 0 auto;
}
#top .business .business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 88px auto 0;
  gap: 30px;
}
#top .business .business__list > .business__item {
  position: relative;
  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-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 30px;
  background: #fff;
  border-radius: 20px;
  gap: 20px;
}
#top .business .business__list > .business__item > .business__item-thumb {
  position: relative;
  width: 100%;
}
#top .business .business__list > .business__item > .business__item-thumb span {
  display: block;
  width: 100%;
  padding-top: 68.0802915418%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#top .business .business__list > .business__item .business__item-body {
  width: 100%;
}
#top .business .business__list > .business__item .business__item-body .business__item-title {
  margin: 16px 0 0;
  padding: 0 0 10px;
  font-size: 25px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.8;
  border-bottom: 2px solid #f36f56;
}
#top .business .business__list > .business__item .business__item-body > p {
  margin: 20px 0 0;
  line-height: 2;
}
#top .business .business__list > .business__item > figure.business__item-logo {
  position: absolute;
  width: 48.44316%;
  right: 0;
  bottom: 0;
}
#top .business .business__list > .business__item:last-of-type {
  grid-column: 1/-1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#top .business .business__list > .business__item:last-of-type dl {
  word-break: break-word;
}
#top .business .business__list > .business__item:last-of-type dl dt {
  font-weight: 900;
}
#top .business .business__list > .business__item:last-of-type dl dd + dt {
  margin: 10px 0 0;
}
#top .service {
  position: relative;
  padding: 116px 20px 200px;
}
#top .service:after {
  position: absolute;
  width: 28.059375%;
  height: 442.92px;
  bottom: -40px;
  right: -5%;
  background-image: url("../img/common/deco02.png");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  content: "";
  z-index: 1;
}
#top .service .inner {
  max-width: 1380px;
  margin: 0 auto;
}
#top .service .service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 88px auto 0;
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .service .service__list > .service__item {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 60px;
  background: #fff;
  border-radius: 20px;
}
#top .service .service__list > .service__item .service__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 0 16px 16px;
  border-bottom: 3px solid #ED1111;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#top .service .service__list > .service__item .service__item-title > a,
#top .service .service__list > .service__item .service__item-title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 25px;
  font-size: clamp(16px, 1.5vw, 25px);
}
#top .service .service__list > .service__item .service__item-title > a::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #DC000C url("../img/common/chevron-white.svg") no-repeat center;
  background-size: 10px auto;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
#top .service .service__list > .service__item .service__item-body {
  margin: 30px 0 0;
}
#top .service .service__list > .service__item .service__item-body .service__item-text {
  font-size: 18px;
  line-height: 2;
}
#top .service .service__list > .service__item .service__item-body .service__item-cols {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .service .service__list > .service__item .service__item-body .service__item-cols-image picture {
  display: block;
}
#top .service .service__list > .service__item .service__item-body .service__item-cols-image img {
  width: 100%;
  height: auto;
  display: block;
}
#top .service .service__list > .service__item .service__item-body .service__item-cols-text {
  font-size: 18px;
  line-height: 2;
}
#top .service .service__list > .service__item .service__item-body .service__item-cols-text .fc-red {
  display: inline-block;
  margin-top: 6px;
  font-weight: bold;
}
#top .service .service__list > .service__item .service__btn {
  width: 562px;
  height: 100px;
  margin-top: 60px;
}
#top .service .service__list > .service__item .service__btn > a {
  font-size: 18px;
}
#top .service .service__list > .service__item .service__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 58px 0 0;
}
#top .service .service__list > .service__item .service__sub-list .service__sub-item figure img {
  width: 100%;
  height: auto;
}
#top .service .service__list > .service__item .service__sub-list .service__sub-item .service__sub-item-title {
  margin: 16px 0 0;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
#top .service .service__list > .service__item .service__sub-list .service__sub-item .service__sub-item-text {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#top .service .service__list > .service__item .service__sub-list .service__sub-item .btn {
  margin: 28px auto 0;
  max-width: 322px;
  height: 82px;
  font-size: 18px;
}
#top .service .service__list > .service__item.service-yorisoilabo .service__item-title > span {
  gap: 70px;
}
#top .service .service__list > .service__item.service-yorisoilabo .service__item-title > span > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#top .aboutus {
  padding: 190px 20px 100px;
}
#top .aboutus .inner {
  max-width: 1380px;
  margin: 0 auto;
}
#top .aboutus .aboutus-list {
  max-width: 1080px;
  margin: 88px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .aboutus .aboutus-list > dt,
#top .aboutus .aboutus-list > dd {
  padding: 20px;
  border-top: 2px solid #050505;
  font-size: 18px;
}
#top .aboutus .aboutus-list > dt:last-of-type,
#top .aboutus .aboutus-list > dd:last-of-type {
  border-bottom: 2px solid #050505;
}
#top .aboutus .aboutus-list > dt {
  width: 14.8148148148%;
  font-weight: bold;
}
#top .aboutus .aboutus-list > dd {
  width: 85.1851851852%;
  font-weight: 500;
}
#top .board-member {
  position: relative;
  padding: 100px 20px;
  background: url(../img/common/deco04.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
#top .board-member .inner {
  max-width: 1380px;
  margin: 0 auto;
}
#top .board-member .board-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1144px;
  margin: 120px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .board-member .board-member-list .board-member-item {
  max-width: 461px;
  width: 40.2972027972%;
}
#top .board-member .board-member-list .board-member-item__img {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
#top .board-member .board-member-list .board-member-item__img:before {
  content: "";
  display: block;
  padding-top: 116.6666666667%;
}
#top .board-member .board-member-list .board-member-item__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: itmFade2-chg-itm-anim 10s infinite;
          animation: itmFade2-chg-itm-anim 10s infinite;
}
#top .board-member .board-member-list .board-member-item__img figure img {
  display: inline-block;
  max-width: none;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#top .board-member .board-member-list .board-member-item__img figure:first-of-type {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#top .board-member .board-member-list .board-member-item__img figure:last-of-type {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@-webkit-keyframes itmFade2-chg-itm-anim {
  0% {
    opacity: 0;
    z-index: 2;
  }
  17% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes itmFade2-chg-itm-anim {
  0% {
    opacity: 0;
    z-index: 2;
  }
  17% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
#top .board-member .board-member-list .board-member-item__ttl {
  margin: 20px 0 0;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 900;
}
#top .board-member .board-member-list .board-member-item__ttl span {
  display: block;
  font-size: 20px;
}
#top .board-member .board-member-list .board-member-item > p {
  margin: 20px 0 0;
}
#top .board-member .board-member-list .board-member-item__label {
  color: #bd311a;
  font-weight: 700;
}
#top .board-member .board-member-list .board-member-item:last-of-type {
  margin-top: 20%;
}
#top .news {
  padding: 97px 20px 157px;
  background-color: #DBF0EE;
  background-image: url("../img/common/deco03.png");
  background-position: top left;
  background-size: 85.88% auto;
  background-repeat: no-repeat;
}
#top .news .inner {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}
#top .news .inner:before {
  position: absolute;
  width: 169.32px;
  height: 77.52px;
  top: -174.52px;
  left: 0;
  background-image: url("../img/common/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#top .news .btn {
  margin: 90px auto 0;
}
#top .cases {
  padding: 250px 20px 140px;
}
#top .cases .inner {
  max-width: 1380px;
  margin: 0 auto;
}
#top .cases .cases-main {
  margin: 120px auto 0;
}
#top .cases .btn {
  margin: 120px auto 0;
}
#top .cases .top-common__lead {
  margin: 60px 0 0;
}
#top .contact {
  padding: 140px 20px 200px;
  background: #F7E405;
}
#top .contact .contact-content {
  margin: 60px 0 0;
}
#top .board-member-item__note {
  border: 2px solid #f7e8e5;
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
#top .board-member-item__note > p + p {
  margin-top: 1.5em;
}
#top .kakko {
  color: #bd311a;
  font-weight: bold;
}

#news-archive {
  padding: 67px 20px 260px;
}
#news-archive .base-ttl {
  max-width: 1600px;
  margin: 0 auto;
}
#news-archive .content {
  max-width: 1380px;
  margin: 120px auto 0;
  padding: 60px 130px 70px;
  background: #fff;
}
#news-archive .content .news-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 29px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news-archive .content .news-list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#news-archive .content .news-list .item .info .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#news-archive .content .news-list .item .info .cat {
  min-width: 120px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 12.5px;
  background: #dc000c;
  text-align: center;
  color: #fff;
}
#news-archive .content .news-list .item .ttl {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#news-archive .content .news-list .item + .item {
  margin: 40px 0 0;
}

#news-single {
  padding: 67px 20px 260px;
}
#news-single .base-ttl {
  max-width: 1600px;
  margin: 0 auto;
}
#news-single .content {
  max-width: 1380px;
  margin: 120px auto 0;
  padding: 60px 70px 110px;
  background: #fff;
}
#news-single .content .title {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
}
#news-single .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#news-single .content .info .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#news-single .content .info .cat {
  min-width: 120px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 12.5px;
  background: #dc000c;
  text-align: center;
  color: #fff;
}
#news-single .content .article,
#news-single .content .thumb {
  margin: 50px 0 0;
}
#news-single .content .thumb img {
  margin: 0 auto;
}
#news-single .content .article h2 {
  padding: 10px 0;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 28px;
  border-bottom: 3px solid #299186;
}
#news-single .content .article h3 {
  padding: 10px 0;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 25px;
  background-image: linear-gradient(to right, #299186 10px, transparent 10px);
  background-size: 20px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#news-single .content .article p {
  margin: 0 0 30px;
}

#cases-archive {
  background: #F7E405;
  padding: 67px 20px 260px;
}
#cases-archive .base-ttl {
  max-width: 1600px;
  margin: 0 auto;
}
#cases-archive .content {
  position: relative;
  max-width: 1380px;
  margin: 120px auto 0;
  z-index: 10;
}
#cases-archive .content .cases-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#cases-archive .content .cases-list .item {
  position: relative;
  width: calc((100% - 80px) / 3);
  background: #fff;
  border: 1px solid #050505;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
#cases-archive .content .cases-list .item > a {
  display: block;
  padding: 45px 30px 40px;
}
#cases-archive .content .cases-list .item .thumb {
  position: relative;
  padding-top: 58.7131367292%;
  background: #efe5e5;
  border: 1px solid #707070;
}
#cases-archive .content .cases-list .item .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
#cases-archive .content .cases-list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 17px;
}
#cases-archive .content .cases-list .item .info .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#cases-archive .content .cases-list .item .info .cat {
  min-width: 120px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 12.5px;
  background: #dc000c;
  text-align: center;
  color: #fff;
}
#cases-archive .content .cases-list .item .text .ttl {
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
#cases-archive .content .cases-list .item .text .excerpt {
  margin: 10px 0 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#cases-archive .content .cases-list .item:first-of-type:before {
  position: absolute;
  width: 169.32px;
  height: 82.52px;
  top: -82.52px;
  left: 25px;
  background-image: url("../img/common/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

#cases-single {
  padding: 67px 20px 260px;
  background: #F7E405;
}
#cases-single .base-ttl {
  max-width: 1600px;
  margin: 0 auto;
}
#cases-single .content {
  position: relative;
  max-width: 1380px;
  margin: 120px auto 0;
  padding: 60px 70px 110px;
  background: #fff;
}
#cases-single .content:before {
  position: absolute;
  width: 169.32px;
  height: 82.52px;
  top: -82.52px;
  left: 25px;
  background-image: url("../img/common/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#cases-single .content .title {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
}
#cases-single .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#cases-single .content .info .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#cases-single .content .info .cat {
  min-width: 120px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 12.5px;
  background: #dc000c;
  text-align: center;
  color: #fff;
}
#cases-single .content .article,
#cases-single .content .thumb {
  margin: 50px 0 0;
}
#cases-single .content .thumb img {
  margin: 0 auto;
}
#cases-single .content .article h2 {
  margin: 0 0 30px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 28px;
  border-bottom: 3px solid #DC000C;
}
#cases-single .content .article h3 {
  margin: 0 0 30px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 25px;
  background-image: linear-gradient(to right, #299186 10px, transparent 10px);
  background-size: 20px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#cases-single .content .article p {
  margin: 0 0 30px;
}

#event-archive {
  background: #F7E405;
  padding: 67px 20px 260px;
}
#event-archive .base-ttl {
  max-width: 1600px;
  margin: 0 auto;
}
#event-archive .content {
  position: relative;
  max-width: 1380px;
  margin: 120px auto 0;
  z-index: 10;
}
#event-archive .content .event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#event-archive .content .event-list .item {
  position: relative;
  background: #fff;
  border: 1px solid #050505;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
}
#event-archive .content .event-list .item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 60px 32px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#event-archive .content .event-list .item > a:before {
  position: absolute;
  width: 58px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0px 20px 20px 0px;
  background-color: #000;
  background-image: url("../img/common/chevron-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
#event-archive .content .event-list .item .thumb {
  width: 225px;
  aspect-ratio: 225/132;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#event-archive .content .event-list .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#event-archive .content .event-list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0 12px;
}
#event-archive .content .event-list .item .info .cat {
  display: inline-block;
  padding: 3px 14px;
  font-size: 14px;
  font-weight: bold;
  background: #E6605E;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
#event-archive .content .event-list .item .info .date {
  font-size: 18px;
  letter-spacing: 0.05em;
}
#event-archive .content .event-list .item .info .ttl {
  width: 100%;
  margin: 12px 0 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#event-archive .content .event-list .item .info .excerpt {
  width: 100%;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#event-single {
  padding: 67px 20px 260px;
  background: #F7E405;
}
#event-single .base-ttl {
  max-width: 1600px;
  margin: 0 auto;
}
#event-single .content {
  position: relative;
  max-width: 1380px;
  margin: 120px auto 0;
  padding: 60px 70px 110px;
  background: #fff;
}
#event-single .content:before {
  position: absolute;
  width: 169.32px;
  height: 82.52px;
  top: -82.52px;
  left: 25px;
  background-image: url("../img/common/icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#event-single .content .title {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
}
#event-single .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#event-single .content .info .date {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#event-single .content .info .cat {
  min-width: 120px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 12.5px;
  background: #dc000c;
  text-align: center;
  color: #fff;
}
#event-single .content .article,
#event-single .content .thumb {
  margin: 50px 0 0;
}
#event-single .content .thumb img {
  margin: 0 auto;
}
#event-single .content .article h2 {
  margin: 0 0 30px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 28px;
  border-bottom: 3px solid #DC000C;
}
#event-single .content .article h3 {
  margin: 0 0 30px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 25px;
  background-image: linear-gradient(to right, #299186 10px, transparent 10px);
  background-size: 20px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#event-single .content .article p {
  margin: 0 0 30px;
}

#ad-archive {
  padding: 70px 0 200px;
}
#ad-archive .base-ttl {
  max-width: 1600px;
  margin: 0 auto;
}
#ad-archive .inner {
  max-width: 90%;
  margin: 0 auto;
}
#ad-archive .content {
  margin: 110px auto 0;
}
#ad-archive .ad-list {
  max-width: 1380px;
  margin: 0 auto 0;
}
#ad-archive .ad-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px 10px 26px;
  border-bottom: 2px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ad-archive .ad-list .item .date {
  font-size: 18px;
}
#ad-archive .ad-list .item .link-pdf {
  display: block;
  width: 43px;
  height: 43px;
  margin-left: auto;
  font-size: 0;
  background-image: url("../img/common/icon-pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Utilites */
.deco-type01 {
  position: relative;
  overflow: hidden;
}
.deco-type01:before {
  position: absolute;
  width: 40.5208333333%;
  height: 778px;
  top: -107px;
  left: -70px;
  background-image: url("../img/common/deco01.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}
.deco-type01 > .inner {
  position: relative;
  z-index: 2;
}

.deco-type03 {
  background-color: #DBF0EE;
  background-image: url("../img/common/deco03.png");
  background-position: top left;
  background-size: 85.88% auto;
  background-repeat: no-repeat;
}

.deco-type04 {
  background: url(../img/common/deco04.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}

.btn {
  max-width: 598px;
  height: 154px;
  margin: 0 auto;
}
.btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #050505;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn a:hover {
  background: #707070;
  opacity: 1;
}
.btn.is-border a {
  background: #fff;
  border: 5px solid #050505;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  color: #050505;
}
.btn.is-red a {
  background: #DC000C;
  color: #fff;
}
.btn.with-arrow a:after {
  position: absolute;
  width: 13.5px;
  height: 23.62px;
  top: calc((100% - 23.62px) / 2);
  right: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/common/chevron-white.svg");
  z-index: 10;
  content: "";
}

.base-ttl {
  font-size: 60px;
  color: #DC000C;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  line-height: 1.46;
}
.base-ttl span {
  font-size: 22px;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.base-ttl.is-center {
  text-align: center;
}
.base-ttl.is-center span {
  display: block;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px){
  body {
    font-size: 14px;
    line-height: 2;
  }
  .sp-aligncenter {
    margin: 0 auto;
  }
  .spOnly {
    display: block;
  }
  .pcTabOnly {
    display: none;
  }
  input[type=text],
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  select {
    height: 36px;
  }
  .upload-box {
    gap: 6px 12px;
  }
  .upload-box label {
    padding: 10px 20px;
  }
  textarea {
    height: 170px;
    padding: 16px 20px;
    font-size: 16px;
  }
  .form-wrap {
    padding: 40px 15px;
    border-radius: 20px;
  }
  .form-wrap .form-lead {
    font-size: 16px;
  }
  .form-wrap .form-item {
    display: block;
    padding: 20px 0;
  }
  .form-wrap .form-item .ttl {
    width: 100%;
  }
  .form-wrap .form-item .ttl > .required,
  .form-wrap .form-item .ttl > .optional {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .form-wrap .form-item .input {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .form-wrap .form-item .input.is-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .form-wrap .form-item .input.is-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .form-wrap .form-item.is-policy .input {
    height: 170px;
  }
  .form-wrap .agreement {
    padding: 0 0 20px;
  }
  .form-wrap .agreement .input {
    margin: 20px 0 0;
    gap: 20px;
  }
  .btn-send {
    max-width: 302.92px;
    height: 77.77px;
    font-size: 18px;
  }
  .btn-send:after {
    width: 8.52px;
    height: 14.89px;
    top: calc((100% - 14.89px) / 2);
    right: 25px;
  }
  #top .news-list {
    margin: 30px auto 0;
    padding: 30px 20px;
  }
  #top .news-list .item {
    gap: 6px 16px;
  }
  #top .news-list .item .item-ttl {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .cases-slider {
    padding: 0 20px;
    overflow: visible;
  }
  .cases-slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .cases-slider .swiper-button-prev,
  .cases-slider .swiper-button-next {
    display: none;
  }
  .cases-slider .item {
    width: 100% !important;
  }
  .cases-slider .item > a {
    padding: 20px 15px;
  }
  .cases-slider .item .info {
    margin: 10px 0 0;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cases-slider .item .info .date {
    font-size: 14px;
  }
  .cases-slider .item .info .cat {
    padding: 0 6px;
    min-width: 90px;
    font-size: 12px;
  }
  .cases-slider .item .text .ttl {
    font-size: 18px;
  }
  .cases-slider .item .text .excerpt {
    -webkit-line-clamp: 3;
  }
  .cases-slider .swiper-button-prev,
  .cases-slider .swiper-button-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .cases-empty .img {
    max-width: 70%;
  }
  .cases-empty .text > p:first-of-type {
    font-size: 24px;
  }
  .cases-empty .text > p:last-of-type {
    margin: 0;
    font-size: 20px;
  }
  .event-list {
    gap: 20px;
  }
  .event-list .event-item > a {
    padding: 20px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-list .event-item > a:before {
    display: none;
  }
  .event-list .event-item .event-item__thumb {
    width: 100%;
  }
  .event-list .event-item .event-item__info {
    gap: 0 10px;
  }
  .event-list .event-item .event-item__info .event-item__cat {
    font-size: 12px;
    padding: 0 10px;
  }
  .event-list .event-item .event-item__info .event-item__date {
    font-size: 14px;
  }
  .event-list .event-item .event-item__info .event-item__ttl {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .event-list .event-item .event-item__info .event-item__excerpt {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .top-member {
    padding: 50px 20px 90px;
  }
  .top-member:after {
    display: none;
  }
  .top-member__lead {
    margin-top: 40px;
    font-size: 16px;
  }
  .top-member__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    padding: 0;
    gap: 30px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top-member__item-position {
    font-size: 14px;
  }
  .top-member__item-name {
    font-size: 18px;
    line-height: 1.4;
  }
  .top-member__item-text {
    font-size: 14px;
    text-align: left;
  }
  .kv__article {
    position: relative;
    min-width: auto;
    width: 90%;
    margin-top: 20px;
    bottom: auto;
  }
  .kv__article a {
    grid-template-columns: 0.7fr 1fr;
    grid-template-rows: auto auto;
    gap: 4px 10px;
    padding: 14px 16px;
  }
  .kv__article .kv__article-thumb {
    width: 100%;
    grid-row: 1/3;
  }
  .kv__article .kv__article-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .kv__article .kv__article-cat {
    font-size: 11px;
    padding: 0px 12px;
  }
  .kv__article .kv__article-date {
    font-size: 11px;
  }
  .kv__article .kv__article-title {
    font-size: 12px;
  }
  .pagination {
    margin: 60px 0 0;
    gap: 20px;
  }
  .pagination .pagination-top {
    gap: 14px;
  }
  .pagination .pagination-top .btn:before {
    width: 7.5px;
    height: 14.62px;
    top: calc((100% - 14.62px) / 2);
  }
  .pagination .btn a {
    font-size: 17px;
  }
  .pagination-archive {
    margin: 40px auto 0;
    gap: 15px;
  }
  footer .footer-top {
    padding: 40px 20px 70px;
  }
  footer .footer-top ul {
    max-width: 84%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  footer .footer-top ul li {
    padding: 0 10px;
    border-bottom: 2px solid #DC000C;
  }
  footer .footer-top ul li a {
    position: relative;
    display: block;
    padding: 10px 0 10px 36px;
    font-size: 18px;
  }
  footer .footer-top ul li a:before {
    position: absolute;
    width: 23.6px;
    height: 24.48px;
    top: calc((100% - 24.48px) / 2);
    left: 0;
    background: url(../img/common/icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  footer .footer-bottom {
    padding: 40px 20px 20px;
  }
  footer .footer-bottom figure {
    max-width: 260px;
  }
  .to-top {
    right: 33px;
    bottom: 70px;
  }
  .to-top a {
    width: 87.03px;
    height: 87.03px;
  }
  #top .top-common__lead {
    font-size: 18px;
  }
  #top .kv {
    padding: 0 0 60px;
  }
  #top .kv .kv__hero {
    display: block;
    height: auto;
    padding: 0 0 60px;
  }
  #top .kv .kv__hero .kv__hero-text {
    width: 100%;
    font-size: 28px;
  }
  #top .kv .kv__hero .kv__hero-visual {
    max-width: 80%;
    margin-top: 20px;
    margin-left: auto;
    float: none;
  }
  #top .kv .kv__lead {
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
    line-height: 2.3;
    letter-spacing: 0;
  }
  #top .kv .sign {
    padding: 60px 0 0;
    font-size: 30px;
  }
  #top .kv .sign .kv__sign-logo .kv__sign-logo-img {
    width: 162.57px;
  }
  #top .kv .sign .kv__sign-logo .kv__sign-logo-img:before {
    width: 79.59px;
    height: 65.88px;
    top: calc((100% - 65.88px) / 2);
    left: -100px;
  }
  #top .kv .sign .kv__sign-logo.is-animated_second .kv__sign-logo-img:before {
    width: 103.88px;
    height: 75.9px;
    top: -24px;
    left: -120px;
  }
  #top .kv .sign span {
    display: block;
    font-size: 16px;
  }
  #top .business {
    padding: 30px 20px 60px;
  }
  #top .business .business__list {
    grid-template-columns: 1fr;
    margin: 36px auto 0;
    gap: 20px;
  }
  #top .business .business__list > .business__item {
    padding: 36px 20px;
    gap: 20px;
  }
  #top .business .business__list > .business__item .business__item-body .business__item-title {
    margin: 0;
    font-size: 18px;
    text-align: center;
  }
  #top .business .business__list > .business__item > figure.business__item-logo {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0;
  }
  #top .business .business__list > .business__item:last-of-type {
    font-size: 16px;
  }
  #top .business .business__list > .business__item:last-of-type dl dt {
    font-size: 19px;
  }
  #top .business .business__list > .business__item:last-of-type dl dd {
    font-size: 18px;
  }
  #top .business .business__list > .business__item:last-of-type dl dd + dt {
    margin: 20px 0 0;
  }
  #top .service {
    padding: 30px 20px 140px;
  }
  #top .service:after {
    width: 50%;
    right: -11%;
  }
  #top .service .service__list {
    margin: 36px auto 0;
    gap: 20px;
  }
  #top .service .service__list > .service__item {
    padding: 30px 20px;
  }
  #top .service .service__list > .service__item .service__item-title > a,
  #top .service .service__list > .service__item .service__item-title > span {
    font-size: 16px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    pointer-events: none;
  }
  #top .service .service__list > .service__item .service__item-title > a > span,
  #top .service .service__list > .service__item .service__item-title > span > span {
    width: 100% !important;
  }
  #top .service .service__list > .service__item .service__item-title > a > span img,
  #top .service .service__list > .service__item .service__item-title > span > span img {
    width: 100%;
  }
  #top .service .service__list > .service__item .service__item-title > a::after {
    display: none;
  }
  #top .service .service__list > .service__item .service__item-body .service__item-text {
    font-size: 14px;
  }
  #top .service .service__list > .service__item .service__item-body .service__item-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #top .service .service__list > .service__item .service__item-body .service__item-cols-text {
    font-size: 14px;
  }
  #top .service .service__list > .service__item .service__item-body .service__item-cols-text .fc-red {
    margin-top: 14px;
  }
  #top .service .service__list > .service__item .service__btn {
    margin-top: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1.6;
  }
  #top .service .service__list > .service__item .service__btn > a {
    padding-block: 10px;
  }
  #top .service .service__list > .service__item .service__sub-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #top .service .service__list > .service__item .service__sub-list .service__sub-item .service__sub-item-title {
    font-size: 18px;
  }
  #top .service .service__list > .service__item .service__sub-list .service__sub-item .service__sub-item-text {
    font-size: 14px;
  }
  #top .service .service__list > .service__item .service__sub-list .service__sub-item .btn {
    max-width: 100%;
    height: 68px;
    font-size: 16px;
  }
  #top .service .service__list > .service__item.service-yorisoilabo .service__item-title > span {
    gap: 20px;
  }
  #top .aboutus {
    padding: 40px 20px 20px;
  }
  #top .aboutus .aboutus-list {
    margin: 40px auto 0;
  }
  #top .aboutus .aboutus-list > dt,
  #top .aboutus .aboutus-list > dd {
    padding: 14px 12px 14px 14px;
  }
  #top .aboutus .aboutus-list > dt {
    width: 30%;
  }
  #top .aboutus .aboutus-list > dd {
    width: 70%;
    font-size: 16px;
  }
  #top .board-member {
    padding: 40px 20px;
  }
  #top .board-member .board-member-list {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top .board-member .board-member-list .board-member-item {
    max-width: none;
    width: 100%;
  }
  #top .board-member .board-member-list .board-member-item__ttl {
    margin: 20px -20px 0;
    font-size: 25px;
  }
  #top .board-member .board-member-list .board-member-item__ttl span {
    font-size: 20px;
  }
  #top .news {
    margin: 200px 0 0;
    padding: 40px 20px 80px;
  }
  #top .news .inner:before {
    top: -117.52px;
  }
  #top .news .btn {
    margin: 35px auto 0;
  }
  #top .cases {
    padding: 67px 20px;
  }
  #top .cases .cases-main {
    margin: 60px -20px 0;
  }
  #top .cases .btn {
    margin: 40px auto 0;
  }
  #top .cases .top-common__lead {
    margin: 40px auto 0;
  }
  #top .contact {
    padding: 30px 20px 200px;
  }
  #top .contact .contact-content {
    margin: 24px 0 0;
  }
  #news-archive {
    padding: 40px 20px 200px;
  }
  #news-archive .content {
    margin: 50px auto 0;
    padding: 30px 20px;
  }
  #news-archive .content .news-list .item .info {
    gap: 12px;
  }
  #news-single {
    padding: 40px 20px 200px;
  }
  #news-single .content {
    margin: 50px auto 0;
    padding: 30px 20px;
  }
  #news-single .content .title {
    font-size: 20px;
  }
  #news-single .content .info {
    gap: 20px;
  }
  #news-single .content .article,
  #news-single .content .thumb {
    margin: 30px 0 0;
  }
  #news-single .content .article h2 {
    margin: 0 0 20px;
    font-size: 18px;
  }
  #news-single .content .article h3 {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #news-single .content .article p {
    margin: 0 0 20px;
  }
  #cases-archive {
    padding: 40px 20px 200px;
  }
  #cases-archive .content {
    margin: 80px auto 0;
  }
  #cases-archive .content .cases-list {
    gap: 20px;
  }
  #cases-archive .content .cases-list .item {
    width: 100%;
  }
  #cases-archive .content .cases-list .item > a {
    padding: 20px 15px;
  }
  #cases-archive .content .cases-list .item .info {
    margin: 10px 0 0;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cases-archive .content .cases-list .item .info .date {
    font-size: 14px;
  }
  #cases-archive .content .cases-list .item .info .cat {
    min-width: 90px;
    font-size: 12px;
  }
  #cases-archive .content .cases-list .item .text .ttl {
    font-size: 18px;
  }
  #cases-archive .content .cases-list .item .text .excerpt {
    -webkit-line-clamp: 3;
  }
  #cases-archive .content .cases-list .item:first-of-type:before {
    width: 139.32px;
    height: 52.52px;
    top: -52.52px;
    left: 15px;
  }
  #cases-single {
    padding: 40px 20px 200px;
  }
  #cases-single .content {
    margin: 80px auto 0;
    padding: 30px 20px;
  }
  #cases-single .content:before {
    width: 139.32px;
    height: 52.52px;
    top: -52.52px;
    left: 15px;
  }
  #cases-single .content .title {
    font-size: 20px;
  }
  #cases-single .content .info {
    gap: 20px;
  }
  #cases-single .content .article,
  #cases-single .content .thumb {
    margin: 30px 0 0;
  }
  #cases-single .content .article h2 {
    margin: 0 0 20px;
    font-size: 18px;
  }
  #cases-single .content .article h3 {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #cases-single .content .article p {
    margin: 0 0 20px;
  }
  #event-archive {
    padding: 40px 20px 200px;
  }
  #event-archive .content {
    margin: 80px auto 0;
  }
  #event-archive .content .event-list {
    gap: 20px;
  }
  #event-archive .content .event-list .item > a {
    padding: 20px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #event-archive .content .event-list .item > a:before {
    display: none;
  }
  #event-archive .content .event-list .item .thumb {
    width: 100%;
  }
  #event-archive .content .event-list .item .info {
    gap: 0 10px;
  }
  #event-archive .content .event-list .item .info .cat {
    font-size: 12px;
    padding: 2px 10px;
  }
  #event-archive .content .event-list .item .info .date {
    font-size: 14px;
  }
  #event-archive .content .event-list .item .info .ttl {
    font-size: 18px;
    margin: 10px 0 0;
  }
  #event-archive .content .event-list .item .info .excerpt {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  #event-single {
    padding: 40px 20px 200px;
  }
  #event-single .content {
    margin: 80px auto 0;
    padding: 30px 20px;
  }
  #event-single .content:before {
    width: 139.32px;
    height: 52.52px;
    top: -52.52px;
    left: 15px;
  }
  #event-single .content .title {
    font-size: 20px;
  }
  #event-single .content .info {
    gap: 20px;
  }
  #event-single .content .article,
  #event-single .content .thumb {
    margin: 30px 0 0;
  }
  #event-single .content .article h2 {
    margin: 0 0 20px;
    font-size: 18px;
  }
  #event-single .content .article h3 {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #event-single .content .article p {
    margin: 0 0 20px;
  }
  #ad-archive {
    padding: 40px 20px 200px;
  }
  #ad-archive .inner {
    max-width: none;
    padding: 0 20px;
  }
  #ad-archive .ad-list {
    margin: 60px auto 0;
  }
  #ad-archive .ad-list .item {
    padding: 10px;
    gap: 6px 10px;
  }
  #ad-archive .ad-list .item .ttl {
    width: calc(100% - 40px);
  }
  #ad-archive .ad-list .item .link-pdf {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .deco-type01:before {
    width: 276px;
    height: 276px;
    left: -60px;
  }
  .btn {
    max-width: 302.92px;
    height: 77.77px;
  }
  .btn a {
    font-size: 18px;
  }
  .btn.is-border a {
    border: 3px solid #050505;
  }
  .btn.with-arrow a:after {
    width: 8.52px;
    height: 14.89px;
    top: calc((100% - 14.89px) / 2);
    right: 25px;
  }
  .base-ttl {
    text-align: center;
    font-size: 40px;
  }
  .base-ttl span {
    display: block;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px){
  main {
    margin: 57px 0 0;
  }
}

@media only screen and (max-width: 1064px){
  main.lower {
    padding: 60px 0 80px;
  }
  .pagination-archive .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1380px){
  .spTabOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  header .header-inner {
    padding: 12px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-inner .logo {
    width: 128.29px;
    padding: 0;
  }
  header .header-inner .right {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-inner .right .pnav {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .header-inner .right .pnav > li {
    width: 100%;
  }
  header .header-inner .right .banner-event {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    max-width: 280px;
  }
  header .header-inner .right.is-open .pnav li {
    padding: 6px 10px;
  }
  header .header-inner .right.is-open .pnav li:not(.banner-event) {
    padding-left: 40px;
    border-bottom: 2px solid #fff;
  }
  header .header-inner .right.is-open .pnav li:not(.banner-event):before {
    position: absolute;
    width: 24.35px;
    height: 25.26px;
    top: calc((100% - 25.26px) / 2);
    left: 5px;
    background: url(../img/common/icon02-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  header .hamburger {
    display: block;
  }
}

@media only screen and (min-width: 768px){
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .select-wrap:after {
    right: 23px;
    font-size: 18px;
  }
  #top .service .service__list > .service__item .service__btn__sp {
    display: none;
  }
  #top .service .service__list > .service__item .service__sub-list .service__sub-item figure {
    width: 88%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1064px){
  .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
  }
}

@media only screen and (min-width: 1380px){
  footer .footer-top ul li a {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */