
.accordionbox {
    width: 1200px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin: 10px auto 10px auto;
}
dl.accordionlist {
    margin-top: 0px;
}
.accordionlist dt {
    display: block;
    background: #fff;
    padding: 30px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}
.accordionlist dt:first-child{
border-top: none !important;
}
.accordionlist dt .title {
padding-left: 10px;
float: left;
font-size: 14px;
font-weight: 600;
}
.accordionlist dd {
    display: none;
    background: #fff;
    padding: 0 100px 30px 15px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-left:0;
}
.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
}
.accordion_icon span {
    position: absolute;
left: 6px;
width: 50%;
    height: 2px;
background-color: #f38b00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
top: 5px;
    transform: rotate(0deg);
-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
top: 5px;
    transform: rotate(90deg);
-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    display:none;
}
.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
section#faq-list {
        max-width: 60%;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.94vw;
}
h2.headline-section {
    font-size: 2vw;
}
.container.wp {
    margin: 70px 0 0 0;
    max-width: 1240px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.banner {
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    margin: 90px 0 0 0;
}
img.bimg {
    width: 20%;
}
img.conts {
    width: 50%;
    margin-bottom: 40px;
}
p.scrt-fade.visible {
    font-size: 0.9vw;
    line-height: 1.6vw;
}
img.roc {
    width: 90%;
}
span.kerning-wide {
    color: #3ca26d;
}
.conceoimeg {
text-align: center;
}
#Platform .Platform-list {
    width: 1100px;
    margin: 0 auto 50px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: distribute;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}
.Platform-list li {
    float:left;
    width: 49%;
    margin: 0 0 24px;
    border-radius: 8px;
    font-size: 0.9vw;
    text-align: center;
    background: #cfe7db;
    padding: 2% 2% 3%;
    box-sizing: border-box;
}
.Platform-list li p {
    font-weight: bold;
    text-align: center;
    font-size: 1vw;
    margin-bottom: 2%;
    color: #463333;
    position: relative;
    margin-top: 3%;
}
li.left {
    margin-right: 2%;
}
.toouroku {
    background: #fff;
    text-align: center;
    padding: 50px;
}
a.touroku {
    background: #ee9c37;
    padding: 20px 105px;
    border-radius: 30px;
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
}
.Platform-Inner {
    height: 415px;
}
h2.headline-section {
    padding-top: 50px;
    margin-bottom: 50px;
}
.conceoimeg2 {
    display: none;
}
@media (max-width: 768px) {
span.kerning-wide {
    color: #3ca26d;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
h2.headline-section {
    padding-top: 30px;
    margin-bottom: 30px;
}
.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    margin-top: 15px;
}
img.conts {
    width: 80%;
    margin-bottom: 40px;
}
p.scrt-fade.visible {
    font-size: 15px;
    line-height: 30px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
}
.toouroku {
    clear: both;
    background: #fff;
    text-align: center;
    padding: 50px 0 10px;
}
a.touroku {
    background: #ee9c37;
    padding: 20px 105px;
    border-radius: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    background: #088a48;
    padding: 4% 22%;
    color: #fff;
}
.conceoimeg {
    text-align: center;
    visibility: hidden;
}

.conceoimeg2 {
    text-align: center;
visibility: visible;    display: list-item;
}
.toouroku.first {
    margin-top: -175px;
}
li.left {
    margin-right: 0%;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}
.Platform-list li p {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    color: #463333;
    position: relative;
}
.Platform-list li {
    float: left;
    width: 49%;
    margin: 0 0 10px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    background: #cfe7db;
    padding: 8px;
    box-sizing: border-box;
    margin-right: 0%;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}
img.roc {
    width: 100%;
    margin: 15px 0 0 0;
}
}
.row.jsStanby {
    width: 80vw;
    margin: 0 auto 0rem;
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: clamp(16px, 4vw, 32px);
}
img.roc {
    width: 85%;
    margin: 0 auto;
    display: block;
}
img.conts {
    width: 55%;
    margin-top: -12%;
    margin-bottom: 1%;
}
p.scrt-fade.visible {
    font-weight: 400;
    -webkit-text-stroke: 0.02vw;
    font-size: 1.8rem !important;
    line-height: 3.6rem;
    margin: 3% 15% 0;
}
.maintitle {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 5%;
    font-weight: 600;
    letter-spacing: 0.1vw;
    text-align: center;
    line-height: 4vw;
    margin: 7% 0 3%;
}
a.linkbtn.link-box_btn_flex.js-item2 {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}
span.milead {
    font-size: 1.9rem;
    margin: 0 0.5%;
    letter-spacing: 0px;
}
.marker-animation.active {
    background-position: -100% 1vw;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -moz-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -ms-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -o-linear-gradient(left, transparent 50%, #edff4a 0%);
    background: linear-gradient(transparent 72%, rgba(255, 246, 130, .82) 0);
    background-image: linear-gradient(left, transparent 50%, #edff4a 0%);
    background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-position: 0 0.8em;
    transition: all 2s ease;
    animation-delay: 10s;
}
button.btn-menu {
    background: none;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.link-box_btn {
    background-color: white;
    border-radius: 1000px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    border: solid white 1px;
    overflow: hidden;
    text-align: center;
    padding: 1% 8%;
    width: 37%;
}
.link-box_btn {
    background-color: black;
    border-radius: 1000px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    border: solid white 1px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 6%;
    padding: 1%;
    color: #fff;
}
.link-box_btn_flex {
    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;
    padding: 0% 0;
}

.l-trouble{
	background: #ffffff;
    position: relative;
}

.l-then{
	background: #80d52c;
    position: relative;
}
.l-then:after {
    content: '';
    display: block;
    width: 0; height: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 0; bottom: 0;
}

.l-coach{
	background: #ffffff;
    position: relative;
}
.l-coach:after {
    content: '';
    display: block;
    width: 0; height: 0;
    border-style: solid;
    border-width: 10vw 0 0 100vw;
    border-color: transparent transparent transparent #ffe728;
    position: absolute;
    left: 0; bottom: 0;
}
.l-then .title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 1.6vw;
    margin: 0 0.5%;
    letter-spacing: 0px;
    color: #020202;
    padding-top: 4%;
}
.l-program{
	background: #ffe728;
    position: relative;
}
.l-program:after {
    content: '';
    display: block;
    width: 0; height: 0;
    border-style: solid;
    border-width: 10vw 0 0 100vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 0; bottom: 0;
}

.l-then .list{
    width: 100%;
    max-width: 100%;
    margin: 4% auto 0;
    height: 43vw;
}
@media screen and (max-width: 980px) {
	.l-then .list {
		width: 90%;
		max-width: 100%;
		margin: 55px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-then .list {
		margin: 18px auto 0;
	}
}
img.img {
    width: 33%;
    padding: 3%;
    border-radius: 100%;
}
.l-then .list li {
    width: 48%;
    float: left;
    display: flex;border-radius: 30px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 22px 1% 22px 1%;
    background: #ffffff;
    margin: 1%;
}
@media screen and (max-width: 750px) {
	.l-then .list li{
		display: block;
		margin-bottom: 15px;
		padding: 24px 20px 32px 20px;
	}
}

@media screen and (max-width: 750px) {
	.l-then .list li .img{
		display: block;
		margin: 0 auto;
	}
}

.l-then .list li:last-child{
	margin-bottom: 0px;
}
.l-then .list li .text{
    margin-left: 1%;
    margin-right: 3%;
}
@media screen and (max-width: 750px) {
	.l-then .list li .text{
		margin-top: 24px;
		margin-left: 0px;
		padding: 0 20px;
	}
}

.l-then .list li .text .sub_title{
	margin-bottom: 25px;
	font-size: 2.2rem;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.l-then .list li .text .sub_title{
		margin-bottom: 20px;
		font-size: 2rem;
		text-align: center;
	}
}

.l-then .list li .text .lead{
    font-size: 1vw;
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    line-height: 1.8;
}
@media screen and (max-width: 750px) {
	.l-then .list li .text .lead{
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: center;
	}
}

.l-then .button__area{
	margin: 100px auto 0;
}
@media screen and (max-width: 980px) {
	.l-then .button__area{
		width: 80%;
		margin: 80px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.l-then .button__area{
		width: 80%;
		margin: 30px auto 0;
	}
}

.l-then .button__area .catch{
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.l-then .button__area .catch{
		font-size: 2.2rem;
	}
}

.l-then .button__area .link{
	margin: 0 auto;
    left: 0; right: 0;
}
@media screen and (max-width: 750px) {
	.l-then .button__area .link{
		width: 90%;
    	font-size: 1.9rem;
	}
}
.l-max-width {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.l-then .list li .text .sub_title {
    margin-bottom: 25px;
    font-size: 1.3vw;
    font-weight: bold;
}
.l-then .title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 1.6vw;
    margin: 0 0.5%;
    letter-spacing: 0px;
    color: #020202;
    padding-top: 4%;
}
span.lead {
    background: #000;
    color: #fff;
    padding: 1%;
    margin-bottom: 0%;
    margin-left: 2%;
    display: inline;
    line-height: 2vw;
}
.awardentry_box {
    clear: both;
    display: flex;
    margin: 13% 2% 0;
}
.award_box {
    margin: 1%;
    background: #e0e0e0;
    padding: 4% 2.5% 5%;
    border-radius: 20px;
    width: 100%;
}
p.text {
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    font-size: 1vw;
    height: 4vw;
    /* border-bottom: 1px; */
    line-height: 1.4vw;
    background: #fff;
    padding: 5% 5%;
    height: 10vw;
}
p.text.lead {
    height: 3vw;
    font-size: 0.94vw;
    font-weight: 500;
    -webkit-text-stroke: 0.02vw;
    line-height: 1.3vw;
}
p.bumon {
    font-size: 0.94vw;
    color: #fff;
    background: #000;
    width: 27%;
    text-align: center;
    padding: 1% 2%;
    margin: 0 0 4% 0;
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    letter-spacing: 1px;
}
p.cataward {
font-size: 1vw;
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    margin-bottom: 4%;
    text-decoration: underline;
}
a.centergo.i-btn.awardapy {
    height: 4vw;
    font-weight: 500;
    -webkit-text-stroke: 0.06vw;
}
@media screen and (max-width:780px) {
.awardentry_box {
    display: inline-block;
}
p.cataward {
    font-size: 13px;
    font-weight: 500;
    -webkit-text-stroke: 0.08vw;
    margin: 4% 0;
    text-decoration: underline;
}
p.text.lead {
    height:auto;
    font-size: 13px;
    font-weight: 500;
    -webkit-text-stroke: 0.08vw;
    line-height: 16px;
}
}
p.bumon {
    font-size: 0.94vw;
    color: #fff;
    background: #000;
    width: 27%;
    text-align: center;
    padding: 1% 2%;
    margin: 0 0 4% 0;
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    letter-spacing: 1px;
}
/*メインビジュアル*/
#top-main {
  background: url(https://wp.inacome.jp/wp-content/uploads/2023/06/top2.jpg) top center repeat-y;
  height: auto;
  padding: 20rem 0 10rem;
  overflow: hidden;    background-size: 100%;
}
img.subimage {
    width: 85%;
    margin-top: -15%;
}
.m_inner {
  position: relative;
  height: auto;
  width: 96%;
  margin: 0 auto;
}
#top-main .copy { float: left; }
#top-main h1 {}
#top-main h2 {
    line-height: 1.8;
    color: #000;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: .14rem;
    margin: 1.8rem 0 1.3rem 2.7rem;    font-family: "Yu Gothic Medium","游ゴシック Medium","Yu Gothic";
}
#top-main h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: .25rem;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-top: 1%;
    padding-top: 2%;
}
#top-main h3 span { font-weight: 800;}
#top-main .color { color: #ffe421;}
#top-main h4 {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .02rem;
  line-height: 1.8;
}
#top-main ul.point {
    width: max-content;
    height: 13rem;
    margin: 4% 0 0 6%;
}
#top-main ul.point li {
    float: left;
    height: 10vw;
    width: 10vw;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 17px;
    text-align: center;
    padding-top: 4vw;
    line-height: 1.6vw;
    font-size: 1.2vw;
    font-weight: 800;
    color: #000000;
    letter-spacing: 0.5px;
}
#top-main ul.point li:nth-child(1) { background: url(../img/top-main_usp1.png) #fff center 2rem no-repeat;}
#top-main ul.point li:nth-child(2) { background: url(../img/top-main_usp2.png) #fff center 1.5rem no-repeat;}
#top-main ul.point li:nth-child(3) { background: url(../img/top-main_usp3.png) #fff center 2rem no-repeat; margin-right: 0;}
.applygo {
    background: #000;
    margin: 0 10%;
    border-radius: 60px;
    padding-bottom: 1%;
}
@media screen and (max-width: 767px){
  #top-main {height:auto;padding: 17.5rem 0 0; background: #0f88da;}
  #top-main .m_inner{width:auto; padding: 0 10%;}
  #top-main .copy { float: none; margin-bottom: 5rem;}
  #top-main .logo {margin:0 auto 25px; width:70%; }
  #top-main ul.letter{width: 100%;}
  #top-main h2 { font-size: 3.75rem; line-height: 24px; margin: 2.4rem 0 0.4rem; text-align: center;}
  #top-main h3 { width: 100%; font-size: 2.7rem; background-size: 100%;}
  #top-main h3 span { font-weight: 700;}
  #top-main h3.c_ttl {
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    text-shadow:0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
    margin-bottom: 23px;
  }
  #top-main h3.c_ttl {font-size: 18px; line-height: 25px;}
  #top-main ul.point { height: 22rem; width: auto; margin:0px;}
  #top-main ul.letter li { width: 25%;}
  #top-main ul.point li {
    width: 32%;
    height: auto;
    font-size: 2.4rem;
    line-height: 3.7rem;
    margin-right: 2%;
    padding: 9rem 0 3rem;
  }
  #top-main ul.point li:nth-child(1) { background: url(../img/top-main_usp1.png) #fff center 3rem no-repeat; background-size: 39%;}
  #top-main ul.point li:nth-child(2) { background: url(../img/top-main_usp2.png) #fff center 1.5rem no-repeat; background-size: 33%;}
  #top-main ul.point li:nth-child(3) { background: url(../img/top-main_usp3.png) #fff center 2rem no-repeat; margin-right: 0; background-size: 33%;}
}

/*メインビジュアルのCTA*/
.m_contact {
  float: right;
  height: auto;
  width: 440px;
  font-weight: 700;
  color: #fff;
  box-shadow: rgb(20 20 20 / 40%) 0 5px 5px;
  margin: 2.5rem auto 0;
  text-align: center;
  position: relative;
}
.top-area {
  background-color: #1866b0;
  padding: 2.2rem 0;
  border-radius: 5px 5px 0 0;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -7px;
}
.top-area img { width: 75%;}
.bottom-area { background-color: #e3ebf1; padding: 2rem; border-radius: 0 0 5px 5px;}
.m_contact .gentei {
  position: relative;
  padding: 0 0 .5rem 0;
  font-size: 2.2rem;
  color: #ffe421;
  text-align: center;
  border-bottom: 1px solid #ffe421;
  width: 88%;
  font-weight: 700;
  letter-spacing: .3rem;
  margin: 0 auto;
}
.gentei::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffe421 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.m_contact h5 {
  font-size: 2.6rem;
  padding: 1.5rem 0 2.2rem;
}
.m_contact p {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  padding-left: 3.5rem;
}
.m_contact .mail {
  display: block;
  background: linear-gradient(to right, #fff 50%, #d80000 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  transition: all .5s ease-out;
  margin: 0 auto;
  padding: 2.6rem;
  border: 4px solid #fff;
  border-radius: 50px;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: .1rem;
}
.m_contact .mail:hover {
  background-position: left bottom;
  color: #d80000;
  border: 4px solid #d80000;
  transition: all .5s ease-in;
}
@media screen and (min-width: 768px){
  .m_contact i { position: absolute; right: 8%; top: 35%;}
}

@media screen and (max-width: 767px){
  .m_contact { padding: 0; margin: 0; width: 100%; height: auto; float: none;}
  .top-area { padding: 2.7rem 0 3.1rem;}
  .bottom-area { padding: 3.4rem 0 16.5rem; border-radius: 0;}
  .m_contact .gentei { font-size: 3rem; }
  .m_contact h5 { font-size: 3.4rem; margin-bottom: 1rem;}
  .m_contact img { max-width: 80%; }
  .m_contact .mail {
    width: 90%;
    /*position: absolute;*/
    left: 50%;
    margin-left: -45%;
    font-size: 3rem;
    padding: 4rem;
  }
  .m_contact p { font-size: 1.7rem; padding-left: 5.5rem;}
  .m_contact i { top: 38%;}
}
#corp {
    width: 100%;
    padding: 7% 0 3%;
}
#corp p {
    font-size: 3rem;
    font-weight: 600;
    -webkit-text-stroke: 0.02vw;
    color: #3b3b3b;
    letter-spacing: .6rem;
    line-height: 6rem;
    margin: auto;
    text-align: center;
}
#corp .fs-b {
    font-size: 2rem;
    font-weight: 800;
    color: #000;
    padding: 0 0 0 0.8rem;
}
#corp .fs-m {
    font-size: 1.7rem;
}
#corp .kome { display: flex; justify-content: flex-end; width: 100%; margin: 0 auto; padding-right: 10%;}
#corp .kome p { font-size: 0.6em; margin: 0 0 0 24px; letter-spacing: .2rem;}
br.sp-only {
    display: none;
}
#trouble {
    width: 100%;
    height: auto;
    padding: 1rem 0 7rem;
    background: #ffffff;
    overflow: hidden;
}
.u_inner {
    width: 68%;
    margin: 0 auto 0;
}
#trouble h2.c_ttl {
  font-size: 30px; 
  color: #3b3b3b;
  height: 8rem;
  line-height: 48px;
  margin-bottom: 7rem;
  text-shadow: none;
}
#trouble h2.c_ttl span {
    color: #292928;
    background-image: -webkit-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -moz-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -ms-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -o-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: linear-gradient(left, transparent 50%, #edff4a 0%);
    background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-position: 0 0.8em;
    transition: all 2s ease;
    animation-delay: 10s;
}
#trouble .trouble {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 56px;
    width: 98%;
}
#trouble .trouble li {
    height: fit-content;
    background: #fff;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0px 5px 15px #ddd;
    padding: 4rem 3.4rem;
    color: #3b3b3b;
    font-size: 1.1rem;
    font-weight: 500;
    -webkit-text-stroke: 0.08vw;
    text-align: center;
    letter-spacing: .1rem;
    position: relative;    margin: 0 1%;
}
#trouble .trouble li:nth-child(2) { margin-top: 30px; }
#trouble .trouble li:nth-child(1) img { position: absolute; bottom: -100px; left: -50px;}
#trouble .trouble li:nth-child(2) img { position: absolute; bottom: -100px; right: -50px;}
#trouble .trouble li:nth-child(3) img { position: absolute; bottom: -100px; right: -50px;}
#trouble .trouble li p { line-height: 1.8;}
#trouble .trouble li span {
    font-size: 1.4em;
    font-weight: 500;
    color: #000;
    -webkit-text-stroke: 0.1vw;
}

@media screen and (max-width: 767px){
  #trouble {padding: 7rem 0 0; height: auto; overflow: hidden;}
  #trouble h2.c_ttl {margin-bottom: 20px; letter-spacing: 0px; height:auto; font-size: 26px;}
  #trouble .trouble {width: auto; margin: 0 auto 0; padding: 0 0 30px; display: block;}
  #trouble .trouble li { font-size: 2.5rem; height: auto; width: 80%; margin: 0 0 40px; padding: 13px;}
  #trouble .trouble li:nth-child(1) {margin-left: 20%;}
  #trouble .trouble li:nth-child(1) img{bottom: -20px; left: -50px;}
  #trouble .trouble li:nth-child(2) {margin-right: 20%;}
  #trouble .trouble li:nth-child(2) img{bottom: -20px; right: -50px;}
  #trouble .trouble li:nth-child(3) {margin-left: 20%;}
  #trouble .trouble li:nth-child(3) img{bottom: -20px; left: -50px;}
  #trouble .trouble img { max-width: 30%;}
}
.triangle { position: relative;}
.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 125px 0 125px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
#trouble h2.c_ttl {
    font-size: 2.1rem;
    color: #3b3b3b;
    height: 3rem;
    line-height: 48px;
    margin-bottom: 7rem;
    text-shadow: none;
    text-align: center;
    font-weight: 600;
}
.text {
    margin-right: 4%;
}
.type1 { background: #fbffe8}
.type1::before { border-color: #ffffff transparent transparent transparent;}

.type2 { background: #025085;}
.type2::before { border-color: #025085 transparent transparent transparent; border-width: 40px 70px 0 70px;}
h2.c_ttl.second {
    margin: 3% 0 6%!important;
}
@media screen and (max-width: 767px) {
  .triangle::before { border-width: 30px 45px 0 45px;}
  .type2::before { border-color: #1866b0 transparent transparent transparent;}
}
/*蛍光マーカー 今はanime.cssの方を使用中*/
.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff89 0%) repeat scroll 0 0;}
.orange_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fbd317 0%) repeat scroll 0 0;}
#solution {
    width: 100%;
    height: auto;
    padding: 8rem 0 7rem;
    background: #fbffe8;
    overflow: hidden;
}
#solution h2.c_ttl {
    color: #000;
    height: auto;
    margin: 3rem auto 2rem;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
}
#solution h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: center;
  margin-bottom: 4rem;
}
#solution .solution {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 100%;
}
#solution .solution li {
  width: 100%;
  height: 360px;
  margin: 3rem 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
}
#solution .solution li p {
    line-height: 2.2rem;
}
#solution .solution li span { font-size: 1.4em; font-weight: 800; padding: 0 .4rem;}
#solution .solution li:nth-child(1) {
  background: url(https://wp.inacome.jp/wp-content/uploads/2023/03/solution_back02_rev-1.png) top center no-repeat; 
  background-size: contain;
}
#solution .solution li:nth-child(2) {
  background: url(https://wp.inacome.jp/wp-content/uploads/2023/03/solution_back02_rev-1.png) top center no-repeat; 
  background-size: contain;
}
#solution .solution li:nth-child(3) {
  background: url(https://wp.inacome.jp/wp-content/uploads/2023/03/solution_back02_rev-1.png) top center no-repeat;
  background-size: contain;
}
#solution .solution li p:nth-child(1) {
    margin-bottom: 0rem;
    font-size: 1.3vw;
    padding-top: 7vw;
    color: #000;
}
#solution .solution li p:nth-child(2) {
    margin-bottom: 1rem;
    font-size: 1.8vw;
    color: #068a48;
    font-weight: 700;
    margin-top: 6%;
}

#solution .seo-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 auto 80px;
}
#solution .seo-menu li {
  background: #fff;
  border-radius: 20px 20px 0 20px;
  height: auto;
  width: 188px;
  padding-top: 2rem;
  margin-bottom: 1.4rem;
  letter-spacing: .1rem;
}
#solution .seo-menu li p { font-size: 18px; font-weight: 500;}
#solution .seo-menu li p:nth-child(1) { color: #036eb8;}
#solution .seo-menu li p:nth-child(3) { color: #3b3b3b; background: #efefef; padding: 1rem; border-radius: 0 0 0 20px;}
#solution .seo-menu li img { width: 36%; display: block; margin: 1.5rem auto 2rem; -webkit-backface-visibility: hidden;}
#solution .seo-menu li:last-child { color: #036eb8;}
#solution .seo-menu li.cv { padding-top: 0;}
#solution .seo-menu li.cv p { color: #FFF; padding-bottom: 2rem;}
#solution .seo-menu li.cv a {
  display: block;
  padding-top: 1.5rem;
  border: #fff solid 4px;
  border-radius: 20px 20px 0 20px;
  background: #d80000;
  transition: all .3s ease-out;
}
#solution .seo-menu li.cv a:hover {
  opacity: .75;
  transition: all .3s ease-in;
}
li.aboutbox {
    width: 98%;
    float: left;
    display: flex;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 2% 1% 2% 1%;
    background: #ffffff;
    margin: 2%;
}
#solution h3 {
    color: #060606;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1rem;
    text-align: left;
    margin-bottom: 2rem;
}
p.lead {
    font-size: 1.1rem;
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    line-height: 1.6;
}
.u_inner.second {
    width: 66%;
    margin: 0 auto;
}
img.img {
    width: 26%;
    padding: 2% 4%;
    border-radius: 100%;
}
@media screen and (max-width: 767px){
  #solution h3 { font-size: 3.4rem;}
  #solution .solution { flex-direction: column; }
  #solution .solution li { width: 100%; height: 57rem; margin: 3rem 0 1rem;}
  #solution .seo-menu li p { font-size: 3rem;}
  #solution .solution li p:nth-child(1) { margin-bottom: 0rem; font-size: 3.3rem; padding-top: 16rem;}
  #solution .solution li p:nth-child(2) { margin-bottom: 1rem; font-size: 5.2rem; color: #fbd317; font-weight: 700;}

  #solution .seo-menu { width: auto; margin-bottom: 60px; justify-content: space-around;}
  #solution .seo-menu li { height: auto; width: 48%; margin-bottom: 1.6rem;}
  #solution .seo-menu li p:nth-child(3) { font-size: 2.8rem; padding: 7px 0;}
}
#top-main .copy {
    float: left;
    width: 50%;
}
.mainimage {
    text-align: center;
    padding-top: 8%;
    width: 50%;
}
.m_inner {
    position: relative;
    height: auto;
    width: 78%;
    margin: 0 auto;
    display: flex;
}
br.sponly {
    display: none;
}
span.marker-animation.active.white {
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffffff 0%);
    background-image: -moz-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -ms-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: -o-linear-gradient(left, transparent 50%, #edff4a 0%);
    background-image: linear-gradient(left, transparent 50%, #edff4a 0%);
    background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-position: 0 0.8em;
    transition: all 2s ease;
    animation-delay: 10s;
}
img.thm01 {
    width: 50%;
}
img.thm02 {
    width: 40%;
}
img.thm03 {
    width: 50%;
}
#trouble .trouble li:nth-child(1) img {
    position: absolute;
    bottom: -3rem;
    left: -4rem;
}
#trouble .trouble li:nth-child(2) img {
    position: absolute;
    bottom: -4rem;
    right: -4rem;
}
#trouble .trouble li:nth-child(3) img {
    position: absolute;
    bottom: -3rem;
    right: -5rem;
}
span.link-box_btn_flex_text.b-text5.top {
    text-decoration: underline;
    font-size: 2rem;
    margin-bottom: 1%;
}
img.roc {
    width: 94%;
    margin: 5% auto 8%;
    display: block;
}
.sponly {
    display: none!important;
}
@media screen and (max-width:780px){
.pconly {
    display: none!important;
}
.sponly {
    display: inline!important;
}
.u_inner {
    width: 90%;
    margin: 0 auto 0;
}
#corp {
    width: 100%;
    padding: 16% 0 10%;
}
#corp p {
    font-size: 17px;
    font-weight: 600;
    -webkit-text-stroke: 0.1vw;
    color: #3b3b3b;
    letter-spacing: 3px;
    line-height: 34px;
    margin: auto;
    text-align: center;
}
#corp .fs-m {
    font-size: 16px;
}
.row.jsStanby {
    width: 80%;
    margin: 0 auto;
}
p.scrt-fade.visible {
    font-weight: 500;
    -webkit-text-stroke: 0.1vw;
    font-size: 14px;
    line-height: 24px;
    margin: 3% 0% 0;
}
img.roc {
    width: 100%;
    margin: 15% auto 15%;
    display: block;
}
#trouble {
    padding: 6rem 0 2rem;
    height: auto;
    overflow: hidden;
}
#trouble h2.c_ttl {
    -webkit-text-stroke: 0.1vw;
    font-size: 17px;
    color: #3b3b3b;
    height: 2rem;
    line-height: 25px;
    margin-bottom: 16%;
    text-shadow: none;
    text-align: center;
    font-weight: 600;
}
#trouble .trouble li {
    font-size: 14px;
    height: auto;
    width: 80%;
    margin: 0 0 40px;
    padding: 13px;
    font-weight: 600;
    -webkit-text-stroke: 0.1vw;
}
#trouble .trouble li span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    -webkit-text-stroke: 0.1vw;
}
#trouble .trouble li p {
    line-height: 24px;
}
#solution {
    width: 100%;
    height: auto;
    padding: 3rem 0 4rem;
    background: #edff4a;
    overflow: hidden;
}
.u_inner.second {
    width: 80%;
}
#top-main {
    height: auto;
    padding: 3rem 0 5rem;
    background: #edff4a;
}
.m_inner {
    position: relative;
    height: auto;
    width: 98%;
    margin: 0 auto;
    display: block;
}
#top-main .copy {
    float: left;
    width: 100%;
}
#solution h2.c_ttl {
    color: #000;
    height: auto;
    margin: 3rem auto 2rem;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 600;
    -webkit-text-stroke: 0.1vw;
    font-size: 17px;
    color: #3b3b3b;
    height: 2rem;
    line-height: 25px;
    margin-bottom: 16%;
    text-shadow: none;
    text-align: center;
    font-weight: 600;
}
#solution .solution li p:nth-child(1) {
    margin-bottom: 0rem;
    font-size: 16px;
    padding-top: 6rem;
    font-weight: 600;
}
#solution .solution li {
    width: 100%;
    height: 18rem;
    margin: 0rem 0 1rem;
}
#solution .solution li p {
    line-height: 26px;
}
#solution .solution li p:nth-child(2) {
    margin-bottom: 1rem;
    font-size: 18px;
    color: #068a48;
    font-weight: 700;
}
li.aboutbox {
    width: 98%;
    float: left;
    display: block;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 10% 1% 10% 1%;
    background: #ffffff;
    margin: 2%;
    text-align: center;
}
#solution h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    -webkit-text-stroke: 0.1vw;
    margin-top: 6%;
}
p.lead {
    width: 80%;
    font-size: 13px;
    font-weight: 500;
    -webkit-text-stroke: 0.1vw;
    line-height: 20px;
    margin: 0 auto 8%;
}
.conceoimeg {
    text-align: center;
    visibility: visible;
}
.maintitle {
    width: 100%;
    font-size: 17px;
    margin-bottom: 5%;
    font-weight: 600;
    letter-spacing: 0.1vw;
    text-align: center;
    line-height: 34px;
    margin: 15% 0 3%;
}
span.milead {
    font-size: 15px;
    margin: 0 0.5%;
    letter-spacing: 0px;
}
.link-box_btn {
    background-color: black;
    border-radius: 1000px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    border: solid white 1px;
    overflow: hidden;
    text-align: center;
    margin: 5% auto 20%;
    padding: 3%;
    color: #fff;
    width: 80%;
}
a.linkbtn.link-box_btn_flex.js-item2 {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
#top-main ul.point li {
    width: 32%;
    height: 32%;
    font-size: 13px;
    line-height: 20px;
    margin-right: 2%;
    padding: 2.4rem 0 4rem;
}
#top-main ul.point {
    height: 8rem;
    width: auto;
    margin: 0px;
}
#top-main h3 {
    width: 100%;
    font-size: 12px;
    background-size: 100%;
}
#top-main h2 {
    font-size: 25px;
    line-height: 50px;
    margin: 1.4rem 0 2rem;
    text-align: left;
    font-weight: 600;
    -webkit-text-stroke: 0.04vw;
}
br.sponly {
    display: block;
}
img.subimage {
    width: 34vw;
    margin-top: -26%;
}

#trouble .trouble li:nth-child(1) img {
    position: absolute;
    bottom: -1rem;
    left: -3rem;
}
#trouble .trouble li:nth-child(2) img {
    position: absolute;
    bottom: -2rem;
    right: -3rem;
}
#trouble .trouble li:nth-child(3) img {
    position: absolute;
    bottom: -2rem;
    right: -5rem;
}
img.img.fi {
    width: 48%;
}
img.img.th {
    width: 40%;
}
img.img.for {
    width: 40%;
}
.applygo {
    background: #000;
    margin: 0 0%;
    border-radius: 10px;
    padding-bottom: 3%;    width: 33rem
}
span.link-box_btn_flex_text.b-text5.top {
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 1%;
}
#top-main h3 {
    width: 100%;
    height: auto;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .25rem;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-top: 2%;
    padding-top: 7%;
}
.link-box_btn_flex {
    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;
    padding: 2% 0 3%;
}
.mainimage {
    text-align: center;
    padding-top: 8%;
    width: 100%;
}
img.subimage {
    width: 85%;
    margin-top: -33%;
}
.applygo {
    background: #000;
    margin: 0 0%;
    border-radius: 10px;
    padding-bottom: 3%;
    width: 100%;
}

}
/* test移管時の最小補正: 旧デザイン維持 + INACOMEデザイン規定の安全条件 */
.ina-old-concept {
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #333;
  word-break: normal;
  overflow-wrap: anywhere;
}
.ina-old-concept *,
.ina-old-concept *::before,
.ina-old-concept *::after {
  box-sizing: border-box;
  word-break: normal;
}
.ina-old-concept img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ina-old-concept .link-box_btn,
  .ina-old-concept span.link-box_btn_flex_text.b-text5,
  .ina-old-concept span.link-box_btn_flex_text.b-text5.top {
    width: 100%;
  }
}

/* 2026-07-15 typography correction: old concept design, scoped to this page */
.main {
  padding: 0 0 40px;
}
.ina-old-concept {
  font-size: 16px;
  line-height: 2;
}
.ina-old-concept #top-main {
  background:
    linear-gradient(110deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,0) 38%),
    linear-gradient(160deg, rgba(124, 96, 255, .18) 0%, rgba(124, 96, 255, 0) 42%),
    radial-gradient(ellipse at 18% 18%, rgba(255,255,255,.62) 0%, rgba(255,255,255,0) 38%),
    radial-gradient(ellipse at 86% 22%, rgba(165, 217, 255, .48) 0%, rgba(165, 217, 255, 0) 34%),
    linear-gradient(135deg, #eee8ff 0%, #cddfff 34%, #83b9fc 68%, #2fbfd4 100%) !important;
  height: auto;
  padding: 8rem 0 4rem;
  overflow: hidden;
  background-size: 100%;
  border-radius: 18px;
  width: 95vw;
  margin: 0 auto;
  box-shadow: 0 18px 46px rgba(36, 72, 140, .16);
  position: relative;
  isolation: isolate;
}
.ina-old-concept #top-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.08));
  opacity: .28;
}
.ina-old-concept #top-main .m_inner {
  position: relative;
  z-index: 1;
}
.ina-old-concept #top-main h2 {
  line-height: 1.8;
  color: #000;
  font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.8rem);
  font-weight: 600;
  letter-spacing: .14rem;
  margin: 1.8rem 0 1.3rem 2.7rem;
  font-family: "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
  -webkit-text-stroke: 0;
}
.ina-old-concept #trouble .trouble li {
  height: fit-content;
  background: #fff;
  border-radius: 20px 20px 20px 0;
  box-shadow: 0 5px 15px #ddd;
  padding: clamp(2.4rem, 3.4vw, 4rem) clamp(1.3rem, 12.8vw, 2.8rem);
  color: #3b3b3b;
  font-size: clamp(.95rem, .82rem + .55vw, 1.1rem);
  font-weight: 500;
  -webkit-text-stroke: 0.08vw;
  text-align: center;
  letter-spacing: .1rem;
  position: relative;
  margin: 0 1%;
}
.ina-old-concept #corp p {
  font-size: 1.4rem !important;
  font-weight: 600;
  -webkit-text-stroke: 0.02vw;
  color: #3b3b3b;
  letter-spacing: .6rem;
  line-height: 3rem;
  margin: auto;
  text-align: center;
}
.ina-old-concept #corp .fs-m {
  font-size: 1.2rem !important;
}
.ina-old-concept p.scrt-fade.visible {
  font-weight: 500;
  -webkit-text-stroke: 0.01vw;
  font-size: 1.1rem !important;
  line-height: 2.4rem;
  margin: 3% 15% 0;
}
@media (max-width: 768px) {
  .main {
    padding: 0 0 40px;
  }
  .ina-old-concept #top-main {
    padding: 5rem 0 3rem;
    background-size: cover;
    width: 95vw;
    border-radius: 16px;
  }
  .ina-old-concept #top-main h2 {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
    line-height: 1.65;
    margin: 1.2rem 0 1.2rem;
    letter-spacing: .08rem;
    text-align: center;
  }
  .ina-old-concept #corp p {
    font-size: 1.05rem !important;
    letter-spacing: .18rem;
    line-height: 2.2rem;
  }
  .ina-old-concept #corp .fs-m {
    font-size: .95rem !important;
  }
  .ina-old-concept p.scrt-fade.visible {
    font-size: .95rem !important;
    line-height: 2rem;
    margin: 3% 0 0;
  }
}

/* 2026-07-15 concept lower sections typography / CTA refresh */
.ina-old-concept p.lead {
  font-size: clamp(.9rem, .84rem + .28vw, 1rem);
  font-weight: 500;
  -webkit-text-stroke: 0.04vw;
  line-height: 1.6;
}
.ina-old-concept #solution h3 {
  color: #060606;
  font-size: clamp(1rem, .92rem + .45vw, 1.2rem);
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: left;
  margin-bottom: 1rem;
}
.ina-old-concept .maintitle {
  width: 100%;
  font-size: clamp(1.18rem, .98rem + 1vw, 1.6rem);
  margin: 5% 0 3%;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  line-height: clamp(2rem, 2.6vw, 3.1rem);
}
.ina-old-concept span.milead {
  font-size: clamp(1.1rem, .9rem + .9vw, 1.5rem);
  margin: 0 .5%;
  letter-spacing: 0;
}
.ina-old-concept span.link-box_btn_flex_text.b-text5,
.ina-old-concept span.link-box_btn_flex_text.b-text5.top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 52px;
  margin: 0 auto;
  padding: .8rem 2rem;
  clear: both;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: linear-gradient(135deg, #111 0%, #2b2f38 100%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
  color: #fff;
  font-size: clamp(.9rem, .82rem + .35vw, 1.2rem);
  font-weight: 600;
  -webkit-text-stroke: 0.02vw;
  letter-spacing: clamp(.08em, .18vw, .18em);
  line-height: 1.35;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.ina-old-concept span.link-box_btn_flex_text.b-text5:hover,
.ina-old-concept span.link-box_btn_flex_text.b-text5.top:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .2);
  opacity: .94;
}
.ina-old-concept #solution .solution {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.2rem, 3vw, 3rem);
  width: 100%;
  margin: 0 auto 4rem;
}
.ina-old-concept #solution .solution li p {
  line-height: clamp(1.75rem, 1.55rem + .7vw, 2rem);
}
.ina-old-concept #solution .solution li p:nth-child(1) {
  margin-bottom: 0;
  padding-top: clamp(4rem, 7vw, 6rem);
  color: #000;
  font-size: clamp(1rem, .85rem + .7vw, 1.3rem);
}
.ina-old-concept #solution .solution li p:nth-child(2) {
  margin-top: 7%;
  margin-bottom: 1rem;
  color: #068a48;
  font-size: clamp(1.08rem, .92rem + .8vw, 1.4rem);
  font-weight: 700;
}
.ina-old-concept #solution h2.c_ttl {
  color: #000;
  height: auto;
  margin: 3rem auto 2rem;
  text-align: center;
  font-size: clamp(1.45rem, 1.15rem + 1.35vw, 2rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .ina-old-concept .maintitle {
    line-height: 1.75;
  }
  .ina-old-concept #solution .solution {
    flex-direction: column;
    gap: 1.2rem;
  }
  .ina-old-concept span.link-box_btn_flex_text.b-text5,
  .ina-old-concept span.link-box_btn_flex_text.b-text5.top {
    width: min(100%, 320px);
    min-height: 48px;
  }
}

/* 2026-07-15 hero inner redesign */
.ina-old-concept #top-main {
  padding: clamp(4.2rem, 7vw, 7.2rem) 0 clamp(3.6rem, 5vw, 5.4rem);
}
.ina-old-concept #top-main .m_inner {
  width: min(86%, 1180px);
  min-height: clamp(440px, 42vw, 620px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  margin: 0 auto;
}
.ina-old-concept #top-main .copy {
  float: none;
  width: auto;
}

.ina-old-concept #top-main .copy {
  margin-top: 6rem;
  margin-bottom: 5rem;
  color: #4a4a4a;
  font-size: .9rem;
}
.ina-old-concept #top-main h2 {
  max-width: 620px;
  margin: 0 0 clamp(2rem, 3vw, 3rem);
  color: #07111f;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(2.1rem, 1.35rem + 2.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .02em;
}
.ina-old-concept #top-main h2 .marker-animation,
.ina-old-concept #top-main h2 .marker-animation.active {
  background: linear-gradient(transparent 62%, rgba(255, 245, 116, .75) 0);
}
.ina-old-concept #top-main ul.point {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.7rem, 1.4vw, 1rem);
  width: min(100%, 560px);
  height: auto;
  margin: 0;
  padding: 0;
}
.ina-old-concept #top-main ul.point li,
.ina-old-concept #top-main ul.point li:nth-child(1),
.ina-old-concept #top-main ul.point li:nth-child(2),
.ina-old-concept #top-main ul.point li:nth-child(3) {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: clamp(82px, 7vw, 112px);
  height: auto;
  margin: 0;
  padding: 1rem .75rem;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 32px rgba(30, 72, 140, .12);
  backdrop-filter: blur(12px);
  color: #07111f;
  font-size: clamp(.82rem, .72rem + .45vw, 1.02rem);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: .04em;
}
.ina-old-concept .mainimage {
  position: relative;
  width: auto;
  padding-top: 0;
  text-align: center;
}
.ina-old-concept .mainimage::before {
  content: "";
  position: absolute;
  inset: 7% 4% 12% 7%;
  z-index: -1;
  border-radius: 28px;
  background: rgba(255, 255, 255, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 22px 60px rgba(31, 90, 160, .16);
  backdrop-filter: blur(10px);
}
.ina-old-concept img.subimage {
  width: min(100%, 620px);
  margin: 0 auto;
  filter: drop-shadow(0 20px 30px rgba(23, 48, 90, .14));
}
.ina-old-concept .applygo {
  width: min(92%, 560px);
  margin: clamp(1.2rem, 2.4vw, 2rem) auto 0;
  padding: .9rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(5, 8, 15, .9);
  box-shadow: 0 22px 40px rgba(13, 26, 54, .22);
}
.ina-old-concept #top-main h3 {
  width: auto;
  height: auto;
  margin: 0 0 .65rem;
  padding: 0;
  color: rgba(255, 255, 255, .95);
  font-size: clamp(.76rem, .68rem + .32vw, .95rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  text-align: center;
}
.ina-old-concept .applygo .link-box_btn_flex {
  padding: 0;
}
.ina-old-concept .applygo span.link-box_btn_flex_text.b-text5.top {
  width: 100%;
  min-height: clamp(48px, 4.5vw, 64px);
  padding: .75rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: linear-gradient(135deg, #222833 0%, #11151c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 22px rgba(0, 0, 0, .24);
  color: #fff;
  font-size: clamp(.9rem, .78rem + .55vw, 1.18rem);
  font-weight: 800;
  letter-spacing: .16em;
}

@media (max-width: 980px) {
  .ina-old-concept #top-main .m_inner {
    width: min(88%, 760px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }
  .ina-old-concept #top-main h2 {
    max-width: none;
    text-align: center;
  }
  .ina-old-concept #top-main ul.point {
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .ina-old-concept #top-main {
    padding: 3.2rem 0 3rem;
  }
  .ina-old-concept #top-main .m_inner {
    width: min(90%, 520px);
    gap: 2rem;
    padding: 0;
  }
  .ina-old-concept #top-main h2 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
    line-height: 1.5;
    letter-spacing: .01em;
  }
  .ina-old-concept #top-main ul.point {
    grid-template-columns: 1fr;
  }
  .ina-old-concept #top-main ul.point li,
  .ina-old-concept #top-main ul.point li:nth-child(1),
  .ina-old-concept #top-main ul.point li:nth-child(2),
  .ina-old-concept #top-main ul.point li:nth-child(3) {
    min-height: 58px;
    border-radius: 16px;
  }
  .ina-old-concept .mainimage::before {
    inset: 6% 0 16%;
    border-radius: 20px;
  }
  .ina-old-concept .applygo {
    width: 100%;
    border-radius: 28px;
  }
}

/* 2026-07-15 hero inner refinement: quieter, editorial, balanced */
.ina-old-concept #top-main {
  padding: clamp(3.4rem, 5.4vw, 5.8rem) 0 clamp(3rem, 4.4vw, 4.8rem);
}
.ina-old-concept #top-main .m_inner {
  width: min(88%, 1120px);
  min-height: 0;
  grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr);
  gap: clamp(2.2rem, 4vw, 4.2rem);
}
.ina-old-concept #top-main h2 {
  max-width: 520px;
  margin: 0 0 clamp(1.6rem, 2.4vw, 2.4rem);
  font-size: clamp(1.9rem, 1.25rem + 2vw, 3rem);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: .015em;
}
.ina-old-concept #top-main ul.point {
  width: min(100%, 460px);
  gap: .75rem;
}
.ina-old-concept #top-main ul.point li,
.ina-old-concept #top-main ul.point li:nth-child(1),
.ina-old-concept #top-main ul.point li:nth-child(2),
.ina-old-concept #top-main ul.point li:nth-child(3) {
  min-height: clamp(62px, 5vw, 82px);
  padding: .7rem .8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 10px 24px rgba(30, 72, 140, .1);
  font-size: clamp(.72rem, .66rem + .28vw, .9rem);
  line-height: 1.55;
}
.ina-old-concept .mainimage::before {
  display: none;
}
.ina-old-concept img.subimage {
  width: min(94%, 560px);
  filter: drop-shadow(0 18px 26px rgba(23, 48, 90, .1));
}
.ina-old-concept .applygo {
  width: min(86%, 430px);
  margin: clamp(.8rem, 1.6vw, 1.3rem) auto 0;
  padding: .85rem;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 22px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 14px 30px rgba(23, 48, 90, .13);
  backdrop-filter: blur(12px);
}
.ina-old-concept #top-main h3 {
  margin: 0 0 .55rem;
  color: #172033;
  font-size: clamp(.72rem, .66rem + .22vw, .86rem);
  letter-spacing: .08em;
}
.ina-old-concept .applygo span.link-box_btn_flex_text.b-text5.top {
  width: min(100%, 300px);
  min-height: 46px;
  margin-inline: auto;
  background: linear-gradient(135deg, #1e2430 0%, #10141b 100%);
  box-shadow: 0 10px 20px rgba(16, 24, 40, .2);
  font-size: clamp(.82rem, .76rem + .25vw, .98rem);
  letter-spacing: .12em;
}

@media (max-width: 980px) {
  .ina-old-concept #top-main .m_inner {
    width: min(88%, 720px);
    grid-template-columns: 1fr;
  }
  .ina-old-concept #top-main h2 {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .ina-old-concept #top-main h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }
  .ina-old-concept #top-main ul.point {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }
  .ina-old-concept .applygo {
    width: min(100%, 360px);
  }
}

/* 2026-07-15 hero polish: restrained Zigzag-style visual hierarchy */
.ina-old-concept #top-main {
  padding: clamp(3.2rem, 5vw, 5.2rem) 0 clamp(3.2rem, 4.8vw, 5rem);
  background:
    radial-gradient(circle at 14% 12%, rgba(120, 154, 255, .34), rgba(120, 154, 255, 0) 30%),
    radial-gradient(circle at 86% 82%, rgba(40, 188, 210, .36), rgba(40, 188, 210, 0) 34%),
    linear-gradient(135deg, #253a86 0%, #4f63bb 24%, #93b7f4 58%, #4fc0d8 100%) !important;
}

.ina-old-concept #top-main::before {
  opacity: .34;
}

.ina-old-concept #top-main .m_inner {
    --concept-hero-width: 70vw;
    --concept-hero-copy-col: minmax(0, 2.2fr);
    --concept-hero-visual-col: minmax(0, 1.8fr);
    width: var(--concept-hero-width);
    max-width: 90%;
    grid-template-columns: var(--concept-hero-copy-col) var(--concept-hero-visual-col);
    gap: 0vw;
    align-items: center;
}

.ina-old-concept #top-main h2 {
  max-width: 840px;
  margin: 0 0 clamp(1.6rem, 2.6vw, 2.5rem);
  color: #ffffff;
  font-size: clamp(2.45rem, 1.1rem + 2.2vw, 3.5rem);
  font-weight: 800;
  line-height: 1.92;
  letter-spacing: .018em;
  text-shadow: 0 2px 16px rgba(9, 18, 48, .18);
  word-break: keep-all;
  overflow-wrap: normal;
}

.ina-old-concept #top-main h2 .marker-animation,
.ina-old-concept #top-main h2 .marker-animation.active,
.ina-old-concept #top-main h2 .marker-animation.active.white {
  background: linear-gradient(transparent 66%, rgba(255, 246, 130, .82) 0);
}

.ina-old-concept #top-main ul.point {
  width: min(100%, 520px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.65rem, 1.2vw, .95rem);
}

.ina-old-concept #top-main ul.point {
  display: none;
}

.ina-old-concept #top-main ul.point li,
.ina-old-concept #top-main ul.point li:nth-child(1),
.ina-old-concept #top-main ul.point li:nth-child(2),
.ina-old-concept #top-main ul.point li:nth-child(3) {
  min-height: clamp(64px, 5.4vw, 82px);
  padding: .8rem .75rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 16px;
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 8px 18px rgba(28, 65, 126, .08);
  color: #172033;
  font-size: clamp(.76rem, .7rem + .22vw, .9rem);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: .02em;
}

.ina-old-concept .mainimage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ina-old-concept img.subimage {
  width: min(100%, clamp(560px, 38vw, 700px));
  margin: 0 auto;
  filter: none;
}

.ina-old-concept p.scrt-fade.visible {
    color: #c9cdd6;
    font-weight: 600;
    -webkit-text-stroke: 0vw;
    font-size: clamp(1.08rem, .78rem + 1.05vw, 1.4rem) !important;
    line-height: 4rem;
    margin: 10rem 0% 0;
}

.ina-old-concept p.scrt-fade.visible .ina-scroll-tone__char {
  color: #c9cdd6 !important;
  transition: color .18s ease;
  will-change: color;
}

.ina-old-concept p.scrt-fade.visible .ina-scroll-tone__char.is-active {
  color: #585858 !important;
}

@media (prefers-reduced-motion: reduce) {
  .ina-old-concept p.scrt-fade.visible .ina-scroll-tone__char {
    transition: none;
  }
}

.ina-old-concept .applygo {
  width: min(90%, 430px);
  margin: clamp(1rem, 1.8vw, 1.5rem) auto 0;
  padding: .85rem;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 20px;
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 12px 28px rgba(23, 48, 90, .12);
  backdrop-filter: blur(12px);
}

.ina-old-concept #top-main .applygo {
  display: none;
}

.ina-old-concept #top-main h3 {
  margin: 0 0 .55rem;
  color: #1e2430;
  font-size: clamp(.7rem, .66rem + .18vw, .82rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.ina-old-concept .applygo span.link-box_btn_flex_text.b-text5.top {
  width: min(100%, 320px);
  min-height: 48px;
  padding: .72rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #217cb7 0%, #1b689a 100%);
  box-shadow: 0 10px 22px rgba(33, 124, 183, .22);
  color: #fff;
  font-size: clamp(.86rem, .8rem + .22vw, 1rem);
  font-weight: 800;
  letter-spacing: .12em;
}

@media (max-width: 980px) {
  .ina-old-concept #top-main {
    width: min(94vw, 860px);
  }

  .ina-old-concept #top-main .m_inner {
    width: min(88%, 720px);
    max-width: 88%;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 3rem);
  }

  .ina-old-concept #top-main .copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ina-old-concept #top-main h2 {
    max-width: 640px;
    font-size: clamp(2rem, 4.8vw, 2.8rem);
    text-align: center;
  }

  .ina-old-concept img.subimage {
    width: min(100%, 520px);
  }

  .ina-old-concept p.scrt-fade.visible {
    margin: 3% auto 0;
    max-width: min(86vw, 620px);
  }

  .ina-old-concept #top-main ul.point {
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .ina-old-concept #top-main {
    width: min(94vw, 520px);
    padding: 2.8rem 0 3rem;
    border-radius: 18px;
  }

  .ina-old-concept #top-main .m_inner {
    width: min(88%, 430px);
  }

  .ina-old-concept #top-main h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    line-height: 1.68;
  }

  .ina-old-concept #top-main ul.point {
    grid-template-columns: 1fr;
    width: min(100%, 320px);
  }

  .ina-old-concept #top-main ul.point li,
  .ina-old-concept #top-main ul.point li:nth-child(1),
  .ina-old-concept #top-main ul.point li:nth-child(2),
  .ina-old-concept #top-main ul.point li:nth-child(3) {
    min-height: 54px;
  }

  .ina-old-concept img.subimage {
    width: min(96%, 360px);
  }

  .ina-old-concept p.scrt-fade.visible {
    max-width: 88vw;
    font-size: clamp(.95rem, 3.8vw, 1.08rem) !important;
    line-height: 2.35;
  }

  .ina-old-concept .applygo {
    width: min(100%, 340px);
  }
}

/* CONCEPT 見出し(左寄せ)+ 直後のリード文の上余白調整 2026-07-15 趙 */
.ina-old-concept .cpt-label{
    margin: 6rem 0 clamp(1rem, .7rem + 1vw, 1.8rem);
    font-size: clamp(1.45rem, 1.15rem + 1.3vw, 2rem);
    font-weight: 800;
    line-height: 3.5;
    color: #353535;
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.09vw;
}
/* 見出しが直前にある場合はリード文の 10rem を殺す(間延び防止・spec自体は温存) */
.ina-old-concept .cpt-label + p.scrt-fade.visible{ margin-top: 0; }

/* ============================================================
   ↓ concept.blade.php のインライン <style> から移設(2026-07-16 趙)
   本番反映に備えた外部ファイル化。body内 <style> は head 最後の
   concept.css より後に評価されていたため、末尾に追記=カスケード等価。
   ※ 旧インラインと concept.css で重複する宣言があるが、順序を変えると
     描画が変わるため、掃除は別途(まず等価移設を優先)
   ============================================================ */
#corp p {
    font-size: 1.4rem;
    font-weight: 600;
    -webkit-text-stroke: 0.02vw;
    color: #3b3b3b;
    letter-spacing: .6rem;
    line-height: 3rem;
    margin: auto;
    text-align: center;
}
#corp .fs-m {
    font-size: 1.2rem;
}
.link-box_btn{
    position: relative;
}
.link-box_btn::after {
    content: "";
    width: 28px;
    height: 1px;
    border-radius: 0%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
#trouble .trouble li {
    height: fit-content;
    background: #fff;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0px 5px 15px #ddd;
    padding: 4rem 5.8rem;
    color: #3b3b3b;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-text-stroke: 0.08vw;
    text-align: center;
    letter-spacing: .1rem;
    position: relative;
    margin: 0 1%;
}
#solution h2.c_ttl {
    color: #000;
    height: auto;
    margin: 3rem auto 2rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}
span.link-box_btn_flex_text.b-text5.top{
    width: 50%;
    background: #000000;
    border-radius: 53px;
    text-align: center;
    padding: 0% 30px 0%;
    clear: both;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin: 1% auto 0;
    font-weight: 600;
}
span.link-box_btn_flex_text.b-text5.top {
    width: 50%;
    background: #000000;
    border-radius: 53px;
    text-align: center;
    padding: 0% 30px 0%;
    clear: both;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: 0% auto 1%;
    font-weight: 600;
}
#trouble {
    width: 100%;
    height: auto;
    padding: 1rem 0 7rem;
    background: #ffffff;
    overflow: hidden;
}
#trouble h2.c_ttl {
    font-size: 2rem;
    color: #3b3b3b;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 7rem;
    text-shadow: none;
    text-align: center;
    font-weight: 600;
}
#solution .solution li p {
    line-height: 3rem;
}
#solution .solution li p:nth-child(2) {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    color: #068a48;
    font-weight: 700;
    margin-top: 7%;
}
#solution .solution li p:nth-child(1) {
    margin-bottom: 0rem;
    font-size: 2.2rem;
    padding-top: 7vw;
    color: #000;
}
.text::after{
    display: none;
}
.text {
    background: #fff;
    padding: 3% 1% 4%;
    position: static;
    z-index: 33;
    border-radius: 20px;
}
#solution h3 {
    color: #060606;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .1rem;
    text-align: left;
    margin-bottom: 2rem;
}
p.lead {
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    line-height: 1.6;
}
.maintitle {
    width: 100%;
    font-size: 2.6rem;
    margin-bottom: 5%;
    font-weight: 600;
    letter-spacing: 0.1vw;
    text-align: center;
    line-height: 4vw;
    margin: 5% 0 3%;
}
span.milead {
    font-size: 2.5rem;
    margin: 0 0.5%;
    letter-spacing: 0px;
}
span.link-box_btn_flex_text.b-text5 {
    width: 50%;
    background: #000000;
    border-radius: 53px;
    text-align: center;
    padding: 3% 30px 3%;
    clear: both;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 2.2rem;
    margin: 0% auto 0;
    font-weight: 500;
    -webkit-text-stroke: 0.02vw;
    letter-spacing: 0.4vw;
}
@media (max-width: 768px) {
p.scrt-fade.visible {
    font-weight: 500;
    -webkit-text-stroke: 0.1vw;
    font-size: 14px;
    line-height: 24px;
    margin: 3% 0% 0;
    font-weight: 500;
    -webkit-text-stroke: 0.1vw;
    font-size: 12px!important;
    line-height: 22px;
    margin: 6% 0% 0;
}
#trouble h2.c_ttl {
    font-size: 18px;
    color: #3b3b3b;
    height: 2rem;
    line-height: 34px;
    margin-bottom: 10rem;
    text-shadow: none;
    text-align: center;
    font-weight: 600;
}
#trouble .trouble li p {
    line-height: 22px;
    font-size: 13px;
}
#trouble {
    width: 100%;
    height: auto;
    padding: 5rem 0 7rem;
    background: #fbffe8;
    overflow: hidden;
}
p.lead {
    font-size: 12px;
    font-weight: 500;
    -webkit-text-stroke: 0.04vw;
    line-height: 1.6;
    text-align: left;
}
#solution .solution li p:nth-child(2) {
    margin-bottom: 1rem;
    font-size: 18px;
    color: #068a48;
    font-weight: 700;
    margin-top: 1%;
}
span.milead {
    font-size: 16px;
    margin: 0 0.5%;
    letter-spacing: 0px;
}
#top-main {
    height: auto;
    padding: 11rem 0 5rem;
    background: #edff4a;
}
span.link-box_btn_flex_text.b-text5 {
    width: 50%;
    background: #000000;
    border-radius: 53px;
    text-align: center;
    padding: 0% 30px 0%;
    clear: both;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 0% auto 0;
    font-weight: 500;
    -webkit-text-stroke: 0.02vw;
    letter-spacing: 0.4vw;
}
.maintitle {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5%;
    font-weight: 600;
    letter-spacing: 0.1vw;
    text-align: center;
    line-height: 6vw;
    margin: 10% 0 7%;
}
#corp p {
    font-size: 16px;
    font-weight: 600;
    -webkit-text-stroke: 0.02vw;
    color: #3b3b3b;
    letter-spacing: .6rem;
    line-height: 5rem;
    margin: auto;
text-align: left;
}
#solution .solution li p:nth-child(1) {
    margin-bottom: 0rem;
    font-size: 16px;
    padding-top: 11vw;
    color: #000;
}
#corp .fs-m {
    font-size: 16px;
}
#solution h3 {
    color: #060606;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1rem;
    text-align: center;
    margin-bottom: 2rem;
}
#top-main h2 {
    font-size: 24px;
    line-height: 50px;
    margin: 2.4rem 0 2rem;
    text-align: left;
    font-weight: 600;
    -webkit-text-stroke: 0.04vw;
}
img.subimage {
    width: 85%;
    margin-top: -15%;
}
span.link-box_btn_flex_text.b-text5.top {
    width: 50%;
    background: #000000;
    border-radius: 53px;
    text-align: center;
    padding: 0% 30px 0%;
    clear: both;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 0% auto 1%;
    font-weight: 600;
}
#trouble .trouble li {
    height: fit-content;
    background: #fff;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0px 5px 15px #ddd;
    padding: 4rem 5.8rem;
    color: #3b3b3b;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-text-stroke: 0.08vw;
    text-align: center;
    letter-spacing: .1rem;
    position: relative;
    margin: 40px 1%;
}
#solution h2.c_ttl {
    color: #000;
    height: auto;
    margin: 3rem auto 2rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#top-main ul.point li {
    width: 32%;
    height: 32%;
    font-size: 13px;
    line-height: 20px;
    margin-right: 2%;
    padding: 4.4rem 0 6rem;
}
section.l-content.comyu {
    margin-top: -4em!important;
}
}

/* 2026-07-20 desktop hero viewport alignment */
@media (min-width: 981px) {
  .ina-old-concept #top-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ina-old-concept #top-main .m_inner {
    min-height: 0;
    margin: auto;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .ina-old-concept #trouble {
    width: 100%;
    max-width: 1120px;
    height: auto;
    margin: 0 auto 0;
    padding: 1rem 0 7rem;
    overflow: hidden;
    background: #ffffff;
  }
}

.ina-old-concept .u_inner {
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto 0;
  padding: 1rem 0 7rem;
  overflow: hidden;
}

.ina-old-concept #solution {
  width: 100%;
  height: auto;
  padding: 8rem 0 7rem;
  overflow: hidden;
  background: #c8e5ff;
}

.ina-old-concept .row.jsStanby {
  width: 80vw;
  max-width: 1120px;
  margin: 0 auto 0;
  margin-inline: auto;
  padding-inline: 0;
}

/* 解決セクション図版: pictureでPC/SPの二重読み込みを防ぐ */
.ina-old-concept #solution .ina-concept-solution-figure {
  width: min(92%, 1000px);
  margin: clamp(2rem, 4vw, 3.5rem) auto clamp(3rem, 5vw, 5rem);
  visibility: visible;
  text-align: center;
}
.ina-old-concept #solution .ina-concept-solution-figure picture {
  display: block;
}
.ina-old-concept #solution .ina-concept-solution-figure img.roc {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
}

/* 会員登録CTA: 旧ボタンCSSに依存しない独立構造 */
.ina-old-concept .ina-concept-join {
  width: 100%;
  padding: clamp(4rem, 7vw, 7rem) 0;
  border-top: 1px solid #e4e7ec;
  background: #fff;
}
.ina-old-concept .ina-concept-join__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  width: min(80vw, 1120px);
  margin: 0 auto;
}
.ina-old-concept .ina-concept-join__copy {
  min-width: 0;
}
.ina-old-concept .ina-concept-join__label {
  margin: 0 0 .85rem;
  color: #217cb7;
  font-family: Manrope, "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(.68rem, .64rem + .14vw, .78rem);
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
}
.ina-old-concept .ina-concept-join h2 {
  margin: 0;
  color: #1e2430;
  font-size: clamp(1.45rem, 1.16rem + 1vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.65;
}
.ina-old-concept .ina-concept-join__copy > p:last-child {
  margin: 1rem 0 0;
  color: #667085;
  font-size: clamp(.84rem, .8rem + .16vw, .94rem);
  font-weight: 500;
  line-height: 1.85;
}
.ina-old-concept .ina-concept-join__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, 260px);
  min-width: 220px;
  min-height: 54px;
  padding: .8rem 1.1rem .8rem 1.3rem;
  border: 1px solid #1e2430;
  border-radius: 8px;
  background: #1e2430;
  color: #fff;
  font-size: clamp(.88rem, .84rem + .16vw, .98rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.ina-old-concept .ina-concept-join__button::after {
  content: "→";
  font-family: sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.ina-old-concept .ina-concept-join__button:hover {
  background: #fff;
  color: #1e2430;
  transform: translateY(-1px);
}
.ina-old-concept .ina-concept-join__button:focus-visible {
  outline: 3px solid rgba(33, 124, 183, .28);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .ina-old-concept #solution .ina-concept-solution-figure {
    width: min(88%, 370px);
    margin: 1.8rem auto 3.2rem;
  }
  .ina-old-concept .ina-concept-join__inner {
    grid-template-columns: 1fr;
    width: min(88vw, 560px);
    gap: 2rem;
  }
  .ina-old-concept .ina-concept-join__button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ina-old-concept .ina-concept-join__button {
    transition: none;
  }
}
