@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Readex+Pro:wght@160..700&display=swap");
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.readex {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

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

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

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #31413E;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #F5F6F6;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
body.is-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #31413E;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #31413E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@-webkit-keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@-webkit-keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@-webkit-keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* ---------------------------
  サイト内検索 ページ
--------------------------- */
.p-page-site-search .main-body {
  padding: 40px 40px 70px;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .main-body {
    padding: 35px 20px 70px;
    border-radius: 12px;
  }
}
.p-page-site-search .main-body h1 {
  margin-bottom: 15px;
}
.p-page-site-search .main-body .search-dsc {
  margin-top: 15px;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .main-body .search-dsc {
    margin-bottom: 30px;
  }
}
.p-page-site-search .main-body .search-dsc.-result {
  margin-bottom: 33px;
}
.p-page-site-search .main-body form {
  width: 100%;
}
.p-page-site-search .main-body form label {
  position: relative;
}
.p-page-site-search .main-body form label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../../../img/site-search/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 18px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .main-body form label::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
}
.p-page-site-search .main-body form label input {
  font-size: 16px;
  font-size: 1rem;
  height: 57px;
  padding: 0 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .main-body form label input {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 50px;
    border-radius: 12px;
    padding: 0 20px 0 50px;
  }
}
.p-page-site-search .main-body form button {
  font-size: 16px;
  font-size: 1rem;
  background-color: #31413E;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
          box-shadow: 0px 0px 10px 0px rgba(176, 189, 182, 0.0509803922);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 60px;
  min-height: initial;
  padding: 0;
  border-radius: 80px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .main-body form button {
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-page-site-search .recommend-page {
  margin-top: 65px;
}
.p-page-site-search .result-list {
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .result-list {
    margin-bottom: 40px;
  }
}
.p-page-site-search .result-list_item {
  display: block;
  margin: 0;
  border-bottom: solid 1px rgba(223, 227, 224, 0.9);
}
.p-page-site-search .result-list_item:first-child {
  border-top: solid 1px rgba(223, 227, 224, 0.9);
}
.p-page-site-search .result-list_item::before, .p-page-site-search .result-list_item::after {
  display: none;
}
.p-page-site-search .result-list_item a {
  display: block;
  padding: 21px 0 26px;
  text-decoration: none;
  color: #31413E;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .result-list_item a {
    padding: 16px 0 21px;
  }
}
.p-page-site-search .result-list_item_title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .result-list_item_title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 7px;
    letter-spacing: 0.055em;
  }
}
.p-page-site-search .result-list_item_text {
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-page-site-search .result-list_item_text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-page-site-search .pagination__list {
  margin: 0;
}