@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (min-width: 768px) {
  .general-section-text {
    line-height: 1.5;
  }
}

/* Robot Bold */
@font-face {
  font-family: "Robot Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../../common/font/Robot-Bold.woff2") format("woff2"), url("../../common/font/Robot-Bold.woff") format("woff");
  font-display: swap;
}
.doit {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .doit .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .doit .pc {
    display: none;
  }
}
@media (hover: hover) {
  .doit a {
    transition: opacity 0.3s;
  }
  .doit a:hover {
    opacity: 0.6;
  }
}
.doit img {
  -webkit-touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.doit__fv {
  background: linear-gradient(to bottom, #ffa59b 76.8229166667vw, #ffe6e6 86%);
  padding-bottom: 8.3333333333vw;
  clip-path: polygon(0% 0%, 0% calc(100% - 5.2083333333vw), 50% 100%, 100% calc(100% - 5.2083333333vw), 100% 0%);
}
@media screen and (min-width: 768px) {
  .doit__fv {
    background: linear-gradient(to bottom, #ffa59b 57.6171875vw, #ffe6e6 86%);
    clip-path: polygon(0% 0%, 0% calc(100% - 6.73828125vw), 50% 100%, 100% calc(100% - 6.73828125vw), 100% 0%);
    padding-bottom: 9.08203125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv {
    background: linear-gradient(to bottom, #ffa59b 590px, #ffe6e6 86%);
    clip-path: polygon(0% 0%, 0% calc(100% - 69px), 50% 100%, 100% calc(100% - 69px), 100% 0%);
    padding-bottom: 93px;
  }
}
.doit__fv-img {
  margin-bottom: 11.71875vw;
}
@media screen and (min-width: 768px) {
  .doit__fv-img {
    margin-bottom: 8.7890625vw;
  }
  .doit__fv-img img {
    width: 100%;
    min-height: 73.14453125vw;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-img {
    margin-bottom: 90px;
  }
  .doit__fv-img img {
    width: 100%;
    min-height: 702px;
  }
}
@media print {
  .doit__fv-img {
    visibility: hidden;
  }
}
.doit__fv-navi {
  margin-top: 8.4635416667vw;
}
@media screen and (min-width: 768px) {
  .doit__fv-navi {
    margin-top: 3.90625vw;
  }
  .doit__fv-navi h3 {
    width: 75vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-navi {
    margin-top: 40px;
  }
  .doit__fv-navi h3 {
    width: 768px;
  }
}
.doit__fv-navi-list {
  width: 89.5833333333vw;
  margin: 3.125vw auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125vw;
}
@media screen and (min-width: 768px) {
  .doit__fv-navi-list {
    width: 83.59375vw;
    margin: 2.34375vw auto 0;
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-navi-list {
    width: 856px;
    margin: 24px auto 0;
    gap: 16px;
  }
}
.doit__fv-navi-list a {
  display: block;
  background: #fff;
  border: 0.390625vw solid #E25452;
  border-radius: 1.953125vw;
  padding: 2.34375vw 0 7.5520833333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__fv-navi-list a {
    border-width: 0.390625vw;
    border-radius: 1.953125vw;
    padding: 2.2135416667vw 2.34375vw 7.421875vw;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-navi-list a {
    border-width: 3px;
    border-radius: 15px;
    padding: 17px 18px 57px;
  }
}
@media (hover: hover) {
  .doit__fv-navi-list a:hover::after {
    transform: translateY(5px);
  }
}
.doit__fv-navi-list a::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.2604166667vw;
  right: -0.2604166667vw;
  bottom: -0.2604166667vw;
  height: 5.2083333333vw;
  background: #E25452;
  border-radius: 0 0 1.953125vw 1.953125vw;
}
@media screen and (min-width: 768px) {
  .doit__fv-navi-list a::before {
    left: -0.1953125vw;
    right: -0.1953125vw;
    bottom: -0.1953125vw;
    height: 3.80859375vw;
    border-radius: 0 0 1.46484375vw 1.46484375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-navi-list a::before {
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 39px;
    border-radius: 0 0 15px 15px;
  }
}
.doit__fv-navi-list a::after {
  content: "";
  display: block;
  width: 14.7135416667vw;
  height: 2.4739583333vw;
  background: url(../img/fv_navi_arrow_icon_01.svg) no-repeat left top/100% auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.0416666667vw;
  margin: 0 auto;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .doit__fv-navi-list a::after {
    width: 11.03515625vw;
    height: 1.85546875vw;
    bottom: 0.68359375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-navi-list a::after {
    width: 113px;
    height: 19px;
    bottom: 7px;
  }
}
.doit__fv-navi-list p {
  text-align: center;
  font-size: 3.6458333333vw;
  line-height: 1.2143;
  margin-bottom: 2.0833333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .doit__fv-navi-list p {
    font-size: 2.34375vw;
    margin-bottom: 0;
    flex: 1;
    line-height: 1.3334;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-navi-list p {
    font-size: 24px;
  }
}
.doit__fv-navi-list p span {
  color: #E25452;
}
.doit__fv-navi-list figure {
  width: 17.8385416667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .doit__fv-navi-list figure {
    width: 10.64453125vw;
    margin: 0;
    order: -1;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv-navi-list figure {
    width: 109px;
  }
}
.doit__cta {
  width: 98.3072916667vw;
  height: 39.7135416667vw;
  padding: 16.40625vw 0 0;
  background: url(../img/cta_bg_02.png) no-repeat center top/100% auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .doit__cta {
    width: 105.95703125vw;
    height: 27.24609375vw;
    background-image: url(../img/cta_bg_02-pc.png);
    max-width: 100%;
    background-size: auto 100%;
    padding: 11.23046875vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__cta {
    width: 1085px;
    height: 279px;
    padding: 115px 0 0;
  }
}
.doit__fv .doit__cta {
  width: 90.234375vw;
  height: 34.1145833333vw;
  padding: 13.9322916667vw 0 0;
  background: url(../img/cta_bg_01.png) no-repeat left top/100% auto;
}
@media screen and (min-width: 768px) {
  .doit__fv .doit__cta {
    background-image: url(../img/cta_bg_01-pc.png);
    width: 94.7265625vw;
    height: 21.875vw;
    padding: 9.5703125vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__fv .doit__cta {
    width: 970px;
    height: 224px;
    padding: 98px 0 0;
  }
}
.doit__cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80.9895833333vw;
  height: 13.0208333333vw;
  border-radius: 6.5104166667vw;
  background: #E25452;
  box-shadow: 0 1.0416666667vw 0 #C72927;
  color: #fff;
  margin: 0 auto;
  padding-right: 7.2916666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__cta a {
    width: 83.59375vw;
    height: 7.8125vw;
    box-shadow: 0 0.78125vw 0 #C72927;
    padding: 0.5859375vw 5.859375vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__cta a {
    width: 856px;
    height: 80px;
    box-shadow: 0 8px 0 #C72927;
    padding: 6px 60px 0 0;
  }
}
.doit__cta a::before {
  content: "";
  display: block;
  width: 5.3385416667vw;
  height: 5.3385416667vw;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.8645833333vw;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .doit__cta a::before {
    top: 0.5859375vw;
    width: 4.00390625vw;
    height: 4.00390625vw;
    right: 3.02734375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__cta a::before {
    top: 6px;
    width: 41px;
    height: 41px;
    right: 31px;
  }
}
.doit__cta a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.2135416667vw 1.3020833333vw 0;
  border-color: #E25452 transparent transparent;
  position: absolute;
  top: 0.5208333333vw;
  bottom: 0;
  right: 4.1666666667vw;
  margin: auto 0;
  transform: scale(0.9) translateX(-0.5px);
}
@media screen and (min-width: 768px) {
  .doit__cta a::after {
    border-width: 1.5625vw 0.87890625vw 0;
    top: 1.07421875vw;
    right: 4.1015625vw;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .doit__cta a::after {
    border-width: 16px 9px 0;
    top: 11px;
    right: 42px;
  }
}
.doit__cta a img {
  width: 67.0572916667vw;
}
@media screen and (min-width: 768px) {
  .doit__cta a img {
    width: 64.0625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__cta a img {
    width: 656px;
  }
}
.doit__contents {
  padding: 8.3333333333vw 0 8.0729166667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents {
    padding: 4.6875vw 0 6.0546875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents {
    padding: 48px 0 62px;
  }
}
.doit__contents:nth-child(2n+1) {
  background: url(../img/contents_bg_01.png) repeat-y left top/100% auto;
}
@media screen and (min-width: 768px) {
  .doit__contents:nth-child(2n+1) {
    background: url(../img/contents_bg_01-pc.png) left top/35px auto;
  }
}
.doit__contents:nth-child(2n+1) h2 {
  background-image: url(../img/ttl_bg_02.png);
}
@media screen and (min-width: 768px) {
  .doit__contents:nth-child(2n+1) h2 {
    background-image: url(../img/ttl_bg_02-pc.png);
    left: auto;
    width: 94.7265625vw;
    padding-right: 4.39453125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents:nth-child(2n+1) h2 {
    width: 970px;
    padding-right: 45px;
  }
}
.doit__contents:nth-child(2n+1) .doit__contents-interview {
  background-image: url(../img/interview_bg_02.png);
}
@media screen and (min-width: 768px) {
  .doit__contents:nth-child(2n+1) .doit__contents-interview {
    background-image: url(../img/interview_bg_02-pc.png);
  }
}
.doit__contents:nth-child(2n+1) .doit__contents-interview::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
@media screen and (min-width: 768px) {
  .doit__contents:nth-child(2n+1) .doit__contents-interview::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
  }
}
.doit__contents#doit03 h2 {
  background-image: url(../img/ttl_bg_03.png);
}
@media screen and (min-width: 768px) {
  .doit__contents#doit03 h2 {
    background-image: url(../img/ttl_bg_03-pc.png);
    left: auto;
    width: 94.7265625vw;
    padding-right: 4.39453125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents#doit03 h2 {
    width: 970px;
    padding-right: 45px;
  }
}
.doit__contents#doit04 h2 {
  letter-spacing: -0.05em;
}
.doit__contents h2 {
  width: 100vw;
  height: 19.7916666667vw;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.1666666667vw;
  line-height: 1.3;
  padding: 2.9947916667vw 0.5208333333vw 0 0;
  background: url(../img/ttl_bg_01.png) no-repeat left top/100% auto;
}
@media screen and (min-width: 768px) {
  .doit__contents h2 {
    width: 81.15234375vw;
    height: 18.45703125vw;
    font-size: 3.41796875vw;
    position: relative;
    left: 0.9765625vw;
    padding: 3.7109375vw 6.640625vw 0 0;
    background-image: url(../img/ttl_bg_01-pc.png);
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents h2 {
    width: 831px;
    height: 189px;
    font-size: 35px;
    padding: 38px 68px 0 0;
    left: 10px;
  }
}
@media print {
  .doit__contents h2 {
    background: none !important;
  }
}
.doit__contents h2 span {
  display: inline-block;
  width: fit-content;
  margin: 0 auto 0.2604166667vw;
  color: #E25452;
  font-size: 5.2083333333vw;
  border-bottom: 0.390625vw dotted #E25452;
}
@media screen and (min-width: 768px) {
  .doit__contents h2 span {
    font-size: 4.6875vw;
    border-bottom: 0.48828125vw dotted #ffafae;
    margin: 0 auto 0.1953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents h2 span {
    font-size: 48px;
    border-bottom: 5px dotted #ffafae;
    margin: 0 auto 2px;
  }
}
.doit__contents-point {
  width: 89.5833333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .doit__contents-point {
    width: 94.7265625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point {
    width: 970px;
  }
}
.doit__contents-point-box {
  border: 0.390625vw solid #E25452;
  background: #fff;
  border-radius: 1.953125vw;
  padding: 5.2083333333vw 5.2083333333vw 3.125vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-box {
    border-width: 0.29296875vw;
    border-radius: 1.46484375vw;
    padding: 2.05078125vw 2.9296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-box {
    border-width: 3px;
    border-radius: 15px;
    padding: 21px 30px;
  }
}
.doit__contents-point-box figure {
  width: 16.9270833333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-box figure {
    width: 12.6953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-box figure {
    width: 130px;
  }
}
.doit__contents-point-box p {
  text-align: center;
  font-weight: 700;
  font-size: 3.6458333333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-box p {
    flex: 1;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-box p {
    font-size: 24px;
  }
}
.doit__contents-point-box p sub {
  font-size: 2.8645833333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-box p sub {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-box p sub {
    font-size: 16px;
  }
}
.doit__contents-point-box p span {
  font-size: 4.1666666667vw;
  color: #E25452;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-box p span {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-box p span {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .doit__contents-point-item {
    display: flex;
    align-items: center;
    gap: 2.34375vw;
    padding: 0 11.328125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-item {
    gap: 24px;
    padding: 0 116px;
  }
}
.doit__contents-point-item + .doit__contents-point-item {
  border-top: 0.390625vw dotted #E25452;
  margin-top: 1.8229166667vw;
  padding-top: 3.125vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-item + .doit__contents-point-item {
    border-top-width: 0.29296875vw;
    margin-top: 1.26953125vw;
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-item + .doit__contents-point-item {
    border-top-width: 3px;
    margin-top: 13px;
    padding-top: 16px;
  }
}
.doit__contents-point-item:nth-child(3) figure {
  width: 20.703125vw;
  position: absolute;
  right: 0.2604166667vw;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-item:nth-child(3) figure {
    bottom: 0;
    width: 16.9921875vw;
    right: 3.125vw;
  }
  .doit__contents-point-item:nth-child(3) figure::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    left: 32px;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-item:nth-child(3) figure {
    width: 174px;
    right: 32px;
  }
}
@media print {
  .doit__contents-point-item:nth-child(3) figure {
    display: none;
  }
}
.doit__contents-point-item:nth-child(3) figure::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 2.6041666667vw;
  bottom: 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-item:nth-child(3) figure::before {
    right: -10px;
    left: 32px;
    bottom: 0;
  }
}
.doit__contents-point-item:nth-child(3) figure img {
  position: relative;
}
.doit__contents-point-item:nth-child(3) p {
  line-height: 5.5989583333vw;
  letter-spacing: -0.05em;
  margin-top: 0.2604166667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-item:nth-child(3) p {
    letter-spacing: 0;
    line-height: 1.35;
    margin: 1.5625vw 0 0.78125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-item:nth-child(3) p {
    margin: 16px 0 8px;
  }
}
.doit__contents-point-note {
  font-size: 2.8645833333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #29292A;
  margin: 3.125vw 0 5.46875vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-note {
    margin: 2.24609375vw 0 4.1015625vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-note {
    margin: 23px 0 42px;
    font-size: 16px;
  }
}
.doit__contents-point-note li {
  padding-left: 5.5989583333vw;
  line-height: 1.4545;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-note li {
    line-height: 1.25;
    padding-left: 3.22265625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-note li {
    padding-left: 33px;
  }
}
.doit__contents-point-note li + li {
  margin-top: 0.2604166667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-point-note li + li {
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-point-note li + li {
    margin-top: 4px;
  }
}
.doit__contents-point-note li span {
  position: absolute;
  top: 0;
  left: 0;
}
.doit__contents-reason {
  width: 89.5833333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason {
    width: 94.7265625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason {
    width: 970px;
  }
}
.doit__contents-reason-box {
  border: 0.390625vw solid #E25452;
  background: #fff;
  border-radius: 1.953125vw;
  padding: 5.2083333333vw 0 3.90625vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-box {
    border-radius: 1.46484375vw;
    border-width: 0.29296875vw;
    padding: 3.90625vw 0 4.58984375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-box {
    border-radius: 15px;
    border-width: 3px;
    padding: 40px 0 4.58984375vw;
  }
}
.doit__contents-reason-box::before {
  content: "";
  display: block;
  width: 24.4791666667vw;
  height: 20.8333333333vw;
  background: url(../img/pass_reason_img_04.png) no-repeat left top/100% auto;
  position: absolute;
  right: -0.390625vw;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-box::before {
    background-image: url(../img/pass_reason_img_04-pc.png);
    width: 16.9921875vw;
    height: 17.578125vw;
    right: 2.44140625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-box::before {
    width: 174px;
    height: 180px;
    right: 25px;
  }
}
@media print {
  .doit__contents-reason-box::before {
    display: none;
  }
}
.doit__contents-reason-item {
  position: relative;
}
.doit__contents-reason-item + .doit__contents-reason-item {
  margin-top: 1.3020833333vw;
  padding-top: 3.90625vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item + .doit__contents-reason-item {
    margin-top: 8.30078125vw;
    padding-top: 4.296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item + .doit__contents-reason-item {
    margin-top: 85px;
    padding-top: 44px;
  }
}
.doit__contents-reason-item + .doit__contents-reason-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5.2083333333vw;
  right: 5.2083333333vw;
  border-top: 0.5208333333vw dotted #E25452;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item + .doit__contents-reason-item::before {
    left: 3.90625vw;
    right: 3.90625vw;
    border-top-width: 0.29296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item + .doit__contents-reason-item::before {
    left: 30px;
    right: 30px;
    border-top-width: 3px;
  }
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item:nth-child(2) h3 {
    margin: 0 auto 2.63671875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item:nth-child(2) h3 {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item:nth-child(2) figure {
    top: 9.1796875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item:nth-child(2) figure {
    top: 94px;
  }
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item:nth-child(3) {
    margin-top: 6.34765625vw;
    padding-top: 4.296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item:nth-child(3) {
    margin-top: 65px;
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item:nth-child(3) h3 {
    margin: 0 auto 2.63671875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item:nth-child(3) h3 {
    margin-bottom: 27px;
  }
}
.doit__contents-reason-item:nth-child(3) p {
  padding-right: 5.2083333333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item:nth-child(3) p {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item:nth-child(3) p {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item:nth-child(3) figure {
    top: 9.08203125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item:nth-child(3) figure {
    top: 93px;
  }
}
.doit__contents-reason-item h3 {
  text-align: center;
  font-size: 3.6458333333vw;
  font-weight: 700;
  color: #fff;
  background: url(../img/reason_ttl_bg_01.png) no-repeat left top/100% auto;
  width: 24.21875vw;
  height: 6.5104166667vw;
  margin-bottom: -6.5104166667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item h3 {
    background-image: url(../img/reason_ttl_bg_01-pc.png);
    width: 20.1171875vw;
    height: 4.8828125vw;
    margin: 0 auto 4.1015625vw;
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item h3 {
    width: 206px;
    height: 50px;
    font-size: 28px;
    margin-bottom: 42px;
  }
}
.doit__contents-reason-item h3 span {
  font-size: 6.25vw;
  font-family: "Robot Bold", sans-serif;
  vertical-align: -0.1em;
  line-height: 1;
  margin-left: 2.0833333333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item h3 span {
    font-size: 4.6875vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item h3 span {
    font-size: 48px;
    margin-left: 16px;
  }
}
.doit__contents-reason-item figure {
  width: 16.9270833333vw;
  margin: 0 auto 0.6510416667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item figure {
    width: 12.6953125vw;
    margin: 0;
    position: absolute;
    left: 14.0625vw;
    top: 4.6875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item figure {
    width: 130px;
    margin: 0;
    left: 144px;
    top: 48px;
  }
}
.doit__contents-reason-item p {
  text-align: center;
  font-size: 3.6458333333vw;
  font-weight: 700;
  line-height: 1.3334;
  color: #29292A;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item p {
    font-size: 2.34375vw;
    letter-spacing: -0.01em;
    margin: 0 11.5234375vw 0 26.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item p {
    font-size: 24px;
    margin: 0 118px 0 272px;
  }
}
.doit__contents-reason-item p span {
  font-size: 4.1666666667vw;
  color: #E25452;
}
@media screen and (min-width: 768px) {
  .doit__contents-reason-item p span {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-reason-item p span {
    font-size: 28px;
  }
}
.doit__contents-course {
  width: 93.75vw;
  margin: 5.2083333333vw auto 0;
  background: #F8D8D3;
  color: #29292A;
  padding: 3.6458333333vw 0 5.2083333333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course {
    width: 94.7265625vw;
    margin: 3.90625vw auto 0;
    padding: 2.63671875vw 0 2.734375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course {
    width: 970px;
    margin: 40px auto 0;
    padding: 27px 0 28px;
  }
}
.doit__contents-course h3 {
  text-align: center;
  line-height: 1.3438;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.1666666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course h3 {
    font-size: 3.515625vw;
    margin-bottom: 1.7578125vw;
    line-height: 1.2778;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
.doit__contents-course h3 span {
  color: #E25452;
}
.doit__contents-course-slide {
  padding: 0 5.2083333333vw 3.125vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-slide {
    padding: 0 6.25vw 2.34375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-slide {
    padding: 0 64px 24px;
  }
}
.doit__contents-course-slide .swiper-pagination {
  position: static;
  margin: 4.5572916667vw auto 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-slide .swiper-pagination {
    width: 15.625vw;
    height: 0.1953125vw;
    margin: 3.41796875vw auto 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-slide .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: 35px auto 0;
  }
}
.doit__contents-course-slide .swiper-pagination-progressbar {
  background: #fff;
}
.doit__contents-course-slide .swiper-pagination-progressbar-fill {
  background: #E25452;
}
.doit__contents-course-slide .swiper-button-prev, .doit__contents-course-slide .swiper-button-next {
  width: 24px;
  height: 24px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  color: #E25452;
  border: 2px solid #E25452;
  top: auto;
  bottom: 13px;
  display: none;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-slide .swiper-button-prev, .doit__contents-course-slide .swiper-button-next {
    width: 2.34375vw;
    height: 2.34375vw;
    padding: 0;
    bottom: 1.26953125vw;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-slide .swiper-button-prev, .doit__contents-course-slide .swiper-button-next {
    width: 24px;
    height: 24px;
    padding: 0;
    bottom: 13px;
  }
}
.doit__contents-course-slide .swiper-button-prev::before, .doit__contents-course-slide .swiper-button-next::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #E25452;
  border-right: 2px solid #E25452;
  transform: rotate(45deg) scale(0.95);
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-slide .swiper-button-prev::before, .doit__contents-course-slide .swiper-button-next::before {
    border-top-width: 0.1953125vw;
    border-right-width: 0.1953125vw;
    width: 0.5859375vw;
    height: 0.5859375vw;
    left: -0.29296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-slide .swiper-button-prev::before, .doit__contents-course-slide .swiper-button-next::before {
    border-top-width: 2px;
    border-right-width: 2px;
    width: 6px;
    height: 6px;
    left: -3px;
  }
}
.doit__contents-course-slide .swiper-button-prev svg, .doit__contents-course-slide .swiper-button-next svg {
  display: none;
}
.doit__contents-course-slide .swiper-button-prev {
  left: calc(50% - 120px);
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .doit__contents-course-slide .swiper-button-prev {
    left: calc(50% - 11.71875vw);
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-slide .swiper-button-prev {
    left: calc(50% - 120px);
  }
}
.doit__contents-course-slide .swiper-button-next {
  left: auto;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-slide .swiper-button-next {
    right: calc(50% - 11.71875vw);
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-slide .swiper-button-next {
    right: calc(50% - 120px);
  }
}
.doit__contents-course-item {
  background: #fff;
  width: 47.3958333333vw;
  border-radius: 1.953125vw;
  padding: 4.1666666667vw 4.1666666667vw 4.9479166667vw;
  box-shadow: 0 0.390625vw 0.78125vw rgba(0, 0, 0, 0.12);
  margin-right: 2.0833333333vw;
  float: left;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item {
    width: 35.546875vw;
    border-radius: 1.46484375vw;
    padding: 3.125vw 3.125vw 3.7109375vw;
    box-shadow: 0 0.29296875vw 0.5859375vw rgba(0, 0, 0, 0.12);
    margin-right: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item {
    width: 364px;
    border-radius: 15px;
    padding: 32px 32px 38px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    margin-right: 16px;
  }
}
.doit__contents-course-item.wide {
  width: 70.0520833333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide {
    width: 52.5390625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide {
    width: 538px;
  }
}
.doit__contents-course-item.wide2 {
  width: 59.8958333333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide2 {
    width: 44.921875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide2 {
    width: 460px;
  }
}
.doit__contents-course-item.wide3 {
  width: 62.5vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide3 {
    width: 46.875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide3 {
    width: 480px;
  }
}
.doit__contents-course-item.wide4 {
  width: 52.34375vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide4 {
    width: 39.2578125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide4 {
    width: 402px;
  }
}
.doit__contents-course-item.wide5 {
  width: 68.8802083333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide5 {
    width: 51.66015625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide5 {
    width: 529px;
  }
}
.doit__contents-course-item.wide6 {
  width: 52.9947916667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide6 {
    width: 39.74609375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide6 {
    width: 407px;
  }
}
.doit__contents-course-item.wide7 {
  width: 73.4375vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide7 {
    width: 55.078125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide7 {
    width: 564px;
  }
}
.doit__contents-course-item.wide8 {
  width: 91.40625vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide8 {
    width: 68.5546875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide8 {
    width: 702px;
  }
}
.doit__contents-course-item.wide9 {
  width: 51.5625vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide9 {
    width: 38.671875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide9 {
    width: 396px;
  }
}
.doit__contents-course-item.wide10 {
  width: 83.8541666667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item.wide10 {
    width: 62.890625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item.wide10 {
    width: 644px;
  }
}
.doit__contents-course-item a:first-child {
  display: block;
}
.doit__contents-course-item h4 {
  text-align: center;
  font-size: 3.3854166667vw;
  font-weight: 700;
  margin: 0 -2.6041666667vw 2.8645833333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item h4 {
    font-size: 2.5390625vw;
    margin: 0 -1.953125vw 2.34375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item h4 {
    font-size: 26px;
    margin: 0 -20px 24px;
  }
}
.doit__contents-course-item figure {
  width: 39.0625vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-item figure {
    width: 29.296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-item figure {
    width: 300px;
  }
}
.doit__contents-course_rank {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 6.5104166667vw;
  height: 6.5104166667vw;
  border: 0.2604166667vw solid #E25452;
  color: #E25452;
  border-radius: 50%;
  padding-right: 0.5208333333vw;
  font-size: 2.0833333333vw;
  letter-spacing: -0.07em;
  margin-right: 1.0416666667vw;
  vertical-align: 0.1em;
}
@media screen and (min-width: 768px) {
  .doit__contents-course_rank {
    width: 4.8828125vw;
    height: 4.8828125vw;
    border-width: 0.1953125vw;
    padding: 0.390625vw 0.390625vw 0 0;
    font-size: 1.5625vw;
    margin-right: 0.78125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course_rank {
    width: 50px;
    height: 50px;
    border-width: 2px;
    padding: 4px 4px 0 0;
    font-size: 16px;
    margin-right: 8px;
  }
}
.doit__contents-course_rank span {
  font-size: 3.3854166667vw;
  font-family: "Robot Bold", sans-serif;
  line-height: 1;
  position: relative;
  top: -0.2604166667vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course_rank span {
    font-size: 2.5390625vw;
    top: -0.1953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course_rank span {
    font-size: 26px;
    top: -2px;
  }
}
.doit__contents-course_rank span.rank10 {
  letter-spacing: -0.1em;
  margin-right: 0.05em;
}
.doit__contents-course-genre {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Robot Bold", "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: #F8CABD;
  color: #E25452;
  font-size: 2.8645833333vw;
  line-height: 1;
  border-radius: 10.4166666667vw;
  height: 5.2083333333vw;
  margin-right: 0.78125vw;
  padding: 0.2604166667vw 1.8229166667vw 0;
  vertical-align: 0.1em;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-genre {
    font-size: 2.1484375vw;
    border-radius: 7.8125vw;
    height: 3.90625vw;
    margin-right: 0.5859375vw;
    padding: 0.1953125vw 1.3671875vw 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-genre {
    font-size: 22px;
    border-radius: 80px;
    height: 40px;
    margin-right: 6px;
    padding: 2px 14px 0;
  }
}
.doit__contents-course-btn {
  width: 39.0625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E25452;
  color: #fff;
  font-size: 2.6041666667vw;
  margin: 3.125vw auto 0;
  height: 6.3802083333vw;
  border-radius: 1.953125vw;
  position: relative;
  font-family: "Robot Bold", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-btn {
    width: 29.296875vw;
    font-size: 2.1484375vw;
    margin: 2.34375vw auto 0;
    height: 4.78515625vw;
    border-radius: 1.46484375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-btn {
    width: 300px;
    font-size: 22px;
    margin: 24px auto 0;
    height: 49px;
    border-radius: 15px;
  }
}
.doit__contents-course-btn::after {
  content: "";
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-top: 0.390625vw solid #fff;
  border-right: 0.390625vw solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.34375vw;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-btn::after {
    width: 0.78125vw;
    height: 0.78125vw;
    border-top-width: 0.29296875vw;
    border-right-width: 0.29296875vw;
    right: 1.7578125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-btn::after {
    width: 8px;
    height: 8px;
    border-top-width: 3px;
    border-right-width: 3px;
    right: 18px;
  }
}
.doit__contents-course-btn > span {
  font-size: 3.125vw;
  background: #fff;
  line-height: 1.2;
  padding: 0 0.78125vw;
  color: #E25452;
  font-family: "Robot Bold", sans-serif;
  border-radius: 1.4322916667vw;
  margin-right: 0.78125vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-btn > span {
    font-size: 2.34375vw;
    padding: 0 0.5859375vw;
    border-radius: 1.07421875vw;
    margin-right: 0.5859375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-btn > span {
    font-size: 24px;
    padding: 0 6px;
    border-radius: 11px;
    margin-right: 6px;
  }
}
.doit__contents-course-link {
  display: block;
  width: fit-content;
  margin: 1.0416666667vw auto 0;
  text-decoration: underline;
  text-align: center;
  font-size: 2.0833333333vw;
  color: #E25452;
  padding: 0 3.3854166667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-link {
    margin: 0.78125vw auto 0;
    font-size: 1.953125vw;
    padding: 0 2.5390625vw;
    text-underline-offset: 0.29296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-link {
    margin: 8px auto 0;
    font-size: 20px;
    padding: 0 26px;
    text-underline-offset: 3px;
  }
}
.doit__contents-course-link::after {
  content: "";
  display: block;
  width: 1.4322916667vw;
  height: 1.3020833333vw;
  background: url(../img/icon_arrow_01.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 1.0416666667vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-course-link::after {
    width: 1.46484375vw;
    height: 1.46484375vw;
    top: 0.9765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-course-link::after {
    width: 15px;
    height: 14px;
    top: 10px;
  }
}
.doit__contents-interview {
  margin: 5.2083333333vw 0 5.9895833333vw;
  padding: 9.2447916667vw 0 15.1041666667vw 4.1666666667vw;
  background: url(../img/interview_bg_01.png) no-repeat left top/100% auto;
  max-height: 69.921875vw;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview {
    width: 94.7265625vw;
    padding: 7.12890625vw 0 8.59375vw 2.9296875vw;
    margin: 3.90625vw auto;
    background-image: url(../img/interview_bg_01-pc.png);
    max-height: 41.9921875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview {
    width: 970px;
    padding: 73px 0 88px 30px;
    margin: 40px auto;
    max-height: 430px;
  }
}
.doit__contents-interview:last-child {
  margin-bottom: 0;
}
.doit__contents-interview.open {
  max-height: var(--max-height);
}
.doit__contents-interview.open::after {
  opacity: 0;
}
.doit__contents-interview.open .doit__contents-interview-btn {
  bottom: 5.2083333333vw;
  width: 13.671875vw;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview.open .doit__contents-interview-btn {
    width: 8.49609375vw;
    height: 3.90625vw;
    bottom: 3.125vw;
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview.open .doit__contents-interview-btn {
    width: 87px;
    height: 40px;
    bottom: 32px;
    font-size: 18px;
  }
}
.doit__contents-interview.open .doit__contents-interview-btn::before {
  content: "閉じる";
}
.doit__contents-interview.open .doit__contents-interview-btn::after {
  display: none;
}
.doit__contents-interview::after {
  content: "";
  display: block;
  width: 76.5625vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 19.53125vw;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(250, 240, 225, 0) 0%, rgb(250, 240, 225) 80%);
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview::after {
    width: 74.21875vw;
    height: 15.625vw;
    background: linear-gradient(to bottom, rgba(250, 240, 225, 0) 0%, rgb(250, 240, 225) 70%);
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview::after {
    width: 760px;
    height: 160px;
  }
}
.doit__contents-interview h3 {
  width: fit-content;
  margin: 0 auto 2.34375vw;
  padding: 0 3.3854166667vw;
  font-size: 3.6458333333vw;
  line-height: 1.2857;
  color: #E25452;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview h3 {
    font-size: 2.734375vw;
    padding: 0 2.5390625vw;
    margin: 0 auto 0.87890625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview h3 {
    font-size: 28px;
    padding: 0 26px;
    margin: 0 auto 9px;
  }
}
.doit__contents-interview h3::before, .doit__contents-interview h3::after {
  content: "";
  display: block;
  width: 1.5625vw;
  height: 7.6822916667vw;
  max-height: 100%;
  background: url(../img/interview_ttl_bg_01.svg) no-repeat left top/100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview h3::before, .doit__contents-interview h3::after {
    background-image: url(../img/interview_ttl_bg_01-pc.svg);
    width: 1.5625vw;
    height: 2.9947916667vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview h3::before, .doit__contents-interview h3::after {
    width: 12px;
    height: 23px;
  }
}
.doit__contents-interview h3::before {
  right: 0;
  left: 0;
  transform: scale(-1, 1);
}
.doit__contents-interview-profile {
  width: 76.5625vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0833333333vw;
  padding-bottom: 2.8645833333vw;
  border-bottom: 0.2604166667vw solid #E25452;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-profile {
    width: 74.21875vw;
    border-bottom-width: 0.1953125vw;
    gap: 1.5625vw;
    padding-bottom: 1.3671875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-profile {
    width: 760px;
    border-bottom-width: 2px;
    gap: 16px;
    padding-bottom: 14px;
  }
}
.doit__contents-interview-profile figure {
  width: 15.625vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-profile figure {
    width: 11.71875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-profile figure {
    width: 120px;
  }
}
.doit__contents-interview-profile p {
  font-size: 2.6041666667vw;
  color: #E25452;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-profile p {
    font-size: 1.953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-profile p {
    font-size: 20px;
  }
}
.doit__contents-interview-profile p span {
  font-size: 3.6458333333vw;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-profile p span {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-profile p span {
    font-size: 28px;
  }
}
.doit__contents-interview-txt {
  font-size: 3.3854166667vw;
  width: 76.5625vw;
  margin: 3.90625vw auto 0;
  line-height: 1.6154;
  color: #29292A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-txt {
    font-size: 2.34375vw;
    width: 74.21875vw;
    margin: 0.78125vw auto 0;
    line-height: 1.6667;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-txt {
    font-size: 24px;
    width: 760px;
    margin: 8px auto 0;
  }
}
.doit__contents-interview-note {
  font-size: 2.8645833333vw;
  width: 76.5625vw;
  margin: 4.9479166667vw auto 0;
  line-height: 1.4545;
  color: #29292A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-note {
    font-size: 1.5625vw;
    width: 74.21875vw;
    margin: 1.171875vw auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-note {
    font-size: 16px;
    width: 760px;
    margin: 12px auto 0;
  }
}
.doit__contents-interview-btn {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1302083333vw solid #29292A;
  background: #fff;
  color: #29292A;
  padding: 0 3.125vw 0.2604166667vw 0;
  width: 41.6666666667vw;
  height: 7.2916666667vw;
  font-size: 3.125vw;
  position: absolute;
  left: 3.6458333333vw;
  right: 0;
  bottom: 8.3333333333vw;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  z-index: 10;
  transition: bottom 0.3s;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-btn {
    width: 31.25vw;
    height: 4.6875vw;
    padding: 0 2.34375vw 0.1953125vw 0;
    font-size: 2.34375vw;
    bottom: 3.02734375vw;
    left: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-btn {
    width: 320px;
    height: 48px;
    padding: 0 24px 2px 0;
    font-size: 24px;
    bottom: 31px;
    left: 32px;
  }
}
.doit__contents-interview-btn::before {
  content: "続きを読む";
}
.doit__contents-interview-btn::after {
  content: "";
  display: block;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  background: url(../img/interview_btn_icon.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.953125vw;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .doit__contents-interview-btn::after {
    width: 3.90625vw;
    height: 3.90625vw;
    right: 1.46484375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__contents-interview-btn::after {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}
.doit__campaign {
  background: #FFF490;
  color: #29292A;
  padding-bottom: 8.3333333333vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign {
    padding-bottom: 5.46875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign {
    padding-bottom: 56px;
  }
}
.doit__campaign h2 {
  margin-bottom: -26.0416666667vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign h2 {
    margin-bottom: -43.45703125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign h2 {
    margin-bottom: -445px;
  }
}
@media screen and (min-width: 768px) {
  .doit__campaign h2 img {
    width: 100%;
    height: 83.0078125vw;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign h2 img {
    height: 850px;
  }
}
.doit__campaign-txt {
  margin: 0 auto;
  text-align: center;
  font-size: 3.3854166667vw;
  line-height: 1.6154;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .doit__campaign-txt {
    line-height: 1.6667;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-txt {
    font-size: 24px;
  }
}
.doit__campaign-txt span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.doit__campaign-howto {
  width: 89.5833333333vw;
  margin: 5.46875vw auto 0;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto {
    width: 94.7265625vw;
    margin: 3.90625vw auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto {
    width: 970px;
    margin: 40px auto 0;
  }
}
.doit__campaign-howto h3 {
  background: #E25452;
  color: #fff;
  font-size: 4.1666666667vw;
  margin: 0 auto 5.9895833333vw;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0.78125vw 0 1.171875vw;
  clip-path: polygon(0% 0%, 2.34375vw 50%, 0% 100%, 100% 100%, calc(100% - 2.34375vw) 50%, 100% 0%);
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto h3 {
    margin: 0 auto 4.58984375vw;
    font-size: 3.515625vw;
    padding: 0.48828125vw 0 0.68359375vw;
    clip-path: polygon(0% 0%, 2.734375vw 50%, 0% 100%, 100% 100%, calc(100% - 2.734375vw) 50%, 100% 0%);
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto h3 {
    margin: 0 auto 47px;
    font-size: 36px;
    padding: 5px 0 7px;
    clip-path: polygon(0% 0%, 28px 50%, 0% 100%, 100% 100%, calc(100% - 28px) 50%, 100% 0%);
  }
}
.doit__campaign-howto ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto ol {
    width: 83.59375vw;
    margin: 0 auto;
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto ol {
    width: 856px;
    gap: 16px;
  }
}
.doit__campaign-howto ol li {
  background: #fff;
  border: 0.2604166667vw solid #E25452;
  border-radius: 2.0833333333vw;
  padding: 5.9895833333vw 1.4322916667vw 2.6041666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto ol li {
    border-width: 0.1953125vw;
    border-radius: 1.5625vw;
    padding: 3.7109375vw 0.9765625vw 0.78125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto ol li {
    border-width: 2px;
    border-radius: 16px;
    padding: 38px 10px 8px;
  }
}
.doit__campaign-howto ol li:nth-child(1) figure {
  margin: 3.90625vw auto 0;
  width: 21.484375vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto ol li:nth-child(1) figure {
    margin: 1.5625vw auto 0;
    width: 10.9375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto ol li:nth-child(1) figure {
    margin: 16px auto 0;
    width: 112px;
  }
}
.doit__campaign-howto ol li:nth-child(2) figure {
  margin: 1.171875vw auto 0;
  width: 17.0572916667vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto ol li:nth-child(2) figure {
    margin: 0.78125vw auto -0.1953125vw;
    width: 13.4765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto ol li:nth-child(2) figure {
    margin: 8px auto -2px;
    width: 138px;
  }
}
.doit__campaign-howto ol li:nth-child(3) figure {
  margin: 7.2916666667vw auto 0;
  width: 21.484375vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto ol li:nth-child(3) figure {
    margin: 2.9296875vw auto 0;
    width: 11.5234375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto ol li:nth-child(3) figure {
    margin: 30px auto 0;
    width: 118px;
  }
}
.doit__campaign-howto-num {
  width: 8.8541666667vw;
  position: absolute;
  left: 0;
  right: 0;
  top: -4.296875vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto-num {
    width: 6.640625vw;
    top: -3.41796875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto-num {
    width: 68px;
    top: -35px;
  }
}
.doit__campaign-howto-txt {
  text-align: center;
  font-size: 3.3854166667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #E25452;
  line-height: 1.3077;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto-txt {
    line-height: 1.3334;
    font-size: 2.34375vw;
  }
  .doit__campaign-howto-txt span {
    letter-spacing: -0.12em;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto-txt {
    font-size: 24px;
  }
}
.doit__campaign-howto-note {
  text-align: center;
  font-size: 2.8645833333vw;
  line-height: 1.4545;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .doit__campaign-howto-note {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-howto-note {
    font-size: 16px;
  }
}
.doit__campaign-terms {
  width: 89.5833333333vw;
  margin: 2.0833333333vw auto 0;
  border: 0.1302083333vw solid #E25452;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms {
    border-width: 1px;
    width: 83.59375vw;
    margin: 1.5625vw auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms {
    width: 856px;
    margin: 16px auto 0;
  }
}
.doit__campaign-terms dt {
  text-align: center;
  font-size: 3.125vw;
  color: #E25452;
  padding: 1.0416666667vw 5.2083333333vw 1.0416666667vw 1.0416666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dt {
    font-size: 2.1484375vw;
    padding: 0.5859375vw 3.90625vw 0.48828125vw 0.9765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dt {
    font-size: 22px;
    padding: 6px 40px 5px 10px;
  }
}
.doit__campaign-terms dt::after {
  content: "";
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  background: url(../img/campaign_terms_icon.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.125vw;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dt::after {
    width: 2.34375vw;
    height: 2.34375vw;
    right: 0.9765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dt::after {
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
.doit__campaign-terms dt.open {
  border-bottom: 0.1302083333vw solid #E25452;
}
.doit__campaign-terms dt.open::after {
  transform: scale(1, -1);
}
.doit__campaign-terms dd {
  padding: 3.125vw 4.6875vw;
  display: none;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dd {
    padding: 2.34375vw 2.1484375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dd {
    padding: 24px 22px;
  }
}
.doit__campaign-terms dd h4 {
  font-size: 2.8645833333vw;
  font-weight: 700;
  line-height: 1.4545;
  margin: 2.0833333333vw 0 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dd h4 {
    line-height: 1.25;
    font-size: 1.5625vw;
    margin: 1.5625vw 0 0.29296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dd h4 {
    font-size: 16px;
    margin: 16px 0 3px;
  }
}
.doit__campaign-terms dd h4:first-child {
  margin-top: 0;
}
.doit__campaign-terms dd p {
  font-weight: 400;
  font-size: 2.8645833333vw;
  line-height: 1.4545;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dd p {
    line-height: 1.25;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dd p {
    font-size: 16px;
  }
}
.doit__campaign-terms dd ul {
  font-weight: 400;
  font-size: 2.8645833333vw;
  line-height: 1.4545;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dd ul {
    line-height: 1.25;
    font-size: 1.5625vw;
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dd ul {
    font-size: 16px;
    margin-top: 4px;
  }
}
.doit__campaign-terms dd ul:last-child {
  margin-top: 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dd ul:last-child {
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dd ul:last-child {
    margin-top: 4px;
  }
}
.doit__campaign-terms dd ul li {
  position: relative;
  padding-left: 3.90625vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-terms dd ul li {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-terms dd ul li {
    padding-left: 32px;
  }
}
.doit__campaign-terms dd ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
.doit__campaign-line {
  width: 89.5833333333vw;
  margin: 6.25vw auto 0;
}
@media screen and (min-width: 768px) {
  .doit__campaign-line {
    width: 94.7265625vw;
    margin: 4.1015625vw auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-line {
    width: 970px;
    margin: 42px auto 0;
  }
}
.doit__campaign-line h3 {
  background: #06C655;
  color: #fff;
  font-size: 4.1666666667vw;
  margin: 0 auto 1.5625vw;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0.9114583333vw 0 1.171875vw;
  clip-path: polygon(0% 0%, 2.34375vw 50%, 0% 100%, 100% 100%, calc(100% - 2.34375vw) 50%, 100% 0%);
}
@media screen and (min-width: 768px) {
  .doit__campaign-line h3 {
    margin: 0 auto 1.26953125vw;
    font-size: 3.515625vw;
    padding: 0.48828125vw 0 0.68359375vw;
    clip-path: polygon(0% 0%, 2.734375vw 50%, 0% 100%, 100% 100%, calc(100% - 2.734375vw) 50%, 100% 0%);
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-line h3 {
    margin: 0 auto 13px;
    font-size: 36px;
    padding: 5px 0 7px;
    clip-path: polygon(0% 0%, 28px 50%, 0% 100%, 100% 100%, calc(100% - 28px) 50%, 100% 0%);
  }
}
.doit__campaign-line p {
  font-size: 3.3854166667vw;
  line-height: 1.6154;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .doit__campaign-line p {
    line-height: 1.6667;
    font-size: 2.34375vw;
    width: 83.59375vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-line p {
    font-size: 24px;
    width: 856px;
  }
}
.doit__campaign-line p span {
  font-weight: 700;
}
.doit__campaign-btn {
  margin-top: 4.6875vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-btn {
    margin-top: 3.3203125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-btn {
    margin-top: 34px;
  }
}
.doit__campaign-btn h3 {
  text-align: center;
  font-size: 4.1666666667vw;
  color: #E25452;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.78125vw;
}
@media screen and (min-width: 768px) {
  .doit__campaign-btn h3 {
    font-size: 3.125vw;
    margin-bottom: 0.1953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-btn h3 {
    font-size: 32px;
    margin-bottom: 2px;
  }
}
.doit__campaign-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80.9895833333vw;
  height: 13.0208333333vw;
  margin: 0 auto;
  background: #fff;
  color: #E25452;
  border: 0.78125vw solid #E25452;
  border-radius: 6.5104166667vw;
  font-size: 5.2083333333vw;
  padding-right: 1.5625vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  box-shadow: 0 1.0416666667vw 0 #C72927;
  position: relative;
}
@media screen and (min-width: 768px) {
  .doit__campaign-btn a {
    width: 83.59375vw;
    height: 7.8125vw;
    border-width: 0.5859375vw;
    border-radius: 3.90625vw;
    font-size: 3.515625vw;
    padding-right: 2.34375vw;
    box-shadow: 0 0.78125vw 0 #C72927;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-btn a {
    width: 856px;
    height: 80px;
    border-width: 6px;
    border-radius: 40px;
    font-size: 36px;
    padding-right: 24px;
    box-shadow: 0 8px 0 #C72927;
  }
}
.doit__campaign-btn a::before {
  content: "";
  display: block;
  width: 5.3385416667vw;
  height: 5.3385416667vw;
  background: #E25452;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.7760416667vw;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .doit__campaign-btn a::before {
    width: 4.00390625vw;
    height: 4.00390625vw;
    right: 2.83203125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-btn a::before {
    width: 41px;
    height: 41px;
    right: 29px;
  }
}
.doit__campaign-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3020833333vw 0 1.3020833333vw 2.0833333333vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.2083333333vw;
  margin: auto 0;
  transform: scale(0.9);
}
@media screen and (min-width: 768px) {
  .doit__campaign-btn a::after {
    border-width: 0.9765625vw 0 0.9765625vw 1.5625vw;
    right: 3.90625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__campaign-btn a::after {
    border-width: 10px 0 10px 16px;
    right: 40px;
  }
}
.doit__bnr {
  padding: 8.3333333333vw 5.3385416667vw 7.03125vw;
}
@media screen and (min-width: 768px) {
  .doit__bnr {
    margin: 0 auto;
    width: 79.1015625vw;
    padding: 4.6875vw 0 3.515625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__bnr {
    width: 810px;
    padding: 48px 0 36px;
  }
}
.doit__bnr a {
  display: block;
}
.doit__bnr-small {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 768px) {
  .doit__bnr-small {
    margin-top: 0;
    justify-content: space-between;
    gap: 1.5625vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__bnr-small {
    gap: 16px;
    margin-top: 16px;
  }
}
.doit__bnr-small a {
  width: calc((100% - 2.0833333333vw) / 2);
}
@media screen and (min-width: 768px) {
  .doit__bnr-small a {
    width: calc((100% - 1.5625vw) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .doit__bnr-small a {
    width: calc((100% - 16px) / 2);
  }
}
.doit__bnr_large {
  width: 100%;
}
.doit__special {
  padding: 0 5.2083333333vw 7.2916666667vw;
  color: #29292A;
}
@media screen and (min-width: 768px) {
  .doit__special {
    width: 94.7265625vw;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__special {
    width: 970px;
  }
}
.doit__special h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.2083333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #E25452;
  gap: 2.0833333333vw;
  margin-bottom: 2.6041666667vw;
}
@media screen and (min-width: 768px) {
  .doit__special h2 {
    gap: 1.5625vw;
    font-size: 3.515625vw;
    margin-bottom: 1.953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__special h2 {
    gap: 16px;
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.doit__special h2::before, .doit__special h2::after {
  content: "";
  display: block;
  height: 0.2604166667vw;
  background: #E25452;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .doit__special h2::before, .doit__special h2::after {
    height: 0.1953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__special h2::before, .doit__special h2::after {
    height: 2px;
  }
}
.doit__special h3 {
  font-size: 2.8645833333vw;
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.0416666667vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .doit__special h3 {
    font-size: 1.953125vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__special h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.doit__special h3 span {
  display: block;
  color: #E25452;
  line-height: 1.3846;
  font-size: 3.3854166667vw;
}
@media screen and (min-width: 768px) {
  .doit__special h3 span {
    font-size: 2.34375vw;
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__special h3 span {
    font-size: 24px;
    margin-top: 4px;
  }
}
.doit__special ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 768px) {
  .doit__special ul {
    width: 67.96875vw;
    margin: 0 auto;
    gap: 1.46484375vw 2.34375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__special ul {
    width: 696px;
    gap: 15px 24px;
  }
}
.doit__special ul li {
  width: calc((100% - 2.0833333333vw) / 2);
}
@media screen and (min-width: 768px) {
  .doit__special ul li {
    width: calc((100% - 2.34375vw) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .doit__special ul li {
    width: calc((100% - 24px) / 2);
  }
}
.doit__special ul img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.doit__special-youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.doit__special-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.doit__note {
  padding: 0 5.2083333333vw 8.3333333333vw;
  color: #29292A;
}
@media screen and (min-width: 768px) {
  .doit__note {
    width: 94.7265625vw;
    margin: 0 auto 3.7109375vw;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .doit__note {
    margin: 0 auto 38px;
    width: 970px;
  }
}
.doit__note ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.8645833333vw;
  line-height: 1.4545;
}
@media screen and (min-width: 768px) {
  .doit__note ul {
    line-height: 1.25;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__note ul {
    font-size: 16px;
  }
}
.doit__note ul:last-child {
  margin-top: 1.3020833333vw;
}
@media screen and (min-width: 768px) {
  .doit__note ul:last-child {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__note ul:last-child {
    margin-top: 40px;
  }
}
.doit__note ul li {
  position: relative;
  padding-left: 3.90625vw;
}
@media screen and (min-width: 768px) {
  .doit__note ul li {
    padding-left: 3.02734375vw;
  }
  .doit__note ul li + li {
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__note ul li {
    padding-left: 31px;
  }
  .doit__note ul li + li {
    margin-top: 4px;
  }
}
.doit__note ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
.doit__topicpath {
  color: #29292A;
  display: flex;
  justify-content: center;
  font-size: 2.8645833333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  gap: 3.6458333333vw;
}
@media screen and (min-width: 768px) {
  .doit__topicpath {
    font-size: 1.5625vw;
    gap: 2.734375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__topicpath {
    font-size: 16px;
    gap: 28px;
  }
}
.doit__topicpath li {
  position: relative;
}
.doit__topicpath li + li::before {
  content: "";
  display: block;
  width: 0.6510416667vw;
  height: 0.6510416667vw;
  border-top: 0.1302083333vw solid #29292A;
  border-right: 0.1302083333vw solid #29292A;
  transform: rotate(45deg);
  position: absolute;
  top: 1.8229166667vw;
  left: -2.8645833333vw;
}
@media screen and (min-width: 768px) {
  .doit__topicpath li + li::before {
    width: 0.48828125vw;
    height: 0.48828125vw;
    border-top-width: 0.09765625vw;
    border-right-width: 0.09765625vw;
    top: 0.9765625vw;
    left: -2.1484375vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__topicpath li + li::before {
    width: 5px;
    height: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    top: 10px;
    left: -22px;
  }
}
.doit__topicpath a {
  display: block;
  font-size: 2.6041666667vw;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .doit__topicpath a {
    font-size: 1.3671875vw;
    margin-top: 0.1953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__topicpath a {
    font-size: 14px;
    margin-top: 2px;
  }
}
.doit__pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.1848958333vw 3.3359375vw rgba(0, 0, 0, 0.12), 0 1.1119791667vw 1.8528645833vw rgba(0, 0, 0, 0.14), 0 0.5559895833vw 0.9270833333vw rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 2.6041666667vw;
  bottom: 2.6041666667vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 2000;
}
@media screen and (min-width: 768px) {
  .doit__pagetop {
    width: 7.8125vw;
    height: 7.8125vw;
    box-shadow: 0 0.138671875vw 2.501953125vw rgba(0, 0, 0, 0.12), 0 0.833984375vw 1.3896484375vw rgba(0, 0, 0, 0.14), 0 0.4169921875vw 0.6953125vw rgba(0, 0, 0, 0.2);
    right: 1.953125vw;
    bottom: 1.953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__pagetop {
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    box-shadow: 0 1.42px 25.62px rgba(0, 0, 0, 0.12), 0 8.54px 14.23px rgba(0, 0, 0, 0.14), 0 4.27px 7.12px rgba(0, 0, 0, 0.2);
  }
}
.doit__pagetop.show {
  opacity: 1;
  pointer-events: all;
}
.doit__pagetop::before {
  content: "";
  display: block;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  border-top: 0.2604166667vw solid #29292A;
  border-right: 0.2604166667vw solid #29292A;
  transform: rotate(-45deg);
  position: absolute;
  top: 1.171875vw;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .doit__pagetop::before {
    width: 0.9765625vw;
    height: 0.9765625vw;
    border-top: 0.1953125vw solid #29292A;
    border-right: 0.1953125vw solid #29292A;
    top: 0.87890625vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__pagetop::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #29292A;
    border-right: 2px solid #29292A;
    top: 9px;
  }
}
.doit__copyright {
  margin-top: 8.0729166667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E00000;
  color: #fff;
  font-size: 2.8645833333vw;
  height: 15.625vw;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .doit__copyright {
    margin-top: 4.4921875vw;
    font-size: 1.5625vw;
    height: 4.6875vw;
  }
}
@media screen and (min-width: 1024px) {
  .doit__copyright {
    margin-top: 46px;
    font-size: 16px;
    height: 48px;
  }
}/*# sourceMappingURL=style.css.map */