@charset "UTF-8";
/* CSS Document */
/* 基本設定　ここから */
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff");
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'YakuHanJP',-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

.inner {
  max-width: 974px;
  margin: 0 auto;
}

.innerWrap {
  max-width: 782px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .inner {
    padding: 0 8px;
  }

  .innerWrap {
    padding: 0 8px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* clearfix　ここから */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* clearfix　ここまで */
/* 基本設定　ここまで */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* メディアクエリ */
.sp-s {
  display: none;
}
@media only screen and (max-width: 479px) {
  .sp-s {
    display: inherit;
  }
}

/* CSS Document */
/* l-header */
.l-header {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  line-height: 1;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: 50px;
    transition: .5s;
  }
}
.l-header__logo {
  width: 200px;
  margin: 16px 0 0 40px;
  font-size: 0;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 150px;
    margin: 10px 0 0 24px;
  }
}
.l-header__nav {
  max-width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .l-header__nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -100vh;
    background: rgba(0, 0, 0, 0.8);
    max-width: 100%;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
}
.l-header__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-header__list {
    min-width: inherit;
    width: 100%;
    height: auto;
    margin: 20vh 0;
    font-size: 14px;
  }
}
.l-header__item {
  width: 147px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1199px) {
  .l-header__item {
    min-width: 90px;
    width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__item {
    min-width: inherit;
    width: 100%;
    font-size: 14px;
    background: transparent;
  }
}
.l-header__item:hover {
  font-weight: bold;
  text-shadow: 0 0 5px #FFF;
  -webkit-animation: gnav-hover .5s ease-in alternate forwards;
  -moz-animation: gnav-hover .5s ease-in alternate forwards;
  animation: gnav-hover .5s ease-in alternate forwards;
}
@media only screen and (max-width: 767px) {
  .l-header__item:hover {
    background: #666;
  }
}
.l-header__item:first-child {
  background: rgba(38, 144, 188, 0.6);
}
.l-header__item:first-child:hover {
  -webkit-animation: gnav-hover-first .5s ease-in alternate forwards;
  -moz-animation: gnav-hover-first .5s ease-in alternate forwards;
  animation: gnav-hover-first .5s ease-in alternate forwards;
}
@media only screen and (max-width: 767px) {
  .l-header__item:first-child:hover {
    -webkit-animation: gnav-hover-sp .5s ease-in alternate forwards;
    -moz-animation: gnav-hover-sp .5s ease-in alternate forwards;
    animation: gnav-hover-sp .5s ease-in alternate forwards;
  }
}
.l-header__item a {
  display: block;
  padding: 30px 0 20px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .l-header__item a {
    padding: 30px 1em 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__item a {
    width: 100%;
    padding: 30px 1em;
    background: transparent;
  }
}

/* js-header */
.js-header__default .l-header__item {
  background: black;
}
@media only screen and (max-width: 479px) {
  .js-header__default .l-header__item {
    background: rgba(0, 0, 0, 0.6);
  }
}
.js-header__default .l-header__item:first-child {
  background: #2690bc;
}
@media only screen and (max-width: 479px) {
  .js-header__default .l-header__item:first-child {
    background: rgba(38, 144, 188, 0.6);
  }
}

@-webkit-keyframes gnav-hover {
  0% {
    background: rgba(0, 0, 0, 0.6);
  }
  100% {
    background: black;
  }
}
@-webkit-keyframes gnav-hover-first {
  0% {
    background: rgba(38, 144, 188, 0.6);
  }
  100% {
    background: #2690bc;
  }
}
@keyframes gnav-hover-sp {
  0% {
    background: rgba(38, 144, 188, 0.6);
  }
  100% {
    background: #2690bc;
  }
}
/* Fixed */
.l-header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 60px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
@media only screen and (max-width: 767px) {
  .l-header.fixed {
    padding-top: 0;
    background: transparent;
  }
}
.l-header.fixed__logo {
  font-size: 24px;
  color: #333;
}
.l-header.fixed__list {
  box-shadow: 0 0 3px 1px #ccc;
}
.l-header.fixed__item {
  padding: 0 15px;
}
.l-header.fixed__item a {
  color: #333;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 101;
}
@media only screen and (max-width: 767px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle div {
  position: relative;
  margin: 14px 0 0 9px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 30px;
  background: #fff;
  box-shadow: 0 0 2px #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
.open {
  /* #global-nav スライドアニメーション */
}
@media only screen and (max-width: 767px) {
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(100vh);
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}

/* ヘッダー　ここまで */
/* l-footer */
.l-footer {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    font-size: 1.2rem;
  }
}

.l-footerWrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 690px;
  margin: 0 auto;
  padding: 4em 0;
}

.l-footerInfo {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .l-footerInfo {
    width: 220px;
    margin: 0 auto 2em;
  }
}
.l-footerInfo__logo {
  width: 216px;
  margin: 0 0 8px;
}

.l-footerAdd {
  margin: 0 auto .5em;
  font-size: 1.2rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .l-footerApproval {
    font-size: 1.1rem;
  }
}
.l-footerApproval__item {
  font-size: 1.2rem;
  text-align: left;
  color: #ccc;
}

.l-footerNav {
  width: 340px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .l-footerNav {
    display: none;
  }
}
.l-footerNav__list {
  float: left;
  width: 160px;
  text-align: left;
}
.l-footerNav__item {
  margin: 0 0 1em;
}
.l-footerNav__item::before {
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 .75em 0 0;
}
.l-footerNav__item a {
  color: #fff;
}
.l-footerNav__item a:hover {
  text-shadow: 0 0 5px #fff;
}

.l-footerCopy {
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: right;
}
.l-footerCopy small {
  margin: 1em 0;
  font-size: 1.2rem;
}

/* CSS Document */
/* c-heading */
.c-title {
  font-size: 3.2rem;
}
.c-title::after {
  content: attr(data-text) "";
  display: block;
  font-size: 1.2rem;
  color: #013D55;
}
.c-title.-center {
  text-align: center;
}

/* c-btn */
.c-btn {
  display: block;
  max-width: 260px;
  padding: 1em;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #144c62;
}
.c-btn:hover {
  background: #73B6CF;
}
.c-btn.-center {
  margin-left: auto;
  margin-right: auto;
}

/* CSS Document */
/* CSS Document */
/* CSS Document */
/* l-container */
.l-container {
  max-width: 1088px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .l-container {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    width: 91.5%;
  }
}

.content {
  line-height: 1.6;
}

.contents {
  padding: 5em 0;
}

.contents h3 {
  margin: 0 auto 2em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .25em;
  text-align: center;
}

.imgLeft {
  float: left;
  width: 315px;
  margin: 0 1.5em 1.5em 0;
}

.imgRight {
  float: right;
  width: 315px;
  margin: 0 0 1.5em 1.5em;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 2em 0;
  }

  .contents h3 {
    margin: 0 auto 2em;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .25em;
  }

  .imgLeft {
    float: none;
    width: 100%;
    margin: 1em 0;
  }

  .imgRight {
    float: none;
    width: 100%;
    margin: 1em 0;
  }
}
/* p-siteNav */
.p-siteNav {
  background: #000;
}
.p-siteNav__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.p-siteNav__item {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .p-siteNav__item {
    height: 100px;
  }
}
.p-siteNav__figure {
  position: relative;
}
.p-siteNav__figure img {
  height: 200px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-siteNav__figure img {
    height: 100px;
  }
}
.p-siteNav__cap {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #00000070;
}
.p-siteNav__cap:hover {
  opacity: .6;
}

.c-link__list::before {
  content: ">>";
}

/* トップページ */
.p-topHero {
  width: 100%;
  height: 100vh;
  background: #ccc url("./images/topHero.jpg") no-repeat center center/cover;
}
.p-topHero__wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.p-topHero__catch {
  font-size: 1.6rem;
}
@media only screen and (max-width: 479px) {
  .p-topHero__catch {
    font-size: 3.8vw;
  }
}
.p-topHero__ttl {
  font-size: 4rem;
}
@media only screen and (max-width: 479px) {
  .p-topHero__ttl {
    font-size: 6.5vw;
  }
}
.p-topHero__btn {
  margin-top: 64px;
}

.p-topService {
  position: relative;
  padding-bottom: 80px;
}
.p-topService::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -100;
  width: 100%;
  height: 100%;
  background: #ccc url("./images/topService.jpg") no-repeat center center/cover;
}
.p-topService__wrap {
  margin: -80px auto 0;
  padding: 48px 0;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000034;
  opacity: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.p-topService__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-topService__list {
    padding: 0 92px;
  }
}
@media only screen and (max-width: 479px) {
  .p-topService__list {
    padding: 0 2em;
  }
}
.p-topService__item {
  width: 50%;
  border-right: 1px solid #eee;
  padding: 0 92px 1em;
}
.p-topService__item:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .p-topService__item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 2em;
  }
  .p-topService__item:last-child {
    padding: 2em 0;
  }
}
.p-topService__itemTtl {
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-align: left;
}
.p-topService__btn {
  margin-top: 32px;
}

.p-topExample {
  overflow: hidden;
  padding: 128px 0;
}
.p-topExample__wrap {
  position: relative;
  max-width: 1088px;
  margin: 0 auto;
  padding-bottom: 128px;
}
.p-topExample__wrap::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -100;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #f2f2f2 url("images/topExample_bg.png") no-repeat center/cover;
  transform: translateX(20%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-topExample__wrap::before {
    background: #f2f2f2 url("images/topExample_bg@2x.png") no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .p-topExample__wrap::before {
    background: #f2f2f2;
  }
}
.p-topExample__ttl {
  margin-bottom: 32px;
}
.p-topExample__list {
  max-width: 800px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.p-topExample__item {
  margin-top: 24px;
  padding: 40px 48px;
  background: #fff;
  box-shadow: 0 0 6px #00000034;
}
@media only screen and (max-width: 479px) {
  .p-topExample__item {
    padding: 40px 32px;
  }
}
.p-topExample__item:first-child {
  margin: 0;
}
.p-topExample__name {
  font-size: 2.4rem;
}
.p-topExample__place {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #013D55;
}
.p-topExample__place span {
  position: relative;
  display: inline-block;
}
.p-topExample__place span::after {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  right: 1px;
  width: 52px;
  height: 1px;
  margin-right: -60px;
  background: #013d55;
}
.p-topExample__tabs {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.p-topExample__tab {
  display: inline-block;
  border: 1px solid #aaa;
  margin-top: 4px;
  margin-right: 4px;
  padding: 8px 12px;
  font-size: 1.2rem;
  color: #aaa;
}
@media only screen and (max-width: 767px) {
  .p-topExample__tab {
    padding: 4px 8px;
  }
}
.p-topExample__txt {
  margin-top: 16px;
}

.p-topSpecial {
  padding: 54px 0;
  background: linear-gradient(to bottom, white 0%, white 60%, #b8cfd8 60%, #b8cfd8 100%);
}
@media only screen and (max-width: 479px) {
  .p-topSpecial {
    background: linear-gradient(to right, white 0%, white 60%, #b8cfd8 60%, #b8cfd8 100%);
  }
}
.p-topSpecial__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1088px;
  margin: 32px auto;
}
.p-topSpecial__item {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: calc(33.33% - (32px / 3) );
  padding: 48px;
  background: #fff;
  box-shadow: 0 0 6px #00000034;
}
@media only screen and (max-width: 767px) {
  .p-topSpecial__item {
    width: 100%;
    margin-bottom: 1em;
    padding: 32px 48px;
  }
}
@media only screen and (max-width: 479px) {
  .p-topSpecial__item {
    width: 100%;
    padding: 40px 32px;
  }
}

.p-topSpecialItem__lead {
  font-size: 1.2rem;
  color: #013D55;
}
.p-topSpecialItem__ttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-topSpecialItem__ttl {
    margin-bottom: 24px;
  }
}
.p-topSpecialItem__img {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .p-topSpecialItem__img {
    max-width: 300px;
  }
}

.p-topFuture {
  overflow: hidden;
  padding: 64px 0;
}
.p-topFuture__wrap {
  position: relative;
  width: max(536px, 50%);
}
@media only screen and (max-width: 767px) {
  .p-topFuture__wrap {
    width: 100%;
  }
}
.p-topFuture__figure {
  position: absolute;
  z-index: -50;
  top: 0;
  left: 120%;
  width: 100%;
  /*		@media only screen and (max-width:767px) {
  			left: 70%;
  		}
  */
}
@media only screen and (max-width: 767px) {
  .p-topFuture__figure {
    position: static;
    margin-bottom: 16px;
  }
}
.p-topFuture__figure::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -100;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #eee;
}
@media only screen and (max-width: 479px) {
  .p-topFuture__figure::before {
    display: none;
  }
}
.p-topFuture__lead {
  margin-top: 32px;
  font-size: 2rem;
}
.p-topFuture__txt {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-topData {
  overflow: hidden;
  padding: 64px 0;
}
.p-topData__wrap {
  position: relative;
  width: max(536px, 50%);
}
@media only screen and (max-width: 767px) {
  .p-topData__wrap {
    width: 100%;
  }
}
.p-topData__figure {
  position: absolute;
  z-index: -50;
  top: 0;
  left: 120%;
  width: 100%;
  /*		@media only screen and (max-width:767px) {
  			left: 70%;
  		}
  */
}
@media only screen and (max-width: 767px) {
  .p-topData__figure {
    position: static;
    margin-bottom: 16px;
  }
}
.p-topData__figure::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -100;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #eee;
}
@media only screen and (max-width: 479px) {
  .p-topData__figure::before {
    display: none;
  }
}
.p-topData__lead {
  margin-top: 32px;
  font-size: 2rem;
}
.p-topData__txt {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-topReward {
  padding: 64px 0;
}
.p-topReward__list {
  margin-top: 32px;
}
.p-topReward__item {
  max-width: 904px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding: 1.5em 1em;
}
.p-topReward__item:last-child {
  border-bottom: 1px solid #ccc;
}
.p-topReward__itemWrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-topReward__date {
  width: 168px;
  color: #999;
}
@media only screen and (max-width: 479px) {
  .p-topReward__date {
    width: 100%;
  }
}
.p-topReward__entry {
  width: calc(100% - 168px);
}
@media only screen and (max-width: 479px) {
  .p-topReward__entry {
    width: 100%;
  }
}

/* margin */
.u-mt1em {
  margin-top: 1em;
}

.u-mb0 {
  margin-bottom: 0;
}

/* line-height */
.u-lh14 {
  line-height: 1.4;
}

@media only screen and (max-width: 479px) {
  .u-lh14--sp {
    line-height: 1.4;
  }
}

/* トップサイドナビ　ここから */
#fp-nav ul {
  border-radius: 14px;
  padding: 1px 0;
  background: rgba(0, 0, 0, 0.6);
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 24px;
}

#fp-nav ul li a span {
  box-shadow: 0 0 5px #fff;
}

/* トップサイドナビ　ここまで */
/* トップヒーロー　ここから */
.logo-pairs {
  width: 100%;
  stroke: #fff;
  fill: #fff;
  stroke-width: 1;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  -webkit-animation: dash-pairs 5s ease-in alternate forwards;
  -moz-animation: dash-pairs 5s ease-in alternate forwards;
  animation: dash-pairs 5s ease-in alternate forwards;
}

@-webkit-keyframes dash-pairs {
  0% {
    stroke-dashoffset: 1600;
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: .3;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@-moz-keyframes dash-pairs {
  0% {
    stroke-dashoffset: 1600;
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: .3;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes dash-pairs {
  0% {
    stroke-dashoffset: 1600;
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 0;
    fill-opacity: .3;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
.scroll__btn {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.scroll__btn a {
  padding-top: 60px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.scroll__btn a span {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 24px;
  height: 42px;
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.scroll__btn a span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: '';
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@-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;
  }
}
@media screen and (max-width: 768px) {
  .logo-pairs {
    width: 200px;
    height: 100px;
  }
}
/* トップヒーロー　ここまで */
.intro h2 {
  font-size: 28px;
  font-family: "Hannari","游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: #fff;
  margin: 0 auto 2em;
  line-height: 1.6;
  letter-spacing: .08em;
}

.intro p {
  width: 70%;
  margin: 0 auto 1em;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .08em;
}

#section0 {
  background: url("images/00.jpg") no-repeat center center;
  background-size: cover;
}

#section1 {
  background: url("images/01-1.jpg") no-repeat center center;
  background-size: cover;
}

#section2 {
  background: url("images/02-1.jpg") no-repeat center center;
  background-size: cover;
}

#section3 {
  background: url("images/03-1.jpg") no-repeat center center;
  background-size: cover;
}

#section4 {
  background: url("images/04-1.jpg") no-repeat center center;
  background-size: cover;
}

#section0 .intro__entry {
  width: 100%;
  margin: 2em auto 0;
}

#section0 .intro__entry p {
  margin: 0 auto;
  font-size: 20px;
  font-family: "Hannari","游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  line-height: 1.5;
}

#section4 h2 {
  color: #43a5cd;
}

#section4 p {
  color: #43a5cd;
}

#section5 {
  background: #333;
}

#section5 h2 {
  font-family: "Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #000;
}

.topBtn {
  max-width: 280px;
  margin: 1.5em auto 1em;
  font-size: 14px;
}

.topBtn a {
  position: relative;
  display: block;
  border: 1px solid #43a5cd;
  padding: 10px;
  color: #43a5cd;
  background: rgba(255, 255, 255, 0.3);
}

.topBtn a::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 10px;
  height: 10px;
  border: 1px solid #43a5cd;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease;
}

.topBtn a::after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border: 1px solid #43a5cd;
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease;
}

.topBtn a:hover {
  font-weight: bold;
  text-shadow: 0 0 5px #ccc;
  background: rgba(255, 255, 255, 0.6);
}

.topBtn a:hover::before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  box-shadow: 0 0 5px #ccc;
}

.topBtn a:hover::after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: none;
}

.topAbout h2 {
  margin: 0 auto 1em;
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
}

.topAbout__lists {
  display: flex;
  flex-wrap: wrap;
}

.topAbout__lists li:first-child,
.topAbout__lists li:nth-child(2) {
  width: 50%;
  border-bottom: 3px solid #fff;
}

.topAbout__lists li:first-child {
  border-right: 1.5px solid #fff;
}

.topAbout__lists li:nth-child(2) {
  border-left: 1.5px solid #fff;
}

.topAbout__lists li:nth-child(3),
.topAbout__lists li:nth-child(4),
.topAbout__lists li:nth-child(5) {
  width: 33.33%;
}

.topAbout__lists li:nth-child(3),
.topAbout__lists li:nth-child(4) {
  border-right: 3px solid #fff;
}

.topAbout__lists li a {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
}

.topAbout__lists li a img {
  display: block;
  transition-duration: 0.5s;
}

.topAbout__lists li a:hover img {
  transform: scale(1.1);
}

.topAbout__lists li a span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.topAbout__lists li a:hover span {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  #section0 .intro__entry p {
    font-size: 16px;
  }

  .intro h2 {
    font-size: 16px;
    text-shadow: 0 0 5px #fff;
  }

  .intro p {
    width: 70%;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-size: 12px;
  }

  .topAbout__lists li a {
    height: 70px;
    font-size: 16px;
  }

  .topAbout__lists li a:hover {
    font-weight: bold;
  }

  .topAbout__lists li:first-child,
  .topAbout__lists li:nth-child(2),
  .topAbout__lists li:nth-child(3),
  .topAbout__lists li:nth-child(4),
  .topAbout__lists li:nth-child(5) {
    width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
  }
}

/*# sourceMappingURL=style.css.map */
