@charset "UTF-8";

.section-header h1,
.section-header h2 {
  font-size: 34px;
  text-align: center;
}

.section-header h3 {
  font-size: 26px;
}

.section-text-content {
  margin: 0 auto;
  max-width: 605px;
  font-size: 16px;
}

@media all and (max-width: 599px) {
  .main-section h2, .main-section h1 {
    font-size: 20px;
  }
  .section-text-content {
    font-size: 15px;
    line-height: 1.75;
  }
}

/* about */
.section-marujo .section-text-content {
  margin-top: 60px;
  margin-bottom: -30px;
}

.section-commitment {
  margin: 215px 0 0;
  padding-top: 130px;
  background-color: #f6f6f6;
}

.section-commitment .section-header {
  margin-bottom: 90px;
}

.commitment-section {
  margin: 0 auto;
  max-width: 605px;
}

.commitment-section+.commitment-section {
  margin-top: 60px;
}

.commitment-header h3 {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 800;
}

.commitment-header h3 img {
  width: 49px;
  height: 36px;
}

.commitment-header h3 span {
  margin-left: 16px;
  transform: translateY(2px);
}

.commitment-text {
  font-size: 16px;
}

.section-commitment .section-footer {
  position: relative;
  margin-top: 110px;
}

.section-commitment .section-footer img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.section-canbe .section-header {
  margin: 150px 0 0;
}

.canbe-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
}

.canbe-list-item {
  width: 48%;
  max-width: 550px;
}

.canbe-img {
  display: block;
  width: 550px;
  height: 413px;
  object-fit: cover;
}
.canbe-ttl {
  margin: 22px 0 13px;
  font-size: 22px;
}

.canbe-list-item p {
  font-size: 16px;
  line-height: 1.8;
}

.canbe-list .canbe-list-item:nth-child(2) {
  margin-bottom: 70px;
}

@media all and (max-width: 979px) {
  .canbe-img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 599px) {
  .section-marujo .section-text-content {
    margin: 20px 0;
  }

  .section-commitment {
    margin-top: 45px;
    padding-top: 45px;
  }
  .section-commitment .section-header {
    margin-bottom: 45px;
  }
  .commitment-header {
    margin-bottom: 18px;
  }
  .commitment-header h3 {
    font-size: 18px;
  }
  .commitment-header h3 img {
    width:34px;
    height:26px;
  }
  .commitment-text {
    font-size: 15px;
    line-height: 1.75;
  }
  
  .commitment-section+.commitment-section {
    margin-top: 45px;
  }
  .section-commitment .section-footer {
    margin-top: 45px;
  }
  .section-commitment .section-footer img {
    height: 130px;
  }

  .section-canbe .section-header {
    margin-top: 70px;
  }
  .canbe-list {
    flex-direction: column;
    margin-top: 30px;
  }
  .canbe-list-item {
    width:100%;
  }
  .canbe-ttl {
    margin: 10px 0 5px;
    font-size: 18px;
  }
  .canbe-list-item p {
    font-size: 15px;
    line-height: 1.75;
  }
  .canbe-list-item + .canbe-list-item {
    margin-top: 40px;
  }
  .canbe-list .canbe-list-item:nth-child(2) {
    margin-bottom: 0;
  }
}

/* company */
.section-greeting .section-text-content {
  margin-top: 55px;
}

.section-greeting .section-text-content p+p {
  margin-top: 2em;
}

.section-ceo {
  margin: 83px auto 0;
  max-width: 610px;
}

.ceo-sign {
  text-align: right;
}

.ceo-sign img {
  width: 303px;
}

.ceo-image {
  margin-top: 50px;
}

.section-overview {
  margin-top: 158px;
  padding-top: 125px;
  padding-bottom: 165px;
  background: #f6f6f6;
}

.section-history {
  margin-top: 125px;
}
.section-history h2 {
  letter-spacing: 1em;
}

.overview-list,
.history-list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
  max-width: 605px;
  border-bottom: 1px solid #c0c0c0;
}

.overview-term,
.history-term {
  width: 192px;
}

.overview-desc,
.history-desc {
  width: calc(100% - 192px);
}

.overview-term,
.overview-desc,
.history-term,
.history-desc {
  padding: 16px 0 14px;
  border-top: 1px solid #c0c0c0;
  font-size: 16px;
}

.history-photo {
  display: flex;
  justify-content: space-between;
  margin: 90px auto 0;
  max-width: 1160px;
}

.history-photo-item {
  width: 360px;
}

.history-photo-item figcaption {
  padding-top: 8px;
}

.section-philosopy {
  margin-top: 160px;
  padding-top: 123px;
  background-color: #f6f6f6;
}

.section-philosopy::before {
  content: '';
  position: absolute;
  top: -41px;
  left: calc(50% + 400px);
  width: 143px;
  height: 367px;
  background: url(../images/company/corporate-philosopy.svg) no-repeat;
  mix-blend-mode: multiply;
}

.philosopy-list {
  margin-top: 60px;
}

.philosopy-list dt {
  font-size: 16px;
  text-align: center;
}

.philosopy-list dt::before {
  content: "＜";
}

.philosopy-list dt::after {
  content: "＞";
}

.philosopy-list dd {
  color: #176db6;
}

.philosopy-list dd+dt {
  margin-top: 74px;
}

.philosopy-purpose-desc,
.philosopy-vision-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.4;
}

.value-list {
  margin: 20px auto 0;
  max-width: 340px;
  font-size: 16px;
  transform: translateX(20px);
}

.value-list-item {
  display: flex;
}

.value-list-item::before {
  content: attr(data-txt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  margin-right: 10px;
  padding-top: 1px;
  border-radius: 50%;
  background-color: #176db6;
  width: 20px;
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  font-weight: bold;
  color: #fff;
  
}

.section-philosopy .section-footer {
  position: relative;
  margin-top: 110px;
}

.section-philosopy .section-footer img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.map {
  margin-top: 250px;
}

.section-head_office,
.section-overseas {
  margin: 0 auto;
  max-width: 610px;
  font-size: 16px;
}

.head_office-header h2,
.overseas-header h2 {
  font-size: 26px;
  text-align: center;
}

.section-head_office {
  margin-top: 20px;
}

.section-overseas {
  margin-top: 85px;
}

.office-content {
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-head_office .office-content {
  max-width: 500px;
}

.office-station {
  width: 100%;
  text-align: center;
}

.office-term {
  width: 100px;
}

.office-desc {
  width: 415px;
}

dl.office-content + dl.office-content {
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 979px) {
  .history-photo-item {
    width: 31%;
  }
  .history-photo-item figcaption {
    line-height: 1.3;
  }
  .section-philosopy::before {
    right: 0;
    left: auto;
  }
}
@media all and (max-width: 599px) {
  .section-greeting .section-text-content {
    margin: 20px 0;
  }

  .section-ceo {
    margin-top: 45px;
  }
  .ceo-sign img {
    width: 205px;
  }
  .ceo-image {
    margin-top: 30px;
  }
  .ceo-image img {
    width: auto;
    height: 203px;
    object-fit: cover;
  }

  .section-overview {
    margin-top: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .overview-list, .history-list {
    margin-top: 25px;
  }
  .overview-term, .overview-desc {
    width: 75px;
    font-size: 13px;
  }
  .overview-desc {
    width: calc(100% - 75px);
  }
  .overview-term span, .overview-desc span, .history-term span, .history-desc span {
    display: inline-block;
  }

  .section-history {
    margin-top: 45px;
  }
  .history-term, .history-desc {
    width: 87px;
    font-size: 13px;
  }
  .history-desc {
    width: calc(100% - 90px);
  }
  .history-photo {
    display: block;
    margin-top: 30px;
  }
  .history-photo-item {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .history-photo-item + .history-photo-item {
    margin-top: 13px;
  }
  .history-photo-item figcaption {
    padding-top: 5px;
    font-size: 13px;
  }

  .section-philosopy {
    margin-top: 45px;
    padding-top: 45px;
  }
  .section-philosopy::before {
    display: none;
  }
  .philosopy-list {
    margin-top: 24px;
  }
  .philosopy-list dt {
    font-size: 15px;
  }
  .philosopy-purpose-desc, .philosopy-vision-desc {
    font-size: 20px;
    text-align: center;
  }
  .philosopy-list dd+dt {
    margin-top: 45px;
  }
  .value-list {
    margin-top: 15px;
    font-size: 15px;
    transform: none;
  }
  .value-list-item::before {
    margin-top: 1px;
  }
  .value-list-item + .value-list-item {
    margin-top: 13px;
  }
  .section-philosopy .section-footer {
    margin-top: 45px;
  }
  .section-philosopy .section-footer img {
    height: 130px;
  }

  .map {
    margin: 75px auto 0;
    width: 84.375%;
  }
  .map iframe {
    height: 130px;
  }

  .head_office-header h2, .overseas-header h2 {
    font-size: 20px;
  }
  .office-content {
    margin: 16px 32px 0;
    font-size: 15px;
    line-height: 1.75;
  }
  .section-head_office .office-content {
    flex-direction: column;
    text-align: center;
  }
  .office-content span {display: inline-block;}
  .section-overseas {
    margin-top: 70px;
  }
  .office-term {
    margin-right: 20px;
    width: 60px;
  }
  .office-desc {
    width: calc(100% - 80px);
  }
}





/* service */
.section-products .section-text-content {
  margin-top: 55px;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px auto 0;
}

.products-list-item {
  margin-bottom: 30px;
  width: 31.035%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}

.products-list-item img {
  display: inline-block;
  margin-bottom: 11px;
}
.products-list-item p {
  min-height: 40px;
}
.products-list-item span {
  display: inline-block;
}
@media all and (min-width:600px) {
  .products-list-item:nth-child(n+13) {
    margin-bottom: 45px;
    width: 23.794%;
    height: 250px;
  }

  .products-list-item:nth-child(n+13) img {
    margin-bottom: 20px;
  }
}
.products-text-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 60px auto 0;
  max-height: 140px;
}

.products-text-item {
  width: 360px;
  font-size: 20px;
  line-height: 1.75;
}
.products-text-item::before {
  content: '□';
  font-weight: normal;
}

.section-processing, .section-material {
  margin-top: 120px;
}
.section-processing h2, .section-material h2 {
  margin-top: 26px;
  font-size: 26px;
  text-align: left;
}
.processing-list, .material-list {
  margin-top: 8px;
  line-height: 2.15;
}

.section-oem {
  margin-top: 140px;
  padding: 130px 0 120px;
  background-color: #f6f6f6;
}
.section-oem .section-inner {
  margin-top: 60px;
}
.oem-sample {
  margin-top: 70px;
}
.oem-sample h3 {
  text-align: center;
}
.oem-sample .two-column {
  margin-top: 56px;
}

.sample-list-ttl {
  font-size: 16px;
}
.sample-list-ttl::after {
  content: '：';
}
.ttl-abs, .ttl-other {
  margin-top: 30px;
}
.sample-item {
  display: inline;
  font-size: 16px;
}

.section-flow {
  margin-top: 130px;
}
.flow-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.flow-list {
  counter-reset: flow;
  margin-top: -5px;
}
.flow-item {
  display: flex;
  align-items: center;
  padding-bottom: 29px;
  width: 865px;
}
.flow-item + .flow-item {
  border-top: 1px solid #bfc0c0;
  min-height: 116px;
  padding-bottom: 0;
}
.flow-item:last-child {
  padding-top: 32px;
  min-height: auto;
}
.flow-item:last-child > * {
  transform: translateY(8px);
}
.flow-ttl {
  display: flex;
  align-items: center;
  min-width: 214px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
}
.flow-ttl::before {
  counter-increment: flow;
  content: counter(flow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
  min-width: 28px;
  max-height: 28px;
  border-radius: 50%;
  background-color: #000;
  font-size: 23px;
  color: #fff;
}
.flow-desc {
  font-size: 16px;
}

.flow-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 65px;
}

.section-heel {
  margin-top: 160px;
  padding: 120px 0 130px;
  background-color: #f6f6f6;
}
.section-heel .section-inner {
  margin-top: 70px;
}
.heel-images {
  flex-wrap: wrap;
}
.heel-images img {
  margin-bottom: 30px;
}

.section-collection {
  margin-top: 130px;
}
.section-collection .section-inner {
  margin-top: 70px;
}
.collection-img {
  display: flex;
  justify-content: space-between;
  margin: 75px auto 0;
  width: 100%;
  max-width: 660px;
}
.collection-img p + p {
  margin-left: 10px;
}
@media all and (max-width: 979px) {
  .products-list-item {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .products-list-item:nth-child(n+13) {
    margin-bottom: 15px;
    width: 23.794%;
    height: auto;
  }
  .products-list-item:nth-child(n+13) img {
    margin-bottom: 11px;
  }
  .products-text-list {
    max-width: 720px;
    max-height: 200px;
  }
  .products-text-item {
    width: 50%;
    max-width: 360px;
    font-size: 17px;
  }
  .flow-flex {
    display: block;
  }
  .flow-item {
    padding-bottom: 16px;
    width: 100%;
  }
  .flow-item + .flow-item {
    padding: 16px 0;
    min-height: auto;
  }
  .flow-img {
    flex-direction: row;
    margin: 16px auto 0;
  }
  .heel-images img {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 599px) {
  .section-products .section-text-content {
    margin: 20px 0;
  }
  .products-list {
    margin-top: 30px;
  }
  .products-list-item, .products-list-item:nth-child(n+13) {
    margin-bottom: 14px;
    width: 48.15%;
    font-size: 15px;
    letter-spacing: -1px;
  }
  .products-list-item img {
    margin-bottom: 5px!important;
  }
  .products-text-list {
    padding: 0 7.5px;
    max-width: none;
    max-height: none;
    min-height: auto;
  }
  .products-text-item {
    width: 100%;
    max-width: none;
    font-size: 15px;
  }
  .section-processing,
  .section-material {
    margin-top: 30px;
    width: 100%;
  }
  .section-processing h2, .section-material h2 {
    margin-top: 12px;
    font-size: 18px;
  }
  .processing-list, .material-list {
    font-size: 13px;
    line-height: 1.65;
  }
  .processing-text, .material-text {
    margin-top: 24px;
    font-size: 13px;
  }

  .section-oem {
    margin-top: 45px;
    padding: 45px 0;
  }
  .section-oem .section-inner {
    margin-top: 20px;
  }
  .oem-sample h3 {
    font-size: 20px;
  }
  .oem-sample .two-column {
    margin-top: 24px;
  }
  .sample-list-ttl, .sample-item {
    font-size: 13px;
  }
  .section-oem .section-img-3 {
    margin-top: 24px;
  }
  .ttl-abs, .ttl-other, .sample-list + .sample-list {
    margin-top: 22px;
  }

  .section-flow {
    margin-top: 45px;
  }
  .flow-item {
    display: block;
    padding: 0;
  }
  .flow-item + .flow-item {
    margin-top: 20px;
    padding: 0;
    border: none;
  }
  .flow-ttl {
    font-size: 18px;
  }
  .flow-ttl::before {
    min-width: 19px;
    max-height: 19px;
    font-size: 16px;
  }
  .flow-desc {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.75;
  }
  .flow-img {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flow-img-item {
    margin-bottom: 4%;
    width: 48%;
  }

  .section-heel {
    margin-top: 45px;
    padding: 45px 0;
  }
  .section-heel .section-inner {
    margin-top: 20px;
  }
  .heel-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }
  .heel-images img {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }

  .section-collection {
    margin-top: 45px;
  }
  .section-collection .section-inner {
    margin-top: 20px;
  }
  .collection-img {
    margin-top: 20px;
    padding: 0;
  }
}

/* FAQ */
.section-faq {
  margin: -20px auto 0;
  max-width: 800px;
}
.section-faq .section-inner {
  width: 100%;
}
.faq-q {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 47px;
  font-size: 26px;
  color: #176db6;
  line-height: 1.5;
  cursor: pointer;
}
.faq-q::before {
  content: 'Q. ';
}
.faq-q::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(../images/faq/faq-close.svg);
  transition: .5s;
}
.faq-q.open::after {
  background-image: url(../images/faq/faq-open.svg);
}
.faq-a {
  display: none;
  font-size: 16px;
  margin-top: 13px;
}
.faq-a::before {
  content: 'A.';
  display: inline-block;
  padding-right: 12px;
}
.faq-a strong {
  font-weight: bold;
}
.faq-a a {
  text-decoration: underline;
}
.faq-a img {
  display: block;
  margin: 10px auto;
  max-width: 500px;
}

.faq-a + .faq-q {
  border-top: 1px solid #dcdcdc;
}

@media all and (max-width: 599px) {
  .section-faq {
    margin-top: 0;
  }
  .section-faq .section-inner {
    padding: 0 32.5px;
  }
  .faq-q:first-child {
    margin-top: -20px;
    padding-top: 20px;
  }
  .faq-q {
    padding-right: 30px;
    font-size: 16px;
  }
  .faq-q::after {
    top: 50%;
    width:22px;
    height:22px;
  }
  .faq-a {
    font-size: 15px;
    line-height: 1.75;
  }
}