#contents {
  --color-pink-light:#FFBAB1;
  --color-pink:#FF887E;
  --color-pink-vivid: #DF385C;
  --color-yellow:#FFF3B1;
  --color-orange:#FFA10A;
  --color-orange-light:#FFDF74;
  --color-blue-light:#91D1D1;
  --color-blue:#4EBFBF;
  --color-green-light:#BFE6D1;
  --color-green:#91D1AF;
  --color-green-dark:#5DA57E;
  --color-gray:#656565;
  --font: "Zen Kaku Gothic New", sans-serif;
  --easeOutCubic:cubic-bezier(0.22,0.61,0.36,1);
  --easeInOutQuad:cubic-bezier(0.46,0.03,0.52,0.96);
  --easeOutBack:cubic-bezier(0.18,0.89,0.32,1.27);
}

#contents {
  position: relative;
  z-index: 1;
  width: 920px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-size-adjust: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
#contents * {
  box-sizing: border-box;
  font-family: var(--font);
  font-feature-settings: "palt";
}
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  font-weight: 900;
  line-height: 1.73;
  letter-spacing: 0.06em;
}
#contents span {
  color: unset;
  text-align: inherit;
}
#contents a {
  display: block;
  opacity: 1;
  transition: 0.3s ease;
}
#contents a:hover {
  opacity: 0.5;
}
#contents p {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: justify;
}
#contents ul, #contents li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--color-black);
}
#contents dl, #contents dt, #contents dd {
  font: inherit;
  line-height: 1.6;
}
#contents th, #contents td {
  font-weight: 500;
}
#contents img {
  display: block;
  vertical-align: middle;
}
#contents picture {
  display: block;
}
#contents button {
  padding: 0;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

#contents .cf::after {
  display: block;
  clear: both;
  content: "";
}
#contents .center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#contents .flex {
  display: flex;
  justify-content: space-between;
}
#contents .anchor {
  --anchor:80px;
  padding-top: var(--anchor);
  margin-top: calc(var(--anchor) * -1);
}
#contents .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#contents .marker {
  display: inline;
  background-image: linear-gradient(transparent 70%, #F4DD92 70%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  transition: background-size 6s linear;
}
#contents .marker.is-active {
  background-size: 100% 100%;
}

#contents .fv {
  position: relative;
  background: url("../img/fv/fv-bg@2x.jpg") 0 50% no-repeat;
  background-size: cover;
}
#contents .fv .ttl {
  width: auto;
  position: relative;
  padding: 31px 60px;
  margin-left: 90px;
  font-size: 30px;
  font-weight: 900;
  text-align: right;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#contents .fv .ttl:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 90px;
  height: 174px;
  background: url("../img/fv/ttl-bg@2x.png") 0 0 no-repeat;
  background-size: contain;
}
#contents .intro {
  overflow-x: hidden;
}
#contents .intro .head {
  position: relative;
}
#contents .intro .head .ttl {
  position: absolute;
  top: 126px;
  left: 150px;
}
#contents .intro .head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: url("../img/common/bg-naname1.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
#contents .intro .cnt {
  background-color: var(--color-pink);
  padding: 68px 20px 105px;
}
#contents .intro .cnt .txt {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
  color: white;
}
#contents .intro .interviewer {
  background-color: var(--color-pink-light);
  display: flex;
  position: relative;
  z-index: 1;
  padding-bottom: 148px;
}
#contents .intro .interviewer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 115px;
  background: url("../img/common/bg-naname2.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
#contents .intro .interviewer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/common/bg-maru-top-yellow.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
#contents .intro .interviewer .img1 {
  margin-top: -15px;
}
#contents .intro .interviewer .txt-wrap {
  padding-right: 90px;
}
#contents .intro .interviewer .txt-wrap img {
  display: block;
  margin: -36px auto 8px;
  width: fit-content;
  padding-left: 38px;
}
#contents .intro .interviewer .txt-wrap .prof {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.01em;
  padding-left: 4px;
  margin-right: -20px;
  margin-bottom: 26px;
}
#contents .intro .interviewer .txt-wrap .prof .name {
  font-size: 175%;
  font-weight: 900;
  color: var(--color-pink-vivid);
  margin: 0 0.1em 0 0;
}
#contents .intro .interviewer .txt-wrap .txt {
  font-size: 25px;
  line-height: 1.8;
}
#contents .intro .interviewer .txt-wrap .age {
  font-weight: 500;
  margin: 0 -0.5em;
}
#contents .point {
  position: relative;
  padding-bottom: 146px;
  padding-top: 27px;
}
#contents .point:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/common/bg-maru-top-orange.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point-wrap {
  background-color: var(--color-yellow);
}
#contents .point-ttl {
  text-align: center;
  margin: 0 auto 19px;
}
#contents .point .head {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0 114px;
}
#contents .point .head .point-num {
  width: 238px;
  height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 7px 13px 0 0;
  position: relative;
  z-index: 1;
}
#contents .point .head .point-num:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/point/fukidashi@2x.png") 0 0 no-repeat;
  background-size: contain;
}
#contents .point .head .point-num .label {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
}
#contents .point .head .point-num .label .en {
  font-size: 115.4%;
}
#contents .point .head .point-num .num {
  font-size: 73px;
  font-weight: 900;
  line-height: 1;
}
#contents .point .head .ttl {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  width: fit-content;
  padding-top: 8px;
}
#contents .point .cnt {
  display: flex;
}
#contents .point .cnt .left .fukidashi {
  width: 604px;
  height: 284px;
  margin-top: -12px;
  margin-left: 71px;
  font-size: 36px;
  font-weight: 900;
  color: var(--color-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 30px 0;
  line-height: 1.52;
  text-align: center;
  position: relative;
  z-index: 1;
}
#contents .point .cnt .left .fukidashi:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/point/fukidashi-kumo@2x.png") 0 0 no-repeat;
  background-size: contain;
}
#contents .point .cnt .left .readmore {
  background-color: var(--color-pink);
  color: white;
  border-radius: 999px;
  width: 409px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid white;
  margin-left: 120px;
  font-size: 26px;
  padding-left: 15px;
  letter-spacing: 0.02em;
  transition: 0.3s ease;
}
#contents .point .cnt .left .readmore span {
  margin-left: 15px;
}
#contents .point .cnt .left .readmore:hover {
  opacity: 0.5;
}
#contents .point .cnt img {
  position: relative;
  z-index: 2;
  padding-top: 66px;
  margin-left: -72px;
}
#contents .point .point__cnt-wrap {
  position: relative;
}
#contents .point .point__cnt-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg-note-back-orange.svg") 0 243px no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
#contents .point .point__cnt {
  position: relative;
  z-index: 1;
  width: 833px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 17px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  border: 0;
  background: url("../img/point/p1/note-bg@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point .point__cnt .inner {
  width: 692px;
  max-width: 100%;
  margin: 0 auto;
}
#contents .point .point__cnt .img-main {
  margin: 55px auto 40px;
}
#contents .point .point__cnt .sub-ttl {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  color: var(--color-pink-vivid);
  padding-top: 8px;
  padding-bottom: 50px;
}
#contents .point .point__cnt .sub-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 361px;
  height: 24px;
  background: url("../img/point/sub-ttl-underbar@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point .point__cnt .txt {
  font-size: 25px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 28px;
}
#contents .point .point__cnt .close {
  width: 278px;
  height: 66px;
  border-radius: 999px;
  background-color: var(--color-pink);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  color: white;
  margin: 0 auto 38px;
  transition: 0.3s ease;
}
#contents .point .point__cnt .close:hover {
  opacity: 0.5;
}
#contents .point.rev:after {
  background: url("../img/common/bg-maru-top-yellow.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.rev .head {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 54px;
  gap: 12px;
}
#contents .point.rev .head:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 90px;
  display: block;
  width: 207px;
  height: 277px;
  background: url("../img/point/p2/ilst@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.rev .head .ttl {
  padding: 0;
  margin-top: -30px;
}
#contents .point.rev .head .point-num {
  padding: 6px 0 0 20px;
}
#contents .point.rev .head .point-num:before {
  transform: scaleX(-1);
}
#contents .point.rev .cnt {
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-right: 55px;
  margin-top: 4px;
}
#contents .point.rev .cnt img {
  padding: 0;
  margin: 0 -98px 0 0;
}
#contents .point.rev .cnt .left .fukidashi {
  margin-left: 0;
}
#contents .point.rev .cnt .left .fukidashi:after {
  transform: scaleX(-1);
}
#contents .point.rev .cnt .left .readmore {
  margin: 0 0 37px 112px;
}
#contents .point.rev .point__cnt-wrap:before {
  background-image: url("../img/common/bg-note-back-yellow.svg");
}
#contents .point.rev .point__cnt-wrap .sub-ttl:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -7px;
  display: block;
  width: 735px;
  height: 144px;
  background: url("../img/point/p2/sub-ttl-ilst@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point1 {
  padding-top: 15px;
}
#contents .point.point1 .head {
  position: relative;
}
#contents .point.point1 .head:after {
  content: "";
  position: absolute;
  bottom: -42px;
  right: 90px;
  display: block;
  width: 282px;
  height: 180px;
  background: url("../img/point/p1/ilst1@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point1 .point__cnt .sub-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  display: block;
  width: 686px;
  height: 100%;
  background: url("../img/point/p1/sub-ttl-ilst@2x.png") 0 0px no-repeat;
  background-size: 100% auto;
}
#contents .point.point2 {
  background-color: var(--color-orange-light);
}
#contents .point.point3 {
  padding-top: 32px;
}
#contents .point.point3 .head {
  padding: 0;
  padding-left: 38px;
  gap: 0px;
}
#contents .point.point3 .head:after {
  content: "";
  position: absolute;
  top: 0;
  right: 106px;
  display: block;
  width: 140px;
  height: 257px;
  background: url("../img/point/p3/ilst1@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point3 .cnt img {
  padding-top: 24px;
  margin-left: -132px;
}
#contents .point.point3 .point__cnt .sub-ttl:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -3px;
  display: block;
  width: 687px;
  height: 194px;
  background: url("../img/point/p3/sub-ttl-ilst@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point4 {
  background-color: var(--color-orange-light);
}
#contents .point.point4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/common/bg-maru-top-blue.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point4 .head {
  gap: 52px;
}
#contents .point.point4 .head:after {
  top: 0;
  left: 0;
  width: 350px;
  height: 270px;
  background: url("../img/point/p4/ilst1@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point4 .head .ttl {
  padding-top: 4px;
}
#contents .point.point4 .cnt img {
  margin-right: -89px;
}
#contents .point.point4 .point__cnt {
  background: url("../img/point/note-bg2@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point4 .point__cnt .inner {
  padding-bottom: 3px;
}
#contents .point.point4 .point__cnt .pink p {
  font-size: 18px;
  color: var(--color-pink-vivid);
}
#contents .point.point4 .point__cnt .pink .sub-ttl-pink {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#contents .point.point4 .point__cnt .pink .txt-pink {
  line-height: 2.5;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
#contents .point.point4 .point__cnt-wrap .sub-ttl {
  margin-bottom: 29px;
}
#contents .point.point4 .point__cnt-wrap .sub-ttl:before {
  top: -22px;
  left: -21px;
  width: 733px;
  height: 220px;
  background: url("../img/point/p4/sub-ttl-ilst@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .point.point4 .point__cnt-wrap .txt {
  margin-bottom: 30px;
  letter-spacing: -0.04em;
}
#contents .matome {
  background-color: var(--color-blue-light);
  padding-bottom: 84px;
  position: relative;
  z-index: 1;
}
#contents .matome:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 956px;
  background: url("../img/common/bg-naname-blue.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .matome .head .ttl {
  text-align: center;
  margin: 0 auto 0;
  width: fit-content;
  position: relative;
  top: -25px;
}
#contents .matome .cnt {
  width: 740px;
  margin: -62px auto 0;
}
#contents .matome .cnt img {
  margin-right: -60px;
  margin-bottom: 28px;
}
#contents .matome .cnt .sub-ttl {
  color: white;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
}
#contents .matome .cnt .txt {
  color: white;
  font-size: 25px;
  line-height: 1.8;
}
#contents .last {
  background-color: var(--color-green-light);
  padding: 46px 0;
  margin-bottom: 105px;
}
#contents .last .head {
  position: relative;
  z-index: 1;
  margin: 0 41px 55px;
  padding-top: 24px;
}
#contents .last .head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 221px;
  background: url("../img/common/bg-naname-top-green.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .last .head .ttl-fukidashi {
  width: fit-content;
  margin: 0 auto 0;
}
#contents .last .head .ttl {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: black;
  text-align: center;
  padding: 17px 30px 26px 0;
  margin: 0 0 55px;
  position: relative;
}
#contents .last .head .ttl:after {
  content: "";
  position: absolute;
  top: -17px;
  left: 18px;
  display: block;
  width: 819px;
  height: 115px;
  background: url("../img/last/ttl-bg@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .last .head .prof {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding-left: 23px;
  margin-bottom: 37px;
}
#contents .last .head .prof .name {
  font-size: 39px;
  margin-left: 0.45em;
  margin-right: 0.25em;
  vertical-align: 0.1em;
}
#contents .last .head .prof .san {
  font-size: 28px;
  vertical-align: 0.1em;
}
#contents .last .head .prof-wrap {
  display: flex;
  gap: 43px;
  margin-left: -41px;
  padding-right: 20px;
}
#contents .last .head .prof-wrap .txt {
  font-size: 25px;
  font-weight: 500;
  padding-top: 31px;
  line-height: 1.72;
}
#contents .last .cnt {
  background-color: var(--color-green);
  padding: 49px 49px 63px;
  margin: 0 41px;
  position: relative;
  z-index: 1;
}
#contents .last .cnt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 733px;
  background: url("../img/common/bg-naname-bottom-green.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .last .cnt .inner {
  background-color: white;
  border-radius: 30px;
  padding: 49px 57px 135px;
}
#contents .last .cnt .inner .sub-ttl {
  color: var(--color-green-dark);
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.55;
  padding-left: 16px;
  margin-bottom: 37px;
}
#contents .last .cnt .inner .txt {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
}
#contents .last .cnt .maru-wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 60px;
}
#contents .last .cnt .maru-wrap:after {
  content: "";
  position: absolute;
  top: -76px;
  left: 0;
  display: block;
  width: 714px;
  height: 453px;
  background: url("../img/last/img1@2x.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#contents .last .cnt .maru-wrap .maru {
  margin-top: -137px;
  background-color: #FFBA4B;
  width: 332px;
  height: 332px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 0 0 0px 0;
}
#contents .last .cnt .maru-wrap .maru.wt {
  width: 338px;
  height: 338px;
  background-color: white;
  margin-top: 19px;
  margin-left: 0px;
  padding: 18px 0 0;
  gap: 24px;
}
#contents .last .cnt .maru-wrap .maru.wt p {
  color: var(--color-gray);
}
#contents .last .cnt .maru-wrap .maru.wt .txt {
  padding-left: 0;
  margin-left: -6px;
}
#contents .last .cnt .maru-wrap .maru .ttl {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
  color: white;
  padding-left: 6px;
}
#contents .last .cnt .maru-wrap .maru .txt {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.3;
  text-align: center;
  color: white;
  padding-left: 25px;
}
#contents .last .cnt .cnt2 {
  width: calc(100% + 40px);
  margin-left: -20px;
}
#contents .last .cnt .cnt2 .sub-ttl {
  color: white;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.55;
  margin: 0 0 41px;
}
#contents .last .cnt .cnt2 .txt {
  color: white;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
}
#contents .end {
  position: relative;
}
#contents .end .bnr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin-bottom: 79px;
}
#contents .end .bnr-wrap a {
  display: block;
}
#contents .end .end-foot {
  text-align: center;
}
#contents .end .end-foot .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin-left: -22px;
  margin-bottom: 40px;
  padding-top: 12px;
}
#contents .end .end-foot .right {
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contents .end .end-foot .logo-onestop {
  margin-bottom: 14px;
}
#contents .end .end-foot .logo-tokyo {
  margin: 0 auto 60px;
}

/*# sourceMappingURL=style.css.map */
