@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "ヒラギノ明朝 ProN", serif;
  font-size: 16px;
  line-height: 1.6875;
  background: #fff;
  color: #333333;
}

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

ol, ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
}

.section {
  margin-top: 160px;
}

@media (max-width: 767px) {
  .section {
    margin-top: 96px;
  }
}

.section-title {
  font-size: 40px;
  color: #333333;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.section-title::after {
  display: block;
  content: "";
  background: #3EA1D1;
  width: 60px;
  height: 1px;
  margin: 16px auto 0;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-link {
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: .1em;
  display: inline-block;
  padding: 10.5px 53.5px;
  border: 1px solid #3EA1D1;
  color: #3EA1D1;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1200px) {
  .section-link:not(.-submit):hover {
    color: #fff;
    background: #3EA1D1;
  }
}

.section-link.-active {
  background: #3EA1D1;
  color: #fff;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header .drawer-hamburger-icon {
  background: #3EA1D1;
}

header .drawer-hamburger-icon::before, header .drawer-hamburger-icon::after {
  background: #3EA1D1;
}

.drawer--right .drawer-hamburger {
  right: 3px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header-inner {
    height: 60px;
  }
}

.header-logo {
  width: 120px;
}

.header-nav {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header-nav {
    top: 60px;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header-nav-list {
    top: 60px;
    background: #3EA1D1;
    display: block;
    padding: 24px 0;
  }
}

.header-nav-item + .header-nav-item {
  margin-left: 46px;
}

@media (max-width: 767px) {
  .header-nav-item + .header-nav-item {
    margin-left: 0;
  }
}

.header-nav-item-link {
  display: block;
  color: #333333;
  height: 70px;
  line-height: 70px;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-nav-item-link:hover {
  color: #3EA1D1;
}

@media (max-width: 767px) {
  .header-nav-item-link {
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
  .header-nav-item-link:hover {
    color: #fff;
  }
}

.main {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .main {
    margin-top: 60px;
  }
}

.top {
  position: relative;
}

.top-img {
  padding-top: 55%;
  background: url(../img/PC/top.png) top right/82.5% no-repeat;
}

@media (max-width: 767px) {
  .top-img {
    padding-top: 120%;
    background: url(../img/SP/top.png) center center/cover;
  }
}

.top-message {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  padding: 82px 44px 90px 0;
}

@media (max-width: 1279px) {
  .top-message {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #ffffff;
    padding: 82px 44px 90px 0;
  }
}

@media (max-width: 767px) {
  .top-message {
    left: 15px;
    top: calc(100% + 78px);
    padding: 40px 41px 0 0;
  }
}

.top-title {
  font-weight: bold;
  font-size: 26px;
}

.top-text {
  margin-top: 18px;
}

.concept {
  margin-top: 160px;
}

.concept-content {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .concept-content {
    display: block;
  }
}

.concept-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.concept-message {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-left: 6.6667%;
}

@media (max-width: 767px) {
  .concept-message {
    margin-left: 0;
  }
}

.concept-title {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .concept-title {
    margin-top: 40px;
  }
}

.concept-text {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .feature {
    max-width: 340px;
    margin: 96px auto;
  }
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .feature-list {
    display: block;
    margin-top: 48px;
  }
}

.feature-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.3333%;
          flex: 0 0 28.3333%;
}

@media (max-width: 767px) {
  .feature-item + .feature-item {
    margin-top: 49px;
  }
}

.feature-item-img {
  overflow: hidden;
}

.feature-item-img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.feature-item-link {
  display: block;
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
}

@media (min-width: 1200px) {
  .feature-item-link:hover .feature-item-img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.feature-item-body {
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 26.5px 12px;
}

.about {
  background: url(../img/PC/bg.png) no-repeat center center/cover;
  color: #fff;
  position: relative;
  padding: 120px 0;
}

.about::before {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.12);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .about {
    background: url(../img/SP/bg.png) center center/cover;
    padding: 182px 0 55px 0;
  }
}

.about-inner {
  position: relative;
}

.about-title {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .about-title {
    font-size: 20px;
  }
}

.about-text {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .about-text {
    font-size: 14px;
    line-height: 1.7143;
  }
}

.products {
  max-width: 940px;
  margin: 160px auto 0;
}

@media (max-width: 767px) {
  .products {
    margin-top: 96px;
    max-width: 340px;
    padding: 0 25px;
  }
}

.products-list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .products-list {
    display: block;
    margin-top: 48px;
  }
}

.products-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.6%;
          flex: 0 0 27.6%;
}

@media (max-width: 767px) {
  .products-item + .products-item {
    margin-top: 40px;
  }
}

.products-item-img {
  overflow: hidden;
}

.products-item-img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.products-item-link {
  display: block;
  color: #333333;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .products-item-link:hover .products-item-img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.products-item-body {
  margin-top: 22px;
}

.products-item-cost {
  color: #989898;
  margin-top: 10px;
}

.products-button {
  text-align: center;
  margin-top: 44px;
}

@media (max-width: 767px) {
  .products-button {
    margin-top: 42px;
  }
}

.news {
  max-width: 1040px;
  margin: 160px auto 0;
}

@media (max-width: 767px) {
  .news {
    margin-top: 96px;
    max-width: 340px;
  }
}

.news-content {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .news-content {
    margin-top: 48px;
  }
}

.news-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
}

.news-item + .news-item {
  padding-top: 22px;
}

.news-item-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

@media (min-width: 1200px) {
  .news-item-link:hover .news-item-img > img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}

@media (max-width: 767px) {
  .news-item-link {
    display: block;
  }
}

.news-item-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

.news-item-img {
  overflow: hidden;
  padding-top: 61.5385%;
  position: relative;
}

.news-item-img img {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-item-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .news-item-body {
    margin-left: 0;
    margin-top: 20px;
  }
}

.news-item-date {
  font-size: 14px;
}

.news-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .news-item-title {
    font-size: 16px;
  }
}

.news-item-text {
  font-size: 14px;
  color: #888888;
  margin-top: 16px;
  line-height: 1.7143;
}

.news-button {
  text-align: center;
  margin-top: 48px;
}

.concept2-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .concept2-content {
    display: block;
  }
}

.concept2-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.concept2-message {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-right: 6.6667%;
}

@media (max-width: 767px) {
  .concept2-message {
    margin-right: 0;
    margin-top: 40px;
  }
}

.concept2-title {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .concept2-title {
    font-size: 20px;
  }
}

.concept2-text {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .concept2-text {
    font-size: 14px;
    margin-top: 32px;
    line-height: 1.7143;
  }
}

.contact {
  margin-top: 225px;
  background: url(../img/PC/contact.png) no-repeat center center/cover;
  padding: 72px 40px 85px;
}

@media (max-width: 767px) {
  .contact {
    margin-top: 92px;
    padding: 56px 28px;
  }
}

.contact-title {
  color: #3EA1D1;
}

.contact-form {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .contact-form {
    margin-top: 26px;
  }
}

.contact-text {
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
}

.contact-accent {
  color: #E7728E;
  font-size: 16px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: .2em .5em;
  -webkit-box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  border-radius: 2px;
}

input[type="text"],
input[type="email"] {
  height: 40px;
}

textarea {
  min-height: 122px;
  resize: vertical;
}

.contact-list {
  max-width: 510px;
  margin: 18px auto 0;
}

@media (max-width: 767px) {
  .contact-list {
    max-width: 320px;
    margin: 28px auto 0;
  }
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-item + .contact-item {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .contact-item {
    display: block;
  }
}

.contact-item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background: rgba(62, 161, 209, 0.7);
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .contact-item-title {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 16px;
  }
}

.contact-item-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8px;
  border-style: solid;
  border-width: 20px 0 20px 8px;
  border-color: transparent transparent transparent rgba(62, 161, 209, 0.7);
}

@media (max-width: 767px) {
  .contact-item-title::after {
    display: none;
  }
}

.contact-required {
  font-size: 12px;
  color: #E7728E;
  vertical-align: super;
  line-height: 1;
}

@media (max-width: 767px) {
  .contact-required {
    font-size: 10px;
  }
}

.contact-item-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin-left: 18px;
}

@media (max-width: 767px) {
  .contact-item-input {
    margin-left: 0;
    margin-top: 3px;
  }
}

.contact-radio-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #fff;
  border-radius: 1px;
  -webkit-box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
}

.contact-radio {
  position: relative;
}

.contact-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact-radio-input:checked + .contact-radio-part {
  background: #3EA1D1;
  color: #fff;
  border-radius: 1px;
}

.contact-radio-input:focus + .contact-radio-part {
  outline: -webkit-focus-ring-color auto 5px;
}

.contact-radio-part {
  display: block;
  color: #3EA1D1;
  background: #fff;
  height: 38px;
  line-height: 38px;
  width: 80px;
  text-align: center;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

.contact-footer {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-footer {
    margin-top: 14px;
  }
}

.contact-privacy {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.contact-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact-privacy-input:checked + .contact-privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 5px;
}

.contact-privacy-input:focus + .contact-privacy-part {
  outline: -webkit-focus-ring-color auto 5px;
}

.contact-privacy-input:checked:focus + .contact-privacy-part {
  outline: none;
}

.contact-privacy-part {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #3EA1D1;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-privacy-link {
  color: #3ea1d1;
  text-decoration: underline;
}

.contact-footer-submit {
  margin-top: 46px;
}

@media (max-width: 767px) {
  .contact-footer-submit {
    margin-top: 24px;
  }
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}

.contact-message.-error {
  color: #f00;
}

footer {
  background: #F7F7F7;
  padding: 42px 40px 12px;
}

@media (max-width: 767px) {
  footer {
    padding: 36px 0 14px;
  }
}

.footer-logo {
  width: 120px;
  margin: 0 auto;
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .footer-nav-list {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}

.footer-nav-item + .footer-nav-item {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .footer-nav-item + .footer-nav-item {
    margin-left: 0;
  }
}

.footer-nav-item-link {
  font-size: 12px;
  color: #333333;
  display: block;
  padding: 1em 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-nav-item-link:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .footer-nav-item-link {
    padding: .3em 0;
  }
}

.footer-sns-list {
  text-align: center;
}

@media (max-width: 767px) {
  .footer-sns-list {
    margin-top: 14px;
  }
}

.footer-sns-item {
  display: inline-block;
}

.footer-sns-item + .footer-sns-item {
  margin-left: 10px;
}

.footer-sns-item-link {
  font-size: 24px;
  color: #3EA1D1;
  display: block;
  padding: .1em .5em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-sns-item-link:hover {
  opacity: 0.7;
}

.footer-copyright {
  font-size: 12px;
  color: #888888;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 5px;
  }
}
