@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Bellefair&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif+JP&family=Qwitcher+Grypen:wght@400;700&family=Squada+One&family=Staatliches&family=Zen+Old+Mincho&display=swap');

html {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  color: #111111;
}

.font-en {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 100;
}


@media all and (-ms-high-contrast:none) {
  html {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  }
}

body {
  font-family: 'Zen Old Mincho', serif;
  color: #111111;
  animation: bodyAppear .3s .3s forwards;
  opacity: 0;
  overflow-x: hidden;
}

@keyframes bodyAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body a {
  transition: 0.2s;
  color: #111111
}

body a:hover {
  text-decoration: none;
  color: #111111
}

.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

img {
  width: 100%;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.row.ft_sns_row {
  margin: 0 auto 0 auto !important;
}

.row.ft_row {
  margin: 0 auto 0 auto !important;
}

p {
  margin-bottom: 0 !important;
}

.tategaki {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.text-center {}

.sp {
  display: none;
}

.pc {
  display: block;
}

.sp499 {
  display: none;
}

.pc499 {
  display: block;
}

.point {
  color: #1f2f54;
}

/* head*/
.hd_nav_txt01 {
  font-family: 'Amiri', serif;
  text-transform: uppercase;
}

/***************************
header
*****************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 900px;
  line-height: 1;
  z-index: 999;
  background: #fff;
}

.hd_logo {
  width: 40%;
  margin: 0 auto 100px;
  padding-top: 40px;
  transition: all 0.3s ease;
}

.hd_logo img {
  width: 100%;
}

.hd_logo_name {
  width: 210px;
  margin: 40px auto 75px;
}

.hd_tsuideni {
  width: 150px;
  margin: 0 auto;
}

/*tel*/
.tel_num {
  font-size: 24px;
  margin-bottom: 5px;
}

.nav_link {
  display: block;
  text-align: right;
  transition: .5s;
}

/*nav*/
.pc_nav {
  line-height: 2;
}

.nav_link:hover {
  opacity: 0.5;
}

.nav_span {
  font-size: 14px;
}

.nav_item {
  margin-bottom: 25px;
  text-align: center;
}

.sub_header {
  display: none;
}

.hd_menu {
  padding: 0 30px 30px;
}

.hd_menu {
  vertical-align: top;
}

.hd_menu::-webkit-scrollbar-thumb {
  background-color: #e8e5d7;
  border-radius: 5px;
}

.nav_item a:hover {
  color: #deb452;
  opacity: 1;
}


/****************
共通
****************/
.flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*はみ出すflex*/
.column {
  width: 48%;
}

.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
  z-index: 2;
}

.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.item-cen {
  align-items: center;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.inr {
  padding: 0 2%;
}

.t_cen {
  text-align: center;
}

.t_rit {
  text-align: right;
}

.wow {
  animation-duration: 1s;
}


@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px;
  }

  .mb50 {
    margin-bottom: 30px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .mb130 {
    margin-bottom: 80px;
  }

  /*はみ出すflex*/
  .column {
    width: 100%;
  }

  .column-outside-left {
    margin-left: -3%;
    margin-bottom: 20px;
  }

  .column-outside-right {
    margin-right: -2%;
    margin-bottom: 20px;
  }
}

/*******************
トップページ
*******************/

/* トップ共通
------------------------------*/
.ttl01 {
  width: 100%;
}

.ttl01 .span {
  display: inline-block;
  padding-left: 3rem;
  font-size: 27px;
  font-weight: 100;
  letter-spacing: 2.5px;
  position: relative;
}

.ttl01 .span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/ttl_deco.png) no-repeat;
  width: 73px;
  height: 100%;
  display: inline-block;
}

.ttl01.cen {
  text-align: center;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.sp_numbers {
  display: none;
}

.pc_numbers {
  display: block;
}

.top_txt {
  line-height: 2.5;
  font-size: 16px;
}

/*link_btn*/
.link_btn {
  font-size: 14px;
  border: 1px solid #666;
  text-align: center;
  width: 200px;
  position: relative;
}

.link_btn a {
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.link_btn::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  transition: 0.4s;
}

.link_btn p {
  line-height: 34px;
}

.link_btn:hover::before {
  right: -40px;
}

.link_btn.wh a::before {
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .ttl01 .span {
    padding-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  .ttl01 .span {
    padding-left: 2rem;
  }

  .ttl01.cen .span {
    padding-left: 5.5%;
  }

  .link_btn a {
    width: 210px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .top_txt {
    line-height: 1.8;
    font-size: 14px;
  }
}

@media screen and (max-width: 769px) {
  .sp_numbers {
    display: block;
  }

  .pc_numbers {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .link_btn {
    width: 70%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 425px) {
  .ttl01.cen .span {
    padding-left: 8.5%;
  }

  .ttl01 .span {
    font-size: 5vw;
  }
}


/* メインビジュアル
------------------------------*/
.main_iner {
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.main_iner img {
  width: 100%;
}

.main {
  position: relative;
}

.mv_copy_sp {
  display: none;
}

@media (max-width: 768px) {
  .mv_copy_sp {
    display: flex;
    position: absolute;
    content: "";
    font-size: 30px;
    top: 50%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 995;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 414px) {
  .mv_copy_sp {
    font-size: 20px;
  }
}

/***************************
footer
*****************************/
/* top_contact
------------------------------*/
.top_contact {
  width: 1140px;
  margin: 150px auto 0;
}

.top_con_ul {
  align-items: flex-end;
  align-items: stretch;
}

.top_con_li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.top_con_li .div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_contact_ttl {
  font-size: 24px;
  margin-bottom: 40px !important;
}

@media (max-width: 1170px) {
  .top_contact {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .top_contact {
    width: 93%;
  }

  .top_con_li {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .top_con_ul {
    flex-direction: column;
    align-content: center;
    padding-bottom: 50px;
  }

  .top_con_li {
    margin-bottom: 50px;
    width: 100%;
  }
}


.footer {
  width: 1140px;
  margin: 143px auto 20px;
  border-top: 1px solid;
  padding-top: 160px;
}

.footer p {
  font-size: 14px;
}

.footer .left p {
  line-height: 2;
}

.footer .left a {
  width: 5%;
  margin: 0 10px;
}

.ft_sns {
  display: flex;
}

.footer .right {
  width: 26%;
  /* text-align: center; */
}

.footer .right .div {}

.footer .right p {
  line-height: 3;
}

.ft__rogo img {
  width: 35%;
}

.copyright {
  text-align: center;
  font-size: 12px;
}

.right.sp-right {
  display: none;
}

@media (max-width: 1170px) {
  .footer {
    width: 85%;
    margin: 143px auto 20px;
  }
}

@media (max-width: 768px) {
  .footer {
    margin: 50px auto 20px;
    padding-top: 130px;
  }

  .footer .flex-btw {
    flex-direction: column;
  }

  .footer .left {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer .right {
    display: none;
    width: 100%;
  }

  .right.sp-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10%;
  }

}

@media (max-width: 680px) {
  .footer {
    margin: 75px auto 20px;
  }
}

@media (max-width: 475px) {
  .ft__rogo img {
    width: 100%;
  }

  .right.sp-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* 20250930 追加 */
.miryoku_text br {
    display: none;
}
@media screen and (max-width:767px) {
    .miryoku_text br {
        display: block;
    }
}