@charset "UTF-8";
:root {
  --scrollbar: 0;
  --clientwidth: 0;
  --main-font-family: 'Shippori Mincho B1', serif;
  --input-font-family: 'Shippori Mincho B1', serif;
  --base-font-size: 62.5%;
  --xxSmall-font-size: 1rem;
  --xSmall-font-size: 1.2rem;
  --small-font-size: 1.4rem;
  --standard-font-size: 1.6rem;
  --large-font-size: 2rem;
  --xLarge-font-size: 2.4rem;
  --xxLarge-font-size: 3rem;
  --xxxLarge-font-size: 3.6rem;
  --black-color: #000000;
  --white-color: #FFFFFF;
  --red-color: #FF0000;
  --navy-color: #000f31;
  --lightRed-color: #fcebef;
  --basicRed-color: #c1272d;
  --darkRed-color: #B71C1C;
  --lightBlue-color: #46769c;
  --basicBlue-color: #1d5786;
  --darkBlue-color: #004176;
  --basicOrange-color: #f39d15;
  --darkOrange-color: #e67e47;
  --lightGreen-color: #c6dc7a;
  --basicGreen-color: #437874;
  --darkGreen-color: #00424a;
  --basicBrown-color: #946134;
  --darkBrown-color: #654121;
  --lightPurple-color: #a64176;
  --basicPurple-color: #93278f;
  --darkPurple-color: #711C6E;
  --lightGrey-color: #e6e6e6;
  --basicGrey-color: #cccccc;
  --darkGrey-color: #6f6f6f;
  --lightYellow-color: #f9f8f6;
  --basicYellow-color: #FFEB3B;
  --darkYellow-color: #F57F17;
  --black-rgb-color: 0, 0, 0;
  --white-rgb-color: 255, 255, 255;
  --red-rgb-color: 255, 0, 0;
  --navy-rgb-color: 0, 15, 49;
  --lightRed-rgb-color: 252, 235, 239;
  --basicRed-rgb-color: 193, 39, 45;
  --darkRed-rgb-color: 183, 28, 28;
  --lightBlue-rgb-color: 70, 118, 156;
  --basicBlue-rgb-color: 29, 87, 134;
  --darkBlue-rgb-color: 0, 65, 118;
  --basicOrange-rgb-color: 243, 157, 21;
  --darkOrange-rgb-color: 230, 126, 71;
  --lightGreen-rgb-color: 198, 220, 122;
  --basicGreen-rgb-color: 67, 120, 116;
  --darkGreen-rgb-color: 0, 66, 74;
  --basicBrown-rgb-color: 148, 97, 52;
  --darkBrown-rgb-color: 101, 65, 33;
  --lightPurple-rgb-color: 166, 65, 118;
  --basicPurple-rgb-color: 147, 39, 143;
  --darkPurple-rgb-color: 113, 28, 110;
  --lightGrey-rgb-color: 230, 230, 230;
  --basicGrey-rgb-color: 204, 204, 204;
  --darkGrey-rgb-color: 111, 111, 111;
  --lightYellow-rgb-color: 249, 248, 246;
  --basicYellow-rgb-color: 255, 235, 59;
  --darkYellow-rgb-color: 245, 127, 23;
  --basic-width: 100%;
  --widePC-width: calc(1920px + 1px);
  --PC-width: 1920px;
  --smallPC-width: 1650px;
  --tablet-width: 1280px;
  --smartphone-width: 1279px;
  --wrapperPC-width: 1140px;
  --wrapperTablet-width: 1200px;
  --wrapperSP-max-width: auto;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-style: normal;
  color: var(--black-color);
  font-weight: 400;
  font-size: var(--base-font-size);
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow: auto;
  height: -webkit-fill-available;
  background-color: var(--white-color);
}

body {
  position: relative;
  font-family: var(--main-font-family);
  font-size: var(--standard-font-size);
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  color: var(--black-color);
  text-underline-offset: 0.5rem;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 1279px) {
  a[href^="tel:"] {
    pointer-events: all;
    text-decoration: underline;
  }
}

input[type=submit], input[type=button], button {
  font-family: var(--input-font-family);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-logo {
  position: fixed;
  z-index: 200;
  top: 26px;
  left: 50px;
}
@media print, screen and (max-width: 1650px) {
  .c-logo {
    top: 29px;
    left: 25px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-logo {
    top: 18px;
    left: 10px;
  }
}
.c-logo img {
  width: auto;
  height: 48px;
}
@media print, screen and (max-width: 1650px) {
  .c-logo img {
    height: 42px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-logo img {
    height: 34px;
  }
}

@media only screen and (max-width: 1279px) {
  .c-navigation {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    max-height: calc(100vh - 70px);
    margin: 70px 0 0;
    padding: 20px 50px 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: var(--darkBlue-color);
    background-image: url(../img/common/w_logo.svg);
    background-repeat: no-repeat;
    background-position: right -20px bottom 100px;
    background-size: 175px auto;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 1279px) {
  .c-navigation.ls-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.c-navigation__headline {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 330px;
  font-size: 0;
}
@media print, screen and (max-width: 1650px) {
  .c-navigation__headline {
    right: 250px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-navigation__headline {
    position: static;
  }
}
.c-navigation__item {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 100px;
}
@media only screen and (max-width: 1279px) {
  .c-navigation__item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
}
.c-navigation__item a {
  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;
  width: 100%;
  height: 100%;
  padding: 0 0.75em;
  color: var(--white-color);
  font-size: var(--standard-font-size);
}
.c-navigation__item a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 1921px) {
  .c-navigation__item a {
    padding: 0 1em;
  }
}
@media print, screen and (max-width: 1650px) {
  .c-navigation__item a {
    padding: 0 0.5em;
    font-size: clamp(1rem, 0.95vw, 1.6rem);
  }
}
@media only screen and (max-width: 1279px) {
  .c-navigation__item a {
    padding: 0;
    font-size: var(--standard-font-size);
    line-height: 3;
  }
}
.c-navigation__item--sp {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .c-navigation__item--sp {
    display: block;
  }
}
.c-navigation__item.menu-item-has-children {
  position: relative;
}
.c-navigation__item.menu-item-has-children > a {
  padding-right: 2em;
  line-height: 3;
}
@media only screen and (max-width: 1279px) {
  .c-navigation__item.menu-item-has-children > a {
    padding-right: 0;
  }
}
.c-navigation__item.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .c-navigation__item.menu-item-has-children:hover .sub-menu {
    display: none;
  }
}
.c-navigation__item .sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  background-color: var(--darkBlue-color);
}
.c-navigation__item .sub-menu .c-navigation__item {
  display: block;
  height: auto;
}
.c-navigation__item .sub-menu .c-navigation__item a {
  line-height: 2;
}
@media only screen and (max-width: 1279px) {
  .c-navigation__item .sub-menu .c-navigation__item a {
    line-height: 3;
  }
}
@media only screen and (max-width: 1279px) {
  .c-navigation__item .sub-menu {
    position: static;
    padding-left: 16px;
  }
}
.c-navigation__call {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .c-navigation__call {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .c-navigation__call a {
    display: block;
    margin-top: 0.5em;
    border-top: var(--white-color) solid 1px;
    color: var(--white-color);
    font-size: var(--xLarge-font-size);
    line-height: 3;
    text-align: left;
    text-decoration: none;
  }
}
.c-navigation__incert {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1em;
  height: 1em;
  color: var(--white-color);
  font-size: var(--standard-font-size);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-navigation__incert:hover {
  cursor: pointer;
}
@media print, screen and (max-width: 1650px) {
  .c-navigation__incert {
    font-size: clamp(1rem, 0.95vw, 1.6rem);
  }
}
@media only screen and (max-width: 1279px) {
  .c-navigation__incert {
    right: auto;
    bottom: auto;
    left: 5em;
    width: 3em;
    height: 3em;
    font-size: var(--standard-font-size);
  }
}
.c-navigation__incert.ls-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.c-pagetitle {
  position: relative;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 3px 5px var(--basicGrey-color);
          box-shadow: 0 3px 5px var(--basicGrey-color);
}
@media only screen and (max-width: 1279px) {
  .c-pagetitle {
    height: 310px;
    padding-top: 80px;
  }
}
.c-pagetitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-color: rgba(var(--darkGreen-rgb-color), 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--black-rgb-color), 0.8)), to(rgba(var(--darkGreen-rgb-color), 0.55)));
  background: -webkit-linear-gradient(top, rgba(var(--black-rgb-color), 0.8), rgba(var(--darkGreen-rgb-color), 0.55));
  background: linear-gradient(to bottom, rgba(var(--black-rgb-color), 0.8), rgba(var(--darkGreen-rgb-color), 0.55));
}
@media only screen and (max-width: 1279px) {
  .c-pagetitle::before {
    height: 285px;
  }
}
.c-pagetitle__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: var(--wrapperPC-width);
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .c-pagetitle__wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.c-pagetitle__name {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  text-align: right;
  color: var(--white-color);
  font-size: var(--xLarge-font-size);
  text-shadow: 0 0 5px var(--black-color);
}
@media only screen and (max-width: 1279px) {
  .c-pagetitle__name {
    font-size: var(--standard-font-size);
    text-shadow: 0 0 8px var(--black-color);
  }
}
.c-pagetitle__name::before {
  display: block;
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  text-align: right;
  color: var(--white-color);
  font-size: 4.8rem;
  line-height: 1.5;
  text-shadow: 0 0 3px var(--black-color);
}
@media only screen and (max-width: 1279px) {
  .c-pagetitle__name::before {
    font-size: var(--xxLarge-font-size);
    line-height: 2;
    text-shadow: 0 0 5px var(--black-color);
  }
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: var(--smallPC-width);
  min-height: 120px;
  margin: auto;
  padding: 1em 0;
  font-weight: 500;
  font-size: var(--standard-font-size);
  line-height: 1.5;
}
@media print, screen and (max-width: 1650px) {
  .c-breadcrumbs {
    width: auto;
    margin: 0 20px;
    font-size: var(--small-font-size);
  }
}
.c-breadcrumbs a {
  color: var(--darkBlue-color);
  text-decoration: underline;
}

.c-anchor {
  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-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: var(--smallPC-width);
  margin: auto;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 1650px) {
  .c-anchor {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
    width: auto;
    padding-bottom: 50px;
  }
}
.c-anchor__item {
  width: 100%;
  height: 80px;
  border: var(--darkBlue-color) solid 2px;
}
@media only screen and (max-width: 1279px) {
  .c-anchor__item {
    max-width: 500px;
    height: 50px;
    margin: auto;
  }
}
.c-anchor__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--darkBlue-color);
  font-size: var(--large-font-size);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1279px) {
  .c-anchor__item a {
    font-size: var(--standard-font-size);
  }
}
.c-anchor__item a:hover {
  color: var(--white-color);
  background-color: var(--darkBlue-color);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.c-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 0;
}
@media only screen and (max-width: 1279px) {
  .c-fixed {
    position: relative;
    left: -50px;
    right: auto;
    width: calc(100% + 100px);
  }
}
.c-fixed__item {
  display: inline-block;
  vertical-align: top;
}
.c-fixed__item a {
  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;
  width: 100%;
  height: 100%;
  font-size: var(--standard-font-size);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.c-fixed__item a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 1279px) {
  .c-fixed__item a:hover {
    opacity: 1;
  }
}
@media print, screen and (max-width: 1650px) {
  .c-fixed__item a {
    font-size: clamp(1rem, 0.95vw, 1.6rem);
  }
}
@media only screen and (max-width: 1279px) {
  .c-fixed__item a {
    font-size: var(--small-font-size);
  }
}
.c-fixed__item--login {
  width: 120px;
  height: 100px;
}
@media print, screen and (max-width: 1650px) {
  .c-fixed__item--login {
    width: 90px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-fixed__item--login {
    width: 33.33%;
    height: 50px;
  }
}
.c-fixed__item--login a {
  color: var(--darkBlue-color);
  background-color: var(--basicGrey-color);
}
.c-fixed__item--members {
  width: 120px;
  height: 100px;
}
@media print, screen and (max-width: 1650px) {
  .c-fixed__item--members {
    width: 90px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-fixed__item--members {
    width: 33.33%;
    height: 50px;
  }
}
.c-fixed__item--members a {
  color: var(--white-color);
  background-color: var(--basicBlue-color);
}
.c-fixed__item--contact {
  width: 80px;
  height: 100px;
}
@media print, screen and (max-width: 1650px) {
  .c-fixed__item--contact {
    width: 60px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-fixed__item--contact {
    width: 33.33%;
    height: 50px;
  }
}
.c-fixed__item--contact a {
  color: var(--darkBlue-color);
  font-size: var(--large-font-size);
  background-color: var(--white-color);
}

.c-pagetop {
  position: relative;
  width: 150px;
  height: 150px;
  margin-left: auto;
}
@media only screen and (max-width: 1279px) {
  .c-pagetop {
    display: none;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 50px;
    margin-left: 0;
  }
}
.c-pagetop.ls-active {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
}
.c-pagetop a {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 1279px) {
  .c-pagetop a {
    background-color: var(--darkGrey-color);
  }
}
.c-pagetop a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 1279px) {
  .c-pagetop a:hover {
    opacity: 1;
  }
}
.c-pagetop a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 900;
  color: var(--white-color);
  font-size: var(--large-font-size);
  background-color: var(--darkGrey-color);
}
@media only screen and (max-width: 1279px) {
  .c-pagetop a i {
    width: 18px;
    height: 18px;
    color: var(--darkGrey-color);
    font-size: var(--small-font-size);
    background-color: var(--white-color);
  }
}
.c-pagetop a span {
  display: block;
  color: var(--darkGrey-color);
  padding-top: 0.5em;
}
@media only screen and (max-width: 1279px) {
  .c-pagetop a span {
    color: var(--white-color);
    font-size: var(--xxSmall-font-size);
  }
}

.c-spbutton {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .c-spbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__bar {
    width: 26px;
    height: 1px;
    background-color: var(--white-color);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__bar--top {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__bar--top.ls-active {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__bar--middle {
    -webkit-transform: translateY(10px) scaleX(0.8);
            transform: translateY(10px) scaleX(0.8);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__bar--middle.ls-active {
    opacity: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__bar--bottom {
    -webkit-transform: translateY(16px) scaleX(0.6);
            transform: translateY(16px) scaleX(0.6);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__bar--bottom.ls-active {
    -webkit-transform: translateX(-4px) translateY(-6px) rotate(-45deg) scaleX(1);
            transform: translateX(-4px) translateY(-6px) rotate(-45deg) scaleX(1);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__title {
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbutton__title.ls-active {
    opacity: 1;
    color: var(--white-color);
    font-size: var(--xxSmall-font-size);
    -webkit-transform: translateY(18px) scaleX(0.8);
            transform: translateY(18px) scaleX(0.8);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.c-footerblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
  padding: 150px 0;
  background-color: var(--darkBlue-color);
}
@media only screen and (max-width: 1279px) {
  .c-footerblock {
    display: none;
  }
}

.c-address {
  width: 260px;
  height: auto;
  padding-bottom: 28px;
  border-bottom: var(--white-color) solid 2px;
}
@media only screen and (max-width: 1279px) {
  .c-address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-bottom: none;
    padding: 10px 50px 0;
  }
}
.c-address__logo img {
  width: 240px;
  height: auto;
}
@media only screen and (max-width: 1279px) {
  .c-address__logo {
    display: none;
  }
}
.c-address__text {
  color: var(--white-color);
  line-height: 2;
  padding-top: 2em;
}
@media only screen and (max-width: 1279px) {
  .c-address__text {
    width: 100%;
    border-top: var(--white-color) solid 1px;
    padding-top: 0;
    padding-bottom: 2em;
    text-align: left;
  }
}
.c-address__text span {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .c-address__text span {
    display: none;
  }
}
.c-address__text a {
  color: var(--white-color);
}
@media only screen and (max-width: 1279px) {
  .c-address__text a {
    visibility: visible;
    font-size: var(--xLarge-font-size);
    text-decoration: none;
  }
}

.c-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1279px) {
  .c-menu {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 50px;
  }
}
.c-menu__column {
  padding-left: 100px;
}
@media only screen and (max-width: 1279px) {
  .c-menu__column {
    padding-left: 0;
  }
}
.c-menu__item a {
  color: var(--white-color);
  line-height: 2.25;
}
.c-menu__item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1279px) {
  .c-menu__item a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 1279px) {
  .c-menu__item a {
    display: block;
    width: 100%;
    line-height: 2.5;
  }
}
.c-menu__item.menu-item-has-children {
  position: relative;
}
.c-menu__item .sub-menu {
  padding-left: 1em;
}
@media only screen and (max-width: 1279px) {
  .c-menu__item .sub-menu {
    display: none;
  }
}

.c-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 90px;
  margin-bottom: 50px;
  padding-left: 15px;
  border-left: var(--darkBlue-color) solid 5px;
}
@media only screen and (max-width: 1279px) {
  .c-title {
    height: 50px;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left-width: 3px;
  }
}
.c-title__jp {
  font-size: var(--xxLarge-font-size);
}
@media only screen and (max-width: 1279px) {
  .c-title__jp {
    font-size: var(--standard-font-size);
  }
}
.c-title__en {
  color: var(--lightBlue-color);
  font-size: var(--large-font-size);
}
@media only screen and (max-width: 1279px) {
  .c-title__en {
    font-size: var(--small-font-size);
  }
}

.c-spbottom {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .c-spbottom {
    display: block;
    position: fixed;
    z-index: 50;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom.ls-fixed {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__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;
    width: 100vw;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item {
    width: 25%;
    height: 50px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item a {
    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;
    width: 100%;
    height: 100%;
    font-size: var(--small-font-size);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .c-spbottom__item a:hover {
    opacity: 0.75;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item--login a {
    color: var(--darkBlue-color);
    background-color: var(--basicGrey-color);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item--members a {
    color: var(--white-color);
    background-color: var(--basicBlue-color);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item--contact a {
    color: var(--darkBlue-color);
    font-size: var(--large-font-size);
    background-color: var(--white-color);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item--pagetop a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--darkGrey-color);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item--pagetop i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    width: 18px;
    height: 18px;
    color: var(--darkGrey-color);
    font-size: var(--small-font-size);
    background-color: var(--white-color);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spbottom__item--pagetop span {
    display: block;
    color: var(--darkGrey-color);
    padding-top: 0.5em;
    color: var(--white-color);
    font-size: var(--xxSmall-font-size);
  }
}

.c-spaddress {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .c-spaddress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    height: auto;
    margin: auto;
    padding: 80px 0;
    background-color: var(--darkBlue-color);
  }
}
@media only screen and (max-width: 1279px) {
  .c-spaddress__logo img {
    width: 240px;
    height: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spaddress__text {
    width: 240px;
    text-align: left;
    color: var(--white-color);
    font-size: var(--small-font-size);
    line-height: 2;
    padding: 1em 0 0 55px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-spaddress__text span {
    display: block;
  }
}

.c-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 75px;
  color: var(--white-color);
  background-color: var(--navy-color);
}
@media only screen and (max-width: 1279px) {
  .c-copyright {
    height: 50px;
    margin-bottom: 50px;
    font-size: var(--small-font-size);
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1279px) {
  .l-header {
    height: 70px;
  }
}
@media only screen and (max-width: 1279px) {
  .l-header::before {
    content: "";
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    background-color: var(--darkBlue-color);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.l-header.ls-fixed {
  background-color: var(--darkBlue-color);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1279px) {
  .l-header.ls-active::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.l-main {
  position: relative;
  width: 100%;
}

.l-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: var(--wrapperPC-width);
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .l-post {
    display: block;
    width: 100%;
  }
}

.l-content {
  width: 770px;
  height: auto;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1279px) {
  .l-content {
    width: auto;
    padding: 0 20px 60px;
  }
}

.l-sidebar {
  width: 250px;
  height: auto;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1279px) {
  .l-sidebar {
    width: auto;
    padding: 0 20px 60px;
  }
}

.l-footer {
  width: 100%;
  height: auto;
  margin: auto;
}

.contact-title {
  background-image: url(../img/contact/bg_contact.jpg);
}
@media only screen and (max-width: 1279px) and (orientation: portrait) {
  .contact-title {
    background-image: url(../img/contact/bg_contact-sp.jpg);
  }
}
.contact-title__name::before {
  content: "Contact";
}

.contact-form {
  padding-bottom: 120px;
}
@media print, screen and (max-width: 1650px) {
  .contact-form {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .contact-form {
    padding-bottom: 60px;
  }
}
.contact-form__area {
  width: var(--wrapperPC-width);
  height: auto;
  margin: auto;
  background-color: var(--white-color);
}
@media print, screen and (max-width: 1650px) {
  .contact-form__area {
    width: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .contact-form__area {
    max-width: 500px;
  }
}
.contact-form__text, .contact-privacy__text, .contact-form__privacy {
  line-height: 1.75;
}
@media only screen and (max-width: 1279px) {
  .contact-form__text, .contact-privacy__text, .contact-form__privacy {
    font-size: var(--small-font-size);
  }
}
.contact-form__input {
  width: calc(100% + 20px);
  margin: 0 -10px 40px;
  border-collapse: separate;
  border-spacing: 10px;
}
@media only screen and (max-width: 1279px) {
  .contact-form__input {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
}
.contact-form__input tbody th, .contact-form__input tbody td {
  text-align: left;
  font-weight: 400;
  line-height: 1.75;
  padding: 1em 2em;
  border: var(--lightGrey-color) solid 1px;
  background-color: var(--white-color);
}
@media only screen and (max-width: 1279px) {
  .contact-form__input tbody th, .contact-form__input tbody td {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: var(--small-font-size);
  }
}
.contact-form__input tbody th {
  width: 0;
  white-space: nowrap;
  color: var(--white-color);
  background-color: var(--lightBlue-color);
}
@media only screen and (max-width: 1279px) {
  .contact-form__input tbody th {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .contact-form__input br {
    display: none;
  }
}
.contact-form__input input[name*=name],
.contact-form__input input[name*=address],
.contact-form__input input[type=email],
.contact-form__input textarea {
  width: 100%;
  padding: 0 5px;
  border: var(--basicGrey-color) solid 1px;
}
.contact-form__input input[name*=zip],
.contact-form__input input[type=tel] {
  padding: 0 5px;
  border: var(--basicGrey-color) solid 1px;
}
@media only screen and (max-width: 1279px) {
  .contact-form__input input[type=tel] {
    width: 100%;
  }
}
.contact-form__input select {
  padding: 0 5px;
  border: var(--basicGrey-color) solid 1px;
}
.contact-form__input input[type=radio] {
  margin-top: -3px;
  margin-right: 5px;
}
.contact-form__input label {
  margin-right: 1em;
}
.contact-form__input textarea {
  height: 200px;
  resize: none;
}
@media only screen and (max-width: 1279px) {
  .contact-form__input textarea {
    height: 100px;
  }
}
.contact-form__privacy {
  text-align: center;
  color: var(--basicRed-color);
  margin-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  .contact-form__privacy {
    margin-bottom: 20px;
  }
}
.contact-form__privacy::before {
  content: "≪ ";
}
.contact-form__privacy::after {
  content: " ≫";
}
.contact-form__privacy a {
  color: var(--basicRed-color);
  text-decoration: underline;
}
.contact-form__submit {
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .contact-form__submit {
    font-size: var(--small-font-size);
  }
}
.contact-form__submit input[type=button],
.contact-form__submit input[type=submit] {
  line-height: 2;
  margin: 0 0.5em;
  padding: 0 1em;
  border-radius: 5px;
  border: var(--black-color) solid 1px;
  background-color: var(--basicGrey-color);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact-form__submit input[type=button]:hover,
.contact-form__submit input[type=submit]:hover {
  opacity: 0.75;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact-form__submit .wpcf7-spinner {
  display: block !important;
}

.contact-privacy {
  width: 100%;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1279px) {
  .contact-privacy {
    padding-bottom: 60px;
  }
}
.contact-privacy__area {
  width: 100%;
  height: 200px;
  padding: 19px;
  overflow-y: scroll;
  background-color: var(--lightGrey-color);
}
.contact-privacy__list {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-top: 1em;
}
.contact-privacy__sublist {
  list-style-type: square;
  margin-left: 1.5em;
}

.grecaptcha-badge {
  z-index: 20 !important;
  bottom: 150px !important;
}

/* content===========================================

	utility.css

		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both;
}

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

.u-dn {
  display: none;
}

.u-di {
  display: inline;
}

.u-dib {
  display: inline-block;
}

.u-db {
  display: block;
}

.u-dt {
  display: table;
}

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

.u-vh {
  visibility: hidden;
}

.u-fln {
  float: none;
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-wmvlr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.u-wmvrl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.u-wmhtb {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.u-tdu {
  text-decoration: underline;
}

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif Japanese', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.u-fontMarugo {
  font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}

.u-fontKakugo {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}

.u-fontCenturyGothic {
  font-family: 'Century Gothic', sans-serif;
}

.u-fontTenMincho {
  font-family: 'ten-mincho', serif;
}

.u-fontV7Gothic {
  font-family: vdl-v7gothic, sans-serif;
}

.u-fontZenOldMincho {
  font-family: 'Zen Old Mincho', serif;
}

.u-fontMPlus1 {
  font-family: 'M PLUS 1', sans-serif;
}

.u-fontNotoSansJP {
  font-family: 'Noto Sans JP', sans-serif;
}

.u-fontYuGothic {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
}

.u-fontZenKakuGochicAntique {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.u-fontzenMaruGothic {
  font-family: 'Zen Maru Gothic', serif;
}

.u-fontWhisper {
  font-family: 'Whisper', cursive;
}

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: var(--black-color);
}

.u-cRed-light {
  color: #FFCDD2;
}

.u-cRed {
  color: #F44336;
}

.u-cRed-dark {
  color: #B71C1C;
}

.u-cBlue-light {
  color: #BBDEFB;
}

.u-cBlue {
  color: #2196F3;
}

.u-cBlue-dark {
  color: #0D47A1;
}

.u-cGreen-light {
  color: #C8E6C9;
}

.u-cGreen {
  color: #4CAF50;
}

.u-cGreen-dark {
  color: #1B5E20;
}

.u-cYellow-light {
  color: #FFF9C4;
}

.u-cYellow {
  color: #FFEB3B;
}

.u-cYellow-dark {
  color: #F57F17;
}

.u-cGrey-light {
  color: #F5F5F5;
}

.u-cGrey {
  color: #9E9E9E;
}

.u-cGrey-dark {
  color: #212121;
}

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2;
}

.u-bgcRed {
  background-color: #F44336;
}

.u-bgcRed-dark {
  background-color: #B71C1C;
}

.u-bgcBlue-light {
  background-color: #BBDEFB;
}

.u-bgcBlue {
  background-color: #2196F3;
}

.u-bgcBlue-dark {
  background-color: #0D47A1;
}

.u-bgcGreen-light {
  background-color: #C8E6C9;
}

.u-bgcGreen {
  background-color: #4CAF50;
}

.u-bgcGreen-dark {
  background-color: #1B5E20;
}

.u-bgcYellow-light {
  background-color: #FFF9C4;
}

.u-bgcYellow {
  background-color: #FFEB3B;
}

.u-bgcYellow-dark {
  background-color: #F57F17;
}

.u-bgcGrey-light {
  background-color: #F5F5F5;
}

.u-bgcGrey {
  background-color: #9E9E9E;
}

.u-bgcGrey-dark {
  background-color: #212121;
}

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto;
}

.u-mn {
  margin: 0;
}

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

.u-mts {
  margin-top: 0.4rem;
}

.u-mtm {
  margin-top: 1.6rem;
}

.u-mtl {
  margin-top: 3.2rem;
}

.u-mtx {
  margin-top: 4.8rem;
}

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

.u-mbs {
  margin-bottom: 0.4rem;
}

.u-mbm {
  margin-bottom: 1.6rem;
}

.u-mbl {
  margin-bottom: 3.2rem;
}

.u-mbx {
  margin-bottom: 4.8rem;
}

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mta {
  margin-top: auto !important;
}

.u-mra {
  margin-right: auto !important;
}

.u-mba {
  margin-bottom: auto !important;
}

.u-mla {
  margin-left: auto !important;
}

/*padding (rem) */
.u-pn {
  padding: 0;
}

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

.u-pts {
  padding-top: 0.4rem;
}

.u-ptm {
  padding-top: 1.6rem;
}

.u-ptl {
  padding-top: 3.2rem;
}

.u-ptx {
  padding-top: 4.8rem;
}

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

.u-pbs {
  padding-bottom: 0.4rem;
}

.u-pbm {
  padding-bottom: 1.6rem;
}

.u-pbl {
  padding-bottom: 3.2rem;
}

.u-pbx {
  padding-bottom: 4.8rem;
}

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/*	Border radius
===================================================== */
.c-br-4 {
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.c-br-8 {
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.c-br-12 {
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.c-br-16 {
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/*	white-space
===================================================== */
.u-ws-nowrap {
  white-space: nowrap !important;
}

.u-ws-wrap {
  white-space: wrap !important;
}

/*	Table (Responsive)
===================================================== */
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom;
}

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}