@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Oswald:wght@500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent}
body { line-height: 1}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block}
ol, ul { list-style: none}
blockquote, q { quotes: none}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none}
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent}
ins { background-color: #ff9; color: #000; text-decoration: none}
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold}
del { text-decoration: line-through}
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help}
table { border-collapse: collapse; border-spacing: 0}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0}
input, select, textarea { vertical-align: middle; -webkit-appearance: none}
img { vertical-align: top; font-size: 0; line-height: 0}
*, *::before, *::after { box-sizing: border-box}
/* -----------------------------------------------
 BASE
----------------------------------------------- */
* {
  background: none;
  border: 0;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
}

html {
  color: #333;
          font-feature-settings: "palt";
  height: 100%;
  overflow-y: scroll;
          text-size-adjust: 100%;
  width: 100%;
}

body {
  background-color: #FFF;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  height: 100%;
  width: 100%;
}


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

a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.7 !important;
}
@media screen and (max-width: 844px) {
  a:hover {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


h1, h2, h3, h4, h5, h6 { font-weight: 700}
p { text-align: left}
section { padding: 40px 0}
.inner { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 20px}
.only-sp { display: block}
.only-pc { display: none}
@media (min-width: 845px) {
  section { padding: 80px 0 60px}
  .only-sp { display: none}
  .only-pc { display: block}
}
/* -----------------------------------------------
 COMMON
----------------------------------------------- */
.flex-between { display: flex; justify-content: space-between}
.flex-start { display: flex; justify-content: flex-start}
.flex-wrap { flex-wrap: wrap}
h2 { color: #009bdc; font-size: 26px; line-height: 1.5}
h2 small { margin-right: 10px; color: #000; font-size: 80%}
h2 .circle { display: inline-block; width: 55px; line-height: 55px; margin-right: 10px; color: #fff; font-size: 120%; background: #009bdc; border-radius: 100vh}
h2 .f-color-b { color: #000}
h2.head-border { padding-bottom: 20px; border-bottom: 4px solid #e1e4ed}
.f-size12 { font-size: 12px}
.f-size13 { font-size: 13px}
.f-size14 { font-size: 14px}
.f-size15 { font-size: 15px}
.f-size16 { font-size: 16px}
.f-size18 { font-size: 18px}
.f-size20 { font-size: 20px}
.f-size22 { font-size: 22px}
.f-bold { font-weight: 700}
.text-center { text-align: center}
.mb1em { margin-bottom: 1em}
.btn { display: flex; justify-content: center; align-items: center; font-weight: 700; border-radius: 100vh}
.bg-black { height: 50px; color: #fff; background: #000}
.bg-blue { height: 50px; color: #fff; background: #009bdc}
.marker2 { padding: 0.1vw 0; background: linear-gradient(transparent 50%, #F8EF1A 50%)}
.desc { margin-top: 10px; text-align: left}
@media (max-width: 844px) {
  h2 small { display: inline-block}
}
@media (min-width: 845px) {
  .column-reverse { flex-direction: column-reverse}
  .row-reverse { flex-direction: row-reverse}
  h2 { margin-bottom: 0!important; font-size: 2.380vw}
  h2 small { font-size: 80%}
  h2.head-border { border-width: 3px}
  .f-size12 { font-size: 0.9523vw}
  .f-size13 { font-size: 1.0317vw}
  .f-size14 { font-size: 1.1111vw}
  .f-size15 { font-size: 1.1904vw}
  .f-size16 { font-size: 1.2698vw}
  .f-size18 { font-size: 1.4285vw}
  .f-size20 { font-size: 1.5873px}
  .f-size22 { font-size: 1.4285vw}
  .desc { text-align: center}
}
@media (min-width: 1260px) {
  h2 { font-size: 30px}
  .f-size12 { font-size: 12px}
  .f-size13 { font-size: 13px}
  .f-size14 { font-size: 14px}
  .f-size15 { font-size: 15px}
  .f-size16 { font-size: 16px}
  .f-size18 { font-size: 18px}
  .f-size20 { font-size: 20px}
  .f-size22 { font-size: 22px}
}
/* -----------------------------------------------
 COMMON
----------------------------------------------- */
.fade {
  opacity: 0;
}
.fade.in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 844px) {
  .fade.in {
    -webkit-animation-name: fade-in--sp;
            animation-name: fade-in--sp;
  }
}

.fadeup { opacity: 0}
.fadeup.in {
  -webkit-animation-name: fadeup-in;
          animation-name: fadeup-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 844px) {
  .fadeup.in {
    -webkit-animation-name: fadeup-in--sp;
            animation-name: fadeup-in--sp;
  }
}

.fadeslide { opacity: 0}
.fadeslide.in {
  -webkit-animation-name: fadeslide-in;
          animation-name: fadeslide-in;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 844px) {
  .fadeslide.in {
    -webkit-animation-name: fadeslide-in--sp;
            animation-name: fadeslide-in--sp;
  }
}


/* Header
----------------------------------------------------------------- */
.header { position: fixed; top: 0; display: flex; left: 0;  justify-content: space-between; width: 100%; height: 70px; background: #fff; z-index: 10}
.header .inner { position: relative; text-align: right}
@media screen and (max-width: 844px) {
  .header { height: 45px}
}

@media screen and (max-width: 844px) {
  .header .inner { padding: 0}
}


.header__bg {
  background-color: #FFF;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.header__line {
  background-color: #F2F3F7;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.header__logo {
          align-items: center;
  background-color: #FFF;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
          justify-content: center;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 30px;
  width: 182px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 20px;
    left: 20px;
    width: 140px;
  }
}
@media screen and (max-width: 844px) {
  .header__logo {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 15px 15px;
    left: 0;
    width: 82px;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  height: auto;
  width: 100%;
}
.header__nav {
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
          justify-content: flex-end;
  position: static;
  width: auto;
  z-index: 1;
}
.header__nav ul {
  display: flex;
  height: 100%;
          justify-content: flex-end;
  padding-right: 15px;
}
@media screen and (max-width: 844px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul li {
  height: 100%;
}
.header__nav ul li a, .header__nav ul li p {
          align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .header__nav ul li a, .header__nav ul li p {
    font-size: 14px;
    padding: 0 12px;
  }
}
.header__nav ul li a:hover, .header__nav ul li p:hover {
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #009BDC;
  opacity: 0.7;
}
.header__nav ul li a.-on, .header__nav ul li p.-on {
  color: #009BDC;
}
.header__nav ul li.-parent {
  height: calc(100% + 1px);
  position: relative;
}
.header__nav ul li.-parent.-on p {
  color: #009BDC;
}
.header__nav.-scrolled {
  background: rgba(255, 255, 255, 0.9);
}
.header__nav.-scrolled ul li a,
.header__nav.-scrolled ul li p {
  color: #333;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.header #nav-button {
  display: none;
  height: 45px;
  position: relative;
  width: 45px;
}
@media screen and (max-width: 844px) {
  .header #nav-button {
    display: block;
  }
}
.header #nav-button span {
  background-color: #009BDC;
  border-radius: 2px;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 16px;
  width: 14px;
}
.header #nav-button span::before, .header #nav-button span::after {
  background-color: #009BDC;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 0;
  width: 14px;
}
.header #nav-button span::before {
  top: -5px;
}
.header #nav-button span::after {
  top: 5px;
}
.header #nav-button.-open span {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bar;
          animation-name: bar;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.header #nav-button.-open span::before, .header #nav-button.-open span::after {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.header #nav-button.-open span::before {
  -webkit-animation-name: bar_before;
          animation-name: bar_before;
}
.header #nav-button.-open span::after {
  -webkit-animation-name: bar_after;
          animation-name: bar_after;
}
.header__contact {
          align-items: center;
  background-color: #009BDC;
  display: flex;
  height: 100%;
          justify-content: center;
  padding: 0 30px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .header__contact {
    padding: 0 20px;
  }
}
@media screen and (max-width: 844px) {
  .header__contact {
    background-image: url(/assets/img/header/icon_contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding: 0 22px;
  }
}
.header__contact span {
  color: #FFF;
  background-image: url(/assets/img/header/icon_contact.png);
  background-position: 0 calc(50% + 2px);
  background-repeat: no-repeat;
  background-size: 16px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  .header__contact span {
    background-position: 0 calc(50% + 1px);
    background-size: 14px auto;
    font-size: 14px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 844px) {
  .header__contact span {
    display: none;
  }
}
.header .products-menu,
.header .mediaseries-menu {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: products-menu--out;
          animation-name: products-menu--out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  background-color: #FFF;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 0 15px 15px;
  position: fixed;
  top: -100%;
  left: 100px;
  width: calc(100% - 200px);
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .header .products-menu,
.header .mediaseries-menu {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .header .products-menu,
.header .mediaseries-menu {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.header .products-menu.-on,
.header .mediaseries-menu.-on {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: products-menu--in;
          animation-name: products-menu--in;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .products-menu__head,
.header .mediaseries-menu__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F3F7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  padding: 0 30px;
  width: 280px;
}
.header .products-menu__head h2,
.header .mediaseries-menu__head h2 {
  color: #009BDC;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1130px) {
  .header .products-menu__head,
.header .mediaseries-menu__head {
    padding: 0 20px;
    width: 200px;
  }
  .header .products-menu__head h2,
.header .mediaseries-menu__head h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header .products-menu__head,
.header .mediaseries-menu__head {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 160px;
  }
  .header .products-menu__head h2,
.header .mediaseries-menu__head h2 {
    font-size: 20px;
  }
}
.header .products-menu__nav,
.header .mediaseries-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  width: calc(100% - 280px);
}
@media screen and (max-width: 1130px) {
  .header .products-menu__nav,
.header .mediaseries-menu__nav {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .header .products-menu__nav,
.header .mediaseries-menu__nav {
    width: calc(100% - 160px);
  }
}
.header .products-menu__nav dl,
.header .mediaseries-menu__nav dl {
  padding: 0 20px;
  width: calc(33.3333333333% - 2px);
}
.header .products-menu__nav dl dt, .header .products-menu__nav dl dd,
.header .mediaseries-menu__nav dl dt,
.header .mediaseries-menu__nav dl dd {
  text-align: left;
}
.header .products-menu__nav dl dt,
.header .mediaseries-menu__nav dl dt {
  color: #009BDC;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .header .products-menu__nav dl dt,
.header .mediaseries-menu__nav dl dt {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
.header .products-menu__nav dl dt a,
.header .mediaseries-menu__nav dl dt a {
  color: #009BDC;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .header .products-menu__nav dl dt a,
.header .mediaseries-menu__nav dl dt a {
    font-size: 14px;
  }
}
.header .products-menu__nav dl dt a:hover,
.header .mediaseries-menu__nav dl dt a:hover {
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.7;
}
.header .products-menu__nav dl dd a,
.header .mediaseries-menu__nav dl dd a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  .header .products-menu__nav dl dd a,
.header .mediaseries-menu__nav dl dd a {
    font-size: 11px;
    padding: 3px 0;
  }
}
.header .products-menu__nav dl dd a p,
.header .mediaseries-menu__nav dl dd a p {
  color: #333 !important;
  display: block;
  font-size: 12px;
  padding: 0;
  text-align: left;
}
.header .products-menu__nav dl dd a p span,
.header .mediaseries-menu__nav dl dd a p span {
  display: block;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .header .products-menu__nav dl dd a p span,
.header .mediaseries-menu__nav dl dd a p span {
    font-size: 9px;
  }
}
.header .products-menu__nav dl dd a:before,
.header .mediaseries-menu__nav dl dd a:before {
  color: #009BDC;
  content: "-";
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .header .products-menu__nav dl dd a:before,
.header .mediaseries-menu__nav dl dd a:before {
    margin-right: 3px;
  }
}
.header .products-menu__nav dl dd a:hover,
.header .mediaseries-menu__nav dl dd a:hover {
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #009BDC;
  opacity: 0.7;
}
.header .products-menu__line,
.header .mediaseries-menu__line {
  background-color: #F2F3F7;
  height: 100%;
  width: 1px;
}
.header .mediaseries-menu__nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
.header .mediaseries-menu__nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header .mediaseries-menu__nav div {
    padding: 0 20px;
  }
}
.header .mediaseries-menu__nav a, .header .mediaseries-menu__nav span {
  display: inline-block;
  height: auto;
  margin: 25px auto;
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .header .mediaseries-menu__nav a, .header .mediaseries-menu__nav span {
    padding: 0 12px;
  }
}
.header .mediaseries-menu__nav a p, .header .mediaseries-menu__nav span p {
  color: #333 !important;
  font-size: 12px;
  font-weight: 400;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .header .mediaseries-menu__nav a p, .header .mediaseries-menu__nav span p {
    font-size: 11px;
  }
}
.header .mediaseries-menu__nav a img, .header .mediaseries-menu__nav span img {
  height: auto;
  margin-top: 10px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header .mediaseries-menu__nav a img, .header .mediaseries-menu__nav span img {
    max-width: 240px;
  }
}
.header .mediaseries-menu__nav span {
  opacity: 0.4 !important;
}
.header .mediaseries-menu__nav span:hover {
  opacity: 0.4 !important;
}

/* ==========================================================================
   Layout
========================================================================== */
/* Nav
----------------------------------------------------------------- */
.nav {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  height: calc(100vh - 45px);
  overflow: hidden;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.nav.-open {
  display: block;
  top: 45px;
}
.nav .inner {
  height: 100%;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.nav ul {
  background-color: #FFF;
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
}
.nav ul li {
  display: block;
  position: relative;
  width: 100%;
}
.nav ul li:nth-last-child(1) {
  border-bottom: none;
}
.nav ul li a, .nav ul li p {
  background-image: url(/assets/img/nav/icon_arrow-b.png);
  background-position: calc(100% - 22px) 21px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-bottom: solid 1px #CCC;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.nav ul li .-parent {
  background-color: #FFF;
  background-image: url(/assets/img/nav/icon_plus-b.png);
  border-bottom: solid 1px #CCC;
  color: #333;
}
.nav ul li .-parent.-on {
  background-image: url(/assets/img/nav/icon_minus-b.png);
}
.nav ul li .-submenu {
  opacity: 0;
}
.nav ul li .-submenu.-on {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: accordion-fade;
          animation-name: accordion-fade;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav ul li .-submenu .-parent {
  background-color: #0061b7;
  background-image: url(/assets/img/nav/icon_plus-w.png);
  border-bottom: solid 1px #FFF;
  color: #FFF;
}
.nav ul li .-submenu .-parent.-on {
  background-image: url(/assets/img/nav/icon_minus-w.png);
}
.nav ul li .-submenu a, .nav ul li .-submenu p {
  background-color: #009BDC;
  background-image: url(/assets/img/nav/icon_arrow-w.png);
  border-bottom: solid 1px #FFF;
  color: #FFF;
}
.nav ul li .-submenu p {
  background-image: none;
  color: #36aadc;
}
.nav ul li .-submenu .-submenu a {
  background-color: #F2F3F7;
  background-image: url(/assets/img/nav/icon_arrow-b.png);
  border-bottom: solid 1px #FFF;
  color: #009BDC;
}
.nav ul li .-submenu .-submenu a:before {
  content: "- ";
}
.nav ul li .delta {
  background-image: url(/assets/img/header/delta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  display: none;
  height: 10px;
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 12px;
}
.nav__contact {
  background-color: #009BDC;
  border: solid 2px #FFF;
  border-radius: 7px;
  display: block;
  margin-top: 15px;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.nav__contact span {
  background-image: url(/assets/img/nav/icon_mail.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto;
  padding-left: 27px;
}

.-submenu {
  display: none;
  width: 100%;
  z-index: 2;
}
.-submenu.-on {
  display: block;
}

/* ==========================================================================
  Layout
========================================================================== */
.main {
  height: 100%;
  margin-top: 70px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 844px) {
  .main {
    margin-top: 45px;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/* Footer
----------------------------------------------------------------- */
.footer {
  background-color: #009BDC;
  padding: 70px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 844px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 844px) {
  .footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__logo {
  margin-right: 75px;
  width: 175px;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    margin-right: 30px;
    width: 120px;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  height: auto;
  width: 100%;
}
.footer__nav--1, .footer__nav--2 {
  width: calc((100% - 175px - 75px) / 2);
}
@media screen and (max-width: 1024px) {
  .footer__nav--1, .footer__nav--2 {
    width: calc((100% - 120px - 30px) / 2);
  }
}
@media screen and (max-width: 844px) {
  .footer__nav--1, .footer__nav--2 {
    padding-top: 40px;
    width: 100%;
  }
}
.footer__nav--1 a, .footer__nav--2 a {
  display: block;
  font-weight: 500;
}
.footer__nav--1 dl, .footer__nav--2 dl {
  width: 100%;
}
.footer__nav--1 dt, .footer__nav--1 a, .footer__nav--2 dt, .footer__nav--2 a {
  color: #FFF;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.footer__nav--1 dt, .footer__nav--2 dt {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__nav--1 dt, .footer__nav--2 dt {
    margin-bottom: 15px;
  }
}
.footer__nav--1 dd, .footer__nav--2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .footer__nav--1 dd, .footer__nav--2 dd {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 844px) {
  .footer__nav--1 dd, .footer__nav--2 dd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__nav--1 dd dl, .footer__nav--2 dd dl {
  width: calc(50% - 10px);
}
.footer__nav--1 dd dt, .footer__nav--2 dd dt {
  font-weight: 500;
}
.footer__nav--1 dd dd, .footer__nav--2 dd dd {
  display: block;
}
.footer__nav--1 dd dd a, .footer__nav--2 dd dd a {
  color: #BFE6F6;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}
.footer__nav--1 dd dd a:before, .footer__nav--2 dd dd a:before {
  content: "-";
  margin-right: 5px;
}
.footer__nav--1 dd dd a:nth-last-child(1), .footer__nav--2 dd dd a:nth-last-child(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__nav--1 dd dd a:nth-last-child(1), .footer__nav--2 dd dd a:nth-last-child(1) {
    margin-bottom: 30px;
  }
}
.footer__nav--1 dd dd a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__nav--1 dd dd a p {
  text-align: left;
}
.footer__nav--1 dd dd a span {
  display: block;
  font-size: 10px;
  text-align: left;
}
.footer__nav--2 {
  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: 844px) {
  .footer__nav--2 {
    padding-top: 20px;
  }
}
.footer__nav--2 div {
  width: calc(50% - 10px);
}
.footer__nav--2 div dt {
  font-weight: 500;
}
.footer__nav--2 div dd {
  display: block;
}
.footer__nav--2 div dd a, .footer__nav--2 div dd p {
  color: #BFE6F6;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: left;
}
.footer__nav--2 div dd a:before, .footer__nav--2 div dd p:before {
  content: "- ";
}
.footer__nav--2 div dd a:nth-last-child(1), .footer__nav--2 div dd p:nth-last-child(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__nav--2 div dd a:nth-last-child(1), .footer__nav--2 div dd p:nth-last-child(1) {
    margin-bottom: 30px;
  }
}
.footer__nav--2 div dd p {
  opacity: 0.3;
}
.footer__nav--2 a {
  margin-bottom: 15px;
}
.footer__nav--etc a {
  font-size: 12px;
}
.footer__privacy {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 844px) {
  .footer__privacy {
    padding-top: 30px;
    position: static;
  }
}
.footer__privacy__image img {
  height: auto;
  width: 265px;
}
@media screen and (max-width: 1024px) {
  .footer__privacy__image img {
    width: 240px;
  }
}
.footer__privacy__text {
  color: #80CDEE;
  font-size: 12px;
  padding-top: 15px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__privacy__text {
    font-size: 11px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 844px) {
  .footer__privacy__text {
    text-align: left;
  }
}
.footer__copyright {
  color: #80CDEE;
  font-size: 12px;
  padding-top: 15px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    font-size: 11px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 844px) {
  .footer__copyright {
    text-align: left;
  }
}

/* ==========================================================================
  Component
========================================================================== */
/* animation
----------------------------------------------------------------- */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in--sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup-in--sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bar_before {
  0% {
    top: -5px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes bar_before {
  0% {
    top: -5px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes bar {
  0% {
    background-color: #009BDC;
  }
  25% {
    background-color: #009BDC;
  }
  50% {
    background-color: #FFF;
  }
  100% {
    background-color: #FFF;
  }
}
@keyframes bar {
  0% {
    background-color: #009BDC;
  }
  25% {
    background-color: #009BDC;
  }
  50% {
    background-color: #FFF;
  }
  100% {
    background-color: #FFF;
  }
}
@-webkit-keyframes bar_after {
  0% {
    top: 5px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes bar_after {
  0% {
    top: 5px;
  }
  25% {
    top: 0;
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes products-menu--out {
  0% {
    top: 70px;
  }
  100% {
    top: -100%;
  }
}
@keyframes products-menu--out {
  0% {
    top: 70px;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes products-menu--in {
  0% {
    top: -100%;
  }
  100% {
    top: 70px;
  }
}
@keyframes products-menu--in {
  0% {
    top: -100%;
  }
  100% {
    top: 70px;
  }
}
@-webkit-keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes accordion-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hover-zoom--in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes hover-zoom--in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes hover-zoom--out {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hover-zoom--out {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ==========================================================================
  Component
========================================================================== */
/* Button
----------------------------------------------------------------- */
.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#00A4E4), to(#0089D4));
  background: linear-gradient(left, #00A4E4, #0089D4);
  border-radius: 24px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  max-width: 260px;
  padding: 12px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .button {
    border-radius: 20px;
    font-size: 13px;
    max-width: 240px;
    padding: 10px 0;
  }
}
.button span {
  background-color: #FFF;
  display: inline-block;
  height: 1px;
  margin-left: 20px;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .button span {
    margin-left: 15px;
    width: 15px;
  }
}

/* ==========================================================================
  Component
========================================================================== */
/* Head
----------------------------------------------------------------- */
.head {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .head {
    font-size: 36px;
  }
}
@media screen and (max-width: 844px) {
  .head {
    font-size: 30px;
  }
}

/* ==========================================================================
  Component
========================================================================== */
/* Inner
----------------------------------------------------------------- */
.inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 844px) {
  .inner {
    width: 100%;
  }
}

.mv {
  height: 600px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: 500px;
  }
}
@media screen and (max-width: 844px) {
  .mv {
    height: 320px;
  }
}
.mv__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 844px) {
  .mv__slide {
    background-position: 65% center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 844px) {
  .mv .mv3 {
    background-position: 75% center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 844px) {
  .mv .mv4 {
    background-position: 90% center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.mv .inner {
  text-align: left;
}
@media screen and (max-width: 844px) {
  .mv .inner {
    padding-bottom: 10px;
  }
}
.mv__text p {
  margin: 15px 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .mv__text p {
    margin: 12px 0;
  }
}
@media screen and (max-width: 844px) {
  .mv__text p {
    margin: 10px 0;
  }
}
.mv__text p span {
  background-color: #FFF;
  color: #009BDC;
  display: inline-block;
  font-size: 39px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 8px 40px 12px;
}
@media screen and (max-width: 1024px) {
  .mv__text p span {
    font-size: 32px;
    padding: 6px 35px 10px;
  }
}
@media screen and (max-width: 844px) {
  .mv__text p span {
    font-size: 23px;
    padding: 3px 20px 5px;
  }
}

.pickup { 
  padding: 70px 0; background: #f2f3f7;
}
@media screen and (max-width: 1024px) {
  .pickup {
    padding: 60px 0;
  }
}
@media screen and (max-width: 844px) {
  .pickup {
    padding: 40px 0;
  }
}
.pickup__head {
  color: #009BDC;
}
.pickup__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pickup__blocks {
    padding-top: 40px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}
.pickup__block {
  width: calc(25% - 25px);
}
@media screen and (max-width: 1024px) {
  .pickup__block {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 844px) {
  .pickup__block {
    margin-top: 30px;
    width: calc(50% - 10px);
  }
}
.pickup__block__picture {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: 12.2vw;
  max-height: 180px;
  max-width: 275px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pickup__block__picture {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__block__picture {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    height: 25vw;
    max-height: none;
    max-width: none;
    width: 100%;
  }
}
.pickup__block__picture picture {
  -webkit-animation-name: hover-zoom--out;
          animation-name: hover-zoom--out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.pickup__block__data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .pickup__block__data {
    padding-top: 20px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__block__data {
    padding-top: 10px;
  }
}
.pickup__block__category {
  border: solid 1.5px #009BDC;
  border-radius: 6px;
  color: #009BDC;
  font-size: 13px;
  padding: 1px 13px;
}
@media screen and (max-width: 1024px) {
  .pickup__block__category {
    border-radius: 4px;
    border-width: 1px;
    font-size: 12px;
    padding: 1px 11px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__block__category {
    border-radius: 3px;
    border-width: 1px;
    font-size: 10px;
    padding: 1px 9px;
  }
}
.pickup__block__date {
  color: #808080;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .pickup__block__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__block__date {
    font-size: 10px;
  }
}
.pickup__block__title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-top: 12px;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pickup__block__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__block__title {
    font-size: 12px;
    padding-top: 9px;
  }
}
.pickup__block__company {
  border-top: 1px solid #D3D7E7;
  margin-top: 12px;
  padding-top: 12px;
}
@media screen and (max-width: 1024px) {
  .pickup__block__company {
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__block__company {
    margin-top: 7px;
    padding-top: 7px;
  }
}
.pickup__block__company p {
  color: #333;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pickup__block__company p {
    font-size: 13px;
  }
}
@media screen and (max-width: 844px) {
  .pickup__block__company p {
    font-size: 10px;
  }
}

.performance {
  background-image: url(/assets/img/main/home/performance_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .performance {
    padding: 60px 0;
  }
}
@media screen and (max-width: 844px) {
  .performance {
    background: none;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 844px) {
  .performance .inner {
    padding: 0;
  }
}
.performance__head {
  color: #FFF;
  width: 100%;
}
@media screen and (max-width: 844px) {
  .performance__head {
    color: #009BDC;
  }
}
.performance__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .performance__blocks {
    padding-top: 40px;
  }
}
@media screen and (max-width: 844px) {
  .performance__blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
  }
}
.performance__kobot, .performance__baitoru {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 844px) {
  .performance__kobot, .performance__baitoru {
    padding: 40px 20px 30px;
    width: 100%;
  }
}
.performance__kobot__head, .performance__baitoru__head {
  background-color: #FFF;
  border-radius: 42px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  padding: 5px 0;
  width: 192px;
}
@media screen and (max-width: 1024px) {
  .performance__kobot__head, .performance__baitoru__head {
    font-size: 16px;
    width: 170px;
  }
}
@media screen and (max-width: 844px) {
  .performance__kobot__head, .performance__baitoru__head {
    font-size: 13px;
    width: 150px;
  }
}
.performance__kobot__image, .performance__baitoru__image {
  display: inline-block;
  margin: 30px auto 0;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .performance__kobot__image, .performance__baitoru__image {
    margin-top: 25px;
    max-width: 280px;
  }
}
@media screen and (max-width: 844px) {
  .performance__kobot__image, .performance__baitoru__image {
    margin-top: 20px;
    max-width: 260px;
  }
}
.performance__kobot__image img, .performance__baitoru__image img {
  height: auto;
  width: 100%;
}
.performance__kobot p, .performance__baitoru p {
  color: #FFF;
}
.performance__kobot__label, .performance__baitoru__label {
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .performance__kobot__label, .performance__baitoru__label {
    font-size: 13px;
    padding-top: 15px;
  }
}
.performance__kobot__data, .performance__baitoru__data {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .performance__kobot__data, .performance__baitoru__data {
    font-size: 20px;
  }
}
@media screen and (max-width: 844px) {
  .performance__kobot__data, .performance__baitoru__data {
    font-size: 18px;
  }
}
.performance__kobot__data span, .performance__baitoru__data span {
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  font-weight: 500;
  padding: 0 5px;
}
@media screen and (max-width: 1024px) {
  .performance__kobot__data span, .performance__baitoru__data span {
    font-size: 48px;
  }
}
@media screen and (max-width: 844px) {
  .performance__kobot__data span, .performance__baitoru__data span {
    font-size: 40px;
  }
}
.performance__kobot__note, .performance__baitoru__note {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .performance__kobot__note, .performance__baitoru__note {
    font-size: 13px;
  }
}
@media screen and (max-width: 844px) {
  .performance__kobot__note, .performance__baitoru__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 844px) {
  .performance__kobot {
    background-image: url(/assets/img/main/home/performance_bg1_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
.performance__kobot__head {
  color: #009BDC;
}
@media screen and (max-width: 844px) {
  .performance__baitoru {
    background-image: url(/assets/img/main/home/performance_bg2_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
.performance__baitoru__head {
  color: #E03122;
}

.products {
  background-color: #F2F3F7;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .products {
    padding: 60px 0;
  }
}
@media screen and (max-width: 844px) {
  .products {
    padding: 40px 0 50px;
  }
}
.products__head {
  color: #009BDC;
}
.products__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .products__blocks {
    padding-top: 5px;
  }
}
@media screen and (max-width: 844px) {
  .products__blocks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}
.products__block {
  background-color: #FFF;
  border-radius: 12px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
  margin-top: 40px;
  margin-right: 35px;
  overflow: hidden;
  padding-bottom: 90px;
  position: relative;
  width: calc(33.3333333333% - 23.5px);
}
@media screen and (max-width: 1024px) {
  .products__block {
    border-radius: 10px;
    margin-top: 35px;
    margin-right: 30px;
    padding-bottom: 75px;
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 844px) {
  .products__block {
    border-radius: 8px;
    margin: 30px auto 0;
    width: 100%;
  }
}
.products__block:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 844px) {
  .products__block:nth-child(3n) {
    margin-right: auto;
  }
}
.products__block__image {
  height: 17vw;
  max-height: 222px;
  max-width: 377px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 844px) {
  .products__block__image {
    max-height: none;
    max-width: none;
    height: 54vw;
    width: 100%;
  }
}
.products__block__image picture {
  -webkit-animation-name: hover-zoom--out;
          animation-name: hover-zoom--out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.products__block__head {
  color: #009BDC;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 30px 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .products__block__head {
    font-size: 17px;
    margin: 15px 20px 0;
  }
}
@media screen and (max-width: 844px) {
  .products__block__head {
    font-size: 16px;
    text-align: center;
  }
}
.products__block__text {
  color: #333;
  font-size: 16px;
  margin: 15px 30px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .products__block__text {
    font-size: 13px;
    margin: 15px 20px;
  }
}
@media screen and (max-width: 844px) {
  .products__block__text {
    font-size: 12px;
    margin: 10px 20px;
  }
}
.products__block__button {
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: center;
  width: calc(100% - 60px);
}
@media screen and (max-width: 1024px) {
  .products__block__button {
    padding: 0 25px;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
  }
}

.news {
  padding: 50px 0;
}
@media screen and (max-width: 844px) {
  .news {
    padding: 0;
  }
}
.news .inner {
  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: 844px) {
  .news .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.news__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009BDC;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .news__head {
    width: 240px;
  }
}
@media screen and (max-width: 844px) {
  .news__head {
    border-radius: 0;
    width: 100%;
  }
}
@media screen and (max-width: 844px) {
  .news__head div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    width: 100%;
  }
}
.news__head .head {
  color: #FFF;
  width: 100%;
}
@media screen and (max-width: 844px) {
  .news__head .head {
    display: inline-block;
    width: auto;
  }
}
.news__button {
  border: solid 1px #FFF;
  border-radius: 36px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
  padding: 7px 0 8px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .news__button {
    font-size: 13px;
    margin-top: 15px;
    padding: 6px 0 7px;
    border-radius: 32px;
    width: 120px;
  }
}
@media screen and (max-width: 844px) {
  .news__button {
    font-size: 12px;
    margin-top: 0;
    padding: 5px 0 6px;
    border-radius: 30px;
    width: 120px;
  }
}
.news__button:hover {
  background-color: #FFF;
  color: #009BDC;
  opacity: 1 !important;
}
.news__blocks {
  padding-left: 70px;
  width: calc(100% - 270px);
}
@media screen and (max-width: 1024px) {
  .news__blocks {
    padding-left: 50px;
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 844px) {
  .news__blocks {
    margin: 0 auto;
    padding: 20px 0 40px;
    width: calc(100% - 40px);
  }
}
.news__block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
}
@media screen and (max-width: 844px) {
  .news__block {
    border-bottom: dashed 1px #808080;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 844px) {
  .news__block:nth-last-child(1) {
    border-bottom: none;
  }
}
.news__date {
  color: #808080;
  font-size: 16px;
  padding-right: 30px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .news__date {
    font-size: 13px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 844px) {
  .news__date {
    font-size: 12px;
    padding-right: 0;
    width: 100%;
  }
}
.news__text {
  color: #333;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .news__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 844px) {
  .news__text {
    width: 100%;
  }
}

.links {
  background-color: #F2F3F7;
  padding: 20px 0 60px;
}
@media screen and (max-width: 1024px) {
  .links {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 844px) {
  .links {
    padding: 30px 0 50px;
  }
}
.links .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
}
.links .link {
  background-color: #FFF;
  border-radius: 12px;
  margin-top: 40px;
  padding: 20px 0;
  width: calc(50% - 17.5px);
}
@media screen and (max-width: 1024px) {
  .links .link {
    border-radius: 10px;
    margin-top: 30px;
    padding: 15px 0;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 844px) {
  .links .link {
    border-radius: 7px;
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
  }
}
.links .link__text {
  color: #333;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .links .link__text {
    font-size: 12px;
  }
}
.links .link__logo {
  padding-top: 10px;
}
.links .link__logo img {
  height: auto;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .links .link__logo img {
    max-width: 270px;
  }
}
.links div.link {
  opacity: 0.4 !important;
}
/*# sourceMappingURL=home.css.map */

.footer-btm ul { display: flex; justify-content: space-between; width: 100%; max-width: 240px; height: 82px; padding: 0 5px 0 10px; background: #fff;}
.footer-btm ul li { display: flex; align-items: center;}
.footer-btm ul li:first-child img { margin: 0!important; border: 1px solid #000;}
.footer-btm ul li:last-child img { max-width:73px; height: auto;}
@media screen and (min-width: 768px) {
  .footer-btm { position: absolute; right: 30px; bottom: 0px;}
  .footer-btm ul { max-width: 265px;}
}

.ytp-pause-overlay,
.ytp-pause-overlay-round-corners { display: none!important}
/* 動画停止時のその他の動画を非表示 */