@charset "UTF-8";
body {
  color: #000;
  font-size: 16px;
  background-color: #fff;
  padding-top: 87.5px;
  letter-spacing: 0.1em;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (min-width: 960px) {
  body {
    padding-top: 99px;
  }
}

a:hover, a:active, a:focus {
  color: #000;
}

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

/*-----------------------
visibility
-------------------------*/
.hidden {
  display: none !important;
}

@media (min-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hidden_s {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden_mm {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden_m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden_xl {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .visible_xs {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .visible_s {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible_mm {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .visible_m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .visible_l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .visible_xl {
    display: none !important;
  }
}
/*-----------------------
 margin
-------------------------*/
.com-mt-1em {
  margin-top: 1em;
}

/*-----------------------
section
-------------------------*/
.com-sec-01 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*-----------------------
 bg-color
-------------------------*/
.com-bg-blue {
  background-color: #e2f1f6;
}

/*-----------------------
 title
-------------------------*/
.com-tit-01 {
  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;
  text-align: center;
  font-weight: normal;
  line-height: 1.21;
  background-image: url(../images/bg-tit.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 113.6px;
  height: 89.6px;
  font-size: 15.8px;
}
@media (min-width: 640px) {
  .com-tit-01 {
    width: 142px;
    height: 112px;
    font-size: 19.75px;
  }
}
@media (max-width: 959px) {
  .com-tit-01 {
    margin-left: auto;
    margin-right: auto;
  }
}

/*-----------------------
 header
-------------------------*/
#header {
  background-color: rgba(125, 192, 213, 0.58);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 87.5px;
  padding-top: 19.2px;
  padding-bottom: 15.2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 960px) {
  #header {
    height: 99px;
    padding-top: 18px;
    padding-bottom: 37px;
  }
}
#header::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 17px;
  left: 0;
}

.header-wrapper {
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  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;
  padding-bottom: 11.2px;
}
@media (min-width: 640px) {
  .header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 14px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo img {
  width: 36.8px;
}
@media (min-width: 960px) {
  .header-logo img {
    width: 46px;
  }
}
.header-logo h1 {
  color: #000;
  font-size: 21.1px;
  margin-left: 8.8px;
}
@media (min-width: 960px) {
  .header-logo h1 {
    font-size: 26.48px;
    margin-left: 11px;
  }
}
.header-logo .small {
  font-size: 9.5px;
  letter-spacing: 0.2em;
  display: block;
}
@media (min-width: 960px) {
  .header-logo .small {
    font-size: 11.77px;
  }
}

.hamburger-menu {
  z-index: 200;
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  width: 30px;
}
.hamburger-menu span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background-color: #000;
}
.hamburger-menu span + span {
  margin-top: 5px;
}
.hamburger-menu.show span:first-child {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
.hamburger-menu.show span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.show span:last-child {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu li + li {
  margin-left: 1.6em;
}
@media (min-width: 960px) {
  .header-menu li + li {
    margin-left: 2em;
  }
}
.header-menu a {
  color: #000;
  display: block;
  font-weight: bold;
  padding-bottom: 0.3em;
  position: relative;
}
@media (max-width: 959px) {
  .header-menu a {
    font-size: 14px;
  }
}
.header-menu a::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*-----------------------
 .offcanvas
-------------------------*/
.offcanvas {
  background-color: #b4dae7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 26px 0;
  color: #000;
  width: 200px;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -200px;
  overflow-y: auto;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media (min-width: 480px) {
  .offcanvas {
    width: 50%;
    right: -50%;
  }
}
.offcanvas.show {
  right: 0;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.offcanvas a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 13px 15px 10px 0.3em;
  border-bottom: 1px solid #000;
  position: relative;
}
.offcanvas a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.offcanvas a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.offcanvas a:hover::after {
  width: 100%;
  opacity: 1;
}

/*-----------------------
 footer
-------------------------*/
#footer {
  background-color: #b4dae7;
  font-weight: bold;
  font-size: 11.2px;
  text-align: center;
  padding-top: 48.8px;
  padding-bottom: 50.4px;
}
@media (min-width: 960px) {
  #footer {
    font-size: 14px;
    padding-top: 61px;
    padding-bottom: 63px;
  }
}

/*-----------------------
 thanks
-------------------------*/
#thanks {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 65.6px;
  padding-bottom: 58px;
}
@media (min-width: 960px) {
  #thanks {
    padding-top: 82px;
    padding-bottom: 72.5px;
  }
}
#thanks h2 {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 960px) {
  #thanks h2 {
    font-size: 24px;
  }
}
#thanks p:last-child {
  margin-top: 1em;
}

/*-----------------------
 #home-01
-------------------------*/
#home-01 {
  background-image: url(../images/01_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 168px;
  padding-bottom: 213.5px;
}
@media (min-width: 480px) {
  #home-01 {
    padding-top: 192px;
    padding-bottom: 244px;
    font-size: 19.2px;
  }
}
@media (min-width: 960px) {
  #home-01 {
    padding-top: 240px;
    padding-bottom: 305px;
    font-size: 24px;
  }
}

.home-01-txt {
  text-align: center;
  font-weight: bold;
  font-size: 16.8px;
  line-height: 2;
}
@media (min-width: 480px) {
  .home-01-txt {
    font-size: 19.2px;
  }
}
@media (min-width: 960px) {
  .home-01-txt {
    font-size: 24px;
  }
}

/*-----------------------
 #home-02
-------------------------*/
#home-02 {
  padding-top: 85.4px;
  padding-bottom: 95.2px;
}
@media (min-width: 480px) {
  #home-02 {
    padding-top: 97.6px;
    padding-bottom: 108.8px;
  }
}
@media (min-width: 960px) {
  #home-02 {
    padding-top: 122px;
    padding-bottom: 136px;
  }
}

.home-02-txt {
  text-align: center;
  line-height: 1.87;
}
@media (max-width: 959px) {
  .home-02-txt {
    font-size: 12.8px;
  }
}

/*-----------------------
 #home-03
-------------------------*/
#home-03 {
  padding-top: 72px;
  padding-bottom: 74.4px;
}
@media (min-width: 960px) {
  #home-03 {
    padding-top: 90px;
    padding-bottom: 93px;
  }
}
#home-03 .com-sec-01 {
  max-width: 1000px;
}

.home-03-wrapper {
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .home-03-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 8.6%;
  }
}

.home-03-txt {
  max-width: 562px;
  font-size: 11.2px;
  line-height: 2.1;
  margin-top: 30px;
}
@media (min-width: 640px) {
  .home-03-txt {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .home-03-txt {
    margin-top: -10px;
  }
}
@media (max-width: 959px) {
  .home-03-txt {
    margin-left: auto;
    margin-right: auto;
  }
}

.home-03-list-wrapper {
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60.8px;
}
@media (min-width: 960px) {
  .home-03-list-wrapper {
    margin-top: 76px;
  }
}

.home-03-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -20px;
}
@media (min-width: 480px) {
  .home-03-list {
    margin-top: -39px;
    margin-left: -30px;
  }
}
@media (min-width: 640px) {
  .home-03-list {
    margin-left: -60px;
  }
}
.home-03-list li {
  padding-left: 15px;
  margin-top: 20px;
}
@media (min-width: 480px) {
  .home-03-list li {
    padding-left: 30px;
    margin-top: 39px;
  }
}
@media (min-width: 640px) {
  .home-03-list li {
    padding-left: 60px;
  }
}
.home-03-list li div {
  width: 134.8px;
  font-size: 11.2px;
  text-align: center;
}
@media (min-width: 480px) {
  .home-03-list li div {
    width: 168px;
    font-size: 14px;
  }
}
.home-03-list li div img {
  width: 132.8px;
}
@media (min-width: 480px) {
  .home-03-list li div img {
    width: 166px;
  }
}
.home-03-list li div span {
  margin-top: 15px;
  display: block;
  white-space: nowrap;
}

/*-----------------------
 #home-04
-------------------------*/
#home-04 {
  padding-top: 98.4px;
  padding-bottom: 112px;
}
@media (min-width: 960px) {
  #home-04 {
    padding-top: 123px;
    padding-bottom: 140px;
  }
}
#home-04 .com-sec-01 {
  max-width: 1000px;
}

.home-04-wrapper {
  max-width: 838px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .home-04-wrapper {
    margin-left: 8.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home-04-table {
  width: 582.34px;
  max-width: 100%;
}
@media (max-width: 959px) {
  .home-04-table {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-04-table div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 639px) {
  .home-04-table div {
    font-size: 12.8px;
  }
}
.home-04-table div + div {
  margin-top: 12px;
}
@media (min-width: 640px) {
  .home-04-table div + div {
    margin-top: 15px;
  }
}
.home-04-table dt {
  width: 30%;
  background-color: #7CAAC0;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 16px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 480px) {
  .home-04-table dt {
    width: 25.7%;
    padding: 16px 18px 15px;
  }
}
.home-04-table dd {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #C7E0E8;
  border-radius: 0 10px 10px 0;
  border-left: 2px solid #fff;
  padding: 16px 8px 17px;
}
@media (min-width: 480px) {
  .home-04-table dd {
    width: 74.3%;
    padding: 16px 15px 17px;
  }
}

/*-----------------------
 #home-05
-------------------------*/
#home-05 {
  padding-top: 80.8px;
  padding-bottom: 78.4px;
}
@media (min-width: 960px) {
  #home-05 {
    padding-top: 101px;
    padding-bottom: 98px;
  }
}
#home-05 .com-sec-01 {
  max-width: 1000px;
}

.home-05-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .home-05-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 8.6%;
  }
}
.home-05-wrapper .google-map-wrapper {
  max-width: 100%;
  width: 674px;
}
@media (max-width: 959px) {
  .home-05-wrapper .google-map-wrapper {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-05-wrapper .google-map {
  width: 100%;
  position: relative;
  padding-top: 49.5%;
}
@media (max-width: 959px) {
  .home-05-wrapper .google-map {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .home-05-wrapper .google-map {
    padding-top: 100%;
  }
}
.home-05-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-moz-document url-prefix() {
  .google-map-img {
    display: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .google-map-img {
    display: none;
  }
}
::-webkit-full-page-media, :future, :root .google-map-img {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .google-map {
    display: none;
  }
  .google-map-img {
    display: block;
  }
}
/*-----------------------
 #home-06
-------------------------*/
#home-06 {
  padding-top: 100.8px;
  padding-bottom: 116px;
}
@media (min-width: 960px) {
  #home-06 {
    padding-top: 126px;
    padding-bottom: 145px;
  }
}
#home-06 .com-sec-01 {
  max-width: 1000px;
}

.contact-form-inner {
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .contact-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 8.6%;
  }
}

.form-wrapper {
  width: 100%;
  max-width: 461px;
}
@media (max-width: 959px) {
  .form-wrapper {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-wrapper dt {
  padding-left: 2em;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .form-wrapper dt {
    font-size: 14px;
  }
}
.form-wrapper dt.required {
  position: relative;
}
.form-wrapper dt.required::before {
  content: "※";
  color: #C40000;
  font-size: 11.2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 480px) {
  .form-wrapper dt.required::before {
    font-size: 14px;
  }
}
.form-wrapper dd {
  padding-left: 2em;
}
.form-wrapper dd + dt {
  margin-top: 17px;
}
.form-wrapper input[type=text], .form-wrapper input[type=email], .form-wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0.2em 1em;
  font-size: 16px;
}
.form-wrapper input[type=text], .form-wrapper input[type=email] {
  height: 36.16px;
}
.form-wrapper textarea {
  padding: 1em;
  height: 171.86px;
}

.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #8ABBD3;
  border-radius: 10px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  width: 341.6px;
  height: 62.4px;
  margin-top: 63.2px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 640px) {
  .form-btn {
    width: 427px;
    height: 78px;
    margin-top: 79px;
  }
}
.form-btn::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -63px;
  z-index: -1;
  border-right: 63px solid transparent;
  border-bottom: 63px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (min-width: 640px) {
  .form-btn::before {
    right: -78px;
    border-right: 78px solid transparent;
    border-bottom: 78px solid rgba(255, 255, 255, 0.2);
  }
}
.form-btn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.form-btn .small {
  letter-spacing: 0;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 0.2em;
}
@media (min-width: 640px) {
  .form-btn .small {
    font-size: 12px;
  }
}

.home-06-list-wrapper {
  height: 175.3px;
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 63.2px;
  border: 1px solid #000;
  padding: 16.8px 49.6px 16.8px 19.2px;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .home-06-list-wrapper {
    margin-top: 79px;
    padding: 21px 62px 21px 24px;
  }
}
@media (min-width: 480px) {
  .home-06-list-wrapper {
    font-size: 12px;
  }
}

.home-06-list > li + li {
  margin-top: 0.8em;
}
.home-06-list h4 {
  color: #5D93AD;
  font-weight: bold;
  font-size: 12.8px;
  line-height: 2.1;
}
@media (min-width: 480px) {
  .home-06-list h4 {
    font-size: 14px;
  }
}

#home-06 .simplebar-scrollbar::before {
  background-color: #5D93AD;
  border: 1px solid #000;
  width: 100%;
  height: 28.84px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
#home-06 .simplebar-scrollbar.simplebar-visible {
  height: 28.84px !important;
}
#home-06 .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
#home-06 .simplebar-track {
  height: 142px;
  background-color: #B4DAE7;
  border-left: 1px solid #080103;
  width: 14.98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  overflow: visible;
  top: 15.9px;
}
#home-06 .simplebar-track:before, #home-06 .simplebar-track::after {
  content: "▲";
  color: #5D93AD;
  font-size: 12px;
  height: 15.8px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #B4DAE7;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  right: -1px;
}
@media (min-width: 640px) {
  #home-06 .simplebar-track:before, #home-06 .simplebar-track::after {
    padding-top: 0.1em;
  }
}
#home-06 .simplebar-track::before {
  top: -15.9px;
}
#home-06 .simplebar-track::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  bottom: -15.6px;
}