@charset "UTF-8";
@media screen and (min-width: 768px) {
  .main-img .img {
    height: calc(100vh - 100px);
    background: url(../img/top/kv01_pc.png) no-repeat bottom center;
    background-size: cover;
  }
}

.about {
  padding: 96px 0 80px;
}
.about .title02 {
  margin: 0 0 32px;
  font-size: 24px;
}
.about .text {
  margin: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 144px 0 96px;
  }
  .about .title02 {
    font-size: 36px;
    text-align: center;
  }
  .about .text {
    margin: 0 0 96px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8888888889;
  }
}

.worries .bg01 {
  position: relative;
  padding: 80px 0;
  background: #838383;
}
.worries .bg01:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100%;
  height: 21px;
  background: #838383;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.worries .bg01 .area-text {
  margin: 0 0 40px;
}
.worries .bg01 .area-text .title01 {
  margin: 0 0 32px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-weight: 700;
}
.worries .bg01 .area-text .list01 .item {
  padding: 10px 16px;
  font-size: 16px;
  color: #C61B24;
  font-weight: 700;
  line-height: 1.7;
  background: #fff;
  border-radius: 10px;
}
.worries .bg01 .area-text .list01 .item + .item {
  margin: 24px 0 0;
}
.worries .bg02 {
  padding: 80px 0;
  background: url(../img/top/bg-worries01.png) no-repeat bottom center;
  background-size: cover;
}
.worries .bg02 .title02 {
  margin: 0 0 48px;
  font-size: 40px;
  color: #C61B24;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.worries .bg02 .list02 .item + .item {
  margin: 24px 0 0;
}
.worries .bg02 .list02 .item .title03 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.worries .bg02 .list02 .item .img {
  max-width: 320px;
  margin: 0 auto 8px;
}
.worries .bg02 .list02 .item .list03 {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
}
.worries .bg02 .list02 .item .list03 .item {
  line-height: 1.5;
  font-size: 14px;
}
.worries .bg02 .list02 .item .list03 .item + .item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .worries .bg01:after {
    bottom: -40px;
    height: 41px;
  }
  .worries .bg01 .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .worries .bg01 .inner .img {
    width: 40%;
  }
  .worries .bg01 .inner .area-text {
    width: 57%;
  }
  .worries .bg01 .inner .area-text .title01 {
    margin: 0 0 32px;
    font-size: 48px;
  }
  .worries .bg01 .inner .area-text .list01 .item {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }
  .worries .bg02 {
    padding: 168px 0 96px;
  }
  .worries .bg02 .title02 {
    font-size: 48px;
    text-align: center;
  }
  .worries .bg02 .list02 {
    display: flex;
    gap: 0 80px;
  }
  .worries .bg02 .list02 .item {
    width: 33%;
  }
  .worries .bg02 .list02 .item + .item {
    margin: 0;
  }
  .worries .bg02 .list02 .item .title03 {
    margin: 0 0 16px;
    font-size: 26px;
  }
  .worries .bg02 .list02 .item .img {
    max-width: 320px;
    margin: 0 auto 8px;
  }
  .worries .bg02 .list02 .item .list03 {
    padding: 20px;
  }
  .worries .bg02 .list02 .item .list03 .item {
    width: 100%;
    font-size: 16px;
  }
  .worries .bg02 .list02 .item .list03 .item + .item {
    margin: 0;
  }
}

.promo {
  padding: 80px 0;
  background: url(../img/top/bg-promo01.png) repeat-y top center;
  background-size: 100%;
}
.promo .title01 {
  margin: 0 0 48px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .promo {
    padding: 96px 0;
  }
  .promo .title01 {
    font-size: 40px;
  }
}

.benefit {
  padding: 80px 0 0;
  background-color: #f9f9f9;
}
.benefit .title02 {
  margin: 0 0 48px;
  font-size: 20px;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
.benefit .list01 {
  counter-reset: num;
  padding: 80px 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.benefit .list01 .item {
  counter-increment: num;
}
.benefit .list01 .item + .item {
  margin: 24px 0 0;
}
.benefit .list01 .item .img {
  margin: 0 0 24px;
}
.benefit .list01 .item .area-text {
  position: relative;
}
.benefit .list01 .item .area-text:before {
  content: "0" counter(num);
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #CB000B;
}
.benefit .list01 .item .area-text .title03 {
  margin: 0 0 16px;
  font-size: 20px;
}
.benefit .list01 .item .area-text .text {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .benefit {
    padding: 96px 0 0;
  }
  .benefit .title02 {
    font-size: 28px;
    text-align: center;
  }
  .benefit .list01 {
    margin: 0 -50px;
    padding: 96px 32px 96px 56px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
  .benefit .list01 .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 42px;
  }
  .benefit .list01 .item + .item {
    margin: 48px 0 0;
  }
  .benefit .list01 .item .img {
    width: 50%;
    max-width: 573px;
    margin: 0;
  }
  .benefit .list01 .item .area-text {
    width: 50%;
  }
  .benefit .list01 .item .area-text:before {
    margin: 0 0 8px;
    font-size: 64px;
  }
  .benefit .list01 .item .area-text .title03 {
    margin: 0 0 16px;
    font-size: 28px;
  }
  .benefit .list01 .item .area-text .text {
    font-size: 20px;
  }
}

.commentary {
  padding: 80px 0;
  background: url(../img/top/bg-commentary01.png) repeat-y top center;
  background-size: 100%;
}
.commentary .title02 {
  margin: 0 0 48px;
  font-size: 32px;
  color: #C61B24;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-align: center;
}
.commentary .detail .img {
  margin: 0 0 32px;
}
.commentary .detail .area-text .img {
  max-width: 320px;
  margin: 0 auto 8px;
}
.commentary .detail .area-text .text {
  font-size: 12px;
}
.commentary .detail .area-text .text + .text {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .commentary {
    padding: 104px 0 96px;
  }
  .commentary .title02 {
    margin: 0 0 64px;
    font-size: 48px;
  }
  .commentary .detail {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 24px;
  }
  .commentary .detail .img {
    width: 45%;
    margin: 0;
  }
  .commentary .detail .area-text {
    width: 55%;
  }
  .commentary .detail .area-text .img {
    max-width: 392px;
    margin: 0 0 8px -14px;
  }
  .commentary .detail .area-text .text {
    font-size: 16px;
  }
  .commentary .detail .area-text .text + .text {
    margin: 24px 0 0;
  }
}

.achievements {
  padding: 80px 0;
}
.achievements .list .item + .item {
  margin: 80px 0 0;
}
.achievements .list .item .head {
  margin: 0 0 32px;
}
.achievements .list .item .head .img {
  margin: 0 0 32px;
}
.achievements .list .item .head .area-text .logo {
  max-width: 320px;
  margin: 0 auto 24px;
}
.achievements .list .item .head .area-text .company-name {
  font-size: 20px;
  font-weight: 700;
}
.achievements .list .item .img-list {
  margin: 0 0 32px;
}
.achievements .list .item .img-list .img + .img {
  margin: 24px 0 0;
}
.achievements .list .item .title02 {
  position: relative;
  font-size: 20px;
  margin: 0 0 16px;
  padding: 0 0 0 8px;
}
.achievements .list .item .title02:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #CB000B;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.achievements .list .item .text p {
  font-size: 14px;
  line-height: 1.7777777778;
}
.achievements .list .item .text p + p {
  margin: 1.25em 0 0;
}
.achievements .list .item .event,
.achievements .list .item .plan,
.achievements .list .item .rule {
  padding: 0;
  margin: 32px 0 0;
}
.achievements .list .item .plan dl + dl {
  margin: 16px 0 0;
}
.achievements .list .item .plan dl dt {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.achievements .list .item .plan dl dt:after {
  content: "：";
  display: inline-block;
  position: absolute;
  right: -1em;
}
@media screen and (min-width: 768px) {
  .achievements {
    padding: 96px 0;
  }
  .achievements .list .item + .item {
    margin: 80px 0 0;
  }
  .achievements .list .item .head {
    display: flex;
    justify-content: space-between;
    gap: 0 32px;
    margin: 0 0 24px;
  }
  .achievements .list .item .head .img {
    width: 50%;
    margin: 0;
  }
  .achievements .list .item .head .area-text {
    width: 50%;
  }
  .achievements .list .item .head .area-text .logo {
    max-width: 320px;
    margin: 0 0 32px;
  }
  .achievements .list .item .head .area-text .company-name {
    margin: 0 0 24px;
    font-size: 24px;
  }
  .achievements .list .item .head .area-text .text p {
    font-size: 20px;
  }
  .achievements .list .item .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 32px;
  }
  .achievements .list .item .img-list .img {
    width: calc(50% - 8px);
  }
  .achievements .list .item .img-list .img + .img {
    margin: 0;
  }
  .achievements .list .item .img-list.type-2 .img {
    width: calc(33% - 8px);
  }
  .achievements .list .item .title02 {
    font-size: 24px;
    margin: 0 0 24px;
    padding: 0 0 0 16px;
  }
  .achievements .list .item .title02:before {
    width: 6px;
    border-radius: 6px;
  }
  .achievements .list .item .text p {
    font-size: 18px;
    line-height: 1.7777777778;
  }
  .achievements .list .item .text p + p {
    margin: 1.25em 0 0;
  }
  .achievements .list .item .event,
  .achievements .list .item .plan,
  .achievements .list .item .rule {
    padding: 0;
    margin: 32px 0 0;
  }
  .achievements .list .item .plan dl {
    display: flex;
    align-items: top;
  }
  .achievements .list .item .plan dl + dl {
    margin: 16px 0 0;
  }
  .achievements .list .item .plan dl dt {
    width: 4.2em;
    font-size: 18px;
  }
  .achievements .list .item .plan dl dt:after {
    right: 0;
  }
}

.why {
  padding: 80px 0;
}
.why .splide__arrow {
  background: #C61B24;
  opacity: 1;
}
.why .splide__arrow svg {
  fill: #fff;
}
.why .splide__track {
  padding-top: 24px;
  padding-bottom: 24px;
}
.why .splide__track .splide__list .splide__slide {
  padding: 24px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.why .splide__track .splide__list .splide__slide .desc {
  margin: 0 0 32px;
}
.why .splide__track .splide__list .splide__slide .desc .title02 {
  margin: 0 0 24px;
  font-size: 18px;
}
.why .splide__track .splide__list .splide__slide .desc .source {
  font-size: 10px;
}
.why .splide__track .splide__list .splide__slide .desc .source a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 10px;
}
.why .splide__track .splide__list .splide__slide .desc .source a:hover {
  text-decoration: none;
}
.why .splide__track .splide__list .splide__slide .desc .source .under-line {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.why .splide__track .splide__list .splide__slide .area-text .text {
  font-size: 18px;
  font-weight: 700;
}
.why .splide__pagination {
  bottom: -1.5em;
}
.why .splide__pagination .splide__pagination__page {
  background: #9B9B9B;
}
.why .splide__pagination .splide__pagination__page.is-active {
  background: #1B1B1B;
}
@media screen and (min-width: 768px) {
  .why {
    padding: 96px 0 144px;
  }
  .why .splide__track {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .why .splide__track .splide__list .splide__slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 48px;
    padding: 32px 64px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
  .why .splide__track .splide__list .splide__slide .desc {
    width: 60%;
    margin: 0 0 32px;
  }
  .why .splide__track .splide__list .splide__slide .desc .title02 {
    margin: 0 0 48px;
    font-size: 24px;
    text-align: center;
  }
  .why .splide__track .splide__list .splide__slide .desc .source {
    margin: 16px 0 0;
    font-size: 12px;
  }
  .why .splide__track .splide__list .splide__slide .desc .source a {
    font-size: 12px;
  }
  .why .splide__track .splide__list .splide__slide .area-text {
    width: 40%;
  }
  .why .splide__track .splide__list .splide__slide .area-text .text {
    font-size: 24px;
  }
}

.plan {
  padding: 80px 0;
  background: #f9f9f9;
}
.package {
  padding: 80px 0;
  background: #CB000B;
}
.package .title01 {
  color: #fff;
}
.package .title01::first-letter {
  color: #fff;
}
.package .title01 span {
  color: #fff;
}
.package .list .item {
  background: #fff;
}
.package .list .item + .item {
  margin: 24px 0 0;
}
.package .list .item .area-text {
  padding: 16px 16px 32px;
}
.package .list .item .area-text .title02 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
}
.package .list .item .area-text .text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .package {
    padding: 96px 0;
  }
  .package .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 16px;
  }
  .package .list .item {
    width: calc(33% - 8px);
  }
  .package .list .item + .item {
    margin: 0;
  }
  .package .list .item .area-text {
    padding: 16px 16px 32px;
  }
  .package .list .item .area-text .title02 {
    margin: 0 0 16px;
    font-size: 18px;
  }
  .package .list .item .area-text .text {
    font-size: 16px;
  }
}

.contents {
  padding: 80px 0;
  background: url(../img/top/bg-contents01.png) repeat-y top center;
  background-size: 100%;
}
.contents .splide__arrow {
  background: #C61B24;
  opacity: 1;
}
.contents .splide__arrow svg {
  fill: #fff;
}
.contents .splide__track {
  padding: 12px !important;
}
.contents .splide__track .splide__list .splide__slide {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.contents .splide__track .splide__list .splide__slide .area-text {
  padding: 16px 16px 24px;
}
.contents .splide__track .splide__list .splide__slide .area-text .title02 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 900;
}
.contents .splide__track .splide__list .splide__slide .area-text .text {
  font-size: 12px;
}
.contents .splide__pagination {
  bottom: -1.5em;
}
.contents .splide__pagination .splide__pagination__page {
  background: #9B9B9B;
}
.contents .splide__pagination .splide__pagination__page.is-active {
  background: #1B1B1B;
}
@media screen and (min-width: 768px) {
  .contents {
    padding: 96px 0 136px;
  }
  .contents .splide__track {
    padding: 12px !important;
  }
  .contents .splide__track .splide__list .splide__slide {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    background: #fff;
  }
  .contents .splide__track .splide__list .splide__slide .area-text {
    padding: 16px 16px 24px;
  }
  .contents .splide__track .splide__list .splide__slide .area-text .title02 {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .contents .splide__track .splide__list .splide__slide .area-text .text {
    font-size: 16px;
  }
}

.option {
  padding: 80px 0;
  background: #424242;
  color: #fff;
}
.option .intro {
  margin: 0 0 64px;
}
.option .intro .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
.option .list .item + .item {
  margin: 80px 0 0;
}
.option .list .item .head {
  margin: 0 0 48px;
}
.option .list .item .head .title02 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 32px;
}
.option .list .item .head .title02:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.option .list .item .head .title02 span {
  position: relative;
  font-size: 48px;
  color: #CB000B;
}
.option .list .item .head .title02 span small {
  position: absolute;
  font-size: 10px;
  left: 0;
  bottom: 16px;
  font-weight: 700;
  color: #fff;
}
.option .list .item .head .text {
  font-size: 14px;
  font-weight: 700;
}
.option .list .item .detail-item + .detail-item {
  margin: 40px 0 0;
}
.option .list .item .detail-item .text {
  font-size: 14px;
  line-height: 1.7777777778;
}
.option .list .item .detail-item .title03 {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}
.option .list .item .detail-item .title03:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}
.option .list .item .detail-item .target-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.option .list .item .detail-item .target-list .target-item {
  display: block;
  padding: 8px 16px;
  border-radius: 50px;
  background: #fff;
}
.option .list .item .detail-item .target-list .target-item .detail {
  display: flex;
  align-items: center;
}
.option .list .item .detail-item .target-list .target-item .detail .img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
}
.option .list .item .detail-item .target-list .target-item .detail .img.child {
  background: url(../img/common/icon/icon-child01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .img.wife {
  background: url(../img/common/icon/icon-wife01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .img.family {
  background: url(../img/common/icon/icon-family01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .img.booth {
  background: url(../img/common/icon/icon-booth01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .img.training {
  background: url(../img/common/icon/icon-training01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .img.dx {
  background: url(../img/common/icon/icon-dx01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .img.reskilling {
  background: url(../img/common/icon/icon-reskilling01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .img.digital {
  background: url(../img/common/icon/icon-digital01.png) no-repeat center;
  background-size: contain;
}
.option .list .item .detail-item .target-list .target-item .detail .text {
  font-size: 16px;
  color: #1B1B1B;
  line-height: 1;
}
.option .list .item .detail-item .img-list {
  margin: 24px 0 0;
}
.option .list .item .detail-item .img-list .img-item + .img-item {
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .option {
    padding: 96px 0;
  }
  .option .intro {
    margin: 0 0 56px;
  }
  .option .intro .text {
    font-size: 20px;
    text-align: center;
  }
  .option .list .item + .item {
    margin: 96px 0 0;
  }
  .option .list .item .head {
    display: flex;
    align-items: center;
    gap: 0 24px;
    margin: 0 0 56px;
  }
  .option .list .item .head .title02 {
    display: flex;
    align-items: center;
    width: 42%;
    margin: 0;
  }
  .option .list .item .head .title02:before {
    content: "";
    position: absolute;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .option .list .item .head .title02 span {
    margin: 0 24px 0 0;
    font-size: 64px;
    line-height: 1;
  }
  .option .list .item .head .title02 span small {
    font-size: 16px;
    bottom: 10px;
  }
  .option .list .item .head .text {
    width: 50%;
    font-size: 14px;
    font-weight: 700;
  }
  .option .list .item .detail-item + .detail-item {
    margin: 40px 0 0;
  }
  .option .list .item .detail-item .text {
    font-size: 18px;
  }
  .option .list .item .detail-item .title03 {
    margin: 0 0 24px;
    padding: 0 0 0 16px;
    font-size: 24px;
  }
  .option .list .item .detail-item .title03:before {
    width: 6px;
    border-radius: 20px;
  }
  .option .list .item .detail-item .target-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .option .list .item .detail-item .target-list .target-item {
    display: block;
    padding: 8px 16px;
    border-radius: 50px;
    background: #fff;
  }
  .option .list .item .detail-item .target-list .target-item .detail {
    display: flex;
    align-items: center;
  }
  .option .list .item .detail-item .target-list .target-item .detail .img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 12px 0 0;
  }
  .option .list .item .detail-item .target-list .target-item .detail .text {
    font-size: 20px;
  }
  .option .list .item .detail-item .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0 0;
  }
  .option .list .item .detail-item .img-list .img-item {
    width: calc(33% - 8px);
  }
  .option .list .item .detail-item .img-list .img-item + .img-item {
    margin: 0;
  }
}

.hado {
  padding: 80px 0;
}
.hado .title02 {
  margin: 0 0 48px;
  font-size: 28px;
  font-style: italic;
  background: linear-gradient(90deg, #3580D4 0%, #35DAE9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.4;
}
.hado .area-text {
  margin: 0 0 64px;
}
.hado .area-text .title03 {
  margin: 0 0 32px;
}
.hado .area-text .title03 span {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0 8px;
  font-size: 28px;
  background: #000;
  color: #fff;
  font-weight: 700;
}
.hado .area-text .detail .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7777777778;
}
.hado .area-text .detail .text + .text {
  margin: 24px 0 0;
}
.hado .img {
  margin: 0 0 32px;
}
.hado .link a {
  border-color: #CB000B;
  color: #CB000B;
}
@media screen and (min-width: 768px) {
  .hado {
    padding: 156px 0 96px;
  }
  .hado .title02 {
    position: relative;
    margin: 0 0 56px;
    font-size: 40px;
    text-align: center;
  }
  .hado .title02:before {
    content: "";
    position: absolute;
    top: -100px;
    left: -50px;
    display: inline-block;
    background: url(../img/top/bg-hodo02.png) no-repeat 0 0;
    width: 326px;
    height: 308px;
  }
  .hado .title02:after {
    content: "";
    position: absolute;
    top: -170px;
    right: -20px;
    display: inline-block;
    background: url(../img/top/bg-hodo01.png) no-repeat 0 0;
    width: 356px;
    height: 280px;
  }
  .hado .area-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
  }
  .hado .area-text .title03 {
    width: 50%;
    max-width: 492px;
  }
  .hado .area-text .title03 span {
    display: inline-block;
    margin: 0 0 8px;
    padding: 0 8px;
    font-size: 40px;
  }
  .hado .area-text .detail {
    width: 50%;
    max-width: 480px;
  }
  .hado .area-text .detail .text {
    font-size: 18px;
  }
  .hado .area-text .detail .text + .text {
    margin: 24px 0 0;
  }
  .hado .img {
    margin: 0 0 32px;
  }
  .hado .link a {
    border-color: #CB000B;
    color: #CB000B;
  }
}

.faq {
  padding: 80px 0;
  background: #F9F9F9;
}
.faq .list .item + .item {
  margin: 24px 0 0;
}
.faq .list .item dl dt {
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  margin: 0 0 16px;
}
.faq .list .item dl dt span {
  display: block;
  width: calc(100% - 48px);
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
}
.faq .list .item dl dt:before {
  content: "Q";
  font-family: "teko", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  background: #03005C;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 96px 0;
  }
  .faq .list .item + .item {
    margin: 32px 0 0;
  }
  .faq .list .item dl dt {
    align-items: center;
    margin: 0 0 16px;
  }
  .faq .list .item dl dt span {
    width: calc(100% - 52px);
    font-size: 20px;
    padding: 8px 16px;
  }
  .faq .list .item dl dt:before {
    width: 52px;
    height: 52px;
    font-size: 32px;
  }
  .faq .list .item dl dd {
    padding: 0 0 0 70px;
    font-size: 18px;
  }
}

.contact {
  padding: 80px 0;
  background: #CB000B;
}
.contact .title01 {
  color: #fff;
}
.contact .title01::first-letter {
  color: #fff;
}
.contact .title01 span {
  color: #fff;
}
.contact .text {
  margin: 0 0 32px;
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
.contact .area-contact {
  padding: 24px 16px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .contact .text {
    margin: 0 0 32px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
  }
  .contact .area-contact {
    padding: 80px 24px 40px;
  }
}

.contact .contact-item {
  margin: 0 0 12px;
}
.contact .contact-item .item {
  margin: 0 0 12px;
}
.contact .contact-item .item.required:after {
  content: "*";
  color: #FF0000;
}
.contact .contact-item.radio .wpcf7-form-control-wrap {
  padding: 0;
  background: none;
}
.contact .contact-item .wpcf7-radio {
  display: block;
  width: 100%;
}
.contact .contact-item .wpcf7-radio .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
  background-color: #F9F9F9;
  border-radius: 8px;
}
.contact .contact-item .wpcf7-radio .wpcf7-list-item label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 8px;
}
.contact .contact-item .wpcf7-radio .wpcf7-list-item label input {
  display: inline-block;
  width: auto;
}
.contact .contact-item .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin: 8px 0 0;
}
.contact .contact-item .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  padding: 8px;
  background: #F9F9F9;
}
.contact .contact-item .wpcf7-form-control-wrap.radio {
  padding: 0;
  background: none;
}
.contact .contact-item .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  padding: 4px;
}
.contact .area-submit {
  margin: 32px 0 0;
  text-align: center;
}
.contact .area-submit .wpcf7-submit {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 12px 0;
  border: solid 1px #1B1B1B;
  border-radius: 40px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .contact form {
    max-width: 800px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */