@charset "UTF-8";
/************
 cmn_layout
*************/
#contents {
  width: 100%;
  padding: 0;
}
#wrapper {
	min-width: inherit;
}
@media (min-width: 769px) {
  #ct_bg .pr34 {
    padding-right: 34px;
  }
  #ct_bg .mt18 {
    margin-top: 18px;
  }
  #ct_bg .mb5 {
    margin-bottom: 5px;
  }
  #ct_bg .mb10 {
    margin-bottom: 10px;
  }
  #ct_bg .mb15 {
    margin-bottom: 15px;
  }
  #ct_bg .mb17 {
    margin-bottom: 17px;
  }
  #ct_bg .mb40 {
    margin-bottom: 40px;
  }
  #ct_bg .mb54 {
    margin-bottom: 54px;
  }
  #ct_bg .mb58 {
    margin-bottom: 58px;
  }
  #ct_bg .mb60 {
    margin-bottom: 60px;
  }
  #ct_bg .mb78 {
    margin-bottom: 78px;
  }
}

@media (max-width: 768px) {
  #ct_bg .mb-sp44 {
    margin-bottom: 5.9vw;
  }
  #ct_bg .mb-sp60 {
    margin-bottom: 8vw;
  }
  #ct_bg .mb-sp78 {
    margin-bottom: 10.4vw;
  }
  #ct_bg .mb-sp111 {
    margin-bottom: 14.8vw;
  }
  #ct_bg .mb-sp120 {
    margin-bottom: 16vw;
  }
}

#ct_bg .color-purple {
  color: #c6aed2;
}

#ct_bg .color-green {
  color: #bee3e4;
}

.color-pink {
  color: #eb66a1;
}

.color-palePink {
  color: #f3cbd4;
}

.color-yellow {
  color: #fff9b1;
}

.marker {
  padding: 0 3px;
  background-color: #fff9b1;
}

.marker--white {
  padding: 3px 1px 1px 8px;
  margin: 0 4px 0 0;
  background-color: #fff;
}

.font01 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
}


@media screen and (min-width: 769px) {
  .fz26 {
    font-size: 2.6rem;
  }
  .fz38 {
    font-size: 3.8rem;
  }
  .fz40 {
    font-size: 4rem;
  }
  .fz50 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .fz-sp24 {
    font-size: 3.2vw;
  }
  .fz-sp32 {
    font-size: 4.3vw;
  }
  .fz-sp46 {
    font-size: 6.133vw;
  }
  .fz-sp56 {
    font-size: 7.5vw;
  }
  .fz-sp64 {
    font-size: 8.5vw;
  }
}

.fwBd {
  font-weight: bold;
}

/* line-height */
.lh1 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .lh-sp1_7 {
    line-height: 1.7;
  }
}

html {
  font-size: 62.5%;
}

#ct_bg {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #242424;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  background: url("../../../../common/img/bg_all.png") repeat center center / 22px auto;
}

@media screen and (max-width: 768px) {
  #ct_bg {
    font-size: 1.4rem;
  }
}

#ct_bg .commonInner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #ct_bg .commonInner {
    width: 92%;
  }
}

#ct_bg img {
  width: 100%;
  height: auto;
}

#ct_bg a:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}


#ct_bg .onlySP {
  display: none;
}

@media screen and (max-width: 768px) {
  #ct_bg .onlyPC {
    display: none;
  }
  #ct_bg .onlySP {
    display: block;
  }
  #ct_bg img.onlySP {
    display: inline-block;
  }
}

#ct_bg .contentHeading01 {
  max-width: 960px;
  padding: 13px 0 15px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 2.2rem;
}

#ct_bg .contentHeading01::after {
  width: 940px;
  height: 50px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 2px dashed #bee3e4;
  border-bottom: 2px dashed #bee3e4;
}

@media screen and (max-width: 960px) {
  #ct_bg .contentHeading01::after {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #ct_bg .contentHeading01 {
    padding: 3.7vw 0 4.5vw;
    font-size: 5.333vw;
		border-radius: 0;
  }
  #ct_bg .contentHeading01::after {
    width: 100%;
    height: 13.3vw;
  }
}

#ct_bg .linkText {
  color: #e33d88;
  text-decoration: underline;
}

#ct_bg .linkText:visited {
  text-decoration: none;
}


#ct_bg .topText01 {
  padding: 6px 0 7px;
  background-color: #ee87b4;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
	font-weight: bold;
}

#ct_bg .topHeader01 {
  height: 183px;
  padding: 14px 20px 0;
  background-image: url(../img/bg_top01.png);
  background-size: cover;
  background-position: center 0;
}

@media screen and (max-width: 1060px) {
  #ct_bg .topHeader01 {
    padding-top: 8px;
  }
}
#ct_bg .topHeader01 > .inner01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}


#ct_bg .topHeader01 .linkBtn {
  width: 160px;
  height: 46px;;
}

#ct_bg .topHeader01 .linkBtn a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 3px 0 #98b6b6);
          filter: drop-shadow(0 3px 0 #98b6b6);
  transition: 0.3s;
}

#ct_bg .topHeader01 .linkBtn a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-filter: drop-shadow(0 0px 0 #98b6b6);
          filter: drop-shadow(0 0px 0 #98b6b6);
  transition: 0.3s;
}

#ct_bg .topLogo01 {
  width: 182px;
  margin-top: 3px;
	height: 50px;
  display: block;
  transition: 0.3s;
}
#ct_bg .topLogo01:hover {
	transform: none !important;
	opacity: 0.8;
  transition: 0.3s;
}

#ct_bg .topMain01 {
  padding: 0 20px;
  max-width: 1100px;
  margin: -66px auto 36px;
  display: block;
}

@media screen and (max-width: 768px) {
  #ct_bg .topText01 {
    padding: 6px 0 7px;
    font-size: 1.1rem;
  }
  #ct_bg .topHeader01 {
    height: 27.5vw;
    padding: 3% 3% 0 2.7%;
    background-image: url(../img/bg_top01_sp.png);
  }
  #ct_bg .topHeader01 .linkBtn {
    width: 42.667vw;
    height: 12.9vw;
  }
  #ct_bg .topHeader01 .linkBtn a {
    -webkit-filter: drop-shadow(0 3px 0 #98b6b6);
            filter: drop-shadow(0 3px 0 #98b6b6);
  }
  #ct_bg .topHeader01 .linkBtn a:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(0 3px 0 #98b6b6);
            filter: drop-shadow(0 3px 0 #98b6b6);
  }
  #ct_bg .topLogo01 {
    width: 48.267vw;
    margin-top: 0;
    transition: none;
  }
  #ct_bg .topLogo01:hover {
    opacity: 1;
    transition: none;
  }

  #ct_bg .topMain01 {
    padding: 0;
    margin: 2vw auto 8vw;
  }
}

#ct_bg .period {
  padding: 0 20px;
  text-align: center;
}

#ct_bg .periodContent01 {
  max-width: 960px;
  padding: 30px 30px 25px;
  background-color: #f3cbd4;
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.1);
}

#ct_bg .periodContent01 .periodUpside01 {
  margin-bottom: 70px;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 0 0 #242424, 2px 2px 0 #242424, 0 2px 0 #242424, -2px 2px 0 #242424, -2px 0 0 #242424, -2px -2px 0 #242424, 0 -2px 0 #242424, 2px -2px 0 #242424;
}

#ct_bg .periodContent01 .periodUnderside01 {
  padding: 60px 0 40px;
  position: relative;
  background-color: #fff;
  text-align: center;
}

#ct_bg .periodContent01 .periodTitle01 {
  width: 291px;
  position: absolute;
  top: -107px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

#ct_bg .periodContent01 .periodText01 {
  font-size: 3.3rem;
}

#ct_bg .periodContent01 .periodText01 .number {
  font-size: 4.3rem;
}

#ct_bg .endBox01 {
	max-width: 960px;
	margin: 20px auto;
    border: solid 2px #e60012;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
}

#ct_bg .endBox01 > p {
	color: #e60012;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  #ct_bg .period {
  padding: 0;
}
  #ct_bg .period .commonInner {
    width: 100%;
  }
  #ct_bg .periodContent01 {
    padding: 5.3vw 0 10.1vw;
  }
  #ct_bg .periodContent01 .periodUpside01 {
    margin-bottom: 40px;
    font-size: 4.3vw;
  }
  #ct_bg .periodContent01 .periodUnderside01 {
    padding: 8.8vw 0 2.4vw;
  }
  #ct_bg .periodContent01 .periodTitle01 {
    width: 39%;
    top: -40%;
  }
  #ct_bg .periodContent01 .periodText01 {
    font-size: 5.333vw;
  }
  #ct_bg .periodContent01 .periodText01 .number {
    font-size: 6.933vw;
  }
  #ct_bg .endBox01 {
	margin-left: 4%;
	margin-right: 4%;
  }
  #ct_bg .endBox01 > p {
    font-size: 1.6rem;
  }
}

#ct_bg .process {
  padding: 96px 20px 75px;
}

#ct_bg .process .contentHeading01 {
  margin-bottom: 22px;
}

#ct_bg .processTitleWrap01 {
  position: relative;
}

#ct_bg .processTitleWrap01::after {
  width: 246px;
  height: 192px;
  content: '';
  position: absolute;
  top: -54px;
  right: 0;
  background-image: url("../img/img_process01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
	#ct_bg .processTitleWrap01::after {
    max-width: 25vw;
    top: -5vw;
	}
}
#ct_bg .processTitle01 {
  width: 324px;
  margin: 0 auto 60px;
  position: relative;
}

#ct_bg .processContent--01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ct_bg .processCard {
  margin-bottom: 22px;
  width: 49%;
  max-width: 469px;
  padding: 18px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #150301;
}

#ct_bg .processCardText01 {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

#ct_bg .processCardNote01 {
  font-weight: 300;
  font-size: 1.4rem;
}

#ct_bg .processCardLinkBtn01 {
  display: block;
  -webkit-filter: drop-shadow(0 5px 0 #cccccc);
          filter: drop-shadow(0 5px 0 #cccccc);
  transition: 0.3s;
}

#ct_bg .processCardLinkBtn01:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-filter: drop-shadow(0 0px 0 #cccccc);
          filter: drop-shadow(0 0px 0 #cccccc);
  transition: 0.3s;
}



@media screen and (max-width: 960px) {
  #ct_bg .processTitle01::after {
    width: 200px;
    height: 156px;
  }
}

@media screen and (max-width: 768px) {
  #ct_bg .process {
    padding: 26.8vw 0 24.3vw;
  }
  #ct_bg .process .contentHeading01 {
    margin-bottom: 5.1vw;
  }
  #ct_bg .processTitleWrap01::after {
    max-width: inherit;
    width: 32.8vw;
    height: 25.6vw;
    top: -44%;
    right: 0;
  }
  #ct_bg .processTitle01 {
    width: 52vw;
    margin: 0 auto 8vw 0;
    background-position: left bottom;
    text-align: left;
  }
  #ct_bg .processTitle01::after {
    width: 32.8vw;
    height: 25.6vw;
    top: -48%;
    right: -40.3vw;
  }
  
  #ct_bg .processCard {
    margin-bottom: 2.667vw;
    width: 100%;
    max-width: inherit;
    padding: 0 4vw 5.333vw;
    position: relative;
  }

  #ct_bg .processCardImg01 {
    margin: 0 -4vw;
  }
  
  #ct_bg .processCardText01 {
    text-align: left;
    margin-bottom: 1.6vw;
    font-size: 3.733vw;
    letter-spacing: -0.04em;
  }
  #ct_bg .processCardNote01 {
    font-size: 3.2vw;
  }
  #ct_bg .processCardLinkBtn01 {
    display: block;
    -webkit-filter: drop-shadow(0 5px 0 #cccccc);
            filter: drop-shadow(0 5px 0 #cccccc);
  }
  #ct_bg .processCardLinkBtn01:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(0 5px 0 #cccccc);
            filter: drop-shadow(0 5px 0 #cccccc);
  }

}

#ct_bg .summary {
  padding: 56px 20px 50px;
  background-image: url(../img/bg_summary01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
	
}

#ct_bg .summaryTitle01 {
  width: 444px;
  margin: 0 auto 40px;
}

#ct_bg .summaryDesc01 {
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 2px 0 0 #242424, 2px 2px 0 #242424, 0 2px 0 #242424, -2px 2px 0 #242424, -2px 0 0 #242424, -2px -2px 0 #242424, 0 -2px 0 #242424, 2px -2px 0 #242424;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: -0.06em;
}

#ct_bg .summaryNote01 {
  font-size: 1.4rem;
}

#ct_bg .summaryNote01 .txt {
  padding-left: 14px;
  position: relative;
  display: block;
}

#ct_bg .summaryNote01 .txt::before {
  width: 50px;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#ct_bg .summaryImg01 {
  width: 87.3%;
  max-width: 838px;
  margin: 0 auto 65px;
}

#ct_bg .summaryHeading01 {
  margin-bottom: 12px;
}

#ct_bg .summaryText--02 {
  margin: 0 0 53px;
  text-align: center;
  font-size: 2.2rem;
}

#ct_bg .summaryText--02 .number {
  font-size: 3.2rem;
}

#ct_bg .summaryHeading01--02 {
  width: 185px;
  padding: 7px 0 3px;
  margin: 26px 0 16px;
  border-radius: 5px;
  background-color: #fff9b1;
  font-weight: bold;
  text-align: center;
}

#ct_bg .summary__list {
  padding-left: 20px;
  list-style-type: disc;
}

#ct_bg .summary__list > .inner01 {
  list-style-type: none;
}

#ct_bg .summary__list02 {
  margin-left: 1em;
  list-style-type: disc;
}

#ct_bg .summary__list03 li {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  padding-left: 20px;
}
#ct_bg .summary__list03 li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #242424;
  content: '';
}

#ct_bg .copylight {
  padding: 50px 0 50px;
  text-align: center;
  font-weight: 300;
  font-size: 1.2rem;
}
#ct_bg .copylight > small {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  #ct_bg .summary {
    padding: 10.5vw 0 6.7vw;
    background-image: url(../img/bg_summary01_sp.png);
  }
  #ct_bg .summary .commonInner {
    width: 100%;
  }
  #ct_bg .summaryTitle01 {
    width: 71.2vw;
    margin-bottom: 8.9vw;
  }
  #ct_bg .summaryDesc01 {
    margin-bottom: 3.7vw;
    font-size: 4.533vw;
  }
  #ct_bg .summaryNote01 {
    width: 92%;
    margin: 0 auto;
    font-size: 3.2vw;
  }
  #ct_bg .summaryNote01 .txt {
    padding-left: 2.7vw;
  }
  #ct_bg .summaryNote01 .txt::before {
    width: 50px;
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  #ct_bg .summaryNote01.mb-sp111 {
    margin-bottom: 14.8vw;
  }
  #ct_bg .summaryNote01.mb-sp120 {
    margin-bottom: 16vw;
  }
  #ct_bg .summaryImg01 {
    width: 92%;
    margin-bottom: 16vw;
  }
  #ct_bg .summaryHeading01 {
    margin-bottom: 3.7vw;
  }
  #ct_bg .summaryText {
    width: 92%;
    margin: 0 auto;
    font-size: 3.733vw;
  }
  #ct_bg .summaryText.mb-sp78 {
    margin-bottom: 10.4vw;
  }
  #ct_bg .summaryText--02 {
    width: 92%;
    margin: 0 auto 14.4vw;
    font-size: 5.333vw;
    letter-spacing: -0.08em;
  }
  #ct_bg .summaryText--02 .number {
    font-size: 6.9vw;
  }
  #ct_bg .summaryHeading01--02 {
    width: 44vw;
    padding: 1.9vw 0 1.3vw;
    margin: 8.8vw 0 4.3vw 4vw;
    font-size: 3.733vw;
  }
  #ct_bg .summary__list {
    width: 92%;
    padding-left: 4vw;
    margin: 0 auto;
    font-size: 3.733vw;
  }
  #ct_bg .summary__list.mb-sp78 {
    margin-bottom: 10.4vw;
  }
  #ct_bg .summary__list02 {
    margin-left: 1.3em;
  }
  #ct_bg .summary__list03 {
    padding: 0 4.3vw;
    }
  #ct_bg .summary__list03 li {
    font-size: 4.8vw;
    padding-left: 4.533vw;
  }
  #ct_bg .summary__list03 li::before {
    top: 1.6vw;
    width: 3.733vw;
    height: 3.733vw;
    border-radius: 1.8665vw;
  }
  #ct_bg .copylight {
    padding: 10vw 0 6.7vw;
    font-size: 2.7vw;
		margin: 0;
  }
}



#ct_bg .sns_wrapper {
	padding: 50px 0 0;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

@media screen and (max-width: 767px) {
	#ct_bg .sns_wrapper {
		padding: 45px 0 15px;
	}	
	#ct_bg .sns_wrapper .snsBtn01 {
		flex-wrap: wrap;
	}
	#ct_bg .sns_wrapper .snsBtn01 li {
		margin: 0 5px 10px;
		line-height: 0;
	}
}
