@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;
}

.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 {
  cursor: pointer;
  position: relative;
}
.ac-area .content {
  display: none;
}

.plan4 {
  background-color: #d9f1f5;
}
.plan4 .plan-area {
  background-color: #fff;
}
.plan4 .plan-area .ttl {
  display: block;
  width: 75%;
  margin: auto;
}
.plan4 .plan-area ul {
  width: 90%;
  margin: auto;
}
.plan4 .plan-area ul li {
  margin-bottom: 1.5em;
}
.plan4 .plan-area p {
  width: 90%;
  margin: auto;
}
.plan4 .plan-area .special {
  display: block;
  width: 80%;
  margin: auto;
}

.cta-area a {
  display: block;
}

.cont01 {
  background-color: #b9edf9;
}
.cont01 .ttl {
  background: linear-gradient(#fff 50%, #b9edf9 50%);
}

.cont02 .img01 {
  z-index: 10;
}

.cont03 .ttl {
  position: relative;
}
.cont03 .img01 {
  margin-top: -1em;
}
.cont03 .img02 {
  position: relative;
  display: block;
  margin-top: -10em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cont03 .img03 {
  margin-top: -7em;
}
.cont03 .img04 {
  margin-top: -1em;
}
.cont03 .case {
  background-image: url("../images/03_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cont03 .case ul {
  margin-top: -19em;
}
@media screen and (max-width: 768px) {
  .cont03 .case ul {
    margin-top: -12em;
  }
}
.cont03 .case p {
  width: 90%;
  margin: auto;
  color: #e43c62;
}
.cont03 .case-more {
  width: 90%;
  margin: auto;
  margin-top: -3em;
}
.cont03 .ac-area {
  margin-top: -5em;
}
.cont03 .ac-area dt {
  width: 90%;
  margin: auto;
}

.cont04 {
  background-image: url("../images/04_bg.jpg");
  background-position: top 7em center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cont04 .ttl {
  width: 80%;
  margin: auto;
}

.cont05 .ttl {
  position: relative;
  z-index: 10;
}
.cont05 .img02 {
  position: relative;
  z-index: 5;
  margin-top: -8em;
}
@media screen and (max-width: 768px) {
  .cont05 .img02 {
    margin-top: -6em;
  }
}
.cont05 .img03 {
  margin-top: -5em;
}
@media screen and (max-width: 768px) {
  .cont05 .img03 {
    margin-top: -3em;
  }
}
.cont05 .img04 {
  display: block;
  width: 90%;
  margin: auto;
}
.cont05 .img06 {
  margin-top: -12em;
}
@media screen and (max-width: 768px) {
  .cont05 .img06 {
    margin-top: -10em;
  }
}

.plan4-2 {
  background-image: url("../images/4plan2-bg.jpg");
  background-position: bottom 7em center;
  background-repeat: no-repeat;
  background-size: cover;
}
.plan4-2 h1 {
  width: 50%;
  margin: auto;
}
.plan4-2 .plan-area {
  border-left: 1px solid #e43c62;
  border-right: 1px solid #e43c62;
  border-bottom: 1px solid #e43c62;
}
.plan4-2 .plan-area p {
  width: 90%;
  margin: auto;
}

.plan-ex {
  background-image: url("../images/plan-ex-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10em;
  margin-top: -5em;
}
.plan-ex h1 {
  width: 30%;
  margin: auto;
}
.plan-ex .img {
  width: 96%;
}

.cont06 .img01, .cont06 .img03 {
  position: relative;
  margin-bottom: -3em;
}
.cont06 .img02 {
  margin-bottom: -3em;
}
.cont06 .img05 {
  margin-top: -4em;
}
@media screen and (max-width: 768px) {
  .cont06 .img05 {
    margin-top: -1em;
  }
}
.cont06 .img06 {
  margin-top: -8em;
}
.cont06 .point li {
  margin-bottom: 2em;
}
.cont06 .point li img {
  display: block;
}
.cont06 .point li .txt {
  width: 90%;
  margin: -2.5em auto 0;
  position: relative;
}
.cont06 .case {
  background-image: url("../images/03_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cont06 .case ul {
  /*margin-top: -19em;*/
}
.cont06 .case p {
  width: 90%;
  margin: auto;
  color: #e43c62;
}
.cont06 .ac-area {
  margin-top: -5em;
  /*		background-image: url("../images/03_bg.jpg");
  			background-repeat: no-repeat;
  			background-size: cover;*/
}
.cont06 .ac-area dt {
  width: 90%;
  margin: auto;
}

.cont07 {
  background-image: url("../images/07_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cont07 h1 {
  width: 90%;
  margin: auto;
}
.cont07 .inner {
  width: 80%;
}
.cont07 .img06 {
  position: relative;
  margin-bottom: -8em;
}
.cont07 .message {
  background-image: url("../images/07_message-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cont07 p {
  margin-bottom: 0;
}
.cont07.bg-b {
  background-image: none;
  background-color: #e6f5f7;
}

.faq {
  background-color: #f7f4e8;
}
.faq .ac-area {
  background-color: #fff;
  border-radius: 6px;
  padding: 1.5em;
  margin-bottom: 0.5em;
}
.faq .ac-area dt {
  position: relative;
  padding-left: 4em;
  padding-right: 2em;
  font-size: 1.5em;
  color: #03a5cc;
  font-weight: bold;
  line-height: 1.6;
}
@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: 45%;
  right: 0;
}
.faq .ac-area dt span {
  position: absolute;
  display: block;
  width: 2.5em;
  left: 0;
  top: 0em;
}
@media screen and (max-width: 768px) {
  .faq .ac-area dt span {
    width: 1.8em;
  }
}
.faq .ac-area dd {
  position: relative;
  padding-left: 6em;
  padding-top: 1em;
  margin-top: 1em;
  font-size: 1em;
  border-top: 1px solid #ccc;
  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 {
  margin-top: 10em;
}
.slide .slick-slide {
  padding: 0 1em;
  opacity: 1;
  transition: 0.4s;
}
.slide .slick-slide.slide-current {
  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 .slick-slide:not(.slick-current) {
  opacity: 0.2;
}
.slide .slick-slide:not(.slick-current) p {
  display: none;
}
.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);
  }
}
/* footer */
.top-menu-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-menu-sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99998;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */