/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/
img {
  width: 100%;
}

@-webkit-keyframes scroll {
  0% {
    top: -100%;
  }
  40% {
    top: 0;
  }
  70% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll {
  0% {
    top: -100%;
  }
  40% {
    top: 0;
  }
  70% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes anime {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
@-webkit-keyframes anime2 {
  0% {
    transform: scale(1.1, 1.1);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes anime2 {
  0% {
    transform: scale(1.1, 1.1);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1);
  }
}
#footer {
  height: auto !important;
  display: block !important;
  table-layout: auto !important;
}

#footer .fp-tableCell {
  display: block !important;
  height: auto !important;
}

.iScrollIndicator {
  display: none !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
  #mainArea {
    position: relative;
    background: url("../img/top.jpg") no-repeat 50% 10%;
    background-size: cover;
    height: 100vh;
    box-sizing: border-box;
  }
  #people01 #mainArea {
    background: url("../img/p01_top.jpg") no-repeat 50% 10%;
    background-size: cover;
  }
  #people02 #mainArea {
    background: url("../img/p02_top.jpg") no-repeat 50% 10%;
    background-size: cover;
  }
  #people03 #mainArea {
    background: url("../img/p03_top.jpg") no-repeat 50% 10%;
    background-size: cover;
  }
  #people04 #mainArea {
    background: url("../img/p04_top.jpg") no-repeat 50% 10%;
    background-size: cover;
  }
  #people05 #mainArea {
    background: url("../img/p05_top.jpg") no-repeat 50% 10%;
    background-size: cover;
  }
  #mainArea .top-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
  #mainArea .top-wrapper h1 {
    font-size: 88px;
    text-align: center;
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    letter-spacing: 3px;
    color: #9bd2d9;
    line-height: 1;
    opacity: 0;
  }
  #mainArea .top-wrapper h1.on {
    opacity: 0.9;
  }
  /*#mainArea .top-wrapper img {
  	display: block;
  	width: 228px;
  	margin: 0  auto;
  	margin-top: 40px;
  	transition-delay: 0.4s;
  }*/
  #mainArea .top-wrapper .jp_tit {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    color: #0096BF;
    margin-top: 28px;
    letter-spacing: 2px;
    transition-delay: 0.4s;
  }
  #mainArea .top-wrapper dl {
    text-align: center;
    margin-top: 50px;
  }
  #mainArea .top-wrapper dl dt {
    font-size: 18px;
    transition-delay: 0.6s;
  }
  #mainArea .top-wrapper dl dt span {
    border: solid 1px #1687bc;
    padding: 5px 8px;
    letter-spacing: 3px;
  }
  #mainArea .top-wrapper dl dd div {
    margin-top: 20px;
    transition-delay: 0.8s;
  }
  #mainArea .top-wrapper dl dd div span {
    display: block;
    font-size: 20px;
  }
  #mainArea .top-wrapper dl dd p {
    margin-top: 10px;
    transition-delay: 1s;
  }
  .scroll {
    position: absolute;
    left: calc(50% - 5px);
    bottom: 0;
  }
  .fp-viewing-page05 .scroll {
    display: none;
  }
  .scroll span {
    display: block;
    position: relative;
    height: 110px;
    width: 8px;
    padding-left: 5px;
    overflow: hidden;
  }
  .scroll span img {
    display: block;
  }
  .scroll span:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-animation: scroll 2.5s ease-out infinite;
            animation: scroll 2.5s ease-out infinite;
  }
  #sec_02 .scroll span:after {
    background-color: #1687bc;
  }
  /*	section*/
  #fullpage .boxs {
    overflow: hidden;
    position: relative;
    height: 100vh;
  }
  #fullpage .boxs::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
  }
  #fullpage .boxs.active::before {
    -webkit-animation: anime2 4s ease-out forwards;
            animation: anime2 4s ease-out forwards;
  }
  #people01 #fullpage #box2::before {
    background-image: url("../img/p01_pht01.jpg");
  }
  #people01 #fullpage #box3::before {
    background-image: url("../img/p01_pht02.jpg");
  }
  #people02 #fullpage #box2::before {
    background-image: url("../img/p02_pht01.jpg");
  }
  #people02 #fullpage #box3::before {
    background-image: url("../img/p02_pht02.jpg");
  }
  #people03 #fullpage #box2::before {
    background-image: url("../img/p03_pht01.jpg");
  }
  #people03 #fullpage #box3::before {
    background-image: url("../img/p03_pht02.jpg");
  }
  #people04 #fullpage #box2::before {
    background-image: url("../img/p04_pht01.jpg");
  }
  #people04 #fullpage #box3::before {
    background-image: url("../img/p04_pht02.jpg");
  }
  #people05 #fullpage #box2::before {
    background-image: url("../img/p05_pht01.jpg");
  }
  #people05 #fullpage #box3::before {
    background-image: url("../img/p05_pht02.jpg");
  }
  #fullpage .boxs .sec_blo {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 166, 183, 0.92);
    opacity: 0;
    transition-duration: 0.5s;
    transition-delay: 0.9s;
  }
  #fullpage .boxs.active .sec_blo {
    opacity: 1;
  }
  #fullpage .boxs .sec_blo .sec_box {
    display: table-cell;
    vertical-align: middle;
  }
  #fullpage .boxs .sec_blo .sec_box dl {
    color: #fff;
    width: 50%;
    min-width: 750px;
    margin: auto;
  }
  #fullpage .boxs div dl dt {
    float: left;
    width: 280px;
    font-size: 24px;
    letter-spacing: 6px;
    line-height: 2.2;
    transition-delay: 1.8s;
  }
  #fullpage .boxs div dl dd {
    float: right;
    width: calc(100% - 320px);
    text-align: justify;
    line-height: 2.2;
    transition-delay: 2.4s;
  }
  #fullpage .boxs div dl dt,
#fullpage .boxs div dl dd {
    opacity: 0;
    transition-duration: 2s;
    transform: translateX(-20px);
  }
  #fullpage .boxs.active div dl dt,
#fullpage .boxs.active div dl dd {
    opacity: 1;
    transform: translateX(0);
  }
  #sec_02 {
    height: 100vh;
  }
  #sec_02 .menu_box {
    position: relative;
  }
  #sec_02 .menu_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgb(182, 229, 195) 14px, rgb(182, 229, 195) 20px);
    z-index: -1;
  }
  #sec_02 .menu_box .wrap {
    display: flex;
    justify-content: center;
  }
  #sec_02 .menu_box .wrap ul li {
    width: 184px;
    float: left;
    margin-right: 30px;
    transform: translateY(-10px);
  }
  #sec_02 .menu_box .wrap ul li:nth-child(1) {
    transition-delay: 0.5s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(2) {
    transition-delay: 0.8s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(3) {
    transition-delay: 1.1s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(4) {
    transition-delay: 1.4s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(5) {
    transition-delay: 1.7s;
  }
  .fp-viewing-page05 #sec_02 .menu_box .wrap ul li,
#sec_02.active .menu_box .wrap ul li {
    transform: translateY(0px);
    opacity: 1;
  }
  #sec_02 .menu_box .wrap ul li:nth-of-type(2n) {
    margin-top: 50px;
  }
  #sec_02 .menu_box .wrap ul li:nth-of-type(3) {
    margin-top: -50px;
  }
  #sec_02 .menu_box .wrap ul li:last-of-type {
    margin-right: 0;
  }
  #sec_02 .menu_box .wrap ul li .prof_box {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  #sec_02 .menu_box .wrap ul li .prof_box .sub {
    display: block;
    font-size: 14px;
    font-feature-settings: "palt";
  }
  footer {
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  #mainArea .top-wrapper dl dt span {
    padding: 5px 8px 2px;
  }
  #sec_01 .boxs .sec_blo {
    transition-duration: 0.4s;
    transition-delay: 0.3s;
  }
  #sec_01 .boxs:hover .sec_blo {
    opacity: 1;
  }
  #sec_01 .boxs:hover div dl dt,
#sec_01 .boxs:hover div dl dd {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
  main {
    position: relative;
    overflow: hidden;
  }
  #mainArea {
    position: relative;
  }
  #mainArea .fp-scroller {
    height: 100%;
  }
  #mainArea .mainimg {
    position: relative;
    height: 350px;
    box-sizing: border-box;
  }
  #people01 #mainArea .mainimg {
    background: url("../img/p01_top.jpg") no-repeat 50% 10%;
    background-size: cover;
  }
  #people02 #mainArea .mainimg {
    background: url("../img/p02_top.jpg") no-repeat 20% -30%;
    background-size: cover;
  }
  #people03 #mainArea .mainimg {
    background: url("../img/p03_top.jpg") no-repeat 100% 10%;
    background-size: cover;
  }
  #people04 #mainArea .mainimg {
    background: url("../img/p04_top.jpg") no-repeat 85% 10%;
    background-size: cover;
  }
  #people05 #mainArea .mainimg {
    background: url("../img/p05_top.jpg") no-repeat 15% 10%;
    background-size: cover;
  }
  #people01 #mainArea .mainimg {
    background-position: 95% 10%;
  }
  #mainArea .top-wrapper {
    height: calc(100% - 270px);
    margin-top: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(194, 225, 230);
    position: relative;
  }
  #mainArea .top-wrapper h1 {
    font-size: 72px;
    text-align: center;
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    letter-spacing: 3px;
    color: #9bd2d9;
    line-height: 1;
    opacity: 0;
  }
  #mainArea .top-wrapper h1.on {
    opacity: 0.9;
  }
  /*#mainArea .top-wrapper img {
  	display: block;
  	width: 175px;
  	margin: 0  auto;
  	margin-top: 30px;
  	position: relative;
  	z-index: 10;
  	transition-delay: 0.4s;
  }*/
  #mainArea .top-wrapper .jp_tit {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 22px;
    position: relative;
    z-index: 10;
  }
  #mainArea .top-wrapper dl {
    text-align: center;
    margin-top: 35px;
  }
  #mainArea .top-wrapper dl dt {
    font-size: 16px;
    transition-delay: 0.6s;
  }
  #mainArea .top-wrapper dl dt span {
    border: solid 1px #1687bc;
    padding: 5px 8px;
    letter-spacing: 3px;
  }
  #mainArea .top-wrapper dl dd div {
    margin-top: 15px;
    transition-delay: 0.8s;
  }
  #mainArea .top-wrapper dl dd div span {
    display: block;
    font-size: 18px;
  }
  #mainArea .top-wrapper dl dd p {
    margin-top: 10px;
    transition-delay: 1s;
  }
  #mainArea #scroll {
    display: none;
    position: absolute;
    left: 20px;
    height: 125px;
    top: 162px;
    margin: auto 0;
  }
  #mainArea #scroll span {
    display: block;
    position: relative;
    height: 125px;
    width: 8px;
    padding-left: 5px;
    overflow: hidden;
  }
  #mainArea #scroll span img {
    display: block;
  }
  #mainArea #scroll span:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-animation: scroll 2.5s ease-out infinite;
            animation: scroll 2.5s ease-out infinite;
  }
  #fullpage .boxs {
    overflow: hidden;
    position: relative;
  }
  #fullpage .boxs::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
  }
  #fullpage .boxs.active::before {
    -webkit-animation: anime2 4s ease-out forwards;
            animation: anime2 4s ease-out forwards;
  }
  #people01 #fullpage #box2::before {
    background-image: url("../img/p01_pht01.jpg");
  }
  #people01 #fullpage #box3::before {
    background-image: url("../img/p01_pht02.jpg");
  }
  #people02 #fullpage #box2::before {
    background-image: url("../img/p02_pht01.jpg");
    background-position: 55% 0;
  }
  #people02 #fullpage #box3::before {
    background-image: url("../img/p02_pht02.jpg");
  }
  #people03 #fullpage #box2::before {
    background-image: url("../img/p03_pht01.jpg");
  }
  #people03 #fullpage #box3::before {
    background-image: url("../img/p03_pht02.jpg");
    background-position: 60% 0;
  }
  #people04 #fullpage #box2::before {
    background-image: url("../img/p04_pht01.jpg");
  }
  #people04 #fullpage #box3::before {
    background-image: url("../img/p04_pht02.jpg");
  }
  #people05 #fullpage #box2::before {
    background-image: url("../img/p05_pht01.jpg");
  }
  #people05 #fullpage #box3::before {
    background-image: url("../img/p05_pht02.jpg");
    background-position: 40% 0;
  }
  #fullpage .boxs .sec_blo {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 65px 0 0;
    background-color: rgba(46, 166, 183, 0.92);
    opacity: 0;
    transition-duration: 0.5s;
    transition-delay: 0.9s;
  }
  #fullpage .boxs.active .sec_blo {
    opacity: 1;
  }
  #fullpage .boxs .sec_blo .sec_box {
    display: table-cell;
    vertical-align: middle;
  }
  #fullpage .boxs .sec_blo .sec_box dl {
    color: #fff;
    width: 90%;
    margin: auto;
  }
  #fullpage .boxs div dl dt {
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 2;
    transition-delay: 2s;
  }
  #fullpage .boxs div dl dd {
    margin-top: 20px;
    text-align: justify;
    line-height: 2;
    transition-delay: 2.4s;
    font-size: 13px;
  }
  #fullpage .boxs div dl dt,
#fullpage .boxs div dl dd {
    opacity: 0;
    transition-duration: 2s;
    transform: translateX(-20px);
  }
  #fullpage .boxs.active div dl dt,
#fullpage .boxs.active div dl dd {
    opacity: 1;
    transform: translateX(0);
  }
  #sec_01 .btn {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    transition: 0.2s;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 0.3s;
  }
  #sec_01 .on .btn {
    opacity: 0;
  }
  #sec_01 .btn:before, #sec_01 .btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 32px;
    background: #008cb7;
    transform: translate3d(0, 0, 0);
  }
  #sec_01 .btn:before {
    -webkit-animation: anime 2s ease-out infinite;
            animation: anime 2s ease-out infinite;
  }
  #sec_01 .btn:after {
    -webkit-animation: anime 2s ease-out 1s infinite;
            animation: anime 2s ease-out 1s infinite;
  }
  #sec_01 .btn a {
    border-radius: 32px;
    background: #65a6b6;
    display: block;
    position: relative;
    height: 100%;
  }
  #sec_01 .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 25px;
    background-color: #fff;
    transition: 0.3s 0.1s;
  }
  #sec_01 .btn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s 0.1s;
  }
  #sec_02 .menu_box {
    margin-top: 90px;
    position: relative;
  }
  #sec_02 .menu_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 100px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, rgb(182, 229, 195) 14px, rgb(182, 229, 195) 20px);
    z-index: -1;
  }
  #sec_02 .menu_box .wrap ul li {
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(1) {
    transition-delay: 0.5s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(2) {
    transition-delay: 0.8s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(3) {
    transition-delay: 1.1s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(4) {
    transition-delay: 1.4s;
  }
  #sec_02 .menu_box .wrap ul li:nth-child(5) {
    transition-delay: 1.7s;
  }
  .fp-viewing-page05 #sec_02 .menu_box .wrap ul li,
#sec_02.active .menu_box .wrap ul li {
    transform: translateY(0px);
    opacity: 1;
  }
  #sec_02 .menu_box .wrap ul li:nth-of-type(2n) {
    margin-top: 50px;
    margin-right: 0;
  }
  #sec_02 .menu_box .wrap ul li:last-of-type {
    margin-right: 0;
  }
  #sec_02 .menu_box .wrap ul li .prof_box {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  #sec_02 .menu_box .wrap ul li .prof_box .sub {
    display: block;
    font-size: 12px;
    font-feature-settings: "palt";
  }
}
/*# sourceMappingURL=style.css.map */