@charset "utf-8";
/* ------ General Settings ------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.grecaptcha-badge {
 visibility: hidden;
}
img {
 width: 100%;
 height: auto;
 vertical-align: bottom;
}
figure {
 margin: 0;
 padding: 0;
}
a {
 transition: all 0.5s 0s ease;
 color: #242424;
}
a img {
 transition: opacity 0.3s ease-out;
}
a:hover {
 opacity: 0.7;
}
a:hover img {
 opacity: 0.7;
}
body {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
 font-style: normal;
 text-align: center;
 margin: 0;
 padding: 0;
 font-size: 14px;
 color: #172E59;
 line-height: 2;
}
.wrapper {
 overflow: hidden;
}
.br_pc {
 display: inherit;
}
.br_sp {
 display: none;
}
 .ffr {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
 }
.pc{
	display: inline-block;
}
.sp{
	display: none;
}
@media screen and (max-width: 767px) {
 a:hover {
  opacity: 1;
 }
 body {
  font-size: 4vw;
  line-height: 1.8;
 }
.wrapper{
  min-height: 100dvh; /* 常に画面ぴったりに収める */
}
 .br_pc {
  display: none !important;
 }
 .br_sp {
  display: inherit !important;
 }
	.pc{
	display: none;
}
.sp{
	display: inline-block;
}
}
/* ------ header ------ */
#header {
 width: 100%;
 top: 0;
 position: fixed;
 height: 86px;
 z-index: 900;
 box-sizing: border-box;
}
.header_inner {
 width: 100%;
 height: 86px;
 margin: 0 auto;
 position: relative;
}
.header_logo {
 position: absolute;
 width: 232px;
 top: 28px;
 left: 50px;
}
body.nav-open {
 overflow: hidden;
}
#g-nav {
 position: fixed;
 inset: 0;
 transform: translateX(100%);
 transition: transform 0.4s ease;
 z-index: 9000;
}
#g-nav.panelactive {
 transform: translateX(0);
}
#g-nav-sub {
 width: 400px;
 position: absolute;
 top: 5px;
 right: 160px;
 font-size: 0;
}
.header_sns {
 width: 75px;
 display: inline-block;
 justify-content: space-between;
 margin-right: 25px;
}
.header_sns a {
 width: 20px;
 display: inline-block;
}
.header_sns a:last-child {
 width: 28px;
}
.header_sns a + a {
 margin-left: 12px;
}
.header_time {
 font-size: 14px;
 color: #242424;
 display: inline-block;
 margin-right: 30px;
 line-height: 1;
 vertical-align: text-bottom;
}
.header_tel {
 display: inline-block;
}
.header_tel a {
 color: #FBA518;
 font-size: 22px;
 font-weight: bold;
 background: url("../images/common/ic_tel.svg") no-repeat left center;
 padding-left: 30px;
}
#g-nav-main {
 position: absolute;
 top: 29px;
 left: 377px;
 font-size: 0;
}
#g-nav-main li {
 display: inline-block;
}
#g-nav-main li + li {
 padding-left: 50px;
}
#g-nav-main li a {
 font-size: 14px;
 color: #fff;
}
#g-nav-main li .ulink {
 font-size: 10px;
 display: inline-block;
 padding: 4px 0 0 5px;
}
/*▼　PC時　プルダウンメニュー 202402*/
.gnavi__lists {
 display: flex;
}
.gnavi__list {
 position: relative;
 transition: all .3s;
}
.gnavi__list:hover {
 color: #FBA518;
}
.gnavi__list:not(:first-child)::before {
 content: "";
 width: 1px;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 transition: all .3s;
}
.gnavi__list:hover::before {}
.gnavi__list a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 text-decoration: none;
 transition: all .3s;
 padding-bottom: 30px;
}
.gnavi__list:hover a {
 color: #FBA518;
}
.gnavi__list:last-child a {
 padding-right: 23px;
}
.gnavi__list:last-child a::after {
 content: "";
 position: absolute;
 right: 0;
 top: 8px;
 width: 16px;
 height: 14px;
 background: url("../images/common/link.svg") no-repeat center / contain;
}
#header.is-scrolled .gnavi__list:last-child a::after {
 background: url("../images/common/link_n.svg") no-repeat center / contain;
}
/*global nav用*/
body.fixed {
 width: 100%;
 height: 100%;
 position: fixed;
 z-index: 1;
}
#g-nav {
 position: fixed;
 z-index: 999;
 top: 0;
 right: -120%;
 width: 100%;
 height: 100vh;
 transition: all 0.6s;
}
#g-nav.panelactive {
 right: 0;
}
#g-nav.panelactive #g-nav-list {
 position: fixed;
 z-index: 999;
 width: 100%;
 height: 100vh;
 overflow: auto;
 top: 0;
 -webkit-overflow-scrolling: touch;
}
/*global nav 表示*/
.g-nav-list-inner {
 position: absolute;
 z-index: 999;
 top: 0;
 right: 0;
 width: 446px;
 background: #F5F2E9;
 text-align: left;
 padding: 95px 0 140px 0;
 box-sizing: border-box;
}
/*global nav ボタン*/
.openbtn {
 position: fixed;
 z-index: 9000;
 top: 4px;
 right: 0px;
 cursor: pointer;
 width: 120px;
 height: 82px;
 color: #fff;
 font-size: 16px;
 padding: 14px 0 0 0;
 font-weight: bold;
 line-height: 1.2;
}
/*×に変化*/
.openbtn span {
 display: inline-block;
 transition: all .4s;
 position: absolute;
 left: 30px;
 height: 1px;
 border-radius: 2px;
 background-color: #fff;
 width: 31px;
}
.openbtn span:nth-of-type(1) {
 top: 34px;
}
.openbtn span:nth-of-type(2) {
 top: 43px;
}
.openbtn.active span:nth-of-type(1) {
 top: 32px;
 left: 32px;
 transform: translateY(6px) rotate(-30deg);
 width: 35px;
 background-color: #5F5F5F;
}
.openbtn.active span:nth-of-type(2) {
 top: 44px;
 left: 32px;
 transform: translateY(-6px) rotate(30deg);
 width: 35px;
 background-color: #5F5F5F;
}
@media screen and (max-width: 1200px) {
 #g-nav-sub {
  display: none;
 }
 #g-nav-main {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 #header {
  width: 100%;
  top: 0;
  position: fixed;
  height: 64px;
  z-index: 900;
  box-sizing: border-box;
 }
 .header_inner {
  width: 100%;
  height: 64px;
  margin: 0 auto;
  position: relative;
 }
 .header_logo {
  position: absolute;
  width: 193px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
 }
 .header_logo a {
  display: block;
 }
 .header_logo a img {
  display: block;
 }
 #g-nav-sub {
  width: 400px;
  position: absolute;
  top: 5px;
  right: 160px;
  font-size: 0;
 }
 .header_sns {
  width: 75px;
  display: inline-block;
  justify-content: space-between;
  margin-right: 25px;
 }
 .header_sns a {
  width: 20px;
  display: inline-block;
 }
 .header_sns a:last-child {
  width: 28px;
 }
 .header_sns a + a {
  margin-left: 12px;
 }
 .header_time {
  font-size: 14px;
  color: #242424;
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
  vertical-align: text-bottom;
 }
 .header_tel {
  display: inline-block;
 }
 .header_tel a {
  color: #FBA518;
  font-size: 22px;
  font-weight: bold;
  background: url("../images/common/ic_tel.svg") no-repeat left center;
  padding-left: 30px;
 }
 #g-nav-main {
  position: absolute;
  top: 29px;
  left: 377px;
  font-size: 0;
 }
 #g-nav-main li {
  display: inline-block;
 }
 #g-nav-main li + li {
  padding-left: 50px;
 }
 #g-nav-main li a {
  font-size: 14px;
  color: #fff;
 }
 #g-nav-main li .ulink {
  font-size: 10px;
  display: inline-block;
  padding: 4px 0 0 5px;
 }
 /*global nav用*/
 body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
 }
 #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
 }
 #g-nav.panelactive {
  right: 0;
 }
 #g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  -webkit-overflow-scrolling: touch;
 }
 /*global nav 表示*/
 .g-nav-list-inner {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 375px;
  background: #F5F2E9;
  text-align: left;
  padding: 60px 0 220px 0;
  box-sizing: border-box;
 }
 /*global nav ボタン*/
 .openbtn {
  position: fixed;
  z-index: 9000;
  top: 0;
  right: 0px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 0;
  font-weight: bold;
  line-height: 1.2;
 }
 /*×に変化*/
 .openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 30px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  width: 31px;
 }
 .openbtn span:nth-of-type(1) {
  top: 25px;
 }
 .openbtn span:nth-of-type(2) {
  top: 34px;
 }
 .openbtn.active span:nth-of-type(1) {
  top: 25px;
  left: 32px;
  transform: translateY(6px) rotate(-30deg);
  width: 35px;
  background-color: #5F5F5F;
 }
 .openbtn.active span:nth-of-type(2) {
  top: 37px;
  left: 32px;
  transform: translateY(-6px) rotate(30deg);
  width: 35px;
  background-color: #5F5F5F;
 }
}
/*202601 gnavアコーディオン*/
/* =========================
   g-nav 全体
========================= */
#g-nav { /*
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;*/
}
#g-nav-list {
 padding: 24px 20px 40px;
}
.g-nav-list-inner > ul {
 margin-bottom: 32px;
}
.g-nav-list-inner > ul:first-of-type {
 border-top: 1px solid #e6e6e6;
}
/* =========================
   メインメニュー
========================= */
#g-nav-list ul:first-of-type > li {
 border-bottom: 1px solid #e6e6e6;
}
#g-nav-list a {
 display: block;
 padding: 18px 51px;
 color: #1f2f54;
 text-decoration: none;
 font-size: 14px;
 letter-spacing: .05em;
}
/* =========================
   アコーディオン
========================= */
.has-child > ul {
 display: none;
}
.has-child > a {
 position: relative;
}
.has-child > ul {
 border-top: #e6e6e6 1px solid;
}
.has-child > ul li a {
 padding-left: 70px !important;
}
/* ＋ − アイコン */
.has-child > a::after {
 content: "+";
 position: absolute;
 right: 50px;
 top: 50%;
 transform: translateY(-50%);
 font-size: 24px;
}
/* 開いた状態 */
.has-child.is-open > a::after {
 content: "−";
}
#g-nav-list .l_out a {
 position: relative;
}
#g-nav-list .l_out a::after {
 content: "";
 position: absolute;
 right: 50px;
 top: 50%;
 transform: translateY(-50%);
 width: 16px;
 height: 14px;
 background: url("../images/common/link_n.svg") no-repeat center / contain;
}
/* =========================
   サブメニュー
========================= */
.sub-menu {
 display: none;
 padding-bottom: 12px;
}
.has-child.is-open .sub-menu {
 display: block;
}
.sub-menu li a {
 padding: 12px 0 12px 16px;
 font-size: 14px;
 color: #1f2f54;
}
/* =========================
   open時 背景
========================= */
.has-child.is-open {
 background: #F5F2E9;
}
/* =========================
   CTA ボタン
========================= */
.g-nav-list-inner > ul:nth-of-type(2) {
 padding: 0 51px;
}
.g-nav-list-inner > ul:nth-of-type(2) a {
 background: #1f2f54;
 color: #fff !important;
 text-align: center;
 margin-bottom: 15px;
 font-size: 14px;
 height: 52px;
 display: flex;
 align-items: center;
 box-sizing: border-box;
 line-height: 1;
}
/* =========================
   SNS
========================= */
.g-nav-list-inner > ul:nth-of-type(3) {
 display: flex;
 gap: 30px;
 justify-content: flex-start;
 align-items: center;
 padding: 0 50px;
}
.g-nav-list-inner > ul:nth-of-type(3) li + li {}
.g-nav-list-inner > ul:nth-of-type(3) li a {
 display: flex !important;
 align-content: center;
 padding: 0 !important;
}
.g-nav-list-inner > ul:nth-of-type(3) a {
 text-transform: uppercase;
 font-size: 13px;
}
/* =========================
   フッターリンク
========================= */
.g-nav-list-inner > ul:nth-of-type(4) {
 display: flex;
 flex-wrap: wrap;
 gap: 16px 24px;
 font-size: 13px;
 padding: 0 51px;
}
.g-nav-list-inner > ul:nth-of-type(4) li:nth-of-type(2n+1) {
 width: 160px;
}
.g-nav-list-inner > ul:nth-of-type(4) li:nth-of-type(2n+0) {
 width: 110px;
}
.g-nav-list-inner > ul:nth-of-type(4) a {
 padding: 0 !important;
}
@media screen and (max-width: 767px) {
 #g-nav-list {
  padding: 24px 20px 40px;
 }
 .g-nav-list-inner > ul {
  margin-bottom: 26px;
 }
 .g-nav-list-inner > ul:first-of-type {
  border-top: 1px solid #e6e6e6;
 }
 /* =========================
   メインメニュー
========================= */
 #g-nav-list ul:first-of-type > li {
  border-bottom: 1px solid #e6e6e6;
 }
 #g-nav-list a {
  display: block;
  padding: 18px 38px;
  color: #1f2f54;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .05em;
 }
 /* =========================
   アコーディオン
========================= */
 .has-child > ul {
  display: none;
 }
 .has-child > a {
  position: relative;
 }
 .has-child > ul {
  border-top: #e6e6e6 1px solid;
 }
 .has-child > ul li a {
  padding-left: 70px !important;
 }
 /* ＋ − アイコン */
 .has-child > a::after {
  content: "+";
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
 }
 /* 開いた状態 */
 .has-child.is-open > a::after {
  content: "−";
 }
 #g-nav-list .l_out a {
  position: relative;
 }
 #g-nav-list .l_out a::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url("../images/common/link_n.svg") no-repeat center / contain;
 }
 /* =========================
   サブメニュー
========================= */
 .sub-menu {
  display: none;
  padding-bottom: 12px;
 }
 .has-child.is-open .sub-menu {
  display: block;
 }
 .sub-menu li a {
  padding: 12px 0 12px 16px;
  font-size: 14px;
  color: #1f2f54;
 }
 /* =========================
   open時 背景
========================= */
 .has-child.is-open {
  background: #F5F2E9;
 }
 /* =========================
   CTA ボタン
========================= */
 .g-nav-list-inner > ul:nth-of-type(2) {
  padding: 0 38px;
 }
 .g-nav-list-inner > ul:nth-of-type(2) a {
  background: #1f2f54;
  color: #fff !important;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  height: 52px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1;
 }
 /* =========================
   SNS
========================= */
 .g-nav-list-inner > ul:nth-of-type(3) {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 38px;
 }
 .g-nav-list-inner > ul:nth-of-type(3) li + li {}
 .g-nav-list-inner > ul:nth-of-type(3) li a {
  display: flex !important;
  align-content: center;
  padding: 0 !important;
 }
 .g-nav-list-inner > ul:nth-of-type(3) a {
  text-transform: uppercase;
  font-size: 13px;
 }
 /* =========================
   フッターリンク
========================= */
 .g-nav-list-inner > ul:nth-of-type(4) {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  font-size: 13px;
  padding: 0 38px;
 }
 .g-nav-list-inner > ul:nth-of-type(4) li:nth-of-type(2n+1) {
  width: 160px;
 }
	.g-nav-list-inner > ul:nth-of-type(4) li:nth-of-type(2n+0) {
 width: 110px;
}
 .g-nav-list-inner > ul:nth-of-type(4) a {
  padding: 0 !important;
 }
}
/*スクロールでヘッダーの色変更*/
#header {
 transition: background-color 0.3s, color 0.3s;
}
#header.is-scrolled {
 background: rgba(255, 255, 255, 0.95);
 backdrop-filter: blur(6px); /* いらなければ削除OK */
}
#header.is-scrolled #g-nav-main li a {
 color: #172E59;
}
/* スクロール状態が最優先 */
#header.is-scrolled {
 background: rgba(255, 255, 255, 0.95);
}
/* ナビ文字 */
#header.is-scrolled #g-nav-main a {
 color: #172E59;
}
/* ハンバーガー */
.openbtn.is-scrolled span, .openbtn.is-scrolled.active span {
 background-color: #172E59;
}
.openbtn.is-scrolled span {
 background-color: #172E59;
}
/* ------ footer ------ */
footer {
 background: rgba(23, 46, 89, 1);
 padding: 108px 0;
 overflow: hidden;
}
.footer_inner {
 width: 1338px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
}
.footer_address {
 width: 500px;
 text-align: left;
}
.footer_logo {
 width: 223px;
 text-align: left;
	padding-top: 5px;
}
.footer_logo img {
 width: 164px;
}
.footer_address_txt {
 font-size: 12px;
 color: #fff;
 letter-spacing: 1px;
}
.footer_address_txt a {
 color: #fff;
}
.footer_tel a {
 font-size: 12px;
 color: #fff;
 line-height: 1.3;
 letter-spacing: 1px;
}
.footer-sns {
 width: 190px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: 20px;
}
.footer-sns a {
 width: 27px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.footer_link {
 width: 630px;
}
.footer_link-inner ul {
 width: 630px;
 display: flex;
 justify-content: flex-end;
 flex-wrap: wrap;
}
.footer_link-inner ul + ul {
 margin-top: 5px;
}
.footer_link ul li + li {
 margin-left: 20px;
}
.footer_link a {
 color: #fff;
 font-size: 12px;
 letter-spacing: 1px;
}
#copyright {
 color: #fff;
 font-size: 12px;
 text-align: right;
 margin-top: 10px;
 letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
 footer {
  padding: 7.5vw 0;
 }
 .footer_inner {
  width: 92.917vw;
 }
 .footer_address {
  width: 37.5vw;
 }
 .footer_logo {
  width: 15.486vw;
 }
 .footer_logo img {
  width: 11.389vw;
 }
 .footer_address_txt {
  font-size: 0.833vw;
  letter-spacing: 0.069vw;
 }
 .footer_tel a {
  font-size: 0.833vw;
  letter-spacing: 0.069vw;
 }
 .footer_address_txt a span.material-symbols-outlined {
  font-size: 1.666vw !important;
  margin-right: 0.347vw;
 }
 .footer_address_txt .gmt {
  margin-left: 0.347vw;
 }
 .footer-sns {
  width: 13vw;
  margin-top: 1.389vw;
 }
 .footer-sns a {
  width: 1.875vw;
 }
 .footer_link {
  width: 44vw;
 }
 .footer_link-inner ul {
  width: 44vw;
 }
 .footer_link-inner ul + ul {
  margin-top: 0.347vw;
 }
 .footer_link ul li + li {
  margin-left: 1.389vw;
 }
 .footer_link a {
  color: #fff;
  font-size: 0.833vw;
  letter-spacing: 0.069vw;
 }
 #copyright {
  font-size: 0.833vw;
  margin-top: 0.694vw;
  letter-spacing: 0.069vw;
 }
}
@media screen and (max-width: 767px) {
 footer {
  background: rgba(23, 46, 89, 1);
  padding: 8.8vw 0 25vw 0;
  overflow: hidden;
 }
 .footer_inner {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 }
 .footer_address {
  width: 540px;
  text-align: left;
 }
 .footer_logo {
  width: 34vw;
  text-align: right;
 }
 .footer_logo img {
  width: 34vw;
  display: block;
 }
 .footer_address_txt {
  font-size: 2.7vw;
  color: #fff;
  letter-spacing: 1px;
 }
 .footer_address_txt a {
  color: #fff;
 }
 .footer_tel a {
  font-size: 2.7vw;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 1px;
 }
 .material-symbols-outlined {
  font-variation-settings:
   'FILL'0, 'wght'400, 'GRAD'0, 'opsz'48
 }
 .footer_address_txt a span.material-symbols-outlined {
  font-size: 24px !important;
  margin-right: 5px;
  vertical-align: middle;
 }
 .footer_address_txt .gmt {
  font-size: 84%;
  margin-left: 5px;
 }
 .footer_map a {
  color: #fff;
  font-size: 2.7vw;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
 }
 .footer_map a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
 }
 .ic_map {
  width: 9px;
  height: 15px;
  background: url("../images/common/	ic_map.svg") no-repeat center / contain;
  flex-shrink: 0;
  display: inline-block;
 }
 .map_txt {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  color: #fff;
 }
 .footer-sns {
  display: none;
 }
 .footer_link {
  display: none;
 }
 .footer_link-inner ul {
  display: none;
 }
 .footer_logo.br_sp {
  display: block !important;
 }
 .copyright {
  color: #fff;
  font-size: 2.7vw;
  text-align: right;
  margin-top: 8vw;
  letter-spacing: 1px;
  display: block;
 }
}
/* =====================================
   l_top_main_info : 共通（PC基準）
===================================== */
.l_top_main_info {
 position: absolute;
 right: 52px;
 bottom: 52px;
 width: 314px;
 z-index: 100;
}
.l_top_main_info ul {
 display: flex;
 justify-content: space-between;
}
.l_top_main_info ul li:last-child {
	display: none;
}

.l_top_main_info li a {
 position: relative;
 display: flex;
 align-items: center;
 height: 45px;
 font-size: 12px;
 color: #fff;
 padding: 0 28px 0 55px;
 background: rgba(226, 139, 60, 0.8);
 border-radius: 3px;
}
/* last button */
.l_top_main_info li:last-child a {
 width: 45px;
 padding: 0 12px;
}
.l_top_main_info li:last-child a span {
 text-indent: -9999px;
 overflow: hidden;
}
/* =====================================
   icon 共通
===================================== */
.l_top_main_info li a::after {
 content: "";
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
}
/* 個別アイコン */
.l_top_main_info li:first-child a::after {
 left: 26px;
 width: 21px;
 height: 21px;
 background-image: url("../images/common/ic_yoyaku.svg");
}
.l_top_main_info li:nth-child(2) a::after {
 left: 26px;
 width: 16px;
 height: 21px;
 background-image: url("../images/common/ic_doc.svg");
}
.l_top_main_info li:last-child a::after {
 left: 13px;
 width: 20.25px;
 height: 21.38px;
 background-image: url("../images/common/ic_tel.svg");
}
@media screen and (max-width: 1440px) {
 .l_top_main_info {
  right: 3.611vw;
  bottom: 3.611vw;
  width: 25.764vw;
 }
 .l_top_main_info li a {
  height: 3.125vw;
  font-size: 0.833vw;
  padding: 0 1.944vw 0 3.819vw;
 }
 .l_top_main_info li:last-child a {
  width: 3.125vw;
  padding: 0 0.833vw;
 }
 .l_top_main_info li:last-child a span {
  text-indent: -694.375vw;
 }
 .l_top_main_info li:first-child a::after {
  left: 1.806vw;
  width: 1.458vw;
  height: 1.458vw;
 }
 .l_top_main_info li:nth-child(2) a::after {
  left: 1.806vw;
  width: 1.111vw;
  height: 1.458vw;
 }
 .l_top_main_info li:last-child a::after {
  left: 0.903vw;
  width: 1.406vw;
  height: 1.485vw;
 }
}
@media screen and (max-width: 767px) {
 .l_top_main_info {
  position: fixed;
  left: 50%;
  bottom: calc(20px + env(safe-area-inset-bottom));
  width: 90vw;
  z-index: 9000;
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1;
 }
	.l_top_main_info ul li:last-child {
	display: inherit;
}
 .l_top_main_info li a {
  height: 12vw;
  font-size: 3.2vw;
  padding: 0 4.8vw 0 13.3vw;
  background: rgba(226, 139, 60, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 }
 .l_top_main_info li:last-child a {
  width: 12vw;
  padding: 0 4.8vw;
 }
 .l_top_main_info li:first-child a::after {
  left: 5.8vw;
  width: 5.3vw;
  height: 5.3vw;
 }
 .l_top_main_info li:nth-child(2) a::after {
  left: 5.8vw;
  width: 4.26vw;
  height: 5.6vw;
 }
 .l_top_main_info li:last-child a::after {
  left: 3.46vw;
  width: 5.37vw;
  height: 5.7vw;
 }
}
/* =====================================
   fixed main wrapper（PC / SP 共通）
===================================== */
.l_top_main_info {
 position: fixed;
 right: 52px;
 bottom: 52px;
 width: 314px;
 z-index: 100;
}
@media screen and (max-width: 1440px) {
 .l_top_main_info {
  position: fixed;
  right: 3.611vw;
  bottom: 3.611vw;
  width: 21.8vw;
 }
 .l_top_main_info li a {
  height: 3.125vw;
  font-size: 0.833vw;
  padding: 0 1.944vw 0 3.819vw;
 }
}
@media screen and (max-width: 767px) {
 .l_top_main_info {
  position: fixed;
  left: 50%;
  bottom: 20px;
  /* 基本の余白 + デバイスごとのセーフエリアを足す */
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  width: 90vw;
  z-index: 9000;
  transform: translateX(-50%);
  visibility: visible !important;
  opacity: 1 !important;
 }
 .fixed-main {
  position: relative;
  z-index: 100;
 }
 .l_top_main_info li a {
  height: 12vw;
  font-size: 3.2vw;
  padding: 0 4.8vw 0 13.3vw;
  background: rgba(226, 139, 60, 0.9);
 }
}
/* ==========================
  loading base
========================== */
/* ローディング画面全体 */
/* 読み込み中、スクロールを禁止するためのクラス */
body.is-loading {
 overflow: hidden;
}
#loader-wrapper {
 position: fixed;
 top: 0;
 left: 0;
 width: 100vw;
 height: 100vh;
 background-color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 9999;
 /* 背景ごと消えるアニメーション */
 transition: opacity 0.8s ease, visibility 0.8s ease;
}
/* デフォルト（下層）ではロゴを非表示にしておく */
.loader-content {
 display: none;
}
/* トップページ（homeクラスがある時）だけロゴを表示する */
.home .loader-content {
 display: block;
}
.loader-content {
 position: relative;
 width: 200px; /* ロゴの横幅に合わせて調整 */
 transition: transform 0.6s ease-out; /* 拡大用 */
}
.loader-content img {
 width: 100%;
 height: auto;
 display: block;
}
/* 下地の薄いロゴ */
.logo-base {
 opacity: 0.2;
}
/* 上に乗る濃いロゴ */
.logo-fill {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 /* 初期状態は左側に隠す */
 clip-path: inset(0 100% 0 0);
 transition: clip-path 0.1s linear;
}
/* 完了時の演出 */
#loader-wrapper.loaded {
 opacity: 0;
 visibility: hidden;
}
#loader-wrapper.loaded .loader-content {
 transform: scale(1.2); /* 1.2倍に拡大 */
}
#loader-wrapper {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 9999;
 transition: opacity 0.8s ease, visibility 0.8s ease;
}
/* ロゴの親要素 */
.loader-content {
 position: relative;
 width: 200px; /* ロゴのサイズに合わせて調整してください */
 transition: transform 0.5s ease;
}
/* ロゴ共通設定 */
.loader-content img {
 width: 100%;
 height: auto;
 display: block;
}
/* 初期状態：20%の薄さ */
.logo-base {
 opacity: 0.2;
}
/* 重なるロゴ：初期状態は左に隠しておく */
.logo-fill {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 /* clip-pathで左0%の状態（見えない） */
 clip-path: inset(0 100% 0 0);
 transition: clip-path 0.05s linear; /* 滑らかに動かすため */
}
/* 完了時のクラス（JSで付与） */
#loader-wrapper.loaded {
 opacity: 0;
 visibility: hidden;
}
#loader-wrapper.loaded .loader-content {
 transform: scale(1.2); /* 120%に拡大 */
}
/* ==========================
  パンくずリンク
========================== */
.breadcrumb {
 height: 27px;
 background: #fff; /* 背景色（必要に応じて） */
 padding-left: 10px;
 
}
.breadcrumb ul {
	max-width: 1340px;
 display: flex; /* 横並びにする */
 flex-wrap: wrap; /* 折り返し許可 */
 list-style: none; /* 点を消す */
 margin: 0;
 padding: 0;
 font-size: 14px; /* 文字サイズ */
 color: #333;
	margin: 0 auto;
}
.breadcrumb li {
 display: flex;
 align-items: center;
 font-size: 12px;
}
/* リンクの設定 */
.breadcrumb li a {
 text-decoration: none;
 font-size: 12px;
 transition: color 0.3s;
}
.breadcrumb li a:hover {
 color: #000; /* ホバー時の色 */
 text-decoration: underline;
}
/* 「>」記号を付ける（最後以外のliに適用） */
.breadcrumb li:not(:last-child)::after {
 content: "-"; /* 記号 */
 margin: 0 6px; /* 記号の左右の余白 */
 color: #999; /* 記号の色 */
 font-size: 12px;
}
/* 現在地の文字色を少し薄く、または太くする場合 */
.breadcrumb li:last-child {
 font-weight: 400;
}
@media screen and (max-width: 767px) {
	.breadcrumb {display: none;}
	
	
}



.more_link ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.more_link .btn_r {
 position: relative;
 display: inline-block;
 padding: 0 88px 4px 0; /* 右に矢印分の余白 */
 color: #fff; /* 必要に応じて変更 */
 font-size: 14px;
 letter-spacing: 0.1em;
 text-decoration: none;
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
}
/* 下線 */
.more_link .btn_r::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 height: 1px;
 background-color: #fff;
}
/* 右矢印 */
.more_link .btn_r::after {
 content: "";
 position: absolute;
 right: 5px;
 top: 50%;
 width: 7.5px; /* svgサイズに合わせて調整 */
 height: 8.5px;
 transform: translateY(-50%);
 background: url("../images/common/ic_more.svg") no-repeat center / contain;
	transition: right 0.3s ease;
}
.more_link .btn_r:hover::after {
 right: 0px;
 transition: right 0.3s ease;
}
.more_link .btn_r:hover::before {
 opacity: 1;
}
.more_link a:hover {
 opacity: 1;
 transition: none;
}
/*黒版*/
.more_link.blk .btn_r {
 color: #636363;
}
/* 下線 */
.more_link.blk .btn_r::before {
 background-color: #636363;
}
/* 右矢印 */
.more_link.blk .btn_r::after {
 background: url("../images/common/ic_more_b.svg") no-repeat center / contain;
}

@media screen and (max-width: 767px) {
 
 .more_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }
 .more_link .btn_r {
  position: relative;
  display: inline-block;
  padding: 0 88px 4px 0; /* 右に矢印分の余白 */
  color: #fff; /* 必要に応じて変更 */
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
 }
 /* 下線 */
 .more_link .btn_r::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
 }
 /* 右矢印 */
 .more_link .btn_r::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 7.5px; /* svgサイズに合わせて調整 */
  height: 8.5px;
  transform: translateY(-50%);
  background: url("../images/common/ic_more.svg") no-repeat center / contain;
 }
 .more_link .btn_r:hover::after {
  right: 0px;
  transition: right 0.3s ease;
 }
 .more_link .btn_r:hover::before {
  opacity: 1;
 }
 .more_link a:hover {
  opacity: 1;
  transition: none;
 }
 /*黒版*/
 .more_link.blk .btn_r {
  color: #636363;
 }
 /* 下線 */
 .more_link.blk .btn_r::before {
  background-color: #636363;
 }
 /* 右矢印 */
 .more_link.blk .btn_r::after {
  background: url("../images/common/ic_more_b.svg") no-repeat center / contain;
 }
}


/*backlink*/

.back_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.back_link .btn_r {
  position: relative;
  display: inline-block;
  /* 左側に矢印分の余白を確保 */
  padding: 0 0 4px 88px; 
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* 下線 */
.back_link .btn_r::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}

/* 左矢印 */
.back_link .btn_r::after {
  content: "";
  position: absolute;
  left: 5px; /* 初期位置 */
  top: 50%;
  width: 7.5px;
  height: 8.5px;
  /* 垂直中央揃え + 元のSVGが右向きなら180度回転して左向きにする */
  transform: translateY(-50%) rotate(180deg);
  background: url("../images/common/ic_more.svg") no-repeat center / contain;
  transition: left 0.3s ease;
}

/* ホバー時：左に動く */
.back_link .btn_r:hover::after {
  left: 0px;
}

.back_link .btn_r:hover::before {
  opacity: 1;
}

.back_link a:hover {
  opacity: 1;
  transition: none;
}

/* 黒版 */
.back_link.blk .btn_r {
  color: #636363;
}

.back_link.blk .btn_r::before {
  background-color: #636363;
}

.back_link.blk .btn_r::after {
  background: url("../images/common/ic_more_b.svg") no-repeat center / contain;
}

@media screen and (max-width: 767px) {
  .back_link ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .back_link .btn_r {
    position: relative;
    display: inline-block;
    /* 左側に矢印分の余白を確保 */
    padding: 0 0 4px 88px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }

  /* 下線 */
  .back_link .btn_r::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
  }

  /* 左矢印 */
  .back_link .btn_r::after {
    content: "";
    position: absolute;
    left: 5px; /* 右から左へ変更 */
    top: 50%;
    width: 7.5px;
    height: 8.5px;
    /* 垂直中央揃え + 180度回転で左向きに */
    transform: translateY(-50%) rotate(180deg);
    background: url("../images/common/ic_more.svg") no-repeat center / contain;
  }

  /* タップ（ホバー）時：左に動く */
  .back_link .btn_r:hover::after {
    left: 0px;
    transition: left 0.3s ease;
  }

  .back_link .btn_r:hover::before {
    opacity: 1;
  }

  .back_link a:hover {
    opacity: 1;
    transition: none;
  }

  /* 黒版設定 */
  .back_link.blk .btn_r {
    color: #636363;
  }

  /* 下線（黒） */
  .back_link.blk .btn_r::before {
    background-color: #636363;
  }

  /* 左矢印（黒） */
  .back_link.blk .btn_r::after {
    background: url("../images/common/ic_more_b.svg") no-repeat center / contain;
  }
}



/*pagelink*/

.page_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_link .btn_r {
  position: relative;
  display: inline-block;
  /* 左側に矢印分の余白を確保 */
  padding: 0 0 4px 88px; 
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* 下線 */
.page_link .btn_r::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pageground-color: #fff;
}

/* 左矢印 */
.page_link .btn_r::after {
  content: "";
  position: absolute;
  left: 5px; /* 初期位置 */
  top: 50%;
  width: 7.5px;
  height: 8.5px;
  /* 垂直中央揃え + 元のSVGが右向きなら180度回転して左向きにする */
  transform: translateY(-50%) rotate(180deg);
  background: url("../images/common/ic_more.svg") no-repeat center / contain;
  transition: left 0.3s ease;
}

/* ホバー時：左に動く */
.page_link .btn_r:hover::after {
  left: 0px;
}

.page_link .btn_r:hover::before {
  opacity: 1;
}

.page_link a:hover {
  opacity: 1;
  transition: none;
}

/* 黒版 */
.page_link.blk .btn_r {
  color: #636363;
}

.page_link.blk .btn_r::before {
  background-color: #636363;
}

.page_link.blk .btn_r::after {
  background: url("../images/common/ic_more_b.svg") no-repeat center / contain;
}

@media screen and (max-width: 767px) {
  .page_link ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .page_link .btn_r {
    position: relative;
    display: inline-block;
    /* 左側に矢印分の余白を確保 */
    padding: 0 0 4px 88px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }

  /* 下線 */
  .page_link .btn_r::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
  }

  /* 左矢印 */
  .page_link .btn_r::after {
    content: "";
    position: absolute;
    left: 5px; /* 右から左へ変更 */
    top: 50%;
    width: 7.5px;
    height: 8.5px;
    /* 垂直中央揃え + 180度回転で左向きに */
    transform: translateY(-50%) rotate(180deg);
    background: url("../images/common/ic_more.svg") no-repeat center / contain;
  }

  /* タップ（ホバー）時：左に動く */
  .page_link .btn_r:hover::after {
    left: 0px;
    transition: left 0.3s ease;
  }

  .page_link .btn_r:hover::before {
    opacity: 1;
  }

  .page_link a:hover {
    opacity: 1;
    transition: none;
  }

  /* 黒版設定 */
  .page_link.blk .btn_r {
    color: #636363;
  }

  /* 下線（黒） */
  .page_link.blk .btn_r::before {
    background-color: #636363;
  }

  /* 左矢印（黒） */
  .page_link.blk .btn_r::after {
    background: url("../images/common/ic_more_b.svg") no-repeat center / contain;
  }
}


/*pagelink under*/

/* --- 共通・PC設定 --- */
.page_ulink ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_ulink .btn_r {
  position: relative;
  display: inline-block;
  /* 右側に矢印分の余白を確保し、左右のバランスを調整 */
  padding: 0 55px 8px 55px; 
  color: #fff;
  font-size: 14px; /* 画像のイメージに合わせて少し調整 */
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  /* 線の長さを画像に合わせるため、aタグ自体の幅を調整したい場合はここ */
  min-width: 100px; 
  text-align: center;
}

/* 下線：テキストの下ではなく、要素全体の最下部に配置 */
.page_ulink .btn_r::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}

/* 右側の下向き矢印 */
.page_ulink .btn_r::after {
  content: "";
  position: absolute;
  right: 0; /* 右端に配置 */
  top: 40%; /* テキストの高さに合わせる */
  width: 10px;
  height: 10px;
  /* 元のSVGが右向き(>)の場合、90度回転で下向きになります */
  transform: translateY(-50%) rotate(90deg);
  background: url("../images/common/ic_more.svg") no-repeat center / contain;
  transition: transform 0.3s ease;
}

/* ホバー時：少し下に沈むような動き（任意） */
.page_ulink .btn_r:hover::after {
  transform: translateY(-30%) rotate(90deg);
}

/* 黒版 (blkクラスがある場合) */
.page_ulink.blk .btn_r {
  color: #1a2a4c; /* 画像の濃紺に近い色に変更 */
}

.page_ulink.blk .btn_r::before {
  background-color: #1a2a4c;
}

.page_ulink.blk .btn_r::after {
  background: url("../images/common/ic_more_b.svg") no-repeat center / contain;
}

/* --- スマホ設定 --- */
@media screen and (max-width: 767px) {
  .page_ulink .btn_r {
    padding: 0 25px 6px 0;
    font-size: 14px;
    min-width: 120px;
  }
  
  .page_ulink .btn_r::after {
    width: 8px;
    height: 8px;
    right: 0;
  }
}

