@charset "UTF-8";
/********************/
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Hiragino Sans","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
  font: 16px "Kosugi", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #fff;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #0B3F57;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-inline-block {
  display: inline-block;
}

.u-text-bold {
  font-weight: bold;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #0B3F57;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spinner {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
  }
}

.dot1 {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background: url("../img/common/img_mouth.svg") no-repeat center center;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

/*!
component > btn
------------------------------
*/
/*!
component > title
------------------------------
*/
/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 92%;
  margin: auto;
}

.l-container-l {
  max-width: 1100px;
}

.l-container-m {
  max-width: 1000px;
}

.l-container-s {
  max-width: 860px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
.js-header {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: fv-opacity 1s both;
          animation: fv-opacity 1s both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  z-index: 100;
}

.header-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header-fixed {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 428px) {
  .header-fixed {
    font-size: 1.1rem;
  }
}

.header-fixed-btn {
  padding: 1em 1.25em;
  line-height: 1.2;
  margin-right: 0.75em;
  display: block;
  border-radius: 0 0 2px 10px;
}
.header-fixed-btn:first-child {
  background: #009DDB;
  background: -webkit-gradient(linear, left top, right top, from(#009FD1), to(#DD4C23));
  background: linear-gradient(to right, #009FD1 0%, #DD4C23 100%);
}
.header-fixed-btn:nth-child(2) {
  background: #7FBE26;
  background: -webkit-gradient(linear, left top, right top, from(#7FBE26), to(#009DDB));
  background: linear-gradient(to right, #7FBE26 0%, #009DDB 100%);
  margin-right: 0;
}
.header-fixed-btn:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0x;
  }
}

.footer-copy {
  text-align: center;
}
.footer-copy aside {
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer-copy aside {
    font-size: 1rem;
  }
}

/*!
page > top
------------------------------
*/
.top-fv {
  position: relative;
  height: 80vh;
}
@media screen and (min-width: 768px) {
  .top-fv {
    height: 100vh;
    min-height: 750px;
    margin: 0px auto;
  }
}
.top-fv .top-fv-inner {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-fv-logo {
  min-height: 66px;
  width: 32.3%;
  margin: 40px auto 45px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .top-fv-logo {
    width: 278px;
    min-height: 147px;
    margin: 95px auto 85px;
    padding-top: 0;
  }
}

.top-fv-block {
  width: 100%;
  max-width: 885px;
  min-height: 324px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 428px) {
  .top-fv-block {
    min-height: 140px;
  }
}

.top-fv-block-inner {
  margin-bottom: 50px;
}
.top-fv-block-inner .cls-6 {
  -webkit-animation: fv-opacity 2s both;
          animation: fv-opacity 2s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-fv-block-inner .cls-2 {
  -webkit-animation: fv-opacity 1.5s both;
          animation: fv-opacity 1.5s both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-fv-block-inner .cls-5, .top-fv-block-inner .cls-1, .top-fv-block-inner .cls-3 {
  -webkit-animation: fv-opacity 2s both;
          animation: fv-opacity 2s both;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.top-fv-block-inner .cls-4 {
  -webkit-animation: fv-opacity 1s both;
          animation: fv-opacity 1s both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.top-fv-block-inner .cls-3 {
  -webkit-animation: fv-opacity 2s both;
          animation: fv-opacity 2s both;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes fv-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fv-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-lead {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-lead {
    -webkit-animation: fv-opacity 1.5s both;
            animation: fv-opacity 1.5s both;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
.top-lead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #052D41;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .top-lead::before {
    height: calc(100% - 140px);
  }
}

.top-lead-inner {
  position: relative;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .top-lead-inner {
    margin: -30px auto 0;
  }
}
.top-lead-inner figure {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: -30px;
  padding-right: 5px;
  width: 52%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .top-lead-inner figure {
    position: relative;
    width: 66.4%;
    margin: 0 auto;
    padding-right: 0;
  }
}

.top-lead-article {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 100px 0;
  line-height: 2.5;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  text-shadow: 1px 0px 1px rgba(5, 45, 65, 0.5);
}
@media screen and (max-width: 1080px) {
  .top-lead-article {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-lead-article {
    font-size: 1.3rem;
    padding: 30px 0 40px;
    width: 86%;
  }
}

.top-lead-title {
  width: 60%;
  color: #FFF05B;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1080px) {
  .top-lead-title {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-lead-title {
    font-size: 2.6rem;
  }
}

.top-lead-text {
  max-width: 560px;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .top-lead-text {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-lead-text {
    text-align: left;
  }
}
.top-lead-text span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-lead-text span {
    display: inline;
  }
}

.top-world {
  max-width: 850px;
  width: 90%;
  margin: 120px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-world {
    margin: 90px auto;
  }
}
@media screen and (max-width: 428px) {
  .top-world {
    margin: 60px auto;
  }
}

.top-world-title {
  width: 97%;
  margin: 0 auto;
}

.top-world-text1 {
  font-size: 3rem;
  margin: 1.25em auto;
}
@media screen and (max-width: 768px) {
  .top-world-text1 {
    font-size: 1.7rem;
  }
}

.top-world-text2 {
  color: #FFF05B;
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  .top-world-text2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 428px) {
  .top-world-text2 {
    font-size: 2.4rem;
  }
}
.top-world-text2::before {
  content: "";
  width: 104%;
  height: 0.5em;
  left: -2%;
  bottom: 0.1em;
  background: #7FBE26;
  background: -webkit-gradient(linear, left top, right top, from(#7FBE26), to(#009DDB));
  background: linear-gradient(to right, #7FBE26 0%, #009DDB 100%);
  display: inline-block;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
.top-world-text2 br {
  display: none;
}
@media screen and (max-width: 428px) {
  .top-world-text2 br {
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .top-world-text2 span {
    display: inline-block;
    position: relative;
  }
  .top-world-text2 span::before {
    content: "";
    width: 104%;
    height: 0.4em;
    left: -2%;
    bottom: 0.1em;
    background: #7FBE26;
    background: -webkit-gradient(linear, left top, right top, from(#7FBE26), to(#009DDB));
    background: linear-gradient(to right, #7FBE26 0%, #009DDB 100%);
    display: inline-block;
    position: absolute;
    opacity: 0.9;
    z-index: -1;
  }
}

.top-system {
  padding: 0 0 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-system {
    padding: 0 0 60px;
  }
}

.top-system-img {
  margin: 0 auto 30px;
}

.top-system-content {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-system-content {
    display: block;
    margin: 0 auto 20px;
  }
}
.top-system-content .top-system-content-text {
  width: 40%;
  max-width: 440px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-system-content .top-system-content-text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top-system-content .top-system-content-text:first-child {
    margin-left: 5.5%;
  }
}
@media screen and (max-width: 768px) {
  .top-system-content .top-system-content-text:last-child {
    margin-right: 5.5%;
  }
}
.top-system-content .top-system-content-x {
  width: 5%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-system-content .top-system-content-x {
    width: 10%;
    margin: 20px auto;
  }
}

.top-system-title {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .top-system-title {
    margin: 0 auto 10px;
  }
}

.top-system-text {
  margin: 1em auto 3em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top-system-text {
    font-size: 1.1rem;
  }
}

.top-system-world {
  width: 70%;
  margin: auto;
}

.top-commu {
  /*margin: 0 auto 60px;
  @include g.maxmq(){
  	margin: 0 auto 30px;
  }*/
}
.top-commu::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #89c35f;
  background: -webkit-gradient(linear, left top, right top, from(#FAED00), color-stop(50%, #8CC55E), to(#89c35f));
  background: linear-gradient(to right, #FAED00 0%, #8CC55E 50%, #89c35f 100%);
  display: block;
}
@media screen and (max-width: 768px) {
  .top-commu::before {
    height: 4px;
  }
}

.top-commu-head {
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  padding: 1.25em 1em 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-commu-head {
    font-size: 1.6rem;
  }
}
.top-commu-head::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #99d5ea;
  background: -webkit-gradient(linear, left top, right top, from(#3386C8), to(#99d5ea));
  background: linear-gradient(to right, #3386C8 0%, #99d5ea 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-commu-head::before {
    height: 4px;
  }
}
.top-commu-head--inner {
  background: #DD4C23;
  background: -webkit-gradient(linear, left top, right top, from(#009FD1), color-stop(50%, #6EB944), to(#DD4C23));
  background: linear-gradient(to right, #009FD1 0%, #6EB944 50%, #DD4C23 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-commu-block {
  background: #00A8EA;
  background: -webkit-gradient(linear, left top, right top, from(#00A8EA), to(#81C0E9));
  background: linear-gradient(to right, #00A8EA 0%, #81C0E9 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 860px) {
  .top-commu-block {
    display: block;
  }
}
.top-commu-block:first-of-type::after {
  content: "";
  background: url("../img/top/txt_feature.svg") no-repeat right bottom;
  width: 30%;
  height: 100%;
  right: 0;
  bottom: -26px;
  display: block;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-commu-block:first-of-type::after {
    min-width: 120px;
    bottom: -12px;
  }
}
.top-commu-block:nth-of-type(2) {
  background: #88C35B;
  background: -webkit-gradient(linear, left top, right top, from(#C4D733), to(#88C35B));
  background: linear-gradient(to right, #C4D733 0%, #88C35B 100%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.top-commu-block:nth-of-type(2)::after {
  content: "";
  background: url("../img/top/txt_communication.svg") no-repeat right bottom;
  width: 60%;
  height: 100%;
  left: 0;
  bottom: -30px;
  display: block;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-commu-block:nth-of-type(2)::after {
    min-width: 200px;
    bottom: -15px;
  }
}
.top-commu-block:nth-of-type(2) .top-commu-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-commu-block:nth-of-type(2) .top-commu-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 5%;
  margin-right: 3%;
}
@media screen and (max-width: 860px) {
  .top-commu-block:nth-of-type(2) .top-commu-text {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-commu-block:nth-of-type(3) {
  background: #D6672D;
  background: -webkit-gradient(linear, left top, right top, from(#D6672D), to(#F2994A));
  background: linear-gradient(to right, #D6672D 0%, #F2994A 100%);
}
.top-commu-block .top-commu-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 860px) {
  .top-commu-block .top-commu-img {
    width: 96%;
    margin: auto;
  }
}
.top-commu-block .top-commu-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 42%;
  min-width: 470px;
  margin-left: 3%;
  margin-right: 5%;
  padding: 40px 0;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 860px) {
  .top-commu-block .top-commu-text {
    width: 86%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
  }
}

.top-commu-title {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 860px) {
  .top-commu-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-commu-title {
    font-size: 2rem;
  }
}
.top-commu-title--bg {
  color: #273E49;
  background-color: #fff;
  display: inline-block;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.15em;
}
.top-commu-title--small {
  color: #273E49;
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-commu-title--small {
    font-size: 1.2rem;
  }
}

.top-commu-opt {
  font-size: 2.8rem;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-commu-opt {
    font-size: 1.7rem;
  }
}

.top-commu-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.top-commu-dl dt {
  width: 100px;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .top-commu-dl dt {
    font-size: 1.5rem;
    width: 80px;
  }
}
.top-commu-dl dt img {
  width: 80%;
  margin: auto;
}
.top-commu-dl dd {
  width: calc(100% - 115px);
}
@media screen and (max-width: 768px) {
  .top-commu-dl dd {
    width: calc(100% - 95px);
  }
}

.top-commu-navy {
  color: #273E49;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
}
.top-commu-navy::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.top-commu-navy::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .top-commu-navy {
    font-size: 1.4rem;
  }
}
.top-commu-navy--small {
  font-size: 1.4rem;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  .top-commu-navy--small {
    font-size: 1rem;
  }
}

.top-forsearch {
  padding: 120px 0 90px;
  position: relative;
  color: #273E49;
  background-color: #F4F3F1;
}
@media screen and (max-width: 768px) {
  .top-forsearch {
    padding: 60px 0 45px;
  }
}
.top-forsearch::before {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #0B3F57;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-forsearch::before {
    height: 30px;
  }
}

.top-forsearch-title {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-forsearch-title {
    font-size: 2.4rem;
  }
}
.top-forsearch-title span {
  display: inline-block;
  background: #009DDB;
  background: -webkit-gradient(linear, left top, right top, from(#009FD1), to(#DD4C23));
  background: linear-gradient(to right, #009FD1 0%, #DD4C23 100%);
  padding: 0.5em 1em;
}

.top-reason-title {
  max-width: 822px;
  margin: 50px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 860px) {
  .top-reason-title {
    display: block;
    margin: 30px auto;
  }
}
.top-reason-title::before {
  content: "";
  width: 40%;
  height: 100%;
  background: url("../img/top/txt_reason.svg") no-repeat right top;
  position: absolute;
  top: 15%;
  right: 0;
}
@media screen and (max-width: 860px) {
  .top-reason-title::before {
    bottom: 0;
  }
}
.top-reason-title img {
  width: 396px;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .top-reason-title img {
    width: 60%;
  }
}
.top-reason-title span {
  font-size: 2.8rem;
  letter-spacing: 0.4em;
  margin-left: 0.7em;
  margin-top: 90px;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .top-reason-title span {
    margin-top: -40px;
    margin-left: 40%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-reason-title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 428px) {
  .top-reason-title span {
    font-size: 1.8rem;
    margin-top: -20px;
  }
}

.top-reason-lead {
  width: 94%;
  max-width: 900px;
  margin: 0 auto 2em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-reason-lead {
    text-align: left;
  }
}

.top-reason-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-reason-wrap .top-reason-item {
  width: 48%;
}
@media screen and (max-width: 860px) {
  .top-reason-wrap .top-reason-item {
    width: 100%;
  }
}
.top-reason-wrap .top-reason-item:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 860px) {
  .top-reason-wrap .top-reason-item:first-child {
    display: block;
  }
}
.top-reason-wrap .top-reason-item:first-child .top-reason-item-img {
  margin: 0;
  padding: 40px 0 0;
  width: 45%;
}
@media screen and (max-width: 860px) {
  .top-reason-wrap .top-reason-item:first-child .top-reason-item-img {
    width: 100%;
    padding: 0;
  }
}
.top-reason-wrap .top-reason-item:first-child .top-reason-item-text {
  padding: 50px 0;
  width: 50%;
}
@media screen and (max-width: 860px) {
  .top-reason-wrap .top-reason-item:first-child .top-reason-item-text {
    width: 100%;
    padding: 20px 0 0;
  }
}

.top-reason-item {
  background: #DD4C23;
  background: -webkit-gradient(linear, left top, right top, from(#009FD1), color-stop(50%, #6EB944), to(#DD4C23));
  background: linear-gradient(to right, #009FD1 0%, #6EB944 50%, #DD4C23 100%);
  border-radius: 5px;
  position: relative;
  margin-bottom: 40px;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .top-reason-item {
    border-radius: 8px;
  }
}
@media screen and (max-width: 860px) {
  .top-reason-item {
    padding: 7%;
    margin-bottom: 20px;
  }
}
.top-reason-item::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .top-reason-item::before {
    border-radius: 8px;
  }
}
.top-reason-item .top-reason-item-img {
  position: relative;
}
.top-reason-item .top-reason-item-text {
  position: relative;
}
.top-reason-item--support {
  color: #fff;
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #273E49;
}
@media screen and (max-width: 860px) {
  .top-reason-item--support {
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .top-reason-item--support {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.top-reason-item--support::before {
  background-color: #3F99D5;
}
.top-reason-item--support .top-reason-item-img {
  margin: 0;
  padding: 40px 0 0;
  width: 45%;
}
@media screen and (max-width: 860px) {
  .top-reason-item--support .top-reason-item-img {
    width: 100%;
    padding: 0;
  }
}
.top-reason-item--support .top-reason-item-text {
  padding: 50px 0;
  width: 50%;
}
@media screen and (max-width: 860px) {
  .top-reason-item--support .top-reason-item-text {
    width: 100%;
    padding: 20px 0 0;
  }
}
.top-reason-item--support .top-reason-item-text dt {
  color: #fff;
}
.top-reason-item--support .top-reason-item-text--small {
  color: #fff;
}
.top-reason-item--blue {
  color: #fff;
  background: #273E49;
}
.top-reason-item--blue::before {
  background-color: #3F99D5;
}
.top-reason-item--blue .top-reason-item-text dt {
  color: #fff;
}
.top-reason-item .top-reason-red {
  position: absolute;
  right: 0;
  bottom: -1em;
  width: 100%;
  font-size: 1.7rem;
  letter-spacing: 0.5em;
  line-height: 1.5;
  text-align: right;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-reason-item .top-reason-red {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 428px) {
  .top-reason-item .top-reason-red {
    bottom: -1.8em;
    right: -5%;
  }
}
.top-reason-item .top-reason-red--inner {
  color: #fff;
  background-color: #C30D23;
  display: inline-block;
  padding: 0.5em 1em;
  max-width: 90%;
}

.top-reason-item-text {
  padding-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .top-reason-item-text {
    padding-bottom: 0;
  }
}
.top-reason-item-text dt {
  color: #62AFE2;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .top-reason-item-text dt {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-reason-item-text dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .top-reason-item-text dt {
    font-size: 1.8rem;
  }
}
.top-reason-item-text dd {
  margin-top: 0.5em;
}
.top-reason-item-text--small {
  color: #273E49;
  font-size: 1.3rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-reason-item-text--small {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.top-reason-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  margin: 30px auto 20px;
}
@media screen and (max-width: 860px) {
  .top-reason-item-img {
    margin: 10px auto 20px;
  }
}
.top-reason-item-img--02 {
  max-width: 190px;
}
.top-reason-item-img--03 {
  max-width: 200px;
}
.top-reason-item-img--04 {
  max-width: 200px;
}
.top-reason-item-img--05 {
  max-width: 220px;
}

.top-flow {
  color: #273E49;
  background-color: #EEFAEB;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .top-flow {
    padding: 0 0 50px;
  }
}

.top-flow-head {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.4em;
  padding: 80px 0 60px;
  position: relative;
  background: url("../img/top/txt_flow.svg") no-repeat right center;
  background-size: 30%;
}
@media screen and (max-width: 768px) {
  .top-flow-head {
    font-size: 2.4rem;
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 428px) {
  .top-flow-head {
    font-size: 1.8rem;
  }
}

.top-flow-inner {
  position: relative;
}
.top-flow-inner::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 62px;
  height: calc(100% - 150px);
  background: #89C35F;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAED00), to(#89C35F));
  background: linear-gradient(#FAED00 0%, #89C35F 100%);
}

.top-flow-item {
  background: #DD4C23;
  background: -webkit-gradient(linear, left top, right top, from(#009FD1), color-stop(50%, #6EB944), to(#DD4C23));
  background: linear-gradient(to right, #009FD1 0%, #6EB944 50%, #DD4C23 100%);
  border-radius: 5px;
  position: relative;
  margin-bottom: 40px;
  padding: 40px 60px;
}
@media screen and (min-width: 768px) {
  .top-flow-item {
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .top-flow-item {
    padding: 7%;
    margin-bottom: 20px;
  }
}
.top-flow-item::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .top-flow-item::before {
    border-radius: 8px;
  }
}

.top-flow-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 428px) {
  .top-flow-item-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.top-flow-num {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -24px;
  left: -24px;
}
@media screen and (max-width: 768px) {
  .top-flow-num {
    width: 36px;
    height: 36px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 428px) {
  .top-flow-num {
    width: 24px;
    height: 24px;
    top: -6px;
    left: -6px;
  }
}

.top-flow-item-img {
  width: 15%;
}

.top-flow-text {
  width: 80%;
}
.top-flow-text dt {
  color: #95B35A;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-flow-text dt {
    font-size: 2rem;
  }
}
.top-flow-text dd {
  font-size: 1.5rem;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .top-flow-text dd {
    font-size: 1.2rem;
  }
}

.top-flow-gray {
  position: relative;
  font-size: 1.5rem;
  margin-top: 1.25em;
  background-color: #EEEEEF;
  text-align: center;
  padding: 0.25em 1em;
}
@media screen and (max-width: 768px) {
  .top-flow-gray {
    font-size: 1.2rem;
  }
}

.top-flow-cheering {
  font-size: 2.7rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .top-flow-cheering {
    font-size: 1.8rem;
  }
}

.top-example {
  color: #273E49;
  text-align: center;
  position: relative;
  background: url("../img/top/txt_example.svg") no-repeat left top #fff;
  background-size: 30%;
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .top-example {
    padding: 40px 0 60px;
    background-size: 50%;
  }
}
.top-example::after {
  content: "";
  width: 100%;
  height: 50px;
  background: #009DDB;
  background: -webkit-gradient(linear, right top, left top, from(#009FD1), to(#DD4C23));
  background: linear-gradient(to left, #009FD1 0%, #DD4C23 100%);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-example::after {
    height: 30px;
  }
}

.top-example-head {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.4em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .top-example-head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 428px) {
  .top-example-head {
    font-size: 1.8rem;
  }
}

.top-example-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-example-item {
  display: block;
  width: 30%;
}
.top-example-item figcaption {
  font-size: 2rem;
  margin: 1em auto 0;
}
@media screen and (max-width: 768px) {
  .top-example-item figcaption {
    font-size: 1.5rem;
  }
}

.top-support {
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .top-support {
    padding: 40px 0 60px;
    background-size: 50%;
  }
}
.top-support::after {
  content: "";
  width: 100%;
  height: 50px;
  background: #009DDB;
  background: -webkit-gradient(linear, right top, left top, from(#89C35F), color-stop(50%, #8CC55E), to(#FAED00));
  background: linear-gradient(to left, #89C35F 0%, #8CC55E 50%, #FAED00 100%);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-support::after {
    height: 30px;
  }
}

.top-support-head {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-support-head {
    font-size: 2.4rem;
  }
}
.top-support-head span {
  display: inline-block;
  background: #7FBE26;
  background: -webkit-gradient(linear, left top, right top, from(#7FBE26), to(#009DDB));
  background: linear-gradient(to right, #7FBE26 0%, #009DDB 100%);
  padding: 0.5em 1.5em;
}

.top-support-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto;
}
@media screen and (max-width: 428px) {
  .top-support-title1 {
    display: block;
    margin: 40px auto 50px;
  }
}
.top-support-title1 figure {
  width: 37%;
}
@media screen and (max-width: 428px) {
  .top-support-title1 figure {
    margin: 0 auto 20px 12%;
    width: 70%;
  }
}
.top-support-title1 .top-support-title-text {
  width: 58%;
}
@media screen and (max-width: 428px) {
  .top-support-title1 .top-support-title-text {
    width: 90%;
    margin: auto;
  }
}

.top-support-title2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -0.6em;
  text-align: center;
}
.top-support-title2 span {
  background-color: #3F99D5;
  display: inline-block;
  padding: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-support-title2 {
    font-size: 1.8rem;
  }
}

.top-support-text {
  color: #273E49;
  padding: 50px 0;
  margin: auto;
  max-width: 630px;
  width: 90%;
}
@media screen and (max-width: 428px) {
  .top-support-text {
    width: 86%;
    padding: 35px 0;
  }
}
.top-support-text dt {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
.top-support-text dt .top-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF05B));
  background: linear-gradient(transparent 60%, #FFF05B 60%);
}
@media screen and (max-width: 1080px) {
  .top-support-text dt {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-support-text dt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 428px) {
  .top-support-text dt {
    font-size: 2.2rem;
  }
}
.top-support-text dd {
  line-height: 2;
  letter-spacing: 0.12em;
}

.top-support-item {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .top-support-item {
    border-radius: 8px;
  }
}
.top-support-item .top-support-item-img {
  position: absolute;
  width: 275px;
  left: -85px;
  bottom: -20px;
}
@media screen and (max-width: 428px) {
  .top-support-item .top-support-item-img {
    left: -2%;
  }
}
.top-support-item .top-support-text {
  margin-left: 200px;
}
@media screen and (max-width: 428px) {
  .top-support-item .top-support-text {
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) {
  .top-support-item {
    padding: 0 20px 0 180px;
  }
  .top-support-item .top-support-text {
    margin-left: auto;
  }
}
@media screen and (max-width: 428px) {
  .top-support-item {
    padding: 0 0 160px;
  }
}
.top-support-item--02 .top-support-text {
  margin-right: 200px;
}
@media screen and (max-width: 1080px) {
  .top-support-item--02 {
    padding: 0 180px 0 20px;
  }
  .top-support-item--02 .top-support-text {
    margin-right: auto;
  }
}
@media screen and (max-width: 428px) {
  .top-support-item--02 {
    padding: 0 0 160px;
  }
}
.top-support-item--02 .top-support-item-img {
  left: auto;
  right: -100px;
  width: 250px;
}
@media screen and (max-width: 1080px) {
  .top-support-item--02 .top-support-item-img {
    right: -60px;
  }
}
@media screen and (max-width: 428px) {
  .top-support-item--02 .top-support-item-img {
    right: -3%;
  }
}
@media screen and (max-width: 428px) {
  .top-support-item--03 {
    padding: 0 0 130px;
  }
}
.top-support-item--03 .top-support-item-img {
  left: 5px;
  right: auto;
  bottom: 0;
  width: 180px;
}
@media screen and (max-width: 428px) {
  .top-support-item--03 .top-support-item-img {
    left: 20%;
  }
}

.top-forbusiness {
  color: #273E49;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (max-width: 860px) {
  .top-forbusiness {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 428px) {
  .top-forbusiness {
    padding: 30px 0 30px;
  }
}
.top-forbusiness .top-reason-title {
  margin: 0 auto 30px;
  color: #273E49;
}

.top-team {
  padding: 80px 0;
  background: #BBD42F;
  background: -webkit-gradient(linear, left bottom, left top, from(#A3CD5D), to(#BBD42F));
  background: linear-gradient(to top, #A3CD5D 0%, #BBD42F 100%);
}
@media screen and (max-width: 428px) {
  .top-team {
    padding: 40px 0;
  }
}

.top-team-lead {
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .top-team-lead {
    font-size: 1.4rem;
    margin-bottom: 1.75em;
  }
}

.top-team-block {
  color: #273E49;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .top-team-block {
    border-radius: 8px;
  }
}

.top-team-item {
  padding: 5%;
  border-bottom: 1px dotted #888;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .top-team-item {
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .top-team-item {
    padding: 25px 5%;
  }
}
.top-team-item:last-child {
  border-bottom: none;
  padding: 5% 5% 50px;
}
@media screen and (max-width: 428px) {
  .top-team-item:last-child {
    padding: 25px 5% 40px;
  }
}
.top-team-item:nth-child(2n) .top-team-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 47%;
}
@media screen and (max-width: 860px) {
  .top-team-item:nth-child(2n) .top-team-text {
    width: 100%;
  }
}
.top-team-item:nth-child(2n) .top-team-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 48%;
}
@media screen and (max-width: 860px) {
  .top-team-item:nth-child(2n) .top-team-img {
    width: 100%;
  }
}
.top-team-item .top-team-text {
  width: 45%;
}
@media screen and (max-width: 860px) {
  .top-team-item .top-team-text {
    width: 100%;
  }
}
.top-team-item .top-team-text dt {
  font-size: 3.1rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 860px) {
  .top-team-item .top-team-text dt {
    text-align: center;
  }
}
@media screen and (max-width: 428px) {
  .top-team-item .top-team-text dt {
    font-size: 1.9rem;
  }
}
.top-team-item .top-team-text dt span {
  color: #fff;
  background-color: #62AFE2;
  display: inline-block;
  padding: 0 0.2em;
}
.top-team-item .top-team-text .top-team-text-blue {
  color: #62AFE2;
  margin-top: 0.5em;
  font-size: 1.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 860px) {
  .top-team-item .top-team-text .top-team-text-blue {
    text-align: center;
  }
}
@media screen and (max-width: 428px) {
  .top-team-item .top-team-text .top-team-text-blue {
    font-size: 1.4rem;
  }
}
.top-team-item .top-team-img {
  width: 54%;
}
@media screen and (max-width: 860px) {
  .top-team-item .top-team-img {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
  }
}

.top-team-bottom {
  background: #DD4C23;
  background: -webkit-gradient(linear, left top, right top, from(#009FD1), color-stop(50%, #6EB944), to(#DD4C23));
  background: linear-gradient(to right, #009FD1 0%, #6EB944 50%, #DD4C23 100%);
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 2.1rem;
  font-weight: 500;
  border-radius: 80px;
  padding: 0.8em 1em;
  margin: -1em auto 0;
}
@media screen and (max-width: 768px) {
  .top-team-bottom {
    font-size: 1.5rem;
  }
}

.top-contact {
  color: #273E49;
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding: 50px 0;
  }
}

.top-contact-inner {
  padding: 0 2%;
  position: relative;
}
.top-contact-inner::before {
  content: "";
  width: 303px;
  height: 103px;
  position: absolute;
  right: 0;
  top: -26px;
  background: url("../img/top/txt_contact.svg") no-repeat center right;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-contact-inner::before {
    width: 60%;
    top: -35px;
  }
}
.top-contact-inner p {
  position: relative;
  z-index: 1;
}
.top-contact-inner a {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.top-contact-inner a:hover {
  border-color: #273E49;
}

.top-contact-title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #273E49;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-contact-title {
    font-size: 1.8rem;
  }
}

.top-contact-tel {
  margin-top: 1em;
  font-size: 2.2rem;
  background: url("../img/top/ico_tel.svg") no-repeat left center;
  background-size: 1.5em;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .top-contact-tel {
    font-size: 1.6rem;
  }
}

.top-contact-mail {
  margin-top: 0.25em;
  font-size: 2.2rem;
  background: url("../img/top/ico_mail.svg") no-repeat left center;
  background-size: 1.5em;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .top-contact-mail {
    font-size: 1.6rem;
  }
}

.top-gmap {
  width: 100%;
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.top-gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-gmap {
    position: relative;
    width: 100%;
    padding-top: 60%;
  }
  .top-gmap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

#profile {
  color: #273E49;
  background-color: #F4F3F1;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #profile {
    padding: 60px 0;
  }
}
#profile::before {
  position: absolute;
  z-index: 2;
  width: 700px;
  content: url("../img/top/txt_profile.svg");
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #profile::before {
    width: 70%;
  }
}
#profile .content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
#profile .content .prof_detail {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #profile .content .prof_detail {
    margin-bottom: 40px;
  }
}
#profile .content .prof_detail dl {
  border-bottom: 1px solid #0B3F57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #profile .content .prof_detail dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
#profile .content .prof_detail dl dt {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #profile .content .prof_detail dl dt {
    margin-bottom: 3px;
    font-size: 1.6rem;
    width: 100%;
  }
}
#profile .content .prof_detail dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #profile .content .prof_detail dl dd {
    width: 100%;
  }
}
#profile .content .acMenu {
  border: 1px solid #62AFE2;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
}
#profile .content .acMenu:last-child {
  margin-bottom: 0;
}
#profile .content .acMenu dt {
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 15px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
#profile .content .acMenu dt::after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "+";
  color: #0B3F57;
}
#profile .content .acMenu dt.open::after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "-";
  color: #0B3F57;
}
#profile .content .acMenu dt:hover {
  background-color: rgba(244, 243, 241, 0.5);
}
#profile .content .acMenu dt span {
  color: #0B3F57;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #profile .content .acMenu dt span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #profile .content .acMenu dt {
    line-height: 1.3;
  }
}
#profile .content .acMenu dd {
  display: none;
  padding: 60px 80px;
  border-top: 1px solid #62AFE2;
}
@media screen and (max-width: 768px) {
  #profile .content .acMenu dd {
    padding: 30px;
  }
}
#profile .content .acMenu dd .caution {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #profile .content .acMenu dd .caution {
    font-size: 1.3rem;
  }
}
#profile .content .acMenu dd h3 {
  margin: 25px 0 20px;
  font-weight: 600;
}
#profile .content .acMenu dd h3.head {
  color: #62AFE2;
}
#profile .content .acMenu dd b {
  font-weight: 600;
}
#profile .content .acMenu dd .para {
  margin-bottom: 20px;
}
#profile .content .acMenu dd .para-small {
  margin-bottom: 0.5em;
}
#profile .content .acMenu dd ul li {
  border-bottom: 1px solid #273E49;
  padding-bottom: 15px;
  margin-bottom: 5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#profile .content .acMenu dd ul li h5 {
  width: 280px;
}
@media screen and (max-width: 768px) {
  #profile .content .acMenu dd ul li h5 {
    width: 100%;
  }
}
#profile .content .acMenu dd ul li p {
  width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  #profile .content .acMenu dd ul li p {
    width: 100%;
  }
}
#profile .content .acMenu dd ul li h6 {
  font-size: 1.8rem;
  font-weight: 600;
  width: 280px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #profile .content .acMenu dd ul li h6 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#profile .tit h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  #profile .tit h2 {
    font-size: 3rem;
  }
}
#profile .tit h2 span {
  color: #9BCC6F;
  background: #7FBE26;
  background: -webkit-gradient(linear, left top, right top, from(#7FBE26), to(#009DDB));
  background: linear-gradient(to right, #7FBE26 0%, #009DDB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#profile .top-profile-title {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 428px) {
  #profile .top-profile-title {
    font-size: 1.6rem;
  }
}
#profile .top-profile-title span {
  color: #fff;
  background-color: #62AFE2;
  display: inline-block;
  padding: 0 0.2em;
}

.js-join {
  position: fixed;
  width: 100%;
  opacity: 0.9;
  z-index: 99;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.js-join .join-fixed {
  margin: 0 auto;
}
.js-join .join-fixed a {
  width: 200px;
  height: 200px;
  position: relative;
  bottom: -100px;
  background: #00A8EA;
  display: block;
  border-radius: 100000000px;
  text-align: center;
}
.js-join .join-fixed a:hover {
  background: #052D41;
  -webkit-transition: 0.2;
  transition: 0.2;
}
.js-join .join-fixed a span {
  color: #fff;
  position: relative;
  margin: 0 auto;
  bottom: -40px;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}