@charset "UTF-8";
.central_ttl {
  font-size: 2.196vw;
  font-weight: bold;
  line-height: 1.5;
}
.central_ttl .small {
  font-size: 1.171vw;
  font-weight: normal;
}

.central_lead {
  margin: 3.36vw 0 0 0;
  font-size: 2.196vw;
  font-weight: bold;
  line-height: 2;
}

.central_desc {
  margin: 3.514vw 0 0;
  font-size: 1.171vw;
  line-height: 2;
}

.central_fv {
  padding: 15.154vw 0 28vw;
  position: relative;
  background-image: url(../images/central/central_fv.png);
  background-size: 95%;
  background-repeat: no-repeat;
}
.central_fv_ttl {
  font-size: 4.392vw;
  color: #fff;
  text-align: center;
  line-height: 0.5;
}
.central_fv .topic_path {
  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;
  width: 17vw;
  position: absolute;
  bottom: -5vw;
  left: 6.149vw;
}
.central_fv .topic_path::before {
  content: "";
  width: 0.6vw;
  height: 0.6vw;
  border-top: 0.2vw solid #333d47;
  border-right: 0.2vw solid #333d47;
  position: absolute;
  top: 0.75vw;
  right: 12vw;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.central_fv .topic_path img {
  width: 2.196vw;
}
.central_fv .topic_path p {
  font-size: 1.171vw;
}
.central_fv .topic_path a {
  text-decoration: none;
  color: #333d47;
}

.central_fv_txt {
  margin: 1.171vw 0 0 0;
  padding: 16.105vw 0 19vw;
  background-image: url(../images/central/central_fv_txt.png);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.central_fv_txt .central_ttl {
  margin: 0 0 3.514vw;
  font-size: 4.392vw;
  line-height: 1;
}
.central_fv_txt_desc {
  margin: 0;
  line-height: 2.5;
}

.central_content {
  margin: 2.196vw 0 0 0;
  position: relative;
}
.central_content::before {
  content: "";
  width: 100vw;
  height: 83.455vw;
  position: absolute;
  top: 35vw;
  right: 0;
  background-image: url(../images/central/central_content_bg01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.central_content::after {
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 140vw;
  right: 0;
  background-image: url(../images/central/central_content_bg02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.central_content img {
  width: 100%;
}
.central_content .central_item01 {
  height: 46.12vw;
  padding: 0 0 7.321vw;
  position: relative;
  background-image: url(../images/central/central_item01.png);
  background-size: 105%;
  background-repeat: no-repeat;
  z-index: 10;
}
.central_content .central_item01_txt {
  width: 41.5vw;
  position: absolute;
  top: 7vw;
  right: 7vw;
}
.central_content .central_item01_txt .red {
  color: #e5454c;
}
.central_content .central_item01_txt .central_item_ttl {
  position: relative;
  text-align: right;
}
.central_content .central_item01_txt .central_item_ttl::before {
  content: "01";
  position: absolute;
  top: -9vw;
  left: -1vw;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 7.321vw;
  font-weight: bold;
  font-style: italic;
  color: #e5454c;
  letter-spacing: 10px;
}
.central_content .central_item01_txt .central_item_ttl .small {
  position: relative;
}
.central_content .central_item01_txt .central_item_ttl .small::before {
  content: "";
  width: 20vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 50%;
  left: 4.5vw;
}
.central_content .central_item02 {
  width: 75.403vw;
  height: 61.5vw;
  margin: 0 auto 7.321vw 0;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(112, 112, 112, 0.5);
          box-shadow: 0 0 30px rgba(112, 112, 112, 0.5);
  z-index: 10;
}
.central_content .central_item02_txt {
  width: 41.5vw;
  position: absolute;
  top: 4vw;
  left: 10vw;
}
.central_content .central_item02_txt .red {
  color: #e5454c;
}
.central_content .central_item02_txt .central_item_ttl {
  position: relative;
  text-align: right;
}
.central_content .central_item02_txt .central_item_ttl::before {
  content: "02";
  position: absolute;
  top: -10vw;
  left: -1vw;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 7.321vw;
  font-weight: bold;
  font-style: italic;
  color: #e5454c;
  letter-spacing: 10px;
}
.central_content .central_item02_txt .central_item_ttl .small {
  position: relative;
}
.central_content .central_item02_txt .central_item_ttl .small::before {
  content: "";
  width: 22vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 50%;
  left: 8.5vw;
}
.central_content .central_item02_txt .central_item_desc {
  line-height: 2.5;
}
.central_content .central_item02_txt .central_item_desc p:first-child {
  margin: 0 0 1.171vw;
}
.central_content .central_item02_txt .check {
  margin: 0 0 0 1.5vw;
  position: relative;
}
.central_content .central_item02_txt .check::before {
  content: "✔︎";
  position: absolute;
  top: 0;
  left: -1.5vw;
  font-size: 1.171vw;
  color: #e5454c;
}
.central_content .central_item03 {
  height: 47.291vw;
  position: relative;
  padding: 0 0 7.321vw;
  background-image: url(../images/central/central_item03.png);
  background-size: 105%;
  background-repeat: no-repeat;
  z-index: 10;
}
.central_content .central_item03_txt {
  width: 41.5vw;
  position: absolute;
  top: 7vw;
  right: 7vw;
}
.central_content .central_item03_txt .red {
  color: #e5454c;
}
.central_content .central_item03_txt .central_item_ttl {
  position: relative;
  text-align: right;
}
.central_content .central_item03_txt .central_item_ttl::before {
  content: "03";
  position: absolute;
  top: -9vw;
  left: -1vw;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 7.321vw;
  font-weight: bold;
  font-style: italic;
  color: #e5454c;
  letter-spacing: 10px;
}
.central_content .central_item03_txt .central_item_ttl .small {
  position: relative;
}
.central_content .central_item03_txt .central_item_ttl .small::before {
  content: "";
  width: 19vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 50%;
  left: 11vw;
}
.central_content .central_item03_txt .central_item_desc {
  line-height: 2.5;
}
.central_content .central_item03_txt .central_item_desc p:first-child {
  margin: 0 0 1.171vw;
}
.central_content .central_item03_txt .check {
  margin: 0 0 0 1.5vw;
  position: relative;
}
.central_content .central_item03_txt .check::before {
  content: "✔︎";
  position: absolute;
  top: 0;
  left: -1.5vw;
  font-size: 1.171vw;
  color: #e5454c;
}
.central_content .central_item04 {
  height: 62.811vw;
  padding: 0 0 7.321vw;
  position: relative;
  background-image: url(../images/central/central_item04.png);
  background-size: 105%;
  background-repeat: no-repeat;
  z-index: 10;
}
.central_content .central_item04_txt {
  width: 44vw;
  position: absolute;
  top: 5vw;
  left: 10vw;
}
.central_content .central_item04_txt .red {
  color: #e5454c;
}
.central_content .central_item04_txt .central_item_ttl {
  position: relative;
  text-align: right;
}
.central_content .central_item04_txt .central_item_ttl::before {
  content: "04";
  position: absolute;
  top: -11vw;
  left: -1vw;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 7.321vw;
  font-weight: bold;
  font-style: italic;
  color: #e5454c;
  letter-spacing: 10px;
}
.central_content .central_item04_txt .central_item_ttl .small {
  position: relative;
}
.central_content .central_item04_txt .central_item_ttl .small::before {
  content: "";
  width: 2.5vw;
  height: 1px;
  background-color: #333d47;
  position: absolute;
  top: 75%;
  left: 15.5vw;
}
.central_content .central_item04_txt .central_item_desc {
  line-height: 2.5;
}
.central_content .central_item04_txt .central_item_desc p:first-child {
  margin: 0 0 1.171vw;
}
.central_content .central_item04_txt .point {
  margin: 0 0 0 1.5vw;
  position: relative;
  font-weight: bold;
}
.central_content .central_item04_txt .point::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.5vw;
  font-size: 1.171vw;
  color: #e5454c;
}

@media screen and (max-width: 768px) {
  .central_ttl {
    font-size: 4.444vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .central_ttl .small {
    font-size: 3.889vw;
    font-weight: normal;
  }

  .central_desc {
    margin: 7.778vw 0 0;
    font-size: 3.889vw;
    line-height: 2;
  }

  .central_fv {
    padding: 13.333vw 0 24vw;
    position: relative;
    background-image: url(../images/central/central_fv_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .central_fv_ttl {
    font-size: 9.722vw;
    color: #fff;
    line-height: 0.5;
  }
  .central_fv .noto-sans {
    line-height: 1.2;
  }
  .central_fv .topic_path {
    display: none;
  }

  .central_fv_txt {
    margin: 0;
    padding: 24vw 0 23vw;
    background-image: url(../images/central/central_fv_txt_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
  }
  .central_fv_txt .passing-bar {
    z-index: 10;
  }
  .central_fv_txt .central_ttl {
    margin: 0 0 7.778vw;
    font-size: 6.944vw;
    line-height: 1;
  }
  .central_fv_txt_desc {
    margin: 0;
    line-height: 2;
  }

  .central_content {
    margin: 2.196vw 0 0 0;
    position: relative;
  }
  .central_content img {
    width: 100%;
  }
  .central_content .central_item01 {
    height: 240vw;
    padding: 0 0 7.321vw;
    position: relative;
    background-image: url(../images/central/central_item01_sp.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .central_content .central_item01_txt {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 95vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .central_content .central_item01_txt .red {
    color: #e5454c;
  }
  .central_content .central_item01_txt .central_item_ttl {
    position: relative;
    text-align: left;
    line-height: 1.5;
  }
  .central_content .central_item01_txt .central_item_ttl::before {
    content: "01";
    position: absolute;
    top: -32vw;
    left: -1vw;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24.444vw;
    font-weight: bold;
    font-style: italic;
    color: #e5454c;
    letter-spacing: 10px;
  }
  .central_content .central_item01_txt .central_item_ttl .small {
    position: relative;
    text-align: right;
  }
  .central_content .central_item01_txt .central_item_ttl .small::before {
    content: "";
    width: 20vw;
    height: 1px;
    background-color: #333d47;
    position: absolute;
    top: 50%;
    left: 5vw;
  }
  .central_content .central_item01_txt .central_desc {
    margin: 5vw 0 0;
    line-height: 1.8;
  }
  .central_content .central_item02 {
    width: auto;
    height: 300vw;
    margin: 0 auto 7.321vw;
    position: relative;
    background-image: url(../images/central/central_item02_sp.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .central_content .central_item02_txt {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 73vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .central_content .central_item02_txt .red {
    color: #e5454c;
  }
  .central_content .central_item02_txt .central_item_ttl {
    position: relative;
    text-align: left;
    line-height: 1.5;
  }
  .central_content .central_item02_txt .central_item_ttl::before {
    content: "02";
    position: absolute;
    top: -32vw;
    left: -1vw;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24.444vw;
    font-weight: bold;
    font-style: italic;
    color: #e5454c;
    letter-spacing: 10px;
  }
  .central_content .central_item02_txt .central_item_ttl .small {
    position: relative;
    text-align: right;
  }
  .central_content .central_item02_txt .central_item_ttl .small::before {
    content: "";
    width: 42vw;
    height: 1px;
    background-color: #333d47;
    position: absolute;
    top: 50%;
    left: 0vw;
  }
  .central_content .central_item02_txt .central_item_desc {
    margin: 5vw 0 0;
    line-height: 1.8;
  }
  .central_content .central_item02_txt .central_item_desc p:first-child {
    margin: 0;
  }
  .central_content .central_item02_txt .check {
    margin: 0 0 0 4.444vw;
    position: relative;
  }
  .central_content .central_item02_txt .check::before {
    content: "✔︎";
    position: absolute;
    top: -1vw;
    left: -4.444vw;
    font-size: 5vw;
    color: #e5454c;
  }
  .central_content .central_item03 {
    width: auto;
    height: 170vw;
    margin: 0 auto 7.321vw;
    position: relative;
    background-image: url(../images/central/central_item03_sp.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .central_content .central_item03_txt {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 87vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .central_content .central_item03_txt .red {
    color: #e5454c;
  }
  .central_content .central_item03_txt .central_item_ttl {
    position: relative;
    text-align: left;
    line-height: 1.5;
  }
  .central_content .central_item03_txt .central_item_ttl::before {
    content: "03";
    position: absolute;
    top: -32vw;
    left: -1vw;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24.444vw;
    font-weight: bold;
    font-style: italic;
    color: #e5454c;
    letter-spacing: 10px;
  }
  .central_content .central_item03_txt .central_item_ttl .small {
    position: relative;
    text-align: right;
  }
  .central_content .central_item03_txt .central_item_ttl .small::before {
    content: "";
    width: 42vw;
    height: 1px;
    background-color: #333d47;
    position: absolute;
    top: 50%;
    left: 0vw;
  }
  .central_content .central_item03_txt .central_item_desc {
    margin: 5vw 0 0;
    line-height: 1.8;
  }
  .central_content .central_item03_txt .central_item_desc p:first-child {
    margin: 0;
  }
  .central_content .central_item03_txt .check {
    margin: 0 0 0 4.444vw;
    position: relative;
  }
  .central_content .central_item03_txt .check::before {
    content: "✔︎";
    position: absolute;
    top: -1vw;
    left: -4.444vw;
    font-size: 5vw;
    color: #e5454c;
  }
  .central_content .central_item04 {
    height: 277.778vw;
    padding: 0 0 25vw;
    position: relative;
    background-image: url(../images/central/central_item04_sp.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .central_content .central_item04_txt {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 95vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .central_content .central_item04_txt .red {
    color: #e5454c;
  }
  .central_content .central_item04_txt .central_item_ttl {
    position: relative;
    text-align: left;
    line-height: 1.5;
  }
  .central_content .central_item04_txt .central_item_ttl::before {
    content: "04";
    position: absolute;
    top: -32vw;
    left: -1vw;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24.444vw;
    font-weight: bold;
    font-style: italic;
    color: #e5454c;
    letter-spacing: 10px;
  }
  .central_content .central_item04_txt .central_item_ttl .small {
    position: relative;
    text-align: right;
  }
  .central_content .central_item04_txt .central_item_ttl .small::before {
    content: "";
    width: 42vw;
    height: 1px;
    background-color: #333d47;
    position: absolute;
    top: 75%;
    left: 0vw;
  }
  .central_content .central_item04_txt .central_item_desc {
    margin: 5vw 0 0;
    line-height: 1.8;
  }
  .central_content .central_item04_txt .central_item_desc p:first-child {
    margin: 0;
  }
  .central_content .central_item04_txt .point {
    margin: 0 0 0 4.444vw;
    position: relative;
    font-weight: bold;
    line-height: 2.5;
  }
  .central_content .central_item04_txt .point::before {
    content: "●";
    position: absolute;
    top: 50%;
    left: -4.444vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3vw;
    color: #e5454c;
  }
}