@charset "UTF-8";
/* ------------------------------------------------------------
   Base
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: 16px;
}
html :where(img) {
  max-width: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background: #d8dce0;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  font-size: 100%;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-display: swap;
  -webkit-overflow-scrolling: touch;
  font-weight: normal;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
  text-rendering: optimizeSpeed;
  letter-spacing: 0.01em;
  color: var(--txtcolor);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  min-height: 100vh;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

small {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

li {
  line-height: 1.8;
}

p {
  line-height: 1.8;
}

dt {
  line-height: 1.8;
}

dd {
  line-height: 1.8;
}

th {
  line-height: 1.8;
}

td {
  line-height: 1.8;
}

span {
  line-height: 1.8;
}

strong {
  font-weight: bold;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

address {
  font-style: normal;
  line-height: 1.8;
}

/* Remove list styles on ul,
ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* ----- scroll ----- */
.scroll-move {
  padding-top: var(--header-pc_h);
  margin-top: calc(var(--header-pc_h) * -1);
}
/* ----- Media display ----- */
.widepc-over-none {
  display: none !important;
}

.wxga-over-none {
  display: none !important;
}

.wxga-none {
  display: block !important;
}

.pc-wxga-none {
  display: block !important;
}

.pc-over-none {
  display: none !important;
}

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

.ipadmini-over-none {
  display: block !important;
}

.ipadmini-none {
  display: block !important;
}

.sp-over-tb-none {
  display: block !important;
}

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

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

/* ----- not smartphone tel ----- */
:root {
  --themecolor: #27b6f2;
  --themecolor2:#1976e0;
  --themecolor3: #1e242c;
  --txtcolor: #1e242c;
  --themegrd:linear-gradient(90deg,#1976e0 0%, #19c5e0 100%);
  --themegrd-rev:linear-gradient(90deg,#19c5e0 0%, #1976e0 100%);
  --fil-wh: brightness(0) invert(1);
  --trans01s: all 0.1s ease-in;
  --trans02s: all 0.2s ease-in;
  --trans03s: all 0.3s ease-in;
  --header-pc_h: 100px;
  --header-sp_h: 60px;
  --subhead_h: calc(480vw / 19.2);
  --subhead-pc_h: calc(480vw / 19.2);
  --subhead-sp_h: 240px ;
  --linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1 );
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95 );
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53 );
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94 );
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19 );
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1 );
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1 );
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22 );
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1 );
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1 );
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06 );
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1 );
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1 );
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1 );
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1 );
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1 );
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86 );
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}

/* ------------------------------------------------------------
   Header
------------------------------------------------------------ */
.pc-header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  height: var(--header-pc_h);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  --webkit-backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.05);
}
.pc-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pc-header.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
  -webkit-animation: header-down 0.2s ease;
  animation: header-down 0.2s ease;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes header-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes header-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.pc-header-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 12px;
  height: var(--header-pc_h);
}

.header-logo {
  margin-right: 12px;
  margin-left: clamp(12px, 1.3636363636vw, 24px);
}

.header-logo__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.78125vw;
}
.header-logo__img img {
  max-width: clamp(200px, 16.3068181818vw, 287px);
}

.header-column-right {
  margin-left: auto;
  margin-right: clamp(12px, 1.3636363636vw, 24px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-column-right__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-itemlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-itemlist .header-itemlist__item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-itemlist .header-itemlist__item > a {
  line-height: var(--header-pc_h);
  padding: 0 clamp(8px, 0.9090909091vw, 14px);
}
.header-itemlist .header-itemlist__item span._lv1 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.9375rem, 1.1038961039vw, 1.0625rem);
}
.hasDropdown.--active {
  color: #fff;
  background: #222d3c;
}

.header-right {
  margin-left: clamp(10px, 1.3157894737vw, 0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header-contact-btn {
  height: 46px;
  width: 142px;
  background: var(--themecolor2);
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 23px;
}
.header-contact-btn::before {
  content: "";
  width: 16.04px;
  height: 9.9px;
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 23px;
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-contact-btn span {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 1.0625rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-left: 23px;
  z-index: 3;
}
.header-eng a {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  position: relative;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-eng a::before {
  content: "";
  width: 46px;
  height: 46px;
  background: #1976e0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}

/* ----- megamenu ----- */
a.hasDropdown {
  text-decoration: none;
  cursor: pointer;
}
a.hasDropdown .mega-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
}
a.hasDropdown .mega-icon::before, a.hasDropdown .mega-icon::after {
  content: "";
  position: absolute;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
  background: #1e242c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 1px;
}
a.hasDropdown .mega-icon::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.hasDropdown span._hov .mega-icon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.hasDropdown span._hov .mega-icon::before, a.hasDropdown span._hov .mega-icon::after {
  background: #fff;
}

.drop-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100px;
  width: 100%;
  z-index: 3;
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
  display: none;
}

@-webkit-keyframes drop-appearance {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    /* アニメーション開始時の指定 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    /* アニメーション終了時の指定 */
  }
}

@keyframes drop-appearance {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    /* アニメーション開始時の指定 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    /* アニメーション終了時の指定 */
  }
}
@-webkit-keyframes drop-appearance2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    /* アニメーション開始時の指定 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    /* アニメーション終了時の指定 */
  }
}
@keyframes drop-appearance2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    /* アニメーション開始時の指定 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    /* アニメーション終了時の指定 */
  }
}
.header-bg {
  background: #fff;
}

.drop-container-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  min-height: 200px;
  background: #fff;
}

.drop-container-ttl {
  display: inline-block;
}
.drop-container-ttl a {
  position: relative;
  display: block;
}
.drop-container-ttl a::after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20.82px;
  height: 14.14px;
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
}

.drop-container-ttl__en {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 3.1875rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

.drop-container-ttl__jp {
  font-weight: bold;
  position: relative;
  display: block;
  font-size: 1rem;
  color: #fff;
}
.drop-container-ttl__jp::before {
  content: "";
  background: url(../img/common/nut_circle.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drop-container-head {
  background: #f2f2f2;
  height: auto;
  min-height: 200px;
  display: block;
  -webkit-flex-basis: 27.777%;
  -ms-flex-preferred-size: 27.777%;
  flex-basis: 27.777%;
  padding-top: 2.8645833333vw;
  padding-left: 5.2083333333vw;
  padding-right: 2.6041666667vw;
  text-align: left;
  background: -webkit-linear-gradient(296deg, #1976e0 0%, #19c5e0 100%);
  background: linear-gradient(154deg, #1976e0 0%, #19c5e0 100%);
}

.drop-container-maker {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 2.7272727273vw, 48px) clamp(32px, 3.6931818182vw, 65px);
}
.drop-container-maker a img {
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.drop-container-btnContent {
  -webkit-flex-basis: 72.223%;
  -ms-flex-preferred-size: 72.223%;
  flex-basis: 72.223%;
  height: 100%;
  min-height: 300px;
  background: #222d3c;
  padding: 50px clamp(40px, 6.25vw, 120px) 60px;
  color: #fff;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}

.drop-container-btnlist {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.drop-container-btnlist .drop-container-acc {
  margin-top: auto;
  gap: 15px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px solid var(--themecolor2);
  text-align: left;
  font-size: 0.9375rem;
  font-weight: bold;
  position: relative;
}

.drop-container-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drop-container-list {
  max-width: 840px;
  width: 100%;
}

.drop-open {
  display: block;
  -webkit-animation: drop-appearance 0.3s var(--linear);
  animation: drop-appearance 0.3s var(--linear);
}

.drop-container-acc {
  cursor: pointer;
}
.drop-container-acc span {
  font-size: 1.25rem;
}

.drop-solition-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 32px;
}
.drop-solition-list li {
  border-bottom: 1px solid #fff;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 40px;
}
.drop-solition-list li a {
  font-size: 0.9375rem;
  font-weight: bold;
  padding-right: 30px;
  width: 100%;
  display: block;
  position: relative;
}
.drop-solition-list li a::before, .drop-solition-list li a::after {
  content: "";
}
.drop-solition-list li a::before {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drop-solition-list li a::after {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 1px solid var(--themecolor2);
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.drop-container-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1976e0;
  position: relative;
}
.drop-container-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.drop-container-icon.--com::before {
  background: url(../img/common/icon_office.svg) no-repeat;
  background-size: contain;
}
.drop-container-icon.--edu::before {
  background: url(../img/common/icon_education.svg) no-repeat;
  background-size: contain;
}
.drop-container-icon.--store::before {
  background: url(../img/common/icon_store.svg) no-repeat;
  background-size: contain;
}

.drop-container-ocicon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  margin-left: auto;
  position: relative;
}
.drop-container-ocicon::before, .drop-container-ocicon::after {
  content: "";
  position: absolute;
}
.drop-container-ocicon::before {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--themecolor3);
}
.drop-container-ocicon::after {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background: var(--themecolor3);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}

.ac-header.open .drop-container-ocicon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
/* ------------------------------------------------------------
   Header-SP
------------------------------------------------------------ */
.sp-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  height: var(--header-sp_h);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.sp-header.--top #nav-open span {
  background: #fff;
}
.sp-header.--top #nav-open.active span {
  background: #fff;
}

.sp-header input[type=text] {
  padding: 0 8px;
}

.header-sp-fixed {
  position: fixed;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
.header-sp-fixed.--top {
  background: #fff;
}
.header-sp-fixed.--top img {
  -webkit-filter: none;
  filter: none;
}
.header-sp-fixed.--top #nav-open span {
  background: #fff;
}

.sp-header-logo {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  max-width: 195px;
  width: 100%;
  margin-right: auto;
}

.sp__tagline {
  position: absolute;
  top: 0px;
  right: 0;
}

.nav-unshown {
  display: none;
}

#nav-drawer {
  position: relative;
  text-align: center;
}

.nav-content-head {
  height: 60px;
  width: 100%;
  position: relative;
}

.sp-nav-logo {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 46.5px;
  max-width: 180px;
  width: 100%;
  margin-right: auto;
  background: url(../img/common/logo_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 60px;
  height: 27px;
  border-radius: 13px;
  vertical-align: middle;
  position: relative;
  top: 16.5px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  background: #222d3c;
}
#nav-open span {
  position: absolute;
  height: 1px;
  /*線の太さ*/
  width: 22px;
  /*長さ*/
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#nav-open span:nth-of-type(1) {
  top: 8px;
}
#nav-open span:nth-of-type(2) {
  top: 13px;
}
#nav-open span:nth-of-type(3) {
  top: 18px;
}
#nav-open.active {
  background: #9bacb6;
}
#nav-open.active span:nth-of-type(1) {
  -webkit-transform: translateX(2px) translateY(-6px) rotate(-405deg) translateX(-15px);
  transform: translateX(2px) translateY(-6px) rotate(-405deg) translateX(-15px);
  width: 18px;
}
#nav-open.active span:nth-of-type(2) {
  opacity: 0;
}
#nav-open.active span:nth-of-type(3) {
  -webkit-transform: translateX(2px) translateY(5px) rotate(405deg) translateX(-15px);
  transform: translateX(2px) translateY(5px) rotate(405deg) translateX(-15px);
  width: 18px;
}

.nav-menu {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: left;
}

#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 97;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 97;
  width: 60%;
  height: 100%;
  padding: 0 15px 40px;
  background: #222d3c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  /*左に隠しておく*/
  -webkit-overflow-scrolling: touch;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.nav-content__box {
  margin-top: 8px;
}

.hamburger-sp__menu {
  text-align: center;
  border-bottom: 1px solid #d8e2eb;
}

.hamburger-sp__sub-menus {
  display: none;
  text-align: left;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.hamburger-sp__sub-menus._lv2 {
  display: block;
}

.hamburger-sp-lv2 {
  padding: 8px 15px;
  background: #fff;
  cursor: pointer;
}

.hamburger-sp__sub-box {
  background: rgba(34, 45, 60, 0.8);
}
.hamburger-sp__sub-box ul {
  padding: 10px 15px;
  font-weight: 500;
  font-style: 0.6875rem;
}

.hamburger-sp__sub-menus li:not(:first-child) {
  margin-top: 12px;
}

.hamburger-sp__link {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-align: left;
  padding: 22px 0;
}
.hamburger-sp__link._single {
  position: relative;
}
.hamburger-sp__link._single::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16.04px;
  height: 9.9px;
  background: url(../img/common/arrow_r_wh.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}

.hamburger-sp__link:hover::after {
  -webkit-animation: btnArrow2 0.3s;
  animation: btnArrow2 0.3s;
}
.hamburger-sp__link:hover._single::after {
  -webkit-animation: none;
  animation: none;
}

.hamburger-sp__title {
  padding: 22px 0;
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-align: left;
}

.hamburger-sp__jp {
  line-height: 1;
}

.hamburger-sp__eng {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.0625rem;
  text-align: left;
  color: #fff;
  display: block;
  line-height: 1;
}

.hamburger-sp__title span {
  position: relative;
  padding-right: 30px;
}

.hamburger-sp__titleInn {
  position: relative;
  padding-left: 10px;
}

.hamburger-sp__title::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.hamburger-sp__title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #fff;
  top: 24px;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-sp__sub-menu a {
  position: relative;
  display: block;
}

.hamburger-sp__sub-ttl {
  background: #fff;
  color: #1e242c;
  font-weight: 500;
  position: relative;
}
.hamburger-sp__sub-ttl::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background: #222D3C;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
.hamburger-sp__sub-ttl::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #222D3C;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-sp__sub-box {
  display: none;
}

.hamburger-sp__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.hamburger-sp__bottom a {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
}
.hamburger-sp__bottom li:first-child a {
  position: relative;
}
.hamburger-sp__bottom li:first-child a::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 0;
}
.hamburger-sp__bottom img {
  max-width: 28px;
}

.js-rotate::before {
  opacity: 0;
}

.js-rotate::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* ------------------------------------------------------------
   footerContent
------------------------------------------------------------ */
/* ----- contact----- */
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
}

.pagetop:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  scale: 1.1;
}
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

/*上*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*下*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
  }
}
/* ----- contact ----- */
.l-contact {
  width: 100%;
  min-height: 440px;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  padding: 60px 15px 70px;
  background: url(../img/common/contact_bg@2x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
  z-index: 1;
}
.l-contact::before {
  content: "";
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.l-contact .c-text-autoscroll {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-contact .c-text-autoscroll ._looptxt {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11.4583333333vw;
  font-family: "Oswald", sans-serif;
}

.l-contactInner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 12px 15px clamp(20px, 4.1666666667vw, 50px);
  position: relative;
}
.l-contactInner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border-radius: 3px;
  background: var(--themegrd);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border: 5px solid #fff;
}

.l-contact-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}

.l-contact-ttl__en {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 3.1875rem;
  display: block;
  color: #fff;
}

.l-contact-container {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(40px, 8.3333333333vw, 100px);
  position: relative;
  margin-top: 40px;
  /* (plus shape's fill blended on top as a separate layer with 45% opacity) */
}

.l-contact-container-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.l-contact-container-column .c-btn {
  margin-right: auto;
}

.l-contact-content__num {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: clamp(1.875rem, 2.8333333333vw, 2.125rem);
  letter-spacing: 0.02em;
  text-align: right;
  line-height: 1;
  position: relative;
}
.l-contact-content__num span {
  font-size: clamp(1.25rem, 2.3333333333vw, 1.75rem);
  line-height: 1;
}

.l-contact-tel {
  width: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  max-width: 340px;
  height: 66px;
  border-radius: 33px;
}

.l-contact-content-ttl {
  font-weight: bold;
  font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
  color: #fff;
}

.l-contact-content-column {
  display: inline-block;
  text-align: center;
  max-width: 500px;
  width: 100%;
  background: #fff;
  padding: 24px 48px 20px;
}

.l-contact-btn {
  width: 100%;
  max-width: 480px;
  height: 70px;
  width: 100%;
  overflow: hidden;
  background: var(--themegrd);
  -webkit-transition: none;
  transition: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.l-contact-btn span {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: clamp(1.3125rem, 2.3333333333vw, 1.75rem);
  text-align: center;
  color: #fff;
}
.l-contact-btn::before {
  content: "";
  background: url(../img/common/arrow_r_bl.svg) no-repeat;
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
  background-size: contain;
  width: 40px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
/* ----- footer ----- */
.l-footer {
  overflow: hidden;
  background: var(--themecolor3);
  color: #fff;
  position: relative;
}

.l-footerContent {
  width: 100%;
  padding: 5.2083333333vw 15px 4.1666666667vw;
  margin: 0 auto;
}

.l-footertop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer-l {
  width: auto;
  position: relative;
  margin-right: 20px;
}

.l-footer-ttl {
  max-width: 288px;
}
.l-footerNumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footerNumber li {
  display: inline-block;
  font-weight: 500;
}

.l-footerContent-r {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l-footer__certification {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 88px;
}

.l-footerContent-txt {
  font-size: 13px;
  color: var(--themecolor2);
}
.l-footerContent-txt a {
  text-decoration: underline;
}

.l-footerContent-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footerMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 45px;
}

.l-footerMenu-l {
  min-width: 250px;
}

.l-footer-rMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: clamp(24px, 2.3026315789vw, 35px);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footerMenu__lv1 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.0625rem;
}
.l-footerMenu__lv1 a {
  text-align: left;
  display: block;
}
.l-footerMenu__lv1 span {
  display: inline-block;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.l-footerMenu__lv1 span.--contact {
  position: relative;
}

.l-footerMenu__lv1 a:hover span {
  color: var(--themecolor);
}

.l-footerMenu__lv1.footer-acc.js-rotate span::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-acc-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: relative;
}
.l-acc-icon::before, .l-acc-icon::after {
  content: "";
  position: absolute;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 1px;
}
.l-acc-icon::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer-acc.js-rotate span::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.footer-acc.js-rotate span .l-acc-icon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer-acc.js-rotate ~ .l-footerLinkWrap {
  -webkit-animation-name: linkfadeIn;
  animation-name: linkfadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.l-footerLinkWrap {
  position: relative;
  display: none;
}

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

@keyframes linkfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-footerLinkList {
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
}
.l-footerLinkList a {
  position: relative;
  font-size: 0.8125rem;
  padding-left: 20px;
  display: inline-block;
  font-weight: 500;
  padding-left: 1em;
}
.l-footerLinkList a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--themecolor);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footerLinkList span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footerLinkList a:hover span {
  text-decoration: underline;
}

.l-footer-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}

.l-footer-bottom {
  margin-top: 3.125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  gap: 18px;
}
.l-footer-bottom li:first-child {
  margin-right: auto;
}
.l-footer-bottom i {
  font-size: 1.375rem;
}
.l-footer-bottom img {
  max-width: clamp(34px, 5.75vw, 46px);
}

.l-footerPp {
  display: inline-block;
  font-size: 0.875rem;
}

.l-footerCopyright {
  display: inline-block;
  text-align: right;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
}
.l-footer-fixMenu {
  display: none;
  width: 100%;
}

@-webkit-keyframes footer-menu-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes footer-menu-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-footer-fixMenu-List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  height: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer-fixMenu-ListItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-footer-fixMenu-ListItem.--1 {
  background: var(--themecolor);
}
.l-footer-fixMenu-ListItem.--2 {
  background: var(--themecolor2);
}
.l-footer-fixMenu-ListItem.--3 {
  background: #9BACB6;
}
.l-footer-fixMenu-ListItem a {
  display: block;
  width: 100%;
  line-height: 56px;
  position: relative;
  padding-left: 10px;
}
.l-footer-fixMenu-ListItem a span {
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.8125rem, 2.6666666667vw, 1rem);
}
.l-footer-fixMenu-ListItem a::before {
  content: "";
  width: 12.04px;
  height: 8.49px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_r_wh.svg) no-repeat;
  background-size: contain;
}

/* ------------------------------------------------------------
   Sidebar
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Layout
------------------------------------------------------------ */
/* ----- whole ----- */
.l-inner {
  padding: 0 15px;
  margin: 0 auto;
}

.l-content-1920 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1840 {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1760 {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1740 {
  max-width: 1740px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1640 {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1520 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1480 {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1460 {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1040 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-content-960 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

/* ------------------------------------------------------------
   Main
------------------------------------------------------------ */
.c-blockLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.c-blockLayout-l {
  -webkit-flex-basis: 37.037%;
  -ms-flex-preferred-size: 37.037%;
  flex-basis: 37.037%;
}

.c-blockLayout-l__img {
  max-width: 400px;
  margin: auto;
}

.c-blockLayout-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-blockLayout-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.c-blockLayout-half__img {
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}

/*
------------------------------------------------------------
   pagebottom
------------------------------------------------------------ */
/* ------------------------------------------------------------
   accordion
------------------------------------------------------------ */
.ac-headerBox {
  background-color: transparent;
  padding: 45px 100px 45px 52px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-faq__bodyinner {
  background: #fff;
  border-top: 1px solid #222;
}
.p-faq__q-txt {
  padding-left: 48px;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
  padding-top: 0.2em;
  line-height: 1.77;
}
.p-faq__q-txt::before {
  content: "Q";
  font-size: 1.875rem;
  line-height: 1;
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: var(--themecolor2);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.p-faq__a-txt {
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1.8;
  padding-top: 25px;
}
.ac-headerBox {
  position: relative;
}

.ac-headerBox .i-box {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 44px;
  right: 50px;
  background: #f2f2f2;
}

.ac-headerBox .i-box:before,
.ac-headerBox .i-box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.ac-headerBox .i-box:before {
  border-top: 2px solid var(--themecolor2);
  width: 17px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 13px;
}

.ac-headerBox .i-box:after {
  border-left: 2px solid var(--themecolor2);
  width: 0;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ac-headerBox.open .i-box:after {
  height: 0;
}

.ac-inner {
  display: none;
}

.ac-headerBox.open.--retail {
  padding: 36px 100px 36px 60px;
}
/* ------------------------------------------------------------
   Animation
------------------------------------------------------------ */
.fadeInUpTrigger,
.flipInXTrigger,
.fadeInLeftTrigger,
.fadeInRightTrigger,
.anim-rotateTrigger,
.rotateInTrigger,
.tracking-in-expandTrigger,
.puff-in-horTrigger,
.focus-in-contractTrigger,
.fade-in-topTrigger,
.fade-inTrigger,
.focus-in-expand-fwdTrigger, .bounce-in-rightTrigger,
.img-animTrigger, .slide-in-fwd-rightTrigger, .scale-in-centerTrigger {
  opacity: 0;
}

.animate__flipInX,
.animate__heartBeat {
  opacity: 1;
}

/* アニメーションの秒数を管理するクラス */
.animation-01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animation-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animation-03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animation-04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation-08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation-12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation-15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation-30 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-05 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay-1 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.delay-15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay-2 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}

.delay-3 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

/* トップテキスト */
/* ボタンの矢印 */
@-webkit-keyframes btnArrow {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes btnArrow {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes btnArrow2 {
  0% {
    -webkit-transform: translateX(-30px) translateY(-50%);
    transform: translateX(-30px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
@keyframes btnArrow2 {
  0% {
    -webkit-transform: translateX(-30px) translateY(-50%);
    transform: translateX(-30px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
/* 横回転 */
.anim-rotate {
  -webkit-animation-name: rotateAnime;
  animation-name: rotateAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes rotateAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 上に出る表示 */
.box {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.fade.show-fade {
  opacity: 1;
}

.fade2 {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.fade2.show-fade {
  opacity: 1;
}

.fade3 {
  -webkit-transition: 0.8s 0.4s ease-in-out;
  transition: 0.8s 0.4s ease-in-out;
  opacity: 0;
}

.fade3.show-fade {
  opacity: 1;
}

.img-in img {
  -webkit-transition: 1s cubic-bezier(0.54, -0.01, 0.38, 1);
  transition: 1s cubic-bezier(0.54, -0.01, 0.38, 1);
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.img-in img.show-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 画像の表示アクション */
.img-anim {
  overflow: hidden;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.img-anim:before,
.img-anim:after {
  -webkit-animation: 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f4f4f4;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.img-anim:before {
  -webkit-animation-name: img-wrap-before;
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}

.img-anim:after {
  -webkit-animation-name: img-wrap-after;
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

@-webkit-keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.marker-gr {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(126, 199, 24, 0.76)));
  background: -webkit-linear-gradient(transparent 70%, rgba(126, 199, 24, 0.76) 70%);
  background: linear-gradient(transparent 70%, rgba(126, 199, 24, 0.76) 70%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}

.marker-on {
  background-size: 100% 100%;
}

.marker-on2 {
  background-size: 100% 100% !important;
}

.scale-in-center {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.scale-up-bottomTrigger, .scale-up-bottom--beTrigger::before, .scale-up-bottom--afTrigger::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.scale-up-bottom {
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom--be::before {
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom--af::after {
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
.scale-up-bottom2--beTrigger::before, .scale-up-bottom2--afTrigger::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.scale-up-bottom2 {
  -webkit-animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom2--be::before {
  -webkit-animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom2--af::after {
  -webkit-animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-bottom2 {
  0% {
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes scale-up-bottom2 {
  0% {
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
.slide-in-leftTrigger::before {
  opacity: 0;
}

.slide-in-left::before {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  opacity: 1;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px) translateY(-50%);
    transform: translateX(-1000px) translateY(-50%);
    opacity: 0;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-1000px) translateY(0);
      transform: translateX(-1000px) translateY(0);
    }
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
    }
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px) translateY(-50%);
    transform: translateX(-1000px) translateY(-50%);
    opacity: 0;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-1000px) translateY(0);
      transform: translateX(-1000px) translateY(0);
    }
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
    }
  }
}
.rotate {
  -webkit-transform: rotate(45deg);
}

.socket-anim::before {
  opacity: 0;
}

.catchfadeUpTrigger {
  opacity: 0;
}

.catchfadeUp {
  -webkit-animation-name: catchfadeUpAnime;
  animation-name: catchfadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes catchfadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes catchfadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.socketfadeUp::before {
  -webkit-animation-name: socketfadeUpAnime;
  animation-name: socketfadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes socketfadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes socketfadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeinrightTrigger {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fadeinright {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeinleftTrigger {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fadeinleft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.area-scaleinTrigger {
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.area-scalein {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: auto;
}

._line_cvr {
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

._line_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #f0591d;
  -webkit-transition: all 0.6s var(--linear);
  transition: all 0.6s var(--linear);
  -webkit-transition-timing-function: var(--easeOutSine);
  transition-timing-function: var(--easeOutSine);
}

._line_cvr.on {
  opacity: 1;
}

._line_cvr.on::before {
  translate: 103% 0;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

._fade_blur.--5 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

._fade_blur.on {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 1s var(--linear);
  transition: all 1s var(--linear);
}

.gsap-subttl {
  position: relative;
  z-index: 2;
}
.gsap-subttl .char {
  opacity: 0;
}

/* ------------------------------------------------------------
   box
------------------------------------------------------------ */
.c-main-box {
  padding: 3.125vw 15px 6.25vw;
}

.c-main-box2 {
  padding: 3.125vw 15px 0;
}

/* ------------------------------------------------------------
   breadcrumb
------------------------------------------------------------ */
.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 4px 8px;
}
.c-breadcrumb li {
  position: relative;
}
.c-breadcrumb li:not(:last-child) {
  padding-right: 14px;
  color: var(--themecolor2);
}
.c-breadcrumb li:not(:last-child)::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(30, 36, 44, 0.6);
  border-right: 1px solid rgba(30, 36, 44, 0.6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
}
/* ------------------------------------------------------------
   button
------------------------------------------------------------ */
/* ボタンに関するクラス */
.c-btn {
  width: 100%;
  background: #fff;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-btn span {
  font-weight: bold;
  text-align: left;
  font-size: 1.25rem;
  padding-left: 9%;
}
.c-btn span.--20 {
  font-size: clamp(18px, 1.6666666667vw, 1.25rem);
}
.c-btn span.--17 {
  font-size: clamp(15px, 1.4166666667vw, 1.0625rem);
}
.c-btn span.--34 {
  font-size: clamp(24px, 2.8333333333vw, 2.125rem);
}
.c-btn span.--en {
  font-family: "Oswald", sans-serif;
}
.c-btn span.--mail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-align: center;
  padding-left: 0;
}
.c-btn span._search {
  margin-left: 10%;
  position: relative;
  padding-left: 30px;
}
.c-btn span._search::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/common/icon_search.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.c-btn.--bl {
  background: var(--themecolor2);
}
.c-btn.--bl span {
  color: #fff;
}
.c-btn.--bk {
  background: #222d3c;
}
.c-btn.--bk span {
  color: #fff;
}
.c-btn.--wh {
  background: #fff;
}
.c-btn.--wh::before {
  -webkit-filter: none;
  filter: none;
}
.c-btn.--wh span {
  color: var(--themecolor2);
}
.c-btn.--wh span.--bk {
  color: var(--themecolor3);
}
.c-btn.--h66 {
  height: 66px;
  border-radius: 33px;
  padding-right: 21px;
}
.c-btn.--h58 {
  height: 58px;
  border-radius: 29px;
  padding-right: 16px;
}
.c-btn.--h56 {
  height: 56px;
  border-radius: 28px;
  padding-right: 15px;
}
.c-btn.--h46 {
  height: 46px;
  border-radius: 23px;
  padding-right: 15px;
}
.c-btn.--h36 {
  height: 36px;
  border-radius: 18px;
}
.c-btn.--tp {
  background: transparent;
  border: 1px solid #222d3c;
}
.c-btn.--tp::before {
  background: #fff;
}
.c-btn.--tp::after {
  -webkit-filter: none;
  filter: none;
}
.c-btn.--tp span {
  color: #fff;
}
.c-btn.--tp2 {
  background: transparent;
  border: 1px solid var(--themecolor2);
}
.c-btn.--tp2 span {
  color: var(--themecolor2);
}
.c-btn.--108 {
  max-width: 108px;
}
.c-btn.--142 {
  max-width: 142px;
}
.c-btn.--272 {
  max-width: 272px;
}
.c-btn.--320 {
  max-width: 320px;
}
.c-btn.--340 {
  max-width: 340px;
}
.c-btn.--540 {
  max-width: 540px;
}
.c-btn.--540 span {
  padding-left: 25px;
  line-height: 1.2;
}

.c-btn-arrow {
  width: 70px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  position: relative;
}
.c-btn-arrow.--bk {
  background: #222d3c;
}
.c-btn-arrow.--bk::before {
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
}
.c-btn-arrow::before {
  content: "";
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  width: 16.04px;
  height: 9.9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pbSubmit {
  height: 50px;
  border-radius: 25px;
  width: 100%;
  background: var(--themecolor) !important;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 340px;
  height: 65px;
  border-radius: 32.5px;
  text-align: left;
  padding: 0 0 0 35px !important;
  margin-top: 40px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  cursor: pointer;
  color: #fff !important;
  font-weight: bold;
}
.pbSubmit::before {
  content: "";
  width: 46px;
  height: 46px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #005299;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.pbSubmit::after {
  content: "";
  width: 18.87px;
  height: 12.73px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
}
.c-closebtn {
  position: relative;
  min-width: 168px;
  line-height: 36px;
  border-radius: 18px;
  background: #222d3c;
  color: #fff;
  -webkit-transition: var(--trans03s);
  transition: var(--trans03s);
}
.c-closebtn::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 10.7142%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: var(--trans03s);
  transition: var(--trans03s);
}
.c-closebtn.close::before {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.c-closebtn span {
  font-weight: bold;
  font-size: 1.125rem;
  color: #333c43;
  -webkit-transition: var(--trans03s);
  transition: var(--trans03s);
}
.btn-link a {
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  display: inline-block;
  position: relative;
  padding: 4px 12px;
  background: var(--themecolor2);
  color: #fff;
}
.c-btn-gray {
  display: inline-block;
  line-height: 48px;
  border-radius: 24px;
  width: 100%;
  max-width: 200px;
  background: #ccc;
  border: none;
  color: #fff;
}

.c-btn-gray:hover {
  background: rgba(204, 204, 204, 0.85);
}

/* ------------------------------------------------------------
   card
------------------------------------------------------------ */
.u-cardLink::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* ------------------------------------------------------------
   form
------------------------------------------------------------ */
._required {
  background: transparent;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: var(--themecolor2);
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 24px;
  height: 80px;
  background: #fff;
  border: 1px solid #9bacb6;
}

::-webkit-input-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

::-moz-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

:-ms-input-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

::-ms-input-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

::placeholder {
  color: rgba(128, 136, 146, 0.5);
}

input[type=checkbox] {
  cursor: pointer;
  margin: 0 8px 0 0;
  vertical-align: text-top;
  accent-color: #e01a16;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* デフォルトのスタイルを削除 */
  width: 22px;
  height: 22px;
  background: #fff;
  vertical-align: -3px;
  outline: none;
  border: 1px solid #9bacb6;
  border-radius: 1px;
}
input[type=checkbox]::before {
  /* ラジオボタンの内側の● */
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  -webkit-transform: translate(4px, 4px) scale(0) rotate(-45deg);
  transform: translate(4px, 4px) scale(0) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
input[type=checkbox]:checked {
  background: var(--themegrd);
  border: none;
}
input[type=checkbox]:checked::before {
  -webkit-transform: translate(4px, 4px) scale(1) rotate(-45deg);
  transform: translate(4px, 4px) scale(1) rotate(-45deg);
}
input[type=checkbox]:checked + span {
  font-weight: bold;
  color: #259be6;
}

select {
  width: 100%;
  padding: 24px 15px;
  height: 80px;
  background: #fff;
  border: 1px solid #9bacb6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--txtcolor);
}

select:invalid {
  color: #999;
}

select option {
  color: #02030a;
}

.selectWrap {
  position: relative;
}
.selectWrap::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: #2081e1;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.mw_wp_form_confirm .selectWrap::before,
.mw_wp_form_preview .selectWrap::before {
  content: none;
}
.mw_wp_form_confirm .confirm-none,
.mw_wp_form_preview .confirm-none {
  display: none;
}
.mw_wp_form_confirm .contact-item._radio,
.mw_wp_form_preview .contact-item._radio {
  padding: 0;
}

textarea {
  border: none;
  height: 220px;
  width: 100%;
  padding: 24px 20px;
  border: none;
  background: #fff;
  border: 1px solid #9bacb6;
  line-height: 1.4em;
}

button {
  cursor: pointer;
  border: none;
}

.mwentry-radio-field {
  display: block;
}

input[type=radio] {
  cursor: pointer;
  margin: 0 5px 0 0;
  accent-color: #1976e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* デフォルトのスタイルを削除 */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #9bacb6;
  background: #fff;
  vertical-align: middle;
  outline: none;
}
input[type=radio]::before {
  /* ラジオボタンの内側の● */
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #1976e0;
  -webkit-transform: translate(5px, 5px) scale(0);
  transform: translate(5px, 5px) scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
input[type=radio]:checked {
  background: #fff;
  border: 1px solid #1976e0;
}
input[type=radio]:checked::before {
  -webkit-transform: translate(5px, 5px) scale(1);
  transform: translate(5px, 5px) scale(1);
}

.mwform-radio-field-text {
  line-height: 20px;
}

.mwform-radio-field label {
  background: #fff;
  border: 1px solid #9bacb6;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 12px;
  padding: 0 24px;
  min-height: 80px;
  cursor: pointer;
}

.mwform-radio-field:has(input:checked) {
  background: #f6f6f4;
}

.mwform-radio-field label:has(input:checked) {
  border: 1px solid var(--themecolor2);
}

.radio-row p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.entry_radio .vertical-item + .vertical-item {
  margin-top: 16px !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}

span.error {
  color: #f00;
  margin-top: 8px;
}

.contact-table {
  display: block;
  width: 100%;
  margin: auto;
}

.contact-row {
  width: 100%;
}
.contact-row dt, .contact-row dd {
  line-height: 1.4;
}

.contact-row:nth-child(n+2) {
  margin-top: 2.0833333333vw;
}

.contact-item-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 15px 12px;
}

.contact-item-layout2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.166vw, 80px);
}

._input50 {
  max-width: 50%;
}

._input235 {
  max-width: 23.5%;
}

._input235px {
  max-width: 235px;
  width: 100%;
}

.contact-header {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 8px;
}
.contact-header ._positioning {
  padding-top: 15px;
}
.contact-header._radio {
  padding-bottom: 20px;
}

.contact-header-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.mw_wp_form_confirm ._positioning {
  padding-top: 0px;
}
.mw_wp_form_confirm .confirm-none {
  display: none;
}
.mw_wp_form_confirm ._any, .mw_wp_form_confirm ._required {
  display: none;
}
.mw_wp_form_confirm .contact-row:last-of-type .contact-header span {
  margin-top: 0px;
}
.mw_wp_form_confirm .contact-header._radio {
  padding-top: 0;
  padding-bottom: 0;
}
.mw_wp_form_confirm .contact-item._radio {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-item__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.mwform-radio-field-text {
  vertical-align: text-bottom;
  font-weight: bold;
  font-size: 1.25rem;
}

.privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.125vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.privacy div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-privacy ._required {
  margin-right: 15px;
}
.contact-item__radio2 {
  margin-left: 20px;
}
.contact-item__radio2 .horizontal-item:not(:first-child) {
  margin-left: 40px;
}

/* ------------------------------------------------------------
   grid
------------------------------------------------------------ */
.free-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.free-column .col2 {
  width: 48%;
}
.free-column .col3 {
  width: calc(33.3333333333% - 15px);
}
.free-column .col4 {
  width: calc(25% - 15px);
}
.free-column img {
  width: 100%;
}

/* ------------------------------------------------------------
   heading
------------------------------------------------------------ */
.c-ttl1 {
  position: relative;
  z-index: 3;
}
.c-ttl1.--side span:first-child {
  display: inline-block;
  margin-right: 34px;
}
.c-ttl1.--side-sp-c span {
  display: inline-block;
  margin-right: 34px;
}
.c-ttl1 .c-ttl1__en {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--themecolor3);
}
.c-ttl1 .c-ttl1__en.--s {
  font-size: clamp(2.25rem, 4.25vw, 3.1875rem);
}
.c-ttl1 .c-ttl1__en.--m {
  font-size: clamp(3.25rem, 6.1666666667vw, 4.625rem);
}
.c-ttl1 .c-ttl1__en.--l {
  font-size: clamp(5rem, 10vw, 7.5rem);
}
.c-ttl1 .c-ttl1__en.--wh {
  color: #fff;
}
.c-ttl1 .c-ttl1__en.--grd {
  background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(70%, #1976e0), to(#19c5e0));
  background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 70%, #19c5e0 100%);
  background: linear-gradient(90deg, #1976e0 0%, #1976e0 70%, #19c5e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-ttl1 .c-ttl1__jp {
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  color: var(--themecolor3);
}
.c-ttl1 .c-ttl1__jp.--wh {
  color: #fff;
}
.c-ttl1 .c-ttl1__jp.--bk {
  color: var(--txtcolor);
}
.c-ttl1 .c-ttl1__jp.--bl {
  color: var(--themecolor2);
}
.c-ttl1 .c-ttl1__jp.--s {
  font-size: clamp(0.875rem, 1.3333333333vw, 1rem);
}
.c-ttl1 .c-ttl1__jp.--m {
  font-size: clamp(1.125rem, 1.6666666667vw, 1.25rem);
}

.c-ttl2 {
  position: relative;
  padding-left: 25px;
}
.c-ttl2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--themecolor2);
  border: 1px solid var(--themecolor);
}
.c-ttl2.--wh::before {
  background: #fff;
}

.c-subhead-ttl {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.c-subhead-ttl__en {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: 0.01em;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  color: var(--themecolor3);
}
.c-subhead-ttl__en.--wh {
  color: #fff;
}

.c-subhead-ttl__jp {
  font-weight: bold;
  font-size: 1.25vw;
  letter-spacing: 0.01em;
  margin-top: 0.3em;
  display: block;
  position: relative;
}
.c-subhead-ttl__jp.--wh {
  color: #fff;
}
.c-subhead-ttl__jp.--bk {
  color: var(--txtcolor);
}

.splitTxtHead .char, .splitTxtHeadSub {
  opacity: 0;
}

/* ------------------------------------------------------------
   modal
------------------------------------------------------------ */
/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.modal-container {
  background-color: #fff;
  max-width: 960px;
  max-height: 70vh;
  padding: 50px 16px 60px;
  width: 80%;
}

.modal-containerInner {
  width: 100%;
}
.modal-containerInner img {
  height: 40vh;
  width: auto;
  margin: auto;
}

.modal__ab {
  position: absolute;
  right: 18%;
  top: 50%;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-close {
  position: absolute;
  right: -29px;
  top: -29px;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-size: contain;
  border: none;
  z-index: 1001;
  background: #F76600;
}
.modal-close::before {
  content: "";
  background: url(../img/svg/common/icon_cross.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close-bottom:hover {
  cursor: pointer;
}

.modal-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
}
.modal-ttl::after {
  content: "";
  background-color: #f76600;
  border-radius: 5px;
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.modal-img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.modal-content {
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.modal-open {
  display: block;
  margin: 100px auto;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* ------------------------------------------------------------
   module
------------ ------------------------------------------------ */
.cookie-consent {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: #fff !important;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}

.cookie-no {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
  animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
.c-loop_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-loop_wrap ._looptxt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0.5em;
  color: #edf1f7;
  font-weight: bold;
  white-space: nowrap;
  -webkit-animation: 60s txtloop 0s linear infinite;
  animation: 60s txtloop 0s linear infinite;
  line-height: 1;
}

@-webkit-keyframes txtloop {
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}

@keyframes txtloop {
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
.c-search-bnr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.c-search-bnr a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: clamp(15px, 2.0833333333vw, 25px);
  padding: 0 clamp(15px, 2.5vw, 30px);
}
.c-search-bnr a.--sol {
  background: #27b6f2;
}
.c-search-bnr a.--pro {
  background: #1976e0;
}
.c-search-bnr a ._en {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 1;
}
.c-search-bnr a ._jp {
  font-weight: bold;
  font-size: 1.25rem;
}
.c-search-bnr a .c-btn-arrow {
  margin-left: auto;
}
/* ------------------------------------------------------------
   other
------------------------------------------------------------ */
/* --------- 反転 ---------*/
.c-inv {
  background: #222;
  padding: 0 0.5208333333vw;
  display: inline-block;
  line-height: 1.2;
}
.c-inv span {
  color: #fff;
}
.c-inv.--wh {
  background: #fff;
}
.c-inv.--15 {
  padding: 0 0.78125vw;
}

.c-inv2 {
  background: #fff;
  padding: 0 0.78125vw;
  display: inline-block;
}
.c-inv2 span {
  color: var(--themecolor2);
}
.c-inv2.--bk span {
  color: var(--themecolor3);
}

.c-inv3 p {
  display: inline;
}
.c-inv3 span {
  padding: 0.4166666667vw 0.78125vw;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: var(--themegrd);
}
.c-inv3 span.--bk {
  background: var(--themecolor3);
}
.c-inv3 span.--2 {
  padding: 0.2083333333vw 0.78125vw;
}

/* --------- 反転縦書き ---------*/
.c-vertical-txt {
  background: var(--themecolor3);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 1.0416666667vw 0.78125vw;
}
.c-vertical-txt span {
  color: #fff;
  line-height: 1;
}

.c-square-arrow {
  position: relative;
  -webkit-transition: all var(--trans02s);
  transition: all var(--trans02s);
  background: #fff;
}
.c-square-arrow::before, .c-square-arrow::after {
  content: "";
  -webkit-transition: all var(--trans02s);
  transition: all var(--trans02s);
}
.c-square-arrow::before {
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
  z-index: 1;
}
.c-square-arrow::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--themegrd);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.c-square-arrow.--100 {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
.c-square-arrow.--100::before {
  width: 1.5786458333vw;
  height: 1.071875vw;
}
.c-square-arrow.--80 {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
.c-square-arrow.--80::before {
  width: 1.084375vw;
  height: 0.7364583333vw;
}
.c-square-arrow.--45 {
  width: 2.34375vw;
  height: 2.34375vw;
}
.c-square-arrow.--45::before {
  width: 0.9052083333vw;
  height: 0.5890625vw;
}
.c-square-arrow.--wh::before {
  -webkit-filter: none;
  filter: none;
}
.c-square-arrow.--wh::after {
  background: #fff;
}
.c-square-arrow.--nav {
  border: 1px solid var(--themecolor2);
}
.c-square-arrow.--nav::before {
  -webkit-filter: none;
  filter: none;
}
.c-square-arrow.--nav::after {
  background: #fff;
}
.c-square-arrow.--nav._prev {
  rotate: 180deg;
}

/* ------------------------------------------------------------
   pagenation
------------------------------------------------------------ */
.c-pagenation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
}

.c-pagenation__list a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

.c-pagenation a {
  color: #222d3c;
}

.c-pagenation a:hover {
  color: #fff;
  letter-spacing: 0.05em;
}

.c-pagenation a:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation__list span {
  font-weight: 500;
}

.c-pagenation__list span.active {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.c-pagenation__list ._prev {
  position: relative;
  display: block;
}
.c-pagenation__list ._prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._prev:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation__list ._first {
  position: relative;
  display: block;
}
.c-pagenation__list ._first::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._first::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._first:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-pagenation__list ._first:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation__list ._next {
  position: relative;
  display: block;
}
.c-pagenation__list ._next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._dot {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.c-pagenation__list ._last {
  position: relative;
  display: block;
}
.c-pagenation__list ._last::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._last::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._last:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-pagenation__list ._last:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation._archive .c-pagenation__list a {
  background: #fff;
  border: 1px solid #222d3c;
}
.c-pagenation._archive span.active {
  background: var(--themecolor2);
  border: 1px solid var(--themecolor2);
  color: #fff;
}
.c-pagenation._archive a:hover {
  background: var(--themecolor2);
  color: #fff;
  border: 1px solid var(--themecolor2);
}
.c-pagenation._archive ._dot {
  background: #fff;
  border: 1px solid #222d3c;
  color: #222d3c;
}
.c-pagenation._archive ._prev::before {
  border-top: 1.5px solid #222d3c;
  border-right: 1.5px solid #222d3c;
}
.c-pagenation._archive ._first::before {
  border-top: 1.5px solid #222d3c;
  border-right: 1.5px solid #222d3c;
}
.c-pagenation._archive ._first::after {
  border-top: 1.5px solid #222d3c;
  border-right: 1.5px solid #222d3c;
}
.c-pagenation._archive ._next::before {
  border-top: 1.5px solid #222d3c;
  border-right: 1.5px solid #222d3c;
}
.c-pagenation._archive ._last::before {
  border-top: 1.5px solid #222d3c;
  border-right: 1.5px solid #222d3c;
}
.c-pagenation._archive ._last::after {
  border-top: 1.5px solid #222d3c;
  border-right: 1.5px solid #222d3c;
}

/* ------------------------------------------------------------
   table
------------------------------------------------------------ */
.c-table th {
  background: #222D3C;
  color: #fff;
  padding: 26px 20px;
  width: 26%;
  font-size: 1.125rem;
  font-weight: bold;
  border-top: 1px solid #9bacb6;
  border-bottom: 1px solid #9bacb6;
  text-align: left;
}
.c-table td {
  padding: 2.0833333333vw 22px;
  border-top: 1px solid #9bacb6;
  border-right: 1px solid #9bacb6;
  border-bottom: 1px solid #9bacb6;
  font-size: 1.125rem;
  padding: 26px 20px;
  background: #fff;
}
.c-table td ul li {
  padding-left: 12px;
  position: relative;
  font-weight: normal;
}
.c-table td ul li::before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.7em;
  line-height: 1;
  background: #1976e0;
}
.c-table td strong {
  font-weight: bold;
}
.c-table._spcolumn tr:last-of-type {
  border-bottom: 1px solid #9bacb6;
}

/* ------------------------------------------------------------
   Block
------------------------------------------------------------ */
/* ----- flex ----- */
.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-flex-ai-fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-flex-jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex-jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-flex-fd-row-tb-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-flex-fd-rowRev-tb-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex-fd-row-tb-columnRev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-flex-fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* ----- grid ----- */
.u-grid {
  display: -ms-grid;
  display: grid;
}

.u-grid-tc4tb2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.u-grid-tc4tb1 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.u-grid-tc2tb1 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

/* ----- gap ----- */
.u-gap120 {
  gap: 120px;
}

.u-gap40 {
  gap: 40px;
}

.u-gap80b40 {
  gap: 80px;
}

.u-gap60tb30 {
  gap: 60px;
}

.u-gap60tb0 {
  gap: 60px;
}

.u-gap40tb20 {
  gap: 40px;
}

.u-gap40tb8 {
  gap: 40px;
}

.u-gap40tb0 {
  gap: 40px;
}

.u-gap36tb32 {
  gap: 36px;
}

.u-gap32tb24 {
  gap: 32px;
}

.u-gap30tb15 {
  gap: 30px;
}

.u-gap30tb8 {
  gap: 30px;
}

.u-gap20 {
  gap: 20px;
}

.u-gap16 {
  gap: 16px;
}

.u-gap10 {
  gap: 10px;
}

/* ----- table ----- */
.u-table {
  display: table;
}

.u-table-row {
  display: table-row;
}

.u-table-cell {
  display: table-cell;
}

/* ----- text-align ----- */
.u-ta-c {
  text-align: center;
}

.u-ta-c-tb-l {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.u-ta-r-tb-l {
  text-align: right;
}

.u-ta-l {
  text-align: left;
}

/* ----- z-index ----- */
.u-z--1 {
  z-index: 1;
}

.u-z-1 {
  z-index: 1;
}

.u-z-2 {
  z-index: 2;
}

.u-z-10 {
  z-index: 10;
}

/* ----- position ----- */
.u-po-re {
  position: relative;
}

.u-po-ab {
  position: absolute;
}

/* ----- overflow ----- */
.u-ov-h {
  overflow: hidden;
}

/* ----- display ----- */
.u-disp-bl {
  display: block;
}

.u-disp-ib {
  display: inline-block;
}

.u-disp-none {
  display: none;
}

.u-disp-in {
  display: inline;
}

.u-disp-ig {
  display: -ms-inline-grid;
  display: inline-grid;
}

/* ----- box ----- */
/* ----- full-width
 ----- */
.u-full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

/* ----- max-width
 ----- */
.u-max-w-230 {
  max-width: 230px;
}

.u-max-w-260 {
  max-width: 260px;
}

/* ----- height ----- */
.u-h100p {
  height: 100%;
}

/* ----- width ----- */
.u-w20p {
  width: 20%;
}

.u-w25p {
  width: 25%;
}

.u-w67p {
  width: 67%;
}

.u-w40p {
  width: 40%;
}

.u-w48p {
  width: 48%;
}

.u-w100p {
  width: 100%;
}

.u-w100 {
  width: 100px;
}

.u-w120 {
  width: 120px;
}

.u-w140 {
  width: 140px;
}

.u-w160 {
  width: 160px;
}

.u-w180 {
  width: 180px;
}

/* ----- border-radius ----- */
.u-br5 {
  border-radius: 5px;
}

/* ----- vertical-align ----- */
.u-va-m {
  vertical-align: middle;
}

.u-va-top {
  vertical-align: top;
}

/* ----- float ----- */
.u-flo-r {
  float: right;
  margin: 10px;
}

.u-flo-l {
  float: left;
  margin: 10px;
}

.u-clear {
  clear: both;
}

/* ------------------------------------------------------------
   Color
------------------------------------------------------------ */
/* ----- background ----- */
.u-bg-fff {
  background: #fff;
}

.u-bg-red {
  background: #ff0000;
}

.u-bg-eee {
  background: #eee;
}

.u-bg-f7fafd {
  background: #f7fafd;
}

.u-bg-f2f2f2 {
  background: #f2f2f2;
}

/* ------------------------------------------------------------
   Font
------------------------------------------------------------ */
/* font-color - フォントカラー */
.u-red {
  color: red;
}

.u-blue {
  color: #2ca9e1;
}

.u-green {
  color: #82ae46;
}

.u-orange {
  color: #ff7d00;
}

.u-yellow {
  color: #fff000;
}

.u-pink {
  color: #ff0084;
}

.u-gray {
  color: #999999;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #000;
}

.u-fc-666 {
  color: #666;
}

.u-fc-000-06 {
  color: rgba(0, 0, 0, 0.6);
}

.u-fc-808892 {
  color: #808892;
}

.u-fc-main {
  color: var(--themecolor);
}

.u-fc-main2 {
  color: var(--themecolor2);
}

.u-fc-main3 {
  color: var(--themecolor3);
}

/* 下線 */
.u-td-u {
  text-decoration: underline;
}

.u-td-f76600 {
  -webkit-text-decoration-color: #f76600;
  text-decoration-color: #f76600;
}

/* 打ち消し線 */
.u-td-d {
  text-decoration: line-through;
}

.u-td-n {
  text-decoration: none;
}

/* ----- transform ----- */
.u-tt-u {
  text-transform: uppercase;
}

/* ----- Font-weight ----- */
.u-fw-100 {
  font-weight: 100;
}

.u-fw-200 {
  font-weight: 200;
}

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

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

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

.u-fw-600 {
  font-weight: 600;
}

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

.u-fw-800 {
  font-weight: 800;
}

.u-fw-900 {
  font-weight: 900;
}

.u-fw-normal {
  font-weight: normal;
}

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

/* ----- font-family ----- */
.u-ff-yu-go {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

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

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

.u-ff-mont {
  font-family: "Montserrat", sans-serif;
}

.u-ff-noto-se {
  font-family: "Noto Serif JP", serif;
}

.u-ff-noto-sa {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-plfd {
  font-family: "Playfair Display", serif;
}

.u-ff-poppins {
  font-family: "Poppins", sans-serif;
}

.u-ff-outfit {
  font-family: "Outfit", sans-serif;
}

.u-ff-oswald {
  font-family: "Oswald", sans-serif;
}

.u-ff-zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* ----- line-height ----- */
.u-lh-2 {
  line-height: 2;
}

.u-lh-18 {
  line-height: 1.8;
}

.u-lh-16 {
  line-height: 1.6;
}

.u-lh-15 {
  line-height: 1.5;
}

.u-lh-14 {
  line-height: 1.4;
}

.u-lh-12 {
  line-height: 1.2;
}

.u-lh-1 {
  line-height: 1;
}

/* ----- writing-mode ----- */
.u-wm-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* ----- white-space ----- */
.u-ws-pre {
  white-space: pre;
}

/* ----- word-break ----- */
.u-wb-keepall {
  word-break: keep-all;
}

/* ----- overflow-wrap----- */
.u-ofw-bw {
  overflow-wrap: break-word;
}

/* ----- text-shadow----- */
.u-ts-0-3-6-16 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* ----- font-size ----- */
.u-fs51 {
  font-size: 51px;
}

.u-fs40 {
  font-size: 40px;
}

.u-fs39 {
  font-size: 39px;
}

.u-fs28 {
  font-size: 28px;
}

.u-fs24 {
  font-size: 24px;
}

.u-fs20 {
  font-size: 20px;
}

.u-fs18 {
  font-size: 18px;
}

.u-fs17 {
  font-size: 17px;
}

.u-fs16 {
  font-size: 16px;
}

.u-fs15 {
  font-size: 15px;
}

.u-fs14 {
  font-size: 14px;
}

.u-fs13 {
  font-size: 13px;
}

.u-fs12 {
  font-size: 12px;
}

.u-fs11 {
  font-size: 11px;
}

.u-fs10 {
  font-size: 10px;
}

/* %での指定 */
.u-text70 {
  font-size: 70%;
}

.u-text80 {
  font-size: 80%;
}

.u-text90 {
  font-size: 90%;
}

.u-text100 {
  font-size: 100%;
}

.u-text110 {
  font-size: 110%;
}

.u-text120 {
  font-size: 120%;
}

.u-text130 {
  font-size: 130%;
}

.u-text140 {
  font-size: 140%;
}

.u-text150 {
  font-size: 150%;
}

.u-text160 {
  font-size: 160%;
}

.u-text170 {
  font-size: 170%;
}

.u-text180 {
  font-size: 180%;
}

.u-text190 {
  font-size: 190%;
}

.u-text200 {
  font-size: 200%;
}

.u-text210 {
  font-size: 210%;
}

.u-text220 {
  font-size: 220%;
}

/* ----- letter-spacing ----- */
.u-ls-001 {
  letter-spacing: 0.01em;
}

.u-ls-002 {
  letter-spacing: 0.02em;
}

.u-ls-003 {
  letter-spacing: 0.03em;
}

.u-ls-005 {
  letter-spacing: 0.05em;
}

.u-ls-006 {
  letter-spacing: 0.06em;
}

.u-ls-008 {
  letter-spacing: 0.08em;
}

.u-ls-03 {
  letter-spacing: 0.3em;
}

.u-ls-06 {
  letter-spacing: 0.6em;
}

/* ----- USER px ----- */
.u-fs17tb15 {
  font-size: 17px;
}

.u-fs16tb14 {
  font-size: 16px;
}

.u-fs14tb12 {
  font-size: 14px;
}

.u-fs12tb10 {
  font-size: 12px;
}

/* ----- LEVEL ----- */
.u-fs-lv1 {
  font-size: clamp(2.4375rem, 4.5vw, 3.375rem);
}

.u-fs-lv2 {
  font-size: clamp(1.75rem, 3.75vw, 2.8125rem);
}

.u-fs-lv3 {
  font-size: clamp(1.5rem, 3.25vw, 2.4375rem);
}

.u-fs-lv4 {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
}

.u-fs-lv5 {
  font-size: clamp(1.3125rem, 2.3333333333vw, 1.75rem);
}

.u-fs-lv6 {
  font-size: clamp(1.25rem, 2.1666666667vw, 1.625rem);
}

.u-fs-lv7 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
}

.u-fs-84vw {
  font-size: 4.375vw;
}

.u-fs-80vw {
  font-size: 4.1666666667vw;
}

.u-fs-65vw {
  font-size: 3.3854166667vw;
}

.u-fs-55vw {
  font-size: 2.8645833333vw;
}

.u-fs-51vw {
  font-size: 2.65625vw;
}

.u-fs-45vw {
  font-size: 2.34375vw;
}

.u-fs-44vw {
  font-size: 2.2916666667vw;
}

.u-fs-40vw {
  font-size: 2.0833333333vw;
}

.u-fs-39vw {
  font-size: 2.03125vw;
}

.u-fs-36vw {
  font-size: 1.875vw;
}

.u-fs-35-tb35vw {
  font-size: 2.1875rem;
}

.u-fs-30-tb30vw {
  font-size: 1.875rem;
}

.u-fs-28vw {
  font-size: 1.4583333333vw;
}

.u-fs-24vw {
  font-size: 1.25vw;
}

.u-fs-22vw {
  font-size: 1.1458333333vw;
}

.u-fs-20vw {
  font-size: 1.0416666667vw;
}

.u-fs-18vw {
  font-size: 0.9375vw;
}

/* ----- USER rem ----- */
.u-fs30--rem {
  font-size: 1.875rem;
}

.u-fs28tb24--rem {
  font-size: 1.75rem;
}

.u-fs24tb20--rem {
  font-size: 1.5rem;
}

.u-fs24--rem {
  font-size: 1.5rem;
}

.u-fs23--rem {
  font-size: 1.4375rem;
}

.u-fs20tb18--rem {
  font-size: 1.25rem;
}

.u-fs20--rem {
  font-size: 1.25rem;
}

.u-fs18tb16--rem {
  font-size: 1.125rem;
}

.u-fs18--rem {
  font-size: 1.125rem;
}

.u-fs17tb15--rem {
  font-size: 1.0625rem;
}

.u-fs16tb14--rem {
  font-size: 1rem;
}

.u-fs15tb13--rem {
  font-size: 0.9375rem;
}

.u-fs15--rem {
  font-size: 0.9375rem;
}

.u-fs14tb12--rem {
  font-size: 0.875rem;
}

.u-fs12tb10--rem {
  font-size: 0.75rem;
}

/*
16px基準一覧
px/rem
8px / 0.5rem
10px / 0.625rem
12px / 0.75rem
13px / 0.8125rem
14px / 0.875rem
15px / 0.9375rem
16px / 1rem
18px / 1.125rem
20px / 1.25rem
21px / 1.3125rem
22px / 1.375rem
24px / 1.5rem
26px / 1.625rem
28px / 1.75rem
30px / 1.875rem
32px / 2rem
34px / 2.125rem
36px / 2.25rem
38px / 2.375rem
40px / 2.5rem
42px / 2.625rem
44px / 2.75rem
46px / 2.875rem
48px / 3rem
50px / 3.125rem
60px / 3.75rem
70px / 4.375rem
80px / 5rem
90px / 5.625rem
100px / 6.25rem
*/
/* ------------------------------------------------------------
   List
------------------------------------------------------------ */
/* --------- number list ---------*/
.u-numberList {
  counter-reset: number 0;
}
.u-numberList li {
  padding-left: calc(1em + 4px);
  position: relative;
}
.u-numberList li::before {
  counter-increment: number 1;
  content: counter(number, decimal) ".";
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: var(--themecolor);
  position: absolute;
  left: 0;
  top: 0.2em;
  line-height: 1.4;
}

/* --------- dot list ---------*/
.u-dotList._wh .u-dotListItem::before {
  background: #fff;
}

.u-dotList li {
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
.u-dotList li::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.7em;
  line-height: 1;
  background: var(--themecolor2);
}

/* --------- line list ---------*/
.u-lineList li {
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
.u-lineList li::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 1em;
  line-height: 1;
  background: var(--themecolor2);
}

/* --------- square list ---------*/

.squareListItem {
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.squareListItem::before {
  content: "";
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#117cf6), to(#0d2d6e));
  background: -webkit-linear-gradient(left, #117cf6 0%, #0d2d6e 100%);
  background: linear-gradient(90deg, #117cf6 0%, #0d2d6e 100%);
  position: absolute;
  left: 0;
  top: 0.7em;
  line-height: 1;
}

/* --------- list-style ---------*/
.u-list-disc {
  list-style-type: disc;
}

.u-list-circle {
  list-style-type: circle;
}

.u-list-square {
  list-style-type: square;
}

.u-list-decimal {
  list-style-type: decimal;
}

.u-list-decimal-zero {
  list-style-type: decimal-leading-zero;
}

/* --------- list-style-position ---------*/
.u-list-position-in {
  list-style-position: inside;
}

.u-list-position-out {
  list-style-position: outside;
}

/* ------------------------------------------------------------
   Margin
------------------------------------------------------------ */
.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

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

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt100tb50 {
  margin-top: 100px;
}

.u-mt100tb30 {
  margin-top: 100px;
}

.u-mt90tb64 {
  margin-top: 90px;
}

.u-mt80tb60 {
  margin-top: 80px;
}

.u-mt80tb40 {
  margin-top: 80px;
}

.u-mt80tb30 {
  margin-top: 80px;
}

.u-mt72tb36 {
  margin-top: 72px;
}

.u-mt70tb35 {
  margin-top: 70px;
}

.u-mt64tb45 {
  margin-top: 64px;
}

.u-mt64tb40 {
  margin-top: 64px;
}

.u-mt64tb32 {
  margin-top: 64px;
}

.u-mt64tb0 {
  margin-top: 64px;
}

.u-mt60tb40 {
  margin-top: 60px;
}

.u-mt60tb30 {
  margin-top: 60px;
}

.u-mt60tb16 {
  margin-top: 60px;
}

.u-mt54tb27 {
  margin-top: 54px;
}

.u-mt56tb28 {
  margin-top: 56px;
}

.u-mt55tb25 {
  margin-top: 55px;
}

.u-mt52tb26 {
  margin-top: 52px;
}

.u-mt50tb25 {
  margin-top: 50px;
}

.u-mt48tb24 {
  margin-top: 48px;
}

.u-mt45tb24 {
  margin-top: 45px;
}

.u-mt40tb48 {
  margin-top: 40px;
}

.u-mt40tb32 {
  margin-top: 40px;
}

.u-mt40tb30 {
  margin-top: 40px;
}

.u-mt40tb24 {
  margin-top: 40px;
}

.u-mt40tb20 {
  margin-top: 40px;
}

.u-mt40tb0 {
  margin-top: 40px;
}

.u-mt36tb18 {
  margin-top: 36px;
}

.u-mt36tb16 {
  margin-top: 36px;
}

.u-mt35tb25 {
  margin-top: 35px;
}

.u-mt35tb20 {
  margin-top: 35px;
}

.u-mt35tb15 {
  margin-top: 35px;
}

.u-mt32tb24 {
  margin-top: 32px;
}

.u-mt32tb16 {
  margin-top: 32px;
}

.u-mt30tb15 {
  margin-top: 30px;
}

.u-mt28tb14 {
  margin-top: 28px;
}

.u-mt25tb15 {
  margin-top: 25px;
}

.u-mt24tb20 {
  margin-top: 24px;
}

.u-mt24tb16 {
  margin-top: 24px;
}

.u-mt24tb12 {
  margin-top: 24px;
}

.u-mt24tb8 {
  margin-top: 24px;
}

.u-mt20tb15 {
  margin-top: 20px;
}

.u-mt20tb10 {
  margin-top: 20px;
}

.u-mt18tb12 {
  margin-top: 18px;
}

.u-mt16tb10 {
  margin-top: 16px;
}

.u-mt16tb8 {
  margin-top: 16px;
}

.u-mt16tb24 {
  margin-top: 16px;
}

.u-mt12tb8 {
  margin-top: 12px;
}

.u-mt12tb6 {
  margin-top: 12px;
}

.u-mt12tb2 {
  margin-top: 12px;
}

.u-mt10tb5 {
  margin-top: 10px;
}

.u-mt8tb16 {
  margin-top: 8px;
}

.u-mt8tb14 {
  margin-top: 8px;
}

.u-mt8tb6 {
  margin-top: 8px;
}

.u-mt8tb2 {
  margin-top: 8px;
}

.u-ml16tb8 {
  margin-left: 16px;
}

.u-ml10tb0 {
  margin-left: 10px;
}

.u-ml8tb6 {
  margin-left: 8px;
}

.u-ml8tb0 {
  margin-left: 8px;
}

.u-mb100tb50 {
  margin-bottom: 100px;
}

.u-mb80tb40 {
  margin-bottom: 80px;
}

.u-mb70tb35 {
  margin-bottom: 70px;
}

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

.u-mb25tb10 {
  margin-bottom: 25px;
}

.u-mb24tb0 {
  margin-bottom: 24px;
}

/* ----- vw ----- */
.u-mt200vw {
  margin-top: 10.4166666667vw;
}

.u-mt160vw {
  margin-top: 8.3333333333vw;
}

.u-mt140vw {
  margin-top: 7.2916666667vw;
}

.u-mt120vw {
  margin-top: 6.25vw;
}

.u-mt110vw {
  margin-top: 5.7291666667vw;
}

.u-mt100vw {
  margin-top: 5.2083333333vw;
}

.u-mt80vw {
  margin-top: 4.1666666667vw;
}

.u-mt75vw {
  margin-top: 3.90625vw;
}

.u-mt70vw {
  margin-top: 4.1666666667vw;
}

.u-mt65vw {
  margin-top: 3.3854166667vw;
}

.u-mt60vw {
  margin-top: 3.125vw;
}

.u-mt60tb45vw {
  margin-top: 3.125vw;
}

.u-mt54vw {
  margin-top: 2.8125vw;
}

.u-mt50vw {
  margin-top: 2.6041666667vw;
}

.u-mt48vw {
  margin-top: 2.5vw;
}

.u-mt46vw {
  margin-top: 2.3958333333vw;
}

.u-mt44vw {
  margin-top: 2.2916666667vw;
}

.u-mt42vw {
  margin-top: 2.1875vw;
}

.u-mt40vw {
  margin-top: 2.0833333333vw;
}

.u-mt40tb20vw {
  margin-top: 2.0833333333vw;
}

.u-mt38vw {
  margin-top: 1.9791666667vw;
}

.u-mt36vw {
  margin-top: 1.875vw;
}

.u-mt32vw {
  margin-top: 1.6666666667vw;
}

.u-mt30vw {
  margin-top: 1.5625vw;
}

.u-mt28vw {
  margin-top: 1.4583333333vw;
}

.u-mt24vw {
  margin-top: 1.25vw;
}

.u-mt20vw {
  margin-top: 1.0416666667vw;
}

.u-mt16vw {
  margin-top: 0.8333333333vw;
}

.u-mt15vw {
  margin-top: 0.78125vw;
}

.u-mt12vw {
  margin-top: 0.625vw;
}

.u-mt10vw {
  margin-top: 0.5208333333vw;
}

.u-mt8vw {
  margin-top: 0.4166666667vw;
}

.u-mt6vw {
  margin-top: 0.3125vw;
}

.u-mb110vw {
  margin-bottom: 5.7291666667vw;
}

.u-mr8vw {
  margin-right: 0.4166666667vw;
}

/* ----- auto ----- */
.u-m-auto {
  margin: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

/* ------------------------------------------------------------
   Padding
------------------------------------------------------------ */
.u-pt0 {
  padding-top: 0px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt84 {
  padding-top: 84px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt92 {
  padding-top: 92px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb84 {
  padding-bottom: 84px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb92 {
  padding-bottom: 92px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl68 {
  padding-left: 68px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl76 {
  padding-left: 76px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl84 {
  padding-left: 84px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl92 {
  padding-left: 92px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr68 {
  padding-right: 68px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr76 {
  padding-right: 76px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr84 {
  padding-right: 84px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr92 {
  padding-right: 92px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-p50tb20 {
  padding: 50px;
}

.u-p32tb24 {
  padding: 32px;
}

.u-p24-16tb8-16 {
  padding: 24px 16px;
}

.u-p16tb8 {
  padding: 16px;
}

.u-p16-19tb16 {
  padding: 16px 19px;
}

.u-pt48tb24 {
  padding-top: 48px;
}

.u-pt24tb16 {
  padding-top: 24px;
}

.u-pb24tb0 {
  padding-bottom: 24px;
}

.u-pl124tb32 {
  padding-left: 124px;
}

.u-pl64tb32 {
  padding-left: 64px;
}

.u-pl44tb0 {
  padding-left: 44px;
}

.u-pl40tb0 {
  padding-left: 40px;
}

.u-pl-1em {
  padding-left: 1em;
}

.u-pl-2em {
  padding-left: 2em;
}

.u-p50-60tb20 {
  padding: 50px 60px;
}

.u-p30-60tb20 {
  padding: 30px 60px;
}

/* ------------------------------------------------------------
   Utility
------------------------------------------------------------ */
/* --------- Img hover ---------*/
a img.img-fade {
  background: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img.img-fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none;
}

/* --------- Google map ---------*/
.u-gmap {
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 55.6818%;
  position: relative;
  z-index: 3;
}
.u-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* --------- youtube ---------*/
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* --------- 横スクロール ---------*/
.side-scroll {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/*スクロールバー全体の高さ*/
.side-scroll::-webkit-scrollbar {
  height: 8px;
}

/*スクロールバー全体の背景*/
.side-scroll::-webkit-scrollbar-track {
  background: #eee;
}

/*スクロールバーの動く部分*/
.side-scroll::-webkit-scrollbar-thumb {
  background: var(--themecolor);
  border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.side-scroll::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

/* --------- ※印 ---------*/
.u-ref-mark {
  position: relative;
  padding-left: 1em;
}
.u-ref-mark::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* --------- ・ ---------*/
.u-dot-mark {
  position: relative;
  padding-left: 1em;
}
.u-dot-mark::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* --------- テキストインデント ---------*/
.u-indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

.u-indent2pd {
  padding-left: 2em;
}

.u-indent5 {
  text-indent: -5em;
  padding-left: 5em;
}

.u-indent55 {
  text-indent: -5.5em;
  padding-left: 5.5em;
}

.u-indent6 {
  text-indent: -6em;
  padding-left: 6em;
}

.u-indent65 {
  text-indent: -6.5em;
  padding-left: 6.5em;
}

/* --------- ボーダー ---------*/
.u-border-none {
  border: none;
}

.u-border-b-fff {
  border-bottom: 1px solid #fff;
}

.u-border-b-b7b7b7 {
  border-bottom: 1px solid #b7b7b7;
}

.u-border-b-ccc {
  border-bottom: 1px solid #ccc;
}

.u-border-b-222 {
  border-bottom: 1px solid #222;
}

.u-border-b-9bacb6 {
  border-bottom: 1px solid #9bacb6;
}

/* --------- 非表示 ---------*/
.u-brind {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* --------- タブ ---------*/
.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

/* --------- タブ ---------*/
.c-line10 {
  position: relative;
  padding-left: 1em;
}
.c-line10::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 1em;
  line-height: 1;
  background: var(--themecolor2);
}

/* --------- アイコン ---------*/
.u-icon-window {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 10px;
  vertical-align: middle;
}
.u-icon-window::after {
  content: "";
  width: 13px;
  height: 10px;
  background: url(../img/common/icon_window.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.u-icon-window.--bl::after {
  background: url(../img/common/icon_window_bl.svg) no-repeat;
  background-size: contain;
}
.u-icon-window.--wh::after {
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
}

.u-icon-pdf {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 25px;
  vertical-align: middle;
}
.u-icon-pdf::after {
  content: "";
  width: 18px;
  height: 25px;
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

a[href$=".pdf"] .u-icon-doc {
  position: relative;
  width: 16px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

a[href$=".xls"] .u-icon-doc, a[href$=".xlsx"] .u-icon-doc {
  position: relative;
  width: 16px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon_excel.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

a[href$=".doc"] .u-icon-doc, a[href$=".docx"] .u-icon-doc {
  position: relative;
  width: 16px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon_word.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
  .widepc-over-none {
    display: block !important;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 16px;
  }
  .wxga-over-none {
    display: block !important;
  }
  .drop-solition-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .l-footertop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 160px;
  }
  .u-fs-24vw {
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .scroll-move {
    padding-top: var(--header-sp_h);
    margin-top: calc(var(--header-sp_h) * -1);
  }
  .wxga-none {
    display: none !important;
  }
  .pc-over-none {
    display: block !important;
  }
  .tb-none {
    display: none !important;
  }
  .pagetop {
    right: 20px;
    bottom: 20px;
    top: auto !important;
  }
  .l-contact {
    min-height: auto;
    padding: 50px 15px;
  }
  .l-contact .c-text-autoscroll {
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .l-contact .c-text-autoscroll ._looptxt {
    font-size: 21.484375vw;
  }
  .l-contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-top: 32px;
  }
  .l-contact-container-column .c-btn {
    margin-left: auto;
  }
  .l-contact-content__num {
    text-align: center;
  }
  .l-contact-tel {
    margin-right: auto;
  }
  .l-contact-btn {
    height: 54px;
  }
  .l-contact-btn span {
    font-size: 1.125rem;
  }
  .l-contact-btn::before {
    font-size: 1.125rem;
    width: 25px;
    height: 5.5px;
    right: 15px;
  }
  .l-footerContent {
    padding: 50px 15px;
  }
  .l-footertop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
  }
  .l-footer-l {
    margin-right: 0;
  }
  .l-footer-ttl {
    max-width: 200px;
    margin: auto;
  }
  .l-footer-address {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footerNumber {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
  .l-footerContent-txt {
    font-size: 12px;
    margin-top: 32px;
  }
  .l-footerContent-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .l-footerMenu-l {
    min-width: 220px;
  }
  .l-footer-rMenu {
    display: none;
  }
  .l-footerLinkList {
    padding-left: 0;
  }
  .l-footer-bottom {
    gap: 0;
  }
  .l-footer-bottom li:first-child {
    margin-left: auto;
  }
  .l-footerPp {
    display: none;
  }
  .l-footerCopyright {
    font-size: 0.8125rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .c-blockLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .c-blockLayout-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .c-blockLayout-half__img img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ac-headerBox {
    padding: 30px 60px 30px 20px;
  }
  .ac-headerBox .i-box {
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .ac-headerBox .i-box:before {
    width: 12px;
    right: 10px;
  }
  .ac-headerBox .i-box:after {
    height: 12px;
    right: 15px;
  }
  .ac-headerBox.open.--retail {
    padding: 24px 80px 24px 30px;
  }
  .c-breadcrumb {
    font-size: 0.875rem;
    margin-left: 0;
  }
  .c-btn span {
    font-size: 0.9375rem;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel] {
    height: 48px;
    padding: 6px 15px;
  }
  select {
    height: 48px;
    padding: 6px 15px;
  }
  textarea {
    height: 100px;
  }
  .mwform-radio-field label {
    min-height: 60px;
  }
  .contact-row {
    display: block;
    background: none;
  }
  .contact-item-layout2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .contact-header ._positioning {
    padding-top: 0;
  }
  .contact-header._radio {
    padding: 0;
  }
  .contact-header-in {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
  }
  .free-column .col2 {
    width: 100%;
  }
  .free-column .col3 {
    width: 100%;
  }
  .free-column .col4 {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .modal__ab {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .modal-close {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
  .modal-ttl {
    font-size: 1.25rem;
  }
  .c-search-bnr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-square-arrow.--80 {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .c-square-arrow.--80::before {
    width: 2.033203125vw;
    height: 1.380859375vw;
  }
  .c-square-arrow.--45 {
    width: 4.39453125vw;
    height: 4.39453125vw;
  }
  .c-square-arrow.--45::before {
    width: 1.697265625vw;
    height: 1.1044921875vw;
  }
  .c-pagenation__list a {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .c-pagenation__list span.active {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .c-pagenation__list ._dot {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .u-flex-fd-row-tb-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex-fd-rowRev-tb-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex-fd-row-tb-columnRev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-grid-tc4tb2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .u-grid-tc4tb1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .u-grid-tc2tb1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .u-gap80b40 {
    gap: 40px;
  }
  .u-gap60tb30 {
    gap: 30px;
  }
  .u-gap60tb0 {
    gap: 0px;
  }
  .u-gap40tb20 {
    gap: 20px;
  }
  .u-gap40tb8 {
    gap: 8px;
  }
  .u-gap40tb0 {
    gap: 0px;
  }
  .u-gap36tb32 {
    gap: 32px;
  }
  .u-gap32tb24 {
    gap: 24px;
  }
  .u-gap30tb15 {
    gap: 15px;
  }
  .u-gap30tb8 {
    gap: 8px;
  }
  .u-ta-c-tb-l {
    text-align: left;
  }
  .u-ta-r-tb-l {
    text-align: left;
  }
  .u-tb-ta-c {
    text-align: center;
  }
  .u-fs17tb15 {
    font-size: 15px;
  }
  .u-fs16tb14 {
    font-size: 14px;
  }
  .u-fs14tb12 {
    font-size: 12px;
  }
  .u-fs12tb10 {
    font-size: 10px;
  }
  .u-fs-84vw {
    font-size: 6.25vw;
  }
  .u-fs-80vw {
    font-size: 5.859375vw;
  }
  .u-fs-65vw {
    font-size: 3.90625vw;
  }
  .u-fs-55vw {
    font-size: 3.515625vw;
  }
  .u-fs-51vw {
    font-size: 4.98046875vw;
  }
  .u-fs-45vw {
    font-size: 3.02734375vw;
  }
  .u-fs-44vw {
    font-size: 2.9296875vw;
  }
  .u-fs-40vw {
    font-size: 3.125vw;
  }
  .u-fs-39vw {
    font-size: 2.9296875vw;
  }
  .u-fs-36vw {
    font-size: 2.9296875vw;
  }
  .u-fs-35-tb35vw {
    font-size: 3.41796875vw;
  }
  .u-fs-30-tb30vw {
    font-size: 2.9296875vw;
  }
  .u-fs-28vw {
    font-size: 2.734375vw;
  }
  .u-fs-24vw {
    font-size: 1.875vw;
  }
  .u-fs-22vw {
    font-size: 2.1484375vw;
  }
  .u-fs-20vw {
    font-size: 1.953125vw;
  }
  .u-fs-18vw {
    font-size: 1.7578125vw;
  }
  .u-fs30--rem {
    font-size: 1.625rem;
  }
  .u-fs28tb24--rem {
    font-size: 1.5rem;
  }
  .u-fs24tb20--rem {
    font-size: 1.25rem;
  }
  .u-fs20tb18--rem {
    font-size: 1.125rem;
  }
  .u-fs18tb16--rem {
    font-size: 1rem;
  }
  .u-fs17tb15--rem {
    font-size: 0.9375rem;
  }
  .u-fs16tb14--rem {
    font-size: 0.875rem;
  }
  .u-fs15tb13--rem {
    font-size: 0.8125rem;
  }
  .u-fs14tb12--rem {
    font-size: 0.75rem;
  }
  .u-fs12tb10--rem {
    font-size: 0.625rem;
  }
  .u-dotList li::before {
    top: 0.6em;
  }
  .u-lineList li::before {
    top: 0.7em;
  }
  .squareList {
    display: block;
  }
  .squareListItem {
    font-size: 18px;
  }
  .u-mt100tb50 {
    margin-top: 50px;
  }
  .u-mt100tb30 {
    margin-top: 30px;
  }
  .u-mt90tb64 {
    margin-top: 64px;
  }
  .u-mt80tb60 {
    margin-top: 60px;
  }
  .u-mt80tb40 {
    margin-top: 40px;
  }
  .u-mt80tb30 {
    margin-top: 30px;
  }
  .u-mt72tb36 {
    margin-top: 36px;
  }
  .u-mt70tb35 {
    margin-top: 35px;
  }
  .u-mt64tb45 {
    margin-top: 45px;
  }
  .u-mt64tb40 {
    margin-top: 40px;
  }
  .u-mt64tb32 {
    margin-top: 32px;
  }
  .u-mt64tb0 {
    margin-top: 0px;
  }
  .u-mt60tb40 {
    margin-top: 40px;
  }
  .u-mt60tb30 {
    margin-top: 30px;
  }
  .u-mt60tb16 {
    margin-top: 16px;
  }
  .u-mt54tb27 {
    margin-top: 27px;
  }
  .u-mt56tb28 {
    margin-top: 28px;
  }
  .u-mt55tb25 {
    margin-top: 25px;
  }
  .u-mt52tb26 {
    margin-top: 26px;
  }
  .u-mt50tb25 {
    margin-top: 25px;
  }
  .u-mt48tb24 {
    margin-top: 24px;
  }
  .u-mt45tb24 {
    margin-top: 24px;
  }
  .u-mt40tb48 {
    margin-top: 48px;
  }
  .u-mt40tb32 {
    margin-top: 32px;
  }
  .u-mt40tb30 {
    margin-top: 30px;
  }
  .u-mt40tb24 {
    margin-top: 24px;
  }
  .u-mt40tb20 {
    margin-top: 20px;
  }
  .u-mt40tb0 {
    margin-top: 0px;
  }
  .u-mt36tb18 {
    margin-top: 20px;
  }
  .u-mt36tb16 {
    margin-top: 16px;
  }
  .u-mt35tb25 {
    margin-top: 25px;
  }
  .u-mt35tb20 {
    margin-top: 20px;
  }
  .u-mt35tb15 {
    margin-top: 15px;
  }
  .u-mt32tb24 {
    margin-top: 24px;
  }
  .u-mt32tb16 {
    margin-top: 16px;
  }
  .u-mt30tb15 {
    margin-top: 15px;
  }
  .u-mt28tb14 {
    margin-top: 14px;
  }
  .u-mt25tb15 {
    margin-top: 15px;
  }
  .u-mt24tb20 {
    margin-top: 20px;
  }
  .u-mt24tb16 {
    margin-top: 16px;
  }
  .u-mt24tb12 {
    margin-top: 12px;
  }
  .u-mt24tb8 {
    margin-top: 8px;
  }
  .u-mt20tb15 {
    margin-top: 15px;
  }
  .u-mt20tb10 {
    margin-top: 10px;
  }
  .u-mt18tb12 {
    margin-top: 12px;
  }
  .u-mt16tb10 {
    margin-top: 10px;
  }
  .u-mt16tb8 {
    margin-top: 8px;
  }
  .u-mt16tb24 {
    margin-top: 24px;
  }
  .u-mt12tb8 {
    margin-top: 8px;
  }
  .u-mt12tb6 {
    margin-top: 6px;
  }
  .u-mt12tb2 {
    margin-top: 2px;
  }
  .u-mt10tb5 {
    margin-top: 5px;
  }
  .u-mt8tb16 {
    margin-top: 16px;
  }
  .u-mt8tb14 {
    margin-top: 14px;
  }
  .u-mt8tb6 {
    margin-top: 6px;
  }
  .u-mt8tb2 {
    margin-top: 2px;
  }
  .u-ml16tb8 {
    margin-left: 8px;
  }
  .u-ml10tb0 {
    margin-left: 0px;
  }
  .u-ml8tb6 {
    margin-left: 6px;
  }
  .u-ml8tb0 {
    margin-left: 0px;
  }
  .u-mb100tb50 {
    margin-bottom: 50px;
  }
  .u-mb80tb40 {
    margin-bottom: 40px;
  }
  .u-mb70tb35 {
    margin-bottom: 35px;
  }
  .u-mb60tb30 {
    margin-bottom: 30px;
  }
  .u-mb25tb10 {
    margin-bottom: 10px;
  }
  .u-mb24tb0 {
    margin-bottom: 0px;
  }
  .u-mt80vwtb {
    margin-top: 7.8125vw;
  }
  .u-mt60tb45vw {
    margin-top: 4.39453125vw;
  }
  .u-mt40vw {
    margin-top: 3.90625vw;
  }
  .u-mt40tb20vw {
    margin-top: 1.953125vw;
  }
  .u-mt28vw {
    margin-top: 2.734375vw;
  }
  .u-mt24vw {
    margin-top: 2.34375vw;
  }
  .u-mt20vw {
    margin-top: 1.953125vw;
  }
  .u-mt16vw {
    margin-top: 1.5625vw;
  }
  .u-mt15vw {
    margin-top: 1.46484375vw;
  }
  .u-mt12vw {
    margin-top: 1.171875vw;
  }
  .u-mt10vw {
    margin-top: 0.9765625vw;
  }
  .u-mt8vw {
    margin-top: 0.78125vw;
  }
  .u-mt6vw {
    margin-top: 0.5859375vw;
  }
  .u-p50tb20 {
    padding: 20px;
  }
  .u-p32tb24 {
    padding: 24px;
  }
  .u-p24-16tb8-16 {
    padding: 16px;
  }
  .u-p16tb8 {
    padding: 8px;
  }
  .u-p16-19tb16 {
    padding: 16px;
  }
  .u-pt48tb24 {
    padding-top: 24px;
  }
  .u-pt24tb16 {
    padding-top: 16px;
  }
  .u-pb24tb0 {
    padding-bottom: 0px;
  }
  .u-pl124tb32 {
    padding-left: 32px;
  }
  .u-pl64tb32 {
    padding-left: 32px;
  }
  .u-pl44tb0 {
    padding-left: 0px;
  }
  .u-pl40tb0 {
    padding-left: 0px;
  }
  .u-p50-60tb20 {
    padding: 20px;
  }
  .u-p30-60tb20 {
    padding: 20px;
  }
  .u-gmap {
    max-width: 100%;
    max-height: 400px;
  }
  .c-line10::before {
    top: 0.7em;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: 15px;
  }
  .ipadmini-none {
    display: none !important;
  }
  #nav-content {
    width: 100%;
  }
  .l-footerMenu {
    display: none;
  }
  .l-footer-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .contact-row {
    padding-bottom: 10px;
  }
  ._input50 {
    max-width: 100%;
  }
  .contact-item__radio2 {
    display: block;
    margin-top: 12px;
    margin-left: 0px;
  }
  .contact-item__radio2 .horizontal-item:not(:first-child) {
    margin-left: 24px;
  }
  .c-ttl1.--side-sp-c {
    text-align: center;
  }
  .c-ttl1.--side-sp-c span {
    display: block;
    margin-right: 0;
  }
  .c-ttl1 .c-ttl1__jp.--ipmblock {
    display: block;
  }
  .c-subhead-ttl__en {
    font-size: 7.5520833333vw;
  }
  .c-subhead-ttl__jp {
    font-size: 2.6041666667vw;
  }
  .c-inv {
    padding: 0 1.3020833333vw;
  }
  .c-inv.--15 {
    padding: 0 1.953125vw;
  }
  .c-inv3 span {
    padding: 1.0416666667vw 1.953125vw;
  }
  .u-fs-55vw {
    font-size: 4.6875vw;
  }
  .u-fs-51vw {
    font-size: 5.46875vw;
  }
  .u-fs-45vw {
    font-size: 3.6458333333vw;
  }
  .u-fs-40vw {
    font-size: 4.1666666667vw;
  }
  .u-fs-39vw {
    font-size: 3.90625vw;
  }
  .u-fs-35-tb35vw {
    font-size: 4.5572916667vw;
  }
  .u-fs-30-tb30vw {
    font-size: 3.90625vw;
  }
  .u-fs-28vw {
    font-size: 3.3854166667vw;
  }
  .u-fs-24vw {
    font-size: 2.8645833333vw;
  }
  .u-fs-22vw {
    font-size: 2.6041666667vw;
  }
  .u-fs-20vw {
    font-size: 2.6041666667vw;
  }
  .u-fs-18vw {
    font-size: 2.0833333333vw;
  }
  .side-scroll2 {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-img1080 {
    width: 1080px;
  }
  .scroll-img800 {
    width: 800px;
  }
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .sp-over-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .pagetop {
    right: 20px;
    top: auto !important;
    bottom: 80px;
  }
  .l-contact-btn {
    max-width: 280px;
  }
  .l-footer-bottom {
    margin-bottom: 56px;
    display: block;
  }
  .l-footer-fixMenu {
    -webkit-animation: footer-menu-up 0.3s ease-in-out;
    animation: footer-menu-up 0.3s ease-in-out;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 20;
    background: #fff;
  }
  .selectWrap {
    max-width: 100%;
  }
  .free-column .col4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-ttl2 {
    padding-left: 20px;
  }
  .c-ttl2::before {
    top: 0.6em;
    width: 12px;
    height: 12px;
  }
  .c-subhead-ttl__en {
    font-size: 9.6666666667vw;
  }
  .c-subhead-ttl__jp {
    font-size: 3.3333333333vw;
  }
  .modal-containerInner img {
    height: 30vh;
  }
  .c-search-bnr a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    padding: 12px;
  }
  .c-search-bnr a .c-btn-arrow {
    margin-top: 10px;
    margin-right: auto;
  }
  .c-square-arrow.--80 {
    width: 10vw;
    height: 10vw;
  }
  .c-square-arrow.--80::before {
    width: 3.47vw;
    height: 2.3566666667vw;
  }
  .c-square-arrow.--45 {
    width: 6vw;
    height: 6vw;
  }
  .c-table._spcolumn th {
    display: block;
    width: 100%;
    border: none;
    padding: 13px 20px;
  }
  .c-table._spcolumn td {
    display: block;
    width: 100%;
    border-left: 1px solid #9bacb6;
    border-bottom: none;
    padding: 13px 20px;
  }
  .u-sp-ta-c {
    text-align: center;
  }
  .u-fs-84vw {
    font-size: 8vw;
  }
  .u-fs-80vw {
    font-size: 10vw;
  }
  .u-fs-55vw {
    font-size: 5.3333333333vw;
  }
  .u-fs-51vw {
    font-size: 6vw;
  }
  .u-fs-45vw {
    font-size: 4.6666666667vw;
  }
  .u-fs-40vw {
    font-size: 5.3333333333vw;
  }
  .u-fs-39vw {
    font-size: 5vw;
  }
  .u-fs-36vw {
    font-size: 5vw;
  }
  .u-fs-28vw {
    font-size: 4.3333333333vw;
  }
  .u-fs-24vw {
    font-size: 3.6666666667vw;
  }
  .u-fs-22vw {
    font-size: 3.3333333333vw;
  }
  .u-fs-20vw {
    font-size: 3vw;
  }
  .u-fs-18vw {
    font-size: 2.6666666667vw;
  }
  .u-mt80vwsp {
    margin-top: 13.3333333333vw;
  }
  .u-mt40vw {
    margin-top: 6.6666666667vw;
  }
  .u-mt40tb20vw {
    margin-top: 3.3333333333vw;
  }
  .scroll-img680 {
    width: 680px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
  .c-square-arrow.--80 {
    width: 12.5vw;
    height: 12.5vw;
  }
  .c-square-arrow.--80::before {
    width: 4.3375vw;
    height: 2.9458333333vw;
  }
  .c-square-arrow.--45 {
    width: 7.5vw;
    height: 7.5vw;
  }
  .u-fs-80vw {
    font-size: 12.5vw;
  }
  .u-fs-55vw {
    font-size: 6.6666666667vw;
  }
  .u-fs-51vw {
    font-size: 7.5vw;
  }
  .u-fs-45vw {
    font-size: 5.8333333333vw;
  }
  .u-fs-40vw {
    font-size: 6.6666666667vw;
  }
  .u-fs-39vw {
    font-size: 6.25vw;
  }
  .u-fs-36vw {
    font-size: 6.25vw;
  }
  .u-fs-28vw {
    font-size: 5vw;
  }
  .u-fs-24vw {
    font-size: 4.5833333333vw;
  }
  .u-fs-22vw {
    font-size: 4.1666666667vw;
  }
  .u-fs-20vw {
    font-size: 3.75vw;
  }
  .u-fs-18vw {
    font-size: 3.3333333333vw;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

@media screen and (max-width: var(--header-sp)) {
  .scroll-move {
    padding-top: var(--header-sp_h);
    margin-top: calc(var(--header-sp_h) * -1);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wxga-none {
    display: none !important;
  }
  .pc-wxga-none {
    display: none !important;
  }
}

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

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .sp-over-tb-none {
    display: none !important;
  }
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc-header {
    display: block;
  }
  .sp-header {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
  }
}

@media (hover: hover) {
  .header-itemlist__item a:hover {
    background: #222d3c;
    color: #fff;
  }
  .header-itemlist__item a:hover .mega-icon::before, .header-itemlist__item a:hover .mega-icon::after {
    background: #fff;
  }
  .header-itemlist__item a:hover .u-icon-window::after {
    -webkit-filter: var(--fil-wh);
    filter: var(--fil-wh);
  }
  .header-contact-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .header-eng a:hover::before {
    background: #222d3c;
  }
  .drop-container-maker a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .drop-container-btnlist li a:hover {
    color: var(--themecolor2);
  }
  .drop-container-btnlist li a:hover::before {
    background: -webkit-linear-gradient(45deg, #1976e0 0%, #19c5e0 100%);
    background: linear-gradient(45deg, #1976e0 0%, #19c5e0 100%);
  }
  .drop-container-btnlist li a:hover::after {
    border-color: #fff;
  }
  .drop-container-ttl a:hover {
    color: var(--themecolor2);
  }
  .pagetop:hover a span {
    opacity: 0.8;
  }
  .l-contact-content:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.1);
  }
  .l-contact:has(.l-contact-content:hover)::after {
    scale: 1.1;
  }
  .l-contact-btn:hover {
    background: var(--themecolor);
  }
  .l-footer-bottom a:hover {
    color: var(--themecolor);
  }
  .c-breadcrumb li a:hover {
    color: var(--themecolor);
  }
  .c-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .c-btn:hover.--nohov {
    background: #222d3c;
  }
  .c-btn:hover::before {
    background: #fff;
  }
  .c-btn:hover::after {
    -webkit-filter: none;
    filter: none;
  }
  .c-btn:hover span {
    color: #fff;
  }
  .c-btn:hover span.--bk {
    color: #fff;
  }
  .c-btn:hover.--wh {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .c-btn:hover.--wh::before {
    -webkit-animation: btnArrow2 0.2s var(--linear);
    animation: btnArrow2 0.2s var(--linear);
  }
  .c-btn:hover .c-btn-arrow::before {
    -webkit-animation: btnArrow2 0.2s var(--linear);
    animation: btnArrow2 0.2s var(--linear);
  }
  .c-btn:hover .c-btn-arrow.--bk {
    background: #fff;
  }
  .c-btn:hover .c-btn-arrow.--bk::before {
    -webkit-filter: none;
    filter: none;
    -webkit-animation: btnArrow2 0.2s var(--linear);
    animation: btnArrow2 0.2s var(--linear);
  }
  .c-btn:hover.--tp {
    background: #fff;
  }
  .c-btn:hover.--tp::before {
    background: var(--themecolor2);
  }
  .c-btn:hover.--tp::after {
    -webkit-filter: var(--fil-wh);
    filter: var(--fil-wh);
  }
  .c-btn:hover.--tp span {
    color: var(--themecolor2);
  }
  .pbSubmit:hover::before {
    background: #45c4fb;
  }
  .c-closebtn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .btn-link a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .c-search-bnr .--sol:hover {
    background: -webkit-gradient(linear, left top, right top, from(#27b6f2), color-stop(80%, #27b6f2), to(#27f2c9)) #27b6f2;
    background: -webkit-linear-gradient(left, #27b6f2 0%, #27b6f2 80%, #27f2c9 100%) #27b6f2;
    background: linear-gradient(90deg, #27b6f2 0%, #27b6f2 80%, #27f2c9 100%) #27b6f2;
    background-size: 200% auto;
    background-position: right center;
  }
  .c-search-bnr .--pro:hover {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .u-icon-dl:hover::after {
    background: url(../img/common/btn_dl_bl2.svg) no-repeat;
    background-size: contain;
  }
  .u-icon-r:hover::after {
    background: url(../img/common/btn_arrow_bl2.svg) no-repeat;
    background-size: contain;
  }
  .u-icon-rt:hover::after {
    background: url(../img/common/btn_arrow_bl2.svg) no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 1025px) {
  .animation-01-pc {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .animation-02-pc {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

@media screen and (max-width: 600px) {
  .cookie-consent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=map/style.css.map */