@charset "utf-8";

/*============================
ヘッダー
============================*/
header {
  transition: transform 0.5s 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  z-index: 10;
  transform: translateY(-100%);
}

header.visible {
  transform: translateY(0);
}

@media screen and (max-width: 640px) {
  header {
    /* スマホ用の記述 */
    height: auto;
    min-height: 0.6rem;
    min-width: 100%;
    backdrop-filter: initial;
    z-index: 1111;
  }
}

/* ロゴ */
header .logo {
  width: 1.77rem;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
}
header .-sp_menu_open_logo {
  display: none;
}

@media screen and (max-width: 640px) {
  header .logo {
    left: 0.2rem;
    width: 1.5rem;
		z-index: 10;
    display: block;
  }
  header.active .logo {
    display: none;
  }
  header .-sp_menu_open_logo {
    left: 0.1rem;
    width: 1.5rem;
		z-index: 10;
    position: absolute;
    top: 42%;
    left: 0.2rem;
    transform: translateY(-50%);
    z-index: 11;
  }
  header.active .-sp_menu_open_logo {
    display: block;
  }
  header.scr {
    background-color: #fff;
  }
  header.scr #SPnaviBtn span {
    background-color: #191919;
  }
  header.scr #SPnaviBtn.active span {
    background-color: #FFF;
  }
}
header .logo a {
  display: block;
}

header .logo a:hover {
  opacity: 0.7;
}

header .logo a img {
  display: block;
  width: 100%;
}

/* グローバルナビ */
header .glo_navi {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 640px) {
	header .glo_navi {
		top: 0;
		left: 0;
		right: auto;
		z-index: 1;
		transform: translate(0);
		width: 100%;
		height: 4.20rem;
		display: none;
	}
  header .glo_navi::after {
    content: "";
    /* background-color: rgba(36, 100, 140, 0.9); */
    background-color: rgba(51, 51, 51, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
		backdrop-filter: blur(10px);
  }
}

/* テキストリンク */
header .glo_navi .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
@media screen and (max-width: 640px) {
  header .glo_navi .list {
		padding: 0.90rem 0.30rem 0;
		box-sizing: border-box;
		gap: 0.30rem 0;
		flex-wrap: wrap;
		position: absolute;
		z-index: 1;
		box-sizing: border-box;
		text-align: center;
		justify-content: center;
  }

	header .glo_navi .list .link {
		width: 100%;
	}
}
header .glo_navi .list .txt a {
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 640px) {
	header .glo_navi .list .txt a {
		font-size: 0.18rem;
		font-weight: 700;
		color: #fff!important;
		letter-spacing: 0.075em;
	}
}

header.-rev .glo_navi .list .txt a {
  color: #2e2e2e;
}

header .glo_navi .list .txt a span {
  position: relative;
}

header .glo_navi .list .txt a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 640px) {
  header .glo_navi .list .txt a span::after {
    content: none;
  }
}

header.-rev .glo_navi .list .txt a span::after {
  background: #2e2e2e
}

header .glo_navi .list .txt a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* CONTACTボタン */
header .glo_navi .list .contact {
  width: 1.6rem;
}

@media screen and (max-width: 640px) {
  header .glo_navi .list .contact {
    width: 100%;
  }
}

header .glo_navi .list .contact a {
  display: block;
  background-color: #333;
  border: 1px solid #333;
  line-height: 0;
  padding: 0.22rem 0 0.18rem;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  header .glo_navi .list .contact a {
    width: 2.5rem;
		margin: auto;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
  }
}
header .glo_navi .list .contact a:hover {
  color: #333;
}

header .glo_navi .list .contact a span {
  position: relative;
  display: inline-block;
  padding-left: 0.24rem;
  z-index: 1;
}

header .glo_navi .list .contact a span::before {
  content: "";
  width: 0.24rem;
  height: 0.15rem;
  background-image: url(../img/common/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.09rem;
}

@media screen and (max-width: 640px) {
  header .glo_navi .list .contact a span::before {
    background-image: url(../img/common/icon_mail_black.svg);
  }
}
header .glo_navi .list .contact a:hover span::before {
  background-image: url(../img/common/icon_mail_black.svg);
}

header .glo_navi .list .contact a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

header .glo_navi .list .contact a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* インスタボタン */
header .glo_navi .list .sns {
  width: 0.29rem;
  height: 0.29rem;
}

header .glo_navi .list .sns a {
  display: block;
}

header .glo_navi .list .sns a:hover {
  opacity: 0.7;
}

header .glo_navi .list .sns a img {
  display: block;
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
 */

/* スクロールで表示された状態 */
/* header.scr {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
} */

/*============================
セクションタイトル
============================*/
/* センター揃え */
.sec_ttl_wrap.-center {
  text-align: center;
}

/* 文字色を白 */
.sec_ttl_wrap.-white {
  color: #fff;
}

.sec_ttl_wrap .sec_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.16;
}
@media screen and (max-width: 640px) {
  .sec_ttl_wrap .sec_ttl {
    font-size: 0.4rem;
  }
}
.sec_ttl_wrap .jp {
  font-size: 0.14rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sec_ttl_wrap .jp {
    font-size: 0.12rem;
  }
}
/*============================
MOREボタン
============================*/
.more_btn {
  width: 100%;
  max-width: 2rem;
}

.more_btn a {
  display: block;
  background-color: #333;
  border: 1px solid #333;
  line-height: 0;
  padding: 0.22rem 0 0.18rem;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 640px) {
  .more_btn a {
    font-size: 0.14rem;
  }
}

.more_btn a:hover {
  color: #333;
  border: 1px solid #333;
}

.more_btn a::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../img/common/icon_btn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.more_btn a:hover::before {
  background-image: url(../img/common/icon_btn_arrow_black.svg);
}

.more_btn a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: 0;
}

.more_btn a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.more_btn a span {
  display: inline-block;
  padding-right: 0.15rem;
  position: relative;
  z-index: 1;
}

/*============================
お知らせ
============================*/
.news {
  padding: 0.75rem 0 1.3rem;
}
@media screen and (max-width: 640px) {
  .news {
    padding: 0.50rem 0 0.6rem;
  }
}

.news .sec_ttl_wrap {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .news .sec_ttl_wrap {
    padding-bottom: 0.4rem;
  }
}
.news .news_list_wrap {
  width: 100%;
  max-width: 8.2rem;
  margin: auto;
  padding-bottom: 0.5rem;
}

.news .news_list_wrap .list .detail {
  border-bottom: 1px solid #ccc;
}

.news .news_list_wrap .list .detail a {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  color: #1a1a1a;
  line-height: 1.5;
  padding: 0.2rem 0;
}
@media screen and (max-width: 640px) {
  .news .news_list_wrap .list .detail a {
    padding: 0.15rem 0;
    flex-wrap: wrap;
  }
}

.news .news_list_wrap .list .detail a:hover {
  opacity: 0.7;
}

.news .news_list_wrap .list .detail a .date {
  font-family: "Inter", sans-serif;
  font-size: 0.16rem;
  color: #1e77c3;
}
@media screen and (max-width: 640px) {
  .news .news_list_wrap .list .detail a .date {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
    width: 100%;
  }
}
.news .news_list_wrap .list .detail a .news_ttl {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .news .news_list_wrap .list .detail a .news_ttl {
    font-size: 0.14rem;
  }
}
.news .more_btn {
  margin: auto;
}

/*============================
フッターお問い合わせ
============================*/
.footer_contact_wrap {
  padding: 1.37rem 0;
  background-image: url(../img/common/contact_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer_contact_wrap {
    padding: 0.8rem 0;
  }
}
.footer_contact_wrap .in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_contact_wrap .in .left {
  width: 100%;
  max-width: 2.5rem;
}

@media screen and (max-width: 640px) {
  .footer_contact_wrap .in .left {
    max-width: 100%;
    text-align: center;
  }
}
/* CONTACTボタン */
.footer_contact_wrap .contact_btn {
  width: 2rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .footer_contact_wrap .contact_btn {
    margin: 0.4rem auto 0;
  }
}

.footer_contact_wrap .contact_btn a {
  display: block;
  background-color: #fff;
  line-height: 0;
  padding: 0.22rem 0 0.18rem;
  border-radius: 0.3rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 640px) {
  .footer_contact_wrap .contact_btn a {
    font-size: 0.14rem;
  }
}
.footer_contact_wrap .contact_btn a:hover {
  opacity: 0.7;
}

.footer_contact_wrap .contact_btn a span {
  position: relative;
  display: inline-block;
  padding-left: 0.24rem;
  z-index: 1;
}

.footer_contact_wrap .contact_btn a span::before {
  content: "";
  width: 0.24rem;
  height: 0.15rem;
  background-image: url(../img/common/icon_mail_black.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.09rem;
}

/* .footer_contact_wrap .contact_btn a:hover span::before {
  background-image: url(../img/common/icon_mail_blue.svg);
} */

.footer_contact_wrap .contact_btn a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.footer_contact_wrap .contact_btn a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer_contact_wrap .in .right {
  width: 100%;
  max-width: 7.5rem;
}

@media screen and (max-width: 640px) {
  .footer_contact_wrap .in .right {
    margin-top: 0.4rem;
  }
}
.footer_contact_wrap .in .right .txt {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .footer_contact_wrap .in .right .txt {
    font-size: 0.14rem;
  }
}

/*============================
フッター
============================*/
footer {
  background: #555;
  color: #fff;
  z-index: 100;
}

/* 上段 */
.upper {
  padding: 1.35rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .upper {
    padding: 0.8rem 0;
  }
}
.upper .left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .upper .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.upper .left .logo {
  width: 2.64rem;
}

.upper .left .logo img {
  display: block;
  width: 100%;
}

.upper .left .address {
  font-size: 0.15rem;
  line-height: 2;
  color: #fff;
  padding-top: 0.2rem;
}

@media screen and (max-width: 640px) {
  .upper .left .address {
    font-size: 0.14rem;
    text-decoration: none;
  }
}
.upper .left .address .tel {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .upper .left .address .tel {
    font-weight: 500;
    text-decoration: underline;
  }
}

.upper .right {
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .upper .right {
    width: 100%;
  }
}
.upper .right .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}

@media screen and (max-width: 640px) {
  .upper .right .list {
    gap: 0 0.2rem;
    justify-content: space-between;
  }
}
.upper .right .list .txt {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 640px) {
  .upper .right .list .txt {
    font-size: 0.14rem;
  }
}

.upper .right .list .sns {
  width: 0.29rem;
}

.upper .right .list .txt a {
  color: #fff;
  display: block;
}

.upper .right .list .txt a span {
  position: relative;
}

.upper .right .list .txt a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.upper .right .list .txt a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.upper .right .list .sns a img {
  display: block;
}

.upper .right .list .sns a:hover {
  opacity: 0.7;
}

/* 下段 */
.bottom {
  position: relative;
  padding: 0.22rem 0;
  position: relative;
  z-index: 100;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .bottom {
    font-size: 0.11rem;
  }
	.bottom .link {
		width: 100%;
		margin-bottom: 0.13rem;
	}
	.bottom .copyright {
		width: 100%;
	}
}
.bottom::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom .link a {
  color: #fff;
}

.bottom .link a span {
  position: relative;
}

.bottom .link a span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.bottom .link a:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
