@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  width: 100%;
  font-size: 17px;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

.color_b {
  color: #1a1a1a;
}

.serif_en {
  font-family: "Source Serif 4", serif;
  font-style: normal;
  font-weight: 400;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.m_br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .m_br {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc_br {
    display: none;
  }
}

.pc_br__02 {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_br__02 {
    display: none;
  }
}

.text_c {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .letter_sp_0 {
    letter-spacing: 0;
  }
}

.inner__01 {
  margin: 0 auto;
  max-width: 1920px;
}
.inner__02 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inner__02 {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .inner__02 {
    max-width: 335px;
  }
}

.mb_7 {
  margin-bottom: 7px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_18 {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .mt_18 {
    margin-top: 12px;
  }
}

.mb_22 {
  margin-bottom: 22px;
}

.mt_22 {
  margin-top: 22px;
}

.mt_35 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mt_35 {
    margin-top: 12px;
  }
}

.mt_42 {
  margin-top: 42px;
}

.s_title_box span {
  display: block;
  color: #ec6c00;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .s_title_box span {
    font-size: 16px;
  }
}
.s_title_box h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .s_title_box h2 {
    font-size: 22px;
    letter-spacing: 0.01em;
    font-weight: 600;
  }
}
.s_title_box__en h2 {
  font-weight: 500;
  font-size: 55px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .s_title_box__en h2 {
    font-size: 30px;
    font-weight: 600;
  }
}
.s_title_box__en span {
  font-size: 16px;
}
.s_title_box__tn {
  padding-left: 414px;
}
@media screen and (max-width: 1100px) {
  .s_title_box__tn {
    padding: 0;
  }
}
.s_title_box__rc {
  width: 374px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s_title_box__rc {
    width: auto;
  }
}

.s_subtitle_box h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .s_subtitle_box h3 {
    font-weight: 600;
    font-size: 27px;
  }
}
.s_subtitle_box__tb {
  padding: 40px 0;
}
.s_subtitle_box__center {
  text-align: center;
}
.s_subtitle_box__o {
  color: #ec6c00;
}
@media screen and (max-width: 768px) {
  .s_subtitle_box__02 h3 {
    font-size: 23px;
  }
}

.orange_number {
  display: block;
  font-size: 59px;
  font-weight: 800;
  color: #ec6c00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .orange_number {
    font-size: 40px;
  }
}
.orange_number__step {
  font-size: 45px;
}

.sec_box_title h4 {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .sec_box_title h4 {
    font-size: 20px;
  }
}
.sec_box_title p {
  font-size: 16px;
  color: #ec6c00;
}

.sec_box_text {
  line-height: 2;
}

.s_title_or-b {
  font-size: 28px;
  font-weight: 500;
  color: #ec6c00;
  padding-bottom: 27px;
  border-bottom: 1px #1a1a1a solid;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .s_title_or-b {
    font-size: 20px;
    padding-bottom: 17px;
  }
}

.s_text_or-b {
  margin-top: 24px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .s_text_or-b {
    font-size: 16px;
  }
}
.s_text_or-b__02 {
  margin-top: 14px;
}

.orange_btn {
  position: relative;
  background-color: #f7931e;
  color: #fff;
  border-radius: 29px;
  display: flex;
  align-items: center;
  padding: 26px 0;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1100px) {
  .orange_btn {
    margin: 0 auto;
  }
}
.orange_btn .btn_arrow {
  width: 24px;
  display: block;
  position: absolute;
  top: 34%;
}
.orange_btn__t-01 {
  width: 265px;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-01 {
    padding-left: 55px;
  }
}
.orange_btn__t-01 .btn_arrow {
  right: 32px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-01 .btn_arrow {
    right: 40px;
  }
}
.orange_btn__t-02 {
  width: 265px;
  padding-left: 32px;
  margin: 135px auto 0;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-02 {
    padding-left: 34px;
    margin: 80px auto 0;
  }
}
.orange_btn__t-02 .btn_arrow {
  right: 22px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-02 .btn_arrow {
    right: 34px;
  }
}
.orange_btn__t-03 {
  width: 374px;
  padding: 34px 0 34px 109px;
  border-radius: 36px;
  margin: 94px auto 0;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-03 {
    width: 285px;
    font-size: 16px;
    padding: 30px 0 30px 66px;
    margin: 50px auto 0;
  }
}
.orange_btn__t-03 .btn_arrow {
  right: 87px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-03 .btn_arrow {
    right: 65px;
  }
}
.orange_btn__t-04 {
  width: 374px;
  padding: 31px 0 34px;
  border-radius: 36px;
  margin: 71px auto 0;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-04 {
    width: 285px;
    font-size: 16px;
    padding: 27px 0 30px;
    margin: 50px auto 0;
  }
}
.orange_btn__t-04 .mail_icon {
  width: 29px;
  margin: 0 14px 0 60px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-04 .mail_icon {
    margin: 0 12px 0 24px;
  }
}
.orange_btn__t-05 {
  width: 265px;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-05 {
    padding-left: 68px;
  }
}
.orange_btn__t-05 .btn_arrow {
  right: 32px;
}
@media screen and (max-width: 768px) {
  .orange_btn__t-05 .btn_arrow {
    right: 55px;
  }
}

#header {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#header__02 {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#header__03 {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.header-contents {
  position: relative;
  z-index: 998;
  margin-top: -100px;
}

h1 {
  position: absolute;
  z-index: 9999;
  top: 40px;
  right: 50px;
}
@media screen and (max-width: 480px) {
  h1 {
    top: 27px;
    right: 50%;
    transform: translateX(50%);
  }
}
h1 .h_logo, h1 .h_logo_b {
  width: 253px;
}
@media screen and (max-width: 480px) {
  h1 .h_logo, h1 .h_logo_b {
    width: 150px;
  }
}

.logo_link {
  position: absolute;
  z-index: 9999;
  top: 40px;
  right: 80px;
}
@media screen and (max-width: 1200px) {
  .logo_link {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .logo_link {
    top: 27px;
    right: 50%;
    transform: translateX(50%);
  }
}

.mv {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv__02 {
  height: 487px;
}
@media screen and (max-width: 1200px) {
  .mv__02 {
    height: auto;
    aspect-ratio: 1089/687;
  }
}
.mv__b {
  background: url(../img/business/b_mv.png) no-repeat center top;
  background-size: cover;
}
.mv__co {
  background: url(../img/company/c_mv.png) no-repeat center top;
  background-size: cover;
}
.mv__w {
  background: url(../img/works/w_mv.png) no-repeat center top;
  background-size: cover;
}
.mv__r {
  background: url(../img/recruit/r_mv.png) no-repeat center top;
  height: 687px;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .mv__r {
    height: auto;
    aspect-ratio: 1089/687;
  }
}
@media screen and (max-width: 768px) {
  .mv__r {
    background-image: url(../img/recruit/r_mv_sp02.png);
    height: auto;
    aspect-ratio: 1050/780;
  }
}
.mv__re {
  background: url(../img/restaurant/re_mv.png) no-repeat center top;
  background-size: cover;
}
.mv__news {
  background: url(../img/news/news_mv.png) no-repeat center top;
  background-size: cover;
}
.mv__contact {
  background: url(../img/contact/contact-p_mv.png) no-repeat center top;
  background-size: cover;
}
.mv .mv_title {
  position: absolute;
  width: 450px;
  top: 8%;
  left: 55%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_title {
    width: 300px;
    top: 28%;
    left: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title {
    width: 200px;
    top: 28%;
    left: 66%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv_title {
    width: 180px;
    top: 50%;
    left: 48%;
  }
}
.mv .mv_title__co {
  width: 456px;
  top: 19%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_title__co {
    width: 300px;
    top: 28%;
    left: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title__co {
    width: 200px;
    top: 28%;
    left: 56%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv_title__co {
    width: 180px;
    top: 50%;
    left: unset;
    right: 30px;
  }
}
.mv .mv_title__w {
  width: 357px;
  top: 21%;
  left: 58%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_title__w {
    width: 300px;
    top: 28%;
    left: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title__w {
    width: 200px;
    top: 28%;
    left: 56%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv_title__w {
    width: 180px;
    top: 42%;
    left: unset;
    right: 30px;
  }
}
.mv .mv_title__r {
  width: 414px;
  top: 50%;
  right: 70px;
  left: unset;
}
@media screen and (max-width: 1200px) {
  .mv .mv_title__r {
    width: 300px;
    top: 66%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title__r {
    width: 250px;
    top: 70%;
    right: 11%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv_title__r {
    top: 54%;
    width: 180px;
    right: 3%;
  }
}
.mv .mv_title__re {
  width: 571px;
  top: 21%;
  left: 52%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_title__re {
    width: 300px;
    top: 27%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title__re {
    width: 200px;
    top: 28%;
    left: 60%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv_title__re {
    width: 180px;
    top: 50%;
    left: unset;
    right: 50px;
  }
}
.mv .mv_title__news {
  width: 285px;
  top: 21%;
  left: 63%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_title__news {
    width: 250px;
    top: 51%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title__news {
    width: 150px;
    top: 51%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv_title__news {
    width: 120px;
    top: 51%;
  }
}
.mv .mv_title__contact {
  width: 452px;
  top: 17%;
  left: 57%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_title__contact {
    width: 300px;
    top: 28%;
    left: 60%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title__contact {
    width: 220px;
    top: 51%;
    left: 47%;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv_title__contact {
    width: 180px;
    left: 44%;
  }
}

/* ========= nav共通スタイル（PC・SP） ========== */
#g-nav li {
  list-style: none;
}
#g-nav li a {
  color: #ec6c00;
  text-decoration: none;
  display: block;
  letter-spacing: 0.16em;
  font-family: "Source Serif 4", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.openbtn {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 15px;
  left: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn .openbtn__b {
  background-color: #333333;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  background-color: #333333;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  background-color: #333333;
}

/* ========= PCスタイル（768px以上） ========== */
@media screen and (min-width: 769px) {
  #g-nav {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    background: none;
    top: 33px;
    left: 55px;
  }
  #g-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列 */
    row-gap: 11px;
    -moz-column-gap: 58px;
         column-gap: 58px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #g-nav a {
    display: block;
    color: #ec6c00;
    transition: 0.3s;
  }
}
/* ========= スマホスタイル（768px以下） ========== */
@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background-color: #b3b3b3;
    transition: all 0.6s;
  }
  #g-nav.panelactive {
    left: 0;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  #g-nav li {
    text-align: center;
    margin-bottom: 20px;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 95px;
  width: 10px;
  height: 108px;
}
.scrolldown span {
  position: absolute;
  left: 50%;
  top: 43px;
  transform: translateX(-50%);
  white-space: nowrap; /* ← 改行禁止 */
  color: #333333;
  font-size: 19px;
  letter-spacing: 0.09em;
}
.scrolldown .h_arrow {
  position: absolute;
  z-index: 9999;
  top: 73px;
  left: 0px;
  width: 10px;
  height: 108px;
  display: block;
  will-change: transform;
  animation: arrowMove 1.2s ease-in-out infinite;
}
@media screen and (max-width: 480px) {
  .scrolldown .h_arrow {
    height: 80px;
  }
}

.scrolldown__02 {
  position: absolute;
  z-index: 999;
  left: 50%;
  width: 10px;
  height: 108px;
}
@media screen and (max-width: 480px) {
  .scrolldown__02 {
    display: none;
  }
}
.scrolldown__02 span {
  position: absolute;
  left: 50%;
  top: -9%;
  transform: translateX(-50%);
  white-space: nowrap; /* ← 改行禁止 */
  color: #333333;
  font-size: 19px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 480px) {
  .scrolldown__02 span {
    top: 40%;
  }
}
.scrolldown__02 .h_arrow {
  position: absolute;
  z-index: 1000;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 108px;
  display: block;
  will-change: transform;
  animation: arrowMove 1.2s ease-in-out infinite;
}
@media screen and (max-width: 480px) {
  .scrolldown__02 .h_arrow {
    top: 75px;
    height: 60px;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes arrowMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  /* nav が開かれた header 配下の .scrolldown を非表示 */
  header:has(#g-nav.panelactive) .scrolldown,
  header:has(#g-nav.panelactive) .scrolldown__02 {
    display: none;
  }
}
.h_contact {
  position: fixed;
  z-index: 999;
  right: 2.5%;
  width: 225px;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  border: #1a1a1a 1px solid;
  border-radius: 29px;
  font-size: 27.63px;
  letter-spacing: 0.16em;
}
.h_contact__02 {
  bottom: 101px;
}
@media screen and (max-width: 768px) {
  .h_contact {
    display: none;
  }
}

.t_contact {
  padding-bottom: 107px;
}
.t_contact__g {
  background-color: #f9f9f9;
}

.feature-description {
  margin: 0;
  color: #1a1a1a;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .feature-description {
    font-size: 16px;
  }
}

.t_contact_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .t_contact_container {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 105px;
  }
}
@media screen and (max-width: 768px) {
  .t_contact_container {
    gap: 80px;
  }
}

.recruit_img, .contact_img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 962px;
  max-height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit_box, .contact_box {
  margin-top: 105px;
  width: 560px;
}
@media screen and (max-width: 1100px) {
  .recruit_box, .contact_box {
    margin: 105px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_box, .contact_box {
    width: 335px;
    margin-top: 80px;
  }
}

.recruit_box {
  float: right;
  border-right: 1px #b3b3b3 solid;
}
@media screen and (max-width: 1100px) {
  .recruit_box {
    float: none;
    border: none;
  }
}
.recruit_box p {
  width: 374px;
  margin: 62px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit_box p {
    width: auto;
    margin: 50px auto 0;
  }
}

.contact_box {
  margin-left: 13px;
}
@media screen and (max-width: 1100px) {
  .contact_box {
    margin: 105px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_box {
    margin: 0 auto;
  }
}
.contact_box p {
  width: 374px;
  margin: 35px 0 0 110px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .contact_box p {
    width: auto;
    margin: 35px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact_box__top {
    margin: 105px auto;
  }
}

.ft {
  position: relative;
  z-index: 1;
  background-color: #f7931e;
  color: #fff;
}
.ft small {
  display: block;
  text-align: center;
  margin-top: 130px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ft small {
    margin-top: 40px;
  }
}

.footer_wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .footer_wrapper {
    width: 685px;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrapper {
    width: 335px;
  }
}

.f-nav {
  padding-top: 27px;
}

.facebook {
  width: 48px;
}
@media screen and (max-width: 1100px) {
  .facebook {
    width: 30px;
    height: 30px;
  }
}

.f-g-nav-list {
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .f-g-nav-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
  }
}

.footer_box {
  margin: 83px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .footer_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_box {
    margin: 40px 0;
  }
}

.f_logo {
  width: 414px;
}
@media screen and (max-width: 768px) {
  .f_logo {
    width: 250px;
  }
}

.footer_item_box__01 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .footer_item_box__01 {
    flex-direction: column;
    align-items: center;
  }
}
.footer_item_box__02 {
  margin-top: -6px;
}
@media screen and (max-width: 1100px) {
  .footer_item_box__02 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer_item_box__02 {
    margin-top: 40px;
  }
}

.f_tel_box {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 30px 0 0 106px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .f_tel_box {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .f_tel_box {
    font-size: 24px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .f_tel_box {
    font-size: 20px;
    margin: 20px auto 0;
  }
}
.f_tel_box .tel_icon {
  width: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .f_tel_box .tel_icon {
    width: 13px;
  }
}

.f_address li {
  line-height: 2;
  letter-spacing: 0.15em;
}
.f_address .f_address_title {
  position: relative;
  padding-right: 290px; /* 線のぶんだけ余白 */
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .f_address .f_address_title {
    padding-right: 190px;
  }
}
.f_address .f_address_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 290px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background: #fff; /* 線の色 */
}
@media screen and (max-width: 768px) {
  .f_address .f_address_title::after {
    width: 190px;
  }
}
.f_address .f_address_title__02 {
  padding-right: 239px;
}
@media screen and (max-width: 768px) {
  .f_address .f_address_title__02 {
    padding-right: 100px;
  }
}
.f_address .f_address_title__02::after {
  width: 227px;
}
@media screen and (max-width: 768px) {
  .f_address .f_address_title__02::after {
    width: 100px;
  }
}/*# sourceMappingURL=common.css.map */