@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:700");

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

@import url(https://use.fontawesome.com/releases/v6.2.1/css/all.css);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.fontNotoSans {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

.color-red-50 {
  color: #ffebee;
}

.bgColor-red-50 {
  background-color: #ffebee;
}

.color-red-100 {
  color: #ffcdd2;
}

.bgColor-red-100 {
  background-color: #ffcdd2;
}

.color-red-200 {
  color: #ef9a9a;
}

.bgColor-red-200 {
  background-color: #ef9a9a;
}

.color-red-300 {
  color: #e57373;
}

.bgColor-red-300 {
  background-color: #e57373;
}

.color-red-400 {
  color: #ef5350;
}

.bgColor-red-400 {
  background-color: #ef5350;
}

.color-red-500 {
  color: #f44336;
}

.bgColor-red-500 {
  background-color: #f44336;
}

.color-red-600 {
  color: #e53935;
}

.bgColor-red-600 {
  background-color: #e53935;
}

.color-red-700 {
  color: #d32f2f;
}

.bgColor-red-700 {
  background-color: #d32f2f;
}

.color-red-800 {
  color: #c62828;
}

.bgColor-red-800 {
  background-color: #c62828;
}

.color-red-900 {
  color: #b71c1c;
}

.bgColor-red-900 {
  background-color: #b71c1c;
}

.color-red-a100 {
  color: #ff8a80;
}

.bgColor-red-a100 {
  background-color: #ff8a80;
}

.color-red-a200 {
  color: #ff5252;
}

.bgColor-red-a200 {
  background-color: #ff5252;
}

.color-red-a400 {
  color: #ff1744;
}

.bgColor-red-a400 {
  background-color: #ff1744;
}

.color-red-a700 {
  color: #d50000;
}

.bgColor-red-a700 {
  background-color: #d50000;
}

.color-pink-50 {
  color: #fce4ec;
}

.bgColor-pink-50 {
  background-color: #fce4ec;
}

.color-pink-100 {
  color: #f8bbd0;
}

.bgColor-pink-100 {
  background-color: #f8bbd0;
}

.color-pink-200 {
  color: #f48fb1;
}

.bgColor-pink-200 {
  background-color: #f48fb1;
}

.color-pink-300 {
  color: #f06292;
}

.bgColor-pink-300 {
  background-color: #f06292;
}

.color-pink-400 {
  color: #ec407a;
}

.bgColor-pink-400 {
  background-color: #ec407a;
}

.color-pink-500 {
  color: #e91e63;
}

.bgColor-pink-500 {
  background-color: #e91e63;
}

.color-pink-600 {
  color: #d81b60;
}

.bgColor-pink-600 {
  background-color: #d81b60;
}

.color-pink-700 {
  color: #c2185b;
}

.bgColor-pink-700 {
  background-color: #c2185b;
}

.color-pink-800 {
  color: #ad1457;
}

.bgColor-pink-800 {
  background-color: #ad1457;
}

.color-pink-900 {
  color: #880e4f;
}

.bgColor-pink-900 {
  background-color: #880e4f;
}

.color-pink-a100 {
  color: #ff80ab;
}

.bgColor-pink-a100 {
  background-color: #ff80ab;
}

.color-pink-a200 {
  color: #ff4081;
}

.bgColor-pink-a200 {
  background-color: #ff4081;
}

.color-pink-a400 {
  color: #f50057;
}

.bgColor-pink-a400 {
  background-color: #f50057;
}

.color-pink-a700 {
  color: #c51162;
}

.bgColor-pink-a700 {
  background-color: #c51162;
}

.color-purple-50 {
  color: #f3e5f5;
}

.bgColor-purple-50 {
  background-color: #f3e5f5;
}

.color-purple-100 {
  color: #e1bee7;
}

.bgColor-purple-100 {
  background-color: #e1bee7;
}

.color-purple-200 {
  color: #ce93d8;
}

.bgColor-purple-200 {
  background-color: #ce93d8;
}

.color-purple-300 {
  color: #ba68c8;
}

.bgColor-purple-300 {
  background-color: #ba68c8;
}

.color-purple-400 {
  color: #ab47bc;
}

.bgColor-purple-400 {
  background-color: #ab47bc;
}

.color-purple-500 {
  color: #9c27b0;
}

.bgColor-purple-500 {
  background-color: #9c27b0;
}

.color-purple-600 {
  color: #8e24aa;
}

.bgColor-purple-600 {
  background-color: #8e24aa;
}

.color-purple-700 {
  color: #7b1fa2;
}

.bgColor-purple-700 {
  background-color: #7b1fa2;
}

.color-purple-800 {
  color: #6a1b9a;
}

.bgColor-purple-800 {
  background-color: #6a1b9a;
}

.color-purple-900 {
  color: #4a148c;
}

.bgColor-purple-900 {
  background-color: #4a148c;
}

.color-purple-a100 {
  color: #ea80fc;
}

.bgColor-purple-a100 {
  background-color: #ea80fc;
}

.color-purple-a200 {
  color: #e040fb;
}

.bgColor-purple-a200 {
  background-color: #e040fb;
}

.color-purple-a400 {
  color: #d500f9;
}

.bgColor-purple-a400 {
  background-color: #d500f9;
}

.color-purple-a700 {
  color: #aa00ff;
}

.bgColor-purple-a700 {
  background-color: #aa00ff;
}

.color-deep-purple-50 {
  color: #ede7f6;
}

.bgColor-deep-purple-50 {
  background-color: #ede7f6;
}

.color-deep-purple-100 {
  color: #d1c4e9;
}

.bgColor-deep-purple-100 {
  background-color: #d1c4e9;
}

.color-deep-purple-200 {
  color: #b39ddb;
}

.bgColor-deep-purple-200 {
  background-color: #b39ddb;
}

.color-deep-purple-300 {
  color: #9575cd;
}

.bgColor-deep-purple-300 {
  background-color: #9575cd;
}

.color-deep-purple-400 {
  color: #7e57c2;
}

.bgColor-deep-purple-400 {
  background-color: #7e57c2;
}

.color-deep-purple-500 {
  color: #673ab7;
}

.bgColor-deep-purple-500 {
  background-color: #673ab7;
}

.color-deep-purple-600 {
  color: #5e35b1;
}

.bgColor-deep-purple-600 {
  background-color: #5e35b1;
}

.color-deep-purple-700 {
  color: #512da8;
}

.bgColor-deep-purple-700 {
  background-color: #512da8;
}

.color-deep-purple-800 {
  color: #4527a0;
}

.bgColor-deep-purple-800 {
  background-color: #4527a0;
}

.color-deep-purple-900 {
  color: #311b92;
}

.bgColor-deep-purple-900 {
  background-color: #311b92;
}

.color-deep-purple-a100 {
  color: #b388ff;
}

.bgColor-deep-purple-a100 {
  background-color: #b388ff;
}

.color-deep-purple-a200 {
  color: #7c4dff;
}

.bgColor-deep-purple-a200 {
  background-color: #7c4dff;
}

.color-deep-purple-a400 {
  color: #651fff;
}

.bgColor-deep-purple-a400 {
  background-color: #651fff;
}

.color-deep-purple-a700 {
  color: #6200ea;
}

.bgColor-deep-purple-a700 {
  background-color: #6200ea;
}

.color-indigo-50 {
  color: #e8eaf6;
}

.bgColor-indigo-50 {
  background-color: #e8eaf6;
}

.color-indigo-100 {
  color: #c5cae9;
}

.bgColor-indigo-100 {
  background-color: #c5cae9;
}

.color-indigo-200 {
  color: #9fa8da;
}

.bgColor-indigo-200 {
  background-color: #9fa8da;
}

.color-indigo-300 {
  color: #7986cb;
}

.bgColor-indigo-300 {
  background-color: #7986cb;
}

.color-indigo-400 {
  color: #5c6bc0;
}

.bgColor-indigo-400 {
  background-color: #5c6bc0;
}

.color-indigo-500 {
  color: #3f51b5;
}

.bgColor-indigo-500 {
  background-color: #3f51b5;
}

.color-indigo-600 {
  color: #3949ab;
}

.bgColor-indigo-600 {
  background-color: #3949ab;
}

.color-indigo-700 {
  color: #303f9f;
}

.bgColor-indigo-700 {
  background-color: #303f9f;
}

.color-indigo-800 {
  color: #283593;
}

.bgColor-indigo-800 {
  background-color: #283593;
}

.color-indigo-900 {
  color: #1a237e;
}

.bgColor-indigo-900 {
  background-color: #1a237e;
}

.color-indigo-a100 {
  color: #8c9eff;
}

.bgColor-indigo-a100 {
  background-color: #8c9eff;
}

.color-indigo-a200 {
  color: #536dfe;
}

.bgColor-indigo-a200 {
  background-color: #536dfe;
}

.color-indigo-a400 {
  color: #3d5afe;
}

.bgColor-indigo-a400 {
  background-color: #3d5afe;
}

.color-indigo-a700 {
  color: #304ffe;
}

.bgColor-indigo-a700 {
  background-color: #304ffe;
}

.color-blue-50 {
  color: #e3f2fd;
}

.bgColor-blue-50 {
  background-color: #e3f2fd;
}

.color-blue-100 {
  color: #bbdefb;
}

.bgColor-blue-100 {
  background-color: #bbdefb;
}

.color-blue-200 {
  color: #90caf9;
}

.bgColor-blue-200 {
  background-color: #90caf9;
}

.color-blue-300 {
  color: #64b5f6;
}

.bgColor-blue-300 {
  background-color: #64b5f6;
}

.color-blue-400 {
  color: #42a5f5;
}

.bgColor-blue-400 {
  background-color: #42a5f5;
}

.color-blue-500 {
  color: #2196f3;
}

.bgColor-blue-500 {
  background-color: #2196f3;
}

.color-blue-600 {
  color: #1e88e5;
}

.bgColor-blue-600 {
  background-color: #1e88e5;
}

.color-blue-700 {
  color: #1976d2;
}

.bgColor-blue-700 {
  background-color: #1976d2;
}

.color-blue-800 {
  color: #1565c0;
}

.bgColor-blue-800 {
  background-color: #1565c0;
}

.color-blue-900 {
  color: #0d47a1;
}

.bgColor-blue-900 {
  background-color: #0d47a1;
}

.color-blue-a100 {
  color: #82b1ff;
}

.bgColor-blue-a100 {
  background-color: #82b1ff;
}

.color-blue-a200 {
  color: #448aff;
}

.bgColor-blue-a200 {
  background-color: #448aff;
}

.color-blue-a400 {
  color: #2979ff;
}

.bgColor-blue-a400 {
  background-color: #2979ff;
}

.color-blue-a700 {
  color: #2962ff;
}

.bgColor-blue-a700 {
  background-color: #2962ff;
}

.color-light-blue-50 {
  color: #e1f5fe;
}

.bgColor-light-blue-50 {
  background-color: #e1f5fe;
}

.color-light-blue-100 {
  color: #b3e5fc;
}

.bgColor-light-blue-100 {
  background-color: #b3e5fc;
}

.color-light-blue-200 {
  color: #81d4fa;
}

.bgColor-light-blue-200 {
  background-color: #81d4fa;
}

.color-light-blue-300 {
  color: #4fc3f7;
}

.bgColor-light-blue-300 {
  background-color: #4fc3f7;
}

.color-light-blue-400 {
  color: #29b6f6;
}

.bgColor-light-blue-400 {
  background-color: #29b6f6;
}

.color-light-blue-500 {
  color: #03a9f4;
}

.bgColor-light-blue-500 {
  background-color: #03a9f4;
}

.color-light-blue-600 {
  color: #039be5;
}

.bgColor-light-blue-600 {
  background-color: #039be5;
}

.color-light-blue-700 {
  color: #0288d1;
}

.bgColor-light-blue-700 {
  background-color: #0288d1;
}

.color-light-blue-800 {
  color: #0277bd;
}

.bgColor-light-blue-800 {
  background-color: #0277bd;
}

.color-light-blue-900 {
  color: #01579b;
}

.bgColor-light-blue-900 {
  background-color: #01579b;
}

.color-light-blue-a100 {
  color: #80d8ff;
}

.bgColor-light-blue-a100 {
  background-color: #80d8ff;
}

.color-light-blue-a200 {
  color: #40c4ff;
}

.bgColor-light-blue-a200 {
  background-color: #40c4ff;
}

.color-light-blue-a400 {
  color: #00b0ff;
}

.bgColor-light-blue-a400 {
  background-color: #00b0ff;
}

.color-light-blue-a700 {
  color: #0091ea;
}

.bgColor-light-blue-a700 {
  background-color: #0091ea;
}

.color-cyan-50 {
  color: #e0f7fa;
}

.bgColor-cyan-50 {
  background-color: #e0f7fa;
}

.color-cyan-100 {
  color: #b2ebf2;
}

.bgColor-cyan-100 {
  background-color: #b2ebf2;
}

.color-cyan-200 {
  color: #80deea;
}

.bgColor-cyan-200 {
  background-color: #80deea;
}

.color-cyan-300 {
  color: #4dd0e1;
}

.bgColor-cyan-300 {
  background-color: #4dd0e1;
}

.color-cyan-400 {
  color: #26c6da;
}

.bgColor-cyan-400 {
  background-color: #26c6da;
}

.color-cyan-500 {
  color: #00bcd4;
}

.bgColor-cyan-500 {
  background-color: #00bcd4;
}

.color-cyan-600 {
  color: #00acc1;
}

.bgColor-cyan-600 {
  background-color: #00acc1;
}

.color-cyan-700 {
  color: #0097a7;
}

.bgColor-cyan-700 {
  background-color: #0097a7;
}

.color-cyan-800 {
  color: #00838f;
}

.bgColor-cyan-800 {
  background-color: #00838f;
}

.color-cyan-900 {
  color: #006064;
}

.bgColor-cyan-900 {
  background-color: #006064;
}

.color-cyan-a100 {
  color: #84ffff;
}

.bgColor-cyan-a100 {
  background-color: #84ffff;
}

.color-cyan-a200 {
  color: #18ffff;
}

.bgColor-cyan-a200 {
  background-color: #18ffff;
}

.color-cyan-a400 {
  color: #00e5ff;
}

.bgColor-cyan-a400 {
  background-color: #00e5ff;
}

.color-cyan-a700 {
  color: #00b8d4;
}

.bgColor-cyan-a700 {
  background-color: #00b8d4;
}

.color-teal-50 {
  color: #e0f2f1;
}

.bgColor-teal-50 {
  background-color: #e0f2f1;
}

.color-teal-100 {
  color: #b2dfdb;
}

.bgColor-teal-100 {
  background-color: #b2dfdb;
}

.color-teal-200 {
  color: #80cbc4;
}

.bgColor-teal-200 {
  background-color: #80cbc4;
}

.color-teal-300 {
  color: #4db6ac;
}

.bgColor-teal-300 {
  background-color: #4db6ac;
}

.color-teal-400 {
  color: #26a69a;
}

.bgColor-teal-400 {
  background-color: #26a69a;
}

.color-teal-500 {
  color: #009688;
}

.bgColor-teal-500 {
  background-color: #009688;
}

.color-teal-600 {
  color: #00897b;
}

.bgColor-teal-600 {
  background-color: #00897b;
}

.color-teal-700 {
  color: #00796b;
}

.bgColor-teal-700 {
  background-color: #00796b;
}

.color-teal-800 {
  color: #00695c;
}

.bgColor-teal-800 {
  background-color: #00695c;
}

.color-teal-900 {
  color: #004d40;
}

.bgColor-teal-900 {
  background-color: #004d40;
}

.color-teal-a100 {
  color: #a7ffeb;
}

.bgColor-teal-a100 {
  background-color: #a7ffeb;
}

.color-teal-a200 {
  color: #64ffda;
}

.bgColor-teal-a200 {
  background-color: #64ffda;
}

.color-teal-a400 {
  color: #1de9b6;
}

.bgColor-teal-a400 {
  background-color: #1de9b6;
}

.color-teal-a700 {
  color: #00bfa5;
}

.bgColor-teal-a700 {
  background-color: #00bfa5;
}

.color-green-50 {
  color: #e8f5e9;
}

.bgColor-green-50 {
  background-color: #e8f5e9;
}

.color-green-100 {
  color: #c8e6c9;
}

.bgColor-green-100 {
  background-color: #c8e6c9;
}

.color-green-200 {
  color: #a5d6a7;
}

.bgColor-green-200 {
  background-color: #a5d6a7;
}

.color-green-300 {
  color: #81c784;
}

.bgColor-green-300 {
  background-color: #81c784;
}

.color-green-400 {
  color: #66bb6a;
}

.bgColor-green-400 {
  background-color: #66bb6a;
}

.color-green-500 {
  color: #4caf50;
}

.bgColor-green-500 {
  background-color: #4caf50;
}

.color-green-600 {
  color: #43a047;
}

.bgColor-green-600 {
  background-color: #43a047;
}

.color-green-700 {
  color: #388e3c;
}

.bgColor-green-700 {
  background-color: #388e3c;
}

.color-green-800 {
  color: #2e7d32;
}

.bgColor-green-800 {
  background-color: #2e7d32;
}

.color-green-900 {
  color: #1b5e20;
}

.bgColor-green-900 {
  background-color: #1b5e20;
}

.color-green-a100 {
  color: #b9f6ca;
}

.bgColor-green-a100 {
  background-color: #b9f6ca;
}

.color-green-a200 {
  color: #69f0ae;
}

.bgColor-green-a200 {
  background-color: #69f0ae;
}

.color-green-a400 {
  color: #00e676;
}

.bgColor-green-a400 {
  background-color: #00e676;
}

.color-green-a700 {
  color: #00c853;
}

.bgColor-green-a700 {
  background-color: #00c853;
}

.color-light-green-50 {
  color: #f1f8e9;
}

.bgColor-light-green-50 {
  background-color: #f1f8e9;
}

.color-light-green-100 {
  color: #dcedc8;
}

.bgColor-light-green-100 {
  background-color: #dcedc8;
}

.color-light-green-200 {
  color: #c5e1a5;
}

.bgColor-light-green-200 {
  background-color: #c5e1a5;
}

.color-light-green-300 {
  color: #aed581;
}

.bgColor-light-green-300 {
  background-color: #aed581;
}

.color-light-green-400 {
  color: #9ccc65;
}

.bgColor-light-green-400 {
  background-color: #9ccc65;
}

.color-light-green-500 {
  color: #8bc34a;
}

.bgColor-light-green-500 {
  background-color: #8bc34a;
}

.color-light-green-600 {
  color: #7cb342;
}

.bgColor-light-green-600 {
  background-color: #7cb342;
}

.color-light-green-700 {
  color: #689f38;
}

.bgColor-light-green-700 {
  background-color: #689f38;
}

.color-light-green-800 {
  color: #558b2f;
}

.bgColor-light-green-800 {
  background-color: #558b2f;
}

.color-light-green-900 {
  color: #33691e;
}

.bgColor-light-green-900 {
  background-color: #33691e;
}

.color-light-green-a100 {
  color: #ccff90;
}

.bgColor-light-green-a100 {
  background-color: #ccff90;
}

.color-light-green-a200 {
  color: #b2ff59;
}

.bgColor-light-green-a200 {
  background-color: #b2ff59;
}

.color-light-green-a400 {
  color: #76ff03;
}

.bgColor-light-green-a400 {
  background-color: #76ff03;
}

.color-light-green-a700 {
  color: #64dd17;
}

.bgColor-light-green-a700 {
  background-color: #64dd17;
}

.color-lime-50 {
  color: #f9fbe7;
}

.bgColor-lime-50 {
  background-color: #f9fbe7;
}

.color-lime-100 {
  color: #f0f4c3;
}

.bgColor-lime-100 {
  background-color: #f0f4c3;
}

.color-lime-200 {
  color: #e6ee9c;
}

.bgColor-lime-200 {
  background-color: #e6ee9c;
}

.color-lime-300 {
  color: #dce775;
}

.bgColor-lime-300 {
  background-color: #dce775;
}

.color-lime-400 {
  color: #d4e157;
}

.bgColor-lime-400 {
  background-color: #d4e157;
}

.color-lime-500 {
  color: #cddc39;
}

.bgColor-lime-500 {
  background-color: #cddc39;
}

.color-lime-600 {
  color: #c0ca33;
}

.bgColor-lime-600 {
  background-color: #c0ca33;
}

.color-lime-700 {
  color: #afb42b;
}

.bgColor-lime-700 {
  background-color: #afb42b;
}

.color-lime-800 {
  color: #9e9d24;
}

.bgColor-lime-800 {
  background-color: #9e9d24;
}

.color-lime-900 {
  color: #827717;
}

.bgColor-lime-900 {
  background-color: #827717;
}

.color-lime-a100 {
  color: #f4ff81;
}

.bgColor-lime-a100 {
  background-color: #f4ff81;
}

.color-lime-a200 {
  color: #eeff41;
}

.bgColor-lime-a200 {
  background-color: #eeff41;
}

.color-lime-a400 {
  color: #c6ff00;
}

.bgColor-lime-a400 {
  background-color: #c6ff00;
}

.color-lime-a700 {
  color: #aeea00;
}

.bgColor-lime-a700 {
  background-color: #aeea00;
}

.color-yellow-50 {
  color: #fffde7;
}

.bgColor-yellow-50 {
  background-color: #fffde7;
}

.color-yellow-100 {
  color: #fff9c4;
}

.bgColor-yellow-100 {
  background-color: #fff9c4;
}

.color-yellow-200 {
  color: #fff59d;
}

.bgColor-yellow-200 {
  background-color: #fff59d;
}

.color-yellow-300 {
  color: #fff176;
}

.bgColor-yellow-300 {
  background-color: #fff176;
}

.color-yellow-400 {
  color: #ffee58;
}

.bgColor-yellow-400 {
  background-color: #ffee58;
}

.color-yellow-500 {
  color: #ffeb3b;
}

.bgColor-yellow-500 {
  background-color: #ffeb3b;
}

.color-yellow-600 {
  color: #fdd835;
}

.bgColor-yellow-600 {
  background-color: #fdd835;
}

.color-yellow-700 {
  color: #fbc02d;
}

.bgColor-yellow-700 {
  background-color: #fbc02d;
}

.color-yellow-800 {
  color: #f9a825;
}

.bgColor-yellow-800 {
  background-color: #f9a825;
}

.color-yellow-900 {
  color: #f57f17;
}

.bgColor-yellow-900 {
  background-color: #f57f17;
}

.color-yellow-a100 {
  color: #ffff8d;
}

.bgColor-yellow-a100 {
  background-color: #ffff8d;
}

.color-yellow-a200 {
  color: #ffff00;
}

.bgColor-yellow-a200 {
  background-color: #ffff00;
}

.color-yellow-a400 {
  color: #ffea00;
}

.bgColor-yellow-a400 {
  background-color: #ffea00;
}

.color-yellow-a700 {
  color: #ffd600;
}

.bgColor-yellow-a700 {
  background-color: #ffd600;
}

.color-amber-50 {
  color: #fff8e1;
}

.bgColor-amber-50 {
  background-color: #fff8e1;
}

.color-amber-100 {
  color: #ffecb3;
}

.bgColor-amber-100 {
  background-color: #ffecb3;
}

.color-amber-200 {
  color: #ffe082;
}

.bgColor-amber-200 {
  background-color: #ffe082;
}

.color-amber-300 {
  color: #ffd54f;
}

.bgColor-amber-300 {
  background-color: #ffd54f;
}

.color-amber-400 {
  color: #ffca28;
}

.bgColor-amber-400 {
  background-color: #ffca28;
}

.color-amber-500 {
  color: #ffc107;
}

.bgColor-amber-500 {
  background-color: #ffc107;
}

.color-amber-600 {
  color: #ffb300;
}

.bgColor-amber-600 {
  background-color: #ffb300;
}

.color-amber-700 {
  color: #ffa000;
}

.bgColor-amber-700 {
  background-color: #ffa000;
}

.color-amber-800 {
  color: #ff8f00;
}

.bgColor-amber-800 {
  background-color: #ff8f00;
}

.color-amber-900 {
  color: #ff6f00;
}

.bgColor-amber-900 {
  background-color: #ff6f00;
}

.color-amber-a100 {
  color: #ffe57f;
}

.bgColor-amber-a100 {
  background-color: #ffe57f;
}

.color-amber-a200 {
  color: #ffd740;
}

.bgColor-amber-a200 {
  background-color: #ffd740;
}

.color-amber-a400 {
  color: #ffc400;
}

.bgColor-amber-a400 {
  background-color: #ffc400;
}

.color-amber-a700 {
  color: #ffab00;
}

.bgColor-amber-a700 {
  background-color: #ffab00;
}

.color-orange-50 {
  color: #fff3e0;
}

.bgColor-orange-50 {
  background-color: #fff3e0;
}

.color-orange-100 {
  color: #ffe0b2;
}

.bgColor-orange-100 {
  background-color: #ffe0b2;
}

.color-orange-200 {
  color: #ffcc80;
}

.bgColor-orange-200 {
  background-color: #ffcc80;
}

.color-orange-300 {
  color: #ffb74d;
}

.bgColor-orange-300 {
  background-color: #ffb74d;
}

.color-orange-400 {
  color: #ffa726;
}

.bgColor-orange-400 {
  background-color: #ffa726;
}

.color-orange-500 {
  color: #ff9800;
}

.bgColor-orange-500 {
  background-color: #ff9800;
}

.color-orange-600 {
  color: #fb8c00;
}

.bgColor-orange-600 {
  background-color: #fb8c00;
}

.color-orange-700 {
  color: #f57c00;
}

.bgColor-orange-700 {
  background-color: #f57c00;
}

.color-orange-800 {
  color: #ef6c00;
}

.bgColor-orange-800 {
  background-color: #ef6c00;
}

.color-orange-900 {
  color: #e65100;
}

.bgColor-orange-900 {
  background-color: #e65100;
}

.color-orange-a100 {
  color: #ffd180;
}

.bgColor-orange-a100 {
  background-color: #ffd180;
}

.color-orange-a200 {
  color: #ffab40;
}

.bgColor-orange-a200 {
  background-color: #ffab40;
}

.color-orange-a400 {
  color: #ff9100;
}

.bgColor-orange-a400 {
  background-color: #ff9100;
}

.color-orange-a700 {
  color: #ff6d00;
}

.bgColor-orange-a700 {
  background-color: #ff6d00;
}

.color-deep-orange-50 {
  color: #fbe9e7;
}

.bgColor-deep-orange-50 {
  background-color: #fbe9e7;
}

.color-deep-orange-100 {
  color: #ffccbc;
}

.bgColor-deep-orange-100 {
  background-color: #ffccbc;
}

.color-deep-orange-200 {
  color: #ffab91;
}

.bgColor-deep-orange-200 {
  background-color: #ffab91;
}

.color-deep-orange-300 {
  color: #ff8a65;
}

.bgColor-deep-orange-300 {
  background-color: #ff8a65;
}

.color-deep-orange-400 {
  color: #ff7043;
}

.bgColor-deep-orange-400 {
  background-color: #ff7043;
}

.color-deep-orange-500 {
  color: #ff5722;
}

.bgColor-deep-orange-500 {
  background-color: #ff5722;
}

.color-deep-orange-600 {
  color: #f4511e;
}

.bgColor-deep-orange-600 {
  background-color: #f4511e;
}

.color-deep-orange-700 {
  color: #e64a19;
}

.bgColor-deep-orange-700 {
  background-color: #e64a19;
}

.color-deep-orange-800 {
  color: #d84315;
}

.bgColor-deep-orange-800 {
  background-color: #d84315;
}

.color-deep-orange-900 {
  color: #bf360c;
}

.bgColor-deep-orange-900 {
  background-color: #bf360c;
}

.color-deep-orange-a100 {
  color: #ff9e80;
}

.bgColor-deep-orange-a100 {
  background-color: #ff9e80;
}

.color-deep-orange-a200 {
  color: #ff6e40;
}

.bgColor-deep-orange-a200 {
  background-color: #ff6e40;
}

.color-deep-orange-a400 {
  color: #ff3d00;
}

.bgColor-deep-orange-a400 {
  background-color: #ff3d00;
}

.color-deep-orange-a700 {
  color: #dd2c00;
}

.bgColor-deep-orange-a700 {
  background-color: #dd2c00;
}

.color-brown-50 {
  color: #efebe9;
}

.bgColor-brown-50 {
  background-color: #efebe9;
}

.color-brown-100 {
  color: #d7ccc8;
}

.bgColor-brown-100 {
  background-color: #d7ccc8;
}

.color-brown-200 {
  color: #bcaaa4;
}

.bgColor-brown-200 {
  background-color: #bcaaa4;
}

.color-brown-300 {
  color: #a1887f;
}

.bgColor-brown-300 {
  background-color: #a1887f;
}

.color-brown-400 {
  color: #8d6e63;
}

.bgColor-brown-400 {
  background-color: #8d6e63;
}

.color-brown-500 {
  color: #795548;
}

.bgColor-brown-500 {
  background-color: #795548;
}

.color-brown-600 {
  color: #6d4c41;
}

.bgColor-brown-600 {
  background-color: #6d4c41;
}

.color-brown-700 {
  color: #5d4037;
}

.bgColor-brown-700 {
  background-color: #5d4037;
}

.color-brown-800 {
  color: #4e342e;
}

.bgColor-brown-800 {
  background-color: #4e342e;
}

.color-brown-900 {
  color: #3e2723;
}

.bgColor-brown-900 {
  background-color: #3e2723;
}

.color-grey-50 {
  color: #fafafa;
}

.bgColor-grey-50 {
  background-color: #fafafa;
}

.color-grey-100 {
  color: #f5f5f5;
}

.bgColor-grey-100 {
  background-color: #f5f5f5;
}

.color-grey-200 {
  color: #eeeeee;
}

.bgColor-grey-200 {
  background-color: #eeeeee;
}

.color-grey-300 {
  color: #e0e0e0;
}

.bgColor-grey-300 {
  background-color: #e0e0e0;
}

.color-grey-400 {
  color: #bdbdbd;
}

.bgColor-grey-400 {
  background-color: #bdbdbd;
}

.color-grey-500 {
  color: #9e9e9e;
}

.bgColor-grey-500 {
  background-color: #9e9e9e;
}

.color-grey-600 {
  color: #757575;
}

.bgColor-grey-600 {
  background-color: #757575;
}

.color-grey-700 {
  color: #616161;
}

.bgColor-grey-700 {
  background-color: #616161;
}

.color-grey-800 {
  color: #424242;
}

.bgColor-grey-800 {
  background-color: #424242;
}

.color-grey-900 {
  color: #212121;
}

.bgColor-grey-900 {
  background-color: #212121;
}

.color-blue-grey-50 {
  color: #eceff1;
}

.bgColor-blue-grey-50 {
  background-color: #eceff1;
}

.color-blue-grey-100 {
  color: #cfd8dc;
}

.bgColor-blue-grey-100 {
  background-color: #cfd8dc;
}

.color-blue-grey-200 {
  color: #b0bec5;
}

.bgColor-blue-grey-200 {
  background-color: #b0bec5;
}

.color-blue-grey-300 {
  color: #90a4ae;
}

.bgColor-blue-grey-300 {
  background-color: #90a4ae;
}

.color-blue-grey-400 {
  color: #78909c;
}

.bgColor-blue-grey-400 {
  background-color: #78909c;
}

.color-blue-grey-500 {
  color: #607d8b;
}

.bgColor-blue-grey-500 {
  background-color: #607d8b;
}

.color-blue-grey-600 {
  color: #546e7a;
}

.bgColor-blue-grey-600 {
  background-color: #546e7a;
}

.color-blue-grey-700 {
  color: #455a64;
}

.bgColor-blue-grey-700 {
  background-color: #455a64;
}

.color-blue-grey-800 {
  color: #37474f;
}

.bgColor-blue-grey-800 {
  background-color: #37474f;
}

.color-blue-grey-900 {
  color: #263238;
}

.bgColor-blue-grey-900 {
  background-color: #263238;
}

.color-white {
  color: #ffffff;
}

.bgColor-white {
  background: #ffffff;
}

.color-black {
  color: #000000;
}

.bgColor-black {
  background: #000000;
}

/*----------------------------------------
	clearfix
----------------------------------------*/

.container:after,
.section:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

body {
  background: #ffffff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: clamp(0.9375rem, 0.9rem + 0.16vw, 1rem);
  color: #212121;
  text-align: center;
  font-weight: 400;
}

body img {
  max-width: 100%;
  height: auto;
}

body * {
  line-height: 150%;
}

body.fixed {
  position: fixed;
  width: 100%;
  z-index: -1;
}

a {
  color: #1e2b5b;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #42a5f5;
}

a:active {
  color: #42a5f5;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 700;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*.wrapper {
	opacity: 0;
	transition: all 1s ease;
	overflow: hidden;

	&.visible {
		opacity: 1;
	}
}*/

main {
  background: #ffffff;
  position: relative;
  z-index: 0;
}

.container {
  margin: 0 auto;
  max-width: 860px;
  width: calc(100% - 100px);
  /* width: calc(100% - 80px); */
  text-align: left;
  position: relative;
}

.section {
  margin: 120px 0;
}

.section__hl {
  margin: 0 0 30px;
  line-height: 130%;
  font-size: 1.5rem;
  /* font-size: clamp(1.75rem, 1.225rem + 2.24vw, 2.625rem); */
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #1e2b5b;
  font-family: "Roboto", sans-serif;
}

.section__hl.-en {
  font-size: 1.7rem;
}

.section__read {
  text-align: center;
}

.rowBox__2elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__2elem .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}

.rowBox__2elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__2elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}

.rowBox__3elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__3elem:after {
  content: "";
  width: calc(33.333% - 30px);
  display: block;
}

.rowBox__3elem .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}

.rowBox__3elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rowBox__3elem--reverse:after {
  content: "";
  width: calc(33.333% - 30px);
  display: block;
}

.rowBox__3elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}

.rowBox__4elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__4elem:before {
  content: "";
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.rowBox__4elem:after {
  content: "";
  width: calc(25% - 20px);
  display: block;
}

.rowBox__4elem .boxInner {
  margin: 20px 0;
  width: calc(25% - 20px);
}

.rowBox__4elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__4elem--reverse:before {
  content: "";
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.rowBox__4elem--reverse:after {
  content: "";
  width: calc(25% - 20px);
  display: block;
}

.rowBox__4elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(25% - 20px);
}

header {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

header.active:before {
  visibility: visible;
  opacity: 1;
}

header:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.hTop {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  z-index: 3;
}

.hTop__hl {
  margin: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hTop__hl a {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: none;
}

.hTop__hl a:hover {
  opacity: 0.8;
}

.hTop__hl img {
  max-height: 76px;
  vertical-align: bottom;
}

.hTop__contents {
  margin: 0 0 auto auto;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hContact {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hContact__item {
  margin: 0;
  line-height: 130%;
}

.hContact__item * {
  line-height: 130%;
}

.hContact__item--btn {
  margin-bottom: auto;
}

.hContact__item--tel {
  margin-top: 8px;
}

.hContact__item--hour {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.hContact__btn {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1e2b5b;
  border: 1px solid #7cb342;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.hContact__btn:hover {
  background: #ffffff;
  color: #1e2b5b;
}

.hContact__btn:hover * {
  color: #1e2b5b;
}

.hContact__btn:hover .fa {
  color: #1e2b5b;
}

.hContact__btn .fa {
  margin-right: 5px;
  color: #1e2b5b;
  position: relative;
  top: 1px;
}

.hContact__btn--text {
  color: #1e2b5b;
}

.hContact__tel {
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  pointer-events: none;
  text-decoration: none;
  font-weight: 700;
}

.hContact__tel .fa {
  margin-right: 5px;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  top: 2px;
}

.spMenu__btn {
  margin: 0 20px;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  border-radius: 4px;
  display: none;
  cursor: pointer;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spMenu__btn.active .spMenu__btn--line:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -8px;
}

.spMenu__btn--line {
  margin: 3px 0;
  width: 26px;
  height: 2px;
  display: block;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

.gNav {
  width: 100%;
  height: 64px;
  background: #1e2b5b;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gNav.active {
  height: 100vh;
  opacity: 1;
}

.gNav.fixed {
  position: fixed;
  top: 0;
}

.gNav__box {
  margin: 0 auto;
  max-width: 1000px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gNav__box.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu > .menu-item {
  width: 100%;
}

.menu > .menu-item:last-child > .sub-menu .menu-item-has-children {
  position: relative;
}

.menu > .menu-item:last-child > .sub-menu .menu-item-has-children:before {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 2px);
  left: 10px;
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
  z-index: 1;
}

.menu > .menu-item:last-child > .sub-menu .menu-item-has-children:after {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: calc(50% + 2px);
  left: 10px;
  -webkit-transform: translate(0, -50%) rotate(40deg);
  transform: translate(0, -50%) rotate(40deg);
  z-index: 1;
}

.menu > .menu-item:last-child > .sub-menu .menu-item-has-children > .sub-menu {
  left: initial;
  right: 100%;
}

.menu-item {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.menu-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-item > a {
  width: auto;
  height: 63px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #1e2b5b;
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu-item > a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-item > a:hover:after {
  bottom: 0;
}

.menu-item.current a:after {
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
}

.sub-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 2;
}

.sub-menu .menu-item {
  padding: 0;
  background: #1e2b5b;
  border-right: none;
  border-left: none;
  list-style: none;
}

.sub-menu .menu-item > a {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1e2b5b;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
}

.sub-menu .menu-item > a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sub-menu .menu-item > a:hover:after {
  bottom: 0;
}

.sub-menu .menu-item-has-children {
  position: relative;
}

.sub-menu .menu-item-has-children:before {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(40deg);
  transform: translate(0, -50%) rotate(40deg);
  z-index: 1;
}

.sub-menu .menu-item-has-children:after {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: calc(50% + 2px);
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
  z-index: 1;
}

.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.sub-menu .sub-menu .menu-item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

footer {
  width: 100%;
  height: 100px;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.copy {
  text-align: center;
}

.copy small {
  font-size: 14px;
  font-size: 0.875rem;
}

/* width */

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/* align */

.aLeft {
  text-align: left !important;
}

.aRight {
  text-align: right !important;
}

.aCenter {
  text-align: center !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

.vBottom {
  vertical-align: bottom !important;
}

/* flex box */

.fb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.fb-row__justify--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.fb-row__align--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.fb-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.fb-column__justify--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.fb-column__align--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

/* float */

.fl {
  float: left;
}

.fr {
  float: right;
}

/* visivle style */

.btn {
  height: 60px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #212121;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.6;
}

.btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn__send,
.btn__send:focus {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  background: #1e2b5b;
  border: none;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  color: #ffffff !important;
  font-weight: 500;
}

.btn__send:disabled {
  pointer-events: none;
  opacity: 0.3;
}

.btn__send:hover {
  background: #42a5f5;
  opacity: 1;
  letter-spacing: 0.1em;
}

.btn__back,
.btn__back:focus {
  margin: 0 auto;
  width: 180px;
  background: #757575;
  border: none;
  color: #ffffff !important;
  font-weight: 500;
}

.btn__back:hover {
  opacity: 1;
  letter-spacing: 0.1em;
}

.video {
  margin: 40px auto;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.googleMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  position: relative;
  overflow: hidden; */
}

.googleMap iframe,
.googleMap object,
.googleMap embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7-form-control-wrap input[type=checkbox] {
  display: none;
}

.wpcf7-form-control-wrap input[type=checkbox] + span {
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
  top: -1px;
}

.wpcf7-form-control-wrap input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wpcf7-form-control-wrap input[type=checkbox]:checked + span {
  color: #1e2b5b;
}

.wpcf7-form-control-wrap input[type=checkbox]:checked + span:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  border-bottom: 4px solid #1e2b5b;
  border-right: 4px solid #1e2b5b;
  position: absolute;
  top: calc(50% - 3px);
  left: 5px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%) rotate(40deg);
  transform: translate(0, -50%) rotate(40deg);
}

.wpcf7-form-control-wrap input[type=radio] {
  display: none;
}

.wpcf7-form-control-wrap input[type=radio] + span {
  margin-right: 20px;
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
}

.wpcf7-form-control-wrap input[type=radio] + span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wpcf7-form-control-wrap input[type=radio]:checked + span {
  color: #1e2b5b;
}

.wpcf7-form-control-wrap input[type=radio]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #1e2b5b;
  border-radius: 50%;
  position: absolute;
  top: calc(50% + 1px);
  left: 3px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.pagetop a {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #558b2f;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.pagetop a:hover {
  opacity: 0.5;
}

.pagetop a i {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
}

.scrollAnimation-obj {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.scrollAnimation-up {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

.scrollAnimation-down {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
}

.scrollAnimation-left {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

.scrollAnimation-right {
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

.scrollAnimation-parallax-y-down {
  -webkit-transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scrollAnimation-parallax-y-up {
  -webkit-transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  transition: all 1200ms cubic-bezier(0.2, 0.6, 0.3, 1) 0ms;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.scrollAnimation-mask {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.scrollAnimation-mask:before {
  content: "";
  width: 200%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-25%, 0) skewX(15deg);
  transform: translate(-25%, 0) skewX(15deg);
  -webkit-transition: all 2s cubic-bezier(0.58, 0.36, 0, 1) 0s;
  transition: all 2s cubic-bezier(0.58, 0.36, 0, 1) 0s;
  position: absolute;
  top: 0;
  z-index: 1;
}

.scrollAnimation-mask:after {
  content: "";
  width: 200%;
  height: 100%;
  display: block;
  background: white;
  -webkit-transform: translate(-25%, 0) skewX(15deg);
  transform: translate(-25%, 0) skewX(15deg);
  -webkit-transition: all 1s cubic-bezier(0.75, 0.08, 0.74, 1) 0.08s;
  transition: all 1s cubic-bezier(0.75, 0.08, 0.74, 1) 0.08s;
  position: absolute;
  top: 0;
  z-index: 2;
}

.scrollAnimation-mask.active {
  opacity: 1;
}

.scrollAnimation-mask.active:before {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-110%, 0) skewX(15deg);
  transform: translate(-110%, 0) skewX(15deg);
}

.scrollAnimation-mask.active:after {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-115%, 0) skewX(15deg);
  transform: translate(-115%, 0) skewX(15deg);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table caption,
table th {
  text-align: left;
}

.baseTable {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.baseTable th,
.baseTable td {
  padding: 20px 16px;
  line-height: 130%;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.baseTable td {
  background: #ffffff;
  color: #212121;
  vertical-align: middle;
}

.baseTable th {
  width: 28%;
  background: #fafafa;
  color: #212121;
  font-weight: 500;
  text-align: left;
}

.wpBaseTable table {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpBaseTable table th,
.wpBaseTable table td {
  padding: 16px;
  line-height: 120%;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.required {
  margin-right: 10px;
  padding: 2px 8px;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #d32f2f;
  color: #ffffff !important;
  font-size: clamp(0.75rem, 0.7125rem + 0.16vw, 0.8125rem);
  white-space: nowrap;
  position: relative;
  top: -1px;
}

.optional {
  margin-right: 10px;
  padding: 2px 8px;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #212121;
  color: #ffffff !important;
  font-size: clamp(0.75rem, 0.7125rem + 0.16vw, 0.8125rem);
  white-space: nowrap;
  position: relative;
  top: -1px;
}

input {
  padding: 2px 6px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  color: #212121;
}

input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

input::-moz-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

input:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

input::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

input::placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

input:focus {
  outline: 0;
  background: rgba(0, 105, 180, 0.05);
  border: 1px solid #1e2b5b;
}

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=time] {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

input[type=text],
input[type=email] {
  width: 100%;
}

select {
  padding: 2px 6px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  color: #212121;
}

select::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

select::-moz-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

select:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

select::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

select::placeholder {
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -2px;
}

select:focus {
  outline: 0;
  background: #FCF2F5;
  border: 1px solid #1e2b5b;
}

label {
  cursor: pointer;
}

textarea {
  padding: 4px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #212121;
}

textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

textarea::-moz-placeholder {
  color: #bdbdbd;
}

textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

textarea::-ms-input-placeholder {
  color: #bdbdbd;
}

textarea::placeholder {
  color: #bdbdbd;
}

textarea:focus {
  outline: 0;
  background: rgba(0, 105, 180, 0.05);
  border: 1px solid #1e2b5b;
}

/*波形のアニメーション*/

@-webkit-keyframes circleanime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1, 1.4);
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}

@keyframes circleanime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1, 1.4);
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}

.wpcf7-form.invalid .wpcf7-response-output {
  margin: 0 !important;
  padding: 30px 15px;
  background: #ffffff;
  border: 2px solid #c62828 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  color: #c62828;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.wpcf7-form.sent .wpcf7-response-output {
  padding: 30px 15px;
  border: none;
  background: #00acc1;
  border: 2px solid #00acc1 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.wpcf7-form.submitting .btn__send {
  background: #00acc1;
  position: relative;
}

.wpcf7-form.submitting .btn__send:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #00acc1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 1.5s circleanime linear infinite;
  animation: 1.5s circleanime linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 1;
}

.wpcf7-form.submitting .btn__send:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #00acc1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: 1.5s circleanime linear infinite;
  animation: 1.5s circleanime linear infinite;
  opacity: 1;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #c62828;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

span.wpcf7-list-item {
  margin-left: 0;
  display: inline-block;
}

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainVisual {
  width: 100%;
  height: 100vh;
  background: url(../images/bg_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.mainVisual__inner {
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1000px;
  width: calc(100% - 80px);
  text-align: left;
  position: relative;
}

.mainVisual__hl {
  margin: 0 auto;
  /* margin: 0 auto 20%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainVisual__hl-logo {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(80px, 24vw, 200px);
  /* width: clamp(80px, 24vw, 248px); */
}

.mainVisual__hl-text {
  font-size: 2rem;
  /* font-size: clamp(1rem, 0.475rem + 2.24vw, 1.875rem); */
  color: #ffffff;
  /* color: #1e2b5b; */
  font-family: serif; 
  text-align: center;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .mainVisual__hl-text {
    font-size: 1.2rem;
  }
}

.mainVisual__hl-date {
  line-height: 110%;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2rem, 0.575rem + 6.08vw, 4.375rem);
  letter-spacing: -0.05em;
}

.mainVisual__hl-en {
  line-height: 110%;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.75rem, 0.55rem + 5.12vw, 3.75rem);
  letter-spacing: -0.05em;
}

.mainVisual__read {
  margin: 0;
  line-height: 140%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #1e2b5b;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.85rem + 2.24vw, 2.25rem);
  text-shadow: 0 0 6px white;
  position: absolute;
  top: 10%;
  right: 1%;
}

.mainVisual__read-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.category {
  padding: 40px 0;
  background: url(../images/bg_category.jpg) no-repeat center;
  background-size: cover;
}

.categoryList {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  width: calc(100% - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.categoryList__item {
  list-style: none;
  width: calc(25% - 15px);
}

.categoryList__fig {
  margin: 0;
}

.categoryList__caption {
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(1rem, -0.6261792453rem + 3.3018867925vw, 1.4375rem);
  font-family: serif;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.categoryList__caption-small {
  line-height: 120%;
  display: block;
  font-size: clamp(0.75rem, -0.6438679245rem + 2.8301886792vw, 1.125rem);
}

.sbi_btn_text {
  color: #ffffff;
  display: inline-block;
}

.sbi_btn_text:before {
  margin-right: 4px;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
}

.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /* justify-content: space-between; */
}

.access__map {
  /* width: 50%; */
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.access__outline {
  /* width: 45%; */
}

.accessTable {
  margin: 0 auto;
  /* max-width: 730px; */
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accessTable tr {
  border-bottom: 1px solid #e0e0e0;
}

.accessTable th {
  white-space: nowrap;
}

.accessTable th,
.accessTable td {
  padding: 24px;
  vertical-align: top;
}
@media all and (max-width: 480px) {
.accessTable th,
.accessTable td {
  padding: 12px;
}
}

.accessTable__caption {
  margin-bottom: 4px;
  text-align: center;
  font-size: clamp(1.125rem, 0.975rem + 0.64vw, 1.375rem);
}

.inputList {
  margin: 60px 0;
  text-align: left;
}

.inputList__item {
  margin: 30px 0;
}

.inputList__item .error {
  margin-top: 5px;
  display: block;
  color: #d32f2f;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}

.inputList__item .error:before {
  content: "※";
}

.opinion {
  height: 200px;
}

.maxW600 {
  max-width: 600px;
}

.maxW500 {
  max-width: 500px;
}

.maxW400 {
  max-width: 400px;
}

.maxW300 {
  max-width: 300px;
}

.maxW200 {
  max-width: 200px;
}

.inputItem {
  margin: 40px 0;
}

.inputItem__name {
  margin: 20px 0;
  display: block;
  font-weight: 700;
}

.inputItem__attention {
  margin: 0;
  line-height: 180%;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

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

.nameBox__item {
  width: calc(50% - 5px);
}

.privacyWrap {
  margin: 20px 0;
  width: 100%;
  height: 240px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  overflow-y: auto;
}

.privacyWrap__inner {
  padding: 16px 20px;
}

.privacyWrap__hl {
  padding-bottom: 24px;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.privacySec {
  margin: 32px 0;
}

.privacySec__address {
  font-style: normal;
}

.privacySec__hl {
  font-size: 16px;
  font-size: 1rem;
}

.privacySec__read {
  font-size: clamp(0.8125rem, 0.7375rem + 0.32vw, 0.9375rem);
}

span[data-name=agree] {
  display: block;
}

span[data-name=agree] span {
  margin: 0;
  display: block;
}

span[data-name=agree] label {
  margin-top: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e1f5fe;
  border-radius: 3px;
  border: 1px solid #b3e5fc;
  color: #212121;
  cursor: pointer;
}

span[data-name=agree] label:before {
  top: 50% !important;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.grecaptcha-badge {
  visibility: hidden;
  bottom: 80px !important;
  z-index: 9999;
}

#sb_instagram {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sb_instagram:after {
  content: "";
  display: table;
  clear: both;
}

#sb_instagram.sbi_fixed_height {
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sb_instagram #sbi_images {
  width: 100%;
  float: left;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sb_instagram .sbi_header_link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
  border: none;
}

#sb_instagram #sbi_images .sbi_item {
  display: inline-block;
  float: left;
  vertical-align: top;
  zoom: 1;
  padding: inherit !important;
  margin: 0 !important;
  text-decoration: none;
  opacity: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 0;
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
  width: 100%;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
  width: 50%;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: 33.33%;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: 25%;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
  width: 20%;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
  width: 16.66%;
}

#sb_instagram.sbi_col_7 #sbi_images .sbi_item {
  width: 14.28%;
}

#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
  width: 12.5%;
}

#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
  width: 11.11%;
}

#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
  width: 10%;
}

#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
  width: 100%;
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
  width: 50%;
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
  width: 33.33%;
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
  width: 25%;
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
  width: 20%;
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
  width: 16.66%;
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item {
  width: 14.28%;
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
  width: 12.5%;
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item {
  width: 11.11%;
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
  width: 10%;
}

#sb_instagram .sbi_photo_wrap {
  position: relative;
}

#sb_instagram .sbi_photo {
  display: block;
  text-decoration: none;
}

#sb_instagram .sbi_photo img {
  width: 100%;
  height: auto;
}

#sb_instagram .sbi_no_js img {
  display: none;
}

#sb_instagram a,
#sb_instagram a:active,
#sb_instagram a:focus,
#sb_instagram a:hover {
  outline: 0;
}

#sb_instagram img {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  opacity: 1 !important;
}

#sb_instagram .sbi_link {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
}

#sb_instagram .sbi_link a {
  padding: 0 6px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
  padding-bottom: 5px;
}

#sb_instagram .sbi_link a:focus,
#sb_instagram .sbi_link a:hover {
  text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:focus .sbi_link,
#sb_instagram .sbi_photo_wrap:hover .sbi_link {
  display: block;
}

#sb_instagram svg:not(:root).svg-inline--fa {
  height: 1em;
  display: inline-block;
}

#sb_instagram .sbi_type_carousel .sbi_playbtn,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.sbi_type_carousel .fa-clone {
  display: block !important;
  position: absolute;
  z-index: 1;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  font-style: normal !important;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#sb_instagram .sbi_type_carousel .sbi_playbtn,
#sb_instagram .sbi_type_video .sbi_playbtn {
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -19px;
  padding: 0;
  font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
  right: 12px;
  top: 12px;
  font-size: 24px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.sbi_type_carousel svg.fa-clone {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

#sb_instagram .sbi_loader {
  width: 20px;
  height: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  -webkit-animation: sbi-sk-scaleout 1s infinite ease-in-out;
  animation: sbi-sk-scaleout 1s infinite ease-in-out;
}

#sb_instagram br {
  display: none;
}

#sbi_load p {
  display: inline;
  padding: 0;
  margin: 0;
}

#sb_instagram #sbi_load .sbi_loader {
  position: absolute;
  margin-top: -11px;
  background-color: #fff;
  opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sbi-sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.sbi-screenreader {
  text-indent: -9999px !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  text-align: left !important;
  overflow: hidden !important;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  float: left;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
  float: left;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.sb_instagram_header.sbi_header_outside {
  float: unset;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sbi_no_avatar .sbi_header_img {
  background: #333;
  color: #fff;
  width: 50px;
  height: 50px;
  position: relative;
}

.sbi_no_avatar .sbi_header_hashtag_icon {
  display: block;
  color: #fff;
  opacity: 0.9;
  -webkit-transition: background 0.6s linear, color 0.6s linear;
  transition: background 0.6s linear, color 0.6s linear;
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
  display: block;
  opacity: 1;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}

#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
  float: left;
  position: relative;
  width: 50px;
  margin: 0 0 0 -100% !important;
  overflow: hidden;
  border-radius: 40px;
}

#sb_instagram .sb_instagram_header .sbi_header_img img,
.sb_instagram_header .sbi_header_img img {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 40px;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  font-size: 36px;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
  overflow: hidden;
  background: url("../img/small-logo.png") no-repeat 0 0;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
  z-index: 2;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_fade_in,
.sb_instagram_header .sbi_fade_in {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  -moz-opacity: 0;
  opacity: 0;
  border-radius: 40px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
.sb_instagram_header a:focus .sbi_header_img_hover,
.sb_instagram_header a:hover .sbi_header_img_hover {
  opacity: 1;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
  float: left;
  width: 100%;
  padding-top: 5px;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
  text-decoration: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
#sb_instagram .sb_instagram_header .sbi_header_text h3,
.sb_instagram_header .sbi_header_text .sbi_bio,
.sb_instagram_header .sbi_header_text h3 {
  float: left;
  clear: both;
  width: auto;
  margin: 0 0 0 60px !important;
  padding: 0 !important;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
  font-size: 16px;
  line-height: 1.3;
}

#sb_instagram .sb_instagram_header p,
.sb_instagram_header p {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

#sb_instagram p:empty {
  display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
.sb_instagram_header .sbi_header_text img.emoji {
  margin-right: 3px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3,
.sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  padding-top: 9px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
  clear: both;
}

#sb_instagram #sbi_load {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

#sb_instagram #sbi_load .fa-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -7px;
  font-size: 15px;
}

#sb_instagram #sbi_load {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
  opacity: 1;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
  opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 7px 14px;
  margin: 5px auto 0 auto;
  background: #333;
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sb_instagram #sbi_load .sbi_load_btn {
  position: relative;
}

#sb_instagram .sbi_follow_btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
  display: block;
  margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
  background: #408bd1;
  color: #fff;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
  outline: 0;
  -webkit-box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
  outline: 0;
  -webkit-box-shadow: inset 0 0 10px 20px #359dff;
  box-shadow: inset 0 0 10px 20px #359dff;
}

#sb_instagram #sbi_load .sbi_load_btn:active,
#sb_instagram .sbi_follow_btn a:active {
  -webkit-box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
  margin-bottom: -1px;
  margin-right: 7px;
  font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
  vertical-align: -0.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 5px;
}

#sb_instagram .sb_instagram_error {
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

#sbi_mod_error {
  display: none;
  border: 1px solid #ddd;
  background: #eee;
  color: #333;
  margin: 10px 0 0;
  padding: 10px 15px;
  font-size: 13px;
  text-align: center;
  clear: both;
  border-radius: 4px;
}

#sbi_mod_error br {
  display: initial !important;
}

#sbi_mod_error p {
  padding: 5px 0 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

#sbi_mod_error ol,
#sbi_mod_error ul {
  padding: 5px 0 5px 20px !important;
  margin: 0 !important;
}

#sbi_mod_error li {
  padding: 1px 0 !important;
  margin: 0 !important;
}

#sbi_mod_error span {
  font-size: 12px;
}

#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,
#sb_instagram.sbi_medium .sbi_playbtn {
  margin-top: -12px;
  margin-left: -9px;
  font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
  right: 8px;
  top: 8px;
  font-size: 18px;
}

#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,
#sb_instagram.sbi_small .sbi_playbtn {
  margin-top: -9px;
  margin-left: -7px;
  font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
  right: 5px;
  top: 5px;
  font-size: 12px;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
  z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
  opacity: 1;
}

#sb_instagram.sbi_no_js .sbi_load_btn,
#sb_instagram.sbi_no_js .sbi_photo img {
  display: none;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo {
  padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
  display: inline-block;
  padding: 6px 10px;
  background: #ddd;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  color: #444;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
  background: #ccc;
  background: rgba(0, 0, 0, 0.15);
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
  margin-right: 2px;
}

#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,
.sbi_header_outside.sbi_header_palette_dark {
  background-color: rgba(0, 0, 0, 0.85);
  color: rgba(255, 255, 255, 0.75);
}

#sb_instagram.sbi_palette_dark .sbi_caption,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
.sbi_header_palette_dark {
  color: rgba(255, 255, 255, 0.75);
}

#sb_instagram.sbi_palette_dark .sbi_meta,
.sbi_header_palette_dark .sbi_bio {
  color: rgba(255, 255, 255, 0.75);
}

#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
.sbi_header_palette_dark a {
  color: #fff;
}

#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,
.sbi_header_outside.sbi_header_palette_light {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(255, 255, 255, 0.75);
}

#sb_instagram.sbi_palette_light .sbi_caption,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
.sbi_header_palette_light {
  color: rgba(0, 0, 0, 0.85);
}

#sb_instagram.sbi_palette_light .sbi_meta,
.sbi_header_palette_light .sbi_bio {
  color: rgba(0, 0, 0, 0.85);
}

#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
.sbi_header_palette_light a {
  color: #000;
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
  display: none !important;
}

@media all and (min-width: 480px) {
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
  .sb_instagram_header.sbi_medium .sbi_header_img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }

  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
  .sb_instagram_header.sbi_medium .sbi_header_img img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }

  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
  .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    font-size: 20px;
  }

  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
    font-size: 14px;
  }

  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    margin-left: 95px !important;
    line-height: 1.4;
  }

  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
  .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    margin-right: -85px !important;
  }

  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
    margin-top: 4px !important;
  }

  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
  .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
    padding-top: 20px !important;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
  .sb_instagram_header.sbi_large .sbi_header_img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
  .sb_instagram_header.sbi_large .sbi_header_img img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
  .sb_instagram_header.sbi_large .sbi_header_text h3 {
    font-size: 28px;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info {
    font-size: 16px;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
  .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_large .sbi_header_text h3 {
    margin-left: 140px !important;
    line-height: 1.5;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
  .sb_instagram_header.sbi_large .sbi_header_text h3 {
    margin-right: -120px !important;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info {
    margin-top: 12px !important;
  }

  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3,
  .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3 {
    padding-top: 32px !important;
  }
}

@media only screen and (min-width: 1120px) {
  .pcNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .tabVisible {
    display: none;
  }

  .telLinnk {
    pointer-events: none;
    text-decoration: none;
    color: #212121;
  }
}

@media all and (max-width: 800px) {
  #sb_instagram.sbi_tab_col_10 #sbi_images .sbi_item {
    width: 10%;
  }

  #sb_instagram.sbi_tab_col_9 #sbi_images .sbi_item {
    width: 11.11%;
  }

  #sb_instagram.sbi_tab_col_8 #sbi_images .sbi_item {
    width: 12.5%;
  }

  #sb_instagram.sbi_tab_col_7 #sbi_images .sbi_item {
    width: 14.28%;
  }

  #sb_instagram.sbi_tab_col_6 #sbi_images .sbi_item {
    width: 16.66%;
  }

  #sb_instagram.sbi_tab_col_5 #sbi_images .sbi_item {
    width: 20%;
  }

  #sb_instagram.sbi_tab_col_4 #sbi_images .sbi_item {
    width: 25%;
  }

  #sb_instagram.sbi_tab_col_3 #sbi_images .sbi_item {
    width: 33.33%;
  }

  #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
    width: 50%;
  }

  #sb_instagram.sbi_tab_col_1 #sbi_images .sbi_item {
    width: 100%;
  }
}

@media all and (max-width: 640px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50%;
  }

  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 25%;
  }

  #sb_instagram.sbi_width_resp {
    width: 100% !important;
  }
}

@media only screen and (max-width: 499px) {
  a:hover {
    opacity: 1 !important;
  }

  a:hover img {
    opacity: 1 !important;
  }

  .container {
    width: calc(100% - 40px);
  }

  .section {
    margin: 40px 0;
  }

  .section__hl {
    margin: 0 0 20px;
  }

  .rowBox__2elem {
    margin: 0;
    display: block;
  }

  .rowBox__2elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem {
    margin: 0;
    display: block;
  }

  .rowBox__3elem:after {
    display: none;
  }

  .rowBox__3elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__3elem--reverse:after {
    display: none;
  }

  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem {
    margin: 0;
    display: block;
  }

  .rowBox__4elem:before {
    display: none;
  }

  .rowBox__4elem:after {
    display: none;
  }

  .rowBox__4elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__4elem--reverse:before {
    display: none;
  }

  .rowBox__4elem--reverse:after {
    display: none;
  }

  .rowBox__4elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hTop {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }

  .hTop__hl img {
    max-height: 44px;
  }

  .hTop__contents {
    margin: 0 0 0 auto;
    padding-bottom: 0;
  }

  .hContact {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hContact__item--btn {
    margin: 0 0 0 5px;
  }

  .hContact__item--tel {
    margin: 0 0 0 5px;
  }

  .hContact__item--hour {
    display: none;
  }

  .hContact__btn {
    padding: 0;
    background: none;
    border: none;
  }

  .hContact__btn:hover .fa {
    color: #000000;
  }

  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .hContact__btn--text {
    display: none;
  }

  .hContact__tel {
    pointer-events: auto;
  }

  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }

  .hContact__tel--num {
    display: none;
  }

  .spMenu__btn {
    margin: 0 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    background: none;
    opacity: 0;
    position: absolute;
    top: 0;
  }

  .gNav__box {
    width: 260px;
    height: 100vh;
    background: #1e2b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .menu {
    padding-bottom: 120px;
    width: 100%;
    display: block;
  }

  .menu-item {
    width: 100%;
    border-right: none;
  }

  .menu-item:first-child {
    border-left: none;
  }

  .menu-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }

  .menu-item > a:after {
    display: none;
  }

  .sub-menu {
    display: block !important;
    position: static;
    border: none;
  }

  .sub-menu .menu-item > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sub-menu .menu-item > a:after {
    display: none;
  }

  .sub-menu .menu-item-has-children:before {
    display: none;
  }

  .sub-menu .menu-item-has-children:after {
    display: none;
  }

  .sub-menu .sub-menu {
    display: block !important;
    position: static;
    border: none;
  }

  .sub-menu .sub-menu .menu-item a {
    padding: 0 20px 0 51px;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .spNone {
    display: none !important;
  }

  .tabVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }

  .btn {
    height: 44px;
    font-size: 16px;
    font-size: 1rem;
  }

  .btn__send,
  .btn__send:focus {
    width: 100%;
    max-width: 280px;
    height: 60px;
  }

  .pagetop {
    bottom: 40px;
    right: 10px;
  }

  .pagetop a {
    width: 40px;
    height: 40px;
  }

  .scrollAnimation-parallax-y-down {
    -webkit-transition: none;
    transition: none;
  }

  .scrollAnimation-parallax-y-up {
    -webkit-transition: none;
    transition: none;
  }

  .baseTable th,
  .baseTable td {
    padding: 12px 8px;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .wpBaseTable table th,
  .wpBaseTable table td {
    padding: 12px 8px;
  }

  .wpBaseTable__sp table tr {
    display: block;
    width: 100%;
  }

  .wpBaseTable__sp table th,
  .wpBaseTable__sp table td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .required {
    padding: 2px 6px;
    height: 20px;
  }

  .optional {
    padding: 2px 6px;
    height: 20px;
  }

  .mainVisual {
    background: url(../images/bg_main_sp.jpg) no-repeat center bottom;
    background-size: cover;
    height: 540px;
  }

  .mainVisual__inner {
    width: calc(100% - 40px);
  }

  .mainVisual__hl {
    margin: -8% auto 30px;
  }

  .mainVisual__hl-logo {
    margin-bottom: 0.5em;
  }

  .mainVisual__read {
    position: static;
  }

  .category {
    padding: 30px 0 10px;
  }

  .categoryList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 40px);
  }

  .categoryList__item {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }

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

  .access__map {
    width: 100%;
  }

  .access__outline {
    width: 100%;
  }

  .accessTable {
    margin: 28px auto 0;
  }

  .inputList {
    margin: 40px 0 0;
  }

  .maxW300 {
    width: 100%;
    max-width: none;
  }

  .maxW200 {
    width: 100%;
    max-width: none;
  }

  .inputItem {
    margin: 30px 0;
  }

  .grecaptcha-badge {
    margin: 0 auto;
    position: static !important;
  }
}

@media all and (max-width: 480px) {
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 100%;
  }

  #sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item {
    width: 10%;
  }

  #sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item {
    width: 11.11%;
  }

  #sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item {
    width: 12.5%;
  }

  #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item {
    width: 14.28%;
  }

  #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item {
    width: 16.66%;
  }

  #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
    width: 20%;
  }

  #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
    width: 25%;
  }

  #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
    width: 33.33%;
  }

  #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
    width: 50%;
  }

  #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
    width: 100%;
  }

  #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
    width: 100%;
  }

  #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
    width: 50%;
  }

  #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
    width: 33.33%;
  }

  #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
    width: 25%;
  }

  #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
    width: 20%;
  }

  #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item {
    width: 16.66%;
  }

  #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item {
    width: 14.28%;
  }

  #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
  #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
    width: 100%;
  }

  #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
    width: 50%;
  }

  #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
    width: 33.33%;
  }

  #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
    width: 25%;
  }

  #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
    width: 20%;
  }

  #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item {
    width: 16.66%;
  }

  #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item {
    width: 14.28%;
  }

  #sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item {
    width: 12.5%;
  }

  #sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item {
    width: 11.11%;
  }

  #sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item {
    width: 10%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1119px) {
  a:hover {
    opacity: 1 !important;
  }

  a:hover img {
    opacity: 1 !important;
  }

  .section {
    margin: 60px 0;
  }

  .hContact {
    margin-right: 20px;
  }

  .hContact__tel {
    pointer-events: auto;
  }

  .sub-menu .menu-item > a {
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
  }

  .sub-menu .menu-item-has-children:before {
    display: none;
  }

  .sub-menu .menu-item-has-children:after {
    display: none;
  }

  .tabNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
  .container {
    width: calc(100% - 64px);
  }

  .rowBox__2elem {
    margin: 0;
    display: block;
  }

  .rowBox__2elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem {
    margin: 0;
    display: block;
  }

  .rowBox__3elem:after {
    display: none;
  }

  .rowBox__3elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__3elem--reverse:after {
    display: none;
  }

  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem {
    margin: 0;
    display: block;
  }

  .rowBox__4elem:before {
    display: none;
  }

  .rowBox__4elem:after {
    display: none;
  }

  .rowBox__4elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__4elem--reverse:before {
    display: none;
  }

  .rowBox__4elem--reverse:after {
    display: none;
  }

  .rowBox__4elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hTop {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }

  .hTop__hl img {
    max-height: 56px;
  }

  .hTop__contents {
    margin: 0 0 0 auto;
    padding-bottom: 0;
  }

  .hContact {
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hContact__item--btn {
    margin: 0 5px;
  }

  .hContact__item--tel {
    margin: 0 5px;
  }

  .hContact__item--hour {
    display: none;
  }

  .hContact__btn {
    padding: 0;
    background: none;
    border: none;
  }

  .hContact__btn:hover .fa {
    color: #000000;
  }

  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .hContact__btn--text {
    display: none;
  }

  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }

  .hContact__tel--num {
    display: none;
  }

  .spMenu__btn {
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    background: none;
    opacity: 0;
    position: absolute;
    top: 0;
  }

  .gNav__box {
    width: 260px;
    height: 100vh;
    background: #1e2b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .menu {
    padding-bottom: 120px;
    width: 100%;
    display: block;
  }

  .menu-item {
    width: 100%;
    border-right: none;
  }

  .menu-item:first-child {
    border-left: none;
  }

  .menu-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }

  .menu-item > a:after {
    display: none;
  }

  .sub-menu {
    display: block !important;
    position: static;
    border: none;
  }

  .sub-menu .menu-item > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sub-menu .menu-item > a:after {
    display: none;
  }

  .sub-menu .sub-menu {
    display: block !important;
    position: static;
    border: none;
  }

  .sub-menu .sub-menu .menu-item a {
    padding: 0 20px 0 51px;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .pagetop a {
    width: 42px;
    height: 42px;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .wpBaseTable__sp table tr {
    display: block;
    width: 100%;
  }

  .wpBaseTable__sp table th,
  .wpBaseTable__sp table td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .mainVisual {
    background: url(../images/bg_main_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .mainVisual__inner {
    width: calc(100% - 64px);
  }

  .mainVisual__hl {
    margin: 0 auto 10%;
  }

  .mainVisual__read {
    position: static;
  }

  .category {
    padding: 40px 0 20px;
  }

  .categoryList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 64px);
  }

  .categoryList__item {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }

  .categoryList__caption {
    font-size: clamp(1rem, 0.6027542373rem + 1.6949152542vw, 1.4375rem);
  }

  .categoryList__caption-small {
    font-size: clamp(0.75rem, 0.409503632rem + 1.4527845036vw, 1.125rem);
  }

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

  .access__map {
    width: 100%;
  }

  .access__outline {
    width: 100%;
  }

  .accessTable {
    margin: 40px auto 0;
  }
}

@media only screen and (min-width: 788px) and (max-width: 999px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hTop {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }

  .hTop__hl img {
    max-height: 66px;
  }

  .hTop__contents {
    margin: 0 0 0 auto;
    padding-bottom: 0;
  }

  .hContact {
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hContact__item--btn {
    margin: 0 5px;
  }

  .hContact__item--tel {
    margin: 0 5px;
  }

  .hContact__item--hour {
    display: none;
  }

  .hContact__btn {
    padding: 0;
    background: none;
    border: none;
  }

  .hContact__btn:hover .fa {
    color: #000000;
  }

  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .hContact__btn--text {
    display: none;
  }

  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }

  .hContact__tel--num {
    display: none;
  }

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

  .gNav {
    background: none;
    opacity: 0;
    position: absolute;
    top: 0;
  }

  .gNav__box {
    width: 260px;
    height: 100vh;
    background: #1e2b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .menu {
    padding-bottom: 120px;
    width: 100%;
    display: block;
  }

  .menu-item {
    width: 100%;
    border-right: none;
  }

  .menu-item:first-child {
    border-left: none;
  }

  .menu-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }

  .menu-item > a:after {
    display: none;
  }

  .sub-menu {
    display: block !important;
    position: static;
    border: none;
  }

  .sub-menu .menu-item > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sub-menu .menu-item > a:after {
    display: none;
  }

  .sub-menu .sub-menu {
    display: block !important;
    position: static;
    border: none;
  }

  .sub-menu .sub-menu .menu-item a {
    padding: 0 20px 0 51px;
  }
}


/****************************************************
グローバルナビ PC
*****************************************************/
.gnav--sp, .navToggle {
  display: none;
}

.gnav {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1262px) {
  .gnav {
    max-width: 100%;
    left: 0;
    right: 0;
  }
}
.gnav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  max-width: initial;
  left: initial;
  right: inherit;
  background-color: #1e2b5b;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 640px;
  height: 80px;
  /*グローバルナビアコーディオンPC */
}
.gnav__list li {
  list-style-type: none;
  padding: 0;
}
.gnav__list li li > div, .gnav__list li a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1090px) {
  .gnav__list li li > div, .gnav__list li a {
    padding: 0 10px;
  }
}
.gnav__list li span {
  color: #B2B9CB;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Lato", "Quicksand", sans-serif;
  font-style: italic;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1090px) {
  .gnav__list li span {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
.gnav__list li img.guidance {
  width: 71px;
}
.gnav__list .gnav__over-list--item {
  text-align: center;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.gnav__list .gnav__over-list--item a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.gnav__list .gnav__over-list--a {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 1044px) and (min-width: 769px) {
  .gnav__list .gnav__over-list--a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/****************************************************
グローバルナビ
*****************************************************/
@media only screen and (max-width: 768px) {
  .gnav {
    display: none;
  }
  .gnav--sp {
    display: block;
    position: fixed;
    z-index: 99;
    top: 60px;
    left: 0;
    color: #000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .gnav--sp .gnav--sp__list {
    margin: 0 auto;
    padding: 16vw 0 1em;
    width: 100%;
    text-align: center;
  }
  .gnav--sp .gnav--sp__list li {
    width: 100%;
    padding: 0;
    /* border-bottom: 1px solid #fff; */
    list-style-type: none;
  }
  .gnav--sp .gnav--sp__list li:nth-child(14), .gnav--sp .gnav--sp__list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .gnav--sp .gnav--sp__list li > div, .gnav--sp .gnav--sp__list a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    font-size: 1.3rem;
  }
  .gnav--sp.active {
    background: #1f2c5b;
    opacity: 1;
    visibility: visible;
    z-index: 500;
    height: calc(100% - 9rem);
    padding-bottom: 5.8rem;
    top: 50px;
    overflow-y: scroll;
  }
  .gnav--sp .header__recruit {
    display: block;
    margin: 1vh auto 0;
  }
  .gnav--sp .header__recruit .button:after, .gnav--sp .header__recruit .pagelink li a:after, .pagelink li .gnav--sp .header__recruit a:after {
    right: 0.3em;
    top: -3px;
  }
  .navToggle {
    display: block;
    width: 55px;
    height: 50px;
    cursor: pointer;
    background-color: #1f2c5b;
    z-index: 200;
    position: fixed;
    top: 0;
    right: 6px;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 42px;
    border-bottom: solid 3px #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 7px;
  }
  .navToggle span:nth-child(1) {
    top: 12px;
  }
  .navToggle span:nth-child(2) {
    top: 23px;
  }
  .navToggle span:nth-child(3) {
    top: 34px;
  }
  }
  .navToggle.active span:nth-child(1) {
    top: 24px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navToggle.active span:nth-child(4) {
    top: 38px;
  }
  .overlay {
    background: rgba(0, 102, 45, 0.94);
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }


/*グローバルナビアコーディオンSP*/
.gnav--sp__over-accordion {
  display: none;
}
.gnav--sp__over-accordion .gnav--sp__over-accordion--item {
  border: 1px solid #3E65C2;
  margin-top: -1px;
}
.gnav--sp__over-accordion .gnav--sp__over-accordion--item:active {
  background: white;
}
.gnav--sp__over-accordion .gnav--sp__over-accordion--item .gnav--sp__over-list--a {
  color: #fff;
}

.gnav--sp__over-list--item {
  position: relative;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
.gnav--sp__over-list--item .slide_menu {
  position: absolute;
  width: 50px;
  height: 50px;
  border: #ffffff solid 1px;
  top: 6px;
  right: 0;
}
.gnav--sp__over-list--item .slide_menu:after {
  position: absolute;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 65%;
  color: #ffffff;
  padding-left: 1em;
}
.gnav--sp__over-list--item .slide_menu.open:after {
  content: "\f068";
}

.gnav-accordion {
  display: none;
}

.gnav--sp__over-accordion {
  display: none;
}

.gnav-accordion--item__listWrap {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.gnav-accordion--item__listWrap .row {
  padding-left: 0.5em;
}
@media only screen and (max-width: 420px) {
  .gnav-accordion--item__listWrap .row {
    padding-left: 0.3em;
  }
}
.gnav-accordion--item__listWrap .-field a {
  padding: 0;
  font-weight: bold;
  color: #333333;
}
.gnav-accordion--item__listWrap .gnav-accordion--item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0 0 4px;
}
.gnav-accordion--item__listWrap .gnav-accordion--item__list i {
  margin-right: 4px;
}
.gnav-accordion--item__listWrap .gnav-accordion--item__list .gnav-accordion--item {
  position: relative;
}
.gnav-accordion--item__listWrap .gnav-accordion--item__list a {
  margin-bottom: 0;
  padding: 0.2em 0;
  color: #00662D;
}

#sec02,#sec03,#sec04 {
  margin-top: -100px;
  padding-bottom: 100px;
}
/*# sourceMappingURL=style.css.map */
