/*========== p-about.scss ==========*/
.p-about-catv .forIntro {
  position: relative;
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 26 ));
  padding-left: calc(100vw / ( 750 / 126 ));
}
@media screen and (min-width: 769px) {
  .p-about-catv .forIntro {
    margin-bottom: 2em;
    font-size: calc(100vw / ( 1400 / 18 ));
    padding-left: calc(100vw / ( 1400 / 100 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-catv .forIntro {
    font-size: 1.8rem;
    padding-left: 100px;
  }
}
.p-about-catv .forIntro:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../resources/img/logo_catv.svg") center no-repeat;
  background-size: 80% auto;
  border: 1px solid #42ae37;
  width: calc(100vw / ( 750 / 110 ));
  height: calc(100vw / ( 750 / 86 ));
}
@media screen and (min-width: 769px) {
  .p-about-catv .forIntro:before {
    width: calc(100vw / ( 1400 / 81 ));
    height: calc(100vw / ( 1400 / 63 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-catv .forIntro:before {
    width: 81px;
    height: 63px;
  }
}
.p-about-catv .forAnc {
  background-color: #e5e7e9;
  padding: 0.75em;
  margin-bottom: calc(100vw / ( 750 / 30 ));
}
@media screen and (min-width: 769px) {
  .p-about-catv .forAnc {
    padding: 1.5em 1em;
    margin-bottom: calc(100vw / ( 1400 / 30 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-catv .forAnc {
    margin-bottom: 30px;
  }
}
.p-about-catv .forAnc .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about-catv .forAnc .items .item {
    margin: 0.7em 0.5em;
    font-size: calc(100vw / ( 750 / 26 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-catv .forAnc .items .item {
    font-size: calc(100vw / ( 1400 / 22 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-catv .forAnc .items .item {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-about-catv .forAnc .items .item:not(:last-child) {
    margin-right: 1.25em;
  }
}
.p-about-catv .forAnc .items .item a {
  position: relative;
  padding-right: 1em;
  font-weight: 700;
}
.p-about-catv .forAnc .items .item a:after {
  right: 0;
  width: 0.7em;
}
.p-about-catv .forTtl {
  color: #fff;
  background-color: #3c3934;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin-bottom: 0.6em;
  font-size: calc(100vw / ( 750 / 32 ));
}
@media screen and (min-width: 769px) {
  .p-about-catv .forTtl {
    font-weight: 900;
    padding: 0.5em 1em;
    margin-bottom: 0.9em;
    font-size: calc(100vw / ( 1400 / 22 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-catv .forTtl {
    font-size: 2.2rem;
  }
}
.p-about-catv .forList {
  border-top: 1px solid #3c3934;
  border-left: 1px solid #3c3934;
}
.p-about-catv .forList thead {
  background-color: #d1d5d7;
}
.p-about-catv .forList thead th {
  text-align: center;
  font-weight: 900;
  border-bottom: 1px solid #3c3934;
  border-right: 1px solid #3c3934;
  padding: 1em 0;
  font-size: calc(100vw / ( 750 / 24 ));
}
@media screen and (min-width: 769px) {
  .p-about-catv .forList thead th {
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-catv .forList thead th {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-catv .forList thead th:first-child {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-about-catv .forList thead th:first-child {
    width: 10%;
  }
}
.p-about-catv .forList thead th:nth-child(2) {
  width: 27.5%;
}
@media screen and (min-width: 769px) {
  .p-about-catv .forList thead th:nth-child(2) {
    width: 30%;
  }
}
.p-about-catv .forList thead th:last-child {
  width: 28.5%;
}
@media screen and (min-width: 769px) {
  .p-about-catv .forList thead th:last-child {
    width: 22%;
  }
}
.p-about-catv .forList tbody tr:nth-child(even) {
  background-color: #f2f3f5;
}
.p-about-catv .forList tbody tr td {
  line-height: 1.5;
  border-bottom: 1px solid #3c3934;
  border-right: 1px solid #3c3934;
  font-size: calc(100vw / ( 750 / 26 ));
  padding: 1em 0.5em;
}
@media screen and (min-width: 769px) {
  .p-about-catv .forList tbody tr td {
    padding: 1em;
    font-size: calc(100vw / ( 1400 / 18 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-catv .forList tbody tr td {
    font-size: 1.8rem;
  }
}
.p-about-catv .forList tbody tr td:first-child {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-catv .forList tbody tr td:first-child {
    display: none;
  }
}
.p-about-catv .forList tbody tr td:last-child {
  text-align: center;
}
.p-about-index_ttl {
  text-align: center;
}
.p-about-index_ttl .inBox {
  letter-spacing: 0.2em;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 0.5em;
  font-size: calc(100vw / ( 750 / 34 ));
  border-left: calc(100vw / ( 750 / 12 )) solid #9e7224;
  border-right: calc(100vw / ( 750 / 12 )) solid #9e7224;
}
@media screen and (min-width: 769px) {
  .p-about-index_ttl .inBox {
    font-size: calc(100vw / ( 1400 / 35 ));
    border-left-width: calc(100vw / ( 1400 / 10 ));
    border-right-width: calc(100vw / ( 1400 / 10 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_ttl .inBox {
    font-size: 3.5rem;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}
.p-about-index_note {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 769px) {
  .p-about-index_note {
    margin: 0 auto 2.5em;
    width: calc(100vw / ( 1400 / 750 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_note {
    width: 750px;
  }
}
.p-about-index_note .item {
  line-height: 1.3;
  position: relative;
  padding-left: 3em;
}
@media screen and (min-width: 769px) {
  .p-about-index_note .item {
    font-size: calc(100vw / ( 1400 / 15 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_note .item {
    font-size: 1.5rem;
  }
}
.p-about-index_note .item:not(:last-child) {
  margin-bottom: 1em;
}
.p-about-index_note .item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p-about-index .num {
  color: #a31e34;
  font-weight: 900;
}
.p-about-index_intro {
  padding: calc(100vw / ( 750 / 65 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 80 ));
  background: url("../img/mv_sp.png") center calc(100vw / ( 750 / 230 )) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-about-index_intro {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_intro {
    background-image: url("../img/mv_pc.png");
    background-position: center calc(100vw / ( 1400 / 60 ));
    padding: calc(100vw / ( 1400 / 50 )) 0 calc(100vw / ( 1400 / 100 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_intro {
    padding: 50px 0 100px;
    background-position: center 60px;
    background-size: auto 83%;
  }
}
.p-about-index_intro .forTtl {
  letter-spacing: 0.2em;
  font-weight: 900;
  text-align: center;
}
.p-about-index_intro .forTtl .inBox {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.2em;
  font-size: calc(100vw / ( 750 / 50 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .forTtl .inBox {
    font-size: calc(100vw / ( 1400 / 46 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_intro .forTtl .inBox {
    font-size: 4.6rem;
  }
}
.p-about-index_intro .forTtl .inBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/icon_05.svg") center no-repeat;
  background-size: contain;
  width: calc(100vw / ( 750 / 30 ));
  height: calc(100vw / ( 750 / 42 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .forTtl .inBox:before {
    width: calc(100vw / ( 1400 / 26 ));
    height: calc(100vw / ( 1400 / 35 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_intro .forTtl .inBox:before {
    width: 26px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_intro .forNav {
    padding-top: calc(100vw / ( 750 / 40 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .forNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(100vw / ( 1400 / 410 ));
    margin-bottom: calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_intro .forNav {
    margin-top: 410px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_intro .forNavWrap {
    padding-top: calc(100vw / ( 750 / 470 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .forNavWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .forNav_item {
    width: 21.4285%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_intro .forNav_item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 35 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .forNav_item:not(:last-child) {
    margin-right: 3.4285%;
  }
}
.p-about-index_intro .p-about-index_ttl .inBox {
  margin-bottom: 0.7em;
  font-size: calc(100vw / ( 750 / 37 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .p-about-index_ttl .inBox {
    font-size: calc(100vw / ( 1400 / 28 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_intro .p-about-index_ttl .inBox {
    font-size: 2.8rem;
  }
}
.p-about-index_intro .p-about-index_txt {
  line-height: 1.5;
  font-size: calc(100vw / ( 750 / 23 ));
}
@media screen and (max-width: 768px) {
  .p-about-index_intro .p-about-index_txt {
    padding: 0 calc(100vw / ( 750 / 55 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_intro .p-about-index_txt {
    text-align: center;
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_intro .p-about-index_txt {
    font-size: 2rem;
  }
}
.p-about-index_sec01 {
  background-color: #f2f3f5;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 {
    padding-top: calc(100vw / ( 750 / 70 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01:after {
    height: 40px;
  }
}
.p-about-index_sec01__inner {
  border-top: 1px solid #3b3834;
  padding: calc(100vw / ( 750 / 60 )) 0;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01__inner {
    padding: calc(100vw / ( 1400 / 45 )) 0 calc(100vw / ( 1400 / 100 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01__inner {
    padding: 45px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01__inner.onPrice {
    padding-left: calc(100vw / ( 750 / 45 ));
    padding-right: calc(100vw / ( 750 / 45 ));
  }
}
.p-about-index_sec01 .forTtl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forTtl {
    padding: 0 calc(100vw / ( 750 / 59 ));
    margin-bottom: calc(100vw / ( 750 / 50 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forTtl {
    z-index: 1;
    margin-bottom: calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forTtl {
    margin-bottom: 40px;
  }
}
.p-about-index_sec01 .forTtl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background-color: #bababa;
  height: calc(100vw / ( 750 / 70 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forTtl:after {
    top: 60%;
    height: calc(100vw / ( 1400 / 35 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forTtl:after {
    height: 35px;
  }
}
.p-about-index_sec01 .forTtl img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forTtl img {
    display: block;
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 783 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forTtl img {
    width: 783px;
  }
}
.p-about-index_sec01 .forTxt01 {
  font-weight: 700;
  line-height: 1.4;
  font-size: calc(100vw / ( 750 / 24 ));
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forTxt01 {
    margin-bottom: 1em;
    padding: 0 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forTxt01 {
    text-align: center;
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forTxt01 {
    font-size: 2rem;
  }
}
.p-about-index_sec01 .forTxt02 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 23 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forTxt02 {
    line-height: 1.5;
    margin-bottom: 1em;
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forTxt02 {
    font-size: 2rem;
  }
}
.p-about-index_sec01 .forTxt03 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3em;
  font-size: calc(100vw / ( 750 / 24 ));
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forTxt03 {
    padding: 0 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forTxt03 {
    margin-bottom: 4em;
    text-align: center;
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forTxt03 {
    font-size: 2rem;
  }
}
.p-about-index_sec01 .forTxt04 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: calc(100vw / ( 750 / 28 ));
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forTxt04 {
    padding: 0.5em 0 2em;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forTxt04 {
    padding: 2em 0 3em;
    font-size: calc(100vw / ( 1400 / 25 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forTxt04 {
    font-size: 2.5rem;
  }
}
.p-about-index_sec01 .forBtn01 {
  letter-spacing: 0.3em;
  padding: 1em 0;
  font-size: calc(100vw / ( 750 / 32 ));
  margin-bottom: calc(100vw / ( 750 / 75 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forBtn01 {
    margin: 0 auto calc(100vw / ( 1400 / 60 ));
    width: calc(100vw / ( 1400 / 350 ));
    font-size: calc(100vw / ( 1400 / 23 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forBtn01 {
    font-size: 2.3rem;
    width: 350px;
    margin-bottom: 60px;
  }
}
.p-about-index_sec01 .forBtn01 .c-icon-arw_next:after {
  right: -1.5em;
}
.p-about-index_sec01 .forBtn01 .c-icon-arw_next:before {
  content: "";
  display: block;
  position: absolute;
  left: -2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.2em;
  background: url("../../resources/img/nav_icon01_wh.svg") center no-repeat;
  background-size: contain;
}
.p-about-index_sec01 .forBtn02 {
  font-weight: 700;
  padding: 0.7em 0;
  font-size: calc(100vw / ( 750 / 32 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forBtn02 {
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 410 ));
    font-size: calc(100vw / ( 1400 / 22 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forBtn02 {
    width: 410px;
    font-size: 2.2rem;
  }
}
.p-about-index_sec01 .forBtn02 .c-icon-arw_next:after {
  right: -1em;
}
.p-about-index_sec01 .forBtn02 .c-icon-arw_next:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background: url("../img/icon_03.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels {
    margin-bottom: 40px;
  }
}
.p-about-index_sec01 .forChannels .channel {
  position: relative;
  background-color: #fff;
  border: 1px solid #3b3834;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forChannels .channel {
    padding: calc(100vw / ( 750 / 55 )) calc(100vw / ( 750 / 54 )) calc(100vw / ( 750 / 60 )) calc(100vw / ( 750 / 54 ));
    margin-bottom: calc(100vw / ( 750 / 45 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel {
    width: 30%;
  }
}
.p-about-index_sec01 .forChannels .channel_ttl {
  position: absolute;
  left: -2px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100vw / ( 750 / 118 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_ttl {
    left: -1px;
    width: 36%;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_txt {
    text-align: center;
    padding: calc(100vw / ( 1400 / 55 )) 0 calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels .channel_txt {
    padding: 55px 0 40px;
  }
}
.p-about-index_sec01 .forChannels .channel_txt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forChannels .channel_txt__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 calc(-100vw / ( 750 / 27 )) calc(100vw / ( 750 / 40 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_txt__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(100vw / ( 1400 / 35 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels .channel_txt__inner {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forChannels .channel_txt .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100vw / ( 750 / 114 ));
    margin-right: calc(100vw / ( 750 / 28 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_txt .icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw / ( 1400 / 114 ));
    height: calc(100vw / ( 1400 / 114 ));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels .channel_txt .icon {
    width: 114px;
    height: 114px;
  }
}
.p-about-index_sec01 .forChannels .channel_txt .icon02 img {
  width: calc(100vw / ( 750 / 98 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_txt .icon02 img {
    width: calc(100vw / ( 1400 / 98 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels .channel_txt .icon02 img {
    width: 98px;
  }
}
.p-about-index_sec01 .forChannels .channel_txt .icon03 img {
  width: calc(100vw / ( 750 / 94 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_txt .icon03 img {
    width: calc(100vw / ( 1400 / 94 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels .channel_txt .icon03 img {
    width: 94px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forChannels .channel_txt .ttl {
    width: calc(100vw / ( 750 / 468 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_txt .ttl {
    padding: 0 7.3%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: calc(100vw / ( 1400 / 25 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels .channel_txt .ttl {
    margin-bottom: 25px;
  }
}
.p-about-index_sec01 .forChannels .channel_txt .txt {
  font-weight: 700;
  line-height: 1.6;
  font-size: calc(100vw / ( 750 / 23 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forChannels .channel_txt .txt {
    text-align: left;
    padding: 0 1em;
    font-size: calc(100vw / ( 1400 / 18 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forChannels .channel_txt .txt {
    font-size: 1.8rem;
  }
}
.p-about-index_sec01 .forChannels .channel_txt .txt:not(:last-child) {
  margin-bottom: 1em;
}
.p-about-index_sec01 .forChannels .channel_txt .txt .cl01 {
  color: #db854f;
}
.p-about-index_sec01 .forChannels .channel_txt .txt .cl02 {
  color: #3aa4e1;
}
.p-about-index_sec01 .forChannels .channel_txt .txt .cl03 {
  color: #40aa76;
}
.p-about-index_sec01 .forPrices {
  margin-bottom: calc(100vw / ( 750 / 45 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forPrices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(100vw / ( 1400 / 50 ));
    position: relative;
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forPrices {
    margin-bottom: 50px;
  }
}
.p-about-index_sec01 .forPrices .price {
  border: 1px solid #3b3834;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forPrices .price {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forPrices .price:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 60 ));
    position: relative;
  }
}
.p-about-index_sec01 .forPrices .price:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../resources/img/icon_plus02.svg") center no-repeat;
  background-size: contain;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forPrices .price:not(:last-child):after {
    width: calc(100vw / ( 750 / 40 ));
    height: calc(100vw / ( 750 / 40 ));
    bottom: calc(-100vw / ( 750 / 50 ));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forPrices .price:not(:last-child):after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100vw / ( 1400 / 28 ));
    height: calc(100vw / ( 1400 / 28 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forPrices .price:not(:last-child):after {
    width: 28px;
    height: 28px;
  }
}
.p-about-index_sec01 .forHowto {
  margin-bottom: calc(100vw / ( 750 / 70 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto {
    margin-bottom: calc(100vw / ( 1400 / 60 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto {
    margin-bottom: 60px;
  }
}
.p-about-index_sec01 .forHowto li:not(:last-child) {
  margin-bottom: calc(100vw / ( 750 / 10 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto li:not(:last-child) {
    margin-bottom: calc(100vw / ( 1400 / 15 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.p-about-index_sec01 .forHowto .item {
  background-color: #fff;
  border: 1px solid #c9cdd0;
}
.p-about-index_sec01 .forHowto .item .toggle {
  padding-left: calc(100vw / ( 750 / 27 ));
  height: calc(100vw / ( 750 / 80 ));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  font-size: calc(100vw / ( 750 / 20 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggle {
    padding-left: calc(100vw / ( 1400 / 50 ));
    height: calc(100vw / ( 1400 / 80 ));
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggle {
    padding-left: 50px;
    height: 80px;
    font-size: 2rem;
  }
}
.p-about-index_sec01 .forHowto .item .toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: calc(100vw / ( 750 / 27 ));
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../../resources/img/icon_plus02.svg") center no-repeat;
  background-size: contain;
  width: calc(100vw / ( 750 / 20 ));
  height: calc(100vw / ( 750 / 20 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggle:after {
    right: calc(100vw / ( 1400 / 50 ));
    width: calc(100vw / ( 1400 / 20 ));
    height: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggle:after {
    right: 50px;
    width: 20px;
    height: 20px;
  }
}
.p-about-index_sec01 .forHowto .item .toggle.active:after {
  background-image: url("../../resources/img/icon_minus02.svg");
}
.p-about-index_sec01 .forHowto .item .toggle .logo {
  display: block;
  width: calc(100vw / ( 750 / 122 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo {
    width: calc(100vw / ( 1400 / 122 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo {
    width: 122px;
  }
}
.p-about-index_sec01 .forHowto .item .toggle .logo img {
  display: block;
  margin: 0 auto;
}
.p-about-index_sec01 .forHowto .item .toggle .logo01 img {
  width: calc(100vw / ( 750 / 96 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo01 img {
    width: calc(100vw / ( 1400 / 96 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo01 img {
    width: 96px;
  }
}
.p-about-index_sec01 .forHowto .item .toggle .logo02 img {
  width: calc(100vw / ( 750 / 112 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo02 img {
    width: calc(100vw / ( 1400 / 112 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo02 img {
    width: 112px;
  }
}
.p-about-index_sec01 .forHowto .item .toggle .logo04 {
  border: 1px solid #41b237;
  padding: calc(100vw / ( 750 / 7 ));
  width: calc(100vw / ( 750 / 72 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo04 {
    padding: calc(100vw / ( 1400 / 7 ));
    width: calc(100vw / ( 1400 / 72 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggle .logo04 {
    padding: 7px;
    width: 72px;
  }
}
.p-about-index_sec01 .forHowto .item .toggled {
  padding: calc(100vw / ( 750 / 20 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 40 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggled {
    padding: calc(100vw / ( 1400 / 25 )) calc(100vw / ( 1400 / 50 )) calc(100vw / ( 1400 / 55 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggled {
    padding: 25px 50px 55px;
  }
}
.p-about-index_sec01 .forHowto .item .toggled .txt {
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 21 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggled .txt {
    font-size: calc(100vw / ( 1400 / 19 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggled .txt {
    font-size: 1.9rem;
  }
}
.p-about-index_sec01 .forHowto .item .toggled .c-btn {
  letter-spacing: 0.2em;
  padding: 0.7em 0;
  margin: 0 auto;
  font-size: calc(100vw / ( 750 / 24 ));
  width: calc(100vw / ( 750 / 350 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggled .c-btn {
    font-size: calc(100vw / ( 1400 / 22 ));
    width: calc(100vw / ( 1400 / 350 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggled .c-btn {
    font-size: 2.2rem;
    width: 350px;
  }
}
.p-about-index_sec01 .forHowto .item .toggled .c-btn .c-icon-link {
  padding-right: 1.75em;
}
.p-about-index_sec01 .forHowto .item .toggled .c-btn .c-icon-link:after {
  width: 1.2em;
  height: 1.2em;
}
.p-about-index_sec01 .forHowto .item .toggled05 {
  background-color: #e1e3e5;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .txt {
    font-size: calc(100vw / ( 750 / 19 ));
  }
}
.p-about-index_sec01 .forHowto .item .toggled05 .contact {
  border: 1px solid #3e3c39;
  padding: calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 50 ));
  margin-bottom: calc(100vw / ( 750 / 30 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(100vw / ( 1400 / 15 ));
    margin-bottom: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .contact {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.p-about-index_sec01 .forHowto .item .toggled05 .contact_txt {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: calc(100vw / ( 750 / 20 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .contact_txt {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .contact_txt {
    font-size: 2rem;
  }
}
.p-about-index_sec01 .forHowto .item .toggled05 .c-btn {
  width: 100%;
  letter-spacing: 0;
  font-size: calc(100vw / ( 750 / 24 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .c-btn {
    margin: 0;
    width: 42.22%;
    font-size: calc(100vw / ( 1400 / 18 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .c-btn {
    font-size: 1.8rem;
  }
}
.p-about-index_sec01 .forHowto .item .toggled05 .c-btn .c-icon-arw_next:after {
  right: -1.5em;
}
.p-about-index_sec01 .forHowto .item .toggled05 .c-btn .c-icon-arw_next:before {
  content: "";
  display: block;
  position: absolute;
  left: -2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1em;
  background: url("../../resources/img/icon_mail.svg") left center no-repeat;
  background-size: contain;
}
.p-about-index_sec01 .forHowto .item .toggled05 .u-idt__item {
  line-height: 1.4;
  font-size: calc(100vw / ( 750 / 17 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .u-idt__item {
    font-size: calc(100vw / ( 1400 / 17 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .item .toggled05 .u-idt__item {
    font-size: 1.7rem;
  }
}
.p-about-index_sec01 .forHowto .skp .c-btn {
  color: #fff;
  background-color: #009fe8;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(100vw / ( 750 / 21 ));
  padding-left: calc(100vw / ( 750 / 30 ));
  height: calc(100vw / ( 750 / 80 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .skp .c-btn {
    font-size: calc(100vw / ( 1400 / 17 ));
    padding-left: calc(100vw / ( 1400 / 50 ));
    height: calc(100vw / ( 1400 / 80 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .skp .c-btn {
    font-size: 1.7rem;
    padding-left: 50px;
    height: 80px;
  }
}
.p-about-index_sec01 .forHowto .skp .c-btn .icon {
  width: calc(100vw / ( 750 / 153 ));
  margin-right: calc(100vw / ( 750 / 45 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .skp .c-btn .icon {
    width: 15.2%;
    margin-right: calc(100vw / ( 1400 / 80 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .skp .c-btn .icon {
    margin-right: 80px;
  }
}
.p-about-index_sec01 .forHowto .skp .c-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: calc(100vw / ( 750 / 27 ));
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100vw / ( 750 / 20 ));
  height: calc(100vw / ( 750 / 20 ));
  background: url("../../resources/img/arw_std_wh.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec01 .forHowto .skp .c-btn:after {
    right: calc(100vw / ( 1400 / 50 ));
    width: calc(100vw / ( 1400 / 20 ));
    height: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec01 .forHowto .skp .c-btn:after {
    right: 50px;
    width: 20px;
    height: 20px;
  }
}
.p-about-index_sec01 .p-about-index_note {
  margin-bottom: 0;
}
.p-about-index_sec02 {
  padding: calc(100vw / ( 750 / 50 )) 0 calc(100vw / ( 750 / 70 ));
}
@media screen and (max-width: 768px) {
  .p-about-index_sec02 {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 {
    padding: calc(100vw / ( 1400 / 80 )) 0 calc(100vw / ( 1400 / 130 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 {
    padding: 80px 0 130px;
  }
}
.p-about-index_sec02__inner {
  border-top: 1px solid #3b3834;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec02__inner {
    margin: calc(100vw / ( 750 / 60 )) auto 0;
    width: calc(100vw / ( 750 / 680 ));
    padding: calc(100vw / ( 750 / 60 )) calc(100vw / ( 750 / 26 )) 0;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02__inner {
    margin: calc(100vw / ( 1400 / 50 )) auto 0;
    padding-top: calc(100vw / ( 1400 / 50 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02__inner {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.p-about-index_sec02 .forTtl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec02 .forTtl {
    padding: 0 calc(100vw / ( 750 / 55 ));
    margin-bottom: calc(100vw / ( 750 / 90 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forTtl {
    margin-bottom: calc(100vw / ( 1400 / 60 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forTtl {
    margin-bottom: 60px;
  }
}
.p-about-index_sec02 .forTtl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background-color: #f29208;
  height: calc(100vw / ( 750 / 70 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forTtl:after {
    height: calc(100vw / ( 1400 / 35 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forTtl:after {
    height: 35px;
  }
}
.p-about-index_sec02 .forTtl img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forTtl img {
    display: block;
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 783 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forTtl img {
    width: 783px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_sec02 .forMV {
    margin-right: calc(-100vw / ( 750 / 55 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forMV {
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 900 ));
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forMV {
    width: 900px;
  }
}
.p-about-index_sec02 .forTxt01 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.5em;
  font-size: calc(100vw / ( 750 / 23 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forTxt01 {
    line-height: 1.5;
    margin: 0 auto 3em;
    width: calc(100vw / ( 1400 / 750 ));
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forTxt01 {
    width: 750px;
    font-size: 2rem;
  }
}
.p-about-index_sec02 .forTxt02 {
  margin-bottom: calc(100vw / ( 750 / 50 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forTxt02 {
    margin: 0 auto calc(100vw / ( 1400 / 35 ));
    width: calc(100vw / ( 1400 / 600 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forTxt02 {
    width: 600px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn01 {
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 600 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn01 {
    width: 600px;
  }
}
.p-about-index_sec02 .forBtn02 {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: calc(100vw / ( 750 / 32 ));
  padding: 1em 0.5em 1em 0;
}
.p-about-index_sec02 .forBtn02 .c-icon-arw_next {
  padding-left: 3em;
}
.p-about-index_sec02 .forBtn02 .c-icon-arw_next:after {
  right: -1em;
}
.p-about-index_sec02 .forBtn02 .c-icon-arw_next:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../../resources/img/nav_icon03_wh.svg") center no-repeat;
  background-size: contain;
  width: 1.8em;
  height: 1.5em;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn02 .c-icon-arw_next {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn02 {
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 450 ));
    font-size: calc(100vw / ( 1400 / 23 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn02 {
    width: 450px;
    font-size: 2.3rem;
  }
}
.p-about-index_sec02 .forBtn03 {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec02 .forBtn03 {
    text-align: left;
    margin: 0 calc(-100vw / ( 750 / 26 ));
    padding-left: calc(100vw / ( 750 / 30 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn03 {
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 600 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn03 {
    width: 600px;
  }
}
.p-about-index_sec02 .forBtn03 .c-icon-arw_next {
  display: inline-block;
  line-height: 1.3;
  padding-left: calc(100vw / ( 750 / 200 ));
}
@media screen and (max-width: 768px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next {
    padding-left: calc(100vw / ( 1400 / 100 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next {
    padding-left: 100px;
  }
}
.p-about-index_sec02 .forBtn03 .c-icon-arw_next span {
  display: block;
}
.p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt01 {
  letter-spacing: 0.2em;
  font-size: calc(100vw / ( 750 / 18 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt01 {
    display: inline-block;
    letter-spacing: 0;
    font-size: calc(100vw / ( 1400 / 17 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt01 {
    font-size: 1.7rem;
  }
}
.p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt02 {
  letter-spacing: 0.09em;
  font-size: calc(100vw / ( 750 / 20 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt02 {
    display: inline-block;
    letter-spacing: 0.025em;
    font-size: calc(100vw / ( 1400 / 17 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt02 {
    font-size: 1.7rem;
  }
}
.p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt03 {
  letter-spacing: 0.14em;
  font-size: calc(100vw / ( 750 / 32 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt03 {
    letter-spacing: 0.3em;
    font-size: calc(100vw / ( 1400 / 20 ));
    position: relative;
  }
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt03:after {
    content: "";
    display: block;
    position: absolute;
    right: 2.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background: url("../../resources/img/arw_next_bk.svg") center no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next span.txt03 {
    font-size: 2rem;
  }
}
.p-about-index_sec02 .forBtn03 .c-icon-arw_next:after {
  right: -2.5em;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next:after {
    display: none;
  }
}
.p-about-index_sec02 .forBtn03 .c-icon-arw_next:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/sec02_btn03_before.svg") center no-repeat;
  background-size: contain;
  width: calc(100vw / ( 750 / 160 ));
  height: calc(100vw / ( 750 / 74 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next:before {
    width: calc(100vw / ( 1400 / 80 ));
    height: calc(100vw / ( 1400 / 37 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec02 .forBtn03 .c-icon-arw_next:before {
    width: 80px;
    height: 37px;
  }
}
.p-about-index_sec03 {
  background-color: #f2f3f5;
  padding: calc(100vw / ( 750 / 85 )) 0;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 {
    padding: 0 0 calc(100vw / ( 1400 / 90 ));
    position: relative;
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03:after {
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .c-inner {
    width: calc(100vw / ( 1400 / 640 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 .c-inner {
    max-width: 640px;
  }
}
.p-about-index_sec03 .forTtl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-index_sec03 .forTtl {
    padding: 0 calc(100vw / ( 750 / 30 ));
    margin-bottom: calc(100vw / ( 750 / 60 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .forTtl {
    z-index: 1;
    margin-bottom: calc(100vw / ( 1400 / 70 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 .forTtl {
    margin-bottom: 70px;
  }
}
.p-about-index_sec03 .forTtl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background-color: #f4ea6a;
  height: calc(100vw / ( 750 / 70 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .forTtl:after {
    height: calc(100vw / ( 1400 / 35 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 .forTtl:after {
    height: 35px;
  }
}
.p-about-index_sec03 .forTtl img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .forTtl img {
    display: block;
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 637 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 .forTtl img {
    width: 637px;
  }
}
.p-about-index_sec03 .forMV {
  margin-bottom: calc(100vw / ( 750 / 50 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .forMV {
    margin-bottom: calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 .forMV {
    margin-bottom: 40px;
  }
}
.p-about-index_sec03 .forTxt01 {
  margin: 0 auto calc(100vw / ( 750 / 40 ));
  width: calc(100vw / ( 750 / 587 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .forTxt01 {
    width: calc(100vw / ( 1400 / 420 ));
    margin-bottom: calc(100vw / ( 1400 / 40 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 .forTxt01 {
    width: 420px;
    margin-bottom: 40px;
  }
}
.p-about-index_sec03 .forTxt02 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 23 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .forTxt02 {
    margin-bottom: 2em;
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_sec03 .forTxt02 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_sec03 .forBtn {
    margin: 0 auto;
    width: calc(100vw / ( 1400 / 600 ));
    max-width: 600px;
  }
}
.p-about-index_contact {
  background-color: #d7dadc;
  text-align: center;
  padding: calc(100vw / ( 750 / 45 )) 0 calc(100vw / ( 750 / 70 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_contact {
    padding: calc(100vw / ( 1400 / 40 )) 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_contact {
    padding: 40px 0;
  }
}
.p-about-index_contact .forTxt {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.5em;
  font-size: calc(100vw / ( 750 / 23 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_contact .forTxt {
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_contact .forTxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_contact .forNav {
    margin: 0 auto;
    width: calc(100vw / ( 750 / 520 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_contact .forNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-about-index_contact .forNav_item {
  letter-spacing: 0.12em;
  font-size: calc(100vw / ( 750 / 26 ));
}
@media screen and (min-width: 769px) {
  .p-about-index_contact .forNav_item {
    letter-spacing: 0.15em;
    width: calc(100vw / ( 1400 / 410 ));
    font-size: calc(100vw / ( 1400 / 20 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_contact .forNav_item {
    width: 410px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-index_contact .forNav_item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 15 ));
  }
}
@media screen and (min-width: 769px) {
  .p-about-index_contact .forNav_item:not(:last-child) {
    margin-right: calc(100vw / ( 1400 / 50 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-about-index_contact .forNav_item:not(:last-child) {
    margin-right: 50px;
  }
}
.p-about-index_contact .forNav_item .c-btn {
  padding: 1em 0;
}
.p-about-index_contact .forNav_item .c-btn .c-icon-arw_next {
  padding-right: 1.2em;
}
.p-about-index_contact .forNav_item .c-btn .c-icon-arw_next:after {
  right: 0;
}