@charset "UTF-8";
.pc-only {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
html,
body {
  font-size: 16px;
}

body {
  color: #333;
  letter-spacing: 0.16em;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body.post, body.page {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0.05em;
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.6s;
    opacity: 1;
  }
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
a:visited {
  color: #333;
}

ol,
ul,
li,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: pointer;
  }
}
/* ┏━━━━━━━━━━━━━━━━━━━━━━┓ */
/* ┃    コンテンツCSS START    ┃ */
/* ┗━━━━━━━━━━━━━━━━━━━━━━┛ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #333;
}

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

a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

.header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /* PC ナビ */
  /* ハンバーガー */
  /* SP表示 */
}
@media screen and (min-width: 768px) {
  .header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
.header.is-scrolled {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.header__flex {
  display: flex;
  align-items: center;
}
.header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1560px;
    padding: 0 20px;
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 20px;
  }
}
.header__logo {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1390px) {
  .header__logo {
    margin-left: 60px;
  }
}
.header__logo span {
  font-size: 14px;
}
.header__logo img {
  display: block;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 176px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav {
    padding-left: 20px;
  }
  .header__nav ul {
    display: flex;
    align-items: center;
  }
  .header__nav ul li {
    list-style: none;
  }
}
.header__nav ul a {
  font-weight: 700;
}
@media screen and (min-width: 1370px) {
  .header__nav ul {
    gap: 40px;
  }
  .header__nav ul a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .header__nav ul {
    gap: 20px;
  }
  .header__nav ul a {
    font-size: 15px;
    white-space: nowrap;
  }
}
.header__cta {
  background: #333333;
  color: #fff !important;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  font-size: 16px;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (min-width: 1370px) {
  .header__cta {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .header__cta {
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .header__cta {
    width: 195px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header__cta {
    width: 245px;
    height: 50px;
    margin: 0 auto;
  }
}
.header__cta::before {
  content: "";
  background: url(../img/contact_logo.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.header__cta:hover {
  background: #fcc110;
  border: 3px solid #333333;
  color: #333 !important;
  opacity: 1;
}
.header__cta:hover::before {
  content: "";
  background: url(../img/contact_logo_hover.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.header__hamburger {
  display: none;
  width: 40px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.header__hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #333333;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__nav {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.45s ease;
  }
  .header__nav ul {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__nav ul li {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }
  .header__nav ul li:last-child {
    padding-left: 0px;
    border-bottom: 0px;
    padding-top: 30px;
  }
  .header__nav.active {
    max-height: 480px;
  }
  .header__hamburger {
    display: flex;
  }
  .header__hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(30deg);
  }
  .header__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-30deg);
  }
}

@media screen and (max-width: 767px) {
  .is-fixed .header {
    background: #fff;
  }
}

.footer {
  padding: 60px 0 10px;
  background: #333333;
  color: #fff;
  font-weight: 400;
  /* -------------------- COPYRIGHT -------------------- */
}
.footer a,
.footer a:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 20px;
  }
}
.footer .footer_box_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 4rem;
  /* -------------------- NAVI -------------------- */
  /* -------------------- COMPANY BOX -------------------- */
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper {
    gap: 20px;
  }
}
.footer .footer_box_wrapper ul.footer_navi_box .maintitle {
  text-align: center;
  font-size: 20px;
  display: block;
}
.footer .footer_box_wrapper ul.footer_navi_box .maintitle span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper ul.footer_navi_box .maintitle img {
    width: 200px;
  }
}
.footer .footer_box_wrapper ul.footer_navi_box li {
  /* ----- sub nav wrapper ----- */
}
.footer .footer_box_wrapper ul.footer_navi_box li > p {
  margin: 0 0 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper ul.footer_navi_box li > p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer_box_wrapper ul.footer_navi_box li .footer_sub_navi_wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper ul.footer_navi_box li .footer_sub_navi_wrapper {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper ul.footer_navi_box li .footer_sub_navi_wrapper .footer_sub_navi_box {
    width: 100%;
  }
}
.footer .footer_box_wrapper ul.footer_navi_box li .footer_sub_navi_wrapper .footer_sub_navi_box .footer_sub_navi_title {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper ul.footer_navi_box li .footer_sub_navi_wrapper .footer_sub_navi_box .footer_sub_navi_title {
    font-size: 14px;
    margin-top: 10px;
  }
}
.footer .footer_box_wrapper ul.footer_navi_box li .footer_sub_navi_wrapper .footer_sub_navi_box .footer_sub_navi_title a {
  color: #fff;
}
.footer .footer_box_wrapper ul.footer_navi_box li .footer_sub_navi_wrapper .footer_sub_navi_box .footer_sub_navi_title span {
  display: inline-block;
  margin-left: 20px;
}
.footer .footer_box_wrapper .footer_company_box {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper .footer_company_box {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer_box_wrapper .footer_company_box .footer_company_logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper .footer_company_box .footer_company_logo {
    margin-bottom: 10px;
  }
}
.footer .footer_box_wrapper .footer_company_box .footer_company_logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper .footer_company_box .footer_company_logo a img {
    width: 168px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer_box_wrapper .footer_company_box dl.footer_company_detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper .footer_company_box dl.footer_company_detail {
    font-size: 14px;
  }
}
.footer .footer_box_wrapper .footer_company_box dl.footer_company_detail div {
  display: flex;
  margin-top: 10px;
}
.footer .footer_box_wrapper .footer_company_box dl.footer_company_detail div:first-child {
  margin-top: 0px;
}
.footer .footer_box_wrapper .footer_company_box dl.footer_company_detail div dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer .footer_box_wrapper .footer_company_box dl.footer_company_detail div dt {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper .footer_company_box dl.footer_company_detail div dt {
    width: 70px;
  }
}
.footer .footer_box_wrapper .footer_company_box dl.footer_company_detail div dd {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_box_wrapper .footer_company_box dl.footer_company_detail div dd {
    line-height: 1.7;
  }
}
.footer .bottom-text {
  text-align: center;
  border-top: 1px solid #9d9d9d;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer .bottom-text {
    display: flex;
    margin-top: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .bottom-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.footer .linkicon::after {
  content: "";
  background: url(../img/footer_contact_img.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}
.footer .link-cp {
  margin-top: 10px;
}
.footer .cp {
  font-size: 12px;
}
.footer .footer-service {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer-service {
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-service::after {
    content: "";
    border-right: 1px solid #9d9d9d;
    padding-left: 10px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
}