:root {
  --cta-color: linear-gradient(90deg, #ff6500 0%, #ff4500 100%);
  --cocoon-default-font:
    "Noto Sans JP", "Helvetica Neue", Arial, sans-serif !important;
  --text_color: #232323;
  --main-color: #ff6500;
  --site-header-height: 84px;
}

html {
  scroll-behavior: smooth;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.width-adjust {
  max-width: 1200px;
  margin: 0 auto;
}

body label {
  cursor: auto;
}

html body {
  color: var(--text_color);
  padding-top: var(--site-header-height);
  background: none;
}

body.admin-bar .site-header {
  top: 32px;
}

[id] {
  scroll-margin-top: calc(var(--site-header-height) + 16px);
}

/*===================
		CTA
=====================*/
.cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 13%;
  border-radius: 999px;
  background: var(--cta-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  width: 150px;
  margin-top: 0;
  transition: transform 0.2s ease;
  letter-spacing: 0.05em;
}

.cta__wrap-header:hover {
  opacity: 0.85;
}

.header__nav .cta__wrap-header {
  width: 13.7%;
}

/*===================
		ヘッダー
=====================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.logo img {
  display: block;
  max-width: 240px;
  width: 100%;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu-toggle {
  display: none;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 3%;
  width: 71%;
  justify-content: flex-end;
}

.header__nav ul {
  display: flex;
  gap: 4%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 77.4%;
}

body.has-no-columns .site-header .header__nav ul {
  justify-content: flex-end;
}

.header__nav ul a {
  color: var(--text_color);
  font-weight: 500;
  width: 100%;
}

.site-heder .logo {
  width: 18.75%;
}

.width-adjust-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 0;
}

.header__nav a {
  font-size: 14px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.header__nav a:hover {
  color: #fff;
  opacity: 0.7;
  transform: translateY(-1px);
}

.header__nav ul li a:hover {
  color: var(--text_color);
}

.header__nav li {
  line-height: 0;
}

/*===================
		フッター
=====================*/
.footer__copyright {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 40px 0 0;
}

.footer__lower {
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  padding-top: 19px;
  flex-direction: row;
  align-items: center;
}

.footer__lower .footer__left {
  margin-right: 5%;
}

.footer__lower .footer__right {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: fit-content;
}

.footer__lower .footer__right p {
  max-width: 322px;
  width: fit-content;
}

.footer__lower__big {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
  line-height: 1;
}

.footer__lower__small {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
}

.footer__middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bbb;
}

.footer__nav {
  display: block;
}

.footer__nav li {
  line-height: 14px;
}

.footer__nav li a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 14px;
  color: var(--text_color);
}

.footer__nav li a:hover {
  transform: none;
}

.footer__nav li a img {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.footer__upper .logo {
  margin-bottom: 30px;
  width: 240px;
}

.site__footer {
  padding: 64px 0 40px;
  background: #f8f8f8;
}

.site__footer .fv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 254px;
  padding: 15px 0;
  border-radius: 999px;
  background: var(--cta-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  letter-spacing: 0.05em;
}

.site__footer .header__nav {
  width: auto;
  flex: 1 1 auto;
  justify-content: flex-start;
}

.site__footer .header__nav ul {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 15px 30px;
  width: auto;
}

.site__footer .header__nav ul.sp_only {
  display: none;
}

.width-adjust.footer__inner {
  max-width: 1200px;
}
/*===================
		セッション
=====================*/
.explain__highlight {
  background: linear-gradient(transparent 50%, #fff2ba 0%);
  line-height: 1.3em;
}

hgroup {
  margin-bottom: 30px;
}

.section__explain {
  color: var(--text_color);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

.section__wrap {
  padding: 60px 0;
}

.section__wrap-grey {
  background: #f8f8f8;
}

.title-h3 {
  margin: 0;
  color: var(--text_color);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.title-h3-explain {
  margin: 0 0 29px;
  color: var(--text_color);
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.title-main {
  margin: 5px 0 0;
  color: var(--text_color);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.title-sub {
  margin: 0;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

/*===================
		Floating Button
=====================*/
.floating__btn {
  position: fixed;
  right: 2.85%;
  bottom: 52px;
  z-index: 1000;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: 3px solid #ff5a00;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    visibility 0s linear 0.2s;
}

.floating__btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #ff5a00;
}

.floating__btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    visibility 0s linear 0s;
}

.floating__btn:hover,
.floating__btn:focus-visible {
  transform: translateY(-1px);
  opacity: 0.9;
}

@media screen and (max-width: 834px) {
  .floating__btn {
    right: 14px;
    bottom: 72px;
    width: 66px;
    height: 66px;
    font-size: 12px;
  }

  .floating__btn::before {
    margin-bottom: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 6px;
  }
}

/*===================
		幅分岐
=====================*/
@media screen and (min-width: 768px) and (max-width: 1375px) {
  :root {
    --site-header-height: 76px;
  }

  .width-adjust,
  .width-adjust-header {
    padding: 14px 16px;
  }

  .header__inner {
    gap: 16px;
  }

  .header__nav {
    flex: 1 1 auto;
    width: auto;
    gap: 16px;
  }

  .header__nav ul {
    flex: 1 1 auto;
    width: auto;
    justify-content: flex-end;
    gap: clamp(16px, 1.8vw, 28px);
  }

  .header__nav li {
    flex: 0 1 auto;
  }

  .header__nav ul a {
    white-space: nowrap;
  }

  .header__nav a {
    font-size: clamp(10px, 1vw, 14px);
  }

  .header__nav .cta__wrap-header {
    width: auto;
    flex: 0 0 auto;
  }

  .header__nav .cta__button {
    width: auto;
    min-width: 132px;
    padding: 14px 18px;
    font-size: 13px;
    white-space: nowrap;
  }

  .footer__middle {
    justify-content: flex-start;
  }

  .logo {
    flex: 0 0 auto;
  }

  .logo img {
    max-width: clamp(180px, 20vw, 220px);
  }

  .site__footer .header__nav {
    width: 100%;
    justify-content: flex-start;
  }

  .site__footer .header__nav ul {
    width: max-content;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 855px) {
  :root {
    --site-header-height: 65px;
  }

  .ipad_only.sp_only {
    display: block !important;
  }

  .header__inner {
    gap: 12px;
  }

  .header__nav {
    gap: 10px;
  }

  .header__nav ul {
    gap: 10px;
  }

  .header__nav a {
    font-size: 11px;
  }

  .header__nav .cta__button {
    min-width: 118px;
    padding: 12px 14px;
    font-size: 12px;
  }

  .footer__lower .footer__left {
    margin-right: 0;
  }

  .footer__lower .footer__right {
    max-width: 100%;
  }

  .footer__lower__big {
    font-size: 19px;
  }

  .footer__upper .logo {
    width: 190px;
  }

  .logo {
    width: 15%;
  }

  .logo img {
    max-width: 170px;
  }

  .site__footer .fv__button {
    width: auto;
    min-width: 220px;
  }

  .site__footer .header__nav {
    width: 100%;
  }

  .site__footer .header__nav ul {
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 14px 24px;
  }

  .width-adjust,
  .width-adjust-header {
    padding: 12px 14px;
  }
}

/*======================
  ======================
  固定ページ、記事
======================
=========================*/
.archive .width-adjust-breadcrumb,
.page .width-adjust-breadcrumb,
.single .width-adjust-breadcrumb {
  max-width: 1360px;
  margin: 0 auto;
}

.archive .breadcrumb,
.page .breadcrumb,
.single .breadcrumb {
  margin: 0;
  padding-top: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 1.2px;
}

.breadcrumb a {
  font-weight: 500;
}

.page .breadcrumb-home a span,
.single .breadcrumb-home a span,
.archive .breadcrumb-home a span {
  color: var(--main-color);
  margin: 0;
}

.archive .breadcrumb-caption,
.page .breadcrumb-caption,
.single .breadcrumb-caption {
  color: var(--text_color);
  margin: 0;
}

.archive .breadcrumb .sp,
.page .breadcrumb .sp,
.single .breadcrumb .sp {
  margin: 0 20px;
}

.archive .breadcrumb .sp span,
.page .breadcrumb .sp span,
.single .breadcrumb .sp span {
  color: var(--text_color);
  font-weight: 900;
}

.single .breadcrumb-item:not(:last-child) .breadcrumb-caption {
  color: var(--main-color);
}
