@charset "UTF-8";

/* -----------------------------------------
  Reaet
----------------------------------------- */
html {
    font-family: sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main,
menu, nav, section, summary {
    display: block;
}
ul,ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
img {
    vertical-align: bottom;
	border: 0;
	max-width: 100%;
}
i {
    display: block;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #2397cd;
}
a:hover {
    text-decoration: underline;
    outline: 0;
}
a:active {
    text-decoration: underline;
    outline: 0;
}
a:before,a:after {
    text-decoration: none!important;
}
b, strong {
    font-weight: bold;
}
em {
    font-style: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    overflow: visible;
}
button:focus {
    outline: none;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input { line-height: normal;}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}

/* -----------------------------------------
  Scaffolding
----------------------------------------- */
html {
    overflow-y: scroll;
}
body {
    position: relative;
    overflow: hidden;
    min-width: 1000px;
}

.wrapper {
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

.wrapper * {
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.wrapper a {
    position: relative;
}
.wrapper a:hover,
.wrapper a:active,
.wrapper a:focus {
    text-decoration: none;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

@media screen and (max-width: 767px) {
    body  {
        min-width: 320px;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}

/* -----------------------------------------
  Page Contetns
----------------------------------------- */
.link-over {
    opacity: 1;
    transition: opacity 0.4s;
}
.link-over:hover {
    opacity: 0.8;
}
.container {
    position: relative;
    margin: 0 auto;
}
/* nav */
.menu-btn {
    position: fixed;
    width: 30px;
    height: 25px;
    top: 20px;
    right: 34px;
    z-index: 999;
}
.menu-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    border-radius: 4px;
}
.menu-btn span:nth-of-type(1) {
    top: 0;
}
.menu-btn span:nth-of-type(2) {
    top: 12px;
}
.menu-btn span:nth-of-type(3) {
    bottom: 0;
}
.menu-btn.active span:nth-of-type(1) {
    width: 45%;
    -webkit-transform: translate3d(2px, 6px, 0) rotate(45deg);
    transform: translate3d(2px, 6px, 0) rotate(45deg);
    background-color: #fff;
}
.menu-btn.active span:nth-of-type(2) {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
    transform: translate3d(-1px, 0, 0) rotate(-45deg);
    background-color: #fff;
}
.menu-btn.active span:nth-of-type(3) {
    width: 45%;
    -webkit-transform: translate3d(13px, -6px, 0) rotate(45deg);
    transform: translate3d(13px, -6px, 0) rotate(45deg);
    background-color: #fff;
}
.g-nav {
    display: none;
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(18,68,106,.85);
    padding: 6rem 0;
    z-index: 29;
    overflow: hidden;
}
.g-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(18,68,106,1);
    -webkit-animation: upper-right 0.4s 0.4s forwards;
    animation: upper-right 0.4s 0.4s forwards;
}
.g-nav .top-menu {
    z-index: 100;
}
.g-nav .menu-btn .header-nav {
    color: #fff;
    border: 1px solid #fff;
}
.header-nav {
    cursor: pointer;
}
@-webkit-keyframes upper-right {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    }
}
@keyframes upper-right {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    }
}
.g-nav .g-nav-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.g-nav .g-nav-inner .g-nav-list {
    display: table-cell;
    vertical-align: middle;
}
.g-nav .g-nav-inner .g-nav-list .item {
    height: 50px;
    margin: 16px auto 0 auto;
}
.g-nav .g-nav-inner .g-nav-list .item:first-child {
    margin-top: 0;
}
.g-nav .g-nav-inner .g-nav-list a {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.g-nav .g-nav-inner .g-nav-list a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #188eb2;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.g-nav .g-nav-inner .g-nav-list a .text {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.g-nav .g-nav-inner .item:nth-child(1) a .text {
    -webkit-animation: rota .6s .8s forwards;
    animation: rota .6s .8s forwards;
}
.g-nav .g-nav-inner .item:nth-child(2) a .text {
    -webkit-animation: rota .6s 1s forwards;
    animation: rota .6s 1s forwards;
}
.g-nav .g-nav-inner .item:nth-child(3) a .text {
    -webkit-animation: rota .6s 1.2s forwards;
    animation: rota .6s 1.2s forwards;
}
.g-nav .g-nav-inner .item:nth-child(4) a .text {
    -webkit-animation: rota .6s 1.4s forwards;
    animation: rota .6s 1.4s forwards;
}
.g-nav .g-nav-inner .item:nth-child(5) a .text {
    -webkit-animation: rota .6s 1.6s forwards;
    animation: rota .6s 1.6s forwards;
}
.g-nav .g-nav-inner .item:nth-child(6) a .text {
    -webkit-animation: rota .6s 1.8s forwards;
    animation: rota .6s 1.8s forwards;
}
@-webkit-keyframes rota {
  0% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
}
@keyframes rota {
  0% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    }
}
@media screen and (max-width: 767px) {
    .g-nav .g-nav-inner .g-nav-list a .text {
        font-size: 16px;
    }
}
@keyframes upslide {
      from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
      to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

/* -----------------------------------------
  TOP
----------------------------------------- */
.wrapper.top .left-inner {
	padding-right: 100px;
}
.wrapper.top .right-inner {
    position: fixed;
    width: 100px;
    top: 0;
    right: 0;
    height: 100%;
}
/* navi */
.pagination {
    width: 10px;
    position: absolute;
    right: 20px;
    top: 45%;
}
.pagination a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background: #323c73;
    opacity: 1;
    margin-bottom: 20px;
}
.pagination a:after {
    content: '';
    width: 2px;
    height: 88%;
    background-color: #e5e5e5;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    z-index: -1;
    display: block;
    margin: 0 auto;
}
.pagination a.current {
    background: #188eb1;
    margin-bottom: 30px;
    position: relative;
    transition: 0.4s;
}
.pagination a.current:after {
    opacity: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 3px solid #188eb1;
    animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    transform: translate(-50%, -50%);
    content: '';
}
.pagination a:nth-child(7).pagination a.current {
    margin-bottom: 20px;
}
.pagination .pager1.current:before {
    content: 'SECTION1';
    color: #9f9a9a;
    font-weight: 600;
    left: -62px;
    top: -4px;
    font-size: .6em;
    position: absolute;
}
.pagination .pager2.current:before {
    content: 'SECTION2';
    color: #9f9a9a;
    font-weight: 600;
    left: -62px;
    top: -4px;
    font-size: .6em;
    position: absolute;
}
.pagination .pager3.current:before {
    content: 'SECTION3';
    color: #9f9a9a;
    font-weight: 600;
    left: -62px;
    top: -4px;
    font-size: .6em;
    position: absolute;
}
.pagination .pager4.current:before {
    content: 'SECTION4';
    color: #9f9a9a;
    font-weight: 600;
    left: -62px;
    top: -4px;
    font-size: .6em;
    position: absolute;
}
.pagination .pager5.current:before {
    content: 'SECTION5';
    color: #9f9a9a;
    font-weight: 600;
    left: -62px;
    top: -4px;
    font-size: .6em;
    position: absolute;
}
.pagination .pager6.current:before {
    content: 'SECTION6';
    color: #9f9a9a;
    font-weight: 600;
    left: -62px;
    top: -4px;
    font-size: .6em;
    position: absolute;
}
.pagination .pager7.current:before {
    content: 'SECTION7';
    color: #9f9a9a;
    font-weight: 600;
    left: -62px;
    top: -4px;
    font-size: .6em;
    position: absolute;
}
@keyframes pulsate {
    0% {
      transform: scale(0.1);
      opacity: 0.0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(0.7);
      opacity: 0;
    }
}

/* video */
.fv-video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
}
/* header */
.wrapper.top .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.wrapper.top .header .header-inner {
    padding: 20px;
    border-bottom: 1px solid #fff;
}
.wrapper.top .header img {
    width: 120px;
}

/* btn */
.top-btn1 {
    background-color: #fff;
    color: #188eb1;
    display: block;
    width: 200px;
    padding: 8px 10px;
    font-weight: 600;
    text-align: center;
}
.top-btn1:before {
    position: absolute;
    top: 0;
    left: -5%;
    right: 0;
    bottom: 0;
    transform: skewX(-24deg);
    background-color: #FFF;
    content: "";
    z-index: -1;
    width: 110%;
}
.top-btn2 {
    background-color: #222222;
    color: #fff;
    display: block;
    width: 200px;
    padding: 8px 10px;
    font-weight: 600;
    text-align: center;
}
.top-btn2:before {
    position: absolute;
    top: 0;
    left: -5%;
    right: 0;
    bottom: 0;
    transform: skewX(-24deg);
    background-color: #222222;
    content: "";
    z-index: -1;
    width: 110%;
}

.top-btn2.mission-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    bottom: 60px;
}
.top-btn2.safety-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    bottom: 60px;
}
.top-btn1.nervenet-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    bottom: 60px;
}
.top-btn2.pride-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    bottom: 60px;
    width: 210px;
}
.top-btn2.only-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
    bottom: 60px;
    transform: translate3d(0px, -2px, 0);
}
.top-btn2.story-btn {
    position: absolute;
    bottom: 130px;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 4;
}

@media screen and (max-width: 767px) {
    .top-btn2.mission-btn {
        bottom: 40px;
    }
    .top-btn2.safety-btn {
        bottom: 40px;
    }
    .top-btn1.nervenet-btn {
        bottom: 40px;
    }
    .top-btn1.pride-btn {
        bottom: 40px;
    }
    .top-btn2.only-btn {
        bottom: 40px;
    }
    .top-btn2.story-btn {
        bottom: 90px;
    }
}

/* 1 */
section.fv {
	/* background-image: url(../img/fv-img.jpg);
	background-size: cover; */
	position: relative;
	overflow: hidden;
}
section.fv .inner {
    padding: 260px 0 230px;
    position: relative;
}
section.fv .inner .background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    background: rgba(18,68,106,1);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: .8s;
    transition-delay: 4s;
}
section.fv .fv-txt {
    width: 100%;
    padding: 0 120px;
	color: #fff;
    z-index: 10;
    position: relative;
}
section.fv .fv-txt h1 {
	font-size: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4;
    position: relative;
}
section.fv .fv-txt span {
    position: relative;
    opacity: 0;
    left: -4px;
}
section.fv .fv-txt h1 .text-ripple.color span {
    font-size: 26px;
    color: #188eb2 !important;
}
section.fv .fv-txt p.margin {
    margin-top: 20px;
}
section.fv .inner::after {
    content: '';
    position: absolute;
    top: -40%;
    left: -10%;
    width: 55%;
    height: 200%;
    margin: -20% -10% 0;
    background: rgba(18,68,106,.85);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    z-index: 1;
}
/* scroll */
section.fv .mouse {
    position: absolute;
    bottom: 10px;
    width: 16px;
    height: 30px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
}
section.fv .mouse span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 16px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
section.fv .mouse b {
    position: absolute;
    top: -18px;
    width: 45px;
    color: #fff;
    margin: 0 auto;
    left: -12px;
    font-size: 10px;
    font-weight: 500;
}
section.fv .mouse span:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
@-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}
@keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

/* 2 */
section.mission {
    padding: 0 0 160px 0;
    background-image: url(../img/mission-back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
section.mission h2 {
	color: #188eb1;
    font-size: 56px;
    font-weight: bold;
	letter-spacing: 2px;
    line-height: .8;
    padding: 14px 10px;
}
section.mission h2 span {
	color: #fff;
	margin-right: 10px;
}
section.mission .mission-list {
    padding: 160px 60px 60px;
    display: flex;
}
section.mission .mission-list .left {
    width: 45%;
}
section.mission .mission-list .right {
    width: 55%;
}
section.mission .mission-list .left {
    padding: 20px;
}
section.mission .mission-list .left span {
    background-color: #fff;
    color: #188eb1;
    font-size: 14px;
    padding: 4px 2px;
    font-weight: 600;
    line-height: 1.9;
    opacity: 0;
}
section.mission .mission-list .right h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}
section.mission .mission-list .right h3 span {
    font-size: 52px;
}

/* 3 */
section.safety {
    padding: 168px 0;
    background-image: url(../img/safety-back.jpg);
    background-size: cover;
    position: relative;
}
section.safety .inner {
    padding: 0 0 0 100px;
    position: relative;
}
section.safety .safety-list {
    display: flex;
    width: 100%;
}
section.safety .safety-list .topic {
	width: 45%;
	position: relative;
    z-index: 2;
}
section.safety .safety-list .txt {
	width: 55%;
}
section.safety h2 {
	color: #188eb1;
	font-size: 42px;
    font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
section.safety .sub {
    display: inline-block;
    background-color: #bebebe;
    color: #fff;
    font-weight: 600;
    padding: 4px 20px;
	position: relative;
	z-index: 2;
}
section.safety .sub:before {
	position: absolute;
    top: 0px;
    left: -100px;
    width: 100px;
    bottom: 0px;
    z-index: -1;
    background-color: #bebebe;
    content: "";
}
section.safety .sub:after {
    position: absolute;
    top: 0px;
    left: auto;
    right: -10px;
    width: 20px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-24deg);
    background-color: #bebebe;
    content: "";
}
section.safety .topic-txt {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}
section.safety .txt {
    background-color: #fff;
    font-size: 12px;
	padding: 60px 100px 60px 40px;
	position: relative;

}
section.safety .txt:before {
    position: absolute;
    top: 0px;
    left: -20%;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: skewX(-24deg);
    background-color: #FFF;
    content: "";
}
section.safety .txt p {
    line-height: 1.75;
    letter-spacing: 2px;
	margin-bottom: 20px;
	position: relative;
    z-index: 2;
}

/* 4 */
section.nervenet {
    background-image: url(../img/nervenet.jpg);
    background-size: cover;
    background-position: center top;
}
section.nervenet .inner {
    padding: 140px 0 180px;
    position: relative;
    background-color: rgba(255,255,255,.6);
}
section.nervenet h2 {
    text-align: center;
    font-size: 56px;
    font-weight: bold;
    color: #12446a;
    letter-spacing: 2px;
}
section.nervenet strong {
    display: block;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 2px;
    font-size: 16px;
}
section.nervenet .nervenet-txt {
    padding-top: 80px;
}
section.nervenet .nervenet-txt p {
    font-size: 12px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 1px;
    font-weight: 600;
}

/* 5 */
section.pride {
    padding: 0 0 160px 0;
    background-image: url(../img/pride-back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
section.pride h2 {
    text-align: right;
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: .8;
    padding: 14px 10px;
}
section.pride .pride-list {
    padding: 160px 60px 60px;
    display: flex;
}
section.pride .pride-list .left {
    width: 55%;
}
section.pride .pride-list .left h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}
section.pride .pride-list .left h3 span {
    font-size: 52px;
}
section.pride .pride-list .right {
    width: 45%;
    padding: 20px 0;
}
section.pride .pride-list .right span {
    background-color: #fff;
    color: #188eb1;
    font-size: 14px;
    padding: 4px 2px;
    font-weight: 600;
    line-height: 1.9;
    opacity: 0;
}

/* 6 */
section.only {
    background-color: #f7f7f7;
    position: relative;
}
section.only .inner {
    padding: 100px 0 160px;
}
section.only .only-slider {
    height: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
section.only .only-slider-inner {
    height: 100%;
    position: relative;
    z-index: -1;
}
section.only .only-slider-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
section.only .only-slider-img {
    width: 55%;
}
section.only .only-txt {
    width: 45%;
    padding: 60px 0 20px;
}
section.only .only-ttl {
    padding: 0 0 80px 20px;
}
section.only .only-ttl h2 {
    color: #222222;
	font-size: 56px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: .8;
}
section.only .only-ttl h2 span {
    color: #188eb1;
	margin-right: 10px;
}
section.only .only-ttl .sub {
    display: block;
    margin-top: 10px;
    background-color: #222;
    color: #fff;
    font-weight: 600;
    padding: 6px 18px;
    letter-spacing: 2px;
}
section.only .number {
    position: relative;
}
section.only .number:before {
    color: #188eb1;
    font-size: 70px;
    font-weight: bold;
    position: absolute;
    left: -84px;
    display: block;
    letter-spacing: -4px;
    top: -6px;
    line-height: 1;
}
section.only .number.num1:before {
    content: '01';
}
section.only .number.num2:before {
    content: '02';
}
section.only .number.num3:before {
    content: '03';
}
section.only .number.num4:before {
    content: '04';
}
section.only .number p {
    color: #222222;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
section.only .number p span {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-top: 6px;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    position: relative;
    height: 100%;
}
.slick-list {
    z-index: 1;
}
.slick-prev.slick-arrow {
    display: block;
    color: #fff;
    width: 40px;
    padding: 16px 0;
    position: absolute;
    bottom: 0;
    left: 20px;
    text-align: center;
    background-color: #188eb1;
    transition: 0.4s;
    z-index: 20;
    transform: translate3d(0px, -2px, 0);
}
.slick-prev.slick-arrow.slick-disabled {
    background-color: #d9d9d9;
}
.slick-prev.slick-arrow:after {
    position: absolute;
    top: 0;
    left: -10px;
    width: 60px;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(-20deg);
    background-color: #188eb1;
    content: "";
}
.slick-prev.slick-arrow.slick-disabled:after {
    background-color: #d9d9d9;
}
.slick-next.slick-arrow {
    display: block;
    color: #fff;
    width: 40px;
    padding: 16px 0;
    position: absolute;
    bottom: 0;
    left: 82px;
    text-align: center;
    background-color: #188eb1;
    z-index: 20;
    transform: translate3d(0px, -2px, 0);
}
.slick-next.slick-arrow:after {
    position: absolute;
    top: 0;
    left: -10px;
    width: 60px;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skewX(-20deg);
    background-color: #188eb1;
    content: "";
}
.slick-next.slick-arrow.slick-disabled {
    background-color: #d9d9d9;
}
.slick-next.slick-arrow.slick-disabled:after {
    background-color: #d9d9d9;
}
section.only .slide-bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 0;
    height: 100%;
    left: 0;
}
section.only .slide-bg.back1 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    background: #188eb1;
}
section.only .slide-bg.back2 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    background: #f7f7f7;
}

/* 7 */

section.story {
	padding: 100px 0 0;
}
section.story h2 {
	color: #222222;
	font-size: 56px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: .8;
}
section.story h2 span {
	color: #188eb1;
	margin-right: 10px;
}
section.story .story-wrap {
    background-color: #188eb1;
    padding: 120px 100px 300px;
    position: relative;
}
section.story .story-wrap .story-list {
    display: flex;
}
section.story .story-wrap .img {
    width: 55%;
    position: relative;
}
section.story .story-img1 {
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
section.story .story-img2 {
    width: 300px;
    position: absolute;
    top: 100px;
    right: 60px;
    z-index: 2;
}
section.story .story-img3 {
    width: 160px;
    position: absolute;
    top: 200px;
    left: 60px;
    z-index: 3;
}
section.story .story-wrap .txt {
    width: 45%;
    padding: 100px 0 100px 40px;
}
section.story .story-wrap .txt h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
}

/* footer */
.wrapper.top .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #12446a;
}
.wrapper.top .footer .footer-inner {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapper.top .footer .footer-inner .footer-logo {
	width: 120px;
}
.wrapper.top .footer .footer-inner .copy-right {
	color: #fff;
	font-size: 10px;
}

@media screen and (max-width: 767px) {
    .wrapper.top .left-inner {
        padding: 0;
    }
    .wrapper.top .right-inner {
        display: none;
    }
    .g-nav {
        height: 100%;
    }

    /* header */
    .wrapper.top .header .header-inner {
        padding: 14px 20px;
        border-bottom: none;
    }
    .menu-btn {
        width: 26px;
        height: 20px;
        top: 16px;
        right: 20px;
    }
    .menu-btn span {
        background-color: rgba(18,68,106,1);
    }
    .menu-btn span:nth-of-type(2) {
        top: 9px;
    }
    .menu-btn.active span:nth-of-type(1) {
        -webkit-transform: translate3d(2px, 4px, 0) rotate(45deg);
        transform: translate3d(2px, 4px, 0) rotate(45deg);
    }
    .menu-btn.active span:nth-of-type(3) {
        -webkit-transform: translate3d(11px, -4px, 0) rotate(45deg);
        transform: translate3d(11px, -4px, 0) rotate(45deg);
    }

    /* 1 */
    section.fv .inner {
        padding: 100px 0;
        max-width: 500px;
        margin: 0 auto;
    }
    section.fv .fv-txt {
        padding: 20px;
    }
    section.fv .fv-txt h1 {
        line-height: 1.5;
    }
    section.fv .inner::after {
        top: -40%;
        left: -40%;
        width: 100%;
    }
    section.fv .mouse {
        bottom: 0;
    }
    /* 2 */
    section.mission {
        padding: 0 0 120px 0;
    }
    section.mission .inner {
        max-width: 500px;
        margin: 0 auto;
    }
    section.mission h2 {
        padding: 40px 20px;
    }
    section.mission h2 span {
        display: block;
        margin: 0 0 10px 0;
    }
    section.mission .mission-list {
        flex-flow: column;
        flex-direction: column-reverse;
        padding: 20px 10px 0;
    }
    section.mission .mission-list .right,
    section.mission .mission-list .left {
        width: 100%;
    }
    section.mission .mission-list .right h3 {
        font-size: 28px;
    }
    section.mission .mission-list .right h3 span {
        font-size: 48px;
    }
    section.mission .mission-list .left {
        padding: 20px 0;
    }

    /* 3 */
    section.safety {
        padding: 60px 0 120px;
    }
    section.safety .inner {
        padding: 0;
    }
    section.safety .safety-list {
        padding: 0;
        flex-flow: column;
        align-items: flex-end;
        top: 45%;
    }
    section.safety .safety-list .topic {
        width: 100%;
    }
    section.safety .safety-list .topic {
        padding: 0 10px;
    }
    section.safety h2 {
        margin-bottom: 10px;
    }
    section.safety .sub {
        padding: 4px 20px 4px 60px;
    }
    section.safety .topic-txt {
        font-size: 16px;
        margin-top: 20px;
    }
    section.safety .safety-list .txt {
        width: 80%;
        max-width: 500px;
        margin-top: 40px;
        padding: 30px 20px;
    }
    section.safety .txt:before {
        left: -12%;
        transform: skewX(-14deg);
    }

    /* 4 */
    section.nervenet .inner {
        padding: 60px 20px 100px;
    }
    section.nervenet .nervenet-txt {
        padding: 20px 0;
    }
    section.nervenet strong {
        font-size: 20px;
    }

    /* 5 */
    section.pride {
        padding: 0 0 120px 0;
    }
    section.pride .inner {
        max-width: 500px;
        margin: 0 auto;
    }
    section.pride h2 {
        padding: 40px 10px;
    }
    section.pride .pride-list {
        padding: 20px 10px 0;
        flex-flow: column;
    }
    section.pride .pride-list .right,
    section.pride .pride-list .left {
        width: 100%;
    }
    section.pride .pride-list .left h3 {
        font-size: 28px;
    }
    section.pride .pride-list .left h3 span {
        font-size: 48px;
    }
    section.pride .pride-list .right {
        padding: 20px 0;
    }

    /* 6 */
    section.only .inner {
        padding: 60px 0 120px;
    }
    section.only .only-slider-list {
        flex-flow: column;
        flex-direction: column-reverse;
        position: relative;
        top: auto;
        left: 0;
        transform: translateY(0) translateX(0);
    }
    section.only .only-txt {
        width: 100%;
        padding: 0 0 20px 0;
    }
    section.only .only-ttl {
        padding: 0 0 20px 60px;
        text-align: right;
    }
    section.only .only-ttl .sub {
        padding: 4px 30px;
        letter-spacing: 2px;
        font-size: 18px;
        display: inline-block;
    }
    section.only .only-slider-img {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    section.only .number {
        width: 100%;
        padding: 0 20px 0 80px;
        text-align: right;
        max-width: 500px;
        right: 0;
        left: auto;
    }
    section.only .number:before {
        top: 2px;
        font-size: 56px;
        left: 12px;
    }
    section.only .number p {
        font-size: 36px;
    }
    section.only .number p span {
        font-size: 14px;
        letter-spacing: 1px;
        display: block;
        margin-top: 10px;
    }
    .slick-prev.slick-arrow,
    .slick-next.slick-arrow {
        bottom: 0;
        opacity: 1;
        z-index: 20;
    }
    .slick-prev.slick-arrow {
        left: 20px;
    }
    .slick-next.slick-arrow {
        left: 82px;
    }
    section.only .only-slider-list,
    section.only .only-slider-img {
        z-index: -1;
    }

    /* 7 */
    section.story {
        padding: 60px 0 0;
    }
    section.story .story-wrap {
        padding: 40px 10px 70px;
    }
    section.story .story-wrap .story-list {
        flex-flow: column;
        flex-direction: column-reverse;
        max-width: 500px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    section.story .story-wrap .img {
        height: 214px;
        width: 100%;
    }
    section.story .story-wrap .txt {
        width: 100%;
        padding: 0 0 40px 0;
    }
    section.story .story-wrap .txt h3 {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
    section.story .story-img1 {
        top: 0%;
        right: 0;
        left: auto;
        width: 300px;
    }
    section.story .story-img2 {
        width: 200px;
        top: 23%;
        right: auto;
        left: 4%;
    }
    section.story .story-img3 {
        width: 120px;
        top: 34%;
        left: auto;
        right: 10%;
    }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .wrapper .swiper-container-android .swiper-slide {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    .wrapper.top .swiper-container section {
        min-height: 560px;
    }
    section.mission .mission-img {
        bottom: 0;
    }
    .wrapper.top .footer {
        position: relative;
    }
 }

/* -----------------------------------------
  下層
----------------------------------------- */
.wrapper.page {
    overflow: hidden;
}
.wrapper.page .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .wrapper.page .inner {
        max-width: 500px;
        padding: 0 10px;
    }
}
/* header */
.wrapper.page .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(18,68,106,.6);
}
.wrapper.page .header-inner {
    padding: 20px;
    max-width: 100%;
}
.wrapper.page .header-logo {
    width: 120px;
}
.wrapper.page .menu-btn {
    position: fixed;
}
.wrapper.page .menu-btn span {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .wrapper.page .menu-btn {
        top: 22px;
    }
}

/* footer */
.wrapper.page .footer {
    background-color: #12446a;
}
.wrapper.page .inner.footer-inner {
    max-width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 10px;
}
.wrapper.page .footer-logo {
    width: 120px;
}

/* fv */
.wrapper.page section.fv .inner::after {
    content: none;
}
.wrapper.page section.fv .inner {
    padding: 180px 0 120px;
    position: relative;
    z-index: 2;
}
.wrapper.page h1 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.wrapper.page h1 span {
    position: relative;
    opacity: 0;
    left: -4px;
}
.wrapper.page h1 small {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .wrapper.page section.fv .inner {
        padding: 140px 0 80px;
    }
}

/* NERVNET
----------------------------------------- */
.nervenet section.fv {
    background-image: url(../img/nervenet-fv.jpg);
}
.nervenet .work .attention {
    padding: 40px 0;
    text-align: center;
}
.nervenet .work .attention p {
    font-weight: 600;
    line-height: 1.75;
    font-size: 12px;
}
.nervenet section.work {
    overflow: hidden;
}
.nervenet .work-wrap {
    padding: 60px 0 80px 0;
    background-color: #188eb1;
    color: #fff;
}
.nervenet .work-wrap h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.nervenet .work-wrap h2 span {
    font-size: 16px;
}
.nervenet .work-wrap h2:after {
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    opacity: .6;
}
.nervenet .work-list {
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.nervenet .work-list .txt,
.nervenet .work-list .img {
    width: 50%;
}
.nervenet .work-list .img {
    padding: 10px 0 10px 20px;
    position: relative;
    z-index: 2;
}
.nervenet .work-list .img:after {
    content: '';
    height: 1px;
    width: 200%;
    transform: rotate(-70deg);
    position: absolute;
    background-color: #fff;
    opacity: .6;
    top: 0;
    left: -34%;
    z-index: -1;
}
.nervenet .work-list .txt p {
    line-height: 1.75;
    font-size: 12px;
}
.nervenet .strong-ttl-wrap {
    position: relative;
    overflow: hidden;
}
.nervenet .strong-ttl {
    padding: 80px 0;
    background-image: url(../img/strong-ttl-back.png);
    background-size: 52%;
    background-position: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition : 1s;
}
.nervenet .slide-bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 0;
    height: 100%;
    left: 0;
}
.nervenet .back1 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    background: #188eb1;
}
.nervenet .back2 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    background: #f7f7f7;
}
.nervenet .strong-ttl:after {
    content: '';
    width: 100%;
    height: 1px;
    opacity: .6;
    position: absolute;
    left: 0;
    bottom: 50px;
    background-color: #e9e9e9;
}
.nervenet .strong-ttl h2 {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.nervenet .strong-ttl h2 span {
    color: #188eb1;
    margin-right: 10px;
}
.nervenet .strong-ttl small {
    font-size: 12px;
    font-weight: 600;
}
.nervenet .point {
    padding: 40px 0;
}
.nervenet .point.grey {
    background-color: #f5f5f5;
}
.nervenet .strong-point-ttl h3 {
    padding: 40px 40px 40px 100px;
    color: #12446a;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}
.nervenet .strong-point-ttl h3 span {
    color: #fff;
    font-size: 50px;
    letter-spacing: -2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
}
.nervenet .strong-point-ttl h3 span:after {
    position: absolute;
    top: 0;
    left: 14px;
    right: 0;
    bottom: 0;
    transform: skewX(-24deg);
    background-color: #12446a;
    content: "";
    z-index: -1;
    width: 100%;
}
.nervenet .strong-point-list li {
    padding: 20px 20px 20px 70px;
    background-image: url(../img/strong-point-list.png);
    background-size: 40px;
    background-position: 16px 18px;
}
.nervenet .strong-point-list h4 {
    color: #12446a;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.nervenet .strong-point-list p {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .nervenet .work .attention {
        padding: 40px 10px;
    }
    .nervenet .work-wrap {
        padding: 40px 0;
    }
    .nervenet .work-list {
        flex-flow: column;
    }
    .nervenet .work-list .txt,
    .nervenet .work-list .img {
        width: 100%;
    }
    .nervenet .work-list .img {
        padding: 0;
        margin-top: 20px;
    }
    .nervenet .work-list .img:after {
        transform: rotate(-40deg);
    }
    .nervenet .strong-ttl {
        padding: 40px 0;
        background-size: contain;
    }
    .nervenet .strong-ttl:after {
        bottom: 20px;
    }
    .nervenet .strong-point-ttl h3 {
        word-break: break-all;
        padding: 40px 20px 40px 100px;
    }
}

/* PROJECT
----------------------------------------- */
.project section.fv {
    background-image: url(../img/story-fv.jpg);
}
.project .our .attention {
    padding: 40px 0;
    text-align: center;
}
.project .our .attention p {
    font-weight: 600;
    line-height: 1.75;
    font-size: 12px;
}
.project .story-ttl-wrap {
    position: relative;
    overflow: hidden;
}
.project .slide-bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 0;
    height: 100%;
    left: 0;
}
.project .slide-bg.back1 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    background: #188eb1;
}
.project .slide-bg.back2 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    background: #f7f7f7;
}
.project .story-ttl {
    padding: 80px 0 60px;
    background-image: url(../img/reason-ttl-back.png);
    background-size: 52%;
    background-position: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    opacity: 0;
    transition : 1s;
}
.project .story-ttl h2 {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.project .story-ttl h2 span {
    color: #188eb1;
    margin-right: 10px;
}
.project .story-ttl small {
    font-size: 12px;
    font-weight: 600;
}
.project .story-txt {
    padding: 60px 0;
    background-image: url(../img/reason-txt-back.png);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.project .story-txt .strong {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 40px;
    position: relative;
    left: -4px;
    opacity: 0;
}
.project .story-txt p {
    line-height: 1.75;
    margin-bottom: 20px;
}

/* 1 */
.project .what.list1 {
    overflow: hidden;
    padding: 60px 0 80px 0;
    background-color: #188eb1;
    color: #fff;
}
.project .what.list1 h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}
.project .what.list1 h2 span {
    font-size: 16px;
}
.project .what.list1 h3 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.project .what.list1 h3:after {
    content: '';
    height: 1px;
    width: 1000%;
    left: -200%;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    opacity: .6;
}
.project .what.list1 .what-list {
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.project .what.list1 .what-list .txt,
.project .what.list1 .what-list .img {
    width: 50%;
}
.project .what.list1 .what-list .img {
    padding: 10px 0 10px 20px;
    position: relative;
    z-index: 2;
}
.project .what.list1 .what-list .img:after {
    content: '';
    height: 1px;
    width: 200%;
    transform: rotate(-70deg);
    position: absolute;
    background-color: #fff;
    opacity: .6;
    top: 0;
    left: -34%;
    z-index: -1;
}

/* 2 */
.project .what.list2 {
    padding: 60px 0 80px 0;
    overflow: hidden;
    position: relative;
}
.project .what.list2 h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    color: #188eb1;
}
.project .what.list2 h2 span {
    font-size: 16px;
}
.project .what.list2 h3 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.project .what.list2 h3:after {
    content: '';
    height: 1px;
    width: 1000%;
    left: -200%;
    bottom: 0;
    background-color: #188eb1;
    position: absolute;
    opacity: .6;
}
.project .what.list2 .what-list {
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.project .what.list2 .what-list .txt,
.project .what.list2 .what-list .img {
    width: 50%;
}
.project .what.list2 .what-list .img {
    padding: 10px 60px 10px 0;
    position: relative;
    z-index: 2;
}
.project .what.list2 .what-list .img:after {
    content: '';
    height: 1px;
    width: 300%;
    transform: rotate(70deg);
    position: absolute;
    background-color: #188eb1;
    opacity: .6;
    bottom: 0;
    left: -100%;
    z-index: -1;
}
.project .what-img {
    z-index: 2;
    width: 500px;
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 0;
    margin: 0 auto;
}
.project .what-list .txt p {
    line-height: 1.75;
    font-size: 12px;
}

/* 1 */
.project .opinion.list1 {
    background-color: #188eb1;
    padding: 40px 0;
}
.project .opinion.list1 .opinion-list {
    display: flex;
    align-items: center;
}
.project .opinion.list1 .opinion-list .txt,
.project .opinion.list1 .opinion-list .img {
    width: 50%;
}
.project .opinion.list1 .opinion-list .img {
    position: relative;
    z-index: 2;
}
.project .opinion.list1 .ttl {
    text-align: right;
    margin-bottom: 40px;
}
.project .opinion.list1 h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}
.project .opinion.list1 .ttl span {
    background-color: #fff;
    color: #188eb1;
    font-size: 12px;
    display: inline-block;
    padding: 2px 180px 2px 10px;
    position: relative;
    z-index: 1;
}
.project .opinion.list1 .ttl span:after {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 0;
    transform: skewX(-24deg);
    background-color: #fff;
    content: "";
    z-index: -1;
    width: 150%;
}
.project .opinion.list1 .opinion-list .txt p {
    line-height: 1.75;
    font-size: 12px;
    color: #fff;
}

/* 2 */
.project .opinion.list2 {
    padding: 40px 0;
}
.project .opinion.list2 .opinion-list {
    display: flex;
    align-items: center;
}
.project .opinion.list2 .opinion-list .txt,
.project .opinion.list2 .opinion-list .img {
    width: 50%;
}
.project .opinion.list2 .opinion-list .img {
    position: relative;
    z-index: 2;
}
.project .opinion.list2 .ttl {
    text-align: left;
    margin-bottom: 40px;
}
.project .opinion.list2 h2 {
    color: #188eb1;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: right;
}
.project .opinion.list2 .ttl span {
    background-color: #188eb1;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 2px 10px 2px 180px;
    position: relative;
    z-index: 1;
}
.project .opinion.list2 .ttl span:after {
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    transform: skewX(-24deg);
    background-color: #188eb1;
    content: "";
    z-index: -1;
    width: 150%;
}
.project .opinion.list2 .opinion-list .txt p {
    line-height: 1.75;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .project .our .attention {
        padding: 40px 10px;
    }
    .project .story-ttl {
        padding: 40px 0;
        background-size: cover;
        border-bottom: none;
    }
    .project .story-ttl h2 {
        padding-left: 40px;
        color: #fff;
    }
    .project .story-ttl h2 span {
        color: #fff;
    }
    .project .story-ttl small {
        padding-left: 40px;
        color: #fff;
        display: block;
    }
    .project .story-txt {
        padding: 40px 0;
    }
    .project .story-txt b {
        margin-bottom: 20px;
    }
    .project .story-txt p {
        margin-bottom: 10px;
    }

    /* 1 */
    .project .what.list1 {
        padding: 40px 0;
    }
    .project .what.list1 .what-list {
        padding: 20px 0;
        flex-flow: column;
    }
    .project .what.list1 .what-list .txt,
    .project .what.list1 .what-list .img {
        width: 100%;
    }
    .project .what.list1 .what-list .img {
        padding: 0;
        margin-top: 20px;
    }
    .project .what.list1 .what-list .img:after {
        transform: rotate(-40deg);
        top: auto;
        bottom: 0;
    }

    /* 2 */
    .project .what.list2 {
        padding: 40px 0;
    }
    .project .what.list2 .what-list {
        padding: 20px 0;
        flex-flow: column;
        flex-direction: column-reverse;
    }
    .project .what.list2 .what-list .txt,
    .project .what.list2 .what-list .img {
        width: 100%;
    }
    .project .what.list2 .what-list .img {
        padding: 0;
        margin-top: 0;
    }
    .project .what-img {
        width: 90%;
        margin: 0 auto;
        right: 0;
        max-width: 500px;
        position: relative;
        display: block;
        bottom: -40px;
    }
    .project .what.list2 .what-list .img:after {
        transform: rotate(40deg);
    }

    /* 1 */
    .project .opinion.list1 .opinion-list {
        flex-flow: column;
    }
    .project .opinion.list1 .opinion-list .txt,
    .project .opinion.list1 .opinion-list .img {
        width: 100%;
    }
    .project .opinion.list1 .ttl {
        margin-bottom: 20px;
    }
    .project .opinion.list1 .ttl span {
        padding: 4px 30px 4px 10px;
        font-size: 14px;
    }
    .project .opinion.list1 .ttl span:after {
        left: -6px;
        width: 200%;
    }
    .project .opinion.list1 .opinion-list .img {
        margin-top: 20px;
    }

    /* 2 */
    .project .opinion.list2 .opinion-list {
        flex-flow: column;
        flex-direction: column-reverse;
    }
    .project .opinion.list2 .opinion-list .txt,
    .project .opinion.list2 .opinion-list .img {
        width: 100%;
    }
    .project .opinion.list2 .ttl {
        margin-bottom: 20px;
    }
    .project .opinion.list2 .ttl span {
        padding: 4px 10px 4px 30px;
        font-size: 14px;
    }
    .project .opinion.list2 .ttl span:after {
        width: 200%;
        right: -6px;
    }
    .project .opinion.list2 .opinion-list .img {
        margin-top: 20px;
    }
}

/* COMPANY
----------------------------------------- */
.company section.fv {
    background-image: url(../img/company-fv.jpg);
}
.company section.profile {
    padding: 60px 0;
    overflow: hidden;
}
.company .profile-list {
    display: flex;
    align-items: center;
}
.company .profile-list .txt,
.company .profile-list .img {
    width: 50%;
}
.company .profile-list .txt {
    padding: 100px 60px 100px 0;
    background-color: #b9dde7;
    position: relative;
    z-index: 2;
}
.company .profile-list .txt:after {
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    transform: skewX(24deg);
    background-color: #b9dde7;
    content: "";
    z-index: -1;
    width: 200%;
}
.company .profile-list .img {
    position: relative;
    z-index: 3;
    right: -40px;
}
.company .profile-list .img.fadeIn {
    transition: all 1.6s;
}
.company .profile-table {
    width: 100%;
    font-size: 12px;
}
.company .profile-table th {
    color: #188fb1;
    width: 40%;
    text-align: left;
    padding: 0 20px;
    font-weight: 600;
    border-bottom: 1px solid #eaf5f8;
    border-top: 1px solid #eaf5f8;
}
.company .profile-table td {
    padding: 16px;
    border-bottom: 1px solid #eaf5f8;
    line-height: 1.75;
    border-top: 1px solid #eaf5f8;
}
.company .profile-table td li {
    list-style: circle;
}
.company .profile-table tr:last-child {
    background-color: #ffffff;
}
.company .profile-table td:last-child {
    color: #188fb1;
}

@media screen and (max-width: 767px) {
    .company section.profile {
        padding: 40px 0;
    }
    .company .profile-list {
        flex-flow: column;
    }
    .company .profile-list .txt,
    .company .profile-list .img {
        width: 100%;
    }
    .company .profile-list .txt {
        padding: 40px 0;
    }
    .company .profile-list .img {
        right: 0;
        margin-top: 40px;
    }
    .company .profile-list .txt:after {
        left: -48%;
    }
}

/* PROPERTY
----------------------------------------- */
.property section.fv {
    background-image: url(../img/property-fv.jpg);
}
.property .list .attention {
    padding: 40px 0;
    text-align: center;
}
.property .list .attention p {
    font-weight: 600;
    line-height: 1.75;
    font-size: 12px;
}
.property .list .list-ttl-wrap1 {
    position: relative;
    overflow: hidden;
}
.property .list .list-ttl-wrap2 {
    position: relative;
    overflow: hidden;
}
.property .list .list-ttl {
    background: #f1f1f1;
    padding: 80px 0;
    background-size: 52%;
    background-position: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    transition : 1s;
    opacity: 0;
}
.property .list .slide-bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 0;
    height: 100%;
    left: 0;
}
.property .list .slide-bg.back1 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    background: #188eb1;
}
.property .list .slide-bg.back2 {
    -webkit-transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    background: #f7f7f7;
}
.property .list-ttl.trade {
    background-image: url(../img/property-ttl-back1.png);
}
.property .list-ttl.patent {
    background-image: url(../img/property-ttl-back2.png);
}
.property .list-ttl:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 60px;
}
.property .list-ttl h2 {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.property .list-ttl h2 span {
    color: #188eb1;
    margin-right: 10px;
}
.property .list-ttl small {
    font-size: 12px;
    font-weight: 600;
}
.property .list-txt {
    padding: 40px 0;
}

.property .list-txt li {
    padding: 40px 80px 40px 100px;
    position: relative;
    border-bottom: 2px solid #e4e4e4;
}
.property .list-txt li a {
    display: block;
    color: #222222;
}
.property .list-txt li span.num {
    color: #fff;
    font-size: 50px;
    letter-spacing: -2px;
    display: inline-block;
    position: absolute;
    left: -100px;
    top: 0;
    z-index: 2;
}
.property .list-txt li span.num:after {
    position: absolute;
    top: 0;
    left: 14px;
    right: 0;
    bottom: 0;
    transform: skewX(-24deg);
    background-color: #188eb1;
    content: "";
    z-index: -1;
    width: 100%;
}
.property .list-txt li h3 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
}
.property .list-txt li h3 small {
    font-size: 14px;
    display: block;
    font-weight: 500;
    margin-top: 6px;
}
.property .list-txt li p {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 600;
    margin-top: 10px;
}
.property .list-txt li span.more {
    display: inline-block;
    color: #188eb1;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: -60px;
    line-height: 1;
}
.property .list-txt li span.more:after {
    content: '>';
    color: #188eb1;
    font-weight: 500;
    position: absolute;
    right: -20px;
    top: 0;
}

@media screen and (max-width: 767px) {
    .property .list .attention {
        padding: 40px 10px;
    }
    .property .list .list-ttl {
        padding: 40px 0;
        background-size: contain;
    }
    .property .list .list-ttl:after {
        bottom: 30px;
    }
    .property .list-txt li {
        padding: 0;
    }
    .property .list-txt li a {
        padding: 20px 0 40px 100px;
    }
    .property .list-txt li span.num {
        left: 0px;
        top: 20px;
    }
    .property .list-txt li span.more {
        top: auto;
        right: 30px;
        bottom: 14px;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all .8s;
    transition: all .8s;
}

@media screen and (max-width: 767px) {
    section.story .story-img1 {
        -webkit-transition: all .8s;
        transition: all .8s;
    }
    section.story .story-img2 {
        -webkit-transition: all 1.2s;
        transition: all 1.2s;
    }
    section.story .story-img3 {
        -webkit-transition: all 1.6s;
        transition: all 1.6s;
    }
}
/* Loading */
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 99999;
}
#loader-bg #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    z-index: 2;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    margin: 0 auto;
    animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}
.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #188eb1;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}
@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}
@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}
