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

p {
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

video {
  width: 100%;
}

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul, nav, li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ここまでリセット */
/* js */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

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

.fadein2 {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
  width: 100%;
  margin: 0 auto;
}

.fadein2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  width: 100%;
}

/* js */
.max-width {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

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

.max-width2 {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

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

.mt40 {
  margin-top: 8%;
}

.sp-img {
  display: block;
}

.pc-img {
  display: none;
}

@media (min-width: 767px) {
  .max-width {
    max-width: 1500px;
    margin: 0 auto;
  }
  .max-width2 {
    max-width: 1040px;
    margin: 0 auto;
  }
  .sp-img {
    display: none;
  }
  .pc-img {
    display: block;
  }
}

.tellink {
  position: absolute;
  width: 92%;
  margin-left: -46%;
  margin-right: auto;
  height: 25vw;
  display: block;
  z-index: 1;
  top: 19%;
  left: 50%;
}

.tellink2 {
  top: 20%;
  left: 50%;
}

.tellink3 {
  position: absolute;
  width: 92%;
  margin-left: -46%;
  margin-right: auto;
  height: 32vw;
  display: block;
  z-index: 1;
  top: 45%;
  left: 50%;
}

.tellink4 {
  position: absolute;
  width: 92%;
  margin-left: -46%;
  margin-right: auto;
  height: 30vw;
  display: block;
  z-index: 1;
  top: 43.5%;
  left: 50%;
}

.tel-time {
  color: #000;
  font-size: 25px;
  font-size: 3vw;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.tel-time span {
  color: #F93103;
}

.tel-time-position-kv1 {
  top: 1.9%;
  left: 1%;
  font-size: 3.5vw;
}

.tel-time-position-kv2 {
  top: 59.3%;
  left: 0;
}

.tel-time-position-kv2-5 {
  top: 49.2%;
  left: -1.2%;
}

.tel-time-position1 {
  top: 31.9%;
  left: 0;
}

.tel-time-position2 {
  top: 38%;
  left: 0;
}

@media (min-width: 767px) {
  .tellink {
    width: 70%;
    margin-left: -35%;
    height: 41%;
    top: 4%;
    z-index: 1;
    left: 50%;
  }
  .tellink3 {
    display: none;
  }
  .tel-time-position-kv2-5 {
    display: none;
  }
  .tel-time {
    font-size: 1.1vw;
    text-align: left;
  }
  .tel-time-position-kv1 {
    top: 4.5%;
    left: 17.5%;
    font-size: 1.1vw;
    text-align: left;
  }
  .tel-time-position1 {
    top: 69.5%;
    left: 20.5%;
  }
  .tel-time-position3 {
    top: 75.5%;
    left: 20.5%;
  }
  .tel-time-position2 {
    top: 69.5%;
    left: 20.5%;
  }
  .tel-time-position-kv1-sanyou {
    left: 20.5%;
  }
  .tel-time-position3-sanyou {
    left: 23.5%;
  }
  .tel-time-position2-sanyou {
    left: 24%;
  }
}

@media (min-width: 1500px) {
  .tel-time {
    font-size: 16px;
  }
  .tel-time-position-kv1 {
    font-size: 16px;
    top: 4.4%;
    left: 18.2%;
  }
  .tel-time-position1 {
    top: 69%;
    left: 23%;
  }
  .tel-time-position2 {
    top: 69%;
    left: 23%;
  }
  .tel-time-position-kv1-sanyou {
    left: 20.8%;
  }
  .tel-time-position3-sanyou {
    left: 24.5%;
  }
  .tel-time-position2-sanyou {
    top: 70%;
    left: 24.6%;
  }
}

img, object, embed, video {
  max-width: 100%;
  height: auto;
  width: auto;
  top: auto;
  left: auto;
  margin: 0px;
  padding: 0px;
}

.company-tb {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  border: thin solid #000000;
  border-collapse: collapse;
}

.company-tb th {
  width: 30%;
  font-size: 100%;
  font-size: 85%;
  text-align: left;
  font-weight: bold;
  background-color: #E8EEF9;
  border-bottom: thin solid #000000;
  padding: 0.5em;
}

.company-tb td {
  border-bottom: thin solid #000000;
  padding: 1em;
  font-size: 85%;
}

.map {
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  width: 92%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.map iframe, .map object, .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copy {
  margin-top: 3%;
  text-align: center;
  font-size: 70%;
}

.company-box_heading {
  width: 59%;
  margin: 0 auto 5% auto;
  padding-top: 50px;
}

@media screen and (min-width: 767px) {
  .company-box {
    padding: 0 20px;
  }
  .company-box_heading {
    width: 300px;
    margin: 0 auto 3% auto;
    padding-top: 50px;
  }
  .company-tb th {
    width: 20%;
  }
}

#contact-form {
  background-color: #EAF6FE;
  padding: 50px 0;
}

#contact-form h2 {
  width: 82%;
  margin: 0 auto 5% auto;
}

#contact-form form {
  width: 92%;
  margin: 0 auto;
}

#contact-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px;
}

#contact-form .hissu {
  color: #EB0002;
  padding: 0.5em 1em;
  font-size: 80%;
  margin-left: 1em;
  margin-bottom: 0.5em;
  border-radius: 6px;
  position: relative;
  top: -2px;
}

#contact-form dt {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}

#contact-form dd {
  display: block;
  width: 100%;
  margin: 0px 0px 4px;
  padding: 0px;
}

#contact-form input {
  padding: 1em;
  width: 100%;
  font-size: 110%;
  border: none;
  background-color: #FFFFFF;
  border-radius: 6px;
}

#contact-form textarea {
  height: 200px;
  width: 100%;
  font-size: 110%;
  border: none;
  padding: 10px;
  background-color: #FFFFFF;
  color: #666666;
}

#contact-form .radio-input {
  display: none;
}

#contact-form .radio-input + label {
  padding: 0.5em 1em 0.5em 40px;
  position: relative;
  margin-right: 20px;
  display: block;
  border: none;
  margin-bottom: 10px;
  border-radius: 6px;
  width: 99%;
  color: #000000;
}

#contact-form .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  margin-top: 0.8em;
  margin-left: 1em;
  margin-bottom: 0.8em;
  background-color: white;
}

#contact-form .radio-input:checked + label {
  color: #275CD2;
}

#contact-form .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background-color: #275CD2;
  border-radius: 50%;
  margin: 0.8em 1em;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

#contact-form .send {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3091EA), color-stop(50%, #2C86E8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #3091EA 50%, #2C86E8 50%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border-style: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 110%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.bg-shadow {
  -webkit-box-shadow: #707070 2px 2px 12px -1px;
          box-shadow: #707070 2px 2px 12px -1px;
}

@media screen and (min-width: 767px) {
  #contact-form {
    padding: 50px 0;
  }
  #contact-form h2 {
    width: 353px;
    margin: 0 auto 3% auto;
  }
  #contact-form .send {
    width: 360px;
  }
}

@media screen and (min-width: 767px) {
  .pc-contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5%;
  }
  .pc-contact-left {
    width: 48%;
  }
  .pc-contact-right {
    width: 48%;
  }
}

.cont-thanks {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0em;
  padding-bottom: 2em;
}

.cont-thanks h3 {
  margin-top: 0em;
  margin-bottom: 1em;
  color: white;
  font-size: 200%;
  padding: 2% 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #326cd8;
}

.cont-thanks p {
  padding: 2em;
}

.thanks-tel {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.back-btn {
  margin-left: auto;
  margin-right: auto;
  background-color: #326cd8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  display: block;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #326cd8;
  color: white !important;
  font-weight: bold;
}

.back-btn:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=base.css.map */