@charset "UTF-8";

/*
========================================

	contact > contact_add.css
    
========================================

/*----------------------------------------
	switch layout
----------------------------------------*/

/*イントロダクションの画像*/

.sub_page section.introBox .thumb {
  /*its2020.css 上書き*/
  height: 50vw;
  background-size: cover;
  background-position: top center;
  background-color: #f8fbfa;
  transition: min-height 0.2s ease 0.1s;
}

span.check {
  display: block;
  position: relative;
  width: fit-content;
  /*margin: auto; これでセンター合わせ*/
  /*margin:auto 12px;*/
  padding-left: 28px;
  /*padding-right: 24px;*/
}

span.check::before,
span.check::after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 9px;
  background: #1ca0c9;
  border-radius: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: 2px;
  top: 0.875rem;
  bottom: auto;
  /*top: 4px;-----middleの場合
    bottom: 1px;-----middleの場合*/
  margin: auto;
}
span.check::after {
  transform: rotate(-45deg);
  width: 14px;
  left: 6px;
  /*bottom: 2px; -----middleの場合*/
}

@media (min-width: 768px) {
  .col-12.sub_page .switch02 section.introBox .thumb {
    /*コンテンツごとに指定*/
    height: 50vw;
    background-size: cover;
    background-color: #f8fbfa;
    transition: min-height 0.2s ease 0.1s;
  }
} /*@media end*/

@media (min-width: 992px) {
  .sub_page section.introBox .introBg {
    border-top: 16px solid #fff !important; /*製品名などがないので余白で空ける*/
  }

  .col-12.col-lg-9.sub_page .switch02 section.introBox .thumb {
    /*コンテンツごとに指定*/
    height: 50vw;
    background-size: cover;
    background-color: transparent;
    transition: min-height 0.2s ease;
  }
} /*@media end*/

@media (min-width: 1200px) {
  .col-12.sub_page .switch02 div.introBg {
    /*コンテンツごとに指定*/
    /*background-color: #BAE9F4;*/
    background: url(/contact/partner/img/bg_hero.jpg) no-repeat center;
    background-size: cover;
    /*border-top: 16px solid #fff; 余白*/
  }

  .col-12.sub_page .switch02 section.introBox .thumb {
    /*コンテンツごとに指定*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    min-height: 480px;
    background-color: transparent;

    position: relative;
  }
  /*
  .col-12.sub_page .switch02 section.introBox .thumb::before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 16px;
    right: -16px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
*/
  .col-12.col-lg-9.sub_page .switch02 section.introBox .thumb {
    /*コンテンツごとに指定*/
    background-repeat: no-repeat;
    background-position: 45% center;
    background-size: cover;
    height: 100%;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .col-12.sub_page section.introBox div.catchBox p.catch {
    /*コンテンツごとに指定・背景色に合わせる*/
    color: #02178c;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.3);
  }

  .col-12.sub_page section.introBox div.catchBox p.catch span.display-7 {
    font-size: 2.75rem !important; /*.display-6  44px*/
  }

  .col-12.col-lg-9.sub_page section.introBox div.catchBox p.catch span.display-7 {
    font-size: 2.5rem !important; /*.display-7にもどす*/
  }

  .col-12.sub_page section.introBox div.catchBox p.lead {
    /*コンテンツごとに指定*/
    padding-left: 4px;
    font-size: 106.25%;
    font-weight: 500;
    /*color: #fff !important;*/
    line-height: 2;
  }

  .col-12.col-lg-9.sub_page section.introBox div.catchBox p.lead {
    padding: 0;
    background: transparent;
    color: inherit !important;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.8;
  }
} /*@media end*/

@media (min-width: 1440px) {
  .col-12.sub_page .switch02 section.introBox .thumb {
    /*コンテンツごとに指定*/
    background-position: center center;
    background-size: cover;
    height: auto;
    /*min-height: 830px;*/
  }

  .col-12.col-lg-9.sub_page .switch02 section.introBox .thumb {
    background-position: center center; /*位置を戻す*/
  }
} /*@media end*/

@media (min-width: 1600px) {
  .sub_page section.introBox div.catchBox p.catch span.display-7 {
    font-size: 2.75rem;
  } /*44px=display-6*/
} /*@media end*/

/*----------------------------------------
	contents
----------------------------------------*/

section.introBox a.contactBtn {
  background: #7cb342;
}

section.introBox a.contactBtn:hover {
  background: #99d809;
}

.sub_page h5 span.subText02 {
  max-width: 640px;
}

.wbreak {
  word-break: break-all !important;
}

/*フローチャート*/

ul.flowChart li {
  position: relative;
  margin-bottom: 0;
}

ul.flowChart li div.flowchart_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 1px solid rgba(37, 52, 142, 0.5);
  height: 100%;
  padding: 1rem;
}

ul.flowChart li div.flowchart_inner .col {
  padding-left: 1rem;
}

ul.flowChart li p {
  display: block;
  width: 100%;
  height: 100%;
}

ul.flowChart li p span.title {
  display: block;
  font-weight: 600;
  font-size: 125%;
}

ul.flowChart li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  border: 24px solid transparent;
  border-top: 24px solid rgba(37, 52, 142, 0.3);
}

ul.flowChart li:last-child::before {
  content: none;
}

ul.flowChart div.num {
  width: fit-content;
  height: fit-content;
  padding: 0 8px;
  background-image: linear-gradient(-45deg, #64b3f4 0%, #c2e59c 100%);
  color: #fff;
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
  font-weight: 400;
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  /*position: absolute;
  top: 24px;
  left: 64px;
  transform: translate(-50%, -7px);*/
}

@media (min-width: 992px) {
  ul.flowChart li {
    position: relative;
    margin-bottom: 0;
  }

  ul.flowChart li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 100%;
    margin-left: -16px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid rgba(37, 52, 142, 0.3);
    z-index: 99;
  }
  ul.flowChart li div.flowchart_inner {
    flex-direction: column;
  }

  ul.flowChart li div.flowchart_inner .col {
    padding-left: 0;
  }

  ul.flowChart div.num {
    width: auto;
    margin: 1rem auto 0 auto;
  }

  ul.flowChart li p span.title {
    margin: auto;
    width: fit-content;
  }
} /*@media end*/

/*merit*/

ul.merit li div.row {
  padding: 54px 1rem 1rem 1rem;
  height: 100%;
  justify-content: start;
  align-items: start;
}

ul.merit li div.row .merit_text {
  display: block;
  min-height: 160px;
}

ul.merit div.num {
  width: 60px;
  height: 60px;
  padding-top: 10px;
  background-image: linear-gradient(-45deg, #64b3f4 0%, #c2e59c 100%);
  color: #fff;
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
  font-weight: 400;
  font-family: "Times New Roman", Times, "serif";
  /*font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";*/
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 48px;
  transform: translate(-50%, -7px);
  border-radius: 50%;
}

ul.merit li div.row img {
  margin-bottom: 16px;
}

ul.merit li div.row p {
}

/*field*/

.field div.num {
  width: fit-content;
  height: fit-content;
  padding: 0 8px;
  background-image: linear-gradient(-45deg, #64b3f4 0%, #c2e59c 100%);
  color: #fff;
  font-size: clamp(0.813rem, 0.75rem + 0.31vw, 1.125rem);
  font-weight: 400;
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  /*position: absolute;
  top: 24px;
  left: 64px;
  transform: translate(-50%, -7px);*/
}

.field div.card > div.card_inner {
  width: 96%;
  max-width: 540px;
  width: 94%;
  max-width: 960px;
  padding: 2rem 1rem;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .field div.card > div.card_inner {
    padding: 3rem 1rem;
  }
}

.field div.card ul li {
  margin-left: 1.5rem;
  list-style: circle outside;
  padding: 0.5rem 0;
  border-bottom: 2px dotted rgba(37, 52, 142, 0.3);
}

.field div.card ul li:last-child {
  border-bottom: none;
}
