@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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
------------------------------------------------------------ */
/* ----- Color ----- */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image 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: 17px;
}
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;
  font-size: 100%;
  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-size: 1.0625rem;
  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 {
  font-size: 2.8rem;
  line-height: 1.8;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.8;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.8;
}

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.5s;
  transition: all 0.5s;
  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;
  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;
}

/* ----- Media display ----- */

/* ----- not smartphone tel ----- */
:root {
  --themecolor: #007ae4;
  --themecolor2: #005299;
  --themecolor3: #2e3033;
  --txtcolor: #000;
  --themegrd: linear-gradient(67.5deg,#2693f2 0%, #005299 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: 144px;
  --header-sp_h: 60px;
  --subhead_h: clamp(180px, 320 / 1200 * 100vw, 320px);
  --subhead-pc_h: 320px;
  --subhead-sp_h: 180px ;
  --max-xs:479;
  --max-sm:639;
  --max-md:767.99;
  --max-lg:1023;
  --max-xl:1279;
  --max-xxl:1535;
  --max-xxxl:1919;
  --min-xs:480;
  --min-sm:640;
  --min-md:768;
  --min-lg:1024;
  --min-xl:1280;
  --min-xxl:1536;
  --min-xxxl:1920;
  --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;
  transition: all 0.2s;
  height: var(--header-pc_h);
  background: #fff;
}
.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: 88px;
  padding: 0 clamp(20px, 2.2727272727vw, 40px);
}

.header-logo {
  margin-right: auto;
  width: 100%;
  max-width: clamp(320px, 20.4545454545vw, 360px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pc-header-bottom {
  border-top: 1px solid #d8dce0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-itemlist {
  max-width: 1600px;
  margin: auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.header-itemlist__item {
  width: 100%;
  text-align: center;
  border-right: 1px solid #d8dce0;
}
.header-itemlist__item a {
  font-size: 1.0625rem;
  font-weight: bold;
  display: block;
  line-height: 56px;
}

.header-itemlist__item:first-child {
  border-left: 1px solid #d8dce0;
}

.header-menu-line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--themecolor)), to(var(--themecolor)));
  background-image: -webkit-linear-gradient(var(--themecolor), var(--themecolor));
  background-image: linear-gradient(var(--themecolor), var(--themecolor));
  background-size: 0 4px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  -webkit-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
}

.header-itemlist__item:hover .header-menu-line {
  background-size: 100% 4px;
  background-position: bottom left;
}

.hasDropdown.--active {
  color: var(--themecolor);
}
.hasDropdown.--active::after {
  width: 100%;
}

.header-searchForm {
  position: relative;
  height: 50px;
  padding-right: 50px;
}
.header-searchForm input.header-searchForm-input {
  height: 50px;
  line-height: 50px;
  background: #f0f2f5;
  border: 1px solid #005299;
  max-width: 390px;
  width: 100%;
}
.header-searchForm .header-searchForm-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: #005299;
  cursor: pointer;
}
.header-searchForm .header-searchForm-submit::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_search.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%);
}

.header-contact-btn {
  height: 50px;
  border-radius: 25px;
  width: 100%;
  background: var(--themecolor);
  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: 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;
  max-width: 220px;
}
.header-contact-btn::before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #005299;
  position: absolute;
  right: 2px;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.header-contact-btn::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);
}
.header-contact-btn span {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  z-index: 3;
}
.header-contact-btn span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_meeting.svg) no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 10%;
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 160px;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hasDropdown {
  position: relative;
}

.hasDropdown > .dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  min-width: 160px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  z-index: 1000;
  pointer-events: none;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.hasDropdown:hover > .dropdown,
.hasDropdown:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown li a {
  display: block;
  padding: 4px 8px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 2;
  border-top: 1px solid #d8dce0;
}

.dropdown li a:hover {
  background: #f7fafd;
}

/* ------------------------------------------------------------
   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 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;
  -webkit-animation: header-down 0.2s ease;
  animation: header-down 0.2s ease;
}

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

.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;
  background: #fff;
}

.sp-nav-logo {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 39px;
  max-width: 240px;
  width: 100%;
  margin-right: auto;
}

.nav-content__box {
  padding: 40px 15px;
  background: rgba(0, 122, 228, 0.95);
  color: #fff;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
#nav-open span {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 27px;
  /*長さ*/
  background: var(--themecolor);
  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: 20px;
}
#nav-open span:nth-of-type(2) {
  top: 29px;
}
#nav-open span:nth-of-type(3) {
  top: 38px;
}
#nav-open.active span:nth-of-type(1) {
  -webkit-transform: translateY(-2px) rotate(-405deg) translateX(-15px);
  transform: translateY(-2px) rotate(-405deg) translateX(-15px);
}
#nav-open.active span:nth-of-type(2) {
  opacity: 0;
}
#nav-open.active span:nth-of-type(3) {
  -webkit-transform: translateY(2px) rotate(405deg) translateX(-15px);
  transform: translateY(2px) rotate(405deg) translateX(-15px);
}

.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;
  color: #000;
  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 0 40px;
  -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%);
  /*中身を表示（右へスライド）*/
}

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

.hamburger-sp__sub-menus {
  display: none;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.hamburger-sp__link {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 64px;
  color: #fff;
  text-align: left;
}
.hamburger-sp__link._arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hamburger-sp__link._arrow::after {
  content: "";
  width: 7.71px;
  height: 7.71px;
  border: 0;
  border-top: solid 2px #007ae4;
  border-right: solid 2px #007ae4;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-sp-sub li {
  padding-left: 13px;
  position: relative;
  text-align: left;
}
.hamburger-sp-sub li::before {
  content: "";
  background: #fff;
  width: 8px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hamburger-sp-sub li:nth-child(n+2) {
  margin-top: 10px;
}
.hamburger-sp-sub a {
  display: block;
}

.hamburger-sp__title {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 60px;
  text-align: left;
}

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

.hamburger-sp-arrow {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.hamburger-sp-arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 0.3em;
}
.hamburger-sp-arrow::after {
  content: "";
  width: 7.71px;
  height: 7.71px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: 8px;
  margin: auto;
}
.hamburger-sp-arrow a {
  display: block;
}

.js-rotate .toggle-icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toggle-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.toggle-icon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--themecolor);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.toggle-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: var(--themecolor);
  top: 5px;
  right: 9px;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}

.hamburger-sp__sub-menu a {
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  display: block;
  padding-bottom: 15px;
}

.sp-header-searchForm {
  position: relative;
  height: 50px;
  padding-right: 32px;
  width: 100%;
  display: inline-block;
}
.sp-header-searchForm input.sp-header-searchForm-input {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #005299;
  border-radius: 0;
}
.sp-header-searchForm .sp-header-searchForm-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: #005299;
  cursor: pointer;
}
.sp-header-searchForm .sp-header-searchForm-submit::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_search.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%);
}

.old-site {
  display: block;
  background: #005299;
  padding: 0.4rem 0.8rem;
  border: 1px solid #fff;
  position: relative;
}
.old-site::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.old-site::after {
  content: "";
  width: 7.71px;
  height: 7.71px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 11px;
  margin: auto;
}

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

.pagetop a {
  display: block;
  width: clamp(47px, 4.1666666667vw, 50px);
  height: clamp(47px, 4.1666666667vw, 50px);
  background: transparent;
  background: #fff;
  border: 1px solid var(--themecolor);
  border-radius: 50%;
  position: relative;
}
.pagetop a::before {
  content: "";
  width: 18.87px;
  height: 12.73px;
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
}
#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 {
  background: #adbccc;
  padding: clamp(60px, 5.2631578947vw, 80px) 15px;
}

.l-contact-container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.l-contact-container li {
  -webkit-box-shadow: 4px 4px 0 var(--themecolor3);
  box-shadow: 4px 4px 0 var(--themecolor3);
}
.l-contact-container li img {
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
  width: 100%;
}
/* ----- footer ----- */
.l-footer {
  overflow: hidden;
  background: #fff;
  position: relative;
}

.l-footerContent {
  width: 100%;
  padding: 60px 15px;
  margin: 0 auto;
  position: relative;
}
.l-footerContent::before {
  content: "";
  width: 50%;
  min-width: 970px;
  height: 100%;
  background: url(../img/common/footer_bg.svg) no-repeat;
  background-size: cover;
  background-position: left bottom;
  position: absolute;
  left: 0;
  top: 0;
}

.l-footerContentInner {
  width: 100%;
  max-width: 1760px;
  margin: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

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

.l-footer-ttl {
  max-width: 380px;
}

.l-footer-address {
  margin: 40px auto 0;
}

.l-footer-secure {
  max-width: 200px;
}

.l-footerMenu {
  margin-left: auto;
  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;
}

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

.l-footer-rMenu {
  padding-right: clamp(20px, 4.5454545455vw, 80px);
}
.l-footer-rMenu > li:nth-child(n+2) {
  margin-top: 40px;
}

.l-footerMenu__lv1 a {
  text-align: left;
  display: block;
  padding-left: 28px;
  position: relative;
}
.l-footerMenu__lv1 a::before {
  content: "";
  background: var(--themecolor);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3em;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.l-footerMenu__lv1 a::after {
  content: "";
  width: 7.71px;
  height: 7.71px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: 5px;
  margin: auto;
}
.l-footerMenu__lv1 span {
  display: inline-block;
  font-weight: bold;
  position: relative;
  font-size: 1.0625rem;
}
.l-footerMenu__lv2 {
  padding-left: 28px;
}
.l-footerMenu__lv2 li {
  padding-left: 13px;
  position: relative;
}
.l-footerMenu__lv2 li a::before {
  content: "";
  background: var(--themecolor2);
  width: 8px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0.9em;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.l-footerMenu__lv2 li:nth-child(n+2) {
  margin-top: 8px;
}
.l-footerMenu__lv2 span {
  font-size: 0.9375rem;
}

.l-footer-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-footer-bottom {
  background: var(--themecolor3);
  text-align: center;
  height: 60px;
  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;
}

.l-footerCopyright {
  display: inline-block;
  font-size: 0.9375rem;
  color: #fff;
}

.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;
  gap: 3px;
  width: 100%;
  height: 45px;
  -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;
  text-align: center;
  padding: 0px 3px;
}
.l-footer-fixMenu-ListItem.--news {
  background: var(--themecolor2);
  border: 1px solid var(--themecolor2);
}
.l-footer-fixMenu-ListItem.--event {
  border: 1px solid var(--themecolor);
  background: var(--themecolor);
}
.l-footer-fixMenu-ListItem a {
  display: block;
  width: 100%;
  line-height: 45px;
  position: relative;
}
.l-footer-fixMenu-ListItem a span {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 28px;
}
.l-footer-fixMenu-ListItem a span::before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.l-footer-fixMenu-ListItem a span::after {
  content: "";
  width: 7.71px;
  height: 7.71px;
  border: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.l-footer-fixMenu-ListItem a span.--news::after {
  border-top: solid 2px var(--themecolor2);
  border-right: solid 2px var(--themecolor2);
}
.l-footer-fixMenu-ListItem a span.--event::after {
  border-top: solid 2px var(--themecolor);
  border-right: solid 2px var(--themecolor);
}

/* ------------------------------------------------------------
   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-1440 {
  max-width: 1440px;
  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
------------------------------------------------------------ */
/* ------------------------------------------------------------
   accordion
------------------------------------------------------------ */
.ac-header {
  background-color: transparent;
  padding: 28px 100px 38px 80px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion-content {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.accordion-content:nth-of-type(n + 2) {
  margin-top: 30px;
}

.p-faq__headinner {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-faq__bodyinner {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-faq__icon--q {
  display: block;
  font-size: 39px;
  line-height: 1;
  padding-right: 42px;
  position: relative;
  font-family: "Playfair Display", serif;
  color: #044fa4;
  font-weight: bold;
}
.p-faq__icon--q::before {
  content: "";
  width: 1px;
  height: 28px;
  background: #044fa4;
  position: absolute;
  right: 20px;
  bottom: 0px;
}

.p-faq__icon--a {
  display: block;
  font-size: 39px;
  line-height: 1;
  padding-right: 45px;
  position: relative;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  color: #999;
}
.p-faq__icon--a::before {
  content: "";
  width: 1px;
  height: 28px;
  background: #999;
  position: absolute;
  right: 20px;
  bottom: 3px;
}

.p-faq__q-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  padding-top: 0.6em;
}

.p-faq__a-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  padding-top: 0.5em;
}

.ac-header:not(.open):hover {
  background-color: #FBF9F7;
}

.ac-header .i-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
  width: 18px;
  height: 18px;
}

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

.ac-header .i-box:before {
  border-top: 2px solid #044FA4;
  width: 18px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0px;
}

.ac-header .i-box:after {
  border-left: 2px solid #044FA4;
  width: 0;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.ac-inner {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 100px 38px 80px;
}

.ac-header.open {
  background: #044fa4;
}
.ac-header.open .p-faq__icon--q {
  color: #fff;
}
.ac-header.open .p-faq__icon--q::before {
  background: #fff;
}
.ac-header.open .p-faq__q-txt {
  color: #fff;
}
.ac-header.open .i-box:before {
  border-color: #fff;
}
.ac-header.open .i-box::after {
  border-color: #fff;
}

/* ------------------------------------------------------------
   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;
  transition-delay: 2s;
}

.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(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
@keyframes btnArrow2 {
  0% {
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) 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;
}

/* ------------------------------------------------------------
   box
------------------------------------------------------------ */
.c-box {
  padding: 80px 15px;
}

.c-sub-box {
  padding: 24px 15px 80px;
  position: relative;
  z-index: 1;
}
.c-sub-box::before {
  content: "";
  width: calc(50% - 40px);
  height: auto;
  background: url(../img/common/kinki.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 4/5;
  position: absolute;
  right: 50%;
  top: 40px;
  z-index: -1;
}

.c-container {
  padding: 40px 60px;
  background: #f7fafd;
  border: 1px solid #007ae4;
}

.c-container2 {
  padding: 50px 40px;
  background: #f7fafd;
  border: 1px solid #007ae4;
}

.c-container3 {
  padding: 50px 60px;
  background: #f7fafd;
  border: 1px solid #007ae4;
}

.c-container4 {
  padding: 50px 100px;
  background: #f7fafd;
  border: 1px solid #007ae4;
}

.c-common-head {
  padding: 0 15px;
  min-height: 65px;
  text-align: center;
  background: #005299;
  color: #fff;
  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;
}
.c-common-head.--2 {
  background: #007ae4;
}
.c-common-head.--3 {
  background: #329cf9;
}

.c-common-body {
  padding: 22px 22px 32px;
  background: #f7fafd;
  border-left: 1px solid #d8dce0;
  border-right: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
}

.c-common-body2 {
  padding: 40px 60px 60px;
  background: #f7fafd;
  border-left: 1px solid #d8dce0;
  border-right: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
}

/* ------------------------------------------------------------
   breadcrumb
------------------------------------------------------------ */
.c-breadcrumb {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-left: auto;
  margin-right: 3.125%;
  gap: 4px 15px;
}
.c-breadcrumb li {
  position: relative;
}
.c-breadcrumb li:last-child {
  font-weight: bold;
  font-size: 1.0625rem;
}
.c-breadcrumb li:not(:last-child) {
  padding-right: 22px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}
.c-breadcrumb li:not(:last-child)::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(0, 0, 0, 0.6);
  border-right: 2px solid rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
}
/* ------------------------------------------------------------
   button
------------------------------------------------------------ */
/* ボタンに関するクラス */
.c-btn {
  height: 50px;
  border-radius: 25px;
  width: 100%;
  background: var(--themecolor);
  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;
}
.c-btn::before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #005299;
  position: absolute;
  right: 2px;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.c-btn::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-btn span {
  font-weight: bold;
  font-size: 1.0625rem;
  color: #fff;
  text-align: left;
  width: 100%;
  padding-right: 50px;
}
.c-btn.--wh {
  background: #fff;
}
.c-btn.--wh::before {
  -webkit-filter: none;
  filter: none;
}
.c-btn.--wh span {
  color: var(--themecolor3);
}
.c-btn.--tp {
  background: transparent;
  border: 1px solid #fff;
}
.c-btn.--tp span {
  color: #fff;
}
.c-btn.--200 {
  max-width: 200px;
}
.c-btn.--200 span {
  padding-left: 30px;
}
.c-btn.--260 {
  max-width: 260px;
}
.c-btn.--260 span {
  padding-left: 30px;
}
.c-btn.--320 {
  max-width: 340px;
  height: 65px;
  border-radius: 32.5px;
}
.c-btn.--320::before {
  width: 57px;
  height: 57px;
  border-radius: 28.5px;
  right: 3px;
}
.c-btn.--320::after {
  right: 20px;
}
.c-btn.--320 span.--l {
  text-align: left;
  padding-left: 10%;
}
.c-btn.--340 {
  max-width: 340px;
  height: 65px;
  border-radius: 32.5px;
}
.c-btn.--340::before {
  width: 57px;
  height: 57px;
  border-radius: 28.5px;
}
.c-btn.--340::after {
  right: 20px;
}
.c-btn.--340 span.--l {
  text-align: left;
  padding-left: 10%;
}
.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-btn2 {
  padding-right: 56px;
  position: relative;
}
.c-btn2::before {
  content: "";
  width: 36px;
  height: 36px;
  background: var(--themecolor);
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--trans03s);
  transition: var(--trans03s);
}
.c-btn2::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  width: 22px;
  height: 4.58px;
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
  -webkit-transition: var(--trans01s);
  transition: var(--trans01s);
}
.c-btn2 span {
  font-weight: bold;
  font-size: 1.125rem;
  color: #333c43;
  -webkit-transition: var(--trans03s);
  transition: var(--trans03s);
}
.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 {
  font-size: 0.9375rem;
  line-height: 25x;
  padding: 0 7px;
  background: transparent;
  border-radius: 2px;
  min-width: 48px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  background: #d30000;
  color: #fff;
}
._any {
  font-size: 0.875rem;
  line-height: 22px;
  padding: 0 7px;
  color: #fff;
  background: rgba(40, 40, 40, 0.5);
  display: inline-block;
  font-weight: 500;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 24px 20px;
  height: 72px;
  background: #fff;
  border: 1px solid #007ae4;
}

::-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] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  width: 100%;
  padding: 12px 50px 12px 20px;
  height: 76px;
  background: #f4f9fd;
  border: 1px solid #a4b0bb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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: 162px;
  width: 100%;
  padding: 24px 20px;
  border: none;
  background: #fff;
  border: 1px solid #007ae4;
}

button {
  cursor: pointer;
  border: none;
}

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

input[type=radio] {
  cursor: pointer;
  margin: 0 5px 0 0;
  accent-color: #2081e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* デフォルトのスタイルを削除 */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #222;
  background: #fff;
  vertical-align: middle;
  outline: none;
}
input[type=radio]::before {
  /* ラジオボタンの内側の● */
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #2081e1;
  -webkit-transform: translate(4px, 4px) scale(0);
  transform: translate(4px, 4px) 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 #2081e1;
}
input[type=radio]:checked::before {
  -webkit-transform: translate(4px, 4px) scale(1);
  transform: translate(4px, 4px) scale(1);
}

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

.mwform-radio-field.horizontal-item {
  margin-right: 40px;
}

.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;
  gap: 16px;
}

.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: table;
  width: 100%;
  margin: auto;
}

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

.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 {
  display: table-cell;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 24px;
  border-bottom: 1px solid #d8dce0;
  padding-bottom: 24px;
  padding-top: 30px;
  max-width: 280px;
}
.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 {
  display: table-cell;
  border-bottom: 1px solid #d8dce0;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 680px;
  width: 70.833%;
}

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

.mwform-radio-field-text {
  vertical-align: text-bottom;
}

.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 {
  display: block;
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 4.5833333333vw, 3.4375rem);
  position: relative;
  padding-left: 160px;
  margin-left: -160px;
}
.c-ttl1::before {
  content: "";
  width: 120px;
  height: 45px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-linear-gradient(70deg, var(--themecolor2) 0%, var(--themecolor2) 50%, var(--themecolor) 50%, var(--themecolor) 100%);
  background: linear-gradient(20deg, var(--themecolor2) 0%, var(--themecolor2) 50%, var(--themecolor) 50%, var(--themecolor) 100%);
}

.c-ttl2 {
  font-size: clamp(1.5rem, 3.25vw, 2.4375rem);
  font-weight: bold;
  padding-top: clamp(12px, 2vw, 24px);
  position: relative;
}
.c-ttl2::before, .c-ttl2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.c-ttl2::before {
  width: 100%;
  height: 2px;
  background: #adbccc;
}
.c-ttl2::after {
  content: "";
  width: 9.2307%;
  height: 2px;
  background: #007ae4;
}

.c-ttl3 {
  position: relative;
}
.c-ttl3.--l {
  font-size: clamp(1.5rem, 3.25vw, 2.4375rem);
  padding-left: 34px;
}
.c-ttl3.--l::before {
  width: 28px;
  height: 28px;
}
.c-ttl3.--m {
  font-size: clamp(1.3125rem, 2.3333333333vw, 1.75rem);
  padding-left: 34px;
}
.c-ttl3.--m::before {
  width: 22px;
  height: 22px;
}
.c-ttl3.--s {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  padding-left: 34px;
}
.c-ttl3.--s::before {
  width: 20px;
  height: 22px;
}
.c-ttl3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-linear-gradient(70deg, var(--themecolor2) 0%, var(--themecolor2) 50%, var(--themecolor) 50%, var(--themecolor) 100%);
  background: linear-gradient(20deg, var(--themecolor2) 0%, var(--themecolor2) 50%, var(--themecolor) 50%, var(--themecolor) 100%);
}

.c-ttl4 {
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 20px;
  position: relative;
}
.c-ttl4::before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.6em;
  line-height: 1;
  background: var(--themecolor);
}

.c-ttl5 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  position: relative;
  padding-left: 56px;
}
.c-ttl5::before, .c-ttl5::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-ttl5::before {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: 0;
}
.c-ttl5::after {
  width: 30px;
  height: 30px;
  left: 9px;
}
.c-ttl5.--pu::before {
  background: #b18fdd;
}
.c-ttl5.--og::before {
  background: #ea8b39;
}
.c-ttl5.--gr::before {
  background: #04c28c;
}
.c-ttl5.--mechanical::after {
  background: url(../img/sub/icon_mechanical.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--electrical::after {
  background: url(../img/sub/icon_electrical.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--chemistry::after {
  background: url(../img/sub/icon_chemistry.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--fiber::after {
  background: url(../img/sub/icon_fiber.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--construction::after {
  background: url(../img/sub/icon_construction.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--ws::after {
  background: url(../img/sub/icon_ws.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--sanitary::after {
  background: url(../img/sub/icon_sanitary.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--fs::after {
  background: url(../img/sub/icon_fs.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--me::after {
  background: url(../img/sub/icon_me.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--info::after {
  background: url(../img/sub/icon_info.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--app::after {
  background: url(../img/sub/icon_app.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--lt::after {
  background: url(../img/sub/icon_lt.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--exac::after {
  background: url(../img/sub/icon_ex_active.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--op::after {
  background: url(../img/sub/icon_operation.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--env::after {
  background: url(../img/sub/icon_env.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--business::after {
  background: url(../img/sub/icon_business.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--china::after {
  background: url(../img/sub/icon_china.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--food::after {
  background: url(../img/sub/icon_food.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--pre::after {
  background: url(../img/sub/icon_pre.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--iso::after {
  background: url(../img/sub/icon_iso.svg) no-repeat;
  background-size: contain;
}
.c-ttl5.--pe::after {
  background: url(../img/sub/icon_pe.svg) no-repeat;
  background-size: contain;
}

/* ------------------------------------------------------------
   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;
}

/* ------------------------------------------------------------
   other
------------------------------------------------------------ */
/* --------- 反転 ---------*/
.c-inv {
  line-height: clamp(54px, 5.8333333333vw, 70px);
  display: inline-block;
  padding: 0 30px;
  background: var(--themegrd2);
}
.c-inv span {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.75rem, 3.25vw, 2.4375rem);
}

.c-inv2 {
  line-height: clamp(38px, 4.5833333333vw, 55px);
  display: inline-block;
  padding: 0 20px;
  background: var(--themegrd2);
}
.c-inv2 span {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
}

/* ------------------------------------------------------------
   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: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 500;
}

.c-pagenation a {
  color: var(--themecolor2);
}

.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: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  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: 8px;
  height: 8px;
}
.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: 8px;
  height: 8px;
}
.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: 8px;
  height: 8px;
}
.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: 8px;
  height: 8px;
}
.c-pagenation__list ._dot {
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  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: 8px;
  height: 8px;
}
.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: 8px;
  height: 8px;
}
.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: transparent;
  border: 1px solid var(--themecolor2);
}
.c-pagenation._archive span.active {
  background: var(--themecolor);
  border: 1px solid var(--themecolor);
  color: #fff;
}
.c-pagenation._archive a:hover {
  background: var(--themecolor);
  color: #fff;
  border: 1px solid var(--themecolor);
}
.c-pagenation._archive ._dot {
  background: transparent;
  border: 1px solid var(--themecolor2);
  color: var(--themecolor2);
}
.c-pagenation._archive ._prev::before {
  border-top: 1.5px solid var(--themecolor2);
  border-right: 1.5px solid var(--themecolor2);
}
.c-pagenation._archive ._first::before {
  border-top: 1.5px solid var(--themecolor2);
  border-right: 1.5px solid var(--themecolor2);
}
.c-pagenation._archive ._first::after {
  border-top: 1.5px solid var(--themecolor2);
  border-right: 1.5px solid var(--themecolor2);
}
.c-pagenation._archive ._next::before {
  border-top: 1.5px solid var(--themecolor2);
  border-right: 1.5px solid var(--themecolor2);
}
.c-pagenation._archive ._last::before {
  border-top: 1.5px solid var(--themecolor2);
  border-right: 1.5px solid var(--themecolor2);
}
.c-pagenation._archive ._last::after {
  border-top: 1.5px solid var(--themecolor2);
  border-right: 1.5px solid var(--themecolor2);
}

/* ------------------------------------------------------------
   table
------------------------------------------------------------ */
.c-table tbody th {
  width: 26.92307%;
  padding: 22px;
  border-top: none;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  background: #f0f2f5;
  border-top: 1px solid #d8dce0;
  border-left: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
  color: #000;
  font-size: 1.125rem;
}
.c-table td {
  padding: 23px 32px;
  border-top: none;
  background: #fff;
  border-top: 1px solid #d8dce0;
  border-right: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
  border-left: 1px dashed #d8dce0;
}

.c-table2 thead th {
  background: #005299;
  color: #fff;
  padding: 15px 4px;
  font-weight: bold;
  font-size: 1.125rem;
}
.c-table2 thead th:not(:first-of-type):not(:last-of-type) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-table2 thead th:last-of-type {
  border-left: 1px solid #d8dce0;
}
.c-table2 tbody th {
  width: 30%;
  padding: 22px 30px;
  border-top: none;
  vertical-align: middle;
  text-align: left;
  background: #f0f2f5;
  font-weight: bold;
  font-size: 1.125rem;
  border-top: 1px solid #d8dce0;
  border-left: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
}
.c-table2 td {
  padding: 22px 30px;
  border-top: none;
  vertical-align: middle;
  border-top: 1px solid #d8dce0;
  border-left: 1px dashed #d8dce0;
  border-bottom: 1px solid #d8dce0;
  background: #fff;
  position: relative;
}
.c-table2 tr td:last-child {
  border-right: 1px solid #d8dce0;
}
.c-table2.--v2 tbody th {
  padding: 22px;
}
.c-table2.--v2 tbody td {
  padding: 22px 10px;
}
.c-table2.--v2 tbody ._blue th {
  background: #e8f6fc;
}
.c-table2.--v2 tbody ._blue td {
  background: #e8f6fc;
}
.c-table2.--v2 tbody ._fl {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-table2.--v2 tbody ._fl img {
  width: 50px;
}

.c-table3 th {
  max-width: 180px;
  padding: 12px;
  border-top: none;
  background: #808892;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  vertical-align: top;
  text-align: left;
  padding: 12px 25px;
  font-size: 1.0625rem;
}
.c-table3 th:first-child {
  border-top: 1px solid #808892;
}
.c-table3 td {
  text-align: left;
  padding: 12px 32px;
  border: 1px solid rgba(128, 136, 146, 0.3);
}

.c-table4 th {
  padding: 22px;
  border-top: none;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  background: #f0f2f5;
  border-top: 1px solid #d8dce0;
  border-left: 1px solid #d8dce0;
  border-right: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
  color: #000;
  font-size: 1.125rem;
}
.c-table4 td {
  padding: 23px 32px;
  border-top: none;
  background: #fff;
  border-top: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
  vertical-align: middle;
  position: relative;
}
.c-table4 tr td:first-child {
  border-left: 1px solid #d8dce0;
  border-right: 1px dashed #d8dce0;
}
.c-table4 tr td:last-child {
  border-right: 1px solid #d8dce0;
  border-left: 1px dashed #d8dce0;
}
.c-table4 tr td:not(:first-of-type):not(:last-of-type) {
  border-left: 1px dashed #d8dce0;
  border-right: 1px dashed #d8dce0;
}

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

.u-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.u-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* フレックス方向 */
.u-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

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

/* ラップ */
.u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.u-flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/* 水平方向の揃え（justify-content） */
.u-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.u-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.u-justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-justify-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/* 垂直方向の揃え（align-items） */
.u-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.u-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.u-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* 自由配置（align-content） */
.u-content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.u-content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.u-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.u-content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.u-content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.u-content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.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-inline-grid {
  display: -ms-inline-grid;
  display: inline-grid;
}

.u-grid-cols-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.u-grid-cols-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.u-grid-cols-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.u-grid-cols-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.u-grid-cols-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}

.u-grid-rows-2 {
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}

.u-grid-rows-3 {
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
}

.u-grid-rows-4 {
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
}

.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;
}

/* ギャップ */
.u-gap-0 {
  gap: 0;
}

.u-gap-4 {
  gap: 4px;
}

.u-gap-8 {
  gap: 8px;
}

.u-gap-16 {
  gap: 16px;
}

.u-gap-24 {
  gap: 24px;
}

.u-gap-32 {
  gap: 32px;
}

/* 水平方向の揃え（justify-items） */
.u-justify-items-start {
  justify-items: start;
}

.u-justify-items-end {
  justify-items: end;
}

.u-justify-items-center {
  justify-items: center;
}

.u-justify-items-stretch {
  justify-items: stretch;
}

/* 垂直方向の揃え（align-items） */
.u-align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

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

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

.u-align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

.u-table-header-group {
  display: table-header-group;
}

.u-table-footer-group {
  display: table-footer-group;
}

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

.u-table-column-group {
  display: table-column-group;
}

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

/* table-layout系 */
.u-table-fixed {
  table-layout: fixed;
}

.u-table-auto {
  table-layout: auto;
}

/* vertical-align系 */
.u-align-top {
  vertical-align: top;
}

.u-align-middle {
  vertical-align: middle;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-align-baseline {
  vertical-align: baseline;
}

/* 幅・高さの調整（例） */
.u-table-full {
  width: 100%;
}

.u-table-cell-full {
  width: 100%;
  height: 100%;
}

/* ----- 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;
}

/* ----- position ----- */
.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

.u-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.u-top-0 {
  top: 0;
}

.u-top-50 {
  top: 50%;
}

.u-top-100 {
  top: 100%;
}

.u-right-0 {
  right: 0;
}

.u-right-50 {
  right: 50%;
}

.u-right-100 {
  right: 100%;
}

.u-bottom-0 {
  bottom: 0;
}

.u-bottom-50 {
  bottom: 50%;
}

.u-bottom-100 {
  bottom: 100%;
}

.u-left-0 {
  left: 0;
}

.u-left-50 {
  left: 50%;
}

.u-left-100 {
  left: 100%;
}

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

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

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

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

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

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

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

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

/* ----- 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;
}

/* ------------------------------------------------------------
   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-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;
}

/* ----- 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);
}

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

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

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

.u-fs18tb16--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-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
*/
/* ----- font-size ----- */
.u-fsr-10 {
  font-size: 0.625rem;
}

.u-fsr-11 {
  font-size: 0.6875rem;
}

.u-fsr-12 {
  font-size: 0.75rem;
}

.u-fsr-13 {
  font-size: 0.8125rem;
}

.u-fsr-14 {
  font-size: 0.875rem;
}

.u-fsr-15 {
  font-size: 0.9375rem;
}

.u-fsr-16 {
  font-size: 1rem;
}

.u-fsr-17 {
  font-size: 1.0625rem;
}

.u-fsr-18 {
  font-size: 1.125rem;
}

.u-fsr-20 {
  font-size: 1.25rem;
}

.u-fsr-22 {
  font-size: 1.375rem;
}

.u-fsr-24 {
  font-size: 1.5rem;
}

.u-fsr-28 {
  font-size: 1.75rem;
}

.u-fsr-32 {
  font-size: 2rem;
}

.u-fsr-36 {
  font-size: 2.25rem;
}

.u-fsr-40 {
  font-size: 2.5rem;
}

.u-fsr-48 {
  font-size: 3rem;
}

.u-fsr-56 {
  font-size: 3.5rem;
}

.u-fsr-64 {
  font-size: 4rem;
}

.u-fsr-72 {
  font-size: 4.5rem;
}

.u-fsr-80 {
  font-size: 5rem;
}

.u-fsr-96 {
  font-size: 6rem;
}
/* ------------------------------------------------------------
   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: 20px;
  position: relative;
  font-weight: normal;
}
.u-dotList li::before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.6em;
  line-height: 1;
  background: var(--themecolor);
}
.u-dotList.--pu li::before {
  background: #b18fdd;
}
.u-dotList.--gr li::before {
  background: #04c28c;
}

/* --------- 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;
}

.squareListItem2 {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
}
.squareListItem2::before {
  content: "";
  width: 8px;
  height: 8px;
  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.6em;
  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;
}

/* ----- link-text ----- */
.u-link {
  color: var(--themecolor);
  text-decoration: underline;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
/* ------------------------------------------------------------
   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-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;
}

/* ----- 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: 46.1538%;
  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-b7b7b7 {
  border-bottom: 1px solid #b7b7b7;
}

.u-border-b-ccc {
  border-bottom: 1px solid #ccc;
}

/* --------- 非表示 ---------*/
.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;
}

/* --------- アイコン ---------*/
.u-icon-window {
  position: relative;
  padding-right: 21px;
}
.u-icon-window::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../img/svg/common/window.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

.u-icon-pdf {
  position: relative;
  width: 16px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.u-icon-exc {
  position: relative;
  width: 16px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon_excel.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.u-icon-word {
  position: relative;
  width: 16px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon_word.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

.u-icon-cal {
  position: relative;
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../img/common/icon_cal.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}

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;
}

.u-icon-dl {
  position: relative;
  padding-right: 55px;
}
.u-icon-dl::after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../img/common/btn_dl_bl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}

.u-icon-rt {
  position: relative;
  padding-right: 55px;
}
.u-icon-rt::after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../img/common/btn_arrow_bl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}

.u-icon-r {
  position: relative;
  padding-right: 55px;
}
.u-icon-r::after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../img/common/btn_arrow_bl.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}

.u-arrow2 {
  position: relative;
  padding-right: 29px;
}
.u-arrow2::after {
  content: "";
  width: 18.87px;
  height: 12.73px;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_r2.svg) no-repeat;
  background-size: contain;
}
@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 (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
@media only screen and (max-width: 1600px) {
  body {
    font-size: 1.0625rem;
  }
  .widepc-over-none {
    display: block !important;
  }
  .l-footerContent::before {
    width: 100%;
  }
  .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: 40px;
  }
  .l-footerMenu {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  body {
    font-size: 1.0625rem;
  }
  .wxga-over-none {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1rem;
  }
  .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;
  }
  .l-footerContent {
    padding: 40px 15px 40px;
    min-height: 311px;
  }
  .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 {
    width: 100%;
    margin-right: 0;
  }
  .l-footer-ttl {
    margin: auto;
  }
  .l-footer-address {
    text-align: center;
  }
  .l-footer-secure {
    margin-left: auto;
    margin-right: auto;
  }
  .l-footerMenu-l {
    min-width: 220px;
  }
  .l-footer-rMenu {
    display: none;
  }
  .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-header {
    padding: 20px 45px 20px 20px;
  }
  .p-faq__icon--q {
    font-size: 32px;
    padding-right: 30px;
  }
  .p-faq__icon--q::before {
    right: 14px;
    height: 22px;
  }
  .p-faq__icon--a {
    padding-right: 33px;
    font-size: 32px;
  }
  .p-faq__icon--a::before {
    right: 14px;
    height: 22px;
  }
  .p-faq__q-txt {
    font-size: 15px;
    padding-top: 0.4em;
  }
  .p-faq__a-txt {
    font-size: 14px;
    padding-top: 0.2em;
  }
  .ac-header .i-box {
    right: 20px;
  }
  .ac-inner {
    padding: 20px 45px 20px 20px;
  }
  .c-container {
    padding: 20px 30px;
  }
  .c-container2 {
    padding: 25px 20px;
  }
  .c-container3 {
    padding: 25px 30px;
  }
  .c-container4 {
    padding: 25px 20px;
  }
  .c-common-body {
    padding: 20px;
  }
  .c-common-body2 {
    padding: 20px;
  }
  .c-breadcrumb {
    font-size: 0.9375rem;
    margin-left: 0;
  }
  .c-breadcrumb li:last-child {
    font-size: 1rem;
  }
  .c-btn span {
    font-size: 0.9375rem;
  }
  ._any {
    margin-right: 6px;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel] {
    height: 48px;
    padding: 6px 15px;
  }
  select {
    height: 60px;
    padding: 6px 15px;
  }
  textarea {
    height: 100px;
  }
  .mwform-radio-field.horizontal-item {
    margin-right: 20px;
  }
  .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 {
    display: block;
    width: inherit;
    border: none;
    padding-bottom: 0px;
    padding-top: 10px;
    max-width: 100%;
  }
  .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;
  }
  .contact-item {
    margin-top: 13px;
    display: block;
    padding: 0 0 10px 0;
    padding-left: 0;
    border-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .free-column .col2 {
    width: 100%;
  }
  .free-column .col3 {
    width: 100%;
  }
  .free-column .col4 {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .c-ttl4::before {
    top: 0.7em;
  }
  .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-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;
  }
  .c-table tbody th {
    font-size: 1rem;
  }
  .c-table2 thead th {
    font-size: 1rem;
  }
  .c-table2 tbody th {
    font-size: 1rem;
  }
  .c-table4 th {
    font-size: 1rem;
  }
  .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-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.7em;
  }
  .squareList {
    display: block;
  }
  .squareListItem {
    font-size: 18px;
  }
  .squareListItem2 {
    font-size: 15px;
  }
  .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-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;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
  .ipadmini-none {
    display: none !important;
  }
  #nav-content {
    width: 100%;
  }
  .l-contact-container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .l-footerContent::before {
    min-width: auto;
    width: 100%;
    background: url(../img/common/footer_bg_sp.svg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .l-footerMenu {
    display: none;
  }
  .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-table tbody th {
    padding: 12px;
    display: block;
    width: 100%;
    border: none;
  }
  .c-table td {
    padding: 12px;
    display: block;
    width: 100%;
    border: none;
  }
  .c-table3 th {
    font-size: 0.9375rem;
    padding: 12px;
    display: block;
    max-width: 100%;
    width: 100%;
    border: none;
  }
  .c-table3 td {
    padding: 12px;
    display: block;
    width: 100%;
    border-top: none;
  }
  .c-table4 td {
    padding: 12px;
  }
  .u-gmap {
    padding-bottom: 56.25%;
  }
  .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) {
  body {
    font-size: 0.9375rem;
  }
  .sp-over-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .pagetop {
    right: 20px;
    bottom: 138px;
  }
  .l-contact-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .l-footer-address {
    margin: 20px auto 0;
  }
  .l-footer-bottom {
    height: 55px;
    margin-bottom: 86px;
  }
  .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;
    padding: 20px 15px;
  }
  .c-sub-box::before {
    content: none;
  }
  .selectWrap {
    max-width: 100%;
  }
  .entry-privacy ._required {
    margin: 0 auto 8px;
    display: table;
  }
  .free-column .col4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-ttl1 {
    font-size: 1.5rem;
    padding-left: 25px;
    margin-left: -15px;
  }
  .c-ttl1::before {
    width: 15px;
    height: 17px;
  }
  .modal-containerInner img {
    height: 30vh;
  }
  .u-sp-ta-c {
    text-align: center;
  }
  .scroll-img680 {
    width: 680px;
  }
}
@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 (max-width: 479px) {
  .hidden-xs-max {
    display: none !important;
  }
  .xs-max\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .xs-max\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .xs-max\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .xs-max\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .xs-max\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .xs-max\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .xs-max\:u-fsr-16 {
    font-size: 1rem;
  }
  .xs-max\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .xs-max\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .xs-max\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .xs-max\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .xs-max\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .xs-max\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .xs-max\:u-fsr-32 {
    font-size: 2rem;
  }
  .xs-max\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .xs-max\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .xs-max\:u-fsr-48 {
    font-size: 3rem;
  }
  .xs-max\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .xs-max\:u-fsr-64 {
    font-size: 4rem;
  }
  .xs-max\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .xs-max\:u-fsr-80 {
    font-size: 5rem;
  }
  .xs-max\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (max-width: 639px) {
  .hidden-sm-max {
    display: none !important;
  }
  .sm-max\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .sm-max\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .sm-max\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .sm-max\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .sm-max\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .sm-max\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .sm-max\:u-fsr-16 {
    font-size: 1rem;
  }
  .sm-max\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .sm-max\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .sm-max\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .sm-max\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .sm-max\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .sm-max\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .sm-max\:u-fsr-32 {
    font-size: 2rem;
  }
  .sm-max\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .sm-max\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .sm-max\:u-fsr-48 {
    font-size: 3rem;
  }
  .sm-max\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .sm-max\:u-fsr-64 {
    font-size: 4rem;
  }
  .sm-max\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .sm-max\:u-fsr-80 {
    font-size: 5rem;
  }
  .sm-max\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .hidden-md-max {
    display: none !important;
  }
  .md-max\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .md-max\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .md-max\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .md-max\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .md-max\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .md-max\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .md-max\:u-fsr-16 {
    font-size: 1rem;
  }
  .md-max\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .md-max\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .md-max\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .md-max\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .md-max\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .md-max\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .md-max\:u-fsr-32 {
    font-size: 2rem;
  }
  .md-max\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .md-max\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .md-max\:u-fsr-48 {
    font-size: 3rem;
  }
  .md-max\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .md-max\:u-fsr-64 {
    font-size: 4rem;
  }
  .md-max\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .md-max\:u-fsr-80 {
    font-size: 5rem;
  }
  .md-max\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (max-width: 1023px) {
  .hidden-lg-max {
    display: none !important;
  }
  .md-max\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .md-max\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .md-max\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .md-max\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .md-max\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .md-max\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .md-max\:u-fsr-16 {
    font-size: 1rem;
  }
  .md-max\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .md-max\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .md-max\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .md-max\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .md-max\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .md-max\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .md-max\:u-fsr-32 {
    font-size: 2rem;
  }
  .md-max\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .md-max\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .md-max\:u-fsr-48 {
    font-size: 3rem;
  }
  .md-max\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .md-max\:u-fsr-64 {
    font-size: 4rem;
  }
  .md-max\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .md-max\:u-fsr-80 {
    font-size: 5rem;
  }
  .md-max\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (max-width: 1279px) {
  .hidden-xl-max {
    display: none !important;
  }
}
@media (max-width: 1535px) {
  .hidden-xxl-max {
    display: none !important;
  }
}
@media (max-width: 1919px) {
  .hidden-xxxl-max {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .hidden-xs-min {
    display: none !important;
  }
  .xs\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .xs\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .xs\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .xs\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .xs\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .xs\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .xs\:u-fsr-16 {
    font-size: 1rem;
  }
  .xs\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .xs\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .xs\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .xs\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .xs\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .xs\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .xs\:u-fsr-32 {
    font-size: 2rem;
  }
  .xs\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .xs\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .xs\:u-fsr-48 {
    font-size: 3rem;
  }
  .xs\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .xs\:u-fsr-64 {
    font-size: 4rem;
  }
  .xs\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .xs\:u-fsr-80 {
    font-size: 5rem;
  }
  .xs\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (min-width: 640px) {
  .hidden-sm-min {
    display: none !important;
  }
  .sm\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .sm\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .sm\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .sm\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .sm\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .sm\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .sm\:u-fsr-16 {
    font-size: 1rem;
  }
  .sm\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .sm\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .sm\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .sm\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .sm\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .sm\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .sm\:u-fsr-32 {
    font-size: 2rem;
  }
  .sm\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .sm\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .sm\:u-fsr-48 {
    font-size: 3rem;
  }
  .sm\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .sm\:u-fsr-64 {
    font-size: 4rem;
  }
  .sm\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .sm\:u-fsr-80 {
    font-size: 5rem;
  }
  .sm\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .hidden-md-min {
    display: none !important;
  }
  .md\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .md\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .md\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .md\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .md\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .md\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .md\:u-fsr-16 {
    font-size: 1rem;
  }
  .md\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .md\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .md\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .md\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .md\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .md\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .md\:u-fsr-32 {
    font-size: 2rem;
  }
  .md\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .md\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .md\:u-fsr-48 {
    font-size: 3rem;
  }
  .md\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .md\:u-fsr-64 {
    font-size: 4rem;
  }
  .md\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .md\:u-fsr-80 {
    font-size: 5rem;
  }
  .md\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (min-width: 1024px) {
  .hidden-lg-min {
    display: none !important;
  }
  .lg\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .lg\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .lg\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .lg\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .lg\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .lg\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .lg\:u-fsr-16 {
    font-size: 1rem;
  }
  .lg\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .lg\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .lg\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .lg\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .lg\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .lg\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .lg\:u-fsr-32 {
    font-size: 2rem;
  }
  .lg\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .lg\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .lg\:u-fsr-48 {
    font-size: 3rem;
  }
  .lg\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .lg\:u-fsr-64 {
    font-size: 4rem;
  }
  .lg\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .lg\:u-fsr-80 {
    font-size: 5rem;
  }
  .lg\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (min-width: 1280px) {
  .hidden-xl-min {
    display: none !important;
  }
  .xl\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .xl\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .xl\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .xl\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .xl\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .xl\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .xl\:u-fsr-16 {
    font-size: 1rem;
  }
  .xl\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .xl\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .xl\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .xl\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .xl\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .xl\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .xl\:u-fsr-32 {
    font-size: 2rem;
  }
  .xl\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .xl\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .xl\:u-fsr-48 {
    font-size: 3rem;
  }
  .xl\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .xl\:u-fsr-64 {
    font-size: 4rem;
  }
  .xl\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .xl\:u-fsr-80 {
    font-size: 5rem;
  }
  .xl\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (min-width: 1536px) {
  .hidden-xxl-min {
    display: none !important;
  }
  .xxl\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .xxl\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .xxl\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .xxl\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .xxl\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .xxl\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .xxl\:u-fsr-16 {
    font-size: 1rem;
  }
  .xxl\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .xxl\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .xxl\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .xxl\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .xxl\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .xxl\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .xxl\:u-fsr-32 {
    font-size: 2rem;
  }
  .xxl\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .xxl\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .xxl\:u-fsr-48 {
    font-size: 3rem;
  }
  .xxl\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .xxl\:u-fsr-64 {
    font-size: 4rem;
  }
  .xxl\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .xxl\:u-fsr-80 {
    font-size: 5rem;
  }
  .xxl\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (min-width: 1920px) {
  .hidden-xxxl-min {
    display: none !important;
  }
  .xxxl\:u-fsr-10 {
    font-size: 0.625rem;
  }
  .xxxl\:u-fsr-11 {
    font-size: 0.6875rem;
  }
  .xxxl\:u-fsr-12 {
    font-size: 0.75rem;
  }
  .xxxl\:u-fsr-13 {
    font-size: 0.8125rem;
  }
  .xxxl\:u-fsr-14 {
    font-size: 0.875rem;
  }
  .xxxl\:u-fsr-15 {
    font-size: 0.9375rem;
  }
  .xxxl\:u-fsr-16 {
    font-size: 1rem;
  }
  .xxxl\:u-fsr-17 {
    font-size: 1.0625rem;
  }
  .xxxl\:u-fsr-18 {
    font-size: 1.125rem;
  }
  .xxxl\:u-fsr-20 {
    font-size: 1.25rem;
  }
  .xxxl\:u-fsr-22 {
    font-size: 1.375rem;
  }
  .xxxl\:u-fsr-24 {
    font-size: 1.5rem;
  }
  .xxxl\:u-fsr-28 {
    font-size: 1.75rem;
  }
  .xxxl\:u-fsr-32 {
    font-size: 2rem;
  }
  .xxxl\:u-fsr-36 {
    font-size: 2.25rem;
  }
  .xxxl\:u-fsr-40 {
    font-size: 2.5rem;
  }
  .xxxl\:u-fsr-48 {
    font-size: 3rem;
  }
  .xxxl\:u-fsr-56 {
    font-size: 3.5rem;
  }
  .xxxl\:u-fsr-64 {
    font-size: 4rem;
  }
  .xxxl\:u-fsr-72 {
    font-size: 4.5rem;
  }
  .xxxl\:u-fsr-80 {
    font-size: 5rem;
  }
  .xxxl\:u-fsr-96 {
    font-size: 6rem;
  }
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 1101px) {
  .pc-header {
    display: block;
  }
  .sp-header {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
  }
}
@media (hover: hover) {
  .header-contact-btn:hover::before {
    background: #45c4fb;
  }
  .pagetop:hover a {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-contact-container li:hover img {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  .l-footerMenu__lv1:hover {
    color: #45c4fb;
  }
  .l-footerMenu__lv1:hover a::before {
    background: #45c4fb;
  }
  .l-footerMenu__lv2 li a:hover {
    color: #45c4fb;
  }
  .l-footerMenu__lv2 li a:hover::before {
    background: #45c4fb;
  }
  .c-breadcrumb li a:hover {
    color: var(--themecolor);
  }
  .c-btn:hover::before {
    background: #45c4fb;
  }
  .c-btn:hover.--wh::before {
    background: #45c4fb;
  }
  .pbSubmit:hover::before {
    background: #45c4fb;
  }
  .c-btn2:hover span {
    color: var(--themecolor);
  }
  .c-btn2:hover::before {
    background: var(--themecolor2);
  }
  .u-link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .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;
  }
}
/*# sourceMappingURL=map/style.css.map */