@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
-------------------------------------------------------------------*/
/* import
-------------------------------------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1160px;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

p, th, td, li {
  font-weight: 400;
  line-height: 7vw;
  font-size: 3.8vw;
}
@media print, screen and (min-width: 641px) {
  p, th, td, li {
    font-size: 16px;
    line-height: 2rem;
  }
}

strong, b, h1, h2, h3, h4, h5 {
  font-weight: 700;
}

p, div, a, ul, ol, li, h1, h2, h3, h4, h5 {
  box-sizing: border-box;
}

p, ul, li, ol, span, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
}

li {
  list-style: none;
}

/*================================================================================
フッター
================================================================================*/
footer {
  width: 100%;
  padding: 10vw 0;
  text-align: center;
  background: #47678c;
}
@media print, screen and (min-width: 641px) {
  footer {
    text-align: left;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 0;
    background: #47678c url(../img/ftr_bg.jpg) right top no-repeat;
    background-size: cover;
  }
}
footer .ftrLogo {
  margin-left: 2vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  footer .ftrLogo {
    height: 325px;
    margin: 0px 60px;
  }
}
@media print, screen and (min-width: 641px) {
  footer .ftrBottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 60px 0px;
  }
}
footer .ftrBottom img {
  width: 7vw;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  footer .ftrBottom img {
    width: 29px;
    margin-right: 23px;
    margin-top: 8px;
    margin-bottom: 0;
  }
}
footer .ftrBottom p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  footer .ftrBottom p {
    width: calc(100% - 502px);
    border-left: 1px solid #fff;
    padding: 0 0 0 15px;
    margin-bottom: 0;
  }
}
footer .ftrBottom p span {
  color: #b8cde5;
  font-size: 11px;
}
@media print, screen and (min-width: 641px) {
  footer .ftrBottom p span.pc {
    display: inline-block;
  }
}
footer .ftrBottom .btn {
  position: relative;
  display: block;
  height: 8vw;
  border-radius: 4vw;
  line-height: 8vw;
  text-align: center;
  background: #fff;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 5vw;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  footer .ftrBottom .btn {
    width: 450px;
    height: 62px;
    border-radius: 31px;
    line-height: 62px;
  }
}
footer .ftrBottom .btn::before, footer .ftrBottom .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer .ftrBottom .btn::before {
  left: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #47678c;
  border-right: 2px solid #47678c;
  transform: rotate(45deg);
}
footer .ftrBottom .btn:hover {
  opacity: 0.5;
  transition: 0.2s;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
img {
  max-width: 100%;
}
@media print, screen and (min-width: 641px) {
  img {
    max-width: auto;
  }
}

.titBorder {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background: url(../img/border.png) left bottom repeat-x;
}
.titBorder img {
  width: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 641px) {
  .titBorder img {
    height: auto;
  }
}

p {
  font-size: 3.7vw;
}
@media print, screen and (min-width: 641px) {
  p {
    font-size: 16px;
  }
}
p span {
  color: #4697f8;
}

.colorBtn {
  position: relative;
  vertical-align: middle;
  height: 10vw;
  line-height: 10vw;
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #0089ff, #47e5ff);
  box-shadow: 0px 18px 16px 0px rgba(62, 61, 59, 0.17);
  padding: 0 10vw;
  margin: 0 auto 7vw;
  text-decoration: none;
  border-radius: 5vw;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  .colorBtn {
    height: 62px;
    line-height: 62px;
    margin: 0 auto 50px;
    padding: 0 60px;
    border-radius: 31px;
  }
}
.colorBtn:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.colorBtn::before, .colorBtn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.colorBtn::before {
  left: 3vw;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
  .colorBtn::before {
    left: 25px;
  }
}

/*------------------------------------------------------*/
header {
  position: relative;
}
header .logo {
  width: 11vw;
  margin: 5vw 0 3vw 5vw;
}
@media print, screen and (min-width: 641px) {
  header .logo {
    width: 97px;
    margin: 44px 40px 44px 59px;
  }
}
header .copy {
  position: absolute;
  width: 58vw;
  top: 7.5vw;
  left: 19vw;
}
@media print, screen and (min-width: 641px) {
  header .copy {
    width: 426px;
    top: 48px;
    left: 197px;
  }
}
header ul {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header ul {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    top: 122px;
    left: 197px;
  }
}
@media print, screen and (min-width: 641px) {
  header ul li {
    font-size: 16px;
    margin-right: 47px;
    border-bottom: 2px solid #4697f8;
  }
}
header ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/*開閉ボタン*/
.nav_toggle {
  position: absolute;
  width: 17.3vw;
  height: 16.4vw;
  top: 3.4vw;
  right: 1vw;
}
@media print, screen and (min-width: 641px) {
  .nav_toggle {
    display: none;
  }
}
.nav_toggle div {
  position: relative;
}
.nav_toggle span {
  display: block;
  height: 2px;
  background: #333;
  position: absolute;
  width: 6.5vw;
  left: 5.4vw;
  transition: 0.2s ease-in-out;
}
.nav_toggle span:nth-child(1) {
  top: 5.2vw;
}
.nav_toggle span:nth-child(2) {
  top: 7.2vw;
}
.nav_toggle span:nth-child(3) {
  top: 9vw;
}

/*開閉ボタンopen時*/
.nav_toggle.close {
  background: none;
  z-index: 2000;
}
.nav_toggle.close::before {
  display: none;
}

.nav_toggle.close span {
  background: #fff;
}

.nav_toggle.close span:nth-child(1) {
  top: 8vw;
  transform: rotate(135deg);
}

.nav_toggle.close span:nth-child(2) {
  width: 0;
  left: 50%;
}

.nav_toggle.close span:nth-child(3) {
  top: 8vw;
  transform: rotate(-135deg);
}

header.open {
  width: 100vw;
  z-index: 10;
}

/* SP Nav ----------------------------------------------------------------------------------------*/
.spNavWrap {
  position: fixed;
  display: block;
  left: 110%;
  top: 0;
  visibility: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(18, 132, 214, 0);
  transition: 0.2s;
  z-index: 1100;
}
@media print, screen and (min-width: 641px) {
  .spNavWrap {
    display: none;
  }
}
.spNavWrap ul.spNav {
  display: none;
}
.spNavWrap.open {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  flex-wrap: wrap;
  opacity: 1;
  background: #4697f8;
  transition: 0.2s;
}
.spNavWrap.open ul.spNav {
  display: block;
  width: 70%;
  border-top: 1px solid #e5f2fd;
  padding-top: 1vw;
}
.spNavWrap.open ul.spNav li {
  font-size: 5vw;
  font-weight: bold;
  font-family: poppins;
  margin: 0 auto 15px;
  text-align: center;
  border-bottom: 1px solid #e5f2fd;
  padding-top: 1vw;
}
.spNavWrap.open ul.spNav li a {
  margin-bottom: 4vw;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.spNavWrap.open ul.spNav li:first-child {
  padding-top: 15px;
}
.spNavWrap.open ul.spNav li.snslink {
  margin-bottom: 7px;
}
.spNavWrap.open ul.spNav li.snslink a {
  border: none;
}
.spNavWrap.open ul.spNav li.snslink a img {
  width: 9vw;
  height: auto;
}

body.open .spNavWrap {
  left: 0;
}

.followHeader {
  display: none;
  position: relative;
  background: #fff;
  width: 100%;
}
.followHeader .logo {
  width: 11vw;
  margin: 5vw 0 3vw 5vw;
}
@media print, screen and (min-width: 641px) {
  .followHeader .logo {
    width: 50px;
    margin: 10px 40px 0px 59px;
  }
}
.followHeader ul {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .followHeader ul {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    top: 20px;
    left: 160px;
  }
}
@media print, screen and (min-width: 641px) {
  .followHeader ul li {
    font-size: 16px;
    margin-right: 47px;
    border-bottom: 2px solid #4697f8;
  }
}
.followHeader ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .followHeader.fixed {
    display: block;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
    transition: 0.2s;
  }
}

#mainvisual {
  width: 100%;
}

#intro {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 5vw auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #intro {
    width: 1080px;
    margin: -40px auto 100px;
    background: #fff;
    border-radius: 10px;
    padding: 50px 60px 0;
  }
}
@media print, screen and (min-width: 641px) {
  #intro div {
    width: 600px;
    margin-top: 25px;
  }
}
#intro h2 {
  display: none;
}
@media print, screen and (min-width: 641px) {
  #intro h2 {
    display: block;
    width: 600px;
  }
}
#intro h2 img {
  width: 90%;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  #intro h2 img {
    width: 533px;
    height: auto;
  }
}

#feature01 {
  position: relative;
  margin-bottom: 62px;
}
#feature01 .block {
  position: relative;
  z-index: 1;
  border: 2px solid #4697f8;
  box-shadow: 1.5vw 1.5vw 0px 0px #4697f8;
  width: 85%;
  margin-left: 5%;
  padding: 7vw 5vw;
}
@media print, screen and (min-width: 641px) {
  #feature01 .block {
    left: 50%;
    margin-left: -480px;
    width: 710px;
    padding: 55px;
    box-shadow: 12px 12px 0px 0px #4697f8;
    background: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  #feature01 .block h2 {
    width: 600px;
  }
}
#feature01 .block h2 img {
  width: auto;
  height: 4vw;
}
@media print, screen and (min-width: 641px) {
  #feature01 .block h2 img {
    width: 445px;
    height: auto;
  }
}
#feature01 .pic1 {
  display: none;
}
@media print, screen and (min-width: 641px) {
  #feature01 .pic1 {
    display: block;
    position: absolute;
    width: 341px;
    height: 330px;
    top: -43px;
    left: 50%;
    margin-left: 139px;
    z-index: 0;
  }
}

#feature02 {
  position: relative;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #feature02 {
    margin-bottom: 62px;
  }
}
#feature02 .block {
  position: relative;
  z-index: 1;
  border: 2px solid #4697f8;
  box-shadow: 1.5vw 1.5vw 0px 0px #4697f8;
  width: 85%;
  margin-left: 10%;
  padding: 5vw;
}
@media print, screen and (min-width: 641px) {
  #feature02 .block {
    left: 50%;
    margin-left: -240px;
    width: 710px;
    padding: 55px;
    border: 2px solid #4697f8;
    box-shadow: 12px 12px 0px 0px #4697f8;
    background: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  #feature02 .block h2 {
    width: 600px;
  }
}
#feature02 .block h2 img {
  width: auto;
  height: 4vw;
}
@media print, screen and (min-width: 641px) {
  #feature02 .block h2 img {
    width: 401px;
    height: auto;
  }
}
#feature02 .block .logo {
  position: absolute;
  width: 10vw;
  top: -2.5vw;
  right: 3.5vw;
}
@media print, screen and (min-width: 641px) {
  #feature02 .block .logo {
    top: -22px;
    right: 50px;
    width: 97px;
  }
}
#feature02 .block ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
@media print, screen and (min-width: 641px) {
  #feature02 .block ul li p {
    width: 272px;
  }
}
#feature02 .block ul li img {
  width: 100%;
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #feature02 .block ul li img {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 641px) {
  #feature02 .pic2 {
    position: absolute;
    width: 100%;
    height: 450px;
    top: -116px;
    left: 0;
    z-index: 0;
    background: url(../img/pic_feature_02.jpg) left bottom no-repeat;
    background-size: cover;
  }
}

#feature03 {
  position: relative;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 641px) {
  #feature03 {
    margin-bottom: 1 --px;
  }
}
#feature03 .block {
  position: relative;
  z-index: 1;
  border: 2px solid #4697f8;
  box-shadow: 1.5vw 1.5vw 0px 0px #4697f8;
  width: 85%;
  margin-left: 5%;
  padding: 5vw;
}
@media print, screen and (min-width: 641px) {
  #feature03 .block {
    left: 50%;
    margin-left: -480px;
    width: 950px;
    padding: 55px 55px 20px;
    border: 2px solid #4697f8;
    box-shadow: 12px 12px 0px 0px #4697f8;
    background: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  #feature03 .block h2 {
    width: 840px;
  }
}
#feature03 .block h2 img {
  width: auto;
  height: 4vw;
}
@media print, screen and (min-width: 641px) {
  #feature03 .block h2 img {
    width: 532px;
    height: auto;
  }
}
#feature03 .block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feature03 .block ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #feature03 .block ul li {
    margin-bottom: 27px;
    width: 405px;
  }
}
#feature03 .block ul li img {
  width: 30%;
}
@media print, screen and (min-width: 641px) {
  #feature03 .block ul li img {
    width: auto;
  }
}
#feature03 .block ul li .text {
  width: 65%;
}
@media print, screen and (min-width: 641px) {
  #feature03 .block ul li .text {
    width: 210px;
  }
}
#feature03 .block ul li .text h3 {
  color: #4697f8;
  font-size: 3.7vw;
}
@media print, screen and (min-width: 641px) {
  #feature03 .block ul li .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#feature03 .block ul li .text p {
  font-size: 14px;
  line-height: 1.6;
}
#feature03 .block ul li .text p span {
  font-size: 85%;
  color: #333;
}
#feature03 .pic3 {
  display: none;
}
@media print, screen and (min-width: 641px) {
  #feature03 .pic3 {
    position: absolute;
    display: block;
    width: 343px;
    height: 371px;
    top: -309px;
    left: 0;
    z-index: 0;
  }
}

#safe {
  width: 90%;
  margin: 0 auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #safe {
    width: 960px;
    margin: 0 auto 100px;
  }
}
#safe h2 img {
  width: auto;
  height: 5vw;
}
@media print, screen and (min-width: 641px) {
  #safe h2 img {
    width: 302px;
    height: auto;
  }
}
#safe ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3vw;
}
@media print, screen and (min-width: 641px) {
  #safe ul {
    margin-top: 30px;
  }
}
#safe ul li {
  width: 100%;
  padding: 3vw 0vw 3vw 20vw;
  border-top: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 641px) {
  #safe ul li {
    width: 33.3333333333%;
    padding: 20px 15px 25px 105px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}
#safe ul li h3 {
  color: #4697f8;
}
#safe ul li p {
  font-size: 14px;
  line-height: 1.6;
}
#safe ul li:nth-child(1) {
  background: url(../img/img_safe_01.png) left 2vw top 4vw no-repeat;
}
@media print, screen and (min-width: 641px) {
  #safe ul li:nth-child(1) {
    background: url(../img/img_safe_01.png) left 20px top 30px no-repeat;
  }
}
#safe ul li:nth-child(2) {
  background: url(../img/img_safe_02.png) left 2vw top 4vw no-repeat;
}
@media print, screen and (min-width: 641px) {
  #safe ul li:nth-child(2) {
    background: url(../img/img_safe_02.png) left 20px top 30px no-repeat;
  }
}
#safe ul li:nth-child(3) {
  border-right: none;
  background: url(../img/img_safe_03.png) left 2vw top 2vw no-repeat;
}
@media print, screen and (min-width: 641px) {
  #safe ul li:nth-child(3) {
    background: url(../img/img_safe_03.png) left 20px top 30px no-repeat;
  }
}
#safe ul li:nth-child(4) {
  border-bottom: 1px solid #e6e6e6;
  background: url(../img/img_safe_04.png) left 2vw top 6.5vw no-repeat;
}
@media print, screen and (min-width: 641px) {
  #safe ul li:nth-child(4) {
    background: url(../img/img_safe_04.png) left 20px top 30px no-repeat;
  }
}
#safe ul li:nth-child(5) {
  border-bottom: 1px solid #e6e6e6;
  background: url(../img/img_safe_05.png) left 2vw top 4vw no-repeat;
}
@media print, screen and (min-width: 641px) {
  #safe ul li:nth-child(5) {
    background: url(../img/img_safe_05.png) left 20px top 30px no-repeat;
  }
}
#safe ul li:nth-child(6) {
  border-right: none;
  border-bottom: 1px solid #e6e6e6;
}
#safe .others {
  text-align: center;
  margin: 3vw 0;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #safe .others {
    width: auto;
    margin: 30px 0;
  }
}

#case {
  background: #e5f2fd;
}
#case .inner {
  width: 90%;
  margin: 0 auto 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #case .inner {
    width: 960px;
    margin: 0 auto 100px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#case .inner h2 {
  margin-bottom: 0;
}
#case .inner h2 img {
  width: auto;
  height: 5vw;
}
@media print, screen and (min-width: 641px) {
  #case .inner h2 img {
    width: 126px;
    height: auto;
  }
}
#case .inner .detail {
  background: #fff;
  padding: 3vw;
}
@media print, screen and (min-width: 641px) {
  #case .inner .detail {
    padding: 45px;
  }
}
#case .inner .detail h3 {
  display: inline-block;
  color: #4697f8;
  border: 1px solid #4697f8;
  height: 36px;
  border-radius: 18px;
  line-height: 34px;
  padding: 0 20px;
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #case .inner .detail h3 {
    margin-bottom: 30px;
  }
}
#case .inner .detail .btnWrap {
  display: block;
  text-align: center;
  width: 100%;
}
#case .inner .detail ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#case .inner .detail ul .kokunai1 {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #case .inner .detail ul .kokunai1 {
    width: 540px;
  }
}
#case .inner .detail ul .kokunai1 img {
  margin-bottom: 0;
}
#case .inner .detail ul .kokunai1 p {
  line-height: 1.8;
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 641px) {
  #case .inner .detail ul .kokunai1 p {
    margin-bottom: 0;
  }
}
#case .inner .detail ul .kokunai2 {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #case .inner .detail ul .kokunai2 {
    width: calc(100% - 580px);
  }
}
#case .inner .detail h4 {
  font-weight: normal;
  border-bottom: 2px solid #4697f8;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#case .inner .detail img {
  margin-bottom: 20px;
}

#factory {
  width: 90%;
  margin: 0 auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #factory {
    width: 960px;
    margin: 0 auto 100px;
  }
}
#factory h2 img {
  width: auto;
  height: 5vw;
}
@media print, screen and (min-width: 641px) {
  #factory h2 img {
    width: 126px;
    height: auto;
  }
}
#factory .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #factory .wrap {
    margin-bottom: 30px;
  }
}
#factory .wrap p {
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #factory .wrap p {
    width: 450px;
    margin-bottom: 0;
  }
}
#factory .wrap img {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #factory .wrap img {
    width: auto;
  }
}
#factory .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media print, screen and (min-width: 641px) {
  #factory .youtube {
    width: 810px;
    height: 456px;
    margin: 0 auto;
  }
}
#factory .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#comparison {
  background: #e5f2fd;
}
#comparison .inner {
  width: 90%;
  margin: 0 auto 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #comparison .inner {
    width: 960px;
    margin: 0 auto 100px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#comparison .inner h2 img {
  width: auto;
  height: 5vw;
}
@media print, screen and (min-width: 641px) {
  #comparison .inner h2 img {
    width: 239px;
    height: auto;
  }
}
#comparison .inner table {
  width: 100%;
  border-collapse: collapse;
}
#comparison .inner table tr th {
  width: 20%;
  background: #89a6c8;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  border-right: 1px solid #d0deef;
  font-size: 2.8vw;
  padding: 1vw;
}
@media print, screen and (min-width: 641px) {
  #comparison .inner table tr th {
    font-size: inherit;
    padding: 7px 0;
  }
}
#comparison .inner table tr th:nth-child(5) {
  background: #4697f8;
}
#comparison .inner table tr th:nth-child(5) img {
  width: 50px;
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}
#comparison .inner table tr td {
  text-align: center;
  padding: 1vw;
  background: #fff;
  border-right: 1px solid #d0deef;
  line-height: 1.6;
  vertical-align: top;
  font-size: 3vw;
}
@media print, screen and (min-width: 641px) {
  #comparison .inner table tr td {
    font-size: inherit;
    padding: 15px;
  }
}
#comparison .inner table tr td:nth-child(5) {
  border-right: none;
}
#comparison .inner table tr td p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#comparison .inner table tr:nth-child(odd) td {
  background-color: #dfe7f1;
}
#comparison .inner table tr:nth-child(even) td {
  background-color: #fff;
}

#ordermade {
  width: 90%;
  margin: 0 auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #ordermade {
    width: 960px;
    margin: 0 auto 100px;
    text-align: center;
  }
}
#ordermade h2 {
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  #ordermade h2 {
    margin-bottom: 50px;
  }
}
#ordermade h2 img {
  width: auto;
  height: 5vw;
}
@media print, screen and (min-width: 641px) {
  #ordermade h2 img {
    width: 188px;
    height: auto;
  }
}
#ordermade ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ordermade ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 3vw;
}
@media print, screen and (min-width: 641px) {
  #ordermade ul li {
    width: 280px;
    margin-bottom: 50px;
  }
}
#ordermade ul li span {
  display: inline-block;
  background: #4697f8;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 641px) {
  #ordermade ul li span {
    font-size: 14px;
  }
}
#ordermade ul li img {
  margin-bottom: 0.5rem;
  width: 80%;
}
@media print, screen and (min-width: 641px) {
  #ordermade ul li img {
    width: auto;
  }
}
#ordermade ul li div {
  width: 40%;
}
#ordermade ul li h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 641px) {
  #ordermade ul li h3 {
    font-size: 20px;
  }
}
#ordermade ul li p {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  #ordermade ul li p {
    font-size: 14px;
    line-height: 1.8;
    width: auto;
  }
}
#ordermade ul::after {
  content: "";
}
@media print, screen and (min-width: 641px) {
  #ordermade ul::after {
    width: 280px;
  }
}

.note {
  display: inline-block;
  border: 2px solid #4697f8;
  padding: 3vw 5vw;
  border-radius: 1vw;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .note {
    height: 60px;
    line-height: 56px;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 20px;
  }
}

#lineup {
  width: 90%;
  margin: 0 auto 10vw;
}
@media print, screen and (min-width: 641px) {
  #lineup {
    width: 960px;
    margin: 0 auto 100px;
    text-align: center;
  }
}
#lineup h2 {
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  #lineup h2 {
    margin-bottom: 50px;
  }
}
#lineup h2 img {
  width: auto;
  height: 5vw;
}
@media print, screen and (min-width: 641px) {
  #lineup h2 img {
    width: 230px;
    height: auto;
  }
}
#lineup ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
@media print, screen and (min-width: 641px) {
  #lineup ul {
    margin-bottom: 50px;
  }
}
#lineup ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  border-bottom: 4px solid #e5f2fd;
}
@media print, screen and (min-width: 641px) {
  #lineup ul li {
    width: 50%;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
    border-bottom: 4px solid #e5f2fd;
  }
}
@media print, screen and (min-width: 641px) {
  #lineup ul li:nth-child(even) {
    border-left: 4px solid #e5f2fd;
  }
}
#lineup ul li span.label {
  display: inline-block;
  background: #4697f8;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 641px) {
  #lineup ul li span.label {
    font-size: 14px;
  }
}
#lineup ul li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 641px) {
  #lineup ul li img {
    width: auto;
  }
}
#lineup ul li h3 {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  #lineup ul li h3 {
    font-size: 24px;
    font-weight: bold;
  }
}
#lineup ul li h3 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#lineup ul li h3 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #ffea00;
  z-index: -1;
}
#lineup ul li p {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 641px) {
  #lineup ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
}
#lineup ul li p span {
  border: 1px solid #333;
  color: #333;
  margin-right: 0.5rem;
  padding: 3px 5px;
  border-radius: 3px;
}
#lineup ul li p strong {
  font-size: 24px;
}
#lineup ul li.wide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#lineup ul li.wide .image {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #lineup ul li.wide .image {
    width: 530px;
  }
}
#lineup ul li.wide .image #lineupSlide div {
  border: none;
  margin: 0;
}
#lineup ul li.wide .image .thumb {
  width: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#lineup ul li.wide .image .thumb img {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
#lineup ul li.wide .image .thumb .thumbnail-current img {
  border: 1px solid #4697f8;
  border-collapse: collapse;
}
#lineup ul li.wide .text {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #lineup ul li.wide .text {
    width: 380px;
    margin-right: 40px;
    margin-top: 70px;
  }
}
#lineup .btnWrap {
  text-align: center;
}
#lineup .btnWrap .colorBtn {
  height: 14vw;
  line-height: 14vw;
  padding: 0 20vw;
  border-radius: 7vw;
}
@media print, screen and (min-width: 641px) {
  #lineup .btnWrap .colorBtn {
    font-size: 20px;
    font-weight: bold;
    padding: 0 130px;
    height: 62px;
    line-height: 62px;
    border-radius: 31px;
  }
}/*# sourceMappingURL=top.css.map */