@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

body {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
}

body {
  color: #071725;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 787px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3194444444vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.2s ease-in-out;
  }
}

main {
  overflow: hidden;
  overflow-x: hidden;
}

header {
  height: 3.75rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  header {
    height: 5rem;
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header-wrapper {
    justify-content: space-between;
  }
}

.header-wrapper h1 {
  margin-left: 8%;
  color: #003461;
  font-family: "YuMincho", "游明朝", "Yu Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header-wrapper h1 {
    margin: initial;
    margin-left: 8%;
    font-family: "YuMincho", "游明朝", "Yu Mincho", serif;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  .header-wrapper h1 {
    margin-left: 8%;
  }
}

.header__hamburger {
  margin-right: 0;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header-right {
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header-right {
    display: block !important;
  }
}

.header-nav {
  width: 100%;
  min-height: 100vh;
  background-color: #FFFFFF;
  overflow-y: scroll;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: 100%;
    height: inherit;
    min-height: unset;
    overflow-y: initial;
    background-color: initial;
    z-index: initial;
  }
}

.header-nav ul {
  height: inherit;
  max-width: 18.75rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 6.25rem;
  position: relative;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-nav ul {
    width: inherit;
    padding-bottom: 0.625rem;
    padding-left: 19%;
    height: 4.375rem;
    display: flex;
    flex-direction: row;
    margin: initial;
    margin-top: initial;
    margin-left: initial;
    text-align: initial;
    align-items: initial;
    max-width: initial;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav ul {
    padding-left: 26%;
  }
}

.header-nav li {
  margin-bottom: 1.875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-nav li {
    align-items: center;
    color: #003461;
    font-family: "YuGothic";
    font-size: 1rem;
    margin-bottom: initial;
    margin-right: 0.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav li {
    margin-right: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav li::before {
    content: "|";
    font-size: 1.5625rem;
    margin-right: 0.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav li::before {
    margin-right: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav li:nth-of-type(1),
  .header-nav li:nth-of-type(2),
  .header-nav li:nth-of-type(3),
  .header-nav li:nth-of-type(4),
  .header-nav li:nth-of-type(5) {
    content: none;
    margin-top: 1.125rem;
  }
}

.header-nav li:nth-of-type(6)::before,
.header-nav li:nth-of-type(7)::before {
  content: none;
  font-size: initial;
  margin-top: initial;
}

.header-nav li a {
  transition: opacity 0.3s ease;
}

.header-nav li a:active {
  opacity: 0.5;
  /* クリック時に薄く見せる */
}

.header-nav__contact {
  display: flex;
  justify-content: center;
  column-gap: 10%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-nav__contact {
    justify-content: initial;
    column-gap: 5%;
  }
}

.header-nav__contact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003461;
  text-align: left;
  width: 9.75rem;
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .header-nav__contact-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.3125rem;
    text-align: left;
    background-color: #003461;
    margin-top: 0.625rem;
    padding: 0.3125rem 0;
    width: 43%;
    height: auto;
  }
}

.header-nav__contact-tel a {
  align-items: center;
  text-align: left;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header-nav__contact-tel a {
    align-items: center;
    text-align: left;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav__contact-tel a {
    font-size: 1rem;
  }
}

.header-nav__contact-tel img {
  width: 2.125rem;
  height: 2.125rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .header-nav__contact-tel img {
    width: 20%;
    height: auto;
  }
}

.header-nav__contact-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003461;
  text-align: left;
  width: 9.75rem;
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .header-nav__contact-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.3125rem;
    background-color: #003461;
    text-align: left;
    margin-top: 0.625rem;
    padding: 0.3125rem 0;
    width: 43%;
    height: auto;
  }
}

.header-nav__contact-mail a {
  align-items: center;
  text-align: left;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header-nav__contact-mail a {
    align-items: center;
    text-align: left;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav__contact-mail a {
    font-size: 1rem;
  }
}

.header-nav__contact-mail img {
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .header-nav__contact-mail img {
    width: 20%;
    height: auto;
  }
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.hamburger {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
  top: 1.5%;
  right: 6%;
  position: fixed;
  border-radius: 0.4375rem;
  z-index: 30;
}

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 0.375rem;
  height: 0.125rem;
  background: #003461;
  width: 1.375rem;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-of-type(1) {
  top: 0.625rem;
}

.hamburger span:nth-of-type(2) {
  top: 1.0625rem;
}

.hamburger span:nth-of-type(3) {
  top: 1.5rem;
}

/*openクラスが付与されると線が回転して×に変更*/
.hamburger.active {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  top: 1.5%;
  right: 16%;
  position: fixed;
}

.hamburger.active span {
  background: #003461;
}

.hamburger.active span:nth-of-type(1) {
  top: 1rem;
  left: 0.4375rem;
  transform: translateY(2px) rotate(-45deg);
  width: 1.125rem;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 1.875rem;
  left: 0.4375rem;
  transform: translateY(-12px) rotate(45deg);
  width: 1.125rem;
}

.concept-pics {
  display: flex;
  margin-top: 1.875rem;
  margin-left: 1.25rem;
  height: auto;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .concept-pics {
    display: flex;
    margin-top: 9.375rem;
    margin-left: initial;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .concept-pics {
    width: 59%;
  }
}

.concept-pics__img {
  flex-direction: column;
  width: 50%;
}

.concept-pics__img li {
  height: auto;
}

.concept-pics__img li img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-menu {
  margin: 0 auto;
  margin-top: 1.875rem;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .service-menu {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.875rem;
    max-width: initial;
  }
}

.service-menu li {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 3.125rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .service-menu li {
    max-width: 23.7%;
    margin-bottom: initial;
    margin-right: 1.25rem;
    width: 100%;
    height: 100%;
  }
}

.service-menu li:nth-of-type(4n+1) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .service-menu li:nth-of-type(n+1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .service-menu li:nth-of-type(n+5) {
    margin-top: 2.5rem;
  }
}

.service-menu li:nth-child(4n) {
  margin-right: 0;
}

.service-menu__img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.service-menu li span {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #003461;
  background: #FFFFFF;
  width: 14.375rem;
  padding: 0.625rem 2.5rem;
  font-family: "YuGothic";
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

.case-slider {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .case-slider {
    margin: initial;
    margin-left: auto;
    padding-left: 8%;
    width: 100%;
    padding-bottom: 6.25rem;
    justify-content: flex-end;
    overflow: hidden;
    /* はみ出た要素を隠す */
  }
}

.case-slider__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .case-slider__container {
    margin-left: auto;
    width: 100%;
  }
}

.case-slider__container li .slick-slide {
  pointer-events: auto;
}
.case-slider__container li {
  position: relative;
  padding: 5rem 1.25rem 0rem 1.25rem;
  transform: scale(0.9);
}
@media screen and (min-width: 600px) {
  .case-slider__container li {
    padding: 3.75rem 2.1875rem 0rem 2.1875rem;
    transform: scale(0.9);
  }
}
@media screen and (min-width: 768px) {
  .case-slider__container li {
    padding: 3.125rem 1.875rem 0rem 1.875rem;
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1440px) {
  .case-slider__container li {
    padding: 3.125rem 1.25rem 0rem 1.25rem;
    transform: scale(0.9);
  }
}
@media (min-width: 1547px) {
  .case-slider__container li {
    padding: 3.125rem 1.5625rem 0rem 1.5625rem;
  }
}

.case-slider__container-text {
  color: #071725;
  font-family: "YuGothic";
  font-size: 0.75rem;
  opacity: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .case-slider__container-text {
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    word-break: keep-all;
  }
}

@media screen and (min-width: 768px) {
  .case-slider__container .img1,
  .case-slider__container .img4 {
    height: 16.875rem;
  }
}
@media (min-width: 1500px) {
  .case-slider__container .img1,
  .case-slider__container .img4 {
    height: 18.75rem;
  }
}
@media (min-width: 2000px) {
  .case-slider__container .img1,
  .case-slider__container .img4 {
    height: 25rem;
  }
}
@media (min-width: 3000px) {
  .case-slider__container .img1,
  .case-slider__container .img4 {
    height: 31.25rem;
  }
}

@media screen and (min-width: 768px) {
  .case-slider__container .img2,
  .case-slider__container .img3 {
    height: 16.875rem;
  }
}
@media (min-width: 1500px) {
  .case-slider__container .img2,
  .case-slider__container .img3 {
    height: 18.75rem;
  }
}
@media (min-width: 2000px) {
  .case-slider__container .img2,
  .case-slider__container .img3 {
    height: 25rem;
  }
}
@media (min-width: 3000px) {
  .case-slider__container .img2,
  .case-slider__container .img3 {
    height: 31.25rem;
  }
}

.case-slider__container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.875rem;
}

.case-slider__container li.active {
  transition: transform 0.1s ease;
  padding: 3.125rem 1.25rem 0rem 1.25rem;
  padding-bottom: 3.125rem;
  transform: scale(1.1);
}
@media screen and (min-width: 600px) {
  .case-slider__container li.active {
    padding: 1.875rem 2.1875rem 0rem 2.1875rem;
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .case-slider__container li.active {
    padding: 0.625rem 1.875rem 0rem 1.875rem;
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1440px) {
  .case-slider__container li.active {
    padding: 0.625rem 1.25rem 0rem 1.25rem;
    transform: scale(1.1);
  }
}
@media (min-width: 1547px) {
  .case-slider__container li.active {
    padding: 0.625rem 1.5625rem 0rem 1.5625rem;
  }
}

.case-slider__container li.active .case-slider__container-text {
  opacity: 1;
}

.case-slider__container li.active .case-slider__container-img {
  transition: transform 0.1s ease;
}

.case-slider__container li.active .case-slider__container-img img {
  width: 100%;
  transition: transform 0.1s ease;
}

.reviews-cards {
  padding-left: 8%;
  padding-right: 8%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .reviews-cards {
    margin: initial;
    margin-left: 7.5%;
    padding-left: initial;
    padding-right: initial;
    max-width: 87.5rem;
  }
}

.reviews-cards .slick-track {
  display: flex !important;
}

.reviews-cards li {
  margin: 0 auto;
  border: 0.0625rem solid #003461;
}
@media screen and (min-width: 768px) {
  .reviews-cards li {
    margin-left: 1.8%;
  }
}

@media screen and (min-width: 768px) {
  .reviews-cards li:nth-of-type(1) {
    margin-left: 0%;
  }
}

.reviews-cards__detail {
  background-color: #FFFFFF;
  border: 0.0625rem solid #003461;
  margin: 0 auto;
  height: 15.625rem;
}
@media screen and (min-width: 768px) {
  .reviews-cards__detail {
    height: 21.875rem;
  }
}

.reviews-cards__detail h4 {
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 0.3125rem;
  max-width: 16.75rem;
  border-bottom: 0.125rem solid #D6E5F2;
  margin: 0 auto;
}
.reviews-cards__detail-text {
  padding-top: 0.9375rem;
  max-width: 15rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reviews-cards__detail-text {
    max-width: 16.75rem;
  }
}

@media screen and (min-width: 768px) {
  .reviews-cards__mouseover {
    overflow: visible;
    width: 100%;
    height: auto;
    /* 拡大時のはみ出しを防ぐ */
    position: relative;
    /* 拡大時の基準位置を指定 */
  }
}

.reviews-cards .slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .reviews-cards .slick-slide {
    -webkit-transition: none;
    transition: none;
  }
}

.reviews-cards .is--active {
  padding: 3.125rem 1.25rem;
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .reviews-cards .is--active {
    padding: initial;
    transform: none;
  }
}

.reviews-cards__mouseover {
  width: 100%;
  height: auto;
  display: block;
  padding: 3.125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .reviews-cards__mouseover {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1s ease-in-out;
    animation: initial;
    padding: 3.125rem 0.625rem 5rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .reviews-cards__mouseover:hover {
    transform: scale(1.1, 1.1);
    padding: 2.5rem 0.9375rem 4.375rem 0.9375rem;
  }
}

.reviews-cards__mouseover:hover .fukidashi {
  padding: initial;
  padding: 1.875rem 0.9375rem;
}

.company-list {
  border-spacing: initial;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  padding-top: 1.875rem;
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 768px) {
  .company-list {
    max-width: 50rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.company-list__row {
  border-color: initial;
}
.company-list__row th {
  border-bottom: 0.375rem solid #D6E5F2;
  color: #003461;
  font-family: "YuGothic";
  font-size: 1rem;
  font-weight: 700;
  padding: 1.25rem 0 1.25rem 0.625rem;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .company-list__row th {
    font-size: 1.25rem;
    text-align: left;
    padding: 2.5rem 0 2.5rem 2.5rem;
    width: 20%;
  }
}

.company-list__row td {
  color: #003461;
  border-bottom: 0.375rem solid #D6E5F2;
  font-family: "YuGothic";
  font-size: 1rem;
  font-weight: 400;
  padding: 2.5rem 0;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .company-list__row td {
    font-size: 1.25rem;
    padding: 1.25rem 0;
    width: 45%;
  }
}

.history-list {
  background-color: #FFFFFF;
  margin: 0 auto;
  margin-top: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .history-list {
    column-gap: 3%;
    display: flex;
    margin-top: 3.125rem;
    max-width: 62.125rem;
    padding-left: 6.25rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .history-imgs {
    max-width: 24.0625rem;
  }
}

.history-imgs__img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-imgs__img2 {
  display: flex;
}

.history-imgs__img2-left img,
.history-imgs__img2-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-chronology {
  margin: 0 auto;
  min-width: 18.75rem;
  border-spacing: initial;
}
@media screen and (min-width: 768px) {
  .history-chronology {
    min-width: initial;
  }
}

.history-chronology tbody {
  vertical-align: initial;
}

.history-chronology__row:nth-of-type(2) th {
  padding: 1.875rem 0 1.875rem 0rem;
}
@media screen and (min-width: 768px) {
  .history-chronology__row:nth-of-type(2) th {
    padding: 3.125rem 0 3.125rem 0rem;
  }
}

.history-chronology__row:nth-of-type(2) td {
  padding: 1.875rem 0 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .history-chronology__row:nth-of-type(2) td {
    padding: 3.125rem 0 3.125rem 1.25rem;
  }
}

.history-chronology__row th {
  color: #003461;
  font-family: "YuGothic";
  font-size: 1rem;
  font-weight: 700;
  padding: 1.25rem 0 1.25rem 0rem;
  text-align: left;
  white-space: nowrap;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .history-chronology__row th {
    font-size: 1.25rem;
    text-align: left;
    padding: 0rem 0rem 0rem 0rem;
    width: 20%;
  }
}

.history-chronology__row th b {
  border-bottom: 0.1875rem solid #D6E5F2;
}

.history-chronology__row td {
  color: #003461;
  font-family: "YuGothic";
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0rem 0 0rem 1.25rem;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .history-chronology__row td {
    font-size: 1rem;
    padding: 0rem 0 0rem 1.25rem;
    width: 45%;
  }
}

.history-chronology__row td p {
  line-height: 1.5;
  margin-bottom: 0.375rem;
}

footer {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #071725;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}

footer small {
  font-weight: 800;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer small {
    font-weight: 800;
    font-size: 2.25rem;
    color: #FFFFFF;
  }
}

footer small button {
  color: #FFFFFF;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  footer small button {
    color: #FFFFFF;
    cursor: pointer;
  }
}

.inner {
  width: 100%;
  padding-right: 1.4375rem;
  padding-left: 1.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: initial;
    padding-right: initial;
    padding-left: initial;
  }
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.test {
  margin-top: 6.25rem;
  background-color: plum;
  font-size: 1rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .test {
    font-size: 3.125rem;
    color: green;
  }
}

.fv {
  width: 100%;
  height: 100%;
  padding-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 0rem;
  }
}

.fv-img {
  overflow: hidden;
}

.fv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: animationZoom 5s ease-in-out forwards;
}
@media screen and (min-width: 768px) {
  .fv-img img {
    height: 100%;
  }
}

@keyframes animationZoom {
  100% {
    transform: scale(1.1);
  }
}
.fv h2 {
  position: absolute;
  z-index: 30;
  color: #003461;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0.0625rem;
  top: 6.25rem;
  left: 8%;
  letter-spacing: 0.625rem;
}
@media screen and (min-width: 768px) {
  .fv h2 {
    font-family: "BIZ UDPMincho", serif;
    font-size: 3rem;
    font-weight: 500;
    top: 9.375rem;
    left: 8%;
    letter-spacing: 0.625rem;
  }
}

.fv p {
  position: absolute;
  z-index: 30;
  color: #003461;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.0625rem;
  top: 7.8125rem;
  left: 8%;
  letter-spacing: 0.625rem;
}
@media screen and (min-width: 768px) {
  .fv p {
    font-family: "BIZ UDPMincho", serif;
    font-size: 2rem;
    font-weight: 500;
    top: 12.5rem;
    left: 8%;
    letter-spacing: 1.5625rem;
  }
}

.banner {
  padding-left: 5%;
  padding-right: 5%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .banner {
    margin: auto;
    max-width: 87.5rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.banner li {
  height: auto;
}

.banner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .banner__mouseover {
    overflow: visible;
    width: 100%;
    height: auto;
    /* 拡大時のはみ出しを防ぐ */
    position: relative;
    /* 拡大時の基準位置を指定 */
  }
}

.banner .slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .banner .slick-slide {
    -webkit-transition: none;
    transition: none;
  }
}

.banner .is--active {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .banner .is--active {
    transform: none;
  }
}

.banner__mouseover img {
  width: 100%;
  height: auto;
  display: block;
  padding: 3.125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .banner__mouseover img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 1s ease-in-out;
    animation: initial;
    padding: 6.25rem 0.625rem 5rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .banner__mouseover img:hover {
    transform: scale(1.1, 1.1);
    padding: 5.625rem 0.9375rem 4.375rem 0.9375rem;
  }
}

.concept {
  position: relative;
  background-color: #FFFFFF;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .concept {
    column-gap: 3%;
    display: flex;
    align-items: stretch;
    /* 高さを合わせる */
    justify-content: space-between;
  }
}

.concept::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 31.25rem;
  background-color: #FAF9D5;
  top: 0%;
  left: 0%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept::before {
    content: "";
    position: absolute;
    width: 44%;
    height: 100%;
    background-color: #FAF9D5;
    top: 4%;
    left: 0;
    z-index: -1;
  }
}

.concept-wrapper {
  margin: 0 auto;
  margin-top: 3.125rem;
  max-width: 37.5rem;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (min-width: 768px) {
  .concept-wrapper {
    margin: initial;
    margin-top: 9.375rem;
    max-width: initial;
    padding-left: 7.5rem;
    padding-right: initial;
  }
}

.concept-wrapper h3 {
  color: #071725;
  font-family: "YuGothic";
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept-wrapper h3 {
    font-size: 1.75rem;
    margin-top: 8%;
    text-align: initial;
  }
}

.concept-wrapper__text {
  margin-top: 1.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
  /* URLとか超長い単語は折る */
}
@media screen and (min-width: 768px) {
  .concept-wrapper__text {
    margin-top: 7%;
    max-width: 31.25rem;
    text-align: initial;
  }
}

.service {
  background-color: #D6E5F2;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 8.125rem;
    padding-bottom: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .service-wrapper {
    max-width: 75rem;
    margin: 0 auto;
  }
}

.service .title {
  text-align: center;
}

.service .subtitle {
  text-align: center;
}

.case {
  position: relative;
  background-color: #FFFFFF;
  z-index: 10;
}
.case::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FAF9D5;
  top: 0%;
  left: 0%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .case::before {
    content: "";
    position: absolute;
    width: 44%;
    height: 100%;
    background-color: #FAF9D5;
    top: 0;
    left: initial;
    right: 0%;
    z-index: -1;
  }
}

.case-wrapper {
  margin: 0 auto;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .case-wrapper {
    margin: initial;
    margin-left: auto;
    padding-top: 6.875rem;
    padding-right: 7.5rem;
  }
}

.case-wrapper .title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-wrapper .title {
    text-align: right;
  }
}

.case-wrapper .subtitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-wrapper .subtitle {
    text-align: right;
  }
}

.case-wrapper__text {
  margin-top: 1.25rem;
  padding-left: 7%;
  padding-right: 7%;
  letter-spacing: initial;
}
@media screen and (min-width: 768px) {
  .case-wrapper__text {
    margin-top: 3.125rem;
    margin-left: auto;
    max-width: 31.25rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.reformimg {
  width: auto;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .reformimg {
    width: 100%;
    height: 100%;
  }
}

.reformimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews {
  padding-top: 7.5rem;
  background-color: #D6E5F2;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .reviews {
    padding-bottom: 3.125rem;
  }
}

.reviews-wrapper {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (min-width: 768px) {
  .reviews-wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.company {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .company {
    background-color: #FFFFFF;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.company-wrapper .title,
.company-wrapper .subtitle {
  text-align: center;
}

.history {
  background-color: #D6E5F2;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  .history {
    padding-top: 6.875rem;
    padding-bottom: 7.5rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.history-wrapper .title,
.history-wrapper .subtitle {
  text-align: center;
}

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

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

.title {
  color: #003461;
  font-family: "YuGothic";
  font-weight: 700;
  text-transform: uppercase;
  margin-block-start: initial;
  margin-block-end: initial;
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 4rem;
    text-align: initial;
  }
}

.text {
  color: #071725;
  font-family: "YuGothic";
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
  /* URLとか超長い単語は折る */
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 1.25rem;
  }
}

.subtitle {
  color: #003461;
  font-family: "YuGothic";
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    margin-top: -0.1875rem;
    text-align: initial;
  }
}

.slick-slide {
  border: none !important;
  height: auto !important;
}

.prev {
  position: absolute;
  top: 60%;
  left: 8%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 3.875rem;
  height: 3.875rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .prev {
    top: 50%;
    left: 6%;
  }
}
@media screen and (min-width: 1440px) {
  .prev {
    top: 50%;
    left: 6%;
  }
}

.prev img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.next {
  position: absolute;
  top: 60%;
  right: 59%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 3.875rem;
  height: 3.875rem;
}
@media screen and (min-width: 768px) {
  .next {
    top: 50%;
    right: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .next {
    top: 50%;
    right: 60%;
  }
}

.next img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fukidashi {
  position: relative;
  width: 100%;
  height: 5.625rem;
  padding: 0.9375rem;
  border: 0.0625rem solid #003461;
  background: #003461;
  text-align: center;
  display: grid;
  place-items: center;
  /* 上下左右中央 */
}
.fukidashi:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 23px;
  border-bottom-width: 23px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  border-top-color: #003461;
  top: 100%;
  left: 50%;
}

.fukidashi h3 {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0 auto;
}