.p-cover {
  display: block;
  overflow: hidden;
}

.p-cover main p,
.p-cover main dd,
.p-cover main dt,
.p-cover main a,
.p-cover main h2,
.p-cover main h3,
.p-cover main h4,
.p-cover main span {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #222;
}

.p-cover ul li {
  list-style: none;
}

.p-cover .p-container {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.p-cover .mainvidual {
  background: url(../images/cover/mv_bg_cover.png) repeat;
}

@media screen and (max-width: 768px) {
  .p-cover .p-container {
    max-width: 100%;
  }
}

.p-cover body {
  margin: 0;
}

.p-cover * {
  box-sizing: border-box;
}

.p-cover .l-wide {
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-cover .l-wide {
    max-width: 100%;
    padding: 0 10px;
  }

  .p-cover .p-grid-cont {
    padding: 0px;
  }
}

.p-cover .l-layer {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-cover .l-layer {
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-cover .l-inside {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-cover .l-inside {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-cover .u-sp-hidden {
    display: none;
  }
}

.p-cover .u-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-cover .u-pc-hidden {
    display: block;
  }
}

.p-cover.base-black h2,
.p-cover.base-black h3,
.p-cover.base-black h3,
.p-cover.base-black h4,
.p-cover.base-black dl,
.p-cover.base-black p,
.p-cover.base-black span,
.p-cover.base-black div {
  color: #000;
}

.p-cover.-item {
  padding-bottom: 330px;
}

@media screen and (max-width: 768px) {
  .p-cover.-item {
    padding-bottom: 40px;
  }
}

.p-cover .p-box-black {
  padding-bottom: 82px;
}

.p-cover a {
  transition: 0.4s;
}

.p-cover a:hover {
  opacity: 0.7;
}

.p-cover {
  color: #222;
  margin-top: 40px;
}

.p-cover .p-cover__head {
  text-align: center;
}

.p-cover .p-cover__contents {
  margin-top: 32px;
}

/*.p-cover .c-block-image01 {
  margin-top: 20px;
}*/
.p-cover .c-block-image01 img{
  width: 980px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p-cover .p-cover__contents {
    margin-top: 10px;
  }
  .p-cover .c-block-image01{
    text-align: center;
  }
  .p-cover .c-block-image01 img{
    width: 355px;
    height: 600px;
  }
}

.p-cover .c-block-heading01 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 12px 12px 12px 90px;
  font-size: 2em;
  line-height: 1.4375;
  background: #EB6120;
  color: #fff;
  font-weight: bold;
}

.p-cover .c-block-heading01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .p-cover .c-block-heading01 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1.3636363636;
    text-align: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-cover .c-block-heading01.-sp-height {
    padding: 20px 0;
  }
}

.p-cover .p-yel-box01 {
  background: #FDF2ED;
  padding-bottom: 4%;
}

.p-cover .p-grid01 {
  padding: 29px 73px 0;
}
@media screen and (max-width: 1080px) {
  .p-cover .p-grid01 {
    padding: 29px 73px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-cover .p-grid01 {
    padding: 22px 18px 0;
  }
/*
  .p-cover .p-cover-cont01 {
    max-height: 870px;
  }*/
  .p-cover .p-yel-box01{
    padding-bottom: 1%;
    margin: 0px 20px;
  }
}

.p-cover .p-grid01 ul {
  margin: 0 -16px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-grid01 ul {
    flex-wrap: wrap;
  }
}

.p-cover .p-grid01 ul li {
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-grid01 ul li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-cover .p-grid01 ul li+li {
    margin-top: 30px;
  }
}

.p-cover .c-check-card01 .c-check-card01__head {
  position: relative;
  margin-bottom: 32px;
}

.p-cover .c-check-card01 .c-check-card01__head p {
  font-size: 32px;
  line-height: 1.72;
  font-weight: bold;
  color: #222;
}

.p-cover .c-check-card01 .c-check-card01__head .c-check-card01__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-cover .c-check-card01 .c-check-card01__head .c-check-card01__title::before {
  content: "";
  background: url(../../assets/images/cover/checkbox.png);
  display: block;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding-right: 10px;
  margin-right: 27px;
}

.p-cover .c-arrow {
  position: absolute;
  margin: 0 auto;
}
.p-cover-cont01 .p-block{
  position: relative;
}
.p-cover .p-block .c-arrow-icon {
  width: 150px;
  height: 50px;
  position: absolute;
  margin: 0 auto;
  clip-path: polygon(50% 56%, 100% 0, 50% 100%, 0 0);
  background: #eb6120;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-cover .c-check-card01 .c-check-card01__head p {
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: left;
  }
  .p-cover .c-check-card01 .c-check-card01__head .c-check-card01__title::before{
    width: 32px;
    height: 32px;
    background-size: contain;
  }
}

.p-cover .c-check-card01 .c-check-card01__head p .kana {
  position: relative;
  color: #222;
  font-weight: bold;
}

.p-cover .c-check-card01 .c-check-card01__head p .kana .kana__item {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #222;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}

.p-cover .c-check-card01 .c-check-card01__head .c-check-card01__icon {
  width: 54%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 52px;
  position: relative;
  background-color: #FFF;
  padding: 20px 16px;
  border: solid #eb6120 4px;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-cover .c-check-card01 .c-check-card01__head p .kana .kana__item {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-cover .c-check-card01 .c-check-card01__head .c-check-card01__icon {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    border: none;
    background-color: transparent;
  }
}

.p-cover .c-check-card01 .c-check-card01__image {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
}

.p-cover .c-check-card01 .c-check-card01__image .c-check-card01__icon::before {
  padding-left: 10px;
  content: "";
  position: absolute;
  width: 100%;
/*  right: 450px;*/
  right: 100%;
  top: 30%;
  border-style: solid;
  border-width: 23px 31px 23px 0;
  border-color: transparent #eb6120 transparent transparent;
}
@media screen and (max-width: 1080px) {
  .p-cover .c-check-card01 .c-check-card01__head .c-check-card01__icon {
    padding-left: 60px;
  }
  .p-cover .c-check-card01 .c-check-card01__image .c-check-card01__icon::before{
    right: 93%;
  }
}
@media screen and (max-width: 768px) {
  .p-cover .c-check-card01 .c-check-card01__image {
    display: block;
  }

  .p-cover .c-check-card01 .c-check-card01__image img {
    width: 100%;
  }
}



.p-cover .p-block.-mt32 {
  margin-top: 32px;
}

.p-cover .p-block.-mt50 {
  margin-top: 50px;
}

.p-cover .p-block.-mt64 {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-block.-sp-mt30 {
    margin-top: 30px;
  }
}

.p-cover .p-block.-padding-type {
  margin: 0;
  padding-top: 23px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-block.-padding-type {
    padding-top: 18px;
  }
}

.p-cover .c-copy {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-cover .c-copy {
    font-size: 20px;
    line-height: 1.8;
  }
}

.p-cover .c-copy p {
  font-weight: 500;
}



@media screen and (max-width: 768px) {
  .p-cover .c-arrow {
    position: relative;
  }

  .p-cover .c-arrow-icon {
    width: 80px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateY(-50%) translateX(-50%);
    -webkit- transform:translateY(-50%) translateX(-50%);
    margin: auto;
  }
}

.p-cover .c-comment {
  padding: 60px 0 60px 0;
  display: flex;
  justify-content: center;
}
.p-cover .c-comment img{

}
.c-weight-comment02 {
  margin-top: 100px;
}

.p-cover .c-weight-font01 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}


.p-cover .c-check-text {
  margin: 50px 50px 0 50px;
  background-color: #FFF;
  border-width: 10px;
  border-top: none;
  border-left: solid #EB6120;
  border-right: none;
  border-bottom: none;
}

.p-cover .c-check-text p {
  display: flex;
  font-size: 18px;
  line-height: 1.8;
  padding: 40px;
}

.p-cover .c-check-text picture {
  min-width: 138px;
  height: 100%;
  width: auto;
}


@media screen and (max-width: 768px) {
  .p-cover .c-weight-font01 {
  /*  padding: 0 16px;*/
    font-size: 22px;
    line-height: 1.6363636364;
    letter-spacing: 0.001em;
    margin-bottom: 20px;
  }

  .p-cover .c-comment {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .p-cover .c-comment img,
  .p-cover .c-check-text picture {
    display: none;
  }

  .p-cover .c-check-text {
    margin: 16px;
  }

  .p-cover .c-check-text p {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .p-grid-cont .p-cover .c-comment {
    padding: 0px;
  }

  .c-weight-comment02 {
    margin-top: 0px;
  }
}

.p-cover .c-weight-font01 span {
  font-weight: bold;
}

.p-cover .c-orange {
  color: #EB6120;
}

.p-cover .ob {
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}

.p-cover .p-white-comment01 {
  position: relative;
  margin-top: 32px;
  max-width: 883px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-cover .p-white-comment01 {
    padding: 20px 15px;
  }
}

.p-cover .p-white-comment01 p {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.001em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .p-cover .p-white-comment01 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-cover .p-white-comment01 .icon-yel {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(84px/2);
}

.p-cover .p-white-comment01 .icon-people {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 130px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-white-comment01 .icon-people {
    width: 103px;
    bottom: -43px;
  }
}

.p-cover .p-border-title {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 10px;
  font-size: 2em;
  line-height: 2;
  background: #8B8B8B;
  color: #fff;
  font-weight: bold;
}

.p-cover .p-border-title::after {
  content: url(../../assets/img/cover/Question-people01.png);
  position: absolute;
  width: 100px;
  height: 96px;
  top: -9px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-border-title {
    font-size: 18px;
    line-height: 1.5;
    display: flex;
  }


  .p-cover .p-border-title::after {
    display: none;
  }

  .p-cover .p-border-title img {
    height: 100%;
  }
}

.p-cover .p-border-title:before {
  display: none;
}

.p-cover .l-in {
  padding: 0 32px;
}

@media screen and (max-width: 768px) {
  .p-cover .l-in {
    padding: 0px;
  }
}

.p-cover .p-circle-group {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-circle-group {
    margin-top: 16px;
  }

  .p-cover .c-block-heading01::after {
    border-width: 40px 40px 0 0;
  }
}

.p-cover .p-circle-group .p-circle-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
}

.p-cover .p-circle-group .p-circle-group__list .p-circle-group__item {
  width: 264px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-circle-group .p-circle-group__list .p-circle-group__item {
    width: 50%;
    padding: 0 8px;
  }
}

.p-cover .p-circle-group .p-circle-group__list .p-circle-group__item img {
  width: 100%;
}

.p-cover .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(n+4) {
  margin-top: 16px;
}

.p-cover .p-circle-group .p-circle-group__list .p-circle-group__item.-people {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-circle-group .p-circle-group__list .p-circle-group__item.-people {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-cover .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(n+3) {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-cover .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(5) {
    order: 6;
  }
}

.p-cover .p-circle-group__option {
  margin-top: 14px;
}

.p-cover .p-circle-group__option p {
  text-align: right;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-cover .p-text {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-text {
    margin-top: 24px;
  }
}

.p-cover .p-text p {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .p-cover .p-text p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-cover .p-box-yel {
  position: relative;
  z-index: 2;
}

.p-cover .p-box-yel:before {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 515px;
  background: #FDF2ED;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-cover .p-box-yel:before {
    display: none;
  }
}

.p-cover .p-box-yel:after {
  position: absolute;
  top: 565px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(136px*1) 490px 0 490px;
  border-color: #FDF2ED transparent transparent transparent;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-cover .p-box-yel:after {
    display: block;
    top: calc((748/375)*108vw);
    border-width: calc((38/375)*100vw) calc((178/375)*100vw) 0 calc((178/375)*100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-cover .p-box-yel .p-box-yel__item {
    position: relative;
    z-index: 2;
    background: #FDF2ED;
    padding: 20px;
    margin: 0px 20px;
  }

  .p-cover .p-box-yel .p-box-yel__item:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    content: "";
  }
}

.p-cover .p-five-grid {
  margin-top: 56px;
  position: relative;
}

.p-cover .p-five-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -32px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-five-grid ul {
    margin: 0 -5px;
    display: block;
    justify-content: flex-start;
  }
}

.p-cover .p-five-grid ul li {
  width: 46%;
  padding: 0 50px;
}

.p-cover .c-simple-card01__image {
  text-align: center;
  padding-top: 27px;
}

.p-cover .c-simple-card01__image img {
  /*width: 80%;*/
  width: 310px;
  height: 184px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-five-grid ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 40px;
  }
}

.p-cover .p-five-grid ul li:nth-child(n+4) {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-five-grid ul li:nth-child(n+3) {
    margin-top: 24px;
  }
}

.p-cover .p-five-grid .p-five-grid__option-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-cover .p-five-grid .p-five-grid__option-sp {
    position: absolute;
    right: 0;
    bottom: -52px;
    display: block;
    width: 136px;
    z-index: 10;
  }
}

.p-cover .c-simple-card01 {
  position: relative;
}

.p-cover .c-simple-card01 .c-simple-card01__title {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EB6120;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  border-bottom: solid 3px;
  border-color: #EB6120;
/*  border-width: 5px;*/
}

@media screen and (max-width: 768px) {
  .p-cover .c-simple-card01 .c-simple-card01__title {
    font-size: 20px;
  /*  border-width: 2px; */
  }
}

.p-cover .c-simple-card01 .c-simple-card01__text {
  margin-top: 26px;
}

.p-cover .c-simple-card01 .c-simple-card01__text p {
  font-size: 18px;
  line-height: 1.555555;
}

@media screen and (max-width: 768px) {
  .p-cover .c-simple-card01 .c-simple-card01__text p {
    font-size: 15px;
    line-height: 1.4;
  }
}

.p-cover .p-custom-image.-type01 {
  margin-top: 23px;
  margin-left: 164px;
  width: calc(1364px/2);
}

@media screen and (max-width: 768px) {
  .p-cover .p-custom-image.-type01 {
    margin-left: 0;
    width: 100%;
  }
}

.p-cover .p-orange-box {
  margin-top: 32px;
  width: 100%;
  margin-left: auto;
}

.p-cover .p-orange-box .p-orange-box__title {
  position: relative;
  padding-left: 24px;
  background: #EB6120;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 2.0833333333;
}

@media screen and (max-width: 768px) {
  .p-cover .p-orange-box .p-orange-box__title {
    display: flex;
    padding: 8px 0 8px calc((16/375)*100vw);
    font-size: 22px;
    line-height: 1.3636363636;
    text-align: center;
  }
}

.p-cover .p-orange-box .p-orange-box__title:before {
  display: none;
}

.p-cover .p-orange-box .p-orange-box__title .p-orange-box__title-icon {
  position: absolute;
  top: 0;
  right: -4px;
  width: calc(84px/2);
  height: calc(76px/2);
}

.p-cover .p-orange-box .p-orange-box__contents {
  position: relative;
  max-width: 880px;
  margin: 40px auto 0px;
}

.p-cover .p-orange-box .p-orange-box__contents .pc {
  margin-bottom: 20px;
}

.p-cover .p-orange-box .p-orange-box__contents .sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .p-cover .p-orange-box .p-orange-box__contents .pc{
    display: none;
  }
  .p-cover .p-orange-box .p-orange-box__contents .sp {
    display: block;
  }
  .p-cover .p-orange-box .p-orange-box__contents {
    padding: 10px 0px 0px;
    margin: 32px 10px 0px;
  }

  .p-cover .p-orange-box .p-orange-box__contents img {
    margin-bottom: 20px;
  }
}

.p-cover .p-orange-box .p-orange-box__contents p {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-cover .p-orange-box .p-orange-box__contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-cover .p-orange-box .p-orange-box__contents p .c-orange {
  font-weight: bold;
}

.p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people {
  position: absolute;
  right: 36px;
  bottom: 0;
  width: calc(258px/2);
}

@media screen and (max-width: 768px) {
  .p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people {
    bottom: auto;
    top: -82px;
    right: 0;
    width: 90px;
  }
}

.p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment {
  position: absolute;
  top: 16px;
  left: -168px;
  width: calc(423px/2);
}

@media screen and (max-width: 768px) {
  .p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment {
    width: 168px;
    top: auto;
    bottom: 6px;
  }
}

.p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment .p-orange-box__people-text {
  position: absolute;
  top: 20px;
  left: 27px;
  font-size: 20px;
  line-height: 1;
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-cover .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment .p-orange-box__people-text {
    top: 17px;
    font-size: 15px;
    line-height: 1;
  }
}

.p-cover .p-box-light-orange {
  margin-top: 40px;
}

.p-cover .p-box-light-orange:before {
  position: absolute;
  top: 0;
  left: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #FDF4E6;
  z-index: -1;
}

/*.p-cover .p-box-light-orange:after {
  position: absolute;
  top: 0;
  right: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #FDF4E6;
  z-index: -1;
}*/

.p-cover .p-box-light-orange .p-box-light-orange__contents {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-box-light-orange .p-box-light-orange__contents {
    padding: 0;
    margin: 30px 11px 89px;
  }

  .p-cover__contents .p-box-flow {
    padding: 0px;
  }
}

.p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul {
    margin: 0 -5px;
  }
}

.p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li {
  position: relative;
  width: 30%;
  margin-bottom: 30px;
  /*padding: 0 21px;*/
}

@media screen and (max-width: 768px) {
  .p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li {
    width: 48%;
    padding: 0 5px;
  }
}


.p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid .arrow-right {
  width: 10px;
  vertical-align: middle;
  border-style: solid;
  clip-path: polygon(100% 46%, 0 36%, 0 56%);
  background-color: #F2D7CA;
}

.p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid .arrow-right .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li .arrow-right {
    bottom: 14px;
    right: -14px;
  }

  .p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid .arrow-right:nth-of-type(2),
  .p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid .arrow-right:nth-of-type(4),
  .p-cover .p-box-light-orange .p-box-light-orange__contents .p-number-grid .arrow-right:nth-of-type(7) {
    display: none;
  }
}

.p-cover .c-number-card01 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-cover .c-number-card01 .c-number-card01__image p {
  font-size: 16px;
  line-height: 1.8;
}

.p-cover .c-number-card01 .c-number-card01__image img {
  width: 100%;
}

.p-cover .c-number-card01 .c-number-card01__num {
  position: absolute;
  top: -13px;
}

.p-cover .c-number-sp--img {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-cover .c-number-card01 .c-number-card01__num {
    width: 36px;
    top: -7px;
  }

  .p-cover .c-number-sp--img {
    display: block;
    padding-top: 30px;
  }
}

.p-cover .c-number-card01 .c-number-card01__title {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EB6120;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  padding-left: 50px;
}

.p-cover .c-number-card01 .title_last {
  color: #f6ff17;
}

@media screen and (max-width: 768px) {
  .p-cover .c-number-card01 .c-number-card01__title {
    height: 30px;
    font-size: 16px;
    line-height: 1.4444444444;
    text-align: center;
    padding-left: 30px;
  }
}

.p-cover .position-head {
  position: relative;
}

.p-cover .position-head .position-head__title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(780px/2);
  background: #fff;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-cover .position-head .position-head__title {
    position: static;
    transform: translateX(0%);
    width: 318px;
    margin: 0 auto;
  }
}

.p-cover .position-head .position-head__title img {
  width: calc(740px/2);
}

@media screen and (max-width: 768px) {
  .p-cover .position-head .position-head__title img {
    width: 100%;
  }
}

.p-cover .position-head .c-block-heading02 {
  position: relative;
  padding: 10px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #EB6120;
  color: #EB6120;
  font-size: 32px;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-cover .position-head .c-block-heading02 {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.p-cover .position-head .c-block-heading02:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 25px;
  content: "";
  background: #000;
}

.p-cover .position-head .c-block-heading02:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 25px;
  content: "";
  background: #EB6120;
}

.p-cover .position-head .c-block-heading02 .c-block-heading02__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(129px/2);
}

.p-cover .p-number-list {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-number-list {
    margin-top: 16px;
  }
}

.p-cover .p-number-list li+li {
  margin-top: 20px;
}

.p-cover .p-number-list li {
  list-style: none;
}

.p-cover .c-number-title {
  padding-bottom: 3px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 28px;
  line-height: 1.7857142857;
  font-weight: bold;
  border-bottom: 5px solid #EB6120;
}

@media screen and (max-width: 768px) {
  .p-cover .c-number-title {
    font-size: 20px;
    line-height: 1.35;
    padding-bottom: 13px;
  }
}

.p-cover .c-number-title img {
  margin-right: 20px;
  width: 63px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-cover .c-number-title img {
    width: 38px;
    margin-right: 7px;
  }
}

.p-cover .p-image-unit {
  padding: 24px 38px 0 24px;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-cover .p-image-unit {
    flex-direction: column-reverse;
    padding: 16px 16px 0;
  }
}

.p-cover .p-image-unit .p-image-unit__sub {
  width: 264px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-image-unit .p-image-unit__sub {
    width: 100%;
  }

  .p-cover .p-image-unit .p-image-unit__sub img {
    width: 100%;
  }
}

.p-cover .p-image-unit .p-image-unit__text {
  width: auto;
  flex: 1;
  padding-left: 36px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-image-unit .p-image-unit__text {
    padding-left: 0;
    margin-top: 20px;
  }
}

.p-cover .p-image-unit .p-image-unit__text p {
  font-size: 16px;
  line-height: 1.5;
}

.p-cover .p-image-unit .p-image-unit__text p.small-font {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-cover .p-qa-box {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-cover .p-qa-box {
    padding: 0 16px;
  }
}

.p-cover .p-qa-box .p-qa-box__item+.p-qa-box__item {
  margin-top: 32px;
}

.p-cover .p-qa-box .p-qa-box__title {
  font-size: 24px;
  line-height: 2.0833333333;
  font-weight: bold;
  border-bottom: 1px solid #A09D9A;
}

@media screen and (max-width: 768px) {
  .p-cover .p-qa-box .p-qa-box__title {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.p-cover .p-qa-box .p-qa-box__title span {
  color: #EB6120;
  margin-right: 8px;
  font-weight: bold;
}

.p-cover .p-qa-box .p-qa-box__contents {
  padding: 20px 24px 0;
}

@media screen and (max-width: 768px) {
  .p-cover .p-qa-box .p-qa-box__contents {
    padding: 20px 0 0;
  }
}

.p-cover .p-qa-box .p-qa-box__contents p {
  font-size: 16px;
  line-height: 1.5;
}

.p-cover .p-qa-box .p-qa-box__contents p.small-font {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-cover .c-image-copy {
  display: flex;
  justify-content: center;
  padding-bottom: 33px;
}

.p-cover .c-image-copy .c-image-copy__text {
  position: relative;
  display: flex;
}

.p-cover .c-image-copy .c-image-copy__text p {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-cover .c-image-copy .c-image-copy__text p {
    font-size: 18px;
    line-height: 1.6363636364;
    text-align: center;
  }
}

.p-cover .c-image-copy .c-image-copy__text p span {
  font-weight: bold;
  color: #EB6120;
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}

@media screen and (max-width: 768px) {
  .p-cover .c-image-copy .c-image-copy__text .c-image-copy__image {
    display: none;
  }
}

main.no-margin {
  padding: 0;
}
/* 2023version template start */
.p-cover__contents .p-service__wrapp{
  padding-top: 0px;
  background: none;
  box-shadow: none;
}
.p-cover__contents .p-service__wrapp .c-header__brown {
  margin-bottom: 0px;
}
.p-cover .u-sp-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-cover .u-sp-hidden {
    display: block;
  }
  .p-cover__contents .p-service__wrapp .c-header__brown{
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    height: auto;
    min-height: 72px;
  }
}