@charset "UTF-8";
/* ---------------------------------------------------------
  base css
  - サイトの基本スタイル設定
--------------------------------------------------------- */

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-main);
  /*background-color: var(--color-bg-main);*/
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: bold;
}

input,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
}
.l-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.l-container {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.l-container--medium {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-container--small {
  width: 90%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
/* ---------------------------------------------------------
  メインコンテンツ 設定用
--------------------------------------------------------- */

.l-main {
  padding-top: 95px;
  flex: 1;
}

.l-mainContents {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 125px;
  }
  .l-mainContents {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*-----------------------------------*/
.pc_only,
.pc_only02 {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.gothic {
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
/*header{
    background-color: var(--color-bg-main);
    color: var(--color-text-white);
}*/
.widthsize {
  max-width: 767px;
  margin-right: 30px;
  margin-left: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pc_only02 {
    display: block;
  }
  .sp_only02 {
    display: none;
  }
  .widthsize {
    max-width: 1023px;
    margin-left: 5em;
    margin-right: 5em;
  }
}
@media screen and (min-width: 1024px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .widthsize {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}

/* ---------------------------------------------------------
  文字サイズ調整 ユーティリティ
  実数値は 16px に対して
  - xsmall  : 0.75em（12px）
  - small  : 0.875em（14px）
  - normal : 1em（16px）
  - large  : 1.25em（20px）
  - xlarge  : 1.5em（24px）
  - 2xlarge  : 2em（32px）
--------------------------------------------------------- */

/*
  モバイル、タブレット、PCに適用
---------------------------------------------- */
.u-fz-sp-xsmall {
  font-size: 0.75em;
}

.u-fz-sp-small {
  font-size: 0.875em;
}

.u-fz-sp-normal {
  font-size: 1em;
}

.u-fz-sp-large {
  font-size: 1.25em;
}

.u-fz-sp-xlarge {
  font-size: 1.5em;
}

.u-fz-sp-2xlarge {
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  /*
  タブレット、PCに適用
  ---------------------------------------------- */
  .u-fz-tab-xsmall {
    font-size: 0.75em;
  }

  .u-fz-tab-small {
    font-size: 0.875em;
  }

  .u-fz-tab-normal {
    font-size: 1em;
  }

  .u-fz-tab-large {
    font-size: 1.25em;
  }

  .u-fz-tab-xlarge {
    font-size: 1.5em;
  }

  .u-fz-tab-2xlarge {
    font-size: 2em;
  }
}

@media screen and (min-width: 1024px) {
  /*
  PCのみ適用
  ---------------------------------------------- */
  .u-fz-pc-xsmall {
    font-size: 0.75em;
  }

  .u-fz-pc-small {
    font-size: 0.875em;
  }

  .u-fz-pc-normal {
    font-size: 1em;
  }

  .u-fz-pc-large {
    font-size: 1.25em;
  }

  .u-fz-pc-xlarge {
    font-size: 1.5em;
  }

  .u-fz-pc-2xlarge {
    font-size: 2em;
  }
}
/* ---------------------------------------------------------
  セクション 設定用
--------------------------------------------------------- */

/* h2 セクション相当 */
.l-sectionPrimary {
  padding-top: 80px;
  padding-bottom: 80px;
}
#top_page .l-sectionPrimary {
  padding-bottom: 0;
}
.l-sectionPrimary--narrow {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*.l-sectionPrimary--bgSecondary {
  background-color: var(--color-bg-secondary);
}*/

@media screen and (min-width: 768px) {
  .l-sectionPrimary {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #top_page .l-sectionPrimary {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-sectionPrimary--narrow {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
/* ---------------------------------------------------------
  スクリーンリーダー
--------------------------------------------------------- */

.u-screenReaderText {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/* ---------------------------------------------------------
  ヘッダーパーツ
--------------------------------------------------------- */

.l-header {
  width: 100vw;
  padding-top: 5px;
  /*padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;*/
  box-shadow: 0 1px 4px rgb(0 0 0 / 8%);
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.l-header__container {
  display: flex;
  padding-left: 5px;
  box-sizing: border-box;
}

.l-header__siteName {
  position: relative;
  z-index: 3;
  width: 220px;
}

.l-header__siteNameLink:hover {
  opacity: 0.7;
  transition: 0.3s all ease-in-out;
}
.pc_only::after,
.sp_only::after {
  content: ".";
  display: block;
  height: 0px;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  /*.l-header {
    padding-left: 48px;
  }*/
  .l-header__container {
    padding-left: 10%;
    padding-top: 5px;
  }
  .l-header__siteName {
    width: 280px;
  }
}

@media screen and (min-width: 1024px) {
  .l-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .l-header__container {
    /*justify-content: space-between;*/
    align-items: center;
  }
  .l-header__siteName {
    width: 300px;
  }
}

/*
  Mobile Menu
---------------------------------------------- */
.l-headerMenuWrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.l-headerMenu {
  padding-top: calc(65px + 40px);
  background-color: var(--color-bg-main);
  height: calc(100vh + 65px);
}

.l-headerMenuList {
  list-style: none;
  display: grid;
  padding: 0;
  margin: 0 auto;
  /*追加*/
  align-items: center;
  gap: 0.5rem; /* 各メニュー間の余白 */
}
.headerMenuList01,
.headerMenuList02 {
  width: 80%;
  max-width: 480px;
}
.l-headerMenu_ttl {
  color: #fff;
  font-weight: 600;
  border-bottom: solid 1px;
  width: 80%;
  margin: 0 auto;
  max-width: 480px;
  padding-left: 10px;
  padding-bottom: 0.5em;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.l-headerMenuList__item {
  border-bottom: dashed 1px #fff;
  letter-spacing: 1px;
  width: 100%;
  overflow: hidden;
}
.l-headerMenuList__link {
  /*display: block;*/
  padding: 10px;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 15px;
  letter-spacing: 1px;
  box-sizing: border-box;
  transition:
    letter-spacing 0.4s ease,
    gap 0.4s ease,
    transform 0.4s ease;
}

.l-headerMenuList__link:hover {
  letter-spacing: 2px;
  gap: 0.8rem;
  transform: translateX(4px);
}
.nav_icon img {
  width: 20px;
  height: 20px;
}
.headerMenuList02 li:last-child {
  border: none;
}
.nav_under {
  width: 80%;
  max-width: 480px;
  justify-content: space-between;
  margin: auto;
  border-top: solid 1px #fff;
  padding: 1em 10px;
  box-sizing: border-box;
}
.nav_under_left {
  width: 200px;
}
.nav_under_right {
  width: 70px;
  display: flex;
  justify-content: space-between;
}
.nav_under_right .lnk_btn {
  width: 30px;
}

/*.l-headerMenuList__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../images/icon_arrow_right_bk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}*/

/*.l-headerMenuList__ctaLink {
  font-weight: 900;
  color: var(--color-text-light);
  background-color: var(--color-accent-primary);
  display: block;
  padding: 16px calc(24px + 24px) 16px 24px;
  border-radius: 4px;
  position: relative;
}

.l-headerMenuList__ctaLink::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../images/icon_external_link_wh.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}*/
@media screen and (min-width: 1024px) {
  .nav_flex {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: auto;
    align-items: flex-start;
  }
  .l-headerMenuList__item {
    border-bottom: none;
  }
  .l-headerMenuList {
    justify-content: flex-start;
    margin: 0 auto;
  }
  .headerMenuList01 {
    width: 560px;
    max-width: inherit;
  }
  .headerMenuList02 {
    width: 430px;
    max-width: inherit;
  }

  .headerMenuList01 li:last-child {
    border: none;
  }
  .l-headerMenu_ttl {
    width: 1000px;
    margin: 0 auto 1em;
    max-width: inherit;
  }
  .l-headerMenuList__link {
    font-size: 16px;
    padding: 16px 10px;
  }
  .nav_icon img {
    width: 26px;
    height: 26px;
  }
  .nav_subtxt {
    font-size: 10px;
    font-weight: 300;
    position: relative;
    margin-left: 1.5em;
    padding: 0 0.8em;
    font-family:
      "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic",
      sans-serif;
  }

  .nav_subtxt::before,
  .nav_subtxt::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }

  .nav_subtxt::before {
    left: 0;
    transform: translateX(-100%) translateY(-50%);
  }
  .nav_subtxt::after {
    right: 0;
    transform: translateX(100%) translateY(-50%);
  }
  .nav_under {
    width: 1000px;
    max-width: inherit;
    margin-top: 2em;
  }
  .nav_under_left {
    width: 220px;
  }
  .nav_under_right {
    width: 95px;
  }
  .nav_under_right .lnk_btn {
    width: 40px;
  }

  /*  .pc_g_nav {
    display: block;
    position: static;
    width: 800px;
    height: inherit;
      margin-left: 100px;
  }
  .g_nav {
    padding: 0;
    height: 100%;
  }
    .g_nav ul{
        gap: 24px;
        justify-content: space-between

    }
  .g_nav li {
    display: flex;
    align-items: center;
    width: auto;
    max-width: inherit;
      list-style: none;
  }
  .g_nav li a{
      color: #fff;
}*/
}
@media screen and (min-width: 1200px) {
  .l-headerMenu_ttl {
    width: 90%;
    max-width: 1300px;
  }
  .nav_flex {
    width: 90%;
    max-width: 1300px;
  }
  .headerMenuList01 {
    width: 54%;
  }
  .headerMenuList02 {
    width: 45%;
  }
  .l-headerMenuList__link {
    font-size: 19px;
    padding: 24px 10px;
  }
  .nav_subtxt {
    font-size: 13px;
  }
  .nav_under {
    width: 90%;
    max-width: 1300px;
    margin-top: 2.5em;
  }
}

/*@media screen and (min-width: 1024px) {
  .l-headerMenuWrapper {
    display: block;
    position: static;
    width: auto;
    height: inherit;
  }

  .l-headerMenu {
    padding: 0;
    height: 100%;
  }

  .l-headerMenuList {
    display: flex;
    align-items: center;
    gap: 24px;
    width: auto;
    max-width: inherit;
  }

  .l-headerMenuList__item--cta {
    margin-top: 0;
    margin-left: 16px;
  }

  .l-headerMenuList__link {
    padding: 20px 8px;
    position: relative;
  }

  .l-headerMenuList__link::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--color-accent-primary);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.4s all ease-in-out;
  }

  .l-headerMenuList__link:hover::before {
    width: 100%;
  }

  .l-headerMenuList__link::after {
    display: none;
  }

  .l-headerMenuList__ctaLink {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-headerMenuList__ctaLink:hover {
    opacity: 0.8;
    transition: 0.5s all ease-in-out;
  }
}*/

/*
  Mobile Menu Button
---------------------------------------------- */
.l-headerMobileButton {
  width: 50px;
  height: 50px;
  background-color: var(--color-text-white);
  border: solid 2px var(--color-bg-main);
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 200;
  appearance: none;
  /*border: none;*/
}

.l-headerMobileButton__line {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: var(--color-bg-main);
  position: absolute;
  top: 50%; /**/
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
}

.l-headerMobileButton__line::before,
.l-headerMobileButton__line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-main);
  position: absolute;
  left: 0;
  transition: 0.3s all ease-in-out;
  border-radius: 50px;
}

.l-headerMobileButton__line::before {
  top: -10px;
}

.l-headerMobileButton__line::after {
  top: 10px;
}
.l-headerMobileButton::after {
  content: "MENU";
  position: absolute;
  bottom: -25px; /* ボタンの下に少し離して配置 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-bg-main);
  letter-spacing: 0.05em;
  pointer-events: none;
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-headerMobileButton {
    top: 30px;
    right: 10%;
  }
}
/*@media screen and (min-width: 1024px) {
  .l-headerMobileButton {
    display: none;
  }
}*/

/*
  アクティブ状態のとき
---------------------------------------------- */
.is-active .l-headerMobileButton__line {
  background-color: transparent;
}

.is-active .l-headerMobileButton__line::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-active .l-headerMobileButton__line::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------------------------------------------------------
  フッターパーツ
--------------------------------------------------------- */
footer {
  margin-top: 5em;
}
.f_img {
  width: 120%;
}
.f_img img {
  width: 100%;
}
.f_infobox {
  margin-top: 20px;
  flex-flow: column;
}
.f_address {
  text-align: center;
  line-height: 2em;
}
.f_info_ttl {
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 20px;
}
.f_name {
  position: relative;
  display: inline-block;
}
.f_name::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../../../img/common/MMC-Logo.png");
  background-size: cover;
  position: absolute;
  left: -55px;
  top: -10px;
}
.f_tel {
  font-size: 1.5em;
  padding-top: 25px;
}
.f_toiawase {
  width: 50px;
  padding-top: 25px;
  margin: auto;
}
.l-footer__policy {
  text-align: center;
  font-size: 14px;
  padding-top: 8em;
}
.l-footer__copyright {
  font-size: 12px;
  text-align: center;
  padding-bottom: 8em;
}

.l-footer__copyright small {
  font-size: inherit;
}
@media screen and (min-width: 1024px) {
  .f_img {
    background-image: url("../../../img/common/footer_img.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: right;
    width: 100%;
  }
  .f_img .pc_only .f_name_pc {
    width: 500px;
  }
  .f_infobox {
    margin-top: 50px;
  }
}

#topbutton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  /* display: none; */
}
/* 表示状態 */
#topbutton.is_visible {
  opacity: 1;
  pointer-events: auto;
}
.pagetop {
  height: 40px;
  width: 40px;
  background: var(--color-bg-main);
  border: solid 2px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop_arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
/*.l-footer {
  background-color: var(--color-bg-footer);
  padding-top: 48px;
}

.l-footer__upper {
  display: grid;
  gap: 40px;
  padding-bottom: 48px;
}

.l-footer__logo {
  width: 50%;
  max-width: 220px;
}

.l-footer__logo--center {
  margin-left: auto;
  margin-right: auto;
}

.l-footer__sitemap {
  display: grid;
  gap: 8px;
}


@media screen and (min-width: 768px) {
  .l-footer__sitemap {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer__upper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
  }

  .l-footer__sitemap {
    display: flex;
    gap: 80px;
  }
}
*/
