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

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

-----------------------------------------*/
/* reset
--------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
svg,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
figure,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-style: normal;
  font-weight: inherit;
}

a,
b,
big,
i,
s,
small,
strike,
strong,
sub,
sup,
u,
span,
em {
  font-weight: inherit;
}

html {
  font-size: 62.5%;
}

body,
p {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

:focus {
  border-style: none;
  outline: none;
}

/* ie11以下のテキストルール */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
body {
    font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.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: -webkit-fit-content;
  height: -moz-fit-content;
  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: 10;
}
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;
  -webkit-text-decoration-skip-ink: none;
          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 iframe {
  max-width: 100%;
}
.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;
}

/* ページャー
--------------------------------------------------*/
.page-template-archive .wp-pagenavi,
.archive .wp-pagenavi {
  line-height: 1;
  text-align: center;
}
.page-template-archive .wp-pagenavi > span,
.page-template-archive .wp-pagenavi > a,
.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) {
  .page-template-archive .wp-pagenavi > span,
.page-template-archive .wp-pagenavi > a,
.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) {
  .page-template-archive .wp-pagenavi > span,
.page-template-archive .wp-pagenavi > a,
.archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
    width: 10.25vw;
    height: 10.25vw;
    margin: 0.76vw;
    font-size: 4.1vw;
  }
}
.page-template-archive .wp-pagenavi > span img,
.page-template-archive .wp-pagenavi > a img,
.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) {
  .page-template-archive .wp-pagenavi > span img,
.page-template-archive .wp-pagenavi > a img,
.archive .wp-pagenavi > span img,
.archive .wp-pagenavi > a img {
    width: 40%;
  }
}
.page-template-archive .wp-pagenavi > a:hover,
.archive .wp-pagenavi > a:hover {
  color: #FF9B43;
  border-color: transparent;
}
.page-template-archive .wp-pagenavi .current,
.archive .wp-pagenavi .current {
  border-color: #a8b3c8;
  color: #a8b3c8;
}
.page-template-archive .wp-pagenavi .previouspostslink,
.page-template-archive .wp-pagenavi .nextpostslink,
.archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .nextpostslink {
  background-color: #FF9B43;
  border: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.page-template-archive .wp-pagenavi .previouspostslink img,
.page-template-archive .wp-pagenavi .nextpostslink img,
.archive .wp-pagenavi .previouspostslink img,
.archive .wp-pagenavi .nextpostslink img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page-template-archive .wp-pagenavi .previouspostslink img.arrow02,
.page-template-archive .wp-pagenavi .nextpostslink img.arrow02,
.archive .wp-pagenavi .previouspostslink img.arrow02,
.archive .wp-pagenavi .nextpostslink img.arrow02 {
  transform: translate(-250%, -50%);
}
.page-template-archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .previouspostslink {
  transform: rotate(180deg) translateX(0);
}
.page-template-archive .wp-pagenavi .previouspostslink:hover .arrow01,
.archive .wp-pagenavi .previouspostslink:hover .arrow01 {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translate(250%, -50%);
}
.page-template-archive .wp-pagenavi .previouspostslink:hover .arrow02,
.archive .wp-pagenavi .previouspostslink:hover .arrow02 {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.page-template-archive .wp-pagenavi .nextpostslink,
.archive .wp-pagenavi .nextpostslink {
  transform: translateX(0);
}
.page-template-archive .wp-pagenavi .nextpostslink:hover .arrow01,
.archive .wp-pagenavi .nextpostslink:hover .arrow01 {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translate(250%, -50%);
}
.page-template-archive .wp-pagenavi .nextpostslink:hover .arrow02,
.archive .wp-pagenavi .nextpostslink:hover .arrow02 {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.page-template-archive .wp-pagenavi .extend,
.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%);
  -webkit-animation: moveBackground 8s linear infinite;
          animation: moveBackground 8s linear infinite;
}
@-webkit-keyframes moveBackground {
  0% {
    left: 0;
  }
  50% {
    left: -200%;
  }
  100% {
    left: 0%;
  }
}
@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%;
  -webkit-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-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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          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;
  }
}

/* ヘッダー
--------------------------------------------------*/
#bg_shadow {
  display: none;
}
@media screen and (max-width: 999px) {
  #bg_shadow {
    transition-duration: 0.3s;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(136, 146, 166, 0.6);
    opacity: 0;
    pointer-events: none;
    z-index: 998;
  }
}
#bg_shadow.active {
  opacity: 1;
  pointer-events: all;
}

header {
  position: fixed;
  left: 35px;
  top: 35px;
  width: calc(100% - 70px);
  height: 60px;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  header {
    left: 5vw;
    top: 20px;
    width: 90vw;
    height: 50px;
  }
}
header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .logo {
  position: relative;
  width: clamp(120px, 7.5vw, 7.5vw);
  height: 100%;
}
@media screen and (max-width: 389px) {
  header .logo {
    width: 30.76vw;
  }
}
header .logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  pointer-events: all;
}
header .logo a:hover {
  opacity: 0.6;
}
header .logo .change-image_white {
  z-index: 1;
}
header .logo .change-image_color {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0;
}
header .contents {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, -15px + 2.5vw, 20px);
  height: 100%;
  pointer-events: all;
}
@media screen and (max-width: 389px) {
  header .contents {
    gap: 2.56vw;
  }
}
header .contents .wrap_title {
  display: none;
}
@media screen and (max-width: 999px) {
  header .contents .wrap_title {
    display: block;
  }
}
header .contents .inner {
  transition-duration: 0.3s;
  display: flex;
  gap: clamp(20px, -5px + 2.5vw, 30px);
  height: 100%;
  padding: 15px clamp(20px, -5px + 2.5vw, 30px);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
}
@media screen and (max-width: 999px) {
  header .contents .inner {
    position: fixed;
    left: 5vw;
    top: 90px;
    width: 90vw;
    height: calc(100svh - 90px - 5vw);
    z-index: 999;
    flex-direction: column;
    border-radius: 20px;
    padding: 30px;
    gap: 30px;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }
}
@media screen and (max-width: 768px) {
  header .contents .inner {
    padding: 30px clamp(20px, 9.683px + 2.646vw, 30px);
  }
}
header .contents .inner.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
header .contents .list_nav {
  display: flex;
  align-items: center;
  gap: clamp(15px, -47.5px + 6.25vw, 40px);
}
@media screen and (max-width: 999px) {
  header .contents .list_nav {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
header .contents .list_nav li,
header .contents .list_nav a {
  line-height: 1.5;
  font-size: clamp(1.4rem, 9px + 0.5vw, 1.6rem);
}
@media screen and (max-width: 999px) {
  header .contents .list_nav li,
header .contents .list_nav a {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 999px) {
  header .contents .list_nav li {
    width: 100%;
    border-top: 1px solid #a8b3c8;
  }
  header .contents .list_nav li:first-child {
    border-top: none;
  }
  header .contents .list_nav li:first-child a {
    padding-top: 0;
  }
  header .contents .list_nav li:first-child a::after {
    top: 6px;
  }
  header .contents .list_nav li:has(.btn) {
    border-top: none;
  }
}
@media screen and (max-width: 999px) {
  header .contents .list_nav li.parent > a::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    border-bottom: 1px solid #a8b3c8;
  }
}
header .contents .list_nav li.current > * {
  color: #FF9B43;
}
@media screen and (max-width: 999px) {
  header .contents .list_nav li.current > * {
    color: #1F0B1D;
  }
}
@media screen and (max-width: 999px) {
  header .contents .list_nav a {
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 999px) {
  header .contents .list_nav a:not(.btn) {
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (max-width: 389px) {
  header .contents .list_nav a:not(.btn) {
    padding: 5.12vw 60px 5.12vw 20px;
  }
}
header .contents .list_nav a:hover {
  color: #FF9B43;
}
@media screen and (max-width: 999px) {
  header .contents .list_nav a:not(.btn)::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/icon_arrow-square_orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 999px) {
  header .contents .list_nav a:not(.btn).new-window::after {
    background-image: url(../img/common/icon_arrow-square_orange_new-window.svg);
  }
}
header .contents .list_nav .sp {
  display: none;
}
@media screen and (max-width: 999px) {
  header .contents .list_nav .sp {
    display: block;
  }
}
header .contents .list_nav .btn {
  display: flex;
  width: calc(100% - 10vw);
  margin: 20px auto 0;
}
header .contents .list_nav .list_child {
  display: none;
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  header .contents .list_nav .list_child {
    display: block;
  }
}
header .contents .list_nav .list_child li,
header .contents .list_nav .list_child a {
  font-weight: 500;
  font-size: 1.4rem;
}
header .contents .list_nav .list_child li {
  position: relative;
}
header .contents .list_nav .list_child li:first-child {
  padding-top: 20px;
}
header .contents .list_nav .list_child li:first-child a::after {
  top: 0;
}
header .contents .list_nav .list_child li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 1px solid #2C5CED;
}
header .contents .list_nav .list_child a {
  padding-left: 10px;
}
header .contents .list_sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(15px, 2.5px + 1.25vw, 20px);
  padding-left: clamp(20px, -5px + 2.5vw, 30px);
  border-left: 1px solid #E8ECF3;
}
@media screen and (max-width: 999px) {
  header .contents .list_sns {
    padding-left: 0;
    border-left: none;
    justify-content: center;
  }
}
header .contents .list_sns li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  header .contents .list_sns li a {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 2.5vw, 2.5vw);
    height: clamp(40px, 2.5vw, 2.5vw);
    border-radius: 50%;
    border: 1px solid #E8ECF3;
    background-color: #F9FAFB;
  }
}
header .contents .list_sns li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 999px) {
  header .contents .list_sns li a:hover {
    opacity: 1;
  }
}
header .contents .list_sns li a img {
  display: block;
}
@media screen and (max-width: 999px) {
  header .contents .list_sns li a img {
    width: 50%;
  }
}
header .contents .contact {
  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;
  transition-duration: 0.6s;
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, -2.5px + 1.25vw, 15px);
  height: 100%;
  padding: 0 clamp(20px, -5px + 2.5vw, 30px);
  background-color: #fff;
  border-radius: 60px;
  color: #FF9B43;
  font-size: 1.4rem;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  header .contents .contact {
    padding: 0 15px;
    font-size: 1.2rem;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media screen and (max-width: 389px) {
  header .contents .contact {
    gap: 2.56vw;
    padding: 0 3.84vw;
  }
}
header .contents .contact:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media screen and (max-width: 999px) {
  header .contents .contact:hover {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0);
  }
}
header .contents .contact:hover::before {
  right: -100%;
  opacity: 1;
}
header .contents .contact:hover .arrow {
  background-color: #fff;
}
header .contents .contact:hover .arrow::before {
  transition-duration: 0.6s;
  background-color: #FF9B43;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
header .contents .contact:hover .arrow::after {
  transition-duration: 0.6s;
  background-color: #FF9B43;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
header .contents .contact::before {
  transition-duration: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 185, 87) 0%, rgb(255, 155, 67) 50%, rgb(255, 185, 87) 100%);
  opacity: 0;
}
header .contents .contact .txt {
  position: relative;
}
header .contents .contact .arrow {
  transition-duration: 0.6s;
  position: relative;
  display: block;
  width: 26px;
  aspect-ratio: 26/15;
  background-color: #FF9B43;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  header .contents .contact .arrow {
    width: 20px;
  }
}
header .contents .contact .arrow::before, header .contents .contact .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 65%;
  height: 100%;
  -webkit-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-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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
header .contents .contact .arrow::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
header .contents .contact .arrow::after {
  left: 50%;
  transform: translateX(-200%) translateY(-50%);
  opacity: 0;
}
header .contents .contact.orange {
  color: #fff;
}
@media screen and (max-width: 999px) {
  header .contents .contact.orange {
    color: #FF9B43;
  }
}
header .contents .contact.orange::before {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  header .contents .contact.orange::before {
    opacity: 0;
  }
}
header .contents .contact.orange .arrow {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  header .contents .contact.orange .arrow {
    background-color: #FF9B43;
  }
}
header .contents .contact.orange .arrow::before, header .contents .contact.orange .arrow::after {
  background-color: #FF9B43;
}
@media screen and (max-width: 999px) {
  header .contents .contact.orange .arrow::before, header .contents .contact.orange .arrow::after {
    background-color: #fff;
  }
}
header .contents #menu-button {
  transition-duration: 0.3s;
  position: relative;
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
  border: none;
}
@media screen and (max-width: 999px) {
  header .contents #menu-button {
    display: block;
  }
}
header .contents #menu-button.orange {
  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);
}
header .contents #menu-button.orange span:nth-of-type(1), header .contents #menu-button.orange span:nth-of-type(2), header .contents #menu-button.orange span:nth-of-type(3), header .contents #menu-button.orange span:nth-of-type(4) {
  background-color: #fff;
}
header .contents #menu-button.orange.active span:nth-of-type(4) {
  background-color: #fff;
}
header .contents #menu-button span {
  transition-duration: 0.3s;
  display: inline-block;
  position: absolute;
}
header .contents #menu-button span:nth-of-type(1), header .contents #menu-button span:nth-of-type(2), header .contents #menu-button span:nth-of-type(3), header .contents #menu-button span:nth-of-type(4) {
  left: 15px;
  height: 2px;
  background: #FF9B43;
  width: 20px;
}
header .contents #menu-button span:nth-of-type(1) {
  top: 18px;
}
header .contents #menu-button span:nth-of-type(2) {
  top: 24px;
}
header .contents #menu-button span:nth-of-type(3) {
  top: 30px;
}
header .contents #menu-button span:nth-of-type(4) {
  top: 24px;
  background: transparent;
}
header .contents #menu-button.active span:nth-of-type(1) {
  background: transparent;
}
header .contents #menu-button.active span:nth-of-type(2) {
  transform: rotate(-55deg);
}
header .contents #menu-button.active span:nth-of-type(3) {
  background: transparent;
}
header .contents #menu-button.active span:nth-of-type(4) {
  background: #FF9B43;
  transform: rotate(55deg);
}

/* フッター
--------------------------------------------------*/
footer:not(:has(#footer_contact)) {
  margin-top: 100px;
  border-top: 1px solid #D7DDE9;
}
@media screen and (max-width: 999px) {
  footer:not(:has(#footer_contact)) {
    margin-top: 80px;
  }
}
footer #footer_contact {
  padding-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  footer #footer_contact {
    padding-top: 80px;
  }
}
footer #footer_contact .wrap_contact {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  footer #footer_contact .wrap_contact {
    width: 90%;
    padding: 50px 0;
  }
}
footer #footer_contact .wrap_contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_mesh.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.1;
  -webkit-animation: random 10s ease-in-out infinite;
          animation: random 10s ease-in-out infinite;
}
@-webkit-keyframes random {
  0% {
    transform: skew(0) scale(1.3);
  }
  20% {
    transform: skew(5deg) scale(1.1, 1.3);
  }
  30% {
    transform: skew(0deg) scale(1.3, 1.5);
  }
  70% {
    transform: skew(-10deg) scale(1.8, 1.1);
  }
  100% {
    transform: skew(0) scale(1.3);
  }
}
@keyframes random {
  0% {
    transform: skew(0) scale(1.3);
  }
  20% {
    transform: skew(5deg) scale(1.1, 1.3);
  }
  30% {
    transform: skew(0deg) scale(1.3, 1.5);
  }
  70% {
    transform: skew(-10deg) scale(1.8, 1.1);
  }
  100% {
    transform: skew(0) scale(1.3);
  }
}
footer #footer_contact .wrap_contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 236, 243, 0.15);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 2;
}
footer #footer_contact .loop-background {
  position: absolute;
  left: 5%;
  top: 0;
  width: 369px;
  height: 1000px;
  z-index: 0;
  transform: skew(-46deg);
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  footer #footer_contact .loop-background {
    left: 50%;
    transform: translateX(-100%) skew(-46deg);
  }
}
footer #footer_contact .loop-background::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  display: block;
  width: 1000px;
  height: 100%;
  background-image: url(../img/common/contact-shape-s.svg);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 369px 349px;
  -webkit-animation: slide 10s linear infinite;
          animation: slide 10s linear infinite;
  transform: skew(46deg);
  opacity: 0.1;
}
@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 369px -349px;
  }
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 369px -349px;
  }
}
footer #footer_contact .content {
  position: relative;
  z-index: 10;
  width: calc(100% - 10vw);
  margin: 0 auto;
  display: grid;
  align-items: flex-end;
  grid-template-columns: auto clamp(450px, 28.12vw, 28.12vw);
  gap: clamp(50px, 3.12vw, 3.12vw);
}
@media screen and (max-width: 1399px) {
  footer #footer_contact .content {
    grid-template-columns: auto 32.14vw;
    gap: 3.57vw;
  }
}
@media screen and (max-width: 999px) {
  footer #footer_contact .content {
    width: calc(100% - 10vw);
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
footer #footer_contact .wrap_title {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  footer #footer_contact .wrap_title {
    margin-bottom: 30px;
  }
}
footer #footer_contact .txt {
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  font-weight: 700;
  line-height: 1.5;
}
footer #footer_contact .list_worries {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  footer #footer_contact .list_worries {
    margin-top: 20px;
    gap: 5px;
  }
}
footer #footer_contact .list_worries li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #E8ECF3;
  border-radius: 5px;
  color: #2C5CED;
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  footer #footer_contact .list_worries li {
    padding: 10px;
    font-size: 1.2rem;
  }
}
footer #footer_contact .list_link {
  border-top: 1px solid #a8b3c8;
}
footer #footer_contact .list_link li {
  border-bottom: 1px solid #a8b3c8;
}
footer #footer_contact .list_link a {
  position: relative;
  display: grid;
  grid-template-columns: auto clamp(80px, 5vw, 5vw);
  gap: 10px;
  align-items: center;
  padding: 30px;
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  footer #footer_contact .list_link a {
    grid-template-columns: auto 60px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 389px) {
  footer #footer_contact .list_link a {
    padding: 7.69vw 20px;
  }
}
footer #footer_contact .list_link a:hover {
  color: #2C5CED;
}
footer #footer_contact .list_link a:hover::after {
  opacity: 1;
}
footer #footer_contact .list_link a:hover::before {
  opacity: 1;
  transform: translateX(50%);
}
footer #footer_contact .list_link a:hover .arrow {
  background-color: #FF9B43;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
footer #footer_contact .list_link a:hover .arrow .icon {
  background-color: #fff;
}
footer #footer_contact .list_link a:hover .arrow .icon::before {
  transition-duration: 0.6s;
  background-color: #FF9B43;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
footer #footer_contact .list_link a:hover .arrow .icon::after {
  transition-duration: 0.6s;
  background-color: #FF9B43;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
footer #footer_contact .list_link a::after {
  transition-duration: 0.6s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(168, 179, 200, 0.07);
  mix-blend-mode: multiply;
  opacity: 0;
}
footer #footer_contact .list_link a::before {
  transition-duration: 0.6s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(168, 179, 200, 0) 0%, rgba(168, 179, 200, 0.15) 50%, rgba(168, 179, 200, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translateX(-100%);
}
footer #footer_contact .list_link .arrow {
  transition-duration: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 5vw, 5vw);
  height: clamp(80px, 5vw, 5vw);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
}
@media screen and (max-width: 999px) {
  footer #footer_contact .list_link .arrow {
    width: 60px;
    height: 60px;
  }
}
footer #footer_contact .list_link .arrow .icon {
  transition-duration: 0.6s;
  position: relative;
  display: block;
  width: clamp(26px, 1.62vw, 1.62vw);
  aspect-ratio: 26/15;
  background-color: #FF9B43;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  footer #footer_contact .list_link .arrow .icon {
    width: 20px;
  }
}
footer #footer_contact .list_link .arrow .icon::before, footer #footer_contact .list_link .arrow .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 65%;
  height: 100%;
  -webkit-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-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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
footer #footer_contact .list_link .arrow .icon::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
footer #footer_contact .list_link .arrow .icon::after {
  left: 50%;
  transform: translateX(-200%) translateY(-50%);
  opacity: 0;
}
footer #footer_content {
  padding: 70px 0;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  footer #footer_content {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot {
    width: 90%;
  }
}
footer #footer_content .wrap_foot > .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1399px) {
  footer #footer_content .wrap_foot > .top {
    gap: 3.57vw 4.28vw;
  }
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top {
    flex-direction: column;
    gap: 50px;
    padding-bottom: 30px;
  }
}
footer #footer_content .wrap_foot > .top .logo {
  width: clamp(120px, 7.5vw, 7.5vw);
  height: 100%;
}
footer #footer_content .wrap_foot > .top .logo a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
footer #footer_content .wrap_foot > .top .logo a:hover {
  opacity: 0.6;
}
footer #footer_content .wrap_foot > .top .nav_foot {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
footer #footer_content .wrap_foot > .top .nav_foot .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot .content {
    gap: 15px;
  }
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot .content.unders {
    display: contents;
  }
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot .content.home {
    order: 1;
    grid-column: 1/3;
  }
  footer #footer_content .wrap_foot > .top .nav_foot .content.unders .cases {
    order: 3;
  }
  footer #footer_content .wrap_foot > .top .nav_foot .content.products {
    order: 2;
  }
  footer #footer_content .wrap_foot > .top .nav_foot .content.unders .about {
    order: 4;
  }
  footer #footer_content .wrap_foot > .top .nav_foot .content.unders .recruit {
    order: 5;
  }
  footer #footer_content .wrap_foot > .top .nav_foot .content.unders .news {
    order: 5;
  }
  footer #footer_content .wrap_foot > .top .nav_foot .content.unders .contact {
    order: 7;
  }
  footer #footer_content .wrap_foot > .top .nav_foot .content.others {
    order: 8;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot .content.others {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot .content.others .sub {
    font-size: 1.2rem;
  }
}
footer #footer_content .wrap_foot > .top .nav_foot .content.others {
  gap: 20px;
}
footer #footer_content .wrap_foot > .top .nav_foot .content a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
}
footer #footer_content .wrap_foot > .top .nav_foot .content a:hover {
  color: #FF9B43;
}
footer #footer_content .wrap_foot > .top .nav_foot .content .parent {
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot .content .parent {
    font-size: 1.6rem;
  }
}
footer #footer_content .wrap_foot > .top .nav_foot .content .sub {
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
}
footer #footer_content .wrap_foot > .top .nav_foot .content .list_child li {
  line-height: 1.3;
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .top .nav_foot .content .list_child li {
    margin-top: 12px;
  }
}
footer #footer_content .wrap_foot > .top .nav_foot .content .list_child li:first-child {
  margin-top: 0;
}
footer #footer_content .wrap_foot > .top .nav_foot .content .list_child li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 1px solid #2C5CED;
}
footer #footer_content .wrap_foot > .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #D7DDE9;
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
footer #footer_content .wrap_foot > .bottom .list_sns_foot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
footer #footer_content .wrap_foot > .bottom .list_sns_foot li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 2.5vw);
  height: clamp(40px, 2.5vw, 2.5vw);
  border-radius: 50%;
  border: 1px solid #E8ECF3;
  background-color: #F9FAFB;
}
footer #footer_content .wrap_foot > .bottom .list_sns_foot li a:hover {
  background-color: rgba(168, 179, 200, 0.2);
}
footer #footer_content .wrap_foot > .bottom .list_sns_foot li a img {
  display: block;
  width: 50%;
}
footer #footer_content .wrap_foot > .bottom .copyright {
  flex: 1;
  color: #a8b3c8;
  font-size: clamp(1rem, 0.62vw, 0.62vw);
  line-height: 1.3;
  text-align: right;
}
@media screen and (max-width: 999px) {
  footer #footer_content .wrap_foot > .bottom .copyright {
    text-align: left;
  }
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}

.lg-view {
  display: none;
}
@media screen and (max-width: 999px) {
  .lg-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  br.tab {
    display: none;
  }
}
br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.xl-view {
  display: block;
}
@media screen and (min-width: 1200px) {
  br.xl-view {
    display: none;
  }
}
br.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  br.lg-view {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}
br.sm-view {
  display: none;
}
@media screen and (max-width: 449px) {
  br.sm-view {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  br.lg-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.sp-none {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  br.sm-none {
    display: none;
  }
}

.x50 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 50%;
}

.x60 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 60%;
}

.x66 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 66.66%;
}

.x70 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 70%;
}

.x80 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 80%;
}

.x85 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 85%;
}

.x90 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 90%;
}

.x40 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 40%;
}

.x120 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 120%;
}

.x130 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 130%;
}

.x140 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 140%;
}

.x150 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 150%;
}

.x160 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 160%;
}

.mb0 {
  margin-bottom: 0;
}

.mb30 {
  margin-bottom: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w90p {
    width: 90%;
  }
}

.w70p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w70p {
    width: 90%;
  }
}

.w60p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w60p {
    width: 90%;
  }
}

.w50p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w50p {
    width: 90%;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tx_justify {
  text-align: justify;
}

/* 共通パーツ
--------------------------------------------------*/
.w_common {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .w_common {
    width: calc(100% - 10vw);
  }
}

.w_common-s {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w_common-s {
    width: calc(100% - 10vw);
  }
}

.w_common-inner {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}

.bdr_5 {
  border-radius: 5px;
}

.thumb {
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

img.zoom {
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}

a:hover .zoom {
  transform: scale(1.1);
}

a.a_opacity {
  opacity: 1;
}
a.a_opacity:hover {
  opacity: 0.6;
}

.a_line {
  text-decoration: underline;
  color: #FF9B43;
}

span.word {
  display: inline-block;
}

a.tel {
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  a.tel {
    pointer-events: all;
  }
}

.btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(70px, 4.37vw, 4.37vw);
  padding: 6px 30px;
  border-radius: clamp(70px, 4.37vw, 4.37vw);
  max-width: clamp(300px, 18.75vw, 18.75vw);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .btn {
    min-height: 60px;
    border-radius: 60px;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: clamp(240px, 178.095px + 15.873vw, 300px);
  }
}
.btn > * {
  position: relative;
}
.btn:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
.btn:hover::before {
  right: -100%;
}
.btn:hover .arrow::before {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
.btn:hover .arrow::after {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.btn::before {
  transition-duration: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 185, 87) 0%, rgb(255, 155, 67) 50%, rgb(255, 185, 87) 100%);
}
.btn .sub {
  margin-bottom: 0.3em;
  font-size: clamp(1rem, 0.62vw, 0.62vw);
  line-height: 1.3;
  color: #fff;
}
.btn .main {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .btn .main {
    font-size: 1.6rem;
  }
}
.btn .arrow {
  transition-duration: 0.6s;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  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: 999px) {
  .btn .arrow {
    right: 20px;
    width: 20px;
  }
}
.btn .arrow::before, .btn .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 65%;
  height: 100%;
  -webkit-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-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");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FF9B43;
}
.btn .arrow::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
.btn .arrow::after {
  left: 50%;
  transform: translateX(-200%) translateY(-50%);
  opacity: 0;
}
.btn.white {
  background-color: #fff;
}
.btn.white::before {
  display: none;
}
.btn.white .sub,
.btn.white .main {
  color: #FF9B43;
}
.btn.white .arrow {
  background-color: #FF9B43;
}
.btn.white .arrow::before, .btn.white .arrow::after {
  background-color: #fff;
}
.btn.white.shadow {
  background-color: #fff;
  box-shadow: none;
  overflow: visible;
}
.btn.white.shadow:hover::after {
  box-shadow: 0px 0px 30px 0px rgba(255, 155, 67, 0.5);
}
.btn.white.shadow::after {
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(70px, 4.37vw, 4.37vw);
  box-shadow: 0px 0px 0px 0px rgba(255, 155, 67, 0);
  mix-blend-mode: multiply;
}
.btn.back {
  padding-left: 76px;
}
@media screen and (max-width: 999px) {
  .btn.back {
    padding-left: 60px;
  }
}
.btn.back .arrow {
  right: auto;
  left: 30px;
  transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 999px) {
  .btn.back .arrow {
    right: auto;
    left: 20px;
  }
}
.btn.border {
  border: 1px solid #FF9B43;
}

.wrap_title.tac .sub {
  margin-left: auto;
  margin-right: auto;
}
.wrap_title .sub {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.06em;
  margin-bottom: 15px;
  color: #a8b3c8;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .wrap_title .sub {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.wrap_title .sub.white {
  color: #fff;
}
.wrap_title .sub.icon_white::before {
  background-color: #E8ECF3;
}
.wrap_title .sub.icon_white::after {
  background-color: #fff;
}
.wrap_title .sub::before, .wrap_title .sub::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: inline-block;
  width: 1.06em;
  height: 1em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto 70%;
          mask-size: auto 70%;
  opacity: 0;
}
.wrap_title .sub::before {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='8' height='11' version='1.1' viewBox='0 0 8 11'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %232c5ced; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M2.2784,4.5891c-.1687.18-.1912.3037-.18.3711,0,.0787.0338.1912.1349.2812l.0675.0562c.0675.0562.1463.0787.2137.0787s.1912-.0112.3599-.1912l.5624-.5624.2587-.2474c.09-.1013.1912-.1912.3037-.27v2.7895c-.18.1349-.3711.2474-.5624.3262-.3262.1349-.6636.1912-1.001.1799-.5624,0-1.0798-.2362-1.4734-.5736l-.1687-.1463c-.4162-.4161-.7086-1.001-.7312-1.6535v-.0787c0-.6411.27-1.271.7874-1.7884L3.9993,0v2.8683l-1.721,1.721h0v-.0002Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='8' height='11' version='1.1' viewBox='0 0 8 11'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %232c5ced; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M2.2784,4.5891c-.1687.18-.1912.3037-.18.3711,0,.0787.0338.1912.1349.2812l.0675.0562c.0675.0562.1463.0787.2137.0787s.1912-.0112.3599-.1912l.5624-.5624.2587-.2474c.09-.1013.1912-.1912.3037-.27v2.7895c-.18.1349-.3711.2474-.5624.3262-.3262.1349-.6636.1912-1.001.1799-.5624,0-1.0798-.2362-1.4734-.5736l-.1687-.1463c-.4162-.4161-.7086-1.001-.7312-1.6535v-.0787c0-.6411.27-1.271.7874-1.7884L3.9993,0v2.8683l-1.721,1.721h0v-.0002Z'/%3E%3C/svg%3E");
  background-color: #2C5CED;
}
.wrap_title .sub::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='8' height='11' version='1.1' viewBox='0 0 8 11'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23ff9b43; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M7.9361,5.9722c.0225.6749-.2362,1.3385-.7761,1.8671l-3.1607,3.1607v-2.8682l1.721-1.721c.1687-.18.1912-.3037.1912-.3711-.0112-.0787-.045-.1912-.135-.2812l-.0787-.0562c-.0675-.045-.1463-.0787-.2024-.0787-.0675,0-.2024.0112-.3711.1912l-.5624.5624-.2474.2474c-.1013.1013-.2137.1912-.3149.27v-2.7895c.1687-.1349.3599-.2362.5624-.3262.3149-.1349.6636-.1912,1.001-.18.5624.0225,1.0798.2362,1.4848.5737l.1575.1575c.4162.4161.7086.9898.7312,1.6422h-.0004Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='8' height='11' version='1.1' viewBox='0 0 8 11'%3E%3C!-- Generator: Adobe Illustrator 29.8.2, SVG Export Plug-In . SVG Version: 2.1.1 Build 3) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23ff9b43; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M7.9361,5.9722c.0225.6749-.2362,1.3385-.7761,1.8671l-3.1607,3.1607v-2.8682l1.721-1.721c.1687-.18.1912-.3037.1912-.3711-.0112-.0787-.045-.1912-.135-.2812l-.0787-.0562c-.0675-.045-.1463-.0787-.2024-.0787-.0675,0-.2024.0112-.3711.1912l-.5624.5624-.2474.2474c-.1013.1013-.2137.1912-.3149.27v-2.7895c.1687-.1349.3599-.2362.5624-.3262.3149-.1349.6636-.1912,1.001-.18.5624.0225,1.0798.2362,1.4848.5737l.1575.1575c.4162.4161.7086.9898.7312,1.6422h-.0004Z'/%3E%3C/svg%3E");
  background-color: #FF9B43;
}
.wrap_title:not(:has(.sub.anime-up)) .sub::before, .wrap_title:not(:has(.sub.anime-up)) .sub::after {
  opacity: 1;
  transform: translateY(0);
}
.wrap_title .anime-up.displayed::before {
  -webkit-animation: title_icon_blue 0.3s ease 0.5s forwards;
          animation: title_icon_blue 0.3s ease 0.5s forwards;
}
@-webkit-keyframes title_icon_blue {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes title_icon_blue {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap_title .anime-up.displayed::after {
  -webkit-animation: title_icon_orange 0.3s ease 0.5s forwards;
          animation: title_icon_orange 0.3s ease 0.5s forwards;
}
@-webkit-keyframes title_icon_orange {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes title_icon_orange {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap_title .title {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 1.3em;
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(3.6rem, 2.25vw, 2.25vw);
}
@media screen and (max-width: 999px) {
  .wrap_title .title {
    font-size: 3rem;
  }
}
.wrap_title .title.small {
  font-size: clamp(2.4rem, 1.5vw, 1.5vw);
}
@media screen and (max-width: 999px) {
  .wrap_title .title.small {
    font-size: 3rem;
  }
}
.wrap_title .title .hide {
  display: inline-block;
  transform: translateY(100%);
}
.wrap_title .title.action .hide {
  -webkit-animation: slideUpTitle 0.5s ease 0.8s forwards;
          animation: slideUpTitle 0.5s ease 0.8s forwards;
}
@-webkit-keyframes slideUpTitle {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUpTitle {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.title_line {
  position: relative;
  padding-left: clamp(50px, 3.12vw, 3.12vw);
}
@media screen and (max-width: 999px) {
  .title_line {
    padding-left: 20px;
  }
}
.title_line .title {
  font-size: clamp(3.6rem, 2.25vw, 2.25vw);
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .title_line .title {
    font-size: 3rem;
  }
}
.title_line.action::before {
  -webkit-animation: titleLine 0.3s ease 0.3s forwards;
          animation: titleLine 0.3s ease 0.3s forwards;
}
@-webkit-keyframes titleLine {
  0% {
    height: 0%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes titleLine {
  0% {
    height: 0%;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
.title_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 0;
  background-color: #2C5CED;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.action {
  -webkit-animation: fadeIn 0.5s ease 0.5s forwards;
          animation: fadeIn 0.5s ease 0.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(10px);
}
.fadeInUp.action {
  -webkit-animation: fadeInUp 0.5s ease 0.5s forwards;
          animation: fadeInUp 0.5s ease 0.5s forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp-30 {
  opacity: 0;
  transform: translateY(30px);
}
.fadeInUp-30.action {
  -webkit-animation: fadeInUp 0.5s ease forwards;
          animation: fadeInUp 0.5s ease forwards;
}

@-webkit-keyframes fadeInUp-30 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp-30 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hide-cont {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hide-cont.visible {
  opacity: 1;
}

.anime-up {
  opacity: 0;
}

.anime-up.displayed {
  opacity: 1;
}

.anime-up.displayed span {
  -webkit-animation: showText 1s forwards;
          animation: showText 1s forwards;
  display: inline-block;
}

.anime-up > span {
  overflow: hidden;
}

.anime-up > span > span {
  transform: translateY(100%);
}

.anime-up.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.5s forwards;
          animation: showTextFromBottom 0.5s forwards;
}

@-webkit-keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-up {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 1.3em;
  font-weight: 700;
  line-height: 1.3;
}
.slide-up .hide {
  display: inline-block;
  transform: translateY(100%);
}
.slide-up.action .hide {
  -webkit-animation: slideUpTitle 0.5s ease 0.8s forwards;
          animation: slideUpTitle 0.5s ease 0.8s forwards;
}
@keyframes slideUpTitle {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */