.sp {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #2d5c6c;
}
.wrapper {
  width: 900px;
  margin: 0 auto;
}
img {
  width: 100%;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section {
  margin: 30px 0;
}

header {
  border-bottom: 1px solid #ddd;
  background-color: #fdfdfd;
  .main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5%;
    .top-header {
      width: 200px;
      img {
        display: block;
      }
    }
    .navigationbar {
      display: none;
    }
    .menu-right {
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 32px;
        padding-right: 1em;
        padding-left: 1em;
        border-radius: 100px;
        font-size: 16px;
        color: white;
        text-decoration: none;
        background-color: #f05047;
        button {
          all: unset;
        }
      }
    }
  }
}

section.hero {
  margin-top: unset;
}

h1 {
  width: 100%;
  background-image: url(../img/bg_header.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  height: 679px;
  background-position: center;
}
h1 img {
  width: 1200px;
}

div.header_lead {
  background-color: #2d5c6c;
  color: #fff;
  padding: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}

p.lead span {
  font-size: 37px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ef483e 60%);
  padding-bottom: 0.1em;
}

h2 img {
  width: 100%;
}
h2 {
  margin-bottom: -15px;
}
p.basic_text span {
  font-size: 30px;
  color: #ef483e;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #e8e8e8 60%);
  padding-bottom: 0.1em;
}
p.att {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.point02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.point02 img {
  width: 430px;
}
.cta {
  /*
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: center;
  */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8% auto;
  > li {
    > a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.5em;
      padding: 1.2em;
      background-color: #ef483e;
      background-image: url(../img/CTA_bg_circle_gray.png);
      background-position: right 0.2em bottom 0.2em;
      background-size: contain;
      background-repeat: no-repeat;
      box-shadow: 10px 10px 0px #333333;
      transition: 0.3s;
      line-height: 1;
      color: #fff;
      font-size: 37px;
      font-weight: bold;
      text-decoration: none;
      &:hover {
        box-shadow: unset;
        transform: translate(5px, 5px);
      }
      &::after {
        content: "";
        display: flex;
        display: block;
        aspect-ratio: 57/90;
        background-image: url(../img/CTA_ico_cursor.svg);
        background-position: left top;
        background-size: contain;
        background-repeat: no-repeat;
        height: 1.2em;
      }
    }
  }
  > li:nth-of-type(2) {
    display: none;
  }
}
/*
.cta img {
  display: inline-block;
  width: 425px;
  background-color: #333333;
  box-shadow: 10px 10px 0px #333333;
  transition: 0.3s;
}

.cta img:hover {
  box-shadow: unset;
  transform: translate(5px, 5px);
}
*/
.campaign_title {
  background-color: #047893;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding: 20px 0 15px 0;
}
.campaign_title::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 24px;
  background-color: #047893;
  top: 90px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.campaign_title img {
  width: 330px;
  height: 33px;
}
section.voice {
  background-color: #e3e3e3;
  text-align: center;
  padding: 20px 0 60px 0;
}
section.voice h2 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.voice_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.voice_box img {
  width: 165px;
}
.voice_box p,
.reverse p {
  background: #fff;
  width: 630px;
  height: 125px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  padding: 20px 24px;
  position: relative;
  margin: 0;
}
.voice_box p::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 38px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: -705px;
  margin: auto;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.voice_box.reverse {
  flex-direction: row-reverse;
}
.voice_box.reverse p::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 38px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 670px;
  margin: auto;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#page-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #72c7ca;
  text-decoration: none;
  color: #fff;
  width: 30px;
  padding: 20px 15px;
  text-align: center;
  display: block;
  border-radius: 30px;
  transition: all 0.3s ease;
}
#page-top a:hover {
  text-decoration: none;
  background: #ef483e;
}

footer {
  background-color: #2d5c6c;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

footer a {
  color: #fff;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 0.5s;
}
footer a:hover {
  opacity: 0.5;
}

footer div.wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 50px 0;
}

footer li.f-menu {
  margin-bottom: 1em;
}
footer li.fmenu-sub {
  font-size: 13px;
  margin: 0.5em 0;
}

.footer_logo {
  background: #fff;
  display: flex;
  justify-content: space-between;
  color: #2d5c6c;
}
.footer_logo {
  padding: 20px;
}
.footer_logo .corp_logo img {
  width: 150px;
  margin-top: 5px;
}
.footer_logo .p-mark {
  vertical-align: middle;
}
.footer_logo .p-mark a {
  color: #2d5c6c;
}
.footer_logo .p-mark img {
  width: 60px;
  margin: 0 15px;
}

@media screen and (max-width: 899px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
    line-height: 1.8;
  }
  .wrapper {
    width: 95%;
    margin: 0 auto;
  }
  img {
    width: 100%;
  }
  section {
    margin: 30px 0;
  }

  header {
    .main-menu {
      padding: 8px 3%;
      .top-header {
        width: 120px;
        img {
          display: block;
        }
      }
      .navigationbar {
        display: none;
      }
      .menu-right {
        a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: auto;
          height: 32px;
          padding-right: 1em;
          padding-left: 1em;
          border-radius: 100px;
          font-size: 16px;
          color: white;
          text-decoration: none;
          background-color: #f05047;
          button {
            all: unset;
          }
        }
      }
    }
  }

  h1 {
    width: 100%;
    background-image: none;
    height: auto;
  }
  h1 img {
    width: 100%;
    vertical-align: bottom;
  }

  div.header_lead {
    padding: 1em;
    font-size: 1em;
    line-height: 30px;
    text-align: left;
  }

  p.lead span {
    font-size: 1.4em;
    padding-bottom: 0.1em;
  }

  h2 img {
    width: 100%;
  }
  h2 {
    margin-bottom: 0;
  }
  p.basic_text span {
    font-size: 1.3em;
    line-height: 20px;
  }
  p.att {
    font-size: 0.8em;
    line-height: 1.5;
  }
  .point02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .point02 img {
    width: 96%;
    padding: 0 1%;
  }
  .cta {
    > li {
      > a {
        font-size: 5vw;
      }
    }
  }
  /*
  .cta {
    width: 80%;
    margin: 5% 10%;
    display: block;
  }

  .cta img {
    display: inline-block;
    width: 100%;
    background-color: #333333;
    box-shadow: 10px 10px 0px #333333;
    transition: 0.3s;
    margin-bottom: 1em;
  }
*/
  .campaign_title {
    margin-bottom: 2em;
    position: relative;
    padding: 1.5em 0 1.2em 0;
  }
  .campaign_title::before {
    width: 15%;
    height: 25%;
    top: 5.5em;
  }
  .campaign_title img {
    width: 60%;
    height: auto;
  }
  section.voice {
    background-color: #e3e3e3;
    text-align: center;
    padding: 0.5em 1em;
  }
  section.voice h2 {
    font-size: 1.8em;
    margin-bottom: 0.8em;
  }
  .voice_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .voice_box img {
    width: 110%;
    margin: 5%;
  }
  .voice_box p,
  .reverse p {
    width: 70%;
    margin: 0 0 0 10%;
    height: auto;
    font-size: 1em;
    line-height: 1.6;
    padding: 1em 1.5em;
  }
  .voice_box p::before {
    width: 5%;
    height: 10%;
    bottom: 70%;
    left: -104%;
  }

  .voice_box.reverse {
    flex-direction: row-reverse;
  }
  .voice_box.reverse p::before {
    width: 5%;
    height: 10%;
    bottom: 70%;
    left: 100%;
  }

  footer {
    font-size: 1em;
  }

  footer div.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }

  footer div.footer_menu {
    width: 45%;
    padding: 0 2%;
  }

  footer li.f-menu {
    margin-bottom: 1em;
  }
  footer li.fmenu-sub {
    font-size: 0.9em;
    margin: 0.5em 0;
  }

  .footer_logo {
    display: block;
  }
  .footer_logo {
    padding: 1em;
  }
  .footer_logo .corp_logo img {
    width: 30%;
    margin-top: 2% auto;
  }
  .footer_logo .p-mark {
    font-size: 0.8em;
    text-align: right;
  }
  .footer_logo .p-mark img {
    width: 10%;
    margin: 0 15px;
  }
}
