﻿/* ============================================
   Google Cloud ページ専用スタイル
============================================ */

/*header*/
header a#sitetitle{
  width: 120px;
} 
img{
  width: 100%;
}
@media only screen and (max-width: 767px){
  header a#sitetitle{
    width: 90px;
  }
}


/*wrapper*/
@media only screen and (max-width: 767px){
    #wrapper {
        min-width: unset;
        padding: 54px 0 0;
        margin: 0 auto;
        min-width: inherit;
    }
    #main .contents{
        width: 100%;
        float: none;
        margin: 0;
    }
}

/* modal */
body.openmodal #bg_modal{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  width: auto;
  overflow: auto;
}
body.openmodal #bg_modal .modal_content {

}
body.openmodal #bg_modal img {
  width: 200%;
  max-width: unset;
  margin: 0 16px;
} 
body.openmodal #bg_modal .btn_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  background: rgba(0,0,0,0);
  border: none;
  margin-left: auto;
  position: fixed;
  left: 16px;
  margin-top: -35px;
}

/* お問い合わせボタン共通設定 */
.nomal_btn a {
  width: 280px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 80px;
  border-radius: 50px;
  background: #EA4335;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/*section共通設定*/
#main .contents section {
  position: relative;
  overflow: hidden;
  padding: 64px 0 80px;
}
#main .contents section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 32px;
  clip-path: polygon(50% 32px, 0% 0%, 64px 0%);
}

#main .contents section .sub-hd {
  margin-bottom: 40px;
}
#main .contents section .sec-inner {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
}

#main .contents section h2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  line-height: 48px;
  margin-bottom: 50px;
}
#main .contents section h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  background-color: #FBBC05;
}
#main .contents section h2 br {
  display: none;
}
#main .contents section.main-visual-sec {
  padding: 0;
}
#main .contents section.main-visual-sec::before {
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  left: auto;
  background-color: #FCE3A3;
  clip-path: none;
}

@media only screen and (max-width: 767px) {
  #main .contents section {
    padding: 48px 0 32px;
  }
  #main .contents section::before {
    width: 56px;
    height: 28px;
    clip-path: polygon(50% 28px, 0% 0%, 56px 0%);
  }
  #main .contents section h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  #main .contents section h2::before {
    bottom: -12px;
  }
  #main .contents section h2 br {
    display: block;
  }
  #main .contents section .sub-hd {
    margin-bottom: 32px;
  }
}

/* mv */

#main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner {
  max-width: 1440px;
  margin: 0 auto;
}
#main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner img.pc-only {
  display: block;
}
#main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner img.sp-only {
  display: none;
}

#main .contents section.main-visual-sec .main-visual-box {
  position: absolute;
  left: 140px;
  bottom: 108px;
  z-index: 1;
  text-align: left;
}

#main .contents section.main-visual-sec .main-visual-box h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 8px;
}
#main .contents section.main-visual-sec .main-visual-box .sub-hd {
  margin-bottom: 40px;
  font-size: 14px;
}
#main .contents section.main-visual-sec .main-visual-box .badges {
  display: flex;
  gap: 24px;
}
#main .contents section.main-visual-sec .main-visual-box .badges li {
  width: 148px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #D9D9D9;
}

#main .contents section.main-visual-sec .main-visual-box .description-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #main .contents section.main-visual-sec::before {
    display: none;
  }

  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner img.pc-only {
    display: none;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner img.sp-only {
    display: block;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner .main-visual-box {
    position: static;
    padding: 16px 16px 48px;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner .main-visual-box h1{
    font-size: 24px;
    margin-bottom: 8px;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner .main-visual-box .sub-hd {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner .main-visual-box .badges {
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner .main-visual-box .description-text {
    font-size: 15px;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner .main-visual-box .description-text br{
    display: none;
  }
  #main .contents section.main-visual-sec .main-visual-sec-inner.sec-inner .main-visual-box .nomal_btn a{
    width: 100%;
    max-width: 368px;
    height: 58px;
    font-size: 16px;
    margin: auto;
  }
}


/* 5つの特徴*/
.five-features-sec {
  background-color: #EDFDF5;
  border-top: 16px solid #34A853;
}
.five-features-sec::before {
  background-color: #A3DBB4;
}
.five-features-sec .features-list {
  gap: 42px 72px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.five-features-sec .features-list li {
  border-radius: 16px;
  border: 2px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  width: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 32px 40px;
}
.five-features-sec .features-list li img {
  width: 80px;
  margin-bottom: 22px;
}
.five-features-sec .features-list li h3 {
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 8px;
}
.five-features-sec .features-list li p {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .five-features-sec .features-list {
    flex-direction: column;
    gap: 10px;
    padding: 0 16px;
  }
  .five-features-sec .features-list li {
    width: 100%;
    padding: 16px 16px 16px 25%;
    gap: 4px;
    position: relative;
  }
  .five-features-sec .features-list li img {
    left: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17%;
    max-width: 88px;
  }
  .five-features-sec .features-list li h3 {
    font-size: 16px;
    margin: 0;
    text-align: left;
    width: 100%;
  }
}


/* Gemini Enterpriseを活用すると？ */
.benefit-sec {
  background-color: #F8FDFF;
  border-top: 16px solid #4285F4;
}
.benefit-sec::before {
  background-color: #AFCDFB;
}
.benefit-sec h2::before {
  background-color: ;
}

.benefit-sec .man {
  position: absolute;
  bottom: 0;
  left: -130px;
  width: 104px;
}
.benefit-sec .woman {
  position: absolute;
  bottom: 4px;
  right: -130px;
  width: 84px;
}
.benefit-sec .flow-box {
  max-width: 912px;
  margin: 0 auto 80px;
  position: relative;
}
.benefit-sec .flow-box h3 {
  margin-bottom: 24px;
}
.benefit-sec .flow-box h3 span{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding-left: 16px;
  border-left: 8px solid #4285F4;
}
.benefit-sec .flow-box h3 span br {
  display: none;
}
.benefit-sec .flow-box ul.flow-box-list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.benefit-sec .flow-box ul.flow-box-list .flow-box-item h4 {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #929292;
  font-weight: bold;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner {
  display: flex;
  gap: 14px;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .before-box {
  border: 2px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  width: 434px;
  text-align: left;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .before-box h5 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .before-box p {
  font-size: 16px;
  line-height: 29px;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .after-box {
  text-align: left;
  border: 2px solid #73D3FF;
  background: #EFFAFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  width: 438px;
  flex: 1;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .after-box .tag-list {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .after-box .tag-list li {
  border-radius: 4px;
  border: 1px solid #4285F4;
  line-height: 1;
  padding: 7px 8px;
  color: #4285F4;
  font-size: 13px;
  font-weight: 700;
}
.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .after-box p {
  font-size: 16px;
} 

.benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner img {
  width: 14px;
  height: 28px;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}

.benefit-sec .inquiry-box {
  border-radius: 16px;
  border: 2px solid #D9D9D9;
  background: #FEF4F3;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 32px;
}
.benefit-sec .inquiry-box .text-box {
  text-align: left;
  width: 456px;
}
.benefit-sec .inquiry-box .text-box h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #main .contents section.benefit-sec .sub-hd {
    text-align: left;
    padding: 0 16px;
  }
  #main .contents section.benefit-sec .sub-hd br.sp-none{
    display: none;
  }
  .benefit-sec .flow-box {
    padding: 0 16px 32px;
    margin-bottom: 0;
  }
  .benefit-sec .flow-box h3 span {
    border-left: none;
    position: relative;
  }
  .benefit-sec .flow-box h3 span::before {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    left: -8px;
    background-color: #4285F4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .benefit-sec .flow-box h3 span br {
    display: block;
  }
  .benefit-sec .flow-box ul.flow-box-list {
    gap: 32px;
  }
  .benefit-sec .flow-box ul.flow-box-list .flow-box-item h4{
    font-size: 20px;
  }
  .benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner {
    flex-direction: column;
    gap: 0;
  }
  .benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .before-box {
    width: auto;
  }
  .benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .before-box h5{
    font-size: 16px;
  }
  .benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .before-box p{
    font-size: 16px;
  }
  .benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner img {
    transform: rotate(90deg);
    height: 22px;
  }
  .benefit-sec .flow-box ul.flow-box-list .flow-box-item .item-inner .after-box {
    width: auto;
  }
  .benefit-sec .inquiry-box {
    margin: 0 16px;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }
  .benefit-sec .inquiry-box .text-box {
    width: 100%;
    text-align: center;
  }
  .benefit-sec .inquiry-box .text-box p {
    white-space: wrap;
  }
    .benefit-sec .inquiry-box .nomal_btn a {
      max-width: 208px;
      height: 58px;
      font-size: 16px;
    }
}


/* 導入の流れ */
.flow-of-introduction-sec {
  background-color: #FEF9F9;
  border-top: 16px solid #EA4335;
}
.flow-of-introduction-sec::before {
  background-color: #F6B0AB;
}
.flow-of-introduction-sec .sec-inner {
  display: flex;
  justify-content: center;
}
.flow-of-introduction-sec .sec-inner .step-flow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  text-align: left;
  border-radius: 16px;
  border: 2px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  flex: 1;
}
.flow-of-introduction-sec .sec-inner .step-flow h4 {
  font-weight: bold;
  font-size: 16px;
}
.flow-of-introduction-sec .sec-inner .step-flow h4 br.sp-only {
  display: none;
}
.flow-of-introduction-sec .sec-inner .step-flow p {
  flex: 1;
}
.flow-of-introduction-sec .sec-inner .step-flow p br.sp-only{
  display: none;
}
.flow-of-introduction-sec .sec-inner .step-flow img {
  width: 80px;
  margin: auto;
}
.flow-of-introduction-sec .sec-inner > img {
  width: 40px;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto 3px;
}
@media only screen and (max-width: 767px) {
  .flow-of-introduction-sec .sec-inner {
    padding: 0 16px;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: start;
  }
  .flow-of-introduction-sec .sec-inner > img {
    display: none;
  }
  .flow-of-introduction-sec .sec-inner .step-flow {
    width: calc(50% - 40px);
    flex-basis: auto;
    flex-shrink: initial;
    flex-grow: initial;
    text-align: center;
    padding: 16px;
  } 
  .flow-of-introduction-sec .sec-inner .step-flow h4 {
    font-size: 14px;
  }
  .flow-of-introduction-sec .sec-inner .step-flow h4 br.sp-only {
    display: block;
  }
  .flow-of-introduction-sec .sec-inner .step-flow p {
    text-align: left;
    font-size: 13px;
  }
  .flow-of-introduction-sec .sec-inner .step-flow p br.sp-only{
    display: none;
  }
  .flow-of-introduction-sec .sec-inner .step-flow img {
    width: 44px;
  }
}


/* 機能比較 */
.comparison-sec {
  background-color: #FFFDF9;
  border-top: 16px solid #FBBC05;
}
.comparison-sec::before {
  background-color: #FDE397;
}
.comparison-sec .support-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.comparison-sec .support-list li {
  width: 366px;
  box-sizing: border-box;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 16px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.comparison-sec .support-list li h5 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: normal;
}
.comparison-sec .support-list li h5::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
}
.comparison-sec .support-list li p {
  color: #000;
  font-size: 16px;
  line-height: 28.8px;
  text-align: justify;
}
.comparison-sec .support-list li.support-1 {
  border: 4px solid #39BEFA;
  background: #FFF;
}
.comparison-sec .support-list li.support-1 h5 {
  color: #39BEFA;
}
.comparison-sec .support-list li.support-1 h5:before {
  background-color: #39BEFA;
}

.comparison-sec .support-list li.support-2 {
  border: 4px solid #4285F4;
  background: #FFF;
}
.comparison-sec .support-list li.support-2 h5 {
  color: #4285F4;
}
.comparison-sec .support-list li.support-2 h5:before {
  background-color: #4285F4;
}
.comparison-sec .support-list li.support-3 {
  border: 4px solid #134BA8;
  background: #FFF;
}
.comparison-sec .support-list li.support-3 h5 {
  color: #134BA8;
}
.comparison-sec .support-list li.support-3 h5:before {
  background-color: #134BA8;
}
.comparison-sec .inquiry-box {
  border-radius: 16px;
  border: 2px solid #D9D9D9;
  background: #FEF4F3;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 32px;
  margin-bottom: 80px;
}
.comparison-sec .inquiry-box p {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.comparison-sec .inquiry-box p br {
  display: none;
}
.comparison-sec .comparison-sec-hd {
  margin-bottom: 24px;
}
.comparison-sec .comparison-sec-hd span{
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding-left: 16px;
  border-left: 8px solid #4285F4;
}
.comparison-sec .edition-box .edition-status {
  margin-bottom: 16px;
}
.comparison-sec .edition-box .edition-status img {
  width: 310px;
  margin-left: auto;
  display: block;
}
.comparison-sec .edition-box .edition-table {
  margin-bottom: 18px;
  position: relative;
} 
.comparison-sec .edition-box .edition-table .openmodallink{
  display: none;
}
.comparison-sec .edition-box .notice {
  position: relative;
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  margin-bottom: 56px;
}

.comparison-sec .edition-box .notice::before {
  content: "※1";
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 14px;
}

.comparison-sec .operation-list {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 840px;
}
.comparison-sec .operation-list li {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 32px;
  padding: 23px 32px;
  margin: auto;
  border-radius: 16px;
  border: 2px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.comparison-sec .operation-list li img {
  width: 40px;
}

.comparison-sec .operation-list li .text-box {
  text-align: left;
  font-size: 14px;
}
.comparison-sec .operation-list li .text-box span {
  color: #000;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media only screen and (max-width: 767px) {
  .comparison-sec .support-list {
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
    margin-bottom: 46px;
  }
  .comparison-sec .support-list li {
    width: 100%;
    gap: 34px;
  }
  .comparison-sec .support-list li h5::before{
    bottom: -16px;
  }
  .comparison-sec .inquiry-box {
    flex-direction: column;
    gap: 16px;
    margin: 0 16px 46px;
    padding: 32px 16px;
    text-align: center;
  }
  .comparison-sec .inquiry-box p br {
    display: block;
  }
  .comparison-sec .inquiry-box .nomal_btn a {
    width: 100%;
    max-width: 208px;
    height: 58px;
    font-size: 16px;
    margin: auto;
    padding: 16px 24px;
  }
  .comparison-sec .comparison-sec-hd {
    margin-bottom: 43px;
  }
  .comparison-sec .edition-box .edition-status img{
    max-width: 310px;
    width: 100%;
    margin: auto;
  }
  .comparison-sec .edition-box .edition-table {
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .comparison-sec .edition-box .edition-table .openmodallink {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #4285F4;
    background: rgba(66, 133, 244, 0.72);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
    .comparison-sec .edition-box .edition-table .openmodallink img {
      width: 24px;
      margin: auto;
    }
  .comparison-sec .edition-box .notice {
    text-indent: 32px;
    padding: 0 16px;
    margin-bottom: 16px;
    font-size: 13px;
  }
  .comparison-sec .edition-box .notice::before {
    left: -10px;
    font-size: 13px;
  }
  .comparison-sec .operation-list {
    padding: 0 16px;
    gap: 10px;
    width: auto;
  }
  .comparison-sec .operation-list li{
    width: auto;
    padding: 12px 16px;
    gap: 8px;
  }
}

/* サポートサービス */
.support-services-sec {
  background-color: #F8FEFB;
  border-top: 16px solid #34A853;
}
.support-services-sec::before {
  background-color: #A3DBB4;
}

/* .support-services-sec .service-list-block {
  border: 1px solid #929292;
} */
.support-services-sec .service-list-block .pc-hd{
  display: flex;
  align-items: center;
  width: 100%;
}
.support-services-sec .service-list-block .pc-hd div {
  text-align: center;
  background: #1F2937;
  color: #FFF;
  width: 295px;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #929292;
}
.support-services-sec .service-list-block .pc-hd div:last-child {
  border-right: none;
}

.support-services-sec .service-list-block .service-item {
  display: flex;
}
.support-services-sec .service-list-block .service-item div {
  border-right: 1px solid #929292;
  width: 295px;
}

.support-services-sec .service-list-block .service-item .hd {
  background-color: #EFFAFF;
  box-sizing: border-box;
  display: flex;
  border-left: 1px solid #929292;
  flex-direction: column;
  width: 295px;
  border-bottom: 1px solid #929292;
  align-items: center;
  justify-content: center;
}
.support-services-sec .service-list-block .service-item .hd img {
  width: 48px;
  margin: 0 auto 8px;
}

.support-services-sec .service-list-block .service-item .hd span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.support-services-sec .service-list-block .service-item .hd span small {
  font-size: 14px;
  font-weight: bold;
  color: #929292;
}
.support-services-sec .service-list-block .service-item .content {
  width: 295px;
  box-sizing: border-box;
  padding: 32px 24px 40px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #929292;
  background: #FFF;
}
.support-services-sec .service-list-block .service-item .content:last-child {
  background: #EFFAFF;
}

.support-services-sec .service-list-block .service-item .content .content-hd {
  font-size: 14px;
  color: #929292;
  margin-bottom: 8px;
  display: inline-block;
}
.support-services-sec .service-list-block .service-item .content strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.support-services-sec .service-list-block .service-item .content p {
  font-size: 16px;
  line-height: 28.8px;
}
@media only screen and (max-width: 767px) {
  #main .contents section.support-services-sec {
    padding-bottom: 80px;
  }
  .support-services-sec .service-list-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding:0 16px;
  }
  .support-services-sec .service-list-block .pc-hd {
    display: none;
  }
  .support-services-sec .service-list-block .service-item {
    flex-direction: column;
    border: 1px solid #929292;
  }
  .support-services-sec .service-list-block .service-item .hd {
    width: auto;
    padding: 8px 0;
    background: #1F2937;
    color: #FFF;
    flex-direction: row;
    gap: 8px;
    border-left: none;
  }
  .support-services-sec .service-list-block .service-item .hd img {
    margin: initial;
  }
  .support-services-sec .service-list-block .service-item .content {
    width: auto;
    border-right: none;
    padding: 16px;
  }
  .support-services-sec .service-list-block .service-item .content:last-child {
    border-bottom: none;
  }
  .support-services-sec .service-list-block .service-item .hd span small {
    color: #A0DDFC;
  }
}


/* お問い合わせ */
.inquiry-sec {
  background-color: #EA4335;
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 767px) {
  .inquiry-sec {
    padding: 8rem 0 3rem;
  }
}
.inquiry-sec::before {
  background-color: #d6120b;
}
.inquiry-sec .contentsinner {
  max-width: 1180px;
  margin: 0 auto;
  color: #FFF;
}
.inquiry-sec .contentsinner h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .inquiry-sec .contentsinner h2 {
    font-size: 1.8rem;
  }
  .inquiry-sec .contentsinner .des_area {
    width: 96%;
  }
}
.inquiry-sec .contentsinner .des_area p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.inquiry-sec .contentsinner .flex_content.flex_area {
  max-width: 680px;
  margin: 1rem auto 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: center;
  flex-wrap: wrap;
}
.inquiry-sec .contentsinner .flex_content.flex_area .flex_half {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .inquiry-sec .contentsinner .flex_content.flex_area .flex_half {
    width: 90%;
    margin: 1rem auto;
  }
}
.inquiry-sec .contentsinner .flex_content.flex_area .flex_half .nomal_btn {
  margin: 5rem auto;
} 
@media only screen and (max-width: 767px) {
  .inquiry-sec .contentsinner .flex_content.flex_area .flex_half .nomal_btn {
    margin: auto;
  }
}
.inquiry-sec .contentsinner .flex_content.flex_area .flex_half .nomal_btn a {
  background-color: #4285F4;
  padding: 3rem 1.5rem;
  color: #fff;
  width: 96%;
  box-sizing: border-box;
  display: block;
  max-width: 330px;
  margin: 1rem auto;
  text-decoration: none;
  font-size: 2rem;
  border-radius: 10rem;
  font-weight: bold;
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .inquiry-sec .contentsinner .des_area {
    margin: auto;
  }
  .inquiry-sec .contentsinner .flex_content.flex_area .flex_half .nomal_btn a {
    padding: 1rem;
    width: 96%;
    font-size: 1.6rem;
    display: flex;
    height: auto;
  }
}

.inquiry-sec .contentsinner .flex_content.flex_area .flex_half span {
  font-size: 2rem;
}
.inquiry-sec .contentsinner .flex_content.flex_area .flex_half .tel_area {
  font-size: 3.6rem;
  display: block;
}


