:root {
    --width-main: 1200px;
    --color-green: #33BD9C;
    --color-green-mid: #269C7F;
    --font-family: "Noto Sans JP", sans-serif;
    --color-black: #3C4855;
    --color-orange: #F87A52;
    --font-size-bold: 700;
    --color-white-bg: #F7F7F7;
}

.breadcrumb-wrapper {
    display: none;
}

/***** Common start *****/

body .site {
    font-family: var(--font-family);
    color: var(--color-black);
    font-size: 20px;
}

.btn {
    text-decoration: none;
    border-radius: 32px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.line-break-sp br {
    display: none !important;
}

.show-sp-only {
    display: none !important;
}

h2, h3 {
    font-weight: 700 !important;
}

footer {
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #165D65;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.text-orange {
    color: var(--color-orange);
}

a:hover, a:active {
    opacity: 1;
}

/**
   Common - SP size
 */
@media (max-width: 768px) {
    .line-break-pc br {
        display: none !important;
    }

    .line-break-sp br {
        display: block !important;
    }

    .show-pc-only {
        display: none !important;
    }

    .show-sp-only {
        display: block !important;
    }
    .nowrap-sp {
        white-space: nowrap !important;
    }
    .block-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.wrapper-content {
    max-width: var(--width-main);
    margin: auto;
}

.block-content {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-arrow {
    color: #3C4855;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.title-arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: -14px;
}

/***** Common end *****/

.header-main {
    max-width: var(--width-main);
    height: 92px;
    margin: 0 auto;
    clear: both;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.header-main .header-logo img {
    height: 35px;
}

.header-main .menu-toggle {
    display: none;
}

.header-main .header-menu {
    display: flex;
    align-items: center;
    justify-content: right;
}

.header-main .header-menu > a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 41px;
}

.header-main .header-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
    margin-right: 10px;
}

.header-main .header-menu ul li {
    padding: 10px;
}

.header-main .header-menu ul li a {
    font-weight: var(--font-size-bold);
    font-size: 14px;
}

.header_trialButton {
    background-color: #C45B15;
    height: 41px;
    padding: 6px 24px;
}

.header_trialButton {
    background-color: #C45B15;
    height: 41px;
    padding: 6px 24px;
}

.header_resourcesServiceButton {
    background-color: #45A3AD;
    height: 41px;
    padding: 6px 24px;
}

@media (max-width: 768px) {
    .header-main {
        margin-top: 0;
        border-radius: unset;
        height: 56px;
    }

    .header-main .header-logo {
        margin-left: 3px;
    }

    .header-main .header-menu > ul, .header-main .header-menu > a {
        display: none;
    }

    .header-main .menu-toggle {
        display: block;
        margin-right: 8px;
        border: none;
    }

    .header-main .header-menu ul {
        position: absolute;
        top: 55px;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 1;
    }

    .header-main .header-menu ul li {
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .header-main .header-menu.toggled ul {
        display: block;
    }

    li .header_trialButton,
    li .header_resourcesServiceButton {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 6px 50px;
        width: max-content;
    }

    li.show-sp-only {
        display: flex !important;
        justify-content: center;
    }
}

@media (max-width: 320px) {
    .header-main .header-logo img {
        height: 28px;
    }
}

.banner {
    display: flex;
    align-items: center;
}

.banner_overview,
.banner_image {
    width: 50%;
}

.banner_overview {
    margin-left: 44px;
}

.banner_image {
    background: linear-gradient(119deg, #fff 50%, #45A3AD 50%);
}

.banner_overviewContent-strong {
    background: #C45B15;
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 34px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #fff;
}

.banner_overviewContent-weak,
.banner_overviewContentText-strong,
.banner_overviewContentText-weak,
.banner_overviewContentText {
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    line-height: 140%;
    letter-spacing: 0.05em;
    color: var(--color-black);
}

.banner_overviewContent-weak {
    font-size: 34px;
}

.banner_overviewContentText-strong {
    font-size: 55px;
}

.banner_overviewContentText-weak {
    font-size: 45px;
}

.banner_overviewContentText {
    font-size: 51px;
}

.banner .img {
    margin-top: -20px;
}

.banner_overviewContentDescription {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: var(--color-black);
    padding-bottom: 48px;
    padding-top: 16px;
}

.banner_trialButton,
.banner_requestInformationButton,
.survey_trialButton,
.survey_requestInformationButton {
    width: 267px;
    height: 60px;
    border-radius: 36px;
    border-width: 1px;
    border: 1px solid #FFFFFF;
    color: #fff;
    box-shadow: 0px 4px 12px 0px #3C485526;
    font-size: 16px;
    margin: 0px 8px;
}

.banner_trialButton,
.survey_trialButton {
    background: #C45B15;
}

.banner_requestInformationButton,
.survey_requestInformationButton {
    background: #45A3AD;
}

.banner_userLogoWrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 28px 0;
}

.banner_userLogo {
    width: 8%;
    height: 8%;
}

.problem {
    background-color: #E5EFF0;
    position: relative;
}

.problem .info,
.problem_humanWrapper {
    display: flex;
    justify-content: center;
}

.problem .info {
    padding-bottom: 28px;
}

.problem::before {
    content: "";
    position: absolute;
    bottom: -54px;
    height: 54px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #E5EFF0;
}

.problem_title {
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    line-height: 160%;
    letter-spacing: 0.1em;
    color: var(--color-black);
    font-size: 30px;
}

.problem_list {
    display: flex;
}

.problem_listItem {
    background: #fff;
    border: 2px solid #45A3AD;
    width: 340px;
    height: 233px;
    margin: 0 8px;
}

.problem_listItemContentText {
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15em;
    margin-left: 8px;
    color: var(--color-black);
}

.problem_listItemTitle {
    background: #45A3AD;
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 21px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}

.problem .content .img img {
    max-width: 254px;
}

@media (max-width: 768px) {
    .problem h2 {
        font-size: 28px;
        margin-bottom: 24px;
        text-align: center;
        line-height: 115%;
        margin-top: 10px
    }

    .problem .content {
        width: 100%;
        padding: 40px 20px;
    }

    .problem .info .img img {
        max-width: 159px;
        margin-bottom: 24px;
    }
}

.solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.solution-1 {
    width: 400px;
}

.solution-2 {
    width: 350px;
}

.solution-3 {
    width: 400px;
}

.solution .content-header {
    margin-bottom: 50px;
    text-align: center;
    display: flex;
}

.solution h2 {
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 10px;
}

.solution .sub-title {
    font-family: Noto Sans JP;
    font-weight: var(--font-size-bold);
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: var(--color-black);
}

.solution .sub-title:after {
    content: "";
    width: 51px;
    height: 32px;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 0);
    position: absolute;
    background-image: url("../img/gov/arrow-green.svg");
    background-repeat: no-repeat;
}

.solution_subTitle {
    display: flex;
    align-items: center;
}

.solution_subTitleImage {
    width: 636px;
    margin-left: 8px;
}

.solution_subTitleText {
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: var(--color-black);
    margin-right: 8px;
}

.solution_title {
    color: var(--color-black);
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 48px;
    line-height: 200%;
    letter-spacing: 0.05em;
    border-bottom: 8px solid #E0A57E;
}

.solution_item {
    display: flex;
    padding: 32px 40px;
    width: 1100px;
}

.solution_itemImage {
    display: flex;
    align-items: center;
}

.solution_itemText {
    font-family: "Roboto", sans-serif;
    font-weight: var(--font-size-bold);
    font-size: 20px;
    line-height: 20px;
    color: #E0A57E;
}

.solution_itemTextNumber {
    font-family: "Roboto", sans-serif;
    font-weight: var(--font-size-bold);
    font-size: 80px;
    line-height: 100px;
    color: #E0A57E;
}

.solution-1_badge {
    width: 103px;
    height: 40px;
    background: #5EC2CD;
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.solution_badge {
    width: 103px;
    height: 40px;
    background: #E99258;
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.solution_itemTitle {
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: var(--color-black);
}

.solution_itemTitle-weak {
    font-size: 24px;
}

.solution_itemDescription {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: var(--color-black);
}

.solution_itemPointWrapper {
    padding: 40px;
    border: 2px solid #E0A57E;
    background: #FFF8F2;
    border-radius: 12px;
    width: 88%;
}

.solution_itemPoint {
    list-style: disc;
}

.solution_itemPoint::marker {
    font-size: 28px;
    color: #E0A57E;
}

.solution .des {
    font-size: 18px;
}

.case_title {
    display: flex;
    align-items: center;
}

.case_titleBorer {
    width: 288px;
    border: 2px solid #45A3AD;
}

@media (max-width: 768px) {
    .solution {
        padding-left: 16px;
        padding-right: 16px;
    }

    .solution .content-header {
        margin-bottom: 40px;
    }

    .solution .sub-title {
        font-size: 18px;
    }

    .solution h2 {
        font-size: 25px;
    }
}

@media (max-width: 320px) {
    .solution h2 {
        font-size: 22px;
    }

    .solution .sub-title, .solution .des {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .why h2 {
        font-size: 22px;
    }
}

.survey {
    background-color: #45A3AD;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.survey .content {
    font-family: var(--font-family);
    font-weight: var(--font-size-bold);
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #fff;
}

.survey_content-trial {
    color: #FBFFA9;
}

.survey_content-localGov {
    background: linear-gradient(transparent 86%, #74C6CE 50%);
}

.survey_description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    margin: 12px;
}

@media (max-width: 768px) {
    .survey .title-arrow, .survey .content {
        font-size: 16px;
    }

    .survey.survey2 .title-arrow, .survey.survey2 .content {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .survey.survey2 .title-arrow {
        font-size: 13px;
    }
}

.case {
    background-color: #E5EFF0;
}

.case h2 {
    font-size: 32px;
}

.case > p {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .case h2 {
        font-size: 24px;
    }
}

.case_title {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.case_list {
    display: flex;
}

.case-1,
.case-2,
.case-3 {
    width: 340px;
    height: 300px;
}

.footer-menu h2 {
    font-size: 32px;
}

.footer-menu {
    padding: 40px 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .footer-menu {
        padding: 32px 0;
    }

    .footer-menu, .footer-menu ul {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
    }

    .footer-menu ul li {
        text-align: center;
    }

    .footer-menu ul li a{
        font-size: 12px;
    }

    footer {
        font-size: 10px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    .banner {
        flex-direction: column;
        padding-top: 40px;
    }

    .banner_overview {
        margin-left: 0px;
    }

    .banner_overview, .banner_image {
        width: auto;
        text-align: center;
    }

    .banner_userLogoWrapper {
        flex-direction: column;
    }

    .banner_userLogo {
        width: 40%;
        height: 40%;
    }

    .banner_overviewContent-strong,
    .banner_overviewContent-weak {
        font-size: 22px;
    }

    .banner_overviewContentText-strong {
        font-size: 43px;
    }

    .banner_overviewContentText-weak {
        font-size: 33px;
    }

    .banner_overviewContentText {
        font-size: 39px;
    }

    .banner_buttonsWrapper,
    .survey_buttonsWrapper {
        flex-direction: column;
        align-items: center;
    }

    .banner_trialButton,
    .banner_requestInformationButton,
    .survey_trialButton, 
    .survey_requestInformationButton {
        margin: 20px 0px;
    }

    .problem .info {
        text-align: center;
    }

    .problem_list {
        flex-direction: column;
        align-items: center;
    }

    .problem_listItem {
        margin: 20px 8px;
        width: auto;
        height: auto;
    }

    .solution_title {
        font-size: 26px;
    }

    .solution_item {
        flex-direction: column;
        padding: 0px;
        width: 96%;
    }

    .solution_itemTextWrapper {
        text-align: center;
        padding-top: 48px;
    }

    .solution_itemTextNumber {
        font-size: 20px;
        line-height: normal;
    }

    .solution_itemText {
        font-size: 16px;
    }

    .solution_itemTitle {
        font-size: 22px;
    }

    .solution-1_badge,
    .solution_badge {
        font-size: 12px;
        height: auto;
    }

    .solution_itemPointWrapper {
        width: 100%;
        padding: 16px 28px;
    }

    .solution_itemImage {
        padding: 20px;
        justify-content: center;
    }

    .case_list {
        flex-direction: column;
    }

    .case-1, .case-2, .case-3 {
        width: auto;
        height: auto;
    }

    .case_title {
        margin-left: 8px;
        margin-right: 8px;
    }

    .case_titleBorer {
        width: 40px;
    }
}