@charset "UTF-8";
/* ================================
  common.css
===================================== */
@font-face {
  font-display: swap;
  font-family: "highreso";
  src: url("../font/highresosansL02.woff2") format("woff2");
  font-style: normal;
}

/* -----------------------------------------
- root ( var )
----------------------------------------- */
:root {
  /* font-family */
  --font-family: "Noto Sans JP", "Roboto", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --noto-sans: "Noto Sans JP", sans-serif;
  --highreso: "highreso", serif;
  --roboto: "Roboto", sans-serif;

  /* color */
  --mainblack: #1e1e1e;
  --heading: #1e1e1e;
  --txt: #1e1e1e;
  --blue: #00508e;
  --green: #8dB09e;
  --graytxt: #646464;
  --grayline: #dcdcdc;
  --gray_bg: #f8f8f8;

  /* font-weight */
  --normal: 400;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --black: 900;
}

/* font-size clamp - min-width: 1100px */
:root {
  --clamp_14px: clamp(12px, 1.273vw, 14px);
  --clamp_15px: clamp(13px, 1.364vw, 15px);
  --clamp_16px: clamp(14px, 1.455vw, 16px);
  --clamp_18px: clamp(15px, 1.636vw, 18px);
  --clamp_20px: clamp(16px, 1.818vw, 20px);
  --clamp_22px: clamp(20px, 2vw, 22px);
  --clamp_24px: clamp(22px, 2.182vw, 24px);
  --clamp_26px: clamp(24px, 2.364vw, 26px);
  --clamp_28px: clamp(26px, 2.545vw, 28px);
  --clamp_30px: clamp(27px, 2.727vw, 30px);
  --clamp_32px: clamp(30px, 2.909vw, 32px);
  --clamp_36px: clamp(32px, 3.273vw, 36px);
  --clamp_40px: clamp(34px, 3.633vw, 40px);
  --clamp_100px: clamp(70px, 9.083vw, 100px);
}
@media screen and (max-width: 767px) {
:root {
  /* font-size clamp w375px */
  --clamp_12px: clamp(11px, 3.2vw, 12px);
  --clamp_14px: clamp(12px, 3.733vw, 14px);
  --clamp_15px: clamp(13px, 4vw, 15px);
  --clamp_16px: clamp(13px, 4.267vw, 16px);
  --clamp_17px: clamp(15px, 4.533vw, 17px);
  --clamp_18px: clamp(16px, 4.8vw, 18px);
  --clamp_20px: clamp(18px, 5.333vw, 20px);
  --clamp_22px: clamp(19px, 5.867vw, 22px);
  --clamp_24px: clamp(22px, 6.4vw, 24px);
  --clamp_26px: clamp(24px, 6.933vw, 26px);
  --clamp_28px: clamp(26px, 7.467vw, 28px);
  --clamp_30px: clamp(28px, 8vw, 30px);
  --clamp_32px: clamp(30px, 8.533vw, 32px);
  --clamp_36px: clamp(34px, 9.6vw, 36px);
  }
}

/* color */
.color-txt {
  color: var(--txt);
}
.color-purple {
  color: var(--purple);
}
.color-blue {
  color: var(--blue);
}
.color-ltg_blue {
  color: var(--ltg_blue);
}
/* .txt (font-family) */
.txt-nts {
  font-family: var(--noto-sans);
}
.txt-highreso {
  font-family: var(--highreso);
}
.txt-highreso-ls12em {
  font-family: var(--highreso);
  letter-spacing: -.12em;
}
.txt-roboto {
  font-family: var(--roboto);
}

/* font-weight */
.fw-regular {
  font-weight: var(--regular);
}
.fw-medium {
  font-weight: var(--medium);
}
.fw-semibold {
  font-weight: var(--semibold);
}
.fw-bold {
  font-weight: var(--bold);
}
/* vertical */
.txt-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* --------------------------------
  outline
------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
  }
}
body {
  color: var(--txt);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: var(--regular);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  text-align: left;
  background: #fff;
  animation: is-fadeIn ease .5s;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}
.no-scroll {
  overflow: hidden;
}
.contents {
  transition: .5s;
}
.main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* .inner_xxx */
.inner_w1366 {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  transition: .5s;
}
.inner_w1166 {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
  transition: .5s;
}
.inner_w1030 {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  transition: .5s;
}
.inner_w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  transition: .5s;
}
.inner_w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  transition: .5s;
}
.inner_w766 {
  width: 100%;
  max-width: 766px;
  margin: 0 auto;
  transition: .5s;
}
.inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  transition: .5s;
}
@media screen and (max-width: 1366px) {
  .inner_w1366 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1206px) {
  .inner_w1166 {
    max-width: 96%;
  }
}@media screen and (max-width: 1030px) {
  .inner_w1030 {
    max-width: 96%;
  }
}
@media screen and (max-width: 1000px) {
  .inner_w1000 {
    max-width: 96%;
  }
}
@media screen and (max-width: 960px) {
  .inner_w960 {
    max-width: 96%;
  }
}
@media screen and (max-width: 766px) {
  .inner_w766 {
    max-width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner_w1366 {
    max-width: 100%; 
  }
  .inner_w1166,
  .inner_w1030,
  .inner_w1000,
  .inner_w960,
  .inner_w766 {
    max-width: 90%;
  }
}

/* --------------------------------
.pc-only / .sp-only
------------------------------------- */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
span.pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  span.pc-only {
    display: none;
  }
}

/* -----------------------------------------
- animation
----------------------------------------- */
.is-fadeIn {
  animation: is-fadeIn ease .5s;
}
@keyframes is-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.is-fadeOut {
  animation: is-fadeOut ease .5s;
}
@keyframes is-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes is-rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.is-slideDown {
  animation: is-slideDown 0.5s forwards;
}
@keyframes is-slideDown {
  from {
    opacity: 1;
    margin-top: 0;
  }
  to {
    opacity: 0;
    margin-top: -100px;
  }
}

.is-slideUp {
  animation: is-slideUp 0.5s forwards;
}
@keyframes is-slideUp {
  from {
    opacity: 0;
    margin-top: -100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

/* -----------------------------------
- .u-fade-in
--------------------------------------*/
.u-fade-in {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: .25s;
}
.u-fade-in.active {
  opacity: 1;
}
.u-fade-in+.u-fade-in:nth-child(n+2) {
  transition-delay: .5s;
}
.u-fade-in+.u-fade-in:nth-child(n+3) {
  transition-delay: .75s;
}
.u-fade-in+.u-fade-in:nth-child(n+4) {
  transition-delay: 1s;
}

/* .u-fade-in-delay
--------------------------------------*/
.u-fade-in-delay {
  opacity: 0;
  transition: opacity .5s;
  transition-delay: .9s;
}
.u-fade-in-delay.active {
  opacity: 1;
}
.u-fade-in-delay+:nth-child(n+2) {
  transition-delay: 1s;
  transition-timing-function: ease-in;
}
.u-fade-in-delay+:nth-child(n+3) {
  transition-delay: 1.2s;
  transition-timing-function: ease-in;
}
.u-fade-in-delay+:nth-child(n+4) {
  transition-delay: 1.3s;
  transition-timing-function: ease-in;
}
.u-fade-in-delay+:nth-child(n+5) {
  transition-delay: 1.4s;
  transition-timing-function: ease-in;
}
.u-fade-in-delay+:nth-child(n+6) {
  transition-delay: 1.5s;
  transition-timing-function: ease-in;
}

/* .u-fade-up
-------------------------- */
.u-fade-up {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 120px);
  transition: transform 1s, opacity 1s;
  transition-delay: .3s;
}
.u-fade-up.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.u-fade-up+:nth-child(n+2) {
  transition-delay: .4s;
}
.u-fade-up+:nth-child(n+3) {
  transition-delay: .5s;
}
.u-fade-up+:nth-child(n+4) {
  transition-delay: .6s;
}
.u-fade-up+:nth-child(n+5) {
  transition-delay: .7s;
}

/* .u-animationL
-------------------------- */
.u-animationL {
  opacity: 0;
  visibility: hidden;
  transform: translate(-30px, 0);
  transition: transform 1s, opacity 1s;
  transition-delay: .5s;
}
.u-animationL.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* .u-animationR
-------------------------- */
.u-animationR {
  opacity: 0;
  visibility: hidden;
  transform: translate(30px, 0);
  transition: transform 1s, opacity 1s;
  transition-delay: 1s;
}
.u-animationR.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* .u-fade-heading
-------------------------- */
.u-fade-heading-wrap {
  display: block;
  height: 120px;
  overflow: hidden;
}
.u-fade-heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s 0s cubic-bezier(.44,.14,.09,1.02), opacity 1s 0s cubic-bezier(.24,.91,.57,.97);
}
.u-fade-heading.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .5s;
}
@media screen and (max-width: 768px) {
  .u-fade-heading-wrap {
    height: 70px;
  }
}

/* --------------------------------
scrollbar
------------------------------------- */
.no-scroll::-webkit-scrollbar {
  display: none;
}

/* --------------------------------
  common---
------------------------------------- */
.mb_1em {
  margin-bottom: 1em;
}
.mb_0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: -10px;
}

section {
  margin: 0 auto;
}
a {
  color: var(--txt);
  text-decoration: none;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  a {
    transition: .25s;
  }
  /* .a-zoom */
  .a-zoom {
    display: block;
    width: 100%;
    height: 100%;
  }
  .a-zoom .imgbox {
    overflow: hidden;
  }
  .a-zoom img {
    transition: .25s;
  }
  .a-zoom:hover img {
    transform: scale(1.06);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headline);
  font-weight: var(--regular);
}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
ul,
ul li,
ol,
ol li {
  list-style: none;
  font-size: 16px;
  line-height: 1.75;
}
dt,
dd {
  font-size: 16px;
  line-height: 1.75;
}
dd {
  font-weight: var(--normal);
}
p {
  display: inline-block;
  font-weight: var(--regular);
  font-size: 16px;
  line-height: calc(32/16);
  word-break: break-word;
}
img {
  flex-shrink: 0;
  object-fit: contain;
}
figure {}
figcaption {
  display: inline-block;
  color: var(--txt);
  font-weight: var(--normal);
  line-height: 2;
  word-break: break-word;
}
iframe {
  border: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--clamp_36px);
  }
  h2 {
    font-size: var(--clamp_20px);
  }
  h3 {
    font-size: var(--clamp_18px);
  }
  h4 {
    font-size: var(--clamp_18px);
  }
  ul,
  ul li,
  ol,
  ol li,
  dt,
  dd,
  p {
    font-weight: var(--regular);
    font-size: 14px;
    line-height: calc(24/14);
  }
}

/* heading
------------------------------------- */
.sec-heading {
  margin-bottom: 36px;
  font-size: var(--clamp_32px);
  font-weight: var(--bold);
  line-height: calc(50/32);
  color: var(--heading);
}
.sec-heading.txt-highreso {
  font-weight: normal;
  font-size: 70px;
  letter-spacing: -.12em;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec-heading {
    margin-bottom: 36px;
    font-size: var(--clamp_32px);
    color: var(--heading);
  }
  .sec-heading.txt-highreso {
    font-size: 40px;
    line-height: calc(48/40);
    white-space: normal;
  }
}

/* --------------------------------
  common--- class
===================================== */
/* .txt */
.txt_box .p-txt {
  display: block;
  margin-bottom: 1.5em;
  line-height: 2;
}
.txt {
  font-weight: var(--regular);
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.txt_small {
  font-size: 12px;
}
.txt_right {
  width: 100%;
  text-align: right;
}
.txt_center {
  width: 100%;
  text-align: center;
}
.txt_link {
  text-decoration: underline;
}
.txt_link:hover {
  text-decoration: underline;
}
.txt_indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .txt {
    font-size: 14px;
    line-height: calc(26/14);
  }
}

.flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .event_none_sp {
    pointer-events: none;
  }
}

dl *:not(a) {
  font-size: 16px;
  line-height: calc(28/16);
  font-weight: var(--regular);
  text-align: left;
  color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  dl *:not(a) {
    font-size: 14px;
    line-height: calc(24/14);
  }
}

/* .c- (common / class)
------------------------------------- */
.c-absolute {
  position: absolute;
}
.c-line {
  display: inline-block;
  background-color: #464646;
  width: 1px;
  height: 24px;
  transform: rotate(45deg);
}
.c-space {
  display: inline-block;
  width: 1em;
}
@media screen and (max-width: 767px) {
  .c-line {
    height: 14px;
  }
  .c-space {
    display: inline-block;
    width: 0;
    height: 1em;
  }
}

/* .m- (moderate / class)
------------------------------------- */
.m-txtbox {
  padding-bottom: 60px;
  text-align: center;
}
.m-title-big {
  margin: 0 auto 18px;
  font-weight: bold;
  font-size: 80px;
  line-height: calc(106/80);
}
.m-lead {
  margin: 0 auto 36px;
  font-weight: bold;
  font-size: 32px;
  line-height: calc(50/32);
}
.m-leadbox {
  margin: 0 auto 75px;
}
@media screen and (max-width: 768px) {
  .m-txtbox {
    padding-bottom: 20px;
    text-align: left;
  }
  .m-title-big {
    margin: 0 auto 18px;
    font-size: 50px;
    line-height: calc(66/50);
  }
  .m-lead {
    margin: 0 auto 18px;
    font-size: 20px;
    line-height: calc(32/20);
  }
  .m-txt {
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: calc(24/14);
    text-align: justify;
  }
  .m-leadbox {
    margin: 0 auto 40px;
  }
}


/* --------------------------------
  .l- (layout)
===================================== */
/* .l-linklist */
.l-linklist {
  display: flex;
  flex-wrap: wrap;
}
/* .l-linklist_mark */
.l-linklist_mark {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--grayline);
}
.l-linklist_mark a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.l-linklist_mark .l-linklist_ttl {
  transition: .25s;
}
.l-linklist_mark a:hover .l-linklist_ttl {
  margin-left: 10px;
  color: var(--blue);
}
.l-linklist_mark a::after {
  position: absolute;
  right: 10px;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_circle_blu.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  transition: .25s;
}
.l-linklist_mark a:hover::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_arrow_whi.svg);
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-linklist_mark {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-linklist_mark a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
  }
  .l-linklist_mark a:hover .l-linklist_ttl {
    margin-left: 10px;
  }
  .l-linklist_mark a::after {
    right: 0;
    width: 30px;
    height: 30px;
    background-size: 6px;
  }
  .l-linklist_mark a:hover::after {
    width: 30px;
    height: 30px;
  }
}

/* .l-linklist_mark.white */
.l-linklist_mark.white {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--grayline);
}
.l-linklist_mark.white a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
.l-linklist_mark.white .l-linklist_ttl {
  transition: .25s;
}
.l-linklist_mark.white a:hover .l-linklist_ttl {
  padding-left: 10px;
  color: #fff;
}
.l-linklist_mark.white a::after {
  position: absolute;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_circle_whi.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  transition: .25s;
}
.l-linklist_mark.white a:hover::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_arrow_blu.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l-linklist_mark.white {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--grayline);
  }
  .l-linklist_mark.white a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #fff;
  }
  .l-linklist_mark.white .l-linklist_ttl {
    font-size: 14px;
  }
  .l-linklist_mark.white a:hover .l-linklist_ttl {
    padding-left: 10px;
    color: #fff;
  }
  .l-linklist_mark.white a::after {
    right: -5px;
    width: 30px;
    height: 30px;
    background-size: 6px;
  }
  .l-linklist_mark.white a:hover::after {
    width: 30px;
    height: 30px;
  }
}

/* .l-viewlink_mark */
.l-viewlink_mark {}
.l-viewlink_mark a {
  position: relative;
  display: flex;
  align-items: center;
}
.l-viewlink_mark a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_circle_blu.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  transition: .25s;
}
.l-viewlink_mark a:hover::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_arrow_whi.svg);
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}
.l-viewlink_mark .l-viewlink_ttl {
  padding-left: 40px;
  font-size: 20px;
  letter-spacing: -2.4px;
  color: var(--txt);
  transition: .25s;
}
.l-viewlink_mark a:hover .l-viewlink_ttl {
  padding-left: 48px;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .l-viewlink_mark {
    position:absolute;
    bottom: 60px;
  }
  .l-viewlink_mark a::after {
    width: 30px;
    height: 30px;
  }
  .l-viewlink_mark a:hover::after {
    width: 30px;
    height: 30px;
  }
  .l-viewlink_mark .l-viewlink_ttl {
    padding-left: 40px;
    font-size: 16px;
  }
  .l-viewlink_mark a:hover .l-viewlink_ttl {
    padding-left: 48px;
  }
}

/* .l-morelink_mark */
.l-morelink_mark {}
.l-morelink_mark a {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
}
.l-morelink_mark a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_circle_dot_blu.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  transition: .25s;
}
.l-morelink_mark a:hover::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_circle_arrow_blu.svg);
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.l-morelink_mark .l-morelink_ttl {
  padding-left: 50px;
  font-size: 20px;
  letter-spacing: -2.4px;
  color: var(--txt);
  transition: .25s;
}
.l-morelink_mark a:hover .l-morelink_ttl {
  padding-left: 55px;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .l-morelink_mark {
    bottom: 0;
  }
  .l-morelink_mark a::after {
    width: 30px;
    height: 30px;
  }
  .l-morelink_mark a:hover::after {
    width: 30px;
    height: 30px;
  }
  .l-morelink_mark .l-morelink_ttl {
    padding-left: 40px;
    font-size: 16px;
  }
  .l-morelink_mark a:hover .l-morelink_ttl {
    padding-left: 48px;
  }
}


/* --------------------------------
  .p- (parts)
===================================== */

/* .p-linkbtn
------------------------------------- */
.p-linkbtn a,
.p-linkbtn p {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 300px;
  height: 60px;
  background: var(--blue);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.p-linkbtn a::after,
.p-linkbtn p::after {
  content: "";
  position: absolute;
  right: 25px;
  z-index: 99;
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transition: .25s;
}
.p-linkbtn a:hover::after,
.p-linkbtn p:hover::after {
  content: "";
  position: absolute;
  right: 10px;
  z-index: 99;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/common/ico_circle_arrow_whi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-linkbtn a,
  .p-linkbtn p {
    max-width: 255px;
    height: 50px;
    font-size: 14px;
    background: var(--blue);
    border-radius: 25px;
  }
  .p-linkbtn a::after,
  .p-linkbtn p::after {
    right: 22px;
    width: 6px;
    height: 6px;
  }
  .p-linkbtn a:hover::after,
  .p-linkbtn p:hover::after  {
    width: 30px;
    height: 30px;
  }
}

/* .p-linkbtn input
--------------------*/
.p-contact__form td .p-linkbtn p {
  display: flex;
}
.p-contact__form td .p-linkbtn input {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  font-weight: bold;
  border-radius: 30px;
}
.p-linkbtn .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: absolute;
  bottom: -40px;
}



.p-lead {
  font-weight: normal;
  font-size: 16px;
  line-height: calc(32/16);
  text-align: left;
  color: var(--rxt);
}
.p-date {
  display: flex;
  flex-shrink: 0;
  margin-right: 14px;
  font-size: 14px;
}
.p-new {
  display: flex;
  flex-shrink: 0;
}
.p-new .icon-new {
  width: 59px;
  height: 27px;
  margin-right: 10px;
  background: url(../img/common/ico_new.svg) no-repeat;
  background-size: contain;
}
.p-cat {
  display: flex;
  flex-shrink: 0;
  margin: 9px 0;
  padding: 6px 14px;
  width: fit-content;
  font-weight: 600;
  font-size: 12px;
  line-height: calc(14/12);
  text-align: left;
  color: var(--graytxt);
  background: #fff;
  border: 1px solid var(--grayline);
}
@media screen and (max-width: 767px) {
  .p-lead {
    font-size: 14px;
    line-height: calc(24/14);
  }
  .p-date {
    display: flex;
    flex-shrink: 0;
    margin-right: 19px;
    font-size: 14px;
  }
  .p-new {
    display: flex;
    flex-shrink: 0;
  }
  .p-cat {
    display: flex;
    flex-shrink: 0;
    margin: 9px 0;
    padding: 6px 14px;
    width: fit-content;
    font-weight: 600;
    font-size: 12px;
    line-height: calc(14/12);
    text-align: left;
    color: var(--graytxt);
    background: #fff;
    border: 1px solid var(--grayline);
  }
}

/*
  .p-fpc_class (plugin)
------------------------------------- */
/* .pickup-listbox */
.p-pickup-listbox {
  width: 100%;
  max-width: 764px;
  margin-bottom: 60px;
}
/* .p-fpc_class */
.p-fpc_class {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}
.p-fpc_class .wpfpcolumns {
  position: relative;
  width: calc(100%/2 - 2.5%);
  max-width: 362px;
  margin-left: auto;
  height: auto!important;
}
.p-fpc_class .wpfpcolumns .wpfp-title a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 40px;
}
.p-fpc_class .wpfpcolumns::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-image: url(../img/common/ico_circle_arrow_whi.svg);
  background-color: #f8f8f8;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: .25s;
}
.p-fpc_class .wpfpcolumns:hover::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-image: url(../img/common/ico_circle_arrow_blu.svg);
  background-color: #f8f8f8;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: .25s;
}
/* .p-fpc_clas .wpfp-categories */
.p-fpc_clas .wpfp-categories {
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-categories a {
  margin: 2px 0;
  color: #646464 !important;
  box-shadow: none;
}
.p-fpc_class .wpfp-categories a:nth-child(4n+1),
.p-fpc_class .featured-categories a:nth-child(4n+1) {
  padding: 4px 8px;
  font-size: 14px;
  background: transparent!important;
  border: 1px solid #dcdcdc!important;
}
.p-fpc_class.wpfp-clearfix:before,
.p-fpc_class.wpfp-clearfix:after {
  content: "";
  display: none;
}
.p-fpc_class.wpfp-featured-post-grid {
  clear: both;
  margin: 0;
}
.p-fpc_class.wpfp-featured-post-grid .wpfpcolumns {
  margin: 0;
}
.p-fpc_class.wpfpcolumn, .wpfpcolumns {
  padding: 0;
}
/* .wpfp-image-bg */
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-image-bg {
  background: #dcdcdc;
  transition: none;
  overflow: hidden;
}
.p-fpc_class .wpfpcolumns .wpfp-image-bg img {
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  -ms-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
}
.p-fpc_class .wpfpcolumns:hover .wpfp-image-bg img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-image-bg img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-title {
  line-height: normal;
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-title a {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 16px;
  line-height: calc(28/16);
  text-align: left;
  color: var(--txt);
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-grid-content {
  padding-bottom: 0;
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-bottom-content {
  position: relative;
  padding: 0;
  background: transparent;
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-overlay {
  overflow: hidden;
  height: 100%;
}
.p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-link-overlay:hover + .wpfp-grid-content .wpfp-image-bg {
  transform: none;
  -webkit-transition: all .25s ease 0s;
  -moz-transition: all .25s ease 0s;
  -ms-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  transition: none;
}
@media screen and (max-width: 768px) {
  .p-pickup-listbox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  /* .p-fpc_class */
  .p-fpc_class {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 25px 0;
  }
  .p-fpc_class .wpfpcolumns {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-fpc_class .wpfpcolumns .wpfp-title a {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 40px;
  }
  .p-fpc_class .wpfpcolumns::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .p-fpc_class .wpfpcolumns:hover::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-image-bg {
    height: 188px!important;
  }
  .p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-categories a {
    margin: 5px 0 3px;
    color: #646464 !important;
    box-shadow: none;
  }
  .p-fpc_class .wpfp-categories a:nth-child(4n+1),
  .p-fpc_class .featured-categories a:nth-child(4n+1) {
    padding: 5px 14px;
    font-size: 12px;
  }
  .p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-title {
    line-height: normal;
  }
  .p-fpc_class.wpfp-featured-post-grid.design-1 .wpfp-title a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: calc(24/14);
  }
}

/*
  .hd_fadeIn
------------------------------------- */
[data-text-animation="hd_fadeIn"] span {
  filter: blur(10px);
  opacity: 0;
  transition: .5s;
  transition-duration: .7s ease;
}
[data-text-animation="hd_fadeIn"] span.is-active {
  filter: blur(0);
  opacity: 1;
}
.alternative {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* --------------------------------
  .header
------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 76px;
  overflow: hidden;
  transition: .3s;
  border-bottom: 1px solid #646464;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.header-menu .txt-highreso {
  letter-spacing: -1.68px;
}
.header .header-logo {
  flex-shrink: 0;
}
.header .top-heading {
  margin: 18px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header-menu {
    display: block;
    width: 100%;
  }
  .header-menu .txt-highreso {
    letter-spacing: -1.68px;
  }
  .header .header-logo {
    flex-shrink: 0;
  }
  .header .top-heading {
    width: 160px;
    margin: 5px 0 0 10px;
  }
}

/* .header-navbox */
.header-navbox {
  color: #fff;
}
.header-navbox a {
  color: #fff;
}
.header-navlist {
  display: flex;
  align-items: center;
  margin-right: 88px;
}
.header-navlist li {
  padding: 22px 0 24px;
}
.header-navlist .nav_ttl {
  position: relative;
  padding: 0 10.7px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  transition: .25s;
}
.header-navlist .nav_ttl:hover {
  color: var(--green);
}
.header-navlist .navlist_lower {
  display: none;
}
/* .header.is-bg */
.header.is-bg {
  border-bottom: 1px solid #dcdcdc;
}
.header.is-bg .header-navbox,
.header.is-bg .header-navbox a,
.header.is-bg .header-navlist .nav_ttl {
  color: var(--txt);
}
.header.is-bg .header-navlist .nav_ttl:hover {
  color: var(--blue);
}

/* .header.is-bg */
.header.is-bg {
  background-color: #fff;
}
.header.is-bg .top-heading img {
  visibility: hidden;
}
.header.is-bg .top-heading {
  background: url(../img/common/logo_top_blk.svg) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media screen and (max-width: 868px) {
  .header-navlist .nav_ttl {
    padding: 0 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-navlist {
    display: flex;
    align-items: center;
    margin-right: 88px;
    padding: 22px 0;
    display: none;
  }
  .header-navlist .nav_ttl {
    position: relative;
    padding: 0 10.7px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
  }
  .header-navlist .navlist_lower {
    display: none;
  }
  .header.is-bg .top-heading {
    width: 100%;
    height: 59px;
    background: url(../img/common/logo_top_blk.svg) no-repeat;
    background-size: 160px;
    background-position: left top 7px;
  }
}

/* .nav_withlower */
.nav_withlower .nav_ttl::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: -8px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(../img/common/nav_sign.svg) no-repeat;
  background-size: contain;
  transition: .25s;
}
.nav_withlower:hover {
  cursor: pointer;
}
.nav_withlower.active .nav_ttl {
  color: var(--green);
}
.nav_withlower.active .nav_ttl::after {
  transform: rotateX(180deg) translateX(-3px);
  transform-origin: center;
}
.nav_withlower.active .navlist_lower {
  position: absolute;
  position: fixed;
  top: 76px;
  display: block;
  width: 220px;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.nav_withlower.active .navlist_lower li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
}
.nav_withlower.active .navlist_lower li:last-child {
  border-bottom: 0;
}
.nav_withlower.active .navlist_lower a {
  color: var(--txt);
  width: 100%;
  height: 100%;
}
.nav_withlower.active .navlist_lower .nav_txt {
  font-size: 13px;
  line-height: calc(20/13);
}
@media screen and (max-width: 768px) {
  .nav_withlower .nav_ttl::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -8px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: url(../img/common/nav_sign.svg) no-repeat;
    background-size: contain;
    transition: .25s;
  }
  .nav_withlower:hover {
    cursor: pointer;
  }
  .nav_withlower.active .nav_ttl {
    color: var(--green);
  }
  .nav_withlower.active .nav_ttl::after {
    transform: rotateX(180deg) translateX(-3px);
    transform-origin: center;
  }
  .nav_withlower.active .navlist_lower {
    position: absolute;
    position: fixed;
    top: 76px;
    display: block;
    width: 220px;
    background: #fff;
    border: 1px solid #dcdcdc;
  }
  .nav_withlower.active .navlist_lower li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .nav_withlower.active .navlist_lower li:last-child {
    border-bottom: 0;
  }
  .nav_withlower.active .navlist_lower a {
    color: var(--txt);
    width: 100%;
    height: 100%;
  }
}

/* .nav_mark */
.nav_mark {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.nav_mark::before {
  position: absolute;
  left: 18px;
  z-index: 1;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--blue);
}
.nav_mark a {
  padding: 10px 5px 10px 30px;
}
.nav_mark .nav_txt {
  transition: .25s;
}
.nav_mark a:hover .nav_txt {
  color: var(--blue);
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .nav_mark {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .nav_mark::before {
    position: absolute;
    left: 18px;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--blue);
  }
  .nav_mark a {
    padding: 10px 5px 10px 30px;
  }
  .nav_mark .nav_txt {
    transition: .25s;
  }
  .nav_mark a:hover .nav_txt {
    color: var(--blue);
    margin-left: 4px;
  }
}

/* .header-menu_btn */
.header-menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  display: block;
  width: 75px;
  height: 100%;
  color: #fff;
  cursor: pointer;
  background: #1e1e1e;
  border-left: 1px solid #646464;
}
.header-menu_btn .header-menu_ham {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 19px;
}
.header-menu_btn .header-menu_ham span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.header-menu_btn .header-menu_ham,
.header-menu_btn .header-menu_ham span {
  transition: .3s;
}
.header-menu_btn .header-menu_ham.close {
  top: 10px;
  width: 24px;
}
.header-menu_btn .header-menu_ham span:nth-of-type(1) {
  top: 0;
}
.header-menu_btn .header-menu_ham span:nth-of-type(2) {
  top: 8.75px;
}
.header-menu_btn .header-menu_ham span:nth-of-type(3) {
  bottom: 0;
}
.header-menu_btn .header-menu_ham.active span:nth-of-type(1) {
  -webkit-transform: translateY(8.75px) rotate(-45deg);
  transform: translateY(8.75px) rotate(-45deg);
}
.header-menu_btn .header-menu_ham.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8.75px) rotate(45deg);
  transform: translateY(-8.75px) rotate(45deg);
}
.header-menu_btn .header-menu_ham.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: bar02 .8s forwards;
  animation: bar02 .8s forwards;
}
@-webkit-keyframes bar02 {
  100% {
    height: 0;
  }
}
@keyframes bar02 {
  100% {
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-menu_btn {
    width: 60px;
  }
}

/* .header-sitemap-navbox
------------------------------------- */
.header-sitemap-navbox {
  position: fixed;
  top: 76px;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.5);
  transition: opacity .5s;
  overflow: hidden;
}
.header-sitemap-navbox.open {
  visibility: visible;
  top: 0;
  opacity: 1;
}
.header-sitemap-navbox .header-sitemap-inner {
  position: relative;
  top: 76px;
  width: 100%;
  max-width: 1166px;
  height: 544px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-sitemap-navbox .header-sitemap-inner::-webkit-scrollbar {
  display: none;
}
.header-sitemapflex {
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
}

/* .header.sitemap_open */
.header.sitemap_open {
  z-index: 9999;
  color: #fff;
  background-color: unset;
}
.header.sitemap_open .top-heading img {
  visibility: visible;
}
.header.sitemap_open .top-heading {
  background: unset
}
.header.sitemap_open .header-navbox,
.header.sitemap_open .header-navbox a,
.header.sitemap_open .header-navlist .nav_ttl {
  color: #fff;
}
.header.sitemap_open .header-navlist .nav_ttl:hover {
  color: var(--green);
}
.header.sitemap_open .nav_withlower {
  pointer-events: none;
}
/*
.header.sitemap_open .nav_withlower > .navlist_lower {
  display: none;
}
.header.sitemap_open .nav_ttl::after {
  transform: unset;
}
*/
@media screen and (max-width: 768px) {
  .header-sitemap-navbox {
    top: 0;
  }
  .header-sitemap-navbox .header-sitemap-inner {
    position: relative;
    top: 60px;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 25px 40px 200px;
    color: #fff;
    background-color: #1e1e1e;
    overflow-y: auto;
  }
  .header-sitemapflex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0 30px;
    margin: 0 auto 32px;
  }
  /* .header.sitemap_open */
  .header.sitemap_open {
    background-color: #1e1e1e;
  }
}

/*
  .header-policy
------------------------------------- */
.header-policy {}
.header-policy .policy-navlist {
  display: flex;
  align-items: flex-end;
}
.header-policy .policy-navlist {
  display: flex;
  gap: 0 18px;
}
.header-policy .policy-navlist .nav_txt a {
  font-size: 12px;
}
.header-policy .policy-navlist .nav_txt a:hover {
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .header-policy {}
  .header-policy .policy-navlist {
    display: flex;
    align-items: flex-end;
  }
  .header-policy .policy-navlist {
    display: flex;
    gap: 0 18px;
    color: #fff;
  }
  .header-policy .policy-navlist .nav_txt a {
    font-size: 12px;
    color: #969696;
  }
  .header-policy .policy-navlist .nav_txt a:hover {
    color: var(--blue);
  }
}

/*
  .sitemap-navbox
------------------------------------- */
.sitemap-navbox {
  width: calc(100%/2);
  color: var(--txt);
}
.sitemap-navbox a {
  color: var(--txt);
}
/* .header-sitemap-navbox */
.header-sitemap-navbox .sitemap-navflex {
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
}
.header-sitemap-navbox .sitemap-navlist {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 460px;
}
.header-sitemap-navbox .sitemap-navlist_01a >li {
  width: calc(100%/2);
  max-width: 249px;
  margin-right: 30px;
  margin-bottom: 12px;
}
.header-sitemap-navbox .sitemap-navlist .nav_ttl {
  position: relative;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -.12em;
  line-height: 1;
  text-align: left;
  color: var(--grayline);
  white-space: nowrap;
}
.header-sitemap-navbox .sitemap-navlist .nav_txt {
  font-size: 14px;
}
.header-sitemap-navbox .sitemap-navlist li .imgbox {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .sitemap-navbox {
    width: 100%;
  }
  .header-sitemap-navbox .sitemap-navflex {
    display: flex;
    justify-content: flex-start;
    gap: 0 30px;
    flex-direction: column;
    padding: 0 0 7px;
    border-bottom: 1px solid #646464;
  }
  .header-sitemap-navbox .sitemap-navlist {
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: auto;
  }
  .header-sitemap-navbox .sitemap-navlist_01a >li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 11px 0 10px;
    border-bottom: 1px solid #646464;
  }
  .header-sitemap-navbox .sitemap-navlist .nav_ttl {
    font-size: 20px;
    line-height: calc(24/20);
    color: #646464;
  }
  .header-sitemap-navbox .sitemap-navlist .nav_txt {
    font-size: 14px;
    line-height: calc(30/14);
    color: #fff;
  }
  .header-sitemap-navbox .sitemap-navlist li .imgbox {
    display: block;
    width: 100%;
    max-width: 215px;
    margin: 30px 0 10px;
  }
}

/* .l-navlist
------------------------------------- */
.l-navlist {}
/* .l-navlist_mark */
.l-navlist_mark {
  width: 100%;
}
.l-navlist_mark a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-weight: normal;
  font-size: 14px;
  line-height: calc(20/14);
  text-align: left;
  color: var(--txt);
}
.l-navlist_mark .l-navlist_txt {
  position: relative;
  padding: 3.5px 12px;
  white-space: nowrap;
  transition: .25s;
}
.l-navlist_mark .l-navlist_txt::before {
  position: absolute;
  top: 1.25em;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}
.l-navlist_mark:hover .l-navlist_txt {
  padding-left: 16px;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  .l-navlist_mark {
    width: 100%;
  }
  .l-navlist_mark a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-weight: normal;
    font-size: 14px;
    line-height: calc(20/14);
    text-align: left;
    color: #fff;
  }
  .l-navlist_mark .l-navlist_txt {
    position: relative;
    padding: 3.5px 12px;
    white-space: nowrap;
    transition: .25s;
  }
  .l-navlist_mark .l-navlist_txt::before {
    background: #fff;
  }
  .l-navlist_mark:hover .l-navlist_txt {
    padding-left: 16px;
    color: #fff;
  }
}

/* --------------------------------
  .sec-cta_contact
------------------------------------- */
.sec-cta_contact {
  position: relative;
  z-index: 0;
  padding: 60px 0 105px;
  color: #fff;
  background: url(../img/common/cta_contact_bg.jpg) no-repeat;
  background-size: cover;
}
.sec-cta_contact_bg {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-cta_contact_bg.u-bg_slideIn.active {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  animation: fadeInLeft 1s ease-out forwards;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-200%);
  }
  100% {
    opacity: .9;
    visibility: visible;
    transform: translateX(0);
    background: #00508E;
    background: linear-gradient(130deg, rgba(0, 80, 142, 1) 0%, rgba(141, 176, 158, 1) 100%);
  }
}
@media screen and (max-width: 768px) {
  .sec-cta_contact_bg.u-bg_slideIn.active {
    animation: fadeInLeft 1s ease-out forwards;
  }
}

.sec-cta_contact .contact-box {
  position: relative;
}
.sec-cta_contact .sec-heading {
  margin-left: -7px;
  margin-bottom: 16px;
  color: #fff;
}
.sec-cta_contact .heading-box .lead {
  margin-bottom: 23px;
}
.sec-cta_contact .l-linklist_mark.white {
  max-width: 330px;
}

/* .u-cta_contact
--------------------------------------*/
.u-cta_contact {
  opacity: 0;
  transition: opacity .5s;
  transition-delay: 1s;
}
.u-cta_contact.active {
  opacity: 1;
}
.u-cta_contact+:nth-child(n+2) {
  transition-delay: 1s;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 768px) {
  .sec-cta_contact {
    position: relative;
    z-index: 0;
    padding: 35px 0 45px;
    color: #fff;
    background: url(../img/common/cta_contact_bg.jpg) no-repeat;
    background-size: cover;
  }
  .sec-cta_contact .sec-heading {
    margin-left: -2px;
    margin-bottom: 15px;
  }
  .sec-cta_contact .heading-box .lead {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: calc(24/14);
  }
  .sec-cta_contact .l-linklist_mark.white {
    max-width: 330px;
  }
}

/* -----------------------------------------
  .pagetop
----------------------------------------- */
.pagetop-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.pagetop-box .pagetop {
  display: none;
  position: absolute;
  right: 70px;
  z-index: 9;
}
.pagetop-box .pagetop a {
  position: fixed;
  bottom: 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-image: url(../img/common/pagetop.svg);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1e1e1e;
  border-radius: 50%;
  transition: bottom ease-in-out 1.25s;
}
.pagetop-box .pagetop.btm a {
  bottom: 80px;
}
.pagetop-box .pagetop a:hover {
  background-color: var(--blue);
}
@media screen and (max-width: 1024px) {
  .pagetop-box .pagetop {
    right: 50px;
  }
  .pagetop-box .pagetop a {
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .pagetop-box .pagetop.btm a {
    bottom: 144px;
  }
}

/* --------------------------------
  .footer
------------------------------------- */
.footer {
  position: relative;
  z-index: 9;
  padding: 50px 0 0;
  background: #fff;
}
.footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.1961%;
  transition: .25s;
}
.footer-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 10px;
}
@media screen and (max-width: 1166px) {
  .footer-inner {
    padding: 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 0;
  }
  .footer-inner {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .footer-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    flex-direction: column;
  }
}

/*
  .footer-company
------------------------------------- */
.footer-company {
  width: 274px;
  padding: 10px 0;
}
.footer-company .company-name {
  display: block;
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
.footer-company .company-table tr {
  display: flex;
  justify-content: space-between;
  padding: .5em 0;
  font-size: 14px;
}
.footer-company .company-table th {
  flex-shrink: 0;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .footer-company {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 0;
  }
  .footer-company .logo_footer {
    width: 160px;
  }
  .footer-company .company-name {
    margin: 7px 0;
    font-size: 14px;
  }
  .footer-company .company-table tr {
    width: 82%;
    max-width: 274px;
    padding: 7px 0;
    font-size: 14px;
  }
  .footer-company .company-table th {
    flex-shrink: 0;
    width: 60px;
  }
}

/*
  .footer-sitemap-navbox
------------------------------------- */
.footer-sitemap-navbox {
  width: 100%;
  max-width: 610px;
  margin-bottom: 55px;
}
.footer-sitemap-navbox .sitemap-navbox {
  width: 100%;
}
.footer-sitemap-navbox .sitemap-navlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 230px;
  gap: 0 3%;
}
.footer-sitemap-navbox .sitemap-navlist >li {
  width: calc(100% / 3);
  max-width: 180px;
}
.footer-sitemap-navbox .sitemap-navlist .nav_ttl {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -.12em;
  text-align: left;
  color: #969696;
}
.footer-sitemap-navbox .sitemap-navlist .nav_txt {
  padding: 1px 14px;
  font-size: 13px;
}
.footer-sitemap-navbox .l-navlist_mark .l-navlist_txt::before {
  top: 11px;
  left: 4px;
  width: 4px;
  height: 4px;
}
.footer-sitemap-navbox .l-navlist_mark a:hover .l-navlist_txt {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .footer-sitemap-navbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
  .footer-sitemap-navbox .sitemap-navlist {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 400px;
    height: 320px;
    margin: 0 0 30px;
  }
  .footer-sitemap-navbox .sitemap-navlist >li {
    width: 47%;
    max-width: 47%;
  }
  .footer-sitemap-navbox .sitemap-navlist .nav_ttl {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -.12em;
    line-height: 2;
    text-align: left;
    color: #969696;
  }
  .footer-sitemap-navbox .sitemap-navlist .nav_txt {
    padding: 1px 14px;
    font-size: 13px;
    line-height: 2;
  }
  .footer-sitemap-navbox .sitemap-navlist .l-navlist_txt {
    color: var(--txt);
  }
  .footer-sitemap-navbox .l-navlist_mark .l-navlist_txt::before {
    top: 11px;
    left: 4px;
    width: 4px;
    height: 4px;
    background: var(--blue);
  }
  .footer-sitemap-navbox .l-navlist_mark:hover .l-navlist_txt {
    padding-left: 16px;
  }
}

/*
  .footer-copyright
------------------------------------- */
.footer-copyright {
  padding: 7px 0;
  background: #1e1e1e;
  color: #969696;
}
.footer-copyright .p-copyright small {
  font-size: 12px;
}
/* .footer-copyright .policy-navlist */
.footer-copyright .policy-navlist {
  display: flex;
  gap: 0 25px;
}
.footer-copyright .policy-navlist .nav_txt a {
  color: #969696;
  font-size: 12px;
}
.footer-copyright .policy-navlist .nav_txt a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    padding: 15px 0;
  }
  .footer-copyright .p-copyright {
    order: 2;
  }
  .footer-copyright .p-copyright small {
    font-size: 10px;
  }
  /* .footer-copyright .policy-navlist */
  .footer-copyright .policy-navlist {
    order: 1;
    display: flex;
    gap: 0 22px;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90%;
    max-width: 330px;
    margin-bottom: 15px;
  }
  .footer-copyright .policy-navlist p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

/* --------------------------------
  add
------------------------------------- */

@media screen and (max-width: 768px) {}

