@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* タブレット */
/* PC:最低幅 */
/* PC:中幅 */
/* PC:大幅 */
/* PC:VW基準*/
/* PC:%基準*/
/* PC:大幅VW基準*/
/* PC:大幅%基準*/
/* PC:中幅VW基準*/
/* PC:中幅%基準*/
/* PC:px基準*/
/* タブレットpx基準 */
/* タブレット%基準 */
/* スマートフォンvw基準 */
/* スマートフォン%基準 */
/*--------------------------
     05_professional.html
--------------------------*/
.professional .professional_head {
  margin: 0;
}
.professional .professional_head .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .professional .professional_head .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.professional .professional_head_img {
  width: 54rem;
}
@media only screen and (max-width: 767px) {
  .professional .professional_head_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin: 6.25vw auto 0;
  }
}
.professional .professional_head_img img {
  vertical-align: bottom;
}
.professional .professional_head_textarea {
  width: 52rem;
}
@media only screen and (max-width: 767px) {
  .professional .professional_head_textarea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.professional .professional_head_textarea p {
  margin-top: 1.5em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .professional .professional_head_textarea p {
    font-size: 4.0625vw;
  }
}
.professional .professional_head_lttl {
  margin: 0 0 5rem;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .professional .professional_head_lttl {
    margin-bottom: 7.8125vw;
    font-size: 5.625vw;
  }
}
.professional .professional_main {
  padding: 6rem 0;
}
@media only screen and (max-width: 767px) {
  .professional .professional_main {
    padding: 12.5vw 0;
  }
}
.professional .professional_main_lttl {
  margin: 0 0 7rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .professional .professional_main_lttl {
    margin-bottom: 7.8125vw;
    font-size: 6.25vw;
  }
}
.professional .professional_list li {
  background: url("../img/purchase/professional_list_bg01.png") top center no-repeat;
  background-size: 192rem 100%;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list li {
    margin-top: 15.625vw;
    background-size: auto 100%;
  }
}
.professional .professional_list li .inner {
  position: relative;
  min-height: 37rem;
  padding: 6rem 3rem 6rem 41rem;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list li .inner {
    padding: 4.6875vw;
  }
}
.professional .professional_list li:nth-child(even) {
  background: url("../img/purchase/professional_list_bg02.png") top center no-repeat;
  background-size: 192rem 100%;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list li:nth-child(even) {
    background-size: auto 100%;
  }
}
.professional .professional_list li:nth-child(even) .inner {
  padding: 6rem 41rem 6rem 3rem;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list li:nth-child(even) .inner {
    padding: 4.6875vw;
  }
}
.professional .professional_list li:nth-child(even) .professional_list_img {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list li:nth-child(even) .professional_list_ttl {
    margin-right: auto;
    margin-left: 0;
  }
}
.professional .professional_list_img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list_img {
    top: -15.625vw;
    bottom: auto;
    left: 0;
    width: 37.5vw;
  }
}
.professional .professional_list_img img {
  vertical-align: bottom;
}
.professional .professional_list_textarea p {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list_textarea p {
    font-size: 4.0625vw;
  }
}
.professional .professional_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 6rem;
  margin-bottom: 3rem;
  background: linear-gradient(178deg, rgb(22, 81, 160) 0%, rgb(29, 47, 113) 100%);
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list_ttl {
    display: block;
    height: auto;
    width: 56.25vw;
    margin-bottom: 9.375vw;
    margin-left: auto;
    padding: 4.6875vw;
  }
}
.professional .professional_list_ttl .profession {
  padding: 0 2rem;
  border-right: #fff 1px dotted;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list_ttl .profession {
    font-size: 4.0625vw;
    padding: 0;
    border: none;
    text-align: left;
  }
}
.professional .professional_list_ttl .name {
  padding: 0 2rem;
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list_ttl .name {
    padding: 0;
    font-size: 5.625vw;
  }
}
.professional .professional_list_ttl .belong {
  margin-left: auto;
  padding: 0 2rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .professional .professional_list_ttl .belong {
    width: 100%;
    padding: 0;
    font-size: 3.4375vw;
    line-height: 1.4;
  }
}