@charset "UTF-8";
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 94px;
  height: 15px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-direction-nav a.flex-next:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow.svg);
  background-size: cover;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*fonts
---------------------------------------------*/
@font-face {
  font-family: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* common
---------------------------------------------*/
html,
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 100%;
  line-height: 1.8;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 1.7px;
  color: #000;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  display: block;
}

video {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* content
---------------------------------------------*/
div#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Roboto", sans-serif;
  background-color: #9db5c7;
}

.go {
  font-family: goldenbook, serif;
  font-weight: 400;
  font-style: normal;
}

.snow {
  color: snow; /*雪の色*/
  font-size: 10px; /*雪の大きさ*/
  position: fixed;
  top: -5%; /*初期位置*/
  text-shadow: 5vw -100px 2px, 10vw -400px 3px, 20vw -500px 4px, 30vw -580px 1px, 39vw -250px 2px, 42vw -340px 5px, 56vw -150px 2px, 63vw -180px 0, 78vw -220px 4px, 86vw -320px 9px, 94vw -170px 7px;
  -webkit-animation: anim 8s linear infinite;
          animation: anim 8s linear infinite;
}

@-webkit-keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}

@keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .loader div.header {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/load.jpg);
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .loader div.header {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/load_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
}
.loader div.header .item {
  color: #fff;
  display: flex;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .loader div.header .item {
    -webkit-animation: 4s ease-in both running slidein;
            animation: 4s ease-in both running slidein;
  }
}
@media screen and (max-width: 768px) {
  .loader div.header .item {
    -webkit-animation: 4s ease-in both running slidein2;
            animation: 4s ease-in both running slidein2;
  }
}
.loader div.header .item .tn {
  width: 300px;
  position: absolute;
  top: -51%;
  left: -31%;
  transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
  .loader div.header .item .tn {
    top: -220px;
    width: 200px;
    left: -33%;
    transform: rotate(30deg);
  }
}
@media screen and (min-width: 769px) {
  .loader div.header .item .logo {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .loader div.header .item .logo {
    transform: rotate(30deg);
  }
}
@-webkit-keyframes slidein {
  0% {
    transform: translate(2000px, 1000px);
  }
  100% {
    transform: translate(-900px, 0);
  }
}
@keyframes slidein {
  0% {
    transform: translate(2000px, 1000px);
  }
  100% {
    transform: translate(-900px, 0);
  }
}
@-webkit-keyframes slidein2 {
  0% {
    transform: translate(700px, 1200px);
  }
  100% {
    transform: translate(-500px, -50px);
  }
}
@keyframes slidein2 {
  0% {
    transform: translate(700px, 1200px);
  }
  100% {
    transform: translate(-500px, -50px);
  }
}

.box1-1 {
  width: 20%;
  margin: 100px auto;
}

.fade {
  width: 500px;
  margin: 100px;
}

.topimg .container {
  position: relative;
  width: 500px;
  max-width: 100%;
  height: 400px;
}
.topimg .image {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-animation: change-img-anim 30s;
          animation: change-img-anim 30s;
}
.topimg .image:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.topimg .image:nth-of-type(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.container2 {
  overflow: hidden;
  width: 700px;
}

.zoom-out {
  width: 100%;
  -webkit-animation: zoom-out-anim 1s;
          animation: zoom-out-anim 1s;
}

@-webkit-keyframes zoom-out-anim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoom-out-anim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.img-wrapL {
  -webkit-animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-wrapL:before {
  -webkit-animation: img-wrapL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrapL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrapL {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrapL {
  100% {
    transform: translateX(100%);
  }
}
.img-wrapR {
  overflow: hidden;
  position: relative;
  -webkit-animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapR:before {
  -webkit-animation: img-wrapR 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrapR 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #4683b5;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrapR {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes img-wrapR {
  100% {
    transform: translateX(-100%);
  }
}
.img-wrapB {
  overflow: hidden;
  position: relative;
  -webkit-animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapB:before {
  -webkit-animation: img-wrapB 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrapB 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #4683b5;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
@keyframes img-wrapB {
  100% {
    transform: translateY(100%);
  }
}
.sliderArea {
  max-width: 40%;
  margin: 50px auto 100px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .sliderArea {
    width: 90%;
    max-width: 90%;
  }
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-dots {
  bottom: inherit !important;
}
.slick-dots li {
  margin: 8px;
}

.slider {
  width: 100%;
}

.topimg1 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; /* アニメーション開始時間 */
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../images/top3.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .topimg1 {
    background: url(../images/sp_top.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
.topimg1 .title {
  width: 36%;
  position: absolute;
  top: 52%;
  right: 20%;
}
@media screen and (max-width: 768px) {
  .topimg1 .title {
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    top: 63%;
  }
}

.topcontent {
  position: relative;
}
.topcontent .lead {
  color: #fff;
  width: 750px;
  margin: 70px auto 14px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 768px) {
  .topcontent .lead {
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}

.wap {
  background-color: #90a9bd;
  width: 90%;
  margin: 140px auto 70px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .wap {
    width: 700px;
    margin: 70px auto 120px;
    padding: 50px;
  }
}
.wap h2 {
  font-size: 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wap h2 {
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .wap h2 {
    font-size: 14px;
  }
}
.wap h2 span {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .wap h2 span {
    margin-bottom: 0px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 769px) {
  .wap h2 span {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1.4em;
  }
}
.wap ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .wap ul {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .wap ul li {
    padding: 30px 0;
    box-sizing: border-box;
    width: 40%;
  }
}
.wap ul li p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wap ul li p {
    font-size: 14px;
  }
}
.wap ul li p a {
  color: #fff;
  display: block;
}
.wap ul li img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wap ul li img {
    width: 80%;
  }
}

.block {
  width: 100%;
  margin: 0 auto 170px;
}
@media screen and (min-width: 769px) {
  .block {
    width: 600px;
  }
}

#block01 {
  position: relative;
}
#block01:before {
  content: "";
  display: block;
  padding-top: 234.2%;
}
#block01 .img1 {
  overflow: hidden;
  width: 74.9%;
  position: absolute;
  top: 0;
  left: 4%;
  z-index: 1;
}
#block01 .img2 {
  overflow: hidden;
  width: 45.6%;
  position: absolute;
  top: 36%;
  right: 4%;
  z-index: 2;
}
#block01 .img3 {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#block01 h3 {
  font-size: 60px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 35.6%;
  line-height: 1;
  left: 9%;
}
@media screen and (min-width: 769px) {
  #block01 h3 {
    left: 14%;
  }
}
#block01 h3 a {
  text-decoration: none;
  color: #fff;
}
#block01 h3 a span {
  font-size: 32px;
  display: block;
  line-height: 1;
}
#block01 .btn {
  width: 33%;
  bottom: -8%;
  right: 5%;
  z-index: 2;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #block01 .btn {
    width: 160px;
    bottom: -5%;
  }
}

#block02 {
  position: relative;
}
#block02:before {
  content: "";
  display: block;
  padding-top: 229.3%;
}
#block02 .img1 {
  overflow: hidden;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#block02 .img2 {
  overflow: hidden;
  width: 45.9%;
  position: absolute;
  bottom: 22%;
  right: 16%;
  z-index: 1;
}
#block02 .img3 {
  overflow: hidden;
  width: 45.9%;
  position: absolute;
  left: 16%;
  bottom: 0;
  z-index: 2;
}
#block02 h3 {
  font-size: 60px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 1%;
  line-height: 1;
  right: 8.4%;
}
@media screen and (min-width: 769px) {
  #block02 h3 {
    right: 17.4%;
  }
}
#block02 h3 a {
  text-decoration: none;
  color: #fff;
}
#block02 h3 a span {
  font-size: 32px;
  display: block;
  line-height: 1;
}
#block02 .btn {
  width: 33%;
  bottom: 15%;
  right: 5%;
  z-index: 2;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #block02 .btn {
    width: 160px;
  }
}

#block03 {
  position: relative;
}
#block03:before {
  content: "";
  display: block;
  padding-top: 155.3%;
}
@media screen and (min-width: 769px) {
  #block03:before {
    padding-top: 135.3%;
  }
}
#block03 .img1 {
  overflow: hidden;
  width: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #block03 .img1 {
    top: 12%;
  }
}
#block03 .img2 {
  overflow: hidden;
  width: 100%;
  bottom: 0;
  position: absolute;
}
#block03 h3 {
  font-size: 60px;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: -5%;
  line-height: 1;
  left: 8.4%;
}
#block03 h3 a {
  text-decoration: none;
  color: #fff;
}
#block03 h3 a span {
  font-size: 32px;
  display: block;
  line-height: 1;
}
#block03 .btn {
  width: 33%;
  bottom: -17%;
  right: 0%;
  z-index: 2;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #block03 .btn {
    width: 160px;
  }
}

.desc {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .desc {
    padding: 140px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .desc {
    padding: 50px 0 80px;
  }
}
.desc h2 {
  width: 300px;
  margin: 50px auto 0px;
}
@media screen and (max-width: 768px) {
  .desc h2 {
    margin: 60px auto 20px;
    width: 70%;
  }
}
.desc h3 {
  width: 500px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .desc h3 {
    width: 80%;
    margin: 0px auto;
  }
}
.desc .mainitem {
  width: 400px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
  .desc .mainitem {
    width: 80%;
  }
}
.desc ul {
  font-size: 12px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .desc ul {
    font-size: 10px;
  }
}
.desc ul a {
  text-decoration: none;
  color: #000;
}
.desc p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .desc p {
    font-size: 12px;
  }
}

.menu h4 {
  text-align: center;
  font-size: 24px;
  z-index: 1;
}
.menu h5 {
  width: 480px;
  z-index: -1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu h5 {
    width: 80%;
  }
}
.menu ul {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .menu ul {
    width: 95%;
  }
}
.menu ul li {
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .menu ul li {
    padding: 5px;
  }
}
.menu ul li a {
  text-decoration: none;
  color: #000;
}
.menu ul li a img {
  border-radius: 50%;
}
.menu ul li a p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .menu ul li a p {
    font-size: 10px;
  }
}
.menu div.staff h6 {
  width: 300px;
  margin: 100px auto 0px;
}
@media screen and (max-width: 768px) {
  .menu div.staff h6 {
    width: 76%;
  }
}
.menu div.staff ul {
  width: 600px;
  padding: 10px;
  margin: 20px auto 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .menu div.staff ul {
    width: 90%;
    margin: 10px auto 0px;
  }
}

.all {
  margin: 0px auto 180px;
  text-align: center;
}
.all a {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #09365f;
  text-decoration: none;
  width: 39%;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .all a {
    width: 200px;
  }
}

p.end {
  font-size: 23px;
  width: 90%;
  margin: -50px auto 80px;
  color: #fff;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  p.end {
    width: 500px;
    margin: 0 auto;
    font-size: 34px;
    margin: -50px auto 100px;
  }
}

div.footer {
  background-color: #09365f;
  padding: 100px 0;
  position: relative;
}
div.footer .top {
  position: absolute;
  width: 100%;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  div.footer .top {
    top: -35%;
  }
}
div.footer .logo {
  width: 30%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.footer .logo {
    width: 200px;
  }
}

/* 無限スライドループ */
.loop {
  display: flex;
  overflow: hidden;
  background-color: #e8e9ee;
}

.loop {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .loop {
    width: 100%;
  }
}

.loop ul {
  display: flex;
  white-space: nowrap;
  background-color: #e8e9ee;
}

.loop ul img {
  height: 300px;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .loop ul img .loop ul img {
    height: 120px;
    width: auto;
    max-width: none;
  }
}

.loop ul:first-child {
  -webkit-animation: loop 60s -30s linear infinite;
          animation: loop 60s -30s linear infinite;
}

.loop ul:last-child {
  -webkit-animation: loop2 60s linear infinite;
          animation: loop2 60s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.loop:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 10px;
    z-index: 9999;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.slick-next {
  right: -25px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 10px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 3px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #000;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */