@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  overflow-y: scroll; }

body {
  background-color: #f5f5f5;
  font-family: 'Inconsolata',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: .03em;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 1080px) {
    body {
      font-size: 1.6rem;
      line-height: 2em;
      letter-spacing: .03em;
      width: 100%;
      height: 100%; } }
  @media screen and (max-width: 767px) {
    body {
      width: 100%; } }

ul, li {
  list-style: none; }

a {
  color: #333;
  text-decoration: none; }
  a:focus {
    outline: none; }

*:focus {
  outline: none; }

img {
  vertical-align: bottom;
  border: 0px; }

section {
  position: relative;
  z-index: 100; }

.section-wrapper {
  padding: 8rem 14% 9rem; }
  @media screen and (max-width: 767px) {
    .section-wrapper {
      padding: 4rem 2.5rem 2.5rem; } }

h2 {
  color: #52c2ee;
  font-size: 4.7vw;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1.1; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 3.5rem; } }
  h2 span {
    display: block;
    font-size: 1.1vw;
    font-weight: normal;
    margin-top: 1px; }
    @media screen and (max-width: 767px) {
      h2 span {
        font-size: 2rem; } }

.left-box {
  flex: 1; }

.right-box {
  flex: 2; }

.open-sans {
  font-family: 'Open Sans Condensed','Inconsolata',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  letter-spacing: .05em; }

.noto-sans {
  font-family: 'Noto Sans Japanese'; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

.gray {
  background: #f5f5f5; }

@media screen and (min-width: 1080px) {
  .pc-none {
    display: none; } }

.button_base {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  background-color: #52c2ee;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s; }
  .button_base:hover {
    cursor: pointer;
    color: #5bcaff; }
  .button_base::after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: -10%;
    background: #0F457F;
    height: 120%;
    left: -10%;
    transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    -moz-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    z-index: 100; }
  .button_base:hover:after {
    left: -10%;
    width: 120%; }
  .button_base span {
    position: relative;
    z-index: 200;
    font-style: italic;
    font-size: 1.9rem;
    color: #FFF; }

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  -o-perspective: 300px;
  perspective: 300px; }

.layer-fore {
  -webkit-transform: translateZ(90px) scale(0.7);
  -moz-transform: translateZ(90px) scale(0.7);
  -ms-transform: translateZ(90px) scale(0.7);
  -o-transform: translateZ(90px) scale(0.7);
  transform: translateZ(90px) scale(0.7);
  z-index: 4; }

.layer-base {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 3; }

.layer-back {
  -webkit-transform: translateZ(-300px) scale(2);
  -moz-transform: translateZ(-300px) scale(2);
  -ms-transform: translateZ(-300px) scale(2);
  -o-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 2; }

.layer-deep {
  -webkit-transform: translateZ(-600px) scale(3);
  -moz-transform: translateZ(-600px) scale(3);
  -ms-transform: translateZ(-600px) scale(3);
  -o-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 1; }

/*ローディング設定*/
.wrap {
  padding: 5rem 2rem; }
  @media screen and (min-width: 1080px) {
    .wrap {
      padding: 10rem 0; } }

.container {
  margin-right: auto;
  margin-left: 0;
  max-width: 1170px; }
  .container:after {
    content: "";
    display: block;
    clear: both; }

.txt-container {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .txt-container {
      margin-right: auto;
      margin-left: auto;
      max-width: 780px; } }

.row {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.col-1 {
  width: 100%; }

.col-2 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .col-2 {
      width: 50%; } }

.col-3 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .col-3 {
      width: 33.333333%; } }

.left-text {
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .left-text {
      width: calc( 60% - 2rem );
      margin-right: 2rem; } }

.right-pic {
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .right-pic {
      width: 40%;
      float: right; } }
  @media screen and (max-width: 767px) {
    .right-pic img {
      width: 80%; } }

.header {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0); }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .header {
      top: 94.5%;
      background-color: rgba(0, 0, 0, 0.85); } }
  @media screen and (min-width: 1080px) {
    .header {
      top: 0;
      bottom: inherit;
      background-color: rgba(0, 0, 0, 0); } }
  @media screen and (max-width: 767px) {
    .header {
      background: rgba(0, 0, 0, 0.85); } }
  .header__inner {
    height: 5rem;
    position: relative;
    z-index: 100;
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out; }
    @media screen and (min-width: 1080px) {
      .header__inner {
        height: 75px;
        display: flex;
        padding: 8px 0; } }
  .header__logo {
    width: 15rem;
    position: relative;
    margin-left: -6rem;
    left: 50%;
    top: 10px;
    z-index: 120;
    display: none;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease; }
    @media screen and (min-width: 1080px) {
      .header__logo {
        width: 15rem;
        margin-left: 2rem;
        left: 0;
        top: 20px;
        display: block; } }
    @media screen and (max-width: 1080px) and (min-width: 769px) {
      .header__logo {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .header__logo {
        display: none; } }
    .header__logo:hover {
      opacity: .6; }

.gnav-wrap {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .gnav-wrap {
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.8);
      -js-display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: center;
      transition: 0.2s ease-out;
      -o-transition: 0.2s ease-out;
      -ms-transition: 0.2s ease-out;
      -moz-transition: 0.2s ease-out;
      -webkit-transition: 0.2s ease-out; } }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .gnav-wrap {
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.8);
      -js-display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: center;
      transition: 0.2s ease-out;
      -o-transition: 0.2s ease-out;
      -ms-transition: 0.2s ease-out;
      -moz-transition: 0.2s ease-out;
      -webkit-transition: 0.2s ease-out; } }
  @media screen and (max-width: 767px) {
    .gnav-wrap {
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.8);
      -js-display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: center;
      transition: 0.2s ease-out;
      -o-transition: 0.2s ease-out;
      -ms-transition: 0.2s ease-out;
      -moz-transition: 0.2s ease-out;
      -webkit-transition: 0.2s ease-out; } }
  @media screen and (min-width: 1080px) {
    .gnav-wrap {
      position: relative;
      background: transparent; } }

.gnav {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  list-style: none;
  position: relative;
  float: left; }
  @media screen and (min-width: 1080px) {
    .gnav {
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row; } }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .gnav {
      padding-top: 5rem; } }
  .gnav__link {
    display: block;
    padding: 1rem;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 1080px) {
      .gnav__link {
        font-size: 1.4rem;
        padding: 0; }
        .gnav__link:before {
          content: "";
          width: 100%;
          height: 1px;
          background: #FFF;
          position: absolute;
          bottom: 0;
          opacity: 0;
          transition: 0.2s ease-out;
          -o-transition: 0.2s ease-out;
          -ms-transition: 0.2s ease-out;
          -moz-transition: 0.2s ease-out;
          -webkit-transition: 0.2s ease-out; }
        .gnav__link:hover:before {
          bottom: -10px;
          opacity: 1; } }
  @media screen and (min-width: 1080px) {
    .gnav {
      margin: 1.4rem 0 0 3rem; }
      .gnav__item:not(:last-child) {
        margin-right: 3rem; }
      .gnav__link {
        display: inline-block;
        font-size: 1.8rem; } }

.contact-nav {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  list-style: none;
  position: relative;
  right: 0;
  float: right; }
  @media screen and (min-width: 1080px) {
    .contact-nav {
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      display: inline-flex; } }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .contact-nav {
      padding-top: 5rem;
      display: none; } }
  @media screen and (max-width: 767px) {
    .contact-nav {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .contact-nav {
      display: none; } }
  .contact-nav__cart {
    display: inline-block;
    position: relative;
    background-color: rgba(241, 23, 0, 0);
    font-size: 1.8rem;
    padding: 1.35rem 1.5rem 1.35rem 5.5rem;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14); }
    .contact-nav__cart a {
      color: #FFF; }
      .contact-nav__cart a span {
        font-size: 1.6rem;
        font-style: normal; }
      .contact-nav__cart a:before {
        content: url("../images/cart.svg");
        position: absolute;
        top: 17px;
        left: 17px;
        width: 22px;
        height: 22px;
        color: #fff;
        z-index: 2000; }
    .contact-nav__cart:after {
      position: absolute;
      -webkit-transition: .3s;
      transition: .3s;
      content: '';
      width: 0;
      bottom: -10%;
      background: #7f0d00;
      height: 120%;
      left: -10%;
      transform: skew(15deg, 0deg);
      -o-transform: skew(15deg, 0deg);
      -ms-transform: skew(15deg, 0deg);
      -moz-transform: skew(15deg, 0deg);
      -webkit-transform: skew(15deg, 0deg);
      z-index: 100; }
  .contact-nav__contact {
    display: inline-block;
    position: relative;
    background-color: rgba(199, 0, 0, 0);
    font-size: 1.8rem;
    padding: 1.35rem 1.5rem 1.35rem 5.5rem;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.14); }
    .contact-nav__contact a {
      color: #FFF; }
      .contact-nav__contact a span {
        font-size: 1.6rem;
        font-style: normal; }
      .contact-nav__contact a:before {
        content: url("../images/mail.svg");
        position: absolute;
        top: 17px;
        left: 17px;
        width: 22px;
        height: 22px;
        color: #fff;
        z-index: 2000; }
    .contact-nav__contact:after {
      position: absolute;
      -webkit-transition: .3s;
      transition: .3s;
      content: '';
      width: 0;
      bottom: -10%;
      background: #3c3c3c;
      height: 120%;
      left: -10%;
      transform: skew(15deg, 0deg);
      -o-transform: skew(15deg, 0deg);
      -ms-transform: skew(15deg, 0deg);
      -moz-transform: skew(15deg, 0deg);
      -webkit-transform: skew(15deg, 0deg);
      z-index: 100; }

.nav-on {
  opacity: 1;
  visibility: visible; }

.sp-btn {
  display: block;
  width: 5rem;
  height: 5rem;
  position: relative;
  margin: 0 auto;
  z-index: 120;
  border-right: 1px solid #888888;
  border-top: 1px solid #6f6f6f; }
  @media screen and (min-width: 1080px) {
    .sp-btn {
      display: none; } }
  @media screen and (max-width: 767px) {
    .sp-btn {
      float: left;
      width: 33.33333%; } }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .sp-btn {
      float: left;
      width: 33.33333%; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .sp-btn {
      float: left;
      width: 33.33333%; } }
  .sp-btn span {
    display: block;
    width: 26px;
    height: 1px;
    margin-left: -13px;
    position: absolute;
    left: 20%;
    background: #fff;
    transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all; }
    @media screen and (max-width: 767px) {
      .sp-btn span {
        margin-left: 0;
        position: absolute;
        left: 5%; } }
    @media screen and (max-width: 1080px) and (min-width: 769px) {
      .sp-btn span {
        margin-left: 0;
        position: absolute;
        left: 5%; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .sp-btn span {
        margin-left: 0;
        position: absolute;
        left: 5%; } }
  .sp-btn p span {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0;
    position: relative;
    left: 27%;
    background: transparent;
    transition: initial;
    color: #fff;
    width: 60%;
    font-size: 1.2rem;
    top: 12px;
    font-weight: normal;
    text-align: center; }
  .sp-btn .top {
    top: 14px; }
  .sp-btn .middle {
    top: 24px; }
  .sp-btn .bottom {
    top: 34px; }
  .sp-btn_contact {
    display: block;
    width: 5rem;
    height: 5rem;
    position: relative;
    margin: 0 auto;
    z-index: 120;
    border-right: 1px solid #888888;
    border-top: 1px solid #6f6f6f; }
    @media screen and (min-width: 1080px) {
      .sp-btn_contact {
        display: none; } }
    @media screen and (max-width: 767px) {
      .sp-btn_contact {
        display: block;
        float: left;
        width: 33.33333%; } }
    @media screen and (max-width: 1080px) and (min-width: 769px) {
      .sp-btn_contact {
        display: block;
        float: left;
        width: 33.33333%; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .sp-btn_contact {
        display: block;
        float: left;
        width: 33.33333%; } }
    .sp-btn_contact p {
      display: block;
      width: 26px;
      height: 26px;
      margin: 0;
      position: relative;
      left: 0;
      background: transparent;
      transition: initial;
      color: #fff;
      width: 100%;
      font-size: 1.2rem;
      top: 12px;
      font-weight: normal;
      text-align: center; }
  .sp-btn_cart {
    display: block;
    width: 5rem;
    height: 5rem;
    position: relative;
    margin: 0 auto;
    z-index: 120;
    border-right: 0px solid #888888;
    border-top: 1px solid #6f6f6f; }
    @media screen and (min-width: 1080px) {
      .sp-btn_cart {
        display: none; } }
    @media screen and (max-width: 767px) {
      .sp-btn_cart {
        display: block;
        float: left;
        width: 33.33333%; } }
    @media screen and (max-width: 1080px) and (min-width: 769px) {
      .sp-btn_cart {
        display: block;
        float: left;
        width: 33.33333%; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .sp-btn_cart {
        display: block;
        float: left;
        width: 33.33333%; } }
    .sp-btn_cart p {
      display: block;
      width: 26px;
      height: 26px;
      margin: 0;
      position: relative;
      left: 0;
      background: transparent;
      transition: initial;
      color: #fff;
      width: 100%;
      font-size: 1.2rem;
      top: 12px;
      font-weight: normal;
      text-align: center; }

.on .top {
  top: 24px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }
.on .middle {
  opacity: 0;
  left: 65px; }
.on .bottom {
  top: 24px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .sp-back {
    background: rgba(0, 0, 0, 0.5); } }

.masthead {
  position: relative;
  height: 54vw; }
  .masthead .innerBox {
    position: fixed; }
  .masthead .logo {
    background-image: url(../images/pattern.png);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .masthead .logo {
        background-image: url(../images/bg_main_sp.jpg);
        background-size: cover;
        background-position: center center;
        overflow: hidden; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .masthead .logo {
        background-image: url(../images/bg_main_sp.jpg);
        background-size: cover;
        background-position: center center;
        overflow: hidden; } }
    .masthead .logo svg {
      max-width: 15vw;
      width: 15vw;
      min-width: 14vw;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .masthead .logo svg {
          max-width: 100%;
          width: 70%;
          top: -8.5%;
          position: relative; } }
      @media screen and (max-width: 1080px) and (min-width: 769px) {
        .masthead .logo svg {
          max-width: 100%;
          width: 45%;
          top: -8.5%;
          position: relative; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .masthead .logo svg {
          max-width: 100%;
          width: 45%;
          top: -8.5%;
          position: relative; } }
  .masthead .path {
    stroke: #FFF;
    fill: rgba(255, 255, 255, 0);
    stroke-width: 1;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: DASH 2s ease-in-out 1s forwards;
    -o-animation: DASH 2s ease-in-out 1s forwards;
    -ms-animation: DASH 2s ease-in-out 1s forwards;
    -moz-animation: DASH 2s ease-in-out 1s forwards;
    -webkit-animation: DASH 2s ease-in-out 1s forwards;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: rgba(255, 255, 255, 0); }
  80% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0); }
  100% {
    stroke-dashoffset: 0;
    fill: #FFF; } }
@-moz-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: rgba(255, 255, 255, 0); }
  80% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0); }
  100% {
    stroke-dashoffset: 0;
    fill: #FFF; } }
@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: rgba(255, 255, 255, 0); }
  80% {
    stroke-dashoffset: 2000;
    fill: rgba(255, 255, 255, 0); }
  100% {
    stroke-dashoffset: 0;
    fill: #FFF; } }
  .masthead-video {
    background-image: url(../images/bg_main_sp.jpg);
    z-index: 10;
    position: fixed !important;
    perspective: 10%;
    width: 100%; }
  .masthead .masthead-arrow {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
    z-index: 100; }

.breadcrumb-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5); }

.breadcrumb {
  width: 100%;
  padding: 0rem 2rem;
  margin: 0 auto;
  font-size: 1rem;
  overflow: hidden;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .breadcrumb {
      font-size: 1.2rem; } }
  @media screen and (min-width: 1080px) {
    .breadcrumb {
      padding: 0; } }
  .breadcrumb__item {
    float: left;
    padding: .5rem 0;
    font-family: 'Open Sans Condensed','Inconsolata',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .breadcrumb__item a {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -webkit-transition: 0.2s ease; }
      .breadcrumb__item a:hover {
        opacity: .5; }
  @media screen and (min-width: 1080px) {
    .breadcrumb {
      max-width: 1170px;
      font-size: 1.4rem; } }
  .breadcrumb__sep {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0 1rem;
    vertical-align: middle;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
    @media screen and (min-width: 1080px) {
      .breadcrumb__sep {
        margin: 0 1.8rem; } }

.about {
  background-image: url("../images/bg_whysomasole.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media screen and (max-width: 767px) {
    .about {
      background-position: 6% center;
      background-image: url("../images/bg_whysomasole_sp.jpg");
      background-size: cover;
      background-attachment: inherit; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .about {
      background-position: 6% center;
      background-image: url("../images/bg_whysomasole_sp.jpg");
      background-size: cover;
      background-attachment: inherit; } }
  .about h2 {
    margin-bottom: 7rem; }
    @media screen and (max-width: 767px) {
      .about h2 {
        font-size: 9vw;
        font-size: 3rem; } }
  .about h3 {
    color: #FFF;
    font-size: 2.65rem;
    font-weight: bold;
    line-height: 1.25;
    text-indent: -3%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .about h3 {
        font-size: 6vw; } }
  .about p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 2; }
  .about .row {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center; }
    .about .row .col-2 {
      color: #FFF;
      justify-content: center;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .about .row .col-2 {
          width: 100%; } }
      @media screen and (max-width: 1080px) and (min-width: 769px) {
        .about .row .col-2 h3 {
          font-size: 2.7vw; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .about .row .col-2 h3 {
          font-size: 2.7vw; } }
      @media screen and (max-width: 767px) {
        .about .row .col-2 h3 {
          font-size: 6vw; } }
      .about .row .col-2 p {
        line-height: 1.3; }
      .about .row .col-2 a {
        width: 250px;
        display: block; }
        @media screen and (max-width: 767px) {
          .about .row .col-2 a {
            margin: 0 auto; } }

.head-bg {
  width: 100%;
  padding: 1.6% 0;
  position: relative;
  z-index: 1000;
  background-image: url(../images/pattern.png); }
  @media screen and (max-width: 767px) {
    .head-bg {
      padding: 6% 0; } }
  .head-bg h2 {
    color: #FFF;
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      .head-bg h2 {
        font-size: 3rem;
        font-size: 9vw; } }
    .head-bg h2 span {
      display: block;
      font-size: 1.1vw;
      font-weight: normal;
      margin-top: 1px; }
      @media screen and (max-width: 767px) {
        .head-bg h2 span {
          font-size: 1.5rem; } }

.movie {
  background-image: url(../images/bg_movie.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: none !important; }
  .movie h3 {
    font-size: 4rem;
    margin-bottom: 5rem;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .movie h3 {
        font-size: 6vw;
        line-height: 1.1; } }
    @media screen and (max-width: 1080px) and (min-width: 769px) {
      .movie h3 {
        font-size: 3.2rem;
        line-height: 1.3; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .movie h3 {
        font-size: 3.2rem;
        line-height: 1.3; } }
  .movie-box {
    position: relative;
    width: 100%;
    padding: 0 0 56.25% 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .movie-box {
        position: relative;
        width: 100%;
        padding: 0 0 56.25% 0; } }
    @media screen and (max-width: 1080px) and (min-width: 769px) {
      .movie-box {
        position: relative;
        width: 100%;
        padding: 0 0 56.25% 0; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .movie-box {
        position: relative;
        width: 100%;
        padding: 0;
        padding: 0 0 56.25% 0; } }
    .movie-box iframe {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      display: block; }
      @media screen and (max-width: 767px) {
        .movie-box iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .movie-box img {
      width: 100%; }

.products-articl {
  width: 40%;
  line-height: 1.7;
  display: inline-block;
  vertical-align: top;
  float: left; }
  @media screen and (max-width: 767px) {
    .products-articl {
      width: 100%;
      display: block;
      vertical-align: top;
      position: relative;
      z-index: 2000;
      text-shadow: 1.5px 1.5px 0px #fff;
      float: none; } }
  .products-articl h3 {
    font-size: 2.5rem;
    margin-bottom: 0.8rem; }
    @media screen and (max-width: 767px) {
      .products-articl h3 {
        font-size: 6vw; } }
  .products-articl ul {
    margin-bottom: 4rem;
    display: block;
    position: relative;
    left: 1.8rem; }
    .products-articl ul li {
      text-indent: 1rem;
      list-style-type: disc; }
  .products-articl p {
    margin-bottom: 4rem; }
  .products-articl .plice {
    border: 1px solid #000000;
    width: 30rem;
    margin-bottom: 4rem;
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .products-articl .plice p {
      margin: 0;
      padding: 0.8rem 1.1rem; }
    .products-articl .plice p:nth-child(2) {
      border-left: 1px solid #000000; }
.products-img {
  width: 59%;
  display: inline-block;
  vertical-align: top;
  float: right; }
  @media screen and (max-width: 767px) {
    .products-img {
      width: 100%;
      display: block;
      vertical-align: top;
      position: relative;
      top: 0;
      left: 0;
      opacity: 1;
      float: none; } }
  .products-img img {
    width: 132%;
    max-width: 750px; }
    @media screen and (max-width: 767px) {
      .products-img img {
        width: 100%;
        max-width: 100%; } }
.products-buttons {
  width: 75%;
  margin: 0px auto;
  text-align: center;
  padding: 25px 0;
  display: block;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .products-buttons {
      width: 100%; } }
  .products-buttons a li {
    display: block;
    margin: 0 auto 0;
    width: 65%; }
    @media screen and (max-width: 767px) {
      .products-buttons a li {
        margin: 0 auto;
        width: 92%; } }

.button_buy {
  display: inline-block;
  position: relative;
  background-color: #e82b17;
  font-size: 1.9rem;
  padding: 2rem 2.5rem 2rem 6.5rem;
  color: #FFF; }
  @media screen and (max-width: 767px) {
    .button_buy {
      width: 85%; } }
  .button_buy span {
    font-size: 1.9rem; }
    .button_buy span:before {
      content: url(../images/cart.svg);
      position: absolute;
      top: 1px;
      left: -42px;
      width: 22px;
      height: 22px;
      color: #fff;
      z-index: 2000; }
  .button_buy:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: -10%;
    background: #7f0d00;
    height: 120%;
    left: -10%;
    transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    -moz-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    z-index: 100; }

.setup {
  background-image: url(../images/Artboard_2_Copy_2_2048x2048.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .setup ul li {
    margin-bottom: 2.5rem; }
    .setup ul li a {
      display: block; }
      .setup ul li a img {
        text-align: center;
        margin: 0 auto;
        display: block;
        max-width: 100%; }
        .setup ul li a img:hover {
          opacity: 0.88;
          transition: 0.3s;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s; }

.trainer .section-wrapper {
  padding: 3rem 2rem 4rem; }
  @media screen and (max-width: 1080px) and (min-width: 769px) {
    .trainer .section-wrapper {
      padding: 8rem 2% 9rem; } }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .trainer .section-wrapper {
      padding: 8rem 2% 9rem; } }
.trainer-box {
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .trainer-box a {
    position: absolute;
    display: block;
    top: 100%; }
    .trainer-box a .button_base {
      padding: 1.35rem 0; }
  .trainer-box-list {
    position: relative;
    background: #FDFDFD;
    width: 100%;
    height: auto;
    margin: 0 0.3%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14); }
    .trainer-box-list-disc {
      position: relative;
      padding: 2rem;
      height: 265px; }
      .trainer-box-list-disc h3 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
        line-height: 2.1rem; }
        @media screen and (max-width: 767px) {
          .trainer-box-list-disc h3 {
            font-size: 6vw; } }
        .trainer-box-list-disc h3 span {
          font-size: 0.8rem;
          display: block; }
      .trainer-box-list-disc ul {
        margin-bottom: 15px; }
        .trainer-box-list-disc ul li {
          font-size: 1rem;
          line-height: 1.8rem; }
    .trainer-box-list .link-box {
      width: 100%; }
      .trainer-box-list .link-box ul {
        width: 100%;
        display: inline-block; }
        .trainer-box-list .link-box ul .cols-4 {
          width: 25%;
          display: inline-block;
          margin: 0;
          padding: 0;
          vertical-align: top; }
          .trainer-box-list .link-box ul .cols-4 span {
            width: 100%;
            display: block; }
            .trainer-box-list .link-box ul .cols-4 span img {
              width: 40%;
              text-align: center;
              margin: 0 auto;
              padding: 15% 0; }
        .trainer-box-list .link-box ul .cols-3 {
          width: 33.333333%;
          display: inline-block;
          margin: 0;
          padding: 0;
          vertical-align: top; }
          .trainer-box-list .link-box ul .cols-3 span {
            width: 100%;
            display: block; }
            .trainer-box-list .link-box ul .cols-3 span img {
              width: 31%;
              text-align: center;
              margin: 0 auto;
              padding: 11% 0; }
        .trainer-box-list .link-box ul .cols-2 {
          width: 50%;
          display: inline-block;
          margin: 0;
          padding: 0;
          vertical-align: top; }
          .trainer-box-list .link-box ul .cols-2 span {
            width: 100%;
            display: block; }
            .trainer-box-list .link-box ul .cols-2 span img {
              width: 21%;
              text-align: center;
              margin: 0 auto;
              padding: 7% 0; }
        .trainer-box-list .link-box ul .cols-1 {
          width: 100%;
          margin: 0;
          padding: 0;
          vertical-align: top; }
          .trainer-box-list .link-box ul .cols-1 span {
            width: 100%;
            display: block; }
            .trainer-box-list .link-box ul .cols-1 span img {
              width: 10%;
              text-align: center;
              margin: 0 auto;
              padding: 4% 0; }
        .trainer-box-list .link-box ul a div {
          background-color: #52c2ee; }
        .trainer-box-list .link-box ul a:hover {
          opacity: 0.5; }
    .trainer-box-list-img img {
      text-align: center;
      margin: 0 auto;
      display: block;
      width: 100%; }

.topics-box {
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 3rem 2rem 5rem 2.5rem; }
  @media screen and (max-width: 767px) {
    .topics-box {
      padding: 5%; } }
  .topics-box-list {
    box-sizing: border-box;
    position: relative;
    width: 31.66%;
    height: 40rem;
    margin: 0 2.5% 32px 0;
    padding: 0;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    -webkit-transform: translateZ(0);
    overflow: hidden;
    border: 0px solid #fff;
    border-collapse: collapse;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .topics-box-list {
        width: 100%;
        margin: 0 0 20px 0; } }
    .topics-box-list a {
      display: block;
      color: #333;
      position: absolute;
      padding: 0px;
      height: 100%;
      left: 0;
      right: 0; }
    .topics-box-list-img {
      position: relative;
      height: 196px;
      background: #ccc;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      -ms-high-contrast-adjust: none; }
      @media screen and (max-width: 767px) {
        .topics-box-list-img {
          height: 160px; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .topics-box-list-img {
          height: 160px; } }
      .topics-box-list-img img {
        width: 100%;
        height: 205px;
        margin: 0 0 10px 0; }
      .topics-box-list-img data {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/pattern.png);
        width: 60px;
        height: 62px;
        color: #FFF;
        font-size: 19px;
        padding: 6px 10px;
        line-height: 1.2;
        font-weight: bold; }
        .topics-box-list-img data span {
          font-size: 22px; }
  .topics-box-disc {
    position: relative;
    padding: 0 2rem 0;
    margin: 2rem 0 0 0; }
    .topics-box-disc h3 {
      position: relative;
      margin-top: 8px;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: normal;
      line-height: 1.2;
      color: #1ac0ea;
      padding: 0 0 0 13px; }
      @media screen and (max-width: 767px) {
        .topics-box-disc h3 {
          font-size: 6vw; } }
      .topics-box-disc h3:before {
        content: "";
        position: absolute;
        border-left: 4px solid #1ac0ea;
        top: 2px;
        left: 0;
        min-height: 23px;
        height: 97%; }
    .topics-box-disc p {
      font-size: 1.3rem;
      display: block;
      line-height: 1.3;
      color: #777; }
    .topics-box-disc ul {
      margin-bottom: 0; }
      .topics-box-disc ul li {
        font-size: 1rem;
        line-height: 1.8rem; }
  .topics-box-info {
    position: relative;
    padding: 1.5rem 2rem 0; }
    .topics-box-info a {
      display: inline;
      color: #333;
      position: static;
      padding: 0px;
      height: auto;
      left: 0;
      right: 0;
      top: 0; }
      .topics-box-info a p {
        display: inline-block;
        margin: 0.5em 1em .5em 0;
        padding: .1em 0.4em .2em;
        border-left-style: none;
        border-radius: .2em;
        background-color: #e0e0e0;
        color: #444;
        line-height: 1.8;
        cursor: pointer;
        font-size: 0.8em;
        position: relative;
        top: 328px; }
        .topics-box-info a p:after {
          content: '';
          position: relative;
          top: 0.28em;
          right: -1.2em;
          margin-left: -1em;
          width: 1.5em;
          height: 1.4em;
          border-bottom-left-radius: .2em;
          background-color: #e0e0e0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          display: inline-block; }
    .topics-box-info a {
      display: inline;
      color: #333;
      position: static;
      padding: 0px;
      height: auto;
      left: 0;
      right: 0;
      top: 0; }
      .topics-box-info a button {
        display: inline-block;
        position: relative;
        right: 0;
        background-color: #0e9ed7;
        width: 94px;
        height: 28px;
        float: right;
        margin: 8px 0 0 0;
        padding: 0 0 0 10px;
        text-align: left;
        border: none;
        box-shadow: 0 0 0 0 transparent;
        -o-box-shadow: 0 0 0 0 transparent;
        -ms-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 0 transparent;
        cursor: pointer;
        position: relative;
        top: 324px; }
        .topics-box-info a button:before {
          content: "";
          position: absolute;
          background-image: url(../images/white_next_double_arrow.svg);
          background-repeat: no-repeat;
          top: 6px;
          right: 7px;
          width: 16px;
          height: 30px;
          z-index: 115;
          font-weight: lighter; }
        .topics-box-info a button span {
          color: #fff;
          font-size: 1.4rem;
          line-height: 1.2;
          text-align: left; }
.topics-list:hover {
  background-color: #ffffff; }
.topics-button {
  width: 80%;
  padding: 0;
  display: block;
  max-width: 75%;
  margin: 1.75rem auto 0rem; }
  @media screen and (max-width: 767px) {
    .topics-button {
      width: 80%;
      margin: 5rem auto 1rem;
      max-width: 80%; } }
  .topics-button a span {
    padding: 20px;
    display: block;
    vertical-align: middle;
    font-size: 1.9rem; }

.topics-box li:nth-child(3n) {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .topics-box li:nth-child(3n) {
      margin: 0 0 6% 0; } }

.movie .section-wrapper {
  background: rgba(147, 235, 244, 0.6); }

.products .section-wrapper {
  background: white; }

.setup .section-wrapper {
  background: rgba(0, 0, 0, 0.8); }

.trainer .section-wrapper {
  background: rgba(255, 255, 255, 0.85); }

.topics .topics-box {
  background: rgba(0, 0, 0, 0.7); }

.trainer .button_base {
  height: 60px; }

footer {
  background-color: #494949;
  padding: 50px 0;
  width: 100%;
  position: relative;
  z-index: 1000; }
  footer small {
    color: #FFF;
    display: block; }

.footer-nav ul {
  width: 100%;
  margin: 0 auto 26px;
  text-align: center; }
  .footer-nav ul li a {
    font-weight: lighter;
    font-size: 88%; }
.footer-nav__wrap {
  margin-bottom: 0;
  font-weight: bold;
  padding: 2rem;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  background: transparent; }
  @media screen and (min-width: 1080px) {
    .footer-nav__wrap {
      padding: 3rem 0rem; } }
.footer-nav__items {
  max-width: 1170px;
  margin: 0 auto;
  font-size: 1.2rem;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 1080px) {
    .footer-nav__items {
      -js-display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 1.4rem; } }
.footer-nav__item {
  display: inline-block;
  margin: 0 15px; }
.footer-nav__link {
  color: #FFF;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease; }
  .footer-nav__link:hover {
    color: #c41a41; }
.footer-last {
  background: #333; }
.footer-wrapper .logo {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  height: 150px; }
  .footer-wrapper .logo img {
    width: 200px;
    height: auto; }
.footer-wrapper .sns {
  display: block;
  width: 100%;
  text-align: center; }
  .footer-wrapper .sns ul li {
    display: inline-block; }
    .footer-wrapper .sns ul li img {
      width: 50px;
      height: auto; }

.copyright {
  display: block;
  color: #fff; }

.footer-col {
  font-size: 1.3rem; }
  .footer-col:first-child {
    margin-bottom: 5rem; }
    @media screen and (min-width: 1080px) {
      .footer-col:first-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 1080px) {
    .footer-col {
      font-size: 1.6rem; } }
  .footer-col__title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 0; }
    @media screen and (min-width: 1080px) {
      .footer-col__title {
        font-size: 4rem;
        margin-bottom: 3rem; } }

.more_button {
  display: block;
  width: 200px; }

a.button {
  display: inline-block;
  padding: 1.3rem 5rem;
  margin-top: 3rem;
  position: relative;
  border: 1px solid #333;
  font-size: 1.3rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 1080px) {
    a.button {
      font-size: 1.6rem;
      margin-top: 5rem; } }

.button:hover {
  text-decoration: none;
  color: #c41a41; }

a.button2 {
  display: inline-block;
  padding: 1.3rem 5rem;
  margin-top: 3rem;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 1080px) {
    a.button2 {
      font-size: 1.6rem;
      margin-top: 5rem; } }
  a.button2:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3); }

.main {
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }
  .main-message {
    padding: 0 20px;
    z-index: 90; }
    @media screen and (min-width: 1080px) {
      .main-message {
        padding: 0; } }
    .main-message__intro {
      font-size: 2.4rem;
      font-weight: 500;
      margin: 0;
      line-height: 1.5em;
      letter-spacing: .05em; }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .main-message__intro {
          font-size: 4.8rem;
          font-weight: 500;
          line-height: 1.5em;
          letter-spacing: .05em; } }
      @media screen and (min-width: 1080px) {
        .main-message__intro {
          font-size: 6rem; } }
    .main-message__sub {
      margin-top: 2rem;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .main-message__sub {
          margin-top: 3rem;
          font-size: 1.6rem; } }
      @media screen and (min-width: 1080px) {
        .main-message__sub {
          font-size: 1.8rem; } }
  .main__modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    background: rgba(0, 0, 0, 0.3); }
  .main-news {
    display: inline-block;
    width: 90%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 767px) {
      .main-news {
        display: block;
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .main-news {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 1080px) and (min-width: 769px) {
      .main-news {
        display: block;
        width: 100%; } }
    .main-news__txt {
      position: absolute;
      top: 0;
      display: block;
      padding: 1.65rem 0 1rem 3rem;
      color: #fff;
      text-decoration: underline;
      font-size: 1.2rem;
      font-size: 1.3vw;
      min-height: 95px;
      margin: 0; }
      @media screen and (min-width: 1080px) {
        .main-news__txt {
          display: inline-block;
          font-size: 1.4rem;
          padding: 1.65rem 0 1rem 3rem;
          min-height: 95px;
          position: absolute;
          top: 0; } }
      @media screen and (max-width: 767px) {
        .main-news__txt {
          display: block;
          padding: 1.3rem 1rem;
          line-height: 1.6;
          font-size: 3.3vw;
          max-width: 75%;
          width: 75%; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .main-news__txt {
          display: block;
          padding: 1.3rem 1rem;
          line-height: 1.6;
          font-size: 1.5rem;
          max-width: 90%;
          width: 90%; } }
      .main-news__txt:hover {
        text-decoration: none; }
    .main-news__time {
      position: relative; }
      @media screen and (min-width: 1080px) {
        .main-news__time {
          display: inline-block;
          padding-right: 2rem;
          font-size: 1.4rem; } }
    .main-news__more {
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 0;
      padding-left: 2rem;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 2.2;
      background-color: #52c3ef;
      color: #fff;
      /* position: relative; */
      transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -webkit-transition: 0.2s ease;
      z-index: 1500;
      transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -webkit-transition: 0.2s ease; }
      @media screen and (min-width: 1080px) {
        .main-news__more {
          font-size: 1.6rem;
          padding: 1.13rem 1.5rem 1.13rem 3.5rem; } }
      @media screen and (max-width: 767px) {
        .main-news__more {
          display: block;
          height: 64px;
          padding: 0; } }
      @media screen and (max-width: 1080px) and (min-width: 769px) {
        .main-news__more {
          display: block;
          height: 64px;
          padding: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .main-news__more {
          display: block;
          height: 64px;
          padding: 0; } }
      .main-news__more a {
        color: #fff;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .main-news__more a {
            position: relative;
            height: 64px;
            padding: 2rem 2.5rem;
            top: 30%; } }
        @media screen and (min-width: 768px) and (max-width: 1079px) {
          .main-news__more a {
            position: relative;
            height: 64px;
            padding: 2rem 2.5rem;
            top: 30%; } }
        @media screen and (max-width: 1080px) and (min-width: 769px) {
          .main-news__more a {
            position: relative;
            height: 64px;
            padding: 2rem 2.5rem;
            top: 30%; } }
        @media screen and (max-width: 767px) {
          .main-news__more a:after {
            content: "MORE";
            padding: 0;
            position: relative;
            left: 8px;
            top: 0; } }
        @media screen and (min-width: 768px) and (max-width: 1079px) {
          .main-news__more a:after {
            content: "MORE";
            padding: 0;
            position: relative;
            left: 8px;
            top: 0; } }
        @media screen and (max-width: 1080px) and (min-width: 769px) {
          .main-news__more a:after {
            content: "MORE";
            padding: 0;
            position: relative;
            left: 8px;
            top: 0; } }
        .main-news__more a span {
          font-style: normal; }
          @media screen and (max-width: 767px) {
            .main-news__more a span {
              display: none; } }
          @media screen and (min-width: 768px) and (max-width: 1079px) {
            .main-news__more a span {
              display: none; } }
          @media screen and (max-width: 1080px) and (min-width: 769px) {
            .main-news__more a span {
              display: none; } }
      .main-news__more:hover {
        background: #98e2ff;
        color: #333; }
      .main-news__more:hover:after {
        border-top: #c41a41;
        border-right: #c41a41; }
      .main-news__more:before {
        content: "";
        width: 7px;
        height: 7px;
        margin: -5px 0 0 0;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: 0.2s ease;
        -o-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -webkit-transition: 0.2s ease;
        position: absolute;
        left: 8px;
        top: 50%;
        z-index: 2000; }
        @media screen and (min-width: 768px) and (max-width: 1079px) {
          .main-news__more:before {
            left: 8px;
            top: 33px; } }
      .main-news__more:after {
        position: relative;
        -webkit-transition: .0s;
        transition: .0s;
        content: '';
        width: 0;
        bottom: 0;
        background: #0F457F;
        height: 0;
        left: 0;
        transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        z-index: 0; }
      .main-news__more:hover:before {
        color: #FFF; }
    @media screen and (min-width: 1080px) {
      .main-news {
        padding: 0;
        height: 64px; }
        .main-news__txt {
          font-size: 1.4rem; }
        .main-news__title {
          padding: 0 2rem;
          border: 1px solid #fff;
          margin-right: 2rem; } }
    .main-news-head {
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #000;
      color: #52c3ef;
      width: 10%;
      left: 0;
      padding: 1.58rem 2.5rem;
      z-index: 100;
      color: #52c1ef;
      font-size: 2.2rem; }
      @media screen and (max-width: 767px) {
        .main-news-head {
          display: none; } }
      @media screen and (max-width: 1080px) and (min-width: 769px) {
        .main-news-head {
          display: none; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .main-news-head {
          display: none; } }
      .main-news-head:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-left-color: #000000;
        border-width: 3rem;
        margin-top: -3rem;
        border-top: 30px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 15px solid #000; }

.slider {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 70; }
  .slider__1 {
    background: url(../images/001.jpg) center center no-repeat; }
  .slider__2 {
    background: url(../images/002.jpg) center center no-repeat; }
  .slider__3 {
    background: url(../images/003.jpg) center center no-repeat; }
  .slider__4 {
    background: url(../images/004.jpg) center center no-repeat; }
  .slider__5 {
    background: url(../images/005.jpg) center center no-repeat; }
  .slider div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover; }
    @media screen and (min-width: 1080px) {
      .slider div {
        background-attachment: fixed; } }

.service-list {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.service-item {
  width: 100%; }
  .service-item:not(:last-child) {
    margin-bottom: 1rem; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .service-item {
      width: calc( 33.333333% - 1rem );
      margin-bottom: 0; }
      .service-item:not(:last-child) {
        margin-bottom: 0rem; } }
.service-col {
  display: block;
  height: 100%;
  padding: 2.5rem;
  margin-bottom: 2rem;
  border: 2px solid rgba(45, 64, 89, 0.1);
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 1080px) {
    .service-col {
      margin-bottom: 0; } }
  .service-col:hover {
    color: #c41a41;
    background: #f5f5f5;
    text-decoration: none; }
  .service-col:not(:last-child) {
    margin-bottom: 1rem; }
    @media screen and (min-width: 1080px) {
      .service-col:not(:last-child) {
        margin-bottom: 0; } }
  .service-col__title {
    display: inline-block;
    padding-left: 3rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    position: relative; }
    @media screen and (min-width: 1080px) {
      .service-col__title {
        font-size: 3rem;
        margin-bottom: 2rem; } }
    .service-col__title:before {
      color: #c41a41;
      position: absolute;
      left: 0;
      top: 0; }
  .service-col__title1:before {
    content: "1."; }
  .service-col__title2:before {
    content: "2."; }
  .service-col__title3:before {
    content: "3."; }

.worklist {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.work-item {
  box-sizing: border-box;
  color: #fff;
  position: relative;
  text-align: center; }
  .work-item:not(:last-child) {
    margin-bottom: 2rem; }
  .work-item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.6s ease; }
  .work-item__pic {
    opacity: 1;
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media screen and (min-width: 1080px) {
      .work-item__pic {
        border: solid 1px #ddd; } }
  .work-item__caption {
    margin-top: 2rem; }
    @media screen and (min-width: 1080px) {
      .work-item__caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9; } }
  .work-item__title, .work-item__copy {
    color: #333;
    text-align: left; }
    @media screen and (min-width: 1080px) {
      .work-item__title, .work-item__copy {
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
        opacity: 0;
        text-align: center; } }
  .work-item__title {
    font-size: 1.8rem;
    line-height: 1.5; }
    @media screen and (min-width: 1080px) {
      .work-item__title {
        padding: 0 30px;
        display: inline-block;
        font-size: 3.2rem;
        font-weight: 500;
        color: #333;
        text-transform: uppercase;
        bottom: 50%;
        -webkit-transform: translate3d(0%, -100%, 0);
        transform: translate3d(0%, -100%, 0); }
        .work-item__title--large {
          font-size: 5rem; } }
  .work-item__copy {
    font-size: 1.3rem; }
    @media screen and (min-width: 1080px) {
      .work-item__copy {
        top: 50%;
        margin-top: 2rem;
        padding: 0 5rem;
        font-size: 1.6rem;
        font-weight: bold;
        color: #444;
        -webkit-transform: translate3d(0%, 100%, 0);
        transform: translate3d(0%, 100%, 0); } }
  .work-item__link {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10; }
  .work-item:hover .work-item__pic {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .work-item:hover .work-item__title, .work-item:hover .work-item__copy {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  .work-item:hover .work-item__title {
    opacity: 0.9; }
  .work-item:hover .work-item__copy {
    opacity: 0.6; }
  .work-item--big {
    width: 100%; }
  .work-item--small {
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .work-item--small {
        width: calc( 50% - 1rem ); }
        .work-item--small:nth-child(2n) {
          margin-left: 2rem; } }

.work-info {
  padding: 4rem 0;
  border-bottom: solid 1px #ddd;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.work-description {
  width: 100%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 1080px) {
    .work-description {
      width: calc( 58% - 2rem );
      margin-right: 4rem;
      margin-bottom: 0; } }
.work-data {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .work-data {
      width: calc( 42% - 2rem ); } }
  .work-data__inner {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .work-data__inner dt {
      width: 20%;
      font-weight: bold; }
    .work-data__inner dd {
      width: 80%; }
    .work-data__inner a {
      text-decoration: underline;
      transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -webkit-transition: 0.2s ease; }
      .work-data__inner a:hover {
        color: #c41a41; }

.blog-list {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.blog-card {
  width: 100%;
  box-sizing: border-box; }
  .blog-card:not(:last-child) {
    margin-bottom: 5rem; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .blog-card {
      width: calc( 33.333333% - 1rem ); }
      .blog-card:not(:nth-child(3n)) {
        margin-right: 1.5rem; } }
  .blog-card__pic {
    width: 100%;
    height: auto;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease; }
  .blog-card__subject {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.5rem 0 0;
    position: relative;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease; }
    @media screen and (min-width: 1080px) {
      .blog-card__subject {
        font-size: 1.6rem; } }
  .blog-card__time {
    display: block;
    color: #aaa;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right; }
  .blog-card:hover .blog-card__pic {
    opacity: .6; }
  .blog-card:hover .blog-card__subject {
    color: #c41a41; }

.article-head {
  padding: 3rem 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-weight: bold; }
  .article-head__title {
    line-height: 1.4;
    font-size: 2.2rem; }
    @media screen and (min-width: 1080px) {
      .article-head__title {
        font-size: 3.6rem; } }
  .article-head__tag, .article-head__date, .article-head__slash {
    color: #aaa; }
  .article-head__slash {
    margin: 0 1rem; }

.news__box {
  background: #fff;
  padding: 2rem;
  margin: 0 -2rem;
  box-sizing: border-box; }
  @media screen and (min-width: 1080px) {
    .news__box {
      padding: 5rem;
      margin: 0; } }
.news__card {
  padding: 1rem 0;
  box-sizing: border-box;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.news__subject {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  position: relative;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease; }
  @media screen and (min-width: 1080px) {
    .news__subject {
      width: 84%;
      padding: 0 2rem;
      font-size: 1.6rem; } }
  .news__subject:hover {
    color: #c41a41; }
.news__time {
  width: 100%;
  color: #aaa;
  font-weight: bold; }
  @media screen and (min-width: 1080px) {
    .news__time {
      width: 16%; } }

.pager {
  width: 100%;
  margin-top: 3rem;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  box-sizing: border-box;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 1080px) {
    .pager {
      margin-top: 6rem; } }
  .pager__link {
    position: relative; }
    .pager__link--active:before {
      content: "";
      width: 18px;
      height: 18px;
      border-bottom: 2px solid #c41a41;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -9px; }
  .pager__item {
    width: 33.333333%;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    position: relative; }
    .pager__item a {
      display: inline-block;
      padding-top: 2rem;
      padding-bottom: 2rem;
      color: #c41a41;
      box-sizing: border-box;
      transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -webkit-transition: 0.2s ease; }
      .pager__item a:hover {
        opacity: .6; }
    .pager__item--prev {
      flex-basis: 60px; }
      @media screen and (min-width: 1080px) {
        .pager__item--prev {
          flex-basis: 150px; } }
      @media screen and (min-width: 1080px) {
        .pager__item--prev a {
          padding-left: 3rem; }
          .pager__item--prev a:before {
            content: "";
            width: 6px;
            height: 6px;
            border-top: #c41a41 solid 1px;
            border-left: #c41a41 solid 1px;
            position: absolute;
            left: 12px;
            bottom: 30px;
            transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transition: 0.2s ease;
            -o-transition: 0.2s ease;
            -ms-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            -webkit-transition: 0.2s ease; }
          .pager__item--prev a:hover:before {
            left: .8rem; } }
    .pager__item--center {
      flex: 1 0 auto;
      text-align: center;
      box-sizing: border-box; }
      .pager__item--center a {
        padding: 2rem 1.5rem; }
        @media screen and (max-width: 767px) {
          .pager__item--center a {
            padding: 2rem 2.5rem; } }
    .pager__item--next {
      text-align: right;
      flex-basis: 40px; }
      @media screen and (min-width: 1080px) {
        .pager__item--next {
          flex-basis: 150px; } }
      @media screen and (min-width: 1080px) {
        .pager__item--next a {
          padding-right: 3rem; }
          .pager__item--next a:before {
            content: "";
            width: 6px;
            height: 6px;
            border-top: #c41a41 solid 1px;
            border-right: #c41a41 solid 1px;
            position: absolute;
            right: 12px;
            bottom: 30px;
            transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transition: 0.2s ease;
            -o-transition: 0.2s ease;
            -ms-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            -webkit-transition: 0.2s ease; }
          .pager__item--next a:hover:before {
            right: .8rem; } }

.page-head {
  width: 100%;
  height: 240px;
  color: #fff;
  background: url(../images/001.jpg) center 0% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 1080px) {
    .page-head {
      height: 350px;
      background-attachment: fixed; } }
  .page-head__title {
    display: block;
    position: relative;
    z-index: 6; }
    .page-head__title--en {
      display: block;
      font-weight: bold;
      font-size: 3rem;
      line-height: 1.5em;
      letter-spacing: .05em; }
      @media screen and (min-width: 1080px) {
        .page-head__title--en {
          font-size: 6rem; } }
    .page-head__title--ja {
      display: block;
      font-weight: normal;
      font-size: 1.4rem;
      color: #fff; }
      @media screen and (min-width: 1080px) {
        .page-head__title--ja {
          font-size: 1.5rem; } }
  .page-head:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.3); }

.post-head {
  width: 100%;
  height: 400px;
  color: #fff;
  background: url(../images/aa.jpg) center 0% no-repeat fixed;
  background-size: cover;
  position: relative;
  z-index: 3;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }
  .post-head__title {
    display: inline-block;
    font-size: 4.6rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.5em;
    letter-spacing: .05em;
    position: relative;
    z-index: 6; }
    .post-head__title:after {
      content: "";
      height: 4px;
      width: 100%;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0; }
  .post-head:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.3); }

.page-title {
  margin-bottom: 3rem; }
  @media screen and (min-width: 1080px) {
    .page-title {
      margin-bottom: 5rem; } }
  .page-title__main {
    display: block;
    font-size: 3.6rem;
    line-height: 1.3; }
    @media screen and (min-width: 1080px) {
      .page-title__main {
        font-size: 5.6rem; } }
  .page-title__sub {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 1080px) {
      .page-title__sub {
        display: block;
        margin-top: 2rem;
        font-size: 1.8rem; } }
    .page-title__sub--white {
      color: #fff; }

.post-type-page, .section {
  position: relative; }
  .post-type-page__title, .section__title {
    margin-bottom: 3rem; }
    @media screen and (min-width: 1080px) {
      .post-type-page__title, .section__title {
        margin-bottom: 5rem; } }
    .post-type-page__title__main, .section__title__main {
      display: block;
      font-size: 3.6rem;
      line-height: 1.3; }
      @media screen and (min-width: 1080px) {
        .post-type-page__title__main, .section__title__main {
          font-size: 5.6rem; } }
    .post-type-page__title__sub, .section__title__sub {
      margin-top: 1rem;
      font-size: 1.3rem;
      line-height: 1;
      color: rgba(0, 0, 0, 0.4); }
      @media screen and (min-width: 1080px) {
        .post-type-page__title__sub, .section__title__sub {
          display: block;
          margin-top: 2rem;
          font-size: 1.8rem; } }
  .post-type-page.table, .section.table {
    width: 100%;
    text-align: left;
    border-collapse: collapse; }
    .post-type-page.table tr, .section.table tr {
      border-top: #eee solid 1px;
      border-bottom: #eee solid 1px;
      overflow: hidden; }
    .post-type-page.table th, .section.table th {
      display: block;
      padding-top: 1.5rem;
      vertical-align: top; }
      @media screen and (min-width: 1080px) {
        .post-type-page.table th, .section.table th {
          width: 20%;
          padding: 2rem 0;
          display: inline-block;
          float: left; } }
    .post-type-page.table td, .section.table td {
      display: block;
      padding-bottom: 1.5rem;
      vertical-align: top; }
      @media screen and (min-width: 1080px) {
        .post-type-page.table td, .section.table td {
          width: 80%;
          display: inline-block;
          padding: 2rem 0;
          float: left; } }
  @media screen and (min-width: 1080px) {
    .post-type-page__right-col__wrap, .section__right-col__wrap {
      position: absolute;
      top: 10rem;
      left: 50%;
      margin-left: 150px; } }
  .post-type-page__right-col__pic, .section__right-col__pic {
    width: 100%; }
    .post-type-page__right-col__pic__container, .section__right-col__pic__container {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 1080px) {
        .post-type-page__right-col__pic__container, .section__right-col__pic__container {
          width: 450px; } }
      .post-type-page__right-col__pic__container img, .section__right-col__pic__container img {
        width: 60%;
        height: auto;
        margin: 0 auto; }
        @media screen and (min-width: 1080px) {
          .post-type-page__right-col__pic__container img, .section__right-col__pic__container img {
            width: 100%; } }
  .post-type-page--vision, .section--vision {
    background: url(../images/sky.jpg) center;
    background-size: cover; }
    .post-type-page--vision__txt, .section--vision__txt {
      font-size: 1.4rem;
      line-height: 3rem; }
      @media screen and (min-width: 1080px) {
        .post-type-page--vision__txt, .section--vision__txt {
          font-size: 1.7rem;
          font-weight: 500;
          line-height: 5rem; } }
  .post-type-page--rec-pic, .section--rec-pic {
    background: url(../images/aa.jpg) center;
    background-size: cover;
    height: 300px; }
  .post-type-page--recruit, .section--recruit {
    background: url(../images/a.jpg) center;
    background-size: cover; }

.greeting-pic, .recruit-pic {
  text-align: center; }
  @media screen and (min-width: 1080px) {
    .greeting-pic, .recruit-pic {
      float: right;
      margin-left: 3rem; } }
.greeting-sign, .recruit-sign {
  display: block;
  margin-top: 2rem;
  text-align: right; }

.recruit-content {
  position: relative;
  z-index: 1;
  color: #fff; }
.recruit-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0; }
.recruit-pic {
  text-align: center; }
  @media screen and (min-width: 1080px) {
    .recruit-pic {
      width: 600px; } }
  .recruit-pic img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 1080px) {
    .recruit-pic {
      float: right;
      margin-left: 3rem; } }
.recruit-text__intro {
  margin: 3rem 0 2rem 0; }

#contact .bg-contact {
  background-color: rgba(255, 255, 255, 0.9); }
#contact .section-wrapper {
  padding: 8rem 0 9rem; }
  @media screen and (max-width: 767px) {
    #contact .section-wrapper {
      padding: 1.5rem 0 1rem; } }

.contact {
  width: 100%;
  background-image: url(../images/App_Shot_2048x2048.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFF; }
  .contact-disc {
    text-shadow: 1px 1px 1px #000; }
  .contact p {
    margin: 8px 0 15px 0;
    line-height: 1.6; }

.contact-buttons {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 30px 40px 30px; }
  .contact-buttons .products-buttons {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 25px 0; }
    .contact-buttons .products-buttons li {
      display: inline-block;
      width: 46%;
      margin: 0 0 0 3.0rem;
      padding: 4rem 10rem; }
      @media screen and (max-width: 767px) {
        .contact-buttons .products-buttons li {
          display: inline-block;
          width: 95%;
          margin: 0 auto;
          padding: 20px;
          font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .contact-buttons .products-buttons .button_buy {
        margin: 2rem 0 0 0; } }
    .contact-buttons .products-buttons .button_buy span {
      font-size: 3.8rem; }
      @media screen and (max-width: 767px) {
        .contact-buttons .products-buttons .button_buy span {
          font-size: 1.9rem; } }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .contact-buttons .products-buttons .button_buy span {
          font-size: 2.5vw; } }
      .contact-buttons .products-buttons .button_buy span:before {
        content: url(../images/cart.svg);
        position: absolute;
        top: 15%;
        left: -53px;
        width: 38px;
        height: 38px;
        color: #fff;
        z-index: 2000; }
        @media screen and (min-width: 768px) and (max-width: 1079px) {
          .contact-buttons .products-buttons .button_buy span:before {
            top: -4%; } }
        @media screen and (max-width: 767px) {
          .contact-buttons .products-buttons .button_buy span:before {
            top: 8%;
            left: -39px;
            width: 26px;
            height: 38px; } }
    .contact-buttons .products-buttons .button_buy:after {
      content: ''; }
    .contact-buttons .products-buttons .button_contact {
      background-color: #000000; }
      .contact-buttons .products-buttons .button_contact span {
        font-size: 3.8rem; }
        @media screen and (max-width: 767px) {
          .contact-buttons .products-buttons .button_contact span {
            font-size: 1.9rem; } }
        @media screen and (min-width: 768px) and (max-width: 1079px) {
          .contact-buttons .products-buttons .button_contact span {
            font-size: 2.5vw; } }
        .contact-buttons .products-buttons .button_contact span:before {
          content: url(../images/mail.svg);
          position: absolute;
          top: 11px;
          left: -53px;
          width: 38px;
          height: 38px;
          color: #fff;
          z-index: 2000; }
          @media screen and (min-width: 768px) and (max-width: 1079px) {
            .contact-buttons .products-buttons .button_contact span:before {
              top: -1%; } }
          @media screen and (max-width: 767px) {
            .contact-buttons .products-buttons .button_contact span:before {
              top: 4px;
              left: -36px;
              width: 24px;
              height: 38px;
              color: #fff;
              z-index: 2000; } }
      .contact-buttons .products-buttons .button_contact:after {
        content: '';
        background: #3c3c3c; }

.contact-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 30px 75px 30px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14); }
  .contact-form .input_data {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    color: #222; }
    .contact-form .input_data .head01 {
      font-size: 1.5rem;
      text-shadow: 0px 0px 0px #fff;
      border-bottom: 1px solid #555;
      line-height: 1.9;
      width: 100%; }
      .contact-form .input_data .head01 span {
        padding: .2rem 0.5rem;
        color: #fff;
        background: #c41a41;
        font-size: 1.2rem;
        font-size: 1.2rem;
        margin-left: 0.5rem; }
    .contact-form .input_data p textarea.text01 {
      padding: 1.5rem 0 0 1rem;
      font-size: 1.5rem;
      width: 100%;
      text-shadow: 0px 0px 0px #fff; }
  .contact-form .request_data {
    display: inline-block;
    width: 57.5%;
    vertical-align: top;
    margin: 0 0 0 18px;
    position: relative;
    top: -2px;
    color: #222; }
    .contact-form .request_data .head02 {
      display: inline-block;
      width: 100%;
      font-size: 1.5rem;
      text-shadow: 0px 0px 0px #fff;
      border-bottom: 1px solid #555;
      line-height: 1.9; }
      .contact-form .request_data .head02 span {
        padding: .2rem 0.5rem;
        color: #fff;
        background: #c41a41;
        font-size: 1.2rem;
        margin-left: 0.5rem; }
    .contact-form .request_data p textarea.text02 {
      padding: 1.5rem 0 0 1rem;
      font-size: 1.5rem;
      width: 100%;
      text-shadow: 0px 0px 0px #fff; }
  .contact-form__radio {
    margin: 2rem 0 4rem 0; }
  .contact-form label {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 2rem;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #f5f5f5;
    box-sizing: border-box;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease; }
    .contact-form label:hover {
      background: #ddd; }
  .contact-form dl {
    margin-top: 2rem; }
  .contact-form dd {
    margin-bottom: 2.5rem; }
    .contact-form dd:last-child {
      margin: 0 auto;
      text-align: center;
      width: 45%;
      max-height: 120px;
      -js-display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .contact-form dd:last-child span {
        position: absolute;
        left: 35%;
        top: 37%;
        font-size: 2.5rem;
        font-style: normal; }
  .contact-form .input__normal {
    width: 100%;
    padding: .5rem;
    font-family: 'Inconsolata',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.8em;
    letter-spacing: .03em;
    box-sizing: border-box;
    background-color: #ededed;
    border: 1px solid #B3B3B3; }
  .contact-form .input__radio {
    margin-right: 2rem; }
  .contact-form .required {
    padding: .2rem;
    color: #fff;
    background: #c41a41;
    font-size: 1.2rem;
    margin-left: 1rem; }
  .contact-form__button {
    display: inline-block;
    padding: 1rem 2rem;
    width: calc( 50% - .5rem );
    cursor: pointer;
    color: #fff;
    background: #52c2ee;
    font-size: 1.4rem;
    font-family: 'Inconsolata',"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: bold;
    border: solid 5px #52c2ee;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -webkit-appearance: none;
    border-radius: 0; }
    .contact-form__button:hover {
      background: #fff;
      color: #52c2ee; }
    @media screen and (min-width: 1080px) {
      .contact-form__button {
        font-size: 2rem;
        padding: 3rem 2rem; } }
    .contact-form__button--back {
      background: #aaa;
      border: solid 5px #aaa; }
      .contact-form__button--back:hover {
        color: #aaa; }
    .contact-form__button--check {
      margin: 0 auto;
      background: #52c2ee; }
  .contact-form-submit {
    border: 0px;
    padding: 1.5rem 2.5rem;
    font-size: 2rem;
    color: #fff;
    text-align: right;
    float: right; }
  .contact-form .select__address {
    border-radius: 0px;
    height: 33px; }

.horizontal-item {
  margin: 0 !important; }

.post-type-news, .post-type-blog {
  max-width: 1170px;
  margin: 2rem 0;
  background: #fff;
  overflow: hidden; }
  @media screen and (min-width: 1080px) {
    .post-type-news, .post-type-blog {
      margin: 5rem 0 6rem 0; } }
  .post-type-news a, .post-type-blog a {
    color: #c41a41;
    text-decoration: underline;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease; }
    .post-type-news a:hover, .post-type-blog a:hover {
      opacity: .6;
      text-decoration: none; }

.post-type-news img, .post-type-blog img, .post-type-works img, .post-type-page img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0; }
.post-type-news p, .post-type-blog p, .post-type-works p, .post-type-page p {
  margin-top: 1rem; }
.post-type-news .h2, .post-type-blog .h2, .post-type-works .h2, .post-type-page .h2 {
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: .1em;
  position: relative; }
  @media screen and (min-width: 1080px) {
    .post-type-news .h2, .post-type-blog .h2, .post-type-works .h2, .post-type-page .h2 {
      font-size: 3rem; } }
  .post-type-news .h2:not(:first-child), .post-type-blog .h2:not(:first-child), .post-type-works .h2:not(:first-child), .post-type-page .h2:not(:first-child) {
    margin-top: 8rem; }
  .post-type-news .h2:before, .post-type-blog .h2:before, .post-type-works .h2:before, .post-type-page .h2:before {
    content: "";
    width: 1rem;
    height: 100%;
    border-left: solid 4px #c41a41;
    border-right: solid 2px #c41a41;
    position: absolute;
    left: 0;
    bottom: 0; }
.post-type-news .h3, .post-type-blog .h3, .post-type-works .h3, .post-type-page .h3 {
  display: inline-block;
  padding-left: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative; }
  @media screen and (min-width: 1080px) {
    .post-type-news .h3, .post-type-blog .h3, .post-type-works .h3, .post-type-page .h3 {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .post-type-news .h3, .post-type-blog .h3, .post-type-works .h3, .post-type-page .h3 {
      font-size: 6vw; } }
  .post-type-news .h3:before, .post-type-blog .h3:before, .post-type-works .h3:before, .post-type-page .h3:before {
    content: "";
    width: 10px;
    height: 100%;
    border-left: solid 4px #bbb;
    position: absolute;
    left: 0;
    bottom: 0px; }
.post-type-news .line, .post-type-blog .line, .post-type-works .line, .post-type-page .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 4rem 0;
  background: #ccc; }
.post-type-news .gray-box, .post-type-blog .gray-box, .post-type-works .gray-box, .post-type-page .gray-box {
  background: #f5f5f5;
  padding: 2rem; }
.post-type-news ul, .post-type-news ol, .post-type-blog ul, .post-type-blog ol, .post-type-works ul, .post-type-works ol, .post-type-page ul, .post-type-page ol {
  margin: 1rem 0; }
.post-type-news li, .post-type-blog li, .post-type-works li, .post-type-page li {
  margin-left: 2.4rem; }
.post-type-news ul li, .post-type-blog ul li, .post-type-works ul li, .post-type-page ul li {
  list-style-type: disc; }
.post-type-news ol li, .post-type-blog ol li, .post-type-works ol li, .post-type-page ol li {
  list-style-type: decimal; }

.post-type-works {
  max-width: 1170px;
  margin: 4rem auto 0 auto; }
  .post-type-works img {
    border: solid #ddd 1px; }
  @media screen and (min-width: 1080px) {
    .post-type-works {
      margin: 10rem auto 0 auto; } }

.post-type-blog .h2 {
  margin-bottom: 2rem; }
  .post-type-blog .h2:not(:first-child) {
    margin-top: 4rem; }

.aligncenter {
  display: block;
  text-align: center; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.member {
  width: 100%;
  padding: 2rem;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .member:not(:last-child) {
    margin-bottom: 2rem; }
  .member__pic {
    width: 100%;
    height: auto;
    text-align: center; }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .member__pic {
        width: 20%;
        margin-right: 2rem;
        text-align: center; } }
    .member__pic img {
      max-width: 200px;
      height: auto;
      margin: 0; }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .member__pic img {
          width: 100%; } }
  .member__txt {
    width: 100%;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .member__txt {
        width: calc( 80% - 2rem );
        margin-top: 0; } }
    .member__txt__item {
      display: block;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .member__txt__item {
          display: inline-block;
          text-align: left; } }
    .member__txt__name {
      font-weight: bold;
      font-size: 2rem; }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .member__txt__name {
          display: inline-block; } }
    .member__txt__position {
      font-size: 1.4rem; }
      @media screen and (min-width: 768px) and (max-width: 1079px) {
        .member__txt__position {
          margin-left: 1rem;
          display: inline-block; } }
    .member__txt__msg {
      margin-top: 1rem; }

.process__item {
  background: #fff;
  padding: 2rem;
  border: solid 1px #ddd;
  position: relative; }
.process__item:not(:last-child) {
  margin-bottom: 6rem; }
  .process__item:not(:last-child):after {
    content: "";
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #c41a41;
    border-right: solid 2px #c41a41;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -3.5rem;
    margin-left: -10px; }

.positions {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .positions__item {
    width: 100%;
    padding: 2.5rem 2.5rem 7rem;
    border: 2px solid rgba(45, 64, 89, 0.1);
    box-sizing: border-box;
    position: relative;
    transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out; }
    .positions__item:not(:last-child) {
      margin-bottom: 1rem; }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .positions__item {
        width: calc( 33.333333% - 2rem ); }
        .positions__item:not(:nth-child(3n)) {
          margin-right: 2rem; }
        .positions__item:not(:last-child) {
          margin-bottom: 0rem; } }
    .positions__item:hover {
      background: rgba(45, 64, 89, 0.1); }
    .positions__item:hover .positions__more:after {
      left: 6px; }
  .positions__title {
    margin-bottom: 2rem; }
    .positions__title__en {
      display: block;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      position: relative; }
      @media screen and (min-width: 1080px) {
        .positions__title__en {
          font-size: 3.4rem;
          padding-bottom: 2rem; } }
      .positions__title__en:after {
        content: "";
        background: #c41a41;
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
    .positions__title__jp {
      font-size: 1.3rem;
      font-size: 1.6rem; }
  .positions__txt {
    font-size: 1.4rem; }
  .positions__more {
    display: inline-block;
    padding-left: 2.6rem;
    font-size: 1.5rem;
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem; }
    .positions__more:after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: 2px solid #c41a41;
      border-right: 2px solid #c41a41;
      position: absolute;
      left: 0;
      top: 10px;
      transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transition: 0.2s ease;
      -o-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -webkit-transition: 0.2s ease; }
  .positions__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/* ボタン　Effect
 *************************************** */
/* 擬似要素の共通スタイル */
.change_border01::after,
.change_border01::before,
.change_border01__inner::after,
.change_border01__inner::before {
  background-color: #eee;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease; }

/* 左上へ配置 */
.change_border01::after {
  height: 1px;
  left: -1px;
  top: -1px;
  width: 0px; }

/* 右下へ配置 */
.change_border01::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px; }

/* 左下へ配置 */
.change_border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px; }

/* 右下へ配置 */
.change_border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px; }

/* hover */
.change_border01:hover::after,
.change_border01:hover::before {
  width: 100%;
  width: calc(100% + 1px); }

.change_border01:hover .change_border01__inner::after,
.change_border01:hover .change_border01__inner::before {
  height: 100%;
  height: calc(100% + 1px); }

/* Servise-box Effect
 *************************************** */
/* 擬似要素の共通スタイル */
.service-border::after,
.service-border::before,
.service-border__inner::after,
.service-border__inner::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease; }

/* 左上へ配置 */
.service-border::after {
  height: 2px;
  left: -2px;
  top: -2px;
  width: 0px; }

/* 右下へ配置 */
.service-border::before {
  bottom: -2px;
  height: 2px;
  right: -2px;
  width: 0px; }

/* 左下へ配置 */
.service-border__inner::after {
  bottom: -2px;
  height: 0px;
  left: -2px;
  width: 2px; }

/* 右下へ配置 */
.service-border__inner::before {
  height: 0px;
  right: -2px;
  top: -2px;
  width: 2px; }

/* hover */
.service-border:hover::after,
.service-border:hover::before {
  width: 100%;
  width: calc(100% + 2px); }

.service-border:hover .service-border__inner::after,
.service-border:hover .service-border__inner::before {
  height: 100%;
  height: calc(100% + 2px); }

.gallery {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem -1rem; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .gallery-caption {
      font-size: 1.4rem; } }
  .gallery-item {
    text-align: center;
    padding: 1rem; }

.gallery-columns-2 .gallery-item {
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .gallery-columns-2 .gallery-item {
      width: calc(50% - 2rem); } }

.gallery-columns-3 .gallery-item {
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    .gallery-columns-3 .gallery-item {
      width: calc(33.333333% - 2rem); } }

.gallery-columns-4 .gallery-item {
  width: calc(25% - 2rem); }

.gallery-columns-5 .gallery-item {
  width: calc(20% - 2rem); }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 5000; }
  .page-top a {
    background: #52c2ee;
    text-decoration: none;
    color: #ffffff;
    width: 60px;
    padding: 3px 0 17px 0;
    text-align: center;
    display: block;
    z-index: 5000;
    opacity: 1; }
    @media screen and (max-width: 767px) {
      .page-top a {
        margin: 0 0 45px 0; } }
    .page-top a img {
      width: 35px;
      height: auto; }
    .page-top a:hover {
      text-decoration: none;
      background: #0F457F; }

@media screen and (min-width: 1080px) {
  .head-feedin {
    background-color: rgba(0, 0, 0, 0.75); } }

@media screen and (min-width: 1080px) {
  .hinner-feedin {
    height: 60px;
    padding: 0; } }

@media screen and (min-width: 1080px) {
  .contact-bg {
    background-color: #000; } }

@media screen and (min-width: 1080px) {
  .cart-bg {
    background-color: #f11700; } }

@media screen and (min-width: 1080px) {
  .slick-list {
    height: 100%; } }
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .slick-list {
    height: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .slick-list {
    height: 100%; } }
@media screen and (max-width: 767px) {
  .slick-list {
    height: 100%; } }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

#container {
  padding: 20px 0;
  width: 100%;
  text-align: center; }

.ticker {
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 64px; }

.ticker ul {
  width: 100%;
  position: relative; }

.ticker ul li {
  width: 100%;
  display: none;
  display: none; }

/* =======================================
ClearFixElements
======================================= */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */
