@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
}

/* font
--------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("Yu Mincho-Regular"); /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Bold"), local("Yu Mincho"); /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
html {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  html {
    font-size: 12px;
    line-height: 1.8em;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "HiraKakuProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  font-smoothing: antialiased;
  color: #000;
}

/*style
--------------------------------*/
a {
  text-decoration: none;
  font-weight: normal;
}

p {
  letter-spacing: 0.05em;
  text-justify: inter-ideograph;
  margin-bottom: 1.5em;
  line-height: 1.3;
  color: #808080;
}

.mincho {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.tx-right {
  margin-left: auto;
  text-align: right !important;
}

.tx-center {
  margin: 0 auto;
  text-align: center !important;
}

h1, h2 {
  font-weight: normal;
  text-align: center;
}

h3 {
  margin-bottom: 1.5em;
  line-height: 130%;
}

h4 {
  margin-bottom: 1.2em;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px !important; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.icon-large {
  font-size: 2em !important;
}

a {
  color: #03a5cc;
  text-decoration: underline;
}

.ac-area .ac-click, .ac-area .ac-click2 {
  cursor: pointer;
  position: relative;
}
.ac-area .ac-click .on, .ac-area .ac-click2 .on {
  display: none;
}
.ac-area .ac-click .off, .ac-area .ac-click2 .off {
  display: block;
}
.ac-area .ac-click.open, .ac-area .ac-click2.open {
  display: block;
}
.ac-area .ac-click.open .on, .ac-area .ac-click2.open .on {
  display: block;
}
.ac-area .ac-click.open .off, .ac-area .ac-click2.open .off {
  display: none;
}
.ac-area .content {
  display: none;
}

.plan4 {
  background-color: #afd2e9;
}
.plan4 .plan-area {
  background-color: #fff;
}
.plan4 .plan-area .ttl {
  display: block;
  width: 92%;
  margin: auto;
}
.plan4 .plan-area ul {
  width: 96%;
  margin: auto;
}
.plan4 .plan-area ul li {
  width: 94%;
  margin: 0 auto 0.5em;
}
.plan4 .plan-area p {
  width: 90%;
  margin: auto;
}
.plan4 .special {
  width: 96%;
  margin: auto;
}

.cta-area {
  background-color: #fff;
}
.cta-area a {
  display: block;
}

#fv .caution {
  display: block;
  padding: 2em;
}
#fv .caution .tag {
  display: block;
  right: 0.2em;
  top: 0.2em;
  font-size: 2em;
}
#fv .caution.close {
  display: none;
}

.fv-img p span {
  background-color: #ffff47;
}
.fv-img p small {
  letter-spacing: 0em;
  line-height: 1.3;
}

.fv-under {
  background-color: #3fa8f4;
}
.fv-under p {
  color: #fff;
  margin-bottom: 0;
}

.cont01 .movie video {
  width: 100%;
  height: auto;
}

.cont02 .img02 {
  width: 80%;
}
.cont02 .point ul li {
  border: 3px solid #3fa8f4;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
  margin-bottom: 6em;
}
.cont02 .point ul li h1 {
  position: relative;
}
.cont02 .point ul li h1 .tag {
  position: absolute;
  width: 25%;
  top: -4em;
  left: -2em;
}
@media screen and (max-width: 768px) {
  .cont02 .point ul li h1 .tag {
    top: -3em;
    left: -1em;
  }
}
.cont02 .point ul li.point01 .bg {
  margin-top: -3em;
  padding-top: 3em;
  background-color: #f1f9ff;
}
.cont02 .point ul li .foot-img img {
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
@media screen and (max-width: 768px) {
  .cont02 .point ul li .foot-img img {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }
}

.case {
  background-color: #e2f1fd;
}
.case ul li {
  background-color: #fff;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  padding: 2em 3em;
  margin-bottom: 4em;
}
.case ul li h2 {
  width: 70%;
  margin: -3em auto 2em;
}
.case .caution {
  padding: 2em;
  background-color: #fff;
  border-radius: 3em 2em;
}

.case-more {
  width: 90%;
  margin: auto;
  background-color: #3fa8f4;
  padding: 2em 3em;
  border-radius: 2em;
}
.case-more.drop-shadow {
  filter: drop-shadow(0px 0px 6px rgba(52, 52, 52, 0.6));
}

.cont04 {
  background-color: #e2f1fd;
}
.cont04 .img02 {
  background-color: #fff;
  text-align: center;
}
.cont04 .img02 img {
  width: 90%;
  margin: auto;
  margin-top: -3em;
}

.cont05 {
  margin-top: -2em;
  padding-bottom: 4em;
}
.cont05 .bg {
  background-color: #e2f1fd;
  text-align: center;
}
.cont05 .img06 {
  width: 90%;
  margin: auto;
}

.cont06 h2 {
  width: 40%;
  margin: auto;
}

.cont07 .bg {
  background-color: #d0ebeb;
  padding-top: 9em;
}
.cont07 h1 {
  width: 40%;
  margin: auto;
  margin-bottom: -5em;
}

.cont08 .img04 {
  width: 90%;
  margin: 0 auto 1em;
  display: block;
}
.cont08 .bg {
  margin-top: -6em;
  padding-top: 7em;
  padding-bottom: 8em;
  background-image: url("../images/08_bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .cont08 .bg {
    padding-bottom: 4em;
  }
}

.cont09 {
  background-color: #e2f1fd;
  margin-top: -7em;
}
.cont09 .plan4 {
  padding-top: 8em;
}
.cont09 .plan4 .head {
  display: block;
  width: 90%;
  margin: -2em auto 0;
}
.cont09 .plan4.type2 {
  background-color: #e2f1fd;
}
.cont09 .plan4 .plan-area {
  border: 3px solid #3fa8f4;
}
.cont09 .plan4 .plan-area ul {
  width: 100%;
  background-color: #3fa8f4;
}
.cont09 .plan4 .plan-area .bg {
  background-color: #3fa8f4;
}
.cont09 .plan4 .plan-area .bg small {
  color: #fff;
}
.cont09 .point {
  background-color: #e2f1fd;
}

.cont10 h1, .cont10 h2 {
  z-index: 10;
  margin-top: -2em;
}
.cont10 .point {
  position: relative;
  background-color: #3fa8f4;
}
.cont10 .point.point01 {
  margin-top: -2em;
  padding-bottom: 12em;
  z-index: 0;
}
.cont10 .point .img01 {
  width: 90%;
}
.cont10 .point .txt {
  width: 85%;
  margin: auto;
}
.cont10 .point.point02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10vw solid #fff; /* 三角を白にする */
  border-left: 100vw solid transparent;
}
.cont10 .point.point02 .img01 {
  margin-left: auto;
  display: block;
}
.cont10 h2 {
  margin-top: -6em;
}
.cont10 .slide-area {
  z-index: 10;
  overflow: hidden;
}
.cont10 .slide-area .inner {
  margin: 0 auto;
}
.cont10 .box {
  margin-top: -2em;
}

.cont12 .left {
  width: 90%;
  margin-right: auto;
}
.cont12 .right {
  width: 90%;
  margin-left: auto;
  display: block;
}
.cont12 .bg {
  background-color: #e2f1fd;
  margin-top: -2em;
  border-bottom-right-radius: 4em;
}
.cont12 .point h1 {
  width: 86%;
  margin: auto;
}
.cont12 .point .img01 {
  width: 90%;
  margin-left: auto;
  display: block;
}

.cont13 .cm {
  background-color: #d5ebfb;
  margin-top: 8em;
}
.cont13 h2 {
  width: 60%;
  margin: 0 auto -3.5em;
  position: relative;
  top: -5em;
}
@media screen and (max-width: 768px) {
  .cont13 h2 {
    top: -4em;
    margin-bottom: -2.5em;
  }
}

.faq .ac-area {
  background-color: #fff;
  border-radius: 6px;
  padding: 1.5em 1.5em 0;
}
.faq .ac-area dt {
  position: relative;
  padding-left: 4em;
  padding-right: 2em;
  padding-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.6;
  color: #333333;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .faq .ac-area dt {
    font-size: 1.2em;
    padding-left: 3em;
  }
}
.faq .ac-area dt:after {
  display: block;
  content: "";
  background-image: url("../images/faq-icn.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.faq .ac-area dt span {
  position: absolute;
  display: block;
  width: 3em;
  left: 0;
  top: 0em;
}
@media screen and (max-width: 768px) {
  .faq .ac-area dt span {
    width: 2em;
  }
}
.faq .ac-area dd {
  position: relative;
  padding-left: 6em;
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 1em;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .faq .ac-area dd {
    padding-left: 4em;
  }
}
.faq .ac-area dd span {
  font-size: 1.5em;
  position: absolute;
  display: block;
  width: 2.5em;
  left: 0;
  top: 0.5em;
}
@media screen and (max-width: 768px) {
  .faq .ac-area dd span {
    width: 1.8em;
  }
}
.faq p {
  width: 90%;
  margin: auto;
}

footer {
  background-color: #29aae1;
}
footer .logo {
  width: 40%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 60%;
  }
}
footer .copyright {
  display: block;
  font-size: 0.9em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 0.7em;
  }
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer .nav li {
  padding: 0 0.5em;
}

.slide-area {
  background-image: url("../images/slide-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -6em;
  padding-top: 5em;
  z-index: 0;
}
.slide-area .frame {
  width: 96%;
  margin: auto;
  top: 8em;
  left: 0;
  right: 0;
}

.slide .slick-slide {
  padding: 0 1em;
  opacity: 1;
  transition: 0.4s;
}
.slide .slick-slide p {
  position: relative;
  top: -9em;
  right: -4em;
  display: block;
}
@media screen and (max-width: 768px) {
  .slide .slick-slide p {
    top: -5em;
  }
}
.slide img {
  width: 100%;
  height: auto;
}
.slide .slick-center {
  transform: scale(1);
  opacity: 1;
}
.slide button.slick-next {
  position: absolute;
  top: 45%;
  right: 25%;
}
.slide button.slick-prev {
  position: absolute;
  top: 45%;
  left: 25%;
}

#case-list .slide-case li {
  padding: 0.5em 0 0;
  margin-bottom: 2em;
}
#case-list .slide-case li img {
  padding: 1em;
}
#case-list .slick-prev {
  left: -10px;
}
#case-list .slick-next {
  right: -10px;
}
#case-list .slick-dots li.slick-active button:before {
  color: #03a5cc;
  opacity: 0.75;
}

.slick-prev:before {
  font-family: "slick";
  font-size: 20;
  line-height: 1;
  color: #03a5cc !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
  font-family: "slick";
  font-size: 20;
  line-height: 1;
  color: #03a5cc !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Animation */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */