@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800&display=swap');


*,
*:before,
*:after {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 font-feature-settings: "palt";

}




body {
 margin: 0 auto;
 font-size: 16px;
 font-family: 'Roboto', 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
 font-feature-settings: "palt";
 background-repeat: repeat;
 transition: 0.3s;
}

ul,
ol {
 list-style-type: none;
 padding: 0;
 margin: 0;
}


a {
 color: #a9d9e6;
 transition: 0.3s;
 font-weight: 600;
 text-decoration: underline;
}

a:hover {
 opacity: .8;
 transition: 0.3s;
}


i {}

p {
 margin-top: 20px;
 line-height: 2;
 color: #595959;
}

p.ex {
 text-align: center;
}


p.ex2 {
 margin-top: 10px;
}




.center {
 text-align: center;
}


img {
 max-width: 100%;
}

.center-img {
 display: block;
 margin: 60px auto;
 width: 500px;
}

.under {
 text-decoration: underline;
}

.caption {
 display: block;
 font-size: 15px;
 margin-top: 10px;
 color: #555;
}





/*----------------------------*/


h2 {
 font-size: 40px;
 font-weight: 600;
 margin-bottom: 40px;
 line-height: 1.5,
}

h3 {
 font-size: 30px;
 font-weight: 600;
 margin-bottom: 10px;
}

h4 {
 font-size: 44px;
 line-height: 1.5;
 font-weight: 600;
}

h4.ex {
 font-size: 28px;
 line-height: 1.5;
 font-weight: 600;

}



h4 i {
 padding-right: 5px;
 color: #000;
}

h4 span {
 font-size: 20px;
}


.btn {
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 margin: 60px auto;
 text-decoration: none;
 color: #111;
 font-size: 26px;
 width: 500px;
 height: 80px;
 line-height: 80px;
 background: #a9d9e6;
 border-radius: 10px;
 padding-top: 10px;
 position: relative;
 box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
 color: #fff;
}

.btn i {
 font-size: 40px;
 margin-right: 10px;
 padding-bottom: 2px;
}

.btn .notice {
 display: inline-block;
 position: absolute;
 top: -18px;
 background: #fff;
 border: 1px solid #a9d9e6;
 font-size: 18px;
 color: #a9d9e6;
 padding: 0 20px;
 height: 30px;
 line-height: 30px;
 border-radius: 10px;

}




.btn .notice span {
 font-size: 26px;
}

@keyframes shiny {
 0% {
  left: -2%;
 }

 10% {
  left: 110%;
 }

 100% {
  left: 110%;
 }
}

.btn::after {
 content: '';
 position: absolute;
 top: -0%;
 left: -0%;
 width: 30px;
 height: 80px;
 transform: scale(2) rotate(10deg);
 background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .3) 100%, rgba(255, 255, 255, 0) 0%);
 animation-name: shiny;
 animation-duration: 3s;
 animation-timing-function: ease-in-out;
 animation-iteration-count: infinite;
}



/*----------------------------*/


section {
 width: 1000px;
 margin: 100px auto;
}


.gray {
 width: 100%;
 background: #F1F1F1;
 margin: 0 auto;
 padding: 100px;
}




section.ex {
 width: 700px;
 margin: 100px auto;
}


section.ex2 {
 margin: 0px auto;
}



.txt-box {
 width: 500px;
 margin: 0 auto;
}

.txt-box.ex {
 margin-top: 60px;
}


.flex-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 60px;
}


.flex-box:last-child {
 margin-bottom: 0;
}


.flex-box.reverse {
 flex-direction: row-reverse;
}


.flex-box.ex {
 align-items: flex-start;
 flex-wrap: wrap;
}

.flex-box.slim {
 width: 70%;
 margin: 0 auto;
 margin-top: 80px;
}


.flex-box .item {
 width: 47.5%;
}

.flex-box .item.ex {
 width: 30%;
 margin-bottom: 60px;
}


.flex-box .item p:first-child {
 margin-top: 0;
}

.flex-box .sub {
 display: inline-block;
 margin-bottom: 15px;
 font-size: 18px;
}



.box-1 {
 display: flex;
 justify-content: space-between;
 margin-top: 30px;
}

.box-1 a {

 display: block;
 width: 31%;
}






img.sp-img {
 width: 300px;
}

img.illust-1 {
 width: 350px;
}



.seed {
 display: block;
 height: 350px;
}



img.arrow {
 width: 150px;
 display: block;
 margin: 0 auto;
}


.profile-box {
 display: flex;
 align-items: center;
 border: 1px solid #ddd;
 padding: 50px;
 margin: 0 auto;
 margin-top: 50px;
}



.profile-box .logo {
 width: 150px;
 margin-bottom: 20px;
}



.profile-box .info {
 width: 65%;
 margin-right: auto;
}

.profile-box .icon {
 width: 30%;
}

.profile-box .info span {
 display: block;
 line-height: 1.5;
 margin-bottom: 10px;
 font-weight: 600;
}


.profile-box .info .link a {
 margin-right: 20px;
}


.profile-box .info .link img {
 height: 20px;
 margin-right: 10px;
}


.fa-twitter {
 color: #1D9BF0;
}

.fa-facebook {
 color: #1976F2;
}


.profile-box .career {
 font-size: 15px;
 line-height: 1.8;
}


.box {
 width: 750px;
 margin: 100px auto;
}

.box.ex {
 width: 48%;
 margin: 30px auto;
}


.box .head {
 background: #a9d9e6;
 text-align: center;
 padding: 30px;
}

.box .head p {
 color: #fff;
 font-size: 20px;
 font-weight: bold;
}


.box .head.ex {
 background: gray;
}






.box .head h3 {
 margin-bottom: 0;
 color: #fff;
 line-height: 1.5;
}

.box h4 {
 font-size: 24px;
 line-height: 1.5;
}

.box.ex h4 {
 font-size: 21px;
 line-height: 1.5;
}


.box h4 i {
 color: #a9d9e6;
}

.box .inner.ex i {
 color: #000;
}


.box .item span {
 display: block;
 font-weight: normal;
 font-size: 17px;
 line-height: 1.5;
}



.future-box {
 display: flex;
 justify-content: space-between;
}







.red {
 color: red;
}




.box .inner {
 border: 1px solid #ddd;
 border-top: none;
 padding: 60px;
}


.box .item {
 margin-bottom: 45px;
}

.box.ex .item {
 margin-bottom: 30px;
}



.box .item:last-child {
 margin-bottom: 0;
}

.box p {
 margin-top: 10px;
 line-height: 1.5;
}


/*----------------------------*/



.works-box {
 margin: 0 auto;
 width: 800px;
}


.works-box .item {
 position: relative;
 padding: 45px 0;
}


.roadmap-lead {
 color: #595959;
 font-size: 16px;
 line-height: 1.8;
 margin-bottom: 100px;
 text-align: center;
}

.roadmap-group {
 border: 1px solid #a9d9e6;
 border-radius: 16px;
 margin-top: 50px;
 padding: 40px 40px 10px;
 position: relative;
 background: #fff;
}

.roadmap-group.dashed {
 border: 1px dashed #ccc;
}

.roadmap-group .group-label {
 display: inline-block;
 position: absolute;
 top: -35px;
 left: 50%;
 transform: translateX(-50%);
 background: #a9d9e6;
 color: #fff;
 font-size: 24px;
 font-weight: 700;
 border-radius: 24px;
 margin-top: 0;
 padding: 10px 24px;
 white-space: nowrap;
}

.roadmap-group.dashed .group-label {
 background: #999;
}

.roadmap-connect {
 text-align: center;
 margin-top: 30px;
}

.roadmap-connect p {
 color: #555;
 font-size: 24px;
 font-weight: 600;
 margin-top: 60px;
}

.roadmap-connect .arrow {
 margin-top: 20px;
 margin-bottom: 100px;
}


.works-box.ex .item {
 border-top: 1px solid #ddd;
}



.works-box .head {
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.works-box .sub-title {
 display: flex;
 justify-content: center;
 align-items: center;
 font-weight: 500;
 margin-bottom: 10px;
 background: #111;
 width: 340px;
 height: 50px;
 line-height: 50px;
 margin: 0 auto;
 color: #fff;
 font-size: 18px;
 margin-bottom: 20px;
}

.works-box .sub-title i {
 font-size: 25px;
 margin-right: 5px;
}


.works-box .tn {
 width: 300px;
 height: 300px;
 background: #ddd;
}

.works-box .info {
 width: 53%;
}

.works-box.ex .tn {
 width: 42%;
}

.works-box.ex .info {
 width: 50%;
}




.works-box .title {
 display: flex;
 align-items: baseline;
}

.works-box .title .sub {
 text-decoration: underline;
 margin-right: 10px;
 font-weight: 500;
}

.works-box .info p {
 line-height: 1.8;
}

.works-box .logo {
 height: 40px;
 margin-top: 20px;
}



.works-box .foot {
 margin-top: 30px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}


.works-box .profile {
 width: 650px;
 display: flex;
 align-items: center;
}

.works-box .profile .icon {
 width: 120px;
 margin-right: 20px;
}


.works-box .foot .tn-cont {
 width: 320px;
}

.works-box .profile p {
 font-size: 14px;
 margin-top: 10px;
 line-height: 1.8;
}












.ex-box {
 width: 800px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.ex-box .item {
 width: 48%;
 text-align: center;
 margin-top: 20px;
}


.ex-box .item span {
 font-size: 18px;
 font-weight: 600;
}


.img-box {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 margin-top: 30px;
}

.img-box img {
 width: 48%;
}

.flow-box {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
}

.flow-box .txt {
 width: 48%;
}

.flow-box .parts p {
 margin-top: 10px;
}





.flow-box .sp-img {
 width: 38%;
}

.flow-box .arrow {
 width: 30%;
}





/*----------------------------*/



.fukidashi-box {
 width: 750px;
 margin: 60px auto;
}


.fukidashi-box .item {
 display: flex;
 align-items: flex-start;
}

.fukidashi-box .icon {
 width: 120px;
}



.fukidashi-box .name {
 display: block;
 font-weight: 600;
 text-align: center;
 margin-top: 5px;
 font-size: 14px;
}


.fukidashi-left {
 position: relative;
 display: inline-block;
 margin: 0 0 0 15px;
 padding: 7px 10px;
 min-width: calc(100% - 120px);
 max-width: calc(100% - 120px);
 color: #555;
 font-size: 17px;
 font-weight: 500;
 background: #FFF;
 border: solid 3px #555;
 box-sizing: border-box;
 border-radius: 10px;
 margin-bottom: 60px;
}

.fukidashi-left:before {
 content: "";
 position: absolute;
 top: 30%;
 left: -24px;
 margin-top: -12px;
 border: 12px solid transparent;
 border-right: 12px solid #FFF;
 z-index: 2;
}

.fukidashi-left:after {
 content: "";
 position: absolute;
 top: 30%;
 left: -30px;
 margin-top: -14px;
 border: 14px solid transparent;
 border-right: 14px solid #555;
 z-index: 1;
}

.fukidashi-left p {
 margin: 0;
 padding: 5px;
}

.fukidashi-right {
 position: relative;
 display: inline-block;
 margin: 0 15px 0 0;
 padding: 7px 10px;
 min-width: calc(100% - 120px);
 max-width: calc(100% - 120px);
 color: #555;
 font-size: 17px;
 font-weight: 500;
 background: #FFF;
 border: solid 3px #555;
 box-sizing: border-box;
 border-radius: 10px;
 margin-bottom: 60px;
}

.fukidashi-right:before {
 content: "";
 position: absolute;
 top: 30%;
 right: -24px;
 margin-top: -12px;
 border: 12px solid transparent;
 border-left: 12px solid #FFF;
 z-index: 2;
}

.fukidashi-right:after {
 content: "";
 position: absolute;
 top: 30%;
 right: -30px;
 margin-top: -14px;
 border: 14px solid transparent;
 border-left: 14px solid #555;
 z-index: 1;
}

.fukidashi-right p {
 margin: 0;
 padding: 0;
}




.schedule-box {
 display: flex;
 justify-content: space-between;
}


.schedule-box .item {
 width: 12%;
}

.schedule-box span {
 display: block;
 text-align: center;
 font-weight: 600;
 font-size: 20px;
 margin-bottom: 10px;
}



.copyright {
 display: block;
 text-align: center;
 margin: 50px 0;
 font-size: 14px;
 color: #555;
}






.img-roadmap {
 display: block;
 width: 1000px;
 margin: 0 auto;
}


.margin {
 margin-top: 100px;
}



.img-flex {
 width: 100%;
 display: flex;
 justify-content: space-between;
 margin: 50px auto;
}

.img-flex img {
 width: 48%;
}




.video-box {
 width: 1000px;
 margin: 0 auto;
 margin-top: 30px;
 display: flex;
 justify-content: space-between;
}

.video-box iframe {
 width: 48%;
}



.iframe-box {
 height: 380px;
 display: flex;
 align-items: center;
 justify-content: center;
}


form {
 width: 800px;
 margin: 60px auto;
}

.hubspot-form-wrap {
 width: 700px;
 margin: 0 auto;
 margin-top: 60px;
 padding: 60px;
 background: #fff;
}

form label {
 width: 100%;
 background: #a9d9e6;
 color: #fff;
 text-align: center;
 height: 50px;
 font-weight: 500;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 45%;
}

form .item {
 display: flex;
 align-items: center;
 margin: 0 auto;
 margin-bottom: 20px;

}

.item.message,
.item.radio {
 align-items: flex-start;
 height: auto;
}


form input {
 width: 55%;
 line-height: 50px;
 border: 1px solid #ddd;
 padding: 0 20px;
 background: #fff;
}

textarea {
 width: 55%;
 height: 200px;
 padding: 10px;
 font-size: 16px;
 border: 1px solid #ddd;
 background: #fff;
}

form button {
 text-align: center;
 display: block;
 margin: 0 auto;
 background: #a9d9e6;
 color: #fff;
 width: 300px;
 height: 60px;
 font-size: 16px;
 font-weight: 500;
 border-radius: 50px;
 cursor: pointer;
 border: 0px;
 margin-top: 50px;
 font-size: 18px;
}

::placeholder {
 font-size: 15px;
 color: #bbb;
}


.radio .inner {
 width: 55%;
 display: flex;
 flex-direction: column;
 border: 1px solid #ddd;
 padding: 30px;
 font-weight: 500;
 background: #fff;
}

.radio .inner.ex {
 height: 160px;
}

.radio.label {
 height: 160px;
}

.message.label {
 height: 200px;
}


.radio span {
 margin-left: 5px;
}

.check {
 width: 20px;
 margin-bottom: 3px;
}

.radio .inner div {
 display: flex;
 height: 40px;
 align-items: center;
}


.label-btn {
 display: block;
 width: 40px;
 height: 20px;
 line-height: 20px;
 background: #a9d9e6;
 color: #fff;
 font-size: 12px;
 border-radius: 3px;
 margin-left: 10px;
}

.label-btn.ex {
 background: #eee;
 color: #999;
}

.form_btn {
 position: relative;
 background: #a9d9e6;
}


.form-btn {
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 margin: 0 auto;
 text-decoration: none;
 color: #fff;
 font-size: 20px;
 width: 500px;
 height: 80px;
 line-height: 80px;
 background: #0B133B;
 border-radius: 100px;
 position: relative;
 box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}




.thanks .wrap {
 width: 500px;
 height: 500px;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;

}

.thanks .inner {
 text-align: center;
}

.thanks .inner img {
 width: 70%;
 margin-bottom: 50px;
}

.thanks .inner h2 {
 font-size: 40px;
 font-weight: bold;
 color: #000;
}

.thanks .inner a {
 display: block;
 font-weight: bold;
 margin-top: 50px;
}



/*----------------------------*/

.table-company {
 color: #595959;
 width: 650px;
 margin: 0 auto;
 margin-top: 60px;
}

.table-company tr {
 border-bottom: 1px solid #ddd;
}

.table-company td {
 padding-top: 60px;
 padding-bottom: 20px;
 line-height: 1.3;
 letter-spacing: 1.5px;
}

.table-company td:first-child {
 width: 30%;
 text-align: center;
 font-weight: 600;
}


.table-company.compare {
 width: 900px;
 border-collapse: collapse;
}

.table-company.compare th,
.table-company.compare td {
 padding: 20px 15px;
 border: 1px solid #ddd;
 font-size: 17px;
 vertical-align: middle;
}

.table-company.compare th {
 font-size: 18px;
 font-weight: 600;
 text-align: center;
 vertical-align: bottom;
}

.table-company.compare th:nth-child(3) {
 color: #a9d9e6;
}

.table-company.compare td:first-child {
 width: 22%;
 font-size: 16px;
 background: #a9d9e6;
 color: #fff;
}

.table-company.compare td:nth-child(2),
.table-company.compare td:nth-child(3) {
 width: 39%;
 text-align: center;
 font-weight: normal;
}

.table-company.compare td:nth-child(2) i {
 color: #bbb;
 margin-right: 6px;
}

.table-company.compare td:nth-child(3) {
 background: #e6f2f5;
 font-weight: 600;
}

.table-company.compare tr:first-child th:first-child {
 border: none;
}


/*----------------------------*/


.q-box {
 width: 600px;
 margin: 0 auto;
}

.q-box .item {
 margin-top: 90px;
}


.q-box .item h3 {
 margin-bottom: 30px;
}


.cap-img {
 margin: 60px auto;
}


.case-box {
 width: 1000px;
 margin: 0 auto;
 margin-top: 60px;
 display: flex;
 justify-content: space-between;
}



.case-box iframe {
 width: 47%;
 height: 600px;
}



.company-info-box {
 border: 1px solid #ddd;
 padding: 30px;
 box-sizing: border-box;
}

.case-box {
 display: flex;
 justify-content: space-between;
 align-items: stretch;
 margin-top: 40px;
}

.case-card {
 background: #fff;
 border: 1px solid #ddd;
 border-radius: 10px;
 width: 47.5%;
 padding: 30px;
}

.case-industry {
 font-size: 16px;
 color: #888;
 margin-top: 0;
}

.case-name {
 font-size: 24px;
 font-weight: 600;
 color: #222;
 margin-top: 5px;
}

.case-stats {
 display: flex;
 gap: 10px;
 margin-top: 20px;
}

.case-stats .stat {
 background: rgba(169, 217, 230, .15);
 border-radius: 8px;
 text-align: center;
 width: 50%;
 padding: 12px;
}

.stat-num {
 font-size: 32px;
 font-weight: 700;
 color: #a9d9e6;
 margin-top: 0;
}

.stat-label {
 font-size: 14px;
 color: #a9d9e6;
 margin-top: 4px;
}

.case-desc {
 line-height: 1.8;
}

.case-link {
 display: inline-block;
 font-size: 15px;
 margin-top: 10px;
}

.case-footnote {
 text-align: center;
 font-size: 15px;
 color: #999;
 margin-top: 20px;
}

/*----------------------------*/

.deliv-lead {
 color: #888;
 line-height: 1.8;
 margin-top: 20px;
}

/*----------------------------*/

.rpt-card {
 background: #fff;
 border: 1px solid #EAEAE5;
 border-radius: 12px;
 overflow: hidden;
 margin-top: 40px;
}

.rpt-head {
 display: flex;
 justify-content: space-between;
 align-items: baseline;
 border-bottom: 2px solid #0C447C;
 padding: 24px 30px;
}

.rpt-head .eyebrow {
 font-size: 13px;
 color: #888780;
 margin-top: 0;
}

.rpt-head .title {
 font-size: 22px;
 font-weight: 700;
 color: #2C2C2A;
 margin-top: 4px;
}

.rpt-head .confidential {
 font-size: 13px;
 color: #B4B2A9;
 margin-top: 0;
}

.rpt-body {
 padding: 30px;
}

.rpt-meta-target {
 font-size: 14px;
 color: #888780;
 margin-top: 0;
}

.rpt-meta-note {
 font-size: 13px;
 color: #B4B2A9;
 margin-top: 4px;
}

.rpt-legend {
 display: flex;
 flex-wrap: wrap;
 gap: 16px;
 background: #F8F8F6;
 font-size: 14px;
 color: #595959;
 border-radius: 8px;
 margin-top: 24px;
 padding: 14px 18px;
}

.rpt-block-head {
 font-size: 15px;
 font-weight: 700;
 border-radius: 6px 6px 0 0;
 margin-top: 24px;
 padding: 10px 16px;
}

.rpt-block-head.block-1 {
 background: #0C447C;
 color: #fff;
}

.rpt-block-head.block-2 {
 background: #4A9BB5;
 color: #fff;
}

.rpt-block-head.block-3 {
 background: #A9D9E6;
 color: #0C447C;
}

.rpt-table {
 width: 100%;
 border-collapse: collapse;
 font-size: 14px;
 margin-bottom: 20px;
}

.rpt-table tr {
 border-bottom: 1px solid #EAEAE5;
}

.rpt-table tr:last-child {
 border-bottom: none;
}

.rpt-table td {
 color: #333;
 vertical-align: top;
 padding: 12px;
}

.rpt-table .item-col {
 width: 34%;
}

.rpt-table .rate-col {
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
 font-size: 18px;
 text-align: center;
 width: 8%;
}

.rpt-table .comment-col {
 color: #595959;
}

.rpt-table.bordered {
 margin-bottom: 0;
}

.rpt-table.bordered th {
 background: #0C447C;
 color: #fff;
 font-weight: 700;
 text-align: left;
 padding: 10px 12px;
}

.rpt-table.bordered th.center {
 text-align: center;
}

.rpt-table.bordered td {
 padding: 10px 12px;
}

.rpt-table.bordered .num-col {
 width: 6%;
}

.rpt-table.bordered .role-name {
 font-weight: 700;
 color: #2C2C2A;
}

.rate-warn {
 color: #A32D2D;
}

.rate-bad {
 color: #791F1F;
}

.rate-na {
 color: #B4B2A9;
}

.rpt-tag {
 display: inline-block;
 background: #FBEAF0;
 color: #72243E;
 font-size: 13px;
 font-weight: 600;
 border-radius: 10px;
 margin-top: 6px;
 padding: 3px 10px;
}

.rpt-callout {
 border-left: 4px solid #6C5FA0;
 background: #F8F8F6;
 border-radius: 0 6px 6px 0;
 margin-top: 20px;
 padding: 16px 20px;
}

.rpt-callout p {
 font-size: 14px;
 color: #595959;
 line-height: 1.8;
 margin-top: 0;
}

.rpt-warning {
 border: 1.5px solid #791F1F;
 background: #FCEBEB;
 border-radius: 8px;
 margin-top: 20px;
 padding: 16px 20px;
}

.rpt-warning .warning-title {
 font-size: 14px;
 font-weight: 700;
 color: #791F1F;
 margin-top: 0;
 margin-bottom: 8px;
}

.rpt-warning p {
 font-size: 14px;
 color: #595959;
 line-height: 1.8;
 margin-top: 0;
}

.rpt-warning strong {
 color: #791F1F;
}

.table-scroll {
 overflow-x: auto;
}

/*----------------------------*/

.rpt-accordion {
 margin-top: 20px;
}

.rpt-accordion-item {
 background: #fff;
 border: 1px solid #EAEAE5;
 border-radius: 12px;
 overflow: hidden;
 margin-top: 16px;
}

.rpt-accordion-toggle {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 background: #fff;
 border: none;
 text-align: left;
 cursor: pointer;
 padding: 22px 28px;
}

.rpt-accordion-toggle .toggle-text {
 display: block;
}

.rpt-accordion-toggle .eyebrow-inline {
 display: block;
 font-size: 13px;
 font-weight: 400;
 color: #888780;
 margin-bottom: 4px;
}

.rpt-accordion-toggle .toggle-title {
 font-size: 17px;
 font-weight: 700;
 color: #2C2C2A;
}

.rpt-accordion-toggle i {
 font-size: 16px;
 color: #0C447C;
 transition: transform .3s;
 flex-shrink: 0;
 margin-left: 20px;
}

.rpt-accordion-toggle.open i {
 transform: rotate(180deg);
}

.rpt-accordion-panel {
 max-height: 0;
 overflow: hidden;
 transition: max-height .5s ease;
}

.rpt-accordion-panel.open {
 max-height: 4000px;
}

.rpt-accordion-body {
 border-top: 1px solid #EAEAE5;
 padding: 24px 28px;
}

/*----------------------------*/

.phase-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 12px;
}

.phase-cell {
 background: #F8F8F6;
 border-radius: 8px;
 overflow: hidden;
}

.phase-head {
 text-align: center;
 padding: 8px 10px;
}

.phase-head p {
 font-size: 13px;
 color: #fff;
 margin-top: 0;
}

.phase-head.c-navy {
 background: #0C447C;
}

.phase-head.c-teal {
 background: #4A9BB5;
}

.phase-head.c-sky {
 background: #A9D9E6;
}

.phase-head.c-sky p {
 color: #0C447C;
}

.phase-head.c-pale {
 background: #E6F1FB;
}

.phase-head.c-pale p {
 color: #0C447C;
}

.phase-body {
 text-align: center;
 padding: 14px 10px;
}

.phase-body .symbol {
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", Meiryo, sans-serif;
 font-size: 20px;
}

.phase-body p {
 font-size: 13px;
 color: #888780;
 margin-top: 6px;
}

/*----------------------------*/

.winloss-grid {
 display: flex;
 gap: 24px;
 flex-wrap: wrap;
}

.winloss-col {
 flex: 1;
 min-width: 240px;
}

.winloss-col .col-title {
 font-size: 14px;
 font-weight: 700;
 margin-top: 0;
}

.winloss-col.win .col-title {
 color: #0C447C;
}

.winloss-col.loss .col-title {
 color: #72243E;
}

.bar-row {
 margin-top: 10px;
}

.bar-row p {
 font-size: 13px;
 color: #595959;
 margin: 0 0 4px;
}

.bar-track {
 background: #A9D9E6;
 border-radius: 4px;
 height: 10px;
}

.bar-track.dark {
 background: #0C447C;
 height: 8px;
}

.bar-track.w-16 {
 width: 16%;
}

.bar-track.w-17 {
 width: 17%;
}

.bar-track.w-23 {
 width: 23%;
}

.bar-track.w-25 {
 width: 25%;
}

.bar-track.w-33 {
 width: 33%;
}

.bar-track.w-42 {
 width: 42%;
}

.bar-track.w-44 {
 width: 44%;
}

.loss-block {
 background: #F1EFE8;
 border-radius: 6px;
 margin-top: 10px;
 padding: 10px 12px;
}

.loss-block.highlight {
 background: #E6F1FB;
}

.loss-block .block-label {
 font-size: 13px;
 font-weight: 700;
 color: #5F5E5A;
 margin-top: 0;
}

.loss-block.highlight .block-label {
 color: #0C447C;
}

.inline-stats {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 font-size: 13px;
 color: #595959;
 margin-top: 6px;
}

/*----------------------------*/

.meeting-tag {
 display: inline-block;
 font-size: 13px;
 font-weight: 600;
 border-radius: 10px;
 padding: 3px 10px;
}

.meeting-tag.result-only {
 background: #FCEBEB;
 color: #791F1F;
}

.meeting-tag.personal {
 background: #FAEEDA;
 color: #633806;
}

/*----------------------------*/

.impact-box {
 background: #FCEBEB;
 border: 1px solid #F3C9C9;
 border-radius: 8px;
 text-align: center;
 margin-top: 24px;
 padding: 24px 28px;
}

.impact-box .impact-label {
 font-size: 14px;
 font-weight: 700;
 color: #791F1F;
 margin-top: 0;
}

.impact-box .impact-amount {
 font-size: 34px;
 font-weight: 700;
 color: #791F1F;
 margin-top: 8px;
}

.impact-box .impact-amount .unit {
 font-size: 16px;
 font-weight: 400;
}

.impact-box .impact-note {
 font-size: 13px;
 color: #A32D2D;
 margin-top: 8px;
}

.priority-head {
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 gap: 10px;
 margin-top: 32px;
}

.priority-title {
 font-size: 17px;
 font-weight: 700;
 color: #0C447C;
 margin-top: 0;
}

.priority-loss-tag {
 background: #FCEBEB;
 color: #791F1F;
 font-size: 13px;
 font-weight: 700;
 white-space: nowrap;
 border-radius: 20px;
 padding: 6px 16px;
}

.pf-row {
 display: flex;
 align-items: stretch;
 margin-top: 8px;
}

.pf-label {
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 width: 100px;
 border-radius: 8px 0 0 8px;
 padding: 12px;
 flex-shrink: 0;
}

.pf-label p {
 color: inherit;
 font-size: 14px;
 font-weight: 700;
 margin-top: 0;
}

.pf-label.issue {
 background: #A9D9E6;
 color: #0C447C;
}

.pf-label.cause {
 background: #4A9BB5;
 color: #fff;
}

.pf-label.action {
 background: #0C447C;
 color: #fff;
}

.pf-content {
 flex: 1;
 background: #F8F8F6;
 border-radius: 0 8px 8px 0;
 padding: 14px 18px;
}

.pf-content p {
 font-size: 14px;
 color: #595959;
 line-height: 1.8;
 margin-top: 0;
}

.pf-content ul {
 list-style: disc;
 padding-left: 18px;
}

.pf-content li {
 font-size: 14px;
 color: #595959;
 line-height: 1.9;
}

.pf-arrow {
 text-align: center;
 font-size: 16px;
 color: #B4B2A9;
 margin: 6px 0;
}

/*----------------------------*/

.case-image {
 display: block;
 max-width: 1000px;
 width: 100%;
 margin: 30px auto;
}

.voice-signature {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 margin-top: 20px;
}

.voice-signature img {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 object-fit: cover;
}


.voice-name {
 font-size: 20px;
 margin-top: 0;
 font-weight: 600;
}

.voice-meta {
 margin-top: 20px;
 color: #888;
 font-size: 14px;
}



.roadmap {
 list-style: none;
 margin: 0;
 padding: 0;
}

.roadmap-item {
 display: flex;
 align-items: flex-start;
 gap: 24px;
 position: relative;
 padding-bottom: 48px;
}

.roadmap-item:last-child {
 padding-bottom: 0;
}

/* 番号同士をつなぐ縦線 */
.roadmap-item::before {
 content: "";
 position: absolute;
 left: 50px;
 top: 70px;
 bottom: 0;
 width: 4px;
 background: #a9d9e6;
}

.roadmap-item:last-child::before {
 display: none;
}

.roadmap-num {
 flex-shrink: 0;
 width: 100px;
 height: 100px;
 border-radius: 50%;
 border: 3px solid #a9d9e6;
 color: #a9d9e6;
 background: #fff;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 font-weight: bold;
 font-size: 16px;
 line-height: 1.3;
 z-index: 1;
}


.roadmap-index {
 font-size: 30px;
}


.roadmap-body h4 {
 font-size: 24px;
 margin-bottom: 8px;
 color: #333;
}

.roadmap-body p {
 line-height: 1.8;
}



/*----------------------------*/

.sp {
 display: none;
}

.tab {
 display: none;
}


.sp-only {
 display: none;
}


.pc {
 display: block;
}




/*----------------------------*/


#pageTop {
 position: fixed;
 bottom: 40px;
 right: 30px;
 z-index: 9999;
}

#pageTop a {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0;
 padding: 0;
 width: 50px;
 height: 50px;
 background: #333;
 color: #fff;
 text-decoration: none;
 text-align: center;
 border-radius: 30px;
}

#pageTop i {
 font-size: 22px;
 font-weight: bold;
 margin-left: 3px;
}

#pageTop a:hover {
 text-decoration: none;
 opacity: 0.7;
}


/*----------------------------*/

.fade_in_box {
 overflow: hidden;
 transition: .8s;
}


.fade_in {
 transition: 1s;
 opacity: 0;
 transform: translate(0, 60px);
 -webkit-transform: translate(0, 60px);
}

.in {
 opacity: 1.0;
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
}


.fade_in.two {
 -moz-transition-delay: 200ms;
 -webkit-transition-delay: 200ms;
 -o-transition-delay: 200ms;
 -ms-transition-delay: 200ms;
}


.fade_in.three {
 -moz-transition-delay: 300ms;
 -webkit-transition-delay: 300ms;
 -o-transition-delay: 300ms;
 -ms-transition-delay: 300ms;
}

.fade_in.four {
 -moz-transition-delay: 400ms;
 -webkit-transition-delay: 400ms;
 -o-transition-delay: 400ms;
 -ms-transition-delay: 400ms;
}

.fade_in.five {
 -moz-transition-delay: 500ms;
 -webkit-transition-delay: 500ms;
 -o-transition-delay: 500ms;
 -ms-transition-delay: 500ms;
}

.fade_in.six {
 -moz-transition-delay: 600ms;
 -webkit-transition-delay: 600ms;
 -o-transition-delay: 600ms;
 -ms-transition-delay: 600ms;
}

.fade_in.seven {
 -moz-transition-delay: 700ms;
 -webkit-transition-delay: 700ms;
 -o-transition-delay: 700ms;
 -ms-transition-delay: 700ms;
}

.fade_in.eight {
 -moz-transition-delay: 800ms;
 -webkit-transition-delay: 800ms;
 -o-transition-delay: 800ms;
 -ms-transition-delay: 800ms;
}

.fade_in.nine {
 -moz-transition-delay: 900ms;
 -webkit-transition-delay: 900ms;
 -o-transition-delay: 900ms;
 -ms-transition-delay: 900ms;
}

.fade_in.ten {
 -moz-transition-delay: 1000ms;
 -webkit-transition-delay: 1000ms;
 -o-transition-delay: 1000ms;
 -ms-transition-delay: 1000ms;
}
