.f-main {
  padding-top: 26.8rem;
}
@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 15rem;
  }
}

.p-message {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin: 12rem 0 0;
  }
}
.p-message-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message-content {
    flex-flow: column;
  }
}
.p-message-content__img {
  width: 58rem;
}
@media screen and (max-width: 767px) {
  .p-message-content__img {
    width: calc(100% + 4rem);
    margin-left: -4rem;
  }
}
.p-message-content__detail {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-message-content__detail {
    width: 100%;
    margin: 6rem 0 0;
  }
}
.p-message-content__name {
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-message-content__name {
    font-size: 1.6rem;
  }
}
.p-message-content__en {
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message-content__en {
    font-size: 1.3rem;
    margin: 1.2rem 0 0;
  }
}
.p-message-content__txt {
  line-height: 2.875;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-message-content__txt {
    font-size: 1.2rem;
    margin: 3rem 0 0;
  }
}

.p-workshop {
  position: relative;
  background: #f1f1f1;
  overflow: hidden;
  margin: 28rem 0 0;
}
.p-workshop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-workshop::before {
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-workshop {
    margin: 13rem 0 0;
  }
}
.p-workshop-intro {
  position: relative;
  margin: 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro {
    margin: 7rem 0 0;
  }
}
.p-workshop-intro__inner {
  width: 53.6rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro__inner {
    width: auto;
  }
}
.p-workshop-intro__waku {
  border: 1px solid #000;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro__waku {
    font-size: 1.8rem;
    padding: 2rem 0;
    margin: 0 0 4rem;
  }
}
.p-workshop-intro__waku span {
  display: block;
  font-size: 1.8rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro__waku span {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
}
.p-workshop-intro__ttl {
  font-size: 3.6rem;
  line-height: 1.8;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro__ttl {
    font-size: 2.6rem;
    margin: 3rem 0 0;
  }
}
.p-workshop-intro__ttl span {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding: 0 0 0.5rem;
}
.p-workshop-intro__sub {
  font-size: 2rem;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro__sub {
    font-size: 1.4rem;
    margin: 1.5rem 0 0;
  }
}
.p-workshop-intro__txt {
  margin: 3.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro__txt {
    font-size: 1.2rem;
    line-height: 2.8;
  }
}
.p-workshop-intro__img {
  position: absolute;
  top: 0;
  right: -10rem;
  width: 55.6rem;
  height: 57.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-workshop-intro__img {
    width: 32rem;
    height: 34rem;
    position: relative;
    top: auto;
    right: auto;
  }
}
.p-workshop-purpose {
  margin: 18rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose {
    margin: 7.5rem 0 0;
  }
}
.p-workshop-purpose__ttl {
  max-width: 109.6rem;
  height: 3rem;
  background: url(../img/about/line_dot_01.png) 0 0/100% auto no-repeat;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0.5rem 0 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose__ttl {
    height: 2.5rem;
    font-size: 1.2rem;
    background: url(../img/about/line_dot_01_sp.png) 0 0/100% auto no-repeat;
    padding: 0.3rem 0 0 1.3rem;
  }
}
.p-workshop-purpose-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 8.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose-list {
    flex-flow: column;
    margin: 5rem 0 0;
    gap: 3.5rem 0;
  }
}
.p-workshop-purpose-list__item {
  position: relative;
  width: 48%;
  padding: 4rem 0 0 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose-list__item {
    width: auto;
    padding: 5.5rem 0 0 5.5rem;
  }
}
.p-workshop-purpose-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 5rem;
  left: 2.5rem;
  width: 10rem;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose-list__item::before {
    top: 4.5rem;
    left: 1.5rem;
    width: 8rem;
  }
}
.p-workshop-purpose-list__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose-list__num {
    width: 4.2rem;
  }
}
.p-workshop-purpose-list__ttl {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose-list__ttl {
    font-size: 2.3rem;
    margin: 0 0 1.5rem;
  }
}
.p-workshop-purpose-list__ttl span {
  background: linear-gradient(transparent 96%, #000 0%);
}
.p-workshop-purpose-list__txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-workshop-purpose-list__txt {
    font-size: 1.2rem;
  }
}
.p-workshop-schedule {
  font-family: "din-2014", "source-han-sans-japanese", sans-serif;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule {
    margin: 6rem 0 0;
  }
}
.p-workshop-schedule__ttl {
  max-width: 109.6rem;
  height: 3rem;
  background: url(../img/about/line_dot_02.png) 0 0/100% auto no-repeat;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0.5rem 0 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__ttl {
    height: 2.5rem;
    font-size: 1.2rem;
    background: url(../img/about/line_dot_02_sp.png) 0 0/100% auto no-repeat;
    padding: 0.3rem 0 0 1.3rem;
  }
}
.p-workshop-schedule__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
  background: #dadbdb;
  padding: 1.3rem;
  margin: 6.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__block {
    display: block;
    font-size: 1.2rem;
    margin: 3.5rem 0 0;
    padding: 1.6rem 1.1rem;
  }
}
.p-workshop-schedule__block + .p-workshop-schedule__block {
  margin-top: 2.2rem;
}
.p-workshop-schedule__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 16.4rem;
  height: 16.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__num {
    flex-flow: row;
    width: 100%;
    height: auto;
    padding: 1.8rem 0;
    margin: 0 0 2rem;
  }
}
.p-workshop-schedule__pre {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__pre {
    font-size: 1.8rem;
    padding: 0 1em 0 0;
    margin: 0 1em 0 0;
    border-right: 1px solid #000;
  }
}
.p-workshop-schedule__time {
  font-size: 2.6rem;
  line-height: 1;
  margin: 0.8rem 0 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__time {
    font-size: 1.9rem;
    margin: 0;
  }
}
.p-workshop-schedule__time span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__time span {
    font-size: 1.3rem;
  }
}
.p-workshop-schedule__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-workshop-schedule__define dt {
  width: 10rem;
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px solid #000;
  margin: 1.6rem 0 0;
  padding: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dt {
    width: 5.5rem;
    margin: 1rem 0 0;
    padding: 1rem 0 0;
  }
}
.p-workshop-schedule__define dt:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.p-workshop-schedule__define dt.small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dt.small {
    font-size: 1.3rem;
  }
}
.p-workshop-schedule__define dt.small span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dt.small span {
    font-size: 1rem;
  }
}
.p-workshop-schedule__define dt.large {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dt.large {
    font-size: 1.3rem;
  }
}
.p-workshop-schedule__define dt.large span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dt.large span {
    font-size: 1rem;
  }
}
.p-workshop-schedule__define dd {
  width: calc(100% - 10rem);
  line-height: 1.5;
  border-top: 1px solid #000;
  margin: 1.6rem 0 0;
  padding: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dd {
    width: calc(100% - 5.5rem);
    margin: 1rem 0 0;
    padding: 1rem 0 0;
  }
}
.p-workshop-schedule__define dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.p-workshop-schedule__define dd.small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dd.small {
    font-size: 1.4rem;
  }
}
.p-workshop-schedule__define dd.large {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dd.large {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-workshop-schedule__define dd .indent {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
  .p-workshop-schedule__define dd .indent + .indent {
    margin-top: 0.5em;
  }
}
.p-workshop-other {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6rem 0;
  margin: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-workshop-other {
    margin: 7.5rem 0 0;
  }
}
.p-workshop-other__item {
  width: 52.2rem;
}
.p-workshop-other__ttl {
  height: 3rem;
  background: url(../img/about/line_dot_03.png) 0 0/100% auto no-repeat;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 auto 3.6rem;
  padding: 0.5rem 0 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__ttl {
    font-size: 1.2rem;
    background: url(../img/about/line_dot_03_sp.png) 0 0/100% auto no-repeat;
    margin: 0 auto 3rem;
  }
}
.p-workshop-other__ttl.is-04 {
  background: url(../img/about/line_dot_04.png) 0 0/100% auto no-repeat;
  padding: 0.5rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__ttl.is-04 {
    background: url(../img/about/line_dot_04_sp.png) 0 0/100% auto no-repeat;
  }
}
.p-workshop-other__ttl.is-05 {
  background: url(../img/about/line_dot_05.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__ttl.is-05 {
    background: url(../img/about/line_dot_05_sp.png) 0 0/100% auto no-repeat;
  }
}
.p-workshop-other__ttl.is-06 {
  background: url(../img/about/line_dot_06.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__ttl.is-06 {
    background: url(../img/about/line_dot_06_sp.png) 0 0/100% auto no-repeat;
  }
}
.p-workshop-other__ttl.is-07 {
  background: url(../img/about/line_dot_07.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__ttl.is-07 {
    background: url(../img/about/line_dot_07_sp.png) 0 0/100% auto no-repeat;
  }
}
.p-workshop-other__ttl.is-08 {
  background: url(../img/about/line_dot_08.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__ttl.is-08 {
    background: url(../img/about/line_dot_08_sp.png) 0 0/100% auto no-repeat;
  }
}
.p-workshop-other__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em 0;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__define {
    gap: 1rem 0;
  }
}
.p-workshop-other__define dt {
  position: relative;
  width: 4em;
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__define dt {
    font-size: 1.3rem;
  }
}
.p-workshop-other__define dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1px;
  height: 1em;
  background: #000;
  transform: translateY(-50%);
}
.p-workshop-other__define dd {
  width: calc(100% - 4em);
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__define dd {
    font-size: 1.3rem;
  }
}
.p-workshop-other__define.is-wide {
  margin: 2.4rem 0 2rem;
}
.p-workshop-other__define.is-wide dt {
  width: 9rem;
}
.p-workshop-other__define.is-wide dd {
  width: calc(100% - 9rem);
  line-height: 1.5;
  font-size: 1.5rem;
}
.p-workshop-other__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__txt {
    font-size: 1.1rem;
  }
}
.p-workshop-other__txt + .p-workshop-other__txt {
  margin-top: 1.5rem;
}
.p-workshop-other__txt span {
  display: block;
  font-weight: 700;
}
.p-workshop-other__txt.is-large {
  font-size: 1.8rem;
  line-height: 1.4;
}
.p-workshop-other__num {
  font-size: 1.8rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-workshop-other__num {
    font-size: 1.3rem;
  }
}
.p-workshop-other__num:first-of-type {
  margin-top: 0;
}

.p-pdf {
  background: #f1f1f1;
  padding: 17rem 0;
}
@media screen and (max-width: 767px) {
  .p-pdf {
    padding: 7rem 0 9rem;
  }
}
.p-pdf__ttl {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-pdf__ttl {
    font-size: 1.6rem;
  }
}
.p-pdf-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-pdf-btn {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-pdf-btn__item {
  width: 35.7rem;
  height: 5.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-pdf-btn__item {
    width: 26.5rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}
.p-pdf-btn__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  border-radius: 5rem;
}
.p-pdf-btn__item a span {
  position: relative;
  padding: 0 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-pdf-btn__item a span {
    padding: 0 1.6rem 0 0;
  }
}
.p-pdf-btn__item a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.7rem;
  background: url(../img/common/icn_blank_wh.svg) 0 0/auto 100% no-repeat;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-pdf-btn__item a span::before {
    width: 1.1rem;
    height: 1.3rem;
  }
}
.p-pdf-btn__item a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.7rem;
  background: url(../img/common/icn_blank_bk.svg) 0 0/auto 100% no-repeat;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
}
@media (any-hover: hover) {
  .p-pdf-btn__item a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
  .p-pdf-btn__item a:hover span::before {
    opacity: 0;
  }
  .p-pdf-btn__item a:hover span::after {
    opacity: 1;
  }
}
.p-pdf-btn__item.is-beige a {
  background: #c6aa50;
}
@media (any-hover: hover) {
  .p-pdf-btn__item.is-beige a:hover {
    background: #fff;
    color: #c6aa50;
  }
}
.p-pdf-btn__item.is-beige a span::after {
  background: url(../img/common/icn_blank_be.svg) 0 0/auto 100% no-repeat;
}
.p-pdf-bnr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3.4rem;
  margin: 15.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-pdf-bnr {
    flex-flow: column;
    gap: 2rem 0;
    margin: 8rem 0 0;
    padding: 0 4rem;
  }
}
.p-pdf-bnr p {
  transition: 0.5s;
}
.p-pdf-bnr__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-pdf-bnr__ttl {
    font-size: 1.4rem;
  }
}
.p-pdf-bnr__ttl .img {
  position: relative;
  display: inline-block;
  width: 8rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-pdf-bnr__ttl .img {
    width: 5rem;
    margin-right: 0.5rem;
  }
}
.p-pdf-bnr__ttl .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/about/txt_line_wh.png) 0 0/100% auto no-repeat;
  opacity: 0;
  transition: 0.5s;
}
.p-pdf-bnr__ttl .img img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.p-pdf-bnr__ttl .bold {
  font-weight: 700;
}
.p-pdf-bnr__item {
  width: 53.4rem;
  height: 26rem;
}
@media screen and (max-width: 767px) {
  .p-pdf-bnr__item {
    width: 100%;
    height: 17.8rem;
  }
}
.p-pdf-bnr__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  background: #fff;
}
@media (any-hover: hover) {
  .p-pdf-bnr__item.is-form a:hover {
    opacity: 1;
    background: #000;
  }
  .p-pdf-bnr__item.is-form a:hover p {
    color: #fff;
  }
  .p-pdf-bnr__item.is-form a:hover .p-pdf-bnr__en::before {
    opacity: 0;
  }
  .p-pdf-bnr__item.is-form a:hover .p-pdf-bnr__en::after {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .p-pdf-bnr__item.is-line a:hover {
    opacity: 1;
    background: #06c755;
  }
  .p-pdf-bnr__item.is-line a:hover p {
    color: #fff;
  }
  .p-pdf-bnr__item.is-line a:hover .p-pdf-bnr__ttl span img {
    opacity: 0;
  }
  .p-pdf-bnr__item.is-line a:hover .p-pdf-bnr__ttl span::before {
    opacity: 1;
  }
  .p-pdf-bnr__item.is-line a:hover .p-pdf-bnr__btn::before {
    opacity: 0;
  }
  .p-pdf-bnr__item.is-line a:hover .p-pdf-bnr__btn::after {
    opacity: 1;
  }
}
.p-pdf-bnr__en {
  position: relative;
  font-size: 5.4rem;
  line-height: 1;
  padding-right: 4.2rem;
  margin: 3.8rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-pdf-bnr__en {
    font-size: 3.6rem;
    margin: 2.5rem 0 2rem;
  }
}
.p-pdf-bnr__en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 2.1rem;
  background: url(../img/about/icn_arrow_bk.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.5s;
}
.p-pdf-bnr__en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 2.1rem;
  opacity: 0;
  background: url(../img/about/icn_arrow_wh.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
  transition: 0.5s;
}
.p-pdf-bnr__txt {
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-pdf-bnr__txt {
    font-size: 1.3rem;
  }
}
.p-pdf-bnr__btn {
  position: relative;
  width: 32.9rem;
  margin: 2.5rem auto 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-pdf-bnr__btn {
    width: 24rem;
    margin: 1.6rem 0;
  }
}
.p-pdf-bnr__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/about/img_btn_on.png) 0 0/100% auto no-repeat;
  opacity: 0;
  transition: 0.5s;
}

.p-company {
  padding: 12rem 0 18rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 10rem 0;
  }
}
.p-company__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__wrap {
    display: block;
  }
}
.p-company-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  width: 72rem;
}
@media screen and (max-width: 767px) {
  .p-company-define {
    display: block;
    width: calc(100% + 4rem);
    margin: 4rem -2rem 0;
  }
}
.p-company-define__ttl {
  width: 34.8rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px dashed #000;
  padding: 3.2rem 0 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-define__ttl {
    width: 100%;
    font-size: 1.3rem;
    border-bottom: 0;
    padding: 1.5rem 2rem 0.5rem;
  }
}
.p-company-define__ttl:first-of-type {
  padding-top: 0;
}
.p-company-define__txt {
  width: calc(100% - 34.8rem);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px dashed #000;
  padding: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-company-define__txt {
    width: 100%;
    padding: 0 2rem 1.5rem;
  }
}
.p-company-define__txt:first-of-type {
  padding-top: 0;
}