@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
/* color
=========================================== */
/* font
=========================================== */
/* html
=========================================== */
html {
  line-height: 1.6;
}

body {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

/* bg
=========================================== */
.contactBoxbg {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #292929), to(#292929));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
}

article {
  background: #fff;
}

/* container
=========================================== */
.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .container {
    width: 96%;
  }
}

/* flex
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* mv
=========================================== */
.mv {
  padding: 110px 0;
  background: #F7F7F7;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.mv img {
  width: 95%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
}

/* text_box
=========================================== */
.text_box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .text_box {
    margin-bottom: 20px;
  }
}
.text_box span {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 5.4rem;
  color: #0439AF;
  margin-bottom: 41px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .text_box span {
    font-size: 4rem;
    margin-bottom: 34px;
  }
}
@media (max-width: 520px) {
  .text_box span {
    font-size: 3.2rem;
  }
}
.text_box span:after {
  content: "";
  position: absolute;
  border: 1px solid #0439AF;
  height: 25px;
  bottom: -26px;
  right: 50%;
}
.text_box h2 {
  font-size: 1.6rem;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .text_box h2 {
    margin-bottom: 30px;
  }
}
.text_box p {
  font-size: 1.8rem;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .text_box p {
    font-size: 1.4rem;
  }
}

/* frame
=========================================== */
.frame {
  color: #fff;
}
.frame span {
  color: #0439AF;
  background: #FFEB3B;
  padding: 1px 5px;
}

/* supa
=========================================== */
.supa {
  background: #F7F7F7;
  margin-bottom: 0;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .supa {
    padding: 40px 0;
  }
}
.supa .text_box {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .supa .text_box {
    margin-bottom: 30px;
  }
}
.supa .sec_title {
  background: -webkit-linear-gradient(135deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background: linear-gradient(-45deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background-size: 29px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
  margin-bottom: 89px;
  position: relative;
}
@media (max-width: 767px) {
  .supa .sec_title {
    padding: 20px;
    margin-bottom: 39px;
  }
}
.supa .sec_title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 70px;
  bottom: -69px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 50% 100%, 0 0);
  background: -webkit-linear-gradient(135deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background: linear-gradient(-45deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background-size: 29px 29px;
}
@media (max-width: 767px) {
  .supa .sec_title:after {
    width: 60px;
    height: 40px;
    bottom: -39px;
  }
}
@media (max-width: 520px) {
  .supa .sec_title:after {
    width: 40px;
    height: 24px;
    bottom: -22px;
  }
}
.supa .sec_title .inner {
  width: 100%;
}
.supa .sec_title h2 {
  color: #fff;
  font-size: 3.6rem;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .supa .sec_title h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 520px) {
  .supa .sec_title h2 {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.supa .sec_title h2 span {
  color: #FFEB3B;
}
.supa .sec_title .frame {
  font-size: 2.4rem;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .supa .sec_title .frame {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .supa .sec_title .frame {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.supa .sec_title .frame:before {
  content: "";
  position: absolute;
  background: url(/supatore/img/dot_left.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 32px;
  left: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .supa .sec_title .frame:before {
    width: 12px;
    height: 19px;
  }
}
@media (max-width: 520px) {
  .supa .sec_title .frame:before {
    top: 0;
  }
}
.supa .sec_title .frame:after {
  content: "";
  position: absolute;
  background: url(/supatore/img/dot_right.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 32px;
  right: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .supa .sec_title .frame:after {
    width: 12px;
    height: 19px;
  }
}
@media (max-width: 520px) {
  .supa .sec_title .frame:after {
    top: 0;
  }
}
.supa .sec_title .frame span {
  margin-left: 5px;
}
.supa .sec_title .white {
  background: #fff;
  color: #0439AF;
  padding: 6px 0;
  border-radius: 30px;
  display: block;
  max-width: 596px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .supa .sec_title .white {
    font-size: 1.6rem;
  }
}
@media (max-width: 520px) {
  .supa .sec_title .white {
    font-size: 1.2rem;
    padding: 2px 0;
  }
}
.supa .one_list {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 4px dotted #D5D5D5;
}
@media (max-width: 1080px) {
  .supa .one_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .supa .one_list {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}
.supa .one_list figure {
  max-width: 487px;
  width: 100%;
  height: 364px;
}
@media (max-width: 767px) {
  .supa .one_list figure {
    max-width: 335px;
    height: 245px;
  }
}
.supa .one_list figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.supa .one_list:last-child {
  border-bottom: none;
}
@media (max-width: 1080px) {
  .supa .one_list:nth-child(2), .supa .one_list:nth-child(4), .supa .one_list:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.supa .list_text {
  width: 50%;
  position: relative;
}
@media (max-width: 1080px) {
  .supa .list_text {
    width: 100%;
  }
}
.supa .list_text > p {
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  .supa .list_text > p {
    font-size: 1.4rem;
  }
}
.supa .list_text > img {
  position: absolute;
  left: 0;
  top: 0;
}
.supa .list_text .list_title {
  font-size: 3.2rem;
  color: #0439AF;
  margin-top: 80px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .supa .list_text .list_title {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  .supa .list_text .list_title {
    font-size: 1.8rem;
  }
}
.supa .list_text .list_title > span {
  color: #FFEB3B;
  background: #0439AF;
  padding: 2px 8px;
  margin: 0 5px;
}
.supa .one_list_img img {
  max-width: 100%;
  width: 100%;
}

.contactBoxbg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(50%, #F7F7F7), color-stop(50%, #292929), to(#292929));
  background: -webkit-linear-gradient(top, #F7F7F7 0%, #F7F7F7 50%, #292929 50%, #292929 100%);
  background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 50%, #292929 50%, #292929 100%);
  padding-top: 0;
}