@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
    "Yu Gothic Medium", "Roboto", "Hiragino Kaku Gothic ProN", meiryo,
    sans-serif;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff;
  overflow: hidden;
}
.en {
  font-family: "Open Sans", sans-serif;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
h1 {
  font-size: 62.5%;
}
.inviewfadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeIn {
  opacity: 1;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInUp {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.inviewfadeInLeft {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInLeft {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.inviewfadeInRight {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInRight {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.ul {
  letter-spacing: -0.4em;
}
.ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.hr {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0;
}
.relative {
  position: relative;
}
.link a {
  position: relative;
  text-decoration: none;
}
.link a::before {
  position: relative;
  text-decoration: none;
}
.link a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #5d76ac;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.link a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.header-inner {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px 30px;
}
.logo {
  width: 200px;
  height: auto;
  padding: 5px 0 0 0;
  float: left;
}
.header-nav {
  font-size: 1.4em;
  padding: 20px 0 0 10px;
  display: block;
  float: left;
}
.header-nav li {
  padding: 0 0 0 30px;
}
.header-nav a {
  color: #000;
}
.tel {
  width: 220px;
  height: auto;
  display: block;
  float: right;
}
.header-icon-wrap {
  margin: 12px 20px 0 0;
  display: block;
  float: right;
}
.header-icon {
  width: 30px;
  height: auto;
  float: left;
  margin: 0 15px 0 0;
}

/* top */
.top {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-txt-wrap {
  width: auto;
  height: auto;
  box-sizing: border-box;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  z-index: 20;
  padding: 80px 0 0 0;
}
.top-txt-1 {
  font-size: 3.8em;
  font-weight: bold;
  line-height: 44px;
  color: #fff;
  text-shadow: 1px 2px 3px #223774;
}
.top-txt-2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  padding: 20px 0 0 0;
  text-shadow: 1px 2px 3px #223774;
}
.scroll {
  width: 26px;
  height: auto;
  position: absolute;
  right: 30px;
  bottom: 35px;
  z-index: 20;
}

/* main */
#main {
  margin-top: -80px;
  padding-top: 80px;
}
.main {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
}
.main-inner {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 90px 0;
}
.title {
  font-size: 2.8em;
  letter-spacing: 0.05em;
}
.main-ul {
  width: 100%;
  height: auto;
  border-top: 1px solid #e2e2e2;
  margin: 30px auto 0 auto;
}
.main-ul li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.main-txt-wrap {
  width: 50%;
  height: auto;
  border-left: 3px solid #5d76ac;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  padding: 3px 0 3px 15px;
}
.main-txt-1 {
  font-size: 2.2em;
  letter-spacing: 0.05em;
  color: #000;
}
.main-txt-2 {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: #5d76ac;
  padding: 12px 0 0 0;
}
.main-img {
  width: 50%;
  height: auto;
  float: right;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  padding: 50px 0;
}
.footer-logo {
  width: 180px;
  height: auto;
  margin: 0 auto;
}
.footer-nav {
  font-size: 1.4em;
  text-align: center;
  border-top: none;
  letter-spacing: -0.4em;
  width: 100%;
  margin: 50px auto 0 auto;
}
.footer-nav li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  padding: 0 20px;
  border-bottom: none;
}
.footer-nav a {
  color: #000;
}
.footer-tel-txt-1-wrap {
  text-align: center;
  margin: 50px auto 0 auto;
}
.footer-tel-txt-1 {
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background: #5d76ac;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 15px;
}
.footer-tel {
  font-size: 2.2em;
  text-align: center;
  padding: 20px 0 0 0;
}
.footer-tel-txt-2 {
  font-size: 1.3em;
  text-align: center;
}
.footer-hr {
  width: 80px;
  border-top: 1px solid #e2e2e2;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 20px auto 23px auto;
}
.footer-copy {
  font-size: 1.2em;
  text-align: center;
  color: #707070;
  padding: 50px 0 0 0;
}
.footer-icon-wrap {
  width: 120px;
  margin: 50px auto 0 auto;
}
.footer-icon {
  width: 30px;
  height: auto;
  float: left;
  margin: 0 15px;
}

@media screen and (max-width: 1080px) {
  /* header */
  .logo {
    width: 200px;
    height: auto;
    padding: 0;
    float: none;
  }
  .header-nav {
    display: none;
    float: none;
  }
  .tel {
    display: none;
    float: none;
  }
  .header-icon-wrap {
    display: none;
    float: none;
  }
  /* main */
  .main-txt-1 {
    font-size: 1.9em;
  }
  .main-txt-2 {
    font-size: 1.3em;
    padding: 12px 0 0 0;
  }
}

@media screen and (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header-inner {
    padding: 20px 5%;
  }
  .logo {
    width: 150px;
    height: auto;
    padding: 0;
    float: none;
  }
  /* top */
  .top-txt-wrap {
    padding: 50px 0 0 0;
  }
  .top-txt-1 {
    font-size: 3.2em;
    line-height: 44px;
  }
  .top-txt-2 {
    font-size: 1.3em;
    line-height: 22px;
  }
  .scroll {
    right: 5%;
    bottom: 30px;
  }
  /* main */
  #main {
    margin-top: -60px;
    padding-top: 60px;
  }
  .main-inner {
    padding: 50px 0 50px 0;
  }
  .title {
    font-size: 2em;
  }
  .main-ul li {
    padding: 20px 0 20px 0;
  }
  .main-txt-wrap {
    border-left: 2px solid #5d76ac;
    left: 10px;
    padding: 3px 0 3px 15px;
  }
  .main-txt-1 {
    font-size: 1.5em;
  }
  .main-txt-2 {
    font-size: 1.2em;
    padding: 12px 0 0 0;
  }
  /* footer */
  .footer-logo {
    width: 150px;
  }
  .footer-nav {
    font-size: 1.3em;
    border-top: 1px solid #e2e2e2;
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .footer-nav li {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    display: block;
  }
  .footer-tel-txt-1-wrap {
    margin: 30px auto 0 auto;
  }
  .footer-tel-txt-1 {
    padding: 6px 15px;
  }
  .footer-hr {
    width: 60px;
  }
  .footer-icon-wrap {
    margin: 30px auto 0 auto;
  }
}
