@charset "UTF-8";
h2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 30px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}
h2 .jkc_area {
  display: flex;
  align-items: center;
}
h2 .jkc_area img {
  margin-left: 10px;
  height: 100%;
  width: 100px;
}
h2 span {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  h2 span {
    font-size: 14px;
  }
}
h2:after {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
}
@media screen and (max-width: 550px) {
  h2:after {
    width: 60px;
    height: 8px;
    left: calc(50% - 30px);
  }
}

section.top {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 52px;
  }
}
section.top .slideWrap .slideBox {
  height: 463px;
}
@media screen and (max-width: 768px) {
  section.top .slideWrap .slideBox {
    height: 230px;
    width: 93%;
  }
}
section.top .slideWrap .slideBox:nth-of-type(1) .bg {
  background: url("/qualification/img/cooperation/p-org_kv.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  section.top .slideWrap .slideBox:nth-of-type(1) .bg {
    background: url("/qualification/img/cooperation/p-org_kv_sp.jpg") no-repeat center/cover;
  }
}
section.top .slideWrap .slideBox:nth-of-type(2) .bg {
  background: url("/qualification/img/cooperation/p-org_kv2.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  section.top .slideWrap .slideBox:nth-of-type(2) .bg {
    background: url("/qualification/img/cooperation/p-org_kv2_sp.jpg") no-repeat center/cover;
  }
}
section.top .slideWrap .slideBox.slick-slide .bg {
  width: 100%;
  height: 100%;
  position: inherit;
  top: 0;
  left: auto;
  z-index: 0;
  transform-origin: 0;
}
section.top .slideWrap .slideBox.slick-slide.slide-animation .bg {
  transition: all 5s;
  transform: scale(1);
}
section.top .slideWrap .slideBox.slick-slide.slide-animation img.sp {
  transition: all 5s;
  transform: scale(1);
}

section.p-org_bond {
  max-width: 700px;
  width: 93%;
  margin: 0 auto;
}
section.p-org_bond p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.p-org_bond p {
    font-size: 14px;
    line-height: 1.8;
  }
}
section.p-org_bond .logoarea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.p-org_bond .logoarea img {
  max-width: 297px;
}
@media screen and (max-width: 768px) {
  section.p-org_bond .logoarea img {
    width: 60%;
  }
}
section.p-org_bond .logoarea p {
  margin: 45px auto 100px;
}
@media screen and (max-width: 768px) {
  section.p-org_bond .logoarea p {
    margin: 30px auto 60px;
  }
}
section.p-org_bond .logoarea h2 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 20px 0;
  border-top: #000 6px solid;
  border-bottom: #000 6px solid;
}
section.p-org_bond .logoarea h2 b {
  display: contents;
  font-weight: bold;
  color: #9270ef;
}
section.p-org_bond .logoarea h2::before {
  top: 5px;
  left: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: #000 2px solid;
}
section.p-org_bond .logoarea h2::after {
  bottom: 5px;
  left: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: #000 1px solid;
}

section.p-org_jkc {
  background: url("/qualification/img/cooperation/jkc_bg.gif") repeat center center;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc {
    padding: 58px 0;
  }
}
section.p-org_jkc p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc p {
    font-size: 14px;
    line-height: 1.8;
  }
}
section.p-org_jkc .logoarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc .logoarea {
    padding: 40px 0 32px;
  }
}
section.p-org_jkc .logoarea .ttl-hukidasi {
  display: flex;
  
}
section.p-org_jkc .logoarea .ttl-hukidasi img {
  height: 100%;
  width: 180px;
  
}
section.p-org_jkc .logoarea .ttl-hukidasi ::after {
  content: url("/qualification/img/cooperation/p-underLine.png");
				width: 0;
				height: 0;
				position: absolute;
				top: 50px;
				left: -197px;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc .logoarea .ttl-hukidasi ::after {
    left: -197px;
		top: 60px;
  }
}

/*section.p-org_jkc .logoarea h2.under_line::after {
  content: url("/qualification/img/cooperation/p-underLine.png");
  width: 0;
  height: 0;
  position: absolute;
  top: 65px;
  left: -14px;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc .logoarea h2.under_line::after {
    left: -27px;
    top: 75px;
  }
}
section.p-org_jkc .logoarea h2.under_line::before {
  content: "";
  display: inline-block;
  width: 120px; 画像の幅
  height: 100%; 画像の高さ
  background-image: url("/qualification/img/jkc-rogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  left: 230px;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc .logoarea h2.under_line::before {
    top: -50px;
    left: 25px;
  }
}*/
section.p-org_jkc .logoarea p {
  margin: 60px auto 40px;
  max-width: 700px;
}
@media screen and (min-width:550px) and (max-width:768px){
  section.p-org_jkc .logoarea p {
    margin: 50px auto 18px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 550px) {
  section.p-org_jkc .logoarea p {
    margin: 60px auto 18px;
    padding: 0 5%;
  }
}
section.p-org_jkc .logoarea p span {
  font-weight: bold;
  color: #e56c00;
}
section.p-org_jkc .logoarea img {
  max-width: 90%;
}
section.p-org_jkc .trustarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 0 0 10px 10px;
  background-color: #f6ebf2;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc .trustarea {
    padding: 32px 0;
  }
}
section.p-org_jkc .trustarea > * {
  max-width: 700px;
  width: 90%;
}
section.p-org_jkc .trustarea h3 {
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.p-org_jkc .trustarea h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }
}
section.p-org_jkc .trustarea p {
  line-height: 1.8;
}
section.p-org_jkc .trustarea .picWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  section.p-org_jkc .trustarea .picWrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 501px) {
  section.p-org_jkc .trustarea .picWrap img {
    max-width: 48%;
  }
}

section.p-org_tri {
  max-width: 700px;
  width: 93%;
  margin: 0 auto;
}
section.p-org_tri p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.p-org_tri p {
    font-size: 14px;
    line-height: 1.8;
  }
}
section.p-org_tri .logoarea {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.p-org_tri .logoarea img {
  max-width: 297px;
}
@media screen and (max-width: 768px) {
  section.p-org_tri .logoarea img {
    width: 60%;
  }
}
section.p-org_tri .logoarea p {
  margin: 45px auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.p-org_tri .logoarea p {
    margin: 30px auto 60px;
  }
}
section.p-org_tri .logoarea p::after {
  content: url("/qualification/img/cooperation/p-trimming_ttl_ilust.png");
  position: absolute;
  top: -140px;
  right: 70px;
}
@media screen and (max-width: 650px) {
  section.p-org_tri .logoarea p::after {
    top: -80px;
    right: 30px;
    transform: scale(0.7);
  }
}
section.p-org_tri .logoarea h2 {
  position: relative;
}
section.p-org_tri .logoarea h2::before {
  content: url("/qualification/img/cooperation/p-trimming_ttl.png");
  position: absolute;
  top: -50px;
  left: 95px;
  transform: scale(1.2);
}
@media screen and (max-width: 550px) {
  section.p-org_tri .logoarea h2::before {
    top: -33px;
    left: 48px;
    transform: scale(0.8);
  }
}

section.p-org_pic {
  max-width: 1000px;
  margin: 0 auto 100px;
}
section.p-org_pic .pic {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
section.p-org_pic .pic img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.p-org_pic .pic img {
    border-radius: 0;
  }
}

section.p-org_project {
  max-width: 1000px;
  width: 93%;
  margin: 0 auto 120px;
  padding: 70px 30px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.p-org_project {
    margin: 60px auto;
    padding: 30px 20px;
  }
}
section.p-org_project .pro-box {
  max-width: 800px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.p-org_project .pro-box {
    margin: 30px auto 0;
  }
}
section.p-org_project .pro-box h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px;
}
section.p-org_project .pro-box p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.p-org_project .pro-box p {
    font-size: 15px;
    line-height: 1.7;
  }
}
section.p-org_project .pro-box .pb-flex {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.p-org_project .pro-box .pb-flex {
    flex-direction: column;
    align-items: center;
  }
}
section.p-org_project .pro-box .pb-flex .pic {
  width: 238px;
  height: auto;
}
@media screen and (max-width: 768px) {
  section.p-org_project .pro-box .pb-flex .pic {
    margin: 0 auto;
    display: none;
  }
}
section.p-org_project .pro-box .pb-flex .txt {
  margin-left: 30px;
  width: 500px;
}
@media screen and (max-width: 768px) {
  section.p-org_project .pro-box .pb-flex .txt {
    display: none;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
  }
}
section.p-org_project .pro-box .pb-flex .txt p {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  section.p-org_project .pro-box .pb-flex .txt p {
    margin-top: 10px;
  }
}
section.p-org_project .pro-box .pb-flex .msgBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin: 10px auto 6px;
  padding: 8px 0;
  border: 2px solid #191919;
  border-radius: 30px;
  font-size: 12px;
}
section.p-org_project .pro-box .pb-flex .msgBtn::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid #191919;
  border-bottom: 2px solid #191919;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  section.p-org_project .pro-box .pb-flex .msgBtn ~ p {
    display: none;
  }
}

section.p-org_trimming {
  background-color: #191919;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  section.p-org_trimming {
    margin-bottom: 80px;
  }
}
section.p-org_trimming .cntWrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap {
    display: block;
    padding: 60px 5%;
  }
}
section.p-org_trimming .cntWrap .txt {
  color: #fff;
}
section.p-org_trimming .cntWrap .txt .ttl {
  font-size: 80px;
  font-weight: bold;
  line-height: 62px;
  padding-bottom: 30px;
}
section.p-org_trimming .cntWrap .txt .ttl span {
  font-size: 150px;
  font-weight: bold;
  position: relative;
}
section.p-org_trimming .cntWrap .txt .ttl span::after {
  content: url("../img/cooperation/p-icon01.png");
  position: absolute;
  top: 60px;
  right: -270px;
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .txt .ttl span::after {
    top: 0;
    right: -198px;
    transform: scale(0.55);
  }
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .txt .ttl span {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .txt .ttl {
    font-size: 43px;
    line-height: 34px;
  }
}
section.p-org_trimming .cntWrap .txt .en_txt {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
section.p-org_trimming .cntWrap .txt .en_txt::after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background-color: #e26c00;
  position: absolute;
  top: 80px;
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .txt .en_txt::after {
    top: 170%;
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .txt .en_txt {
    font-size: 19px;
  }
}
section.p-org_trimming .cntWrap .txt .jp_txt {
  font-size: 36px;
  font-weight: bold;
  padding-top: 90px;
  position: relative;
}
section.p-org_trimming .cntWrap .txt .jp_txt::after {
  content: url("../img/cooperation/p-icon02.png");
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .txt .jp_txt::after {
    top: 120px;
    right: -70px;
    transform: scale(0.55);
  }
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .txt .jp_txt {
    font-size: 28px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  section.p-org_trimming .cntWrap .photo {
    margin-top: 60px;
  }
}

section.p-org_btn {
  width: 93%;
  margin: 0 auto 120px;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  section.p-org_btn {
    margin: 0 auto 60px;
  }
}
section.p-org_btn .btn_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.p-org_btn .btn_area {
    flex-direction: column;
  }
}
section.p-org_btn .btn_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #191919;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.p-org_btn .btn_area a {
    padding: 10px 0;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  section.p-org_btn .btn_area :last-child {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style-cooperation.css.map */