@charset "UTF-8";
/*main color*/
/*mixin*/
/*--------------------------------------------------------------
# font family & size
--------------------------------------------------------------*/
.font-anth {
  font-family: anth, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-roboto, .u-label-num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.u-font-32, .c-main-ttl .ttl__main {
  font-size: clamp(2.5rem, 2vw, 3.2rem);
}

.u-font-27 {
  font-size: clamp(2.3rem, 2vw, 2.7rem);
}

.u-font-23 {
  font-size: clamp(2rem, 2vw, 2.3rem);
}

.u-font-20 {
  font-size: clamp(1.8rem, 2vw, 2rem);
}

.u-font-18, .c-main-ttl .ttl__sub {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

.u-font-14, .c-cta-card .c-cta-card__item p {
  font-size: clamp(1.3rem, 1.24vw, 1.4rem);
}

.u-font-13 {
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
}

em {
  font-style: normal;
}

i {
  font-style: normal;
  display: inline-block;
}
@media (max-width: 768px) {
  i .i-pc {
    display: unset !important;
  }
}

/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main {
  display: block;
}

/* ==========================================================
   reseting
========================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}

button {
  font-family: "YakuHanJPs", YakuHanJPs, "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  font-family: "YakuHanJPs", YakuHanJPs, "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  cursor: pointer;
  margin: 0em;
  border: none;
  outline: none;
  border-radius: 0px;
}

label {
  cursor: pointer;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a:hover {
  color: inherit;
}

a:hover img {
  opacity: 1;
}

/* ==========================================================
base style
========================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJPs", YakuHanJP, "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #222222;
  overflow-x: hidden;
  min-width: 100%;
}

[data-animate] {
  --animate-delay: 0s;
  --animate-duration: 1s;
  pointer-events: none;
}
[data-animate].is-animated-done {
  pointer-events: auto;
}

.ani-width {
  width: 0;
  transition: width var(--animate-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--animate-delay);
}
.ani-width.is-animated {
  width: 100%;
}

.ani-fade, .ani-fade-left, .ani-fade-right, .ani-fade-down-full, .ani-fade-down, .ani-fade-up {
  opacity: 0;
  transition: opacity var(--animate-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--animate-delay), transform var(--animate-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--animate-delay);
}
.ani-fade.is-animated, .is-animated.ani-fade-left, .is-animated.ani-fade-right, .is-animated.ani-fade-down-full, .is-animated.ani-fade-down, .is-animated.ani-fade-up {
  opacity: 1;
}
.ani-fade-up {
  transform: translateY(5px);
}
.ani-fade-up.is-animated {
  transform: translateY(0);
}
.ani-fade-down {
  transform: translateY(-5px);
}
.ani-fade-down.is-animated {
  transform: translateY(0);
}
.ani-fade-down-full {
  transform: translateY(-100%);
}
.ani-fade-down-full.is-animated {
  transform: translateY(0);
}
.ani-fade-right {
  transform: translateX(-5px);
}
.ani-fade-right.is-animated {
  transform: translateX(0);
}
.ani-fade-left {
  transform: translateX(5px);
}
.ani-fade-left.is-animated {
  transform: translateX(0);
}

/* ------------------------------------------------------------
	PCメニュー／ヘッダー
------------------------------------------------------------ */
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9800;
  padding: 0 30px 0 27px;
  height: 80px;
  color: #ffffff;
  transition: background-color 0.4s cubic-bezier(0.42, 0, 0.58, 1), color 0.5s cubic-bezier(0.42, 0, 0.58, 1), opacity 2.5s cubic-bezier(0.42, 0, 0.58, 1) 2s, transform 1.7s cubic-bezier(0.42, 0, 0.58, 1) 1.3s;
}
@media (max-width: 960px) {
  .header {
    height: 46px;
  }
}
.header.active-bgwh {
  background-color: #ffffff;
  color: #222222;
  box-shadow: 0 0 #000, 0 0 #000, 0 4px 10px rgba(0, 0, 0, 0.04);
}
.header.active-bgwh .header__top__menu li a span.menu--BK {
  background-color: #3f434a;
}
.header.active-bgwh .header__top .header__menu-toggle {
  background: url("../../img/menu-more.svg") no-repeat center;
}
.header .header__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  /* ロゴ */
}
.header .header__top .header__top__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .header__top .header__top__logo a {
  display: grid;
  place-content: center;
  width: 200px;
}
@media (max-width: 960px) {
  .header .header__top .header__top__logo a {
    width: 120px;
  }
}
.header .header__top .header__top__logo a img {
  vertical-align: unset;
}
.header .header__top .header__top__logo h1 {
  display: block;
  margin-bottom: -6px;
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 1200px) {
  .header .header__top .header__top__logo h1 {
    font-size: 0.9rem;
  }
}
@media (max-width: 975px) {
  .header .header__top .header__top__logo h1 {
    text-indent: -10000em;
  }
}
.header .header__top .header__menu-toggle {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  background: url("../../img/menu-more--WH.svg") no-repeat center;
  border: none;
  display: none;
}
@media (max-width: 768px) {
  .header .header__top .header__menu-toggle {
    display: block;
  }
}
.header .header__top .header__menu-toggle.active {
  background-image: url("../../img/menu-close.svg");
}
.header .header__top .header__top__menu {
  display: flex;
  align-items: center;
  gap: clamp(30px, 3vw, 40px);
  height: 80px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .header .header__top .header__top__menu {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header .header__top .header__top__menu {
    display: none;
  }
}
.header .header__top .header__top__menu li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 7px 0;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__top .header__top__menu li a:hover span::before {
    transform: translateX(0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header__top .header__top__menu li a:hover span::before {
    transform: translateX(0);
  }
}
.header .header__top .header__top__menu li a span {
  position: absolute;
  display: inline-block;
  bottom: calc(50% - (0.8em + 0.25rem + 3.5px));
  left: 0;
  height: 3.5px;
  background-color: #d3d6dc;
}
.header .header__top .header__top__menu li a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.5px;
  background-color: #F08E00;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9700;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}
.nav.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.nav .nav__cont {
  overscroll-behavior: contain;
  position: relative;
  height: 100%;
}
.nav .nav__cont .c-cta-card {
  color: #222222;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9702;
  top: 45px;
}
.nav .nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9701;
}

footer.footer {
  position: relative;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
footer.footer .footer__item-wrap {
  grid-template-columns: 1fr 1fr auto;
  padding: clamp(50px, 10vw, 80px) 0px clamp(38px, 6vw, 55px);
}
footer.footer .footer__copy {
  color: #ffffff;
  font-size: clamp(10px, 1.2vw, 12px);
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(to right, #F08E00, #FFB934);
}
footer.footer .footer__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  footer.footer .footer__item {
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  footer.footer .footer__item::before {
    content: "";
    position: absolute;
    transform: translateX(-50%) translateY(calc(20px + 50%));
    height: 3px;
    width: 100vw;
    left: 50%;
    bottom: 0;
    height: 2.5px;
    width: 90vw;
    background: #3f434a;
  }
}
@media (max-width: 768px) {
  footer.footer .footer__item:nth-of-type(2)::before {
    height: 4px;
    width: 100vw;
    transform: translateX(-50%) translateY(calc(26px + 100%));
    background: linear-gradient(to right, #F08E00, #FFB934);
  }
}
footer.footer .footer__item.item-link {
  gap: 11px;
}
@media (max-width: 768px) {
  footer.footer .footer__item.item-link {
    padding-top: 22px;
  }
}
footer.footer .footer__item.item-link::before {
  display: none;
}
footer.footer .footer__item.item-link li span {
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
  cursor: pointer;
}
footer.footer .footer__item.item-link li span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2.5px;
  background-color: #F08E00;
  transition: width 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  footer.footer .footer__item.item-link li span:hover::before {
    width: 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer.footer .footer__item.item-link li span:hover::before {
    width: 100%;
  }
}
footer.footer .footer__ttl {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
footer.footer .footer__logo.item__logo-mkts {
  max-width: 200px;
}
footer.footer .footer__logo.item__logo-antwp {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
footer.footer .footer__logo.item__logo-antwp picture {
  max-width: 100px;
}
footer.footer .footer__logo.item__logo-antwp span {
  font-weight: 700;
}
footer.footer .footer__logo.item__prv-icon {
  width: 95px;
  mix-blend-mode: darken;
}
footer.footer hr {
  width: 100%;
  height: 2px;
  background-color: #E3E5EB;
}

.policy-modal {
  position: relative;
  z-index: 500;
}
.policy-modal .modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  font-size: 1em;
  padding: 0 5%;
  box-sizing: border-box;
}
.policy-modal .modal__item {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.4s;
  z-index: 9000;
}
@media (max-width: 960px) {
  .policy-modal .modal__item {
    top: 46px;
  }
}
.policy-modal .modal__item.is-show {
  opacity: 1;
  visibility: visible;
}
.policy-modal .modal__item::-webkit-scrollbar {
  background-color: rgba(17, 17, 17, 0.97);
  width: 8px;
}
.policy-modal .modal__item::-webkit-scrollbar-track {
  border-radius: 10px;
}
.policy-modal .modal__item::-webkit-scrollbar-thumb {
  background-color: #d8d9d9;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.97);
}
.policy-modal .modal__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.97);
}
.policy-modal .modal__cont {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.policy-modal .modal__cont a {
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
}
.policy-modal .modal__cont .t-indent {
  text-indent: -24px;
  padding-left: 24px;
}
.policy-modal .modal__cont ul {
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.policy-modal .modal__cont ul.-pd2 {
  padding-left: 3em;
}
.policy-modal .modal__cont .listDot > p,
.policy-modal .modal__cont .listDot > li {
  text-indent: -15px;
  padding-left: 15px;
}
.policy-modal .modal__cont .listDot > p::before,
.policy-modal .modal__cont .listDot > li::before {
  content: "・";
}
.policy-modal .modal__cont .inList {
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.policy-modal .modal__cont .inList > p {
  padding-bottom: 0;
}
.policy-modal .modal__cont p {
  padding-bottom: 2em;
}
.policy-modal .modal__cont p.right {
  padding-bottom: 2em;
  text-align: right;
}
.policy-modal .modal__cont ul li {
  width: 100%;
}
.policy-modal .modal__cont h2 {
  margin: 2em 0 1em;
  font-size: 1.4em;
  line-height: 1;
}
.policy-modal .modal__cont h3 {
  margin: 1em 0;
  font-size: 1.2em;
}
.policy-modal .modal__cont dl {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .policy-modal .modal__cont dl {
    margin-top: 0;
  }
}
.policy-modal .modal__cont dt {
  float: left;
  width: 20%;
}
@media (max-width: 768px) {
  .policy-modal .modal__cont dt {
    width: 100%;
    text-align: left;
    padding: 0.2rem 0;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 0.2rem;
  }
}
.policy-modal .modal__cont dt.mod--dtNrw {
  width: 10%;
  font-weight: bold;
}
@media (max-width: 768px) {
  .policy-modal .modal__cont dt.mod--dtNrw {
    width: 100%;
    font-size: 1.1em;
    border-bottom: none;
  }
}
.policy-modal .modal__cont dd {
  margin-left: 23%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .policy-modal .modal__cont dd {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.policy-modal .modal__cont dd.mod--dtNrw {
  margin-left: 13%;
}
@media (max-width: 768px) {
  .policy-modal .modal__cont dd.mod--dtNrw {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .policy-modal .modal__cont .inDl dt {
    width: 100%;
    text-align: left;
    padding: 0.2rem 0;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 960px) {
  .policy-modal .modal__cont .inDl dd {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.policy-modal .modal__cont .ListSqua {
  list-style: square;
}
.policy-modal .modal__cont .ListNum {
  list-style: upper-roman;
}
.policy-modal .modal__cont ul.ListDecimal {
  list-style: decimal;
}
.policy-modal .modal__cont ul.ListDecZero {
  list-style: decimal-leading-zero;
}
.policy-modal .modal__cont ul.ListNon {
  list-style: none;
}
.policy-modal .modal__cont .counter {
  padding: 0 1.5em;
  border: 1px solid #333;
  margin-bottom: 1.5em;
}
.policy-modal .modal__close {
  position: fixed;
  padding: 15px 25px;
  top: 80px;
  right: 0;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 960px) {
  .policy-modal .modal__close {
    padding: 11px 13px;
  }
}
@media (max-width: 960px) {
  .policy-modal .modal__close {
    top: 46px;
  }
}
.policy-modal .modal__close span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.5em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
.policy-modal .modal__close span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* 「この条件で検索する」ボタン */
.c-link-icon {
  transition: all 0.3s ease;
  width: 16px;
  height: 32px;
  background: url(../../img/arw-right.svg) no-repeat center/100%;
}

.c-btnWrap {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.c-btn, .c-btn--mail, .c-btn--sub, .c-btn--main {
  border-radius: 50px;
  width: 100%;
  height: 50px;
  font-weight: bold;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn span, .c-btn--mail span, .c-btn--sub span, .c-btn--main span {
  color: #fff;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.c-btn i, .c-btn--mail i, .c-btn--sub i, .c-btn--main i {
  width: 9px;
  position: absolute;
  right: 20px;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.c-btn--main {
  background-color: #F08E00;
}
.c-btn--sub {
  background-color: #3f434a;
}
.c-btn--mail {
  background-color: #fff;
  border: 2px solid #d3d6dc;
  transition: background-color 0.3s ease;
}
.c-btn--mail span {
  color: #F08E00;
  color: #222222;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--mail:hover {
    background-color: #d3d6dc;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-btn--mail:hover {
    background-color: #d3d6dc;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover span, .c-btn--main:hover span, .c-btn--sub:hover span, .c-btn--mail:hover span {
    transform: translateX(-5px);
  }
  .c-btn:hover i, .c-btn--main:hover i, .c-btn--sub:hover i, .c-btn--mail:hover i {
    opacity: 1;
    transform: translateX(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-btn:hover span, .c-btn--main:hover span, .c-btn--sub:hover span, .c-btn--mail:hover span {
    transform: translateX(-5px);
  }
  .c-btn:hover i, .c-btn--main:hover i, .c-btn--sub:hover i, .c-btn--mail:hover i {
    opacity: 1;
    transform: translateX(3px);
  }
}

.c-faq-btn {
  border-radius: 50px;
  height: 65px;
  display: inline-grid;
  background-color: #3f434a;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  width: 100%;
  transition: 0.3s;
  margin: 0 auto;
  position: relative;
}
.c-faq-btn::before {
  content: "";
}
.c-faq-btn span {
  font-size: clamp(1.6rem, 3vw, 2rem);
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.c-faq-btn i {
  justify-self: end;
  position: relative;
  margin-right: clamp(15px, 3vw, 30px);
  padding-top: 2px;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-faq-btn:hover {
    box-shadow: 0 0 #AD6700, 0 0 #AD6700, 0 15px 15px rgba(173, 103, 0, 0.2), 0 15px 20px rgba(173, 103, 0, 0.1);
  }
  .c-faq-btn:hover i {
    transform: translateY(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-faq-btn:hover {
    box-shadow: 0 0 #AD6700, 0 0 #AD6700, 0 15px 15px rgba(173, 103, 0, 0.2), 0 15px 20px rgba(173, 103, 0, 0.1);
  }
  .c-faq-btn:hover i {
    transform: translateY(3px);
  }
}

.c-cta-card {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  width: 300px;
  background-color: #ffffff;
  text-align: center;
  justify-content: space-evenly;
  box-shadow: 0 0 #000, 0 4px 10px rgba(0, 0, 0, 0.04), 0 4px 20px rgba(84, 27, 27, 0.1);
}
@media (max-width: 960px) {
  .c-cta-card {
    gap: 0;
    align-self: center;
    box-shadow: 0 0 #000, 0 0 #000, 0 4px 10px rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 768px) {
  .c-cta-card {
    width: 100%;
  }
}
.c-cta-card .c-cta-card__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-cta-card .c-cta-card__item p {
  font-weight: 600;
}
.c-cta-card hr {
  width: 100%;
  border: 1px #F7F6F5 solid;
}

/*--------------------------------------------------------------
# 注釈、見出し
--------------------------------------------------------------*/
/* 注釈 */
.c-caption {
  font-size: clamp(10px, 1.2vw, 12px);
}

/* 文章内の上付き文字 */
.c-sup {
  font-size: 0.6em;
  vertical-align: super;
}

.c-num-ttl, .c-num-ttl--C, .c-num-ttl--R {
  font-size: clamp(30px, 17.2131147541px + 3.2786885246vw, 50px);
  line-height: 1.1;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-num-ttl, .c-num-ttl--C, .c-num-ttl--R {
    text-align: center;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.c-num-ttl span, .c-num-ttl--C span, .c-num-ttl--R span {
  color: #F08E00;
}
.c-num-ttl em, .c-num-ttl--C em, .c-num-ttl--R em {
  font-size: 1.8em;
}
.c-num-ttl--R {
  text-align: right;
  transition: opacity var(--animate-duration) ease;
}
.c-num-ttl--R::after {
  content: "";
  position: absolute;
  top: 72%;
  bottom: 0;
  width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px));
  height: 2px;
  background-color: #F08E00;
  left: calc(100% + clamp(10px, 2vw, 20px));
  width: 0;
  transition: width 0.7s cubic-bezier(0.42, 0, 0.58, 1) 0.5s;
}
@media (max-width: 768px) {
  .c-num-ttl--R::after {
    width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px) - 5vw);
  }
}
.c-num-ttl--R.is-animated::after {
  width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px));
}
@media (max-width: 768px) {
  .c-num-ttl--R.is-animated::after {
    content: "";
    position: absolute;
    top: 72%;
    bottom: 0;
    width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px));
    height: 2px;
    background-color: #F08E00;
    right: calc(100% + clamp(10px, 2vw, 20px));
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-num-ttl--R.is-animated::after {
    width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px) - 5vw);
  }
}
@media (max-width: 768px) {
  .c-num-ttl--R::before {
    content: "";
    position: absolute;
    top: 72%;
    bottom: 0;
    width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px));
    height: 2px;
    background-color: #F08E00;
    right: calc(100% + clamp(10px, 2vw, 20px));
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-num-ttl--R::before {
    width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px) - 5vw);
  }
}
.c-num-ttl--C {
  line-height: 1.2;
  justify-self: center;
}
@media (max-width: 768px) {
  .c-num-ttl--C::after {
    content: "";
    position: absolute;
    top: 82%;
    bottom: 0;
    width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px));
    height: 2px;
    background-color: #F08E00;
    left: calc(100% + clamp(10px, 2vw, 20px));
  }
}
@media (max-width: 768px) {
  .c-num-ttl--C::before {
    content: "";
    position: absolute;
    top: 82%;
    bottom: 0;
    width: calc((100vw - 100%) / 2 - clamp(10px, 2vw, 20px));
    height: 2px;
    background-color: #F08E00;
    right: calc(100% + clamp(10px, 2vw, 20px));
  }
}
.c-main-ttl {
  text-align: center;
  font-weight: bold;
}
.c-main-ttl .ttl__sub {
  color: #F08E00;
}
.c-main-ttl .ttl__main {
  margin-top: 5px;
}

/* コンテンツ幅1080px */
.u-inner, .u-inner--800, .u-inner--nrw, .u-inner--wide {
  width: min(90%, 1080px);
  position: relative;
  display: block;
  margin: 0 auto;
}

/* コンテンツ幅1200px */
.u-inner--wide {
  width: min(90%, 1200px);
}

/* コンテンツ幅960px */
.u-inner--nrw {
  width: min(90%, 960px);
}

/* コンテンツ幅800px */
.u-inner--800 {
  width: min(90%, 800px);
}

@media (max-width: 768px) {
  .u-inner--SPfull {
    width: 100%;
  }
}

.u-grid, .u-grid-4, .u-grid-3, .u-grid-2 {
  display: grid;
}
@media (max-width: 768px) {
  .u-grid, .u-grid-4, .u-grid-3, .u-grid-2 {
    display: flex;
    flex-direction: column;
  }
}

.u-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.u-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .u-grid-3 {
    gap: 40px;
  }
}

.u-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .u-grid-4 {
    gap: 40px;
  }
}

.u-bg--GR {
  background-color: #F7F6F5;
}

.u-pd-sec {
  padding: clamp(50px, 10vw, 80px) 0;
}

.u-mg-card {
  margin-top: clamp(40px, 8vw, 50px);
}

/*--------------------------------------------------------------
# linkなどのarrow
--------------------------------------------------------------*/
.u-arw, .u-arw--right-WH, .u-arw--right, .u-arw--down {
  height: 100%;
}
.u-arw--down {
  width: clamp(18px, 3vw, 26px);
  background: url(../../img/arw-down.svg) no-repeat center/100%;
}
.u-arw--right {
  background: url(../../img/arw-right.svg) no-repeat center/100%;
}
.u-arw--right-WH {
  background: url(../../img/arw-right.svg) no-repeat center/100%;
  -webkit-mask-image: url(../../img/arw-right.svg);
          mask-image: url(../../img/arw-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #ffffff;
}

/*--------------------------------------------------------------
# Cardのラベルなど
--------------------------------------------------------------*/
.u-label-num {
  font-size: clamp(40px, 5vw, 50px);
  color: #F08E00;
  line-height: 1;
  position: absolute;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text:not(:focus):not(:active) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px #000;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ==========================================================
rwd
========================================================== */
.u-pc {
  display: block;
}

.u-tb {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-pctb {
  display: block !important;
}

.u-tbsp {
  display: none !important;
}

@media (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
  .u-pctb {
    display: block !important;
  }
  .u-tbsp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-pctb {
    display: none !important;
  }
  .u-tbsp {
    display: block !important;
  }
}/*# sourceMappingURL=common.css.map */