@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* common */
body {
  font-family: dnp-shuei-gothic-gin-std, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt" 1 !important;
  -webkit-font-feature-settings: "palt" 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: viewfadeIn 1s ease 0s 1 normal;
          animation: viewfadeIn 1s ease 0s 1 normal;
}

@-webkit-keyframes viewfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes viewfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1241px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .tb-hide {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.4rem;
  }
  .sp-hide {
    display: none;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.textlink {
  text-decoration: underline;
}

a.textlink:hover {
  text-decoration: none;
}

hr {
  background-color: #cccccc;
  display: block;
  border: 0;
  height: 1px;
}

a[href^="tel:"] {
  cursor: default;
}

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

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

.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 540px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*--------------------------
見出し・テキスト
----------------------------*/
.min {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400 !important;
}

.en {
  font-family: "Jost", sans-serif;
  font-weight: 400 !important;
}

.sec-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 541px) {
  .sec-title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 835px) {
  .sec-title {
    margin-bottom: 70px;
  }
}
.sec-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 835px) {
  .sec-title h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1241px) {
  .sec-title h2 {
    font-size: 2.4rem;
  }
}
.sec-title h2:after {
  display: inline-block;
  width: 39px;
  height: 1px;
  margin-top: 1px;
  margin-left: 15px;
  background-color: #565656;
  content: "";
}
@media screen and (min-width: 835px) {
  .sec-title h2:after {
    margin-left: 25px;
  }
}

.midashi-min {
  font-size: 2.1rem;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  .midashi-min {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1241px) {
  .midashi-min {
    font-size: 2.3rem;
  }
}

.midashi-min-mid {
  font-size: 1.7rem;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  .midashi-min-mid {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1241px) {
  .midashi-min-mid {
    font-size: 1.9rem;
  }
}

.danraku p {
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1241px) {
  .danraku p {
    line-height: 2.2;
    margin-bottom: 2rem;
  }
}
.danraku p:last-child {
  margin-bottom: 0;
}

small, .small {
  font-size: 1.3rem;
  line-height: 1.5 !important;
}

/*--------------------------------
共通レイアウトパーツ
---------------------------------*/
main {
  width: 100%;
  display: block;
}

#low-main {
  padding-top: 110px;
  padding-bottom: 0;
}
@media screen and (min-width: 541px) {
  #low-main {
    padding-top: 140px;
  }
}
@media screen and (min-width: 835px) {
  #low-main {
    padding-top: 250px;
    padding-bottom: 0;
  }
}

section {
  margin-bottom: 90px;
  display: block;
}
@media screen and (min-width: 541px) {
  section {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 835px) {
  section {
    margin-bottom: 175px;
  }
}

#top-main section {
  margin-bottom: 90px;
  display: block;
}
@media screen and (min-width: 541px) {
  #top-main section {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 835px) {
  #top-main section {
    margin-bottom: 190px;
  }
}

.c-box {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 541px) {
  .c-box {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 1241px) {
  .c-box {
    width: calc(100% - 228px);
    max-width: 1540px;
  }
}

@media screen and (min-width: 541px) {
  .c-inner {
    width: 82.8488372093%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1241px) {
  .c-inner {
    width: 74.9271137026%;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1241px) {
  .wp-index .c-inner {
    width: 90.3790087464%;
    margin-left: auto;
    margin-right: 0;
  }
}

/*-- top wide --*/
@media screen and (min-width: 541px) {
  #top-main .c-inner-top {
    width: 82.8488372093%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1241px) {
  #top-main .c-inner-top {
    width: 92.2740524781%;
    margin-left: auto;
    margin-right: 0;
  }
}

/*-- wide 2column --*/
@media screen and (min-width: 1241px) {
  .c-2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-2column .c-left {
    width: 18.7993680885%;
  }
  .c-2column .c-right {
    width: 81.2006319115%;
  }
}
/*-----------------------
 button
------------------------*/
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 1rem 1rem 0.5rem;
  width: 290px;
  max-width: 100%;
  border-bottom: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button span {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 400 !important;
}
@media screen and (min-width: 1241px) {
  .button span {
    font-size: 1.5rem;
  }
}
.button:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #333;
  font-weight: 400;
  font-size: 12px;
}
.button:hover:after {
  right: 10px;
}
.button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f0f0f0;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.button:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button:hover {
  opacity: 1;
}

#top-main section .button {
  width: 170px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  #top-main section .button {
    margin-top: 60px;
  }
}

/*--------------------------
head
---------------------------*/
/* pc header nav */
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 56px;
  padding: 10px;
  z-index: 50;
}
@media screen and (min-width: 541px) {
  .c-header {
    padding: 10px 70px 10px 30px;
  }
}
@media screen and (min-width: 835px) {
  .c-header {
    height: 100px;
    padding: 10px 100px 10px 30px;
  }
}
@media screen and (max-width: 540px) {
  .c-header .h-navi {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .c-header .h-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-header .h-navi .h-navi-navi li {
  display: inline;
  font-size: 1.5rem;
  margin-left: 20px;
}
@media screen and (min-width: 1241px) {
  .c-header .h-navi .h-navi-navi li {
    font-size: 1.6rem;
  }
}
.c-header .h-navi .h-navi-sns {
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .c-header .h-navi .h-navi-sns {
    display: none;
  }
}
.c-header .h-navi .h-navi-sns li {
  display: inline;
  font-size: 20px;
  margin-left: 8px;
}

.site-logo {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.site-logo img {
  width: 250px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 835px) {
  .site-logo img {
    width: 345px;
  }
}

@media screen and (max-width: 540px) {
  .gnav {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .gnav {
    position: fixed;
    left: 20px;
    top: 130px;
    z-index: 88;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .gnav .gnav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gnav .gnav__menu li {
    position: relative;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 541px) and (min-width: 1241px) {
  .gnav .gnav__menu li {
    font-size: 1.6rem;
    padding: 12px 0;
  }
}
@media screen and (min-width: 541px) {
  .gnav .gnav__menu li a {
    text-decoration: none;
  }
}
@media screen and (min-width: 835px) {
  .gnav {
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/*-- drawer menu --*/
.menu {
  position: fixed;
  width: 30px;
  height: 21px;
  z-index: 99;
  cursor: pointer;
  right: 18px;
  top: 18px;
}
@media screen and (min-width: 835px) {
  .menu {
    top: 40px;
    right: 30px;
  }
}

.menu__line {
  background: #333;
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.menu__line.active {
  background: #333;
}

.menu__line--center {
  top: 10px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*gnav*/
.sp_nav {
  background: rgb(255, 255, 255);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.sp_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp_nav_wrap .sp_nav_img_container,
.sp_nav_wrap .sp_nav_menu_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .sp_nav_wrap .sp_nav_img_container {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .sp_nav_wrap .sp_nav_img_container {
    width: 60%;
  }
}
.sp_nav_wrap .sp_nav_img_container img {
  width: 100%;
  height: 100%;
}
.sp_nav_wrap .sp_nav_menu_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .sp_nav_wrap .sp_nav_menu_container {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .sp_nav_wrap .sp_nav_menu_container {
    width: 40%;
  }
}
.sp_nav_wrap .sp_nav_menu li {
  margin-bottom: 3vh;
  font-size: 1.7rem;
}
.sp_nav_wrap .sp_nav_sns li {
  display: inline;
  padding: 0 10px;
  font-size: 25px;
}

/*----------------------------------
footer
----------------------------------*/
.footer {
  background-color: #eeeeee;
  padding: 90px 0 70px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .footer {
    padding: 140px 0 120px;
  }
}
.footer .foot-inner {
  margin-inline: 20px;
}
@media screen and (min-width: 835px) {
  .footer .foot-inner {
    margin-inline: 80px;
  }
}
.footer .pagetop a {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .footer .pagetop a {
    padding: 20px;
  }
}
.footer .pagetop a:hover {
  opacity: 1;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .footer-wrap {
    display: block;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1241px) {
  .footer-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer-wrap .f-left {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1241px) {
  .footer-wrap .f-left {
    width: 370px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.footer-wrap .f-left .f-logo-wrap {
  margin-bottom: 20px;
}
.footer-wrap .f-left .f-logo-wrap .f-logo img {
  width: 270px;
  max-width: 100%;
}
.footer-wrap .f-left .f-logo-wrap .f-logo-name {
  font-size: 1.4rem;
}
.footer-wrap .f-left .f-add-wrap {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.footer-wrap .f-left .f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-wrap .f-left .f-sns li {
  font-size: 1.4rem;
}
.footer-wrap .f-left .f-sns li:nth-child(1):after, .footer-wrap .f-left .f-sns li:nth-child(2):after, .footer-wrap .f-left .f-sns li:nth-child(3):after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
.footer-wrap .f-right {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1241px) {
  .footer-wrap .f-right {
    width: 700px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .footer-wrap .f-right .f-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-wrap .f-right .f-link-list li:first-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .footer-wrap .f-right .f-link-list li:first-child {
    margin-bottom: 0;
    margin-right: 80px;
  }
}
.footer-wrap .f-right .f-link-list li h5 {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .footer-wrap .f-right .f-link-list li h5 {
    margin-bottom: 20px;
  }
}
.footer-wrap .f-right .f-link-list li p {
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .footer-wrap .f-right .f-link-list li p {
    margin-bottom: 20px;
  }
}

footer .copy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  footer .copy-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 835px) {
  footer .copy-box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1241px) {
  footer .copy-box {
    margin-top: -15px;
  }
}
footer .copy-box .policy {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  footer .copy-box .policy:first-child:after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
  }
}
footer .copy-box .copy {
  display: block;
  font-size: 1.2rem;
}
footer .copy-box .copy:before {
  content: "©";
}