@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
/* main */
#main {
    position: relative;
    background: url('../images/index/bg-main.webp') no-repeat bottom center/cover;
    padding: 61px 0 70px;
    overflow: hidden;
}

#main .inner {
    max-width: 100%;
    padding: 0;
}

#main .mainContent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: calc((100% - 1200px)/2);
}

#main .mainPhoto {
    width: 56.8%;
}

#main .mainPhoto img {
    width: 100%;
}

#main .mainWrap {
    width: 39.7%;
}

#main .mainWrap .mainSlogan {
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: bold;
    line-height: 2;
    margin: 0 0 25px -1px;
}

#main .mainWrap .mainIntro {
    font-size: clamp(40px, 3.5vw, 50px);
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1.2;
}

#main .mainWrap .mainLogo {
    margin-bottom: 43px;
    max-width: 523px;
}

#main .mainWrap .mainLogo img {
    width: 100%;
}

#main .mainWrap .mainSub {
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 2;
    font-weight: bold;
    margin: 0 0 22px -1px;
}

#main .mainWrap .mainBox {
    width: 100%;
    max-width: 523px;
    margin-left: 1px;
}

#main .mainWrap .mainMedal {
    margin-bottom: 0;
}

#main .mainWrap .mainMedal img {
    width: 100%;
}

#main .mainWrap .areaBtn a {
    font-size: 22px;
    background-size: 35px;
    background-position: right 20px center;
    padding: 22px 6px 20px 10px;
}

/* sectionFeel */
.sectionFeel {
    position: relative;
    padding: 102px 0 114px;
    background: radial-gradient(rgba(172, 236, 255, 0.8) 2.7px, transparent 2.7px) 20px -14px / 35px 35px, linear-gradient(180deg, #ffffff 0%, #eaf9ff 55%, #e1f6ff 100%);
    margin-top: -24px;
    z-index: 1;
}

.sectionFeel:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
    z-index: 1;
    clip-path: polygon(50% 99%, 100% 52%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 52%);
}

.sectionFeel .wrapFeel {
    position: relative;
    z-index: 2;
}

.sectionFeel .wrapFeel .titleFeel {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #0F5174;
    margin-bottom: 56px;
}

.sectionFeel .wrapFeel .titleFeel .titleColBlue {
    color: #246BC9;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 3px;
}

.sectionFeel .wrapFeel .listFeel {
    display: flex;
}

.sectionFeel .wrapFeel .listFeel li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100%/3) - 17px);
    margin-right: 23px;
}

.sectionFeel .wrapFeel .listFeel li:nth-child(3n) {
    margin-right: 0;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelBubble {
    margin-bottom: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    padding: 33px 15px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 6px 5px 0px rgba(158, 158, 158, 1);
}

.sectionFeel .wrapFeelBubble::after {
    content: '';
    position: absolute;
    bottom: -21px;
    right: 72px;
    transform: rotate(45deg);
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 4px 5px 0px rgba(158, 158, 158, 1),
        -2px 36px 0 -3px #fff,
        2px 41px 0px -3.1px rgba(158, 158, 158, 1),
        -2px 64px 0 -7px #fff,
        2px 69px 0px -7px rgba(158, 158, 158, 1);
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelBubble .bubbleFeel {
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: bold;
    line-height: 1.5;
    color: #000000;
    word-break: break-all;
}


.sectionFeel .wrapFeel .listFeel li .wrapFeelBubble .bubbleFeel .bubBgYellow {
    background: linear-gradient(transparent 70%, #FFF000 70%);
    display: inline-block;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelIllustration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
    width: 268px;
    min-height: 268px;
}

.sectionFeel .wrapFeel .listFeel li:nth-child(2) .wrapFeelIllustration {
    width: 188px;
}

.sectionFeel .wrapFeel .listFeel li:nth-child(3) .wrapFeelIllustration {
    width: 235px;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelIllustration img {
    max-width: 100%;
    width: 100%;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelSolution {}

.sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -19px;
    position: relative;
    z-index: 1;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow img {
    width: auto;
    max-height: 129.74px;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow .iconFeelArrow {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #1a73e8;
    position: relative;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow .iconFeelArrow::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: -12.5px;
    width: 25px;
    height: 40px;
    background: #1a73e8;
}

.sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .txtFeel {
    background: #fff;
    border-radius: 10px;
    padding: 39px 32px 33px;
    position: relative;
    font-size: 16px;
    line-height: 1.87;
    font-weight: bold;
    color: #000000;
}

.bubBgYellow {
    font-weight: 800;
    background: linear-gradient(transparent 70%, #ffff00 70%);
}

/* contentChartStep */
.sectionStep {
    padding: 120px 0 71px;
}


.sectionStep .inner {
    max-width: 1060px;
}

.sectionStep .wrapStep {}


.sectionStep .wrapStep .contentChartStep {
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 52px;
}

.sectionStep .wrapStep .contentChartStep:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 44px solid #E9F0F1;
}

.sectionStep .wrapStep .contentChartStep .wrapChart {}

.sectionStep .wrapStep .contentChartStep .wrapChart .titleChartPercent {
    color: #4483B0;
    font-size: 26px;
    line-height: 1.62;
    margin-bottom: 35px;
    font-weight: bold;
}


.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer {
    display: flex;
    align-items: flex-end;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft {
    width: calc(100% - 561px);
    margin-right: 144px;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes {}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox {
    display: flex;
    overflow: hidden;
    box-shadow: 2.83px 2.83px 5.66px rgba(33, 24, 21, 0.15);
    background: linear-gradient(90deg, rgba(70, 138, 187, 1) 0%, rgba(70, 138, 184, 1) 6%, rgba(72, 139, 176, 1) 34%, rgba(57, 115, 150, 1) 56%, rgba(32, 72, 104, 1) 100%);
    padding: 1px;
    margin-bottom: 29px;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox .txtAlpha {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    background: linear-gradient(90deg, rgba(70, 138, 187, 1) 0%, rgba(70, 138, 184, 1) 6%, rgba(72, 139, 176, 1) 34%, rgba(57, 115, 150, 1) 56%, rgba(32, 72, 104, 1) 100%);
    padding-bottom: 9px;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox.qaBoxAnswer .txtAlpha {}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox.qaBoxQuestion .txtAlpha {}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox .txtQaPercent {
    padding: 23px 18px 36px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    width: calc(100% - 45px);
    line-height: 1.18;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox.qaBoxQuestion .txtQaPercent {
    padding: 16px 17px 21px;
    line-height: 1.6;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox.qaBoxQuestion .txtQaPercent .bubBgYellow {
    background: linear-gradient(transparent 60%, #fff000 60%);
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea {
    width: 340px;
    height: 350px;
    position: relative;
    margin-bottom: 4px;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea canvas {
    width: 100% !important;
    height: 100% !important;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel {
    position: absolute;
    font-weight: bold;
    color: #19435A;
    line-height: 1.1;
    white-space: nowrap;
    background-image: radial-gradient(circle, #ffffff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #19435A;
    -webkit-text-stroke: 5px transparent;
    font-weight: 900;
    font-size: 26px;
    padding: 0 10px;
    line-height: 1.25;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel .txtChartLabel {
    font-size: 14px;
    color: #333;
    background-image: radial-gradient(circle, #ffffff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #333333;
    -webkit-text-stroke: 3px transparent;
    font-weight: bold;
    display: block;
    margin-bottom: 1px;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel .chartLabelNum {
    font-size: 40px;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label6 {
    top: -83px;
    right: -7.9%;
    text-align: left;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label1 {
    top: -3px;
    right: -12%;
    text-align: left;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label2 {
    bottom: 26px;
    right: -25.5%;
    text-align: left;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label3 {
    bottom: 27px;
    left: -35%;
    text-align: left;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label4 {
    top: 17px;
    left: -22.4%;
    text-align: left;
}

.sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label5 {
    top: -83px;
    left: -29px;
    text-align: left;
}

/* sectionStep */
/* contentFlowStep */
.sectionStep .wrapStep .contentFlowStep {
    position: relative;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow {
    position: relative;
    padding-bottom: 0px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain {
    display: flex;
    position: relative;
    margin-bottom: 0;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol {
    width: 312px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-right: 87px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol:nth-child(2) {
    width: 222px;
    margin-right: 99px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol:nth-child(3) {
    width: 280px;
    margin-right: 0;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .boxFlowCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 78px;
    width: 100%;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .tag {
    color: #5E9EA4;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .box {
    background-color: #5E9EA4;
    color: #fff;
    padding: 7px 10px 10px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .visual {
    margin-top: 62px;
    position: relative;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .visual img {
    width: 100%;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .robotVisual {
    margin: 0px 0 10px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .robotVisual .placeholderIcon {
    max-width: 185px;
    width: 100%;
    margin: 0 auto;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .robotVisual .placeholderIcon img {
    width: 100%;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .actionBtn {
    color: #fff;
    padding: 10px 20px 10px 14px;
    font-size: 14px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    width: 100%;
    background: linear-gradient(90deg, rgba(70, 138, 187, 1) 0%, rgba(70, 138, 184, 1) 6%, rgba(72, 139, 176, 1) 34%, rgba(57, 115, 150, 1) 56%, rgba(32, 72, 104, 1) 100%);
    font-weight: 500;
    position: relative;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .wrapAfterACtion {
    position: relative;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .wrapAfterACtion:after {
    content: "";
    position: absolute;
    background-color: #4483B0;
    height: 1px;
    width: calc(100% + 111px);
    left: 50%;
    top: 49.5%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper {
    width: calc(100% + 83px);
    margin: 73px 0 40px -43px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList {
    text-align: left;
    position: relative;
    padding-left: 16px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 10px;
    width: 1px;
    background-color: #4289b9;
    height: 145px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 27px;
    margin-bottom: 17.7px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 15px;
    width: 29px;
    height: 1px;
    background-color: #4289b9;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li .iconTool {
    min-width: 30px;
    max-width: 30px;
    margin-right: 9px;
    display: inline-block;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnConnectorVertical {
    position: absolute;
    right: 17.3%;
    top: 3px;
    bottom: 19px;
    width: 1px;
    background-color: #4483B0;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnConnectorHorizontal {
    position: absolute;
    right: 17.4%;
    height: 1px;
    background-color: #4483B0;
    top: 51%;
    width: 25%;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnBtn {
    background-color: #204868;
    color: #fff;
    padding: 10px 30px 10px 40px;
    font-size: 14px;
    font-weight: 500;
    clip-path: polygon(10.7% 0%, 100% 0%, 100% 100%, 10.7% 100%, 5.8% 50%);
    width: 236px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: 6px;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnConnectorTip {
    position: absolute;
    right: 56.4%;
    height: 1px;
    background-color: #4483B0;
    top: 51%;
    width: 10%;
}

.sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnConnectorTip::after {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 9px solid #4483B0;
}

/* sectionStage */
.sectionStage {
    padding: 60px 0 57px;
    background: #FAFAFA;
    text-align: center;
}

.sectionStage .wrapStage {}

.sectionStage .wrapStage .titleStage {
    font-size: 60px;
    font-weight: 900;
    color: #0F5174;
    line-height: 1.3;
    margin-bottom: 32px;
    letter-spacing: 6.3px;
}

.sectionStage .wrapStage .titleStage .titleColBuleLight {
    color: #246BC9;
}

.sectionStage .wrapStage .titleStage .bubBgYellow {
    padding: 0 4px;
    background: linear-gradient(transparent 58%, #ffff00 58%);
    display: inline;
}

.sectionStage .wrapStage .leadStageText {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 77px;
    font-weight: 500;
}

.sectionStage .wrapStage .listStage {
    display: flex;
}

.sectionStage .wrapStage .listStage .itemStage {
    width: 27%;
    margin-right: 12.8px;
}

.sectionStage .wrapStage .listStage .itemStage:last-child {
    margin-right: 0;
}

.sectionStage .wrapStage .listStage .itemStage .imgStage {
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 33px;
}

.sectionStage .wrapStage .listStage .itemStage .imgStage img {
    width: 100%;
}

.sectionStage .wrapStage .listStage .itemStage .descStage {
    font-size: 20px;
    line-height: 1.34;
    color: #0F5174;
    font-weight: bold;
    text-align: center;
}

.sectionStage .wrapStage .listStage .arrowStage {
    width: 15%;
    transform: translate(0px, -52px);
    margin-right: 12.8px;
}

.sectionStage .wrapStage .listStage .arrowStage .labelStage {
    font-size: 50px;
    font-weight: 900;
    color: #DBDBDB;
    margin-bottom: 6px;
    letter-spacing: 5px;
}

.sectionStage .wrapStage .listStage .arrowStage .iconStageArrow {
    width: 129px;
    margin: 0 auto;
}

.sectionStage .wrapStage .listStage .arrowStage .iconStageArrow img {
    width: 100%;
}

/* sectionFocus */
.sectionFocus {
    padding: 79px 0 230px;
}

.sectionFocus .titleFocus {
    font-size: 50px;
    font-weight: 900;
    color: #0F5174;
    text-align: center;
    line-height: 1.65;
    margin-bottom: 47px;
}

.sectionFocus .titleFocus .line {
    display: inline-block;
    line-height: 1.5;
    background: linear-gradient(transparent 53%, #ffff00 53%);
}

.sectionFocus .focusList li {
    position: relative;
}

.sectionFocus .focusList li:not(:last-child) {
    margin-bottom: 152px;
}

.sectionFocus .focusList li .focusTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 110px;
    background: linear-gradient(90deg, rgba(39, 139, 178, 1) 0%, rgba(15, 81, 116, 1) 100%);
    padding: 20px 18px;
}

.sectionFocus .focusList li .focusTop .focusName {
    width: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}

.sectionFocus .focusList li .focusDetail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 220px;
    background-color: #fff;
    border: 3px solid #0F5174;
    padding: 20px 27px;
}

.sectionFocus .focusList li .focusDetail .focusSub {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.89;
}

.sectionFocus .focusList li .focusDetail .focusSub .yellow {
    background: linear-gradient(transparent 60%, #ffff00 60%);
}

.sectionFocus .focusList li .focusPhoto {
    position: absolute;
    top: 72.9%;
    right: 27px;
    transform: translateY(-50%);
    height: 443px;
}

.sectionFocus .focusList li .focusPhoto img {
    height: 100%;
}

.sectionFocus .focusList li:nth-child(odd) .focusTop {
    flex-direction: row-reverse;
}

.sectionFocus .focusList li:nth-child(odd) .focusDetail {
    flex-direction: row-reverse;
}

.sectionFocus .focusList li:nth-child(odd) .focusPhoto {
    right: auto;
    left: 27px;
}

/* sectionFocus */

/* sectionAttract */
.sectionAttract {
    background-color: #97D5E8;
    padding: 96px 0 104px;
}

.sectionAttract .attractWrap {
    background-color: #fff;
    padding: 63px 100px 75px;
}

.sectionAttract .attractWrap .attractTitle {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.5;
    border-bottom: 4px solid #008CB4;
    padding-bottom: 36px;
    margin-bottom: 27px;
}

.sectionAttract .attractWrap .attractTitle .blue {
    color: #008CB4;
}

.sectionAttract .attractWrap .attractForte {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 74px;
    padding-left: 20px;
    margin-bottom: 52px;
}

.sectionAttract .attractWrap .attractForte .fortePhoto {
    width: 43%;
}

.sectionAttract .attractWrap .attractForte .forteList {
    flex: 1;
    margin-top: 13px;
    margin-right: -2px;
}

.sectionAttract .attractWrap .attractForte .forteList li {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-left: 33px;
}

.sectionAttract .attractWrap .attractForte .forteList li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 23px;
    aspect-ratio: 1/1;
    background-color: #008CB4;
    border-radius: 1px;
}

.sectionAttract .attractWrap .attractForte .forteList li:not(:last-child) {
    margin-bottom: 22px;
}

.sectionAttract .attractWrap .attractWrapChart .chartIntro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 24px;
}

.sectionAttract .attractWrap .attractWrapChart .chartIntro .introSearch {
    display: flex;
}

.sectionAttract .attractWrap .attractWrapChart .chartIntro .introSearch .searchSub {
    width: 220px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #1C2D48;
    border: 2px solid #D8DBDB;
    border-right: none;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    padding: 6px 10px 8px;
}

.sectionAttract .attractWrap .attractWrapChart .chartIntro .introSearch .searchBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 70px;
    border: none;
    background-color: #1C2D48;
    border-radius: 0 20px 20px 0;
    padding: 5px;
}

.sectionAttract .attractWrap .attractWrapChart .chartIntro .introSub {
    flex: 1;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -1px;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 49px;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 490px;
    height: 90px;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoName {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 157px;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    background: #1C2D48;
    letter-spacing: 1.6px;
    text-align: center;
    line-height: 1.2;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #1C2D48;
    border: 2px solid #1C2D48;
    width: 198px;
    height: 100%;
    margin-right: 15px;
    z-index: 2;
    background-color: #fff;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange span {
    display: inline-block;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange .changeNumber {
    position: relative;
    font-size: 26px;
    font-weight: 900;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange .changeNumber:not(:last-child) {
    margin-right: 36px;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange .changeNumber .unit {
    font-size: 16px;
    margin-left: 4px;
    transform: translateY(1px);
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoIncrease {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    background-color: #B10D23;
    padding: 13px 5px 6px;
    width: 120px;
    line-height: 1;
    z-index: 1;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoIncrease::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-right: 24px solid #B10D23;
    z-index: -1;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoIncrease .unit {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    transform: translateY(4px);
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li:first-child .infoIncrease .unit:not(.sub) {
    font-size: 28px;
    transform: none;
}

.sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoIncrease .unit.sub {
    display: block;
    width: 100%;
    transform: translateY(-4px);
    margin-left: 5px;
}

/* attractChart */
.sectionAttract .attractWrap .attractWrapChart .chartWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 23px;
    margin-bottom: 45px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractList {
    width: 249px;
    margin-bottom: 8px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractList li:not(:last-child) {
    margin-bottom: 11px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .iframeChartAtt {
    width: 100%;
    max-width: 728px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart {
    width: 100%;
    max-width: 100%;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .card {
    position: relative;
    background: #fff;
    border-radius: 6px;
    width: 100%;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-left: 13px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .legend {
    display: flex;
    gap: 10px;
    margin-bottom: 13px;
    margin-left: 14px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .legend-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    color: #444;
    border-radius: 3px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .legend-item::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 4px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transition: opacity .15s ease;
    z-index: 1;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .legend-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
    color: #fff;
    transform: translateY(1px);
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .marker-img {
    position: absolute;
    top: 85%;
    transform: translate(-50%, -100%);
    width: 61px;
    pointer-events: none;
    z-index: 50;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .contentChart {
    height: 220px;
}

.sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart canvas {}

/* attractChart */

.sectionAttract .attractWrap .attractVisualize .visualizeTitle {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #0F5174;
    padding: 13px 5px 14px;
    margin-bottom: 16px;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 23px;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox {
    width: 275px;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeLogo {
    width: 282px;
    margin-bottom: 37px;
    margin-left: -12px;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li:not(:last-child) {
    margin-bottom: 43px;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li .visualizeName {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    z-index: 1;
    margin-bottom: 12px;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li .visualizeName::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    background: url(../images/index/section-attract-photo-06.webp)no-repeat center/100%;
    z-index: -1;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li .visualizeSub {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1.23;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizePhoto {
    flex: 1;
    margin-top: 60px;
    margin-right: -13px;
}

.sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizePhoto img {
    width: 100%;
}

/* sectionAttract */

/* sectionService */
.sectionService {
    padding: 109px 0 82px;
}

.sectionService .serviceTitle {
    font-size: 50px;
    font-weight: 900;
    color: #0F5174;
    text-align: center;
    margin-bottom: 44px;
}

.sectionService .serviceList li {
    display: flex;
    flex-wrap: wrap;
}

.sectionService .serviceList li .serviceName {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #00B9F5;
    padding: 49px 15px 15px;
    letter-spacing: 0px;
    width: 100px;
    line-height: 1.25;
}

.sectionService .serviceList li:nth-child(2) .serviceName {
    background-color: #0098E2;
}

.sectionService .serviceList li:nth-child(3) .serviceName {
    background-color: #007CC5;
}

.sectionService .serviceList li:nth-child(4) .serviceName {
    background-color: #0066A0;
}

.sectionService .serviceList>li:not(:last-child) {
    margin-bottom: 24px;
}

.sectionService .serviceList li:not(:last-child) .serviceName::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    height: 26px;
    width: 100%;
    background-color: #0098E2;
    z-index: -1;
}

.sectionService .serviceList li:nth-child(2) .serviceName::before {
    background-color: #007CC5;
}

.sectionService .serviceList li:nth-child(3) .serviceName::before {
    background-color: #0066A0;
}

.sectionService .serviceList li:not(:last-child) .serviceName::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #00B9F5;
    z-index: 1;
}

.sectionService .serviceList li:nth-child(2) .serviceName::after {
    border-top-color: #0098E2;
}

.sectionService .serviceList li:nth-child(3) .serviceName::after {
    border-top-color: #007CC5;
}

.sectionService .serviceList li .serviceName .txtServiceName {
    width: 18px;
    display: block;
    word-break: break-word;
    margin: 0 auto;
}

.sectionService .serviceList li .serviceDetail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 401px;
    gap: 22px;
    flex: 1;
    border: 2px solid #00B9F5;
    border-left: none;
    border-radius: 0 10px 10px 0;
    padding: 30px 28px 29px 30px;
    width: calc(100% - 100px);
}

.sectionService .serviceList li:nth-child(2) .serviceDetail {
    border-color: #0098E2;
}

.sectionService .serviceList li:nth-child(3) .serviceDetail {
    border-color: #007CC5;
}

.sectionService .serviceList li:nth-child(4) .serviceDetail {
    border-color: #0066A0;
}

.sectionService .serviceList li .serviceDetail .detailPhoto {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(44.1% - 9px);
}

.sectionService .serviceList li .serviceDetail .detailPhoto img {
    aspect-ratio: 306/340;
    max-height: 340px;
}

.sectionService .serviceList li .serviceDetail .detailMeasuresWrap {
    margin-bottom: 26px;
}

.sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailName {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #00B9F5;
    line-height: 1.6;
    margin-bottom: 19px;
}

.sectionService .serviceList li:nth-child(2) .serviceDetail .detailMeasuresWrap .detailName {
    color: #0098E2;
}

.sectionService .serviceList li:nth-child(3) .serviceDetail .detailMeasuresWrap .detailName {
    color: #007CC5;
}

.sectionService .serviceList li:nth-child(4) .serviceDetail .detailMeasuresWrap .detailName {
    color: #0066A0;
}

.sectionService .serviceList li:nth-child(2) .serviceDetail .detailMeasuresWrap .detailName::before {
    background-color: #0098E2;
}

.sectionService .serviceList li:nth-child(3) .serviceDetail .detailMeasuresWrap .detailName::before {
    background-color: #007CC5;
}

.sectionService .serviceList li:nth-child(4) .serviceDetail .detailMeasuresWrap .detailName::before {
    background-color: #0066A0;
}

.sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailSub {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.67;
    margin-left: 2px;
}

.sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailSub .red {
    color: #B10D23;
}

.sectionService .serviceList li .serviceDetail .detailMeasures {
    flex: 1;
}

.sectionService .serviceList li .serviceDetail .detailMeasures .measuresName {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #00B9F5;
    padding: 9px 5px 11px;
    margin-bottom: 18px;
}

.sectionService .serviceList li:nth-child(2) .serviceDetail .detailMeasures .measuresName {
    background-color: #0098E2;
}

.sectionService .serviceList li:nth-child(3) .serviceDetail .detailMeasures .measuresName {
    background-color: #007CC5;
}

.sectionService .serviceList li:nth-child(4) .serviceDetail .detailMeasures .measuresName {
    background-color: #0066A0;
}

.sectionService .serviceList li .serviceDetail .detailMeasures .measuresList li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    padding-left: 21px;
}

.sectionService .serviceList li .serviceDetail .detailMeasures .measuresList li::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 5px;
    aspect-ratio: 1/1;
    background-color: #333333;
    border-radius: 50%;
}

/* sectionService */

/* areaTitle */
.areaTitle {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.areaTitle .jp {
    display: block;
}

.areaTitle .en {
    display: block;
    font-size: 18px;
    color: #32A0A2;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .areaTitle {
        font-size: clamp(24px, 6.4vw, 30px);
    }
}

/* areaTitle */
/* inner */
.innerSmall {
    width: 100%;
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}

.highlight {
    color: #008CB4;
}

/* sectionPrice */
.sectionPrice {
    background: #FAFAFA;
    padding: 62px 0 90px;
}

.sectionPrice .wrapTitle {
    margin-bottom: 48px;
}

.sectionPrice .areaTitle {
    font-weight: 900;
}

.sectionPrice .boxPrice .wrapTablePrice table {
    width: 100%;
    position: relative
}

.sectionPrice .boxPrice .wrapTablePrice table tr th {
    border: solid #CACACA;
    background: #00A6B9;
    color: #ffffff;
    text-align: center;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    width: 25.04%;
    border-width: 0 2px 2px 0;
    padding: 10px 10px;
    user-select: none
}

.sectionPrice .boxPrice .wrapTablePrice table tr th:first-child {
    background: #00455E;
    width: 18.78%;
}

.sectionPrice .boxPrice .wrapTablePrice table tr th:nth-child(2) {
    background: #C20019;
    color: #FFFFFF;
    width: 31.30%;
}

.sectionPrice .boxPrice .wrapTablePrice table tr td {
    font-size: 18px;
    font-weight: 700;
    background: #ffffff;
    line-height: 26px;
    border: 2px solid #CACACA;
    text-align: center;
    height: 60px;
    padding: 15px 11px;
    user-select: none
}

.sectionPrice .boxPrice .wrapTablePrice table tr td.red {
    color: #B10D23;
}

.sectionPrice .boxPrice .wrapTablePrice table tr td:first-child {
    color: #ffffff;
    background: #00455E
}

.sectionPrice .boxPrice .wrapTablePrice table tr td:nth-child(2) {
    background: #FFF2EA;
}

/* sectionFaq */
.sectionFaq {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(227, 248, 255, 1) 50%, rgba(221, 247, 255, 1) 100%);
    padding: 80px 0 110px;
    z-index: 1;
}

.sectionFaq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/index/area-faq-dots.webp")repeat top left;
    z-index: -1;
}

.sectionFaq .areaTitle {
    margin-bottom: 65px;
    font-size: 50px;
}

.sectionFaq .areaTitle .jp {
    color: #278BB2;
}

.sectionFaq .areaTitle .en {
    margin-top: 1px;
    color: #333;
}

.sectionFaq .faqList {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.sectionFaq .faqList li {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 10px 10px 40px rgba(9, 80, 88, 0.25);
}

.sectionFaq .faqList li:not(:last-child) {
    margin-bottom: 30px;
}

.sectionFaq .faqList li .faqQuest {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #008CB4;
    padding: 26px 40px 26px 80px;
    cursor: pointer;
    z-index: 1;
}

.sectionFaq .faqList li .faqQuest::before,
.sectionFaq .faqList li .faqQuest::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    width: 30px;
    height: 5px;
    background-color: #008CB4;
}

.sectionFaq .faqList li .faqQuest::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all .3s;
}

.sectionFaq .faqList li .faqQuest.open::after {
    transform: translateY(-50%) rotate(0);
}

.sectionFaq .faqList li .faqQuest .alpha {
    position: absolute;
    top: 52%;
    left: 33px;
    transform: translateY(-50%);
    width: 56px;
}

.sectionFaq .faqList li .faqQuest .alpha img {
    /* width: 56px; */
    aspect-ratio: 56 / 42;
}

.sectionFaq .faqList li .faqQuest .questSub {
    display: inline-block;
    margin-left: 16px;
}

.sectionFaq .faqList li .faqAnswerWrap {
    padding-bottom: 26px;
}

.sectionFaq .faqList li .faqAnswer {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
    padding: 0 23px 3px 97px;
    transform: translateY(-17px);
}

/* sectionContact */
.sectionContact {
    background: linear-gradient(180deg, rgba(39, 139, 178, 1) 45%, rgba(15, 81, 116, 1) 100%);
    padding: 75px 0 100px;
    position: relative;
}

.sectionContact::before {
    content: "";
    position: absolute;
    display: block;
    width: 210px;
    aspect-ratio: 209.66 / 286.17;
    background: url("../images/index/form-img.svg") center no-repeat;
    background-size: 100%;
    bottom: -1px;
    right: calc((100vw - 1440px) / 2 + 121px);
}

.sectionContact .areaTitle .jp {
    color: #ffffff;
}

.sectionContact .areaTitle .en {
    color: #ffffff;
}

.sectionContact .wrapContact .boxContact {
    max-width: 850px;
    margin: 65px auto 0;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 10px 10px 40px rgba(9, 80, 88, 0.25);

}

.sectionContact .wrapContact .boxContact .contactForm {
    max-width: 740px;
    padding: 55px 20px 60px;
    width: 100%;
    margin: 0 auto;
}

.sectionContact .boxContact .contactForm .formItem .formName {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 14px;
}

.sectionContact .boxContact .contactForm .formItem+.formItem {
    margin-top: 35px;
}

.sectionContact .boxContact .contactForm .formItem .formName .required {
    color: #B10D23;
    margin-left: 5px;
    font-weight: 500;
}

.sectionContact .boxContact .contactForm .formItem .formInput .inputDetail,
.sectionContact .boxContact .contactForm .formItem .formInput .styleInput {
    border: none;
    width: 100%;
    padding: 10px 19px 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 8px;
    background: #F3F3F3;
    border: 2px solid #008CB4;
    height: 60px;
    color: #333333;
}

.sectionContact .boxContact .contactForm .formItem .formInput .styleInput::placeholder {
    color: #d5d5d5;
    font-weight: 500;
    font-size: 18px;
}

.sectionContact .boxContact .contactForm .formItem .formInput .wpcf7-not-valid-tip {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 10px;
}

.sectionContact .boxContact .contactForm .formItem .formInput .inputDetail {
    pointer-events: none;
}


.sectionContact .boxContact .contactForm .formItem.formPrivacy {
    margin-top: 16px;
    text-align: center;
}

.sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox input {
    display: none;
}

.sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item {
    margin: 0;
}

.sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label,
.sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-not-valid-tip {
    padding-left: 75px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label.confirm {
    pointer-events: none;
}

.sectionContact .formCheckbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.sectionContact .formCheckbox .wpcf7-list-item-label::before,
.sectionContact .formCheckbox .checkbox::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #008CB4;
    background: #ffffff;
    box-sizing: border-box;
}

.sectionContact .formCheckbox .wpcf7-list-item-label::after,
.sectionContact .formCheckbox .checkbox::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #008CB4;
    opacity: 0;
}

.sectionContact .formCheckbox input:checked~.wpcf7-list-item-label::after,
.sectionContact .formCheckbox input:checked~.checkbox::after {
    opacity: 1;
}

.sectionContact .boxContact .contactForm .btnSubmit {
    margin: 21px auto 0;
}

.sectionContact .boxContact .contactForm .btnSubmit button {
    width: 100%;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

.sectionContact .boxContact .contactForm .txtPolicy {
    margin-top: 45px;
    text-align: center;
}

.sectionContact .boxContact .contactForm .txtPolicy a {
    font-size: 16px;
    font-weight: 500;
    color: #008CB4;
    text-decoration: 1px underline #008CB4;
    text-underline-offset: 2px;
}

.formLoading {
    display: none;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #008CB4;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    margin: 50px auto 0;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

/* sectionProfile */
.sectionProfile {
    background-color: #DDF7FF;
    padding: 70px 0 80px;
}

.sectionProfile .areaTitle {
    margin-bottom: 44px;
    color: #278BB2;
}

.sectionProfile .areaTitle .en {
    color: #333;
}

.sectionProfile .profileWrap {
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 10px 36px rgba(136, 165, 191, 0.3);
    border-radius: 20px;
    background-color: #fff;
    padding: 49px 60px 50px;
    margin: 0 auto;
}

.sectionProfile .profileWrap table {
    width: 100%;
}

.sectionProfile .profileWrap table th,
.sectionProfile .profileWrap table td {
    font-size: 18px;
    border-top: 2px solid #E6E6E6;
}

.sectionProfile .profileWrap table tr:last-child th,
.sectionProfile .profileWrap table tr:last-child td {
    border-bottom: 2px solid #E6E6E6;
}

.sectionProfile .profileWrap table th {
    width: 220px;
    font-weight: bold;
    color: #278BB2;
    text-align: left;
    border-color: #278BB2;
    padding: 18px 5px 18px 30px;
    vertical-align: top;
}

.sectionProfile .profileWrap table tr:last-child th {
    border-color: #278BB2;
}

.sectionProfile .profileWrap table td {
    padding: 14px 5px 13px 50px;
    line-height: 2;
    font-weight: 500;
}

.sectionProfile .profileWrap table td a {
    color: #278BB2;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* sectionCta */
.sectionCta {
    background-color: #008CB4;
    padding: 46px 0;
}

.sectionCta .ctaWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    background-color: #fff;
    padding: 20px 60px 16px 56px;
}

.sectionCta .ctaWrap .ctaPhoto {
    width: 22.367%;
    transform: translate(-3px, -2px);
}

.sectionCta .ctaWrap .ctaPhoto img {
    width: 100%;
    aspect-ratio: 242.45/232.08;
}

.sectionCta .ctaWrap .ctaIntro {
    width: 72.51%;
    text-align: center;
    transform: translateY(-4px);
}

.sectionCta .ctaWrap .ctaIntro .introNote {
    font-size: 30px;
    font-weight: 900;
    margin: 0 auto 11px;
    color: #008CB4;
    position: relative;
    padding: 0 10px;
    width: fit-content;
}

.sectionCta .ctaWrap .ctaIntro .introNote::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 67%;
    background: #008CB4;
    top: calc(50% + 3px);
    left: -3px;
    transform: translate(0, -50%) rotate(-13deg);
}

.sectionCta .ctaWrap .ctaIntro .introNote::after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 67%;
    background: #008CB4;
    top: calc(50% + 3px);
    right: -5px;
    transform: translate(0, -50%) rotate(13deg);
}

.sectionCta .ctaWrap .ctaIntro .introSub {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 21px;
    line-height: 1.65;
}

/* areaBtn */
.areaBtn {
    position: relative;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    z-index: 1;
}

.areaBtn a,
.areaBtn button {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    background: #B10D23 url('../images/index/arrow-right-circle-cta.svg') no-repeat center right 12px / 28px;
    padding: 13px 8px 16px;
    letter-spacing: 1.8px;
    transition: all .2s;
    min-height: 60px;
    border: 2px solid #B10D23;
}

@media (max-width: 1300px) and (min-width: 769px) {
    #main .mainWrap {
        width: 53%;
    }

    #main .mainPhoto {
        width: 45%;
    }
}

@media (max-width: 1275px) and (min-width: 769px) {
    #main .mainContent {
        padding-left: 30px;
    }

    .sectionAttract .attractWrap {
        padding: 60px 50px;
    }

    .sectionAttract .attractWrap .attractTitle {
        font-size: 55px;
    }

    .sectionAttract .attractWrap .attractForte .fortePhoto {
        width: 45%;
    }

    .sectionAttract .attractWrap .attractForte .forteList li {
        font-size: 20px;
    }
}

@media (max-width: 1250px) and (min-width: 769px) {
    .sectionStage .wrapStage .listStage .itemStage {
        width: 23.5%;
    }

    .sectionStage .wrapStage .listStage .itemStage .imgStage {
        max-width: 20.7vw;
    }

    .sectionStage .wrapStage .listStage .itemStage .descStage {
        font-size: clamp(16px, 1.4vw, 20px);
    }

    .sectionStage .wrapStage .listStage .itemStage .descStage br.pc {
        display: none;
    }

    .sectionStage .wrapStage .listStage .arrowStage {
        width: 12%;
    }

    .sectionStage .wrapStage .listStage .arrowStage .labelStage {
        font-size: clamp(40px, 3.5vw, 50px);
    }

    .sectionStage .wrapStage .listStage .arrowStage .iconStageArrow {
        width: 10.2vw;
        margin: 0 auto;
    }

    .sectionCta .ctaWrap .ctaIntro .introNote {
        font-size: 28px;
    }

    .sectionCta .ctaWrap {
        padding: 21px 35px 16px;
    }

    .sectionCta .ctaWrap .ctaIntro {
        width: 77.51%;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .sectionContact::before {
        right: 0;
    }
}

@media(max-width: 1175px) and (min-width: 769px) {
    .sectionAttract .attractWrap .attractWrapChart .chartWrap .attractList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartWrap .attractList li {
        width: 250px;
    }
}

@media(max-width: 1100px) and (min-width: 769px) {
    .sectionFocus .focusList li .focusPhoto {
        height: 33vw;
        top: 50%;
    }

    .sectionCta .ctaWrap {
        padding: 21px 30px 16px;
    }

    .sectionCta .ctaWrap .ctaIntro .introNote {
        font-size: 25px;
    }

    .sectionCta .ctaWrap .ctaIntro .introSub {
        font-size: 18px;
    }

    .sectionCta .ctaWrap .ctaIntro {
        width: 77.51%;
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .sectionFeel .wrapFeel .listFeel {
        flex-direction: column;
    }

    .sectionFeel .wrapFeel .listFeel li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 9%;
    }

    .sectionFeel .wrapFeel .listFeel li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelBubble {
        max-width: 500px;
        margin: 0 auto 82px;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelBubble .bubbleFeel {
        font-size: 20px;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelIllustration {
        margin-bottom: 25px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop {
        bottom: 0;
    }
}

@media (max-width: 1030px) and (min-width: 769px) {
    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol {
        width: 25%;
        margin-right: 6%;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol:nth-child(2) {
        width: 28%;
        margin-right: 9%;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol:nth-child(3) {
        width: 32%;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .actionBtn {
        padding: 10px 10px 10px 10px;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper {
        width: 118%;
        margin: 73px 0 40px -10%;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .wrapAfterACtion:after {
        width: 132%;
        left: 55%;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList::before {
        height: 148px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li {
        font-size: 16px;
        padding-left: 13px;
        margin-bottom: 18.8px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li::before {
        left: -15px;
        top: 15px;
        width: 20px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop {
        left: 43.9%;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnBtn {
        width: 30.5%;
        margin-left: 0;
        padding: 10px 20px 10px 30px;
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 5.8% 50%);
    }
}

@media(max-width: 1025px) and (min-width: 769px) {
    .sectionFocus .titleFocus br {
        display: none;
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .sectionFeel {
        padding: clamp(80px, 9vw, 90px) 0 clamp(80px, 9vw, 90px);
    }

    .sectionFeel .wrapFeel .titleFeel {
        font-size: clamp(40px, 5vw, 50px);
    }

    .sectionStep {
        padding: clamp(80px, 9vw, 90px) 0 clamp(50px, 7vw, 70px);
    }

    .sectionStep .wrapStep .contentChartStep {
        padding-bottom: 92px;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer {
        flex-direction: column;
        align-items: center;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 140px;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .titleChartPercent {
        text-align: center;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .titleChartPercent br {
        display: none;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea {
        margin: 0 auto;
    }

    .sectionStage {
        padding: clamp(50px, 6vw, 60px) 0 clamp(40px, 5vw, 50px);
    }

    .sectionStage .wrapStage .titleStage {
        font-size: clamp(50px, 6vw, 60px);
    }

    .sectionStage .wrapStage .listStage {
        flex-direction: column;
    }

    .sectionStage .wrapStage .listStage .itemStage {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .sectionStage .wrapStage .listStage .itemStage .imgStage {
        max-width: 260px;
    }

    .sectionStage .wrapStage .listStage .itemStage .descStage {
        font-size: 20px;
    }

    .sectionStage .wrapStage .listStage .arrowStage {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 40px;
        flex-direction: row-reverse;
        transform: none;
    }

    .sectionStage .wrapStage .listStage .arrowStage .labelStage {
        font-size: 50px;
        width: 40px;
        word-break: break-all;
        line-height: 1;
        margin: 0;
    }

    .sectionStage .wrapStage .listStage .arrowStage .iconStageArrow {
        transform: rotate(90deg);
        width: 150px;
        height: 110px;
        display: flex;
    }

    .sectionFocus {
        padding: clamp(60px, 7vw, 70px) 0 clamp(60px, 13vw, 130px);
    }

    .sectionFocus .titleFocus {
        font-size: clamp(40px, 5vw, 50px);
    }

    .sectionFocus .focusList li:not(:last-child) {
        margin-bottom: clamp(90px, 11.2vw, 112px);
    }

    .sectionAttract {
        padding: clamp(70px, 9vw, 90px) 0 clamp(70px, 9vw, 90px);
    }

    .sectionAttract .attractWrap .attractTitle {
        font-size: clamp(44px, 5.5vw, 55px);
    }

    .sectionService {
        padding: clamp(70px, 8vw, 80px) 0 clamp(70px, 8vw, 80px);
    }

    .sectionService .serviceTitle {
        font-size: clamp(40px, 5vw, 50px);
    }

    .sectionService .serviceList li .serviceName {
        padding: 31px 23px 5px;
    }

    .sectionContact::before {
        right: 0;
        width: clamp(150px, 21vw, 210px);
    }
}

@media(max-width: 985px) and (min-width: 769px) {
    .sectionCta .ctaWrap {
        justify-content: center;
    }

    .sectionCta .ctaWrap .ctaPhoto {
        width: 330px;
        margin-bottom: 30px;
        transform: none;
    }

    .sectionCta .ctaWrap .ctaIntro {
        width: 100%;
    }

    .sectionCta .ctaWrap .ctaIntro .introNote {
        font-size: 24px;
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .sectionAttract .attractWrap .attractVisualize .visualizeWrap {
        flex-direction: column;
        max-width: 680px;
        margin: 0 auto;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox {
        width: 100%;
    }

    .sectionProfile .profileWrap {
        padding: 40px 30px;
    }

    .sectionProfile .profileWrap table th {
        width: 170px;
    }
}

@media(max-width: 900px) and (min-width: 769px) {
    .sectionService .serviceList li .serviceDetail .detailMeasures {
        width: 100%;
        flex: none;
    }

    .sectionService .serviceList li .serviceDetail {
        justify-content: center;
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    #main .mainContent {
        flex-direction: column-reverse;
    }

    #main .mainPhoto {
        width: 70%;
        margin: 0 auto 60px;
    }

    #main .mainWrap {
        width: 100%;
        text-align: center;
    }

    #main .mainWrap .mainSlogan {
        font-size: 20px;
    }

    #main .mainWrap .mainIntro {
        font-size: 50px;
        margin-bottom: 25px;
    }

    #main .mainWrap .mainLogo {
        max-width: 523px;
        margin: 0 auto 25px;
    }

    #main .mainWrap .mainSub {
        font-size: 20px;
    }

    #main .mainWrap .mainBox {
        margin: 0 auto;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li {
        font-size: 15px;
        margin-bottom: 18.7px;
    }
}

@media (min-width: 769px) {
    .sectionPrice .boxPrice {
        cursor: unset !important
    }

    .sectionContact .boxContact .contactForm .txtPolicy a:hover {
        text-decoration: none;
    }

    .sectionProfile .profileWrap table td a:hover {
        text-decoration: none;
    }

    .areaBtn a:hover,
    .areaBtn button:hover {
        color: white;
        border: 2px solid #008CB4;
        background: #008CB4 url('../images/index/arrow-right-circle-cta.svg') no-repeat center right 12px / 28px;
    }

    .areaBtn {
        max-width: 345px;
    }

    .areaBtn a,
    .areaBtn button {
        padding: 13px 8px 16px;
        background-size: 28px;
        background-position: right 12px center;
    }
}

@media (max-width: 768px) {
    #main {
        padding: 50px 0;
    }

    #main::before {
        width: 73.3%;
        background-image: url(../images/index/main-photo-03-sp.webp);
    }

    #main .inner {
        padding: 0 4%;
    }

    #main .mainContent {
        flex-direction: column-reverse;
        padding: 0;
    }

    #main .mainPhoto {
        width: 108.7%;
        margin-right: -4.4%;
        margin-left: -4.7%;
        margin-bottom: 50px;
    }

    #main .mainWrap {
        width: 100%;
        margin: 0;
    }

    #main .mainWrap .mainSlogan {
        text-align: center;
        font-size: clamp(16px, 4.4vw, 20px);
        margin: 0 0 15px;
        line-height: 1.7;
    }

    #main .mainWrap .mainIntro {
        font-size: clamp(28px, 7.4vw, 42px);
        text-align: center;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    #main .mainWrap .mainLogo {
        margin: 0 auto 30px;
        max-width: clamp(285px, 76vw, 450px);
        width: 100%;
    }

    #main .mainWrap .mainSub {
        font-size: clamp(16px, 4.4vw, 20px);
        line-height: 1.7;
        margin-left: 0;
        margin-bottom: 25px;
        text-align: center;
    }

    #main .mainWrap .mainBox {
        margin: 0 auto;
        max-width: clamp(345px, 80vw, 600px);
        width: 100%;
    }

    #main .mainWrap .mainMedal {}

    /* sectionFeel */
    .sectionFeel {
        padding: 60px 0 115px;
        background: radial-gradient(rgba(172, 236, 255, 0.8) 2px, transparent 2px) 0px 0px / 20px 20px, linear-gradient(180deg, #ffffff 0%, #eaf9ff 55%, #e1f6ff 100%);
        margin-top: 0;
        z-index: 1;
    }

    .sectionFeel .wrapFeel {
        position: relative;
        z-index: 2;
    }

    .sectionFeel .wrapFeel .titleFeel {
        font-size: clamp(28px, 7.4vw, 40px);
        margin-bottom: 35px;
    }

    .sectionFeel .wrapFeel .titleFeel .titleColBlue {
        color: #246BC9;
        text-decoration: underline;
        text-underline-offset: 7px;
        text-decoration-thickness: 3px;
    }

    .sectionFeel .wrapFeel .listFeel {
        flex-direction: column;
    }

    .sectionFeel .wrapFeel .listFeel li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        margin-bottom: clamp(50px, 14vw, 70px);
    }

    .sectionFeel .wrapFeel .listFeel li:nth-child(3n) {
        margin-right: 0;
    }

    .sectionFeel .wrapFeel .listFeel li:last-child {
        margin-bottom: 0;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelBubble {
        margin-bottom: 92px;
        padding: 14px 15px;
        box-shadow: 6px 5px 0px rgba(158, 158, 158, 1);
        max-width: 500px;
        width: 100%;
    }

    .sectionFeel .wrapFeelBubble::after {
        content: '';
        position: absolute;
        bottom: -21px;
        right: 72px;
        transform: rotate(45deg);
        width: 31px;
        height: 31px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 4px 5px 0px rgba(158, 158, 158, 1),
            -2px 36px 0 -3px #fff,
            2px 41px 0px -3.1px rgba(158, 158, 158, 1),
            -2px 64px 0 -7px #fff,
            2px 69px 0px -7px rgba(158, 158, 158, 1);
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelBubble .bubbleFeel {
        font-size: clamp(16px, 4.2vw, 20px);
        line-height: 1.9;
    }


    .sectionFeel .wrapFeel .listFeel li .wrapFeelBubble .bubbleFeel .bubBgYellow {
        background: linear-gradient(transparent 70%, #FFF000 70%);
        display: inline-block;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelIllustration {
        margin-bottom: 20px;
        width: clamp(220px, 58.6vw, 300px);
        min-height: initial;
    }

    .sectionFeel .wrapFeel .listFeel li:nth-child(2) .wrapFeelIllustration {
        width: clamp(188px, 50.2vw, 250px);
    }

    .sectionFeel .wrapFeel .listFeel li:nth-child(3) .wrapFeelIllustration {
        width: 235px;
        width: clamp(235px, 62.2vw, 300px);
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelIllustration img {
        max-width: 100%;
        width: 100%;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelSolution {}

    .sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow {
        margin-bottom: -19px;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow img {
        max-height: 129.74px;
        height: 27vw;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow .iconFeelArrow {
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 30px solid #1a73e8;
        position: relative;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .wrapFeelArrow .iconFeelArrow::before {
        content: '';
        position: absolute;
        bottom: 30px;
        left: -12.5px;
        width: 25px;
        height: 40px;
        background: #1a73e8;
    }

    .sectionFeel .wrapFeel .listFeel li .wrapFeelSolution .txtFeel {
        padding: 20px 20px 20px;
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.9;
    }

    .bubBgYellow {
        font-weight: 800;
        background: linear-gradient(transparent 70%, #ffff00 70%);
    }

    .sectionFeel:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 80px;
        background: #ffffff;
        z-index: 1;
        clip-path: polygon(50% 99%, 100% 52%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 52%);
    }

    /* sectionStep */
    .sectionStep {
        padding: 50px 0 50px;
    }

    .sectionStep .wrapStep .contentChartStep {
        margin-bottom: 30px;
        padding-bottom: 92px;
    }

    .sectionStep .wrapStep .contentChartStep:after {
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
        border-top: 44px solid #E9F0F1;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer {
        flex-direction: column;
        align-items: center;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .titleChartPercent {
        font-size: clamp(22px, 5.8vw, 28px);
        text-align: center;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .titleChartPercent br {
        display: none;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft {
        width: 100%;
        margin: 0 auto 130px;
        max-width: 500px;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox .txtAlpha {
        font-size: clamp(22px, 5.8vw, 28px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .contentFaqLeft .qaBoxes .qaBox .txtQaPercent {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.4;
        padding: 15px 18px 15px;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea {
        margin-bottom: 0;
        width: clamp(220px, 58.6vw, 340px);
        height: clamp(230px, 61.3vw, 350px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label6 {
        top: clamp(-90px, -11vw, -60px);
        right: clamp(12px, 9.4vw, 80px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label1 {
        top: 17px;
        right: clamp(-78px, -18vw, -68px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label2 {
        bottom: -14px;
        right: -11.5%;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label3 {
        bottom: 28px;
        left: clamp(-56px, -15vw, -10px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label4 {
        top: -8px;
        left: clamp(-36px, -9.5vw, -10px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel.label5 {
        top: clamp(-100px, -22.9vw, -86px);
        left: 2%;
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel .txtChartLabel {
        font-size: clamp(12px, 3.2vw, 16px);
    }

    .sectionStep .wrapStep .contentChartStep .wrapChart .chartContainer .donutChartArea .chartLabel .chartLabelNum {
        font-size: clamp(22px, 5.8vw, 30px);
    }

    .sectionStep .wrapStep .iframeFlowStep {
        position: relative;
    }

    .sectionStep .wrapStep .iframeFlowStep .iconScroll {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: clamp(100px, 26.7vw, 140px);
        z-index: 2;
    }

    .sectionStep .wrapStep .iframeFlowStep.dragged .iconScroll {
        display: none;
    }

    .sectionStep .wrapStep .contentFlowStep {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 0;
    }

    .sectionStep .wrapStep .contentFlowStep::-webkit-scrollbar {
        height: 10px;
        border-radius: 10px;
        display: none;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow {
        width: max-content;
        padding-bottom: 30px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol {
        width: 270px;
        margin-right: 70px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol:nth-child(2) {
        margin-right: 103px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol:nth-child(3) {
        width: clamp(250px, 64vw, 280px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper {
        width: calc(100% + 45px);
        margin: 73px 0 40px -45px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .tag {
        font-size: clamp(16px, 4.2vw, 20px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .box {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .robotVisual {
        margin-bottom: clamp(13px, 3vw, 20px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .robotVisual .placeholderIcon {
        max-width: clamp(176px, 43vw, 190px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .actionBtn {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .wrapAfterACtion:after {
        width: calc(100% + 100px);
        left: 54.2%;
        top: 51.5%;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList::before {
        height: clamp(143px, 33.8vw, 166px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li {
        font-size: clamp(16px, 4.2vw, 18px);
        padding-left: 27px;
        margin-bottom: clamp(17px, 4.1vw, 24.5px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowMain .flowCol .treeWrapper .toolList li::before {
        left: -15px;
        top: 15px;
        width: 25px;
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop {
        margin: 0;
        transform: none;
        left: calc((100% - clamp(953px, 234vw, 1015px)) / 2);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnConnectorVertical {
        right: 17.3%;
        top: 3px;
        bottom: 0;
        height: clamp(18px, 4.8vw, 22px);
    }

    .sectionStep .wrapStep .contentFlowStep .wrapFlow .flowLoop .returnBtn {
        font-size: clamp(14px, 3.7vw, 18px);
        margin: 0;
    }

    /* sectionStage */
    .sectionStage {
        padding: 50px 0;
    }

    .sectionStage .wrapStage {}

    .sectionStage .wrapStage .titleStage {
        font-size: clamp(32px, 9vw, 50px);
        margin-bottom: 15px;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .sectionStage .wrapStage .titleStage .titleColBuleLight {
        color: #246BC9;
    }

    .sectionStage .wrapStage .titleStage .bubBgYellow {
        padding: 0 4px;
        background: linear-gradient(transparent 58%, #ffff00 58%);
        display: inline;
    }

    .sectionStage .wrapStage .leadStageText {
        font-size: clamp(14px, 3.7vw, 18px);
        margin-bottom: 55px;
    }

    .sectionStage .wrapStage .listStage {
        flex-direction: column;
    }

    .sectionStage .wrapStage .listStage .itemStage {
        width: 100%;
        margin-right: 0;
        margin-bottom: clamp(40px, 10.6vw, 60px);
    }

    .sectionStage .wrapStage .listStage .itemStage:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .sectionStage .wrapStage .listStage .itemStage .imgStage {
        max-width: 260px;
        max-width: clamp(260px, 69.3vw, 400px);
        margin: 0 auto 22px;
    }

    .sectionStage .wrapStage .listStage .itemStage .imgStage img {
        width: 100%;
    }

    .sectionStage .wrapStage .listStage .itemStage .descStage {
        font-size: clamp(16px, 4.2vw, 20px);
        line-height: 1.7;
    }

    .sectionStage .wrapStage .listStage .arrowStage {
        width: 40%;
        max-width: 200px;
        margin: 0 auto clamp(40px, 10.6vw, 60px);
        transform: none;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-direction: row-reverse;
    }

    .sectionStage .wrapStage .listStage .arrowStage .labelStage {
        font-size: clamp(36px, 9.6vw, 42px);
        letter-spacing: 5px;
        width: 40px;
        word-break: break-all;
        line-height: 1.1;
        margin: 0;
    }

    .sectionStage .wrapStage .listStage .arrowStage .iconStageArrow {
        transform: rotate(90deg);
        text-align: center;
        width: clamp(130px, 34.6vw, 160px);
        height: clamp(86px, 22.9vw, 116px);
    }

    .sectionStage .wrapStage .listStage .arrowStage .iconStageArrow img {
        width: 100%;
        height: 100%;
    }

    /* sectionFocus */
    .sectionFocus {
        padding: 50px 0;
    }

    .sectionFocus .titleFocus {
        font-size: clamp(28px, 7.4vw, 40px);
        margin-bottom: 35px;
    }

    .sectionFocus .focusList li:not(:last-child) {
        margin-bottom: 40px;
    }

    .sectionFocus .focusList li .focusTop {
        min-height: 90px;
        padding: 15px 20px;
    }

    .sectionFocus .focusList li .focusTop .focusName {
        width: 100%;
        font-size: clamp(18px, 4.8vw, 22px);
    }

    .sectionFocus .focusList li .focusDetail {
        min-height: 150px;
        padding: 15px 20px;
        justify-content: center;
    }

    .sectionFocus .focusList li .focusDetail .focusSub {
        width: 100%;
        font-size: clamp(14px, 3.7vw, 18px);
        text-align: justify;
    }

    .sectionFocus .focusList li .focusPhoto {
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
        height: 250px;
        text-align: center;
        margin-bottom: 20px;
    }

    .sectionFocus .focusList li:nth-child(odd) .focusPhoto {
        left: auto;
    }

    /* sectionFocus */

    /* sectionAttract */
    .sectionAttract {
        padding: 50px 0;
    }

    .sectionAttract .attractWrap {
        padding: 20px 10px;
    }

    .sectionAttract .attractWrap .attractTitle {
        font-size: clamp(28px, 7.4vw, 42px);
        border-bottom-width: 2px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .sectionAttract .attractWrap .attractForte {
        gap: 20px;
    }

    .sectionAttract .attractWrap .attractForte .fortePhoto {
        width: 100%;
    }

    .sectionAttract .attractWrap .attractForte .forteList {
        max-width: 450px;
        margin: 0 auto;
    }

    .sectionAttract .attractWrap .attractForte .forteList li {
        font-size: clamp(16px, 4.2vw, 20px);
        padding-left: 25px;
    }

    .sectionAttract .attractWrap .attractForte .forteList li:not(:last-child) {
        margin-bottom: 10px;
    }

    .sectionAttract .attractWrap .attractForte .forteList li::before {
        top: 7px;
        width: 17px;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeTitle {
        font-size: clamp(20px, 5.3vw, 24px);
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox {
        width: 100%;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeLogo {
        margin: 0 auto 5px;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li:not(:last-child) {
        margin-bottom: 20px;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li .visualizeName {
        font-size: clamp(16px, 4.2vw, 20px);
        padding: 10px;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li .visualizeName::before {
        height: 100%;
        background-size: cover;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizeBox .visualizeList li .visualizeSub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.5;
    }

    .sectionAttract .attractWrap .attractVisualize .visualizeWrap .visualizePhoto {
        margin: 0;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartIntro .introSearch .import {
        font-size: clamp(16px, 1.4vw, 20px);
    }

    .sectionAttract .attractWrap .attractWrapChart .chartIntro {
        flex-direction: column;
        align-items: center;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartIntro .introSub {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.5;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoName {
        font-size: clamp(12px, 3.2vw, 18px);
        width: 26%;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange {
        width: 40%;
        margin-right: 2%;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange .changeNumber {
        font-size: clamp(20px, 5.3vw, 24px);
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange .changeNumber:not(:last-child) {
        margin-right: 16px;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange .changeNumber:not(:last-child)::before {
        bottom: 7px;
        right: -17px;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoChange .changeNumber .unit {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoIncrease {
        width: 31.9%;
        font-size: clamp(22px, 5.8vw, 28px);
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li .infoIncrease .unit {
        font-size: clamp(14px, 3.7vw, 18px);
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li:first-child .infoIncrease .unit:not(.sub) {
        font-size: clamp(22px, 5.8vw, 28px);
    }

    .sectionAttract .attractWrap .attractWrapChart .chartInfoList li {
        width: 100%;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartWrap .iframeChartAtt {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartWrap .iframeChartAtt .iconScroll {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: clamp(100px, 26.7vw, 140px);
        z-index: 1;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartWrap .iframeChartAtt.dragged .iconScroll {
        display: none;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart {
        overflow-x: auto;
        width: 100%;
        max-width: 728px;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart::-webkit-scrollbar {
        display: none;
    }

    .sectionAttract .attractWrap .attractWrapChart .chartWrap .attractChart .card {
        width: 600px;
        margin: 0 auto;
    }

    /* sectionAttract */

    /* sectionService */
    .sectionService {
        padding: 50px 0;
    }

    .sectionService .serviceTitle {
        font-size: clamp(28px, 7.4vw, 42px);
        margin-bottom: 30px;
    }

    .sectionService .serviceList li .serviceName {
        justify-content: flex-start;
        width: 47px;
        font-size: clamp(14px, 3.7vw, 18px);
        padding: 50px 10px 10px;
    }

    .sectionService .serviceList>li:not(:last-child) {
        margin-bottom: 20px;
    }

    .sectionService .serviceList li:not(:last-child) .serviceName::after {
        bottom: -20px;
        border-width: 20px 23px 0;
    }

    .sectionService .serviceList li .serviceDetail {
        justify-content: center;
        gap: 20px;
        padding: 10px 10px;
    }

    .sectionService .serviceList li .serviceDetail .detailPhoto {
        width: 90%;
        max-width: 400px;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasuresWrap {
        width: 100%;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasures {
        width: 100%;
        flex: none;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasuresWrap {
        align-items: center;
        margin-bottom: 25px;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailName {
        font-size: clamp(20px, 5.3vw, 24px);
    }

    .sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailName::before {
        top: clamp(15px, 4vw, 20px);
        left: -20px;
        width: 15px;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailPhoto {
        margin: 0 auto;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailSub {
        font-size: clamp(16px, 4.2vw, 20px);
    }

    .sectionService .serviceList li .serviceDetail .detailMeasures .measuresName {
        font-size: clamp(14px, 3.7vw, 18px);
        padding: 10px 5px;
        margin-bottom: 15px;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasures .measuresList li {
        font-size: clamp(14px, 3.7vw, 18px);
        line-height: 1.7;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasures .measuresList li:not(:last-child) {
        margin-bottom: 5px;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasures .measuresList li::before {
        top: clamp(9px, 2.4vw, 15px);
    }

    /* sectionService */

    /* sectionPrice */
    .sectionPrice .wrapTitle {
        margin-bottom: 30px;
    }

    .sectionPrice {
        padding: 50px 0 60px;
    }

    .sectionPrice .subIdentifi {
        margin-top: 23px;
        margin-bottom: 39px
    }

    .sectionPrice .iframePrice {
        position: relative
    }

    .sectionPrice .iframePrice .iconScroll {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: clamp(100px, 26.7vw, 140px);
        z-index: 1
    }

    .sectionPrice .iframePrice.dragged .iconScroll {
        display: none
    }

    .sectionPrice .boxPrice {
        width: 100%;
        overflow-x: scroll;
        position: relative;
        user-select: none;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .sectionPrice .boxPrice::-webkit-scrollbar {
        display: none
    }

    .sectionPrice .boxPrice .wrapTablePrice {
        width: clamp(760px, 202.6vw, 900px);
        user-select: none
    }

    .sectionPrice .boxPrice .wrapTablePrice table tr th {
        height: clamp(68px, 18.1vw, 80px);
        font-size: clamp(16px, 4.2vw, 20px);
        width: 27.6%;
        border-width: 0 2px 2px 0;
        letter-spacing: 5px;
        padding: 10px 10px
    }

    .sectionPrice .boxPrice .wrapTablePrice table tr th:first-child {
        width: 17.3%;
    }

    .sectionPrice .boxPrice .wrapTablePrice table tr th:nth-child(2) {
        width: 27.6%;
    }

    .sectionPrice .boxPrice .wrapTablePrice table tr td {
        font-size: clamp(14px, 3.7vw, 18px);
        border: 2px solid #CACACA;
        text-align: center;
        height: clamp(68px, 18.1vw, 80px);
        padding: 10px 15px
    }

    /* sectionFaq */
    .sectionFaq {
        padding: 50px 0 70px;
    }

    .sectionFaq .areaTitle {
        font-size: clamp(24px, 6.4vw, 30px);
        margin-bottom: 30px;
    }

    .sectionFaq .faqList li .faqQuest .alpha {
        left: 18px;
        width: 33px;
    }

    .sectionFaq .faqList li .faqQuest {
        font-size: clamp(16px, 4.2vw, 22px);
        padding: 20px 35px 20px 36px;
    }

    .sectionFaq .faqList li .faqQuest .questSub {
        margin-left: 24px;
    }

    .sectionFaq .faqList li .faqQuest::before,
    .sectionFaq .faqList li .faqQuest::after {
        width: 20px;
        height: 3px;
        right: 10px;
    }

    .sectionFaq .faqList li .faqAnswer {
        font-size: clamp(14px, 3.7vw, 18px);
        padding: 0 35px 0 60px;
    }

    /* sectionContact */
    .sectionContact {
        padding: 50px 0 70px;
    }

    .sectionContact .wrapContact .boxContact {
        max-width: 852px;
        margin: 30px auto 0;
        border-radius: 10px;
    }

    .sectionContact .wrapContact .boxContact .contactForm {
        max-width: 690px;
        padding: 30px 20px 50px;
        width: 100%;
        margin: 0 auto;
    }

    .sectionContact .boxContact .contactForm .formItem .formName {
        font-size: clamp(16px, 4.2vw, 18px);
        padding: 0 5px;
        margin-bottom: 8px;
    }

    .sectionContact .boxContact .contactForm .formItem+.formItem {
        margin-top: 26px;
    }

    .sectionContact .boxContact .contactForm .formItem .formName .required {
        margin-left: 5px;
    }

    .sectionContact .boxContact .contactForm .formItem .formInput .inputDetail,
    .sectionContact .boxContact .contactForm .formItem .formInput .styleInput {
        padding: 10px 15px 10px;
        font-size: clamp(16px, 4.2vw, 18px);
        border-radius: 10px;
        height: 50px;
    }

    .sectionContact .boxContact .contactForm .formItem .formInput .wpcf7-not-valid-tip {
        font-size: 16px;
        margin-top: 5px;
        padding-left: 10px;
    }

    .sectionContact .boxContact .contactForm .formItem.formPrivacy {
        margin-top: 15px;
    }

    .sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label,
    .sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox {
        padding-left: 28px
    }

    .sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-not-valid-tip {
        padding-left: 75px;
        font-size: 16px;
        margin-top: 5px;
    }

    .sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:before,
    .sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:before {
        top: 4px;
        left: 0px;
    }

    .sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .wpcf7-list-item-label:after,
    .sectionContact .boxContact .contactForm .formItem.formPrivacy .formCheckbox .checkbox:after {
        top: 7px;
        left: 3px;
    }

    .sectionContact .boxContact .contactForm .txtPolicy {
        margin-top: 26px;
    }

    .sectionContact::before {
        right: 0;
        width: clamp(73px, 15.6vw, 150px);
    }

    /* sectionProfile */
    .sectionProfile {
        padding: 50px 0 70px;
    }

    .sectionProfile .areaTitle {
        margin-bottom: 30px;
    }

    .sectionProfile .profileWrap {
        border-radius: 10px;
        padding: 30px 20px;
    }

    .sectionProfile .profileWrap table th,
    .sectionProfile .profileWrap table td {
        font-size: clamp(14px, 2.4vw, 18px);
    }

    .sectionProfile .profileWrap table th {
        width: 30%;
        min-width: 100px;
        padding: 15px;
    }

    .sectionProfile .profileWrap table td {
        padding: 15px;
    }

    /* sectionCta */
    .sectionCta {
        padding: 50px 0;
    }

    .sectionCta .ctaWrap {
        border-radius: 15px;
        padding: 30px 20px;
    }

    .sectionCta .ctaWrap .ctaPhoto {
        width: 100%;
        max-width: 330px;
        margin: 0 auto 20px;
        transform: none;
    }

    .sectionCta .ctaWrap .ctaIntro {
        width: 100%;
        transform: translateY(0);
    }

    .sectionCta .ctaWrap .ctaIntro .introNote {
        font-size: clamp(20px, 3.2vw, 24px);
    }

    .sectionCta .ctaWrap .ctaIntro .introSub {
        font-size: clamp(14px, 2.4vw, 18px);
    }

    .sectionCta .ctaWrap .ctaIntro .introNote::before {
        left: 0;
    }

    .sectionCta .ctaWrap .ctaIntro .introNote::after {
        right: 0;
    }

    /* areaBtn */
    .areaBtn a,
    .areaBtn button {
        font-size: clamp(16px, 4.2vw, 18px);
        padding: 12px 8px 14px;
        background-size: 28px;
        background-position: right 12px center;
        min-height: unset;
    }
}

@media(max-width: 430px) {
    .sectionAttract .attractWrap .attractForte .forteList li::before {
        top: 5px;
    }

    .sectionService .serviceList li .serviceDetail .detailMeasuresWrap .detailName {
        display: inline-block;
        flex: auto;
    }
}