@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@500&display=swap");
.content1_inner {
  background: #fdfae2;
  padding: 40px 80px;
}

@media (max-width: 480px) {
  .content1_inner {
    padding: 20px;
  }
}

.content1_inner .head {
  color: #f36b30;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .content1_inner .head {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 2;
  }
}

.content1_inner .head span {
  border-bottom: solid 3px #f36b30;
  padding-bottom: 5px;
}

@media (max-width: 480px) {
  .content1_inner .head span {
    border-bottom: solid 2px #f36b30;
    padding-bottom: 2px;
  }
}

@media (max-width: 480px) {
  .content1_inner small {
    display: block;
    line-height: 1.4;
  }
}

.content1_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.content1_inner ul li {
  width: 33.3%;
  margin-bottom: 0.5em;
}

@media (max-width: 480px) {
  .content1_inner ul li {
    width: 100%;
    margin-bottom: 0;
  }
}

.content1_inner ul li:before {
  content: "●";
  color: #f36b30;
  font-size: 0.8em;
  display: inline-block;
  margin-right: 5px;
}

.flow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .flow-container {
    display: block;
  }
}

.flow-container .inner {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 50px 20px 40px;
  -webkit-box-flex: 33.3%;
      -ms-flex: 33.3%;
          flex: 33.3%;
}

@media (max-width: 480px) {
  .flow-container .inner {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .flow-container .inner .sp-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  .flow-container .inner .sp-head > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 480px) {
  .flow-container .inner .sp-head > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 480px) {
  .flow-container .inner .sp-head > div:last-child .img img {
    width: 75px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.flow-container .inner .head .sub {
  color: #6f728a;
  font-size: 15px;
}

@media (max-width: 480px) {
  .flow-container .inner .head .sub {
    text-align: left;
    font-size: 14px;
  }
}

.flow-container .inner .head h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .flow-container .inner .head h3 {
    font-size: 20px;
  }
}

.flow-container .inner .img {
  margin: 10px 0;
}

.flow-container .inner .img img {
  height: 70px;
  width: auto;
  margin-right: 5px;
}

.flow-container .inner p {
  font-size: 14px;
}

.flow-container .inner p:last-child {
  margin: 0;
}

.flow-container .arrow-pc {
  width: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flow-container .arrow-sp {
  width: 12px;
  margin: 0 auto;
}

.flow-container .arrow-sp img {
  vertical-align: bottom;
}

.img-areamap {
  width: 510px;
  max-width: 100%;
  margin: 20px 0 0;
}

.export-area-container {
  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;
}

@media (max-width: 480px) {
  .export-area-container {
    display: block;
  }
}

.export-area-container .inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 50px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 50px 30px;
}

@media (max-width: 480px) {
  .export-area-container .inner {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}

.export-area-container .inner .text-right {
  text-align: right;
}

.export-area-container .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.export-area-container .inner ul li {
  width: 50%;
  margin-bottom: 0.5em;
}

@media (max-width: 480px) {
  .export-area-container .inner ul li {
    margin-bottom: 0;
  }
}

.export-area-container .inner ul li:before {
  content: "●";
  color: #f36b30;
  display: inline-block;
  margin-right: 0.5em;
}

.export-area-container .img {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 480px) {
  .export-area-container .img {
    width: 100%;
  }
}

.section-cta .btn-nom a {
  margin: 0 auto;
}

.content2_inner {
  background: #fdfae2;
  padding: 40px 80px;
  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;
}

@media (max-width: 480px) {
  .content2_inner {
    padding: 20px;
    display: block;
  }
}

.content2_inner .text {
  width: 390px;
  max-width: 100%;
}

.content2_inner .text h3 {
  color: #f36b30;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .content2_inner .text h3 {
    font-size: 18px;
  }
}

.content2_inner .img {
  width: 400px;
  max-width: 100%;
}

.gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery_list li {
  width: 31%;
  margin: 0 3.5% 0 0;
}

.gallery_list li:nth-child(3n), .gallery_list li:last-child {
  margin-right: 0;
}

.gallery_list li:nth-child(n + 4) {
  margin-top: 3.5%;
}

.gallery_list li:nth-child(3n + 1):last-child {
  left: -34.5%;
  position: relative;
}

.gallery_list li a {
  display: block;
  overflow: hidden;
}

.gallery_list li a[data-lightbox] {
  position: relative;
}

.gallery_list li a[data-lightbox]::after {
  content: "＋";
  font-size: 18px;
  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;
  color: #fff;
  background: rgba(237, 71, 43, 0.7);
  position: absolute;
  right: 3px;
  bottom: 3px;
  line-height: 1;
  width: 30px;
  height: 30px;
  padding: 0 0 2px 2px;
}

@media (max-width: 480px) {
  .gallery_list li a[data-lightbox]::after {
    width: 20px;
    height: 20px;
    font-size: 15px;
  }
}

.gallery_list li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 480px) {
  .gallery_list li a:hover img {
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
  }
}

.gallery_list li img {
  display: block;
  width: 100%;
  height: 230px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 480px) {
  .gallery_list li img {
    height: 20vw;
    -webkit-transition: unset;
    transition: unset;
  }
}
/*# sourceMappingURL=contents.css.map */