@charset "UTF-8";
.error-message {
  color: #ff0000;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 15px 30px;
  font-size: 0;
  background: #fff;
  z-index: 99;
}

header .inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

header .hd_logo {
  float: left;
  width: 135px;
}

header .hd_logo img {
  width: 100%;
}

header nav {
  float: right;
  width: 1000px;
}

header ul {
  float: left;
  width: 768px;
  margin-top: 10px;
  font-size: 0;
  border-right: solid 1px #c9c9c9;
}

header ul a {
  display: block;
  position: relative;
  line-height: 1.2;
  text-decoration: none !important;
}

header ul a::before, header ul a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #264cb9;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header ul a::before {
  left: 50%;
}

header ul a::after {
  right: 50%;
}

header ul a:hover::before, header ul a:hover:after {
  width: 50%;
}

header ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  font-size: 1.55rem;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: top;
}

header ul li:last-child {
  margin-right: 0;
}

header ul li span {
  display: block;
  color: #264cb9;
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0;
}

header .tel {
  float: right;
  width: 200px;
  margin-top: 20px;
  margin-left: 20px;
}

header .tel p {
  position: relative;
  padding-left: 20px;
  color: #264cb9;
  font-size: 2.6rem;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}

header .tel p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 24px;
  background: url(../images/icon_tel.png) no-repeat center top;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#content {
  position: relative;
  width: 100%;
  padding-top: 100px;
}

.mv_area {
  position: relative;
  height: 579px;
  padding: 110px 0 120px;
  overflow: hidden;
  z-index: 10;
}

.mv_area p {
  position: relative;
  width: 630px;
  margin: 0 auto;
  z-index: 2;
}

.mv_area .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv_area .slider img {
  display: block;
  max-width: 1400px;
  height: 579px;
  margin: 0 auto;
}

.red_txt {
  color: #ff0000;
}

.ttl {
  margin-bottom: 40px;
  color: #264cb9;
  font-size: 2.4rem;
  letter-spacing: 4px;
  text-align: center;
}

.ttl span {
  display: block;
  color: #000;
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
  letter-spacing: 3px;
}

section {
  position: relative;
}

section::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 98px;
  margin-top: -98px;
}

#advantage {
  padding-bottom: 75px;
  text-align: center;
  background: #fff;
  z-index: 9;
}

#advantage .ttl {
  margin-top: 72px;
}

#advantage .elm_box {
  width: 895px;
  margin: 0 auto;
  font-size: 0;
}

#advantage .elm {
  display: inline-block;
  width: 260px;
  vertical-align: top;
}

#advantage .elm figure {
  width: 120px;
  margin: 0 auto 28px;
}

#advantage .elm p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#advantage .elm + .elm {
  margin-left: 40px;
}

#products {
  padding: 0 0 85px;
  background: #f8f8f8;
  z-index: 8;
}

#products .ttl {
  padding-top: 65px;
}

#products .slider {
  position: relative;
  width: 1050px;
  margin: 0 auto;
  font-size: 0;
}

#products .elm {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}

#products .elm figure {
  margin-bottom: 10px;
}

#products .elm figure figcaption {
  display: block;
  margin-top: 15px;
  color: #264cb9;
  font-size: 1.7rem;
  font-weight: bold;
}

#products .elm p {
  font-size: 1.5rem;
}

#products .elm + .elm {
  margin-left: 30px;
}

#greeting {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 0 42px;
  background: url(../images/greeting_img.jpg) no-repeat left 610px bottom;
  z-index: 7;
}

#greeting .ttl {
  font-size: 2rem;
  text-align: left;
}

#greeting .ttl span {
  display: inline-block;
  margin-left: 15px;
}

#greeting .box {
  width: 652px;
  margin-left: 140px;
  padding: 40px 35px;
  background: #fff;
}

#greeting .box p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#company {
  z-index: 6;
}

#company .ttl {
  padding-top: 70px;
  margin-bottom: 35px;
}

#company figure {
  margin-bottom: 23px;
}

#company table {
  width: 1050px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-spacing: 0;
  border-bottom: solid 1px #a0a0a0;
}

#company th, #company td {
  font-size: 1.65rem;
  vertical-align: top;
  line-height: 1.8;
}

#company th {
  padding: 20px 20px 0 45px;
  font-weight: normal;
  text-align: left;
}

#company td {
  padding: 20px 0 0;
}

#company td span {
  display: block;
}

#SDGs_oath {
  padding-top: 70px;
  z-index: 6;
}

#SDGs_oath p {
  width: 1050px;
  margin: 0 auto;
}

#SDGs_oath p a {
  text-decoration: none;
}

#SDGs_oath p a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18.5px;
  margin-left: 10px;
  background: url(/common/images/cms/pdf.png) right center no-repeat;
  -moz-background-size: 16px 18.5px;
       background-size: 16px 18.5px;
}

#SDGs_oath p a > span {
  color: #264cb9;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

#SDGs_oath p a > span::before, #SDGs_oath p a > span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #264cb9;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#SDGs_oath p a > span::before {
  left: 50%;
}

#SDGs_oath p a > span::after {
  right: 50%;
}

#SDGs_oath p a > span:hover::before, #SDGs_oath p a > span:hover:after {
  width: 50%;
}

#history {
  padding-bottom: 70px;
  background: #fff;
  z-index: 5;
}

#history .ttl {
  width: 1050px;
  margin: 0 auto 40px;
  padding-top: 70px;
  text-align: left;
}

#history .ttl span {
  display: inline-block;
  margin-left: 15px;
}

#history dl {
  display: table;
  width: 1050px;
  margin: 0 auto;
  padding: 17px 40px;
}

#history dl:nth-of-type(odd) {
  background: #eee;
}

#history dt, #history dd {
  display: table-cell;
  font-size: 1.6rem;
  vertical-align: top;
}

#history dt {
  width: 120px;
}

#history dd {
  padding-left: 64px;
}

#access {
  padding: 0 0 75px;
  background: #f8f8f8;
  z-index: 4;
}

#access .ttl {
  margin-bottom: 35px;
  padding-top: 62px;
}

#access .inner {
  width: 1050px;
  margin: 0 auto;
  font-size: 0;
}

#access .elm {
  display: inline-block;
  width: 340px;
  vertical-align: top;
}

#access .elm .map {
  position: relative;
  width: 100%;
  height: 348px;
  margin-bottom: 15px;
  border: solid 1px #c8c6c6;
  overflow: hidden;
}

#access .elm p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#access .elm + .elm {
  margin-left: 15px;
}

#contact {
  padding: 0 0 86px;
  z-index: 3;
}

#contact .ttl {
  padding-top: 52px;
}

#contact p {
  margin-bottom: 46px;
  font-size: 1.6rem;
  line-height: 1.8;
}

#contact .contact_item {
  width: 1050px;
  margin: 0 auto;
}

#contact .contact_item dl {
  display: table;
  width: 100%;
  padding: 30px 0 32px;
  border-bottom: solid 1px #a0a0a0;
}

#contact .contact_item dl:first-child {
  border-top: solid 1px #a0a0a0;
}

#contact .contact_item dt, #contact .contact_item dd {
  display: table-cell;
  font-size: 1.6rem;
  vertical-align: top;
}

#contact .contact_item dt {
  width: 200px;
  padding-left: 10px;
}

#contact .contact_item dd {
  padding-left: 30px;
  letter-spacing: 1px;
}

#contact .contact_item dd span {
  position: relative;
  display: block;
}

#contact .contact_item dd span + span {
  margin-top: 10px;
}

#contact .contact_item dd input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #eee;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#contact .contact_item dd input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#contact .contact_item dd input[type="checkbox"]:checked::before {
  opacity: 1;
}

#contact .contact_item dd label {
  padding-left: 30px;
}

#contact .contact_item dd input[type="text"],
#contact .contact_item dd input[type="email"],
#contact .contact_item dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  background: #eee;
}

#contact .privacy_check {
  position: relative;
  width: 508px;
  margin: 50px auto 0;
  padding: 20px 0;
  font-size: 1.6rem;
  background: #eee;
}

#contact .privacy_check span {
  margin-left: 146px;
  text-decoration: underline;
}

#contact .privacy_check span:hover {
  cursor: pointer;
  text-decoration: none;
}

#contact .privacy_check input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  left: 107px;
  width: 24px;
  height: 24px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#contact .privacy_check input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#contact .privacy_check input[type="checkbox"]:checked::before {
  opacity: 1;
}

#contact .complete_ttl {
  margin-bottom: 0;
  color: #00bb84;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#contact .complete_sub {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#contact .complete_sub + p {
  text-align: center;
}

#contact .btn_area {
  margin-top: 70px;
  text-align: center;
}

#contact .btn_area span {
  display: block;
  width: 380px;
  margin: 0 auto;
}

#contact .btn_area a {
  display: block;
  position: relative;
  padding: 20px 0;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  background: #264cb9;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

#contact .btn_area a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 32px;
  height: 14px;
  background: url(../images/icon_arrow02.png) no-repeat left top;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#contact .btn_area a:hover {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

#contact .btn_area .back a {
  background: #00bb84;
}

#contact .btn_area .back a::before {
  left: 14px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
     -moz-transform: translate(0, -50%) scale(-1, 1);
      -ms-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}

#contact p {
  margin-top: 15px;
  font-size: 1.6rem;
}

#contact .btn_area + p {
  text-align: center;
}

footer {
  padding-bottom: 24px;
  text-align: center;
  background: #264cb9;
}

footer .pagetop {
  width: 100%;
  margin-bottom: 51px;
  background: #fff;
}

footer .pagetop a {
  display: block;
  padding: 13px 0 15px;
  background: #424242;
}

footer .pagetop img {
  width: auto !important;
}

footer .ft_logo {
  width: 236px;
  margin: 0 auto 45px;
}

footer p {
  margin-bottom: 14px;
}

footer p a {
  color: #fff !important;
  font-size: 1.4rem;
}

footer small {
  color: #fff;
  font-size: 1.4rem;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(163, 163, 163, 0.6);
  z-index: 999;
}

#modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1050px;
  padding: 35px 40px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#modal .close {
  position: absolute;
  top: 27px;
  right: 30px;
  width: 26px;
}

#modal .close:hover {
  cursor: pointer;
}

#modal .ttl {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
}

#modal .txt_area {
  height: 528px;
}

#modal .txt_area p {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}

#modal .txt_area span {
  font-size: 1.6rem;
  line-height: 1.8;
}

#modal .txt_area .sub {
  display: block;
  font-weight: bold;
}

#modal .txt_area ul {
  margin-bottom: 40px;
}

#modal .txt_area li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
}

#modal .txt_area li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 1.3rem;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #264cb9;
  opacity: 1;
}

.slick-prev {
  left: -64px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #264cb9 url(../images/icon_arrow.png) no-repeat left center;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
     -moz-transform: translate(0, -50%) scale(-1, 1);
      -ms-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}

.slick-prev:hover {
  color: #264cb9;
  background: #264cb9 url(../images/icon_arrow.png) no-repeat left center;
  opacity: .8;
}

.slick-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  background: #264cb9 url(../images/icon_arrow.png) no-repeat left center;
  opacity: 1;
  -moz-border-radius: 50%;
       border-radius: 50%;
  font-size: 0;
}

.slick-next {
  right: -64px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #264cb9 url(../images/icon_arrow.png) no-repeat left center;
}

.slick-next:hover {
  color: #264cb9;
  background: #264cb9 url(../images/icon_arrow.png) no-repeat left center;
  opacity: .8;
}

.slick-next::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  background: #264cb9 url(../images/icon_arrow.png) no-repeat left center;
  opacity: 1;
  -moz-border-radius: 50%;
       border-radius: 50%;
  font-size: 0;
}

.mCSB_scrollTools .mCSB_dragger_bar {
  width: 10px !important;
  background-color: #264cb9 !important;
  -moz-border-radius: 0 !important;
       border-radius: 0 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
