@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.orange {
  color: #FF9B43;
}

.blue {
  color: #2C5CED;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
table,
tr,
th,
td,
a,
figure {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #1F0B1D;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: clamp(1.6rem, 1vw, 1vw);
}
@media screen and (max-width: 999px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #1F0B1D;
}

.en {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.yakuhan {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

section {
  position: relative;
  z-index: 1;
}

/* 下層KV
--------------------------------------------------*/
.kv_orange {
  position: relative;
  background-color: #FF9B43;
  overflow: hidden;
  margin-bottom: -30px;
}
@media screen and (max-width: 999px) {
  .kv_orange {
    margin-bottom: -20px;
  }
}
.kv_orange:has(.cases > .right) {
  margin-bottom: -130px;
}
@media screen and (max-width: 999px) {
  .kv_orange:has(.cases > .right) {
    margin-bottom: -20px;
  }
}
.kv_orange::before, .kv_orange::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mix-blend-mode: screen;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .kv_orange::before, .kv_orange::after {
    width: 200%;
  }
}
.kv_orange::before {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(255, 124, 53) 0%, rgba(255, 124, 53, 0) 70%);
  z-index: 1;
}
.kv_orange::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  background: radial-gradient(circle, rgb(255, 124, 53) 0%, rgba(255, 124, 53, 0) 70%);
  opacity: 0.3;
  z-index: 1;
}
.kv_orange #gradient-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --gradient-color-1: #f96b48;
  --gradient-color-2: #2c5ced;
  --gradient-color-3: #ed6c26;
  --gradient-color-4: #ff9838;
  z-index: 0;
}
.kv_orange .wrap_shape_pc {
  position: absolute;
  left: 50%;
  top: -11.22vw;
  transform: translate(-50%, 0);
  display: block;
  width: 64.14vw;
  min-width: 898px;
  height: fit-content;
  pointer-events: none;
  mix-blend-mode: screen;
}
@media screen and (max-width: 1399px) {
  .kv_orange .wrap_shape_pc {
    top: -157px;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .wrap_shape_pc {
    display: none;
  }
}
.kv_orange .wrap_shape_pc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.kv_orange #shape-s {
  width: 100%;
  height: auto;
}
.kv_orange #shape-s #base path {
  fill: url(#gradation);
  visibility: hidden;
}
.kv_orange #shape-s #mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 260px;
  stroke-linecap: bevel;
  stroke-linejoin: round;
}
.kv_orange .wrap_shape {
  display: none;
  position: absolute;
  left: 5vw;
  top: calc(clamp(300px, 233.13px + 8.696vw, 320px) / 2 - 81.915vw);
  width: 90vw;
  height: 163.72vw;
  z-index: 2;
  mix-blend-mode: screen;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .kv_orange .wrap_shape {
    display: block;
  }
}
.kv_orange .wrap_shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.kv_orange .wrap_shape::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.kv_orange #shape-s_sp {
  display: none;
  position: relative;
  pointer-events: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .kv_orange #shape-s_sp {
    display: block;
  }
}
.kv_orange #shape-s_sp #base_sp path {
  fill: url(#gradation_shape-s_sp);
  visibility: hidden;
}
.kv_orange #shape-s_sp #mask_sp path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 160px;
  stroke-linecap: bevel;
  stroke-linejoin: round;
}
.kv_orange .content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  gap: 56px;
  padding: 165px 0 65px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content {
    padding: 110px 0 40px;
    gap: 50px;
  }
}
.kv_orange .content .kv_title {
  text-align: center;
}
.kv_orange .content .kv_title .sub,
.kv_orange .content .kv_title .main {
  color: #fff;
}
.kv_orange .content .kv_title .sub {
  margin-bottom: 20px;
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  line-height: 1.1;
}
@media screen and (max-width: 999px) {
  .kv_orange .content .kv_title .sub {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  .kv_orange .content .kv_title .sub {
    font-size: 4.1vw;
  }
}
.kv_orange .content .kv_title .main {
  font-size: clamp(6.4rem, 4vw, 4vw);
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .kv_orange .content .kv_title .main {
    font-size: clamp(4.5rem, -5.152px + 6.522vw, 6rem);
  }
}
@media screen and (max-width: 389px) {
  .kv_orange .content .kv_title .main {
    font-size: 11.53vw;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .content .kv_title .main.small {
    font-size: clamp(4rem, 27.192px + 3.284vw, 6rem);
  }
}
@media screen and (max-width: 389px) {
  .kv_orange .content .kv_title .main.small {
    font-size: 10.25vw;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases {
    gap: 0;
  }
}
.kv_orange .content.cases:has(.right) {
  display: grid;
  grid-template-columns: auto clamp(404px, 25.36vw, 25.36vw);
  gap: clamp(50px, 3.12vw, 3.12vw);
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases:has(.right) {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.kv_orange .content.cases:has(.right) > .left {
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases:has(.right) > .left {
    padding-bottom: 0;
  }
}
.kv_orange .content.cases > .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left {
    display: contents;
  }
}
.kv_orange .content.cases > .left .case_title {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .case_title {
    display: contents;
  }
}
.kv_orange .content.cases > .left .list_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_cat {
    order: 1;
    margin-bottom: 10px;
    gap: 5px;
  }
}
.kv_orange .content.cases > .left .list_cat li {
  line-height: 1.3;
}
.kv_orange .content.cases > .left .list_cat li a {
  display: block;
  padding: 0.2em 0.7em;
  background-color: #fff;
  border-radius: 2px;
  color: #2C5CED;
  line-height: inherit;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_cat li a {
    font-size: 1.2rem;
  }
}
.kv_orange .content.cases > .left .list_cat li a:hover {
  background-color: #2C5CED;
  color: #fff;
}
.kv_orange .content.cases > .left .post_ttl {
  font-size: clamp(4.8rem, 3.42vw, 3.42vw);
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .post_ttl {
    font-size: 3rem;
    order: 2;
  }
}
.kv_orange .content.cases > .left .list_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_tag {
    gap: 5px 15px;
    order: 3;
    margin-top: 10px;
  }
}
.kv_orange .content.cases > .left .list_tag > li {
  line-height: 1.3;
}
.kv_orange .content.cases > .left .list_tag > li a {
  line-height: inherit;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_tag > li a {
    font-size: 1.2rem;
  }
}
.kv_orange .content.cases > .left .list_tag > li a:hover {
  color: #2C5CED;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases .breadcrumb {
    order: 5;
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .right {
    max-width: 691px;
    order: 4;
    margin-top: 30px;
  }
}
.kv_orange .content.cases > .right .thumb {
  position: relative;
  z-index: 100;
  aspect-ratio: 404/285;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .right .thumb {
    aspect-ratio: 1.618/1;
  }
}

.kv_gray {
  position: relative;
  background-color: #E8ECF3;
  overflow: hidden;
  margin-bottom: -30px;
}
@media screen and (max-width: 999px) {
  .kv_gray {
    margin-bottom: -20px;
  }
}
.kv_gray:has(.cases > .right) {
  margin-bottom: -130px;
}
@media screen and (max-width: 999px) {
  .kv_gray:has(.cases > .right) {
    margin-bottom: -20px;
  }
}
.kv_gray::before, .kv_gray::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mix-blend-mode: screen;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .kv_gray::before, .kv_gray::after {
    width: 200%;
  }
}
.kv_gray .content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  gap: 50px;
  padding: 165px 0 65px;
}
@media screen and (max-width: 999px) {
  .kv_gray .content {
    padding: 110px 0 40px;
  }
}
.kv_gray .content .kv_title .sub {
  margin-bottom: 15px;
  line-height: 1.1;
  color: #8892A6;
}
@media screen and (max-width: 999px) {
  .kv_gray .content .kv_title .sub {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 389px) {
  .kv_gray .content .kv_title .sub {
    font-size: 3.56vw;
  }
}
.kv_gray .content .kv_title .main {
  font-size: clamp(4rem, 2.5vw, 2.5vw);
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .kv_gray .content .kv_title .main {
    font-size: clamp(3rem, 23.596px + 1.642vw, 4rem);
  }
}
@media screen and (max-width: 389px) {
  .kv_gray .content .kv_title .main {
    font-size: 7.69vw;
  }
}
.kv_gray .content .breadcrumb .list_breadcrumb li,
.kv_gray .content .breadcrumb .list_breadcrumb a,
.kv_gray .content .breadcrumb .list_breadcrumb p {
  color: #8892A6;
}
.kv_gray .content .breadcrumb .list_breadcrumb > li::after {
  border-color: #8892A6;
}

body:has(.kv_orange) main,
body:has(.kv_gray) main {
  position: relative;
  z-index: 1;
}
body:has(.kv_orange) main > :first-child,
body:has(.kv_gray) main > :first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 999px) {
  body:has(.kv_orange) main > :first-child,
  body:has(.kv_gray) main > :first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

/* パンくず
--------------------------------------------------*/
.breadcrumb {
  display: flex;
}
.breadcrumb .list_breadcrumb {
  position: relative;
  width: 100%;
  display: flex;
  gap: 0 25px;
}
.breadcrumb .list_breadcrumb > li {
  position: relative;
}
.breadcrumb .list_breadcrumb > li:last-child {
  margin-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
}
.breadcrumb .list_breadcrumb > li:last-child::after {
  display: none;
}
.breadcrumb .list_breadcrumb > li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0.75em;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 1px solid #fff;
}
.breadcrumb .list_breadcrumb > li p,
.breadcrumb .list_breadcrumb > li a {
  display: inline;
  white-space: nowrap;
}
.breadcrumb .list_breadcrumb li,
.breadcrumb .list_breadcrumb p,
.breadcrumb .list_breadcrumb a {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .breadcrumb .list_breadcrumb li,
  .breadcrumb .list_breadcrumb p,
  .breadcrumb .list_breadcrumb a {
    font-size: 1rem;
  }
}
.breadcrumb .list_breadcrumb a:hover {
  opacity: 0.6;
}

/* 投稿詳細
--------------------------------------------------*/
.post_common::after {
  content: "";
  display: block;
  clear: both;
}
.post_common > :first-child {
  margin-top: 0 !important;
}
.post_common > :last-child {
  margin-bottom: 0 !important;
}
.post_common * {
  margin-bottom: 30px;
  clear: both;
}
@media screen and (max-width: 999px) {
  .post_common * {
    margin-bottom: 20px;
  }
}
.post_common p,
.post_common ul,
.post_common ol,
.post_common dl,
.post_common li,
.post_common dt,
.post_common dd,
.post_common p,
.post_common div,
.post_common img,
.post_common svg,
.post_common a,
.post_common table,
.post_common tr,
.post_common th,
.post_common td,
.post_common figure {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  .post_common p,
  .post_common ul,
  .post_common ol,
  .post_common dl,
  .post_common li,
  .post_common dt,
  .post_common dd,
  .post_common p,
  .post_common div,
  .post_common img,
  .post_common svg,
  .post_common a,
  .post_common table,
  .post_common tr,
  .post_common th,
  .post_common td,
  .post_common figure {
    font-size: 1.4rem;
  }
}
.post_common a {
  position: relative;
  color: #FF9B43;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight: 700;
  opacity: 1;
}
.post_common a:hover {
  opacity: 0.6;
}
.post_common img {
  width: auto;
  max-width: 100%;
}
.post_common img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.post_common img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.post_common img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_common .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.post_common .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_common .alignright {
  float: right;
}
.post_common .wp-caption {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.post_common .alignleft {
  float: left;
}
.post_common h1,
.post_common h2,
.post_common h3,
.post_common h4,
.post_common h5,
.post_common h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #1F0B1D;
}
.post_common h1 {
  font-size: clamp(3rem, 1.87vw, 1.87vw);
  color: #2C5CED;
  padding-left: 30px;
  border-left: 3px solid #2C5CED;
}
@media screen and (max-width: 999px) {
  .post_common h1 {
    padding-left: 20px;
    font-size: 2.4rem;
  }
}
.post_common h2 {
  position: relative;
  font-size: clamp(2.6rem, 1.62vw, 1.62vw);
  color: #FF9B43;
}
@media screen and (max-width: 999px) {
  .post_common h2 {
    font-size: 2.2rem;
  }
}
.post_common h3 {
  font-size: clamp(2.2rem, 1.37vw, 1.37vw);
  border-bottom: 1px solid #a8b3c8;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .post_common h3 {
    font-size: 2rem;
  }
}
.post_common h4 {
  position: relative;
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  padding-left: 1em;
}
@media screen and (max-width: 999px) {
  .post_common h4 {
    font-size: 1.6rem;
  }
}
.post_common h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  line-height: inherit;
  background-color: #2C5CED;
  border-radius: 50%;
}
.post_common h5 {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  color: #2C5CED;
}
@media screen and (max-width: 999px) {
  .post_common h5 {
    font-size: 1.4rem;
  }
}
.post_common h6 {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  color: #756973;
}
@media screen and (max-width: 999px) {
  .post_common h6 {
    font-size: 1.4rem;
  }
}
.post_common span {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: inherit;
  font-size: inherit;
  white-space: normal;
}
.post_common strong {
  font-weight: 700;
}
.post_common em {
  font-style: italic;
}
.post_common ol,
.post_common ul {
  padding-left: 24px;
}
.post_common ol,
.post_common ul,
.post_common li {
  list-style: revert;
}
.post_common li {
  margin-bottom: 0;
}
.post_common pre {
  overflow-x: auto;
  padding: 0.5em;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 999px) {
  .post_common pre {
    font-size: 1.4rem;
  }
}
.post_common blockquote {
  position: relative;
  margin: 20px 0;
  padding-left: 23px;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  .post_common blockquote {
    font-size: 1.4rem;
  }
}
.post_common blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #D7DDE9;
}
.post_common div:has(code) {
  margin-bottom: 0;
}
.post_common :not(pre) > code {
  align-items: center;
  background: #E8ECF3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #000;
  display: inline-flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0.1em 0.5em;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 999px) {
  .post_common :not(pre) > code {
    font-size: 1.4rem;
  }
}
.post_common table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  max-width: 100%;
  text-align: left;
  width: 100%;
}
.post_common th,
.post_common td {
  border: 1px solid #E8ECF3;
  padding: 0.5em;
}
.post_common hr {
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  border-top: 2px solid #E8ECF3;
}
.post_common figcaption {
  text-align: center;
}
.post_common .is-style-rounded img {
  border-radius: 9999px;
}

/* ページャー
--------------------------------------------------*/
.archive .wp-pagenavi {
  line-height: 1;
  text-align: center;
}
.archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  height: clamp(5rem, 3.12vw, 3.12vw);
  width: clamp(5rem, 3.12vw, 3.12vw);
  margin: clamp(5px, 0.31vw, 0.31vw);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #a8b3c8;
  transform: translateX(0);
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .archive .wp-pagenavi > span,
  .archive .wp-pagenavi > a {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    margin: 3px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
@media screen and (max-width: 389px) {
  .archive .wp-pagenavi > span,
  .archive .wp-pagenavi > a {
    width: 10.25vw;
    height: 10.25vw;
    margin: 0.76vw;
    font-size: 4.1vw;
  }
}
.archive .wp-pagenavi > span img,
.archive .wp-pagenavi > a img {
  width: clamp(17px, 1.06vw, 1.06vw);
  height: auto;
  vertical-align: baseline;
}
@media screen and (max-width: 999px) {
  .archive .wp-pagenavi > span img,
  .archive .wp-pagenavi > a img {
    width: 40%;
  }
}
.archive .wp-pagenavi > a:hover {
  color: #FF9B43;
  border-color: transparent;
}
.archive .wp-pagenavi .current {
  border-color: #a8b3c8;
  color: #a8b3c8;
}
.archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .nextpostslink {
  background-color: #FF9B43;
  border: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.archive .wp-pagenavi .previouspostslink img,
.archive .wp-pagenavi .nextpostslink img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.archive .wp-pagenavi .previouspostslink img.arrow02,
.archive .wp-pagenavi .nextpostslink img.arrow02 {
  transform: translate(-250%, -50%);
}
.archive .wp-pagenavi .previouspostslink {
  transform: rotate(180deg) translateX(0);
}
.archive .wp-pagenavi .previouspostslink:hover .arrow01 {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translate(250%, -50%);
}
.archive .wp-pagenavi .previouspostslink:hover .arrow02 {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.archive .wp-pagenavi .nextpostslink {
  transform: translateX(0);
}
.archive .wp-pagenavi .nextpostslink:hover .arrow01 {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translate(250%, -50%);
}
.archive .wp-pagenavi .nextpostslink:hover .arrow02 {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.archive .wp-pagenavi .extend {
  width: auto;
  background-color: transparent;
  border: none;
}

/* 追従ボタン
--------------------------------------------------*/
#fixed_circle {
  transition-duration: 0.3s;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: block;
  width: clamp(150px, 9.375vw, 9.375vw);
  height: clamp(150px, 9.375vw, 9.375vw);
  background-color: #FF9B43;
  border-radius: 50%;
  z-index: 500;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #fixed_circle {
    width: calc(100% - 20px);
    height: 60px;
    right: 10px;
    bottom: 10px;
    border-radius: 60px;
    padding: 0 20px;
  }
}
#fixed_circle.visible {
  opacity: 1;
  pointer-events: all;
}
#fixed_circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: linear-gradient(90deg, rgb(250, 148, 64) 0%, rgb(255, 185, 87) 33%, rgb(246, 186, 194) 66%, rgb(250, 148, 64) 100%);
  animation: moveBackground 8s linear infinite;
}
@keyframes moveBackground {
  0% {
    left: 0;
  }
  50% {
    left: -200%;
  }
  100% {
    left: 0%;
  }
}
#fixed_circle::after {
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF9B43;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
}
#fixed_circle:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
#fixed_circle:hover::before {
  right: -100%;
}
#fixed_circle:hover::after {
  opacity: 0.3;
}
#fixed_circle:hover .arrow::before {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
#fixed_circle:hover .arrow::after {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
#fixed_circle .cont {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #fixed_circle .cont {
    flex-direction: row;
  }
}
#fixed_circle .icon {
  width: clamp(25px, 1.6vw, 1.6vw);
}
@media screen and (max-width: 768px) {
  #fixed_circle .icon {
    width: 20px;
  }
}
@media screen and (max-width: 389px) {
  #fixed_circle .icon {
    width: 5.12vw;
  }
}
#fixed_circle .txt {
  color: #fff;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 389px) {
  #fixed_circle .txt {
    font-size: 4.61vw;
  }
}
#fixed_circle .arrow {
  transition-duration: 0.6s;
  position: relative;
  display: block;
  width: clamp(26px, 1.62vw, 1.62vw);
  aspect-ratio: 26/15;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fixed_circle .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 389px) {
  #fixed_circle .arrow {
    width: 6.66vw;
  }
}
#fixed_circle .arrow::before, #fixed_circle .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 65%;
  height: 100%;
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='5.793mm' height='1.718mm' version='1.1' viewBox='0 0 16.4211 4.8699'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.3551,4.8513c-.2319.0843-.4607-.1317-.3899-.368l.4174-1.3932H.0014v-1.3102h10.3812l-.4174-1.3932c-.0708-.2363.158-.4523.3899-.368l5.8699,2.1344c.2633.0957.2633.4681,0,.5638l-5.8699,2.1344Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #FF9B43;
}
#fixed_circle .arrow::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
#fixed_circle .arrow::after {
  left: 50%;
  transform: translateX(-200%) translateY(-50%);
  opacity: 0;
}

/* 404
--------------------------------------------------*/
body.error404 header .contents .contact,
body.contact_error header .contents .contact {
  color: #fff;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact,
  body.contact_error header .contents .contact {
    color: #FF9B43;
  }
}
body.error404 header .contents .contact::before,
body.contact_error header .contents .contact::before {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact::before,
  body.contact_error header .contents .contact::before {
    opacity: 0;
  }
}
body.error404 header .contents .contact .arrow,
body.contact_error header .contents .contact .arrow {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact .arrow,
  body.contact_error header .contents .contact .arrow {
    background-color: #FF9B43;
  }
}
body.error404 header .contents .contact .arrow::before, body.error404 header .contents .contact .arrow::after,
body.contact_error header .contents .contact .arrow::before,
body.contact_error header .contents .contact .arrow::after {
  background-color: #FF9B43;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact .arrow::before, body.error404 header .contents .contact .arrow::after,
  body.contact_error header .contents .contact .arrow::before,
  body.contact_error header .contents .contact .arrow::after {
    background-color: #fff;
  }
}
body.error404 header .contents #menu-button,
body.contact_error header .contents #menu-button {
  background: linear-gradient(90deg, rgb(255, 155, 67) 0%, rgb(255, 185, 87) 100%);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
body.error404 header .contents #menu-button span:nth-of-type(1), body.error404 header .contents #menu-button span:nth-of-type(2), body.error404 header .contents #menu-button span:nth-of-type(3), body.error404 header .contents #menu-button span:nth-of-type(4),
body.contact_error header .contents #menu-button span:nth-of-type(1),
body.contact_error header .contents #menu-button span:nth-of-type(2),
body.contact_error header .contents #menu-button span:nth-of-type(3),
body.contact_error header .contents #menu-button span:nth-of-type(4) {
  background-color: #fff;
}
body.error404 header .contents #menu-button.active span:nth-of-type(1),
body.contact_error header .contents #menu-button.active span:nth-of-type(1) {
  background: transparent;
}
body.error404 header .contents #menu-button.active span:nth-of-type(3),
body.contact_error header .contents #menu-button.active span:nth-of-type(3) {
  background: transparent;
}
body.error404 header .contents #menu-button.active span:nth-of-type(4),
body.contact_error header .contents #menu-button.active span:nth-of-type(4) {
  background-color: #fff;
}
body.error404 header .logo .change-image_white,
body.contact_error header .logo .change-image_white {
  opacity: 0 !important;
}
body.error404 header .logo .change-image_color,
body.contact_error header .logo .change-image_color {
  opacity: 1 !important;
}
body.error404 .breadcrumb,
body.contact_error .breadcrumb {
  margin-top: 140px;
}
@media screen and (max-width: 999px) {
  body.error404 .breadcrumb,
  body.contact_error .breadcrumb {
    margin-top: 90px;
  }
}
body.error404 .breadcrumb .list_breadcrumb > li::after,
body.contact_error .breadcrumb .list_breadcrumb > li::after {
  border-color: #a8b3c8;
}
body.error404 .breadcrumb .list_breadcrumb li,
body.error404 .breadcrumb .list_breadcrumb p,
body.error404 .breadcrumb .list_breadcrumb a,
body.contact_error .breadcrumb .list_breadcrumb li,
body.contact_error .breadcrumb .list_breadcrumb p,
body.contact_error .breadcrumb .list_breadcrumb a {
  color: #a8b3c8;
}
body.error404 #error,
body.contact_error #error {
  padding: 120px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  body.error404 #error,
  body.contact_error #error {
    padding: 80px 0 0;
  }
}
body.error404 #error .wrap_title,
body.contact_error #error .wrap_title {
  margin-bottom: 50px;
}
body.error404 #error .title_404,
body.contact_error #error .title_404 {
  font-size: clamp(3.6rem, 2.25vw, 2.25vw);
}
@media screen and (max-width: 999px) {
  body.error404 #error .title_404,
  body.contact_error #error .title_404 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 389px) {
  body.error404 #error .title_404,
  body.contact_error #error .title_404 {
    font-size: 7.69vw;
  }
}
body.error404 #error .wrap_btn,
body.contact_error #error .wrap_btn {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  body.error404 #error .wrap_btn,
  body.contact_error #error .wrap_btn {
    margin-top: 30px;
  }
}

/* 共通
--------------------------------------------------*/
.title_hidden {
  display: none;
}

.title_policy {
  font-size: clamp(3.6rem, 2.25vw, 2.25vw);
  color: #2C5CED;
  line-height: 1.3;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7DDE9;
}
@media screen and (max-width: 999px) {
  .title_policy {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}

.outer_policy {
  background-color: #fff;
}

.policy_sec_common {
  padding: 90px 0;
}
@media screen and (max-width: 999px) {
  .policy_sec_common {
    padding: 60px 0;
  }
}
.policy_sec_common:first-child {
  padding-top: 120px;
}
@media screen and (max-width: 999px) {
  .policy_sec_common:first-child {
    padding: 80px 0;
  }
}
.policy_sec_common:last-child {
  padding-bottom: 0;
}

.bg_gray {
  background-color: #f6f6f6;
}

.wrap_policy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 999px) {
  .wrap_policy {
    gap: 30px;
  }
}

.policy_art_common {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 999px) {
  .policy_art_common {
    gap: 30px;
  }
}

.gap20 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .gap20 {
    gap: 15px;
  }
}

.lh15 {
  line-height: 1.5;
}

.title_line_policy {
  margin-bottom: 20px;
  padding: 0.125em 0 0.125em clamp(30px, 1.87vw, 1.87vw);
  border-left: 3px solid #2C5CED;
  font-size: clamp(2.4rem, 1.5vw, 1.5vw);
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .title_line_policy {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

.title_small_policy {
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .title_small_policy {
    font-size: 1.8rem;
  }
}

.txt p {
  margin-top: 1em;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  .txt p {
    font-size: 1.6rem;
  }
}
.txt p:first-child {
  margin-top: 0;
}

.indent {
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  .indent {
    padding-left: 20px;
  }
}

.indent_list {
  padding-left: clamp(36px, 2.25vw, 2.25vw);
}
@media screen and (max-width: 999px) {
  .indent_list {
    padding-left: 0;
  }
}

.list_policy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 999px) {
  .list_policy {
    gap: 30px;
  }
}
.list_policy > li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 999px) {
  .list_policy > li {
    gap: 30px;
  }
}

.list_policy_inner > li {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .list_policy_inner > li {
    margin-top: 30px;
  }
}
.list_policy_inner > li:first-child {
  margin-top: 0;
}

.list_table {
  display: grid;
  grid-template-columns: clamp(250px, 15.62vw, 15.62vw) auto;
  gap: clamp(50px, 3.12vw, 3.12vw);
  border-top: 1px solid #a8b3c8;
  padding: 20px 0;
}
@media screen and (max-width: 999px) {
  .list_table {
    grid-template-columns: 100%;
    gap: 10px;
  }
}
.list_table:last-of-type {
  border-bottom: 1px solid #a8b3c8;
}
.list_table dt {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .list_table dt {
    font-size: 1.6rem;
  }
}
.list_table dd {
  line-height: 1.5;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  .list_table dd {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=policy.css.map */