@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
h1,
h2,
h3,
p,
img,
strong,
ul,
li,
form,
label,
table,
tr,
th,
td,
article,
figure,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
figure,
footer,
header,
nav,
section {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
input,
select {
  vertical-align: middle
}
input[type="checkbox"] {
  vertical-align: bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
/* standardize any monospaced elements */
/* hand cursor on clickable elements */

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */-ms-text-size-adjust: 100%;
  /* 2 */-webkit-text-size-adjust: 100%/* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0
}
/**
 * Add the correct display in IE 9-.
 */
article,
footer,
header,
nav,
section {
  display: block
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */display: block
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */-webkit-text-decoration-skip: objects/* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

strong {
  font-weight: inherit
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
  font-weight: bolder
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/**
 * Add the correct font style in Android 4.3-.
 */
/**
 * Add the correct background and color in IE 9-.
 */
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/**
 * Add the correct display in iOS 4-7.
 */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
  /* 1 */font-size: 100%;
  /* 1 */line-height: 1.15;
  /* 1 */margin: 0/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */overflow: visible
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */text-transform: none
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button/* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */padding: 0/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/*
 * Add the correct display in all browsers.
 */
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/**
 * Add the correct display in IE.
 */
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */-webkit-box-sizing: border-box;
  box-sizing: border-box/* 2 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */vertical-align: inherit/* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Oxygen,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  /* 2 */line-height: 1.15;
  /* 3 */-moz-tab-size: 4;
  /* 4 */-o-tab-size: 4;
  tab-size: 4;
  /* 4 */-ms-text-size-adjust: 100%;
  /* 5 */-webkit-text-size-adjust: 100%;
  /* 5 */word-break: break-word/* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * Add the correct display in IE.
 */
main {
  display: block
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ul {
  list-style: none
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent
}
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
  font-weight: bolder
}
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/**
 * Add the correct font size in all browsers.
 */
/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::selection {
  background-color: #b3d4fc;
  /* 1 */color: #000;
  /* 1 */text-shadow: none
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */

img,
svg {
  vertical-align: middle
}
/**
 * Add the correct display in IE 9-.
 */
/**
 * Add the correct display in iOS 4-7.
 */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse
}
/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */text-transform: none/* 2 */
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button
}
/**
 * Correct the padding in Firefox.
 */
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */overflow: auto;
  /* 2 */resize: vertical/* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"] {
  padding: 0
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
/*
 * Add the correct display in all browsers.
 */
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/**
 * Add the correct display in IE.
 */
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  /* 1 */touch-action: manipulation/* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[disabled] {
  cursor: not-allowed
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  overflow: auto
}
body {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  word-wrap: break-word;
  color: #595959;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
body *,
body *:before,
body *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
a:not(.btnStyle) {
  text-decoration: underline;
  color: inherit;
  outline: none
}

ul {
  list-style: none
}

ul > li > ul {
  padding-top: .3em;
  padding-left: 1em
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
section {
  clear: both
}
a:focus,
*:focus {
  outline: none
}
a,
a img {
  -webkit-transition: .2s;
  transition: .2s
}
a:hover {
  text-decoration: none
}
a:hover > img {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0.7
}
figure {
  margin: 0;
  padding: 0;
  text-align: center
}
figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle
}
figure figcaption {
  margin: 10px auto;
  text-align: left
}
strong {
  font-weight: bold
}
html {
  overflow: auto
}
li,
td,
th,
p,
figcaption {
  text-align: inherit
}
p {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.06em;
  word-break: break-all
}
@media (min-width: 751px) {
  html {
    font-size: 16px
  }
  html main h2 {
    font-size: 40px
  }
  html main h2 span {
    font-size: 16px
  }
  html main h3 {
    font-size: 28px
  }
  html main h3 span {
    font-size: 16px
  }
}
@media screen and (max-width: 750px) {
  html main h2 {
    font-size: 20px
  }
  html main h3 {
    font-size: 18px
  }
  html main h3 span {
    font-size: 80%
  }
}
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5px
}
p {
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0;
  word-break: break-all
}
main section {
  margin-bottom: 2%;
  padding: 1.5% 0
}
main section:last-child {
  margin-bottom: 3%
}
body.under main {
  min-height: 60vh
}
@media screen and (max-width: 750px) {
  body.under main {
    margin-top: 85px
  }
}
.btnStyle {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 330px;
  margin: auto;
  padding: .8em .8em;
  font-weight: normal;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.04em;
  color: #fff !important;
  border: 1px solid #ff8b01;
  border-radius: 5px;
  background: #fff
}
@media screen and (max-width: 750px) {
  .btnStyle {
    max-width: inherit
  }
}
.btnStyle:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 14.5px;
  height: 14.5px;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: .2s;
  transition: .2s;
  background: url(../images/arrow.png) no-repeat center/100%
}
.btnStyle:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #ff8b01
}
.btnStyle:hover {
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  color: #ff8b01 !important;
  border-color: #ff8b01;
  background: #fff
}
.btnStyle:hover:before {
  content: '';
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: none;
  animation: none;
  opacity: 1
}
.btnStyle:hover:after {
  top: 23%;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #ff8b01
}
.btnStyle:hover img {
  opacity: 1
}
@media screen and (min-width: 751px) {
  .btnStyle + .btnStyle {
    margin-left: 5px
  }
}
@media screen and (max-width: 750px) {
  .btnStyle + .btnStyle {
    margin-top: 5px
  }
}
.btnStyle.-wd100 {
  max-width: 100% !important
}
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 0;
  background: none
}
table th,
table td {
  padding: 15px 10px;
  line-height: 1.5;
  vertical-align: middle
}
@media screen and (max-width: 750px) {
  .-resTable th,
  .-resTable td {
    display: block;
    width: 100% !important;
    padding: .5em .5em
  }
  tr {
    padding-bottom: .5em
  }
}
.countReset {
  overflow: hidden;
  zoom: 1;
  counter-reset: number 0
}
.-color01 {
  color: #ff8b01!important
}
.-textRed {
  color: red !important
}
.-textCenter {
  text-align: center !important
}
.-textRight {
  text-align: right !important
}
.-textLarge {
  font-size: 120% !important
}
.-textSmall {
  font-size: 80% !important
}
.-bold {
  font-weight: bold !important
}
@media screen and (min-width: 751px) {
  .pc-textCenter {
    text-align: center !important
  }
}
.-mb0 {
  margin-bottom: 0px !important
}
.-mb10 {
  margin-bottom: 10px !important
}
.-mb20 {
  margin-bottom: 20px !important
}
.-mb25 {
  margin-bottom: 25px !important
}
.-inversion h2,
.-inversion h3 {
  color: #fff
}
.-inversion h2:after,
.-inversion h2:before,
.-inversion h3:after,
.-inversion h3:before {
  border-color: #fff;
  background-color: #fff
}
.-inversion h2 span,
.-inversion h3 span {
  color: #fff
}
.-inversion p,
.-inversion li,
.-inversion td,
.-inversion th,
.-inversion a,
.-inversion figcaption {
  color: #fff
}
@keyframes scaletext {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.scrollIn,
.loadIn {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  opacity: 0
}
.scrollIn.up,
.loadIn.up {
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px)
}
.scrollIn.down,
.loadIn.down {
  -webkit-transform: translate(0, -150px);
  transform: translate(0, -150px)
}
.scrollIn.right,
.loadIn.right {
  -webkit-transform: translate(150px, 0);
  transform: translate(150px, 0)
}
.scrollIn.left,
.loadIn.left {
  -webkit-transform: translate(-150px, 0);
  transform: translate(-150px, 0)
}
.scrollIn.scale,
.loadIn.scale {
  -webkit-transform: scale(0);
  transform: scale(0)
}
.scrollIn.active,
.loadIn.active {
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -webkit-transform: none;
  transform: none;
  opacity: 1
}
.scroll.active:before {
  -webkit-animation: leftSlide 1s ease-in 0s 1 forwards;
  animation: leftSlide 1s ease-in 0s 1 forwards
}
.scroll.active > * {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(1),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(2),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(3),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(4),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(5),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(6),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(7),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(8),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(9),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(9) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(10),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(10) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(11),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(11) {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(12),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(12) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(13),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(13) {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(14),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(14) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(15),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(15) {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(16),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(16) {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(17),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(17) {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(18),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(18) {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(19),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(19) {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(20),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(20) {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(21),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(21) {
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(22),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(22) {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(23),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(23) {
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(24),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(24) {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(25),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(25) {
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(26),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(26) {
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(27),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(27) {
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(28),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(28) {
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(29),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(29) {
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms
}
.scrollIn.active.each ~ .scrollIn.active.each:nth-of-type(30),
.loadIn.active.each ~ .loadIn.active.each:nth-of-type(30) {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms
}
@keyframes bound {
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }
  0%,
  40% {
    -webkit-transform: translateY(-20%) scale(1);
    transform: translateY(-20%) scale(1)
  }
  60% {
    -webkit-transform: translateY(-10%) scale(1);
    transform: translateY(-10%) scale(1)
  }
}
@keyframes leftSlide {
  0% {
    width: 0
  }
  50% {
    width: 105%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  70% {
    width: 105%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  100% {
    width: 105%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}
header h1 {
  font-weight: bold
}
@media screen and (min-width: 751px) {
  header h1 {
    width: 29%
  }
}
header {
  position: relative;
  z-index: 300;
  padding: 0;
  background: none;
  background: #f2f2f2
}
header .inner {
  max-width: 100%;
  padding: 0
}
.headInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  margin-right: 2%;
  text-align: right;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media screen and (max-width: 750px) {
  .headInfo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding: 20px 10px
  }
}
header h1 {
  display: inline-block;
  width: auto;
  max-width: 100px;
  margin: 20px 15px 18px;
  margin-left: 7%;
  vertical-align: middle
}
@media screen and (max-width: 750px) {
  header h1 {
    margin: 10px 10px !important
  }
}
header h1 > img {
  width: auto;
  max-width: 100%
}
header .ac_menu {
  position: absolute;
  top: 5px;
  right: 10px;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: auto;
  cursor: pointer;
  border-radius: 4px;
  background: transparent
}
header .ac_menu span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 5px;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 10px;
  background: #ff8b01
}
header .ac_menu span:before,
header .ac_menu span:after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10px;
  background: #ff8b01
}
header .ac_menu span:after {
  top: auto;
  bottom: -10px
}
header .ac_menu.active span {
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent
}
header .ac_menu.active span:before,
header .ac_menu.active span:after {
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
header .ac_menu.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
header nav .navi {
  position: absolute;
  z-index: 9999;
  top: 65px;
  left: 0;
  display: none;
  width: 100%
}
header nav .navi li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0
}
header nav .navi li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.3em 1em;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: left;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #e6e6e6;
  background: #ff8b01
}
header nav .navi li a span {
  margin-left: .8em;
  font-size: 80%
}
header nav .navi li a:hover {
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  background: #ffa234
}
@media screen and (min-width: 751px) {
  header .ac_menu {
    display: none
  }
  header nav .navi {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin: 15px auto;
    text-align: center
  }
  header nav .navi > li {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center
  }
  header nav .navi > li > a {
    padding: .7em 1em;
    font-size: 100%;
    font-weight: normal;
    font-weight: bold;
    line-height: 1.2;
    -webkit-transition: .7s;
    transition: .7s;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.025em;
    color: #000;
    border: 0;
    background: none
  }
  header nav .navi > li > a span {
    display: block;
    margin: 0 auto;
    font-size: 80%;
    text-align: center;
    color: #ff8b01
  }
  header nav .navi > li > a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 2px;
    margin: auto;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #ff8b01
  }
  header nav .navi > li > a:hover {
    -webkit-transition: .7s;
    transition: .7s;
    color: #ff8b01;
    background: none
  }
  header nav .navi > li > a:hover:after {
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  header nav .navi > li > a:hover span {
    -webkit-animation: gnvahover .4s ease 0s .4 normal;
    animation: gnvahover .4s ease 0s .4 normal
  }
  header nav .navi > li:first-child {
    margin-left: 0
  }
  header nav .navi > li:last-child {
    margin-right: 0
  }
  header nav .navi > li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: .8em;
    margin: auto;
    background: #000
  }
  
  header nav .navi {
    overflow: inherit
  }
}
@keyframes gnvahover {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
main h2 {
  position: relative;
  margin: 0 auto 1em;
  padding: 0 0;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
  color: #000
}
main h2 span {
  display: block;
  margin: .5em auto;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .08em
}
main h1 a,
main h1 a:hover,
main h2 a,
main h2 a:hover,
main h3 a,
main h3 a:hover {
  text-decoration: none;
  color: inherit
}
main h1 img,
main h2 img,
main h3 img {
  vertical-align: middle
}
.columnWrap {
  display: block;
  overflow: hidden;
  width: 100%;
  table-layout: fixed
}
.columnWrap .columnRow {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 0
}
.columnWrap .columnRow > .columnBlock {
  display: inline-block;
  float: left;
  width: 48.5%;
  margin: auto;
  margin-top: 1.3%;
  margin-left: 1.5%;
  padding: 0;
  text-align: left
}
.columnWrap .columnRow > .columnBlock p {
  text-align: left
}
.columnWrap .columnRow > .columnBlock figure {
  display: block;
  margin: auto
}
.columnWrap .columnRow > .columnBlock:first-child {
  margin-left: 0 !important
}
.columnWrap .columnRow > .columnBlock:last-child {
  margin-right: 0 !important
}
.columnWrap .columnRow.-vertical > .columnBlock {
  position: relative;
  float: none;
  vertical-align: middle
}
.columnWrap .columnRow.-reversal > .columnBlock {
  position: relative;
  float: right
}
.columnWrap .columnRow.-reversal > .columnBlock:first-child {
  margin-left: 1% !important
}
.columnWrap .columnRow.-reversal > .columnBlock:last-child {
  margin-left: 0
}
.columnWrap .columnRow.-wide > .columnBlock {
  width: 46.5%;
  margin-left: 6.5%
}
.columnWrap .columnRow.columnBlocks-3 > .columnBlock {
  width: calc((100% - 3.04%) / 3);
  margin-left: 1.5%
}
.columnWrap .columnRow.columnBlocks-3 > .columnBlock:nth-child(3n) + .columnBlock {
  clear: both;
  margin-left: 0
}
.columnWrap .columnRow.columnBlocks-4 > .columnBlock {
  width: calc((100% - 4.56%) / 4);
  margin-left: 1.5%
}
.columnWrap .columnRow.columnBlocks-4 > .columnBlock:nth-child(4n) + .columnBlock {
  clear: both;
  margin-left: 0
}
.columnRow > .columnBlock.-wd25 {
  width: 24%
}
.columnRow > .columnBlock.-wd30 {
  width: 29%
}
.columnRow > .columnBlock.-wd45 {
  width: 44%
}
.columnRow > .columnBlock.-wd55 {
  width: 54%
}
.columnRow > .columnBlock.-wd70 {
  width: 69%
}
.columnRow > .columnBlock.-wd75 {
  width: 74%
}
.columnRow > .columnBlock.-wd100 {
  width: 99%
}
.columnRow > .columnBlock.-wd100 {
  width: 100%
}
@media (max-width: 750px) {
  .columnWrap .columnRow:not(.-fix) > .columnBlock {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto 15px
  }
  .columnWrap .columnRow:not(.-fix) > .columnBlock:first-child {
    margin-left: 0 !important
  }
  
  .columnWrap .columnRow:not(.-fix) .-wd30,
  .columnWrap .columnRow:not(.-fix) .-wd70,
  .columnWrap .columnRow:not(.-fix) .-wd25,
  .columnWrap .columnRow:not(.-fix) .-wd45,
  .columnWrap .columnRow:not(.-fix) .-wd75 {
    width: 100%
  }
  .columnWrap .columnRow:not(.-fix).-sp_2 > .columnBlock {
    display: inline-block;
    float: left;
    width: 48.4%;
    margin: auto;
    margin-top: 2%;
    padding: 0;
    text-align: left
  }
  .columnWrap .columnRow:not(.-fix).-sp_2 > .columnBlock:nth-child(even) {
    margin-left: 1.5%
  }
  .columnWrap .columnRow:not(.-fix).-sp_2 > .columnBlock:nth-child(odd) {
    clear: both
  }
  .columnWrap .columnRow:not(.-fix).-sp_2.columnBlocks-3 > .columnBlock:nth-child(3n) + .columnBlock {
    clear: none
  }
  .columnWrap .columnRow:not(.-fix).-sp_2.columnBlocks-4 > .columnBlock:nth-child(4n) + .columnBlock {
    clear: none
  }
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.flexBox.-vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.flexBox.-reversal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.flexBox.-flexBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flexBox.columnBlocks-3 > * {
  width: calc(100% / 3)
}
.flexBox.columnBlocks-4 > * {
  width: calc(100% / 4)
}
@media screen and (max-width: 750px) {
  .flexBox:not(.-sp_2) > * {
    display: block;
    width: 100%
  }
  .flexBox:not(.-sp_2) > *:not(ul) {
    margin: 20px auto
  }
  .flexBox.-sp_2 > * {
    width: calc(100% / 2)
  }
}
footer {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 0;
  line-height: 1.3;
  background: #f2f2f2
}
footer nav {
  width: 100%
}
.footNavi {
  width: 100%;
  margin: auto;
  background: none
}
.footNavi li {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #e6e6e6
}
.footNavi li a {
  position: relative;
  display: block;
  padding: 1.1em;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  color: #595959;
  background: #f2f2f2
}
.footNavi li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  left: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #595959;
  border-right: 1px solid #595959
}
.footNavi li a:hover {
  -webkit-transition: .4s;
  transition: .4s
}
@media screen and (min-width: 751px) {
  footer .flexBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .footNavi {
    margin: 25px 0 5px;
    text-align: center
  }
  .footNavi li {
    position: relative;
    display: inline-block;
    margin-bottom: 0em;
    border-bottom: 0
  }
  .footNavi li a {
    position: relative;
    padding: 0 2em;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #595959;
    background: none
  }
  .footNavi li a:hover {
    text-decoration: underline;
    background: none
  }
  .footNavi li:not(:first-child):not([class]) a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 70%;
    margin: auto;
    background: #595959
  }
  .footNavi li a:after {
    content: none
  }
}
.copy {
  display: block;
  margin: 0 auto 0;
  padding: .5em 0;
  text-align: center;
  background: transparent
}
.copy:after {
  content: "";
  display: block;
  clear: both
}
.copy p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000
}
#toTop {
  position: fixed;
  z-index: 9999;
  right: 2%;
  bottom: 2%;
  display: inline-block;
  width: 70px;
  height: 70px;
  white-space: nowrap;
  text-indent: 100%;
  background: #fdead0
}
@media screen and (max-width: 750px) {
  #toTop {
    width: 50px;
    height: 50px
  }
  #toTop:after {
    width: 15px;
    height: 15px
  }
}
#toTop:after {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ff8b01;
  border-left: 2px solid #ff8b01
}
#toTop:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: auto;
  border: 2px solid #ff8b01
}
#toTop:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  background: transparent
}
#toTop:hover:after {
  -webkit-transform: rotate3d(0, -1, 0, 180deg) scale(1.1, 1) rotate(45deg);
  transform: rotate3d(0, -1, 0, 180deg) scale(1.1, 1) rotate(45deg);
  border-color: #ff8b01
}
#toTop:hover:before {
  -webkit-animation: rotation 4s infinite linear;
  animation: rotation 4s infinite linear;
  border-style: dashed;
  border-color: #ff8b01;
  border-radius: 50%
}
#toTop img {
  width: 40px
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
/*/-----------------TOPページ*/
header {
  width: 100vw
}
@media screen and (max-width: 750px) {
  header {
    position: fixed
  }
}
header .btnStyle {
  width: 200px
}
@media screen and (min-width: 751px) {
  header .headInfo {
    margin-right: 2%
  }
  header .headInfo nav {
    padding-right: 3%
  }
}
.mainImage {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #3995d0
}
.mainImage .slide {
  max-width: 1350px;
  margin: auto
}
.mainImage .slide img {
  width: 100%
}
.mainCatch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1350px;
  margin: auto
}
.mainCatch figure {
  -webkit-animation: catchfade 1.5s ease 0s 1 forwards;
  animation: catchfade 1.5s ease 0s 1 forwards;
  opacity: 0
}
.mainCatch figure:nth-of-type(1) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms
}
.mainCatch figure:nth-of-type(1) img {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms
}
.mainCatch figure:nth-of-type(2) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms
}
.mainCatch figure:nth-of-type(2) img {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms
}
.mainCatch figure:nth-of-type(3) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms
}
.mainCatch figure:nth-of-type(3) img {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms
}
.mainCatch figure:nth-of-type(4) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms
}
.mainCatch figure:nth-of-type(4) img {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms
}
.mainCatch figure:nth-of-type(5) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms
}
.mainCatch figure:nth-of-type(5) img {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms
}
.mainCatch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto !important;
  -webkit-animation: fuwafuwa 2.5s ease 1s infinite normal;
  animation: fuwafuwa 2.5s ease 1s infinite normal;
  opacity: 1
}
@media screen and (max-width: 750px) {
  .mainCatch img {
    top: auto
  }
}
.mainCatch img.noAnime {
  -webkit-animation: none;
  animation: none
}
@keyframes catchfade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@media screen and (min-width: 751px) {
  .scrollPalla:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background: url(../images/mv_bg.png) no-repeat top 10% center/contain
  }
  .scrollPalla img {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
  }
  .scrollPalla.active img {
    top: 10%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
  }
  .scrollPalla.active img.noAnime {
    top: -13%
  }
  .scrollPalla.active:before {
    top: -13%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
  }
}
.scrollBtn a {
  position: absolute;
  z-index: 2;
  top: -20%;
  right: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: #fff
}
.scrollBtn a {
  padding-top: 30px;
  font-size: 90%;
  text-align: center
}
.scrollBtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 35px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50px
}
.scrollBtn a span::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2px;
  height: 4px;
  margin-left: -1px;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  border-radius: 0%;
  background-color: #fff
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
  }
  40% {
    opacity: 1
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
.scrollBtn {
  position: relative;
  height: 70px;
  background: #f2f2f2
}
@media screen and (min-width: 375px) {
  .scrollBtn {
    height: 100px
  }
}
.scrollBtn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 88px 188px 0 188px;
  border-style: solid;
  border-color: #3995d0 transparent transparent transparent
}
@media screen and (max-width: 750px) {
  .scrollBtn:before {
    border-width: 60px 120px 0 120px
  }
}
.sideBtn {
  position: fixed;
  z-index: 800;
  right: 0;
  bottom: 18%;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  text-align: right
}
@media screen and (max-width: 750px) {
  .sideBtn {
    width: 30%
  }
}
.sideBtn.fixed {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.sideBtn:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}
.sideBtn:hover a img {
  opacity: 1
}
@media screen and (max-width: 750px) {
  .topContents {
    margin-top: 85px;
    font-size: 3.3vw
  }
  .topContents h2 {
    font-size: 8vw
  }
  .topContents h2 span {
    font-size: 45%
  }
  .topContents p,
  .topContents figcaption {
    font-size: 3.5vw
  }
}
.sec01 {
  position: relative;
  margin-bottom: 0;
  padding: 3% 0 5%;
  background: #f2f2f2
}
@media screen and (max-width: 750px) {
  .sec01 {
    padding: 8% 0
  }
}
.sec01 figcaption {
  margin: 1em auto;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em
}
.sec01 .columnRow:first-child {
  margin-bottom: 2%
}
@media screen and (max-width: 750px) {
  .sec01 .inner {
    padding: 0 5%
  }
}
.sec02 {
  margin-bottom: 0;
  padding: 5% 0 2%;
  background: #3995d0
}
@media screen and (max-width: 750px) {
  .sec02 {
    padding: 8% 0 5%
  }
}
.sec02 h2 {
  margin-bottom: 1.7em;
  color: #fff
}
.sec02 h2 span {
  color: #fff
}
.sec02 .bgWhite {
  position: relative;
  overflow: hidden;
  margin-bottom: 7%;
  padding: 4% 5%;
  border-radius: 5px;
  background: #fff
}
@media screen and (max-width: 750px) {
  .sec02 .bgWhite {
    padding: 9% 5%
  }
  .sec02 .bgWhite > .columnWrap {
    padding: 0 3%
  }
}
.sec02 .bgWhite p {
  line-height: 2
}
@media screen and (max-width: 750px) {
  .sec02 .bgWhite p {
    letter-spacing: .05em
  }
}
.sec02 .bgWhite p:not(:last-child) {
  margin-bottom: 2em
}
.sec02 h3 {
  position: relative;
  margin-bottom: .8em;
  padding: .3em 0 .3em 3.8em;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  color: #081c68;
  border-bottom: 1px solid #081c68
}
@media screen and (max-width: 750px) {
  .sec02 h3 {
    font-size: 5.1vw
  }
}
.sec02 h3:before {
  content: "0" counter(number);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 250%;
  font-weight: 900;
  font-style: italic;
  counter-increment: number 1;
  color: #eee
}
.sec02 h3.-textRight {
  padding-right: 3.8em;
  padding-left: 0
}
.sec02 h3.-textRight:before {
  right: 0;
  left: auto
}
.-pt1 {
  padding-top: 1em !important
}
.-pb1 {
  padding-bottom: 1em !important
}
.sec03 {
  margin-bottom: 0;
  padding: 0 0 5%;
  background: #3995d0
}
@media screen and (max-width: 750px) {
  .sec03 {
    padding: 0 0 10%
  }
}
.sec03 h2 {
  margin-bottom: 1.5em;
  font-size: 30px;
  color: #fff
}
@media screen and (max-width: 750px) {
  .sec03 h2 {
    font-size: 5.3vw;
    line-height: 1.6
  }
}
.sec03 figcaption {
  min-height: 72px;
  margin: 1.5em auto .5em;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .1em;
  color: #1e76b6
}
@media screen and (max-width: 750px) {
  .sec03 figcaption {
    min-height: inherit;
    font-size: 4.8vw
  }
}
.sec03 .bgBlue {
  padding: 4% 0;
  border-radius: 7px;
  background: #fff
}
@media screen and (max-width: 750px) {
  .sec03 .bgBlue {
    margin-bottom: 5%
  }
}
.sec03 .bgBlue p {
  padding: 4% 7%;
  line-height: 2;
  letter-spacing: .0em
}
@media screen and (max-width: 750px) {
  .sec03 .bgBlue p {
    padding: 0 10% 4%
  }
}
.sec04 {
  margin: auto;
  margin-bottom: 0;
  padding: 7% 0 0;
  background: #ff8b01
}
.sec04 .inner {
  max-width: 3000px;
  padding: 0
}
@media screen and (min-width: 751px) {
  .sec04 .columnBlock:last-child {
    max-width: 490px;
    padding-left: 1.5%
  }
}
@media screen and (max-width: 750px) {
  .sec04 .columnBlock:last-child {
    padding: 5% 8%
  }
}
.sec04 .columnBlock:first-child figure img {
  width: 100%
}
.sec04 p {
  font-weight: bold
}
.sec04 p:not(:last-child) {
  margin-bottom: 8%
}
@media screen and (max-width: 750px) {
  .sec04 p:not(:last-child) {
    margin-bottom: 1.5em
  }
}
.sec04 p svg {
  margin-right: .3em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  vertical-align: sub
}
@media screen and (max-width: 750px) {
  .sec04 p svg {
    vertical-align: inherit
  }
}
.sec04 p.borderTB {
  padding: .8em .3em;
  border: 1px solid #fff;
  border-width: 1px 0
}
@media screen and (max-width: 750px) {
  .sec04 p.borderTB {
    width: 95%;
    margin: auto;
    padding: 0.8em 0.5em !important
  }
}
.sec04 p.-textLarge {
  font-size: 20px !important;
  line-height: 1.8;
  letter-spacing: .04em
}
@media screen and (max-width: 750px) {
  .sec04 p.-textLarge {
    padding: 0 .5em;
    font-size: 3.6vw !important
  }
}
@media screen and (max-width: 750px) {
  .sec04 p {
    font-size: 3.5vw;
    line-height: 2.5
  }
}
.sec05 {
  margin-bottom: 0;
  padding: 3% 0;
  background: #ff8b01
}
.sec05 p {
  letter-spacing: .04em
}
@media screen and (max-width: 750px) {
  .sec05 p {
    font-size: 3.5vw
  }
}
.sec05 p.-textSmall {
  font-size: 14px !important
}
@media screen and (max-width: 750px) {
  .sec05 p.-textSmall {
    font-size: 3vw !important
  }
}
.sec05 .columnRow {
  margin-bottom: 3%
}
.sec05 .borderWrap p {
  line-height: 2;
  letter-spacing: 0
}
.sec05 .borderWrap:not(:last-child) {
  margin-bottom: 2em
}
.sec05 .-color01 {
  color: #e83132 !important
}
@media screen and (max-width: 750px) {
  .sec05 .inner {
    padding: 0 5%
  }
}
@media screen and (max-width: 750px) {
  .sec05 .columnBlock.-inversion p {
    padding-left: 2em
  }
}
.borderWrap {
  position: relative;
  z-index: 1;
  padding: 4% 4%
}
@media screen and (max-width: 750px) {
  .borderWrap {
    padding: 10% 10%
  }
}
.borderWrap:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: auto;
  border: 1px solid #fff;
  border-color: #fff transparent transparent #fff;
  border-radius: 13px
}
.borderWrap:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0%;
  height: 0%;
  margin: auto;
  border: 1px solid #fff;
  border-color: transparent #fff #fff transparent;
  border-radius: 13px
}
.borderWrap.active:after {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-animation: borderAfter 2s ease 1s 1 forwards;
  animation: borderAfter 2s ease 1s 1 forwards
}
.borderWrap.active:before {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-animation: borderBefore 2s ease 1s 1 forwards;
  animation: borderBefore 2s ease 1s 1 forwards
}
@media screen and (max-width: 750px) {
  .sec05 + section {
    padding-top: 5%
  }
}
@media screen and (max-width: 750px) {
  .sec05 + section p {
    padding: 0 5%;
    line-height: 1.8
  }
}
@keyframes borderBefore {
  0% {
    border-color: #fff
  }
  100% {
    border-color: #fff
  }
}
@keyframes borderAfter {
  0% {
    border-color: #fff
  }
  100% {
    border-color: #fff
  }
}
.redBox {
  padding: .5em 1em;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .04em;
  color: #fff;
  background: #e83132
}
@media screen and (max-width: 750px) {
  .redBox {
    width: 70%;
    margin-left: 2%;
    font-size: 4.5vw !important
  }
}
.solutionBox {
  max-width: 300px;
  margin: auto;
  margin-bottom: 5%;
  padding: 0 0 10%;
  border-radius: 7px;
  background: #fff
}
@media screen and (max-width: 750px) {
  .solutionBox {
    width: 92%;
    max-width: 600px
  }
}
.solutionBox figcaption {
  margin: 1em auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .04em
}
@media screen and (max-width: 750px) {
  .solutionBox figcaption {
    font-size: 4.8vw
  }
}
.solutionBox p {
  padding: 0 7%;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .06em
}
@media screen and (max-width: 750px) {
  .solutionBox p {
    font-size: 3.4vw
  }
}
.sec06 {
  margin-bottom: 0 !important;
  padding: 5% 0
}
.sec06 .leadText {
  margin-bottom: 2.2em
}
@media screen and (max-width: 750px) {
  .sec06 h2 {
    font-size: 10vw
  }
}
@media screen and (max-width: 750px) {
  .sec06 p {
    padding: 0 5%
  }
}
.c-form .bgGray {
  margin-bottom: 5%;
  padding: 6% 8%;
  background: #f2f2f2
}
.c-form th {
  font-weight: bold;
  vertical-align: top;
  letter-spacing: .04em;
  color: #000
}
@media screen and (min-width: 751px) {
  .c-form th {
    width: 30%
  }
}
.c-form .hissu {
  vertical-align: super;
  color: red
}
.c-form input:not([type=checkbox]),
.c-form select,
.c-form textarea {
  width: 100%;
  padding: .3em;
  border: 1px solid #666;
  border-radius: 4px
}
.c-form input:not([type=checkbox]).familyName,
.c-form select.familyName,
.c-form textarea.familyName {
  width: calc(50% - 2em);
  margin-right: 1em
}
.c-form input:not([type=checkbox]).firstName,
.c-form select.firstName,
.c-form textarea.firstName {
  width: calc(50% - 2em)
}
.c-form textarea {
  min-height: 200px
}
.c-form button {
  width: 250px;
  padding: .5em 1em;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: .4s;
  transition: .4s;
  color: #fff;
  border: 0;
  border-radius: 13px;
  background: #ff8b01
}
@media screen and (max-width: 750px) {
  .c-form button {
    width: auto
  }
}
.c-form button img {
  margin-top: -2px;
  margin-left: .5em;
  vertical-align: middle
}
.c-form button:hover {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: .7
}
.c-form input[type=checkbox] {
  margin-right: .8em;
  vertical-align: middle
}
.privacyWrapper {
  margin-bottom: 3%
}
@media screen and (max-width: 750px) {
  .privacyWrapper {
    width: 90%;
    margin: 0 auto 10px
  }
}
.privacyWrapper .privacyContent {
  padding: .8em .3em .8em 1.5em;
  border: 1px solid #000;
  border-radius: 9px
}
.privacyWrapper .privacyContent > div {
  overflow-y: scroll;
  height: 150px
}
@media screen and (max-width: 750px) {
  .privacyWrapper .privacyContent > div {
    height: 350px
  }
}
footer {
  padding: 4% 0 1%
}
@media screen and (min-width: 751px) {
  footer nav {
    margin: 3% auto
  }
}
@media screen and (max-width: 750px) {
  .c-form th {
    text-align: left
  }
}
/*/-----------------下層*/
/*/-----------------PC＆SP*/
@media only screen and (min-width: 751px) {
  .pcOnly {
    display: block
  }
  img.pcOnly {
    display: inline
  }
  .spOnly {
    display: none !important
  }
}
@media only screen and (max-width: 750px) {
  .pcOnly {
    display: none !important
  }
  .spOnly {
    display: block
  }
  img.spOnly {
    display: inline
  }
}
@media only screen and (min-width: 751px) {
  header .pcOnly {
    display: block
  }
  header img.pcOnly {
    display: inline
  }
  header .spOnly {
    display: none !important
  }
}
@media only screen and (max-width: 750px) {
  header .pcOnly {
    display: none !important
  }
  header .spOnly {
    display: block
  }
  header img.spOnly {
    display: inline !important
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */

/*=============================================
      cookie同意バナー
=============================================*/
.cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background: rgba(0,0,0,.5);
  padding: 1.6em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 99999;
  margin-bottom: 0!important;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0!important;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', roboto, 'Droid Sans', Arial, 游ゴシック, 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: #FFF !important;
  text-decoration: underline !important;
}

.cookie-consent a:hover {
  text-decoration: none !important;
}

.cookie-close-btn-area {
  top: 0;
  left: 0;
  text-align: right;
}

.cookie-close-btn {
  background: none;
  border: none;
  color: #FFF;
  font-size: 30px;
  position: absolute;
  top: 0%;
  right: .5%;
  cursor: pointer;
  width: auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: initial;
}

.cookie-text {
  margin-right: 1em;
}

.cookie-agree {
  text-align: center;
  color: #F28D01;
  background: #FFF;
  padding: 0.5em 1em;
  width: 130px;
  min-width: 130px;
  font-weight: 600;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* 徐々にフェードアウト */
.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
  .cookie-consent {
    padding: 24px;
  }

  .cookie-close-btn {
    right: .5%;
  }

  .cookie-agree {
    width: auto;
  }
}

@media screen and (max-width:768px) {
  .cookie-consent {
    background: rgba(0,0,0,.7);
  }

  .cookie-text {
    font-size: 12px;
    line-height: 1.2;
    margin-right: 6px;
  }

  .cookie-agree {
    font-size: 12px;
    min-width: 80px;
  }
}