@charset "UTF-8";
/*====================================

	----------------------------------
      Structure
    ----------------------------------

    feature
    system
    features
    media query
      tab
      sp


====================================*/
/*====================================
	hero
====================================*/
.hero.-border {
  border-top: 1rem solid #d64260;
}

.hero.-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8);
  background-size: 4rem 4rem;
}

.hero.-mt {
  margin-top: 3rem;
}

.hero-ttl img {
  width: 100%;
}

/*====================================
	list
====================================*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120rem;
  margin: 7rem auto;
}

.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 18rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.list-link {
  padding-top: 2rem;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #e72e5c;
  border-radius: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-link.is-active {
  background-color: #fcee21;
  pointer-events: none;
}

.list-link:hover {
  background-color: #fcee21;
  opacity: 1;
}

.list-ttl {
  display: block;
  width: 100%;
  margin-bottom: .8rem;
  color: #e72e5c;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e72e5c;
  margin-top: 1rem;
  color: #fff;
  width: 100%;
  height: 4.2rem;
  font-size: 3rem;
}

.feature {
  width: 120rem;
  margin: auto;
}

.feature.-last {
  margin-bottom: 10rem;
}

.feature-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature-box {
  width: 100%;
  padding: 3rem;
  background-image: linear-gradient(-45deg, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8);
  background-size: 4rem 4rem;
}

.feature-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  color: #e72e5c;
  font-size: 3.4rem;
}

.feature-ttl-small {
  margin-right: .5rem;
  color: #111;
  font-size: 1.6rem;
}

.feature-count {
  letter-spacing: 1rem;
}

.feature-txt {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 78%, #fcee21 0%);
  font-size: 4.2rem;
  line-height: 1.65;
  font-weight: bold;
}

.feature-txt.-small {
  display: block;
  font-size: 2.2rem;
  background: none;
}

.feature-note {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1em;
  margin-left: 1em;
}

.feature-link {
  color: #46a0ff;
}

.feature-unit2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6rem;
}

.feature-unit2.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.feature-box2 {
  width: 90.6rem;
}

.feature-ttl2 {
  color: #d8005a;
  font-size: 2.4rem;
}

.-reverse .feature-img2 {
  margin-right: 6.5rem;
}

.feature-img2.-w04 {
  width: 23.5rem;
}

.feature-img2.-w05 {
  width: 17rem;
}

.feature-txt2 {
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: bold;
}

.feature-txt2.-small {
  font-size: 1.6rem;
  font-weight: normal;
}

.feature01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
}

.feature01_intro {
　text-align: center;
  margin: 9rem auto 0;
}
.feature01_intro p {
  font-size: 2rem;
  text-align: center;
  line-height: 2.2;
}
.feature01_2025 {
  display: flex;	
  margin-top: 3rem;
}
.feature_2025 {
  display: flex;	
  margin-top: 9rem;
}
.feature01-box {
  width: 44rem;
}

.feature01-catch {
  color: #e72e5c;
  margin-top: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.feature01-txt {
  margin-top: -1rem;
  width: 69.2rem;
}

.feature01-txt p {
  font-size: 1.6rem;
  line-height: 2.2;
}

.feature01-txt_ttl {
  display: inline-flex;
  text-align: center;	
  font-size: 4rem;
  font-weight: bold;	
  line-height: 2.2;	
  margin: 0 auto 2rem; 	
  border-bottom: 3px solid #e72e5c;	
}
.feature01-txt_subttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.2;	
  margin-top: 2rem;	
  padding-left: 15px;
  border-left: 10px solid #e72e5c;		
}
.feature01-txt_img {
  text-align: center;	
  margin: 2rem auto 0;	
}
.feature01_2025-txt {
  margin-top: -1rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.2;	
}
.feature01_2025-txt p {
  text-align: center;
  font-size: 2rem;	
  line-height: 2.2;		
}

.feature01-img-full {
  display: block;
  	
  margin: 5rem auto;
  width: 70%;
  text-align: center;
}
.feature01-img-full2025 {
  display: block;
  margin: 0rem auto;
  text-align: center;
}

.feature02 {
  margin-top: 9rem;
  padding: 6.5rem 5rem;
  background-color: #fefaed;
  background-image: radial-gradient(#f3eee2 30%, transparent 30%);
  background-size: 1rem 1rem;
}

.feature02-ttl {
  color: #d8005a;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
}

.feature02-catch {
  display: block;
  width: 86.5rem;
  margin: 2rem auto;
}

.feature02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}

.feature02-img {
  width: 44rem;
  margin-right: 5rem;
}

.feature02-strong {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
}

.feature02-clr {
  color: #d8005a;
}

.feature02-em {
  display: block;
  font-size: 3.8rem;
  line-height: 1.4;
}

.feature02-txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: .05rem;
}

.feature03 {
  margin-top: 9rem;
  padding: 6.5rem 5rem;
  background-color: #fefaed;
  background-image: radial-gradient(#f3eee2 30%, transparent 30%);
  background-size: 1rem 1rem;
}

.feature03-ttl {
  color: #d8005a;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
}

.feature03-catch {
  display: block;
  width: 69.2rem;
  margin: 2rem auto;
}

.feature03-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}

.feature03-img {
  margin-right: 5rem;
}

.feature03-txt {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: .05rem;
}

.feature03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
  margin-right: -3rem;
  counter-reset: number 0;
}

.feature03-list li {
  position: relative;
  width: 24.6rem;
  background-color: #fff;
  margin-top: 3rem;
  margin-right: 3rem;
  padding: 1.8rem;
  padding-top: 5rem;
  border: 0.2rem solid #d8005a;
}

.feature03-list li:nth-child(n+5) {
  width: 33.7rem;
}

.feature03-list li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d8005a;
  color: #fff;
  width: 6.5rem;
  height: 5.2rem;
  font-size: 3.9rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .3rem;
}

.feature03-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6.5rem;
  width: 0;
  height: 0;
  border-left: 1.5rem solid #d8005a;
  border-top: 2.6rem solid transparent;
  border-bottom: 2.6rem solid transparent;
}

.feature03-list-ttl {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 78%, #fcee21 0%);
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.feature03-list-txt {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
}

.feature03-list-img {
  display: block;
  margin-left: auto;
  margin-right: 2rem;
}

.feature04 {
  margin-top: 9rem;
  padding: 6.5rem 5rem;
  background-color: #fefaed;
  background-image: radial-gradient(#f3eee2 30%, transparent 30%);
  background-size: 1rem 1rem;
}

.feature04-ttl {
  color: #d8005a;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
}

.feature04-ttl2 {
  margin-top: 2rem;
  font-size: 2rem;
  text-align: center;
}

.feature04-catch {
  display: block;
  width: 85.2rem;
  margin: 2rem auto;
}

.feature04-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}

.feature04-img {
  margin-right: 5rem;
}

.feature04-txt {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: .05rem;
}

.feature04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
  margin-right: -3rem;
  counter-reset: number 0;
}

.feature04-list li {
  position: relative;
  width: 33.7rem;
  background-color: #fff;
  margin-top: 3rem;
  margin-right: 3rem;
  padding: 1.8rem;
  padding-top: 6rem;
  border: 0.2rem solid #d8005a;
}

.feature04-list li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d8005a;
  color: #fff;
  width: 6.5rem;
  height: 5.2rem;
  font-size: 3.9rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .3rem;
}

.feature04-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6.5rem;
  width: 0;
  height: 0;
  border-left: 1.5rem solid #d8005a;
  border-top: 2.6rem solid transparent;
  border-bottom: 2.6rem solid transparent;
}

.feature04-list-ttl {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 78%, #fcee21 0%);
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.feature04-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}

.feature04-list-txt {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: bold;
}

.feature04-list-img {
  display: block;
  margin-left: 2rem;
}

.feature04-img-full {
  display: block;
  margin: 5rem 1rem;
}

.feature05 {
  margin: 9rem auto 0;
  padding: 6.5rem 5rem;
  width: 120rem;
  background-color: #fefaed;
  background-image: radial-gradient(#f3eee2 30%, transparent 30%);
  background-size: 1rem 1rem;
}

.feature05-ttl {
  color: #d8005a;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
}

.feature05-ttl2 {
  margin-top: 2rem;
  font-size: 2rem;
  text-align: center;
}

.feature05-catch {
  display: block;
  width: 85.2rem;
  margin: 2rem auto;
}

.feature05-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  width: 108rem;
  margin: 5rem auto 0;
  padding: 3.5rem;
  border: 0.2rem solid #d8005a;
}

.feature05-cont {
  margin-right: 4rem;
}

.feature05-small {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

.feature05-sub {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 78%, #fcee21 0%);
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.feature05-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature05-icons li {
  margin-top: 1rem;
  margin-right: 1.5rem;
  padding: 0 1rem;
  background-color: #1b80b1;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2;
}

.feature05-icons li span {
  font-size: 1.2rem;
}

.feature05-txt {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.feature05-txt:last-of-type {
  margin-bottom: 0;
}

.feature05-list {
  margin-top: 2rem;
}

.feature05-list * {
  color: #1f2c5c;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.feature05-list.-inline dd {
  display: inline;
}

.feature06 {
  margin: 9rem auto 0;
  padding: 6.5rem 5rem;
  width: 120rem;
  background-color: #fff;
  background-image: radial-gradient(#f4f4f4 30%, transparent 30%);
  background-size: 1rem 1rem;
}

.feature06-ttl {
  color: #d8005a;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
}

.feature06-ttl2 {
  margin-top: 2rem;
  font-size: 2rem;
  text-align: center;
}

.feature06-catch {
  display: block;
  width: 85.2rem;
  margin: 2rem auto;
}

.feature06-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  width: 108rem;
  margin: 5rem auto 0;
  padding: 3.5rem;
  border: 0.2rem solid #d8005a;
}

.feature06-cont {
  margin-right: 4rem;
}

.feature06-small {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

.feature06-sub {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 78%, #fcee21 0%);
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.feature06-em {
  margin-top: -2rem;
  color: #1f2c5c;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}

.feature06-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature06-icons li {
  margin-top: 1rem;
  margin-right: 1.5rem;
  padding: 0 1rem;
  background-color: #1b80b1;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2;
}

.feature06-icons li span {
  font-size: 1.2rem;
}

.feature06-txt {
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.feature06-txt:last-of-type {
  margin-bottom: 0;
}

.feature06-list {
  margin-top: 2rem;
}

.feature06-list * {
  color: #1f2c5c;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.feature06-list.-inline dd {
  display: inline;
}

.system {
  margin-top: 10rem;
  padding-bottom: 6.5rem;
  background-color: #fff;
  background-image: radial-gradient(#fce7eb 30%, transparent 30%);
  background-size: 1rem 1rem;
}

.system-ttl {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10.6rem;*/
  width: 120rem;
  line-height: 1.6;
  background-color: #d8005a;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .3rem;
  text-align: center;
  padding: 2rem 0;
}
.system-ttl .sp-only{
  display: none;
}
.system-ttl .pc-only{
  display: block;
}
.system-ttl span{
  font-size: 2rem;
}
.system-ttl_long {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10.6rem;*/
  line-height: 1.6;
  background-color: #d8005a;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .3rem;
  text-align: center;
  padding: 2rem 0;
}
.system-ttl_long2 {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10.6rem;*/
  line-height: 1.6;
  background-color: #d8005a;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .3rem;
  text-align: center;
  padding: 2rem 0;
}
.system-checklist {
  margin: 2rem 0;
  flex-wrap: wrap;
  display: flex;
}
.system-checklist li {
  width: 46rem;
  background-color: #00A29A;
  color: #fff;
  font-size: 3rem;
  margin: 2rem auto;
  padding: 3rem 0;
  text-align: center;
}

.system-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90.6rem;
  margin: 4rem auto;
}

.system-top-txt {
  font-size: 2.8rem;
  line-height: 1.9;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.system-top-txt2 {
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 2rem 1rem;
}

.system-top-em {
  color: #d8005a;
  font-size: 3.4rem;
}

.system-top-img {
  width: 41.5rem;
}
.system-top2 {
  width: 106rem;
  margin: 4rem auto;
}
.system-unit {
  width: 106rem;
  margin: auto;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.system-unit + .system-arrow {
  margin-top: 3rem;
}

.system-arrow + .system-unit {
  margin-top: 3rem;
}

.system-unit.-yel {
  width: 71rem;
}
.system-unit2 {
  width: 106rem;
  margin: 3rem auto auto;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.system-ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b80b1;
  color: #fff;
  width: 100%;
  padding: 2.8rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .3rem;
}

.-red .system-ttl2 {
  background-color: #ac5975;
}

.-yel .system-ttl2 {
  background-color: #f39800;
}

.system-ttl2-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  background-color: #1b80b1;
  color: #fff;
  width: 100%;
  padding: 2.8rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .3rem;
}

.-red .system-ttl2-l {
  background-color: #ac5975;
}

.-yel .system-ttl2-l {
  background-color: #f39800;
}

.system-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem;
}

.system-box {
  padding: 3rem;
  border: 0.1rem solid #76b2d0;
}

.-red .system-box {
  border: 0.1rem solid #c6909e;
}

.system-box.-short {
  width: 29rem;
}

.system-box.-large {
  width: 61rem;
}

.system-arrow {
  display: block;
  width: 4.5rem;
  margin: auto;
}

.system-arrow2 {
  display: block;
  width: 5.5rem;
  margin: auto;
}

.system-ttl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #76b2d0;
  margin: -3rem -3rem 3rem;
  padding: 1.65rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
}

.-red .system-ttl3 {
  background-color: #c6909e;
}

.system-img {
  margin-bottom: 2rem;
}

.system-txt {
  font-size: 1.4rem;
  line-height: 1.9;
}

.system-txt.-blu {
  background-color: #1b80b1;
  color: #fff;
  margin-top: 1rem;
  padding: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

.system-txt.-yel {
  background-color: #ffe232;
  color: #ac5975;
  margin: 1rem auto;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.system-txt-red {
  color: #ac5975;
  font-weight: bold;
}

.system-ttl4 {
  color: #1b80b1;
  font-size: 1.8rem;
  font-weight: normal;
}

.system-txt + .system-ttl4 {
  margin-top: 2rem;
}

.system-list {
  margin-top: 1rem;
}

.system-list li {
  font-size: 1.4rem;
  line-height: 1.9;
}

.system-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffe232;
  height: 18rem;
  padding-left: 3rem;
  margin-bottom: 2rem;
  background-image: url(../image/feature/img_feature1_man.png);
  background-repeat: no-repeat;
  background-position: center right -1rem;
}

.system-catch-txt {
  color: #ac5975;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}

.system-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 3.5rem;
}

.system-txt2 {
  width: 37.7rem;
  font-size: 1.4rem;
  line-height: 1.9;
}

.example {
  background-color: #fff;
  margin-top: 8.5rem;
  padding: 5rem 3.5rem 4rem;
  text-align: center;
}

.example-ttl {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 78%, #fcee21 0%);
  font-size: 3.3rem;
}

.example-img {
  margin-top: 2.5rem;
}

.example-txt {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 2.2;
}

.example-note {
  margin-top: 2.5rem;
  font-size: 1.2rem;
}

.regular {
  margin-top: 11.5rem;
}

.regular-ttl {
  position: relative;
  padding: 1.5rem 2rem;
  color: #1b80b1;
  font-size: 4.5rem;
  text-align: center;
  border-bottom: 0.3rem solid #1b80b1;
}

.regular-ttl::before {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3rem 3.6rem 0 3.6rem;
  border-style: solid;
  border-color: #1b80b1 transparent transparent transparent;
}

.regular-ttl::after {
  position: absolute;
  bottom: -2.6rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3rem 3.6rem 0 3.6rem;
  border-style: solid;
  border-color: #fefaed transparent transparent transparent;
}

.regular-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.5rem;
}

.regular-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1b80b1;
  font-size: 3.1rem;
  font-weight: bold;
}

.regular-em {
  color: #d8005a;
  font-size: 5.8rem;
  font-weight: bold;
}

.regular-num {
  margin-left: 3rem;
  margin-right: 1rem;
  font-size: 11.4rem;
  font-family: 'Josefin Sans', sans-serif;
}

.regular-note {
  font-size: 1.2rem;
  text-align: right;
}

.regular-sum {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-image: url(../image/feature/img_feature4_05.jpg);
  margin-top: 7rem;
  height: 30rem;
  border-top: 5rem solid #fff;
  border-bottom: 5rem solid #fff;
}

.regular-sum::after {
  content: "…";
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: -4rem;
  margin: auto;
  color: #1b80b1;
  font-size: 3rem;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.regular-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b80b1;
  color: #fff;
  width: 84rem;
  margin: auto;
  padding: 3rem 0;
  font-size: 2.9rem;
  border: 0.6rem solid #fff;
}

.regular-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32.2rem;
  height: 7.6rem;
  margin: auto;
  background: #fff;
  color: #e72e5c;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border: 0.3rem solid #e72e5c;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.regular-btn:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.features-txt + .regular-btn {
  margin-top: 3rem;
}

.other {
  background-image: linear-gradient(-45deg, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8);
  background-size: 4rem 4rem;
  padding: 10rem 0 9rem;
  border-top: 1rem solid #d8005a;
}

.other-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120rem;
  margin: auto;
}

.other-unit {
  background-color: #fff;
  width: 56.6rem;
  padding: 6rem 3.5rem 3.5rem;
  border: 0.2rem solid #d8005a;
}

.other-ttl {
  position: relative;
  font-size: 4.6rem;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 85%, #fcee21 0%);
  display: inline;
  padding: 0;
}

.other-ttl::before {
  content: attr(data-icon) "";
  position: absolute;
  top: -5rem;
  color: #e72e5c;
  font-size: 3.7rem;
  font-family: 'Cookie', cursive;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.other-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4.5rem;
}

.other-img {
  margin-right: 3rem;
}

.other-txt {
  font-size: 1.6rem;
  line-height: 2.2;
}

.other-list {
  margin-top: 1.5rem;
}

.other-list li {
  color: #1b80b1;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.other-em {
  color: #d8005a;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7rem auto 3.5rem;
  padding: 4rem 4.5rem;
  background-color: #fff;
  width: 120rem;
  border: .5rem solid #1b80b1;
  border-radius: 2rem;
}

.column-unit {
  position: relative;
  width: 50%;
}

.column-unit:first-of-type {
  padding-right: 5rem;
  border-right: dotted;
  border-width: .4rem;
  border-color: #bfbfbf;
}

.column-unit:last-of-type {
  padding-left: 5rem;
}

.column-ttl {
  background-color: #fff352;
  padding: 1.2rem 2rem;
  color: #1b80b1;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.column-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column-em {
  width: 100%;
  margin-top: 3rem;
  color: #1b80b1;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.column-txt {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.column-img.-illust01 {
  width: 18.4rem;
  margin-left: 3.5rem;
}

.column-img.-illust02 {
  position: absolute;
  right: 0;
  bottom: -8rem;
  width: 35.4rem;
}

.features {
  margin-top: 10rem;
  padding-top: 5rem;	
  padding-bottom: 9rem;
  background-image: linear-gradient(-45deg, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8);
  background-size: 4rem 4rem;
}
.features_pink {
  margin-top: 7rem;
  padding-top: 1rem;	
  padding-bottom: 9rem;
  background-color: #fff;
  background-image: radial-gradient(#fce7eb 30%, transparent 30%);
  background-size: 1rem 1rem;
}
.features_know-how {
  margin-top: 5rem;
  padding-top: 1rem;
  background-color: #fff;
}

.features-mv {
  width: 100%;
}

.features-unit {
  background-color: #fff;
  width: 120rem;
  margin: 7.5rem auto 0;
  padding: 4.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.features-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #d8005a;
  color: #fff;
  padding: 3.5rem 2.5rem 2.5rem;
  font-size: 3.8rem;
  line-height: 1.6;
}

.features-num {
  font-family: 'Oswald', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 3rem;
  margin-bottom: auto;
  font-size: 8.2rem;
  font-weight: normal;
  letter-spacing: .2rem;
}

.features-num::after {
  content: "/";
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-size: 4.4rem;
}

.features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5rem;
}

.features-strong {
  display: block;
  margin-bottom: 2rem;
  color: #1B80B1;
  font-size: 3.8rem;
  font-weight: bold;
}

.features-txt {
  width: 67.2rem;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: bold;
}

.features-em {
  color: #d8005a;
}

.features-note {
  margin-top: 1rem;
  display: block;
  font-size: 1.2rem;
  color: #d8005a;
}

.features-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.features-catch2025 {
　display: block;
　text-align: center;	
  margin-top: 1rem;
}
.features-catch-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21rem;
  height: 21rem;
  background-color: #1b80b1;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 11.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.features-catch-circle2025 {
  display: inline-block;	
  background-color: #1b80b1;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 5px 70px;	
  border-radius: 11.5rem;
}

.features-catch-box {
  margin-left: 3rem;
}

.features-catch-txt {
  font-size: 2.8rem;
  font-weight: bold;
}

.features-catch-ttl + .features-catch-txt {
  margin-top: 2.5rem;
}

.features-catch-em {
  color: #d8005a;
}

.features-catch-ttl {
  margin-top: 2.5rem;
  color: #d8005a;
  font-size: 6.4rem;
  font-weight: bold;
}
.features-catch-ttl2025 {
  margin: 2.5rem auto 0;
  text-align: center;	
  color: #111;
  font-size: 7rem;
  font-weight: bold;
}

.features-catch-ttl.-blk {
  color: #111;
}

.features-catch__flex {
  display: flex;
　text-align: center;	
  margin-top: 1rem;	
  justify-content: space-between;
}
.features-catch__flex-ttl {
  text-align: center;
  width: calc(100% - 34%);
  margin-top: 40px;	
}
.features-catch__flex-img {
  text-align: center; 
  width: 15%; 
}
.features-catch__flex-img img {
  width: 60%; 
}

.features-catch-note {
  margin-top: 1.5rem;
}

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.features-list li {
  position: relative;
  width: 30rem;
  background-color: #f0f0f0;
  margin-top: 4rem;
  margin-right: 5rem;
  padding: 3rem 2rem 1rem;
}

.features-list li:not(:last-of-type)::after {
  content: "≫";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -4.5rem;
  color: #d8005a;
  font-size: 4rem;
  width: 3rem;
  height: 3rem;
}

.features-list-ttl {
  color: #d8005a;
  font-size: 2.2rem;
}

.features-list-img {
  margin-top: 1.8rem;
}

.features-list-txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.features-list-em {
  color: #d8005a;
}

.features-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43.2rem;
  height: 7.6rem;
  margin-right: auto;
  margin-left: 3drem;
  background: #fff;
  color: #e72e5c;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border: 0.3rem solid #e72e5c;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.features-link:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.features-txt + .features-link {
  margin-top: 3rem;
}

.features05-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  width: 120rem;
  margin: 7.5rem auto 0;
  padding: 6rem 5rem;
  border: 0.1rem solid #d8005a;
}

.features05-unit::before {
  content: "";
  position: absolute;
  top: -3.6rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 7.2rem;
  height: 7.2rem;
}

.features05-unit.-red::before {
  background-image: url(../image/feature/icon_feature_red.svg);
}

.features05-unit.-blue::before {
  background-image: url(../image/feature/icon_feature_blue.svg);
}

.features05-unit.-yellow::before {
  background-image: url(../image/feature/icon_feature_yellow.svg);
}

.features05-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #d8005a;
  margin-bottom: 4rem;
  font-size: 4.1rem;
  font-weight: bold;
  text-align: center;
}

.features05-icon {
  background-color: #d8005a;
  color: #fff;
  margin-right: .5rem;
  padding: .7rem 3rem;
  font-size: 2.5rem;
  border-radius: 1rem;
}

.features05-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 52.5rem;
}

.features05-box:nth-child(n+4) {
  margin-top: 11rem;
}

.features05-cont {
  width: 100%;
  margin-bottom: auto;
}

.features05-ttl2 {
  width: 100%;
  background-color: #1b80b1;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}

.features05-em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  height: 4.5rem;
  margin-top: 1.8rem;
  font-size: 1.2rem;
}

.features05-em-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #808080;
  margin-right: 1.5rem;
  padding: 0 2rem;
  color: #fff;
  height: 100%;
  font-size: 2rem;
}

.features05-txt {
  margin-top: 2rem;
  margin-bottom: auto;
  font-size: 1.6rem;
  line-height: 2.2;
}

.features05-img {
  margin-top: 3rem;
}

.features05-list * {
  color: #1f2c5c;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.features05-list.-top {
  margin-bottom: auto;
}

.features06 {
  background-image: linear-gradient(-45deg, #fbecb7 25%, #fae7a5 25%, #fae7a5 50%, #fbecb7 50%, #fbecb7 75%, #fae7a5 75%, #fae7a5);
  background-size: 4rem 4rem;
  padding-bottom: 7rem;
}

.features06-ttl {
  position: relative;
  display: block;
  width: 100%;
  height: 55.4rem;
  background-image: url(../image/feature/img_feature6_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.features06-ttl-img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10rem;
  width: 52.2rem;
  margin: auto;
}

.features06-main {
  position: relative;
  width: 120rem;
  margin: auto;
  margin: 10rem auto 0;
}

.features06-pic {
  position: absolute;
}

.features06-pic.-top {
  top: -2.5rem;
}

.features06-pic.-right {
  right: -2.5rem;
}

.features06-pic.-left {
  left: -2.5rem;
}

.features06-pic.-bottom {
  bottom: -2.5rem;
}

.features06-catch {
  font-size: 2.3rem;
  line-height: 3;
  text-align: center;
  font-weight: bold;
}

.features06-em {
  color: #d8005a;
}

.features06-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  width: 120rem;
  margin: 4.5rem auto 0;
  padding: 5.5rem 6.5rem 5rem;
  border: 0.5rem solid #d8005a;
  border-radius: 2rem;
}

.features06-unit.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.features06-box {
  width: 61.5rem;
}

.features06-sub {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 78%, #fcee21 0%);
  font-size: 3.2rem;
  line-height: 1.65;
  font-weight: bold;
}

.features06-txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 6rem;
}

.features06-img {
  margin-left: auto;
}

.-reverse .features06-img {
  margin-left: 0;
  margin-right: auto;
}

.features06-box2 {
  position: relative;
  margin-left: auto;
  padding-bottom: 18rem;
}

.features06-graph {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.7rem;
}

.power-unit {
  width: 110rem;
  margin-top: 7.5rem;
}

.power-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  padding: 0 4.5rem;
  background-color: #f0f0f0;
  color: #1b80b1;
  font-size: 2.2rem;
  font-weight: bold;
}

.power-em {
  margin-left: .5rem;
  font-size: 3.4rem;
}

.power-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}

.power-img {
  margin-right: 4.5rem;
}

.power-txt {
  font-size: 1.6rem;
  line-height: 2.2;
}

.power-add .power-txt {
  margin-bottom: 3rem;
}

.power-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43.2rem;
  height: 7.6rem;
  margin-right: auto;
  background: #fff;
  color: #e72e5c;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border: 0.3rem solid #e72e5c;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.power-link:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.power-link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40rem;
  height: 7.6rem;
  margin-top: 20px;
  margin-right: auto;
  background: #fff;
  color: #e72e5c;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border: 0.3rem solid #e72e5c;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.power-link2.-off {
  border-color: #808080;
  color: #808080;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.power-link2.-off:hover {
  cursor: default;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.power-link2:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.method {
  margin-top: 3.5rem;
}

.method-list {
  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-top: -3rem;
}

.method-list li {
  margin-top: 3rem;
  padding: 3rem 2rem 3rem 3rem;
  background-color: #f0f0f0;
  width: 53.5rem;
  border-left: 0.3rem solid #d8005a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.method-txt {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
}

.method-ttl {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #fcee21));
  background: linear-gradient(transparent 75%, #fcee21 0%);
  padding: 0 1rem 0 0;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
}
.method-pink {
  color: #d8005a;
}

.method-small {
  font-size: 1.7rem;
}

.reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120rem;
  margin: 9rem auto -2rem;
  padding: 0 4rem;
}

.reason-box {
  text-align: center;
}

.reason-txt {
  font-size: 3.3rem;
  text-align: center;
  font-weight: bold;
}

.reason-txt.-large {
  font-size: 4.8rem;
}

.reason-txt.-small {
  font-size: 2rem;
}

.reason-txt.-mt {
  margin-top: 2rem;
}

.reason-em {
  color: #d8005a;
  font-size: 7.9rem;
}

.reason-arrow {
  display: block;
  color: #d8005a;
  font-size: 13.6rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: -2rem;
}

.c-featureText{
  line-height: 2.2;
  font-size: 2rem;
  margin-bottom: 2.2em;
}

.c-featureBalloon{
  position: relative;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 2rem 1rem;
  overflow: inherit;
  margin: 6rem 3px 3rem;
  box-shadow: 0 0 0 3px #727171;
  background-color: #F5F1DF;
  border: 10px solid #FFFFFF;
  border-radius: 14px;
  font-size: 3rem;
  text-align: center;
  color: #C7004E;
}
.c-featureBalloon span{
  font-size: 2.6rem;
}
.c-featureBalloon:before{
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.c-featureBalloon:after{
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #727171;
  z-index: 1;
}

.c-featureTextInset{
  line-height: 2.2;
  padding: 0 4rem;
  margin-bottom: 2.2em;
  font-size: 2.4rem;
}

.c-featureDl{
  padding: 0 4rem;
  margin-bottom: 2.2em;
}
.c-featureDl dt{
  line-height: 2.2;
  font-size: 2.4rem;
  color: #003B83;
}
.c-featureDl dd{
  line-height: 2.2;
  padding-left: 1em;
  font-size: 2rem;
}
.p-guidance img {
    max-width: 100%;
}
.p-featuremoviebox{
  text-align: center;
  margin-top: 2.2em;	
  margin-bottom: 2.2em;
}
.p-featuremoviebox__img{
  margin-top: 20px;
}
.p-guidance__hensachi10-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0; }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-head {
      margin: 6.6vw 0; } }

.p-guidance__hensachi10-head-img-before {
  width: 100px; }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-head-img-before {
      width: 11vw; } }

.p-guidance__hensachi10-head-text {
  width: calc(100% - 240px);
  font-size: 30px;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px;
  border: 4px solid #172a88;
  background: #f5f1df;
  position: relative;
  line-height: 1.4; }
  .p-guidance__hensachi10-head-text::before {
    content: "";
    display: block;
    border-color: transparent #172a88 transparent transparent;
    border-width: 20px 20px 20px 20px;
    border-style: solid;
    position: absolute;
    top: 15px;
    left: -40px; }
  .p-guidance__hensachi10-head-text::after {
    content: "";
    display: block;
    border-color: transparent #f5f1df transparent transparent;
    border-width: 20px 20px 20px 20px;
    border-style: solid;
    position: absolute;
    top: 15px;
    left: -35px; }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-head-text {
      border: 2px solid #172a88;
      width: calc(100% - 26.4vw);
      font-size: 3.3vw;
      border-radius: 1.6vw;
      padding: 1.6vw; }
      .p-guidance__hensachi10-head-text::before {
        border-width: 2.2vw 2.2vw 2.2vw 2.2vw;
        top: 1.6vw;
        left: -4.4vw; }
      .p-guidance__hensachi10-head-text::after {
        border-width: 2.2vw 2.2vw 2.2vw 2.2vw;
        top: 1.6vw;
        left: -3.8vw; } }

.p-guidance__hensachi10-head-img-after {
  width: 100px; }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-head-img-after {
      width: 11vw; } }

@media screen and (min-width: 901px) {
  .p-guidance__hensachi10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-guidance__hensachi10:not(:first-child) {
      margin-top: 20px; } }

@media screen and (max-width: 900px) {
  .p-guidance__hensachi10:not(:first-child) {
    margin-top: 4.4vw; } }

.p-guidance__hensachi10-title {
  background-color: #172a88;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 1.4; }
  @media screen and (min-width: 901px) {
    .p-guidance__hensachi10-title {
      width: 20%;
      padding: 10px;
      font-size: 15px; } }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-title {
      padding: 1.1vw;
      font-size: 12px; } }

.p-guidance__hensachi10-title-bg {
  background-color: #fff799;
  color: #172a88;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  padding: 5px 0; }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-title-bg {
      font-size: 12px;
      margin-bottom: 0.6vw;
      padding: 0.6vw 0; } }

.p-guidance__hensachi10-detail {
  background: #f5f1df;
  border: 2px solid #1d2088;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media screen and (min-width: 901px) {
    .p-guidance__hensachi10-detail {
      width: 18%; }
      .p-guidance__hensachi10-detail:not(:first-of-type)::before {
        content: "";
        position: absolute;
        top: calc(50% - 10px);
        left: -30px;
        width: 25px;
        height: 20px;
        background: #f39800; }
      .p-guidance__hensachi10-detail:not(:first-of-type)::after {
        content: "";
        position: absolute;
        top: calc(50% - 20px);
        left: -10px;
        border: 20px solid transparent;
        border-left: 20px solid #f39800; } }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-detail {
      padding: 1.6vw;
      margin-top: 3.3vw; }
      .p-guidance__hensachi10-detail:not(:first-of-type)::before {
        content: "";
        position: absolute;
        top: -4.4vw;
        left: calc(50% - 1.1vw);
        width: 2.2vw;
        height: 2.8vw;
        background: #f39800; }
      .p-guidance__hensachi10-detail:not(:first-of-type)::after {
        content: "";
        position: absolute;
        top: -2.2vw;
        left: calc(50% - 2.2vw);
        border: 2.2vw solid transparent;
        border-top: 2.2vw solid #f39800; } }

.p-guidance__hensachi10-text {
  font-size: 15px;
  line-height: 1.4; }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-text {
      font-size: 12px; } }

.p-guidance__hensachi10-img {
  margin-top: auto; }
  @media screen and (max-width: 900px) {
    .p-guidance__hensachi10-img {
      width: 50%;
      margin: 1.6vw auto 0; } }







.c-featureSCmethodBox__img1{
  margin-top: -6rem;
  margin-bottom: 2.2em;
  font-size: 2.4rem;
}

.c-featureRedText{
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 2rem 1rem;
  color: #E60012;
}

.c-featureElementSummary{
  width: 100%;
  line-height: 1.7;
  margin: 0 0;
  color: #E5005A;
  text-align: center;
  font-size: 5.4rem;
}

.c-featureElementImg{
  margin-bottom: 10rem;
}

.c-featureElementMessage{
  line-height: 1.7;
  font-size: 1.8em;
  color: #E9473F;
}

.c-featureIcoWakaru{
  position: relative;
}
.c-featureIcoWakaru:before{
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  width: 127px;
  height: 85px;
  margin-top: -70px;
  margin-left: -64px;
  background-image: url(../image/feature/img_feature_icon_wakaru.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.c-featureIcoDekiru{
  position: relative;
}
.c-featureIcoDekiru:before{
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  width: 125px;
  height: 83px;
  margin-top: -70px;
  margin-left: -62px;
  background-image: url(../image/feature/img_feature_icon_dekiru.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.c-feature1_04_2{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-feature1_06_2{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-feature1_element2{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-featureSCmethodBox{
  
}

.p-featureSystemInner{
  width: 106rem;
  margin: 4rem auto;
}

.p-featureSCmethodBox__imgBox1{
  position: relative;
}
.p-featureSCmethodBox__imgBox1__img{
  position: absolute;
  right: 0;
  bottom: 0;
}


/*====================================
	media query
====================================*/

/*----------------
  sp
----------------*/
@media screen and (max-width: 1199px) {
  .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 32rem;
    padding: 0 1rem;
    margin: auto;
  }
  .list li {
    margin-top: 1.5rem;
    width: 30%;
    font-size: 1rem;
  }
  .list-link {
    padding-top: 1rem;
  }
  .list-ttl {
    margin-bottom: .4rem;
    font-size: 1.2rem;
  }
  .list-arrow {
    margin-top: .5rem;
    height: 2.1rem;
    font-size: 1.5rem;
  }
  .feature {
    width: 100%;
  }
  .feature.-last {
    margin-bottom: 1.5rem;
  }
  .feature-unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
    padding: 0 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature-img {
    display: block;
    margin: 0 auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .feature-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 3rem 1.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    background-size: 2rem 2rem;
  }
  .feature-ttl {
    margin-bottom: 1.5rem;
    font-size: 1.36rem;
  }
  .feature-ttl-small {
    font-size: 1rem;
  }
  .feature-count {
    letter-spacing: .5rem;
  }
  .feature-txt {
    font-size: 1.8rem;
  }
  .feature-txt.-small {
    margin-bottom: .5rem;
    font-size: 1rem;
  }
  .feature-note {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .feature-unit2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.5rem 1rem 0;
  }
  .feature-unit2.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .feature-box2 {
    width: 100%;
  }
  .feature-box2.-w05 {
    width: calc(100% - 11.5rem);
  }
  .feature-ttl2 {
    font-size: 1.2rem;
    line-height: 1.9;
  }
  .feature-txt2 {
    margin-top: .75rem;
    font-size: 1rem;
  }
  .feature-txt2.-small {
    font-size: 1rem;
  }
  .feature-img2 {
    display: block;
    margin: 1.5rem auto 0;
  }
  .feature-img2.-w04 {
    width: 11.8rem;
  }
  .feature-img2.-w05 {
    width: 8.5rem;
  }
  .-reverse .feature-img2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .feature01 {
    display: block;
    margin-top: 1.5rem;
    padding: 0 1rem;
  }
  .feature01_intro {
    margin-top: 0.5rem;
    padding: 0 1rem;
  }	
  .feature01_intro p {
    font-size: 1.2rem;
  }	
  .feature01_2025 {
    display: block;
    margin-top: 1.5rem;
    padding: 0 1rem;
  }
  .feature_2025 {
    display: block;
    margin-top: 1.5rem;
    padding: 0 1rem;
  }	
  .feature01-box {
    width: 100%;
  }
  .feature01-catch {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
  .feature01-txt {
    width: 100%;
    margin-top: 1.5rem;
  }
  .feature01-txt p {
    font-size: 1.2rem;
  }
  .feature01-txt_ttl {
    font-size: 1.75rem;
	margin: 0 0 1rem;
  }
  .feature01-txt_subttl {
    font-size: 1.4rem;
  }
  .feature01-txt_img {
	 width: 50%; 
  }		
  .feature01_2025-txt {
    width: 100%;
    margin-top: 3rem;
	font-size: 1.2rem;  
  }	
  .feature01_2025-txt p {
    font-size: 1.2rem;
  }	
  .feature01-img-full {
    width: 100%;
  }	
  .feature01-img-full2025 {
    max-width: 500px;
  }		
  .feature02 {
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .feature02-ttl {
    font-size: 1.2rem;
  }
  .feature02-catch {
    margin: 1rem auto;
    width: 100%;
  }
  .feature02-box {
    display: block;
    margin-top: 1.5rem;
  }
  .feature02-img {
    width: 100%;
    margin-right: 0;
  }
  .feature02-set {
    padding-top: 1.5rem;
  }
  .feature02-strong {
    font-size: 1.2rem;
  }
  .feature02-em {
    font-size: 1.7rem;
  }
  .feature02-txt {
    margin-top: .5rem;
    font-size: 1rem;
  }
  .feature03 {
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .feature03-ttl {
    font-size: 1.2rem;
  }
  .feature03-catch {
    margin: 1rem auto;
    width: 80%;
  }
  .feature03-box {
    display: block;
    margin-top: 1.5rem;
  }
  .feature03-img {
    width: 100%;
    margin-right: 0;
  }
  .feature03-txt {
    margin-top: .5rem;
    font-size: 1rem;
  }
  .feature03-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: .5rem;
    margin-right: 0;
  }
  .feature03-list li {
    width: 48%;
    margin-top: 1rem;
    margin-right: 0;
    padding: .9rem;
    padding-top: 3.5rem;
  }
  .feature03-list li:nth-child(n+5) {
    width: 48%;
  }
  .feature03-list li::before {
    width: 3rem;
    height: 2.6rem;
    font-size: 2rem;
    letter-spacing: .1rem;
  }
  .feature03-list li::after {
    left: 3rem;
    border-left: 0.5rem solid #d8005a;
    border-top: 1.3rem solid transparent;
    border-bottom: 1.3rem solid transparent;
  }
  .feature03-list-ttl {
    font-size: 1.2rem;
  }
  .feature03-list-txt {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .feature03-list-img {
    margin-top: 1rem;
    width: 65%;
  }
  .feature04 {
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .feature04-ttl {
    font-size: 1.2rem;
  }
  .feature04-catch {
    margin: 1rem auto;
    width: 96%;
  }
  .feature04-box {
    display: block;
    margin-top: 1.5rem;
  }
  .feature04-img {
    width: 100%;
    margin-right: 0;
  }
  .feature04-txt {
    margin-top: .5rem;
    font-size: 1rem;
  }
  .feature04-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: .5rem;
    margin-right: 0;
  }
  .feature04-list li {
    width: 48%;
    margin-top: 1rem;
    margin-right: 0;
    padding: .9rem;
    padding-top: 3.5rem;
  }
  .feature04-list li:nth-child(n+5) {
    width: 48%;
  }
  .feature04-list li::before {
    width: 3rem;
    height: 2.6rem;
    font-size: 2rem;
    letter-spacing: .1rem;
  }
  .feature04-list li::after {
    left: 3rem;
    border-left: 0.5rem solid #d8005a;
    border-top: 1.3rem solid transparent;
    border-bottom: 1.3rem solid transparent;
  }
  .feature04-list-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.25rem;
  }
  .feature04-list-ttl {
    font-size: 1.2rem;
  }
  .feature04-list-txt {
    font-size: 1rem;
    margin-bottom: auto;
  }
  .feature04-list-img {
    margin: 1rem auto;
    width: 100%;
  }
  .system {
    margin-top: 4rem;
    padding-bottom: 1.5rem;
  }
  .system-top {
    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: 2rem auto;
    width: auto;
  }
  .system-top2 {
    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: 2rem auto;
    width: auto;
  }
  .system-ttl {
    box-sizing: border-box;
    width: 100%;
    /*height: 3.8rem;*/
    line-height: 1.7;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .system-ttl .sp-only{
    display: block;
  }
  .system-ttl .pc-only{
    display: none;
  }
  .system-ttl span{
	font-size: 1rem;
  }
  .system-ttl_long {
    box-sizing: border-box;
    width: 100%;
    /*height: 3.8rem;*/
    line-height: 1.7;
    padding: 1rem;
    font-size: 1.4rem;
  }	
  .system-ttl_long2 {
    line-height: 1.7;
	margin: 0 1rem;
    padding: 1rem;
    font-size: 1.4rem;
  }		
  .system-checklist {
	margin: 0.5rem 0;
  }
  .system-checklist li {
  width: 80%;
  font-size: 2rem;
  margin: 1rem auto;
  padding: 1rem 0;
  text-align: center;
  }	
  .system-top-em {
    font-size: 1.8rem;
  }
  .system-top-txt {
    font-size: 1.4rem;
  }
  .system-top-txt2 {
    font-size: 1.1rem;
  }
  .system-top-img {
    margin-top: 1rem;
    width: 20.5rem;
  }
  .system-unit {
    width: 100%;
    padding: 0 1rem;
  }
  .system-unit.-yel {
    width: 100%;
  }
  .system-unit + .system-arrow {
    margin-top: 1.5rem;
  }
  .system-arrow + .system-unit {
    margin-top: 1.5rem;
  }
  .system-unit2 {
    width: 100%;
    padding: 0 1rem;
	margin-top: 1.5rem;  
  }	
  .system-ttl2 {
    padding: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  .system-ttl2-l {
    padding: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
  }	
  .system-cont {
    display: block;
    padding: 1.5rem .5rem;
  }
  .system-ttl3 {
    margin: -1.05rem -.9rem 1.05rem;
    padding: 1.05rem;
    font-size: 1.2rem;
  }
  .system-box {
    padding: 1rem .8rem;
  }
  .system-box.-large {
    width: 100%;
  }
  .system-box.-short {
    width: 100%;
  }
  .system-img {
    display: block;
    margin: 0 auto 1rem;
    width: 50%;
  }
  .system-img.-x2 {
    width: 100%;
  }
  .system-txt {
    font-size: 1rem;
  }
  .system-txt.-blu {
    font-size: 1rem;
  }
  .system-txt.-yel {
    margin: 2rem auto 1rem;
    padding: 1rem;
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .system-arrow {
    width: 2.4rem;
  }
  .system-arrow2 {
    width: 2.8rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .system-ttl4 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .system-list li {
    font-size: 1rem;
  }
  .system-catch {
    padding-left: 1.5rem;
    height: 11.5rem;
    background-size: contain;
  }
  .system-catch-txt {
    width: 64%;
    font-size: 1.4rem;
  }
  .system-cont2 {
    display: block;
  }
  .system-txt2 {
    width: auto;
    font-size: 1rem;
  }
  .system-cont2 {
    padding: 1rem .8rem;
  }
  .system-img2 {
    display: block;
    width: 50%;
    margin: 0 auto 1rem;
  }
  .example {
    margin-top: 1.5rem;
    padding: 2.5rem 1rem 2rem;
  }
  .example-ttl {
    font-size: 1.3rem;
  }
  .example-img {
    margin-top: 1rem;
  }
  .example-txt {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .example-note {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .regular {
    margin-top: 5rem;
  }
  .regular-ttl {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  .regular-ttl::before {
    bottom: -2rem;
    border-width: 2rem 2.4rem 0 2.4rem;
  }
  .regular-ttl::after {
    bottom: -1.6rem;
    border-width: 2rem 2.4rem 0 2.4rem;
  }
  .regular-wrap {
    margin-top: 3rem;
    display: block;
  }
  .regular-box {
    margin-top: 1.5rem;
  }
  .regular-txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.55rem;
  }
  .regular-em {
    font-size: 2.9rem;
  }
  .regular-num {
    margin-left: 2rem;
    margin-right: .5rem;
    font-size: 5.7rem;
  }
  .regular-note {
    font-size: 1rem;
  }
  .regular-sum {
    margin-top: 2rem;
    height: 14rem;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
  }
  .regular-sum::after {
    content: normal;
  }
  .regular-link {
    padding: 1rem 0;
    width: 90%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .regular-btn {
    bottom: .5rem;
    margin: auto;
    width: 16.1rem;
    height: 3.8rem;
    font-size: 1.3rem;
  }
  .other {
    padding: 3rem 1rem;
  }
  .other-wrap {
    display: block;
    width: auto;
  }
  .other-unit {
    width: auto;
    padding: 3rem 1.5rem 1.5rem;
  }
  .other-ttl {
    font-size: 2.4rem;
  }
  .other-ttl::before {
    top: -2.5rem;
    font-size: 1.9rem;
  }
  .other-box {
    margin-top: 2.5rem;
  }
  .other-img {
    width: 9rem;
    margin-right: 1.5rem;
  }
  .other-txt {
    font-size: 1rem;
  }
  .other-list {
    margin-top: 1rem;
  }
  .other-list li {
    font-size: 1rem;
  }
  .features {
    margin-top: 3rem;
	padding-top: 5rem;  
    padding-bottom: 5rem;
  }
  .features_pink {
    margin-top: 3rem;
	padding-top: 4rem;  
    padding-bottom: 4rem;
  }	
  .features_know-how {
    margin-bottom: 5rem;
  }	
	
  .features-unit {
    width: auto;
    margin: 1rem 1rem 0;
    padding: 1rem 1rem 1.5rem;
  }
  .features-unit img{
    max-width: 600px;
  }
  .features-ttl {
    padding: .6rem 1.5rem .4rem;
    font-size: 1.3rem;
  }
  .features-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1rem;
  }
  .features-num {
    margin-right: .5rem;
    font-size: 2.9rem;
  }
  .features-num::after {
    margin-left: .5rem;
    margin-bottom: .5rem;
    font-size: 1.55rem;
  }
  .features-txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.9;
  }
  .features-note {
    margin-top: .5rem;
    font-size: 1rem;
  }
  .features-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .features-catch {
    margin-top: 2.5rem;
    display: block;
  }
  .features-catch2025 {
    margin-top: 2.5rem;
  }	
  .features-ttl + .features-catch {
    margin-top: 1rem;
  }
  .features-add {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .features-link {
    margin: auto;
    width: 21.1rem;
    height: 3.8rem;
    font-size: 1.3rem;
  }
  .features-catch-circle {
    width: 10.5rem;
    height: 10.5rem;
    margin: auto;
    font-size: 1.3rem;
  }
  .features-catch-circle2025 {
    margin: auto;
    padding: 5px 15px;		  
    font-size: 2rem;
  }	
  .features-catch-box {
    margin-top: 1rem;
    margin-left: 0;
  }
  .features-catch-txt {
    font-size: 1.2rem;
    line-height: 1.65;
  }
  .features-catch-ttl {
    margin-top: .5rem;
    font-size: 2.1rem;
  }
  .features-catch-ttl2025 {
    margin-top: 1rem;
    font-size: 4rem;
  }	
  .features-catch-ttl + .features-catch-txt {
    margin-top: .5rem;
  }
  .features-catch-note {
    margin-top: .75rem;
    font-size: 1rem;
  }
  .features-catch__flex {
    margin-top: 2.5rem;
  }	
  .features-catch__flex-ttl {
    text-align: center;
    width: calc(100% - 34%);
    margin-top: 30px;	
  }	
  .features-catch__flex-img {
    text-align: center; 
    width: 15%; 
  }	
  .features-catch__flex-img img {
    width: 60%; 
  }	
	
  .features05-unit {
    display: block;
    width: auto;
    margin: 3rem 1rem 0;
    padding: 2.5rem 1rem 3rem;
  }
  .features05-unit::before {
    width: 2.9rem;
    height: 2.9rem;
    top: -1.45rem;
  }
  .features05-box{
    width: auto;
  }
  .features05-box + .features05-box {
    margin-top: 3.5rem;
  }
  .features05-ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .features05-icon {
    padding: .6rem 1.2rem;
    font-size: 1rem;
    border-radius: .5rem;
  }
  .features05-ttl2 {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .features05-em {
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .features05-em-icon {
    width: 25%;
    margin-right: 1rem;
    padding: 0;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features05-txt {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .features05-img {
    margin-top: 1.5rem;
  }
  .features05-list {
    margin-top: 1rem;
  }
  .features05-list * {
    font-size: 1rem;
  }
  .feature05 {
    margin: 4.5rem auto 0;
    padding: 3rem 1rem 0;
    width: 100%;
  }
  .feature05-unit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.5rem auto 0;
    padding: 2rem 1rem;
  }
  .feature05-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 19rem;
    margin: auto;
  }
  .feature05-cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
    margin-right: 0;
  }
  .feature05-small {
    font-size: 1.1rem;
  }
  .feature05-ttl {
    font-size: 1.2rem;
  }
  .feature05-catch {
    margin: 1rem auto;
    width: 96%;
  }
  .feature05-sub {
    font-size: 1.5rem;
  }
  .feature05-icons li {
    margin-top: .5rem;
    margin-right: .5rem;
    font-size: 1rem;
  }
  .feature05-icons li span {
    display: block;
    margin-top: -.5rem;
    font-size: 1rem;
    line-height: 2.2;
  }
  .feature05-txt {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .feature05-list {
    margin-top: 1rem;
  }
  .feature05-list * {
    font-size: 1rem;
  }
  .features06 {
    margin-top: 5rem;
  }
  .features06-ttl {
    height: 22rem;
    background-image: url(../image/feature/img_feature6_bg_sp.jpg);
  }
  .features06-ttl-img {
    width: 22rem;
  }
  .features06-main {
    width: auto;
    margin: 11rem auto 0;
  }
  .features06-catch {
    font-size: 1rem;
    line-height: 2.4;
  }
  .features06-pics {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .features06-pic {
    position: static;
    width: 50%;
  }
  .features06-em {
    font-size: 1.1rem;
  }
  .features06-unit {
    display: block;
    width: calc(100% - 2rem);
    margin-top: 2rem;
    padding: 1.5rem;
    border: 0.25rem solid #d8005a;
  }
  .features06-box {
    width: 100%;
  }
  .features06-box2 {
    width: 35%;
    padding-bottom: 4rem;
  }
  .features06-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .features06-sp-wrap {
    width: 60%;
  }
  .features06-sub {
    font-size: 1.7rem;
  }
  .features06-img {
    width: 35%;
    margin: 0 !important;
  }
  .features06-box2 .features06-img {
    width: 100%;
  }
  .features06-graph {
    width: 12rem;
    margin-left: -5rem;
  }
  .features06-txt {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .feature06 {
    margin: 4.5rem auto 0;
    padding: 3rem 1rem 0;
    width: 100%;
  }
  .feature06-unit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.5rem auto 0;
    padding: 2rem 1rem;
  }
  .feature06-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 19rem;
    margin: auto;
  }
  .feature06-cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
    margin-right: 0;
  }
  .feature06-small {
    font-size: 1.1rem;
  }
  .feature06-ttl {
    font-size: 1.2rem;
  }
  .feature06-catch {
    margin: 1rem auto;
    width: 96%;
  }
  .feature06-sub {
    font-size: 1.5rem;
  }
  .feature06-icons li {
    margin-top: .5rem;
    margin-right: .5rem;
    font-size: 1rem;
  }
  .feature06-icons li span {
    display: block;
    margin-top: -.5rem;
    font-size: 1rem;
    line-height: 2.2;
  }
  .feature06-txt {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .feature06-em {
    margin-top: 0;
    font-size: 1rem;
  }
  .feature06-list {
    margin-top: 1rem;
  }
  .feature06-list * {
    font-size: 1rem;
  }
  .power-unit {
    width: 100%;
    margin-top: 1rem;
  }
  .power-unit + .power-unit {
    margin-top: 3rem;
  }
  .power-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1rem;
  }
  .power-img {
    margin-left: auto;
    margin-right: auto;
  }
  .power-ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
    height: auto;
  }
  .power-em {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .power-txt {
    margin-top: .5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .power-link {
    margin: auto;
    width: 21.1rem;
    height: 3.8rem;
    font-size: 1.3rem;
  }
  .power-link2 {
    margin: 10px auto auto;
    width: 100%;
    min-width: inherit;
    height: 3.8rem;
    font-size: 1.3rem;
  }
  .power-add + .power-txt {
    margin-bottom: 1.5rem;
  }
  .features-strong {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .features-list {
    margin-top: -2rem;
  }
  .features-list li {
    width: 42%;
    margin-top: 2rem;
    margin-right: 2rem;
    padding: 1.5rem 1rem;
  }
  .features-list li:not(:last-of-type)::after {
    right: -3.5rem;
    font-size: 2.5rem;
  }
  .features-list-ttl {
    font-size: 1.1rem;
  }
  .features-list-txt {
    margin-top: .75rem;
    font-size: 1rem;
  }
  .method {
    margin-top: 1.5rem;
  }
  .method-list {
    margin-top: -1rem;
  }
  .method-list li {
    margin-top: 1rem;
    width: 100%;
    padding: 1.4rem;
  }
  .method-txt {
    font-size: 1rem;
  }
  .method-ttl {
    font-size: 1.5rem;
  }
  .method-small {
    font-size: 1rem;
  }
  .reason {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 4rem auto -1rem;
    padding: 0 1rem;
  }
  .reason-img {
    width: 38%;
  }
  .reason-box {
    text-align: left;
    width: 58%;
  }
  .reason-txt {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4;
  }
  .reason-txt.-large {
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .reason-txt.-small {
    font-size: 1rem;
    line-height: 1.4;
  }
  .reason-txt.-mt {
    margin-top: .25rem;
  }
  .reason-arrow {
    width: 4.9rem;
    height: 4.9rem;
    font-size: 4.9rem;
    margin: 1rem 1rem -2rem;
  }
  .reason-em {
    font-size: 2.85rem;
  }
  .column {
    display: block;
    padding: 1.25rem 2rem 10rem;
    width: calc(100% - 2rem);
    border: .25rem solid #1b80b1;
  }
  .column-unit {
    position: static;
    width: 100%;
  }
  .column-unit + .column-unit {
    margin-top: 1.5rem;
  }
  .column-unit:first-of-type {
    border-right: 0;
    padding-right: 0;
  }
  .column-unit:last-of-type {
    padding-left: 0;
  }
  .column-ttl {
    padding: .6rem 1rem;
    font-size: 1.6rem;
  }
  .column-em {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .column-txt {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .column-img.-illust01 {
    width: 9rem;
    margin-left: 1.75rem;
  }
  .column-img.-illust02 {
    width: 17.7rem;
    bottom: -4rem;
  }

  .c-featureText{
    font-size: 1.1rem;
  }

  .c-featureTextInset{
    padding: 0;
    font-size: 1.1rem;
  }

  .c-featureBalloon{
    padding: 1rem 1rem;
    margin: 3rem 3px 3rem;
    box-shadow: 0 0 0 3px #727171;
    border: 8px solid #FFFFFF;
    border-radius: 8px;
    font-size: 3.4vw;
  }
  .c-featureBalloon span{
    font-size: 3vw;
  }
  .c-featureBalloon:before{
    top: -30px;
  }
  .c-featureBalloon:after{
    top: -36px;
  }

  .c-featureDl{
    padding: 0;
  }
  .c-featureDl dt{
    font-size: 1.4rem;
  }
  .c-featureDl dd{
    padding-left: 1em;
    font-size: 1.1rem;
  }

  .c-featureSCmethodBox__img1{
    margin-top: -1rem;
    font-size: 2.4rem;
  }

  .c-featureRedText{
    font-size: 1.4rem;
    margin: 1rem 1rem;
  }

  .c-featureElementSummary{
    font-size: 4.6vw;
  }

  .c-featureElementImg{
    margin-bottom: 3rem;
  }

  .c-featureElementMessage{
    font-size: 5vw;
  }

  .c-featureIcoWakaru:before{
    left: 10px;
    top: 0;
    width: 63.5px;
    height: 42.5px;
    margin-top: -20px;
    margin-left: 0;
    background-size: contain;
  }
  .c-featureIcoDekiru:before{
    left: 10px;
    top: 0;
    width: 62.5px;
    height: 41.5px;
    margin-top: -20px;
    margin-left: 0;
    background-size: contain;
  }

  .c-feature1_04_2{
    width: 50%;
  }
  .c-feature1_06_2{
    width: 50%;
  }

  .p-featureSystemInner{
    width: auto;
    margin: 2rem 1rem;
  }

  .p-featureSCmethodBox__imgBox1{
  }
  .p-featureSCmethodBox__imgBox1__img{
    position: relative;
    right: auto;
    bottom: auto;
  }
  .p-featureSCmethodBox__imgBox1__img img{
    width: 80%;
    margin: 0 auto;
  }
}

.knowhow-content{
	margin: 1rem 0;	
}
@media screen and (min-width: 1200px) {
    .knowhow-content_page {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
	  text-align: left;
      margin-bottom: 50px ; }
      .knowhow-content_page li {
        width: calc((100% - 40px) / 2);
		font-size: 1.6rem;
		line-height: 2.2; } 
}
@media screen and (max-width: 1199px) {
    .knowhow-content_page {
      margin-bottom: 30px; 
	  text-align: left;}
      .knowhow-content_page li {
		font-size: 1rem;
		line-height: 1.6;} 
}

.knowhow-content_original{
	font-size: 3rem;
	line-height: 2;
	margin-left: 200px;
	text-align: left;
}
.knowhow-content_original span{
	font-size: 4rem;
	border-bottom: solid 2px #E60012;
	text-align: left;
}
@media screen and (max-width: 1199px) {
    .knowhow-content_original {
	  font-size: 1.5rem;
	  margin-left: 0px;
      line-height: 1.8;}
	.knowhow-content_original span{
	  font-size: 2.5rem;
}
}

.p-features-link-btn {
  margin: 90px auto; 
  max-width: 1000px;   
  text-align: center;
}
.p-features-link-btn_inq a {
  color: #e72e5c;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  background-color: #FADCE9;	
  border: 4px solid #e72e5c;
  margin: 0 10px; 	
  padding: 20px 30px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
	.p-features-link-btn {
      margin: 50px auto; 
}
    .p-features-link-btn_inq a {
	  padding: 10px 20px;
	  border-radius: 30px;
	  border: 3px solid #e72e5c;	
      font-size: 1em; }
}
.p-features-link-btn_3 {
  list-style: none;
  padding: 0; 
}
@media screen and (min-width: 768px) {
    .p-features-link-btn_3 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
	  text-align: center;
      margin-bottom: 50px ; }
      .p-features-link-btn_3 li {
        width: calc((100% - 20px) / 3);
        border: 4px solid #0081CC;
		background-color: #FFF;
		font-weight: bold;
		padding: 20px;  
		font-size: 1.5em;
		text-align: center; } 
}
@media screen and (max-width: 767px) {
    .p-features-link-btn_3 {
      margin: 0 10px 30px; }
      .p-features-link-btn_3 li {
        margin-top: 15px;
		border: 3px solid #0081CC;
		background-color: #FFF;  
		padding: 10px;  
		font-weight: bold;
	    font-size: 1em;
	    text-align: center; } 
}

/*====================================
	school21method
====================================*/
.p-guidance__title {
  font-size: 60px;
  text-align: center;	
  line-height: 1.4;
  margin: 70px 0 30px; }
  @media screen and (max-width: 1199px) {
    .p-guidance__title {
      font-size: 2.1rem;
      margin: 8vw 0 3.3vw; } }

.p-guidance__title-fukidashi {
  background: #e5005a;
  color: white;
  display: inline-block;
  padding: 15px;
  font-size: 40px;
  position: relative;
  margin-bottom: 20px; }
  .p-guidance__title-fukidashi::after {
    content: "";
    display: block;
    border-color: #e5005a transparent transparent transparent;
    border-width: 20px 20px 20px 20px;
    border-style: solid;
    position: absolute;
    bottom: -40px;
    left: 20px; }
  @media screen and (max-width: 900px) {
    .p-guidance__title-fukidashi {
      padding: 1.6vw;
      font-size: 4.4vw;
      margin-bottom: 2.2vw; }
      .p-guidance__title-fukidashi::after {
        border-width: 2.2vw 2.2vw 2.2vw 2.2vw;
        bottom: -4.4vw;
        left: 2.2vw; } }

.p-guidance__title-large {
  font-size: 80px; }
  @media screen and (max-width: 900px) {
    .p-guidance__title-large {
      font-size: 8.8vw; } }

.p-guidance__title-red {
  color: #a84b2d; }

.p-guidance__title-red-graf, .p-guidance__title-red-graf--325, .p-guidance__title-red-graf--15, .p-guidance__title-red-graf--125, .p-guidance__title-red-graf--4, .p-guidance__title-red-graf--35 {
  color: #e5005a;
  position: relative;
  display: inline-block; }
  .p-guidance__title-red-graf span, .p-guidance__title-red-graf--325 span, .p-guidance__title-red-graf--15 span, .p-guidance__title-red-graf--125 span, .p-guidance__title-red-graf--4 span, .p-guidance__title-red-graf--35 span {
    position: relative; }
  .p-guidance__title-red-graf::before, .p-guidance__title-red-graf--325::before, .p-guidance__title-red-graf--15::before, .p-guidance__title-red-graf--125::before, .p-guidance__title-red-graf--4::before, .p-guidance__title-red-graf--35::before {
    content: "";
    display: block;
    border-color: transparent #a84b2d #a84b2d transparent;
    border-width: thick;
    border-style: solid;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0; }
  .p-guidance__title-red-graf--325::before {
    border-width: 0.5em 3.25em; }
  .p-guidance__title-red-graf--15::before {
    border-width: 0.5em 1.5em; }
  .p-guidance__title-red-graf--125::before {
    border-width: 0.5em 1.25em; }
  .p-guidance__title-red-graf--4::before {
    border-width: 0.5em 4em; }
  .p-guidance__title-red-graf--35::before {
    border-width: 0.5em 3.5em; }

.p-guidance__anki-head {
  background: #002b69;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-head {
      padding: 2.2vw; } }

.p-guidance__anki-head-small {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-head-small {
      font-size: 3.3vw; } }

.p-guidance__anki-head-large {
  font-size: 70px;
  font-weight: bold;
  margin-left: 10px; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-head-large {
      font-size: 7.7vw;
      margin-left: 1.1vw; } }

.p-guidance__anki-body {
  border: 2px solid #002b69;
  padding: 15px; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-body {
      padding: 1.6vw; } }

.p-guidance__anki-inner-head {
  text-align: center; }
  .p-guidance__anki-inner-head span {
    border: 2px solid #002b69;
    display: inline-block;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #002b69; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-inner-head span {
      padding: 1.6vw;
      font-size: 3.3vw; } }

.p-guidance__anki-caption {
  text-align: right;
  margin-top: 10px; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-caption {
      margin-top: 1.1vw; } }

@media screen and (min-width: 901px) {
  .p-guidance__anki-list {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media screen and (max-width: 900px) {
  .p-guidance__anki-list {
    margin-top: 1.6vw; } }

@media screen and (min-width: 901px) {
  .p-guidance__anki-item {
    width: calc((100% - 15px) / 2);
    margin-top: 15px; }
    .p-guidance__anki-item:nth-of-type(-n + 2) {
      margin-top: 0; } }

@media screen and (max-width: 900px) {
  .p-guidance__anki-item {
    margin-top: 1.6vw; }
    .p-guidance__anki-item:not(:first-child) {
      margin-top: 1.6vw; } }

.p-guidance__anki-item-head {
  background: #002b69;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-item-head {
      font-size: 3.3vw;
      padding: 1.1vw; } }

.p-guidance__anki-item-body {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-item-body {
      margin-top: 1.1vw; } }

.p-guidance__anki-item-img {
  width: 40%; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-item-img {
      width: 30%; } }
  @media screen and (min-width: 1200px) {
    .p-guidance__anki-item-img img {
      width: 100%; } }


.p-guidance__anki-item-detail {
  width: calc(60% - 10px); }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-item-detail {
      width: calc(70% - 10px); } }

.p-guidance__anki-item-text {
  line-height: 1.4em;
  font-size: 20px; }
  @media screen and (max-width: 900px) {
    .p-guidance__anki-item-text {
      font-size: 12px; } }

.know-how_area {
  width: 100rem;
  text-align: center;	
  margin: auto; 
}
.know-how_area_pink {
  margin-top: 7rem;
  margin-bottom: 7rem;	
  padding-top: 3rem;	
  padding-bottom: 3rem;
  background-color: #f6e5ec;
}
.know-how_area_txt {
  line-height: 2.2;
  font-size: 2rem;
  margin: 0 0 2.2em;
  text-align: center;
  padding: 3rem;	
  border: 2px solid #e72e5c;		
}
.know-how_subttl {
  display: block;
  font-size: 3rem;
  font-weight: bold;	
  line-height: 2;	
  margin: 0 auto 3rem; 
  text-align: center;	
  border-bottom: 3px solid #e72e5c;	
}
.know-how_subttl span {
  font-size: 1.8rem;
}
  @media screen and (max-width: 1199px) {
    .know-how_area_txt {
	  margin: 0 1rem 1.5em;
	  padding: 1.5rem 1rem;		
      font-size: 1.2rem; } 	  
    .know-how_area {
	  width: 100%;
	  margin-top: 3rem;	
	  padding: 0 1rem;	
      font-size: 1.1rem; } 
    .know-how_area_pink {
      margin-top: 5rem;
      margin-bottom: 5rem; }	  
    .know-how_area_text {	
      font-size: 1.2rem; }
    .know-how_subttl {
      font-size: 1.9rem;
      line-height: 1.5;		
      margin: 0 auto 1rem;}
    .know-how_subttl span {
      font-size: 1.2rem;
      margin: 0 0 1rem;	}
}

.know-how_2conts {
  list-style: none;
  padding: 0; 
}
.know-how_2conts span {
  font-weight: bold; 		  
  color: #003B83; }
.know-how_2conts strong {		  
  color: #e72e5c; }	

@media screen and (min-width: 1200px) {
    .know-how_2conts {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 3rem; }
      .know-how_2conts li {
        width: calc((100% - 60px) / 2);
		text-align: left;
	    font-size: 2rem;
	    line-height: 2.2;} 	  
      .know-how_2conts p {
        font-size: 1.8rem;  
		line-height: 2.2;  
        padding-left: 1em;}	
      .know-how_2conts img {
        margin-top: 2rem; }	
}
@media screen and (max-width: 1199px) {
    .know-how_2conts {
      margin-bottom: 3rem; }
      .know-how_2conts li {
	    text-align: left; 
	    font-size: 1.3rem;
	    line-height: 2.2;}
      .know-how_2conts p {
        font-size: 1.2rem; 
		line-height: 2.2;  
        padding-left: 1em;}	
      .know-how_2conts img {
		margin-top: 1rem;  
        max-width: 370px; }
}

@media screen and (min-width: 1200px) {
  .know-how_flex {
    display: flex;
    justify-content: space-between; 
	margin-bottom: 3rem;} 
}
@media screen and (max-width: 1199px) {
  .know-how_flex {
    text-align: center;
	margin-bottom: 3rem;} 
}
.know-how_flex-text {
  text-align: left;  
  line-height: 2.2; 
}
.know-how_flex-text span {
  font-weight: bold; 
  color: #003B83; 
}
.know-how_flex-text strong {
  color: #e72e5c; 
}	
  @media screen and (min-width: 1200px) {
    .know-how_flex-text {
	  font-size: 2rem;
	  line-height: 2.2;	
      width: calc(100% - 400px); } 
    .know-how_flex-text p {
      font-size: 1.8rem; 
	  line-height: 2.2;	
	  padding-left: 1em;}	  
}
  @media screen and (max-width: 1199px) {
    .know-how_flex-text {
	  font-size: 1.3rem;
	  line-height: 2.2;	
      margin-top: 1rem; } 
    .know-how_flex-text p {
      font-size: 1.2rem; 
	  line-height: 2.2;	
	  padding-left: 1em;}	  
}
.know-how_flex-img {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .know-how_flex-img {
      width: 370px; } 
}
  @media screen and (max-width: 1199px) {
    .know-how_flex-img {
      max-width: auto; }
      .know-how_flex-img img {
        max-width: 370px; }
      .know-how_flex-img {
        margin-top: 1rem; }
}

@media screen and (max-width: 767px) {
  .features-catch__flex {
    margin-top: 2.5rem;
  }	
  .features-catch__flex-ttl {
    text-align: center;
    width: calc(100% - 34%);
    margin-top: 10px;	
  }	
  .features-catch__flex-img {
    text-align: center; 
    width: 15%; 
  }	
  .features-catch__flex-img img {
    width: 70%; 
  }	
  .features-catch-circle2025 {
    margin: auto;
    padding: 5px 15px;		  
    font-size: 1.3rem;
  }
  .features-catch-ttl2025 {
    margin-top: 1rem;
    font-size: 2.8rem;
  }			
}
