@charset "UTF-8";
/*
 共通
*/
#page-mv .mv__head {
  flex-direction: column !important;
}
#page-mv .mv__head .sub {
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 980px) {
  #page-mv .mv__head .sub {
    font-size: 3.2dvw !important;
  }
}
@media screen and (min-width: 981px) {
  #page-mv .mv__head .sub {
    padding-top: 3.125dvw !important;
  }
}
@media screen and (max-width: 980px) {
  #page-mv .mv__head .main {
    font-size: 8.533dvw !important;
    color: #000000 !important;
  }
}
@media screen and (min-width: 981px) {
  #page-mv .mv__head .main {
    font-size: 3.021dvw !important;
  }
}
#page-mv .mv__head .main {
  font-weight: 600 !important;
}
#page-mv .mv__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #page-mv .mv__image {
    height: 128.8dvw;
  }
}
#page-mv .mv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 118px;
  margin-bottom: 148px;
}
@media screen and (max-width: 980px) {
  #advantage {
    padding-left: 8.8dvw !important;
    padding-right: 8.8dvw !important;
    margin-top: 11.2dvw;
    margin-bottom: 16dvw;
  }
}
#advantage .section__head {
  display: flex;
  flex-direction: row;
  font-size: 50px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #advantage .section__head {
    font-size: 5.6dvw;
    align-items: center;
    margin-bottom: 5.333dvw;
  }
}
#advantage .section__head::before {
  position: relative;
  content: "";
  background-image: url("../images/common/mark-y.svg");
  width: 37px;
  height: 52px;
}
@media screen and (max-width: 980px) {
  #advantage .section__head::before {
    width: 9.067dvw;
    height: 12.8dvw;
    margin-right: 2.133dvw;
  }
}
#advantage .section__read {
  font-size: 16px;
  letter-spacing: 0.03125em;
  line-height: 1.625;
  font-weight: 700;
  margin-bottom: 63px;
}
@media screen and (max-width: 980px) {
  #advantage .section__read {
    font-size: 4.267dvw;
    text-align: center;
    margin-bottom: 19.2dvw;
  }
}
#advantage .advantage__wrapper {
  display: flex;
  justify-content: center;
}
#advantage .advantage__list {
  position: relative;
  width: calc(min(86vw, 100%) + 92px);
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
  left: clamp(-0.1vw, -46px, 0px);
}
@media screen and (max-width: 980px) {
  #advantage .advantage__list {
    flex-direction: column;
    width: 100%;
    left: 0;
  }
}
#advantage .advantage__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 73px 38px 38px;
  border: 1px solid #FCA802;
  border-radius: 8px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item {
    padding: 9.867dvw 8dvw 6.933dvw;
    margin-bottom: 8dvw;
    border-radius: 2.667dvw;
  }
  #advantage .advantage__item:last-child {
    margin-bottom: 0;
  }
}
#advantage .advantage__item .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#advantage .advantage__item .num img {
  aspect-ratio: 1;
  width: 66px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item .num img {
    width: 12.533dvw;
  }
}
#advantage .advantage__item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item .icon {
    margin-bottom: 1.867dvw;
  }
}
#advantage .advantage__item .icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
#advantage .advantage__item .ttl {
  display: flex;
  justify-content: center;
  font-size: 28px;
  letter-spacing: 0em;
  line-height: 0.9285714286;
  color: #FCA802;
  border-bottom: 1px solid #838383;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item .ttl {
    font-size: 4.8dvw;
    padding-bottom: 1.867dvw;
    margin-bottom: 1.867dvw;
  }
}
#advantage .advantage__item .read {
  font-size: 14px;
  letter-spacing: 0.0357142857em;
  line-height: 2.2857142857;
  color: #000000;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item .read {
    font-size: 3.733dvw;
    line-height: 1.5;
  }
}
#advantage .advantage__item:nth-child(1) .icon img {
  width: 36px;
  height: 50px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item:nth-child(1) .icon img {
    width: 7.733dvw;
    height: 10.933dvw;
  }
}
#advantage .advantage__item:nth-child(2) .icon img {
  width: 71px;
  height: 43px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item:nth-child(2) .icon img {
    width: 14.133dvw;
    height: 8.533dvw;
  }
}
#advantage .advantage__item:nth-child(3) .icon img {
  width: 65px;
  height: 41px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item:nth-child(3) .icon img {
    width: 14.4dvw;
    height: 9.067dvw;
  }
}
#advantage .advantage__item:nth-child(4) .icon img {
  width: 31px;
  height: 56px;
}
@media screen and (max-width: 980px) {
  #advantage .advantage__item:nth-child(4) .icon img {
    width: 7.2dvw;
    height: 12.8dvw;
  }
}

#insupance .section__wrapper,
#collective-purchasing-business .section__wrapper,
#creation-support .section__wrapper,
#workshop .section__wrapper,
#lead-in-wire .section__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 146px;
  padding: 0 100px;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper,
  #collective-purchasing-business .section__wrapper,
  #creation-support .section__wrapper,
  #workshop .section__wrapper,
  #lead-in-wire .section__wrapper {
    padding-left: 8.8dvw;
    padding-right: 8.8dvw;
    margin-bottom: 16dvw;
  }
}
#insupance .section__wrapper::before,
#collective-purchasing-business .section__wrapper::before,
#creation-support .section__wrapper::before,
#workshop .section__wrapper::before,
#lead-in-wire .section__wrapper::before {
  content: "";
  position: absolute;
  top: -24px;
  height: 228.85px;
  width: calc(50vw - 50% + 348px);
  background: linear-gradient(to top right, rgba(255, 216, 1, 0.16) 0%, rgba(252, 146, 2, 0.16) 100%);
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper::before,
  #collective-purchasing-business .section__wrapper::before,
  #creation-support .section__wrapper::before,
  #workshop .section__wrapper::before,
  #lead-in-wire .section__wrapper::before {
    top: 0;
    height: 79.467dvw;
    width: 23.467dvw;
    display: none;
  }
}
#insupance .section__wrapper .head__wrapper,
#collective-purchasing-business .section__wrapper .head__wrapper,
#creation-support .section__wrapper .head__wrapper,
#workshop .section__wrapper .head__wrapper,
#lead-in-wire .section__wrapper .head__wrapper {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .head__wrapper,
  #collective-purchasing-business .section__wrapper .head__wrapper,
  #creation-support .section__wrapper .head__wrapper,
  #workshop .section__wrapper .head__wrapper,
  #lead-in-wire .section__wrapper .head__wrapper {
    position: absolute;
    background: linear-gradient(to top right, rgba(255, 216, 1, 0.16) 0%, rgba(252, 146, 2, 0.16) 100%);
    height: 79.467dvw;
    width: 23.467dvw;
  }
}
#insupance .section__wrapper .head__wrapper .ja,
#collective-purchasing-business .section__wrapper .head__wrapper .ja,
#creation-support .section__wrapper .head__wrapper .ja,
#workshop .section__wrapper .head__wrapper .ja,
#lead-in-wire .section__wrapper .head__wrapper .ja {
  position: relative;
  width: 68px;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .head__wrapper .ja,
  #collective-purchasing-business .section__wrapper .head__wrapper .ja,
  #creation-support .section__wrapper .head__wrapper .ja,
  #workshop .section__wrapper .head__wrapper .ja,
  #lead-in-wire .section__wrapper .head__wrapper .ja {
    width: 7.733dvw;
  }
}
#insupance .section__wrapper .head__wrapper .ja::after,
#collective-purchasing-business .section__wrapper .head__wrapper .ja::after,
#creation-support .section__wrapper .head__wrapper .ja::after,
#workshop .section__wrapper .head__wrapper .ja::after,
#lead-in-wire .section__wrapper .head__wrapper .ja::after {
  position: absolute;
  top: 0;
  content: "";
  height: 458px;
  width: 1px;
  background: #000000;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .head__wrapper .ja::after,
  #collective-purchasing-business .section__wrapper .head__wrapper .ja::after,
  #creation-support .section__wrapper .head__wrapper .ja::after,
  #workshop .section__wrapper .head__wrapper .ja::after,
  #lead-in-wire .section__wrapper .head__wrapper .ja::after {
    display: none;
  }
}
#insupance .section__wrapper .head__wrapper .en,
#collective-purchasing-business .section__wrapper .head__wrapper .en,
#creation-support .section__wrapper .head__wrapper .en,
#workshop .section__wrapper .head__wrapper .en,
#lead-in-wire .section__wrapper .head__wrapper .en {
  width: 28px;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .head__wrapper .en,
  #collective-purchasing-business .section__wrapper .head__wrapper .en,
  #creation-support .section__wrapper .head__wrapper .en,
  #workshop .section__wrapper .head__wrapper .en,
  #lead-in-wire .section__wrapper .head__wrapper .en {
    width: 4.267dvw;
    margin-top: 3.467dvw;
  }
}
#insupance .section__wrapper .head__wrapper img,
#collective-purchasing-business .section__wrapper .head__wrapper img,
#creation-support .section__wrapper .head__wrapper img,
#workshop .section__wrapper .head__wrapper img,
#lead-in-wire .section__wrapper .head__wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .body__wrapper,
  #collective-purchasing-business .section__wrapper .body__wrapper,
  #creation-support .section__wrapper .body__wrapper,
  #workshop .section__wrapper .body__wrapper,
  #lead-in-wire .section__wrapper .body__wrapper {
    width: 100%;
    margin-top: 86.667dvw;
  }
}
#insupance .section__wrapper .body__wrapper .image,
#collective-purchasing-business .section__wrapper .body__wrapper .image,
#creation-support .section__wrapper .body__wrapper .image,
#workshop .section__wrapper .body__wrapper .image,
#lead-in-wire .section__wrapper .body__wrapper .image {
  aspect-ratio: 1.7336244541;
  width: 794px;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .body__wrapper .image,
  #collective-purchasing-business .section__wrapper .body__wrapper .image,
  #creation-support .section__wrapper .body__wrapper .image,
  #workshop .section__wrapper .body__wrapper .image,
  #lead-in-wire .section__wrapper .body__wrapper .image {
    position: absolute;
    aspect-ratio: 0.9598662207;
    height: 79.467dvw;
    overflow: hidden;
    width: auto;
  }
}
#insupance .section__wrapper .body__wrapper .image img,
#collective-purchasing-business .section__wrapper .body__wrapper .image img,
#creation-support .section__wrapper .body__wrapper .image img,
#workshop .section__wrapper .body__wrapper .image img,
#lead-in-wire .section__wrapper .body__wrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#insupance .section__wrapper .body__wrapper .caption,
#collective-purchasing-business .section__wrapper .body__wrapper .caption,
#creation-support .section__wrapper .body__wrapper .caption,
#workshop .section__wrapper .body__wrapper .caption,
#lead-in-wire .section__wrapper .body__wrapper .caption {
  max-width: 794px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .body__wrapper .caption,
  #collective-purchasing-business .section__wrapper .body__wrapper .caption,
  #creation-support .section__wrapper .body__wrapper .caption,
  #workshop .section__wrapper .body__wrapper .caption,
  #lead-in-wire .section__wrapper .body__wrapper .caption {
    font-size: 4.267dvw;
  }
}
#insupance .section__wrapper .body__wrapper .caption a,
#collective-purchasing-business .section__wrapper .body__wrapper .caption a,
#creation-support .section__wrapper .body__wrapper .caption a,
#workshop .section__wrapper .body__wrapper .caption a,
#lead-in-wire .section__wrapper .body__wrapper .caption a {
  color: #00449E;
}
#insupance .section__wrapper .body__wrapper .caption strong,
#collective-purchasing-business .section__wrapper .body__wrapper .caption strong,
#creation-support .section__wrapper .body__wrapper .caption strong,
#workshop .section__wrapper .body__wrapper .caption strong,
#lead-in-wire .section__wrapper .body__wrapper .caption strong {
  color: #00449E;
  font-weight: 700;
}

#insupance .section__wrapper::before,
#collective-purchasing-business .section__wrapper::before,
#creation-support .section__wrapper::before {
  left: calc(0px - (50vw - 50%));
}
#insupance .section__wrapper,
#collective-purchasing-business .section__wrapper,
#creation-support .section__wrapper {
  flex-direction: row;
}
#insupance .section__wrapper .head__wrapper,
#collective-purchasing-business .section__wrapper .head__wrapper,
#creation-support .section__wrapper .head__wrapper {
  top: 0;
  left: 0;
  flex-direction: row;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .head__wrapper,
  #collective-purchasing-business .section__wrapper .head__wrapper,
  #creation-support .section__wrapper .head__wrapper {
    flex-direction: row-reverse;
  }
}
#insupance .section__wrapper .head__wrapper .ja,
#collective-purchasing-business .section__wrapper .head__wrapper .ja,
#creation-support .section__wrapper .head__wrapper .ja {
  margin-right: 30px;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .head__wrapper .ja,
  #collective-purchasing-business .section__wrapper .head__wrapper .ja,
  #creation-support .section__wrapper .head__wrapper .ja {
    margin-top: 3.467dvw;
    margin-right: 2.667dvw;
  }
}
#insupance .section__wrapper .head__wrapper .ja::after,
#collective-purchasing-business .section__wrapper .head__wrapper .ja::after,
#creation-support .section__wrapper .head__wrapper .ja::after {
  right: -15px;
}
@media screen and (max-width: 980px) {
  #insupance .section__wrapper .head__wrapper .en,
  #collective-purchasing-business .section__wrapper .head__wrapper .en,
  #creation-support .section__wrapper .head__wrapper .en {
    margin-right: 1.067dvw;
  }
}
#insupance .section__wrapper .body__wrapper .image,
#collective-purchasing-business .section__wrapper .body__wrapper .image,
#creation-support .section__wrapper .body__wrapper .image {
  top: 0;
  right: 0;
}

#workshop .section__wrapper, #lead-in-wire .section__wrapper {
  flex-direction: row-reverse;
}
#workshop .section__wrapper::before, #lead-in-wire .section__wrapper::before {
  right: calc(0px - (50vw - 50%));
}
#workshop .section__wrapper .head__wrapper, #lead-in-wire .section__wrapper .head__wrapper {
  top: 0;
  right: 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  #workshop .section__wrapper .head__wrapper, #lead-in-wire .section__wrapper .head__wrapper {
    flex-direction: row;
  }
}
#workshop .section__wrapper .head__wrapper .ja, #lead-in-wire .section__wrapper .head__wrapper .ja {
  margin-left: 30px;
}
@media screen and (max-width: 980px) {
  #workshop .section__wrapper .head__wrapper .ja, #lead-in-wire .section__wrapper .head__wrapper .ja {
    margin-top: 3.467dvw;
    margin-left: 2.667dvw;
  }
}
#workshop .section__wrapper .head__wrapper .ja::after, #lead-in-wire .section__wrapper .head__wrapper .ja::after {
  left: -15px;
}
@media screen and (max-width: 980px) {
  #workshop .section__wrapper .head__wrapper .en, #lead-in-wire .section__wrapper .head__wrapper .en {
    margin-left: 1.067dvw;
  }
}
#workshop .section__wrapper .body__wrapper .image, #lead-in-wire .section__wrapper .body__wrapper .image {
  top: 0;
  left: 0;
}

#insupance .body__wrapper .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 794px;
  margin-top: 66px;
}
#insupance .body__wrapper .body .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF3C1;
  border-radius: 100vh;
  padding: 18px 0 22px;
  margin-bottom: 30px;
  font-size: 26px;
  letter-spacing: 0.0192307692em;
  line-height: 1;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #insupance .body__wrapper .body .ttl {
    border-radius: 2.933dvw;
    font-size: 4.267dvw;
    border: 1px solid #707070;
  }
}
#insupance .body__wrapper .body .benefits {
  display: flex;
  justify-content: center;
  margin-bottom: 66px;
}
@media screen and (max-width: 980px) {
  #insupance .body__wrapper .body .benefits {
    width: 100%;
  }
}
#insupance .body__wrapper .body .benefits__list {
  width: 551px;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 32px;
       column-gap: 32px;
  direction: rtl;
}
@media screen and (max-width: 980px) {
  #insupance .body__wrapper .body .benefits__list {
    width: 100%;
  }
}
#insupance .body__wrapper .body .benefits__item {
  direction: ltr;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  text-align: left;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #insupance .body__wrapper .body .benefits__item {
    font-size: 3.733dvw;
  }
}
#insupance .body__wrapper .body .benefits__item br {
  display: none;
}
@media screen and (max-width: 980px) {
  #insupance .body__wrapper .body .benefits__item br {
    display: inline-block;
  }
}
#insupance .body__wrapper .body .linkbtn {
  width: 363px;
  height: 106px;
}
@media screen and (max-width: 980px) {
  #insupance .body__wrapper .body .linkbtn {
    width: 82.667dvw;
    height: 20.267dvw;
    background: #FCA800;
  }
  #insupance .body__wrapper .body .linkbtn::before {
    border-color: #FFFFFF !important;
  }
  #insupance .body__wrapper .body .linkbtn .label {
    width: 44dvw;
  }
  #insupance .body__wrapper .body .linkbtn .label span {
    color: #FFFFFF;
    font-size: 4.267dvw;
    font-weight: 700;
  }
  #insupance .body__wrapper .body .linkbtn .link__icon::before {
    background-image: url("../images/common/link-icon-dl-w.png") !important;
    width: 3.733dvw;
    height: 4.8dvw;
  }
}

#creation-support .section__wrapper {
  margin-bottom: 0px;
}
#creation-support .section__wrapper .head__wrapper .ja {
  width: 147px;
}
@media screen and (max-width: 980px) {
  #creation-support .section__wrapper .head__wrapper .ja {
    width: 7.733dvw;
  }
}
#creation-support .section__wrapper .body__wrapper .image {
  aspect-ratio: 1.7799511002;
  width: 728px;
  display: grid;
  grid-template-columns: 1fr 146px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 980px) {
  #creation-support .section__wrapper .body__wrapper .image {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    aspect-ratio: 0.855704698;
    width: auto;
    right: 9.867dvw;
  }
}
#creation-support .section__wrapper .body__wrapper .image img {
  width: 438px;
}
@media screen and (max-width: 980px) {
  #creation-support .section__wrapper .body__wrapper .image img {
    aspect-ratio: 1.7832167832;
    height: 38.133dvw;
    width: auto;
  }
}
#creation-support .section__wrapper .body__wrapper .image img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
  order: 2;
  border: 1px solid #000000;
}
#creation-support .section__wrapper .body__wrapper .image img:nth-child(2) {
  grid-column: 2/4;
  grid-row: 2/4;
  order: 1;
  border: 1px solid #707070;
}
#creation-support .section__wrapper .body__wrapper .caption {
  width: 728px;
}
@media screen and (max-width: 980px) {
  #creation-support .section__wrapper .body__wrapper .caption {
    width: 100%;
  }
}

.linkbtn.download {
  color: #FCA802;
  border: 1px solid #FCA802 !important;
}
.linkbtn.download::before {
  border-color: #FCA802 !important;
}
.linkbtn.download:hover::before {
  border-color: #FFFFFF !important;
}
.linkbtn.download:hover .label {
  color: #FFFFFF;
}
.linkbtn.download:hover .link__icon::before {
  background-image: url("../images/common/link-icon-dl-w.png") !important;
}
.linkbtn.download .label {
  font-size: 18px;
  letter-spacing: 0.0277777778em;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .linkbtn.download .label {
    font-size: 5.6dvw;
  }
}
.linkbtn.download .link__icon::before {
  background-image: url("../images/common/link-icon-dl-y.png") !important;
}

#associate-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to top right, rgba(255, 216, 1, 0.16) 0%, rgba(252, 146, 2, 0.16) 100%);
  margin-top: 100px;
}
#associate-member::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  background: #FFFFFF;
  height: 205px;
  width: 100%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  #associate-member::before {
    height: 20.533dvw;
  }
}
#associate-member .w1200 {
  width: min(83vw, 1200px);
}
@media screen and (max-width: 980px) {
  #associate-member .w1200 {
    width: 100%;
    padding-left: 4.8dvw;
    padding-right: 4.8dvw;
  }
}
#associate-member .associate-member__box {
  background: #FFFFFF;
  border-radius: 45px;
  padding: 106px min(6vw, 208px);
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 980px) {
  #associate-member .associate-member__box {
    padding-top: 13.333dvw;
    padding-left: 8dvw;
    padding-right: 8dvw;
    padding-bottom: 14.933dvw;
    margin: 0;
    border-radius: 5.333dvw;
  }
}
#associate-member .associate-member__box .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 38px;
}
#associate-member .associate-member__box .head .sub {
  margin-bottom: 18px;
}
#associate-member .associate-member__box .head .sub img {
  width: 242px;
}
@media screen and (max-width: 980px) {
  #associate-member .associate-member__box .head .sub img {
    width: 37.333dvw;
  }
}
#associate-member .associate-member__box .head .main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #FFCC01;
  height: 114px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #associate-member .associate-member__box .head .main {
    height: 12.267dvw;
  }
}
#associate-member .associate-member__box .head .main span {
  flex: 1;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 68px;
  letter-spacing: 0em;
  line-height: 0.4852941176;
  font-weight: 400;
  border-right: 1px solid #FFCC01;
}
@media screen and (max-width: 980px) {
  #associate-member .associate-member__box .head .main span {
    font-size: 7.2dvw;
  }
}
#associate-member .associate-member__box .head .main span:last-child {
  border-right: 0px;
}
#associate-member .associate-member__box .visual {
  margin-bottom: 27px;
  aspect-ratio: 1.9431818182;
  overflow: hidden;
}
#associate-member .associate-member__box .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#associate-member .associate-member__box .body {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.7777777778;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  #associate-member .associate-member__box .body {
    font-size: 4.267dvw;
  }
}
#associate-member .associate-member__box .body strong {
  color: #00449E;
  font-weight: 700;
}
#associate-member .detail__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
}
@media screen and (max-width: 980px) {
  #associate-member .detail__box {
    margin-bottom: 9.867dvw;
  }
}
#associate-member .detail__box {
  /*
          &::before{
              content: '';
              display: inline-block;
              position: relative;
              top: 0;
              left: 0;
              background: $color-white;
              height: 205px;
              width: 100%;
              clip-path: polygon(50% 100%, 0 0, 100% 0);
              margin-bottom: 50px;
              @include mq('mb') {
                  height: px2vw(77, 375);
              }
          }
  */
}
#associate-member .detail__box .read {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.03125em;
  line-height: 1.625;
  font-weight: 700;
}
#associate-member .detail__box .read br {
  display: none;
}
@media screen and (max-width: 980px) {
  #associate-member .detail__box .read {
    margin-bottom: 5.333dvw;
    font-size: 3.733dvw;
    text-align: center;
  }
  #associate-member .detail__box .read br {
    display: inline-block;
  }
}
#associate-member .detail__box .linkbtn__box {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  /*
              background: linear-gradient(
                  to left,
                  rgba(#FFBC60, 1) 0%,
                  rgba(#FFEB7B, 1) 100%
              );            
  */
}
#associate-member .detail__box .linkbtn__box .linkbtn {
  width: 363px;
  height: 106px;
  background-color: #FFCC01;
  color: #fff;
}
#associate-member .detail__box .linkbtn__box .linkbtn::before {
  border-color: #fff !important;
}
#associate-member .detail__box .linkbtn__box .linkbtn::after {
  display: none;
}
#associate-member .detail__box .linkbtn__box .linkbtn .link__icon::before {
  background-image: url(../images/common/link-icon-dl-w.png) !important;
}
@media screen and (min-width: 981px) {
  #associate-member .detail__box .linkbtn__box .linkbtn:hover {
    background-color: #fff;
  }
  #associate-member .detail__box .linkbtn__box .linkbtn:hover .label {
    color: #FFCC01 !important;
  }
  #associate-member .detail__box .linkbtn__box .linkbtn:hover::before {
    border-color: #FFCC01 !important;
  }
}
@media screen and (max-width: 980px) {
  #associate-member .detail__box .linkbtn__box .linkbtn {
    width: 74.667dvw;
    height: 20.267dvw;
  }
  #associate-member .detail__box .linkbtn__box .linkbtn .label {
    width: 56dvw;
  }
  #associate-member .detail__box .linkbtn__box .linkbtn .label span {
    font-size: 4.267dvw;
    font-weight: 700;
  }
  #associate-member .detail__box .linkbtn__box .linkbtn .link__icon::before {
    width: 3.733dvw;
    height: 4.8dvw;
  }
}
#associate-member .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 145px;
}
@media screen and (max-width: 980px) {
  #associate-member .contact {
    padding-bottom: 8.8dvw;
  }
}
#associate-member .contact .note {
  font-size: 16px;
  letter-spacing: 0.03125em;
  line-height: 2.5;
  font-weight: 500;
}
#associate-member .contact .note br {
  display: none;
}
@media screen and (max-width: 980px) {
  #associate-member .contact .note {
    text-align: center;
    line-height: 1.5;
    font-size: 3.733dvw;
    margin-top: 6.933dvw;
    margin-bottom: 5.867dvw;
  }
  #associate-member .contact .note br {
    display: inline-block;
  }
}
#associate-member .contact .button .linkbtn {
  display: flex;
  justify-content: center;
  width: 600px;
  height: 150px;
}
@media screen and (max-width: 980px) {
  #associate-member .contact .button .linkbtn {
    width: 79.467dvw;
    height: 17.6dvw;
    background: #FCA800;
  }
}
#associate-member .contact .button .linkbtn .label {
  font-size: 24px;
  letter-spacing: 0.0208333333em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #associate-member .contact .button .linkbtn .label {
    font-size: 4.267dvw;
    color: #FFFFFF;
  }
}

#page-action {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 288px;
}
#page-action .linkbtn {
  position: relative;
  aspect-ratio: 3.82;
  width: 191px;
  background: #E2E2E2;
  border: 1px solid #000000;
}
@media screen and (max-width: 980px) {
  #page-action .linkbtn {
    color: #000000;
    justify-content: center;
  }
}
#page-action .linkbtn:hover {
  background: #A1A1A1;
  color: #000000;
}
#page-action .linkbtn:hover .link__icon {
  top: 58%;
}
#page-action .linkbtn .link__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  #page-action .linkbtn .link__icon {
    right: 25px;
  }
}
#page-action .linkbtn .link__icon::after {
  background-image: url("../images/common/link-icon-b.svg");
}

#page-closing {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  #page-closing {
    height: 30.667dvw;
  }
}
#page-closing img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}