@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.foreign {
  padding-bottom: 65px;
}

.map {
  max-width: 848px;
  margin: 30px auto 0;
  position: relative;
}

.map_img {
  position: relative;
  z-index: -2;
}

.map_box {
  width: 295px;
  position: absolute;
  bottom: 23px;
  left: -5px;
}

.map_box-position {
  padding: 25px;
  position: relative;
}
.map_box-position::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(217, 217, 217, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.map_ttl {
  font-size: 16px;
  font-weight: 700;
}

.map_text {
  margin-top: 5px;
  font-size: 16px;
}
.map_text span {
  color: #ea602a;
}

.system {
  max-width: 905px;
  margin: 40px auto 0;
}

.system_box {
  margin-top: 50px;
  padding-top: 5px;
  border-top: 3px solid #ef822b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.system_box:first-child {
  margin-top: 0;
}

.system_header {
  width: 255px;
  margin-right: 13px;
  position: relative;
}

.system_no {
  width: 57px;
  height: 57px;
  display: block;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: -15px;
  left: -11px;
  z-index: 1;
}

.system_ttl {
  padding: 5px 0 5px 81px;
  font-size: 20px;
  font-weight: 700;
  color: #ef822b;
  background: #fff6e9;
  display: block;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
}

.system_img {
  margin-top: 16px;
  padding-left: 40px;
  text-align: center;
}

.system_main {
  max-width: 278px;
  margin-top: 4px;
}

.system_sttl {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #ef822b;
}

.system_sub {
  width: calc(100% - 620px);
  margin: 4px 0 0 auto;
}

.system_sub-box {
  margin-top: 22px;
}
.system_sub-box:first-child {
  margin-top: 0;
}
.system_sub-box a {
  font-weight: 700;
  text-decoration: underline;
  color: #ff1d25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.system_sub-box a:hover {
  color: #0c538f;
}

.system_bold {
  font-size: 17px;
  font-weight: 700;
  color: #ef822b;
}

.peace {
  margin-top: 32px;
}

.peace_ttl {
  max-width: 1010px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
.peace_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #f4aa00;
  position: absolute;
  top: 50%;
  left: 0;
}
.peace_ttl span {
  padding: 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #f4aa00;
  background: #FFF;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.peace_list {
  max-width: 860px;
  margin: 0 auto;
  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;
  gap: 35px 4.65%;
}

.peace_item {
  width: 21.51%;
}

.peace_img {
  width: 100%;
  height: 125px;
  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;
  text-align: center;
}

.peace_textarea {
  margin-top: 13px;
  padding: 12px 5px;
  background: #f2f2f2;
}
.peace_textarea p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.28;
  text-align: center;
}

.peace_sttl {
  font-size: 20px;
  font-weight: 700;
  color: #ef822b;
  text-align: center;
}

.peace_image {
  margin: 40px auto 0;
  text-align: center;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media screen and (max-width: 768px) {
  .peace_sttl {
    font-size: 18px;
  }
}
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .foreign {
    padding-bottom: 35px;
  }
  .peace_ttl {
    max-width: 100%;
    margin: 0 auto 18px;
  }
  .peace_ttl span {
    padding: 0 34px;
    font-size: 17px;
  }
  .map {
    max-width: 100%;
    margin: 18px auto 0;
    position: relative;
  }
  .map_img {
    position: relative;
    z-index: -2;
  }
  .map_box {
    width: auto;
    margin: 20px 20px 0;
    position: static;
  }
  .map_box-position {
    padding: 15px;
  }
  .map_box-position::before {
    background: rgba(217, 217, 217, 0.4);
  }
  .map_ttl {
    font-size: 15px;
  }
  .map_text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.26;
  }
  .system {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .system_box {
    margin-top: 50px;
    padding-top: 5px;
    border: none;
    display: block;
  }
  .system_box:first-child {
    margin-top: 0;
  }
  .system_header {
    width: 100%;
    margin-right: 0;
    border-top: 3px solid #ef822b;
  }
  .system_no {
    width: 40px;
    height: 40px;
    top: -12px;
    left: -1px;
  }
  .system_ttl {
    margin-top: 5px;
    padding: 5px 0;
    font-size: 18px;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
            clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
  }
  .system_img {
    margin-top: 26px;
    padding-left: 0;
    text-align: center;
  }
  .system_main {
    max-width: 100%;
    margin: 28px 20px 0;
  }
  .system_sttl {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .system_text {
    padding: 0 0 0 18px;
  }
  .system_sub {
    width: auto;
    margin: 13px 20px 0;
  }
  .system_sub-box {
    margin-top: 22px;
  }
  .system_sub-box:first-child {
    margin-top: 0;
  }
  .system_sub-box a {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .system_sub-box a:hover {
    color: #ff1d25;
  }
  .system_bold {
    font-size: 17px;
    font-weight: 700;
    color: #ef822b;
  }
  .peace {
    margin-top: 56px;
  }
  .peace_ttl {
    max-width: 100%;
    margin: 0 0 35px;
  }
  .peace_ttl span {
    padding: 0 10px;
    font-size: 17px;
  }
  .peace_list {
    max-width: 100%;
    margin: 0 12px;
    gap: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .peace_item {
    width: 46.5%;
  }
  .peace_item:last-child {
    margin: 0 auto;
  }
  .peace_img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
  }
  .peace_textarea {
    margin-top: 22px;
    padding: 16px 5px;
  }
  .peace_textarea p {
    margin-top: 5px;
    font-size: 14px;
  }
  .peace_sttl {
    font-size: 16px;
  }
  .peace_image {
    margin: 20px auto 0;
    text-align: center;
  }
}
/* -------------------sp END------------------------------- */