@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  font-size: 1rem;
  font-family: 'Noto Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  transition: opacity .2s ease;
}
a:hover {
  opacity: .7;
}
.ro img {
  transition: opacity .2s ease;
}
.ro a:hover img {
  opacity: .7;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.c-show-zoom-in.animation {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-show-zoom-in {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.animation .c-show-zoom-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#page {
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
#header {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  padding: 1.04166667% 6.25%;
  background-color: #004f9b;
}
#header .inner .coop {
  display: flex;
  align-items: center;
}
#header .inner .coop .logo {
  margin-right: 2.60869565%;
  width: 169px;
}
#header .inner .coop .product {
  padding: 1.73913043% 0 1.73913043% 3.47826087%;
  border-left: 1px solid #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #FFF;
}
#pcMenulist .link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px 0;
}
#pcMenulist .link span {
  position: relative;
  display: inline-block;
  margin: 0 20px 10px 0;
  white-space: nowrap;
  font-size: 1.2rem;
}
#pcMenulist .link a {
  display: block;
  color: #FFF;
}
#pcMenulist .link a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -10px;
  top: 3px;
  background: url(../images/index_ic02.png) no-repeat left center;
}
#pcMenulist .pcLanguage {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #FFF;
  color: #FFF;
}
#pcMenulist .pcLanguage p {
  width: 41.9047619%;
  padding: 8px;
  box-sizing: border-box;
  border-right: 1px solid #FFF;
  font-size: 10px;
}
#pcMenulist .pcLanguage form {
  height: 100%;
  background: #004f9b;
}
#pcMenulist .pcLanguage label {
  position: relative;
  display: block;
  width: 122px;
  overflow: hidden;
  background: #004f9b;
  font-size: 10px;
}
#pcMenulist .pcLanguage label:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 10px;
  width: 4px;
  height: 4px;
  margin: auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#pcMenulist .pcLanguage select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 122px;
  padding: 8px;
  color: #FFF;
  border: none;
  background: transparent;
  font: 400 10px Hiragino Kaku Gothic ProN;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
#pcMenulist .pcLanguage select ::-ms-expand {
  display: none;
}
#pcMenulist .pcLanguage option {
  background: #004f9b;
  border: 1px solid #FFF;
}
#navi #slideR {
  position: relative;
}
#navi .nav-icon {
  display: flex;
  position: fixed;
  right: -1%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  z-index: 20;
  width: 45px;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
#navi .nav-icon a {
  display: block;
  width: 12px;
  height: 12px;
  margin: 19px 0;
  border-radius: 50%;
  background-color: #d4d4d4;
  border: solid 1px #d4d4d4;
}
#navi .nav-icon a.cur {
  background-color: #63954f;
}
#navi .nav-contents {
  display: flex;
  position: fixed;
  height: 398px;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -725px;
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: column nowrap;
  padding: 65px 65px 41px 50px;
  box-sizing: border-box;
  border-radius: 12px;
  display: none;
}
#navi .nav-contents li {
  margin-bottom: 20px;
  text-align: right;
}
#navi .nav-contents li a {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.2;
}
#navi .nav-contents li a:hover {
  opacity: .8;
}
#navi .nav-contents .nav-line2 {
  margin-bottom: 7px;
}
#navi .nav-contents .nav-line2 a {
  font-size: 1.5rem;
}
#main {
  position: relative;
}
#main h2 {
  text-align: center;
}
#main .sectop {
  position: relative;
  background: #75d2e4;
  z-index: 1;
}
#main .sectop .inner {
  position: relative;
  max-width: 1280px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5.46875vw 0 0;
  box-sizing: border-box;
}
#main .sectop .inner h1 {
  margin-bottom: 20px;
  animation: show 1.5s both;
  animation-delay: .8s;
}
#main .sectop .inner .catch {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 45px;
  animation: show 1.5s both;
  animation-delay: .8s;
  letter-spacing: 4px;
}
#main .sectop .inner h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
  letter-spacing: 2px;
  animation: show 1s both;
  animation-delay: 2.2s;
}
#main .sectop .inner #problem {
  position: relative;
  margin-bottom: 10px;
  z-index: 10;
  max-width: 330px;
}
#main .sectop .inner #problem li {
  width: auto;
  padding: 6px 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
}
#main .sectop .inner #problem li:nth-of-type(1) {
  background: #69b868;
  animation: show .7s both;
  animation-delay: 3.0s;
}
#main .sectop .inner #problem li:nth-of-type(2) {
  background: #46aa76;
  animation: show .7s both;
  animation-delay: 3.5s;
}
#main .sectop .inner #problem li:nth-of-type(3) {
  background: #479c8a;
  animation: show .7s both;
  animation-delay: 4.0s;
}
#main .sectop .inner .text {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 10;
  animation: show 1s both;
  animation-delay: 4.5s;
}
#main .sectop .inner .text .impact {
  position: relative;
  display: inline-block;
}
#main .sectop .inner .text .impact:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  background: url(../images/bgTopTxt.png) no-repeat left top;
  background-size: contain;
  left: 0;
  bottom: -10px;
}
#main .sectop .inner .pic {
  position: relative;
  width: 520px;
  text-align: center;
  z-index: 10;
  animation: show 2.5s both;
  animation-delay: 5.0s;
}
#main .sectop .inner:after {
  position: absolute;
  content: "";
  background: url(../images/topBg.png) no-repeat left top;
  background-size: contain;
  width: 469px;
  height: 410px;
  bottom: 10px;
  right: -1.953125vw;
  z-index: 2;
  animation: show 3s both;
  animation-delay: 0.1s;
}
#main .sectop:before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  background: #8eba4c;
  bottom: 0;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#main section[id^="feat"] {
  position: relative;
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
  letter-spacing: .05em;
}
#main section[id^="feat"]:before {
  position: absolute;
  content: "";
  background-image: url(../images/shiromaru.svg), url(../images/bgGrid.png);
  background-position: center 94px, center top;
  background-repeat: no-repeat, repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}
#main section[id^="feat"]:after {
  position: absolute;
  top: 74px;
  display: block;
  height: 116px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/bgArchPC.svg);
  content: "";
  width: 100%;
  box-sizing: border-box;
}
#main section[id^="feat"] h2 {
  margin-bottom: 0.9375em;
  color: #63954f;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3125;
}
#main section[id^="feat"] h2 b {
  color: #000;
  font-weight: 700;
}
#main section[id^="feat"] h2 span {
  white-space: nowrap;
}
#main section[id^="feat"] .text {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 1.4em;
}
#main section[id^="feat"] .image {
  text-align: center;
}
#main section[id^="feat"].animation:before {
  opacity: 1;
}
#main .sec1 .scrollNav {
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 100px;
  top: 40px;
  left: 50%;
  margin-left: -1px;
  text-align: center;
  overflow: hidden;
  background: #c4c4c4;
  opacity: 0.502;
}
#main .sec1 .scrollNav:after {
  position: absolute;
  content: "";
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: roll-down;
  animation-name: roll-down;
  height: 20px;
  width: 2px;
  left: 0;
  animation-iteration-count: infinite;
  background: #000;
  background: linear-gradient(#c4c4c4, #47b819);
  overflow: hidden;
}
@keyframes roll-down {
  from {
    height: 100px;
    transform-origin: left top;
    transform: translateY(-110px);
  }
  to {
    height: 100px;
    transform: translateY(110px);
  }
}
#main .sec2 {
  padding: 6.94444444% 0 1.73611111%;
}
#main .sec2 .inner {
  padding-top: 2.77777778%;
}
#main .sec2 .inner .secHead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.43055556%;
  text-align: center;
}
#main .sec2 .inner .secHead .icon {
  width: 7.15277778%;
  padding-right: 2.77777778%;
}
#main .sec2 .inner .secHead .text .sub {
  margin-bottom: 1.38888889%;
  font-size: 2rem;
  color: #246CA8;
  font-weight: bold;
}
#main .sec2 .inner .secHead .text .main {
  font-size: 3.6rem;
  font-weight: bold;
}
#main .sec2 .inner .colum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86.80555556%;
  margin: 0 auto;
}
#main .sec2 .inner .colum .image {
  width: 28.8%;
  padding-right: 2.4%;
}
#main .sec2 .inner .colum .textList {
  display: flex;
  justify-content: center;
  width: 74.4%;
}
#main .sec2 .inner .colum .textList .textcolum {
  width: 43.5483871%;
  padding: 0 3.22580645%;
}
#main .sec2 .inner .colum .textList .textcolum .headList {
  margin-bottom: 7.40740741%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #246CA8;
}
#main .sec2 .inner .colum .textList .textcolum ul li {
  margin-bottom: 6.17283951%;
  font-size: 2.2rem;
  color: #545454;
  line-height: 1.4;
}
#main .sec2 .inner .colum .textList .textcolum ul li strong {
  background: linear-gradient(transparent 60%, #feffd9 0%);
  font-weight: bold;
}
#main .sec2 .box1 {
  background-image: url(../images/reliableBg1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 24.30555556% auto;
}
#main .sec2 .box1 .colum {
  padding-bottom: 6%;
}
#main .sec2 .box2 {
  padding: 5.55555556% 0 0;
  background-image: url(../images/reliableBg2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 23.61111111% auto;
}
#main .sec2 .box3 {
  padding: 4.51388889% 0 1.04166667%;
  background-image: url(../images/reliableBg3.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 24.86111111% auto;
}
#main .sec3 {
  padding: 7.63888889% 0 1.73611111%;
  background-color: #EBF0F5;
}
#main .sec3 .image {
  max-width: 454px;
  width: 43.23809524%;
  margin: 0 auto;
}
#main .sec3 .text {
  line-height: 1.4;
}
#main .sec3 .text .catch {
  margin-bottom: 4.83870968%;
  font-size: 3.4rem;
  font-weight: bold;
  color: #246CA7;
}
#main .sec3 .text .catch span {
  font-size: 2.6rem;
}
#main .sec3 .text .lead {
  margin-bottom: 11.29032258%;
  font-size: 2.2rem;
  color: #535353;
}
#main .sec3 .text .btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#main .sec3 .text .linkBtn {
  width: 58.06451613%;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color: #246CA8;
  text-align: center;
  font-size: 2.2rem;
}
#main .sec3 .text .linkBtn a {
  position: relative;
  display: block;
  padding: 3.22580645% 6.4516129%;
  color: #FFF;
}
#main .sec3 .text .linkBtn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main .product {
  position: relative;
  padding: 0 0 105px;
  background-color: #ecedea;
}
#main .product .bg {
  position: relative;
  height: 480px;
  background-color: #ecedea;
  transition-duration: 0.8s;
  margin-bottom: 180px;
}
#main .product .bg .bg_factory {
  position: relative;
}
#main .product .bg .bg_factory:before {
  position: absolute;
  content: '';
  background: url(../images/productBg01.png) repeat-x center bottom;
  background-size: 1282px 448px;
  width: 100%;
  height: 480px;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
  opacity: 0;
}
#main .product .bg .bg_factory:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 480px;
  background: url(../images/productBg02PC.png) no-repeat center bottom;
  background-size: 1249px 216px;
  transition-duration: 1s;
  transition-delay: 1.1s;
  opacity: 0;
}
#main .product .bg .ttl {
  position: absolute;
  width: 100%;
  margin-top: 110px;
  color: #FFF;
  line-height: 1.4;
  transition-duration: 1s;
  transition-delay: 1.3s;
  opacity: 0;
}
#main .product .bg .ttl span {
  display: block;
  font-size: 3.6rem;
  text-align: center;
}
#main .product .bg .itemWrap {
  position: absolute;
  width: 434px;
  height: 320px;
  left: 50%;
  bottom: -130px;
  margin-left: -207px;
  text-align: center;
  transition-duration: 1s;
  transition-delay: 2.0s;
  opacity: 0;
}
#main .product .bg.animation {
  background-color: #63954f;
}
#main .product .bg.animation .bg_factory:before {
  opacity: 1;
}
#main .product .bg.animation .bg_factory:after {
  opacity: 1;
}
#main .product .bg.animation .ttl {
  opacity: 1;
}
#main .product .bg.animation .itemWrap {
  opacity: 1;
}
#main .product .text {
  font-size: 2.0rem;
  line-height: 1.8;
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
}
#main .product .text span.pcbr {
  display: block;
}
#main .product .figWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
#main .product .figWrap .fig01 {
  position: relative;
  width: calc(50% - 15px);
}
#main .product .figWrap .btnWrap1 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: calc(40 / 794 * 100%);
  left: 0;
  right: 0;
  width: calc(430 / 485 * 100%);
  margin: auto;
}
#main .product .figWrap .btnWrap1 > div {
  width: calc(203 / 430 * 100%);
}
#main .product .figWrap .fig02 {
  position: relative;
  width: calc(50% - 15px);
}
#main .product .figWrap .btnWrap2 {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: calc(40 / 794 * 100%);
  left: 0;
  right: 0;
  width: calc(430 / 485 * 100%);
  margin: auto;
}
#main .product .figWrap .btnWrap2 > div {
  width: calc(203 / 430 * 100%);
}
#main .product .arrow {
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -42px;
  width: 0;
  height: 88px;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 42px solid rgba(133, 202, 105, 0.102);
  animation: sdb 6s infinite;
  opacity: 0;
  z-index: 10;
}
#main .product .arrow:before {
  position: absolute;
  content: "";
  left: -42px;
  top: -21px;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 42px solid rgba(133, 202, 105, 0.4);
  animation: sdb 6s infinite;
  animation-delay: .3s;
  opacity: 0;
}
#main .product .arrow:after {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 42px solid rgba(133, 202, 105, 0.8);
  animation: sdb 6s infinite;
  animation-delay: .6s;
  opacity: 0;
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#main #contact {
  position: relative;
  padding: 13.19444444% 0 4.16666667%;
  background: url(../images/contactBg.svg) center center;
  text-align: center;
  background-size: cover;
}
#main #contact:after {
  position: absolute;
  top: 74px;
  display: block;
  height: 116px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/bgArchPC.svg);
  content: "";
  width: 100%;
  box-sizing: border-box;
}
#main #contact .catch {
  margin-bottom: 66px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3125;
}
#main #contact .catch span.pcbr {
  display: block;
}
#main #contact .link {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 78.125%;
  margin: 0 auto 65px;
  transition-delay: 0.8s;
}
#main #contact .link .linkItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 218px;
  max-height: 218px;
  width: 17.03125vw;
  height: 17.03125vw;
  margin: 0 3.359375vw;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 3px 3px 0px 0px #568444;
  background-color: #fff;
  text-align: center;
  color: #000;
  opacity: 0;
}
#main #contact .link .linkItem .icon {
  width: 52.17391304%;
  margin: 0 auto 6.52173913%;
}
#main #contact .link .linkItem .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 15px 5px;
}
#main #contact .for_ebook {
  font-size: 1.8rem;
  font-weight: bold;
}
#main #contact .for_ebook a {
  display: block;
  width: 423px;
  margin: 0 auto;
}
#main #contact .for_ebook a .btn {
  position: relative;
  width: 450px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  border: solid 2px #fff83a;
  border-radius: 13px;
  color: #fff83a;
}
#main #contact .for_ebook a .btn:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/contactArrowPC.png) no-repeat left top;
  left: 35px;
  top: 40px;
}
#main #contact .for_ebook a .btn span {
  color: #FFF;
}
#main #contact .for_ebook a .dlTxt {
  width: 423px;
  margin: 30px auto 0;
  color: #000;
}
#main #contact .for_ebook a .dlTxt span {
  color: #FFF;
  text-decoration: underline;
}
#main #contact .for_ebook a:hover .dlTxt span {
  text-decoration: none;
}
#main #contact.animation .link.show-left .linkItem {
  opacity: 1;
}
#main #contact.animation .link.show-left .linkItem:nth-child(1) {
  transition-duration: 1.0s;
  transition-delay: 0.5s;
}
#main #contact.animation .link.show-left .linkItem:nth-child(2) {
  transition-duration: 1.0s;
  transition-delay: 0.8s;
}
#main #contact.animation .link.show-left .linkItem:nth-child(3) {
  transition-duration: 1.0s;
  transition-delay: 1.1s;
}
#footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.86111111% 6.25% 2.08333333%;
}
#footer .link {
  font-size: 1.3rem;
}
#footer .link p {
  display: inline-block;
  margin-right: 25px;
}
#footer .link a {
  color: #000;
}
#footer .copy {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#fixContents {
  position: fixed;
  top: 50%;
  margin-top: -121px;
  z-index: 9999;
}
#fixContents #fixInner .fixItem {
  position: relative;
  margin-bottom: 5%;
}
#fixContents #fixInner .fixItem:last-of-type {
  margin-bottom: 0;
}
#fixContents #fixInner .fixItem .links {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: calc(4 / 113 * 100%);
  left: 0;
  right: 0;
  width: calc(165 / 174 * 100%);
  margin: auto;
}
#fixContents #fixInner .fixItem .links a {
  display: block;
  width: calc(80 / 165 * 100%);
}
.scroll {
  text-align: center;
}
#pagetop {
  margin-bottom: 6.25%;
  text-align: center;
}
@media (max-width: 1380px) {
  #navi {
    display: none;
  }
}
@media (max-width: 1120px) {
  #pcMenulist .link span {
    display: block;
    white-space: normal;
    font-size: 1.17647059vw;
  }
  #header .inner {
    align-items: center;
    padding: 1.47058824% 3.43137255%;
  }
  #header .inner .coop {
    width: 70%;
  }
  #header .inner .coop .logo {
    width: 30%;
  }
  #header .inner .coop .product {
    font-size: 1.76470588vw;
  }
  #header .inner .menu {
    width: 30%;
  }
  #main .sectop .inner:after {
    right: 0;
  }
  #main section[id^="feat"] .text {
    max-width: 750px;
  }
  #footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .link {
    width: 100%;
    margin-bottom: 2%;
    font-size: 1.0rem;
  }
  #footer .copy {
    font-size: 1.0rem;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #header .inner {
    width: 100%;
    padding: 13px 10px;
    box-sizing: border-box;
  }
  #header .inner .coop {
    width: auto;
  }
  #header .inner .coop .logo {
    width: 100px;
  }
  #header .inner .coop .product {
    font-size: 10px;
    letter-spacing: 0;
  }
  #header .inner .menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .inner .menu #menuButton {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 42px;
    height: 42px;
    z-index: 3;
    cursor: pointer;
  }
  #header .inner .menu #menuButton span {
    display: block;
    background: #FFF;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #header .inner .menu #menuButton span:first-child {
    top: 12px;
  }
  #header .inner .menu #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }
  #header .inner .menu #menuButton span:last-child {
    bottom: 12px;
  }
  #header .inner .menu #menuButton.change span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  #header .inner .menu #menuButton.change span:nth-child(2) {
    opacity: 0;
  }
  #header .inner .menu #menuButton.change span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  #header .inner .menu #pcMenulist {
    display: none;
  }
  #header .inner .menu #pcMenulist .link {
    display: block;
  }
  #header .inner .menu #spMenulist {
    display: none;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 100%;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #CCC;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 3.2vw;
    font-weight: bold;
  }
  #header .inner .menu #spMenulist .link {
    margin-bottom: 3.33333333%;
  }
  #header .inner .menu #spMenulist .link p {
    border-bottom: 1px solid #CCC;
  }
  #header .inner .menu #spMenulist .link p a {
    display: block;
    width: 100%;
    padding: 4% 4%;
    box-sizing: border-box;
    color: #246CA8;
  }
  #header .inner .menu #spMenulist .spLanguage {
    margin-bottom: 2.66666667%;
  }
  #header .inner .menu #spMenulist .spLanguage p {
    padding: 0 4% 2.66666667%;
    color: #333;
  }
  #header .inner .menu #spMenulist .spLanguage ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 2.66666667% 0;
  }
  #header .inner .menu #spMenulist .spLanguage ul li {
    padding-bottom: 1.33333333%;
  }
  #header .inner .menu #spMenulist .spLanguage ul a {
    color: #246CA8;
  }
  #main h2 .mainTtl {
    margin-bottom: 3.33333333%;
    font-size: 9.33333333vw;
  }
  #main h2 .subTtl {
    font-size: 2.8vw;
  }
  #main section[id^="feat"] {
    padding-top: calc(26.66666667vw);
    padding-right: calc(6.13333333vw);
    padding-left: calc(6.13333333vw);
    padding-bottom: calc(13.33333333vw);
  }
  #main section[id^="feat"]:before {
    background-image: url(../images/shiromaruSP.svg), url(../images/bgGrid.png);
    background-size: cover, 7px 7px;
    background-position: center calc(12.93333333vw), center top;
  }
  #main section[id^="feat"]:after {
    top: calc(9.86666667vw);
    width: calc(89.2vw);
    height: calc(18.13333333vw);
    background-image: url(../images/bgArchSP.svg);
  }
  #main section[id^="feat"] h2 {
    font-size: calc(5.6vw);
  }
  #main section[id^="feat"] h2 span {
    display: inline-block;
  }
  #main section[id^="feat"] h2 br {
    display: none;
  }
  #main section[id^="feat"] .text {
    color: #6f6f6f;
    font-size: calc(3.2vw);
  }
  #main .sectop {
    height: 680px;
  }
  #main .sectop .inner {
    padding: 35px 5px 0;
    padding-bottom: 220px;
  }
  #main .sectop .inner h1 {
    width: 297.5px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #main .sectop .inner .catch {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0;
  }
  #main .sectop .inner h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 5px;
  }
  #main .sectop .inner #problem {
    width: 100%;
    max-width: inherit;
  }
  #main .sectop .inner #problem li {
    display: block;
    max-width: inherit;
    width: auto;
    box-sizing: border-box;
    margin: 0 30px 5px;
    padding: 3px;
    border-radius: 5px;
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: center;
  }
  #main .sectop .inner .text {
    font-size: 1.1rem;
    margin-bottom: 2.66666667vw;
    line-height: 2.0;
    letter-spacing: 0.5px;
    text-align: center;
  }
  #main .sectop .inner .pic {
    width: inherit;
    width: 154px;
    margin: 0 auto 30px;
  }
  #main .sectop .inner:after {
    width: 260px;
    height: 226.5px;
    bottom: 0;
    left: 50%;
    margin-left: -130px;
  }
  #main .sectop:before {
    position: absolute;
    content: "";
    height: 75px;
    width: 100%;
    background: #8eba4c;
    bottom: 0;
  }
  #main .sec1 h2 {
    max-width: 479px;
    width: 63.86666667%;
    margin: 0 auto;
  }
  #main .sec1 .scrollNav {
    position: absolute;
    width: 1px;
    height: 50px;
    top: 20px;
    left: 50%;
  }
  #main .sec1 .leadType1 {
    margin-bottom: 11.33333333%;
    font-size: 2.93333333vw;
  }
  #main .sec1 .leadType2 {
    margin-bottom: 12%;
    font-size: 5.06666667vw;
  }
  #main .sec2 {
    padding: 15.33333333% 0 3.33333333%;
  }
  #main .sec2 h2 {
    max-width: 486px;
    width: 64.8%;
    margin: 0 auto;
  }
  #main .sec2 .inner {
    padding-top: 5.33333333%;
  }
  #main .sec2 .inner .secHead {
    margin-bottom: 4.66666667%;
  }
  #main .sec2 .inner .secHead .icon {
    width: 10.13333333%;
    padding-right: 5.33333333%;
  }
  #main .sec2 .inner .secHead .text .sub {
    margin-bottom: 2.66666667%;
    font-size: 2.66666667vw;
  }
  #main .sec2 .inner .secHead .text .main {
    font-size: 4.8vw;
  }
  #main .sec2 .inner .colum {
    display: block;
    width: auto;
  }
  #main .sec2 .inner .colum .image {
    width: 48%;
    margin: 0 auto 4%;
    padding-right: 0;
  }
  #main .sec2 .inner .colum .textList {
    width: 88%;
    margin: 0 auto;
  }
  #main .sec2 .inner .colum .textList .textcolum {
    width: 47.69230769%;
    padding: 0 1.53846154%;
  }
  #main .sec2 .inner .colum .textList .textcolum .headList {
    margin-bottom: 9.67741935%;
    font-size: 2.93333333vw;
  }
  #main .sec2 .inner .colum .textList .textcolum ul li {
    margin-bottom: 8.06451613%;
    font-size: 2.93333333vw;
  }
  #main .sec2 .box1 {
    background-position: right 10px bottom;
    background-size: 46.66666667% auto;
  }
  #main .sec2 .box1 .colum {
    padding-bottom: 10%;
  }
  #main .sec2 .box2 {
    padding: 16.66666667% 0 0;
    background-position: left 10px top;
    background-size: 45.33333333% auto;
  }
  #main .sec2 .box3 {
    padding: 8.66666667% 0 2%;
    background-position: right 10px bottom;
    background-size: 47.73333333% auto;
  }
  #main .sec3 {
    padding: 12.66666667% 0 4%;
  }
  #main .sec3 h2 {
    max-width: 488px;
    width: 65.06666667%;
    margin: 0 auto;
  }
  #main .sec3 .image {
    width: 73.33333333%;
    margin: 0 auto 5.33333333%;
  }
  #main .sec3 .text {
    width: 86.66666667%;
    margin: 0 auto;
  }
  #main .sec3 .text .catch {
    margin-bottom: 5.38461538%;
    text-align: center;
    font-size: 4.53333333vw;
  }
  #main .sec3 .text .catch span {
    font-size: 4vw;
  }
  #main .sec3 .text .lead {
    margin-bottom: 9.33333333%;
    font-size: 3.2vw;
    text-align: left;
  }
  #main .sec3 .text .linkBtn {
    width: 55.38461538%;
    margin: 0 auto 15px;
    font-size: 3.46666667vw;
  }
  #main .sec3 .text .linkBtn a {
    padding: 5.55555556% 11.11111111%;
  }
  #main .sec3 .text .linkBtn a:after {
    right: 10px;
    width: 4px;
    height: 4px;
  }
  #main .product {
    padding: 0 0 16%;
  }
  #main .product h2 {
    letter-spacing: 0;
    line-height: 2.0;
  }
  #main .product .bg {
    min-height: 260px;
    height: 34.66666667%;
    margin-bottom: 30.66666667%;
  }
  #main .product .bg .bg_factory:before {
    min-height: 260px;
    height: 34.66666667%;
    background-size: 658px 230px;
  }
  #main .product .bg .bg_factory:after {
    min-height: 260px;
    height: 34.66666667%;
    background-size: 625px 108px;
    background: url(../images/productBg02SP.png) no-repeat center bottom;
    background-size: contain;
  }
  #main .product .bg .ttl {
    margin-top: 5.33333333vw;
  }
  #main .product .bg .ttl span {
    font-size: 2.0rem;
  }
  #main .product .bg .ttl span .spbr {
    display: block;
  }
  #main .product .bg .itemWrap {
    max-width: 398px;
    width: 53.06666667%;
    height: 53.06666667%;
    bottom: -10.66666667%;
    margin-left: -26.53333333%;
  }
  #main .product .bg .itemWrap .item {
    margin-bottom: 4%;
  }
  #main .product .figWrap {
    display: block;
    max-width: 485px;
    padding: 0 30px;
  }
  #main .product .figWrap .fig01 {
    width: auto;
    margin-bottom: 25px;
  }
  #main .product .figWrap .fig02 {
    width: auto;
  }
  #main .product .text {
    font-size: 1.6rem;
  }
  #main .product .text span {
    display: block;
  }
  #main .product .arrow {
    position: absolute;
    bottom: -75px;
    left: 50%;
    margin-left: -26px;
    width: 0;
    height: 88px;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid rgba(133, 202, 105, 0.102);
    animation: sdb 6s infinite;
    opacity: 0;
  }
  #main .product .arrow:before {
    position: absolute;
    content: "";
    left: -26px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid rgba(133, 202, 105, 0.4);
    animation: sdb 6s infinite;
    animation-delay: .3s;
    opacity: 0;
  }
  #main .product .arrow:after {
    position: absolute;
    content: "";
    left: -26px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid rgba(133, 202, 105, 0.8);
    animation: sdb 6s infinite;
    animation-delay: .6s;
    opacity: 0;
  }
  #main #contact {
    padding: 30.66666667% 0 10.66666667%;
  }
  #main #contact:after {
    top: calc(9.86666667vw);
    width: calc(89.2vw);
    height: calc(18.13333333vw);
    background-image: url(../images/bgArchSP.svg);
  }
  #main #contact .catch {
    font-size: 2.0rem;
    margin-bottom: 35px;
  }
  #main #contact .catch span {
    display: block;
  }
  #main #contact .link {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 35px;
  }
  #main #contact .link .linkItem {
    width: 37.86666667vw;
    height: 37.86666667vw;
    margin: 0 4.26666667vw;
  }
  #main #contact .link .linkItem .icon {
    width: 20vw;
    height: 10vw;
  }
  #main #contact .link .linkItem .text {
    top: 55%;
    font-size: 2.66666667vw;
  }
  #main #contact .link .linkItem .text span {
    display: block;
  }
  #main #contact .for_ebook {
    font-size: 1.2rem;
  }
  #main #contact .for_ebook a {
    display: block;
    width: auto;
    margin: 0 9.33333333%;
  }
  #main #contact .for_ebook a .btn {
    width: auto;
    border-radius: 8px;
    line-height: 33px;
    height: 33px;
  }
  #main #contact .for_ebook a .btn:after {
    background: url(../images/contactArrowSP.png) no-repeat left top;
    background-size: 47.5px 40.5px;
    left: 25px;
    top: 30px;
  }
  #main #contact .for_ebook a .dlTxt {
    width: auto;
    margin: 20px 13.33333333% 0;
  }
  #fixContents #fixInner {
    display: none;
  }
  #fixContents .fixItemBtn {
    display: flex;
    align-items: center;
    width: 75px;
    margin-bottom: 15px;
    border-radius: 0 90px 90px 0;
    background-color: #59809B;
    text-align: center;
    line-height: 1.2;
    box-sizing: border-box;
    height: 60px;
    padding: 5px 7px 5px 0;
    color: #fff;
    cursor: pointer;
  }
  #fixContents .fixItemBtn .icon {
    width: 33.33333333%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  #main .product .bg .itemWrap {
    bottom: -20vw;
  }
}
