@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
.lp_page {
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP";
}
.rollover:hover {
  opacity: 0.6;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}
#pagetop a {
  background-color: rgba(51, 51, 51, .8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lp_page {
    width: 100%;
    position: relative;
  }
  .lp_page img {
    max-width: 100%;
    height: auto;
  }
  #pagetop {
    right: 8%;
  }
}
/*-------------------------------------
　共通要素
---------------------------------------*/
.contents-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.contents-section img {
  max-width: 100%;
  height: auto;
}
.contents-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.ttl-catch {
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto";
  color: #00a2e6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .contents-inner {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ttl-catch {
    font-size: 3.4vw;
    margin-bottom: 20px;
    text-align: center;
  }
}
/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.main_title {
  width: 100%;
  background: url("../img/kv.webp") no-repeat top center;
  background-size: auto;
  color: #fff;
  letter-spacing: 2px;
  max-width: 1920px;
  margin: 0 auto;
}
.main_title .main_title_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.main_title_box {
  padding: 200px 0;
}
.main_title_box p {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 4px 4px 10px #0e0443;
  font-family: "Roboto";
}
.main_title_box h1 {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 4px 4px 10px #0e0443;
  margin-top: 30px;
}
.main_title_box h1 span {
  font-size: 24px;
  display: block;
  margin-top: 30px;
}
.sub_title_box {
  position: relative;
}
.sub_title_box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #484848;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sub_title_box .main_title_inner {
  position: relative;
  z-index: 2;
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
}
.sub_title_box h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .main_title .main_title_inner {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main_title {
    background: url("../img/kv-sp.webp") no-repeat top center;
    background-size: cover;
  }
  .main_title_box {
    padding: 50px 0 110px;
  }
  .main_title_box p {
    font-size: 3vw;
  }
  .main_title_box h1 {
    font-size: 9vw;
    line-height: 1.2;
    margin-top: 20px;
  }
  .main_title_box h1 span {
    font-size: 3.8vw;
    margin-top: 20px;
  }
  .sub_title_box .main_title_inner {
    padding: 30px 15px;
  }
  .sub_title_box h2 {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sub_title_box .main_title_inner p {
    text-align: left;
    font-size: 3.6vw;
  }
}
/*-------------------------------------
　ADVANTAGE
---------------------------------------*/
.cont-advantage {
  background: #f2f6fa;
}
.cont-advantage-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cont-advantage-wrap:nth-of-type(odd) {
  flex-direction: row-reverse;
  background: #fff;
}
.cont-advantage-img {
  width: 50%;
}
.cont-advantage-txt {
  width: min(49%, 560px);
  padding-inline: 50px 0;
}
.cont-advantage-wrap:nth-of-type(odd) .cont-advantage-txt {
  padding-inline: 0 50px;
}
.cont-advantage-txt h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .cont-advantage-wrap, .cont-advantage-wrap:nth-of-type(odd) {
    display: block;
    padding-bottom: 60px;
  }
  .cont-advantage-img {
    width: 100%;
    text-align: center;
  }
  .cont-advantage-txt, .cont-advantage-wrap:nth-of-type(odd) .cont-advantage-txt {
    width: 100%;
    padding-inline: 15px;
    margin-top: 30px;
  }
  .cont-advantage-txt h3 {
    margin-bottom: 20px;
  }
  .cont-advantage-wrap .ttl-catch {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cont-advantage-txt h3 {
    font-size: 5vw;
    text-align: center;
  }
}
/*-------------------------------------
　活用例
---------------------------------------*/
.cont-use {
  background: #f7f7f7;
  padding-block: 60px;
}
.cont-use h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cont-use-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cont-use-box {
  width: calc((100% - 60px)/4);
  margin-bottom: 10px;
  background: #fff;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  padding-bottom: 50px;
  box-shadow: 2px 2px 5px #ccc;
}
.cont-use-box h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  min-height: 3.2em;
}
.cont-use-box img {
  max-width: 93px;
}
@media screen and (max-width: 767px) {
  .cont-use h3 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  .cont-use-scroll {
    overflow: scroll;
    padding-bottom: 10px;
  }
  .cont-use-wrap {
    flex-wrap: nowrap;
    gap: 15px;
    width: fit-content;
  }
  .cont-use-box {
    width: 50vw;
    margin-bottom: 0;
    gap: 3vw;
    padding: 4vw;
    padding-bottom: 8vw;
  }
  .cont-use-box h4 {
    font-size: 3.8vw;
    letter-spacing: 1px;
  }
  .cont-use-box img {
    max-width: 60%;
  }
}
/*-------------------------------------
　CPU
---------------------------------------*/
.cont-cpu {
  color: #fff;
  padding-block: 60px;
  background-color: #08012b;
  background-image: url("../img/bg-cpu.webp");
  background-repeat: no-repeat;
  background-size: auto 56vw;
  background-position: 0 110px;
}
.cont-cpu h2 {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 4px 4px 10px #0e0443;
  font-style: italic;
  margin-bottom: 60px;
  text-align: center;
}
.cont-cpu h2 span {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}
.cont-cpu h2 + p {
  font-size: 18px;
  text-shadow: 4px 4px 10px #0e0443;
  margin-bottom: 60px;
}
.cont-cpu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont-cpu-img, .cont-cpu-txt {
  width: calc((100% - 20px)/2);
}
.cont-cpu-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-cpu-img img {
  width: min(46%, 282px);
}
.cont-cpu-list li {
  margin-bottom: 20px;
  font-size: clamp(18px, 0.58rem + 1.82vw, 30px);
  font-weight: bold;
  text-align: center;
  border: 1px solid #00a2e6;
  border-radius: 40px;
  padding: 2px 10px 2px 50px;
  position: relative;
}
.cont-cpu-list li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-check-mark.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.cont-cpu-txt-box {
  border: 1px solid #00a2e6;
  padding: 20px;
  margin-top: 40px;
}
.cont-cpu-txt-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cont-cpu-txt-box p {
  letter-spacing: 1px;
}
@media screen and (max-width: 1140px) {
  .cont-cpu {
    background-position: 0 20vw;
  }
}
@media screen and (max-width: 767px) {
  .cont-cpu {
    background-size: auto 106vw;
    background-position: 0 50vh;
  }
  .cont-cpu h2 {
    font-size: 7vw;
    margin-bottom: 40px;
  }
  .cont-cpu h2 span {
    font-size: 4.4vw;
  }
  .cont-cpu h2 + p {
    font-size: 3.6vw;
    margin-bottom: 0;
  }
  .cont-cpu-wrap {
    display: block;
  }
  .cont-cpu-img, .cont-cpu-txt {
    width: 100%;
  }
  .cont-cpu-img {
    padding-block: 60px;
  }
  .cont-cpu-list li {
    margin-bottom: 10px;
    font-size: 4vw;
    padding: 4px 2vw 4px 10vw;
  }
  .cont-cpu-list li::before {
    width: 6vw;
    height: 6vw;
    left: 2vw;
  }
  .cont-cpu-txt-box {
    padding: 20px 15px;
    margin-top: 30px;
  }
  .cont-cpu-txt-box h3 {
    font-size: 4vw;
  }
}
/*-------------------------------------
　パソコンブロック
---------------------------------------*/
.cont-cpu-model-block {
  margin-top: 70px;
}
.cont-cpu-model-ttl {
  text-align: center;
}
.cont-cpu-model-ttl .ttl-catch {
  margin-bottom: 10px;
}
.cont-cpu-model-ttl h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.model_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
}
.model_box {
  background-color: #fff;
  border: 1px solid #ececec;
  position: relative;
  width: calc((100% - 60px)/3);
  color: #484848;
  letter-spacing: 0;
}
.model_box:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.model_box a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.model_box__image {
  margin: 0 auto 20px;
  width: 80%;
}
.model_box__image img {
  height: auto;
  width: 100%;
}
.model_box__catchcopy {
  font-size: 16px;
  letter-spacing: 1.08px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .78px;
  line-height: 1.4;
  margin-bottom: 10px;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;*/
}
.model_box__spec {
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__spec dl {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.model_box__spec dl dt {
  font-weight: 500;
  width: 7em;
}
.model_box_lower {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.model_box__stkname {
  color: #e43344;
  font-weight: bold;
  border: 1px solid #e43344;
  padding: 2px 6px;
  display: inline-block;
}
.model_box__price {
  color: #e43344;
  font-weight: bold;
  line-height: 1.2;
}
.model_box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.model_box__button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cont-cpu-model-ttl h2 {
    font-size: 6vw;
  }
  .cont-cpu-model-ttl h2 span {
    font-size: 4vw;
    margin-bottom: 0;
    display: inline-block;
  }
  .model_box {
    width: 100%;
  }
}
/*-------------------------------------
　Copilot
---------------------------------------*/
.cont-copilot {
  color: #484848;
  padding-block: 120px 60px;
  background-image: /*url("../img/bg-copilot.webp"), */linear-gradient(to right, #fbeeec, #e7eefa);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 33vw, auto;
}
.cont-copilot h2 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
.cont-copilot h2 span {
  font-size: 28px;
  display: block;
  letter-spacing: 2px;
}
.cont-copilot h2 + p {
  font-size: 18px;
  margin-bottom: 90px;
}
.cont-copilot-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cont-copilot-txt {
/*  width: calc((100% - 20px)/2);*/
  width:100%;
}
@media screen and (max-width: 767px) {
  .cont-copilot {
    padding-block: 0 60px;
    background-image: linear-gradient(to right, #fbeeec, #e7eefa);
    background-size: auto;
  }
  .cont-copilot h2 {
    font-size: 6vw;
    margin-bottom: 30px;
    text-align: center;
  }
  .cont-copilot h2 span {
    font-size: 5vw;
  }
  .cont-copilot h2 + p {
    font-size: 3.8vw;
    margin-bottom: 30px;
  }
  .cont-copilot-wrap {
    flex-direction: column;
    justify-content: flex-start;
    /*margin-top: 30px;*/
    padding-top:40px;
  }
  .cont-copilot-txt {
    width: 100%;
  }
}
/*-------------------------------------
　OUR STRENGTH
---------------------------------------*/
.cont-strength {
  color: #fff;
  padding-block: 60px;
  background-image: url("../img/bg-strength.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.cont-strength-ttl {
  text-align: center;
}
.cont-strength h2 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.cont-strength h2 + p {
  font-size: 18px;
  margin-bottom: 30px;
}
.cont-strength-wrap {
  display: flex;
  justify-content: space-between;
  color: #484848
}
.cont-strength-box {
  width: min(32%, 360px);
  background: #fff;
  border: 1px solid #ececec;
  padding: 40px 30px 30px;
  position: relative;
  text-align: center;
}
.strength-nmb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(to right, #004da1, #00a2e6);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto";
  font-style: italic;
  padding: 4px 10px;
  text-align: left;
}
.strength-catch {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
.adj-strength-catch {
  padding-left: 20px;
}
.cont-strength-box h3 {
  color: #004da1;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-block: 20px;
  font-style: italic;
}
.cont-strength-box h3 span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 6px;
}
.cont-strength-box h3 sub {
  font-size: 50%;
}
.cont-strength-box h3 + p {
  text-align: left;
  font-size: 14px;
}
.cont-strength-choice {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  position: relative;
}
.cont-strength-choice::after {
  content: "";
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  background: linear-gradient(to right, #004da1, #00a2e6);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  position: absolute;
  z-index: 1;
}
.cont-strength-choice-l, .cont-strength-choice-r {
  position: relative;
  z-index: 2;
}
.cont-strength-choice-l {
  width: 44%;
}
.cont-strength-choice-l p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.cont-strength-choice-r dl {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-block: 10px;
}
.cont-strength-choice-r dt {
  color: #004da1;
  font-size: 18px;
  font-weight: bold;
}
.cont-strength-choice-r dd {
  font-size: 14px;
  color: #484848;
}
.cont-strength-link {
  margin-top: 30px;
}
.cont-strength-link .c-button--secondaryA-blue {
  margin-inline: auto;
	width: min(100%, 600px);
}
@media screen and (max-width: 1140px) {
  .strength-nmb {
    width: 8vw;
    height: 8vw;
    font-size: 2.4vw;
    padding: 4px 1vw;
  }
  .adj-strength-catch {
    padding-left: 0;
  }
  .cont-strength-choice {
    gap: 8%;
  }
}
@media screen and (max-width: 767px) {
  .cont-strength {
    background-image: url("../img/bg-strength-sp.webp"), linear-gradient(to right, #003283, #0058ad);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto, auto;
  }
  .cont-strength h2 {
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .cont-strength h2 + p {
    font-size: 3.8vw;
    margin-bottom: 20px;
    text-align: left;
  }
  .strength-nmb {
    width: 20vw;
    height: 20vw;
    font-size: 5.4vw;
    padding: 4px 2vw;
  }
  .cont-strength-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cont-strength-box {
    width: 100%;
    padding: 40px 20px 30px;
  }
  .strength-catch {
    font-size: 3.6vw;
  }
  .cont-strength-box h3 {
    font-size: 5.4vw;
  }
  .cont-strength-box h3 span {
    font-size: 3.4vw;
  }
  .cont-strength-box h3 span.adj-strength-h3 {
    display: none !important;
  }
  .cont-strength-box h3 + p {
    font-size: 3.4vw;
  }
  .cont-strength-choice {
    margin-top: 20px;
    flex-direction: column;
    padding: 0;
    position: relative;
  }
  .cont-strength-choice::after {
    content: none;
  }
  .cont-strength-choice-l {
    width: 100%;
    padding: 20px;
    background: linear-gradient(to right, #004da1, #00a2e6);
  }
  .cont-strength-choice-l p {
    font-size: 4.2vw;
  }
  .cont-strength-choice-r {
    padding: 20px;
  }
  .cont-strength-choice-r dl {
    gap: 5vw;
    padding-block: 5px;
  }
  .cont-strength-choice-r dt {
    font-size: 3.8vw;
    word-break: keep-all;
  }
  .cont-strength-choice-r dd {
    font-size: 3.4vw;
  }
  .cont-strength-link {
    margin-top: 20px;
  }
}
/*-------------------------------------
　ご要望
---------------------------------------*/
.cont-request {
  color: #fff;
  padding-block: 60px;
  background: linear-gradient(to bottom, #004da1, #0078c4);
  text-align: center;
}
.cont-request h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
}
.cont-request h2 + p {
  font-size: 18px;
  margin-bottom: 30px;
}
.cont-request-box {
  background: #fff;
  box-shadow: 2px 2px 4px #484848;
  padding: 30px;
}
.cont-request-box h3 {
  color: #004da1;
  font-size: 18px;
  font-weight: bold;
}
.cont-request-wrap {
  margin-block: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.cont-request-list li {
  font-size: 16px;
  padding-left: 24px;
  position: relative;
  color: #484848;
  text-align: left;
  line-height: 2;
}
.cont-request-list li::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../img/icon-check-mark2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 8px;
  left: 0;
}
.cont-request-link .logo-plus {
  width: min(60%, 211px);
  display: inline-block;
  margin-bottom: 20px;
}
.cont-request-link .c-button--primary-white {
  margin-inline: auto;
	width: min(100%, 600px);
}
.cont-request-link .icon-external {
  width: 15px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .cont-request h2 {
    font-size: 4.6vw;
    margin-bottom: 20px;
  }
  .cont-request h2 + p {
    font-size: 3.8vw;
    margin-bottom: 20px;
    text-align: left;
  }
  .cont-request-box {
    padding: 20px;
  }
  .cont-request-box h3 {
    font-size: 4.4vw;
  }
  .cont-request-wrap {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
  .cont-request-list li {
    font-size: 3.6vw;
    padding-left: 5vw;
  }
  .cont-request-list li::before {
    width: 4vw;
    height: 4vw;
    top: 6px;
  }
  .cont-request-link .c-button--primary-white {
    width: 100%;
  }
}
/*-------------------------------------
　パートナーシップ
---------------------------------------*/
.cont-partner {
  color: #fff;
  padding-block: 60px;
  background: linear-gradient(111deg, #8b8b8b 0%, #484848 70%, #3a3a3a 100%);
}
.cont-partner-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
}
.cont-partner-txt, .cont-partner-img {
  width: calc((100% - 30px)/2);
}
.cont-partner-img {
  text-align: left;
}
.cont-partner h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
}
.cont-partner h2 + p {
  font-size: 18px;
  margin-bottom: 60px;
}
.cont-partner-list {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.cont-partner-list dt {
  width: 162px;
}
.cont-partner-list dd {
  font-size: 18px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cont-partner {
    padding-block: 40px 10px;
  }
  .cont-partner-wrap {
    flex-direction: column;
  }
  .cont-partner-txt, .cont-partner-img {
    width: 100%;
  }
  .cont-partner-img {
    text-align: center;
  }
  .cont-partner-img img {
    width: 80%;
  }
  .cont-partner h2 {
    font-size: 5vw;
    margin-bottom: 20px;
    text-align: center;
  }
  .cont-partner h2 + p {
    font-size: 3.6vw;
    margin-bottom: 20px;
  }
  .cont-partner-list dt {
    width: min(48%, 162px);
  }
  .cont-partner-list dd {
    font-size: 3.6vw;
  }
}
/*-------------------------------------
　メディア掲載
---------------------------------------*/
/* 
メディア部分はインクルード化したのでCSSを分けてあります
/business/include/css/inc-business-pc-media.css
 */

/* .cont-media {
  padding-block: 60px;
  background: #ececec;
}
.cont-media-ttl {
  text-align: center;
}
.cont-media .ttl-catch {
  margin-bottom: 10px;
}
.cont-media h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cont-media-box {
  background: #fff;
  padding: 30px;
  box-shadow: 2px 2px 4px #ececec;
}
.cont-media-wrap {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.cont-media-wrap:first-of-type {
  margin-block: 10px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.cont-media-img {
  width: min(30%, 210px);
}
.cont-media-txt {
  width: calc((100% - 30px) - min(30%, 210px));
}
.cont-media-txt h3 {
  font-size: 18px;
  font-weight: bold;
}
.cont-media-txt h3 img {
  width: min(30%, 200px);
}
.cont-media-txt p {
  margin-top: 30px;
  font-size: 17px;
}
.cont-media-txt p span {
  font-weight: bold;
}
.cont-media-txt .icon-double-quotes {
  position: relative;
  padding-inline: 60px;
  font-size: 16px;
}
.icon-double-quotes::before, .icon-double-quotes::after {
  content: "";
  width: 30px;
  height: 24px;
  background-image: url("../img/icon-double-quotes.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.icon-double-quotes::before {
  top: 0;
  left: 0;
}
.icon-double-quotes::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.cont-media-kome {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cont-media h2 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .cont-media-box {
    padding: 20px;
  }
  .cont-media-wrap {
    display: block;
  }
  .cont-media-wrap:first-of-type {
    margin-block: 0 20px;
    padding-bottom: 20px;
  }
  .cont-media-img {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .cont-media-img img {
    width: 30%
  }
  .cont-media-img h3 {
    font-size: 3.8vw;
    font-weight: bold;
  }
  .cont-media-img h3 img {
    width: 60%;
  }
  .cont-media-txt {
    width: 100%;
  }
  .cont-media-txt p {
    margin-top: 20px;
    font-size: 3.6vw;
  }
  .cont-media-txt .icon-double-quotes {
    padding-inline: 8vw;
    font-size: 3.4vw;
  }
  .icon-double-quotes::before, .icon-double-quotes::after {
    content: "";
    width: 6vw;
    height: 5vw;
  }
  .cont-media-kome {
    margin-top: 20px;
    font-size: 3.2vw;
    word-break: break-all;
  }
} */
/*-------------------------------------
　導入事例
---------------------------------------*/
.contents-section.cont-case {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	letter-spacing: 2px;
	padding-block: 60px;
	background: #fff;
}
.cont-case .contents-section img {
	max-width: 100%;
	height: auto;
}
.cont-case .contents-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.cont-case .cont-case-ttl {
	text-align: center;
}
.cont-case .cont-case-ttl .ttl-catch {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto';
	color: #00a2e6;
	margin-bottom: 10px;
}
.cont-case .cont-case-ttl h2 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.cont-case .contents-inner {
	padding-inline: 15px;
}
}

@media screen and (max-width: 767px) {
.cont-case .cont-case-ttl .ttl-catch {
	font-size: 3.4vw;
	margin-bottom: 10px;
}
.cont-case .cont-case-ttl h2 {
	font-size: 5vw;
	margin-bottom: 20px;
}
}
/*-------------------------------------
　通販リンク
---------------------------------------*/
.cont-online-shop {
  padding-block: 60px;
  background: #f2fafe;
}
.cont-online-shop-ttl {
  text-align: center;
}
.cont-online-shop-ttl:nth-of-type(n+2) {
  margin-top: 50px;
}
.cont-online-shop-ttl p {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.cont-online-shop-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.cont-online-shop-wrap a {
  width: min(100%, 360px);
}
@media screen and (max-width: 767px) {
  .cont-online-shop-ttl p {
    font-size: 4vw;
  }
  .cont-online-shop-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
/*-------------------------------------
　SEO
---------------------------------------*/
.cont-seo {
  padding-block: 60px 10px;
  background: #fff;
}
.cont-seo-ttl {
  text-align: center;
}
.cont-seo-ttl h2 {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cont-seo-ttl h2 {
    font-size: 5vw;
    margin-bottom: 20px;
  }
}
.cont-seo-ttl + .cont-seo-box {
  border-top: 1px dotted #cacaca;
}
.cont-seo-box {
  border-bottom: 1px dotted #cacaca;
  padding: 24px 15px 30px;
}
@media screen and (min-width: 768px), print {
  .cont-seo-box {
    padding-left: 2.6%;
    padding-left: 2.6%;
    font-size: 16px;
  }
}
.cont-seo-toggle {
  display: none;
}
.cont-seo-box__header {
  position: relative;
  display: block;
}
.cont-seo-box__header > label {
  display: block;
}
.cont-seo-box__header::before, .cont-seo-box__header::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  background: #004da1;
}
.cont-seo-box__header::after {
  transform: translateY(-50%) rotate(90deg);
}
.cont-seo-toggle:checked ~ .cont-seo-box__header::after {
  display: none;
}
.cont-seo-heading {
  color: #004da1;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.44;
  margin-bottom: 24px;
}
.cont-seo-toggle:not(:checked) ~ .cont-seo-box__header .cont-seo-heading {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .cont-seo-heading {
    font-size: 18px;
  }
}
.cont-seo-index {
  background: #f6f6f6;
  padding: 20px 15px;
  border-radius: 4px;
  font-size: 14px;
}
.cont-seo-index__list > li + li {
  margin-top: 0.5em;
}
.cont-seo-index__list > li ul {
  margin-bottom: 1em;
  padding-left: 1em;
}
.cont-seo-index__list .u-list-disc > li::before {
  color: #00a2e6;
}
@media screen and (min-width: 768px), print {
  .cont-seo-index {
    font-size: 16px;
    padding: 20px 28px;
  }
}
.cont-seo-box__body {
  font-size: 13px;
  line-height: 2;
  display: none;
}
.cont-seo-toggle:checked ~ .cont-seo-box__body {
  display: block;
}
@media screen and (min-width: 768px), print {
  .cont-seo-box__body {
    font-size: 15px;
  }
}
.cont-seo-subheading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #004da1;
  padding-bottom: 0.6em;
  margin-top: 23px;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px), print {
  .cont-seo-subheading {
    font-size: 18px;
    margin-top: 45px;
    margin-bottom: 23px;
  }
  .cont-seo-index + .cont-seo-subheading {
    margin-top: 30px;
  }
}
.cont-seo-box__body .u-mt {
  margin-top: 1lh;
}
.cont-seo-box .u-list-disc > li {
  padding-left: 1em;
  text-indent: -1em;
}
.cont-seo-box .u-list-disc > li::before {
  content: "・";
}
.cont-seo-box .u-list-disc > li * {
  text-indent: 0;
}
.cont-seo-box .u-list-disc > li > h5 {
  display: inline;
  font-weight: bold;
}
.cont-seo-box .c-link--external::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.218em;
  aspect-ratio: 16/15;
  margin-left: 0.3em;
  background: no-repeat url(../img/icon-external-blue.webp) center/contain;
}
.cont-seo-box .c-button--primary-blue {
  width: min(100%, 500px);
}
/*-------------------------------------
　アニメーション
---------------------------------------*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}