@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #232433;
  background: rgba(255, 216, 0, 0.7);
}

::selection {
  color: #232433;
  background: rgba(255, 216, 0, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(35, 36, 51, 0.0001);
}

@-ms-viewport {
  width: device-width;
}
body {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue" , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-feature-settings: "pkna";
  color: #232433;
}

.muli {
  font-family: 'Muli', sans-serif;
}

a {
  -webkit-text-decoration-skip: objects;
}
a:link, a:visited {
  text-decoration: none;
  color: #232433;
}
a:hover, a:active, a:focus {
  color: #232433;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

input[type="button"], input[type="submit"], input[type="reset"], label {
  cursor: pointer;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
  background: transparent;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

b,
strong {
  font-weight: bolder;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

/* Layout */
/*==============================
共通要素
==============================*/
.wrap {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.fl-container {
  display: -webkit-flex;
  display: flex;
}

.xs-show {
  display: none;
}

.inview {
  opacity: 0;
  transform: translateY(-20px);
  transition: transform .5s , opacity .5s;
}
.inview.active {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }

  .hidden-pc {
    display: none;
  }
}
/*==============================
ヘッダー
==============================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  transition: background .3s;
}
.l-header .header-container {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  transition: height .3s;
}
.l-header .sp-menu {
  display: none;
}
.l-header .l-nav a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 1.5em;
  font-weight: 600;
  font-size: 1.125em;
}
.l-header .l-nav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #ffd800;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-header .l-nav a:hover::after {
  width: 30%;
}
.l-header .l-nav .nav-contact a {
  height: 35px;
  background: #232433;
  color: #fff;
  transition: background .3s, color .3s;
}
.l-header .l-nav .nav-contact a:after {
  content: none;
}
.l-header .l-nav .nav-contact a:hover {
  color: #232433;
  background: #ffd800;
}
.l-header.scroll {
  background: rgba(255, 255, 255, 0.85);
}
.l-header.scroll .header-container {
  height: 50px;
}

.l-mv {
  background: url(../img/top/mv_img_01.jpg) no-repeat center;
}
.l-mv h1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 560px;
}

/*==============================
コンテンツ
==============================*/
.l-contents .main-headline {
  margin: 0 0 50px;
  letter-spacing: .2em;
  text-indent: -.2em;
  text-align: center;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.5;
}
.l-contents .main-headline:before, .l-contents .main-headline:after {
  font-weight: normal;
  padding: 0 1em;
}
.l-contents .main-headline:before {
  content: '「';
}
.l-contents .main-headline:after {
  content: '」';
}
.l-contents .intro-txt {
  margin: 0 0 60px;
  line-height: 2.5;
  text-align: center;
}
.l-contents .concept-box {
  padding: 93px 0 100px;
}
.l-contents .concept-box .concept-list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  counter-reset: number 0;
  max-width: 900px;
  margin: auto;
}
.l-contents .concept-box .concept-list li {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #eeffff;
  padding: 180px 0 0;
}
.l-contents .concept-box .concept-list li p {
  padding-top: 1.5em;
  border-top: 1px solid #232433;
  width: 70%;
  margin: auto;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}
.l-contents .concept-box .concept-list li:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
  width: 3.5em;
  content: 'concept';
  font-weight: 700;
  font-size: 1.125em;
  line-height: .2;
}
.l-contents .concept-box .concept-list li:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: auto;
  width: 1em;
  line-height: 1.2;
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 3em;
}
.l-contents .product-box {
  padding: 93px 0 70px;
  background: #f2f6f9;
}
.l-contents .product-box .product-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-contents .product-box .product-list li {
  padding: 10px 10px 25px;
  max-width: 380px;
  width: 31.6%;
  margin: 0 2.25% 30px 0;
  background: #fff;
}
.l-contents .product-box .product-list li .img-box {
  margin: 0 0 15px;
}
.l-contents .product-box .product-list li .txt-box {
  letter-spacing: .05em;
}
.l-contents .product-box .product-list li .txt-box h3 {
  font-weight: 700;
  line-height: 1.625;
}
.l-contents .product-box .product-list li .txt-box .en {
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: 600;
  color: #ffd800;
}
.l-contents .product-box .product-list li .txt-box .item-txt {
  line-height: 1.5;
}
.l-contents .product-box .product-list li:nth-child(3n) {
  margin-right: 0;
}
.l-contents .company-box {
  display: -webkit-flex;
  display: flex;
}
.l-contents .company-box .img-box {
  position: relative;
  width: 60%;
  overflow: hidden;
}
.l-contents .company-box .img-box .img-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-contents .company-box .img-box .img-inner img {
  width: 100%;
  transform: translate3d(-60px, 0, 0);
  transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: .08s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 980px;
}
.l-contents .company-box .img-box .img-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1, 1);
  transform-origin: top right;
  transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-contents .company-box .img-box.active img {
  transform: translate3d(0, 0, 0);
}
.l-contents .company-box .img-box.active .img-inner:before {
  transform: scale(1, 0);
}
.l-contents .company-box .txt-box {
  width: 40%;
  min-width: 512px;
  padding: 93px 2.44% 100px;
}
.l-contents .company-box .txt-box table {
  width: 100%;
}
.l-contents .company-box .txt-box table th {
  width: 37%;
  padding: 7px 6%;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #ffd800;
}
.l-contents .company-box .txt-box table td {
  padding: 7px 6% 7px 0;
  width: 63%;
  line-height: 1.5;
  border-bottom: 1px solid #ffd800;
}
.l-contents .company-box .txt-box table .tr-add td span {
  display: inline-block;
}
.l-contents .contact-box {
  padding: 93px 0 100px;
  background: #f2f6f9;
}
.l-contents .contact-box .inner-wrap {
  max-width: 800px;
  margin: auto;
}
.l-contents .contact-box fieldset {
  margin: 0 0 20px;
}
.l-contents .contact-box input[type=text],
.l-contents .contact-box input[type=email],
.l-contents .contact-box input[type=tel],
.l-contents .contact-box textarea {
  width: 100%;
  height: 2.5em;
  padding: 0 1%;
  font-size: 1em;
  border: none;
  background: #ffd800;
}
.l-contents .contact-box input[type=text]:focus,
.l-contents .contact-box input[type=email]:focus,
.l-contents .contact-box input[type=tel]:focus,
.l-contents .contact-box textarea:focus {
  outline: none;
  background: #fff;
}
.l-contents .contact-box textarea {
  padding: .5em 1%;
  height: 12.5em;
  line-height: 1.5;
}
.l-contents .contact-box .pp-txt {
  margin: 0 0 50px;
  padding: 20px 3%;
  font-size: .875em;
  line-height: 1.75;
  height: 14em;
  overflow-y: scroll;
  background: #fff;
}
.l-contents .contact-box .pp-list dt {
  font-weight: 700;
}
.l-contents .contact-box .pp-list dd {
  margin-bottom: 1.75em;
}
.l-contents .contact-box .pp-list .pp-child-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-contents .contact-box .pp-list .pp-child-list li:before {
  content: "・";
}
.l-contents .contact-box .submit-btn {
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.l-contents .contact-box .submit-btn input[type=submit] {
  font-size: 1.125em;
  font-weight: 700;
  width: 100%;
  border: none;
  height: 3.33em;
  background: #ffd800 url(../img/module/arrow_01.svg) no-repeat right 10px center/0.5em 0.833em;
  transition: background .3s, color .3s;
}
.l-contents .contact-box .submit-btn input[type=submit]:hover {
  color: #fff;
  background-color: #232433;
  background-image: url(../img/module/arrow_02.svg);
}

/*==============================
フッター
==============================*/
.l-footer {
  padding: 100px 0;
  border-top: 2px solid #ffd800;
}
.l-footer .footer-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-footer .footer-logo-box {
  width: calc(100% - 500px);
}
.l-footer .footer-logo-box .footer-logo {
  margin: 0 0 20px;
}
.l-footer .footer-logo-box .add {
  margin: 0 0 35px;
  font-size: .875em;
  line-height: 2;
}
.l-footer .footer-logo-box .tel {
  margin: 0 0 .75em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}
.l-footer .footer-logo-box .tel .tel-note {
  font-weight: normal;
  font-size: .58em;
}
.l-footer .footer-logo-box .mail {
  margin: 0 0 40px;
}
.l-footer .footer-logo-box .l-copyright {
  font-size: 12px;
  color: #cdcdcd;
}
.l-footer .facebook {
  width: 480px;
}

.l-mail {
  margin-top: 100px;
  padding: 100px 0;
}
.l-mail .wrap {
  max-width: 800px;
  margin: auto;
}
.l-mail table {
  margin: 0 auto 50px;
  width: 100%;
}
.l-mail table th {
  width: 37%;
  padding: 7px 6%;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #ffd800;
}
.l-mail table td {
  padding: 7px 6% 7px 0;
  width: 63%;
  line-height: 1.5;
  border-bottom: 1px solid #ffd800;
}
.l-mail .submit-btn {
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.l-mail .submit-btn input[type=submit] {
  font-size: 1.125em;
  font-weight: 700;
  width: 100%;
  border: none;
  height: 3.33em;
  background: #ffd800 url(../img/module/arrow_01.svg) no-repeat right 10px center/0.5em 0.833em;
  transition: background .3s, color .3s;
}
.l-mail .submit-btn input[type=submit]:hover {
  color: #fff;
  background-color: #232433;
  background-image: url(../img/module/arrow_02.svg);
}
.l-mail .thanks p + p {
  margin-top: 1.75em;
}
.l-mail .thanks .to-top {
  text-align: center;
}
.l-mail .thanks .to-top a {
  text-decoration: underline;
}
.l-mail .thanks .to-top a:hover {
  text-decoration: none;
  color: #ffd800;
}

@media only screen and (min-width: 768px) and (max-width: 1229px) {
  /*==============================
  ヘッダー
  ==============================*/
  .l-mv h1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 45.5vw;
    max-width: 50%;
  }

  /*==============================
  コンテンツ
  ==============================*/
  .l-contents .main-headline {
    margin: 0 0 4.1vw;
  }
  .l-contents .intro-txt {
    margin: 0 0 4.87vw;
  }
  .l-contents .concept-box {
    padding: 7.56vw 0 8.13vw;
  }
  .l-contents .product-box {
    padding: 7.56vw 0 5.69vw;
  }
  .l-contents .product-box .product-list li {
    padding: 10px 10px 2.03vw;
    margin: 0 2.25% 2.44vw 0;
    background: #fff;
  }
  .l-contents .product-box .product-list li .img-box {
    margin: 0 0 1.22vw;
  }
  .l-contents .product-box .product-list li .txt-box .en {
    margin: 0 0 1.22vw;
  }
  .l-contents .product-box .product-list li:nth-child(3n) {
    margin-right: 0;
  }
  .l-contents .company-box .img-box {
    min-width: 315px;
  }
  .l-contents .company-box .img-box .img-inner img {
    min-width: 956px;
  }
  .l-contents .company-box .txt-box {
    padding: 7.56vw 2.44% 8.13vw;
  }
  .l-contents .contact-box {
    padding: 7.56vw 0 8.13vw;
  }
  .l-contents .contact-box .inner-wrap {
    width: 70%;
  }
  .l-contents .contact-box fieldset {
    margin: 0 0 1.66vw;
  }
  .l-contents .contact-box .pp-txt {
    margin: 0 0 4.16vw;
    padding: 1.66vw 3%;
  }

  /*==============================
  フッター
  ==============================*/
  .l-footer {
    padding: 8.13vw 0;
  }
  .l-footer .footer-logo-box .footer-logo {
    margin: 0 0 1.66vw;
  }
  .l-footer .footer-logo-box .add {
    margin: 0 0 2.84vw;
  }
  .l-footer .footer-logo-box .tel {
    margin: 0 0 3.32vw;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .l-contents .concept-box .concept-list li {
    position: relative;
    width: 44.5vw;
    height: 44.5vw;
    padding: 20vw 0 0;
  }
  .l-contents .concept-box .concept-list li:before {
    top: 11.11vw;
  }
  .l-contents .concept-box .concept-list li:after {
    top: 13.33vw;
  }
  .l-contents .company-box .img-box {
    width: 44%;
    min-width: 0;
  }
  .l-contents .company-box .img-box .img-inner img {
    min-width: 1050px;
  }
  .l-contents .company-box .txt-box {
    width: 56%;
    min-width: 0;
    padding: 7.56vw 2.44% 8.13vw;
  }
  .l-contents .company-box .txt-box table {
    width: 100%;
  }
  .l-contents .company-box .txt-box table th {
    display: block;
    width: 100%;
    padding: 5px 2%;
    font-weight: 700;
    border-bottom: none;
    background: #ffd800;
  }
  .l-contents .company-box .txt-box table td {
    display: block;
    width: 100%;
    padding: 7px 2%;
    font-size: .875em;
  }
}
@-webkit-keyframes menubarUpperPC {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translateY(-1.33vw) rotate(0);
    transform: translateY(-1.33vw) rotate(0);
  }
}
@keyframes menubarUpperPC {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translateY(-1.33vw) rotate(0);
    transform: translateY(-1.33vw) rotate(0);
  }
}
@-webkit-keyframes menubarUpperActivePC {
  0% {
    -webkit-transform: translateY(1.33vw);
    transform: translateY(1.33vw);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes menubarUpperActivePC {
  0% {
    -webkit-transform: translateY(1.33vw);
    transform: translateY(1.33vw);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes menubarLowerPC {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translateY(1.33vw) rotate(0);
    transform: translateY(1.33vw) rotate(0);
  }
}
@keyframes menubarLowerPC {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translateY(1.33vw) rotate(0);
    transform: translateY(1.33vw) rotate(0);
  }
}
@-webkit-keyframes menubarLowerActivePC {
  0% {
    -webkit-transform: translateY(-1.33vw);
    transform: translateY(-1.33vw);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes menubarLowerActivePC {
  0% {
    -webkit-transform: translateY(-1.33vw);
    transform: translateY(-1.33vw);
  }
  50% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
 /*==========================================================================================
ここからSP
==========================================================================================*/
@media only screen and (max-width: 767px) {
  body {
    font-size: calc(10.66px + 0.697vw);
  }

  .hidden-sp {
    display: none;
  }

  .hidden-pc {
    display: block;
  }

  .wrap {
    padding: 0 3.125%;
    width: 100%;
  }

  /*==============================
  ヘッダー
  ==============================*/
  .l-header {
    background: rgba(255, 255, 255, 0.85);
  }
  .l-header .header-container {
    height: 4rem;
  }
  .l-header .header-logo {
    max-width: 10rem;
  }
  .l-header .sp-menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3.125%;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    transition: all .3s;
    z-index: 200;
    cursor: pointer;
  }
  .l-header .sp-menu span {
    display: inline-block;
    position: absolute;
    width: 100%;
    transition-delay: .1s;
    transition-property: visibility;
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 2px;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #232433;
  }
  .l-header .sp-menu span:nth-of-type(1) {
    -webkit-animation-name: menubarUpperPC;
    animation-name: menubarUpperPC;
    -webkit-transform: translateY(1rem) rotate(0);
    transform: translateY(1rem) rotate(0);
  }
  .l-header .sp-menu span:nth-of-type(3) {
    -ms-animation-name: menubarLowerPC;
    -webkit-animation-name: menubarLowerPC;
    animation-name: menubarLowerPC;
    -webkit-transform: translateY(-1rem) rotate(0);
    transform: translateY(-1rem) rotate(0);
  }
  .l-header .sp-menu.open span:nth-of-type(1) {
    -webkit-animation-name: menubarUpperActivePC;
    animation-name: menubarUpperActivePC;
  }
  .l-header .sp-menu.open span:nth-of-type(2) {
    transition: 0;
    transition-property: opacity;
    transition-delay: .5s;
    opacity: 0;
  }
  .l-header .sp-menu.open span:nth-of-type(3) {
    -webkit-animation-name: menubarLowerActivePC;
    animation-name: menubarLowerActivePC;
  }
  .l-header .l-nav {
    display: none;
    position: absolute;
    top: 4rem;
    width: 100%;
    left: 0;
  }
  .l-header .l-nav .nav-list {
    -webkit-flex-direction: column;
    flex-direction: column;
    background: rgba(255, 216, 0, 0.5);
  }
  .l-header .l-nav .nav-list li {
    border-top: 1px solid #ffd800;
  }
  .l-header .l-nav a {
    padding: .5em 3.125%;
    background: url(../img/module/arrow_01.svg) no-repeat right 3.125% center/0.25em 0.4165em;
  }
  .l-header .l-nav a:hover {
    background-color: #232433;
    background-image: url(../img/module/arrow_02.svg);
    color: #fff;
  }
  .l-header .l-nav a:hover:after {
    content: none;
  }
  .l-header .l-nav .nav-contact a {
    height: auto;
    background: #232433 url(../img/module/arrow_02.svg) no-repeat right 3.125% center/0.25em 0.4165em;
  }
  .l-header .l-nav .nav-contact a:hover {
    background: #ffd800 url(../img/module/arrow_01.svg) no-repeat right 3.125% center/0.25em 0.4165em;
  }
  .l-header.scroll .header-container {
    height: 4rem;
  }

  .l-mv {
    background-size: cover;
  }
  .l-mv h1 {
    height: 73vw;
    max-width: 80%;
  }

  /*==============================
  コンテンツ
  ==============================*/
  .l-contents .main-headline {
    margin: 0 0 6.5vw;
  }
  .l-contents .intro-txt {
    line-height: 1.75;
    margin: 0 0 7.82vw;
  }
  .l-contents .concept-box {
    padding: 12.1vw 0 7vw;
  }
  .l-contents .concept-box .concept-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-contents .concept-box .concept-list li {
    width: 100%;
    margin: 0 0 6vw;
    height: auto;
    border-radius: 0;
    background: transparent;
    padding: 0 0 0;
  }
  .l-contents .concept-box .concept-list li p {
    padding-top: 1.5em;
    border-top: 1px solid #232433;
    width: calc(100% - 5em);
    margin: 0 0 0 5em;
  }
  .l-contents .concept-box .concept-list li:before {
    right: auto;
    top: 0;
  }
  .l-contents .concept-box .concept-list li:after {
    right: auto;
    top: .3em;
    margin: auto;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    background: #eeffff;
    border-radius: 50%;
    z-index: -1;
  }
  .l-contents .product-box {
    padding: 12.1vw 0 9.126vw;
  }
  .l-contents .product-box .product-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-contents .product-box .product-list li {
    padding: 10px 10px 3.25vw;
    width: 48%;
    margin: 0 0 3.91vw;
  }
  .l-contents .product-box .product-list li .img-box {
    margin: 0 0 1.95vw;
  }
  .l-contents .product-box .product-list li .txt-box .en {
    margin: 0 0 1.95vw;
  }
  .l-contents .company-box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .l-contents .company-box .img-box {
    width: 100%;
    height: 50vw;
  }
  .l-contents .company-box .img-box .img-inner img {
    min-width: 0;
  }
  .l-contents .company-box .img-box.active img {
    transform: translate3d(0, 0, 0);
  }
  .l-contents .company-box .img-box.active .img-inner:before {
    transform: scale(0, 1);
  }
  .l-contents .company-box .txt-box {
    width: 100%;
    min-width: 100%;
    padding: 12.1vw 3.125% 13.0vw;
  }
  .l-contents .contact-box {
    padding: 12.1vw 0 13.0vw;
  }
  .l-contents .contact-box fieldset {
    margin: 0 0 2.6vw;
  }
  .l-contents .contact-box .pp-txt {
    margin: 0 0 6.5vw;
    padding: 2.6vw 3%;
  }

  /*==============================
  フッター
  ==============================*/
  .l-footer {
    padding: 13vw 0;
  }
  .l-footer .footer-container {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-footer .footer-logo-box {
    width: 100%;
    text-align: center;
  }
  .l-footer .footer-logo-box .footer-logo {
    max-width: 40%;
    margin: 0 auto 2.6vw;
  }
  .l-footer .footer-logo-box .add {
    margin: 0 0 4.56vw;
  }
  .l-footer .footer-logo-box .tel {
    margin: 0 0 5.21vw;
  }
  .l-footer .footer-logo-box .sp-facebook {
    margin: 0 0 5.21vw;
  }
  .l-footer .facebook {
    display: none;
  }

  .l-mail {
    margin-top: 13vw;
    padding: 13vw 0;
  }
  .l-mail table {
    margin: 0 auto 6.5vw;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }

  /*==============================
  ヘッダー
  ==============================*/
  .l-mv {
    background-size: cover;
  }
  .l-mv h1 {
    height: 73vw;
    max-width: 90%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .l-mv h1 img {
    padding-bottom: 5vw;
  }

  /*==============================
  コンテンツ
  ==============================*/
  .l-contents .main-headline {
    margin: 0 0 3rem;
  }
  .l-contents .intro-txt {
    line-height: 1.75;
    margin: 0 0 5rem;
  }
  .l-contents .concept-box {
    padding: 5.8rem 0 3.36rem;
  }
  .l-contents .concept-box .concept-list li {
    margin: 0 0 3rem;
  }
  .l-contents .product-box {
    padding: 5.8rem 0 4.4rem;
  }
  .l-contents .product-box .product-list li {
    padding: 10px 10px 1.56rem;
    margin: 0 0 2rem;
  }
  .l-contents .product-box .product-list li .img-box {
    margin: 0 0 1rem;
  }
  .l-contents .product-box .product-list li .txt-box .en {
    margin: 0 0 1rem;
  }
  .l-contents .company-box .txt-box {
    padding: 5.8rem 3.125%;
  }
  .l-contents .company-box .txt-box table th {
    padding: 7px 3%;
  }
  .l-contents .company-box .txt-box table td {
    padding: 7px 3% 7px 0;
  }
  .l-contents .contact-box {
    padding: 5.8rem 0 6.25rem;
  }
  .l-contents .contact-box fieldset {
    margin: 0 0 1.3rem;
  }
  .l-contents .contact-box .pp-txt {
    margin: 0 0 3rem;
    padding: 1.25rem 3%;
  }

  /*==============================
  フッター
  ==============================*/
  .l-footer {
    padding: 6.25rem 0;
  }
  .l-footer .footer-logo-box .footer-logo {
    margin: 0 auto 1.25rem;
  }
  .l-footer .footer-logo-box .add {
    margin: 0 0 2.2rem;
  }
  .l-footer .footer-logo-box .tel {
    margin: 0 0 2.5rem;
  }
  .l-footer .footer-logo-box .sp-facebook {
    margin: 0 0 2.5rem;
  }

  .l-mail {
    padding: 6.25rem 0;
    padding: 6.25rem 0;
  }
  .l-mail table {
    margin: 0 auto 3rem;
  }
  .l-mail table th {
    display: block;
    width: 100%;
    padding: 5px 2%;
    font-weight: 700;
    border-bottom: none;
    background: #ffd800;
  }
  .l-mail table td {
    display: block;
    width: 100%;
    padding: 7px 2%;
    font-size: .875em;
  }
}
