@charset "UTF-8";
/*---------------------------------------------
カスタムプロパティ
---------------------------------------------*/
:root {
  --color-black: #222222;
  --color-white: #ffffff;
  --color-gray:#5C5C5C;
  --color-main:#014099;
  --color-base:#E1F0F8;
  --color-baseR:#c0dceb;
  --color-accent:#F2C94C;
  --color-btn:#EB5757;
}

/*---------------------------------------------
メディアクエリ
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------------------
リセット
---------------------------------------------*/
/*  ボックスサイジングとルートスタイル */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
/*  Bodyと基本タイポグラフィ ========================================= */
body {
  margin: 0;
  min-height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* レイアウトとメディア */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*  タイポグラフィリセット ========================================= */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  overflow-wrap: break-word;
}

/* リストリセット ========================================= */
ul,
ol {
  padding: 0;
  list-style: none;
}

/*  リンクと水平線（hr）のリセット */
a {
  color: inherit;
  text-decoration: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

/* フォーム要素のリセット */
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 1px solid transparent;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

::placeholder {
  opacity: 1;
  color: #9ca3af;
}

/* アクセシビリティとフォーカススタイル */
:focus-visible {
  outline: 2px solid var(--focus-color, #3b82f6);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*  ルートコンテキストとSVGカラー */
#root,
#__next {
  isolation: isolate;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

/*---------------------------------------------
初期設定
---------------------------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.875;
  position: relative;
}

img {
  vertical-align: bottom;
}

p {
  font-weight: 500;
}

/*---------------------------------------------
ユーティリティ
---------------------------------------------*/
.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

.u-bg {
  background-color: #e4f5ff;
}

.red {
  color: red;
}

.u-blue {
  color: var(--color-blue);
}

.u-darkblue {
  color: var(--color-darkblue);
}

.u-bold {
  font-weight: bold;
}

.u-hover img {
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 768px) {
  .u-hover img:hover {
    opacity: 0.8;
  }
}

.u-marker {
  background: linear-gradient(transparent 70%, var(--color-yellow) 70%);
}

.u-dotted {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.u-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-robot {
  font-family: "Roboto", sans-serif;
}

.u-lato {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.u-fw1 {
  font-weight: 100;
}

.u-fw3 {
  font-weight: 300;
}

.u-fw4 {
  font-weight: 400;
}

.u-fw5 {
  font-weight: 500;
}

.u-fw7 {
  font-weight: 700;
}

.u-bgBlock {
  background-color: #EFEFEF;
}

.u-fs-2xl {
  font-size: 2rem;
}

.u-fs-3xl {
  font-size: 2.2rem;
}

.u-mb03e {
  margin-bottom: 0.3em;
}

.u-mb05e {
  margin-bottom: 0.5em;
}

.u-mb10e {
  margin-bottom: 1em;
}

.u-mb15e {
  margin-bottom: 1.5em;
}

.u-mb20e {
  margin-bottom: 2em;
}

.u-mb25e {
  margin-bottom: 2.5em;
}

.u-mb30e {
  margin-bottom: 3em;
}

.u-mb35e {
  margin-bottom: 3.5em;
}

.u-mb40e {
  margin-bottom: 4em;
}

.u-mb45e {
  margin-bottom: 4.5em;
}

.u-mb50e {
  margin-bottom: 5em;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-lh-md {
  line-height: 1.6 !important;
}

.u-lh-lg {
  line-height: 1.8 !important;
}

.u-lh-2xl {
  line-height: 2 !important;
}

.u-lh-3xl {
  line-height: 2.18 !important;
}

.u-lh-4xl {
  line-height: 2.4 !important;
}

[data-anime=fadeUp] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1s ease transform, 1s ease opacity;
  transition: 1s ease transform, 1s ease opacity;
}

[data-anime=fadeUp].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-anime=slideRight] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s ease transform, 0.5s ease opacity;
  transition: 0.5s ease transform, 0.5s ease opacity;
}

[data-anime=slideRight].is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-anime=slideLeft] {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s ease transform, 0.5s ease opacity;
  transition: 0.5s ease transform, 0.5s ease opacity;
}

[data-anime=slideLeft].is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* カーソルを重ねる要素 */
.tooltip {
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
}

/* ツールチップのテキスト */
.tooltip-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 0; /* 親に対して中央配置 */
  bottom: -30px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 5px; /* 余白 */
  white-space: nowrap; /* テキストを折り返さない */
  font-size: 0.8em; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
}
@media screen and (min-width: 768px) {
  .tooltip-text {
    left: 50%; /* 親に対して中央配置 */
    transform: translateX(-50%); /* 親に対して中央配置 */
  }
}

/* ホバー時にツールチップの非表示を解除 */
.tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------
btn
---------------------------------------------*/
.m-btn {
  background: linear-gradient(45deg, #EB5757 0%, #FF8C76 100%);
  box-shadow: 0 4px 10px rgba(235, 87, 87, 0.3);
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  transition: 0.2s ease;
}
.m-btn:hover, .m-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(235, 87, 87, 0.4);
  filter: brightness(1.05);
}

a:hover, a:active {
  transition: 0.2s ease;
  opacity: 0.7;
}

/*---------------------------------------------
円
---------------------------------------------*/
.m-circle {
  border-radius: 999px;
  position: relative;
}
.m-circle::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.m-circle .m-circle-in {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*---------------------------------------------
common
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.l-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1039px) {
  .l-inner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*---------------------------------------------
letterspace/line-hight
---------------------------------------------*/
h1,
h2,
h3,
h4 {
  letter-spacing: 0.08em;
  line-height: 1.5;
}

p {
  letter-spacing: 0.02em;
  line-height: 1.8;
}

/*---------------------------------------------
header
---------------------------------------------*/
.l-header {
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.954);
  position: fixed;
  left: 0;
  box-shadow: 0px 0px 8px rgba(159, 159, 159, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 15vw;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 84px;
    top: 0;
  }
}
.l-header .-fbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .-container {
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .l-header .-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-header .-container .-logo {
  width: 158px;
  transition: 0.2s ease;
}
.l-header .-container .-logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-header .-container .-box {
    width: 100%;
  }
}
.l-header .-container .-tel {
  background-image: url(../img/icon_freecall.png);
  background-position: left center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .l-header .-container .-tel {
    margin-right: 2vw;
    padding-left: 8vw;
    background-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header .-container .-tel {
    padding-left: 60px;
    background-size: 54px;
    margin-right: 20px;
  }
}
.l-header .-container .-tel:hover {
  opacity: 0.8;
}
.l-header .-container .-tel .-txt_01 {
  line-height: 1;
  color: var(--color-gray);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-header .-container .-tel .-txt_01 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header .-container .-tel .-txt_01 {
    font-size: 11px;
  }
}
.l-header .-container .-tel .-txt_02 {
  line-height: 1;
  color: var(--color-main);
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-header .-container .-tel .-txt_02 {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header .-container .-tel .-txt_02 {
    font-size: 29px;
  }
}
.l-header .-container .-btn {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .l-header .-container .-btn {
    width: 50%;
    height: 8.6vw;
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header .-container .-btn {
    width: 220px;
    height: 46px;
    font-size: 18px;
  }
}

/*---------------------------------------------
footer
---------------------------------------------*/
.l-footer {
  background-color: #001636;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 10vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .-txt_01 {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .-txt_01 {
    font-size: 18px;
  }
}
.l-footer .-txt_02 {
  position: relative;
  display: inline-block;
}
.l-footer .-txt_02::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icon_freecall_wht.png) no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-footer .-txt_02::before {
    left: 26px;
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .-txt_02::before {
    left: 42px;
    top: 4px;
  }
}
.l-footer .-txt_02 .-item_01 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-footer .-txt_02 .-item_01 {
    left: 54px;
    top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .-txt_02 .-item_01 {
    left: 70px;
    top: 16px;
  }
}
.l-footer .-txt_02 span {
  display: block;
  line-height: 1;
  font-size: 0.75em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .l-footer .-txt_02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .-txt_02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .-nav {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .-nav {
    margin-top: 2em;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
.l-footer .-nav li {
  line-height: 1.3;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer .-nav li {
    font-size: 12px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .-nav li {
    width: 160px;
    font-size: 14px;
  }
}
.l-footer .copyright {
  font-size: 12px;
}

/*---------------------------------------------
p-hero
---------------------------------------------*/
.p-hero {
  background-color: var(--color-base);
}
.p-hero .kv {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-hero .kv {
    background: url(../img/kv_sp_bk.webp) no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv {
    background: url(../img/kv_pc_bk.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .p-hero .kv {
    height: 0;
    padding-top: 160%;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv {
    height: 95vw;
    max-height: 980px;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv {
    height: 884px;
  }
}
.p-hero .kv .-container {
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-hero .kv .-container {
    top: 0;
    padding-top: 6vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv .-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv .-container {
    padding-top: 130px;
  }
}
.p-hero .kv .-container .-ttl-wrap .-lead {
  margin-top: 0.5em;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-hero .kv .-container .-ttl-wrap .-lead {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv .-container .-ttl-wrap .-lead {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv .-container .-ttl-wrap .-lead {
    font-size: 28px;
  }
}
.p-hero .kv .-container .-ttl-wrap .-lead span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: rgba(255, 255, 255, 0.6431372549);
  padding: 0 0 0 0.25em;
}
.p-hero .kv .-container .-img-wrap {
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-hero .kv .-container .-img-wrap {
    right: 0;
    width: 60vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv .-container .-img-wrap {
    width: 30vw;
    max-width: 360px;
    right: 5vw;
    bottom: 12%;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv .-container .-img-wrap {
    width: 320px;
    right: 220px;
    bottom: 60px;
  }
}
.p-hero .kv .-container .-img-wrap p {
  color: var(--color-white);
  text-shadow: 0 0 6px #000;
  width: 100%;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15%;
}
@media screen and (max-width: 768px) {
  .p-hero .kv .-container .-img-wrap p {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv .-container .-img-wrap p {
    font-size: min(1.5vw, 15px);
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv .-container .-img-wrap p {
    font-size: 15px;
  }
}
.p-hero .kv .-container .-img-wrap p span {
  font-size: 0.8em;
}
.p-hero .kv-bottom {
  position: relative;
  z-index: 60;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom {
    margin-top: -6vw;
    padding: 0 0 15% 0;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom {
    padding: 30px 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-hero .kv-bottom::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom::after {
    border: 8px solid var(--color-accent);
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom::after {
    border: 12px solid var(--color-accent);
    border-radius: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom::after {
    width: 100%;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom::after {
    width: calc(100% - 12vw);
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom::after {
    width: calc(100% - 150px);
  }
}
.p-hero .kv-bottom::before {
  content: "";
  background-color: var(--color-accent);
  position: absolute;
  z-index: -1;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom::before {
    width: calc(25vw + 24px);
    height: calc(25vw + 24px);
    right: -12px;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom::before {
    width: 324px;
    height: 324px;
    right: -12px;
  }
}
.p-hero .kv-bottom .-ttl_01 {
  background-color: var(--color-btn);
  letter-spacing: 0.08em;
  font-weight: bold;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom .-ttl_01 {
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 12px;
    left: 12px;
    height: calc(100% - 24px);
    border-radius: 24px 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom .-ttl_01 {
    width: calc(100% - 16px);
    margin-left: 8px;
    transform: translateY(8px);
    font-size: 5vw;
    padding: 1.5em;
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-ttl_01 {
    width: 5vw;
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-ttl_01 {
    width: 70px;
    font-size: 18px;
  }
}
.p-hero .kv-bottom .-fbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-fbox {
    flex-direction: column;
    padding: 0 6vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-fbox {
    flex-direction: column;
    padding-left: 7.5vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-fbox {
    flex-direction: row;
    align-items: center;
    padding-left: 120px;
  }
}
.p-hero .kv-bottom .-fbox .-ttl_02 {
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-fbox .-ttl_02 {
    margin-top: 15%;
    font-size: 10.4vw;
  }
  .p-hero .kv-bottom .-fbox .-ttl_02 .-item_02 {
    font-size: 0.4em;
  }
  .p-hero .kv-bottom .-fbox .-ttl_02 .-item_03 {
    display: block;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-fbox .-ttl_02 {
    font-size: 3vw;
  }
  .p-hero .kv-bottom .-fbox .-ttl_02 .-item_02 {
    font-size: 0.6em;
    margin-bottom: 0.5em;
  }
  .p-hero .kv-bottom .-fbox .-ttl_02 .-item_03 {
    display: none;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-fbox .-ttl_02 {
    font-size: 32px;
  }
  .p-hero .kv-bottom .-fbox .-ttl_02 .-item_02 {
    font-size: 0.45em;
  }
  .p-hero .kv-bottom .-fbox .-ttl_02 .-item_03 {
    display: block;
  }
}
.p-hero .kv-bottom .-fbox .-ttl_02 .-item_01 {
  font-size: 0.8em;
}
.p-hero .kv-bottom .-fbox .-ttl_02 .-item_02 {
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  margin-top: 0.25em;
}
.p-hero .kv-bottom .-fbox .-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-fbox .-data {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-fbox .-data {
    margin-left: 2em;
  }
}
.p-hero .kv-bottom .-fbox .-data dt {
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.025em;
  border-radius: 999px;
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-fbox .-data dt {
    font-size: 3.6vw;
    width: 20%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-fbox .-data dt {
    font-size: 1.2vw;
    width: 5vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-fbox .-data dt {
    font-size: 14px;
    width: 64px;
    margin-bottom: 1em;
  }
}
.p-hero .kv-bottom .-fbox .-data dt:last-of-type {
  margin-bottom: 0;
}
.p-hero .kv-bottom .-fbox .-data dd {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-fbox .-data dd {
    width: calc(80% - 1em);
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-fbox .-data dd:first-of-type {
    width: 15%;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-fbox .-data dd:last-of-type {
    width: 40%;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-fbox .-data dd {
    width: calc(100% - 64px - 1em);
    margin-bottom: 15px;
  }
}
.p-hero .kv-bottom .-fbox .-data dd:last-of-type {
  margin-bottom: 0;
}
.p-hero .kv-bottom .-fbox .-data dd .-item_01 {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25em;
  color: var(--color-btn);
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-fbox .-data dd .-item_01 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-fbox .-data dd .-item_01 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-fbox .-data dd .-item_01 {
    font-size: 40px;
  }
}
.p-hero .kv-bottom .-fbox .-data dd .-item_02 {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-main);
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-fbox .-data dd .-item_02 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-fbox .-data dd .-item_02 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-fbox .-data dd .-item_02 {
    font-size: 20px;
  }
}
.p-hero .kv-bottom .-fbox .-data dd .-item_02 span {
  display: block;
  font-weight: 500;
  color: var(--color-black);
  font-size: 0.8em;
}
.p-hero .kv-bottom .-date {
  position: absolute;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom .-date {
    background-color: var(--color-main);
    width: 38%;
    right: 4vw;
    top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom .-date {
    background-color: var(--color-white);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-hero .kv-bottom .-date {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
  .p-hero .kv-bottom .-date {
    font-size: 1.3vw;
    width: 25vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-hero .kv-bottom .-date {
    font-size: 16px;
    width: 300px;
  }
}
.p-hero .kv-bottom .-date .-txt_01 {
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom .-date .-txt_01 {
    color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom .-date .-txt_01 {
    color: var(--color-main);
  }
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom .-date .-txt_01 .-item_01 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom .-date .-txt_01 .-item_01 {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom .-date .-txt_01 .-item_02 {
    font-size: 3em;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom .-date .-txt_01 .-item_02 {
    font-size: 7em;
  }
}
.p-hero .kv-bottom .-date .-txt_02 {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom .-date .-txt_02 {
    color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom .-date .-txt_02 {
    color: var(--color-black);
  }
}
@media screen and (max-width: 767px) {
  .p-hero .kv-bottom .-date .-txt_02 span {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .p-hero .kv-bottom .-date .-txt_02 span {
    font-size: 1.5em;
  }
}
.p-hero .kv-bottom .-date div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*---------------------------------------------
p-cta
---------------------------------------------*/
.p-cta {
  background-color: var(--color-base);
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 40px;
  }
}
.p-cta .-container {
  border-radius: 36px;
  text-align: center;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-cta .-container {
    padding: 0px;
    background-color: var(--color-base);
  }
}
@media screen and (min-width: 768px) {
  .p-cta .-container {
    padding: 40px;
    background-color: var(--color-white);
  }
}
.p-cta .-container .-ttl_01 {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-cta .-container .-ttl_01 {
    font-size: 6.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta .-container .-ttl_01 {
    font-size: 40px;
  }
}
.p-cta .-container .-ttl_01 span {
  font-size: 0.8em;
}
.p-cta .-container .-txt {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-cta .-container .-txt {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta .-container .-txt {
    font-size: 28px;
  }
}
.p-cta .-container .-txt .-item_01 {
  color: var(--color-btn);
}
.p-cta .-container .-txt .-item_01 span {
  font-size: 1.5em;
}
.p-cta .-container .-txt .-item_02 {
  color: var(--color-black);
}
.p-cta .-container .-txt .-item_02 span {
  font-size: 1.5em;
}
.p-cta .-container .-btn {
  position: relative;
  width: 90%;
  max-width: 560px;
  margin: 2.5em auto 0 auto;
  padding: 2em;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-cta .-container .-btn {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta .-container .-btn {
    font-size: 20px;
  }
}
.p-cta .-container .-btn .-ttl_02 {
  width: 90%;
  position: absolute;
  background-color: var(--color-white);
  border-radius: 999px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-gray);
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1;
  padding: 0.5em;
  border: var(--color-btn) 4px solid;
}
@media screen and (max-width: 767px) {
  .p-cta .-container .-btn .-ttl_02 {
    top: -6vw;
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta .-container .-btn .-ttl_02 {
    top: -20px;
    font-size: 22px;
  }
}
.p-cta .-container .-btn .-ttl_02::after {
  content: "";
  background-color: var(--color-white);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 99%);
}
@media screen and (max-width: 767px) {
  .p-cta .-container .-btn .-ttl_02::after {
    width: 4vw;
    height: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta .-container .-btn .-ttl_02::after {
    width: 18px;
    height: 12px;
  }
}
.p-cta .-container .-img {
  position: absolute;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .p-cta .-container .-img {
    width: 20%;
    left: -8px;
    bottom: -2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta .-container .-img {
    width: 180px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/*---------------------------------------------
p-problem
---------------------------------------------*/
.p-problem {
  position: relative;
  background-color: var(--color-white);
}
.p-problem .-ttl {
  position: relative;
  background-color: var(--color-main);
  color: var(--color-white);
  text-align: center;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-problem .-ttl {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-problem .-ttl {
    font-size: 38px;
  }
}
.p-problem .-ttl::after {
  content: "";
  background-color: var(--color-main);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% - 1px));
}
@media screen and (max-width: 767px) {
  .p-problem .-ttl::after {
    width: 6vw;
    height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-problem .-ttl::after {
    width: 30px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-problem .-container {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .p-problem .-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 80px;
  }
}
.p-problem .-container .-txt {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-problem .-container .-txt {
    margin-left: 5vw;
    font-size: 4.5vw;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-problem .-container .-txt {
    font-size: 18px;
    margin-left: 28px;
    width: calc(50% - 40px);
  }
}
.p-problem .-container .-txt::before {
  content: "";
  background: url(../img/icon_check.png) no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-problem .-container .-txt::before {
    width: 6vw;
    height: 6vw;
    left: -7.5vw;
    top: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-problem .-container .-txt::before {
    width: 22px;
    height: 22px;
    top: 4px;
    left: -28px;
  }
}
.p-problem .-container .-txt span {
  font-weight: bold;
}
.p-problem .-img {
  width: 80%;
  max-width: 370px;
  position: relative;
  margin: 0 auto;
  transform: translateY(15%);
}

/*---------------------------------------------
p-reason
---------------------------------------------*/
.p-reason {
  background-color: var(--color-base);
}
.p-reason .-container .-ttl_01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason .-container .-ttl_01 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .-container .-ttl_01 {
    font-size: 38px;
  }
}
.p-reason .-container .-lead {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-reason .-container .-lead {
    font-size: max(3vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .p-reason .-container .-lead {
    font-size: 18px;
  }
}
.p-reason .-container .-content {
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  .p-reason .-container .-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-reason .-container .-content .-box {
    width: 85%;
    margin: 0 auto 4em auto;
  }
  .p-reason .-container .-content .-box:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .-container .-content .-box {
    width: 28%;
  }
}
.p-reason .-container .-content .-box .-ttl_02 {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-reason .-container .-content .-box .-ttl_02 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .-container .-content .-box .-ttl_02 {
    font-size: 20px;
  }
}
.p-reason .-container .-content .-box .-ttl_02 .-item {
  color: var(--color-main);
  font-size: 1.1em;
}
.p-reason .-container .-content .-box .-ttl_02 .-item span {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .p-reason .-container .-content .-box .-txt {
    font-size: max(3vw, 13px);
  }
}
@media screen and (min-width: 768px) {
  .p-reason .-container .-content .-box .-txt {
    font-size: 15px;
  }
}

/*---------------------------------------------
p-point
---------------------------------------------*/
.p-point {
  position: relative;
  background-color: var(--color-white);
}
.p-point::before {
  content: "";
  background-color: var(--color-base);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-point::before {
    width: 30%;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-point::before {
    width: 240px;
    height: 60px;
  }
}
.p-point .-lead {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-point .-lead {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-point .-lead {
    font-size: 26px;
  }
}
.p-point .-lead span {
  color: var(--color-btn);
  font-size: 1.3em;
}
.p-point .-ttl_01 {
  text-align: center;
  color: var(--color-main);
  margin-top: 2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-point .-ttl_01 {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .p-point .-ttl_01 {
    font-size: 28px;
  }
}
.p-point .-ttl_01 .-item_01 {
  font-size: 1.2em;
}
.p-point .-ttl_01 .-item_02 {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .p-point .-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-point .-content .-box {
  position: relative;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-point .-content .-box {
    width: 100%;
    border-radius: 18px;
    margin-top: 20vw;
    padding: 15vw 1.5em 1.5em 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-point .-content .-box {
    width: 45%;
    margin-top: 100px;
    padding: 80px 2em 2em 2em;
    border-radius: 24px;
  }
}
.p-point .-content .-box .-no {
  background-color: var(--color-white);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-point .-content .-box .-no {
    width: 25vw;
    height: 25vw;
    border: 6px solid var(--color-main);
  }
}
@media screen and (min-width: 768px) {
  .p-point .-content .-box .-no {
    width: 100px;
    border: 8px solid var(--color-main);
  }
}
.p-point .-content .-box .-no .-txt_01 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: 1;
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-point .-content .-box .-no .-txt_01 {
    font-size: 20vw;
    padding-top: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .p-point .-content .-box .-no .-txt_01 {
    font-size: 80px;
    padding-top: 10px;
  }
}
.p-point .-content .-box .-ttl_02 {
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-point .-content .-box .-ttl_02 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-point .-content .-box .-ttl_02 {
    font-size: 26px;
  }
}
.p-point .-content .-box .-txt_02 {
  margin-top: 2em;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-point .-content .-box .-txt_02 {
    font-size: max(3vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .p-point .-content .-box .-txt_02 {
    font-size: 16px;
  }
}

/*---------------------------------------------
p-message
---------------------------------------------*/
.p-message {
  background-color: var(--color-base);
}
.p-message .-ttl_01 {
  color: var(--color-main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message .-ttl_01 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-message .-ttl_01 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-message .-container {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container {
    margin-top: 3em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-message .-container .-img-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message .-container .-img-wrap {
    width: 60%;
    margin: 0 auto;
    padding-top: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container .-img-wrap {
    width: 45%;
  }
}
.p-message .-container .-img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-message .-container .-content {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container .-content {
    width: 50%;
  }
}
.p-message .-container .-content .-ttl_02 {
  line-height: 1.3;
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-message .-container .-content .-ttl_02 {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: max(6vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container .-content .-ttl_02 {
    margin-bottom: 1em;
    font-size: 28px;
    margin-top: -8px;
  }
}
.p-message .-container .-content .-txt_01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-message .-container .-content .-txt_01 {
    font-size: max(3vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container .-content .-txt_01 {
    font-size: 16px;
  }
}
.p-message .-container .-content .-txt_02 {
  font-weight: bold;
  color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .p-message .-container .-content .-txt_02 {
    font-size: max(2.8vw, 12px);
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container .-content .-txt_02 {
    font-size: 13px;
  }
}
.p-message .-container .-content .-txt_03 {
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-message .-container .-content .-txt_03 {
    font-size: max(6vw, 25px);
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container .-content .-txt_03 {
    font-size: 28px;
  }
}
.p-message .-container .-content .-txt_03 span {
  font-size: 0.5em;
}
.p-message .-container .-content .-txt_04 {
  margin-top: 1.5em;
  padding: 1em;
  border: solid 1px var(--color-gray);
}
@media screen and (max-width: 767px) {
  .p-message .-container .-content .-txt_04 {
    font-size: max(2.8vw, 12px);
  }
}
@media screen and (min-width: 768px) {
  .p-message .-container .-content .-txt_04 {
    font-size: 13px;
  }
}

/*---------------------------------------------
p-details
---------------------------------------------*/
.p-details .-container {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-details .-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-details .-container .-ttl {
  font-weight: bold;
  text-align: center;
  color: var(--color-btn);
}
@media screen and (max-width: 767px) {
  .p-details .-container .-ttl {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-details .-container .-ttl {
    font-size: 38px;
  }
}
.p-details .-container .-lead {
  margin-top: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-details .-container .-lead {
    font-size: max(3.5vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .p-details .-container .-lead {
    font-size: 18px;
  }
}
.p-details .-container .-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3em;
}
.p-details .-container .-content dt {
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: bold;
  letter-spacing: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.p-details .-container .-content dt.-item {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-details .-container .-content dt {
    width: 70px;
    margin-bottom: 4vw;
    margin-right: 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-details .-container .-content dt {
    width: 90px;
    margin-right: 10px;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .p-details .-container .-content dt:last-of-type {
    margin-bottom: 0;
  }
}
.p-details .-container .-content dd {
  margin-bottom: 4vw;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-details .-container .-content dd {
    width: calc(100% - 78px);
    font-size: max(3vw, 13px);
  }
}
@media screen and (min-width: 768px) {
  .p-details .-container .-content dd {
    width: calc(100% - 100px);
    margin-bottom: 20px;
    font-size: 18px;
  }
  .p-details .-container .-content dd:last-of-type {
    margin-bottom: 0;
  }
}
.p-details .-container .-content dd.-map {
  width: 100%;
}
.p-details .-container .-content dd.-map img {
  display: block;
  max-width: 360px;
}
.p-details .-container .-content dd span {
  font-weight: bold;
  font-size: 1.2em;
  color: var(--color-btn);
}
.p-details .-container .-content dd ul {
  padding-left: 1em;
}
.p-details .-container .-content dd ul li {
  position: relative;
  margin-bottom: 0.5em;
}
.p-details .-container .-content dd ul li::before {
  position: absolute;
  left: -1em;
  content: "・";
  color: var(--color-main);
}
.p-details .-container .-content dd ul li:last-of-type {
  margin-bottom: 0;
}

/*---------------------------------------------
p-contact
---------------------------------------------*/
.p-contact {
  background-color: var(--color-base);
}
.p-contact .-container {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .p-contact .-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-contact .-container .-ttl {
  font-weight: bold;
  text-align: center;
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .p-contact .-container .-ttl {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .-container .-ttl {
    font-size: 38px;
  }
}
.p-contact .-container .-lead {
  margin-top: 2em;
  font-weight: 600;
  text-align: center;
  color: var(--color-btn);
}
@media screen and (max-width: 767px) {
  .p-contact .-container .-lead {
    font-size: max(3.5vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact .-container .-lead {
    font-size: 18px;
  }
}
.p-contact .-container .-content {
  margin-top: 3em;
}

.grecaptcha-badge {
  bottom: 70px !important;
  z-index: 999;
}

/*---------------------------------------------
コンタクトフォーム cf7
---------------------------------------------*/
.wpcf7-form fieldset.hidden-fields-container {
  display: none !important;
}
.wpcf7-form .-ttl_01 {
  font-weight: 600;
  color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .wpcf7-form .-ttl_01 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form .-ttl_01 {
    font-size: 18px;
  }
}
.wpcf7-form .-ttl_01 span {
  font-size: 0.8em;
}
.wpcf7-form label {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wpcf7-form label {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form label {
    font-size: 16px;
  }
}
.wpcf7-form .-item_01 {
  margin-left: 1em;
  background-color: var(--color-btn);
  color: var(--color-white);
  font-weight: bold;
  letter-spacing: 0.25em;
  padding: 0 0.25em 0 0.5em;
  text-align: center;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .-item_01 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form .-item_01 {
    font-size: 13px;
  }
}
.wpcf7-form hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 2em;
  border-top: var(--color-baseR) thin solid;
}
.wpcf7-form .-box {
  margin-bottom: 2em;
}
.wpcf7-form .-box.-fbox {
  display: flex;
  justify-content: center;
}
.wpcf7-form .-link {
  color: var(--color-main);
  font-weight: 600;
  text-decoration: underline;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=time],
.wpcf7-form .select-warap,
.wpcf7-form textarea {
  width: 100%;
  background-color: var(--color-white);
  outline: 1px solid var(--color-baseR);
  padding: 0.25em;
  border-radius: 2px;
  transition: 0.1s;
  margin-top: 0.25em;
  margin-bottom: 2em;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=time]:focus,
.wpcf7-form .select-warap:focus,
.wpcf7-form textarea:focus {
  outline: 2px solid var(--color-accent);
}
.wpcf7-form textarea {
  resize: vertical;
}
.wpcf7-form .wpcf7-list-item {
  position: relative;
  margin-left: 1.5em;
  margin-right: 3em;
  white-space: nowrap;
}
.wpcf7-form .wpcf7-list-item:last-of-type {
  margin-right: 0;
}
.wpcf7-form .wpcf7-list-item input[type=radio],
.wpcf7-form .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.wpcf7-form .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
  position: relative;
}
.wpcf7-form .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  width: 1em;
  height: 1em;
  outline: 1px solid var(--color-baseR);
  background-color: var(--color-white);
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  transition: 0.1s;
}
.wpcf7-form .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  outline: 2px solid var(--color-accent);
}
.wpcf7-form .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: var(--color-accent);
  border-radius: 999px;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
}
.wpcf7-form .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  width: 1em;
  height: 1em;
  outline: 1px solid var(--color-baseR);
  background-color: var(--color-white);
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  transition: 0.1s;
}
.wpcf7-form .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  outline: 2px solid var(--color-accent);
}
.wpcf7-form .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 1.2em;
  height: 0.5em;
  border-left: 3px solid var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
  position: absolute;
  left: -1.5em;
  top: 0.15em;
  transform: rotate(-45deg);
}
.wpcf7-form button,
.wpcf7-form input[type=submit] {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  height: 3em;
  position: relative;
  background-color: var(--color-btn);
  color: white;
  border-radius: 4px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .wpcf7-form button,
  .wpcf7-form input[type=submit] {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form button,
  .wpcf7-form input[type=submit] {
    width: 330px;
  }
}
.wpcf7-form button:hover,
.wpcf7-form input[type=submit]:hover {
  opacity: 0.8;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .wpcf7-not-valid-tip {
  background-color: var(--color-btn);
  height: 3em;
  position: absolute;
  top: -3em;
  right: -0.5em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25em 0 0.5em;
  line-height: 1.3;
  font-size: 11px;
  font-weight: bold;
  color: var(--color-white);
}
.wpcf7-form .wpcf7-not-valid-tip::before {
  content: "";
  background-color: var(--color-btn);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 12px;
  height: 7px;
  position: absolute;
  left: 10px;
  bottom: -6px;
}
.wpcf7-form .annotation {
  padding: 1em;
  border: thin solid var(--color-gray);
}
@media screen and (max-width: 767px) {
  .wpcf7-form .annotation {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form .annotation {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */