@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  line-height: 1em;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, blockquote, th, td, pre, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100.5%;
  word-wrap: break-word;
}

p, dd, li {
  word-break: normal;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.none {
  display: none !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

img {
  font-size: 0;
  line-height: 0;
}

.accessibility {
  display: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}

p,
li {
  line-height: 1.5;
}

a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

.fwb {
  font-weight: bold;
}

.font-noto {
  font-family: "Noto Serif SC", serif;
}

.head__ttl-b {
  color: #fff;
  background: url(../images/home/bg_section_b.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 75px 0 80px;
  margin-bottom: 30px;
}
.head__ttl-b p {
  font-weight: bold;
}
.head__ttl-w {
  color: #006FBC;
  background: url(../images/home/bg_section_w.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 75px 0 80px;
  margin-bottom: 100px;
}
.head__ttl-w p {
  font-weight: bold;
}

.btn {
  position: relative;
  background: #006fbc;
  background: linear-gradient(135deg, #4F8BB4 10%, #006fbc 70%);
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  border: none;
  display: inline-block;
  padding: 20px 60px;
  border-radius: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.btn:hover {
  -webkit-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
}
.btn p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.btn p a {
  color: #fff;
}

.btn-dl {
  position: relative;
  border: none;
  font-weight: bold;
  background: #2986C6;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 20px 60px;
  border-radius: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.btn-dl:hover {
  -webkit-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
}
.btn-dl p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.btn-dl p a {
  color: #fff;
}

#site-header {
  background: rgba(255, 255, 255, 0.85);
  z-index: 10000;
  top: 0;
  width: 100%;
}

.header {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
.header__logo {
  width: 450px;
  height: 96px;
}
.header__nav-lang {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  color: #cfcfcf;
  font-size: 18px;
  font-size: 1.8rem;
}
.header__nav-lang a {
  color: #006FBC;
  display: inline-block;
  padding: 2px 7px;
}
.header__nav-lang span {
  display: inline-block;
  padding: 2px 7px;
  color: #6D6D6D;
}
.header__nav-lang i {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 7px;
  color: #6D6D6D;
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer-item {
  text-align: center;
  padding-top: 100px;
}
.footer-item__logo img {
  width: 328px;
}
.footer-item__address {
  padding: 30px 0 40px;
}

.footer-copy {
  width: 100%;
  background: linear-gradient(135deg, #4F8BB4 10%, #6BB6EB 70%);
  text-align: center;
  height: 60px;
}
.footer-copy p {
  padding-top: 20px;
  color: #fff;
}

body {
  min-width: 1260px;
}

.wrap {
  background-image: url("../images/home/bg_body_right2.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

#home {
  background-image: url(../images/home/bg_home_left2.png), url("../images/home/bg_home_right2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
}

.home-hero {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 100px;
  position: relative;
}
.home-hero__hero-img {
  margin: 0 30px;
}
.home-hero__hero-img img {
  width: 100%;
}
.home-hero__hero-img__head {
  line-height: 1.3;
}
.home-hero__hero-txt {
  color: #fff;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 6% 5% 5% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.home-hero__hero-txt__logo img {
  width: 55%;
}

/*---------------
 ----------------*/
.home-head {
  background: url("../images/home/bg_head.png");
  background-size: cover;
  padding-bottom: 128px;
}

.top-triangle {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.top-triangle__top {
  position: absolute;
  left: 50%;
  bottom: -80px;
   transform: translateX(-50%);
}
.top-triangle__item {
  background: url("../images/home/bg_sigma_t.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 900px;
  height: 226px;
  margin: 0 auto;
}

.top-triangle__item__number {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 20px;
}
.top-triangle__item__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  padding-bottom: 20px;
}
.top-triangle__item__txt {
  width: 900px;
  text-align: center;
}
.top-triangle__item {
  margin: 0;
}

/*---------------
 ----------------*/
.home-product {
  background-image: url(../images/home/bg_body_left2.png), url("../images/home/bg_body_right2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  position: relative;
}
.home-product__wrap {
  position: relative;
  top: -35px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: url("../images/common/bg_body.png");
  background-repeat: repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.4);
}
.home-product__about {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}
.home-product__about p {
  display: inline-block;
  text-align: center;
}
.home-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 50px;
}
.home-product__sec-ttl {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.home-product__sec-ttl span {
  background: #6BB6EB;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 12px 24px;
  border-radius: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
.home-product__item {
  width: 31%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-product__item-emp {
  width: 31%;
  background: none;
}
.home-product__item:hover {
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 29px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.home-product__item:hover .home-product__item-name {
  color: #006FBC;
}
.home-product__item a {
  color: #000;
}
.home-product__item-logo {
  padding: 30px 25px 15px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-product__item-logo img {
  width: 100%;
}
.home-product__item-logo.square {
  width: 40%;
  margin: 0 auto;
  overflow: hidden;
}
.home-product__item-name {
  padding: 10px 25px 20px;
  font-weight: bold;
}
.home-product__item-cmnt {
  padding: 0 25px 30px;
  line-height: 1.6;
}
.home-product .home-item__dimontonate {
  height: 430px;
}

/*---------------
  ----------------*/
.home-about {
  position: relative;
  width: 100%;
}
.home-about__wrap {
  position: relative;
  top: -100px;
  background: linear-gradient(155deg, #4F8BB4 10%, #6BB6EB 70%);
}
.home-about__block {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-about__list {
  padding: 0 25px;
  width: 85%;
}
.home-about__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.home-about__item p {
  width: 25%;
  font-weight: bold;
}
.home-about__item span {
  width: 75%;
  line-height: 1.5;
  text-align: left;
}
.home-about__map {
  padding: 0 25px;
  width: 45%;
}

/*---------------
   ----------------*/
#gn_contact {
  padding-top: 100px;
  margin-top: -100px;
}

.home-contact {
  position: relative;
}
.home-contact__wrap {
  background-image: url("../images/home/bg_body_left2.png");
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  top: -100px;
}
.home-contact__wrap__thanks {
  margin-top: 60px;
}
.home-contact__wrap__thanks .home-contact__cmnt {
  line-height: 1.8;
}
.home-contact__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.home-contact__block {
  text-align: center;
  margin-bottom: 30px;
}
.home-contact__head {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #006FBC;
  padding-bottom: 30px;
}
.home-contact__tel {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
.home-contact__cmnt {
  text-align: left;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.home-contact__list {
  padding-bottom: 60px;
}
.home-contact__list li {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.home-contact__list li:nth-child(odd) {
  background: #F5F5ED;
}
.home-contact__list li label {
  width: 20%;
  padding-top: 5px;
}
.home-contact__list li .label__req {
  background: #E21020;
  color: #fff;
}
.home-contact__list li .label__opt {
  background: #fff;
  color: #939393;
  border: 1px solid #E0E0E0;
}
.home-contact__list li span {
  margin-right: 20px;
  padding-top: 5px;
  display: table;
  padding: 3px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.home-contact__list li p {
  width: 60%;
}
.home-contact__list li input {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
}
.home-contact__list li textarea {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  padding: 5px;
}
.home-contact__form-policy {
  padding-bottom: 40px;
}
.home-contact__form-policy a {
  color: #006FBC;
}
.home-contact__form-policy a:hover {
  color: #262C4E;
}

/**********/
/* Base for label styling */
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  /*position: absolute;
  left: -9999px;*/
}

/*
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* checkbox aspect
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid $color-gray;
  background: #fff;
  border-radius: 4px;

}
/* checked mark aspect
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: $color-blue;
  transition: all 0.2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #006FBC !important;
}

.g-recaptcha {
  margin-bottom: 30px;
}

.g-recaptcha div {
  margin: 0 auto;
}

.download {
  position: relative;
  top: -100px;
  margin: 0 auto;
  max-width: 980px;
  background: #fff;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.4);
  /* メーカー情報 */
}
.download__ttl {
  color: #006FBC;
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 8px;
  font-weight: bold;
}
.download__ttl span {
  padding-left: 35px;
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
}
.download__wrap {
  padding: 100px;
}
.download__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
  border-top: 2px solid #006FBC;
  padding-top: 35px;
}
.download__info-img img {
  width: 150px;
}
.download__info-img-min {
  padding-right: 70px;
  position: relative;
  top: 30px;
}
.download__info-img-min img {
  width: 100px;
}
.download__info-img-l img {
  width: 180px;
}
.download__info-img-xl img {
  width: 240px;
}
.download__info-img.square img {
  width: 240px;
}
.download__info__head {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.download__info .dl-logo__bw {
  position: relative;
}
.download__info .dl-logo__bt {
  position: relative;
}
.download__info .dl-logo__mc {
  position: relative;
}
.download__info .dl-logo__tf {
  position: relative;
}
.download__info .dl-logo__it {
  position: relative;
}
.download__info .dl-logo__hp {
  position: relative;
}
.download__info .dl-logo__us {
  position: relative;
}
.download__item p {
  font-weight: bold;
  margin-bottom: 20px;
}
.download__item a {
  color: #006FBC;
}
.download ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
.download ul ul {
  margin-bottom: 0;
}
.download ul li {
  width: 50%;
  line-height: 1.5;
  margin-bottom: 15px;
}
.download ul li a {
  color: #006FBC;
}
.download ul li.list-w100 {
  width: 100%;
}
.download ul li.list-w50 {
  width: 48%;
}
.download .dl-single li {
  width: 100%;
}
.download__info-txt {
  font-weight: bold;
  margin-right: 20px;
}
.download__info-txt__name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.download__info-txt__name-jp {
  width: 100%;
  padding-top: 8px;
}
.download__info-txt__caption {
  font-weight: normal;
  margin-right: 0;
  width: 100%;
  margin-bottom: 55px;
}
.download__bottom-line {
  border-bottom: 1px solid #006FBC;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.maker-return {
  padding-bottom: 100px;
  text-align: center;
}

.download__info__pt30 {
  padding-top: 30px;
}

.download__info__pt20 {
  padding-top: 20px;
}

.download__info__pt10 {
  padding-top: 10px;
}

.download__info__pt0 {
  padding-top: 0px;
}

.maker-headar {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: 240px;
  background: url("../images/home/bg_head.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.maker-body {
  background: url("../images/common/bg_body.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  position: relative;
}
.maker-body__bg {
  position: absolute;
  height: 200px;
  width: 100%;
  background: #fff;
}

.maker-box {
  position: relative;
  top: -100px;
  margin: 0 auto;
  max-width: 980px;
  background: #fff;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.4);
  /* メーカー情報 */
  /* 製品についての文章 */
  /* 主な製品 */
}
.maker-box__wrap {
  padding: 100px;
}
.maker-box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 56px;
}
.maker-box__info-img img {
  width: 300px;
}
.maker-box__info-img.square img {
  width: 240px;
}
.maker-box .align-ctr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maker-box__info-txt {
  font-weight: bold;
}
.maker-box__info-txt__label span {
  background: #6BB6EB;
  color: #fff;
  padding: 12px 24px;
  border-radius: 20px;
}
.maker-box__info-txt__country {
  color: #006FBC;
  padding-top: 40px;
  padding-bottom: 8px;
}
.maker-box__info-txt__name {
  font-size: 36px;
  font-size: 3.6rem;
  padding-bottom: 8px;
  font-weight: bold;
}
.maker-box__info-txt__name-jp {
  padding-bottom: 20px;
}
.maker-box__info-txt__url a {
  color: #006FBC;
}
.maker-box__info-txt__url a:hover {
  color: #262C4E;
}
.maker-box__txt {
  line-height: 1.6;
  margin-bottom: 20px;
}
.maker-box__txt p {
  padding-bottom: 1em;
}
.maker-box__txt-mt {
  padding-top: 20px;
}
.maker-box__txt__block {
  display: block;
  padding-top: 5px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.maker-box__separator {
  border-bottom: 1px solid #6BB6EB;
  position: relative;
  margin-bottom: 80px;
}
.maker-box__separator__round {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 auto;
  bottom: -36px;
  background: #6BB6EB;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maker-box__separator__head {
  color: #fff;
  font-weight: bold;
}
.maker-box__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.maker-box__img-item {
  position: relative;
  width: 33%;
  margin: 0;
  text-align: center;
  border-right: 1px solid #6BB6EB;
}
.maker-box__img-item-4 {
  width: 25%;
  margin: 0;
  text-align: center;
}
.maker-box__img-item-4 p {
  font-size: 14px;
  font-size: 1.4rem;
}
.maker-box__img-item-4__ttl {
  margin: 0 auto;
  padding-top: 10px;
}
.maker-box__img-item:last-child {
  border-right: none;
}
.maker-box__img-item p {
  padding: 10px;
}
.maker-box__img-item img {
  width: 100%;
}
.maker-box__img-item__child {
  position: absolute;
  width: 50%;
  bottom: 2em;
  right: -20%;
}
.maker-box__img-item-gn {
  position: relative;
  width: 48%;
  margin: 0;
  text-align: center;
  border-right: 1px solid #6BB6EB;
}
.maker-box__img-item-gn-4 {
  width: 25%;
  margin: 0;
  text-align: center;
}
.maker-box__img-item-gn-4 p {
  font-size: 14px;
  font-size: 1.4rem;
}
.maker-box__img-item-gn-4__ttl {
  margin: 0 auto;
  padding-top: 10px;
}
.maker-box__img-item-gn:last-child {
  border-right: none;
}
.maker-box__img-item-gn p {
  padding: 10px;
}
.maker-box__img-item-gn img {
  width: 100%;
}
.maker-box__img-item-gn__child {
  position: absolute;
  width: 50%;
  bottom: 2em;
  right: -20%;
}
.maker-box__img-item-gn button {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #6BB6EB;
  border-radius: 5px;
  border: 1px solid #6BB6EB;
  padding: 15px 25px;
  margin-top: 5px;
}
.maker-box__bottom-line {
  border-bottom: 1px solid #6BB6EB;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.maker-box__bottom-line-last {
  border-bottom: 2px solid #6BB6EB;
  padding-bottom: 80px;
}
.maker-box__bottomtxt {
  margin-top: 15px;
  text-align: right;
}

.maker-return {
  padding-bottom: 100px;
  text-align: center;
}

.maker-dllink {
  text-align: right;
}
.maker-dllink button {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #6BB6EB;
  border-radius: 5px;
  border: 1px solid #6BB6EB;
  padding: 15px 25px;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.maker-dllink button:hover {
  -webkit-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
}

/* プライバシーポリシー */
.policy__head {
  font-size: 20px;
  font-size: 2rem;
  color: #006FBC;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}
.policy__txt {
  padding-bottom: 40px;
  text-align: left;
}
.policy__foot {
  padding-top: 40px;
  text-align: right;
}

.enhome-hero {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 100px;
  position: relative;
}
.enhome-hero__hero-img {
  margin: 0 30px;
}
.enhome-hero__hero-img img {
  width: 100%;
}
.enhome-hero__hero-img__head {
  line-height: 1.7;
  margin-top: 5px;
}
.enhome-hero__hero-txt {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Palatino Linotype", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 6% 5% 10% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.enhome-hero__hero-txt__logo img {
  width: 33%;
}

#en .top-square__item__txt {
  text-align: center;
  width: 265px;
  margin: 0 auto;
}
#en .top-square__item__ttl {
  padding-bottom: 20px;
}
#en .home-product__item-logo {
  padding-bottom: 30px;
}
#en .home-product__item:hover .home-product__item-name {
  color: #000;
}

.head__ttl-b.en, .head__ttl-w.en {
  padding: 75px 0 105px;
  margin-bottom: 75px;
}