@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ----------------------------------------------------
#header_2024shuin
---------------------------------------------------- */
#header_2024shuin {
  margin-top: 100px;
  height: 240px;
  background: #FF5475;
}
@media (max-width: 1024px) {
  #header_2024shuin {
    height: 23.438vw;
  }
}
@media (max-width: 750px) {
  #header_2024shuin {
    height: 240px;
  }
}
#header_2024shuin .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  background: url(../images/pagetitle_bg_r.png) center center no-repeat;
}
@media (max-width: 1024px) {
  #header_2024shuin .inner {
    width: 100%;
    background: url(../images/pagetitle_bg_r.png) center center/cover no-repeat;
  }
}
@media (max-width: 750px) {
  #header_2024shuin .inner {
    background: url(../images/pagetitle_bg_sp_r.png) center center/cover no-repeat;
  }
}
#header_2024shuin h1 {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  #header_2024shuin h1 {
    font-size: 7.692vw;
    line-height: 1.4;
    text-align: center;
  }
}

/* ----------------------------------------------------
ColorVariation Overwrite / #header_2024shuin
---------------------------------------------------- */
.typeG #header_2024shuin {
  background: #06D2BF;
}
.typeG #header_2024shuin .inner {
  background-image: url(../images/pagetitle_bg_g.png);
}
@media (max-width: 1024px) {
  .typeG #header_2024shuin .inner {
    background-image: url(../images/pagetitle_bg_g.png);
  }
}
@media (max-width: 750px) {
  .typeG #header_2024shuin .inner {
    background-image: url(../images/pagetitle_bg_sp_g.png);
  }
}

.typeB #header_2024shuin {
  background: #6080FF;
}
.typeB #header_2024shuin .inner {
  background-image: url(../images/pagetitle_bg_b.png);
}
@media (max-width: 1024px) {
  .typeB #header_2024shuin .inner {
    background-image: url(../images/pagetitle_bg_b.png);
  }
}
@media (max-width: 750px) {
  .typeB #header_2024shuin .inner {
    background-image: url(../images/pagetitle_bg_sp_b.png);
  }
}

.typeS #header_2024shuin .inner {
  background-image: url(../images/pagetitle_bg_sujide.png);
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .typeS #header_2024shuin .inner {
    background-image: url(../images/pagetitle_bg_sujide.png);
  }
}
@media (max-width: 750px) {
  .typeS #header_2024shuin .inner {
    background-image: url(../images/pagetitle_bg_sujide_sp.png);
    padding-bottom: 6vw;
  }
}
.typeS #header_2024shuin h1 {
  font-size: 4.9rem;
}
@media (max-width: 750px) {
  .typeS #header_2024shuin h1 {
    font-size: 7.692vw;
  }
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
main {
  margin: 0 0 100px 0 !important;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media (max-width: 1024px) {
  .inner {
    width: 97.656vw;
  }
}
@media (max-width: 750px) {
  .inner {
    width: 100%;
  }
}

/* breadcrumbs
--------------------------- */
.breadcrumbs {
  margin-top: 17px;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    width: 78.125vw;
  }
}
@media (max-width: 750px) {
  .breadcrumbs {
    width: 76.923vw;
  }
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  font-size: 1.2rem;
  color: #878796;
}
.breadcrumbs ul li:after {
  content: "＞";
  display: inline-block;
  margin: 0 2px;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
.breadcrumbs ul li a {
  color: #878796;
}

/* mainContainer
--------------------------- */
.mainContainer {
  padding: 100px 0 0 0;
  margin: 30px 0 120px 0;
}
@media (max-width: 1000px) {
  .mainContainer {
    border: 0;
  }
}
@media (max-width: 750px) {
  .mainContainer {
    padding: 0;
    margin-top: 12.821vw;
  }
}
.mainContainer section {
  margin: 0 auto 90px auto;
}
@media (max-width: 1024px) {
  .mainContainer section {
    width: 78.125vw;
  }
}
@media (max-width: 750px) {
  .mainContainer section {
    margin-bottom: 12.821vw;
    width: 94.871vw;
  }
}
.mainContainer h2 {
  margin-bottom: 16px;
  font-size: 3.5rem;
  line-height: 1.37;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .mainContainer h2 {
    font-size: 3vw;
  }
}
@media (max-width: 750px) {
  .mainContainer h2 {
    margin-bottom: 4.103vw;
    font-size: 7.179vw;
  }
}
.mainContainer .sectionInner p {
  margin-bottom: 32px;
  font-size: 2.2rem;
  line-height: 2;
  text-align: justify;
}
.mainContainer .sectionInner p:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .mainContainer .sectionInner p {
    margin-bottom: 8.205vw;
    font-size: 5.7142vw;
  }
}
.mainContainer .sectionInner p.indent {
  text-indent: 16px;
}
@media (max-width: 750px) {
  .mainContainer .sectionInner p.indent {
    text-indent: 4.103vw;
  }
}
.mainContainer .sectionInner p.mb0 {
  margin-bottom: 0;
}
.mainContainer .sectionInner .point {
  font-size: 2.2rem;
  color: #FF5475;
  font-weight: bold;
}
@media (max-width: 750px) {
  .mainContainer .sectionInner .point {
    font-size: 5.128vw;
  }
}
.mainContainer .sectionInner .photo {
  margin: 0 auto;
  width: 700px;
  aspect-ratio: 3/2;
  background: #ccc;
}
@media (max-width: 1024px) {
  .mainContainer .sectionInner .photo {
    width: 68.359vw;
  }
}
@media (max-width: 750px) {
  .mainContainer .sectionInner .photo {
    margin-left: -11.538vw;
    width: 100vw;
  }
}
.mainContainer .sectionInner .photo picture img {
  width: 100%;
  height: auto;
}

/* themeblock
--------------------------- */
.mainContainer .themeblock {
  border: 2px solid #333333;
  position: relative;
  margin-left: 5%;
  margin-bottom: 115px;
}
.mainContainer .themeblock:last-of-type {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .mainContainer .themeblock {
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .mainContainer .themeblock {
    margin-top: 10vw;
    margin-bottom: calc(100px + 10vw);
    margin-left: auto;
  }
  .mainContainer .themeblock:last-child {
    margin-bottom: calc(50px + 10vw);
  }
}
.mainContainer .themeblock h2 {
  position: absolute;
  left: -5%;
  top: -15px;
  width: 36%;
  aspect-ratio: 36/21;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 0 0 4% 0;
  margin: 0;
  background: url(../images/theme_bg.png) no-repeat center center/cover;
}
.mainContainer .themeblock h2.category {
  background: url(../images/theme_bg.png) no-repeat center center/cover;
}
.mainContainer .themeblock h2.solution {
  background: url(../images/solution_bg.png) no-repeat center center/cover;
}
.mainContainer .themeblock h2.wecan {
  padding: 3%;
  background: url(../images/wecan_bg_r.png) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .mainContainer .themeblock h2 {
    position: relative;
    width: calc(100% - 10vw);
    padding: 0 0 10% 0;
    top: -10vw;
    left: -3px;
  }
}
.mainContainer .themeblock .sectionInner {
  padding: 65px 7.5% 65px 38.5%;
}
@media (max-width: 750px) {
  .mainContainer .themeblock .sectionInner {
    border: none;
    margin-left: 0;
    padding: 0 7.5% 10vw 7.5%;
  }
}
.mainContainer .themeblock .sectionInner dl dt {
  margin-bottom: 40px;
  font-size: 4rem;
  line-height: 1.5;
  text-align: justify;
  font-weight: bold;
  color: #FF5475;
}
@media (max-width: 1024px) {
  .mainContainer .themeblock .sectionInner dl dt {
    font-size: 3.2rem;
  }
}
@media (max-width: 750px) {
  .mainContainer .themeblock .sectionInner dl dt {
    margin-bottom: 7.7142vw;
    font-size: 7.7142vw;
  }
}
.mainContainer .themeblock .sectionInner dl dd {
  margin-bottom: 80px;
  font-size: 2.2rem;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 750px) {
  .mainContainer .themeblock .sectionInner dl dd {
    margin-bottom: 11.4284vw;
    font-size: 5.7142vw;
  }
}
.mainContainer .themeblock .sectionInner dl dd:last-of-type {
  margin-bottom: 0;
}
.mainContainer .themeblock .sectionInner + .sectionInnerwide {
  padding: 0 7.5% 65px;
  text-align: center;
}
@media (max-width: 750px) {
  .mainContainer .themeblock .sectionInner + .sectionInnerwide {
    padding: 0 0 65px;
  }
}
.mainContainer .detailLink {
  display: flex;
  justify-content: end;
}
.mainContainer .detailLink .siteLinkItem {
  max-width: 200px;
}
@media (max-width: 1024px) {
  .mainContainer .detailLink {
    width: 78.125vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .mainContainer .detailLink {
    width: 94.871vw;
    margin: 0 auto;
  }
  .mainContainer .detailLink .siteLinkItem {
    max-width: 57.142vw;
  }
}
.mainContainer .otherpagelink {
  margin: 50px auto 40px;
}
@media (max-width: 1024px) {
  .mainContainer .otherpagelink {
    width: 78.125vw;
  }
}
@media (max-width: 750px) {
  .mainContainer .otherpagelink {
    width: 94.871vw;
  }
}
.mainContainer .otherpagelink h3 {
  margin-bottom: 20px;
}
.mainContainer .otherpagelink ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 1% 1%;
}
@media (max-width: 1024px) {
  .mainContainer .otherpagelink ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2% 2%;
  }
}
@media (max-width: 750px) {
  .mainContainer .otherpagelink ul {
    grid-template-columns: 1fr 1fr;
    gap: 3% 3%;
  }
}
.mainContainer .otherpagelink ul li {
  position: relative;
  z-index: 1;
}
.mainContainer .otherpagelink ul li .seisaku {
  position: absolute;
  line-height: 0;
  bottom: 15px;
  left: 3%;
  right: 3%;
  z-index: 2;
}
.mainContainer .otherpagelink ul li .seisaku img {
  height: auto;
}
.mainContainer .otherpagelink ul li .seisaku a:hover {
  display: block;
  opacity: 1;
  transform: translateX(5%);
}

/* ----------------------------------------------------
ColorVariation Overwrite / themeblock
---------------------------------------------------- */
.typeG .mainContainer .themeblock h2.wecan {
  background-image: url(../images/wecan_bg_g.png);
}
.typeG .mainContainer .themeblock .sectionInner dl dt {
  color: #06D2BF;
}

.typeB .mainContainer .themeblock h2.wecan {
  background-image: url(../images/wecan_bg_b.png);
}
.typeB .mainContainer .themeblock .sectionInner dl dt {
  color: #6080FF;
}

.typeS .mainContainer {
  padding-top: 10px;
}
@media (max-width: 750px) {
  .typeS .mainContainer {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.typeS .mainContainer .themeblock .sectionInner {
  padding: 65px 7.5%;
}
.typeS .mainContainer .themeblock .sectionInner .title {
  margin-bottom: 50px;
}
.typeS .mainContainer .themeblock .sectionInner .title h2 {
  position: static;
  width: auto;
  aspect-ratio: auto;
  display: block;
  padding: 0;
  background: none;
  font-size: 4rem;
  font-weight: bold;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.2em;
  line-height: 1.7;
  background: #fff200;
}
@media (max-width: 750px) {
  .typeS .mainContainer .themeblock .sectionInner .title h2 {
    font-size: 8vw;
  }
}
.typeS .mainContainer .themeblock .sectionInner .image {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .typeS .mainContainer .themeblock .sectionInner {
    display: grid;
    padding: 8vw 7vw;
  }
  .typeS .mainContainer .themeblock .sectionInner .image {
    grid-row: 1/2;
    margin: -8vw -7vw 25px;
  }
  .typeS .mainContainer .themeblock .sectionInner .title {
    grid-row: 2/3;
    margin-bottom: 25px;
  }
  .typeS .mainContainer .themeblock .sectionInner p {
    grid-row: 3/4;
    font-size: 5vw;
  }
}
@media (max-width: 750px) {
  .typeS .mainContainer .themeblock:last-child {
    margin-bottom: 0;
  }
}
.typeS .hashtag p {
  font-size: 6.5rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .typeS .hashtag p {
    font-size: 10.256vw;
  }
}

/* ----------------------------------------------------
hashtag
---------------------------------------------------- */
.hashtag {
  display: none;
  margin: 60px auto;
  text-align: center;
}
.hashtag p {
  font-size: 4.4rem;
  font-weight: 500;
  color: #FF5475;
}
@media (max-width: 750px) {
  .hashtag p {
    font-size: 10.256vw;
  }
}

/* ----------------------------------------------------
#pageup
---------------------------------------------------- */
#pageup {
  display: none !important;
  position: fixed;
  bottom: 30px;
  left: calc(50vw + 527px);
  width: 64px;
  z-index: 99;
  height: 64px;
}
@media (max-width: 1154px) {
  #pageup {
    right: 0;
    left: auto;
  }
}
#pageup img {
  width: 64px;
}
#pageup:hover {
  cursor: pointer;
}
#pageup:hover img {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  #pageup {
    width: 100vw;
    position: relative;
  }
  #pageup .hpInner {
    text-align: center;
  }
}

/* ----------------------------------------------------
#footer_2024shuin
---------------------------------------------------- */
#footer_2024shuin {
  display: none;
  padding: 35px 0 35px 0;
  margin-top: 80px;
  text-align: center;
  border-top: 1px solid #FF5475;
}
@media (max-width: 1024px) {
  #footer_2024shuin {
    padding: 35px 0 98px 0;
  }
}
@media (max-width: 750px) {
  #footer_2024shuin {
    padding: 8.974vw 0 30.769vw 0;
    margin-top: 13.077vw;
  }
}
#footer_2024shuin .logoJcp {
  line-height: 0;
}
#footer_2024shuin .logoJcp img {
  width: 228px;
  height: auto;
}
@media (max-width: 750px) {
  #footer_2024shuin .logoJcp img {
    width: 42.821vw;
  }
}

.is-sp {
  display: none;
}

@media (max-width: 750px) {
  .is-sp {
    display: block;
  }
}