/* ===================================
Foundation
=================================== */
/*
 * _setting.scss
 */
/* -----------------------------------
Color
------------------------------------ */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}

/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

/*
 * _base.scss
 */
/* -----------------------------------
base Setting
------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.7;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 350;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

p {
  text-align: justify;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::-moz-selection {
  background: #005bab;
  color: #fff;
}

::selection {
  background: #005bab;
  color: #fff;
}

::-moz-selection {
  background: #005bab;
  color: #fff;
}

/* ===================================
Layout
=================================== */
/*
 * _layout.scss
 */
/* -----------------------------------
wrapper
------------------------------------ */
.l-wrapper {
  min-height: 500px;
}

/* -----------------------------------
header
------------------------------------ */
.l-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
}

.l-header_in {
  position: relative;
  background: #fff;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .l-header_in {
    height: 60px;
  }
}

.l-header_logo {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 82px;
}

@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 50px;
    left: 3%;
  }
}

.l-header_logo a {
  text-decoration: none;
}

.l-header_logo a:hover {
  text-decoration: none;
}

.l-header_nav {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .l-header_nav {
    top: 50%;
    right: 150px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .l-header_nav {
    right: 120px;
  }
}

@media screen and (max-width: 768px) {
  .l-header_nav {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    top: 60px;
    right: 0px;
    width: 100vw;
    height: calc(100vh - 60px);
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  .l-header_nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 10000;
    visibility: visible;
  }
}

@media screen and (min-width: 769px) {
  .l-header_nav_gnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header_nav_gnav li a {
  display: block;
  position: relative;
  padding: 0 20px;
  text-decoration: none;
  height: 110px;
  line-height: 110px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-header_nav_gnav li a {
    display: block;
    padding: 15px;
    line-height: 1;
    height: auto;
  }
}

.l-header_nav_gnav li a img {
  height: 13px;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .l-header_nav_gnav li a img {
    height: 10px;
  }
}

@media screen and (min-width: 769px) {
  .l-header_nav_gnav li a:after {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    width: 0;
    height: 6px;
    background: #005bab;
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-header_nav_gnav li a:hover:after {
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-header_entry {
  position: absolute;
  top: 0;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .l-header_entry {
    right: 50px;
  }
}

.l-header_entry a {
  display: block;
  line-height: 110px;
  width: 110px;
  text-align: center;
  background: #ffff00;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .l-header_entry a {
    width: 60px;
    line-height: 60px;
  }
}

.l-header_entry a img {
  height: 12px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .l-header_entry a img {
    height: 8px;
  }
}

.l-header_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header_btn span {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: absolute;
    width: 25px;
    height: 3px;
    background: #005bab;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 3px;
  }
  .l-header_btn span:nth-child(1) {
    top: 26%;
  }
  .l-header_btn span:nth-child(2) {
    top: 45%;
  }
  .l-header_btn span:nth-child(3) {
    top: 66%;
  }
  .l-header_btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-3px, 14px);
            transform: rotate(45deg) translate(-3px, 14px);
  }
  .l-header_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header_btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-3px, -15px);
            transform: rotate(-45deg) translate(-3px, -15px);
  }
}

/* -----------------------------------
content
------------------------------------ */
.l-content {
  min-height: calc(100vh - 110px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.l-content_in {
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  .l-content_in {
    padding-top: 60px;
  }
}

/* -----------------------------------
section
------------------------------------ */
.l-sec {
  position: relative;
  z-index: 1;
  padding: 90px 20px 80px;
}

@media screen and (max-width: 768px) {
  .l-sec {
    padding: 70px 4% 80px;
  }
}

.l-sec_in {
  max-width: 1020px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-sec_in {
    max-width: 500px;
  }
}

/* -----------------------------------
footer
------------------------------------ */
.l-footer {
  background-color: #005bab;
}

.l-footer_copyright {
  display: block;
  line-height: 100px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer_copyright {
    line-height: 60px;
  }
}

/* ===================================
Object
=================================== */
/* -----------------------------------
Component
------------------------------------ */
/*
 * _component.scss
 */
/* -----------------------------------
hover
------------------------------------ */
.c-hover {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.c-hover:hover {
  opacity: .7;
}

/* -----------------------------------
btn
------------------------------------ */
.c-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .c-btn {
    width: 95%;
  }
}

.c-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #004B8E;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  left: -10px;
}

@media screen and (max-width: 1000px) {
  .c-btn:before {
    top: 5px;
    left: -5px;
  }
}

.c-btn span {
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  display: block;
  background: #ffff00;
  text-align: center;
  color: #005bab;
  font-size: 2.5rem;
  padding: 20px;
  border-radius: 100px;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .c-btn span {
    padding: 15px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 500px) {
  .c-btn span {
    padding: 12px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn span:hover {
    -webkit-box-shadow: 0px 0px 0px 10px #ffff00 inset;
            box-shadow: 0px 0px 0px 10px #ffff00 inset;
    background: #fff;
  }
}

@media screen and (min-width: 769px) {
  .c-btn span:active {
    top: 5px;
    left: -5px;
  }
}

/* -----------------------------------
title
------------------------------------ */
.c-titleJp {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.0rem;
  padding-top: 40px;
  padding-left: 80px;
  vertical-align: bottom;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 350;
}

@media screen and (max-width: 768px) {
  .c-titleJp {
    font-size: 2.0rem;
    padding-top: 20px;
    padding-left: 40px;
  }
}

.c-titleJp.-white {
  color: #fff;
}

.c-titleJp:before {
  content: url(../img/index/ico_triad.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-titleJp:before {
    width: 40px;
    height: 40px;
  }
}

.c-titleEn {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 110px;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c-titleEn {
    height: 80px;
    padding: 25px 0;
    margin-bottom: 40px;
  }
}

.c-titleEn.-num1 {
  background-image: url(../img/index/num1.svg);
}

.c-titleEn.-num2 {
  background-image: url(../img/index/num2.svg);
}

.c-titleEn.-num3 {
  background-image: url(../img/index/num3.svg);
}

.c-titleEn.-num4 {
  background-image: url(../img/index/num4.svg);
}

.c-titleEn.-num5 {
  background-image: url(../img/index/num5.svg);
}

.c-titleEn span {
  position: relative;
}

.c-titleEn span img {
  height: 28px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .c-titleEn span img {
    height: 20px;
  }
}

.c-titleEn span:before, .c-titleEn span:after {
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-titleEn span:after {
  background: url(../img/index/line.svg) no-repeat center;
  background-size: 100%;
  right: -300px;
}

@media screen and (max-width: 768px) {
  .c-titleEn span:after {
    right: -250px;
  }
}

.c-titleEn span:before {
  background: url(../img/index/line.svg) no-repeat center;
  background-size: 100%;
  left: -300px;
}

@media screen and (max-width: 768px) {
  .c-titleEn span:before {
    left: -250px;
  }
}

.c-titleEn.-num1 span:after, .c-titleEn.-num3 span:after, .c-titleEn.-num5 span:after {
  background-image: url(../img/index/line_w.svg);
}

.c-titleEn.-num1 span:before, .c-titleEn.-num3 span:before, .c-titleEn.-num5 span:before {
  background-image: url(../img/index/line_w.svg);
}

/* -----------------------------------
Project
------------------------------------ */
/*
 * _project.scss
 */
/* ---------------------------------------
secMain
--------------------------------------- */
.p-secMain {
  position: relative;
  background: #ffb4d2;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .p-secMain {
    height: calc(100vh - 110px);
    min-height: 540px;
  }
  body.is-layout2 .p-secMain {
    max-height: 70vw;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain {
    height: 125vw;
  }
}

.p-secMain_txt {
  width: 100vw;
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.p-secMain_txt img {
  max-width: inherit;
  width: auto;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-secMain_txt.-txt1 {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
}

.p-secMain_txt.-txt1.is-animation img:nth-of-type(1) {
  -webkit-animation: slide1 32s -16s linear infinite;
          animation: slide1 32s -16s linear infinite;
}

.p-secMain_txt.-txt1.is-animation img:nth-of-type(2) {
  -webkit-animation: slide1 32s linear infinite;
          animation: slide1 32s linear infinite;
}

.p-secMain_txt.-txt2 {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

.p-secMain_txt.-txt2.is-animation img:nth-of-type(1) {
  -webkit-animation: slide1 40s -20s linear infinite;
          animation: slide1 40s -20s linear infinite;
}

.p-secMain_txt.-txt2.is-animation img:nth-of-type(2) {
  -webkit-animation: slide1 40s linear infinite;
          animation: slide1 40s linear infinite;
}

.p-secMain_txt.-txt3 {
  -webkit-flex-basis: 18%;
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%;
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
}

.p-secMain_txt.-txt3.is-animation img:nth-of-type(1) {
  -webkit-animation: slide1 36s -18s linear infinite;
          animation: slide1 36s -18s linear infinite;
}

.p-secMain_txt.-txt3.is-animation img:nth-of-type(2) {
  -webkit-animation: slide1 36s linear infinite;
          animation: slide1 36s linear infinite;
}

.p-secMain_txt.-txt4 {
  z-index: 100;
  height: 0;
  padding-bottom: 15%;
}

.p-secMain_txt.-txt4 img {
  height: 100%;
}

.p-secMain_txt.-txt5 {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
}

.p-secMain_txt.-txt5.is-animation img:nth-of-type(1) {
  -webkit-animation: slide1 38s -19s linear infinite;
          animation: slide1 38s -19s linear infinite;
}

.p-secMain_txt.-txt5.is-animation img:nth-of-type(2) {
  -webkit-animation: slide1 38s linear infinite;
          animation: slide1 38s linear infinite;
}

.p-secMain_txt.-txt6 {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

.p-secMain_txt.-txt6.is-animation img:nth-of-type(1) {
  -webkit-animation: slide1 50s -25s linear infinite;
          animation: slide1 50s -25s linear infinite;
}

.p-secMain_txt.-txt6.is-animation img:nth-of-type(2) {
  -webkit-animation: slide1 50s linear infinite;
          animation: slide1 50s linear infinite;
}

.p-secMain_img {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-secMain_img span {
  position: absolute;
  top: -4vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  width: 400px;
}

.p-secMain_img span img {
  height: 3vh;
  min-height: 20px;
  width: auto;
}

.p-secMain_img.-img0 {
  z-index: 10;
}

.p-secMain_img.-img4 span {
  margin-left: -9%;
}

@media screen and (min-width: 769px) {
  body.is-layout1 .p-secMain_img.-img0 {
    width: 42.89%;
    bottom: -15%;
  }
  body.is-layout1 .p-secMain_img.-img1 {
    width: 16.75%;
    margin-left: -32.5%;
    bottom: -34%;
  }
  body.is-layout1 .p-secMain_img.-img2 {
    width: 9.03%;
    margin-left: -17.5%;
    bottom: -35%;
  }
  body.is-layout1 .p-secMain_img.-img3 {
    width: 7.92%;
    margin-left: 16%;
    bottom: -41%;
  }
  body.is-layout1 .p-secMain_img.-img4 {
    width: 23.32%;
    margin-left: 32.5%;
    bottom: -42.5%;
  }
  body.is-layout2 .p-secMain_img.-img0 {
    width: 50%;
    bottom: -5%;
  }
  body.is-layout2 .p-secMain_img.-img1 {
    width: 16.75%;
    margin-left: -39.5%;
    bottom: -19%;
  }
  body.is-layout2 .p-secMain_img.-img2 {
    width: 9.03%;
    margin-left: -17.5%;
    bottom: -19%;
  }
  body.is-layout2 .p-secMain_img.-img3 {
    width: 7.92%;
    margin-left: 19%;
    bottom: -23%;
  }
  body.is-layout2 .p-secMain_img.-img4 {
    width: 23.32%;
    margin-left: 40.5%;
    bottom: -25.5%;
  }
}

@media screen and (max-width: 768px) {
  .p-secMain_img span {
    position: absolute;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    text-align: center;
    width: 130px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
  }
  .p-secMain_img span img {
    height: 2vh;
    min-height: 18px;
    width: auto;
  }
  .p-secMain_img.-img0 {
    width: 100%;
    bottom: -10%;
  }
  .p-secMain_img.-img1 {
    width: 37%;
    margin-left: -29%;
    bottom: -23%;
  }
  .p-secMain_img.-img1 span {
    width: 180px;
  }
  .p-secMain_img.-img2 {
    width: 20%;
    margin-left: -31%;
    bottom: -23%;
  }
  .p-secMain_img.-img3 {
    width: 17%;
    margin-left: 34%;
    bottom: -24%;
  }
  .p-secMain_img.-img4 {
    width: 50%;
    margin-left: 38.5%;
    bottom: -24.5%;
  }
  .p-secMain_img.-img4 span {
    margin-left: -20%;
    width: 180px;
    top: -20px;
  }
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  100% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  100% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

/* ---------------------------------------
secMessage
--------------------------------------- */
.p-secMessage {
  background: #00d080;
}

.p-secMessage_txt1 {
  width: 75%;
  max-width: 770px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-secMessage_txt1 {
    width: 90%;
  }
}

.p-secMessage_txt2 {
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-secMessage_txt2 {
    line-height: 1.8;
    margin-top: 40px;
  }
}

.p-secMessage_president {
  position: relative;
  padding: 5% 12%;
  background: #4DDEA6;
  margin-top: 70px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p-secMessage_president {
    padding: 6% 4%;
    margin-top: 40px;
  }
}

.p-secMessage_president_txt1 {
  position: relative;
  z-index: 1;
  font-size: 3.6rem;
  letter-spacing: .3em;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .p-secMessage_president_txt1 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-secMessage_president_txt1 {
    font-size: 2.2rem;
    letter-spacing: .1em;
    text-align: center;
  }
}

.p-secMessage_president_txt2 {
  margin-top: 40px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .p-secMessage_president_txt2 {
    margin-top: 20px;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .p-secMessage_president_img1 {
    position: absolute;
    z-index: 0;
    right: 130px;
    top: 60px;
    width: 36%;
  }
}

@media screen and (max-width: 768px) {
  .p-secMessage_president_img1 {
    text-align: center;
    margin-top: 20px;
  }
}

.p-secMessage_president_txt3 {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .p-secMessage_president_txt3 {
    margin-top: 20px;
  }
}

/* ---------------------------------------
secMerit
--------------------------------------- */
.p-secMerit {
  background: #f2f2f2 url(../img/index/merit_bg.png) no-repeat right bottom;
  background-size: 600px 610px;
}

.p-secMerit_cnt {
  max-width: 740px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-secMerit_cnt_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-secMerit_cnt_item_img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-secMerit_cnt_item_img {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .p-secMerit_cnt_item_img {
    width: 80%;
    margin: 0 auto;
  }
}

.p-secMerit_cnt_item_img img {
  position: relative;
  z-index: 1;
}

.p-secMerit_cnt_item_img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #00d080;
  position: absolute;
  top: 20px;
  left: -20px;
  bottom: -20px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-secMerit_cnt_item_img:after {
    top: 10px;
    left: -10px;
    bottom: -10px;
  }
}

.p-secMerit_cnt_item_body {
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
}

@media screen and (max-width: 768px) {
  .p-secMerit_cnt_item_body {
    margin-top: 30px;
  }
}

.p-secMerit_cnt_item_body p:nth-of-type(1) img {
  height: 80px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .p-secMerit_cnt_item_body p:nth-of-type(1) img {
    height: 50px;
  }
}

.p-secMerit_cnt_item_body p:nth-of-type(2) {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 2;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 350;
}

@media screen and (max-width: 768px) {
  .p-secMerit_cnt_item_body p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.p-secMerit_cnt_item + .p-secMerit_cnt_item {
  margin-top: 55px;
}

/* ---------------------------------------
secMovie
--------------------------------------- */
.p-secMovie {
  background: #005bab;
}

.p-secMovie_txt1 {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-secMovie_txt1 {
    font-size: 1.8rem;
  }
}

.p-secMovie_movie {
  position: relative;
  margin-top: 4.4%;
}

.p-secMovie_movie img {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
}

.p-secMovie_movie:after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #005bab url(../img/index/ico_play.svg) no-repeat 38px center;
  background-size: 30px 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-secMovie_movie:after {
    width: 50px;
    height: 50px;
    background: #005bab url(../img/index/ico_play.svg) no-repeat 20px center;
    background-size: 15px 17px;
  }
}

.p-secMovie_movie:hover {
  cursor: pointer;
}

.p-secMovie_movie:hover img {
  opacity: .8;
}

/* ---------------------------------------
secVoice
--------------------------------------- */
.p-secVoice {
  background: #f2f2f2 url(../img/index/voice_bg.svg) repeat-y center 350px;
  background-size: 130% auto;
}

@media screen and (max-width: 768px) {
  .p-secVoice {
    background-position: center 240px;
  }
}

.p-secVoice:before {
  content: '';
  display: block;
  width: 100%;
  height: 350px;
  background: #f2f2f2;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-secVoice:before {
    height: 240px;
  }
}

.p-secVoice_txt1 {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-secVoice_txt1 {
    font-size: 1.8rem;
  }
}

.p-secVoice_cnt {
  margin: 100px auto 0;
  max-width: 740px;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .p-secVoice_cnt_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-secVoice_cnt_item_title {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background: #ffff00;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_title {
    padding: 15px 20px;
    margin-bottom: 25px;
    text-align: left;
  }
}

.p-secVoice_cnt_item_title:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/index/ico_triad_b.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
}

.p-secVoice_cnt_item_title img {
  height: 17px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_title img {
    height: 80px;
  }
}

@media screen and (max-width: 500px) {
  .p-secVoice_cnt_item_title img {
    height: 55px;
  }
}

.p-secVoice_cnt_item_img {
  -webkit-flex-basis: 17%;
      -ms-flex-preferred-size: 17%;
          flex-basis: 17%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_img {
    position: absolute;
    width: 70px;
  }
}

.p-secVoice_cnt_item_img img {
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_img img {
    max-width: 50px;
  }
}

.p-secVoice_cnt_item_img span {
  display: block;
  margin-top: 10px;
  color: #005bab;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_img span {
    margin-top: 3px;
    font-size: 1.0rem;
  }
}

.p-secVoice_cnt_item_body {
  -webkit-flex-basis: 74%;
      -ms-flex-preferred-size: 74%;
          flex-basis: 74%;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_body {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_body p:nth-of-type(1) {
    padding-top: 6px;
    padding-left: 86px;
  }
}

.p-secVoice_cnt_item_body p:nth-of-type(1) img {
  height: 78px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_body p:nth-of-type(1) img {
    height: 50px;
  }
}

.p-secVoice_cnt_item_body p:nth-of-type(2) {
  margin-top: 50px;
  color: #005bab;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 350;
  line-height: 1.88;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item_body p:nth-of-type(2) {
    margin-top: 35px;
  }
}

.p-secVoice_cnt_item_body p:nth-of-type(2) strong {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 900;
}

.p-secVoice_cnt_item + .p-secVoice_cnt_item {
  margin-top: 145px;
}

@media screen and (max-width: 768px) {
  .p-secVoice_cnt_item + .p-secVoice_cnt_item {
    margin-top: 45px;
  }
}

.p-secVoice_cnt_item.-layout2 .p-secVoice_cnt_item_title:before {
  right: -10px;
  left: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-secVoice_cnt_item.-layout2 .p-secVoice_cnt_item_img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.p-secVoice_cnt_item.-layout2 .p-secVoice_cnt_item_body {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* ---------------------------------------
secFlow
--------------------------------------- */
.p-secFlow {
  background: #005bab;
}

.p-secFlow_cnt ul li {
  position: relative;
  text-align: center;
  padding: 3%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-secFlow_cnt ul li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .p-secFlow_cnt ul li {
    font-size: 1.4rem;
  }
}

.p-secFlow_cnt ul li + li {
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .p-secFlow_cnt ul li + li {
    margin-top: 20px;
  }
}

.p-secFlow_cnt ul li + li:before {
  content: '';
  display: block;
  width: 51px;
  height: 46px;
  background: url(../img/index/ico_flow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-secFlow_cnt ul li + li:before {
    width: 25px;
    height: 23px;
    top: -15px;
  }
}

.p-secFlow_txt1 {
  padding-top: 80px;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-secFlow_txt1 {
    padding-top: 40px;
    font-size: 1.8rem;
  }
}

.p-secFlow_btn {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-secFlow_btn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-secFlow_btn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-secFlow_btn ul li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

@media screen and (max-width: 768px) {
  .p-secFlow_btn ul li + li {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .p-secFlow_btn ul + ul {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-secFlow_btn ul + ul {
    margin-top: 15px;
  }
}

.p-secFlow_contact {
  color: #fff;
  border: 4px solid #fff;
  padding: 40px;
  border-radius: 25px;
  max-width: 693px;
  margin: 35px auto 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-secFlow_contact {
    padding: 25px;
    max-width: 400px;
  }
}

@media screen and (max-width: 375px) {
  .p-secFlow_contact {
    padding: 20px;
  }
}

.p-secFlow_contact div {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-secFlow_contact div {
    font-size: 1.4rem;
    text-align: left;
  }
}

@media screen and (max-width: 375px) {
  .p-secFlow_contact div {
    font-size: 1.2rem;
  }
}

.p-secFlow_contact div:nth-child(1) {
  text-align: center;
  letter-spacing: .1em;
}

.p-secFlow_contact div:nth-child(1) span {
  display: inline-block;
  margin-right: 5px;
}

.p-secFlow_contact div:nth-child(1) a {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-secFlow_contact div:nth-child(1) a {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 375px) {
  .p-secFlow_contact div:nth-child(1) a {
    font-size: 2.0rem;
  }
}

.p-secFlow_contact div:nth-child(2) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-secFlow_contact div:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-secFlow_contact div:nth-child(3) {
    margin-top: 10px;
  }
}

/* ---------------------------------------
animation page
--------------------------------------- */
.js-animation-main_txt.-txt1, .js-animation-main_txt.-txt2, .js-animation-main_txt.-txt3, .js-animation-main_txt.-txt5, .js-animation-main_txt.-txt6 {
  -webkit-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
  opacity: 0;
}

.js-animation-main_txt.-txt1.is-animation, .js-animation-main_txt.-txt2.is-animation, .js-animation-main_txt.-txt3.is-animation, .js-animation-main_txt.-txt5.is-animation, .js-animation-main_txt.-txt6.is-animation {
  opacity: 1;
}

.js-animation-main_txt.-txt1.is-animation {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-animation-main_txt.-txt2.is-animation {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.js-animation-main_txt.-txt3.is-animation {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.js-animation-main_txt.-txt5.is-animation {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.js-animation-main_txt.-txt6.is-animation {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.js-animation-main_txt.-txt4 img {
  opacity: 0;
  -webkit-transition: .4s ease-in;
  transition: .4s ease-in;
  -webkit-transform: translateY(-65%) scale(5, 5);
          transform: translateY(-65%) scale(5, 5);
}

.js-animation-main_txt.-txt4.is-animation img {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.js-animation-main_img.-img0 {
  -webkit-transition: -webkit-transform .3s  ease-in-out;
  transition: -webkit-transform .3s  ease-in-out;
  transition: transform .3s  ease-in-out;
  transition: transform .3s  ease-in-out, -webkit-transform .3s  ease-in-out;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.js-animation-main_img.-img0.is-animation {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.js-animation-main_img.-img1, .js-animation-main_img.-img2, .js-animation-main_img.-img3, .js-animation-main_img.-img4 {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0, 0.93, 0.73, 1.17);
          transition-timing-function: cubic-bezier(0, 0.93, 0.73, 1.17);
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
}

.js-animation-main_img.-img1.is-animation, .js-animation-main_img.-img2.is-animation, .js-animation-main_img.-img3.is-animation, .js-animation-main_img.-img4.is-animation {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) {
  .js-animation-main_img.-img1.is-animation {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
}

@media screen and (min-width: 769px) {
  .js-animation-main_img.-img2.is-animation {
    -webkit-transition-delay: 2.7s;
            transition-delay: 2.7s;
  }
}

@media screen and (min-width: 769px) {
  .js-animation-main_img.-img3.is-animation {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
}

@media screen and (max-width: 768px) {
  .js-animation-main_img.-img3.is-animation {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
}

@media screen and (min-width: 769px) {
  .js-animation-main_img.-img4.is-animation {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
}

@media screen and (max-width: 768px) {
  .js-animation-main_img.-img4.is-animation {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
}

/* ---------------------------------------
animation common
--------------------------------------- */
.js-animation.-titlejp {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.js-animation.-titlejp.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.js-animation.-titleen {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 0;
}

.js-animation.-titleen img {
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translateY(-15%) scale(2, 2);
          transform: translateY(-15%) scale(2, 2);
}

.js-animation.-titleen.is-animation {
  opacity: 1;
}

.js-animation.-titleen.is-animation img {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
          transform: translateY(0) scale(1, 1);
}

.js-animation.-fadein {
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  opacity: 0;
}

.js-animation.-fadein.is-animation {
  opacity: 1;
}

.js-animation.-slideright {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.js-animation.-slideright.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.js-animation.-slideleft {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.js-animation.-slideleft.is-animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.js-animation.-slideup {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-animation.-slideup.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (min-width: 769px) {
  .js-animation.-delay1 {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .js-animation.-delay2 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .js-animation.-delay3 {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .js-animation.-delay4 {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .js-animation.-delay5 {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  .js-animation.-delay6 {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .js-animation.-delay7 {
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }
  .js-animation.-delay8 {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  .js-animation.-delay9 {
    -webkit-transition-delay: .9s;
            transition-delay: .9s;
  }
  .js-animation.-delay10 {
    -webkit-transition-delay: 1.0s;
            transition-delay: 1.0s;
  }
}

/* ---------------------------------------
p-youtube
--------------------------------------- */
.p-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.p-youtubeCover.is-visible {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-youtube {
  display: none;
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-youtube_in {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-youtube_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

.p-youtube_close:hover {
  opacity: .7;
}

.p-youtube.is-visible {
  display: block;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

/* -----------------------------------
Utility
------------------------------------ */
/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}

@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1.0rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1.0em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}

@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}

/* -----------------------------------
Page
------------------------------------ */
/*
 * _page.scss
 */
/* -----------------------------------
index
------------------------------------ */
/*# sourceMappingURL=style.css.map */