@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  height: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: #FFF;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 1.6rem;
    line-height: 2em;
    letter-spacing: 0.03em;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

ul, li {
  list-style: none;
}

a {
  color: #ff3f6b;
  text-decoration: none;
}
a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  border: 0px;
}

section {
  position: relative;
  z-index: 100;
}

.section-wrapper {
  padding: 8rem 14% 9rem;
}
@media screen and (max-width: 767px) {
  .section-wrapper {
    padding: 4rem 2.5rem 2.5rem;
  }
}

h2 {
  color: #52c2ee;
  font-size: 4.7vw;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3.5rem;
  }
}
h2 span {
  display: block;
  font-size: 1.1vw;
  font-weight: normal;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  br {
    display: none;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.gray {
  background: #f5f5f5;
}

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

/****************************************
1. General Setting
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  background-color: #fff;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  html {
    width: 99%;
    margin: 0 auto;
  }
}

img {
  vertical-align: text-bottom;
}

iframe {
  width: 100% !important;
}

a {
  text-decoration: none;
  color: #ff3f6b;
}

a:hover {
  color: #ffa4b9;
}

.clear {
  clear: both;
  line-height: 0;
}

border.bottom-rainbow {
  border-width: 0px;
  border-style: solid;
  background-image: url(../img/z_border_color.svg);
  height: 8px;
  width: 100%;
  display: block;
  vertical-align: top;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  border.bottom-rainbow {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

border.bottom00-rainbow {
  border-width: 0px;
  border-style: solid;
  background-image: url(../img/z_border_color.svg);
  height: 8px;
  width: 100%;
  display: block;
  vertical-align: top;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  border.bottom00-rainbow {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

border.bottom03-rainbow {
  border-width: 0px;
  border-style: solid;
  background-image: url(../img/z_border_color.svg);
  height: 8px;
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
  top: -4px;
  z-index: 9999999;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  border.bottom03-rainbow {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

border.rainbow {
  border-width: 0px;
  border-style: solid;
  background-image: url(../img/z_border_color.svg);
  height: 8px;
  width: 100%;
  display: block;
  margin: 55px 0;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  border.rainbow {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.to_contact {
  display: block;
  position: relative;
  background-color: #4aa3c4;
  padding: 80px 0 80px;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.to_contact .caption {
  width: 89.84375%;
  max-width: 1150px;
  margin: auto;
  text-align: center;
  padding: 0;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
}
.to_contact .caption p {
  color: #fff;
  font-weight: 900;
  font-size: 37px;
  border-bottom: 6px solid #fff;
  display: table;
  margin: 0 auto;
  line-height: 1.5;
  padding-bottom: 14px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.to_contact .caption h3 {
  font-size: 102px;
  text-shadow: 0px 0px 2px #B8B8B8;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.to_contact .caption a {
  background-color: #006898;
  color: #FFFFFF;
  font-size: 3.5vw;
  text-decoration: none;
  padding: 0;
  height: 100px;
  line-height: 98px;
  display: inline-block;
  margin: 25px 0 0 0;
  border-radius: 50px;
  min-width: 230px;
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .to_contact .caption a {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .to_contact .caption a {
    font-size: 5vw;
  }
}
@media screen and (max-width: 320px) {
  .to_contact .caption a {
    font-size: 5vw;
  }
}
.to_contact .caption .button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.to_contact .caption .button:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.to_contact .caption h3 a {
  font-size: 102px;
  text-shadow: 0px 0px 2px #B8B8B8;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  background-color: none;
  background: none;
}
@media screen and (max-width: 767px) {
  .to_contact .caption h3 a {
    font-size: 11.5vw;
    text-shadow: 0px 0px 2px #B8B8B8;
    color: #FFFFFF;
    line-height: 1.1;
    margin: 30px 0 15px 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    background-color: #006898;
    display: block;
    height: 100%;
    padding: 3vw 0;
  }
}

footer {
  background-color: #ff4b7e;
  padding: 55px 0 10px 0;
}
footer .foot_logo {
  width: 50%;
  display: block;
  text-align: center;
  margin: 0px auto 40px;
}
@media screen and (max-width: 767px) {
  footer .foot_logo {
    width: 85%;
  }
}
footer .overview {
  display: block;
  color: #fff;
  text-align: center;
}
footer small.copyrights {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Inconsolata", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.Breadcrumb ul {
  display: block;
  color: #ff99b0;
  line-height: 1;
  margin: 10px 0 0 0;
}
.Breadcrumb ul li {
  display: inline-block;
  font-weight: bold;
}
.Breadcrumb ul li a {
  line-height: 1.35;
  margin: 0 6px 0;
}
.Breadcrumb ul .last {
  color: #222222;
  font-weight: bold;
}
/*# sourceMappingURL=base_style.css.map */