@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&display=swap&subset=latin-ext");

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

/* float
  -------------------------------------------------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

@media screen and (max-width: 700px) {

  .fleft,
  .fright {
    font: none;
  }
}

/* marginとpadding指定
  -------------------------------------------------- */
.m5 {
  margin: 5px;
}

.t-m5 {
  margin-top: 5px;
}

.r-m5 {
  margin-right: 5px;
}

.b-m5 {
  margin-bottom: 5px;
}

.l-m5 {
  margin-left: 5px;
}

.h-m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.w-m5 {
  margin-left: 5px;
  margin-right: 5px;
}

.p5 {
  padding: 5px;
}

.t-p5 {
  padding-top: 5px;
}

.r-p5 {
  padding-right: 5px;
}

.b-p5 {
  padding-bottom: 5px;
}

.l-p5 {
  padding-left: 5px;
}

.h-p5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.w-p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.m10 {
  margin: 10px;
}

.t-m10 {
  margin-top: 10px;
}

.r-m10 {
  margin-right: 10px;
}

.b-m10 {
  margin-bottom: 10px;
}

.l-m10 {
  margin-left: 10px;
}

.h-m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.w-m10 {
  margin-left: 10px;
  margin-right: 10px;
}

.p10 {
  padding: 10px;
}

.t-p10 {
  padding-top: 10px;
}

.r-p10 {
  padding-right: 10px;
}

.b-p10 {
  padding-bottom: 10px;
}

.l-p10 {
  padding-left: 10px;
}

.h-p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.w-p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.m15 {
  margin: 15px;
}

.t-m15 {
  margin-top: 15px;
}

.r-m15 {
  margin-right: 15px;
}

.b-m15 {
  margin-bottom: 15px;
}

.l-m15 {
  margin-left: 15px;
}

.h-m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.w-m15 {
  margin-left: 15px;
  margin-right: 15px;
}

.p15 {
  padding: 15px;
}

.t-p15 {
  padding-top: 15px;
}

.r-p15 {
  padding-right: 15px;
}

.b-p15 {
  padding-bottom: 15px;
}

.l-p15 {
  padding-left: 15px;
}

.h-p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.w-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.m20 {
  margin: 20px;
}

.t-m20 {
  margin-top: 20px;
}

.r-m20 {
  margin-right: 20px;
}

.b-m20 {
  margin-bottom: 20px;
}

.l-m20 {
  margin-left: 20px;
}

.h-m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.w-m20 {
  margin-left: 20px;
  margin-right: 20px;
}

.p20 {
  padding: 20px;
}

.t-p20 {
  padding-top: 20px;
}

.r-p20 {
  padding-right: 20px;
}

.b-p20 {
  padding-bottom: 20px;
}

.l-p20 {
  padding-left: 20px;
}

.h-p20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.w-p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.m25 {
  margin: 25px;
}

.t-m25 {
  margin-top: 25px;
}

.r-m25 {
  margin-right: 25px;
}

.b-m25 {
  margin-bottom: 25px;
}

.l-m25 {
  margin-left: 25px;
}

.h-m25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.w-m25 {
  margin-left: 25px;
  margin-right: 25px;
}

.p25 {
  padding: 25px;
}

.t-p25 {
  padding-top: 25px;
}

.r-p25 {
  padding-right: 25px;
}

.b-p25 {
  padding-bottom: 25px;
}

.l-p25 {
  padding-left: 25px;
}

.h-p25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.w-p25 {
  padding-left: 25px;
  padding-right: 25px;
}

.m30 {
  margin: 30px;
}

.t-m30 {
  margin-top: 30px;
}

.r-m30 {
  margin-right: 30px;
}

.b-m30 {
  margin-bottom: 30px;
}

.l-m30 {
  margin-left: 30px;
}

.h-m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.w-m30 {
  margin-left: 30px;
  margin-right: 30px;
}

.p30 {
  padding: 30px;
}

.t-p30 {
  padding-top: 30px;
}

.r-p30 {
  padding-right: 30px;
}

.b-p30 {
  padding-bottom: 30px;
}

.l-p30 {
  padding-left: 30px;
}

.h-p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.w-p30 {
  padding-left: 30px;
  padding-right: 30px;
}

.m35 {
  margin: 35px;
}

.t-m35 {
  margin-top: 35px;
}

.r-m35 {
  margin-right: 35px;
}

.b-m35 {
  margin-bottom: 35px;
}

.l-m35 {
  margin-left: 35px;
}

.h-m35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.w-m35 {
  margin-left: 35px;
  margin-right: 35px;
}

.p35 {
  padding: 35px;
}

.t-p35 {
  padding-top: 35px;
}

.r-p35 {
  padding-right: 35px;
}

.b-p35 {
  padding-bottom: 35px;
}

.l-p35 {
  padding-left: 35px;
}

.h-p35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.w-p35 {
  padding-left: 35px;
  padding-right: 35px;
}

.m40 {
  margin: 40px;
}

.t-m40 {
  margin-top: 40px;
}

.r-m40 {
  margin-right: 40px;
}

.b-m40 {
  margin-bottom: 40px;
}

.l-m40 {
  margin-left: 40px;
}

.h-m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.w-m40 {
  margin-left: 40px;
  margin-right: 40px;
}

.p40 {
  padding: 40px;
}

.t-p40 {
  padding-top: 40px;
}

.r-p40 {
  padding-right: 40px;
}

.b-p40 {
  padding-bottom: 40px;
}

.l-p40 {
  padding-left: 40px;
}

.h-p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.w-p40 {
  padding-left: 40px;
  padding-right: 40px;
}

.m45 {
  margin: 45px;
}

.t-m45 {
  margin-top: 45px;
}

.r-m45 {
  margin-right: 45px;
}

.b-m45 {
  margin-bottom: 45px;
}

.l-m45 {
  margin-left: 45px;
}

.h-m45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.w-m45 {
  margin-left: 45px;
  margin-right: 45px;
}

.p45 {
  padding: 45px;
}

.t-p45 {
  padding-top: 45px;
}

.r-p45 {
  padding-right: 45px;
}

.b-p45 {
  padding-bottom: 45px;
}

.l-p45 {
  padding-left: 45px;
}

.h-p45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.w-p45 {
  padding-left: 45px;
  padding-right: 45px;
}

.m50 {
  margin: 50px;
}

.t-m50 {
  margin-top: 50px;
}

.r-m50 {
  margin-right: 50px;
}

.b-m50 {
  margin-bottom: 50px;
}

.l-m50 {
  margin-left: 50px;
}

.h-m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.w-m50 {
  margin-left: 50px;
  margin-right: 50px;
}

.p50 {
  padding: 50px;
}

.t-p50 {
  padding-top: 50px;
}

.r-p50 {
  padding-right: 50px;
}

.b-p50 {
  padding-bottom: 50px;
}

.l-p50 {
  padding-left: 50px;
}

.h-p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.w-p50 {
  padding-left: 50px;
  padding-right: 50px;
}

.m55 {
  margin: 55px;
}

.t-m55 {
  margin-top: 55px;
}

.r-m55 {
  margin-right: 55px;
}

.b-m55 {
  margin-bottom: 55px;
}

.l-m55 {
  margin-left: 55px;
}

.h-m55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.w-m55 {
  margin-left: 55px;
  margin-right: 55px;
}

.p55 {
  padding: 55px;
}

.t-p55 {
  padding-top: 55px;
}

.r-p55 {
  padding-right: 55px;
}

.b-p55 {
  padding-bottom: 55px;
}

.l-p55 {
  padding-left: 55px;
}

.h-p55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.w-p55 {
  padding-left: 55px;
  padding-right: 55px;
}

.m60 {
  margin: 60px;
}

.t-m60 {
  margin-top: 60px;
}

.r-m60 {
  margin-right: 60px;
}

.b-m60 {
  margin-bottom: 60px;
}

.l-m60 {
  margin-left: 60px;
}

.h-m60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.w-m60 {
  margin-left: 60px;
  margin-right: 60px;
}

.p60 {
  padding: 60px;
}

.t-p60 {
  padding-top: 60px;
}

.r-p60 {
  padding-right: 60px;
}

.b-p60 {
  padding-bottom: 60px;
}

.l-p60 {
  padding-left: 60px;
}

.h-p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.w-p60 {
  padding-left: 60px;
  padding-right: 60px;
}

.m65 {
  margin: 65px;
}

.t-m65 {
  margin-top: 65px;
}

.r-m65 {
  margin-right: 65px;
}

.b-m65 {
  margin-bottom: 65px;
}

.l-m65 {
  margin-left: 65px;
}

.h-m65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.w-m65 {
  margin-left: 65px;
  margin-right: 65px;
}

.p65 {
  padding: 65px;
}

.t-p65 {
  padding-top: 65px;
}

.r-p65 {
  padding-right: 65px;
}

.b-p65 {
  padding-bottom: 65px;
}

.l-p65 {
  padding-left: 65px;
}

.h-p65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.w-p65 {
  padding-left: 65px;
  padding-right: 65px;
}

.m70 {
  margin: 70px;
}

.t-m70 {
  margin-top: 70px;
}

.r-m70 {
  margin-right: 70px;
}

.b-m70 {
  margin-bottom: 70px;
}

.l-m70 {
  margin-left: 70px;
}

.h-m70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.w-m70 {
  margin-left: 70px;
  margin-right: 70px;
}

.p70 {
  padding: 70px;
}

.t-p70 {
  padding-top: 70px;
}

.r-p70 {
  padding-right: 70px;
}

.b-p70 {
  padding-bottom: 70px;
}

.l-p70 {
  padding-left: 70px;
}

.h-p70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.w-p70 {
  padding-left: 70px;
  padding-right: 70px;
}

.m75 {
  margin: 75px;
}

.t-m75 {
  margin-top: 75px;
}

.r-m75 {
  margin-right: 75px;
}

.b-m75 {
  margin-bottom: 75px;
}

.l-m75 {
  margin-left: 75px;
}

.h-m75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.w-m75 {
  margin-left: 75px;
  margin-right: 75px;
}

.p75 {
  padding: 75px;
}

.t-p75 {
  padding-top: 75px;
}

.r-p75 {
  padding-right: 75px;
}

.b-p75 {
  padding-bottom: 75px;
}

.l-p75 {
  padding-left: 75px;
}

.h-p75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.w-p75 {
  padding-left: 75px;
  padding-right: 75px;
}

.m80 {
  margin: 80px;
}

.t-m80 {
  margin-top: 80px;
}

.r-m80 {
  margin-right: 80px;
}

.b-m80 {
  margin-bottom: 80px;
}

.l-m80 {
  margin-left: 80px;
}

.h-m80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.w-m80 {
  margin-left: 80px;
  margin-right: 80px;
}

.p80 {
  padding: 80px;
}

.t-p80 {
  padding-top: 80px;
}

.r-p80 {
  padding-right: 80px;
}

.b-p80 {
  padding-bottom: 80px;
}

.l-p80 {
  padding-left: 80px;
}

.h-p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.w-p80 {
  padding-left: 80px;
  padding-right: 80px;
}

.m85 {
  margin: 85px;
}

.t-m85 {
  margin-top: 85px;
}

.r-m85 {
  margin-right: 85px;
}

.b-m85 {
  margin-bottom: 85px;
}

.l-m85 {
  margin-left: 85px;
}

.h-m85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.w-m85 {
  margin-left: 85px;
  margin-right: 85px;
}

.p85 {
  padding: 85px;
}

.t-p85 {
  padding-top: 85px;
}

.r-p85 {
  padding-right: 85px;
}

.b-p85 {
  padding-bottom: 85px;
}

.l-p85 {
  padding-left: 85px;
}

.h-p85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.w-p85 {
  padding-left: 85px;
  padding-right: 85px;
}

.m90 {
  margin: 90px;
}

.t-m90 {
  margin-top: 90px;
}

.r-m90 {
  margin-right: 90px;
}

.b-m90 {
  margin-bottom: 90px;
}

.l-m90 {
  margin-left: 90px;
}

.h-m90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.w-m90 {
  margin-left: 90px;
  margin-right: 90px;
}

.p90 {
  padding: 90px;
}

.t-p90 {
  padding-top: 90px;
}

.r-p90 {
  padding-right: 90px;
}

.b-p90 {
  padding-bottom: 90px;
}

.l-p90 {
  padding-left: 90px;
}

.h-p90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.w-p90 {
  padding-left: 90px;
  padding-right: 90px;
}

.m95 {
  margin: 95px;
}

.t-m95 {
  margin-top: 95px;
}

.r-m95 {
  margin-right: 95px;
}

.b-m95 {
  margin-bottom: 95px;
}

.l-m95 {
  margin-left: 95px;
}

.h-m95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.w-m95 {
  margin-left: 95px;
  margin-right: 95px;
}

.p95 {
  padding: 95px;
}

.t-p95 {
  padding-top: 95px;
}

.r-p95 {
  padding-right: 95px;
}

.b-p95 {
  padding-bottom: 95px;
}

.l-p95 {
  padding-left: 95px;
}

.h-p95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.w-p95 {
  padding-left: 95px;
  padding-right: 95px;
}

.m100 {
  margin: 100px;
}

.t-m100 {
  margin-top: 100px;
}

.r-m100 {
  margin-right: 100px;
}

.b-m100 {
  margin-bottom: 100px;
}

.l-m100 {
  margin-left: 100px;
}

.h-m100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.w-m100 {
  margin-left: 100px;
  margin-right: 100px;
}

.p100 {
  padding: 100px;
}

.t-p100 {
  padding-top: 100px;
}

.r-p100 {
  padding-right: 100px;
}

.b-p100 {
  padding-bottom: 100px;
}

.l-p100 {
  padding-left: 100px;
}

.h-p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.w-p100 {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 700px) {
  .sm5 {
    margin: 5px;
  }

  .st-m5 {
    margin-top: 5px;
  }

  .sr-m5 {
    margin-right: 5px;
  }

  .sb-m5 {
    margin-bottom: 5px;
  }

  .sl-m5 {
    margin-left: 5px;
  }

  .sh-m5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sw-m5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sp5 {
    padding: 5px;
  }

  .st-p5 {
    padding-top: 5px;
  }

  .sr-p5 {
    padding-right: 5px;
  }

  .sb-p5 {
    padding-bottom: 5px;
  }

  .sl-p5 {
    padding-left: 5px;
  }

  .sh-p5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sw-p5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm10 {
    margin: 10px;
  }

  .st-m10 {
    margin-top: 10px;
  }

  .sr-m10 {
    margin-right: 10px;
  }

  .sb-m10 {
    margin-bottom: 10px;
  }

  .sl-m10 {
    margin-left: 10px;
  }

  .sh-m10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sw-m10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sp10 {
    padding: 10px;
  }

  .st-p10 {
    padding-top: 10px;
  }

  .sr-p10 {
    padding-right: 10px;
  }

  .sb-p10 {
    padding-bottom: 10px;
  }

  .sl-p10 {
    padding-left: 10px;
  }

  .sh-p10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sw-p10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm15 {
    margin: 15px;
  }

  .st-m15 {
    margin-top: 15px;
  }

  .sr-m15 {
    margin-right: 15px;
  }

  .sb-m15 {
    margin-bottom: 15px;
  }

  .sl-m15 {
    margin-left: 15px;
  }

  .sh-m15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sw-m15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sp15 {
    padding: 15px;
  }

  .st-p15 {
    padding-top: 15px;
  }

  .sr-p15 {
    padding-right: 15px;
  }

  .sb-p15 {
    padding-bottom: 15px;
  }

  .sl-p15 {
    padding-left: 15px;
  }

  .sh-p15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sw-p15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm20 {
    margin: 20px;
  }

  .st-m20 {
    margin-top: 20px;
  }

  .sr-m20 {
    margin-right: 20px;
  }

  .sb-m20 {
    margin-bottom: 20px;
  }

  .sl-m20 {
    margin-left: 20px;
  }

  .sh-m20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sw-m20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sp20 {
    padding: 20px;
  }

  .st-p20 {
    padding-top: 20px;
  }

  .sr-p20 {
    padding-right: 20px;
  }

  .sb-p20 {
    padding-bottom: 20px;
  }

  .sl-p20 {
    padding-left: 20px;
  }

  .sh-p20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sw-p20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm25 {
    margin: 25px;
  }

  .st-m25 {
    margin-top: 25px;
  }

  .sr-m25 {
    margin-right: 25px;
  }

  .sb-m25 {
    margin-bottom: 25px;
  }

  .sl-m25 {
    margin-left: 25px;
  }

  .sh-m25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sw-m25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sp25 {
    padding: 25px;
  }

  .st-p25 {
    padding-top: 25px;
  }

  .sr-p25 {
    padding-right: 25px;
  }

  .sb-p25 {
    padding-bottom: 25px;
  }

  .sl-p25 {
    padding-left: 25px;
  }

  .sh-p25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sw-p25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm30 {
    margin: 30px;
  }

  .st-m30 {
    margin-top: 30px;
  }

  .sr-m30 {
    margin-right: 30px;
  }

  .sb-m30 {
    margin-bottom: 30px;
  }

  .sl-m30 {
    margin-left: 30px;
  }

  .sh-m30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sw-m30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sp30 {
    padding: 30px;
  }

  .st-p30 {
    padding-top: 30px;
  }

  .sr-p30 {
    padding-right: 30px;
  }

  .sb-p30 {
    padding-bottom: 30px;
  }

  .sl-p30 {
    padding-left: 30px;
  }

  .sh-p30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sw-p30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm35 {
    margin: 35px;
  }

  .st-m35 {
    margin-top: 35px;
  }

  .sr-m35 {
    margin-right: 35px;
  }

  .sb-m35 {
    margin-bottom: 35px;
  }

  .sl-m35 {
    margin-left: 35px;
  }

  .sh-m35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sw-m35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sp35 {
    padding: 35px;
  }

  .st-p35 {
    padding-top: 35px;
  }

  .sr-p35 {
    padding-right: 35px;
  }

  .sb-p35 {
    padding-bottom: 35px;
  }

  .sl-p35 {
    padding-left: 35px;
  }

  .sh-p35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sw-p35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm40 {
    margin: 40px;
  }

  .st-m40 {
    margin-top: 40px;
  }

  .sr-m40 {
    margin-right: 40px;
  }

  .sb-m40 {
    margin-bottom: 40px;
  }

  .sl-m40 {
    margin-left: 40px;
  }

  .sh-m40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sw-m40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sp40 {
    padding: 40px;
  }

  .st-p40 {
    padding-top: 40px;
  }

  .sr-p40 {
    padding-right: 40px;
  }

  .sb-p40 {
    padding-bottom: 40px;
  }

  .sl-p40 {
    padding-left: 40px;
  }

  .sh-p40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sw-p40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm45 {
    margin: 45px;
  }

  .st-m45 {
    margin-top: 45px;
  }

  .sr-m45 {
    margin-right: 45px;
  }

  .sb-m45 {
    margin-bottom: 45px;
  }

  .sl-m45 {
    margin-left: 45px;
  }

  .sh-m45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sw-m45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sp45 {
    padding: 45px;
  }

  .st-p45 {
    padding-top: 45px;
  }

  .sr-p45 {
    padding-right: 45px;
  }

  .sb-p45 {
    padding-bottom: 45px;
  }

  .sl-p45 {
    padding-left: 45px;
  }

  .sh-p45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sw-p45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm50 {
    margin: 50px;
  }

  .st-m50 {
    margin-top: 50px;
  }

  .sr-m50 {
    margin-right: 50px;
  }

  .sb-m50 {
    margin-bottom: 50px;
  }

  .sl-m50 {
    margin-left: 50px;
  }

  .sh-m50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sw-m50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sp50 {
    padding: 50px;
  }

  .st-p50 {
    padding-top: 50px;
  }

  .sr-p50 {
    padding-right: 50px;
  }

  .sb-p50 {
    padding-bottom: 50px;
  }

  .sl-p50 {
    padding-left: 50px;
  }

  .sh-p50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sw-p50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm55 {
    margin: 55px;
  }

  .st-m55 {
    margin-top: 55px;
  }

  .sr-m55 {
    margin-right: 55px;
  }

  .sb-m55 {
    margin-bottom: 55px;
  }

  .sl-m55 {
    margin-left: 55px;
  }

  .sh-m55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sw-m55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sp55 {
    padding: 55px;
  }

  .st-p55 {
    padding-top: 55px;
  }

  .sr-p55 {
    padding-right: 55px;
  }

  .sb-p55 {
    padding-bottom: 55px;
  }

  .sl-p55 {
    padding-left: 55px;
  }

  .sh-p55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sw-p55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm60 {
    margin: 60px;
  }

  .st-m60 {
    margin-top: 60px;
  }

  .sr-m60 {
    margin-right: 60px;
  }

  .sb-m60 {
    margin-bottom: 60px;
  }

  .sl-m60 {
    margin-left: 60px;
  }

  .sh-m60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sw-m60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sp60 {
    padding: 60px;
  }

  .st-p60 {
    padding-top: 60px;
  }

  .sr-p60 {
    padding-right: 60px;
  }

  .sb-p60 {
    padding-bottom: 60px;
  }

  .sl-p60 {
    padding-left: 60px;
  }

  .sh-p60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sw-p60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm65 {
    margin: 65px;
  }

  .st-m65 {
    margin-top: 65px;
  }

  .sr-m65 {
    margin-right: 65px;
  }

  .sb-m65 {
    margin-bottom: 65px;
  }

  .sl-m65 {
    margin-left: 65px;
  }

  .sh-m65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .sw-m65 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .sp65 {
    padding: 65px;
  }

  .st-p65 {
    padding-top: 65px;
  }

  .sr-p65 {
    padding-right: 65px;
  }

  .sb-p65 {
    padding-bottom: 65px;
  }

  .sl-p65 {
    padding-left: 65px;
  }

  .sh-p65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sw-p65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm70 {
    margin: 70px;
  }

  .st-m70 {
    margin-top: 70px;
  }

  .sr-m70 {
    margin-right: 70px;
  }

  .sb-m70 {
    margin-bottom: 70px;
  }

  .sl-m70 {
    margin-left: 70px;
  }

  .sh-m70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .sw-m70 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .sp70 {
    padding: 70px;
  }

  .st-p70 {
    padding-top: 70px;
  }

  .sr-p70 {
    padding-right: 70px;
  }

  .sb-p70 {
    padding-bottom: 70px;
  }

  .sl-p70 {
    padding-left: 70px;
  }

  .sh-p70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sw-p70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm75 {
    margin: 75px;
  }

  .st-m75 {
    margin-top: 75px;
  }

  .sr-m75 {
    margin-right: 75px;
  }

  .sb-m75 {
    margin-bottom: 75px;
  }

  .sl-m75 {
    margin-left: 75px;
  }

  .sh-m75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .sw-m75 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .sp75 {
    padding: 75px;
  }

  .st-p75 {
    padding-top: 75px;
  }

  .sr-p75 {
    padding-right: 75px;
  }

  .sb-p75 {
    padding-bottom: 75px;
  }

  .sl-p75 {
    padding-left: 75px;
  }

  .sh-p75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sw-p75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm80 {
    margin: 80px;
  }

  .st-m80 {
    margin-top: 80px;
  }

  .sr-m80 {
    margin-right: 80px;
  }

  .sb-m80 {
    margin-bottom: 80px;
  }

  .sl-m80 {
    margin-left: 80px;
  }

  .sh-m80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sw-m80 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .sp80 {
    padding: 80px;
  }

  .st-p80 {
    padding-top: 80px;
  }

  .sr-p80 {
    padding-right: 80px;
  }

  .sb-p80 {
    padding-bottom: 80px;
  }

  .sl-p80 {
    padding-left: 80px;
  }

  .sh-p80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sw-p80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm85 {
    margin: 85px;
  }

  .st-m85 {
    margin-top: 85px;
  }

  .sr-m85 {
    margin-right: 85px;
  }

  .sb-m85 {
    margin-bottom: 85px;
  }

  .sl-m85 {
    margin-left: 85px;
  }

  .sh-m85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .sw-m85 {
    margin-left: 85px;
    margin-right: 85px;
  }

  .sp85 {
    padding: 85px;
  }

  .st-p85 {
    padding-top: 85px;
  }

  .sr-p85 {
    padding-right: 85px;
  }

  .sb-p85 {
    padding-bottom: 85px;
  }

  .sl-p85 {
    padding-left: 85px;
  }

  .sh-p85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sw-p85 {
    padding-left: 85px;
    padding-right: 85px;
  }

  .sm90 {
    margin: 90px;
  }

  .st-m90 {
    margin-top: 90px;
  }

  .sr-m90 {
    margin-right: 90px;
  }

  .sb-m90 {
    margin-bottom: 90px;
  }

  .sl-m90 {
    margin-left: 90px;
  }

  .sh-m90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sw-m90 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .sp90 {
    padding: 90px;
  }

  .st-p90 {
    padding-top: 90px;
  }

  .sr-p90 {
    padding-right: 90px;
  }

  .sb-p90 {
    padding-bottom: 90px;
  }

  .sl-p90 {
    padding-left: 90px;
  }

  .sh-p90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sw-p90 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm95 {
    margin: 95px;
  }

  .st-m95 {
    margin-top: 95px;
  }

  .sr-m95 {
    margin-right: 95px;
  }

  .sb-m95 {
    margin-bottom: 95px;
  }

  .sl-m95 {
    margin-left: 95px;
  }

  .sh-m95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }

  .sw-m95 {
    margin-left: 95px;
    margin-right: 95px;
  }

  .sp95 {
    padding: 95px;
  }

  .st-p95 {
    padding-top: 95px;
  }

  .sr-p95 {
    padding-right: 95px;
  }

  .sb-p95 {
    padding-bottom: 95px;
  }

  .sl-p95 {
    padding-left: 95px;
  }

  .sh-p95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .sw-p95 {
    padding-left: 95px;
    padding-right: 95px;
  }

  .sm100 {
    margin: 100px;
  }

  .st-m100 {
    margin-top: 100px;
  }

  .sr-m100 {
    margin-right: 100px;
  }

  .sb-m100 {
    margin-bottom: 100px;
  }

  .sl-m100 {
    margin-left: 100px;
  }

  .sh-m100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .sw-m100 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .sp100 {
    padding: 100px;
  }

  .st-p100 {
    padding-top: 100px;
  }

  .sr-p100 {
    padding-right: 100px;
  }

  .sb-p100 {
    padding-bottom: 100px;
  }

  .sl-p100 {
    padding-left: 100px;
  }

  .sh-p100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sw-p100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* text-align
  -------------------------------------------------- */
.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

/* テキストカラー指定
  -------------------------------------------------- */
.tc-orange {
  color: #ff6600;
}

.tc-red {
  color: #cc0000;
}

.tc-blue {
  color: #0068b7;
}

.tc-green {
  color: #547c3e;
}

.tc-skyblue {
  color: #029fe6;
}

.tc-magenta {
  color: #663366;
}

.tc-white {
  color: #fff;
}

.tc-pink {
  color: #ff8ec0;
}

.tc-darkpink {
  color: #9e005d;
}

.tc-black {
  color: #000;
}

.tc-yellow {
  color: #fff100;
}

.tc-base {
  color: #272D26;
}

.tc-sub {
  color: #124D2E;
}

/* 背景色指定
  -------------------------------------------------- */
.bg-orange {
  background-color: #ff6600;
}

.bg-red {
  background-color: #cc0000;
}

.bg-blue {
  background-color: #0068b7;
}

.bg-green {
  background-color: #547c3e;
}

.bg-skyblue {
  background-color: #029fe6;
}

.bg-magenta {
  background-color: #663366;
}

.bg-white {
  background-color: #fff;
}

.bg-pink {
  background-color: #ff8ec0;
}

.bg-darkpink {
  background-color: #9e005d;
}

.bg-black {
  background-color: #000;
}

.bg-yellow {
  background-color: #fff100;
}

.bg-eee {
  background-color: #eee;
}

.bg-fa {
  background-color: #fafafa;
}

.bg-base {
  background-color: #272D26;
}

.bg-sub {
  background-color: #124D2E;
}

/* フォントサイズ指定
  -------------------------------------------------- */
.f-s1 {
  font-size: 1px !important;
}

.f-s2 {
  font-size: 2px !important;
}

.f-s3 {
  font-size: 3px !important;
}

.f-s4 {
  font-size: 4px !important;
}

.f-s5 {
  font-size: 5px !important;
}

.f-s6 {
  font-size: 6px !important;
}

.f-s7 {
  font-size: 7px !important;
}

.f-s8 {
  font-size: 8px !important;
}

.f-s9 {
  font-size: 9px !important;
}

.f-s10 {
  font-size: 10px !important;
}

.f-s11 {
  font-size: 11px !important;
}

.f-s12 {
  font-size: 12px !important;
}

.f-s13 {
  font-size: 13px !important;
}

.f-s14 {
  font-size: 14px !important;
}

.f-s15 {
  font-size: 15px !important;
}

.f-s16 {
  font-size: 16px !important;
}

.f-s17 {
  font-size: 17px !important;
}

.f-s18 {
  font-size: 18px !important;
}

.f-s19 {
  font-size: 19px !important;
}

.f-s20 {
  font-size: 20px !important;
}

.f-s21 {
  font-size: 21px !important;
}

.f-s22 {
  font-size: 22px !important;
}

.f-s23 {
  font-size: 23px !important;
}

.f-s24 {
  font-size: 24px !important;
}

.f-s25 {
  font-size: 25px !important;
}

.f-s26 {
  font-size: 26px !important;
}

.f-s27 {
  font-size: 27px !important;
}

.f-s28 {
  font-size: 28px !important;
}

.f-s29 {
  font-size: 29px !important;
}

.f-s30 {
  font-size: 30px !important;
}

.f-s31 {
  font-size: 31px !important;
}

.f-s32 {
  font-size: 32px !important;
}

.f-s33 {
  font-size: 33px !important;
}

.f-s34 {
  font-size: 34px !important;
}

.f-s35 {
  font-size: 35px !important;
}

.f-s36 {
  font-size: 36px !important;
}

.f-s37 {
  font-size: 37px !important;
}

.f-s38 {
  font-size: 38px !important;
}

.f-s39 {
  font-size: 39px !important;
}

.f-s40 {
  font-size: 40px !important;
}

@media screen and (max-width: 700px) {
  .mf-s1 {
    font-size: 1px !important;
  }

  .mf-s2 {
    font-size: 2px !important;
  }

  .mf-s3 {
    font-size: 3px !important;
  }

  .mf-s4 {
    font-size: 4px !important;
  }

  .mf-s5 {
    font-size: 5px !important;
  }

  .mf-s6 {
    font-size: 6px !important;
  }

  .mf-s7 {
    font-size: 7px !important;
  }

  .mf-s8 {
    font-size: 8px !important;
  }

  .mf-s9 {
    font-size: 9px !important;
  }

  .mf-s10 {
    font-size: 10px !important;
  }

  .mf-s11 {
    font-size: 11px !important;
  }

  .mf-s12 {
    font-size: 12px !important;
  }

  .mf-s13 {
    font-size: 13px !important;
  }

  .mf-s14 {
    font-size: 14px !important;
  }

  .mf-s15 {
    font-size: 15px !important;
  }

  .mf-s16 {
    font-size: 16px !important;
  }

  .mf-s17 {
    font-size: 17px !important;
  }

  .mf-s18 {
    font-size: 18px !important;
  }

  .mf-s19 {
    font-size: 19px !important;
  }

  .mf-s20 {
    font-size: 20px !important;
  }

  .mf-s21 {
    font-size: 21px !important;
  }

  .mf-s22 {
    font-size: 22px !important;
  }

  .mf-s23 {
    font-size: 23px !important;
  }

  .mf-s24 {
    font-size: 24px !important;
  }

  .mf-s25 {
    font-size: 25px !important;
  }

  .mf-s26 {
    font-size: 26px !important;
  }

  .mf-s27 {
    font-size: 27px !important;
  }

  .mf-s28 {
    font-size: 28px !important;
  }

  .mf-s29 {
    font-size: 29px !important;
  }

  .mf-s30 {
    font-size: 30px !important;
  }

  .mf-s31 {
    font-size: 31px !important;
  }

  .mf-s32 {
    font-size: 32px !important;
  }

  .mf-s33 {
    font-size: 33px !important;
  }

  .mf-s34 {
    font-size: 34px !important;
  }

  .mf-s35 {
    font-size: 35px !important;
  }

  .mf-s36 {
    font-size: 36px !important;
  }

  .mf-s37 {
    font-size: 37px !important;
  }

  .mf-s38 {
    font-size: 38px !important;
  }

  .mf-s39 {
    font-size: 39px !important;
  }

  .mf-s40 {
    font-size: 40px !important;
  }
}

/* 格子上の背景
  -------------------------------------------------- */
.u-bgGrid {
  width: 100%;
  background-image: linear-gradient(#ddd 1px, transparent 0), linear-gradient(90deg, #ddd 1px, transparent 0);
  background-size: 20px 20px;
}

/* base_colorボーダーで外包
  -------------------------------------------------- */
.u-border {
  border: solid thin #272D26;
}

/* スクロール
  -------------------------------------------------- */
.u-vscroll {
  overflow-y: auto;
  height: 200px;
}

.u-hscroll {
  overflow-x: auto;
  height: 90px;
}

/* メディアクエリで表示非表示制御
  -------------------------------------------------- */
@media screen and (min-width: 961px) {
  .u-pc {
    display: block;
  }

  .u-pctb {
    display: block;
  }

  .u-tb {
    display: none;
  }

  .u-tbsp {
    display: none;
  }

  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 960px) and (min-width: 701px) {
  .u-pc {
    display: none;
  }

  .u-pctb {
    display: block;
  }

  .u-tb {
    display: block;
  }

  .u-tbsp {
    display: block;
  }

  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .u-pc {
    display: none;
  }

  .u-pctb {
    display: none;
  }

  .u-tb {
    display: none;
  }

  .u-tbsp {
    display: block;
  }

  .u-sp {
    display: block;
  }
}

/* 画像枠とシャドウ
  -------------------------------------------------- */
.u-imgFrame {
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

/* テキストリンク
  -------------------------------------------------- */
.u-textLink {
  padding: 0 0.3em;
}

.u-textLink::before {
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f138";
  font-weight: 900;
  margin-right: 0.2em;
  text-decoration: none !important;
}

.u-textLink:hover {
  opacity: 0.6;
}

/* 文字のハイライト
  -------------------------------------------------- */
.u-marker {
  display: inline;
  font-weight: bold;
  line-height: 1.2;
  color: #6f806c;
  background: linear-gradient(transparent 70%, #899986 70%);
}

/* 画像の境界線を背景色でぼかす
  -------------------------------------------------- */
.u-blur {
  position: relative;
  width: 100%;
}

.u-blur img {
  width: 100%;
  height: 100%;
}

.u-blur::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 20px 20px #fff, inset 0 0 40px 40px #fff;
}

/* 縦横センター
  -------------------------------------------------- */
.u-hvcenter {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.u-hvcenter>* {
  margin: auto;
  width: 600px;
  max-width: 95%;
}

/* 丸いアイコン
  -------------------------------------------------- */
.u-round {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #999;
  position: relative;
}

.u-round::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.u-round>.inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

/* background統一
  -------------------------------------------------- */
.u-bgiCover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-bgiContain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.u-bgiLeft {
  background-position: left 50px bottom 50px;
  background-repeat: no-repeat;
  background-size: 350px auto;
}

.u-bgiRight {
  background-position: right 50px bottom 50px;
  background-repeat: no-repeat;
  background-size: 350px auto;
}

/* 角丸図形
  -------------------------------------------------- */
.u-bdrad {
  border-radius: 15px;
  overflow: hidden;
}

/* フォント切替
  -------------------------------------------------- */
.u-en {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.u-jp {
  font-family: "YakuHanJP", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* font-weight指定
-------------------------------------------------- */
.u-fw100 {
  font-weight: 100;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw600 {
  font-weight: 600;
}

.u-fw900 {
  font-weight: 900;
}

/* object-fit
-------------------------------------------------- */
.u-ofcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-ofcontain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/* 水平線装飾
-------------------------------------------------- */
hr {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: solid thin #ccc;
}

/* ボックスシャドウ
-------------------------------------------------- */
.u-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

/* cmsのボタン装飾
-------------------------------------------------- */
.pages {
  display: flex;
  font-weight: wrap;
  justify-content: center;
}

.pages * {
  box-sizing: border-box;
}

.pages .page_next,
.pages .page_prev {
  width: 50%;
  padding: 10px;
  position: relative;
}

.pages .page_next a,
.pages .page_prev a {
  display: block;
  background-color: #272D26;
  color: #fff;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  border: solid thin #272D26;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pages .page_next a:hover,
.pages .page_prev a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #272D26;
}

.pages .page_next {
  text-align: left;
}

.pages .page_next:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  font-weight: 900;
  color: #fff;
}

.pages .page_next a {
  padding-left: 30px;
  padding-right: 10px;
}

.pages .page_prev {
  text-align: right;
}

.pages .page_prev:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  color: #fff;
}

.pages .page_prev a {
  padding-left: 10px;
  padding-right: 30px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "YakuHanJP", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-size: 15px;
  background-color: #fff;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #272D26;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

iframe {
  border: 0;
}

/* ヘッダー
-------------------------------------------------- */
header {
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(18, 77, 46, 0.45);
}

header .inner {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 99;
}

header .inner>.u-logo {
  width: 300px;
  padding: 10px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

header .inner>.u-logo>a {
  display: block;
}

header .inner>.u-logo>a:hover {
  transition: all 0.3s ease;
  opacity: 0.9;
}

header .inner>.u-logo>a>img {
  width: 100%;
}

header .inner>.u-contents {
  width: calc(100% - 300px);
  height: 100%;
}

header .inner>.u-contents .pc {
  height: 100%;
  padding-top: 5px;
  margin: 0 20px;
  line-height: 1;
  text-align: center;
}

header .inner>.u-contents .sp {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

header .inner>.u-contents .sp a {
  font-size: 1.5em;
}

header.attach {
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  animation-name: slideheader;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes slideheader {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

@media screen and (max-width: 960px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 996;
    width: 100%;
  }

  header .inner {
    width: 100%;
  }

  header .inner .u-logo {
    width: 280px;
    margin: 0;
  }

  header .inner .u-contents {
    width: auto;
  }

  header .inner .u-contents .pc {
    display: none;
  }

  header .inner .u-contents .sp {
    display: block;
  }
}

/* グロナビ
-------------------------------------------------- */
.u-nav {
  width: 1200px;
  height: 70px;
  max-width: 100%;
  margin: auto;
  padding: 10px 0;
}

.u-nav>ul {
  display: flex;
  height: 100%;
}

.u-nav>ul>li {
  flex: 1;
  display: inline-block;
  padding: 0 10px;
  height: 100%;
  border-right: solid thin #fff;
}

.u-nav>ul>li:last-child {
  border-right: none;
}

.u-nav>ul>li>a {
  display: flex;
  align-items: center;
  height: 100%;
}

.u-nav>ul>li>a>b {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
  margin: auto;
}

.u-nav>ul>li>a>b img {
  width: 40px;
  margin-bottom: 3px;
}

.u-nav>ul>li>a>b>span {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}

.u-nav>ul>li:hover {
  transition: all 0.3s ease;
  background-color: #124D2E;
}

.u-nav>ul>li:hover a b {
  color: #fff;
}

.u-nav.attach {
  transition: all 0.3s ease;
}

.u-nav.attach>ul>li {
  border-right: solid thin #000;
}

.u-nav.attach>ul>li:last-child {
  border-right: none;
}

.u-nav.attach>ul>li>a>b {
  color: #000;
}

.u-nav.attach>ul>li:hover {
  transition: all 0.3s ease;
  background-color: #124D2E;
}

.u-nav.attach>ul>li:hover a b {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .u-nav {
    display: none;
  }
}

/* フッター
-------------------------------------------------- */
footer {
  height: auto;
  background-color: #000;
  border-bottom: 10px solid #030303;
  padding-top: 20px;
  color: #fff;
}

footer .inner {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-end;
}

footer .u-logo {
  background-color: #030303;
  width: 15%;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}

footer .u-contens {
  width: 85%;
  text-align: right;
  padding: 10px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 700px) {
  footer .inner {
    width: 100%;
  }

  footer .u-logo {
    width: 100%;
    text-align: center;
  }

  footer .u-logo img {
    width: 150px;
  }
}

/* スマホメニュー
-------------------------------------------------- */
#u-humbergerOpen {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
}

#u-humbergerOpen span {
  background-color: #fff;
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  transform: translateX(-50%);
}

#u-humbergerOpen span:nth-child(1) {
  top: 30%;
  left: 50%;
}

#u-humbergerOpen span:nth-child(2) {
  top: 50%;
  left: 50%;
}

#u-humbergerOpen span:nth-child(3) {
  bottom: 30%;
  left: 50%;
}

#u-humbergerOpen.opened span {
  background-color: #fff;
}

#u-humbergerOpen.opened span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

#u-humbergerOpen.opened span:nth-child(2) {
  opacity: 0;
}

#u-humbergerOpen.opened span:nth-child(3) {
  bottom: 50%;
  transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
  #u-humbergerOpen {
    display: block;
  }
}

#u-humbergerClose {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 0 20px auto;
}

#u-humbergerClose span {
  background-color: #fff;
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 50%;
}

#u-humbergerClose span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

#u-humbergerClose span:nth-child(2) {
  bottom: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

#u-drawernav {
  position: fixed;
  top: 0;
  right: -80vw;
  z-index: 998;
  width: 350px;
  height: 100vh;
  background-color: #124D2E;
  padding: 5px 10px 0;
  transition: all 0.3s ease;
}

#u-drawernav.opened {
  transition: all 0.3s ease;
  right: 0;
}

#u-drawernav>.logo {
  margin-bottom: 30px;
}

#u-drawernav>h3 {
  color: #fff;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 10px;
}

#u-drawernav>ul {
  padding: 0 10px;
}

#u-drawernav>ul>li {
  border-top: solid thin #fff;
}

#u-drawernav>ul>li:last-child {
  border-bottom: solid thin #fff;
}

#u-drawernav>ul>li>a {
  display: block;
  line-height: 1.6;
  padding: 10px 0;
  font-size: 0.8em;
}

#u-drawernav>ul>li>a:link,
#u-drawernav>ul>li>a:visited,
#u-drawernav>ul>li>a:active {
  color: #fff;
}

#u-drawernav>ul>li>a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 0.5em;
}

@media screen and (max-width: 700px) {
  #u-drawernav {
    width: 80vw;
  }
}

#u-navOverlay {
  position: fixed;
  top: 0;
  right: 100vw;
  z-index: 997;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

#u-navOverlay.opened {
  transition: all 0.3s ease;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

/* ファーストビュー
-------------------------------------------------- */
#first-view {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}

#first-view * {
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  #first-view {
    height: 70vh;
  }
}

#first-view img {
  width: 100%;
}

#first-view #backstretch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#first-view .container {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

#first-view .container .catch {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 700px;
  max-width: 90%;
  z-index: 2;
}

@media screen and (max-width: 700px) {
  #first-view .container .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    max-width: 90%;
    z-index: 2;
  }
}

/* フレックスコンテナ ver2
-------------------------------------------------- */
.u-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.u-flex img {
  vertical-align: middle;
  max-width: 100%;
}

.u-flex * {
  box-sizing: border-box;
}

.u-flex.jc-start {
  justify-content: flex-start;
}

.u-flex.jc-center {
  justify-content: center;
}

.u-flex.jc-end {
  justify-content: flex-end;
}

.u-flex.auto>* {
  width: auto;
}

.u-flex.fit>*.w5 {
  width: 5% !important;
}

.u-flex.fit>*.order1 {
  order: 1 !important;
}

.u-flex.fit>*.w10 {
  width: 10% !important;
}

.u-flex.fit>*.order2 {
  order: 2 !important;
}

.u-flex.fit>*.w15 {
  width: 15% !important;
}

.u-flex.fit>*.order3 {
  order: 3 !important;
}

.u-flex.fit>*.w20 {
  width: 20% !important;
}

.u-flex.fit>*.order4 {
  order: 4 !important;
}

.u-flex.fit>*.w25 {
  width: 25% !important;
}

.u-flex.fit>*.order5 {
  order: 5 !important;
}

.u-flex.fit>*.w30 {
  width: 30% !important;
}

.u-flex.fit>*.order6 {
  order: 6 !important;
}

.u-flex.fit>*.w35 {
  width: 35% !important;
}

.u-flex.fit>*.order7 {
  order: 7 !important;
}

.u-flex.fit>*.w40 {
  width: 40% !important;
}

.u-flex.fit>*.order8 {
  order: 8 !important;
}

.u-flex.fit>*.w45 {
  width: 45% !important;
}

.u-flex.fit>*.order9 {
  order: 9 !important;
}

.u-flex.fit>*.w50 {
  width: 50% !important;
}

.u-flex.fit>*.order10 {
  order: 10 !important;
}

.u-flex.fit>*.w55 {
  width: 55% !important;
}

.u-flex.fit>*.order11 {
  order: 11 !important;
}

.u-flex.fit>*.w60 {
  width: 60% !important;
}

.u-flex.fit>*.order12 {
  order: 12 !important;
}

.u-flex.fit>*.w65 {
  width: 65% !important;
}

.u-flex.fit>*.order13 {
  order: 13 !important;
}

.u-flex.fit>*.w70 {
  width: 70% !important;
}

.u-flex.fit>*.order14 {
  order: 14 !important;
}

.u-flex.fit>*.w75 {
  width: 75% !important;
}

.u-flex.fit>*.order15 {
  order: 15 !important;
}

.u-flex.fit>*.w80 {
  width: 80% !important;
}

.u-flex.fit>*.order16 {
  order: 16 !important;
}

.u-flex.fit>*.w85 {
  width: 85% !important;
}

.u-flex.fit>*.order17 {
  order: 17 !important;
}

.u-flex.fit>*.w90 {
  width: 90% !important;
}

.u-flex.fit>*.order18 {
  order: 18 !important;
}

.u-flex.fit>*.w95 {
  width: 95% !important;
}

.u-flex.fit>*.order19 {
  order: 19 !important;
}

.u-flex.fit>*.w100 {
  width: 100% !important;
}

.u-flex.fit>*.order20 {
  order: 20 !important;
}

@media screen and (min-width: 701px) {
  .u-flex.col-1>* {
    width: 100%;
  }

  .u-flex.col-2>* {
    width: 50%;
  }

  .u-flex.col-3>* {
    width: 33.3333333333%;
  }

  .u-flex.col-4>* {
    width: 25%;
  }

  .u-flex.col-5>* {
    width: 20%;
  }

  .u-flex.col-6>* {
    width: 16.6666666667%;
  }

  .u-flex>*.w5 {
    width: 5%;
  }

  .u-flex>*.order1 {
    order: 1;
  }

  .u-flex>*.w10 {
    width: 10%;
  }

  .u-flex>*.order2 {
    order: 2;
  }

  .u-flex>*.w15 {
    width: 15%;
  }

  .u-flex>*.order3 {
    order: 3;
  }

  .u-flex>*.w20 {
    width: 20%;
  }

  .u-flex>*.order4 {
    order: 4;
  }

  .u-flex>*.w25 {
    width: 25%;
  }

  .u-flex>*.order5 {
    order: 5;
  }

  .u-flex>*.w30 {
    width: 30%;
  }

  .u-flex>*.order6 {
    order: 6;
  }

  .u-flex>*.w35 {
    width: 35%;
  }

  .u-flex>*.order7 {
    order: 7;
  }

  .u-flex>*.w40 {
    width: 40%;
  }

  .u-flex>*.order8 {
    order: 8;
  }

  .u-flex>*.w45 {
    width: 45%;
  }

  .u-flex>*.order9 {
    order: 9;
  }

  .u-flex>*.w50 {
    width: 50%;
  }

  .u-flex>*.order10 {
    order: 10;
  }

  .u-flex>*.w55 {
    width: 55%;
  }

  .u-flex>*.order11 {
    order: 11;
  }

  .u-flex>*.w60 {
    width: 60%;
  }

  .u-flex>*.order12 {
    order: 12;
  }

  .u-flex>*.w65 {
    width: 65%;
  }

  .u-flex>*.order13 {
    order: 13;
  }

  .u-flex>*.w70 {
    width: 70%;
  }

  .u-flex>*.order14 {
    order: 14;
  }

  .u-flex>*.w75 {
    width: 75%;
  }

  .u-flex>*.order15 {
    order: 15;
  }

  .u-flex>*.w80 {
    width: 80%;
  }

  .u-flex>*.order16 {
    order: 16;
  }

  .u-flex>*.w85 {
    width: 85%;
  }

  .u-flex>*.order17 {
    order: 17;
  }

  .u-flex>*.w90 {
    width: 90%;
  }

  .u-flex>*.order18 {
    order: 18;
  }

  .u-flex>*.w95 {
    width: 95%;
  }

  .u-flex>*.order19 {
    order: 19;
  }

  .u-flex>*.w100 {
    width: 100%;
  }

  .u-flex>*.order20 {
    order: 20;
  }
}

@media screen and (max-width: 700px) {
  .u-flex.col-1>* {
    width: 100%;
  }

  .u-flex.col-2>* {
    width: 100%;
  }

  .u-flex.col-3>* {
    width: 100%;
  }

  .u-flex.col-4>* {
    width: 100%;
  }

  .u-flex.col-5>* {
    width: 100%;
  }

  .u-flex.col-6>* {
    width: 100%;
  }

  .u-flex>*.w5 {
    width: 100%;
  }

  .u-flex>*.order1 {
    order: 0;
  }

  .u-flex>*.w10 {
    width: 100%;
  }

  .u-flex>*.order2 {
    order: 0;
  }

  .u-flex>*.w15 {
    width: 100%;
  }

  .u-flex>*.order3 {
    order: 0;
  }

  .u-flex>*.w20 {
    width: 100%;
  }

  .u-flex>*.order4 {
    order: 0;
  }

  .u-flex>*.w25 {
    width: 100%;
  }

  .u-flex>*.order5 {
    order: 0;
  }

  .u-flex>*.w30 {
    width: 100%;
  }

  .u-flex>*.order6 {
    order: 0;
  }

  .u-flex>*.w35 {
    width: 100%;
  }

  .u-flex>*.order7 {
    order: 0;
  }

  .u-flex>*.w40 {
    width: 100%;
  }

  .u-flex>*.order8 {
    order: 0;
  }

  .u-flex>*.w45 {
    width: 100%;
  }

  .u-flex>*.order9 {
    order: 0;
  }

  .u-flex>*.w50 {
    width: 100%;
  }

  .u-flex>*.order10 {
    order: 0;
  }

  .u-flex>*.w55 {
    width: 100%;
  }

  .u-flex>*.order11 {
    order: 0;
  }

  .u-flex>*.w60 {
    width: 100%;
  }

  .u-flex>*.order12 {
    order: 0;
  }

  .u-flex>*.w65 {
    width: 100%;
  }

  .u-flex>*.order13 {
    order: 0;
  }

  .u-flex>*.w70 {
    width: 100%;
  }

  .u-flex>*.order14 {
    order: 0;
  }

  .u-flex>*.w75 {
    width: 100%;
  }

  .u-flex>*.order15 {
    order: 0;
  }

  .u-flex>*.w80 {
    width: 100%;
  }

  .u-flex>*.order16 {
    order: 0;
  }

  .u-flex>*.w85 {
    width: 100%;
  }

  .u-flex>*.order17 {
    order: 0;
  }

  .u-flex>*.w90 {
    width: 100%;
  }

  .u-flex>*.order18 {
    order: 0;
  }

  .u-flex>*.w95 {
    width: 100%;
  }

  .u-flex>*.order19 {
    order: 0;
  }

  .u-flex>*.w100 {
    width: 100%;
  }

  .u-flex>*.order20 {
    order: 0;
  }

  .u-flex.mcol-1>* {
    width: 100%;
  }

  .u-flex.mcol-2>* {
    width: 50%;
  }

  .u-flex.mcol-3>* {
    width: 33.3333333333%;
  }

  .u-flex.mcol-4>* {
    width: 25%;
  }

  .u-flex.mcol-5>* {
    width: 20%;
  }

  .u-flex.mcol-6>* {
    width: 16.6666666667%;
  }
}

/* 見出しタイトル00
================================================== */
.htitle00 {
  position: relative;
  padding: 1em;
  overflow: hidden;
  background-image: linear-gradient(to right bottom, #124D2E, #272D26);
  color: #fff;
}

.htitle00 .mainText {
  display: block;
  font-size: 2em;
  font-weight: 900;
}

.htitle00 .subText {
  display: block;
  font-size: 1em;
}

@media screen and (max-width: 700px) {
  .k-htitle00 .mainText {
    font-size: 1.8em;
  }

  .k-htitle00 .subText {
    font-size: 0.8em;
  }
}

/* 見出しタイトル01
	-------------------------------------------------- */
.htitle01 {
  font-size: 2em;
  font-weight: 900;
  padding-bottom: 0.1em;
  margin-bottom: 0.3em;
  position: relative;
}

.htitle01::before {
  content: "";
  width: 4em;
  height: 4px;
  background-color: #272D26;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
}

/* 見出しタイトル02
	-------------------------------------------------- */
.htitle02 {
  margin-bottom: 10px;
}

.htitle02 b {
  display: inline;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #272D26;
  background: linear-gradient(transparent 70%, #6f806c 70%);
}

@media screen and (max-width: 800px) {
  .htitle02 b {
    font-size: 1em;
  }
}

/* 見出しタイトル03
	-------------------------------------------------- */
.htitle03 {
  font-size: 2em;
  position: relative;
  border-top: solid 3px #272D26;
  border-bottom: solid 3px #272D26;
  background: #124D2E;
  line-height: 1.4rem;
  padding: 0.4em 0.5em;
  margin: 1em 0 0.5em;
  color: #fff;
}

.htitle03:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4\ POINT";
  background: #272D26;
  color: #fff;
  left: 0;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 見出しタイトル04
	-------------------------------------------------- */
.htitle04 {
  font-size: 2em;
  line-height: 1.2;
  position: relative;
  padding: 0.6em;
  margin-bottom: 20px;
  color: #272D26;
  background: #a4b0a2;
}

.htitle04:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: solid 15px transparent;
  border-top: solid 15px #a4b0a2;
  width: 0;
  height: 0;
}

@media screen and (max-width: 700px) {
  .k-htitle1 {
    width: 90%;
  }
}

/* 見出しタイトル05
	-------------------------------------------------- */
.htitle05 {
  border-bottom: solid 10px #124D2E;
  position: relative;
  font-size: 1.8em;
  line-height: 1.2;
  color: #272D26;
  font-weight: 900;
  margin-bottom: 20px;
  padding-left: 20px;
  letter-spacing: 0.2em;
}

.htitle05 span {
  font-size: 0.6em;
}

.htitle05:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #272D26;
  bottom: -3px;
  width: 20%;
}

/* 見出しタイトル06
	-------------------------------------------------- */
.htitle06 {
  line-height: 1.4;
  overflow: hidden;
  color: black;
}

.htitle06 .main {
  position: relative;
  letter-spacing: 0.2em;
  font-size: 2em;
}

.htitle06 .main::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  transform: translateY(-50%);
  width: 200px;
  height: 1px;
  background-color: black;
}

.htitle06 .sub {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 1em;
}

@media screen and (max-width: 700px) {
  .htitle06 .main {
    font-size: 1.3em;
  }

  .htitle06 .main::after {
    content: none;
  }
}

/* 見出しタイトル07
	-------------------------------------------------- */
.htitle07 {
  font-size: 2em;
  line-height: 1.2;
  background-color: #272D26;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  overflow: hidden;
  padding: 10px;
  /* 余白 */
  position: relative;
}

.htitle07:before {
  background-color: #fff;
  /* 大きな円の色 */
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.6;
  /* 大きな円の不透明度 */
  position: absolute;
  top: -20px;
  left: 0;
  width: 200px;
  /* 大きな円の幅 */
  height: 200px;
  /* 大きな円の高さ */
}

.htitle07:after {
  background-color: #fff;
  /* 小さな円の色 */
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.6;
  /* 小さな円の不透明度 */
  position: absolute;
  bottom: -50px;
  left: 180px;
  width: 100px;
  /* 小さな円の幅 */
  height: 100px;
  /* 小さな円の高さ */
}

/* 見出しタイトル08
	-------------------------------------------------- */
.htitle08 {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 10px;
  border-bottom: solid 2px #272D26;
}

.htitle08 span {
  display: inline-block;
  height: 100%;
  position: relative;
  color: #fff;
  background-color: #272D26;
  border-radius: 5px 5px 0 0;
  padding: 0 1.4em;
}

.htitle08 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.4em solid #fff;
}

/* 見出しタイトル09
	-------------------------------------------------- */
.htitle09 {
  font-size: 2em;
  line-height: 1.2;
  margin: 0;
  position: relative;
  display: inline-block;
  background-color: #124D2E;
  padding: 0.3em 1.5em 0.3em 0.5em;
  margin-bottom: 15px;
  border-radius: 2px;
  color: #fff;
}

.htitle09:before {
  content: "";
  background-color: #b3b3b3;
  display: block;
  position: absolute;
  left: 50%;
  height: 60%;
  top: 26%;
  z-index: -1;
  width: 46%;
  box-shadow: 0 0 8px 8px #b3b3b3;
  transform: rotate(3deg);
}

/* 見出しタイトル0a
	-------------------------------------------------- */
.htitle0a {
  font-size: 2em;
  line-height: 1.2;
  border-bottom: solid thin #aaa;
  margin-bottom: 20px;
}

.htitle0a:first-letter {
  font-size: 1.2em;
  color: #272D26;
}

/* 見出しタイトル0b
	-------------------------------------------------- */
.htitle0b {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 900;
  border-left: solid 2px #272D26;
  border-right: solid 2px #272D26;
  border-bottom: solid 2px #272D26;
  padding: 0 20px;
  margin-bottom: 20px;
}

/* 見出しタイトル0c
		-------------------------------------------------- */
.htitle0c {
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-top: solid 2px #272D26;
  border-bottom: solid 2px #272D26;
  padding: 10px;
  margin-bottom: 20px;
}

/* 見出しタイトル0d
		-------------------------------------------------- */
.htitle0d {
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #272D26;
  padding: 10px;
  margin-bottom: 20px;
}

.htitle0d::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00b";
  font-weight: 900;
  padding-right: 0.1em;
}

/* 見出しタイトル0e
	-------------------------------------------------- */
.htitle0e {
  @import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&display=swap&subset=latin-ext");
  position: relative;
  z-index: 0;
  height: 6em;
  line-height: 1.2;
}

.htitle0e .catch {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  z-index: 2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 0.9;
}

.htitle0e .main {
  display: block;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 2;
  width: 85%;
  font-size: 2em;
  border-bottom: solid thin #555;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.htitle0e .main b {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.5em;
  font-weight: 400;
}

.htitle0e::before {
  content: "";
  position: absolute;
  top: calc(-6em / 1.41421356);
  left: calc(-6em / 1.41421356);
  display: inline-block;
  border-style: solid;
  border-width: calc(6em / 1.414);
  border-color: transparent transparent #074524 transparent;
  transform: rotate(-45deg);
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .htitle0e {
    height: 3em;
  }

  .htitle0e .catch {
    font-size: 0.6em;
  }

  .htitle0e .main {
    left: 25%;
    width: 75%;
    font-size: 1.2em;
  }

  .htitle0e::before {
    top: calc(-3em / 1.41421356);
    left: calc(-3em / 1.41421356);
    border-width: calc(3em / 1.414);
  }
}

/* 見出しタイトル10
	================================================== */
.htitle10 {
  max-width: 100%;
  background: black;
  box-shadow: 0 0 0 5px black;
  border: dashed 1px #fff;
  padding: 0.2em 0.5em 0.3em;
  color: #fff;
  margin: 0 auto 0.5em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.htitle10 .main {
  font-size: 2em;
  font-weight: 900;
}

.htitle10 .sub {
  font-size: 1.1em;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-weight: 300;
}

/* 見出しタイトル11
	================================================== */
.htitle11 {
  font-size: 2em;
  padding-bottom: 0.1em;
  margin-bottom: 0.3em;
  position: relative;
  text-align: center;
}

.htitle11::before {
  content: "";
  width: 4em;
  height: 4px;
  background-color: #272D26;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.1em;
  transform: translateX(-50%);
}

/* 見出しタイトル12
		================================================== */
.htitle12 {
  display: inline-block;
  font-size: 3em;
  margin: auto;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0 1em;
}

.htitle12::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20100%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E001%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%223.5%22%20y1%3D%223%22%20x2%3D%2266.5%22%20y2%3D%2297%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.htitle12::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20100%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E002%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2266.5%22%20y1%3D%222.5%22%20x2%3D%222.5%22%20y2%3D%2296.5%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* 見出しタイトル13
		-------------------------------------------------- */
.htitle13 {
  text-align: center;
  overflow: hidden;
}

.htitle13 .main {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  display: inline-block;
  color: black;
  font-size: 3em;
  font-weight: 400;
  position: relative;
  line-height: 1.1;
  letter-spacing: 4px;
}

.htitle13 .main::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(105% + 0.1em);
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: black;
}

.htitle13 .main::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: black;
}

@media screen and (max-width: 700px) {
  .htitle13 .main {
    font-size: 34px;
  }

  .htitle13 .main::before {
    width: 30px;
    height: 1px;
  }

  .htitle13 .main::after {
    width: 30px;
    height: 1px;
  }
}

.htitle13 .sub {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8em;
  background-color: black;
  margin-top: 10px;
  padding: 0 30px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.3em;
}

/* 見出しタイトル14
	================================================== */
.htitle14 {
  color: #272D26;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.htitle14 .inner {
  display: inline-block;
  position: relative;
}

.htitle14 .inner .main {
  font-size: 2em;
  font-weight: 400;
}

.htitle14 .inner .sub {
  font-size: 1.3em;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-weight: 400;
}

.htitle14 .inner::before {
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20100%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23B34C5A%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E001%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%223.5%22%20y1%3D%223%22%20x2%3D%2266.5%22%20y2%3D%2297%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.htitle14 .inner::after {
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%20100%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23B34C5A%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E002%3C%2Ftitle%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2266.5%22%20y1%3D%222.5%22%20x2%3D%222.5%22%20y2%3D%2296.5%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 700px) {
  .htitle14 .inner .main {
    font-size: 1em;
  }

  .htitle14 .inner .sub {
    font-size: 0.8em;
  }

  .htitle14 .inner::before {
    width: 1em;
    height: 1em;
  }

  .htitle14 .inner::after {
    position: absolute;
    width: 1em;
    height: 1em;
  }
}

/* 見出しタイトル15
		-------------------------------------------------- */
.htitle15 {
  text-align: center;
  overflow: hidden;
}

.htitle15 .main {
  font-family: "YakuHanJP", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  color: black;
  font-size: 2em;
  font-weight: 900;
  position: relative;
  line-height: 1.1;
  letter-spacing: 4px;
}

.htitle15 .main::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(105% + 0.1em);
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: black;
}

.htitle15 .main::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: black;
}

@media screen and (max-width: 700px) {
  .htitle15 .main {
    font-size: 34px;
  }

  .htitle15 .main::before {
    width: 30px;
    height: 1px;
  }

  .htitle15 .main::after {
    width: 30px;
    height: 1px;
  }
}

.htitle15 .sub {
  display: inline-block;
  font-weight: 400;
  font-size: 0.6em;
  background-color: black;
  margin-top: 10px;
  padding: 0 30px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.3em;
}

/* ボタン1
-------------------------------------------------- */
.u-btn1 a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  overflow: hidden;
  margin: auto;
  color: #fff;
  border: solid thin #124D2E;
  background-color: #124D2E;
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-btn1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 5px;
}

.u-btn1 a:hover {
  transition: all 0.3s ease;
  background-color: #272D26;
  color: #fff;
}

.u-btn1.light a {
  color: #fff;
  border: solid thin #fff;
  background-color: transparent;
}

.u-btn1.light a:hover {
  background-color: #fff;
  color: #272D26;
}

/* ボタン2
  -------------------------------------------------- */
.u-btn2 a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #272D26;
  border: solid thin #272D26;
  background-color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-btn2 a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  right: -2px;
  border-left: 10px solid #272D26;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}

.u-btn2 a:hover {
  transition: all 0.3s ease;
  background-color: #272D26;
  color: #fff;
}

.u-btn2 a:hover>.u-btn2 a:after {
  border-left: 10px solid #fff;
}

/* TELボタン1
  -------------------------------------------------- */
.u-btnTel1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: 400;
  color: #272D26;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1;
}

.u-btnTel1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  padding-right: 5px;
}

.u-btnTel1 a:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

.u-btnTel1.light a {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .u-btnTel1 a {
    font-size: 2em;
  }
}

/* TELボタン2
  -------------------------------------------------- */
.u-btnTel2 a {
  display: inline-block;
  font-weight: 200;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #272D26;
  background-color: #272D26;
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-btnTel2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 700;
  padding-right: 5px;
}

.u-btnTel2 a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #272D26;
}

/* Mailボタン1
  -------------------------------------------------- */
.u-btnMail1 a {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 2.5em;
  font-weight: 200;
  color: #272D26;
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-btnMail1 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 700;
  padding-right: 5px;
}

.u-btnMail1 a:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* Mailボタン2
  -------------------------------------------------- */
.u-btnMail2 a {
  display: inline-block;
  font-weight: 200;
  text-align: center;
  padding: 10px 30px;
  margin: auto;
  color: #fff;
  border: solid thin #272D26;
  background-color: #272D26;
  transition: all 0.3s ease;
  text-decoration: none;
}

.u-btnMail2 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 700;
  padding-right: 5px;
}

.u-btnMail2 a:hover {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #272D26;
}

/* アンカーボタン
  -------------------------------------------------- */
.u-btnAnchor {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 40px;
  background-color: #272D26;
  color: #fff;
  border: solid thin #272D26;
  transition: all 0.3s ease;
}

.u-btnAnchor b {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.u-btnAnchor b::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  margin-left: 0.5em;
}

.u-btnAnchor:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* 定義リスト1
-------------------------------------------------- */
.u-defList1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.u-defList1 * {
  box-sizing: border-box;
}

.u-defList1 dt {
  display: block;
  width: 10em;
  border-bottom: solid thin #ccc;
  padding: 5px 0;
  margin-bottom: 10px;
}

.u-defList1 dt b {
  display: block;
  background-color: black;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}

.u-defList1 dd {
  width: calc(100% - 10em);
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
  display: block;
}

@media screen and (max-width: 700px) {
  .u-defList1 dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
  }

  .u-defList1 dd {
    width: 100%;
  }
}

/* 定義リスト2
  -------------------------------------------------- */
.u-defList2 {
  width: 100%;
}

.u-defList2 * {
  box-sizing: border-box;
}

.u-defList2 dt {
  color: #777;
}

.u-defList2 dt b {
  display: block;
}

.u-defList2 dt b::after {
  display: inline;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left: 5px;
}

.u-defList2 dd {
  margin-bottom: 10px;
  border-bottom: solid thin #ccc;
  font-size: 0.8em;
}

#slider ul>li a {
  display: block;
  width: 100%;
  height: 100%;
}

#slider ul>li a img {
  max-width: 100%;
}

.single {
  width: 1200px;
  margin: auto;
  padding: 100px 0;
  max-width: calc(100% - 100px);
}

@media screen and (max-width: 800px) {
  .single {
    padding: 50px 5px;
    max-width: 95%;
    background: rgba(255, 255, 255, 0.8);
  }
}

.topContent1 {
  padding: 100px 0;
  letter-spacing: 0.2em;
}

.topContent1 .read {
  font-size: 3em;
  padding: 10px 0;
  line-height: 1.2;
}

.topContent1 .text {
  font-size: 1.2em;
  padding: 10px 0;
}

.bg-lg {
  background: linear-gradient(120deg, #fcfcfc 0%, #f5f5f5 100%) !important;
}

.bg-sub {
  background-color: black;
}

.list1 {
  background-color: #124D2E;
  color: #fff;
  height: 100%;
}

.list1 .pad {
  padding: 20px;
}

.bg-fb {
  background-color: #fbfbfb;
}

@media screen and (max-width: 700px) {
  .bg-spbk {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .bg-spwh {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

/* キャプションオーバーレイ
-------------------------------------------------- */
.u-coverCaption {
  position: relative;
  border: solid thin #272D26;
}

.u-coverCaption figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  background-color: rgba(39, 45, 38, 0.8);
  color: #fff;
  font-size: 1em;
  padding: 5px 10px;
  font-weight: 900;
}

/* 補足記述
-------------------------------------------------- */
.u-note {
  font-size: 0.8em;
}

.u-note>li {
  text-indent: -1em;
  padding-left: 1em;
}

.u-note>li::before {
  content: "※";
}

/* リストデザイン1
	-------------------------------------------------- */
.u-listDesign1 {
  padding: 0.5em;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.u-listDesign1 * {
  box-sizing: border-box;
}

.u-listDesign1.col-1>li {
  width: 98%;
}

.u-listDesign1.col-2>li {
  width: 46%;
}

.u-listDesign1.col-3>li {
  width: 27.3333333%;
}

.u-listDesign1.col-4>li {
  width: 17%;
}

.u-listDesign1 li {
  position: relative;
  padding: 0 0.3em 0.3em 1.3em;
  border-bottom: dotted 1px #aaa;
  margin-bottom: 20px;
  margin-right: 2%;
}

.u-listDesign1 li:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #124D2E;
}

@media screen and (max-width: 700px) {
  .u-listDesign1.col-2>li {
    width: 98%;
  }

  .u-listDesign1.col-3>li {
    width: 98%;
  }

  .u-listDesign1.col-4>li {
    width: 46%;
  }
}

/* リストデザイン2
	-------------------------------------------------- */
.u-listDesign2 {
  padding: 0.5em;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.u-listDesign2.col-1>li {
  width: 98%;
}

.u-listDesign2.col-2>li {
  width: 43%;
}

.u-listDesign2.col-3>li {
  width: 27.3333333%;
}

.u-listDesign2.col-4>li {
  width: 17%;
}

.u-listDesign2 li {
  text-indent: -1.3em;
  margin-left: 1.3em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.u-listDesign2 li.w100 {
  width: 98%;
}

.u-listDesign2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #272D26;
  padding-right: 5px;
}

@media screen and (max-width: 700px) {
  .u-listDesign2.col-2>li {
    width: 98%;
  }

  .u-listDesign2.col-3>li {
    width: 98%;
  }

  .u-listDesign2.col-4>li {
    width: 46%;
  }
}

/* リストデザイン3
	-------------------------------------------------- */
.u-listDesign3>li {
  display: inline-block;
}

.u-listDesign3>li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-left: 5px;
}

.u-listDesign3>li:last-child::after {
  content: " ";
}

/* リストデザイン4 olデザイン
	-------------------------------------------------- */
.u-listDesign4 {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
}

.u-listDesign4>li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  padding: 0.5em 0.5em 0.5em 30px;
  letter-spacing: 0.2em;
}

.u-listDesign4>li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #272D26;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* リストデザイン5
		-------------------------------------------------- */
.u-listDesign5>li {
  display: inline-block;
  padding: 0 10px;
  margin: 5px;
  background-color: rgba(39, 45, 38, 0.5);
  color: #fff;
  border-radius: 5px;
}

.u-listDesign5>li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  padding-right: 5px;
}

/* リストデザイン6
			-------------------------------------------------- */
.u-listDesign6 {
  padding: 0 10px;
}

.u-listDesign6>li {
  font-size: 1.8em;
  color: #272D26;
  border-left: solid 6px #272D26;
  background: #fff;
  margin-bottom: 0.5em;
  line-height: 1.5;
  padding: 0.2em;
}

@media screen and (max-width: 700px) {
  .u-listDesign6>li {
    font-size: 18px;
  }
}

/* リストデザイン7
			-------------------------------------------------- */
.u-listDesign7 {
  display: flex;
  justify-content: center;
}

.u-listDesign7>li {
  display: inline-block;
  text-align: center;
}

/* タイムライン1
-------------------------------------------------- */
.u-timeline1 {
  list-style: none;
}

.u-timeline1 * {
  box-sizing: border-box;
}

.u-timeline1>li {
  overflow: hidden;
}

.u-timeline1>li>.u-tlineDate {
  width: 140px;
  float: left;
  padding-top: 25px;
  padding-right: 20px;
  font-size: 2em;
  line-height: 0.8;
  font-weight: bold;
  color: #272D26;
  text-align: right;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.u-timeline1>li>.u-tlineDate span {
  font-size: 1.5em;
}

@media screen and (max-width: 700px) {
  .u-timeline1>li>.u-tlineDate span {
    font-size: 1em;
  }
}

.u-timeline1>li>.u-tlineContent {
  width: calc(100% - 140px);
  float: left;
  border-left: solid 3px #272D26;
  padding: 10px 30px;
}

.u-timeline1>li>.u-tlineContent>.u-tlineContent-inner {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.u-timeline1>li>.u-tlineContent>.u-tlineContent-inner>img {
  width: 30%;
  padding-left: 10px;
  float: right;
}

.u-timeline1>li>.u-tlineContent>.u-tlineContent-inner>h3 {
  width: 70%;
  border-bottom: solid thin #000;
  font-size: 2em;
  line-height: 1.8;
  font-weight: 900;
  margin-bottom: 20px;
}

.u-timeline1>li>.u-tlineContent>.u-tlineContent-inner>p {
  width: 70%;
}

.u-timeline1>li>.u-tlineContent>.u-tlineContent-inner>.clearBoth {
  clear: both;
}

.u-timeline1>li>.u-tlineContent>.u-tlineContent-inner:before {
  position: absolute;
  content: "";
  top: 26px;
  right: 100%;
  border: solid 10px transparent;
  border-right: solid 10px #fff;
  width: 0;
  height: 0;
}

.u-timeline1>li>.u-tlineContent>.u-tlineContent-inner:after {
  position: absolute;
  right: calc(100% + 24px);
  top: 28px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #272D26;
  border-radius: 100%;
}

@media screen and (max-width: 700px) {
  .u-timeline1>li {
    overflow: hidden;
  }

  .u-timeline1>li>.u-tlineDate {
    width: 95%;
    float: none;
    padding: 30px 0 0 33px;
    text-align: left;
    border-left: solid 3px #272D26;
    margin-left: 5%;
  }

  .u-timeline1>li>.u-tlineContent {
    width: 95%;
    float: none;
    margin-left: 5%;
  }

  .u-timeline1>li>.u-tlineContent>.u-tlineContent-inner>img {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px;
  }

  .u-timeline1>li>.u-tlineContent>.u-tlineContent-inner>h3 {
    width: 100%;
    font-size: 1.2em;
    text-indent: 0;
    margin-left: 0;
  }

  .u-timeline1>li>.u-tlineContent>.u-tlineContent-inner>p {
    width: 100%;
  }
}

/* タイムライン2
-------------------------------------------------- */
.u-timeline2 {
  list-style: none;
}

.u-timeline2 * {
  box-sizing: border-box;
}

.u-timeline2>li {
  overflow: hidden;
}

.u-timeline2>li>.u-tlineContent {
  width: 100%;
  float: left;
  padding: 0 30px;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner {
  position: relative;
  padding: 20px;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner>.u-tlineDate {
  font-weight: bold;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner>.u-tlineDate::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 400;
  margin-right: 0.3em;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner>.u-tlineTitle {
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: bold;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #999;
}

.u-timeline2>li>.u-tlineContent>.u-tlineContent-inner::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -6px;
  width: 14px;
  height: 14px;
  background-color: #272D26;
  border-radius: 100%;
}

/* テーブルデザイン1
-------------------------------------------------- */
.u-table1 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.u-table1 th {
  padding: 10px;
  border: solid thin #ccc;
  text-align: center;
  background-color: #272D26;
  color: #fff;
  font-weight: 900;
}

.u-table1 td {
  padding: 10px;
  border: solid thin #ccc;
  text-align: center;
}

.u-table1 tr:nth-child(odd) {
  background-color: #fbfbfb;
}

.u-table1 tr:nth-child(even) {
  background-color: #fff;
}

/* テーブルデザイン2
	-------------------------------------------------- */
.u-table2 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.u-table2 tr {
  border-bottom: solid 2px white;
}

.u-table2 tr:last-child {
  border-bottom: none;
}

.u-table2 th {
  position: relative;
  width: 30%;
  background-color: #272D26;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  color: #fff;
}

.u-table2 th:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #272D26;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.u-table2 td {
  text-align: left;
  width: 70%;
  background-color: #f0f0f0;
  padding: 10px 20px;
  vertical-align: middle;
}

.u-ht {
  transition: all 0.3s ease;
}

.u-ht:hover>img {
  transition: all 0.3s ease;
  opacity: 0.7;
}

.u-returnTop {
  position: fixed;
  bottom: 8em;
  right: -5em;
  transform: rotate(90deg);
  z-index: 999;
}

.u-returnTop a {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  position: relative;
  display: block;
  padding-left: 0.5em;
  cursor: pointer;
  color: #477266;
}

.u-returnTop a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  /*transform: translateY(-50%);*/
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #477266;
  transition: all 0.3s ease;
}

.u-returnTop a:hover {
  color: #477266;
}

.u-returnTop a:hover::before {
  width: 100px;
}

@media screen and (max-width: 700px) {
  .u-returnTop {
    right: -4em;
  }

  .u-returnTop a {
    font-size: 0.8em;
  }
}

.u-pagetop {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-pagetop .flame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.u-pagetop.botm {
  background-position: center bottom;
}

@media screen and (max-width: 700px) {
  .u-pagetop {
    height: 250px;
  }
}

/* メールフォーム
-------------------------------------------------- */
.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #ff0000;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  color: #333;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dd p {
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 5px;
  background-color: #fff;
}

textarea {
  border: 1px solid #ddd;
  padding: 0 5px;
  background-color: #fff;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

.form-button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  max-width: 95%;
  border-radius: 5px;
  background: black;
  font-weight: bold;
  border: 2px solid black;
}

#mailform button:hover {
  background: #fff;
  color: black;
}

#mailform button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*RadioとText*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 25px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  left: 0;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 2px;
  top: 4px;
  background-color: #64bcff;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0;
  margin: 0;
  box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #64bcff;
  border-bottom: 3px solid #64bcff;
  transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0 #fff;
  z-index: 2;
  margin: 0;
  padding: 0;
}

label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0 #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0 #eee;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

.select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

@media screen and (max-width: 700px) {

  /* mailform */
  .form dl {
    margin: 10px 0;
  }

  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }

  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0 solid #eee;
  }

  .form dd:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .textarea,
  textarea {
    width: 93%;
  }

  .fm-text {
    text-align: left;
  }

  /* /mailform */
}

.prv strong {
  color: #272D26;
  display: block;
  border-bottom: 1px dotted #aaa;
  margin: 8px 0;
}

.prv strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

/* 要素のアスペクト比を固定
-------------------------------------------------- */
.u-fixedAspect {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.u-fixedAspect:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.u-fixedAspect>.imgWrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.u-fixedAspect>.imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 画像の内接リサイズ
  -------------------------------------------------- */
.u-contain {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.u-contain * {
  transition: all 0.3s ease;
}

.u-contain:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.u-contain>.imgWindow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.u-contain>.imgWindow:hover {
  transition: all 0.3s ease;
  transform: scale(1.2);
}

.u-contain>.imgWindow2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fbfbfb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 画像の外接リサイズ
  -------------------------------------------------- */
.u-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.u-cover * {
  transition: all 0.3s ease;
}

.u-cover:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.u-cover>.imgWindow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-cover>.imgWindow:hover {
  transition: all 0.3s ease;
  transform: scale(1.2);
}

.u-cover>.imgWindow2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-coverbtnwrapper {
  display: block;
}

.u-coverbtnwrapper .u-coverbtn {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.u-coverbtnwrapper .u-coverbtn * {
  transition: all 0.3s ease;
}

.u-coverbtnwrapper .u-coverbtn:before {
  content: "";
  display: block;
  padding-top: 300px;
}

.u-coverbtnwrapper .u-coverbtn>.text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 3;
  background-color: rgba(18, 77, 46, 0.9);
  letter-spacing: 0.2em;
  width: 300px;
  padding: 20px;
}

.u-coverbtnwrapper .u-coverbtn>.text span {
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-size: 2em;
}

.u-coverbtnwrapper .u-coverbtn .overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.u-coverbtnwrapper .u-coverbtn>.imgWindow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.u-coverbtnwrapper:hover>.u-coverbtn>.imgWindow {
  transition: all 0.3s ease;
  transform: scale(1.2);
}

.u-coverbtnwrapper:hover>.u-coverbtn>.overlay {
  transition: all 0.3s ease;
  background-color: rgba(39, 45, 38, 0.6);
}

.u-coverbtnwrapper:hover {
  opacity: 1;
}

.course-list {
  background-color: #fff;
  height: 100%;
  box-shadow: 2px 2px 10px rgba(85, 85, 85, 0.2);
}

.course-list:hover {
  transition: all 0.3s ease;
  box-shadow: 2px 2px 10px #555555;
  opacity: 0.9;
}

.course-list .contents {
  padding: 10px;
}

.m-t-20 {
  margin-top: -20px;
}

@media screen and (max-width: 700px) {
  .m-t-20 {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .aa {
    margin-top: -30px;
    padding-top: 30px;
  }
}

/* タイムライン3
-------------------------------------------------- */
.u-timeline3 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}

.u-timeline3 * {
  box-sizing: border-box;
}

.u-timeline3>dt {
  width: 8em;
  padding-top: 3.5em;
}

.u-timeline3>dt>b {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-weight: 900;
}

.u-timeline3>dd {
  width: calc(100% - 8em - 20px);
  padding: 2em 0 2em 20px;
  border-left: solid 2px #000;
}

.u-timeline3>dd>.inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  margin-left: 1em;
  border-left: solid 8px #124D2E;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.u-timeline3>dd>.inner>.image {
  width: 25%;
  order: 2;
}

.u-timeline3>dd>.inner>.image img {
  width: 100%;
}

.u-timeline3>dd>.inner>.container {
  width: 75%;
  order: 1;
  padding: 10px;
}

.u-timeline3>dd>.inner>.container>.title {
  font-size: 2em;
  font-weight: 900;
  border-bottom: solid thin #000;
  margin-bottom: 0.5em;
}

.u-timeline3>dd>.inner::before {
  content: "";
  position: absolute;
  top: 1.7em;
  left: -30px;
  display: inline-block;
  border-style: solid;
  border-width: 15px;
  border-color: transparent #124D2E transparent transparent;
}

.u-timeline3>dd>.inner::after {
  position: absolute;
  top: 2.7em;
  left: -51px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (max-width: 700px) {
  .u-timeline3>dt {
    border-left: solid 2px #000;
    margin-left: 1em;
    padding-top: 1em;
    padding-left: 2.5em;
  }

  .u-timeline3>dd {
    width: calc(100% - 1em);
    margin-left: 1em;
    padding-top: 0.5em;
  }

  .u-timeline3>dd>.inner>.image {
    width: 100%;
    order: 1;
  }

  .u-timeline3>dd>.inner>.container {
    width: 100%;
    order: 2;
  }

  .u-timeline3>dd>.inner::after {
    top: 2.8em;
    left: -49px;
  }
}

.heading1 {
  letter-spacing: 0.2em;
  font-size: 1.6em;
  text-align: center;
  font-weight: 400;
}

/* 汎用コンテナ1
-------------------------------------------------- */
.u-container1 * {
  box-sizing: border-box;
}

.u-container1 .inner {
  display: flex;
  flex-wrap: nowrap;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.u-container1 .inner.left {
  flex-direction: row;
}

.u-container1 .inner.right {
  flex-direction: row-reverse;
}

.u-container1 .inner .content {
  width: 45%;
  padding: 70px 100px;
  background-color: rgba(255, 255, 255, 0.7);
}

.u-container1 .inner .content .title {
  font-size: 4em;
  margin-bottom: 0.8em;
  font-weight: 300;
}

.u-container1 .inner .content .title span {
  font-size: 1.2rem;
  display: block;
}

.u-container1 .inner .content .text {
  margin-bottom: 2em;
  font-weight: 200;
}

@media screen and (max-width: 960px) {
  .u-container1 .inner {
    min-height: 500px;
  }

  .u-container1 .inner.right {
    flex-direction: row-reverse;
  }

  .u-container1 .inner .content {
    width: 50%;
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .u-container1 .inner {
    flex-direction: row;
    min-height: 400px;
  }

  .u-container1 .inner .content {
    width: 100%;
  }
}

.contentsWrapper {
  background: linear-gradient(to right, #fff 50%, #fafafa 50%);
}

.pp {
  padding: 20px;
}

@media screen and (max-width: 700px) {
  .pp {
    padding: 20px 5px;
  }
}

.title_contact {
  font-size: 4em;
  margin-bottom: 0.2em;
  font-weight: 300;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  text-align: center;
}

/* blog entry 2column */
#blog_flexwrap {
  display: -webkit-flex;
  display: flex;
  width: 860px;
  margin: 20px auto 100px;
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 20px;
}

#blog_flexwrap #blog_main {
  flex: 1;
}

#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}

/* blog side */
.blog_sttl01 {
  color: #272D26;
  text-indent: 5px;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
  font-size: 1.3em;
  padding: 5px 0 5px 10px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #272D26;
  /*&:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f0c9";
  margin-right: 5px;
  }*/
}

/* blog main */
.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #272D26;
  font-size: 1.2rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #272D26;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

.blog_time:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}

.pages {
  position: absolute;
  bottom: -100px;
  width: 100%;
  right: 0;
}

.page_next {
  float: left;
  text-align: left;
  width: 48%;
}

.page_prev {
  float: right;
  text-align: right;
  width: 48%;
}

.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #272D26;
}

.page_next a {
  display: block;
  padding: 5px 10px;
  background: #272D26;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.7;
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
  color: #fff;
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
  color: #fff;
}

.list_flex {
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_flex li {
  width: calc(33% - 20px);
  background: #272D26;
  color: #fff;
  padding: 15px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.list_flex li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

.list_flex li:nth-child(3n+2):last-child {
  margin-right: 33.4%;
}

@media screen and (max-width: 768px) {
  .list_flex li {
    width: calc(100% - 0px);
  }

  .list_flex li:nth-child(3n+2):last-child {
    margin-right: 100%;
  }
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #272D26;
  width: 100px;
  background: #272D26;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .listFlow dl {
    display: block;
    width: 100%;
  }

  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }

  .listFlow dl dt .num {
    display: block;
  }

  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

/* blog_side_list */
.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_side_list .blog_bx {
  /*アニメーション*/
  transition: .3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}

.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.blog_side_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
  font-weight: normal;
  font-family: "YakuHanJP", "Josefin Sans", sans-serif;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #124D2E;
  padding: 0 10px;
  margin-bottom: 5px;
  font-family: "YakuHanJP", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 10px;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: 900;
}

/* blog_top_list */
.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  /* height: auto; */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_top_list .blog_bx {
  /*アニメーション*/
  transition: .3s ease-in-out;
  width: calc(33.33% - 42px) !important;
  font-size: 12px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
  background: #fff;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}

.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}

.blog_top_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #124D2E;
  padding: 0 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: bold;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: bold;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .blog_top_list .blog_bx {
    /*アニメーション*/
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }

  .blog_top_list .blog_bx figcaption {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {

  /* 2column */
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }

  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
  }

  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }

  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }

  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}

.form .form-contents {
  padding: 0;
}

.form .form-contents dl {
  margin-bottom: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea {
  height: 40px;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
  border-radius: 0;
}

.form .form-pattern-1 .submit-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  max-width: 95%;
  border-radius: 5px;
  background: black;
  font-weight: bold;
  border: 2px solid black;
}

.form .form-pattern-1 .submit-btn:hover {
  background: #fff;
  color: black;
}

.form .form-pattern-1 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
  background: black;
}

@media screen and (max-width: 768px) {
  .form .form-contents form dl dt:not(.pattern-exclusion) {
    margin-bottom: 25px;
  }
}