/* -----------------------------------------------------------
 - Layout
----------------------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.l-container-min {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.l-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 100;
}
header a,footer a,.p-seminar__item a,header a,footer a,.p-report__item a{
  text-decoration:none;
}
.l-main {
  margin-top: 124px;
}

@media screen and (max-width: 750px) {
  .l-container,
  .l-container-min {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-header {
    top: 16px;
  }

  .l-main {
    margin-top: 94px;
  }
}

/* -----------------------------------------------------------
 - common
----------------------------------------------------------- */
.c-btn__center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  text-align: center;
}

.c-btn {
  display: inline-block;
}

.c-btn-primary {
  position: relative;
  width: 240px;
  margin: auto;
  padding: 16px;
  background-color: #e2a1ad;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity 0.3s;
}

.c-btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  transition: 0.3s;
}

.c-heading__index {
  font-size: 1.5rem;
  font-weight: 700;
}

.c-heading__index .en {
  display: block;
  margin-bottom: 4px;
  color: #e2a1ad;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, "Trebuchet MS", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
}

.c-heading-primary {
  margin-top: 64px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.c-heading-primary .en {
  display: block;
  margin-top: 8px;
  color: #e2a1ad;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, "Trebuchet MS", sans-serif;
  font-size: 0.5625em;
  font-weight: 600;
}

.c-heading-secondary {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}



@media screen and (min-width: 751px) {
  .c-btn-primary:hover {
    opacity: 0.7;
  }

  .c-btn-primary:hover::after {
    right: -16px;
  }
}

@media screen and (max-width: 750px) {
  .c-btn__center {
    flex-direction: column;
    align-self: center;
    margin-top: 40px;
  }

  .c-btn-primary {
    width: 200px;
    padding: 16px;
    font-size: 0.875rem;
  }

  .c-btn-primary::after {
    width: 24px;
  }

  .c-heading__index {
    font-size: 1.25rem;
  }

  .c-heading-primary {
    margin-top: 48px;
    font-size: 1.6rem;
  }

  .c-heading-secondary {
    font-size: 1.125rem;
  }
}

/* -----------------------------------------------------------
 - project
----------------------------------------------------------- */
/* header
----------------------------------------------------------- */
.p-header {
  display: flex;
  width: calc(100% - 48px);
  margin: auto;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 20px;
}

.p-header__logo {
  height: 43px;
}

.p-header__logo a {
  transition: opacity 0.3s;
}

.p-header__logo img {
  width: auto;
  height: 100%;
}

.p-header__right {
  display: flex;
  align-self: center;
  margin-left: auto;
}

.p-hamburger {
  display: none;
}

.p-globalNav {
  display: flex;
  align-items: center;
}

.p-globalNav__item {
  margin-left: 12px;
}

.p-globalNav__link {
  font-size: 0.875rem;
  font-weight: 700;
  transition: opacity 0.3s;
}

.p-header__login,
.p-header__contact,
.p-header__content {
  padding: 12px 32px;
  background-color: #e2a1ad;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s;
}

.p-header__login::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 8px;
  background: url(../img/common/icon-login.svg) no-repeat center / cover;
  vertical-align: sub;
}

.p-header__contact::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: url(../img/common/icon-contact.svg) no-repeat center / cover;
  vertical-align: sub;
}

@media screen and (min-width: 751px) {
  .p-header__logo a:hover,
  .p-globalNav__link:hover,
  .p-header__login:hover,
  .p-header__contact:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1000px) {
  .p-header__logo {
    height: 32px;
  }

  .p-globalNav__item {
    margin-left: 16px;
  }

  .p-globalNav__link {
    font-size: 0.75rem;
  }

  .p-header__login,
  .p-header__contact {
    padding: 10px 16px;
    font-size: 10px;
  }

  .p-header__login::before {
    width: 14px;
    height: 12px;
  }

  .p-header__contact::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 750px) {
  .p-header {
    width: calc(100% - 32px);
    padding: 16px;
  }

  .p-header__logo {
    height: 26px;
  }

  .p-hamburger {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    z-index: 100;
  }

  .p-hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #573939;
    transition: 0.3s;
  }

  .p-hamburger__line::before,
  .p-hamburger__line::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #573939;
    transition: 0.3s;
  }

  .p-hamburger__line::before {
    top: -5px;
  }

  .p-hamburger__line::after {
    top: 5px;
  }

  .is-active .p-hamburger__line {
    background-color: transparent;
  }

  .is-active .p-hamburger__line::before {
    top: 0;
    transform: rotate(-45deg);
  }

  .is-active .p-hamburger__line::after {
    top: 0;
    transform: rotate(45deg);
  }

  .p-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: 0.3s;
  }

  .is-active .p-header__nav {
    opacity: 1;
    pointer-events: all;
  }

  .p-globalNav {
    display: block;
    padding: 160px 24px;
    text-align: center;
  }

  .p-globalNav__item {
    margin-left: 0;
    margin-top: 18px;
  }

  .p-globalNav__link {
    font-size: 0.875rem;
  }

  .p-header__login,
  .p-header__contact {
    padding: 12px 32px;
    font-size: 12px;
  }

  .p-header__login::before {
    width: 16px;
    height: 14px;
  }

  .p-header__contact::before {
    width: 14px;
    height: 14px;
  }
}

/* footer
----------------------------------------------------------- */
.p-footer {
  margin-top: 160px;
}

.p-footer__inner {
  padding: 0 56px;
}

.p-footer__logo img {
  width: auto;
  height: 70px;
}

.p-footer__nav {
  margin-top: 32px;
}

.p-footer__list {
  display: flex;
}

.p-footer__item {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #573939;
}

.p-footer__link {
  font-weight: 500;
  transition: opacity 0.3s;
}

.p-footer__bnr {
  margin-top: 40px;
}

.p-footer__bnrLink {
  display: inline-block;
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 34px;
  transition: opacity 0.3s;
}

.p-footer__bnrLink img {
  width: auto;
  height: 32px;
}

.p-footer__copy {
  margin-top: 48px;
  padding: 40px 56px;
  border-top: 1px solid #573939;
  text-align: right;
  font-size: 0.75rem;
}

@media screen and (min-width: 751px) {
  .p-footer__link:hover,
  .p-footer__bnrLink:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .p-footer {
    margin-top: 80px;
  }

  .p-footer__inner {
    padding: 0 20px;
  }

  .p-footer__logo img {
    height: 40px;
  }

  .p-footer__nav {
    margin-top: 32px;
  }

  .p-footer__list {
    flex-wrap: wrap;
  }

  .p-footer__item {
    padding-right: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
    border-right: 1px solid #573939;
  }

  .p-footer__link {
    font-size: 0.875rem;
  }

  .p-footer__bnr {
    margin-top: 24px;
  }

  .p-footer__bnrLink {
    display: inline-block;
    padding: 16px 24px;
  }

  .p-footer__bnrLink img {
    height: 28px;
  }

  .p-footer__copy {
    margin-top: 40px;
    padding: 32px 20px;
    font-size: 0.6275rem;
  }
}

/* hero
----------------------------------------------------------- */
.p-hero {
  position: relative;
}

.p-hero__main {
  width: 90%;
  height: 100vh;
  max-height: 800px;
  min-height: 644px;
  margin-left: auto;
}

.p-hero__image {
  height: 100%;
  object-fit: cover;
  border-radius: 100px 0 0 0;
}

.p-hero__copy {
  position: absolute;
  bottom: 10%;
  left: 4%;
  display: inline;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

.p-hero__copy span {
  display: inline-block;
  margin-top: 16px;
  padding: 0 16px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .p-hero__main {
    max-height: calc(100vh - 94px);
    min-height: 400px;
  }

  .p-hero__copy {
    left: 2%;
    font-size: 1.5rem;
  }

  .p-hero__copy span {
    padding: 0 8px;
  }
}

/* news
----------------------------------------------------------- */
.p-infoNews {
  margin:24px 0;
  text-align:center;
  font-size:14px;
  font-weight:normal;
}

.p-indexNews .p-infoNews {
  text-align:left;
}

.p-indexNews {
  margin-top: 80px;
}

.p-indexNews__body {
  display: flex;
}

.p-indexNews__list {
  flex: 1;
  padding-left: 5%;
}

.p-articleList__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #573939;
}

.p-articleList__item + .p-articleList__item {
  margin-top: 24px;
}
.p-articleList__item a{
  text-decoration:none;
}

.p-articleList__item a .p-articleList__title{
  text-decoration:underline;
}

.p-articleList__link {
  display: flex;
  font-weight: 500;
  transition: opacity 0.3s;
}

.p-articleList__date {
  margin-right: 24px;
  font-size: 0.875rem;
  text-decoration:none;
}

.p-news__list {
  margin-top: 80px;
}

.p-article {
  margin-top: 80px;
}

.p-article__date {
  font-size: 0.875rem;
}

.p-article__title {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #573939;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-article__text {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.p-article > img {
  display: block;
  width: auto;
  max-width: 800px;
  margin: 24px auto 0;
}

.p-article__pdf {
  margin-top: 24px;
}

.p-article__pdf > a {
  text-decoration: underline;
  transition: opacity 0.3s;
}

@media screen and (min-width: 750px) {
  .p-articleList__link:hover,
  .p-article__pdf > a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .p-indexNews {
    margin-top: 64px;
  }

  .p-indexNews__body {
    display: block;
  }

  .p-indexNews__list {
    margin-top: 32px;
    padding-left: 0;
  }

  .p-articleList__item {
    padding-bottom: 16px;
  }

  .p-articleList__item + .p-articleList__item {
    margin-top: 16px;
  }

  .p-articleList__link {
    display: flex;
    font-weight: 500;
  }

  .p-articleList__date {
    margin-right: 24px;
    font-size: 0.75rem;
  }

  .p-articleList__title {
    font-size: 0.875rem;
  }

  .p-article {
    margin-top: 64px;
  }

  .p-article__date {
    font-size: 0.75rem;
  }

  .p-article__title {
    font-size: 1.125rem;
  }

  .p-article__text {
    margin-top: 32px;
    font-size: 0.875rem;
  }

  .p-article > img {
    width: 100%;
  }

  .p-article__pdf {
    margin-top: 24px;
  }
}

/* about
----------------------------------------------------------- */
.p-indexAbout {
  margin-top: 120px;
  padding: 100px 0;
  background-color: #fff;
  border-radius: 100px;
}

.p-indexAbout__body {
  display: flex;
}

.p-indexAbout__left {
  width: 40%;
  margin-right: 80px;
}

.p-indexAbout__image + .p-indexAbout__image {
  margin-top: 24px;
}

.p-indexAbout__right {
  flex: 1;
  align-self: center;
}

.p-indexAbout__read {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .p-indexAbout {
    margin-top: 80px;
    padding: 64px 0;
    border-radius: 60px;
  }

  .p-indexAbout__body {
    display: flex;
    flex-direction: column;
  }

  .p-indexAbout__left {
    order: 1;
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
    text-align: center;
  }
  .p-indexAbout__image {
    width: 90%;
  }
  .p-indexAbout__image + .p-indexAbout__image {
    margin-top: 16px;
  }

  .p-indexAbout__right {
    order: 0;
  }

  .p-indexAbout__read {
    margin-top: 24px;
    font-size: 1rem;
  }
}

/* breadcrumb
----------------------------------------------------------- */
.p-breadcrumb {
  padding: 16px 0;
  background-color: #fff;
  overflow-x: auto;
}

.p-breadcrumb__list {
  display: flex;
  width: max-content;
}

.p-breadcrumb__item {
  font-size: 0.75rem;
}

.p-breadcrumb__item::after {
  content: ">";
  margin: 0 8px;
}

.p-breadcrumb__item:last-child::after {
  content: none;
}

.p-breadcrumb__link {
  display: inline-block;
  text-decoration: underline;
  transition: opacity 0.3s;
}

@media screen and (min-width: 751px) {
  .p-breadcrumb__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .p-breadcrumb {
    padding: 8px 0;
  }
}

/* seminar
----------------------------------------------------------- */
.p-seminar__list {
  margin-top: 80px;
}

.p-seminar__item + .p-seminar__item {
  margin-top: 48px;
}

.p-seminar__link {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 48px;
  border: 2px solid #e2a1ad;
  border-radius: 30px;
  transition: opacity 0.3s;
}

.p-seminar__item a:hover{
  opacity: 1;
  background-color: #fff;
}
.p-seminar__item a.p-seminar__link:hover{
  background-color: #fff8f3;
}


.p-seminar__textBox {
  flex: 1;
  margin-left: 56px;
}

.p-seminar__heading {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-seminar__heading + .p-seminar__info {
  margin-top: 24px;
}

a .p-seminar__heading{
  text-decoration:underline;
}

.p-seminar__infoItem {
  display: flex;
}

.p-seminar__infoItem + .p-seminar__infoItem {
  margin-top: 16px;
}

.p-seminar__title {
  align-self: flex-start;
  flex-shrink: 0;
  min-width: 87px;
  margin-right: 24px;
  padding: 0 8px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}

.p-seminar__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}

.p-seminar__images {
  align-self: flex-start;
  width: 30%;
}

.p-seminarList__cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 40px 8px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.p-seminarList__cat span {
  position: relative;
  z-index: 1;
}

.p-seminarList__cat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2a1ad;
  border-radius: 24px 0 0 0;
  -webkit-transform: scaleY(1.3) perspective(1em) rotateX(-5deg);
  transform: scaleY(1.3) perspective(1em) rotateX(-5deg);
  transform-origin: top left;
  z-index: 0;
}

.p-seminarList__click {
  position: absolute;
  bottom: 0;
  right: -2px;
  padding: 8px 32px 8px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.p-seminarList__click span {
  position: relative;
  z-index: 1;
}
.p-seminarList__click::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #e2a1ad;
  border-radius: 0px 0 24px 0;
  -webkit-transform: scaleY(1) perspective(6.7em) rotateX(22deg);
  transform: scaleY(1) perspective(6.7em) rotateX(22deg);
  transform-origin: top right;
  z-index: 0;
}

.p-seminarArticle__cat {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 32px;
  background-color: #e2a1ad;
  color: #fff;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-seminarArticle__body {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 32px;
}
.p-seminar__outlink {
  width:100%;
  text-align:center;
  margin:20px 0 0;
}
.p-seminar__outlink_btn {
  padding: 12px 24px;
  background-color: #e2a1ad;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s;
  margin:0 auto;
}

.p-seminar__outlink_btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 8px;
  background: url(../img/common/icon-login.svg) no-repeat center / cover;
  vertical-align: sub;
}

.icon_kousyu {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #a4cbf2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: text-bottom;
}


/* report
----------------------------------------------------------- */
.p-report__list {
  margin-top: 80px;
}

.p-report__item + .p-report__item {
  margin-top: 48px;
}

.p-report__link {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 48px;
  border: 2px solid #e2a1ad;
  border-radius: 30px;
  transition: opacity 0.3s;
}

.p-report__item a:hover{
  opacity: 1;
  background-color: #fff;
}
.p-report__item a.p-report__link:hover{
  background-color: #fff8f3;
}


.p-report__textBox {
  flex: 1;
  margin-left: 56px;
}

.p-report__heading {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-report__heading + .p-report__info {
  margin-top: 24px;
}

a .p-report__heading{
  text-decoration:underline;
}

.p-report__infoItem {
  display: flex;
}

.p-report__infoItem + .p-report__infoItem {
  margin-top: 16px;
}

.p-report__title {
  align-self: flex-start;
  flex-shrink: 0;
  min-width: 87px;
  margin-right: 24px;
  padding: 0 8px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}

.p-report__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}

.p-report__images {
  align-self: flex-start;
  width: 30%;
}

.p-reportList__cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 40px 8px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.p-reportList__cat span {
  position: relative;
  z-index: 1;
}

.p-reportList__cat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2a1ad;
  border-radius: 24px 0 0 0;
  -webkit-transform: scaleY(1.3) perspective(1em) rotateX(-5deg);
  transform: scaleY(1.3) perspective(1em) rotateX(-5deg);
  transform-origin: top left;
  z-index: 0;
}

.p-reportList__click {
  position: absolute;
  bottom: 0;
  right: -2px;
  padding: 8px 32px 8px 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.p-reportList__click span {
  position: relative;
  z-index: 1;
}
.p-reportList__click::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #e2a1ad;
  border-radius: 0px 0 24px 0;
  -webkit-transform: scaleY(1) perspective(6.7em) rotateX(22deg);
  transform: scaleY(1) perspective(6.7em) rotateX(22deg);
  transform-origin: top right;
  z-index: 0;
}

.p-reportArticle__cat {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 32px;
  background-color: #e2a1ad;
  color: #fff;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-reportArticle__body {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 32px;
}
.p-report__outlink {
  width:100%;
  text-align:center;
  margin:20px 0 0;
}
.p-report__outlink_btn {
  padding: 12px 24px;
  background-color: #e2a1ad;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s;
  margin:0 auto;
}

.p-report__outlink_btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 8px;
  background: url(../img/common/icon-login.svg) no-repeat center / cover;
  vertical-align: sub;
}


.icon_kensyu {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #abd4a6;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: text-bottom;
}

@media screen and (min-width: 751px) {
  .p-seminar__link:hover {
    opacity: 0.7;
  }
  .p-report__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .p-seminar__list {
    margin-top: 64px;
  }

  .p-seminar__link {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 24px 24px;
    border-radius: 20px;
  }

  .p-seminar__item + .p-seminar__item {
    margin-top: 32px;
  }

  .p-seminar__textBox {
    margin-left: 0;
  }

  .p-seminar__heading {
    font-size: 1rem;
    font-weight: 700;
  }

  .p-seminar__heading + .p-seminar__info {
    margin-top: 16px;
  }

  .p-seminar__infoItem + .p-seminar__infoItem {
    margin-top: 8px;
  }

  .p-seminar__title {
    min-width: 87px;
    margin-right: 16px;
  }

  .p-seminar__images {
    width: 100%;
    margin-top: 24px;
  }

  .p-seminarList__cat {
    padding: 4px 32px 4px 24px;
    font-size: 12px;
  }

  .p-seminarList__cat::before {
    border-radius: 14px 0 0 0;
  }

  .p-seminarList__click::before {
    border-radius: 0 0 14px 0;
  }

  .p-seminarArticle__cat {
    margin-bottom: 8px;
    padding: 8px 24px;
    font-size: 0.75rem;
  }

  .p-seminarArticle__body {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .p-seminarArticle__body > .p-seminar__textBox {
    margin-top: 24px;
  }

  .p-report__list {
    margin-top: 64px;
  }

  .p-report__link {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 24px 24px;
    border-radius: 20px;
  }

  .p-report__item + .p-report__item {
    margin-top: 32px;
  }

  .p-report__textBox {
    margin-left: 0;
  }

  .p-report__heading {
    font-size: 1rem;
    font-weight: 700;
  }

  .p-report__heading + .p-report__info {
    margin-top: 16px;
  }

  .p-report__infoItem + .p-report__infoItem {
    margin-top: 8px;
  }

  .p-report__title {
    min-width: 87px;
    margin-right: 16px;
  }

  .p-report__images {
    width: 100%;
    margin-top: 24px;
  }

  .p-reportList__cat {
    padding: 4px 32px 4px 24px;
    font-size: 12px;
  }

  .p-reportList__cat::before {
    border-radius: 14px 0 0 0;
  }

  .p-reportList__click::before {
    border-radius: 0 0 14px 0;
  }

  .p-reportArticle__cat {
    margin-bottom: 8px;
    padding: 8px 24px;
    font-size: 0.75rem;
  }

  .p-reportArticle__body {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .p-reportArticle__body > .p-report__textBox {
    margin-top: 24px;
  }

  .icon_kousyu,
  .icon_kensyu {
    padding: 4px 10px;
    font-size: 12px;
  }
}

/* faq
----------------------------------------------------------- */
.p-faq__list {
  margin-top: 80px;
}

.p-faq__item + .p-faq__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #e2a1ad;
}

.p-faq__title {
  position: relative;
  padding-left: 52px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-faq__title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #e2a1ad;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, "Trebuchet MS", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.p-faq__ans {
  position: relative;
  margin-top: 16px;
  padding-left: 52px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.p-faq__ans::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #a4cbf2;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", Calibri, "Trebuchet MS", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .p-faq__list {
    margin-top: 64px;
  }

  .p-faq__item + .p-faq__item {
    margin-top: 24px;
    padding-top: 24px;
  }

  .p-faq__title {
    padding-left: 40px;
    font-size: 1rem;
  }

  .p-faq__title::before {
    font-size: 28px;
  }

  .p-faq__ans {
    margin-top: 8px;
    padding-left: 40px;
    font-size: 0.875rem;
  }

  .p-faq__ans::before {
    font-size: 28px;
  }
}

/* secretariat
----------------------------------------------------------- */
.p-secretariat__read {
  margin-top: 80px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-secretariat__year {
  margin-top: 32px;
  font-size: 0.875rem;
}

.p-secretariat__table {
  margin-top: 8px;
  border-top: 1px solid #573939;
}

.p-secretariat__table tr {
  border-bottom: 1px solid #573939;
}

.p-secretariat__table th {
  width: 170px;
  padding: 16px;
  background-color: #eae1d6;
  text-align: center;
  font-weight: 500;
  vertical-align: top;
  line-height: 2;
}

.p-secretariat__table td {
  padding: 16px 32px;
  font-weight: 500;
  line-height: 2;
}

.p-regulation {
  margin-top: 120px;
}

.p-regulation__list {
  margin-top: 40px;
}

.p-regulation__item + .p-regulation__item {
  margin-top: 32px;
}

.p-regulation__title {
  position: relative;
  padding-left: 36px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-regulation__title::before {
  content: "";
  position: absolute;
  top: 0.161em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #e2a1ad;
}

.p-regulation__text {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.75;
  word-break: break-all;
}

.p-regulation__enact {
  margin-top: 32px;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .p-secretariat__read {
    margin-top: 64px;
    font-size: 1rem;
  }

  .p-secretariat__year {
    margin-top: 24px;
    font-size: 0.75rem;
  }

  .p-secretariat__table th {
    width: 120px;
    padding: 8px;
    font-size: 0.875rem;
  }

  .p-secretariat__table td {
    padding: 8px 16px;
    font-size: 0.875rem;
  }

  .p-regulation {
    margin-top: 80px;
  }

  .p-regulation__list {
    margin-top: 32px;
  }
}

/* form
----------------------------------------------------------- */
.p-contact__read {
  margin-top: 80px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-form__read {
  margin-top: 80px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
}

.p-form {
  margin-top: 64px;
}

.p-form__item + .p-form__item {
  margin-top: 32px;
}

.p-form__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.p-form__label > span {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-form input[type="text"],
.p-form input[type="password"],
.p-form input[type="number"],
.p-form input[type="tel"],
.p-form select,
.p-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #573939;
  border-radius: 4px;
  line-height: 1.5;
}

.p-form__select {
  position: relative;
  cursor: pointer;
}

.p-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  border-top: 10px solid #573939;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}

.p-form__select > select {
  cursor: pointer;
}

.p-form__select.-small {
  width: 200px;
}

.p-form__btn,
.p-form__back {
  position: relative;
  display: inline-block;
}

.p-form__back {
  margin-right: 24px;
}

.p-form__btn::after,
.p-form__back::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  pointer-events: none;
  transition: 0.3s;
}

.p-form__btn > input[type="button"],
.p-form__btn > input[type="submit"] {
  display: inline-block;
  width: 240px;
  margin: auto;
  padding: 16px;
  background-color: #e2a1ad;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity 0.3s;
}

.p-form__back > button {
  display: inline-block;
  width: 240px;
  margin: auto;
  padding: 16px;
  background-color: #999;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity 0.3s;
}

.p-form__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}

.p-form__text > a {
  text-decoration: underline;
}

.p-form + .p-form__text {
  margin-top: 56px;
}

.p-form__wrap + .p-form__wrap {
  margin-top: 72px;
}

.p-form__att {
  margin-top: 8px;
  font-size: 0.875rem;
}

.p-form__input {
  margin-top: 8px;
  font-size: 16px;
}

.p-form__postNum {
  display: flex;
  align-items: center;
}

.p-form__postNum > input[type="text"] {
  width: 200px;
  margin-left: 8px;
}
input.p-form__shortBox {
  width: 300px !important;
}

.p-form__login_info {
  padding: 8px 5px 30px;
  font-size: 0.9em;
  line-height: 1.3em;
}

.p-form .required_icon {
  display: inline-block;
  border-radius: 15px;
  background-color: #e2a1ad;
  color: #ffffff;
  padding: 2px 10px 4px;
  margin-left: 10px;
}

.seminar_name {
  padding: 10px 0 0 20px;
  font-size: 1.6em;
  font-weight: bold;
}

.p-form__conf .p-form__label {
  margin-bottom: 8px;
}

@media screen and (min-width: 751px) {
  .p-form__btn:hover::after,
  .p-form__back:hover::after {
    right: -16px;
  }

  .p-form__btn > input[type="button"]:hover,
  .p-form__btn > input[type="submit"]:hover,
  .p-form__back > button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 750px) {
  .p-contact__read {
    margin-top: 64px;
    font-size: 1rem;
  }

  .p-form__read {
    margin-top: 64px;
    font-size: 1rem;
  }

  .p-form {
    margin-top: 48px;
  }

  /* .p-form__item + .p-form__item {
    margin-top: 24px;
  } */

  .p-form__label {
    font-size: 0.875rem;
  }

  .p-form input[type="text"],
  .p-form input[type="password"],
  .p-form input[type="number"],
  .p-form input[type="tel"],
  .p-form select,
  .p-form textarea {
    padding: 8px 16px;
  }

  .p-form__back {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .p-form__btn::after,
  .p-form__back::after {
    width: 24px;
  }

  .p-form__btn > input[type="button"],
  .p-form__btn > input[type="submit"],
  .p-form__back > button {
    width: 200px;
    padding: 16px;
    font-size: 0.875rem;
  }

  .p-form__text {
    text-align: left;
    font-size: 0.75rem;
  }

  .p-form + .p-form__text {
    margin-top: 40px;
  }

  .p-form__att {
    font-size: 0.75rem;
  }
}

/* mypage
----------------------------------------------------------- */
.p-tab {
  display: flex;
  margin-top: 80px;
}

.p-tab__item {
  width: 50%;
}

.p-tab__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.p-tab__item a.is-active {
  background-color: #e2a1ad;
  color: #fff;
  font-weight: 700;
}

.p-mypage__name {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-mypage__heading {
  margin-top: 40px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-mypage__infomsg {
  text-align: left;
  font-size: 1rem;
  margin:10px auto 0;
  padding:0 1em;
}
.p-mypage__infomsg p{
  padding-left:1em;
  text-indent:-1em;
  padding-bottom:3px;
}

.p-mypage__infomsg2 {
  margin-top: 30px;
  text-align: center;
  font-size: 0.85rem;
}

div.p-mypage__infomsg3 {
  width:100%;
  max-width:520px;
  margin: 30px auto 0;
  text-align: left;
  font-size: 0.85rem;
  display:block;
}
div.p-mypage__infomsg3 p{
  padding-left:1em;
  text-indent:-1em;
}
.p-mypage__table {
  width: 600px;
  margin: 40px auto 0;
  text-align: center;
}

.p-mypage__table th {
  width: 33.3333333333%;
  padding: 16px;
  background-color: #eae1d6;
  text-align: center;
}

.p-mypage__table td {
  padding: 16px;
  border-bottom: 1px solid #573939;
}

.validation-error {
  /*/    color: #DD0000;*/
}

.validation-error-txt {
  color: #dd0000;
  padding: 5px 0;
  display: block;
}

@media screen and (max-width: 750px) {
  .p-tab {
    margin-top: 64px;
  }

  .p-tab__item a {
    padding: 8px;
    font-size: 0.875rem;
  }

  .p-mypage__name {
    margin-top: 32px;
    font-size: 0.875rem;
  }

  .p-mypage__heading {
    margin-top: 32px;
    font-size: 1rem;
  }

  .p-mypage__table {
    width: 100%;
    margin: 32px auto 0;
  }

  .p-mypage__table th {
    padding: 16px 8px;
    font-size: 0.75rem;
  }

  .p-mypage__table td {
    padding: 16px 8px;
    font-size: 0.75rem;
  }
}

/* -----------------------------------------------------------
 - Utility
----------------------------------------------------------- */
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
