@charset "utf-8";

/* color */
:root {
  --white: #ffffff;
  --black: #000000;
  --dark_blue: #131B4E;
  --light_purple: #E1E5F8;
  --grad_purple: #F5F8FD;

  --yellow: #DDB54A;
  --black_sdw1: rgba(0, 0, 0, 0.15);
  --dark_blue_half: rgba(19, 27, 78, 0.5);

}

body {
  font-family: "Noto Sans JP";
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: var(--white);
}

/* フッター画面の下部に固定する */
.p-site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100dvh;

}

main {
  flex: 1;
  /* overflow-x: hidden; */
  position: relative;
}



#header {
  width: 100vw;
}

section {
  width: 100%;
}

.container {
  display: flex;
}


.jc-bet {
  justify-content: space-between;
}

h1 {
  position: fixed;
  width: 180px;
  height: 80px;
  background-color: black;
  /* margin-left: 80px; */
  margin-left: clamp(30px, 5.952vw - 34.2857px, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
}

.c-header-logo {
  display: block;
  width: 130px;
  height: auto;
}

.c-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}



.sec_01_txtbox1 p {
  font-size: 1.2rem;
}

.sec_01_txtbox1 {
  margin-top: 16px;
}




.ff-ns {
  font-family: "Noto Sans JP", serif;
}

.ff-mp {
  font-family: "M PLUS 1p", sans-serif;
}

.ff-lato {
  font-family: "Lato", sans-serif;
}

.ff-mono {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", serif;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.fs10 {
  font-size: 10px;
}

.fs-s {
  font-size: small;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

/* 文字揃え */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

/* 文字間 */
.ls-s {
  letter-spacing: 0.1rem;
}

.ls-m {
  letter-spacing: 0.2rem;
}

.ls-l {
  letter-spacing: 0.3rem;
}

/* カラー設定 */
.color-black {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-lightgray {
  color: #ccc !important;
}

.color-blue {
  color: #001796 !important;
}

.color-deepblue {
  color: #0668b7 !important;
}

.color-lightblue {
  color: #2fa0f6 !important;
}

.color-green {
  color: #296461 !important;
}

.color-brown {
  color: #743e19 !important;
}

.bg-black {
  background-color: black;
}

.bg-gray1 {
  background-color: #eee;
}

.bg-gray2 {
  background-color: #ddd;
}

.bg-gray3 {
  background-color: #bbb;
}

.bg-gray4 {
  background-color: #aaa;
}

.bg-gray5 {
  background-color: #999;
}

.bg-gray6 {
  background-color: #888;
}

.bg-gray7 {
  background-color: #777;
}

.bg-gray8 {
  background-color: #666;
}

.bg-gray9 {
  background-color: #555;
}

.bg-white {
  background-color: white;
}

/* マージン設定 */
.mt-6 {
  margin-top: 6px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-10 {
  padding-left: 10px;
}

/*========= nav PC ===============*/
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  ;
  background: var(--dark_blue);
  transition: all 0.3s;
  display: flex;
  overflow-y: auto;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* .g-nav_wrap {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 960px;
  width: 690px;
} */

.g-nav_wrap {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 690px;
  height: 480px;
  grid-template-rows: repeat(4, 44px);
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 82px;
  grid-column-gap: 4%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 44px;
  z-index: 999;
}

.navbox1 {
  grid-row: 1;
  grid-column: span 2;
  /* width: 140px; */
  justify-self: center;
}

.navbox2_acc,
.navbox3_lc {
  grid-row: 2;

}

.navbox2_eq,
.navbox3_qua {
  grid-row: 3;

}

.navbox2_plan,
.navbox3_out {
  grid-row: 4;

}


/* #g-nav a {
  color: var(--light_purple);
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 30px auto;
  padding-left: 10px;
} */

#g-nav a {
  color: var(--light_purple);
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  /* margin: 30px auto; */
  /* padding-left: 10px; */
}

#g-nav a span {
  display: inline-block;
  margin-right: -0.6em;
}


#g-nav .navbox2 a {
  color: var(--light_purple);
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  /* margin: 30px auto; */
}

#g-nav .navbox3 a {
  color: var(--light_purple);
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  line-height: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  /* margin: 30px auto; */
  padding-left: 30px;
}

.navigation_box {
  display: flex;
}

.navbox1 {
  display: block;
  justify-content: center;
}

.navbox2 {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbox3 {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/*========= アンダーライン ===============*/
#g-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #000; */
}

#g-nav a::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--light_purple);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;

}

#g-nav a::after {
  content: "";
  width: 100%;
  /* width: 40px; */
  height: 2px;
  background: var(--light_purple);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;

  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

#g-nav a:hover::after {
  /* width: 90%; */

  transform: scale(1, 1);
}


/*========= ハンバーガー PC ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100px;
  height: 140px;
  background-color: #000;
  margin-right: 80px;
  margin-right: clamp(30px, 5.952vw - 34.2857px, 80px);
  padding: 0;
  font-weight: 700;
}

.openbtn1 {
  text-align: center;
}

.openbtn1 p {
  margin-top: 40px;
  color: #fff;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 25%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  width: 50px;
}

.openbtn1 span:nth-of-type(1) {
  top: 78px;
}

.openbtn1 span:nth-of-type(2) {
  top: 96px;
}

.openbtn1 span:nth-of-type(3) {
  top: 113px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 88px;
  left: 25%;
  transform: translateY(6px) rotate(-45deg);
  width: 50px;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 100px;
  left: 25%;
  transform: translateY(-6px) rotate(45deg);
  width: 50px;
}


/*========= ページ共通タイトル設定 ===============*/
.ttlbox {
  width: 100%;
  height: auto;
}

.square {
  font-size: 40px;
}

.ttl {
  font-size: 38px;
  font-weight: 600;
}

.subttl {
  font-size: 21px;
  font-weight: 600;
}

.line {
  border: 1px solid;
}


/*========= footer PC ===============*/
#footer {
  background: #000;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
}

.footer_01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  /* margin-top: 10px; */
  margin-right: 68px;
  margin-left: 102px;
}

.footer_02 {
  margin-right: 20px;
}

.footer_03 {
  width: 512px;
}

/* PCでは電話番号をクリックしても無効 */
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.copyright {
  margin-top: 34px;
  letter-spacing: 0.09em;
}

.footer_02_inner,
.footer_03_inner {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; */
  color: var(--white);
}

.footer_03__telnumbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.footer_03__telnum {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0em;
}

.footer_02__info,
.footer_03__timeinfo,
.footer_03__notice {
  display: inline-block;
}

.footer_02__info {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 50px;
}

.footer_03__timeinfo {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
}

.footer_03__notice {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

/*========= footer SP ===============*/
#footer_sp {
  width: 100vw;
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_wrap_sp {
  margin: 0 auto;
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.footer_03_sp {
  display: block;
  width: 80vw;
  margin: 40px auto;
}

/*  共通デザイン */
/* ラッパー */
.c-page-wrap {
  /* width: min(100%, 1080px); */
  width: min(calc(1020/1080 * 100%), 1080px);
  margin: 0 auto;
  position: relative;
}

/* ページ見出し */
.c-page-head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 196px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 3px;
  margin-bottom: 6px;
}

.c-page-heading {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  line-height: calc(58/38);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-right: 16px;
  padding-left: 42px;
  position: relative;
}

.c-page-heading::before {
  content: '';
  background-image: linear-gradient(to top right, #B58234, #FFCA5F);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.c-page-heading__sub {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(46/18);
  letter-spacing: 0.300em;
  text-transform: none;

}

.c-page-desc {
  padding-bottom: 120px;
}

.c-page-desc__txt {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(46/18);
  letter-spacing: 0.02em;

}




/* @media screen and (min-width: 1025px) { */
.pc-none {
  display: none;
}

/* } */

/******************** SP all ****************/

@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }

  .sp-on {
    display: block;
  }

  /* ラッパー */
  .c-page-wrap {
    width: min(calc(342/390 * 100%), 544px);
    margin: 0 auto;
    position: relative;
  }

  /*========= header logo ===============*/

  h1 {
    position: fixed;
    width: 126px;
    height: 56px;
    background-color: black;
    /* margin-left: clamp(30px, 5.952vw - 34.2857px, 80px); */
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;
  }

  .c-header-logo {
    display: block;
    width: 91px;
    height: auto;
  }

  .c-header-logo img {
    display: block;
    width: 100%;
    height: auto;
  }



  /*========= ハンバーガー SP ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 80px;
    height: 100px;
    background-color: #000;
    margin-right: 0px;
    /* margin-right: clamp(30px, 5.952vw - 34.2857px, 80px); */
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: calc(15/12);
    letter-spacing: 0.04em;
  }

  .openbtn1 {
    text-align: center;
  }

  .openbtn1 p {
    margin-top: 22px;
    color: #fff;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 25%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 40px;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 50px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 64px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 77px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 52px;
    left: 25%;
    transform: translateY(12px) rotate(-45deg);
    width: 38px;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 76px;
    left: 25%;
    transform: translateY(-12px) rotate(45deg);
    width: 38px;
  }

  /* PCでは電話番号をクリックしても無効 */
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }


  .copyright {
    width: 80vw;
    margin: 0 auto;
    letter-spacing: 1px;
  }

  .container {
    display: block;
  }

  h1 {
    margin-left: 0%;
  }

  .sec_01_txtbox1 p {
    font-size: 1rem;
  }

  /*========= nav SP ===============*/
  .g-nav_wrap {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    /* height: min-content; */
    height: 480px;
    /* grid-template-rows: repeat(7, 1fr); */
    grid-template-rows: repeat(auto-fit, minmax(20px, 1fr));
    grid-template-columns: unset;
    grid-row-gap: 40px;
    grid-column-gap: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    z-index: 999;
  }

  .navbox1 {
    grid-row: 1;
    grid-column: 1;
    /* width: 140px; */
    justify-self: center;
  }

  .navbox2_acc {
    grid-row: 2;
  }

  .navbox3_lc {
    grid-row: 3;
  }

  .navbox2_eq {
    grid-row: 4;
  }

  .navbox3_qua {
    grid-row: 5;

  }

  .navbox2_plan {
    grid-row: 6;
  }

  .navbox3_out {
    grid-row: 7;
  }


  #g-nav a,
  #g-nav .navbox2 a,
  #g-nav .navbox3 a {
    display: inline-block;
    color: var(--light_purple);
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.6em;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    /* margin: 30px auto; */
    /* padding-left: 10px; */
  }

  #g-nav a span {
    display: inline-block;
    margin-right: -0.6em;
  }

  #g-nav .navbox3 a {
    padding-left: 0px;
  }

  /*========= アンダーライン ===============*/
  #g-nav a::before {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--light_purple);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;

  }

  #g-nav a::after {
    content: "";
    width: 100%;
    /* width: 40px; */
    height: 1px;
    background: var(--light_purple);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;

    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }

  #g-nav a:hover::after {
    /* width: 90%; */

    transform: scale(1, 1);
  }

  /* ページ見出し */
  .c-page-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 168px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 3px;
    margin-bottom: 9px;
  }

  .c-page-heading {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: calc(36/24);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-right: 8px;
    padding-left: 26px;
    position: relative;
  }

  .c-page-heading::before {
    content: '';
    background-image: linear-gradient(to top right, #B58234, #FFCA5F);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }

  .c-page-heading__sub {
    font-size: 12px;
    font-weight: 700;
    line-height: calc(32/12);
    letter-spacing: 0.300em;
    text-transform: none;

  }

  .c-page-desc {
    padding-bottom: 70px;
  }

  .c-page-desc__txt {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: calc(24/12);
    letter-spacing: 0.02em;

  }



  /* .ttlbox {
    width: 80vw;
    text-align: center;
  }

  .square {
    font-size: 30px;
  }

  .ttl {
    font-size: 28px;
    font-weight: 600;
  }

  .subttl {
    font-size: 16px;
    font-weight: 500;
  }

  .line {
    margin-top: 20px;
  }
 */

  /*========= footer SP ===============*/

  #footer {
    background: #000;
    width: 100%;
    padding-top: 42px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
  }

  .footer_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* width: 1024px; */
    width: min(calc(342/ 390 * 100%), 342px);
    margin: 0 auto;
  }

  .footer_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: calc(34/12);
    letter-spacing: 0.04em;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_01 p {
    margin-bottom: 0!important;
  }

  .footer_02 {
    margin-right: 0px;
    margin: 0 auto;
    padding-top: 36px;
  }

  .footer_02__info {
    font-size: 12px;
    font-weight: 500;
    line-height: calc(32/12);
    letter-spacing: 0.04em;
    padding-bottom: 0px;
  }

  .footer_03 {
    width: 100%;
  }

  .footer_03__telnumbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 2px;
  }

  .footer_03__telnum {
    font-size: 50px;
    font-weight: bold;
    line-height: calc(58/50);
    letter-spacing: 0em;
  }

  .footer_03__timeinfo {
    font-size: 12px;
    font-weight: 500;
    line-height: calc(24/12);
    letter-spacing: 0.04em;
    padding-bottom: 16px;
  }

  .footer_03__notice {
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.04em;
    text-align: center;
    /* width: calc(186/342 * 100%); */
    padding-bottom: 20px;

  }



}

/*400px以下*/
@media screen and (max-width: 400px) {
  .footer_03__telnum {
    font-size: clamp( 40px, calc(50/390 * 100vw) , 50px);
    min-height: 0vw;
  }
}
