@charset "UTF-8";

.ai-comnavi_sp {
    display: none;
}
.ai-effect_pc {
    width: 90%;
}

.ai-effect_sp {
    display: none;
}

.ai-suggestnavi_sp {
    display: none;
}

.ai-sami_sp {
    display: none;
}

@media screen and (max-width: 575px) {
    .ai-comnavi_pc {
        display: none;
    }

    .ai-comnavi_sp {
        display: block;
    }

    .ai-effect_pc {
        display: none;
    }

    .ai-effect_sp {
        display: block;
    }

    .ai-suggestnavi_pc {
        display: none;
    }

    .ai-suggestnavi_sp {
        display: block;
    }

    .ai-suggestnavi_sp {
        display: block;
    }


    .ai-sami_pc {
        display: none;
    }

    .ai-sami_sp {
        display: block;
    }

    .-pc {
        display: none;
    }
}


/* AIコムナビ */
.com {
    background-color: var(--bg);
    padding-top: 110px;
}

.ai-title {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    letter-spacing: 0.02em;
    color: var(--navy);
    text-align: center;
    line-height: 2.3rem;
    margin-bottom: 50px;
}

.ai-title_ja {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.03em;
}

.bg-white {
    background-color: white;
    border-radius: 10px;
    padding: 80px 0;
}

.text18-aqua {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--aqua);
    letter-spacing: 0.02em;
}

.text16-aqua {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--aqua);
    letter-spacing: 0.03em;
}

.com-lead_lead {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.com-lead_img {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .bg-white {
        padding: 40px 0;
    }
}

@media screen and (max-width: 575px) {
    .com {
        padding-top: 55px;
    }

    .ai-title {
        font-size: 28px;
        line-height: 2rem;
        margin-bottom: 50px;
    }

    .ai-title_ja {
        font-size: 18px;
        letter-spacing: 0;
    }

    .com-lead_lead {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .ai-title {
        margin-bottom: 24px;
    }

    .ai-comnavi_sp {
        width: 300px;
        margin: 0 auto;
    }
}


/* メリット */
.ai-line {
    font-size: 22px;
    color: var(--aqua);
    font-weight: 700;
    align-items: center;
    display: flex;
    justify-content: center;
}

.ai-line::before,
.ai-line::after {
    background-color: var(--aqua);
    /* 横線の色 */
    content: "";
    flex-grow: 1;
    /* 横幅いっぱい */
    height: 2px;
    /* 横線の高さ */
}

.ai-line::before {
    margin-right: 32px;
    /* 文字との余白 */
}

.ai-line::after {
    margin-left: 32px;
    /* 文字との余白 */
}

.com-merit {
    margin-top: 80px;
}

.com-merit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 16px;
}

.com-merit-item {
    margin: 0 32px 24px;
}

.com-merit_num {
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: var(--aqua);
}

.com-merit_title {
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-top: 8px;
}

.com-merit_img {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {
    .com-merit-item {
        margin: 0 20px 24px;
    }

    .com-merit_img {
        margin-top: 16px;
    }
}

@media screen and (max-width: 575px) {
    .com-merit {
        margin-top: 55px;
    }

    .ai-line {
        font-size: 20px;
    }

    .com-merit_title {
        font-size: 16px;
        margin-top: 4px;
    }

    .com-merit_img {
        width: 130px;
    }

    .com-merit-list {
        margin-top: 24px;
    }

    .com-merit-item {
        margin: 0 8px 24px;
    }

    .com-merit-item:last-child {
        margin-bottom: 0;
    }

    .com-merit_img {
        margin-top: 8px;
    }
}


/* 活用事例 */
.com-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--navy);
    margin-top: 80px;
    text-align: center;
}

.com-service-item {
    border: solid 2px #BBD9E3;
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 32px;
}

.com-service-item-flex {
    display: flex;
    align-items: center;
}

.com-service-item_num {
    color: white;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--bluegrey);
    border-radius: 4px;
    padding: 5px 14px 6px;
}

.com-service-item_title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    padding-left: 16px;
}

.com-service-item_text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #00437c;
    line-height: 1.6;
}

.tab-container {
    display: none;
}

@media screen and (max-width: 767px) {
    .com-service-item-flex {
        flex-direction: column;
        align-items: unset;
    }

    .com-service-item_num {
        width: 118px;
    }

    .com-service-item_title {
        padding-left: 0px;
        margin-top: 10px;
    }

    .com-service-item {
        padding: 20px 24px;
    }
}

@media screen and (max-width: 575px) {
    .com-title {
        font-size: 24px;
        margin-top: 55px;
    }

    .com-service-item {
        margin-top: 15px;
    }

    .com-service-item_text {
        margin-top: 15px;
        padding-top: 15px;
    }

    .tab-container {
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

    .tab {
        background-color: var(--lightblue);
        color: #989DA2;
        padding: 4px 0;
        width: 80px;
        border-radius: 16px;
        margin: 0 8px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
    }

    .tab.active {
        background-color: var(--bluegrey);
        color: white;
    }

    .content {
        display: none;
    }

    .content.show {
        display: block;
    }
}


/* 導入効果 */
.com-case-item {
    margin-top: 32px;
}

.inner-case {
    max-width: 848px;
    width: 93%;
    margin: 0 auto;
}

.com-case-item-label {
    background-color: var(--bluegrey);
    color: white;
    align-items: center;
    padding: 24px 120px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.com-case-item_case {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}

.com-case-item-label {
    display: flex;
}

.com-case-item_num {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 0.9;
}

.com-case-item_title {
    padding-left: 80px;
    line-height: 1.6;
}

.com-case-item-content {
    background-color: var(--lightblue);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 50px 16px;
}

.com-case-item-befor_wrap {
    position: relative;
}

.com-case-item-befor::before {
    content: "導入前";
    color: white;
    position: absolute;
    top: -17px;
    left: 120px;
    background-color: #989DA2;
    border-radius: 4px;
    padding: 5px 40px;
}

.com-case-item-befor {
    background-color: white;
    border: solid 2px #989DA2;
    padding: 40px;
    border-radius: 10px;
    max-width: 672px;
    margin: 0 auto;
    line-height: 1.6;
}

.com-case-item-img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 8px;
}

.com-case-item-after_wrap {
    position: relative;
}

.com-case-item-after::before {
    content: "導入後";
    color: white;
    position: absolute;
    top: -17px;
    left: 120px;
    background-color: var(--aqua);
    border-radius: 4px;
    padding: 5px 40px;
}

.com-case-item-after {
    background-color: white;
    border: solid 4px #3387CE;
    padding: 40px;
    border-radius: 10px;
    max-width: 672px;
    margin: 0 auto;
    line-height: 1.6;
    margin-top: 24px;
}

.com-case-item-after-flex {
    display: flex;
    align-items: center;
}

.com-case-item-after_img {
    text-align: center;
    width: 100%;
}

.com-case-item-after_text1 {
    width: 254px;
}

.com-case-item-after_text2 {
    width: 370px;
}

@media screen and (max-width: 991px) {
    .com-case-item-label {
        padding: 24px 64px;
    }

    .com-case-item_title {
        padding-left: 40px;
    }

    .com-case-item-befor::before {
        left: 80px;
    }

    .com-case-item-after::before {
        left: 80px;
    }

    .com-case-item-after-flex {
        flex-direction: column;
    }

    .com-case-item-after_text1 {
        width: auto;
        margin-bottom: 20px;
    }

    .com-case-item-after_text2 {
        width: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .com-case-item-label {
        flex-direction: column;
        align-items: unset;
    }

    .com-case-item_title {
        padding-left: 0;
        margin-top: 8px;
    }

    .com-case-item-label-wrap {
        display: flex;
        align-items: flex-end;
    }

    .com-case-item_num {
        font-size: 30px;
        padding-left: 8px;
    }

    .com-case-item-label {
        padding: 16px 24px;
    }

    .com-case-item-befor {
        padding: 24px 16px 16px;
    }

    .com-case-item-after {
        padding: 24px 16px 16px;
    }

    .com-case-item-befor::before {
        left: 48px;
    }

    .com-case-item-after::before {
        left: 48px;
    }

}

@media screen and (max-width: 575px) {
    .com-case-item {
        margin-top: 32px;
    }

    .com-case-item-befor::before {
        padding: 3px 32px;
        top: -14px;
        left: 16px;
    }

    .com-case-item-after::before {
        padding: 3px 32px;
        top: -14px;
        left: 16px;
    }

    .com-case-item-befor {
        padding: 24px 16px 16px;
    }

    .com-case-item-after {
        padding: 24px 16px 16px;
    }

    .com-case-item-img {
        margin-top: 24px;
        margin-bottom: 40px;
    }
}

/* サジェストナビ */
.suggest {
    background-color: var(--bg);
    padding-top: 140px;
}

.suggest-lead {
    line-height: 1.6;
    margin-bottom: 32px;
}

.suggest-list {
    margin-top: 50px;
}

.suggest-item {
    border-top: solid 1px #00437c;
    padding: 20px 0;
}

.suggest-item:last-child {
    border-bottom: solid 1px #00437c;
}

.suggest-item_container {
    display: flex;
}

.suggest-item_wrap {
    display: flex;
    width: 270px;
}

.suggest-item_num {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    width: 27px;
    height: 27px;
    padding-top: 1px;
    color: white;
    background-color: var(--bluegrey);
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}

.suggest-itam_title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: var(--navy);
    padding-left: 10px;
}

.suggest-item_text {
    width: 578px;
    line-height: 1.6;
}

@media screen and (max-width: 1200px) {
    .suggest-item_container {
        flex-direction: column;
    }

    .suggest-item_text {
        width: auto;
        margin-top: 8px;
    }
}

@media screen and (max-width: 575px) {
    .suggest {
        padding-top: 55px;
    }

    .suggest-list {
        margin-top: 32px;
    }
}


/* サミー */
.sami {
    background-color: var(--bg);
    padding-top: 140px;
}

.sami-lead {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.sami-lead p {
    padding-bottom: 24px;
}

.sami-text {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 32px;
}

.sami-img{
    text-align: center;
}

.sami-content {
    background-color: var(--lightblue);
    padding: 64px 0 64px 48px;
    border-radius: 10px;
    max-width: 672px;
    margin: 0 auto;
    margin-top: 64px;
}

.sami-content_flex {
    display: flex;
    position: relative;
}
.sami-content_text {
    line-height: 1.6;
}

.sami-content_img {
    position: absolute;
    top: -44px;
    left: 438px;
}

@media screen and (max-width: 991px) {
    .sami-content_flex {
        flex-direction: column;
    }

    .sami-content_img {
        position: unset;
        margin: 0 auto;
        margin-top: 20px;
        width: 150px;
    }

    .sami-content {
        padding: 30px 26px 0;
        max-width: 480px;
    }
}

@media screen and (max-width: 575px) {
    .sami {
        padding-top: 55px;
    }

    .sami-text {
        margin-top: 24px;
        margin-bottom: 24px;
        text-align: left;
    }

    .ai-sami_sp {
        width: 310px;
        margin: 0 auto;
    }

    .sami-content {
        margin-top: 32px;
    }
}


/* ソリューション一覧へボタン */
.btn-back_wrap {
  padding-top: 100px;
  background: var(--bg);
  padding-bottom: 160px;
}

.btn-back {
  color: var(--navy);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  border: var(--navy) solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
  max-width: 540px;
  width: 84%;
  height: 72px;
  margin: 0 auto;
  background: #fff;
}

.btn-back:hover {
  color: #fff;
  transform: scale(1.1, 1.1);
}

.btn-back::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--navy);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  overflow: hidden;
  z-index: -1;
}

.btn-back:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-back_text {
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn-back_wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 575px) {
  .btn-back {
    font-size: 16px;
    height:64px;
  }
}