@charset 'utf-8';
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
input {
  border-radius: 0;
}
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type=number] {
  width: auto;
}
[type=search] {
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
     -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important;
  }
}[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
@-webkit-keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@-webkit-keyframes b {
  0% {
    -webkit-transform: scale(.5);
            transform: scale(.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}@keyframes b {
  0% {
    -webkit-transform: scale(.5);
            transform: scale(.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0);
            transform: translate(-50%,-50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(-180deg);
            transform: translate(-50%,-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(-50%,-50%) rotate(-1turn);
            transform: translate(-50%,-50%) rotate(-1turn);
  }
}@keyframes c {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0);
            transform: translate(-50%,-50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(-180deg);
            transform: translate(-50%,-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(-50%,-50%) rotate(-1turn);
            transform: translate(-50%,-50%) rotate(-1turn);
  }
}@-webkit-keyframes d {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(.8) translateX(6px);
            transform: scale(.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(.7) translateX(8px);
            transform: scale(.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(.8) translateX(6px);
            transform: scale(.8) translateX(6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@keyframes d {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(.8) translateX(6px);
            transform: scale(.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(.7) translateX(8px);
            transform: scale(.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(.8) translateX(6px);
            transform: scale(.8) translateX(6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@-webkit-keyframes e {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(.8) translateX(-6px);
            transform: scale(.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(.7) translateX(-8px);
            transform: scale(.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(.8) translateX(-6px);
            transform: scale(.8) translateX(-6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@keyframes e {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(.8) translateX(-6px);
            transform: scale(.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(.7) translateX(-8px);
            transform: scale(.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(.8) translateX(-6px);
            transform: scale(.8) translateX(-6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}.lum-lightbox {
  background: rgba(0,0,0,.6);
}
.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}
.lum-lightbox-inner img {
  position: relative;
}
.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}
.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 66px;
  height: 20px;
  -webkit-animation: c 1.8s linear infinite;
          animation: c 1.8s linear infinite;
}
.lum-lightbox-loader:after,
.lum-lightbox-loader:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: hsla(0,0%,100%,.9);
}
.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: d 1.8s linear infinite;
          animation: d 1.8s linear infinite;
}
.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: e 1.8s linear infinite;
          animation: e 1.8s linear infinite;
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
}
.lum-lightbox.lum-opening {
  -webkit-animation: a .18s ease-out;
          animation: a .18s ease-out;
}
.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: b .18s ease-out;
          animation: b .18s ease-out;
}
.lum-lightbox.lum-closing {
  -webkit-animation: a .3s ease-in;
          animation: a .3s ease-in;
  animation-direction: reverse;
}
.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: b .3s ease-in;
          animation: b .3s ease-in;
  animation-direction: reverse;
}
.lum-img {
  -webkit-transition: opacity .12s ease-out;
          transition: opacity .12s ease-out;
}
.lum-loading .lum-img {
  opacity: 0;
}
.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}
.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: .3;
}
.lum-close-button:hover {
  opacity: 1;
}
.lum-close-button:after,
.lum-close-button:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.lum-close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lum-close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lum-previous-button {
  left: 12px;
}
.lum-next-button {
  right: 12px;
}
.lum-gallery-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid hsla(0,0%,100%,.8);
}
.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid hsla(0,0%,100%,.8);
  box-shadow: -2px 0 rgba(0,0,0,.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}
.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid hsla(0,0%,100%,.8);
  box-shadow: 2px 0 rgba(0,0,0,.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}
@media (max-width:460px) {
  .lum-lightbox-image-wrapper {
    display: -webkit-box;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}.material-icons {
  font-size: 1.6rem;
  vertical-align: middle;
}
html {
  position: relative;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN','メイリオ',sans-serif,Hiragino Sans,'ヒラギノ角ゴシック',Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3',Roboto,'Droid Sans',YuGothic,'游ゴシック',Meiryo,'メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 62.5%;
}
body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.4rem;
}
@media (--mq-tab) {
  body {
    font-size: 1.6rem;
  }
}body.is-noScroll {
  overflow: hidden;
}
.is-stopTransition * {
  -webkit-transition: none!important;
          transition: none!important;
}
p {
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: 300;
}
img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
input[type=password],
input[type=text],
select,
textarea {
  border: 1px solid #ccc;
  padding: .6em 1em;
  background-color: #fff;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  margin-right: 6px;
}
ol,
ul {
  list-style: none;
}
pre {
  overflow: auto;
  padding: 1em;
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #364549;
}
.l-footer {
  background-color: #3279bf;
}
@media screen and (min-width:600px) {
  .l-footer {
    min-width: 980px;
  }
}.l-footer__inner {
  padding: 1.2em 5%;
}
@media screen and (min-width:600px) {
  .l-footer__inner {
    max-width: 980px;
    margin: 0 auto;
  }
}.l-footerSnsWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-bottom: 1.5em;
}
.l-footerSnsList {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.l-footerSnsList__item {
  margin-left: 16px;
}
.l-footerSnsList__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.l-footerLogoWrap {
  text-align: center;
  margin-bottom: .5em;
}
.l-footerLogoWrap__link {
  display: inline-block;
}
.l-footerLogoWrap__img {
  width: 140px;
}
.l-footerCopyWrap {
  text-align: center;
}
.l-footerCopy {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
}
.l-header {
  z-index: 10;
  width: 100%;
}
.l-header--blue {
  background: #3279bf;
  height: 65px;
}
@media screen and (min-width:600px) {
  .l-header--blue {
    height: 120px;
  }
}.l-header--blue img {
  vertical-align: top;
}
@media screen and (min-width:600px) {
  .l-header {
    min-width: 980px;
  }
}.l-headerTitle {
  width: 120px;
  position: absolute;
  top: 24px;
  left: 5%;
  z-index: 10;
}
@media screen and (min-width:600px) {
  .l-headerTitle {
    width: 160px;
    position: absolute;
    top: 48px;
    left: 100px;
  }
}.l-headerTitle img {
  width: 100%;
}
.l-loading {
  opacity: 1;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-duration: .64s;
          transition-duration: .64s;
}
.l-loading::after,
.l-loading::before {
  content: '';
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3279bf;
  -webkit-transition-property: left;
          transition-property: left;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition-duration: .64s;
          transition-duration: .64s;
}
.l-loading::before {
  left: -50%;
}
.l-loading::after {
  left: 50%;
}
.l-loading.is-load {
  opacity: 0;
}
.l-loading.is-load::before {
  left: -150%;
}
.l-loading.is-load::after {
  left: 150%;
}
.l-loading.is-loaded {
  display: none;
}
.l-loading__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-loading__logoWrap {
  width: 100%;
  text-align: center;
}
.l-loading__logo {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (--mq-tab) {
  .l-loading__logo {
    font-size: 5.2rem;
  }
}.l-loading__progress {
  height: 32px;
  color: #fff;
  font-size: 1.8rem;
}
.l-loading__progressBar {
  position: relative;
  width: 0;
  height: 4px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px #999;
  -webkit-transition: width .1s;
          transition: width .1s;
}
.l-loading__progressBar::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 4px;
  background-color: #3279bf;
  box-shadow: inset 0 1px 3px var(--color-main-dark);
}
.l-loadingMotion {
  position: relative;
  z-index: 0;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.l-loadingMotion__inner {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 10px;
  width: 20px;
  height: 20px;
}
.l-loadingMotion__inner::after,
.l-loadingMotion__inner::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100% 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.l-loadingMotion__inner::before {
  background: rgba(255,255,255,.4);
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.l-loadingMotion__inner::after {
  background: rgba(255,255,255,.8);
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.l-loadingMotion__core {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100% 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}.l-main {
  -webkit-box-flex: 1;
  flex-grow: 1;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.l-mainSect {
  padding: 42px 0;
  background: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (min-width:600px) {
  .l-mainSect {
    padding: 72px 0;
    min-width: 980px;
  }
}.l-mainSect::before {
  position: absolute;
  top: 0;
  content: '';
  z-index: 1;
  display: block;
  width: 100%;
  height: 18px;
  background-image: -webkit-linear-gradient(left,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
  background-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
}
.l-pageTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 0;
  width: 50px;
  height: 60px;
  -webkit-transition-duration: .24s;
          transition-duration: .24s;
  -webkit-transition-property: opacity,visibility;
          transition-property: opacity,visibility;
}
@media screen and (min-width:600px) {
  .l-pageTop {
    width: 100px;
    height: 120px;
  }
}.l-pageTop.is-show {
  opacity: 1;
  visibility: visible;
}
.l-pageTop.is-pin {
  position: absolute;
}
.l-pageTop__btn {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(../img/top/btn-pagetop.svg);
  background-repeat: no-repeat;
  background-size: 50px 60px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media screen and (min-width:600px) {
  .l-pageTop__btn {
    background-size: 100% 100%;
  }
}.c-alert {
  padding: 1em;
  margin: 1em 0;
  font-size: 1.2rem;
  border: 1px solid;
  border-radius: 200px;
}
.c-alert--def {
  color: #696969;
  background-color: #efefef;
  border-color: #afafaf;
}
.c-alert--info {
  color: #198ec5;
  background-color: #f4fbff;
  border-color: #99c2d6;
}
.c-alert--suc {
  color: #1b9642;
  background-color: #f4fdf2;
  border-color: #9dc59d;
}
.c-alert--warn {
  color: #b17c00;
  background-color: #fffbea;
  border-color: #d8bd77;
}
.c-alert--dang {
  color: #ce2d2d;
  background-color: #fff1f0;
  border-color: #e29c97;
}
.c-badge {
  display: inline-block;
  min-width: 2em;
  min-height: 2em;
  padding: .5em;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  border-radius: 1em;
  -webkit-transition: .4s;
          transition: .4s;
}
a.c-badge:hover {
  cursor: pointer;
}
.c-badge--def {
  color: #2b2b2b;
  background-color: #e2e2e2;
}
a.c-badge--def:hover {
  color: #2b2b2b;
  background-color: #cfcfcf;
}
.c-badge--dark {
  color: #fff;
  background-color: #333;
}
a.c-badge--dark:hover {
  color: #fff;
  background-color: #5a5a5a;
}
.c-badge--prim {
  color: #fff;
  background-color: #17a4ce;
}
a.c-badge--prim:hover {
  color: #fff;
  background-color: #0b8fb7;
}
.c-badge--agr {
  color: #fff;
  background-color: #0dac5b;
}
a.c-badge--agr:hover {
  color: #fff;
  background-color: #029248;
}
.c-badge--warn {
  color: #fff;
  background-color: #f1a700;
}
a.c-badge--warn:hover {
  color: #fff;
  background-color: #de9a00;
}
.c-badge--dang {
  color: #fff;
  background-color: #c9302c;
}
a.c-badge--dang:hover {
  color: #fff;
  background-color: #ae1b17;
}
.c-btn__wrap {
  background-image: -webkit-linear-gradient(left,#fa5252 0,#f5e053 50%,#86d1ca 100%);
  background-image:         linear-gradient(to right,#fa5252 0,#f5e053 50%,#86d1ca 100%);
  border-radius: 30px;
  padding: 2px;
  width: 210px;
}
@media screen and (min-width:600px) {
  .c-btn__wrap {
    width: 240px;
  }
}.c-btn {
  display: block;
  background: #3279bf;
  border-radius: 25px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  -webkit-transition: linear .2s;
          transition: linear .2s;
  text-decoration: none;
}
@media screen and (min-width:600px) {
  .c-btn {
    border-radius: 30px;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}.c-btn:hover {
  background: #fff;
  color: #3279bf;
  text-decoration: none;
}
.c-chkBox,
.c-chkBoxTgl,
.c-rdoBtn {
  position: relative;
  display: inline-block;
}
.c-chkBox > input,
.c-chkBoxTgl > input,
.c-rdoBtn > input {
  display: none;
}
.c-chkBox > label,
.c-chkBoxTgl > label,
.c-rdoBtn > label {
  cursor: pointer;
  position: relative;
  display: block;
  min-height: 1.5rem;
  line-height: 1.5;
}
.c-chkBox > label,
.c-rdoBtn > label {
  padding-left: 2em;
}
.c-chkBoxTgl > label {
  padding-left: 4em;
}
.c-chkBox > label::before,
.c-chkBoxTgl > label::before,
.c-rdoBtn > label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  content: '';
}
.c-chkBox > label::before,
.c-rdoBtn > label::before {
  width: 1.5em;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
.c-chkBox > label::before {
  border-radius: 2px;
}
.c-chkBoxTgl > label::before {
  width: 3.5em;
  background-color: #dadada;
  border-radius: 2em;
  -webkit-transition-duration: .28s;
          transition-duration: .28s;
}
.c-rdoBtn > label::before {
  border-radius: 50%;
}
.c-chkBoxTgl > input:checked + label::before {
  background-color: #3279bf;
}
.c-chkBox > label::after,
.c-chkBoxTgl > label::after,
.c-rdoBtn > label::after {
  display: block;
  position: absolute;
  top: 0;
  width: 1.5em;
  content: '';
}
.c-chkBox > label::after {
  left: 0;
  color: #3279bf;
  font-size: inherit;
  letter-spacing: 0;
  text-align: center;
}
.c-chkBox > input:checked + label::before {
  background: #000;
  border: 1px solid #000;
}
.c-chkBox > input:checked + label::after {
  font-family: 'Material Icons';
  content: '\e5ca';
  color: #fff;
}
.c-chkBoxTgl > label::after {
  left: -.1em;
  height: 1.5em;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 50%;
  -webkit-transition-duration: .28s;
          transition-duration: .28s;
}
.c-chkBoxTgl > input:checked + label::after {
  left: 2em;
}
.c-rdoBtn > label::after {
  left: 0;
  color: #3279bf;
  height: 1.5em;
  background: 0 0;
  border-radius: 50%;
  -webkit-transform: scale(.5);
          transform: scale(.5);
}
.c-rdoBtn > input:checked + label::after {
  background-color: #3279bf;
}
.c-contBlock {
  max-width: 980px;
  margin: 0 auto 24px;
}
.c-contArea:last-child .c-contBlock {
  margin-bottom: 0;
}
.c-contBlock--ttl {
  padding: 0;
}
.c-contArea {
  padding: 50px 0 0;
}
@media screen and (min-width:600px) {
  .c-contArea__inner {
    width: 980px;
    margin: 0 auto;
  }
}.c-subContBlock {
  margin-bottom: 32px;
}
.c-formAlert {
  color: #e93939;
  margin-bottom: 2em;
}
@media screen and (min-width:600px) {
  .c-formAlert {
    margin-bottom: 70px;
  }
}.c-formAlert > p {
  font-weight: 600;
}
.c-formDList {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width:600px) {
  .c-formDList {
    width: 688px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    flex-direction: inherit;
  }
}.c-formDList__notice {
  font-size: 1.4rem;
  color: #e93939;
}
@media screen and (min-width:600px) {
  .c-formDList__notice {
    position: absolute;
    top: -1.5em;
    left: 0;
  }
}.c-formDList__ttl {
  width: 100%;
  font-weight: 600;
}
@media screen and (min-width:600px) {
  .c-formDList__ttl {
    width: 138px;
    margin-bottom: 48px;
  }
}.c-formDList__req {
  display: inline-block;
  color: #e93939;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (min-width:600px) {
  .c-formDList__req {
    display: block;
  }
}.c-formDList > dd {
  width: 100%;
  margin-bottom: 1.5em;
}
@media screen and (min-width:600px) {
  .c-formDList > dd {
    width: 550px;
    margin-bottom: 48px;
    position: relative;
  }
}.c-formDList > dd > input {
  width: 100%;
  padding: 10px 15px;
  font-size: 1.6rem;
  border: 1px solid #c9c9c9;
  background: #fdfdfd;
  box-sizing: border-box;
}
.c-formDList > dd > textarea {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  background: #fdfdfd;
  font-size: 1.6rem;
  padding: 10px 15px;
}
@media screen and (min-width:600px) {
  .c-formDList > dd > textarea {
    height: 300px;
    padding: 10px 15px;
  }
}.c-formDList--conf > dt {
  margin-bottom: 1em;
}
@media screen and (min-width:600px) {
  .c-formDList--conf > dt {
    margin-bottom: 48px;
  }
}.c-formDList--conf > dd {
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 1.5em;
}
.c-formDList--conf > dd:last-child {
  margin-bottom: 2.5em;
}
@media screen and (min-width:600px) {
  .c-formDList--conf > dd:last-child {
    margin-bottom: 48px;
  }
}@media screen and (min-width:600px) {
  .c-formDList--conf > dd {
    border-bottom: none;
    padding-bottom: 0;
  }
}.c-formDListPolicyWrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.c-formDList__policy {
  width: 550px;
  height: 110px;
  border: 1px solid #c9c9c9;
  background: #fdfdfd;
  overflow: auto;
  overflow-scrolling: touch;
  margin-bottom: 1em;
  padding: 10px 15px;
  font-size: 1.4rem;
}
@media screen and (min-width:600px) {
  .c-formDList__policy {
    height: 160px;
    padding: 10px 15px;
  }
}.c-formDList__policy > p {
  margin-bottom: 1.3em;
}
.c-formDList__policy > ul {
  margin-bottom: 1.3em;
}
.c-gradation--type1 {
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(left,#ffa8a7 0,#fcf4ab 50%,#c2e9e8 100%);
  background-image:         linear-gradient(to right,#ffa8a7 0,#fcf4ab 50%,#c2e9e8 100%);
}
.c-gradation--type2 {
  width: 100%;
  height: auto;
  background-image: -webkit-linear-gradient(left,#ff5050 0,#f5e754 50%,#67c3f9 100%);
  background-image:         linear-gradient(to right,#ff5050 0,#f5e754 50%,#67c3f9 100%);
}
.c-idtList > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.c-idtList > li::before {
  content: '・';
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.c-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-blur {
  position: relative;
  -webkit-transition: .2s ease-out;
          transition: .2s ease-out;
  -webkit-filter: blur(0) grayscale(0);
          filter: blur(0) grayscale(0);
}
.c-blur.is-active {
  -webkit-filter: blur(4px) grayscale(.8);
          filter: blur(4px) grayscale(.8);
}
.c-mdl {
  opacity: 0;
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  text-align: center;
}
@-webkit-keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@-webkit-keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@keyframes modalFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}.c-mdl.is-show {
  -webkit-animation-name: modalFadeIn;
          animation-name: modalFadeIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1;
}
.c-mdl.is-hide {
  -webkit-animation-name: modalFadeOut;
          animation-name: modalFadeOut;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
}
.c-mdl.is-scroll {
  overflow: auto;
}
.c-mdl::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.c-mdl__cont {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
  font-size: 1.4rem;
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,.4);
}
@-webkit-keyframes modalIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@keyframes modalIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@-webkit-keyframes modalOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
}@keyframes modalOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }
}.c-mdl.is-show .c-mdl__cont {
  -webkit-animation-name: modalIn;
          animation-name: modalIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 1;
}
.c-mdl.is-hide .c-mdl__cont {
  -webkit-animation-name: modalOut;
          animation-name: modalOut;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
}
.c-mdl__header {
  font-size: 1.8rem;
  font-weight: 700;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 1em;
}
.c-mdl__header--prim {
  color: #fff;
  background-color: #17a4ce;
}
.c-mdl__header--agr {
  color: #fff;
  background-color: #0dac5b;
}
.c-mdl__header--warn {
  color: #fff;
  background-color: #f1a700;
}
.c-mdl__header--dang {
  color: #fff;
  background-color: #c9302c;
}
.c-mdl__header--dark {
  color: #fff;
  background-color: #333;
}
.c-mdl__header--def {
  color: #2b2b2b;
  background-color: #e2e2e2;
}
.c-mdl__desc {
  overflow: auto;
  max-height: 360px;
  padding: 1.2em;
}
.c-mdl__footer {
  text-align: right;
  background-color: #f4f4f4;
  border-top: 1px solid #c9c9c9;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: .8em;
}
.c-tbl {
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  border: 1px solid #2b2b2b;
  border-collapse: collapse;
}
.c-tbl > thead {
  border-bottom: 2px solid #999;
}
.c-tbl > thead th {
  background-color: #e8e8e8;
  border: 1px solid silver;
  padding: .5em 1em;
}
.c-tbl > tbody td {
  border: 1px solid silver;
  padding: .5em 1em;
}
.c-tbl--strp > tbody > tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.c-tbl > tbody > tr:hover {
  background-color: #f2f2f2;
}
.c-ttlWrap {
  max-width: 100%;
  margin: 0 auto 2em;
  text-align: center;
  position: relative;
}
@media screen and (min-width:600px) {
  .c-ttlWrap {
    margin: 0 auto 2.5em;
  }
}.c-ttlWrap::after {
  content: '';
  background-image: url(../img/top/icon-wave.svg);
  background-repeat: no-repeat;
  background-size: 42px 10px;
  display: inline-block;
  width: 42px;
  height: 10px;
  line-height: 1;
}
@media screen and (min-width:600px) {
  .c-ttlWrap::after {
    background-size: 70px 10px;
    width: 70px;
    height: 10px;
  }
}.c-ttlWrap--wh {
  color: #fff;
}
.c-ttlWrap--wh::after {
  background-image: url(../img/top/icon-wave-wh.svg);
}
.c-ttlWrap--lv2 {
  text-align: left;
}
.c-ttlWrap--lv2::after {
  background-size: 40px 4px;
  width: 40px;
  height: 4px;
  position: absolute;
  top: 15px;
  margin-left: 5px;
}
@media screen and (min-width:600px) {
  .c-ttlWrap--lv2::after {
    background-size: 50px 10px;
    margin-left: 15px;
    width: 50px;
    height: 10px;
  }
}.c-ttl {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
}
.c-ttl--lv2 {
  display: inline-block;
  font-size: 2.2rem;
  font-family: Poppins,sans-serif;
}
@media screen and (min-width:600px) {
  .c-ttl {
    font-size: 1.4rem;
  }
  .c-ttl--lv2 {
    display: inline-block;
    font-size: 2.8rem;
    font-family: Poppins,sans-serif;
  }
}.c-ttl__sub {
  display: block;
  font-size: 2.6rem;
  margin-top: .3em;
  margin-bottom: .3em;
  letter-spacing: 4.5px;
  font-family: Poppins,sans-serif;
}
.c-ttl__sub--lv2 {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-top: .6em;
}
@media screen and (min-width:600px) {
  .c-ttl__sub {
    font-size: 3.6rem;
    margin-top: .3em;
  }
  .c-ttl__sub--lv2 {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: .6em;
  }
}.p-topHero {
  position: relative;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  background: #000;
}
.p-topHero::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width:600px) {
  .p-topHero {
    width: 100%;
    min-width: 980px;
    min-height: 680px;
  }
}.p-topHero__inner {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  padding: 0 5%;
  z-index: 2;
}
@media screen and (min-width:600px) {
  .p-topHero__inner {
    width: 980px;
    margin: 0 auto;
    position: absolute;
    left: 100px;
  }
}.p-topHero__movie {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.p-topHero__movie.is-hidden {
  opacity: 0;
}
.p-topHeroHeading {
  color: #fff;
}
.p-topHeroHeading--pc > * {
  opacity: 0;
}
.p-topHeroHeading__txt1 {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .5em;
}
@media screen and (min-width:600px) {
  .p-topHeroHeading__txt1 {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: .5em;
  }
}.p-topHeroHeading__txt2 {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: .3em;
}
@media screen and (max-width:374px) {
  .p-topHeroHeading__txt2 {
    font-size: 2rem;
    margin-bottom: .6em;
  }
}@media screen and (min-width:600px) {
  .p-topHeroHeading__txt2 {
    display: block;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: .3em;
  }
}.p-topHeroHeading__txt3 {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 2em;
}
@media screen and (min-width:600px) {
  .p-topHeroHeading__txt3 {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 2em;
  }
}.p-topHeroHeading__txt4 {
  display: block;
  font-size: 1.2rem;
  position: relative;
  font-family: Poppins,sans-serif;
  font-style: italic;
}
.p-topHeroHeading__txt4::after {
  content: '';
  width: 98px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: -webkit-linear-gradient(left,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
  background-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
  background-repeat: no-repeat;
  margin-left: 28px;
}
@media screen and (min-width:600px) {
  .p-topHeroHeading__txt4 {
    display: block;
    font-size: 1.9rem;
    position: relative;
  }
  .p-topHeroHeading__txt4::after {
    width: 310px;
    height: 1px;
    margin-left: 14px;
  }
}.p-topHeroHeading__txt5 {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2em;
  font-family: Poppins,sans-serif;
  font-style: italic;
}
@media screen and (min-width:600px) {
  .p-topHeroHeading__txt5 {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 2em;
  }
}.p-aboutList {
  width: 100%;
  max-width: 600px;
  padding: 0 10%;
}
@media screen and (min-width:600px) {
  .p-aboutList {
    min-width: 980px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
}.p-aboutList__item {
  width: 100%;
  margin-bottom: 4.5em;
}
.p-aboutList__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:600px) {
  .p-aboutList__item {
    width: 280px;
    margin-bottom: 0;
  }
}.p-aboutList__img {
  border-radius: 4px;
}
.p-aboutList__ttl {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1.6em 0 1.4em;
}
@media screen and (min-width:600px) {
  .p-aboutList__ttl {
    font-size: 1.7rem;
  }
}.p-aboutList__desc {
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-point {
  overflow: hidden;
}
@media screen and (min-width:600px) {
  .p-point {
    min-width: 980px;
  }
}.p-pointSect {
  margin-bottom: 1.5em;
  padding: 0 5%;
}
.p-pointSect:last-of-type {
  margin-bottom: 3em;
}
@media screen and (min-width:600px) {
  .p-pointSect {
    padding: 0;
    overflow: hidden;
  }
}.p-pointSect__inner {
  background-image: -webkit-linear-gradient(left,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
  background-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
  background-repeat: no-repeat;
  padding: 2px;
  border-radius: 3px;
}
@media screen and (min-width:600px) and (max-width:960px) {
  .p-pointSect__inner {
    width: 960px;
  }
}@media screen and (min-width:600px) {
  .p-pointSect__inner {
    background-image: -webkit-linear-gradient(left,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
    background-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
    background-size: calc(50% + 482px) 100%;
    background-repeat: no-repeat;
    margin-bottom: 3em;
    padding: 2px 2px 2px 0;
    border-radius: 0;
    min-width: 980px;
  }
  .p-pointSect__inner--rev {
    background-position: right;
    padding: 2px 0 2px 2px;
  }
}.p-pointColWrap {
  background-image: url(../img/top/dan.jpg);
  background-size: calc(50% + 480px) 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width:600px) {
  .p-pointColWrap {
    background-image: url(../img/top/dan.jpg);
    background-size: calc(50% + 480px) 100%;
    background-repeat: no-repeat;
  }
  .p-pointColWrap--rev {
    background-position: right;
  }
}.p-pointCol__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width:600px) {
  .p-pointCol__inner {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    flex-direction: inherit;
    padding: 0 0 0 10px;
  }
  .p-pointCol__inner--rev {
    padding: 0;
  }
}.p-pointColL {
  -webkit-box-ordinal-group: 3;
  order: 2;
  padding: 0 5% 5%;
}
@media screen and (min-width:600px) {
  .p-pointColL {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 100px 55px 45px 0;
  }
  .p-pointColL--rev {
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 100px 0 45px 55px;
  }
}.p-pointColR {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center center;
}
.p-pointColR--img01 {
  background-image: url(../img/top/point-img1_sp.png);
}
.p-pointColR--img02 {
  background-image: url(../img/top/point-img2_sp.png);
}
.p-pointColR--img03 {
  background-image: url(../img/top/point-img3_sp.png);
}
@media screen and (min-width:600px) {
  .p-pointColR {
    width: 370px;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding-bottom: 0;
  }
  .p-pointColR--img01 {
    background-image: url(../img/top/point-img1.png);
  }
  .p-pointColR--img02 {
    background-image: url(../img/top/point-img2.png);
  }
  .p-pointColR--img03 {
    background-image: url(../img/top/point-img3.jpg);
  }
  .p-pointColR--rev {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}.p-pointCol__img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-point__ribbon {
  font-family: Poppins,sans-serif;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 28px;
  margin: 0;
  padding: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background: #3279bf;
}
@media screen and (min-width:600px) {
  .p-point__ribbon {
    width: 88px;
    height: 88px;
    left: 10px;
    top: 0;
    line-height: 88px;
    letter-spacing: 2px;
    font-size: 3.2rem;
  }
  .p-point__ribbon--rev {
    left: 424px;
  }
}.p-point__ribbon::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 0;
  width: 0;
  border-left: 30px solid #3279bf;
  border-right: 30px solid #3279bf;
  border-bottom: 10px solid transparent;
}
@media screen and (min-width:600px) {
  .p-point__ribbon::after {
    border-left: 44px solid #3279bf;
    border-right: 44px solid #3279bf;
  }
}.p-pointCol__ttl {
  font-size: 1.6rem;
  color: #3279bf;
  font-weight: 600;
  padding: 2em 0;
  text-align: center;
}
@media screen and (min-width:600px) {
  .p-pointCol__ttl {
    font-size: 2.2rem;
    padding: 1em 0;
    text-align: left;
  }
}.p-pointCol__desc {
  font-size: 1.4rem;
  font-weight: 300;
}
.p-pointSummary {
  width: 100%;
  background: url(../img/top/dan.jpg);
  background-size: cover;
  position: relative;
  padding: 26vw 5% 10vw;
}
@media screen and (min-width:600px) {
  .p-pointSummary {
    width: 100%;
    min-width: 980px;
    padding: 16vw 5% 8vw;
    overflow: hidden;
  }
}.p-pointSummary::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 8.4vw 50vw 0 50vw;
  z-index: 1;
}
@media screen and (min-width:600px) {
  .p-pointSummary::before {
    border-width: 8.4vw 50vw 0 50vw;
  }
}@media screen and (min-width:600px) and (max-width:980px) {
  .p-pointSummary::before {
    border-width: 82px 490px 0 490px;
  }
}@media screen and (min-width:600px) {
  .p-pointSummary__inner {
    margin: 0 auto;
  }
}.p-pointSummary__desc {
  padding: 3em 0;
  background: rgba(255,255,255,.7);
  text-align: center;
}
@media screen and (min-width:600px) {
  .p-pointSummary__desc {
    max-width: 960px;
    margin: 0 auto;
    padding: 55px 15px;
  }
}.p-pointSummary__desc > span {
  display: inline-block;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-linear-gradient(left,#fe4f4c 0,#f4e272 50%,#85d1cd 100%) 1/0 0 4px 0;
       -o-border-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%) 1/0 0 4px 0;
          border-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%) 1/0 0 4px 0;
  border-style: solid;
  font-size: 1.7rem;
  letter-spacing: 0;
  font-weight: 600;
  line-height: .6;
  margin-bottom: 20px;
}
@media screen and (max-width:374px) {
  .p-pointSummary__desc > span {
    font-size: 1.45rem;
  }
}@media screen and (min-width:600px) {
  .p-pointSummary__desc > span {
    display: inline-block;
    font-size: 2.4rem;
    line-height: .6;
    margin-bottom: 30px;
  }
}.p-pointSummary__desc > span:last-child {
  margin-bottom: 0;
}
.p-sample {
  padding: 0 5%;
}
@media screen and (min-width:600px) {
  .p-sample {
    padding: 4em 48px;
  }
}.p-sampleGradation {
  padding: 3px;
  border-radius: 3px;
}
.p-sample__inner {
  background: #fff;
  padding: 4em 5%;
}
@media screen and (min-width:600px) {
  .p-sample__inner {
    padding: 4em 48px;
  }
}.p-sampleList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width:600px) {
  .p-sampleList {
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: inherit;
  }
}.p-sampleList__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
@media screen and (min-width:600px) {
  .p-sampleList__item {
    width: 180px;
    margin-right: 21px;
  }
}.p-sampleList__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width:600px) {
  .p-sampleList__item:nth-child(2n) {
    margin-right: 21px;
  }
}@media screen and (min-width:600px) {
  .p-sampleList__item:last-child {
    margin-right: 0;
  }
}.lum-lightbox {
  z-index: 10;
  background: rgba(0,0,0,.9);
}
.lum-close-button {
  right: 15px;
  top: 20px;
  width: 47px;
  height: 47px;
}
@media screen and (min-width:600px) {
  .lum-close-button {
    right: 55px;
    top: 55px;
  }
}.lum-lightbox-inner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:600px) {
  .lum-lightbox-inner img {
    width: auto;
  }
}.lum-close-button {
  border: solid 2px #fff;
  border-radius: 24px;
}
.lum-close-button::after,
.lum-close-button::before {
  position: absolute;
  top: 5px;
  left: 20px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.p-func {
  background: url(../img/top/function-bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (min-width:600px) {
  .p-func {
    background: url(../img/top/function-bg_pc.png);
    background-size: cover;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    min-width: 980px;
  }
}.p-func::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.8);
}
.p-func::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(50,121,191,1);
}
@media screen and (min-width:600px) {
  .p-func::after {
    height: 254px;
  }
}.p-func__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:600px) {
  .p-func__inner {
    padding: 5em 0 0 0;
  }
}.p-funcTblWrap {
  background-image: -webkit-linear-gradient(left,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
  background-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%);
  margin-bottom: 4em;
  padding: 1px;
}
@media screen and (min-width:600px) {
  .p-funcTblWrap {
    width: 726px;
    margin: 0 auto 4em;
    padding: 1px 1px 0 1px;
  }
}@media screen and (min-width:600px) {
  .p-funcTbl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 724px;
    border-collapse: collapse;
  }
}.p-funcTbl__ttl {
  width: 100%;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1px;
  padding: 1em;
}
@media screen and (min-width:600px) {
  .p-funcTbl__ttl {
    font-weight: 600;
    text-align: left;
    width: 20%;
    margin-bottom: 1px;
  }
}.p-funcTbl__desc {
  width: 100%;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1em;
  margin-bottom: 1px;
}
.p-funcTbl__desc:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width:600px) {
  .p-funcTbl__desc {
    background: #fff;
    font-weight: 300;
    width: 80%;
  }
  .p-funcTbl__desc:last-of-type {
    margin-bottom: 1px;
  }
}@media screen and (min-width:600px) {
  .p-funcMovieWrap {
    width: 726px;
    margin: 0 auto;
  }
}.p-funcMovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-funcMovie > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-qa {
  padding: 5em 5%;
}
@media screen and (min-width:600px) {
  .p-qaList {
    width: 880px;
    margin: 0 auto;
  }
}.p-qaList__question {
  min-height: 64px;
  position: relative;
  display: -webkit-box;
  display: flex;
  padding: .8em 2em;
  font-size: 1.4rem;
}
@media screen and (min-width:600px) {
  .p-qaList__question {
    min-height: auto;
    -webkit-box-align: center;
    align-items: center;
    padding: 1.8em 3em;
  }
}.p-qaList__question::before {
  content: '';
  display: block;
  color: red;
  background: url(../img/top/icon-q.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1em;
  left: 0;
}
@media screen and (min-width:600px) {
  .p-qaList__question::before {
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}.p-qaList__question::after {
  content: '';
  display: block;
  background: url(../img/top/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: .8em;
  right: 0;
}
@media screen and (min-width:600px) {
  .p-qaList__question::after {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}.p-qaList__question.is-open::after {
  content: '';
  display: block;
  background-image: url(../img/top/icon-minus.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: .8em;
  right: 0;
}
@media screen and (min-width:600px) {
  .p-qaList__question.is-open::after {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}.p-qaList__answer {
  overflow: hidden;
  border-bottom-style: solid;
  -webkit-border-image: -webkit-linear-gradient(left,#fe4f4c 0,#f4e272 50%,#85d1cd 100%) 1/0 0 1px 0;
       -o-border-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%) 1/0 0 1px 0;
          border-image:         linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%) 1/0 0 1px 0;
}
.p-qaList__answer.is-closed {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.p-qaList__inner2 {
  padding: 0 1em 2em 2em;
}
@media screen and (min-width:600px) {
  .p-qaList__inner2 {
    padding: 0 1em 2em 3em;
  }
}_:-ms-lang(x)::-ms-backdrop,
.p-qaList__answer {
  overflow: hidden;
  border-bottom-style: solid;
  border-image: linear-gradient(to right,#fe4f4c 0,#f4e272 50%,#85d1cd 100%) 1/0 0 2px 0;
}
.p-companyService {
  padding: 5em 10%;
  color: #fff;
  background: url(../img/top/company-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (min-width:600px) {
  .p-companyService {
    min-width: 980px;
    padding: 5em 0;
  }
}.p-companyService::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(50,121,191,.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-companyService__inner {
  padding: 0 5%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:600px) {
  .p-companyService__inner {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }
}.p-companyService__fbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width:600px) {
  .p-companyService__fbox {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    flex-direction: inherit;
  }
}.p-companyService__img {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 2em;
}
.p-companyService__img > img {
  margin-bottom: 1em;
}
@media screen and (min-width:600px) {
  .p-companyService__img {
    width: 400px;
  }
}.p-companyService__post {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.p-companyService__name {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width:600px) {
  .p-companyService__name {
    font-size: 2.4rem;
  }
}.p-companyService__desc {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
}
.p-companyService__desc > p {
  margin-bottom: 2em;
}
.p-companyService__desc > p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:600px) {
  .p-companyService__desc {
    width: 510px;
  }
}.p-companyMap {
  background-image: url(../img/top/dan.jpg);
  background-repeat: repeat;
  background-size: cover;
  padding: 10%;
  z-index: 3;
}
@media screen and (min-width:600px) {
  .p-companyMap {
    min-width: 980px;
    padding: 5em 0;
  }
}@media screen and (min-width:600px) {
  .p-companyMapList {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}.p-companyMapList__item {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 3.5em;
}
.p-companyMapList__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:600px) {
  .p-companyMapList__item {
    width: 285px;
  }
}.p-companyMapList__gmap {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width:600px) {
  .p-companyMapList__gmap {
    width: 285px;
    background: #f1f1f1;
  }
}.p-companyMapList__ttl {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width:600px) {
  .p-companyMapList__ttl {
    font-size: 1.6rem;
  }
}.p-companyMapList__ttl::after {
  content: '';
  background-image: url(../img/top/icon-wave-thin.svg);
  background-repeat: no-repeat;
  background-size: 48px 10px;
  display: block;
  width: 58px;
  height: 10px;
  line-height: 1;
  margin-top: .3em;
  margin-bottom: .5em;
}
.p-companyMapList__zipcode {
  display: block;
}
.p-companyMapList__address {
  display: block;
}
.p-companyMapList__tel {
  display: block;
}
.p-contact {
  padding: 5em 5%;
}
.p-contactConfTxt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2em;
}
.p-contactConfTxt:last-of-type {
  margin-bottom: 4em;
}
@media screen and (min-width:600px) {
  .p-contactConfTxt {
    font-size: 1.6rem;
  }
}.p-contactFormWrap {
  width: 100%;
  padding: 2px;
}
@media screen and (min-width:600px) {
  .p-contactFormWrap {
    width: 880px;
    margin: 0 auto;
  }
}.p-contactForm {
  background: #fff;
  width: 100%;
  padding: 3em 5%;
}
@media screen and (min-width:600px) {
  .p-contactForm {
    padding: 70px 94px 50px;
  }
}.p-contactForm__agree {
  display: block;
  margin: 0 auto 3em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.p-contactForm__agree > label {
  display: inline-block;
  margin: 0 auto;
}
.p-contactForm__tel {
  text-align: center;
  margin-bottom: 2em;
}
.p-contactForm__telNote {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: .5em;
}
.p-contactForm__telNum {
  font-size: 1.3rem;
}
.p-contactForm__btn {
  margin: 0 auto;
}
.p-contactFormBtnGroup {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (min-width:600px) {
  .p-contactFormBtnGroup {
    margin-top: 1em;
  }
}.p-contactForm__backBtn {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.4rem;
  margin: 1.5em auto 0;
}
.p-contactForm__backBtn > button {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width:600px) {
  .p-contactForm__backBtn {
    margin: 2em auto 0;
  }
}.p-contactForm__backBtn::after,
.p-contactForm__backBtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-contactForm__backBtn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3279bf;
}
.p-contactForm__backBtn::after {
  content: '';
  display: block;
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.u-code {
  padding: .1em .2em;
  margin: 0 .1em;
  color: #d20000;
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.u-show--pc {
  display: block;
}
@media screen and (min-width:600px) {
  .u-show--pc {
    display: none;
  }
}.u-show--sp {
  display: none;
}
@media screen and (min-width:600px) {
  .u-show--sp {
    display: block;
  }
}.u-wid--** {
  width: 100%;
}
.u-txtC {
  text-align: center;
}
.u-txtR {
  text-align: right;
}
.u-txtL {
  text-align: left;
}
.u-vaMid {
  vertical-align: middle;
}
.u-hl {
  display: inline-block;
  background-color: #ffdb76;
  border-radius: 4px;
  padding: .2em .5em;
  margin: .5em 0;
}
