@charset "UTF-8";
/*------------------------------------------------------------
manufactur_sakamai02
------------------------------------------------------------*/
html.overflow::-webkit-scrollbar {
  width: auto;
}
html.overflow::-webkit-scrollbar-track {
  background: #f1f1f1;
}
html.overflow::-webkit-scrollbar-thumb {
  display: none;
}

/*
------------------------------------------------------------*/
body {
  background: #fff;
  overflow-x: hidden;
}

/*animation
------------------------------------------------------------*/
.animatedright {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: faderight;
  animation-delay: 2.5s;
}

@keyframes faderight {
  from {
    width: 100%;
    background: #fff;
  }
  to {
    width: 0;
    background: #fff;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
------------------------------------------------------------*/
#accordion_menu {
  width: 100%;
  height: auto;
  line-height: 32px;
  background-color: #141414;
}

.c-navSP {
  position: absolute;
  top: 72px;
  z-index: 1;
}
.c-navSP__header {
  position: relative;
  letter-spacing: 1px;
  padding: 10px 0 0 16px;
  font-size: 1.4rem;
  color: #FFF;
  border-bottom: 1px solid #595758;
}
.c-navSP__header--txt01 {
  font-size: 0.7rem;
  line-height: 1;
}
.c-navSP__header--txt02 {
  font-size: 1.3rem;
}
.c-navSP__header:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 40%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s;
}
.c-navSP__header.is-active:after {
  transform: translate(-50%) rotate(-135deg);
}
.c-navSP__categoryitems {
  width: 92%;
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 7px 0;
}
.c-navSP__categoryitems a {
  color: #fff;
  text-decoration: none;
}
.c-navSP__categoryitems .category_02 {
  color: #fff;
  border-bottom: 1px solid #595758;
  background-color: #141414;
  margin: 0 auto;
  padding: 3px 0;
  position: relative;
}
.c-navSP__categoryitems .category_02:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg);
}
.c-navSP__categoryitems .last-item {
  border-bottom: none;
}
.c-navSP__categoryitems .category_03 {
  padding: 3px 20px 3px 13%;
  color: #fff;
  border-bottom: 1px solid #595758;
  background-color: #141414;
  position: relative;
}
.c-navSP__categoryitems .category_03:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 8%;
  top: 15px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  transform: rotate(45deg);
}

/*
------------------------------------------------------------*/
.c-load {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
}
.c-load__icon {
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-load__icon:before, .c-load__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #22252c;
}
.c-load__icon:before {
  border-left-color: #22252c;
  animation: spinner 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.c-load__icon:after {
  border-right-color: #22252c;
  animation: spinner 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s infinite;
}

.is-scroll {
  transition: transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-scroll.scroll-top {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .is-scroll {
    transform: translateY(0);
  }
}

/*
------------------------------------------------------------*/
.p-sakamai02 {
  /*	interview
  ------------------------------------------------------------*/
  /*	interview
  ------------------------------------------------------------*/
  /*
  ------------------------------------------------------------*/
  /*
  ------------------------------------------------------------*/
  /*
  ------------------------------------------------------------*/
}
.p-sakamai02__interview {
  margin-bottom: 90px;
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__interview {
    margin-bottom: 30px;
  }
}
.p-sakamai02__interview .interview-title {
  color: #231815;
  padding: 28px 0 0 0;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__interview .interview-title {
    padding-top: 27px;
  }
}
.p-sakamai02__interview .interview-title h3 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__interview .interview-title h3 {
    font-size: 1.8rem;
    letter-spacing: 1.2px;
  }
}
.p-sakamai02__student {
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--01, .p-sakamai02__student--02, .p-sakamai02__student--03 {
    padding-top: 0;
  }
  .p-sakamai02__student--01 .btn-readmore, .p-sakamai02__student--02 .btn-readmore, .p-sakamai02__student--03 .btn-readmore {
    display: block;
    margin-top: 0;
    margin-left: 23px;
  }
}
.p-sakamai02__student--title {
  font-size: 1.754rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin: 39px 0 0 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--title {
    margin: 53px 0 0 0;
    font-size: 1.3rem;
    letter-spacing: 1.8px;
  }
}
.p-sakamai02__student--imgText {
  padding-top: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--imgText {
    padding-top: 9px;
  }
}
.p-sakamai02__student--imgText .student-img img {
  width: 980px;
  height: 656px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--imgText .student-img img {
    width: 100%;
    height: auto;
  }
}
.p-sakamai02__student--imgText .studen-txt {
  position: absolute;
  bottom: 0;
}
.p-sakamai02__student--imgText .studen-txt h4 {
  font-size: 2.9rem;
  line-height: 51px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.p-sakamai02__student--imgText .studen-txt h4 span {
  margin-right: -11px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--imgText .studen-txt h4 {
    font-size: 1.06rem;
    line-height: 19px;
    letter-spacing: 0.7px;
  }
}
.p-sakamai02__student--imgText .studen-txt p {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 11px 7px 0 0;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--imgText .studen-txt p {
    font-size: 0.4rem;
    padding: 0 0 15px;
  }
}
.p-sakamai02__student--imgText .studen-txt--color1 {
  color: #231815;
  text-shadow: white 0px 0px 1px;
}
.p-sakamai02__student--imgText .studen-txt--color2 {
  color: #fff;
}
.p-sakamai02__student--imgText .studen-txt--left {
  padding: 0 0 50px 28px;
}
.p-sakamai02__student--imgText .studen-txt--left p {
  padding: 20px 0px 0 2px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--imgText .studen-txt--left {
    left: 0;
    padding: 14px 10px 0;
  }
  .p-sakamai02__student--imgText .studen-txt--left p {
    font-size: 0.404rem;
    padding: 3px 0 15px 2px;
    letter-spacing: -2px;
  }
}
.p-sakamai02__student--imgText .studen-txt--right {
  right: 0;
  text-align: right;
  padding: 0 25px 39px 0;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--imgText .studen-txt--right {
    padding: 0 10px;
  }
}
.p-sakamai02__student--cont {
  padding: 42px 75px 0 85px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont {
    padding: 22px 0 0;
  }
}
.p-sakamai02__student--cont .interview-item {
  font-size: 1.3rem;
  line-height: 24px;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont .interview-item {
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.p-sakamai02__student--cont .interview-item__txt01 {
  color: #231815;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont .interview-item__txt01 {
    letter-spacing: 0.2px;
  }
}
.p-sakamai02__student--cont .interview-item__txt02 {
  color: #989999;
  padding-top: 25px;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont .interview-item__txt02 {
    padding-top: 22px;
    letter-spacing: 0.3px;
    padding-bottom: 17px;
  }
  .p-sakamai02__student--cont .interview-item__txt02 .u-pd40, .p-sakamai02__student--cont .interview-item__txt02 .u-pd20 {
    padding-bottom: 0;
  }
}
.p-sakamai02__student--cont .interview-item__txt02.letter {
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont .interview-item__txt02.letter {
    letter-spacing: 0.3px;
  }
}
.p-sakamai02__student--cont .interview-item__txt02 .u-pd40 {
  padding-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont .interview-item__txt02 .u-pd40 {
    padding-bottom: 0px;
  }
}
.p-sakamai02__student--cont .interview-item__txt02 .u-pd20 {
  padding-bottom: 23px;
}
.p-sakamai02__student--cont .btn-readmore {
  margin-top: 25px;
  width: 120px;
  color: #727171;
  background: #E8E8E8;
  font-size: 1.136rem;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1.9px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont .btn-readmore {
    margin-top: 0;
    margin-left: 23px;
  }
}
.p-sakamai02__student--cont .btn-readmore:before {
  content: "READ MORE +";
}
.p-sakamai02__student--cont.is-on .btn-readmore:before {
  content: "CLOSE";
}
.p-sakamai02__student--cont.is-on .btn-readmore:after {
  content: "";
  width: 12px;
  height: 1px;
  background: #727171;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
}
.p-sakamai02__student--01 .p-sakamai02__student--title {
  margin: 47px 0 0 -6px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--01 .p-sakamai02__student--title {
    margin: 26px 0 0 0;
  }
}
.p-sakamai02__student--01 .studen-txt h4 span {
  margin-right: -14px;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--01 .studen-txt h4 span {
    margin-right: -5px;
  }
}
.p-sakamai02__student--01 .studen-txt p {
  padding: 14px 6px 0 0;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--01 .studen-txt p {
    font-size: 0.404rem;
    padding: 1px 2px 12px 0;
    font-weight: bold;
  }
}
.p-sakamai02__student--02 .p-sakamai02__student--title {
  margin-left: 2px;
}
.p-sakamai02__student--02 .p-sakamai02__student--cont {
  padding: 40px 75px 0 85px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--02 .p-sakamai02__student--cont {
    padding: 22px 0 0;
  }
}
.p-sakamai02__student--02 .btn-readmore {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--02 .btn-readmore {
    margin-top: 5px;
  }
}
.p-sakamai02__student--02 .interview-item {
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--02 .interview-item {
    padding-bottom: 0;
  }
}
.p-sakamai02__student--02 .interview-item:nth-of-type(1) .interview-item__txt02 {
  text-indent: -6px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--02 .interview-item:nth-of-type(1) .interview-item__txt02 {
    text-indent: 0;
  }
}
.p-sakamai02__student--02 .interview-item:nth-of-type(2) {
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--02 .interview-item:nth-of-type(2) {
    padding-bottom: 0;
  }
}
.p-sakamai02__student--02 .interview-item:nth-of-type(2) .interview-item__txt02 {
  padding-top: 21px;
  letter-spacing: 0.1px;
}
.p-sakamai02__student--02 .interview-item:nth-of-type(3) .interview-item__txt02 {
  padding-top: 20px;
  letter-spacing: 0.05px;
}
.p-sakamai02__student--02 .interview-item__txt02 {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--02 .interview-item__txt02 {
    padding-top: 22px;
  }
}
.p-sakamai02__student--02 .contentRead .interview-item:nth-of-type(3) .interview-item__txt02 {
  letter-spacing: -0.1px;
}
.p-sakamai02__student--02 .contentRead .interview-item:nth-of-type(4) .interview-item__txt01 {
  margin-bottom: 6px;
}
.p-sakamai02__student--02 .contentRead .interview-item:nth-of-type(4) .interview-item__txt02 {
  letter-spacing: 0.05px;
}
.p-sakamai02__student--02 .contentRead .interview-item:nth-of-type(5) .interview-item__txt01 {
  margin-bottom: 6px;
}
.p-sakamai02__student--02 .contentRead .interview-item:nth-of-type(5) .interview-item__txt02 {
  letter-spacing: 0.05px;
}
.p-sakamai02__student--02 .contentRead .interview-item:nth-of-type(6) .interview-item__txt02 {
  letter-spacing: 0.05px;
}
.p-sakamai02__student--02 .contentRead .interview-item:nth-of-type(7) .interview-item__txt01 {
  margin-bottom: 5px;
}
.p-sakamai02__student--03 {
  padding-top: 81px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--03 {
    padding-top: 22px;
    padding-bottom: 43px;
  }
}
.p-sakamai02__student--03 .studen-txt--left {
  padding: 0 0 46px 27px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--03 .studen-txt--left {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--03 .studen-txt--left p {
    padding: 5px 0 12px 0;
  }
}
.p-sakamai02__student--03 .p-sakamai02__student--cont {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--03 .p-sakamai02__student--cont {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--03 .p-sakamai02__student--cont .interview-item:nth-of-type(1) {
    margin-bottom: 10px;
  }
}
.p-sakamai02__student--03 .p-sakamai02__student--cont .interview-item:nth-of-type(1) .interview-item__txt02 {
  letter-spacing: 0.05px;
}
.p-sakamai02__student--03 .p-sakamai02__student--cont .contentRead .interview-item:nth-of-type(3) .interview-item__txt02 {
  letter-spacing: -0.17px;
}
.p-sakamai02__student--03 .btn-readmore {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--03 .btn-readmore {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-sakamai02__student--cont14 .interview-item {
    font-size: 1.4rem;
  }
}
.p-sakamai02__student--cont14 .interview-item__txt01 {
  margin-bottom: 4px;
}
.p-sakamai02__student--cont14 .interview-item__txt02 {
  margin-bottom: 8px;
}
.p-sakamai02__student--cont14 .interview-item:nth-of-type(2) .interview-item__txt02 {
  margin-bottom: 12px;
  padding-bottom: 0;
}
.p-sakamai02__pr-content {
  width: 813px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__pr-content {
    width: 100%;
  }
}
.p-sakamai02__pr--ttl01 {
  padding-top: 52px;
}
.p-sakamai02__pr--ttl01 h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  letter-spacing: 4.2px;
}
.p-sakamai02__pr--ttl02 h4 {
  font-size: 2.252rem;
  line-height: 5.674rem;
  font-weight: bold;
  letter-spacing: 3.2px;
}
.p-sakamai02__pr--block {
  margin: 2px 0 0 5px;
  color: #989999;
}
.p-sakamai02__pr--block .blockLeft {
  width: 205px;
  height: 144px;
  float: left;
  margin-right: 26px;
  padding-top: 5px;
}
.p-sakamai02__pr--block .blockRight {
  font-size: 1.3rem;
  line-height: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__pr--block .blockRight {
    font-size: 1.2rem;
  }
}
.p-sakamai02__pr--block .blockRight .manu_detail {
  margin-top: 50px;
  color: #989999;
}
.p-sakamai02__pr--block .blockRight .manu_detail dt {
  margin-right: 8px;
  float: left;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__pr--block .blockRight .manu_detail dt {
    float: none;
  }
}
.p-sakamai02__pr--block .blockRight .manu_detail dd {
  overflow: hidden;
}
.p-sakamai02__pr--block .blockRight .manu_detail dd a {
  color: #989999;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__pr {
    padding-bottom: 30px;
  }
  .p-sakamai02__pr--ttl01 {
    padding-top: 23px;
  }
  .p-sakamai02__pr--ttl01 h3 {
    font-size: 1.7rem;
    letter-spacing: 1.9px;
    line-height: 28px;
  }
  .p-sakamai02__pr--ttl02 {
    padding-top: 18px;
  }
  .p-sakamai02__pr--ttl02 h4 {
    text-align: center;
  }
  .p-sakamai02__pr--block {
    margin: 19px 0 0 0;
  }
  .p-sakamai02__pr--block .blockLeft {
    margin: 0 auto;
    width: 60%;
    height: auto;
    float: none;
  }
  .p-sakamai02__pr--block .blockLeft img {
    width: 100%;
  }
  .p-sakamai02__pr--block .blockRight {
    width: 100%;
    line-height: 24px;
    margin: 21px 0 0 0;
    padding: 0 24px;
  }
}
.p-sakamai02__support {
  padding: 85px 0 125px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.p-sakamai02__support--title {
  color: #231815;
}
.p-sakamai02__support--title h3 {
  font-size: 3.246rem;
  line-height: 5.681rem;
  letter-spacing: 4.5px;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__support--title h3 {
    padding-right: 0;
  }
}
.p-sakamai02__support--title h4 {
  padding-top: 19px;
  padding-right: 22px;
  font-size: 2.1rem;
  line-height: 39px;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__support--title h4 {
    padding-right: 0;
  }
}
.p-sakamai02__support--title h4 span {
  display: block;
  padding-right: 11px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__support--title h4 span {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sakamai02__support--title h3 {
    font-size: 1.7rem;
    letter-spacing: 2.6px;
    line-height: 27px;
  }
  .p-sakamai02__support--title h4 {
    font-size: 1.4rem;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-top: 15px;
  }
}
.p-sakamai02__support--social {
  margin: 73px auto 0;
  width: 206px;
  text-align: left;
}
.p-sakamai02__support--social .icon02 {
  margin-left: 18px;
  margin-top: -2px;
}
.p-sakamai02__support--social .icon01 {
  margin-left: 13px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__support {
    padding: 52px 0 40px 0;
  }
  .p-sakamai02__support--social {
    margin-top: 44px;
    padding-right: 0px;
    text-align: center;
  }
}
.p-sakamai02 .c-line {
  width: 1280px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sakamai02 .c-line {
    width: calc(100% - 40px);
  }
}
.p-sakamai02__article {
  width: 980px;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 109px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article {
    width: 100%;
    padding: 0 20px;
    margin-top: 27px;
  }
}
.p-sakamai02__article .article-item {
  width: 100%;
  display: table;
  padding: 57px 0 67px 2px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item {
    padding-top: 23px;
    padding-bottom: 16px;
    margin-bottom: 0px;
  }
}
.p-sakamai02__article .article-item:last-child {
  border-bottom: none;
}
.p-sakamai02__article .article-item:nth-of-type(3) {
  padding: 59px 0 67px 2px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item:nth-of-type(3) {
    padding: 23px 0 16px;
  }
}
.p-sakamai02__article .article-item:nth-of-type(4) {
  padding: 58px 0 69px 2px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item:nth-of-type(4) {
    padding: 23px 0 16px;
  }
}
.p-sakamai02__article .article-item:nth-of-type(5) {
  padding: 59px 0 69px 2px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item:nth-of-type(5) {
    padding: 23px 0 16px;
  }
}
.p-sakamai02__article .article-item:nth-of-type(6) {
  padding: 60px 0 67px 2px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item:nth-of-type(6) {
    padding: 23px 0 16px;
  }
}
.p-sakamai02__article .article-item__left {
  float: left;
  width: 329px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item__left {
    width: 33.333333%;
  }
}
.p-sakamai02__article .article-item__left img {
  width: 100%;
  z-index: 10;
}
.p-sakamai02__article .article-item__left p {
  font-family: "源ノ角ゴシック JP";
  font-size: 2.326rem;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 12px);
  width: 100%;
  text-align: center;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item__left p {
    font-size: 0.85rem;
    top: calc(50% - 5px);
  }
}
.p-sakamai02__article .article-item__right {
  width: 625px;
  float: left;
  padding-left: 35px;
}
.p-sakamai02__article .article-item__right .article-date {
  color: #2EA0D9;
  font-size: 1.2rem;
  padding-top: 5px;
  letter-spacing: 2.5px;
}
.p-sakamai02__article .article-item__right .article-cont {
  color: #231815;
  font-size: 1.9rem;
  line-height: 43px;
  padding-top: 32px;
  letter-spacing: 2.7px;
  transition: all 1s;
  font-weight: bold;
}
.p-sakamai02__article .article-item__right .article-cont span {
  display: block;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__article .article-item__right {
    width: 66.333333%;
    padding-left: 10px;
  }
  .p-sakamai02__article .article-item__right .article-date {
    letter-spacing: 0.5px;
    padding-top: 0;
    font-size: 0.8rem;
    line-height: 8px;
  }
  .p-sakamai02__article .article-item__right .article-cont {
    font-size: 1.2rem;
    line-height: 22px;
    padding-top: 3px;
    letter-spacing: -0.7px;
  }
}
.p-sakamai02__article .article-item:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #22252c;
  right: 0;
  top: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: -1;
}
.p-sakamai02__article .article-item:hover .article-cont {
  color: #fff;
}
.p-sakamai02__article .article-item:hover .article-item__left img {
  transform: scale(1);
}
.p-sakamai02__article .article-item:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.p-sakamai02__list01 {
  width: 735px;
  margin: 80px auto;
  overflow: hidden;
}
.p-sakamai02__list01--item {
  float: left;
  width: 241px;
  height: 127px;
  margin-right: 6px;
}
.p-sakamai02__list01--item:last-child {
  margin-right: 0;
}
.p-sakamai02__list01--item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-sakamai02__list01 {
    width: 100%;
    margin: 35px auto;
    display: table;
    padding: 0 30px;
  }
  .p-sakamai02__list01--item {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 14px 0;
  }
}

/*
------------------------------------------------------------*/
.p-manufactursakamai {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai {
    padding-top: 122px;
  }
}
.p-manufactursakamai .c-mainvisual {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai .c-mainvisual {
    margin-top: 0;
    width: 100%;
  }
}
.p-manufactursakamai .c-mainvisual__ttl {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 19.2%;
  margin-left: -9.6%;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai .c-mainvisual__ttl {
    top: 29%;
    width: 19.9%;
    margin-left: -9.95%;
  }
}
.p-manufactursakamai .c-mainvisual img {
  width: 100%;
  height: auto;
}

/*
------------------------------------------------------------*/
.p-manufactursakamai1__bd {
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px;
  padding-bottom: 148px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__bd {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-manufactursakamai1__block1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 38px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__block1 {
    justify-content: center;
    padding-top: 31px;
  }
}
.p-manufactursakamai1__info {
  border-right: 1px solid #E8E8E8;
  width: 602px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__info {
    width: calc(100% - 87px);
    border-right: none;
  }
}
.p-manufactursakamai1__info--blue {
  font-size: 1.1rem !important;
  color: #2EA0D9 !important;
  letter-spacing: 1.9px !important;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__info--blue {
    font-size: 0.6rem !important;
    letter-spacing: 1.3px !important;
  }
}
.p-manufactursakamai1__info h2 {
  font-size: 3.652rem;
  font-weight: bold;
  color: #231815;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 49px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__info h2 {
    font-size: 2.1rem;
    line-height: 29px;
    letter-spacing: 4px;
    margin-top: 9px;
    margin-bottom: 4px;
  }
}
.p-manufactursakamai1__info h2 span {
  display: block;
  font-size: 3.652rem;
  font-weight: bold;
  color: #231815;
  line-height: 49px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__info h2 span {
    font-size: 2.1rem;
    line-height: 29px;
    margin-top: 0;
  }
}
.p-manufactursakamai1__txt1 {
  font-size: 1rem;
  letter-spacing: 2.4px;
  color: #AEAEAF;
  margin-bottom: 12px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__txt1 {
    font-size: 0.58rem;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
}
.p-manufactursakamai1__txt2 {
  font-size: 0.8rem;
  letter-spacing: 1.35px;
  color: #AEAEAF;
  display: block;
  line-height: 11px;
  font-family: "源ノ角ゴシック JP";
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__txt2 {
    font-size: 0.46rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.p-manufactursakamai1__txt2 span {
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 1.3px;
  display: block;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__txt2 span {
    font-size: 0.46rem;
    letter-spacing: 0;
  }
}
.p-manufactursakamai1__img {
  width: 125px;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__img {
    width: 72px;
    margin-right: 9px;
    margin-top: 4px;
    margin-left: 2px;
  }
}
.p-manufactursakamai1__share {
  width: 218px;
  margin-left: 8px;
  margin-top: -23px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai1__share {
    margin-top: 42px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 7%;
    padding-bottom: 41px;
    margin-bottom: 6px;
  }
}
.p-manufactursakamai1__share > img {
  margin-right: 15px;
}
.p-manufactursakamai1__share a:nth-of-type(1) img {
  margin-right: 17px;
  margin-top: -2px;
}
.p-manufactursakamai1__share a:nth-of-type(2) img {
  margin-top: -3px;
}

/*
------------------------------------------------------------*/
.p-manufactursakamai2 .c-title2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2 .c-title2 {
    margin-bottom: 30px;
  }
}
.p-manufactursakamai2 .c-title2 h3 {
  font-size: 3rem;
  letter-spacing: 4px;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2 .c-title2 h3 {
    font-size: 1.7rem;
    letter-spacing: 2.4px;
    padding-bottom: 16px;
  }
}
.p-manufactursakamai2 .c-title2 h3 .sml {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2 .c-title2 h3 .sml {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2 .c-title2 h3 .sml2 {
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-manufactursakamai2 .c-title2 p {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 23px;
  color: #989999;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2 .c-title2 p {
    font-size: 1.2rem;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
}
.p-manufactursakamai2 .c-title3 {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2 .c-title3 {
    margin-bottom: 10px;
  }
}
.p-manufactursakamai2--line {
  margin-top: 105px;
  padding-top: 31px;
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line {
    margin-top: 55px;
    padding-top: 33px;
  }
}
.p-manufactursakamai2--line .c-title2 {
  margin-bottom: 51px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .c-title2 {
    margin-bottom: 31px;
  }
}
.p-manufactursakamai2--line .c-title2 h3 {
  letter-spacing: 4.2px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .c-title2 h3 {
    letter-spacing: 2.3px;
    padding-bottom: 15px;
  }
}
.p-manufactursakamai2--line .c-title3 {
  margin-bottom: 13px;
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .c-title3 {
    padding: 0;
  }
}
.p-manufactursakamai2--line .c-title3 h3 span {
  padding-left: 8px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .c-title3 h3 span {
    padding-left: 0px;
    margin-left: -3px;
    padding-top: 8px;
  }
}
.p-manufactursakamai2--line .p-manufactursakamai2__block1 {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .p-manufactursakamai2__block1 {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .p-manufactursakamai2__block1 .c-title3 {
    margin-bottom: 9px;
  }
}
.p-manufactursakamai2--line .p-manufactursakamai2__block1--img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .p-manufactursakamai2__block1--img {
    margin-bottom: 25px;
  }
}
.p-manufactursakamai2--line .c-img__col2 {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .c-img__col2 {
    margin-bottom: 19px;
  }
}
.p-manufactursakamai2--line .c-img__col3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .c-img__col3 {
    margin-bottom: 40px;
  }
}
.p-manufactursakamai2--line .p-manufactursakamai2__info h4 {
  letter-spacing: 3.1px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .p-manufactursakamai2__info h4 {
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }
}
.p-manufactursakamai2--line .p-manufactursakamai2__block2 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .p-manufactursakamai2__block2 {
    margin-bottom: 60px;
  }
}
.p-manufactursakamai2--line .p-manufactursakamai2__block2 .p-manufactursakamai2__slide .c-slide1 {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2--line .p-manufactursakamai2__block2 .p-manufactursakamai2__slide .c-slide1 {
    margin-bottom: 16px;
  }
}
.p-manufactursakamai2--line .p-manufactursakamai2__block2 .p-manufactursakamai2__info p {
  padding-right: 6px;
}
.p-manufactursakamai2__visual .c-primary {
  position: relative;
}
.p-manufactursakamai2__visual .c-primary__imgtxt {
  position: absolute;
  right: 42px;
  bottom: 10px;
  width: 263px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__visual .c-primary__imgtxt {
    right: 3.5%;
    bottom: 2.5%;
    width: 25%;
  }
}
.p-manufactursakamai2__block1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 {
    margin-bottom: 10px;
  }
}
.p-manufactursakamai2__block1 .c-title3 {
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .c-title3 {
    margin-left: 0;
  }
}
.p-manufactursakamai2__block1 .c-title3 span {
  padding-left: 27px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .c-title3 span {
    padding-left: 0;
    padding-top: 7px;
  }
}
.p-manufactursakamai2__block1 .p-manufactursakamai2__slide .c-slide1 .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .p-manufactursakamai2__info p {
    letter-spacing: 0.5px;
  }
}
.p-manufactursakamai2__block1 .c-img__col2 .c-img__card:first-child {
  width: 483px;
}
.p-manufactursakamai2__block1 .c-img__col2 .c-img__card:last-child {
  width: 483px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .c-img__col3 {
    display: block;
  }
}
.p-manufactursakamai2__block1 .c-img__col3 .c-img__card {
  margin-left: 10px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .c-img__col3 .c-img__card {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    box-sizing: border-box;
  }
}
.p-manufactursakamai2__block1 .c-img__col3 .c-img__card:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .c-img__col3 .c-img__card:first-child {
    margin-top: 0;
    margin-left: 0;
  }
}
.p-manufactursakamai2__block1 .c-img__col3 .c-img__card:nth-of-type(2n) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .c-img__col3 .c-img__card:nth-of-type(2n) {
    margin-left: 0;
  }
}
.p-manufactursakamai2__block1 .c-img__col3 .c-img__card span {
  display: block;
  margin-top: 10px;
  color: #989999;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block1 .c-img__col3 .c-img__card span {
    font-size: 1.2rem;
  }
}
.p-manufactursakamai2__block2 {
  margin-bottom: 75px;
  padding-top: 75px;
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block2 {
    margin-bottom: 63px;
  }
  .p-manufactursakamai2__block2.p-sakamai02__pr {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.p-manufactursakamai2__block2 .c-title3 {
  margin-left: 3px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block2 .c-title3 {
    margin-left: 0;
    margin-bottom: 11px;
  }
}
.p-manufactursakamai2__block2 .c-title3 span {
  padding-left: 15px;
  letter-spacing: 0.7px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block2 .c-title3 span {
    padding-left: 0;
    padding-top: 8px;
  }
}
.p-manufactursakamai2__block2 .p-manufactursakamai2__info p {
  padding-right: 0;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block2 .p-manufactursakamai2__info p {
    letter-spacing: 0.5px;
  }
}
.p-manufactursakamai2__block2 .p-manufactursakamai2__info h4 {
  letter-spacing: 3.2px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block2 .p-manufactursakamai2__info h4 {
    letter-spacing: 2px;
    margin-bottom: 3px;
  }
}
.p-manufactursakamai2__block2 .p-manufactursakamai2__slide .c-slide1 {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block2 .p-manufactursakamai2__slide .c-slide1 {
    margin-bottom: 22px;
  }
}
.p-manufactursakamai2__block3 .c-title3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block3 .c-title3 {
    margin-bottom: 9px;
  }
}
.p-manufactursakamai2__block3 .c-title3 h3 {
  letter-spacing: 2.6px;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block3 .c-title3 h3 {
    padding-left: 0;
    letter-spacing: 1.8px;
  }
}
.p-manufactursakamai2__block3 .c-title3 h3 span {
  transform: translateY(-2px);
  display: inline-block;
  letter-spacing: 0.7px;
  padding-left: 21px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block3 .c-title3 h3 span {
    display: block;
    padding-left: 0;
    transform: translateY(0);
    padding-top: 8px;
  }
}
.p-manufactursakamai2__block3 .c-img__col2 {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block3 .c-img__col2 {
    margin-bottom: 18px;
  }
}
.p-manufactursakamai2__block3 .c-img__col2 .c-img__card:first-child {
  width: 483px;
}
.p-manufactursakamai2__block3 .c-img__col2 .c-img__card:last-child {
  width: 481px;
}
.p-manufactursakamai2__block3 .p-manufactursakamai2__info h4 {
  letter-spacing: 3.1px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block3 .p-manufactursakamai2__info h4 {
    letter-spacing: 1.65px;
    margin-bottom: 3px;
  }
}
.p-manufactursakamai2__block3 .p-manufactursakamai2__info p {
  margin-left: -1px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__block3 .p-manufactursakamai2__info p {
    margin-left: 0;
    letter-spacing: 0;
  }
}
.p-manufactursakamai2__person h4 {
  font-size: 2.252rem;
  line-height: 2.252rem;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__person h4 {
    font-size: 1.7rem;
  }
}
.p-manufactursakamai2__person .p-imgBlock__txt {
  width: 478px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__person .p-imgBlock__txt {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
    width: auto;
  }
}
.p-manufactursakamai2__person .p-imgBlock__txt p {
  margin-top: 25px;
  color: #989999;
  font-size: 1.3rem;
  line-height: 24px;
}
.p-manufactursakamai2__person .p-imgBlock__txt p:first-child {
  margin-top: 0;
}
.p-manufactursakamai2__person .p-imgBlock__img {
  width: 484px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__person .p-imgBlock__img {
    width: 100%;
  }
}
.p-manufactursakamai2__person .p-imgBlock__img span {
  display: block;
  margin-top: 5px;
  color: #989999;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__person .p-imgBlock__img span {
    font-size: 1.2rem;
  }
}
.p-manufactursakamai2__person .blockLeft {
  float: left;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__person .blockLeft {
    float: none;
  }
}
.p-manufactursakamai2__person .blockRight {
  float: right;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__person .blockRight {
    float: none;
  }
}
.p-manufactursakamai2__slide .c-slide1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__slide .c-slide1 {
    margin-bottom: 15px;
  }
}
.p-manufactursakamai2__info {
  padding: 6px 0 0;
}
.p-manufactursakamai2__info h4 {
  font-size: 2.252rem;
  line-height: 2.252rem;
  color: #231815;
  letter-spacing: 2.2px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__info h4 {
    font-size: 1.7rem;
    line-height: 21px;
    letter-spacing: 1.9px;
    margin-bottom: 6px;
  }
}
.p-manufactursakamai2__info p {
  color: #989999;
  font-size: 1.3rem;
  line-height: 24px;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .p-manufactursakamai2__info p {
    letter-spacing: 1.8px;
    font-size: 1.2rem;
  }
}
.p-manufactursakamai2 img {
  max-width: 100%;
}