@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald:500');
$base_font: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', 'Hiragino Sans', Meiryo, 'Helvetica Neue', sans-serif;
*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
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 box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

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

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 980px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

ul, ol {
  padding: 0;
  margin: 1em 0;
}

p {
  margin: 0;
}

a {
  color: #2D287F;
  text-decoration: none;
}

figure {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  background-color: #fff;
}
@media (max-width: 980px) {
  .header:before {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .header:before {
    height: 62px;
  }
}
.header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 980px) {
  .header:after {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .header:after {
    height: 62px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.header h1 {
  margin: 0;
}
.header__wrap {
  max-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .header__wrap {
    position: static;
  }
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 2;
}
@media (max-width: 980px) {
  .header__logo {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    height: 62px;
  }
}
.header__logo h1 {
  margin: 0;
  padding: 0;
}
.header__logo a {
  width: 250px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pddi-logo.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 60%;
}
@media (max-width: 1040px) {
  .header__logo a {
    background-position: 20px 50%;
  }
}
@media (max-width: 767px) {
  .header__logo a {
    background-position: 10px 50%;
    background-size: auto 72.5%;
  }
}
.header__nav {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 82px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: calc( 100% - 82px );
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .header__nav {
    position: absolute;
    top: 72px;
    height: calc( 100% - 72px );
  }
}
@media (max-width: 767px) {
  .header__nav {
    transform: translateY(0);
    height: auto;
    position: static;
    z-index: auto;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }
}
.header__nav > ul {
  margin: 0;
  padding: 0;
}
.header__nav > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.header__nav > ul > li:first-child {
  border-top: 1px solid #eee;
}
.header__nav > ul > li > a {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  line-height: 3;
  display: block;
  font-weight: 500;
  font-size: 1.5em;
  position: relative;
  color: #333;
  padding: 0;
  /*
  span{
  	border-bottom:1px solid transparent;
  }
  &:hover{
  	span{
  		border-bottom:1px solid $base_link_color;
  	}
  }
  */
}
@media (max-width: 1040px) {
  .header__nav > ul > li > a {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__nav > ul > li > a {
    padding-left: 10px;
    font-size: 5vw;
  }
}
.header__nav > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 1em;
  height: 1em;
  transform: translateY(-50%) rotate(0deg) !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 1em;
}
@media all and (-ms-high-contrast: none) {
  .header__nav > ul > li > a:before {
    background-size: 10px 16px;
  }
}
@media (max-width: 767px) {
  .header__nav > ul > li > a:before {
    left: 10px;
  }
}
.header__nav > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1em;
  height: 1em;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 1em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header__nav > ul > li > a:after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .header #nav {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc( 100% - 62px );
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.nav-checkbox {
  width: 3em;
  height: 3em;
  cursor: pointer;
  display: block;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.plus-cancel {
  width: 2em;
  height: 2em;
  background: #2D287F;
  cursor: pointer;
  display: block;
}
.plus-cancel:before, .plus-cancel:after {
  content: '';
  display: block;
  background: #fff;
  position: relative;
  height: 1.6em;
  width: 0.1em;
  /*
  border-radius: 0.3em;
  */
  margin-left: 1em;
  transition: transform 0.25s ease-in-out;
}
.plus-cancel:before {
  top: 0.2em;
  transform: rotate(-90deg);
}
.plus-cancel:after {
  top: -1.4em;
}
.nav-checkbox:checked + .plus-cancel:before {
  transform: rotate(45deg);
}
.nav-checkbox:checked + .plus-cancel:after {
  transform: rotate(-45deg);
}

#buildMenuButton {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  z-index: 101;
  font-size: 10px;
  margin: 0;
  padding: 20px;
  background-color: #2D287F;
}
@media (max-width: 980px) {
  #buildMenuButton {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #buildMenuButton {
    padding: 10px;
  }
}
#buildMenuButton .menu__line {
  position: relative;
  width: 65px;
  height: 22px;
  display: block;
}
#buildMenuButton .menu__line:before, #buildMenuButton .menu__line:after,
#buildMenuButton .menu__line span {
  content: "";
  display: block;
  transition: transform .4s,opacity .2s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#buildMenuButton .menu__line:before {
  top: 0;
}
#buildMenuButton .menu__line:after {
  bottom: 0;
}
#buildMenuButton .menu__line span {
  top: 10px;
  transform-origin: top right;
  display: block;
}
#buildMenuButton .menu__label {
  line-height: 1;
  margin-top: 1em;
  font-size: 10px;
  letter-spacing: .12em;
  color: #fff;
  text-transform: uppercase;
  /*font-family: $en_font;*/
}

.build-menu-animating.build-menu-open .header {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.build-menu-animating.build-menu-open .header:after {
  display: none;
}
.build-menu-animating.build-menu-open .header__nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .build-menu-animating.build-menu-open #nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.build-menu-animating.build-menu-open .header__unit-lang,
.build-menu-animating.build-menu-open .header__unit-srch-box {
  opacity: 1;
}
.build-menu-animating.build-menu-open #buildMenuButton .menu__line:before {
  transform: translateY(9px) rotate(-25deg);
}
.build-menu-animating.build-menu-open #buildMenuButton .menu__line:after {
  transform: translateY(-9px) rotate(25deg);
}
.build-menu-animating.build-menu-open #buildMenuButton .menu__line span {
  transform: scale(0, 1);
  opacity: 0;
}

@media (max-width: 767px) {
  .build-menu-animating.build-menu-close #nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-delay: 0.3s , 0s;
    transition-delay: 0.3s, 0s;
  }
}

@media (max-width: 767px) {
  .transform.build-menu-animating.build-menu-close #nav {
    -webkit-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-delay: 1.2s , 0.6s;
    transition-delay: 1.2s, 0.6s;
  }
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  margin: 0;
  text-align: center;
  position: relative;
  padding: 0;
  background-color: #2D287F;
  color: #fff;
}
.footer__pagetop {
  background-color: #fff;
}
.footer__pagetop a {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  display: block;
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1;
  color: #333;
}
@media (max-width: 980px) {
  .footer__pagetop a {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer__pagetop a {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 3.5vw;
  }
}
.footer__pagetop a:before {
  content: '';
  position: absolute;
  top: calc( 50% - 1em);
  left: 50%;
  width: 6px;
  height: 6px;
  border: 0 none;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: translateY(5px) rotate(45deg);
  margin: 0 0 0 -4px;
  transition: transform 0.3s;
}
@media (min-width: 981px) {
  .footer__pagetop a:hover:before {
    transform: translateY(0) rotate(45deg);
  }
}
.footer .l_content_inner {
  padding-top: 5em;
  padding-bottom: 5em;
}
.footer .l_content_inner:before, .footer .l_content_inner:after {
  display: table;
  content: '';
}
.footer .l_content_inner:after {
  clear: both;
}
@media (max-width: 980px) {
  .footer .l_content_inner {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .footer .l_content_inner {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.footer h2 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 0.75em 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 980px) {
  .footer h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .footer h2 {
    font-size: 7vw;
  }
}
.footer h2:before, .footer h2:after {
  display: block;
  content: "";
  height: 1px;
  background-color: #fff;
  flex: 1 0 0%;
  min-width: 20px;
}
.footer h2:before {
  margin-right: .5em;
}
.footer h2:after {
  margin-left: .5em;
}
.footer h2 small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1;
}
.footer p {
  margin: 1em 0;
  line-height: 1.8;
}
.footer__address {
  margin: 1em 0;
}
.footer__address dl {
  margin: 0;
}
.footer__address dt {
  margin: 0;
  line-height: 1.4;
}
.footer__address dd {
  margin: 0;
  padding: 0;
}
.footer__address a {
  font-weight: bold;
  font-size: 2em;
  color: #fff;
}
.footer__address a span {
  background: url(../images/footer-logo.png) no-repeat 0 50%;
  background-size: 60px auto;
  padding-left: 70px;
  line-height: 60px;
}
.footer__contact {
  text-align: center;
}
.footer__contact a {
  font-weight: bold;
  font-size: 1.33em;
  color: #fff;
}
.footer__contact--tel .c_button {
  background-color: #78bbff;
  margin-left: auto;
  margin-right: 0;
  min-width: 260px;
}
@media (max-width: 767px) {
  .footer__contact--tel .c_button {
    margin-right: auto;
  }
}
.footer__contact--tel .c_button_text {
  padding-left: 30px;
  background: url(../images/tel.svg) no-repeat 0 50%;
  background-size: 20px auto;
}
.footer__contact--mail .c_button {
  background-color: #78bbff;
  margin-right: auto;
  margin-left: 0;
  min-width: 260px;
}
@media (max-width: 767px) {
  .footer__contact--mail .c_button {
    margin-left: auto;
  }
}
.footer__contact--mail .c_button_text {
  padding-left: 30px;
  background: url(../images/mail.svg) no-repeat 0 50%;
  background-size: 20px auto;
}
.footer .copyright {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 50px;
}
@media (max-width: 980px) {
  .footer .copyright {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    line-height: 3;
    font-size: 3vw;
  }
}
.footer .copyright a {
  color: #fff;
  text-decoration: none;
}

/* ----------------------------------------------------------------
	replace-txt
----------------------------------------------------------------- */
.replace-txt {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* ----------------------------------------------------------------
	pagetop
----------------------------------------------------------------- */
.headroom--top #pagetop {
  transform: translateY(20px);
  opacity: 0;
  transition: transfrom .6s, opacity .6s;
}

.headroom--not-top #pagetop {
  transform: translateY(0px);
  opacity: 1;
  transition: transfrom .6s, opacity .6s;
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
hr {
  height: 1px;
  border: 0 none;
  background-color: #ddd;
  color: #ddd;
  margin: 4em 0;
}
@media (max-width: 767px) {
  hr {
    margin: 3em 0;
  }
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*multi colum*/
.col {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}
@media (max-width: 767px) {
  .col__box + .col__box {
    margin-top: 1.33em;
  }
}
.col-center {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.col6 .col__box {
  width: 15.5%;
  margin-right: 1.4%;
}
@media (max-width: 767px) {
  .col6 .col__box {
    width: 30%;
    margin-right: 5%;
  }
}
.col6 .col__box:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(6n) {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(3n) {
    margin-right: 0;
  }
}

.col5 .col__box {
  width: 18.5%;
  margin-right: 1.875%;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(5n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col4 .col__box {
  width: 22.75%;
  margin-right: 3%;
}
@media (max-width: 980px) {
  .col4 .col__box {
    width: 48.5%;
    margin-right: 3%;
  }
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .col4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(4n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col3 .col__box {
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col2 .col__box {
  width: calc( 50% - 10px );
  margin-right: 20px;
}
@media (max-width: 767px) {
  .col2 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

.col6-4 .col__box {
  width: 58.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col6-4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col6-4 .col__box + .col__box {
  width: 38.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6-4 .col__box + .col__box {
    width: 100%;
    margin-top: 1em;
  }
}

.col6-4.col_reverse_sp .col__box {
  width: 38.5%;
}
@media (max-width: 767px) {
  .col6-4.col_reverse_sp .col__box {
    margin-top: 0;
  }
}
.col6-4.col_reverse_sp .col__box + .col__box {
  width: 58.5%;
}
@media (max-width: 767px) {
  .col6-4.col_reverse_sp .col__box + .col__box {
    width: 100%;
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .col_reverse_sp {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Android 4.3>=*/
    display: -webkit-flex;
    /*Safari, Chrome, Opera*/
    display: flex;
    /*IE11, Firefox*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_reverse_sp .col__box:nth-child(1) {
    margin-top: 2em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col_reverse_sp .col__box:nth-child(2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*
.col6 .col__box:nth-child(n+7),
.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
	margin-top: 0px;
}
*/
.alt-title {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

.sp--only {
  display: none;
}
@media (max-width: 767px) {
  .sp--only {
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 980px) {
  .tablet--none {
    display: none;
  }
}

.swiper-lazy,
.lazy {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded,
.lazy.loaded {
  opacity: 1;
}

main {
  display: block;
  transition: opacity 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 82px;
}
@media (max-width: 980px) {
  main {
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 62px;
  }
}
main article {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.transform #main,
.transform #footer {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
.transform .header {
  background-color: transparent;
}

.change #main,
.change #footer {
  -webkit-animation: showOut 0.6s;
  animation: showOut 0.6s;
}

.complete #main {
  -webkit-animation: showIn2 0.6s;
  animation: showIn2 0.6s;
}

@-webkit-keyframes showOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
}
@keyframes showOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
@-webkit-keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes showIn2 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js .inview:not(.js-animation-title) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.js .inview:not(.js-animation-title).inview--complete {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js .hex-grid .inview.grid-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px) rotate(120deg);
  transform: translateY(10px) rotate(120deg);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.js .hex-grid .inview.grid-item.inview--complete {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(120deg);
  transform: translateY(0) rotate(120deg);
}

.js .inview.inview--img {
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}
.js .inview.inview--img img {
  border: 0;
  margin: 0;
  padding: 0;
}
.js .inview.inview--img:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
}
.js .inview.inview--img.inview--complete:before {
  opacity: 0.9;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.js .js-animation-title {
  opacity: 0;
}
.js .js-animation-title__element {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.js .js-animation-title__element:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.js .js-animation-title__element:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.js .js-animation-title__element:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.js .js-animation-title__element:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.js .js-animation-title__element:nth-child(5) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.js .js-animation-title__element:nth-child(6) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.js .js-animation-title__element:nth-child(7) {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.js .js-animation-title__element:nth-child(8) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.js .js-animation-title__element:nth-child(9) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.js .js-animation-title__element:nth-child(10) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js .js-animation-title__element:nth-child(11) {
  -webkit-transition-delay: 0.275s;
  transition-delay: 0.275s;
}
.js .js-animation-title__element:nth-child(12) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .js-animation-title__element:nth-child(13) {
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
.js .js-animation-title__element:nth-child(14) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.js .js-animation-title__element:nth-child(15) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.js .js-animation-title__element:nth-child(16) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js .js-animation-title__element:nth-child(17) {
  -webkit-transition-delay: 0.425s;
  transition-delay: 0.425s;
}
.js .js-animation-title__element:nth-child(18) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.js .js-animation-title__element:nth-child(19) {
  -webkit-transition-delay: 0.475s;
  transition-delay: 0.475s;
}
.js .js-animation-title__element:nth-child(20) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js .js-animation-title__element:nth-child(21) {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}
.js .js-animation-title__element:nth-child(22) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.js .js-animation-title__element:nth-child(23) {
  -webkit-transition-delay: 0.575s;
  transition-delay: 0.575s;
}
.js .js-animation-title__element:nth-child(24) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js .js-animation-title__element:nth-child(25) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
.js .js-animation-title__element:nth-child(26) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.js .js-animation-title__element:nth-child(27) {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}
.js .js-animation-title__element:nth-child(28) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.js .js-animation-title__element:nth-child(29) {
  -webkit-transition-delay: 0.725s;
  transition-delay: 0.725s;
}
.js .js-animation-title__element:nth-child(30) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.js .js-animation-title__element:nth-child(31) {
  -webkit-transition-delay: 0.775s;
  transition-delay: 0.775s;
}
.js .js-animation-title__element:nth-child(32) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js .js-animation-title__element:nth-child(33) {
  -webkit-transition-delay: 0.825s;
  transition-delay: 0.825s;
}
.js .js-animation-title__element:nth-child(34) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.js .js-animation-title__element:nth-child(35) {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}
.js .js-animation-title__element:nth-child(36) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.js .js-animation-title__element:nth-child(37) {
  -webkit-transition-delay: 0.925s;
  transition-delay: 0.925s;
}
.js .js-animation-title__element:nth-child(38) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.js .js-animation-title__element:nth-child(39) {
  -webkit-transition-delay: 0.975s;
  transition-delay: 0.975s;
}
.js .js-animation-title__element:nth-child(40) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js .js-animation-title__element:nth-child(41) {
  -webkit-transition-delay: 1.025s;
  transition-delay: 1.025s;
}
.js .js-animation-title__element:nth-child(42) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.js .js-animation-title__element:nth-child(43) {
  -webkit-transition-delay: 1.075s;
  transition-delay: 1.075s;
}
.js .js-animation-title__element:nth-child(44) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.js .js-animation-title__element:nth-child(45) {
  -webkit-transition-delay: 1.125s;
  transition-delay: 1.125s;
}
.js .js-animation-title__element:nth-child(46) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.js .js-animation-title__element:nth-child(47) {
  -webkit-transition-delay: 1.175s;
  transition-delay: 1.175s;
}
.js .js-animation-title__element:nth-child(48) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.js .js-animation-title__element:nth-child(49) {
  -webkit-transition-delay: 1.225s;
  transition-delay: 1.225s;
}
.js .js-animation-title__element:nth-child(50) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.js .js-animation-title__element:nth-child(51) {
  -webkit-transition-delay: 1.275s;
  transition-delay: 1.275s;
}
.js .js-animation-title__element:nth-child(52) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js .js-animation-title__element:nth-child(53) {
  -webkit-transition-delay: 1.325s;
  transition-delay: 1.325s;
}
.js .js-animation-title__element:nth-child(54) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.js .js-animation-title__element:nth-child(55) {
  -webkit-transition-delay: 1.375s;
  transition-delay: 1.375s;
}
.js .js-animation-title__element:nth-child(56) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.js .js-animation-title__element:nth-child(57) {
  -webkit-transition-delay: 1.425s;
  transition-delay: 1.425s;
}
.js .js-animation-title__element:nth-child(58) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.js .js-animation-title__element:nth-child(59) {
  -webkit-transition-delay: 1.475s;
  transition-delay: 1.475s;
}
.js .js-animation-title__element:nth-child(60) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js .js-animation-title__element:nth-child(61) {
  -webkit-transition-delay: 1.525s;
  transition-delay: 1.525s;
}
.js .js-animation-title__element:nth-child(62) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.js .js-animation-title__element:nth-child(63) {
  -webkit-transition-delay: 1.575s;
  transition-delay: 1.575s;
}
.js .js-animation-title__element:nth-child(64) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.js .js-animation-title__element:nth-child(65) {
  -webkit-transition-delay: 1.625s;
  transition-delay: 1.625s;
}
.js .js-animation-title__element:nth-child(66) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.js .js-animation-title__element:nth-child(67) {
  -webkit-transition-delay: 1.675s;
  transition-delay: 1.675s;
}
.js .js-animation-title__element:nth-child(68) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.js .js-animation-title__element:nth-child(69) {
  -webkit-transition-delay: 1.725s;
  transition-delay: 1.725s;
}
.js .js-animation-title__element:nth-child(70) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.js .js-animation-title__element:nth-child(71) {
  -webkit-transition-delay: 1.775s;
  transition-delay: 1.775s;
}
.js .js-animation-title__element:nth-child(72) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .js-animation-title__element:nth-child(73) {
  -webkit-transition-delay: 1.825s;
  transition-delay: 1.825s;
}
.js .js-animation-title__element:nth-child(74) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.js .js-animation-title__element:nth-child(75) {
  -webkit-transition-delay: 1.875s;
  transition-delay: 1.875s;
}
.js .js-animation-title__element:nth-child(76) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.js .js-animation-title__element:nth-child(77) {
  -webkit-transition-delay: 1.925s;
  transition-delay: 1.925s;
}
.js .js-animation-title__element:nth-child(78) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.js .js-animation-title__element:nth-child(79) {
  -webkit-transition-delay: 1.975s;
  transition-delay: 1.975s;
}
.js .js-animation-title__element:nth-child(80) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js .js-animation-title__element:nth-child(81) {
  -webkit-transition-delay: 2.025s;
  transition-delay: 2.025s;
}
.js .js-animation-title__element:nth-child(82) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.js .js-animation-title__element:nth-child(83) {
  -webkit-transition-delay: 2.075s;
  transition-delay: 2.075s;
}
.js .js-animation-title__element:nth-child(84) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.js .js-animation-title__element:nth-child(85) {
  -webkit-transition-delay: 2.125s;
  transition-delay: 2.125s;
}
.js .js-animation-title__element:nth-child(86) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.js .js-animation-title__element:nth-child(87) {
  -webkit-transition-delay: 2.175s;
  transition-delay: 2.175s;
}
.js .js-animation-title__element:nth-child(88) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.js .js-animation-title__element:nth-child(89) {
  -webkit-transition-delay: 2.225s;
  transition-delay: 2.225s;
}
.js .js-animation-title__element:nth-child(90) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.js .js-animation-title__element:nth-child(91) {
  -webkit-transition-delay: 2.275s;
  transition-delay: 2.275s;
}
.js .js-animation-title__element:nth-child(92) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js .js-animation-title__element:nth-child(93) {
  -webkit-transition-delay: 2.325s;
  transition-delay: 2.325s;
}
.js .js-animation-title__element:nth-child(94) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.js .js-animation-title__element:nth-child(95) {
  -webkit-transition-delay: 2.375s;
  transition-delay: 2.375s;
}
.js .js-animation-title__element:nth-child(96) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.js .js-animation-title__element:nth-child(97) {
  -webkit-transition-delay: 2.425s;
  transition-delay: 2.425s;
}
.js .js-animation-title__element:nth-child(98) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
.js .js-animation-title__element:nth-child(99) {
  -webkit-transition-delay: 2.475s;
  transition-delay: 2.475s;
}
.js .js-animation-title__element:nth-child(100) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
@media all and (-ms-high-contrast: none) {
  .js .js-animation-title__element {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.js .js-animation-title.inview--complete {
  opacity: 1;
}
.js .js-animation-title.inview--complete .js-animation-title__element {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ----------------------------------------------------------------
	loading
----------------------------------------------------------------- */
/*
.js .loading{
	display: none !important;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	overflow: hidden;
	&:before{
		content:'';
		display: block;
		position: absolute;
		z-index: 1;
		top:50%;
		left:0;
		width: 100%;
		height: 1px;
		background: #35898c;
		opacity: 0;
		will-change: opacity;
	}
	&:after{
		content:'';
		display: block;
		position: absolute;
		z-index: 2;
		top:50%;
		left:0;
		width: 100%;
		height: 1px;
		background:#fff;
		transform: translateX(-100%);
		opacity: 1;
		will-change: opacity, transform;
	}
	&--top{
		position: absolute;
		top:0;
		left:0;
		height:50%;
		width:100%;
		background: #35898c;
		opacity: 0;
		transform: translateY(-100%);
		will-change: animation, opacity, transform;
	}
	&--bottom{
		position: absolute;
		bottom:0;
		left:0;
		height:50%;
		width:100%;
		background: #35898c;
		opacity: 0;
		transform: translateY(100%);
		will-change: animation, opacity, transform;
	}
	&--start{
		z-index: 3;
		&:before{
			animation: loading-start--1 0.6s forwards;
		}
		&:after{
			animation: loading-start--2 0.6s ease-in forwards;
		}
		.loading--top{
			animation: loading-start--3 0.6s forwards;
		}
		.loading--bottom{
			animation: loading-start--3 0.6s forwards;
		}
	}
	&--complete{
		z-index: 3;
		&:before{
			animation: loading-complete--1 0.6s forwards;
		}
		&:after{
			animation: loading-complete--2 0.6s forwards;
		}
		.loading--top{
			animation: loading-complete--3 0.6s forwards;
		}
		.loading--bottom{
			animation: loading-complete--4 0.6s forwards;
		}
	}
}



@keyframes loading-start--1 {
	0%,25% {
		opacity:0;
	}
	50%,100% {
		opacity:1;
	}
}
@keyframes loading-start--2 {
	0% {
		opacity:1;
		transform: translateX(-100%);
	}
	100% {
		opacity:1;
		transform: translateX(0%);
	}
}
@keyframes loading-start--3 {
	0% {
		opacity:0;
		transform: translateY(0%);
	}
	100% {
		opacity:1;
		transform: translateY(0%);
	}
}
@keyframes loading-complete--1 {
	0%,25% {
		opacity:1;
	}
	25%,100% {
		opacity:0;
	}
}
@keyframes loading-complete--2 {
	0%,25% {
		opacity:1;
		transform: translateX(0%);
	}
	25%,100% {
		opacity:0;
		transform: translateX(0%);
	}
}
@keyframes loading-complete--3 {
	0% {
		opacity:1;
		transform: translateY(0%);
	}
	100% {
		opacity:1;
		transform: translateY(-100%);
	}
}
@keyframes loading-complete--4 {
	0% {
		opacity:1;
		transform: translateY(0%);
	}
	100% {
		opacity:1;
		transform: translateY(100%);
	}
}
*/
.u_spacing_pd {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 980px) {
  .u_spacing_pd {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.u_spacing_pd + .u_spacing_pd {
  margin-top: -5em;
}
@media (max-width: 980px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -3em;
  }
}

.u_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .u_sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u_pc {
    display: none !important;
  }
}
.u_align_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
.u_align_right {
  margin-left: auto;
  text-align: right !important;
}
.u_align_left {
  margin-right: auto;
  text-align: left !important;
}
.u_spacing_mt_xlarge {
  margin-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xlarge {
    margin-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xlarge {
    margin-top: 3em !important;
  }
}
.u_spacing_mt_large {
  margin-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_large {
    margin-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_large {
    margin-top: 2em !important;
  }
}
.u_spacing_mt_medium {
  margin-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_medium {
    margin-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_medium {
    margin-top: 1.33em !important;
  }
}
.u_spacing_mt_small {
  margin-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_small {
    margin-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_small {
    margin-top: 0.66em !important;
  }
}
.u_spacing_mt_xsmall {
  margin-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.33em !important;
  }
}
.u_spacing_mt_0 {
  margin-top: 0 !important;
}
.u_spacing_pt_xlarge {
  padding-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xlarge {
    padding-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xlarge {
    padding-top: 3em !important;
  }
}
.u_spacing_pt_large {
  padding-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_large {
    padding-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_large {
    padding-top: 2em !important;
  }
}
.u_spacing_pt_medium {
  padding-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_medium {
    padding-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_medium {
    padding-top: 1.33em !important;
  }
}
.u_spacing_pt_small {
  padding-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_small {
    padding-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_small {
    padding-top: 0.66em !important;
  }
}
.u_spacing_pt_xsmall {
  padding-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.33em !important;
  }
}
.u_spacing_pt_0 {
  padding-top: 0 !important;
}
.u_spacing_mb_xlarge {
  margin-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 3em !important;
  }
}
.u_spacing_mb_large {
  margin-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_large {
    margin-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_large {
    margin-bottom: 2em !important;
  }
}
.u_spacing_mb_medium {
  margin-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.33em !important;
  }
}
.u_spacing_mb_small {
  margin-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_small {
    margin-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_small {
    margin-bottom: 0.66em !important;
  }
}
.u_spacing_mb_xsmall {
  margin-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.33em !important;
  }
}
.u_spacing_mb_0 {
  margin-bottom: 0 !important;
}
.u_spacing_pb_xlarge {
  padding-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 3em !important;
  }
}
.u_spacing_pb_large {
  padding-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_large {
    padding-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_large {
    padding-bottom: 2em !important;
  }
}
.u_spacing_pb_medium {
  padding-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.33em !important;
  }
}
.u_spacing_pb_small {
  padding-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_small {
    padding-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_small {
    padding-bottom: 0.66em !important;
  }
}
.u_spacing_pb_xsmall {
  padding-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.33em !important;
  }
}
.u_spacing_pb_0 {
  padding-bottom: 0 !important;
}

.l_bg_glay {
  background-color: #f2f2f2;
}

.l_content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l_content_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .l_content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .l_content_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c_title {
  background-color: #043b83;
  color: #fff;
  margin-top: 88px;
  padding: 4em 0;
}
@media (max-width: 1040px) {
  .c_title {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .c_title {
    margin-top: 0;
    padding: 2.5em 0;
  }
}
.c_title h2 {
  color: #fff;
}
.c_button {
  position: relative;
  background-color: #2D287F;
  color: #fff;
  font-size: 90%;
  padding: 1em 1.5em;
  overflow: hidden;
  min-width: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .c_button {
    padding: 0.75em 1em;
  }
}
.c_button + .c_button {
  margin-left: 20px;
}
.c_button:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 190%;
  height: 120%;
  width: 140%;
  opacity: .15;
  background-color: #000;
  -webkit-transform: skew(-45deg) translateX(20px);
  -ms-transform: skew(-45deg) translateX(20px);
  transform: skew(-45deg) translateX(20px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.c_button:hover {
  text-decoration: none　 !important;
}
.c_button:hover:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c_button_text {
  color: #fff;
}
.c_button_wrapper {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_button_wrapper.hide {
  opacity: 0;
  visibility: hidden;
}
.c_button_plus {
  position: relative;
  display: block;
  min-width: 0;
  width: 2.5em;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #379ad6;
}
.c_button_plus:after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
}
.c_anchorlink {
  color: #26455c;
  text-decoration: none;
  width: calc( 50% - 10px );
  margin-right: 20px;
  background: #d4d4d4;
  line-height: 1.4;
  min-height: 2.5em;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_anchorlink:nth-child(2n) {
  margin-right: 0;
}
.c_anchorlink:nth-child(n+3) {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .c_anchorlink {
    width: 100%;
    margin-right: 0;
  }
  .c_anchorlink:nth-child(n+2) {
    margin-top: 1em;
  }
}
.c_anchorlink:hover .c_button:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c_anchorlink_text {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.c_anchorlink_button {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c_anchorlink_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #666;
}
.c_table tr {
  border-top: 1px solid #666;
}
.c_table th {
  padding: 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table th small {
  display: inline-block;
  line-height: 1.2;
}
.c_table td {
  padding: 1em;
}
@media (max-width: 767px) {
  .c_table td {
    word-break: break-all;
  }
}
.c_table td ul {
  padding: 0 0 0 1.33em;
}
@media (max-width: 767px) {
  .c_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
.c_table + h4 {
  margin-top: 3em;
}
.c_table--simple {
  border: 0 none;
  border-bottom: 1px solid #ccc;
}
.c_table--simple th {
  background-color: transparent;
  color: inherit;
  padding: 1em 0 1em 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table--simple td {
  padding: 1em 1em 1em 0;
}
.c_table--simple td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.c_lead {
  font-weight: bold;
  font-size: 135%;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .c_lead {
    text-align: left;
  }
}
.c_movie {
  position: relative;
  cursor: pointer;
}
.c_movie:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_movie:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .c_movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c_movie img {
    transition: transform .3s ease-in-out;
  }
  .c_movie:before {
    transition: border-left-color .3s easeinout;
  }
  .c_movie:after {
    transition: border-color .3s easeinout;
  }
  .c_movie:hover:before {
    border-left-color: #ff781d;
  }
  .c_movie:hover:after {
    border-color: #ff781d;
  }
  .c_movie:hover img {
    transform: scale(1.04);
  }
}
.c_link_small {
  font-size: 80%;
}

.p_tag {
  display: inline-block;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 0.33em;
  color: #777;
  font-size: 80%;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
.p_note {
  position: relative;
  display: block;
  padding-left: 1em;
}
.p_note:before {
  content: '※';
  position: absolute;
  left: 0;
}
.p_note_list {
  margin: 0;
  padding: 0;
  counter-reset: note;
}
.p_note_list li {
  font-size: 80%;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_note_list li:before {
  content: "※" counter(note);
  counter-increment: note;
  margin-right: 0.33em;
}
.p_note_list li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.hero {
  background-image: url(../images/pddi-main.jpg);
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  padding-top: 47.5%;
  overflow: hidden;
}
@media (max-width: 1040px) {
  .hero {
    padding-top: 62.75%;
  }
}
.hero:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-position: 50% 0;
  background-size: 60% auto;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
@media (max-width: 1040px) {
  .hero:before {
    background-size: auto 100%;
  }
}
.hero h2 {
  color: #fff;
  background-color: #2D287F;
  border-radius: 1em;
  white-space: nowrap;
  line-height: 1;
  padding: 0.5em 1em;
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10px);
  opacity: 0;
  z-index: 1;
  transition: opacity 1s 0.5s ease-in-out, transform 1s 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .hero h2 {
    font-size: 3.5vw;
  }
}
.hero__item {
  position: absolute;
  opacity: 0;
  color: #2D287F;
  white-space: nowrap;
  line-height: 1;
  padding: 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  z-index: 1;
}
.hero__item--1 {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10px);
  transition: opacity 1s 1s ease-in-out, transform 1s 1s ease-in-out;
}
@media (max-width: 767px) {
  .hero__item--1 {
    top: 7.5%;
  }
}
.hero__item--2 {
  top: 50%;
  left: 50%;
  margin-left: -30%;
  transform: translate(0, calc( -50% + -10px));
  transition: opacity 1s 1.5s ease-in-out, transform 1s 1.5s ease-in-out;
}
@media (max-width: 1040px) {
  .hero__item--2 {
    left: 20px;
    margin-left: 0;
  }
}
.hero__item--3 {
  top: 50%;
  right: 50%;
  margin-right: -30%;
  transform: translate(0, calc( -50% + -10px));
  transition: opacity 1s 2s ease-in-out, transform 1s 2s ease-in-out;
}
@media (max-width: 1040px) {
  .hero__item--3 {
    right: 20px;
    margin-right: 0;
  }
}
.hero__item--4 {
  bottom: 10%;
  left: 50%;
  color: #fd07b4;
  transform: translate(-50%, -10px);
  transition: opacity 1s 2.5s ease-in-out, transform 1s 2.5s ease-in-out;
}
@media (max-width: 767px) {
  .hero__item {
    font-size: 4vw;
  }
}
.hero__item:before {
  content: '';
  display: block;
  bottom: -0.33em;
  left: -0.5em;
  padding: 0 0.5em;
  background: #d0f9fd;
  position: absolute;
  z-index: -1;
  height: 0.66em;
  width: 100%;
  border-radius: 0.5em;
}
.hero .ball {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s 0.5s ease-in-out, transform 1s 0.5s ease-in-out;
}
.hero .ball--1 {
  top: -20em;
  left: -20em;
  width: 30em;
  height: 30em;
  border-radius: 10%;
  background-color: #78bbff;
  transform: translateY(-10px) rotate(20deg);
}
@media (max-width: 980px) {
  .hero .ball--1 {
    top: -10em;
    left: -10em;
    width: 15em;
    height: 15em;
  }
}
@media (max-width: 767px) {
  .hero .ball--1 {
    top: -5em;
    left: -5em;
    width: 7.5em;
    height: 7.5em;
  }
}
.hero .ball--2 {
  top: -5em;
  right: -5em;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background-color: #ea6093;
  transform: translateY(-10px);
}
@media (max-width: 980px) {
  .hero .ball--2 {
    top: -2.5em;
    right: -2.5em;
    width: 5em;
    height: 5em;
  }
}
@media (max-width: 767px) {
  .hero .ball--2 {
    top: -2em;
    right: -2em;
    width: 4em;
    height: 4em;
  }
}
.hero .ball--3 {
  bottom: -5em;
  left: -5em;
  width: 10em;
  height: 10em;
  border-radius: 10%;
  transform: translateY(10px) rotate(-20deg);
  background-color: #4367c7;
}
@media (max-width: 980px) {
  .hero .ball--3 {
    bottom: -2.5em;
    left: -2.5em;
    width: 5em;
    height: 5em;
  }
}
@media (max-width: 767px) {
  .hero .ball--3 {
    bottom: -2em;
    left: -2em;
    width: 4em;
    height: 4em;
  }
}
.hero .ball--4 {
  bottom: -10em;
  right: -10em;
  width: 20em;
  height: 20em;
  border-radius: 50%;
  background-color: #8585FF;
  transform: translateY(10px);
}
@media (max-width: 980px) {
  .hero .ball--4 {
    bottom: -2.5em;
    right: -2.5em;
    width: 10em;
    height: 10em;
  }
}
@media (max-width: 767px) {
  .hero .ball--4 {
    bottom: -2em;
    right: -2em;
    width: 4em;
    height: 4em;
  }
}
.hero.loaded:before {
  opacity: 1;
  transform: translateY(0);
}
.hero.loaded h2 {
  opacity: 1;
  transform: translate(-50%, 0);
}
.hero.loaded .ball {
  opacity: 1;
}
.hero.loaded .ball--1 {
  transform: rotate(20deg);
}
.hero.loaded .ball--3 {
  transform: rotate(-20deg);
}
.hero.loaded .ball--2, .hero.loaded .ball--4 {
  transform: translateY(0);
}
.hero.loaded .hero__item {
  opacity: 1;
  transform: translateY(0);
}
.hero.loaded .hero__item--1 {
  transform: translate(-50%, 0);
}
.hero.loaded .hero__item--2 {
  transform: translate(0, -50%);
}
.hero.loaded .hero__item--3 {
  transform: translate(0, -50%);
}
.hero.loaded .hero__item--4 {
  transform: translate(-50%, 0);
}

/* ----------------------------------------------------------------
	c
----------------------------------------------------------------- */
.c_odd {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #edf5fe;
}
.c_odd:before, .c_odd:after {
  display: table;
  content: '';
}
.c_odd:after {
  clear: both;
}
@media (max-width: 980px) {
  .c_odd {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .c_odd {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.c_even {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
}
.c_even:before, .c_even:after {
  display: table;
  content: '';
}
.c_even:after {
  clear: both;
}
@media (max-width: 980px) {
  .c_even {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .c_even {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.c_figure {
  text-align: center;
  margin: 0;
}
.c_figure img {
  max-width: 800px;
  width: 100%;
}
.c_video {
  width: 100%;
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c_video video {
  width: 100%;
  height: auto;
}
.c_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #666;
}
.c_table tr {
  border-top: 1px solid #555;
}
.c_table th {
  background-color: #7e7e7e;
  color: #fff;
  padding: 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table th small {
  display: inline-block;
  line-height: 1.2;
}
.c_table td {
  padding: 1em;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .c_table td {
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .c_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
.c_table + h4 {
  margin-top: 3em;
}
.c_record {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c_record li {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .c_record li {
    padding: 10px;
  }
}
.c_record li + li {
  margin-top: 1.5em;
}

.banner {
  transition: opacity 0.3s;
}
.banner:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------------
	parts
----------------------------------------------------------------- */
.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.embed + .caption {
  margin-top: -50px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .embed + .caption {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
.embed + .embed, .embed + .img {
  border-top: 2px solid #fff;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .embed + .embed, .embed + .img {
    margin-top: -40px;
  }
}
.embed video,
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.no-js .embed:before {
  opacity: 0;
  visibility: hidden;
}
.no-js .embed iframe {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ----------------------------------------------------------------
	notes
----------------------------------------------------------------- */
.notes {
  margin: 1em 0 !important;
  position: relative;
  padding-left: 1.25em !important;
  list-style: none !important;
  line-height: 1.4 !important;
}
.notes > li {
  font-size: 80%;
  color: inherit;
  position: relative;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0.5em 0 !important;
}
.notes > li:before {
  display: none !important;
}
.notes__head {
  position: absolute;
  top: 0;
  left: -1.25em;
}

/* ----------------------------------------------------------------
	movie
----------------------------------------------------------------- */
.movie {
  position: relative;
  cursor: pointer;
}
.movie:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.movie:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .movie img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
  }
  .movie:before {
    -webkit-transition: border-left-color .3s easeinout;
    transition: border-left-color .3s easeinout;
  }
  .movie:after {
    -webkit-transition: border-color .3s easeinout;
    transition: border-color .3s easeinout;
  }
  .movie:hover:before {
    border-left-color: #ff781d;
  }
  .movie:hover:after {
    border-color: #ff781d;
  }
  .movie:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.page h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 0.75em 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 980px) {
  .page h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page h3 {
    font-size: 7vw;
  }
}
.page h3:before, .page h3:after {
  display: block;
  content: "";
  height: 1px;
  background-color: #999;
  flex: 1 0 0%;
  min-width: 20px;
}
.page h3:before {
  margin-right: .5em;
}
.page h3:after {
  margin-left: .5em;
}
.page h3 small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1;
}
.page h4 {
  padding: 0;
  margin: 2em 0 0.75em 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-left: 1px solid #2D287F;
  padding: 0.33em 0.33em 0.33em 0.66em;
}
@media (max-width: 980px) {
  .page h4 {
    font-size: 1.33rem;
  }
}
@media (max-width: 767px) {
  .page h4 {
    font-size: 4.5vw;
  }
}
.page table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.page th {
  text-align: left;
  line-height: 1.4;
  padding: 1em 0 1em;
  font-weight: bold;
  width: 10em;
}
@media (max-width: 767px) {
  .page th {
    width: 6em;
  }
}
.page td {
  line-height: 1.4;
  padding: 1em 0.5em 1em 1em;
}
@media (max-width: 767px) {
  .page td {
    padding-left: 0.75em;
  }
}
.page td ol, .page td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page td p + ul,
.page td p + ol {
  margin-top: 0.33em;
}
.page td dl {
  margin: 0;
}
.page td dd + dt {
  margin-top: 1em;
}
.page td dt {
  margin: 0;
}
.page td dd {
  margin: 0;
}
.page td a[href^="tel:"] {
  color: #2D287F;
  text-decoration: none;
}
.page td a[href^="https://goo.gl"] {
  background-color: #2D287F;
  color: #fff;
  margin-left: 0.5em;
  padding: 0.33em;
  border-radius: 3px;
  line-height: 1;
  font-size: 90%;
  text-decoration: none;
  transition: background-color 0.3s;
}
.page td a[href^="https://goo.gl"]:hover {
  background-color: #000;
}
.page ol {
  margin: 1em 0;
  padding: 0;
  counter-reset: num;
}
.page ol > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
}
.page ol > li:first-child {
  margin-top: 0;
}
.page ol > li:last-child {
  margin-bottom: 0;
}
.page ol > li:before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
}
.page ul {
  margin: 1em 0;
  padding: 0;
}
.page ul > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page ul > li:first-child {
  margin-top: 0;
}
.page ul > li:last-child {
  margin-bottom: 0;
}
.page ul > li:before {
  content: '';
  width: 0.33em;
  height: 0.33em;
  border-radius: 50%;
  background-color: #26455c;
  position: absolute;
  top: 0.66em;
  left: 0.5em;
}
.page .officer {
  float: right;
  width: 250px;
  margin: 0.5em 0 20px 20px;
}
@media (max-width: 767px) {
  .page .officer {
    width: 150px;
    margin: 0.5em 0 10px 10px;
  }
}
.page .officer .post {
  color: #666;
  font-weight: normal;
  font-size: 80%;
  display: block;
  padding: 0 0 0.33em 0;
}
@media (max-width: 767px) {
  .page .officer .post {
    font-size: 90%;
  }
}
.page .officer .belong {
  color: #666;
  font-weight: normal;
  font-size: 80%;
  display: block;
  padding: 0.33em 0 0 0;
}
@media (max-width: 767px) {
  .page .officer .belong {
    font-size: 90%;
  }
}
.page .officer figcaption {
  padding: 0.5em 0 0 0;
  display: block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page .officer figcaption {
    font-size: 90%;
  }
}

.sec-a p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-a p strong {
  color: #2D287F;
}
.sec-a p + p {
  margin: 1em 0;
}
.sec-a ul {
  margin: 1em 0;
  padding: 0;
  font-weight: bold;
}
.sec-a table {
  border-top: 1px solid #ddd;
}
.sec-a th {
  border-bottom: 1px solid #ddd;
}
.sec-a td {
  border-bottom: 1px solid #ddd;
}
.sec-a th {
  width: 5em;
  white-space: nowrap;
}
.sec-a .embed {
  margin: 0;
}

.sec-b p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-b p strong {
  color: #2D287F;
}
.sec-b p + p {
  margin: 1em 0;
}
.sec-b table {
  border-top: 1px solid #ddd;
}
.sec-b th {
  border-bottom: 1px solid #ddd;
}
.sec-b td {
  border-bottom: 1px solid #ddd;
}
.sec-b th {
  width: 6em;
  white-space: nowrap;
}

.sec-c p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-c p strong {
  color: #2D287F;
}
.sec-c p + p {
  margin: 1em 0;
}
.sec-c table {
  border-top: 1px solid #ddd;
}
.sec-c th {
  border-bottom: 1px solid #ddd;
}
.sec-c td {
  border-bottom: 1px solid #ddd;
}
.sec-c th {
  width: 6em;
  white-space: nowrap;
}

.sec-d p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-d p strong {
  color: #2D287F;
}
.sec-d p + p {
  margin: 1em 0;
}
.sec-d table {
  border-top: 1px solid #ddd;
}
.sec-d th {
  border-bottom: 1px solid #ddd;
}
.sec-d td {
  border-bottom: 1px solid #ddd;
}
.sec-d th {
  width: 8em;
  white-space: nowrap;
}

.sec-e p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-e p + p {
  margin: 1em 0;
}
.sec-e .mark-a {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #aaccff 60%);
}
.sec-e .mark-b {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffb9b9 60%);
}

.sec-f p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-f p + p {
  margin: 1em 0;
}
.sec-f h4 {
  margin-top: 0;
}
.sec-f table {
  border: 1px solid #ccc;
}
.sec-f thead th {
  color: #fff;
  background-color: #78bbff;
  font-weight: normal;
  text-align: center;
}
.sec-f thead th + th {
  border-left: 1px solid #fff;
}
.sec-f tbody th,
.sec-f tbody td {
  font-weight: normal;
  padding-left: 1em;
  padding-right: 1em;
}
.sec-f tbody td + td {
  border-left: 1px solid #ddd;
}

.sec-g p,
.sec-h p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-g p + p,
.sec-h p + p {
  margin: 1em 0;
}

.sec-i ol li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-i p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sec-i p + p {
  margin: 1em 0;
}
.sec-i figure {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sec-i figure {
    padding: 10px;
  }
}
.sec-i ol li a {
  text-decoration: underline;
}
.sec-i ol li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .sec-i .col__box + .col__box {
    margin-top: 0.5em;
  }
}
