@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "ヒラギノ明朝 ProN";
  font-size: 16px;
  color: #333;
  line-height: 1.6875;
  background: #fff;
  max-width: 100%;
}

img {
  width: 100%;
}

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

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

a {
  text-decoration: none;
}

.section_title {
  font-weight: 700;
  margin-top: 160px;
  margin-bottom: 64px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
}

@media (max-width: 767px) {
  .section_title {
    margin-top: 95px;
    font-size: 30px;
    margin-bottom: 46px;
  }
}

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

.button__more {
  font-size: 14px;
  letter-spacing: .1em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: background-color ,4s;
  transition: background-color ,4s;
}

.button__more a {
  display: inline-block;
  color: #3EA1D1;
  border: solid 1px #3EA1D1;
  padding: 10px 54px;
  margin-top: 48px;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

@media (min-width: 768px) {
  .button__more a {
    background-color: #fff;
  }
  .button__more a:hover {
    background: #3EA1D1;
    color: white;
  }
}

.util-link-submit {
  font-size: 14px;
  letter-spacing: .1em;
  display: inline-block;
  color: #3EA1D1;
  padding: 10px 54px;
  border: solid 1px #3EA1D1;
  margin-top: 24px;
  background-color: #fff;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.util-link-submit.-active {
  background: #3EA1D1;
  color: white;
}

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

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

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

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

.drawer-open .header .drawer-hamburger-icon {
  background-color: transparent;
}

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

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

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

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

@media (min-width: 768px) {
  .header-logo {
    padding-top: 25px;
    padding-bottom: 23.18px;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .header-logo {
    padding-top: 20px;
  }
}

.header-logo img {
  width: 120px;
  height: 21.82px;
}

.header-nav-list {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-nav-list li a {
  color: #333;
}

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

@media (min-width: 768px) {
  .header-nav-list li:not(:first-child) {
    margin-left: 46px;
  }
}

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

.header-nav-item-link {
  display: block;
  height: 70px;
  line-height: 70px;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .header-nav-item-link {
    -webkit-transition: color .4s;
    transition: color .4s;
  }
  .header-nav-item-link:hover {
    color: #3EA1D1;
  }
}

.main {
  padding-top: 70px;
}

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

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

@media (min-width: 768px) {
  .main_visual {
    padding-top: 55%;
    position: relative;
    background: url(../img/top.png) top right/82.5% no-repeat;
    margin-left: auto;
  }
}

.top {
  position: relative;
}

@media (min-width: 768px) {
  .main_box {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 330px;
    height: 330px;
    background: #ffff;
    position: absolute;
    padding: 82px 44px 90px 40px;
  }
}

.main_box_title {
  font-weight: 700;
  font-size: 26px;
}

@media (max-width: 767px) {
  .main_box_title {
    padding-top: 40px;
  }
}

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

@media (min-width: 768px) {
  .main_box_text {
    margin-top: 28px;
  }
}

@media (min-width: 768px) {
  .concept__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .concept__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background: url(../img/concept-1.png);
  }
}

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

@media (min-width: 768px) {
  .concept__title {
    margin-bottom: 48px;
    font-size: 20px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .concept__title {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 700;
  }
}

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

.feature__items {
  max-width: 100%;
}

@media (min-width: 768px) {
  .feature__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 160px;
  }
}

.feature__item {
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px #60606029;
          box-shadow: 3px 3px 15px #60606029;
}

@media (min-width: 768px) {
  .feature__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.3333%;
            flex: 0 0 28.3333%;
  }
}

.feature__item p {
  color: #333;
}

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

@media (min-width: 768px) {
  .feature__item:hover .feature__item__img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.feature__item .feature__item__img {
  overflow: hidden;
}

.feature__item .feature__item__img > img {
  -webkit-transition: .4s;
  transition: .4s;
}

.feature__item__body {
  text-align: center;
  font-weight: bold;
  padding: 26px 12px;
}

.feature__img {
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .feature__img {
    background: url(../img/bg.png) center center/cover;
    padding: 120px 0;
  }
}

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

@media (max-width: 767px) {
  .feature__img {
    background: url(../img/bgsp.png) center center/cover;
    padding: 176px 0 52px;
  }
}

.feature_inner {
  position: relative;
}

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

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

.message__text {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .message__text {
    font-size: 14px;
    margin-top: 22px;
  }
}

.Products__inner {
  max-width: 940px;
}

@media (max-width: 767px) {
  .Products__inner {
    max-width: 340px;
    padding: 0 58px;
  }
}

@media (min-width: 768px) {
  .products__items {
    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__items {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .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;
  }
}

@media (min-width: 768px) {
  .products__item:hover .products__item__img > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.products__item .products__item__img {
  overflow: hidden;
}

.products__item .products__item__img > img {
  -webkit-transition: .4s;
  transition: .4s;
}

.products__item__text-box {
  display: block;
  color: #333;
  font-size: 14px;
  margin-top: 22px;
}

.products__item-price {
  color: #989898;
  margin-top: 10px;
}

.News__inner {
  max-width: 1040px;
}

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

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

.news-item-link {
  font-size: 14px;
  padding: 22px 0;
  color: #333;
  display: block;
}

@media (min-width: 768px) {
  .news-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-item-link:hover .news__topic__img > img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

@media (min-width: 768px) {
  .news__topic__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

.news__topic__img {
  padding-top: 61.5385%;
  position: relative;
  overflow: hidden;
}

.news__topic__img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .news__topic__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-left: 38px;
  }
}

.news__topic__date {
  padding: 22px 0 14px;
}

@media (min-width: 768px) {
  .news__topic__date {
    padding-bottom: 4px;
  }
}

.news__topic__title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 16px;
}

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

.news__topic__text {
  color: #888888;
  line-height: 1.7143;
}

.catchphrase__contents {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .catchphrase__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 160px;
  }
}

@media (max-width: 767px) {
  .catchphrase__contents {
    padding-bottom: 96px;
  }
}

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

@media (max-width: 767px) {
  .catchphrase__right {
    margin: 38px 0 32px 0;
  }
}

@media (min-width: 768px) {
  .catchphrase__left {
    margin-right: 6.6667%;
  }
}

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

@media (max-width: 767px) {
  .catchphrase__left__text {
    font-size: 14px;
  }
}

.catchphrase__left__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

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

.contact__head {
  font-weight: 700;
  margin-bottom: 64px;
  font-size: 40px;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 16px;
  position: relative;
  color: #3EA1D1;
}

@media (min-width: 768px) {
  .contact__head {
    margin-top: 160px;
  }
}

@media (max-width: 767px) {
  .contact__head {
    padding-top: 54px;
    margin-bottom: 30px;
  }
}

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

.contact {
  background: url(../img/contact.png) center center/cover;
}

@media (min-width: 768px) {
  .contact {
    margin-top: 225px;
    padding-bottom: 86px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 57px;
  }
}

@media (max-width: 767px) {
  .contact-item-title {
    display: inline-block;
    background: #3EA1D1B3;
    font-size: 14px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .contact-item-title::after {
    position: absolute;
    top: 0;
    right: -8px;
    content: "";
    display: block;
    border-style: solid;
    border-width: 20px 0 20px 8px;
    border-color: transparent transparent transparent #3EA1D1B3;
  }
}

@media (min-width: 768px) {
  .contact-item-title {
    background: #3EA1D1B3;
    font-size: 18px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

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

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

.contact input[type="text"],
.contact input[type="e-mail"],
.contact textarea {
  width: 100%;
  font-size: 16px;
  border: 0;
  padding: .2em .5em;
  -webkit-box-shadow: 5px 6px 15px #60606029;
          box-shadow: 5px 6px 15px #60606029;
  border-radius: 2px;
}

.contact input[type="text"],
.contact input[type="e-mail"] {
  height: 40px;
}

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

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

.contact-text-title-inline {
  font-size: 16px;
  color: #E7728E;
}

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

.contact-footer {
  text-align: center;
}

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

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

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

@media (min-width: 768px) {
  .contact-item-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin-left: 18px;
  }
}

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

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

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

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

.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: 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;
}

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

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

.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 #60606029;
          box-shadow: 5px 6px 15px #60606029;
}

.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 1px;
}

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

.footer__container {
  background-color: #F7F7F7;
}

.footer__logo {
  padding-top: 42px;
  padding-bottom: 12px;
  text-align: center;
}

.footer__logo img {
  width: 120px;
  height: 21.82px;
}

@media (max-width: 767px) {
  .footer__logo {
    padding-bottom: 16px;
    padding-top: 36px;
  }
}

.footer__items {
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .footer__items {
    color: #333333;
  }
}

.footer__items a {
  display: block;
  padding: 1em 0;
}

@media (max-width: 767px) {
  .footer__items a {
    padding: .3em 0;
  }
}

.footer__item__left {
  margin-right: 32px;
}

@media (min-width: 768px) {
  .footer__item__left {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .footer__item__left:hover {
    opacity: .7;
  }
}

@media (min-width: 768px) {
  .footer__item__right {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .footer__item__right:hover {
    opacity: .7;
  }
}

.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.footer__icons__twitter {
  margin-right: 40px;
}

@media (min-width: 768px) {
  .footer__icons__twitter {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .footer__icons__twitter:hover {
    opacity: .7;
  }
}

.footer__icons__instagram {
  margin-right: 40px;
}

@media (min-width: 768px) {
  .footer__icons__instagram {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .footer__icons__instagram:hover {
    opacity: .7;
  }
}

@media (min-width: 768px) {
  .footer__icons__line {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .footer__icons__line:hover {
    opacity: .7;
  }
}

.footer__bottom {
  color: #888888;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 16px;
}

.fab {
  color: #3EA1D1;
  font-size: 24px;
}

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

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