@charset "UTF-8";
/*===================================
カラー
===================================*/
/*===================================
共通クラス
===================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

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

img {
  width: 100%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.section {
  margin-top: 160px;
}

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

.section__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 30px;
  }
}

.section__title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #3EA1D1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

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

.more__link a {
  display: inline-block;
  font-size: 14px;
  color: #3EA1D1;
  border: 1px solid #3EA1D1;
  width: 157px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.more__link a:hover {
  background: #3EA1D1;
  color: #fff;
}

/*===================================
ヘッダー
===================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

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

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

@media screen and (max-width: 767px) {
  .header__inner {
    height: 60px;
  }
}

.header__logo {
  width: 120px;
}

.header__nav {
  margin-left: auto;
}

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

@media screen and (max-width: 767px) {
  .header__nav__list {
    display: block;
    margin-top: 20px;
  }
}

.header__nav__item + .header__nav__item {
  margin-left: 46px;
}

@media screen and (max-width: 767px) {
  .header__nav__item + .header__nav__item {
    margin-left: 0;
  }
}

.header__nav__item a {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #333;
  letter-spacing: .1em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .header__nav__item a:hover {
    color: #3EA1D1;
  }
}

@media screen and (max-width: 767px) {
  .header__nav__item a {
    font-size: 18px;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header__nav__item {
    text-align: right;
    padding: 0 15px;
  }
}

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

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

.drawer-nav {
  top: 60px;
}

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

.drawer-hamburger {
  top: 6px;
  right: 6px;
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    background: #3EA1D1;
  }
}

/*===================================
フッター
===================================*/
.footer {
  background: #F7F7F7;
  padding: 43px 0 17px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 17px;
  }
}

.footer__logo {
  width: 120px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__text {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer__text__item {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .footer__text__item + .footer__text__item {
    margin-left: 32px;
  }
}

.footer__text__item a {
  display: inline-block;
  padding: 1em 0;
  font-size: 12px;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .footer__text__item a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .footer__text__item a {
    padding: .2em 0;
  }
}

.footer__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
}

.footer__sns__list li:nth-child(n + 2) {
  margin-left: 40px;
}

.footer__sns__list li a {
  display: inline-block;
  color: #3EA1D1;
  font-size: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .footer__sns__list li a:hover {
    opacity: .7;
  }
}

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

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 18px;
  }
}

/*===================================
トップ
===================================*/
.top {
  padding-top: 70px;
}

.top__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top__picture {
    padding-top: 55%;
    background: url(../img/top.png) no-repeat center right/calc((990 / 1200) * 100%);
  }
}

@media screen and (max-width: 767px) {
  .top__picture {
    padding-top: 120%;
    background: url(../img/top-2.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .top__message {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    padding: 80px 40px 87px 0;
  }
}

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

@media screen and (max-width: 767px) {
  .top__message__title {
    margin-top: 40px;
  }
}

.top__message__text {
  margin-top: 11px;
}

/*===================================
コンセプト
===================================*/
@media screen and (min-width: 768px) {
  .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 screen and (max-width: 767px) {
  .concept__content {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .concept__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 768px) {
  .concept__message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-left: 6.66667%;
  }
}

.concept__message__title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .concept__message__title {
    margin-top: 40px;
  }
}

.concept__message__text {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .concept__message__text {
    margin-top: 32px;
  }
}

/*===================================
フューチャー
===================================*/
.feature__content {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .feature__content {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .feature__list__item {
    width: 28.33333%;
  }
}

@media screen and (min-width: 768px) {
  .feature__list__item + .feature__list__item {
    margin-left: 7.5%;
  }
}

@media screen and (max-width: 767px) {
  .feature__list__item + .feature__list__item {
    margin-top: 48px;
  }
}

.feature__list__item a {
  display: inline-block;
  -webkit-box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
  color: #333;
}

@media screen and (max-width: 767px) {
  .feature__list__item a {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .feature__list__item a:hover .feature__picture > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  .feature__list__item {
    max-width: 340px;
    margin: 0 auto;
  }
}

.feature__picture {
  overflow: hidden;
}

.feature__picture img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feature__text {
  font-weight: bold;
  padding: 27px 10px;
  text-align: center;
}

/*===================================
アバウト
===================================*/
.about {
  width: 100%;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .about {
    background: url(../img/bg.png) no-repeat center center/cover;
    padding: 121px 40px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    background: url(../img/bg-2.png) no-repeat center center/cover;
    padding: 182px 20px 55px 15px;
  }
}

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

.about__message {
  position: relative;
  z-index: 10;
}

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

@media screen and (max-width: 767px) {
  .about__message__title {
    font-size: 20px;
  }
}

.about__message__text {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .about__message__text {
    margin-top: 26px;
    font-size: 14px;
  }
}

/*===================================
プロダクツ
===================================*/
.products__content {
  margin: 64px auto 0;
  max-width: 940px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .products__content {
    margin: 48px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .products__list {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .products__list__item {
    width: 27.65957%;
  }
}

@media screen and (max-width: 767px) {
  .products__list__item {
    max-width: 340px;
    padding: 0 40px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .products__list__item + .products__list__item {
    margin-top: 48px;
  }
}

.products__link {
  display: inline-block;
  color: #333;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .products__link {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .products__link:hover .products__picture > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.products__picture {
  overflow: hidden;
}

.products__picture img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products__message {
  margin-top: 22px;
}

.products__cost {
  color: #989898;
  margin-top: 9px;
}

/*===================================
ニュース
===================================*/
.news__items {
  margin: 28px auto 0;
  max-width: 1040px;
  width: 100%;
}

.news__item {
  border-bottom: 1px solid #E0E0E0;
}

.news__item a {
  display: inline-block;
  padding: 22px 0 24px;
}

@media screen and (min-width: 768px) {
  .news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news__item a:hover .news__picture > img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  .news__item {
    padding: 0 32px;
  }
}

@media screen and (min-width: 768px) {
  .news__head {
    width: 25%;
  }
}

.news__picture {
  padding-top: 61.53846%;
  position: relative;
  overflow: hidden;
}

.news__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__body {
  padding: 0 4px 0 40px;
}

@media screen and (min-width: 768px) {
  .news__body {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .news__body {
    padding: 0;
  }
}

.news__date {
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .news__date {
    margin-top: 20px;
  }
}

.news__message__title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .news__message__title {
    font-size: 16px;
  }
}

.news__message__text {
  font-size: 14px;
  color: #888888;
  margin-top: 13px;
  line-height: 1.71429;
}

/*===================================
コンセプト2
===================================*/
.concept2__content {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .concept2__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 768px) {
  .concept2__message {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 6.66667%;
  }
}

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

@media screen and (max-width: 767px) {
  .concept2__message__title {
    font-size: 20px;
    margin-top: 36px;
  }
}

.concept2__message__text {
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .concept2__message__text {
    margin-top: 28px;
    font-size: 14px;
  }
}

/*===================================
コンタクトフォーム
===================================*/
.contact {
  background: url(../img/contact.png) no-repeat center center/cover;
  padding: 72px 0 85px;
  margin-top: 225px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 57px 27px;
  }
}

.contact__head {
  color: #3EA1D1;
}

.form__content {
  max-width: 509px;
  width: 100%;
  margin: 58px auto 0;
}

.contact__form {
  width: 100%;
}

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

@media screen and (max-width: 767px) {
  .contact__form__text {
    font-weight: bold;
  }
}

.contact__form__text span {
  font-size: 16px;
  color: #E7728E;
}

.contact__form__list {
  margin-top: 17px;
}

@media screen and (min-width: 768px) {
  .contact__form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact__form__row:nth-child(n +2) {
  margin-top: 32px;
}

.contact__form__label {
  background: #3EA1D1B3;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  position: relative;
  padding-left: 3px;
}

@media screen and (min-width: 768px) {
  .contact__form__label {
    width: 34.38114%;
  }
}

@media screen and (max-width: 767px) {
  .contact__form__label {
    display: inline-block;
    font-size: 14px;
    padding: 0 25px 0 15px;
  }
}

.contact__form__label:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  border-style: solid;
  border-width: 20px 0 20px 5px;
  border-color: transparent transparent transparent #3EA1D1B3;
}

@media screen and (max-width: 767px) {
  .contact__form__label:after {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .contact__form__label span {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .contact__form__input {
    width: 62.86837%;
  }
}

@media screen and (max-width: 767px) {
  .contact__form__input {
    margin-top: 3px;
  }
}

.contact__form__input [type="text"],
.contact__form__input [type="email"] {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: .2em .5em;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  background: #fff;
}

.contact__form__input textarea {
  width: 100%;
  height: 122px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: .2em .5em;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  background: #fff;
  resize: vertical;
}

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

.contact__radio__label {
  position: relative;
}

.contact__radio__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.contact__radio__input:checked + .contact__radio__parts {
  background: #3EA1D1;
  color: #fff;
  border-radius: 1px;
}

.contact__radio__input:focus + .contact__radio__parts {
  outline: -webkit-focus-ring-color auto 1px;
}

.contact__radio__parts {
  display: inline-block;
  color: #3ea1d1;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact__form__checkbox {
  margin-top: 21px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact__form__checkbox {
    margin-top: 20px;
  }
}

.contact__form__checkbox a {
  color: #3EA1D1;
  text-decoration: underline;
}

.contact__checkbox__label {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  vertical-align: sub;
  margin-right: 8px;
}

.contact__checkbox__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.contact__checkbox__input:checked + .contact__checkbox__parts {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -2px;
  left: 8px;
}

.contact__checkbox__input:focus + .contact__checkbox__parts {
  outline: -webkit-focus-ring-color auto 1px;
}

.contact__checkbox__input:checked:focus + .contact__checkbox__parts {
  outline: none;
}

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

.contact__form__submit {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact__form__submit {
    margin-top: 25px;
  }
}

.contact__form__submit [type="submit"] {
  width: 137px;
  height: 46px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 14px;
  color: #3EA1D1;
  background: #fff;
  border: 1px solid #3EA1D1;
  border-radius: 0;
  cursor: pointer;
}

.contact__form__submit [type="submit"].is-active {
  background: #3EA1D1;
  color: #fff;
}

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

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