@charset "UTF-8";
#main.sf-main {
  padding-bottom: 0;
  font-family: "メイリオ", "Meiryo", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
}

.sf-breadcrumb {
  background-color: #000;
  color: #fff;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sf-breadcrumb {
    padding: 1em 35px 1em 0px;
  }
}
.sf-breadcrumb .flex {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sf-breadcrumb .flex div {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-breadcrumb ul:nth-of-type(1) {
  flex: 1;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.sf-breadcrumb ul:nth-of-type(1) li {
  font-size: 18px;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .sf-breadcrumb ul:nth-of-type(1) li {
    font-size: 12px;
  }
}
.sf-breadcrumb ul:nth-of-type(1) li a {
  color: #fff;
  text-decoration: underline;
}
.sf-breadcrumb ul:nth-of-type(1) li a:hover {
  text-decoration: none;
}
.sf-breadcrumb ul:nth-of-type(1) li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  padding: 0 0.5em;
}

.mv {
  position: relative;
}
.mv * {
  margin: 0;
  padding: 0;
}
.mv figure img.switch {
  width: 100%;
}
.mv h1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.167;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    font-size: 24px;
    line-height: 1.25;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.mv h1 small {
  font-family: "メイリオ", "Meiryo", "Open Sans", "Arial", sans-serif;
  display: block;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mv h1 small {
    font-size: 12px;
  }
}

.message {
  padding: 0;
  margin: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    margin-top: 55px;
  }
}
.message .message-wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-left: 559px;
}
@media screen and (max-width: 768px) {
  .message .message-wrap {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.message .message-wrap h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  color: #000;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .message .message-wrap h2 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 0.9em;
  }
  .message .message-wrap h2 br {
    display: none;
  }
}
.message .message-wrap figure {
  max-width: 463px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .message .message-wrap figure {
    position: relative;
    margin-bottom: 25px;
  }
}
.message .message-wrap figure img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .message .message-wrap figure img {
    margin-bottom: 15px;
  }
}
.message .message-wrap figure figcaption p:not(.name) {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 0.8em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .message .message-wrap figure figcaption p:not(.name) {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 0.6em;
  }
}
.message .message-wrap figure figcaption p.name {
  font-size: 20px;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .message .message-wrap figure figcaption p.name {
    font-size: 14px;
  }
}
.message .message-wrap .message-body p {
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 768px) {
  .message .message-wrap .message-body p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.contents {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
  overflow: hidden;
}
.contents .factory {
  text-align: center;
}
.contents .factory h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contents .factory h2 {
    font-size: 22px;
    line-height: 1.4545454545;
  }
  .contents .factory h2 br {
    display: none;
  }
}
.contents .factory h2 + p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .contents .factory h2 + p {
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
    padding: 0 15px;
  }
}
.contents .factory .factory-list {
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .contents .factory .factory-list {
    gap: 9px;
  }
}
.contents .factory .factory-list > div {
  width: 100%;
  border: 3px solid #0A62BE;
  border: 3px solid #0A62BE;
  color: #0A62BE;
  padding: 27px 20px;
}
@media screen and (max-width: 768px) {
  .contents .factory .factory-list > div {
    padding: 10px 0;
    border-width: 2px;
  }
}
.contents .factory .factory-list > div h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.375;
  margin: 0;
  padding: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .contents .factory .factory-list > div h3 {
    font-size: 12px;
    line-height: 1.1666666667;
    padding: 0 0 5px;
  }
}
.contents .factory .factory-list > div figure {
  margin: 0;
  padding: 0;
}
.contents .factory .factory-list > div figure img {
  height: 106px;
}
@media screen and (max-width: 768px) {
  .contents .factory .factory-list > div figure img {
    height: 44px;
  }
}
.contents .factory .factory-list > div p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  padding: 1em 0 0;
}
@media screen and (max-width: 768px) {
  .contents .factory .factory-list > div p {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .contents .productlist .ttl1 {
    margin-bottom: 33px;
  }
}
.contents .productlist .productlist-title {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-title {
    margin: 0 -20px 20px;
  }
}
.contents .productlist .productlist-title img {
  width: 100%;
}
.contents .productlist .productlist-title h3 {
  position: absolute;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 40px;
  line-height: 1.261;
  text-align: right;
  color: #fff;
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-title h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
    padding: 0 30px;
  }
}
.contents .productlist .productlist-title h3 small {
  font-size: 0.6em;
}
.contents .productlist .productlist-list {
  display: block;
}
.contents .productlist .productlist-list * {
  margin: 0;
  padding: 0;
}
.contents .productlist .productlist-list .productlist-list-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -19px 0px;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-grid {
    flex-direction: column;
    margin: 0 0 50px;
    padding-top: 20px;
  }
}
.contents .productlist .productlist-list .productlist-list-item {
  flex: 0 0 33.333%;
  padding: 0 19px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-item {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 65px;
  }
  .contents .productlist .productlist-list .productlist-list-item:last-of-type {
    margin-bottom: 20px;
  }
}
.contents .productlist .productlist-list .productlist-list-item dl {
  padding: 0 13px;
}
.contents .productlist .productlist-list .productlist-list-item dl dt {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  padding: 0.5em 0;
  font-family: "Open Sans";
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-item dl dt {
    font-size: 18px;
    padding: 0.8em 0 0.5em;
  }
}
.contents .productlist .productlist-list .productlist-list-item dl dt small {
  display: inline-block;
  padding-left: 0.5em;
  font-weight: normal;
  font-size: 12px;
}
.contents .productlist .productlist-list .productlist-list-item dl dd {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-item dl dd {
    font-size: 14px;
  }
}
.contents .productlist .productlist-list .productlist-list-item dl dd small {
  display: inline-block;
  padding-top: 1em;
}
.contents .productlist .productlist-list .productlist-list-item .productlist-button {
  padding: 20px;
  text-align: center;
}
.contents .productlist .productlist-list .productlist-list-item .productlist-button a.button {
  display: block;
  max-width: 260px;
  margin: auto;
  height: 48px;
  background-color: #0A62BE;
  border: 1px solid #0A62BE;
  color: #fff;
  border-radius: 24px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Open Sans";
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-item .productlist-button a.button {
    max-width: 100%;
  }
}
.contents .productlist .productlist-list .productlist-list-item .productlist-button a.button:hover {
  background-color: #fff;
  color: #0A62BE;
}
.contents .productlist .productlist-list .productlist-list-item .productlist-region {
  padding: 20px 13px;
}
.contents .productlist .productlist-list .productlist-list-item .productlist-region p {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #000;
  padding: 0 0 0.75em;
}
.contents .productlist .productlist-list .productlist-list-item .productlist-region ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 -9px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-item .productlist-region ul {
    margin: 10px 0 0 -13px;
  }
}
.contents .productlist .productlist-list .productlist-list-item .productlist-region ul * {
  margin: 0;
  padding: 0;
}
.contents .productlist .productlist-list .productlist-list-item .productlist-region ul li {
  flex: 0 0 33.33%;
  padding: 0 0 5px 9px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-item .productlist-region ul li {
    flex: 0 0 33.33%;
    padding: 0 0 10px 13px;
  }
}
.contents .productlist .productlist-list .productlist-list-item .productlist-region ul li a {
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  display: block;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .contents .productlist .productlist-list .productlist-list-item .productlist-region ul li a {
    padding: 18px 0;
  }
}
.contents .productlist .productlist-list .productlist-list-item .productlist-region ul li a:hover {
  opacity: 0.5;
}
.contents .region .ttl1 {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents .region .ttl1 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents .region .ttl1 + p {
    margin-bottom: 2em;
  }
}
.contents .region ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contents .region ul {
    display: block;
  }
}
.contents .region ul * {
  margin: 0;
  padding: 0;
}
.contents .region ul li {
  flex: 0 0 33.333%;
  padding: 0 15px 0;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .region ul li {
    max-width: none;
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.contents .region ul li a {
  display: block;
  border: 1px solid #D0D0D0;
  border-radius: 16px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  padding: 23px 0 23px;
}
@media screen and (max-width: 768px) {
  .contents .region ul li a {
    border-radius: 8px;
    padding: 16px 0 17px;
  }
}
.contents .region ul li a:hover {
  opacity: 0.5;
}
.contents .bottom_menu ul {
  list-style: none;
  margin: 0;
  padding: 110px 0 66px;
}
@media screen and (max-width: 768px) {
  .contents .bottom_menu ul {
    padding: 78px 0 25px;
  }
}
.contents .bottom_menu ul li {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  line-height: 1;
  color: #0a62be;
  font-family: "Open Sans";
}
.contents .bottom_menu ul li a {
  color: #0a62be;
}