.second_page {
  padding-top: 20px;
}
#sec01 {
  background-color: #FCF7F2;
  padding: 70px 0;
  position: relative;
  margin-bottom: 100px;
}
#sec01::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 60px solid #fcf7f2;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  transform: translatex(50%);
  right: 50%;
}
#sec01 h2 {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
  color: #3A3A3A;
  margin-bottom: 35px;
}
#sec01 .h2_l {
  font-size: 37px;
  font-size: 3.7rem;
}
#sec01 .orange {
  font-size: 44px;
  font-size: 4.4rem;
  color: #F85E15;
}
#sec01 .l_flex {
	    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}
#sec01 ul li {
  margin-bottom: 30px;
}
#sec01 ul li:first-child {
	width: 36.55%;
}
#sec01 ul li:nth-child(2) {
	width: 60.75%;
}
#sec01 ul li:nth-child(3) {
	width: 54.51%;
}
#sec01 ul li:last-child {
	width: 43.97%;
}
#sec01 .nayami_img {
  text-align: center;
	    width: 30%;
    margin: 0 auto;
}
#sec01 .kaizen {
	margin-top: 40px;
	text-align:center;
}
#sec01 .kaizen .txt-l {
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 15px;
	font-weight: bold;
}
#sec01 .kaizen .txt-l span {
	font-size: 42px;
	font-size: 4.2rem;
	color: #F85E15;
}
#sec01 .kaizen .txt-s {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
}
#sec03 {
  background-color: #FCF7F2;
  padding: 70px 0 95px;
}
#sec03 h2 {
  color: #070707;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}
#sec03 h2 .orange {
  color: #FF6E00;
  font-size: 48px;
  font-size: 4.8rem;
}
#sec03 dl {
  width: calc(33.33% - 35px);
  margin-right: 35px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 35px;
  margin-top: 50px;
  position: relative;
}
#sec03 dl:first-child::before {
  content: "";
  background: url("../images/listing/p_01.svg");
  background-repeat: no-repeat;
  height: 10%;
  width: 10%;
  position: absolute;
  top: -25px;
  left: 40px;
}
#sec03 dl:nth-child(2)::before {
  content: "";
  background: url("../images/listing/p_02.svg");
  background-repeat: no-repeat;
  height: 10%;
  width: 10%;
  position: absolute;
  top: -25px;
  left: 40px;
}
#sec03 dl:last-child::before {
  content: "";
  background: url("../images/listing/p_03.svg");
  background-repeat: no-repeat;
  height: 10%;
  width: 10%;
  position: absolute;
  top: -25px;
  left: 40px;
}
#sec03 dl:last-child {
  margin-right: 0;
}
#sec03 dt {
  color: #EE6600;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin-bottom: 25px;
  height: 54px;
  margin-top: 20px;
}
#sec03 dd img {
  margin-bottom: 20px;
}
#sec03 dd p {
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 1200px) {
  #sec03 dl dt {
    height: 54px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1150px) {
  #sec03 dl dt {
    height: auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #sec03 {
    background-color: #FCF7F2;
    padding: 70px 0 95px;
  }
  #sec03 h2 {
    color: #373737;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3rem;
	margin-bottom: 30px;
  }
  #sec03 h2 .orange {
    color: #F97612;
    font-size: 32px;
    font-size: 3.2rem;
  }
  #sec03 dl {
    width: 100%;
    margin-right: 0;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 15px 35px;
    margin-top: 50px;
    position: relative;
	height: auto;
	margin-top: 0;
	margin-bottom: 50px;
  }
  #sec03 dl:first-child::before {
    content: "";
    background: url("../images/listing/p_01.svg");
    background-repeat: no-repeat;
    height: 20%;
    width: 10%;
    position: absolute;
    top: -25px;
    left: 40px;
  }
  #sec03 dl:nth-child(2)::before {
    content: "";
    background: url("../images/listing/p_02.svg");
    background-repeat: no-repeat;
    height: 20%;
    width: 10%;
    position: absolute;
    top: -25px;
    left: 40px;
  }
  #sec03 dl:last-child::before {
    content: "";
    background: url("../images/listing/p_03.svg");
    background-repeat: no-repeat;
    height: 20%;
    width: 10%;
    position: absolute;
    top: -25px;
    left: 40px;
  }
  #sec03 dl:last-child {
    margin-right: 0;
  }
  #sec03 dt {
    color: #F26900;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    margin-bottom: 10px;
  }
  #sec03 dl dt {
    height: auto;
    margin-top: 20px;
  }
  #sec03 dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec03 dd img {
    margin-bottom: 20px;
    width: 35%;
  }
  #sec03 dd p {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .second_page {
    padding-top: 20px;
  }
  #sec01 {
    background-color: #FCF7F2;
    padding: 70px 0 0;
    position: relative;
    margin-bottom: 90px;
  }
  #sec01::after {
    content: "";
    position: absolute;
    top: 100%;
  }
  #sec01 h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 40px;
  }
  #sec01 .h2_l {
    font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: 0.3rem;
  }
  #sec01 .orange {
    font-size: 37px;
    font-size: 3.7rem;
    color: #F85E15;
  }
  #sec01 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
	#sec01 ul li:first-child,#sec01 ul li:nth-child(2),#sec01 ul li:nth-child(3),#sec01 ul li:last-child {
    width: 100%;
}
	#sec01 .nayami_img {
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
	#sec01 .kaizen .txt-l {
    font-size: 22px;
		font-size: 2.2rem;
		    line-height: 38px;
	}
	#sec01 .kaizen .txt-l span {
    font-size: 30px;
		font-size: 3.0rem;
	}
	#sec01 .kaizen .txt-s {
    font-size: 18px;
    font-size: 1.8rem;
		line-height: 30px;
	}
  #sec03 {
    background-color: #FCF7F2;
    padding: 70px 0 45px;
  }
  #sec03 h2 {
    color: #373737;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3rem;
	margin-bottom: 50px;
  }
  #sec03 h2 .orange {
    color: #F97612;
    font-size: 32px;
    font-size: 3.2rem;
  }
  #sec03 dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  #sec03 dt {
    color: #F26900;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    margin-bottom: 10px;
	height: auto;
    margin-top: 0;
  }
  #sec03 dl:first-child::before {
    content: "";
    background: url("../images/listing/p_01.svg");
    background-repeat: no-repeat;
    height: 10%;
    width: 10%;
    left: 5%;
  }
  #sec03 dl:nth-child(2)::before {
    content: "";
    background: url("../images/listing/p_02.svg");
    background-repeat: no-repeat;
    height: 10%;
    width: 10%;
    left: 5%;
  }
  #sec03 dl:last-child::before {
    content: "";
    background: url("../images/listing/p_03.svg");
    background-repeat: no-repeat;
    height: 10%;
    width: 10%;
    left: 5%;
  }
  #sec03 dd img {
    width: 100%;
    margin-bottom: 20px;
  }
  #sec03 dd p {
    width: 100%;
  }
}
#flow {
	padding: 80px 0 55px;
	background: #FAFAFA;
}
#flow .cmn_w {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}
#flow h2,#faq h2 {
	margin-bottom: 35px;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
#flow .col4 {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}
#flow dl {
	padding: 15px 5px;
	background: #fff;
	border: 1px solid #F8802A;
	position: relative;
}
#flow dl::before {
	content: "▶";
	color: #F8802A;
	position: absolute;
	    top: 37%;
    right: -8.5%;
    font-size: 20px;
}
#flow dl:last-child::before {
	content: none;
}
#flow dt {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
}
#flow dt span {
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
	color: #fff;
	background: #FF8327;
	display: inline-block;
	border-radius: 13px;
	    padding: 2px 10px;
    font-size: 16px;
    line-height: 1;
}
@media (max-width: 980px) {
	#flow .col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
}
@media (max-width: 768px) {
	#flow {
		padding: 60px 0 45px;
	}
	#flow h2 {
    margin-bottom: 20px;
}
	#flow .col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
	#flow dl::before {
		content: none;
	}
	#flow dt {
    font-size: 18px;
    font-size: 1.8rem;
		    margin-bottom: 3px;
	}
	#flow dt span {
		font-size: 14px;
		    margin-bottom: 2px;
	}
}
#faq {
	padding: 100px 0;
}
#faq h2 {
	margin-bottom: 35px;
}
#faq h2 span {
	font-size: 25px;
	font-size: 2.5rem;
	display: block;
}
@media (max-width: 768px) {
	#faq {
    padding: 70px 0;
}
	#faq h2 span {
    font-size: 21px;
		font-size: 2.1rem;
	}
}
#faq .faq-list {
  max-width: 1080px;
  margin: 30px auto 0;
}
#faq .faq-list dt {
  background: #f5f5f3;
  padding: 16px 20px 16px 50px;
  font-weight: 700;
  position: relative;
  margin-top: 12px;
  font-size: 17px;
  border-radius: 2px;
}
#faq .faq-list dt::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 14px;
  background: #F39800;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  border-radius: 50%;
  font-size: 17px;
}
#faq .faq-list dd {
  padding: 14px 20px 14px 50px;
  position: relative;
  line-height: 1.9;
  color: #555;
}
#faq .faq-list dd::before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  border-radius: 50%;
  font-size: 12px;
}
@media (max-width: 768px) {
	#faq .faq-list dt {
		    font-size: 18px;
	}
	#faq .faq-list dt::before {
		top: 18px;
	}
	#faq .faq-list dd {
		font-size: 16px;
		line-height: 28px;
    letter-spacing: 0;
	}
}
#meo-section {
  padding: 60px 0 150px;
}
#meo-section .meo-heading {
  color: #F97612;
  font-size: 45px;
	font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.05em;
}
#meo-section .meo-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
#meo-section .meo-text-area {
  width: 46.15%;
}
#meo-section .meo-lead-text {
  font-size: 21px;
	font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 24px;
}
#meo-section .meo-paragraph {
	font-size: 17px;
  line-height: 30px;
  margin-bottom: 30px;
}
#meo-section .meo-paragraph:last-child {
  margin-bottom: 0;
}
#meo-section .meo-bold {
  font-weight: 700;
}
#meo-section .meo-image-area {
  width: 50.07%;
}
#meo-section .meo-image {
  max-width: 100%;
  object-fit: contain;
}
#meo-section .meo-service-box {
  position: relative;
  border: 1px solid #F26900;
  padding: 65px 30px 30px;
  margin-top: 50px;
  background-color: #ffffff;
}
#meo-section .meo-service-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F26900;
  color: #ffffff;
  font-size: 31px;
	font-size: 3.1rem;
  font-weight: bold;
  padding: 5px 40px;
  border-radius: 50px;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
#meo-section .meo-service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
#meo-section .meo-service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  width: 100%;
}
#meo-section .meo-service-item {
  font-size: 21px;
	font-size: 2.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#meo-section .meo-service-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #f36c21;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#meo-section {
    padding: 10px 0 90px;
}
  #meo-section .meo-heading {
    font-size: 33px;
	  font-size: 3.3rem;
    margin-bottom: 30px;
  }
  #meo-section .meo-flex-container {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  #meo-section .meo-lead-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #meo-section .meo-paragraph {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  #meo-section .meo-service-box {
    padding: 35px 16px 24px;
    margin-top: 30px;
  }
  #meo-section .meo-service-badge {
   font-size: 20px;
        padding: 5px 17px;
  }
  #meo-section .meo-service-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-left: 10px;
  }
  #meo-section .meo-service-item {
    font-size: 15px;
  }
	#meo-section .meo-text-area {
    width: 100%;
}
	#meo-section .meo-image-area {
    width: 100%;
}
}
#meo-recommendation {
  padding: 100px 0;
}
#meo-recommendation *, #meo-recommendation *::before, #meo-recommendation *::after {
  box-sizing: border-box;
}
#meo-recommendation .section-header {
  text-align: center;
  margin-bottom: 40px;
}
#meo-recommendation .section-subtitle {
  font-size: 29px;
	font-size: 2.9rem;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
#meo-recommendation .section-title {
  font-size: 43px;
	font-size: 4.3rem;
  font-weight: bold;
  color: #FF6E00;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
#meo-recommendation .card-grid {
      gap: 30px 35px;
    margin-bottom: 45px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
#meo-recommendation .card-item {
  border: 1px solid #EFDED1;
  border-radius: 10px;
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#meo-recommendation .card-title {
  font-size: 25px;
	font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: center;
}
#meo-recommendation .card-image-wrap {
  width: 100%;
  margin-bottom: 16px;
}
#meo-recommendation .card-desc {
  line-height: 26px;
  text-align: left;
}
#meo-recommendation .tag-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
#meo-recommendation .tag-item {
  background-color: #F26900;
  color: #ffffff;
  font-size: 23px;
	font-size: 2.3rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
}
#meo-recommendation .recommend-footer {
  text-align: center;
}
#meo-recommendation .recommend-lead {
  font-size: 30px;
	font-size: 3.0rem;
  font-weight: 500;
  margin: 0 0 8px 0;
}
#meo-recommendation .recommend-main {
  font-size: 30px;
	font-size: 3.0rem;
  font-weight: 500;
  margin: 0;
}
#meo-recommendation .highlight-orange {
   font-size: 37px;
	font-size: 3.7rem;
  font-weight: bold;
  color: #FF6E00;
}
@media screen and (max-width: 767px) {
  #meo-recommendation {
    padding: 60px 0;
  }
	#meo-recommendation .section-header {
    margin-bottom: 25px;
}
  #meo-recommendation .section-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #meo-recommendation .section-title {
        font-size: 32px;
    font-size: 3.2rem;
  }
  #meo-recommendation .card-grid {
	      grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
  #meo-recommendation .card-item {
    width: 100%;
    padding: 20px 16px;
  }
  #meo-recommendation .tag-container {
    gap: 8px;
  }
  #meo-recommendation .tag-item {
    width: calc(50% - 4px);
    font-size: 19px;
	  font-size: 1.9rem;
	  text-align: center;
    padding: 10px 8px;
	  align-content: center;
	          line-height: 27px;
  }
  #meo-recommendation .recommend-lead,#meo-recommendation .recommend-main {
    font-size: 21px;
	  letter-spacing: 0;
  }
	#meo-recommendation .highlight-orange {
    font-size: 27px;
		font-size: 2.7rem;
		letter-spacing: 0;
	}
}
#aio-section {
  padding: 100px 0 130px;
  box-sizing: border-box;
  line-height: 1.8;
}
#aio-section .aio-header {
  text-align: center;
  margin-bottom: 60px;
}
#aio-section .aio-title {
  font-size: 40px;
  font-weight: bold;
  color: #F26900;
  margin: 0;
  letter-spacing: 0.02em;
}
#aio-section .aio-title span {
  font-size: 50px;
  font-weight: bold;
  color: #F26900;
}
#aio-section .aio-subtitle {
  font-size: 27px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.02em;
}
#aio-section .aio-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#aio-section .aio-text-area {
  flex: 1;
  max-width: 520px;
}
#aio-section .aio-lead-text {
  font-size: 17px;
  margin-bottom: 30px;
  text-align: justify;
}
#aio-section .aio-highlight-text {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 24px;
}
#aio-section .aio-note {
  font-size: 13px;
  color: #666666;
  margin-bottom: 32px;
}
#aio-section .aio-btn-container {
  margin-top: 10px;
}
#aio-section .aio-btn {
  display: inline-block;
  background-color: #ea5504;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 42px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
#aio-section .aio-btn:hover {
  background-color: #d14700;
  transform: translateY(-2px);
	opacity: 1;
}
#aio-section .aio-image-area {
  flex: 1.1;
}
#aio-section .aio-image {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #aio-section {
    padding: 80px 0;
  }
  #aio-section .aio-header {
    margin-bottom: 36px;
  }
  #aio-section .aio-title {
    font-size: 27px;
    margin-bottom: 12px;
	          line-height: 45px;
  }
	#aio-section .aio-title span {
		font-size: 37px;
	}
  #aio-section .aio-subtitle {
    font-size: 21px;
  }
  #aio-section .aio-content {
    flex-direction: column;
    gap: 32px;
  }
  #aio-section .aio-text-area {
    max-width: 100%;
    width: 100%;
	  order:2;
  }
  #aio-section .aio-lead-text {
    margin-bottom: 24px;
  }
  #aio-section .aio-highlight-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #aio-section .aio-note {
    font-size: 12px;
    margin-bottom: 24px;
  }
  #aio-section .aio-btn-container {
    text-align: center;
  }
  #aio-section .aio-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 14px 20px;
    text-align: center;
  }
  #aio-section .aio-image-area {
    width: 100%;
	  order: 1;
  }
}
@media (max-width: 768px) {
	#blog_service h2 {
        font-size: 30px;
        letter-spacing: 0;
    }
}